*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-06-09 John Wiegley <johnw@gnu.org>
2
3 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4 test if the last command was Lisp or not.
5 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
6 B x C".
7
8 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
9
10 * dos-w32.el (grep-regexp-alist): Remove definition, since the
11 general one on compile.el supports drive letters.
12
13 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
14
15 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
16 key description.
17
18 * textmodes/reftex-sel.el (reftex-select-jump): New command.
19
20 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
21 (reftex-toc-jump): New command.
22
23 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
24 to parse international characters as well.
25
26 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
27 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
28
29 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
30
31 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
32 TAB to the key separators.
33
34 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * international/mule.el (auto-coding-alist): Remove redundant
37 up-cased versions of the extensions (auto-coding-alist-lookup is
38 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
39 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
40
41 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
42
43 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
44
45 2001-06-01 Richard M. Stallman <rms@gnu.org>
46
47 * help.el (describe-variable): Put value on same line
48 with preceding text, if it is short enough to look good that way.
49
50 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * term/internal.el (IT-unicode-translations): New variable.
53 (IT-setup-unicode-display): New function.
54
55 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
56
57 * ps-print.el: Handle before-string and after-string overlay properties
58 in ps-print-*-with-faces commands. Doc fix.
59 (ps-print-version): New version number (6.5.2).
60 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
61 for XEmacs.
62 (ps-prefix-quote): Doc fix.
63 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
64 (ps-basic-plot-str, ps-plot-string): New funs.
65
66 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
67
68 * progmodes/etags.el (tags-compression-info-list): Fix docstring
69 and :type spec.
70
71 2001-05-31 Gerd Moellmann <gerd@gnu.org>
72
73 * international/mule-cmds.el (inactivate-input-method):
74 Set input-method-function to nil.
75
76 * xml.el (xml-parse-tag): The document may contain invalid characters.
77 From ShengHuo ZHU <zsh@cs.rochester.edu>
78
79 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
80
81 * mail/rmailsum.el (rmail-message-subject-p): Don't call
82 `rmail-summary-line-decoder' if the message does not have
83 a Subject: field.
84
85 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
86
87 * mail/rmail.el (rmail-insert-mime-resent-message-function):
88 New variable.
89 (rmail-resend): Modify to work in `rmail-view-buffer'; call
90 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
91 is non-nil.
92
93 2001-05-29 Sam Steingold <sds@gnu.org>
94
95 * faces.el (face-valid-attribute-values): Bind `valid' directly
96 instead of using `setq'.
97
98 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
99 Use `tex-shell-buf'.
100 (tex-shell-proc): Use `tex-shell-running'.
101 (tex-shell-buf-no-error): New function.
102 (tex-send-tex-command): Use it.
103 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
104 (tex-kill-job): Check the process before calling `quit-process'.
105
106 2001-05-29 Gerd Moellmann <gerd@gnu.org>
107
108 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
109 UTF-8 sequences.
110
111 2001-05-28 Miles Bader <miles@gnu.org>
112
113 * comint.el (comint-carriage-motion): Renamed from
114 `comint-cr-magic'. Operate on the buffer instead of the string
115 (for use as a comint post-output filter, instead of as a
116 pre-output filter). Handle backspaces too. Add to the
117 `comint-output-filter-functions' hook instead of
118 `comint-preoutput-filter-functions'.
119
120 2001-05-28 Gerd Moellmann <gerd@gnu.org>
121
122 * language/japan-util.el (japanese-hankaku): Prefer the charset
123 `jisx0201' when the optional argument `ascii-only' is not specified.
124 (japanese-hankaku-region): Ditto.
125 From Katsumi Yamaoka <yamaoka@jpl.org>
126
127 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
128
129 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
130 (outline-invisible-p): New function.
131 (hide-leaves): Save excursion.
132 (hide-other): Stop looping when reaching bobp.
133
134 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * cus-edit.el (custom-file): Fix last change.
137
138 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
139
140 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
141 same definition in byte-compile-function-environment as `autoload'
142 would put in `symbol-function'.
143
144 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
145 patch to correct the error message as well.
146
147 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
148
149 * cus-edit.el (custom-file): Don't assume we were invoked with -q
150 unless ~/.emacs exists.
151
152 * novice.el (enable-command): If user-init-file is nil or does not
153 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
154
155 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
156
157 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
158 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
159 Allow spaces around macro arguments.
160 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
161 indent-for-tab-command.
162 (latex-mode-map, plain-tex-mode-map): New keymaps.
163 Inherit from tex-mode-map.
164 (tex-common-initialization): Don't setup the keymap any more
165 since it's now done right by define-derived-mode.
166 (latex-mode): Set skeleton-end-hook to nil.
167 (latex-skeleton-end-hook): Remove.
168 (tex-latex-block, latex-insert-item): Simplify.
169 (latex-syntax-after): Use following-char rather than char-after.
170 (tex-discount-args-cmds, tex-count-words): New functions.
171
172 * textmodes/tildify.el (tildify-ignored-environments-alist):
173 Recognize \verb* as well.
174
175 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
176 (perl-comment-indent): Simplify to let newcomment.el do its job.
177 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
178 (perl-mark-function): Cleanup the namespace.
179 (perl-calculate-indent): Don't be fooled by nested functions.
180
181 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
182
183 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
184 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
185
186 2001-05-25 Andrew Choi <akochoi@i-cable.com>
187
188 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
189 actually be `\\'.
190 (ctlau-b5-converter): Likewise.
191
192 2001-05-24 Andrew Choi <akochoi@i-cable.com>
193
194 * international/titdic-cnv.el (quail-misc-package-ext-info):
195 Change CTLauB.el to CTLau-b5.el.
196
197 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
198
199 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
200 rather than beginning-of-line to avoid problems with fields.
201 (gud-perldb-massage-args): Use unless and push.
202 (gud-chdir-before-run): New var.
203 (gud-common-init): Use it.
204
205 2001-05-24 Andrew Choi <akochoi@i-cable.com>
206
207 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
208 delete entries for chinese-ctlau and chinese-ctlaub.
209 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
210 chinese-ctlaub.
211 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
212 New functions.
213
214 2001-05-22 Gerd Moellmann <gerd@gnu.org>
215
216 * cus-edit.el (custom-comment-show): Remove debug code.
217
218 * language/japan-util.el (japanese-symbol-table): Fix handling of
219 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
220
221 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
222
223 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
224 Renamed by removing the silly `-flag' suffix.
225 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
226
227 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
228
229 * replace.el (keep-lines-read-args): Use `copy-marker'.
230 (how-many): Save excursion properly.
231 (occur-mode): Use define-derived-mode.
232 (perform-replace): Use with-current-buffer.
233
234 2001-05-20 Richard M. Stallman <rms@gnu.org>
235
236 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
237
238 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
239
240 * info.el (Info-read-subfile): Widen before finding the
241 desired node in the subfile.
242
243 * startup.el (command-line-1): When >2 files visited,
244 leave the last one visible, and make that the selected window.
245
246 2001-05-20 Gerd Moellmann <gerd@gnu.org>
247
248 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
249
250 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
251
252 * international/ccl.el (define-ccl-program): Fix a typo.
253 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
254
255 * international/mule.el (decode-char): Fix a typo. From Pavel
256 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
257
258 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
259 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
260
261 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
262 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
263
264 2001-05-18 Sam Steingold <sds@gnu.org>
265
266 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
267 and [RET] to `cvs-mode-find-file'.
268
269 2001-05-18 John Wiegley <johnw@gnu.org>
270
271 * eshell/esh-ext.el (eshell-explicit-command-char): A new
272 configuration variable, which determines the initial character
273 that forces use of an external version of a command. The default
274 is *, but may be set to \, for example.
275
276 * eshell/esh-ext.el (eshell-explicit-command):
277 Use `eshell-explicit-command-char' instead of ?*.
278
279 * eshell/esh-cmd.el (eshell/which):
280 Use `eshell-explicit-command-char' instead of ?*.
281
282 * eshell/em-cmpl.el (eshell-completion-command-name)
283 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
284 instead of ?*.
285
286 2001-05-18 Gerd Moellmann <gerd@gnu.org>
287
288 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
289 subst-char-in-string.
290 (ange-ftp-after-parse-ls-hook): New variable.
291 (ange-ftp-ls): Run that hook.
292 From Peter Milliken <Peter.Milliken@GTECH.COM>.
293
294 * tmm.el (tmm-get-keymap): Fix handling of :filter.
295 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
296 text into *Completions*.
297
298 * net/goto-addr.el (goto-address-at-point): Deal with URLs
299 part of which look like email addresses.
300
301 2001-05-18 Andrew Innes <andrewi@gnu.org>
302
303 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
304 Use . instead of absolute path for lisp dir, to avoid bug in W2K
305 cmd.exe's handling of FOR loops.
306 (autoloads): Set find-file-suppress-same-file-warnings to t to
307 avoid slew of spurious messages.
308
309 2001-05-18 Simon Josefsson <simon@josefsson.org>
310
311 * mail/smtpmail.el (maybe-append-domain): Renamed to
312 `smtpmail-maybe-append-domain'.
313 (smtpmail-via-smtp): Use the new name.
314
315 * net/browse-url.el (browse-url-browser-function): Add kde.
316 (browse-url-kde-program, browse-url-kde-args): New variables.
317 (browse-url-kde): New function.
318
319 2001-05-18 Miles Bader <miles@gnu.org>
320
321 * simple.el (delete-horizontal-space, just-one-space):
322 Use `constrain-to-field' instead of `field-end'/`field-beginning',
323 because it's more efficient for large files.
324
325 2001-05-17 Gerd Moellmann <gerd@gnu.org>
326
327 * mail/rmail.el (rmail-require-mime-maybe): New function.
328 (rmail): Use it.
329 (rmail-mode): Handle the case of finding Rmail files.
330
331 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
332 functions.
333
334 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
335
336 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
337 text-property after moving to the beginning of line and regardless
338 of the value of font-lock-multiline.
339
340 2001-05-17 Gerd Moellmann <gerd@gnu.org>
341
342 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
343
344 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
345 last coding system used before calling set-buffer-modified-p
346 because that function changes last-coding-system.
347
348 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
349
350 * files.el (switch-to-buffer-other-window)
351 (switch-to-buffer-other-frame): Add an xref to display-buffer in
352 the doc string.
353
354 2001-05-17 Gerd Moellmann <gerd@gnu.org>
355
356 * language/slovak.el, language/czech.el: New maintainer.
357
358 2001-05-16 Sam Steingold <sds@gnu.org>
359
360 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
361 sub-form of `defgeneric' correctly.
362
363 2001-05-16 Gerd Moellmann <gerd@gnu.org>
364
365 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
366 of `c'.
367
368 * textmodes/outline.el (outline-font-lock-level): Remove the
369 condition-case, test what outline-level returns instead, to
370 ease debugging.
371
372 * international/mule.el (auto-coding-regexp-alist): New user-option.
373 (auto-coding-from-file-contents): New function.
374 (set-auto-coding): Use it to determine a coding system.
375
376 2001-05-15 Gerd Moellmann <gerd@gnu.org>
377
378 * mouse.el (mouse-delete-other-windows): Doc fix.
379
380 * emacs-lisp/lisp-mode.el (lisp-mode):
381 Make font-lock-keywords-case-fold-search a buffer-local variable with
382 make-local-variable before setting it.
383
384 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
385
386 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
387 prefixes.
388
389 2001-05-14 Gerd Moellmann <gerd@gnu.org>
390
391 * hexl.el (hexl-current-address): Print a message when called
392 interactively.
393
394 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
395
396 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
397
398 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
399
400 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
401
402 2001-05-11 Gerd Moellmann <gerd@gnu.org>
403
404 * startup.el (command-line): If parameters have been changed in
405 the init files which influence font selection, clear the face
406 cache so that faces get realized with the new parameters.
407
408 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
409
410 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
411
412 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
413
414 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
415
416 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
417 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
418
419 2001-05-10 Gerd Moellmann <gerd@gnu.org>
420
421 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
422 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
423
424 2001-05-09 John Wiegley <johnw@gnu.org>
425
426 * eshell/esh-util.el (eshell-convert-numeric-arguments):
427 Annotated the documentation string to tell users about
428 `eshell-no-numeric-conversions'.
429
430 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
431 conversions if a Lisp function has the property
432 `eshell-no-numeric-conversions' set to a non-nil value.
433
434 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
435 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
436 property `eshell-no-numeric-conversions' on the following
437 functions (which all deal with filesystem entities, and never Lisp
438 numerical values): eshell/cd, eshell/pushd, eshell/popd,
439 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
440 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
441 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
442 eshell/which, eshell/addpath.
443
444 2001-05-09 John Wiegley <johnw@gnu.org>
445
446 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
447 encountered as an argument, don't convert it right away, but tag
448 the first character of the string with the text properties
449 `number', which signifies to `eshell-lisp-command' that the
450 argument should be passed through `string-to-number' if it is
451 actually used in the call to a Lisp function.
452
453 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
454 function, convert any string arguments that have been tagged as
455 "numbers", by calling string-to-number.
456
457 * eshell/esh-util.el (eshell-number-regexp): Now that number
458 conversions only happen for Lisp function calls, the number regexp
459 should now match all integer and floating point forms.
460
461 * eshell/esh-proc.el: Disable `eshell-stop-process' and
462 `eshell-continue-process', since they are both nonfunctional at
463 the moment.
464 (eshell-proc-initialize): Don't bind keys for
465 `eshell-stop-process' or `eshell-continue-process'.
466
467 * eshell/em-unix.el (eshell-shuffle-files):
468 Apply `directory-file-name' before calling `file-name-directory'.
469
470 * eshell/em-hist.el (eshell-add-to-history): Reference to
471 `eshell-history-ring' needed to be `eshell-history-index'.
472
473 * calendar/timeclock.el (timeclock-find-discrep):
474 Initialize `elapsed' to 0.
475 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
476 it's still nil.
477
478 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
479
480 * arc-mode.el (archive-int-to-mode): Construct the string directly.
481 (archive-mode): Use capitalize.
482 (archive-unique-fname): Use make-temp-file.
483
484 2001-05-09 Gerd Moellmann <gerd@gnu.org>
485
486 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
487
488 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * tar-mode.el (tar-extract): Pay attention to the value of
491 coding-system-for-read, if it is non-nil.
492
493 * calendar/holidays.el (holidays): Add an autoload cookie.
494 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
495
496 2001-05-08 John Wiegley <johnw@gnu.org>
497
498 * calendar/timeclock.el (timeclock-workday-remaining):
499 Changed logic for determining how much time is remaining.
500 (timeclock-workday-elapsed): Don't accept a "relative" argument
501 for the current day's elapsed time. What could that have meant?
502 (timeclock-workday-elapsed-string): No "relative" argument anymore.
503 (timeclock-when-to-leave): Changed logic, similarly to what was
504 done for `timeclock-workday-remaining'.
505 (timeclock-find-discrep): Removed "today-only" argument, which had
506 no meaning. Fixed some more math problems. The function now
507 returns a three member list: (TOTAL-TIME-DISCREPANCY
508 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
509
510 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
511
512 * w32-fns.el (convert-standard-filename): Start replacing slashes
513 from the beginning of the file name, not from where the last
514 invalid character was. From "Andrew Maguire (SWW)"
515 <Andrew.Maguire@Smallworld.co.uk>
516
517 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
518
519 The following changes are to provide infrastructure for handling
520 MIME messages to rmail. They don't affect the original behaviour
521 if rmail-enable-mime is nil.
522
523 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
524 (rmail-search-mime-message-function)
525 (rmail-search-mime-header-function): New variables.
526 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
527 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
528 `rmail-view-buffer' is hidden.
529 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
530 call rmai-show-mime-function.
531 (rmail-display-labels): If rmail-enable-mime is non-nil, update
532 mode-line-process of rmail-view-buffer.
533 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
534 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
535 buffer.
536 (rmail-next-message, rmail-next-undeleted-message): Be sure to
537 set-buffer to the Rmail buffer.
538 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
539 rmail-search-mime-header-function.
540 (rmail-search-message): New function.
541 (rmail-search): Call rmail-search-message to check if a message
542 matches REGEXP, lastly update point after calling
543 rmail-show-message.
544 (rmail-undelete-previous-message, rmail-expunge-confirmed)
545 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
546 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
547 header region, refer to rmail-msgref-vector while setting the
548 current buffer to rmail-buffer temporarily.
549 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
550 If rmail-enable-mime is non-nil, call
551 rmail-insert-mime-forwarded-message-function instead of inserting
552 forwarded message by itself.
553
554 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
555 Rmail buffer.
556 (rmail-set-label, rmail-next-labeled-message): Likewise.
557
558 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
559 set-buffer to the Rmail buffer.
560 (rmail-output-to-rmail-file): Likewise.
561 (rmail-output): Likewise.
562
563 * mail/rmailsum.el (rmail-message-subject-p): Process the result
564 of mail-fetch-field by rmail-summary-line-decoder.
565 (rmail-new-summary): Be sure to go to the Rmail buffer.
566 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
567 rmail-view-buffer to nil.
568 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
569 rmail-view-buffer.
570 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
571 rmail-buffer.
572 (rmail-summary-scroll-msg-down): Likewise.
573 (rmail-summary-beginning-of-message): Likewise.
574 (rmail-summary-wipe): Likewise.
575 (rmail-summary-toggle-header): Use save-window-excursion, not
576 save-excursion. Update point in rmail-view-buffer, not in
577 rmail-buffer.
578 (rmail-summary-reply): Before calling rmail-reply, set buffer to
579 rmail-view-buffer, not rmail-buffer.
580
581 2001-05-07 Gerd Moellmann <gerd@gnu.org>
582
583 * cus-edit.el (custom-file): Signal an error if user-init-file is
584 nil (running -q).
585
586 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
587
588 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
589 Add :version.
590
591 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
592 New option.
593 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
594 only if smtpmail-warn-about-unknown-extensions is set.
595
596 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
597 instead of rmail-sort-by-keywords.
598
599 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
600 rmail-sort-by-keywords.
601
602 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
603 rmail-summary-sort-by-keywords. Doc fix.
604 (rmail-summary-mode): Doc fix.
605
606 * mail/rmail.el (rmail-edit): New Custom group.
607
608 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
609 (rmail-edit-mode-hook): New user-option.
610
611 2001-05-05 Richard M. Stallman <rms@gnu.org>
612
613 * help.el (help-xref-symbol-regexp): Recognize "source of"
614 and friends, meaning make a link to the source file.
615 (help-make-xrefs): Handle "source of" and friends
616 by constructing a link that visits the source file.
617
618 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
619
620 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
621
622 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
623 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
624 Renamed from perl-font-lock-keywords to avoid clashes.
625 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
626 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
627 Updated correspondingly.
628
629 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
630 Typo `nonexistant' -> `nonexistent'.
631
632 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
633
634 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
635 Split `c-electric-delete' into two functions where
636 `c-electric-delete-forward' always deletes forward and
637 `c-electric-delete' only contains the code necessary for XEmacs to
638 choose between backward and forward deletion.
639
640 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
641 get the electric behavior on that key too.
642 (c-fill-paragraph): Fixed bogus direct use of
643 c-comment-prefix-regexp, which caused an error when it's a list.
644
645 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * dired-aux.el (dired-diff): Doc fix.
648
649 * dired.el (dired-diff): Likewise.
650
651 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
654
655 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
656
657 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
658 if both the buffer and the file are read-only.
659
660 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
661 rather than font-lock-string-face.
662 (sh-get-indent-info): Treat heredocs like strings.
663
664 2001-05-02 Gerd Moellmann <gerd@gnu.org>
665
666 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
667 a newline following `}'.
668 (texinfo-format-email): New function.
669 (toplevel): Use texinfo-format-email for @email.
670 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
671 Add `display'.
672 (texinfo-sort-region): Goto point-min before sorting.
673 (texinfo-set): Remove leading white space from value.
674 From yagi@is.titech.ac.jp.
675
676 * replace.el (query-replace-regexp-eval): Doc fix.
677
678 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
679
680 * diff-mode.el (diff-nonexistant-face): New face.
681 (diff-font-lock-keywords): Use it.
682
683 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
684
685 * font-lock.el (font-lock-mode): Doc fix.
686
687 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
688 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
689
690 2001-04-30 Gerd Moellmann <gerd@gnu.org>
691
692 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
693 backslash at the start of the here-document delimiter.
694 (sh-font-lock-syntactic-keywords): Likewise.
695
696 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
697
698 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
699
700 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
701 (tty-color-translate, tty-color-by-index, tty-color-values)
702 (tty-color-desc): Doc fix.
703
704 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * dired-aux.el (dired-do-create-files, dired-do-copy)
707 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
708 Mention dired-dwim-target in the doc string.
709
710 2001-04-28 Miles Bader <miles@gnu.org>
711
712 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
713 (dabbrev--find-expansion): Use it.
714 (dabbrev--select-buffers): Don't select ignored buffers.
715
716 2001-04-27 Gerd Moellmann <gerd@gnu.org>
717
718 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
719
720 2001-04-26 Richard M. Stallman <rms@gnu.org>
721
722 * dabbrev.el: Add doc strings for some functions.
723 (dabbrev--eliminate-newlines): New variable.
724 (dabbrev--substitute-expansion): Convert newlines to spaces
725 if dabbrev--eliminate-newlines is set.
726 If abbrev and expansion are both all-lower-case,
727 leave dabbrev--last-case-pattern nil.
728
729 2001-04-26 Gerd Moellmann <gerd@gnu.org>
730
731 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
732 if necessary, like in rmail-show-message.
733
734 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
735
736 * ps-print.el: Color specified by number is forced to be float number.
737 (ps-print-version): New version number (6.5.1.1).
738 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
739 initialization.
740 (ps-prefix-quote): New internal var.
741 (ps-print-quote): New fun.
742 (ps-setup, ps-output-frame-properties, ps-float-format)
743 (ps-format-color): Code fix.
744 (ps-plot-region): Eliminate redundant foreground color text setting.
745
746 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
747
748 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
749
750 2001-04-25 Gerd Moellmann <gerd@gnu.org>
751
752 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
753
754 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * info.el (Info-additional-directory-list): Doc fix.
757
758 * find-lisp.el (find-lisp-find-dired-filter)
759 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
760 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
761
762 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
763
764 * progmodes/make-mode.el (makefile-font-lock-keywords):
765 Rationalize the rules for includes and conditionals and use the
766 keyword face for them.
767
768 * faces.el (modify-face): Add compatibility for non-interactive use.
769
770 2001-04-24 John Wiegley <johnw@gnu.org>
771
772 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
773 fix from last night, since it wasn't finding eshell/cd.
774
775 2001-04-24 Gerd Moellmann <gerd@gnu.org>
776
777 * rect.el (string-rectangle): Revert to 20.x behaviour.
778 (replace-rectangle): Make it an alias for string-rectangle.
779 (string-insert-rectangle): New function.
780
781 2001-04-23 John Wiegley <johnw@gnu.org>
782
783 * eshell/em-unix.el (eshell/diff): Fixed problems that were
784 occurring with Emacs 21's diff.el/compile.el interaction layer.
785
786 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
787
788 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
789 case where the function was defined in a file, but not part of an
790 eshell module.
791
792 2001-04-23 John Wiegley <johnw@gnu.org>
793
794 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
795 code to work around a redisplay problem I've been having.
796
797 2001-04-23 John Wiegley <johnw@gnu.org>
798
799 * calendar/timeclock.el (timeclock-day-required): If the time
800 required for a particular day is not set, use `timeclock-workday'.
801 (timeclock-find-discrep): Added some sample code in a comment.
802
803 * eshell/eshell.el (eshell-command): Made a few changes so that
804 `eshell-command' could be called programmatically.
805
806 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
807
808 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
809
810 2001-04-23 John Wiegley <johnw@gnu.org>
811
812 * calendar/timeclock.el: Updated copyright.
813 (timeclock-generate-report): Don't report the daily or two-week
814 total, if no time has been worked in that period.
815 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
816 final computational form, which was unnecessary; corrected a
817 parsing problem when timeclock-relative was nil.
818
819 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
820
821 * calendar/timeclock.el (timeclock-modeline-display): Check if
822 `list-entry' is null.
823 (timeclock-use-display-time): The first argument to `set-variable'
824 must be a symbol.
825
826 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
827
828 * calendar/calendar.el (diary-entry-marker)
829 (calendar-today-marker, calendar-holiday-marker):
830 Use display-color-p instead of window-system.
831 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
832 instead of window-system.
833 (calendar-hide-window): Use display-multi-frame-p instead of
834 window-system.
835
836 * calendar/cal-x.el (calendar-two-frame-setup)
837 (calendar-only-one-frame-setup, calendar-one-frame-setup):
838 Use display-multi-frame-p instead of window-system.
839
840 2001-04-23 Gerd Moellmann <gerd@gnu.org>
841
842 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
843
844 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
845 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
846
847 2001-04-23 Alex Schroeder <alex@gnu.org>
848
849 * goto-addr.el: Instead of defining line-beginning-position and
850 line-end-position a defalias is used for point-at-bol and point-at-eol.
851
852 2001-04-23 Alex Schroeder <alex@gnu.org>
853
854 * goto-addr.el: Added XEmacs compatibility code.
855 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
856
857 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * textmodes/paragraphs.el (sentence-end): Doc fix.
860
861 2001-04-20 Alex Schroeder <alex@gnu.org>
862
863 * sql.el (sql-escape-newlines-and-send): New function.
864 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
865
866 2001-04-20 Alex Schroeder <alex@gnu.org>
867
868 * sql.el (sql-db2-program): New option.
869 (sql-db2-options): New option.
870 (sql-db2): New function.
871
872 2001-04-20 Alex Schroeder <alex@gnu.org>
873
874 * sql.el (sql-mode-menu): Added highlighting entries.
875 (sql-highlight-oracle-keywords): New function.
876 (sql-highlight-postgres-keywords): New function.
877 (sql-highlight-ansi-keywords): New function.
878
879 2001-04-20 Alex Schroeder <alex@gnu.org>
880
881 * sql.el (sql-help): Doc change.
882
883 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
884
885 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
886
887 2001-04-18 Gerd Moellmann <gerd@gnu.org>
888
889 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
890 for defmethod.
891
892 * comint.el (comint-cr-magic): New function.
893 (toplevel): Add it to comint-preoutput-filter-functions.
894
895 2001-04-18 Andrew Innes <andrewi@gnu.org>
896
897 * makefile.w32-in (EMACSLOADPATH): Define.
898 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
899 (recompile): Remove stuff to set EMACSLOADPATH.
900
901 2001-04-18 Gerd Moellmann <gerd@gnu.org>
902
903 * language/slovak.el ("Slovak"): Add tutorial entry.
904
905 * net/browse-url.el (browse-url-new-window-flag): Renamed from
906 browse-url-new-window-p.
907
908 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
909
910 * info.el (Info-menu-update): When there are no menus and/or no
911 cross references in the node, make the respective items of the
912 Info menu-bar menu inactive.
913
914 2001-04-17 Gerd Moellmann <gerd@gnu.org>
915
916 * indent.el (indent-for-tab-command): Call indent-line-function
917 with no argument if PREFIX-ARG is non-nil.
918
919 * frame.el (delete-other-frames): Handle minibuffer-only frames.
920
921 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
922
923 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
924 an async subprocess if start-process is unavailable. Suggested by
925 Tim Van Holder <tim.van.holder@pandora.be>.
926
927 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * info.el (Info-additional-directory-list): Doc fix. Suggested by
930 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
931
932 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
933
934 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
935 manual.
936
937 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
938
939 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
940 (cvs-menu): Add a few entries.
941
942 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
943 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
944 lock file appears to be reachable from Emacs.
945 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
946 (cvs-mode-find-file): Look for cvs-header-face rather than
947 cvs-dirname-face (which doesn't exist).
948 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
949
950 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
951
952 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * emulation/pc-select.el (pc-selection-mode): Don't turn on
955 normal-erase-is-backspace on a tty. Instead, bind some keys such
956 as [delete] directly, like pc-select.el did before
957 normal-erase-is-backspace was invented.
958
959 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
962
963 2001-04-11 John Wiegley <johnw@gnu.org>
964
965 * eshell/em-ls.el (eshell-ls-insert-directory):
966 Set font-lock-defaults to nil, to prevent fontification in dired
967 buffers, if Eshell's ls is being used.
968
969 2001-04-11 John Wiegley <johnw@gnu.org>
970
971 * calendar/timeclock.el (timeclock-completing-read): New function.
972 (timeclock-ask-for-project, timeclock-ask-for-reason):
973 Call `timeclock-completing-read'.
974
975 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
976 required where `member' was being used.
977
978 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
979
980 * eshell/em-hist.el (eshell-previous-matching-input):
981 Don't display "History item" if the the minibuffer is active.
982
983 2001-04-11 Gerd Moellmann <gerd@gnu.org>
984
985 * startup.el (command-line): Output a newline after printing
986 an error from loading the window system's init file.
987
988 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * textmodes/texinfo.el (texinfo-font-lock-keywords):
991 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
992 @inforef. Add an OVERRIDE of `keep' to highlight specs of
993 keywords whose arguments routinely include @@.
994
995 2001-04-10 Gerd Moellmann <gerd@gnu.org>
996
997 * emacs-lisp/advice.el (ad-make-advised-definition):
998 Construct advice for subrs differently.
999
1000 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
1001 regexp in parentheses when building the regexp for searching backwards.
1002
1003 * simple.el (completion-list-mode-finish): New function.
1004 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
1005
1006 * language/european.el ("Polish"): Change sample text.
1007 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
1008
1009 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1010 parameter.
1011
1012 * faces.el (menu): Doc fix.
1013
1014 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1015
1016 * ps-print.el: Footer implementation. Doc fix.
1017 (ps-print-version): New version number (6.5.1).
1018 (ps-header-frame-alist): New customization var for header frame
1019 properties.
1020 (ps-line-number-color): New customization var for line number color.
1021 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1022 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1023 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1024 (ps-right-footer): New customization vars for footers.
1025 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1026 footers.
1027 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
1028 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1029 Code fix.
1030 (ps-prologue-file): Indentation fix.
1031 (ps-print-quote): Fun eliminated.
1032 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1033 (ps-output-frame-properties): New fun.
1034 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1035 (ps-skip-newline): Replace defun by defsubst.
1036
1037 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
1038
1039 * eshell/eshell.el (eshell-command): Needed a "%s" format
1040 specifier, in case the buffer contains percent characters.
1041
1042 2001-04-10 John Wiegley <johnw@gnu.org>
1043
1044 * calendar/timeclock.el (timeclock-generate-report): Added a
1045 missing insert of the project name.
1046
1047 2001-04-09 Gerd Moellmann <gerd@gnu.org>
1048
1049 * obsolete/profile.el: Moved from emacs-lisp/.
1050
1051 * Makefile.in (nonobsolete_setwins): New macro.
1052 (finder-data): Use it instead of `setwins'.
1053 From: Dave Love <fx@gnu.org>.
1054
1055 * server.el (server-visit-files): Set server-existing-buffer correctly.
1056 (server-visit-files): Run server-visit-hook after going to
1057 line 1 so that the hook can set point as it sees fit.
1058
1059 * bindings.el (mode-line-modified): Unify help messages.
1060
1061 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1062
1063 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1064 All callers changed.
1065
1066 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1069 long file names aren't supported, truncate the file names in
1070 quail-misc-package-ext-info to 8+3 before matching them against
1071 FILENAME.
1072
1073 * dos-fns.el (dos-truncate-to-8+3): New function.
1074
1075 * progmodes/compile.el (grep-compute-defaults): Use null-device
1076 instead of literal /dev/null. Reported by Jens Schmidt
1077 <schmidt@mathematik.uni-kl.de>.
1078
1079 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1080
1081 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1082
1083 * textmodes/sgml-mode.el: Add unknown maintainer.
1084 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1085 (html-mode-map): Use set-keymap-parent.
1086
1087 2001-04-06 Dave Love <fx@gnu.org>
1088
1089 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1090 Remove redundant string-to-list.
1091
1092 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1093
1094 * composite.el (reference-point-alist): Doc fix.
1095
1096 2001-04-05 Sam Steingold <sds@gnu.org>
1097
1098 * font-lock.el (font-lock-keywords-case-fold-search):
1099 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1100 file made font-lock case-insensitive.
1101
1102 2001-04-05 Gerd Moellmann <gerd@gnu.org>
1103
1104 * faces.el (defface menu): Doc fix.
1105
1106 * wid-edit.el (widget-color-sample-face-get): Don't make
1107 faces for undefined colors.
1108
1109 * version.el (emacs-version): Include LessTif/Motif version info.
1110
1111 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1112
1113 * ps-mule.el: Eliminate cl package dependence.
1114 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1115 if they aren't defined yet.
1116 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1117 Eliminate cl package dependence.
1118
1119 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1120
1121 * progmodes/cc-cmds.el (c-outline-level):
1122 Bind buffer-invisibility-spec. Originally from Dave Love, but
1123 got lost when incorporating version 5.26.
1124
1125 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 * emulation/pc-select.el (pc-selection-mode):
1128 Call normal-erase-is-backspace-mode instead of binding
1129 keys individually.
1130
1131 * cus-load.el (normal-erase-is-backspace): Use it instead of
1132 delete-key-deletes-forward.
1133
1134 * startup.el (command-line): Use normal-erase-is-backspace and
1135 normal-erase-is-backspace-mode.
1136
1137 * simple.el (normal-erase-is-backspace): Rename from
1138 delete-key-deletes-forward. Doc fix.
1139 (normal-erase-is-backspace-mode): Rename from
1140 delete-key-deletes-forward-mode. Doc fix.
1141 Run normal-erase-is-backspace-hook.
1142
1143 * dired.el (dired-move-to-filename-regexp): Support file sizes in
1144 ``human-readable'' format produced by GNU `ls'.
1145 (dired-move-to-filename-regexp): Recognize ISO format dates.
1146 From Paul Eggert <eggert@twinsun.com>.
1147
1148 2001-04-04 Gerd Moellmann <gerd@gnu.org>
1149
1150 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1151 New functions.
1152 (lm-verify): Check keywords.
1153 From Eric M. Ludlam <eric@siege-engine.com>.
1154
1155 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1156
1157 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1158 `xemacs' feature instead of for the function `set-extent-property'.
1159
1160 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1161
1162 * mail/mh-utils.el (mh-folder-hist): New var.
1163 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1164
1165 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1168 region, position point on the first or last 16-byte group.
1169 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1170 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1171 hexl-beginning-of-line.
1172
1173 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1174
1175 * icomplete.el (icomplete-mode): Treat an argument like other
1176 modes do.
1177
1178 * startup.el (fancy-splash-head): Use splash8.xpm for color
1179 depth 8.
1180
1181 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1182 Add an antry for ``converts''.
1183
1184 * language/slovak.el ("Slovak"): Add documentation string.
1185 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1186
1187 * language/czech.el ("Czech"): Add documentation string.
1188 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1189
1190 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1191 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1192
1193 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1194
1195 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1196 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1197 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1198 Use `defsubst' rather than a macro to ease debugging.
1199 (mail-extr-last): Remove (use `last' instead).
1200 (mail-extract-address-components): Properly reset the syntax-table
1201 after parsing an address. Use `last' rather than mail-extr-last.
1202 Make sure the end marker stays at the very end.
1203
1204 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1205
1206 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1207 last change.
1208
1209 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1210
1211 * ps-print.el: Line and paragraph spacing feature. Region to cut
1212 out when printing. Doc fix.
1213 (ps-print-version): New version number (6.5).
1214 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1215 New vars. Line and paragraph spacing feature.
1216 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1217 out when printing.
1218 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1219 (ps-get-font-size, ps-begin-job, ps-continue-line)
1220 (ps-plot-region): Code fix.
1221 (ps-print-prologue-2): Var eliminated.
1222 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1223 New internal vars.
1224 (ps-get-size): New fun.
1225 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1226 (ps-next-line): Replace defun by defsubst.
1227 (ps-mule-plot-string): Autoload doc fix.
1228
1229 * ps-bdf.el: XEmacs compatibility. Doc fix.
1230 (installation-directory, coding-system-for-read): Declare vars if
1231 it's not declared yet.
1232 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1233
1234 * ps-mule.el: XEmacs compatibility. Doc fix.
1235 (leading-code-private-22): Declare var if it's not declared yet.
1236 (charset-bytes, charset-dimension, charset-id, charset-width)
1237 (find-charset-region, split-char, char-width, chars-in-region)
1238 (forward-point, decompose-composite-char, encode-coding-string)
1239 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1240 Define funs if not defined yet.
1241 (encode-composition-rule, find-composition): Define funs if not
1242 loaded yet.
1243 (ps-mule-prologue): PostScript code fix.
1244
1245 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1246
1247 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1248 non-nil, generate font for the header strings.
1249 (ps-mule-prepare-font): Likewise.
1250 (ps-mule-generate-glyphs): Likewise.
1251 (ps-mule-string-encoding): Likewise.
1252 (ps-mule-header-charsets): New variable.
1253 (ps-mule-encode-header-string): New function.
1254 (ps-mule-header-string-charsets): New function.
1255 (ps-mule-begin-job): Check charsets in the header strings. If there
1256 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1257
1258 * ps-print.el (ps-generate-header-line): Encode the header string by
1259 ps-mule-encode-header-string.
1260 (ps-mule-encode-header-string): Declare autoload.
1261
1262 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1263
1264 * frame.el (cursor-in-non-selected-windows):
1265 Replaces show-cursor-in-non-selected-windows.
1266
1267 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1268
1269 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1270 Delete entries for "chinese-py" and "chinese-ziranma".
1271 (quail-misc-package-ext-info): New variable.
1272 (tsang-quick-converter): New function.
1273 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1274 (quick-cns-converter, py-converter, ziranma-converter)
1275 (miscdic-convert, batch-miscdic-convert): New functions.
1276
1277 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1278
1279 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1280 eight-bit-control chars.
1281
1282 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1283 Reduce making temporary vector (suggested by Dave Love).
1284
1285 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1286
1287 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1288 string as well.
1289
1290 2001-03-30 Andreas Schwab <schwab@suse.de>
1291
1292 * files.el (backup-directory-alist): Fix typo.
1293
1294 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1295
1296 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1297 <eggert@twinsun.com>.
1298
1299 2001-03-30 Dave Love <fx@gnu.org>
1300
1301 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1302
1303 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1304
1305 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1306
1307 2001-03-30 Miles Bader <miles@gnu.org>
1308
1309 * subr.el (interactive-form): Fix paren typo.
1310
1311 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * emacs-lisp/profile.el: Say that it's obsolete in the header
1314 line, so that finder.el puts that into its data-base.
1315 Suggested by Alex Schroeder <alex@gnu.org>.
1316
1317 2001-03-29 Paul Eggert <eggert@twinsun.com>
1318
1319 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1320 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1321
1322 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1323
1324 * generic.el (generic-mode-set-comments): Use "" rather than nil
1325 for comment-end.
1326
1327 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1328
1329 * emacs-lisp/advice.el (ad-make-advised-definition):
1330 Call interactive-form to obtain the interactive spec of subrs.
1331
1332 * subr.el (interactive-form): New function.
1333
1334 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1335
1336 * vc-sccs.el (vc-sccs-register): Use relative file names.
1337
1338 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1339
1340 * bookmark.el (bookmark-get-bookmark): Handle case that
1341 BOOKMARK is not a string.
1342
1343 * image.el (image-type-regexps): Change type for PS files
1344 to `postscript'.
1345
1346 * subr.el (read-passwd): Clear command history after each
1347 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1348
1349 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1350
1351 * international/kkc.el (kkc-save-init-file): Locally bind
1352 print-length to nil.
1353
1354 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1355
1356 * textmodes/flyspell.el: Some doc fixes.
1357 (flyspell-maybe-correct-transposition)
1358 (flyspell-maybe-correct-doubling): Use a temporary buffer
1359
1360 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1361
1362 * emacs-lisp/byte-opt.el (byte-optimize-while)
1363 (byte-optimize-form-code-walker): Diagnose too few arguments
1364 for `if' and `while'.
1365
1366 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1367
1368 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1369 Prepend `\' to "\<quail-translation-docstring>".
1370
1371 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1372
1373 * autorevert.el (global-auto-revert-non-file-buffers):
1374 Remove duplicate defcustom.
1375
1376 2001-03-26 Miles Bader <miles@gnu.org>
1377
1378 * international/latin1-disp.el (latin1-char-displayable-p):
1379 Add leading "-" for X font pattern.
1380
1381 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1382
1383 * international/mule-diag.el (describe-coding-system):
1384 For raw-text and emacs-mule, don't add anymore text about what
1385 charsets they can encode.
1386
1387 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1388
1389 * help.el (view-lossage): Mention open-dribble-file in the doc
1390 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1391
1392 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1393
1394 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1395 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1396
1397 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1398
1399 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1400 Call ccl-execute-on-string directly so that CCL program handling
1401 multibyte sequence can work correctly.
1402 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1403 property of the coding system.
1404
1405 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1408 Fix transcription typo.
1409
1410 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1411
1412 * whitespace.el: Add buffer local variables to toggle testing of
1413 whitespaces in buffers without affecting the default values.
1414 Bump version to 3.0 to account for a few other changes.
1415 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1416 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1417 (whitespace-toggle-spacetab-check): New functions.
1418
1419 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1420
1421 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1422
1423 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1424
1425 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1426 bs-cycle-configuration-name. From Juanma Barranquero
1427 <lektu@uol.com.br>.
1428
1429 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1430 and cc-vars.el.
1431
1432 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1433 headers. Always invoke sendmail with option -t.
1434
1435 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1436
1437 * Release of cc-mode 5.28.
1438
1439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1440
1441 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1442 Removed the hardcoded switch to "java" style in Java mode.
1443 It's instead taken care of by the default value for c-default-style.
1444
1445 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1446
1447 * cc-align.el (c-lineup-math): Fix bug where lineup was
1448 triggered by equal signs in string literals.
1449
1450 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1451
1452 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1453 limit detection when at the ends of the buffer.
1454
1455 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1456 "for" statement clause in case 7F; a better one is done
1457 earlier in case 7D anyway.
1458
1459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1460
1461 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1462 somewhat more and did a small optimization.
1463
1464 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1465
1466 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1467 Use the limit argument only to limit the syntactic context
1468 search, not to limit the actual movement.
1469
1470 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1471 inside multiline strings, just like in comments. Also various
1472 fixes to the paragraph and comment prefix recognition, block
1473 comment ender handling etc.
1474
1475 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1476
1477 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1478 the relative position of the point.
1479
1480 * cc-cmds.el (c-electric-continued-statement): New function to
1481 use as abbrev hook to reindent for keywords such as "else"
1482 that continues an earlier statement.
1483
1484 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1485 like classes.
1486
1487 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1488 (pike-mode): Populate the default abbrev tables to reindent for
1489 keywords such as "else" that can continue earlier statements.
1490 Abbrev mode is therefore turned on by default now. (Note that
1491 this doesn't apply to idl-mode, since IDL afaik doesn't have
1492 statements at all.)
1493
1494 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1495
1496 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1497 bracelists where the declaration contains template arguments.
1498
1499 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1500
1501 * cc-cmds.el (c-comment-indent):
1502 Use `c-get-syntactic-indentation' to correctly calculate the
1503 syntactic indentation. Fixes bug with lineup functions that
1504 return vectors.
1505
1506 * cc-engine.el (c-get-syntactic-indentation): Split the
1507 indentation sum calculation from `c-indent-line' to a separate
1508 function.
1509
1510 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1511
1512 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1513 Fixed places where it was assumed that preprocessor directives
1514 have to start in column zero.
1515
1516 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1517 template arguments after a class identifier properly.
1518
1519 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1520 lists for `new Foo[]' constructs in Java as expressions and
1521 not top level definition brace lists on the top level, so that
1522 they'll get indented consistently with the same type of
1523 expression in a normal block.
1524
1525 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1526
1527 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1528 whether the adaptive filling package fails to keep the comment
1529 prefix is now kludged further to check for filladapt-mode
1530 which doesn't have that problem. This is really icky, but it's
1531 the only way that works with the current misfeatures/bugs in
1532 both adaptive-fill-mode and filladapt-mode.
1533
1534 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1535 around point is recognized more robust.
1536
1537 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1538
1539 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1540 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1541 (c-lit-type): Fixed all internal variables used dynamically so
1542 that they are always bound.
1543
1544 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1545 errors:
1546
1547 (c-indent-region): Fixed reporting of syntactic errors so that
1548 the region is fully reindented even when an error occurs.
1549 The last syntactic error is printed afterwards. Also cleanup up a
1550 whole lot of code that tried to optimize indentation of whole
1551 sexps but in reality accomplishes nothing.
1552
1553 (c-indent-sexp): Use c-indent-region.
1554
1555 (c-parsing-error): Changed this variable to hold the message
1556 for any syntactic error that is discovered.
1557
1558 (c-parse-state): Search backward from point instead of the bod
1559 position when the latter is invalid. This makes CC Mode
1560 recover faster when there are unbalanced close braces.
1561
1562 (c-backward-to-start-of-if): Use c-parsing-error to report
1563 dangling "else" clauses instead of throwing an error, and fall
1564 back to a reasonable position.
1565
1566 (c-indent-line): Added argument to avoid reporting syntactic errors.
1567
1568 (c-show-syntactic-information): Don't report any syntactic errors.
1569
1570 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1571
1572 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1573 paragraph recognition when moving by sentence in literals.
1574
1575 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1576 start regexp for javadoc to recognize javadoc markup in general instead
1577 of a specific set of keywords, to be more future-safe.
1578
1579 (c-Pike-pikedoc-paragraph-start)
1580 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1581 pikedoc markup.
1582
1583 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1584
1585 (pike-mode): Initialize paragraph settings pikedoc recognition.
1586
1587 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1588
1589 (c-comment-prefix-regexp): Made it possible to use an
1590 association list on this to specify mode specific regexps.
1591 The default value now use a special regexp in Pike mode to
1592 recognize pikedoc markup.
1593
1594 (c-current-comment-prefix): New variable containing the actual
1595 regexp from c-comment-prefix-regexp for the current buffer.
1596
1597 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1598
1599 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1600 lists: We can't look at the syntax, since a brace list can get
1601 recognized as a plain statement-cont.
1602
1603 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1604 special brace list opener broken over two lines got recognized
1605 as a statement on the second line. Case 9A changed.
1606
1607 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1608
1609 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1610 adjustment after line is reindented.
1611
1612 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1613
1614 * cc-defs.el (c-point): Added optional argument for position
1615 to use instead of the current point.
1616
1617 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1618 the in-expression block symbols when the construct starts at
1619 boi, to avoid the extra level of indentation in that case.
1620 Cases 4, 16A and 17E affected.
1621
1622 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1623
1624 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1625 calls to `c-indent-line', to adhere better to Emacs conventions.
1626
1627 * cc-engine.el (c-indent-line): Use the syntax already bound
1628 to `c-syntactic-context', if there is any.
1629
1630 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1631
1632 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1633 wasn't added up correctly when a lineup function returned nil.
1634
1635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1636
1637 * cc-engine.el (c-collect-line-comments): Fixed bug where
1638 empty lines were ignored when collecting line comments backwards.
1639
1640 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1641
1642 * cc-align.el (c-lineup-dont-change): Return an absolute
1643 indentation column to work correctly in the case when several
1644 syntactic elements are processed for the same line.
1645
1646 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1647 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1648 (c-set-offset): Added absolute indentation column settings by
1649 using the vector type.
1650
1651 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1652
1653 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1654 Implemented two new cleanups `space-before-funcall' and
1655 `compact-empty-funcall'.
1656
1657 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1658
1659 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1660 helping building regexps.
1661
1662 * cc-engine.el (c-on-identifier): New function for detecting
1663 identifiers. It takes keywords into account.
1664
1665 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1666 lists. `c-keywords' is set to a regexp matching all keywords
1667 in the current language.
1668
1669 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1670
1671 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1672 list of characters to skip backwards over at the beginning of
1673 a statement, since it can precede string literals in Pike.
1674
1675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1676
1677 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1678 recognition when standing on the last line in a C++ comment
1679 with nothing but whitespace after the prefix.
1680
1681 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1682 given no limit argument.
1683
1684 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1685
1686 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1687 recognition for the `[]= operator symbol in Pike.
1688
1689 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1690
1691 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1692 around a bug in `eval-when-compile' in the byte compiler.
1693
1694 * cc-engine.el (c-forward-token-1): Fixed bug with return
1695 value when count is zero and there's no token start within the limit.
1696
1697 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1698 "prefix comments", i.e. comments which are followed by code on
1699 the same line.
1700
1701 * cc-mode-19.el: Fixes so that checks that must be done at
1702 compile time also are done then.
1703
1704 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1705
1706 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1707 time and at runtime, and only when it's needed.
1708
1709 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1710
1711 Major cleanup for less error prone and more warning free
1712 compilation, including some fixes for bugs due to different
1713 compilation orders. Thanks to Martin Buchholz for providing
1714 the basis for all this.
1715
1716 * cc-bytecomp.el: New file that provides some byte compilation
1717 features: It ensures that files always are loaded from the
1718 current source directory during compilation, and it provides a
1719 set of macros to turn off specific compiler warnings for
1720 specific symbols. (It's not CC Mode specific in any way.)
1721
1722 Fixed a nearly acyclic dependency tree (both runtime and
1723 compile-time) between all files.
1724
1725 * cc-defs.el: Separated all macros before the inline functions,
1726 to ensure correct compilation.
1727
1728 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1729 cc-defs.el to cc-engine.el and made it a function instead.
1730
1731 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1732 about char-after.
1733
1734 * cc-vars.el: Cope even when there isn't a custom package
1735 containing defcustom available.
1736
1737 * cc-make.el: Removed since it's no longer necessary.
1738
1739 README: Updated installation instructions.
1740
1741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1742
1743 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1744 improve the modularity: Moved all mode init stuff from
1745 cc-langs.el to cc-mode.el, including the keymap
1746 initialization; cc-langs now only contains the various
1747 variables for configuring the language syntax.
1748
1749 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1750 (c-get-offset): Moved from cc-styles to cc-engine since file
1751 dependency analysis suggests they belong there (which also
1752 makes more sense). Thanks to Martin Buchholz for doing the analysis.
1753
1754 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1755
1756 * cc-cmds.el (c-fn-region-is-active-p): New function that
1757 wraps the corresponding macro, for use in places that aren't
1758 compiled. Thanks to Martin Buchholz for pointing out this.
1759
1760 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
1761
1762 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1763 add things to the bug report.
1764
1765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1766
1767 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1768 returned prefix could contain a newline when the search for a
1769 good prefix line failed.
1770
1771 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1772
1773 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1774 (c-toggle-auto-hungry-state): Made the argument optional, as
1775 the documentation says it is.
1776
1777 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1778
1779 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1780 multiline string syntax, #"...", as a cpp macro.
1781
1782 2001-03-21 Paul Eggert <eggert@twinsun.com>
1783
1784 * international/mule-cmds.el (set-locale-environment):
1785 Set system-messages-locale and system-time-locale, but only if the
1786 caller specifies a non-nil locale name.
1787
1788 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1789
1790 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1791 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
1792
1793 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1794
1795 * follow.el (follow-avoid-tail-recenter): Doc fix.
1796
1797 * custom.el (custom-set-variables): Avoid reversing the list
1798 of args needlessly.
1799
1800 * startup.el (fancy-splash-head): Don't change the colors of the
1801 XPM image on a dark background.
1802
1803 * comint.el (comint-exec-1): Set columns of the terminal to
1804 window-width instead of frame-width.
1805
1806 * info.el (Info-scroll-down): Add missing WINDOW arg for
1807 pos-visible-in-window-p.
1808
1809 * ehelp.el (electric-help-mode-hook): Add defcustom.
1810
1811 * mail/sendmail.el (mail-mode): Activate case-folding in
1812 font-lock-defaults.
1813
1814 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1815
1816 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1817 (completion-ignored-extensions): Remove duplicate ".class".
1818
1819 2001-03-19 Andreas Schwab <schwab@suse.de>
1820
1821 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1822 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1823
1824 2001-03-19 Gerd Moellmann <gerd@gnu.org>
1825
1826 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1827 methods since there are not prefix input methods.
1828
1829 2001-03-19 Kenichi Handa <handa@etl.go.jp>
1830
1831 * international/mule-cmds.el (read-input-method-name):
1832 Locally bind enable-recursive-minibuffers to t.
1833
1834 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1837
1838 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
1839
1840 * ediff-util.el: Copyright years.
1841 (ediff-choose-syntax-table): New function.
1842 (ediff-setup): Use ediff-choose-syntax-table.
1843
1844 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1845 with-syntax-table.
1846
1847 * ediff.el: Date of last update, copyright years.
1848
1849 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1850
1851 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1852 of Scott Bronson.
1853 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1854 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1855 Deleted functions.
1856 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1857 ex-token-list.
1858
1859 * viper-util.el: Spaces, indentation.
1860
1861 * viper.el: Changed version, modification time.
1862
1863 2001-03-16 John Wiegley <johnw@gnu.org>
1864
1865 * calendar/timeclock.el (timeclock-workday-remaining):
1866 Check whether `discrep' is non-null before using it.
1867
1868 2001-03-16 John Wiegley <johnw@gnu.org>
1869
1870 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1871 first-time checkins.
1872 (timeclock-log-data): Fixed problem with reading timelog log file.
1873 Resulting data in the "day list" was incorrect.
1874 (timeclock-find-discrep): Check if `timeclock-file' is readable
1875 before opening it.
1876 (timeclock-time-less-p): New function.
1877 (timeclock-day-base): New function.
1878 (timeclock-geometric-mean): New function.
1879 (timeclock-generate-report): Generate a summary report based on
1880 the contents of the log file. This uses `timeclock-log-data', and
1881 is an example of writing a timelog manipulation function.
1882 (timeclock-visit-timelog): A quick command for opening the timelog
1883 file.
1884 (timeclock-log-data): Bound the variable event.
1885
1886 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1887
1888 * international/mule-cmds.el (select-safe-coding-system):
1889 Fix typo: symbol-name -> symbol-value.
1890
1891 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1892 before substitute-in-file-name to handle double slashes in FILE
1893 correctly.
1894
1895 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1896
1897 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1898 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1899
1900 2001-03-14 Gerd Moellmann <gerd@gnu.org>
1901
1902 * bindings.el (features): Add `md5' and `overlay' to the list.
1903
1904 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1905 bound before using it. It's not bound when configured without X,
1906 for instance.
1907
1908 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1909
1910 * progmodes/hideshow.el: Update copyright.
1911 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1912 (hs-minor-mode-hook): Include `:version' in defcustom form.
1913
1914 2001-03-13 Gerd Moellmann <gerd@gnu.org>
1915
1916 * help.el (string-key-binding): Don't call event-start on
1917 a non-list.
1918
1919 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1920
1921 * startup.el (fancy-splash-tail, command-line-1): Fix the
1922 copyright year.
1923
1924 2001-03-13 Kenichi Handa <handa@etl.go.jp>
1925
1926 * term.el: These changes are based on a patch sent from Yong Lu
1927 <lyongu@yahoo.com>.
1928 (term-set-escape-char): Bind M-x to execute-extended-command in
1929 term-raw-escape-map.
1930 (term-move-columns): Don't try to move to negagive column.
1931 (term-emulate-terminal): Insert a string before deleting a text to
1932 overwrite.
1933
1934 2001-03-12 Gerd Moellmann <gerd@gnu.org>
1935
1936 * play/life.el (life): Rearrange code so that all calls to
1937 life-display-generation are in a catch-form.
1938
1939 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1940 file that isn't interesting. In an interesting file, push the old
1941 value of point on the mark ring.
1942
1943 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1944 New function.
1945 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1946 Use it.
1947
1948 * emacs-lisp/autoload.el (generate-file-autoloads):
1949 Remove warning about line lengths.
1950
1951 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1952
1953 * progmodes/etags.el (tags-compression-info-list): New variable.
1954 (find-tag-in-order): Use it to deal with compressed source files.
1955 (tag-file-name-match-p): New function.
1956 (etags-recognize-tags-table): Use it for better match of file names.
1957
1958 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1959
1960 * international/mule-cmds.el (register-input-method): Doc fix.
1961
1962 * international/quail.el (quail-translate-key): Fix condition to
1963 check if there's another breaking point in the current key.
1964
1965 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1966
1967 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1968 Babyl header to the newly-created output file, bind
1969 coding-system-for-write to either rmail-file-coding-system or
1970 emacs-mule-unix.
1971
1972 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1975 Fix the name and regexp used for subsubsections.
1976
1977 2001-03-10 Dave Love <fx@gnu.org>
1978
1979 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1980 and save-buffer if buffer-file-name non-nil. From rms.
1981
1982 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1983
1984 * vc.el (vc-do-command): If the destination buffer is already
1985 current, don't set it up and don't erase it. Updated doc string
1986 to reflect that.
1987 (vc-version-diff): When doing a single file diff, don't switch to the
1988 *vc-diff* buffer before the command. This is to preserve local
1989 variable bindings that might affect the diff command.
1990 (vc-print-log): Don't switch to the *vc* buffer before the
1991 command, so that local variable bindings are preserved.
1992
1993 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1994 not the current buffer.
1995 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1996
1997 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1998 make output go to buffer *vc*, not the current buffer.
1999
2000 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2001
2002 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2003 so ^, $, *, ? and + are interpreted correctly.
2004
2005 2001-03-09 Gerd Moellmann <gerd@gnu.org>
2006
2007 * help.el (string-key-binding): Renamed from
2008 mode-line-key-binding. Handle any event on a string.
2009 Check for `keymap' properties as well as `local-map' properties.
2010
2011 * comint.el (comint-insert-clicked-input): Use the last key
2012 from this-command-keys to lookup the global key definition.
2013
2014 2001-03-09 Kenichi Handa <handa@etl.go.jp>
2015
2016 * international/characters.el: Add category `j' for
2017 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2018
2019 * international/mule-conf.el (no-conversion): Fix docstring.
2020 (raw-text): Fix docstring.
2021
2022 2001-03-08 Gerd Moellmann <gerd@gnu.org>
2023
2024 * simple.el (choose-completion-string): When not leaving the
2025 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2026 is set.
2027
2028 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2029 parameter `(minibuffer . t)'.
2030
2031 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2032
2033 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2034 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2035 (sh-mode): Remove `make-local-variable' for unused var
2036 `font-lock-unfontify-region-function'.
2037
2038 2001-03-07 Richard M. Stallman <rms@gnu.org>
2039
2040 * info.el (Info-scroll-down): Fix previous change.
2041
2042 * mail/rmail.el (rmail-toggle-header): Use a window which
2043 is showing the Rmail buffer, rather than the selected window.
2044
2045 2001-03-07 Dave Love <fx@gnu.org>
2046
2047 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2048 now, to avoid problems with binding imenu directly to a mouse event.
2049
2050 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2051
2052 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2053 second arg t.
2054
2055 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2056
2057 * log-edit.el (log-edit-common-indent): New var.
2058 (log-edit-set-common-indentation): Renamed from
2059 log-edit-delete-common-indentation. Use the new var.
2060 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2061
2062 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2063 (cvs-mode-add-change-log-entry-other-window):
2064 Don't presume change-log-default-name is defined.
2065
2066 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2067
2068 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2069 the "tree" operation as well.
2070
2071 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2072
2073 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2074 to match paragraph-start.
2075
2076 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2077 comment-start-skip and set comment-end-skip as well.
2078 (sgml-comment-indent): Fix for new value of comment-start-skip.
2079 (html-autoview-mode): Don't bother using make-local-hook.
2080
2081 2001-03-07 Gerd Moellmann <gerd@gnu.org>
2082
2083 * cus-edit.el (custom-save-delete): Move in front of local
2084 variables, otherwise long Custom entries would make them ineffective.
2085
2086 * uniquify.el: Set maintainer to FSF.
2087
2088 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2089
2090 * dired-aux.el (dired-do-shell-command): Doc fix.
2091
2092 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2093
2094 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2095
2096 * which-func.el (which-func-modes): Add cperl-mode.
2097 (which-func-mode-global): Use define-minor-mode.
2098
2099 * info-look.el: Docstring fixes and dead code eliminated.
2100 (cperl-mode): Add support.
2101 (emacs-lisp-mode): List all entries from elisp manual, whether
2102 or not they are currently (f)bound or not. Update regexp.
2103
2104 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2105
2106 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2107 so that C-h m shows the correct information.
2108 Use make-local-variable rather than make-variable-buffer-local.
2109 (cperl-info-buffer, cperl-setup-tmp-buf):
2110 Use make-local-variable rather than make-variable-buffer-local.
2111 (cperl-msb-fix, cperl-get-help-defer):
2112 Check major-mode for `cperl-mode' as well.
2113
2114 * progmodes/cperl-mode.el: Updated to author version 4.23.
2115 (cperl-electric-pod): SYNOPSIS was misspelled.
2116 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2117 (cperl-after-expr-p): Make true after __END__.
2118
2119 2001-03-06 Gerd Moellmann <gerd@gnu.org>
2120
2121 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
2122 bookmark-completion-ignore-case is t.
2123
2124 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2125 switch, like xterm, and concat resource strings, with a newline
2126 between them.
2127
2128 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2129
2130 * international/codepage.el (cp770-decode-table)
2131 (cp773-decode-table, cp774-decode-table): New variables.
2132
2133 * man.el (Man-hyphenated-reference-regexp): New variable.
2134 (Man-build-references-alist): Use it to search for referenced
2135 manpages. If hyphenated is non-nil, record a concatenated word in
2136 Man-refpages-alist only if it matches Man-reference-regexp.
2137 Update word's length when it is concatenated. Reverse the list,
2138 to get the first manpage at the head.
2139 (Man-possibly-hyphenated-word): New function.
2140 (Man-follow-manual-reference): Use it instead of current-word to
2141 find a manpage at point, in a way that accounts for hyphenated
2142 references.
2143
2144 2001-03-06 Alex Schroeder <alex@gnu.org>
2145
2146 * sql.el (sql-interbase): New function.
2147 (sql-interbase-program): New option.
2148 (sql-interbase-options): New option.
2149 And some typos fixed: "customise" to "customize".
2150
2151 2001-03-06 Dave Love <fx@gnu.org>
2152
2153 * textmodes/flyspell.el (flyspell-region):
2154 Set up flyspell-local-mouse-map.
2155
2156 2001-03-05 Richard M. Stallman <rms@gnu.org>
2157
2158 * mail/rmail.el (rmail-retry-failure):
2159 Don't call rmail-beginning-of-message.
2160 Don't discard From: field. Do discard Received: field.
2161 Use unwind-protect to re-prune.
2162 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2163
2164 2001-03-06 Kenichi Handa <handa@etl.go.jp>
2165
2166 * international/quail.el (quail-title): Add autoload cookie.
2167
2168 2001-03-05 Dave Love <fx@gnu.org>
2169
2170 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2171 new defs.
2172
2173 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2174
2175 * language/ethio-util.el (ethio-toggle-space):
2176 Update current-input-method-title if necessary.
2177 (ethio-toggle-punctuation): Likewise.
2178
2179 * international/quail.el (quail-title): Fix for the case that a
2180 title of an input method is specified by a list of the same form
2181 as used in mode-line-format.
2182
2183 * international/mule-cmds.el (activate-input-method):
2184 If current-input-method-title is set by activating INPUT-METHOD,
2185 respect that value.
2186
2187 2001-03-05 Gerd Moellmann <gerd@gnu.org>
2188
2189 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2190
2191 2001-03-05 Alex Schroeder <alex@gnu.org>
2192
2193 * sql.el (sql-sybase): Fix typo (was: query user about server two
2194 times instead of server and database).
2195
2196 * sql.el (sql-sybase): Doc change.
2197 (sql-mysql): Doc change.
2198 (sql-postgres): Doc change.
2199
2200 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2201
2202 * international/mule-conf.el (emacs-mule, raw-text):
2203 Docstring modified.
2204
2205 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 * term/internal.el: Update copyright notice.
2208
2209 * term/pc-win.el: Update copyright notice.
2210
2211 2001-03-02 Dave Love <fx@gnu.org>
2212
2213 * files.el (insert-file-contents-literally):
2214 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2215 not jka-compr-compression-info-list.
2216
2217 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2218
2219 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2220 spaces in default comment-start-skip settings rather than \s-.
2221
2222 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2223
2224 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2225 default-frame-alist as well.
2226
2227 2001-03-01 Dave Love <fx@gnu.org>
2228
2229 * textmodes/reftex.el (defvar): Wrap some defvars in
2230 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2231
2232 * subr.el (event-basic-type): Doc fix.
2233
2234 * international/quail.el: Doc fixes.
2235
2236 * international/utf-8.el: Doc fixes.
2237
2238 * international/mule-cmds.el: Doc fixes.
2239 (leim-list-header): Fix header text.
2240
2241 * international/mule.el (coding-system-category): Doc fix.
2242
2243 * international/ccl.el (ccl-compile): Doc fix.
2244
2245 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2246
2247 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2248 rather than (before|after)-change-functions.
2249
2250 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2251
2252 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2253 scroll-left and scroll-right being called interactively so that
2254 they set the window's min_hscroll.
2255
2256 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * info.el (info-insert-file-contents-1): Accept an additional
2259 argument `lfn': if it is non-nil, concatenate `filename' and
2260 `suffix'; otherwise use the complicated MS-DOS code.
2261 All callers changed.
2262 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2263 can access long file names, try the long file-name version of
2264 `info-insert-file-contents-1', then the short file-name version.
2265
2266 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2267
2268 * language/ethio-util.el (setup-ethiopic-environment-internal):
2269 Change bindings of functions keys to conform to "Emacs Lisp Coding
2270 Convention".
2271
2272 * language/ethiopic.el ("Ethiopic"): Add documentation.
2273
2274 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2275
2276 * international/utf-8.el (mule-utf-8): Set coding-category
2277 property to coding-category-utf-8.
2278
2279 2001-02-27 Richard M. Stallman <rms@gnu.org>
2280
2281 * lpr.el (lpr-page-header-switches, print-region-1):
2282 Undo 2000-07-06 change.
2283 (lpr-add-switches): Default to t on gnu/linux.
2284
2285 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2286
2287 * bs.el (bs-attributes-list): Doc fix.
2288
2289 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2290
2291 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2292
2293 * help.el (view-order-manuals): Use goto-address.
2294
2295 * startup.el (command-line-1): Add info about ordering manuals
2296 to the not so fancy splash screens.
2297
2298 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2299
2300 * vc.el (vc-default-workfile-unchanged-p)
2301 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2302
2303 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2304
2305 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2306 fontify in the right buffer.
2307
2308 * allout.el (outline-flag-region): Move macro in front of first
2309 use to avoid a run-time error.
2310
2311 2001-02-24 Andrew Innes <andrewi@gnu.org>
2312
2313 * makefile.w32-in: Fix copyright notice.
2314
2315 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2316
2317 * international/utf-8.el (mule-utf-8): Set correct value for
2318 valid-codes property.
2319
2320 * international/fontset.el (x-complement-fontset-spec): In the
2321 case that we use ASCII font for the other charsets, use only
2322 family and registry part of it.
2323
2324 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2325
2326 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2327 (shrink-window-if-larger-than-buffer): Doc fix.
2328
2329 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2330
2331 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2332 predicate passed to completing-read.
2333
2334 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2335
2336 * startup.el (command-line): Fix last change.
2337
2338 2001-02-23 Jason Rumney <jasonr@gnu.org>
2339
2340 * startup.el (tool-bar-originally-present): New variable.
2341 (command-line): Set it if the tool-bar is switched on at startup.
2342
2343 * frame.el (frame-notice-user-settings): Only adjust frame height
2344 for no tool-bar case if tool-bar was originally switched on.
2345 From E. Jay Berkenbilt.
2346
2347 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2348
2349 * server.el (server-switch-buffer): Only switch window if the
2350 current one is dedicated.
2351
2352 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2353 rather than using (match-beginning 0) when searching for break point.
2354
2355 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2356
2357 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2358 @ follows an accent command such as @'. Support optional braces
2359 in commands that insert accents, like makeinfo does.
2360
2361 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2362
2363 * startup.el (fancy-splash-text): Add a line for ordering
2364 manuals. Reverse order of splash screens shown.
2365 (use-fancy-splash-screens-p): Adapt to the text line added.
2366
2367 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2368 manuals from the FSF.
2369
2370 * help.el (view-order-manuals): New function.
2371 (toplevel): Bind C-h C-m to this function.
2372
2373 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2374
2375 * newcomment.el (comment-forward): Skip the comment-start before
2376 searching for the comment-end.
2377
2378 2001-02-21 Dave Love <fx@gnu.org>
2379
2380 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2381
2382 * international/mule-cmds.el, international/mule.el: Doc fixes.
2383
2384 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2385 (fortune) <defgroup>: Add :link.
2386 (fortune-from-region): Use eq, not eql.
2387
2388 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2389
2390 * startup.el (fancy-splash-screens): Use display-hourglass
2391 instead of display-busy-cursor.
2392
2393 * frame.el (display-hourglass): Renamed from busy-cursor.
2394 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2395 (show-cursor-in-non-selected-windows): Doc fix.
2396
2397 2001-02-20 Dave Love <fx@gnu.org>
2398
2399 * international/utf-8.el: Doc and commentary fixes.
2400
2401 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2402
2403 * ehelp.el (with-electric-help): Doc fix.
2404
2405 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2406
2407 * msb.el (msb-mode): Call the update-buffers function explicitly
2408 with a FORCE argument.
2409
2410 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2411 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2412 returns nil.
2413
2414 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2415
2416 * ps-print.el: Timestamp package replacement. Some enhancements.
2417 Some XEmacs compatibility. Doc fix.
2418 (ps-print-version): New version number (6.4).
2419 (ps-printer-name): Initialization fix.
2420 (ps-zebra-stripe-follow): Funcionality enhancement.
2421 (ps-prologue-file): Code enhancement.
2422 (ps-right-header): Timestamp package replacement.
2423 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2424 (ps-get-page-dimensions)
2425 (ps-generate-header, ps-begin-file, ps-begin-job)
2426 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2427 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2428 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2429 (coding-system-for-write): Var declaration (XEmacs compatibility).
2430
2431 2001-02-20 Miles Bader <miles@gnu.org>
2432
2433 * image-file.el (image-file-name-extensions): Add "tif".
2434
2435 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2436
2437 * wid-edit.el (widget-button-click): Save the selected window
2438 around the code handling clicks on buttons.
2439
2440 2001-02-18 Dave Love <fx@gnu.org>
2441
2442 * imenu.el (imenu--generic-function): Use mapc to iterate over
2443 syntax characters.
2444
2445 2001-02-17 Richard M. Stallman <rms@gnu.org>
2446
2447 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2448
2449 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2450
2451 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2452
2453 * mouse.el (mouse-save-then-kill): If the distance from the new
2454 point to the mark is equal to the distance of point from the new
2455 point, move point instead of the mark.
2456
2457 2001-02-16 Dave Love <fx@gnu.org>
2458
2459 * textmodes/flyspell.el (flyspell-get-word): Return string without
2460 properties.
2461
2462 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2463
2464 * generic.el (generic-find-file-regexp): Doc fix.
2465 (generic-ignore-files-regexp): New defcustom.
2466 (generic-mode-find-file-hook): If the file's name matches the
2467 regexp in `generic-ignore-files-regexp', don't enter
2468 default-generic-mode. Doc fix.
2469
2470 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2471
2472 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2473 Add autoload cookies.
2474
2475 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2476 of cal-tex-24.
2477
2478 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2481
2482 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2483 the character class after the (optional) drive, to support file
2484 names with embedded blanks.
2485
2486 2001-02-15 Sam Steingold <sds@gnu.org>
2487
2488 * textmodes/tex-mode.el (tex-shell-running):
2489 Check the process buffer too.
2490
2491 2001-02-15 Dave Love <fx@gnu.org>
2492
2493 * battery.el (battery-status-function): Fix doc, :type.
2494
2495 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2496
2497 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2498
2499 * subr.el (read-passwd): Clear Lisp memory holding password.
2500
2501 2001-02-15 Miles Bader <miles@gnu.org>
2502
2503 * info.el (Info-copy-current-node-name): New function.
2504 (Info-mode-menu): Add it to the menu.
2505
2506 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2507
2508 * international/mule-cmds.el (toggle-input-method): Doc fix.
2509
2510 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * replace.el (occur): Stop at end of buffer.
2513
2514 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2515
2516 * international/mule-cmds.el (set-input-method): Another doc fix.
2517
2518 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2519
2520 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2521
2522 2001-02-13 Miles Bader <miles@gnu.org>
2523
2524 * faces.el (set-face-background, set-face-foreground)
2525 (set-face-stipple): Treat a value of nil as being `unspecified'.
2526
2527 2001-02-12 Dave Love <d.love@dl.ac.uk>
2528
2529 * international/latin1-disp.el: Doc fixes.
2530 (latin1-display) <defgroup>: Add :link.
2531 (latin1-display) <function>: Set variable latin1-display.
2532
2533 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * international/mule-cmds.el (set-input-method): Doc fix.
2536
2537 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2538
2539 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2540 (speedbar-line-file): Return nil if not a file.
2541 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2542
2543 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2544
2545 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2546 for remote files.
2547 (ediff-coding-system-for-read): Replaced the no-conversion default
2548 with raw-text.
2549
2550 * ediff-init.el: Removed :version from defcustom vars.
2551
2552 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2553 Better handling of the diff mode.
2554
2555 * ediff.texi: Added ediff-coding-system-for-read.
2556
2557 * viper.texi: Fix typos.
2558
2559 2001-02-11 Dave Love <fx@gnu.org>
2560
2561 * shadowfile.el: Doc fixes.
2562 (shadow) <defgroup>: Add :link.
2563 (shadowfile-unload-hook): New function.
2564 (shadow-initialize): Use defalias, not fset.
2565 (shadow-define-cluster, shadow-define-literal-group)
2566 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2567
2568 * international/mule.el: Doc and message fixes.
2569
2570 * international/ccl.el (define-ccl-program): Doc fix.
2571
2572 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2573
2574 * faces.el (mode-line): Set :line-width property to -1.
2575
2576 2001-02-10 Richard M. Stallman <rms@gnu.org>
2577
2578 * complete.el (partial-completion-mode): Doc fix.
2579
2580 * simple.el (delete-key-deletes-forward-mode):
2581 Change `let' to `let*' to fix gross bug in last change.
2582
2583 * repeat.el (repeat): Don't let execute-kbd-macro alter
2584 real-last-command.
2585
2586 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2587
2588 * simple.el (eval-expression): Doc fix.
2589
2590 2001-02-09 Dave Love <fx@gnu.org>
2591
2592 * imenu.el (imenu-generic-expression): Doc fix.
2593
2594 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2595 From Juanma Barranquero.
2596
2597 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2598
2599 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2600
2601 * faces.el (set-face-attribute): Describe the case of a negative
2602 value specified for :line-width.
2603
2604 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * which-func.el (which-func-mode): Invert which-func-mode-global.
2607 From Juanma Barranquero <lektu@uol.com.br>.
2608
2609 2001-02-08 Dave Love <fx@gnu.org>
2610
2611 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2612 widget-plist-value-type.
2613 (widget-alist-convert-widget): Replace binding of
2614 widget-alist-value-type.
2615
2616 * textmodes/paragraphs.el (sentence-end): Doc fix.
2617
2618 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2619 Remove `backward-line'.
2620
2621 * play/pong.el (pong-blank-color, pong-bat-color)
2622 (pong-ball-color, pong-border-color, pong-left-key)
2623 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2624 (pong-pause-key, pong-resume-key, pong-timer-delay):
2625 * mail/mh-comp.el (mh-compose-letter-function):
2626 * eshell/esh-mode.el (eshell-skip-prompt-function):
2627 * emulation/viper-ex.el (ex-unix-type-shell-options):
2628 * recentf.el (recentf-menu-filter):
2629 * ps-print.el (ps-print-region-function):
2630 * lpr.el (print-region-function):
2631 * forms.el (forms-mode-hooks):
2632 * dirtrack.el (dirtrack-directory-change-hook):
2633 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2634 * textmodes/spell.el (spell-filter):
2635 * textmodes/fill.el (adaptive-fill-function):
2636 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2637 * progmodes/etags.el (find-tag-default-function):
2638 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2639 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2640
2641 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2642
2643 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2644 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2645 Meyering <jim@meyering.net>.
2646
2647 * loadup.el: Revert last change.
2648
2649 2001-02-07 Kenichi Handa <handa@etl.go.jp>
2650
2651 * international/mule.el (transform-make-coding-system-args):
2652 Make it work also for coding systems not using CCL.
2653
2654 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2655
2656 * simple.el (previous-matching-history-element)
2657 (next-matching-history-element): Doc fix.
2658
2659 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2660 specific part.
2661
2662 2001-02-06 Dave Love <fx@gnu.org>
2663
2664 * add-log.el (add-log-current-defun-function)
2665 (add-log-buffer-file-name-function, add-log-file-name-function):
2666 Fix :type.
2667 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2668
2669 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2670
2671 * info.el (info-initialize): Remove the test for system-type when
2672 invocation-directory is non-nil.
2673
2674 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2675 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2676
2677 2001-02-06 Andrew Innes <andrewi@gnu.org>
2678
2679 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2680 absolute.
2681
2682 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2683
2684 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2685 buffers. When hi-lock turned on rather than only checking current
2686 buffer for regexps, all buffers are checked. Moved activation of
2687 font-lock to hi-lock-refontify. When font-lock turned off rather
2688 than removing added highlighting just in current buffer, remove it
2689 in all buffers. Changed edit menu text from "Automatic
2690 Highlighting" to "Regexp Highlighting" Documentation for
2691 highlighting phrases, minor documentation changes.
2692 (hi-lock-set-file-patterns): Execute only if there are new or
2693 existing file patterns.
2694 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2695 unfontify and, if a support mode is active, will not refontify the
2696 whole buffer. If necessary, turn on font lock. (Removed
2697 font-lock-unfontify and font-lock support-mode-specific calls,
2698 such as lazy-lock-fontify-window.)
2699 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2700 patterns are found. Not useful now since find-file-hook is removed
2701 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2702 (hi-lock-face-phrase-buffer): New function. Also added related
2703 menu item and keybinding.
2704 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2705 (hi-lock-process-phrase): New function.
2706 (hi-lock-line-face-buffer): Doc fixes.
2707 (hi-lock-face-buffer): Doc fixes.
2708 (hi-lock-unface-buffer): Doc fixes.
2709
2710 2001-02-06 Gerd Moellmann <gerd@gnu.org>
2711
2712 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2713 dabbrev-ignored-regexps.
2714
2715 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2716
2717 * simple.el (kill-line): Doc fix.
2718
2719 2001-02-05 Dave Love <fx@gnu.org>
2720
2721 * loadup.el: Revert last two changes -- bootstrapping works with
2722 regenerated loaddefs.
2723
2724 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * isearch.el (isearch-forward): Doc fix.
2727
2728 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2729 of font-lock-defaults to backward-paragraph.
2730
2731 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2732
2733 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2734 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2735
2736 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2737
2738 * ebnf2ps.el: Eliminate time-stamp functions.
2739 (ebnf-version): New version (3.5).
2740 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2741 format-time-string.
2742
2743 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2744
2745 * simple.el (next-line): Goto end-of-line before inserting a newline.
2746
2747 2001-02-05 Miles Bader <miles@gnu.org>
2748
2749 * image-file.el (insert-image-file): When visiting an image, also
2750 set `truncate-lines' to t so that any fringe arrow looks correct.
2751
2752 2001-02-05 Kenichi Handa <handa@etl.go.jp>
2753
2754 * isearch.el (isearch-forward): Add description about input method
2755 in the docsting.
2756
2757 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2760
2761 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2762
2763 * info.el (info-initialize): If installation-directory is nil, for
2764 DOS/Windows systems try looking in a sibling of invocation-directory.
2765
2766 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2767
2768 * wid-edit.el (widget-button-click): Fix last change.
2769
2770 * frame.el (frame-notice-user-settings): When resizing the initial
2771 frame because the tool bar is off, also change the frame's top
2772 position if a negative top position was specified.
2773
2774 2001-02-02 Miles Bader <miles@gnu.org>
2775
2776 * image-file.el (insert-image-file): When visiting an image,
2777 suppress the cursor in the image buffer.
2778
2779 2001-02-01 Dave Love <fx@gnu.org>
2780
2781 * progmodes/f90.el (f90-mode): Remove startup message.
2782
2783 * vc-cvs.el: Remove autoloads. Require vc when compiling.
2784
2785 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2786
2787 * startup.el (command-line): Fix code determining whether or not
2788 to use delete-key-deletes-forward-mode.
2789
2790 2001-02-01 Andre Spiegel <spiegel@gnu.org>
2791
2792 * vc.el (vc-diff-switches): New user option.
2793 (vc-version-diff): Use it.
2794 (vc-diff-switches-list): New macro.
2795
2796 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2797 New customization options.
2798 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2799
2800 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2801
2802 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2803
2804 * msb.el (toplevel): Quote hook symbols.
2805
2806 2001-02-01 Kenichi Handa <handa@etl.go.jp>
2807
2808 * international/mule.el (make-coding-system): Add description
2809 about recognized properties in the docstring.
2810
2811 * international/mule-conf.el: Remove unused charsets
2812 mac-roman-lower and mac-roman-upper.
2813
2814 2001-01-31 Gerd Moellmann <gerd@gnu.org>
2815
2816 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2817 is in front of the left-margin, if any.
2818
2819 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2820 like `delete'.
2821
2822 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2823
2824 * term/w32-win.el (mouse-set-font): Doc fix.
2825
2826 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2829 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2830 on already.
2831
2832 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
2833
2834 * files.el (save-buffer): Don't give message if (buffer-file-name)
2835 returns nil.
2836
2837 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2840
2841 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2842 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2843
2844 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2845 display problems.
2846
2847 2001-01-31 Kenichi Handa <handa@etl.go.jp>
2848
2849 * international/mule.el (charset-info): Fix docstring.
2850
2851 * international/mule-diag.el (describe-character-set): Check final
2852 char valid before printing it.
2853
2854 2001-01-30 Gerd Moellmann <gerd@gnu.org>
2855
2856 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2857
2858 * frame.el (frame-notice-user-settings): Do the tool-bar
2859 stuff only for graphical displays. Fix a braino.
2860
2861 * frame.el (frame-initialize): Create initial frame visible.
2862 (frame-notice-user-settings): When tool-bar has been switched off,
2863 correct the frame size and sync tool-bar-mode.
2864
2865 * startup.el (command-line): Remove manipulation of frame
2866 height for tool bars.
2867
2868 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2869
2870 * lpr.el: Compatibility with XEmacs and doc fixes.
2871 (lpr-windows-system, lpr-lp-system): New vars.
2872 (lpr-printer-switch): New defcustom.
2873 (printer-name, lpr-command): Customization fix.
2874 (print-region-1): Code fix.
2875 (print-region-new-buffer, printify-region): Indentation fix.
2876 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2877 New functions.
2878
2879 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2880
2881 * msb.el (toplevel): Fix the eval-after-load.
2882
2883 2001-01-29 Dave Love <fx@gnu.org>
2884
2885 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2886
2887 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2888
2889 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2890 (tcl-using-emacs-19-23): Consider Emacs 21+.
2891 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2892 (tcl-add-emacs-menu): Supply menu name.
2893 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2894
2895 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2896
2897 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2898
2899 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * pcvs.el (cvs-mark-fis-dead): New function.
2902 (cvs-mode-add): Use it.
2903 (cvs-mode-add-change-log-entry-other-window):
2904 Rebind change-log-default-name to itself rather than to nil.
2905
2906 2001-01-29 Sam Steingold <sds@gnu.org>
2907
2908 * vc-cvs.el: Replaced (require 'vc) with a bunch of
2909 `autoload' statements.
2910
2911 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2912
2913 * files.el (confirm-kill-emacs): Doc fix.
2914
2915 * frame.el (frame-initialize): Doc fix.
2916
2917 * time-stamp.el (time-stamp-string): Doc fix.
2918
2919 * woman.el (WoMan-log-1): Make the log buffer writable.
2920 From Markus Rost <rost@math.ohio-state.edu>.
2921
2922 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2923
2924 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2925 the `make-variable-buffer-local'.
2926
2927 2001-01-29 Dave Love <fx@gnu.org>
2928
2929 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2930 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2931 Add autoload cookie.
2932 (ansi-color-apply-sequence): Fix typo.
2933
2934 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2935
2936 * menu-bar.el (menu-bar-files-menu): Add menu items for
2937 Postscript printing in black and white.
2938
2939 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2940 X-Mailman-Version, Precedence, List-Help, List-Post,
2941 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2942 Content-Type, Content-Length.
2943
2944 2001-01-29 Dave Love <fx@gnu.org>
2945
2946 * elide-head.el (elide-head): Make overlay evaporate.
2947
2948 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2949
2950 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2951
2952 * isearch.el (isearch-highlight): Don't punt if the display
2953 doesn't support colors, since isearch faces are defined for
2954 monochrome displays as well.
2955
2956 2001-01-27 Sam Steingold <sds@gnu.org>
2957
2958 * shell.el (shell-write-history-on-exit): Make sure that we are in
2959 the shell buffer (M-x tex-file RET inserted the error message into
2960 the TeX buffer).
2961
2962 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2963
2964 * simple.el (transient-mark-mode): Doc fix.
2965
2966 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2967
2968 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2969
2970 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2971
2972 * shell.el (shell-unquote-argument): If the shell is one of the
2973 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2974 quote character.
2975 (shell-dumb-shell-regexp): Document that the shells which match
2976 this regexp are supposed to not treat a backslash as a quote character.
2977
2978 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2979 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2980
2981 2001-01-27 Richard M. Stallman <rms@gnu.org>
2982
2983 * dabbrev.el (dabbrev--substitute-expansion):
2984 Treat a one-capital-letter abbrev as "not all upper case",
2985 so as to force preservation of the expansion's pattern
2986 if the expansion starts with a capital letter.
2987
2988 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2989
2990 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2991 Doc fix.
2992
2993 * simple.el (transient-mark-mode): Document the fact that many
2994 commands act on the region when mark is active.
2995
2996 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2997
2998 * international/quail.el (quail-setup-completion-buf): Make the
2999 multibyteness of current buffer inherited to Quail completion buffer.
3000 (quail-show-guidance-buf): Make the multibyteness of current
3001 buffer inherited to Quail guidance buffer.
3002 (quail-help): Make the multibyteness of current buffer inherited
3003 to Quail help buffer.
3004
3005 2001-01-26 Dave Love <fx@gnu.org>
3006
3007 * time-stamp.el: Doc fixes.
3008
3009 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3010 (delphi-keyword-face, delphi-other-face): Fix :type.
3011
3012 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3013
3014 * mail/feedmail.el (feedmail): Add :link.
3015 (feedmail-send-it): Doc fix.
3016
3017 * mail/sendmail.el: Doc fixes.
3018 (sendmail-send-it): Fix the non-ASCII regexp and use
3019 rfc2047-encode-string.
3020
3021 * dired.el, dired-aux.el: Revert last change.
3022
3023 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3024
3025 * makefile.w32-in (DONTCOMPILE): Add various term files.
3026
3027 2001-01-26 Dave Love <fx@gnu.org>
3028
3029 * Makefile.in (DONTCOMPILE): Add various term files.
3030
3031 2001-01-26 Gerd Moellmann <gerd@gnu.org>
3032
3033 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3034
3035 * startup.el (display-startup-echo-area-message): Make sure
3036 the echo area is resized to fit the size of the startup message.
3037
3038 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3039 part of which is a constant.
3040
3041 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
3044
3045 2001-01-26 Richard M. Stallman <rms@gnu.org>
3046
3047 * simple.el (next-line): Don't let `newline' expand abbrevs.
3048 Simplify slightly.
3049 (open-line): Don't let `newline' expand abbrevs.
3050
3051 2001-01-25 John Wiegley <johnw@gnu.org>
3052
3053 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3054 to `repeat' in the :type field.
3055
3056 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3057 allow a choice of regexp or nil.
3058 (pcomplete-dir-ignore): Same.
3059
3060 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3061 a command) to always fail.
3062
3063 2001-01-25 Gerd Moellmann <gerd@gnu.org>
3064
3065 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3066 discard the result.
3067 (iswitchb-to-end): Likewise.
3068
3069 2001-01-25 Sam Steingold <sds@gnu.org>
3070
3071 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
3072 Require vc.
3073
3074 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3075
3076 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3077
3078 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3079
3080 2001-01-25 Dave Love <fx@gnu.org>
3081
3082 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3083 (describe-coding-system): Tweak the English text.
3084
3085 * loadup.el: Preload international/ccl for utf-8.
3086
3087 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * mail/rmail.el (rmail-redecode-body): Doc fix.
3090
3091 2001-01-25 Kenichi Handa <handa@etl.go.jp>
3092
3093 * international/mule-cmds.el (reset-language-environment):
3094 Reset coding-category-utf-8 to mule-utf-8.
3095
3096 * international/mule-conf.el (coding-category-utf-8):
3097 Initialize to mule-utf-8.
3098
3099 * loadup.el: Preload international/utf-8.
3100
3101 * international/utf-8.el: New file.
3102
3103 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3104
3105 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3106
3107 2001-01-24 Sam Steingold <sds@gnu.org>
3108
3109 * dired.el (dired-replace-in-string): Removed.
3110 (dired-sort-toggle): Use `replace-regexps-in-string'
3111 instead of `dired-replace-in-string'.
3112
3113 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3114 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
3115
3116 * gs.el (gs-replace-in-string): Removed.
3117 (gs-options): Use `replace-regexps-in-string'
3118 instead of `gs-replace-in-string'.
3119
3120 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3121
3122 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3123 bug report is mailed to an email list and posted to a news group.
3124
3125 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3126
3127 * comint.el (comint-replace-by-expanded-history-before-point):
3128 Fix change of 2000-08-03 to move point to the start of the line again.
3129
3130 * startup.el (tool-bar-images-pixel-height): New variable.
3131 (command-line): After loading the user's init file, when
3132 tool-bar-mode is on, increase the frame's size by some lines for
3133 the tool-bar.
3134
3135 * frame.el (frame-initialize): Create the initial frame invisible.
3136
3137 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3138
3139 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3140 (chinese-big5): MIME:Big5.
3141
3142 2001-01-24 Gerd Moellmann <gerd@gnu.org>
3143
3144 * international/mule-cmds.el (universal-coding-system-argument):
3145 Handle commands with prefix args.
3146
3147 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3148
3149 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3150 being a list of numbers.
3151 (diary-mail-entries): Rewritten.
3152
3153 2001-01-23 Dave Love <fx@gnu.org>
3154
3155 * international/mule.el (make-coding-system): Fix typo.
3156
3157 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3158 Add backward-paragraph as font-lock-beginning-of-syntax-function.
3159
3160 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * font-lock.el (font-lock-mode): Doc fix.
3163
3164 2001-01-23 Kenichi Handa <handa@etl.go.jp>
3165
3166 * international/mule.el (make-translation-table): Fix docstring.
3167
3168 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * mail/rmail.el (rmail-redecode-body): New function.
3171
3172 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3173
3174 2001-01-22 Gerd Moellmann <gerd@gnu.org>
3175
3176 * isearch.el (isearch-lazy-highlight-case-fold-search)
3177 (isearch-lazy-highlight-regexp): New variables.
3178 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3179 case-fold search or regexp search has been toggled.
3180
3181 * wid-edit.el (widget-button-click): Avoid a save-excursion
3182 around running a global binding.
3183
3184 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3185 to 0.25.
3186
3187 2001-01-20 Miles Bader <miles@gnu.org>
3188
3189 * cus-edit.el (custom-face-save): Do post-processing on the face's
3190 new value like `custom-face-set' does.
3191
3192 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3193
3194 * mail/emacsbug.el (report-emacs-bug): Report the value of
3195 LC_CTYPE, not LC_TYPE.
3196
3197 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3198 isearch-toggle-regexp and isearch-edit-string to doc string.
3199
3200 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3201
3202 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3203 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3204
3205 * jit-lock.el (jit-lock-fontify-now): Don't bind
3206 font-lock-beginning-of-syntax-function to nil.
3207
3208 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * mail/emacsbug.el (report-emacs-bug): Report values of
3211 locale-coding-system, default-enable-multibyte-characters, and the
3212 environment variables LC_ALL, LC_TYPE, and LANG.
3213
3214 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3215
3216 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3217
3218 * font-lock.el (font-lock-multiline): Default to nil.
3219 (font-lock-default-fontify-region): If font-lock-multiline is
3220 nil, don't check the property `font-lock-multiline'.
3221
3222 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3223 is nil, don't check the `font-lock-multiline' text property.
3224
3225 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3226
3227 * viper.el: Call initial-major-mode on startup.
3228
3229 * ediff.el (ediff-patch-file): Use better defaults.
3230
3231 * ediff-vers.el: Fix for 8+3 DOS file systems.
3232
3233 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3234
3235 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3236 diff mode, if available.
3237
3238 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3239
3240 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3241
3242 * ediff-init.el (subst-char-in-string): Define and use it, unless
3243 it's already defined.
3244
3245 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3246
3247 * tooltip.el (tooltip-hide-delay): New user-option.
3248 (tooltip-show): Use tooltip-hide-delay instead of the default.
3249
3250 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3251
3252 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3253 kill-local-variable doesn't work for enable-multibyte-characters.
3254
3255 2001-01-17 Dave Love <fx@gnu.org>
3256
3257 * ediff-init.el (ediff-before-setup-hook)
3258 (ediff-merge-filename-prefix): Add :version.
3259
3260 * international/latin1-disp.el: Require disp-table.
3261 (latin1-display): Fix :set.
3262
3263 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3264
3265 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3266
3267 * isearch.el (isearch-lazy-highlight-initial-delay)
3268 (isearch-lazy-highlight-interval): Default to 0.
3269
3270 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3271
3272 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3273 1 here rather than each time through
3274 isearch-lazy-highlight-new-loop.
3275 (isearch-lazy-highlight-max): Variable deleted.
3276 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3277 isearch-lazy-highlight-max but controls a single invocation of
3278 isearch-lazy-highlight-update.
3279 (isearch-lazy-highlight-wrapped): Variable recreated.
3280 (isearch-lazy-highlight-window-start): New variable.
3281 (isearch-lazy-highlight-cleanup): Restored to behavior of
3282 before 2-Jan.
3283 (isearch-lazy-highlight-remove-overlays): Function deleted;
3284 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3285 behavior removed.
3286 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3287 isearch-lazy-highlight-update in a loop rather than just once.
3288 Test isearch-invalid-regexp here and decide not to start a new
3289 loop, rather than testing it each time through
3290 isearch-lazy-highlight-update.
3291 (isearch-lazy-highlight-search): Function restored.
3292 (isearch-lazy-highlight-update): Get called in a timer loop again,
3293 but this time highlight more than one match each time through.
3294 Only highlight matches in the visible part of the window.
3295 Start at point, move in the direction of the search, and wrap around at
3296 the edge of the window. Use sit-for to force redisplay and ensure
3297 window-start is credible. "Face suppressing" behavior removed;
3298 overlay priorities should make it unnecessary, right?
3299 (isearch-highlight): Face suppressing behavior removed.
3300 (isearch-dehighlight): Face suppressing behavior removed.
3301 (isearch-set-lazy-highlight-faces-at): Removed.
3302
3303 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3304
3305 * language/european.el ("Latin-1"): Make the format of description
3306 about additional language environments same as that of Latin-2.
3307
3308 2001-01-16 Dave Love <fx@gnu.org>
3309
3310 * isearch.el (isearch-lazy-highlight): Add :version.
3311
3312 * simple.el (backward-delete-char-untabify-method)
3313 (next-line-add-newlines): Add :version.
3314
3315 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3316
3317 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3318 Don't bind <delete> otherwise.
3319
3320 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3321 and <delete> via function-key-map.
3322
3323 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3324 Subject line only if point is after the `Subject:'.
3325
3326 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3327
3328 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3329 japanese-jisx0213-2 in `charset' property of this lang. env.
3330
3331 * language/european.el ("Latin-1"): Add description for Dutch and
3332 Spanish lang. env.
3333
3334 * international/mule.el (decode-char): Fix conditions.
3335 (encode-char): Handle eight-bit-control too.
3336 (transform-make-coding-system-args): New function.
3337 (make-coding-system): Accept XEmacs style arguments for CCL base
3338 coding system.
3339
3340 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3341
3342 * progmodes/etags.el (find-tag-noselect): Save the value of
3343 tags-file-name before switching buffers, for the case it has a
3344 buffer-local value.
3345
3346 2001-01-15 Alex Schroeder <alex@gnu.org>
3347
3348 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3349 From Dave Love <fx@gnu.org>.
3350 (ansi-color-for-comint-mode): Fix :version.
3351
3352 2001-01-15 Alex Schroeder <alex@gnu.org>
3353
3354 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3355
3356 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3357
3358 * dired.el (dired-insert-directory): If file-system-info fails,
3359 remove the " free " part, but don't signal an error.
3360
3361 2001-01-12 Sam Steingold <sds@gnu.org>
3362
3363 * bookmark.el (bookmark-maybe-historicize-string):
3364 Use new backquote syntax.
3365
3366 2001-01-12 Richard M. Stallman <rms@gnu.org>
3367
3368 * subr.el (last): Handle a list that doesn't end in nil.
3369
3370 2001-01-12 Sam Steingold <sds@gnu.org>
3371
3372 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3373 to `backward-delete-char-untabify'.
3374
3375 2001-01-12 Dave Love <fx@gnu.org>
3376
3377 * cus-edit.el (customize-menu-create): Fix the :filter following
3378 easymenu change.
3379
3380 * wid-edit.el (function): Add :match-alternatives.
3381 (widget-color-action): Doc fix.
3382
3383 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3384
3385 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3386
3387 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3388
3389 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3390
3391 * international/ccl.el (define-ccl-program): Fix docstring.
3392
3393 2001-01-11 Dave Love <fx@gnu.org>
3394
3395 * international/mule-cmds.el (standard-display-european-internal):
3396 Set display table for 2208 as for 160.
3397
3398 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3399
3400 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3401 entry for custom-menu-create change.
3402 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3403 don't cons it in the search loop.
3404
3405 * imenu.el (imenu--truncate-items): Revert last change.
3406
3407 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3408
3409 * info.el (Info-setup-header-line): If the node header includes
3410 either Next: or Prev: links, don't show the File: and Node: parts
3411 in the header line.
3412
3413 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3414
3415 * comint.el (comint-goto-process-mark): Don't print a message
3416 when running in batch mode.
3417
3418 * isearch.el (isearch-search): In the condition-case handler for
3419 `error', set isearch-invalid-regexp to the whole error message.
3420
3421 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3422 ensure that eval-after-load works for files dumped with Emacs.
3423
3424 * help.el (load-symbol-file-load-history): New function extracted
3425 from function symbol-file.
3426 (symbol-file): Use it.
3427
3428 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3429
3430 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3431
3432 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3433 behave as if there were no prefix argument.
3434 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3435 argument were nil.
3436
3437 2001-01-11 Richard M. Stallman <rms@gnu.org>
3438
3439 * isearch.el (isearch-lazy-highlight-update):
3440 Don't look for more potential matches once maximum is exceeded.
3441 Use overlays-in to check correctly for overlap with current match.
3442 Ignore empty matches.
3443
3444 2001-01-11 Miles Bader <miles@gnu.org>
3445
3446 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3447 (ispell-overlay-window, ispell-help, ispell-show-choices)
3448 (ispell-command-loop): Use it instead of `window-height'.
3449
3450 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3451
3452 * files.el (confirm-kill-emacs): New user-option.
3453 (save-buffers-kill-emacs): Ask for final confirmation before
3454 killing Emacs.
3455
3456 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3457 to nil.
3458
3459 2001-01-10 Dave Love <fx@gnu.org>
3460
3461 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3462
3463 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3464
3465 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3466
3467 * calculator.el (calculator-number-digits): Fix :type.
3468
3469 * vc-cvs.el (vc-cvs-header): Fix :type.
3470 * vc-rcs.el (vc-rcs-header): Fix :type.
3471 * vc-sccs.el (vc-sccs-header): Fix :type.
3472
3473 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3474
3475 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3476
3477 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3478
3479 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3480
3481 * simple.el (set-variable): Force a thorough redisplay for the
3482 case that the variable has an effect on the display, like
3483 `tab-width' has.
3484
3485 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3486
3487 * vc.el: Add documentation for backend interface.
3488
3489 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3490
3491 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3492
3493 * international/mule-conf.el (latin-extra-code-table): Set to t
3494 for \223 and \224.
3495
3496 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3497
3498 * international/mule-cmds.el (locale-language-names): Map "es" to
3499 "Spanish" and "nl" to "Dutch".
3500
3501 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3502
3503 * bindings.el (global-map): Bind <home> to beginning-of-line,
3504 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3505 C-<end> to end-of-buffer.
3506
3507 * language/european.el: Add Dutch and Spanish language info
3508 to be able to use the appropriate tutorials.
3509
3510 2001-01-09 Alex Schroeder <alex@gnu.org>
3511
3512 * ansi-color.el (ansi-color-process-output): Use markers instead
3513 of positions for start and end of region.
3514 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3515 Previously, occasional mistakes happend when fontifying many
3516 chunks of output (eg. ls --color=yes /dev). This happened
3517 whenever an overlay was created up to the end of the region, which
3518 coincided with the process-mark. New text would then be added
3519 within that overlay instead of after it.
3520 (ansi-color-make-extent): Overlays are created with the property
3521 `modification-hooks' set to '(ansi-color-freeze-overlay).
3522 (ansi-color-freeze-overlay): New function. When inserting text at
3523 the end of the overlay, the overlay will resize.
3524
3525 2000-01-09 Alex Schroeder <alex@gnu.org>
3526
3527 * ansi-color.el (ansi-color-process-output): Doc change.
3528 (ansi-color-unfontify-region): Doc change. No longer installed
3529 automatically in font-lock-unfontify-region-function.
3530 (ansi-color-apply): Doc change.
3531 (ansi-color-apply-on-region): Use extents or overlays instead of
3532 text-properties.
3533 (ansi-color-make-extent): New function.
3534 (ansi-color-set-extent-face): New function.
3535
3536 2000-01-09 Alex Schroeder <alex@gnu.org>
3537
3538 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3539 both use ansi-color-process-output, now.
3540 (ansi-color-process-output): Doesn't return string anymore. It is
3541 installed in comint-output-filter-functions for both Emacs and
3542 XEmacs, now.
3543 (ansi-color-unfontify-region): Simplified code removing variables
3544 pos and start-ansi.
3545 (ansi-color-apply): Put text-property ansi-color before putting
3546 text-property face because ansi-color-unfontify-region is called
3547 immediately after the call to put-text-property.
3548 (ansi-color-context-region): Doc change.
3549 (ansi-color-filter-region): Simplified code.
3550 (ansi-color-apply-on-region): Changed start to start-marker, using
3551 a marker explicitly. Put text-property ansi-color before putting
3552 text-property face because ansi-color-unfontify-region is called
3553 immediately after the call to put-text-property.
3554
3555 2000-01-09 Alex Schroeder <alex@gnu.org>
3556
3557 * ansi-color.el (ansi-color-faces-vector): Doc change.
3558 (ansi-color-for-comint-mode): Changed :type property to choice.
3559 (ansi-color-last-context): Removed.
3560 (ansi-color-process-output): Don't use ansi-color-last-context, as
3561 the main functions will store their context now.
3562 (ansi-color-context): Doc change.
3563 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3564 Uses ansi-color-context such that repeated calls will strip
3565 partial escape sequences, too.
3566 (ansi-color-apply): Simplified code. Colorize end of string if
3567 face is not null. Store context in new (FACE STRING) format, such
3568 that repeated calls will strip partial escape sequences, too.
3569 Append faces to face property using ansi-color-apply-sequence such
3570 that cumulative mode actually works.
3571 (ansi-color-context-region): New variable.
3572 (ansi-color-filter-region): Rewrote it based on
3573 ansi-color-apply-on-region. Uses ansi-color-context-region such
3574 that repeated calls will strip partial escape sequences, too.
3575 (ansi-color-apply-on-region): Simplified code. Colorize end of
3576 region if face is not null. Store context in new (FACE POS)
3577 format, such that repeated calls will strip partial escape
3578 sequences, too. Append faces to face property using
3579 ansi-color-apply-sequence such that cumulative mode actually works.
3580 (ansi-color-apply-sequence): New function.
3581 (ansi-color-get-face): When the default face is added to the list
3582 of faces, all previous settings are discarded and the list of
3583 faces is set to '(default).
3584
3585 2000-01-09 Alex Schroeder <alex@gnu.org>
3586
3587 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3588 face, such that ansi-color-apply and ansi-color-apply-on-region
3589 will do the right thing.
3590 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3591 returns nil, set the list of faces back to nil instead of
3592 appending the result of ansi-color-get-face to the front of the list.
3593
3594 2000-01-09 Alex Schroeder <alex@gnu.org>
3595
3596 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3597 (ansi-color-process): Doc change.
3598 (ansi-color-last-context): New buffer-local variable.
3599 (ansi-color-process-output): New function. It is automatically
3600 added to comint-output-filter-functions if this is XEmacs.
3601 (ansi-color-unfontify-region): New optional parameter for XEmacs
3602 compatibility. Check wether font-lock-syntactic-keywords is
3603 boundp before removing the syntax table text property, as XEmacs
3604 doesn't have it.
3605 (ansi-color-filter-region): Doc change.
3606 (ansi-color-apply-on-region): Doc change.
3607 (ansi-color-make-face): New function. Compatibility layer for
3608 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3609 (ansi-color-make-color-map): Use ansi-color-make-face.
3610 (ansi-color-get-face): Avoid face text property '(nil) as results
3611 in an errow for XEmacs.
3612
3613 2000-01-09 Alex Schroeder <alex@gnu.org>
3614
3615 * ansi-color.el (ansi-color-unfontify-region): New function.
3616 Uses text-property ansi-color in order to preserve fontification by
3617 ansi-color. When the package is loaded, a lambda expression is
3618 put onto font-lock-mode-hook. This lambda expression will check
3619 font-lock-unfontify-region-function and replace
3620 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3621 (ansi-color-apply): Add text-property ansi-color in addition to
3622 text-property face.
3623 (ansi-color-apply-on-region): Add text-property ansi-color in
3624 addition to text-property face.
3625 (save-buffer-state): Copy of the macro that is also used by
3626 lazy-lock and font-lock.
3627
3628 (ansi-color-for-comint-mode): New option.
3629 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3630 (ansi-color-for-comint-mode-off): Ditto.
3631 (ansi-color-for-comint-mode-filter): Ditto.
3632 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3633 decide what to do. This function is added to
3634 comint-preoutput-filter-functions when the package is loaded.
3635
3636 (ansi-color-for-shell-mode-set): Removed.
3637 (ansi-color-for-shell-mode): Removed.
3638
3639 2000-01-09 Alex Schroeder <alex@gnu.org>
3640
3641 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3642 the lambda expression from the ansi-color-for-shell-mode :set
3643 property. Additionally, modify shell-mode-hook to enable or
3644 disable font-lock-mode for future shell buffers.
3645 (ansi-color-for-shell-mode): The :set property calls
3646 ansi-color-for-shell-mode-set instead of a lambda expression.
3647
3648 2000-01-09 Alex Schroeder <alex@gnu.org>
3649
3650 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3651 (ansi-color-context): New variable.
3652 (ansi-color-apply): Save context between calls.
3653
3654 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3655
3656 * isearch.el (isearch, isearch-lazy-highlight-face):
3657 New definitions for face colors and attributes.
3658
3659 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3660 of display-mouse-p.
3661
3662 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3663
3664 * international/mule.el (make-coding-system): If the coding system
3665 accepts extra latin codes, register such codes as safe for the
3666 coding system.
3667
3668 2001-01-08 Richard M. Stallman <rms@gnu.org>
3669
3670 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3671 don't mention the file name or the date here, because they are
3672 logged at the start of the file.
3673
3674 2001-01-08 Richard M. Stallman <rms@gnu.org>
3675
3676 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3677 Change screen-width to frame-width.
3678
3679 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * info.el (Info-search): Print the default as part of the prompt.
3682
3683 2001-01-08 Andre Spiegel <spiegel@gnu.org>
3684
3685 * vc.el (vc-default-latest-on-branch-p): New function, replaces
3686 constant implementations in backends.
3687
3688 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3689 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3690
3691 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3692 WRITABLE to EDITABLE.
3693
3694 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3695 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3696 to EDITABLE.
3697
3698 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3699
3700 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3701 (copyright, copyright-update): Compute the current year at run time.
3702
3703 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3704
3705 * isearch.el (isearch-old-signal-hook): Removed.
3706 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3707 instead of setting signal-hook-function.
3708 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3709
3710 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3711
3712 * emulation/edt.el: Update to version 4.0. Provide support for
3713 EDT scroll margins at top and bottom of the window. Provide an
3714 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3715 default). Enhance edt-quit, bound to GOLD-q by default, to warn
3716 user when file-related buffer modifications exist.
3717 Provide support for running EDT Emulation in XEmacs.
3718 Provide customize access to some user updatable variables.
3719 Add Commentary section to file header.
3720 Fixed a few minor bugs and cleaned up some code.
3721
3722 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3723 for detecting a keypress that generates an ASCII key sequence.
3724 (Previously, only a keypress that generates a vector was
3725 recognized.) Embed Window Manager name into name of the generated
3726 EDT Emulation initialization file since the initialization file is
3727 Window Manager specific. Add Commentary section to file header.
3728
3729 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * mail/sendmail.el (mail-mode): Doc fix.
3732
3733 * info.el (Info-goto-emacs-command-node): Doc fix.
3734 (Info-goto-emacs-key-command-node): Doc fix.
3735
3736 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3737
3738 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3739 systems without long file-name support.
3740
3741 2001-01-06 Andrew Innes <andrewi@gnu.org>
3742
3743 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3744
3745 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3748 (isearch-lazy-highlight-update): Doc fix.
3749
3750 * ffap.el (ffap-bindings): Doc fix.
3751
3752 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3753
3754 2001-01-05 Dave Love <fx@gnu.org>
3755
3756 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3757
3758 2001-01-05 Gerd Moellmann <gerd@gnu.org>
3759
3760 * mouse-drag.el (mouse-drag-safe-scroll):
3761 Bind scroll-preserve-screen-position to nil.
3762
3763 * isearch.el (isearch-old-signal-hook): New variable.
3764 (isearch-mode): Set signal-hook-function to isearch-done.
3765 (isearch-done): Restore old signal-hook-function.
3766
3767 * info.el (Info-fontify-node): Mark one more char as intangible.
3768
3769 2000-01-05 Kenichi Handa <handa@etl.go.jp>
3770
3771 * composite.el (compose-last-chars): New argument COMPONENTS.
3772 If it is non-nil, compose preceding characters by compose-region with
3773 COMPONENTS.
3774
3775 * international/quail.el (quail-input-string-to-events): New function.
3776 (quail-input-method): Convert input string to events here.
3777 (quail-start-translation): Return input string, not event list.
3778 (quail-start-conversion): Likewise.
3779
3780 2001-01-04 Gerd Moellmann <gerd@gnu.org>
3781
3782 * tooltip.el (tooltip-cancel-delayed-tip)
3783 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3784 and tooltip-add-timeout.
3785 (tooltip-show): Set border color from faces's foreground.
3786 (tooltip-show-help-function): If called with the same help string
3787 as last time, do nothing.
3788 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3789
3790 * startup.el (fancy-splash-screens): Don't bind show-help-function
3791 to nil.
3792
3793 * tooltip.el (tooltip-frame-parameters): Remove colors.
3794 (tooltip): New face
3795 (tooltip-set-param): New function.
3796 (tooltip-show): Set up color frame parameters from face `tooltip'.
3797 Display the tooltip text in face `tooltip'.
3798
3799 2001-01-04 Dave Love <fx@gnu.org>
3800
3801 * whitespace.el (whitespace-global-mode): Fix typo.
3802
3803 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3804
3805 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3806
3807 * help.el (help-for-help): Fix a typo in a doc string.
3808 From kwzh@gnu.org (Karl Heuer).
3809
3810 2001-01-03 Dave Love <fx@gnu.org>
3811
3812 * dired-x.el: Doc fixes. Maintainer change.
3813 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3814 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3815 (dired-guess-shell-alist-user): Customize.
3816 (dired-x-help-address): Set to bug-gnu-emacs.
3817 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3818 (dired-default-directory): Renamed from default-directory.
3819
3820 * hl-line.el (hl-line): Doc fix.
3821
3822 2001-01-03 Karl Fogel <kfogel@red-bean.com>
3823
3824 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3825
3826 2001-01-02 Richard M. Stallman <rms@gnu.org>
3827
3828 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3829 to remove all the current alternative-match highlighting.
3830 If nil, remove only what's outside the current window.
3831 (isearch-lazy-highlight-remove-overlays): Take optional
3832 region within which NOT to remove them.
3833 (isearch-lazy-highlight-new-loop): Greatly simplified.
3834 (isearch-lazy-highlight-update): Find all the other occurrences
3835 visible in the window, in just one call.
3836 (isearch-lazy-highlight-start): Now holds start of region to scan.
3837 (isearch-lazy-highlight-end): Now holds end of region to scan.
3838 (isearch-lazy-highlight-wrapped): Variable deleted.
3839 (isearch-lazy-highlight-search): Function deleted.
3840
3841 2000-01-02 Andrew Innes <andrewi@gnu.org>
3842
3843 * w32-fns.el (convert-standard-filename): Do length check on name
3844 before aref.
3845
3846 2001-01-02 Dave Love <fx@gnu.org>
3847
3848 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3849 value.
3850 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3851
3852 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3853
3854 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3855 read syntax.
3856
3857 * calendar/todo-mode.el (todo): Add :link, :version.
3858 (todo-save-top-priorities): Remove autoload cookie.
3859 (todo-add-category, todo-add-item-non-interactively)
3860 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3861
3862 2001-01-02 Gerd Moellmann <gerd@gnu.org>
3863
3864 * comint.el (comint-input-history-ignore): New variable.
3865 (comint-read-input-ring): Ignore entries matching
3866 comint-input-history-ignore.
3867
3868 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
3869
3870 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3871 (lm-copyright-mark): New function.
3872 (lm-crack-copyright): New function.
3873 (lm-verify): Check that the file has a copyright.
3874 Check that the file is copyright Free Software Foundation.
3875
3876 2000-12-30 Kenichi Handa <handa@etl.go.jp>
3877
3878 * international/mule-diag.el (print-fontset): Indent font name by
3879 24 columns, not 25.
3880
3881 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3882
3883 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3884 in Subject line.
3885
3886 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3887 Use mail-mode-hook instead of mail-setup-hook.
3888 Otherwise continuing an interrupted message with C-u C-x m for
3889 instance, winds up in Mail mode without abbrevs.
3890
3891 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3892
3893 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3894 non-nil. Adding almost all customization variables on ps-setup.
3895 Doc fix.
3896 (ps-print-version): New version number (6.3.3).
3897 (ps-end-with-control-d): Initialization fix.
3898 (ps-lines-printed): New var.
3899 (ps-skip-newline): New fun.
3900 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3901 (ps-next-line, ps-continue-line, ps-plot-region)
3902 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3903
3904 2000-12-29 Kenichi Handa <handa@etl.go.jp>
3905
3906 * international/fontset.el (x-complement-fontset-spec):
3907 Resolve ASCII font name so that the same family name is used for fonts
3908 registered in x-font-name-charset-alist.
3909 (create-fontset-from-fontset-spec): Adjusted for the above change.
3910 The name of fontset alias should be a unresolved ASCII font name.
3911
3912 2000-12-28 Gerd Moellmann <gerd@gnu.org>
3913
3914 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3915 and delete in isearch-mode-map.
3916
3917 2000-12-28 Richard M. Stallman <rms@gnu.org>
3918
3919 * dired-x.el (dired-guess-shell-alist-default):
3920 Use xpdf instead of acroread.
3921
3922 2000-12-28 Kenichi Handa <handa@etl.go.jp>
3923
3924 * textmodes/artist.el (artist-butlast): Deleted.
3925 (artist-ellipse-mirror-quadrant): Use butlast instead of
3926 artist-butlast.
3927
3928 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3929
3930 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3931
3932 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3935
3936 * ls-lisp.el: Better support for the Mac and MS-Windows.
3937 (ls-lisp): New defgroup.
3938 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3939 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3940 (ls-lisp-support-shell-wildcards): New defcustoms.
3941 (ls-lisp-parse-symlink): New function.
3942 (insert-directory): Code to convert switches to a list and set up
3943 the wildcard argument copied from ls-lisp-insert-directory.
3944 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3945 for -C and -R switches.
3946 (ls-lisp-column-format): New function.
3947 (ls-lisp-delete-matching, ls-lisp-handle-switches)
3948 (ls-lisp-format-time): Add doc strings.
3949 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3950 Support ls-lisp-dirs-first.
3951 (ls-lisp-classify, ls-lisp-extension): New functions.
3952 (ls-lisp-format): Optionally support emulation of symlinks.
3953 Support -i, -s, and -G switches.
3954
3955 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3956
3957 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3958
3959 * version.el (emacs-version): Print X scroll bar information.
3960
3961 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3962 instead of x-toolkit-scroll-bars-p.
3963
3964 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3965 of x-toolkit-scroll-bars-p.
3966
3967 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3968
3969 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3970 (ffap-bindings): Doc fix, to reflect the above change.
3971
3972 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3973
3974 * term.el (term-char-mode): Define all non-ascii self-inserting
3975 characters to 'term-send-raw in term-raw-map.
3976
3977 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3978
3979 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3980
3981 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3982 Changed initialization; use add-hook.
3983 (ediff-file-remote-p): Use file-local-copy.
3984
3985 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3986
3987 * ediff.el (ediff-patch-buffer): Bug fix.
3988 (ediff-revision): Allow selection of the file at the prompt.
3989
3990 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3991
3992 * subr.el (combine-run-hooks): Remove.
3993
3994 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3995 and remove the rogue second spec.
3996
3997 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3998
3999 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4000
4001 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4002
4003 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4004 Use minibuffer menu prompt for the `=' prefix.
4005 (smerge-command-prefix): Change default to C-^.
4006 (smerge-mode): Don't assume font-lock doesn't move point.
4007
4008 * skeleton.el (skeleton-internal-1): Make sure the first line of
4009 the region is also re-indented.
4010 (skeleton-end-newline): New var.
4011 (skeleton-end-hook): Use it.
4012
4013 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4014
4015 * comint.el (comint-password-prompt-regexp): Support CVS.
4016
4017 2000-12-22 Gerd Moellmann <gerd@gnu.org>
4018
4019 * simple.el (delete-key-deletes-forward-mode): Simplify.
4020 Also backspace key combinations, depending on
4021 delete-key-deletes-forward.
4022
4023 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4024
4025 * simple.el (delete-key-deletes-forward): Doc fix.
4026
4027 2000-08-22 Emmanuel Briot <briot@gnat.com>
4028
4029 * xml.el (top level comment): Updated to reflect the fact that
4030 white spaces are relevant in the XML file.
4031 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4032 to parse was already edited. This allows for on-the-fly analysis
4033 of XML files.
4034 (xml-parse-tag): Check that the casing is the same in the start
4035 tag and end tag, since XML is case-sensitive. Allows for spaces
4036 in the end tag, after the name of the tag.
4037 (xml-parse-attlist): Allow for the character '-' in the name of
4038 attributes, as in the standard http-equiv attribute Do not save
4039 the properties in the XML tree, since they are not relevant.
4040
4041 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4042
4043 * generic.el (generic-read-type): Undo last change, inline into
4044 `generic-mode' and then remove.
4045 (generic-mode): Inline generic-read-type.
4046 (define-generic-mode): Push the symbol name rather than the symbol
4047 onto generic-mode-list.
4048
4049 2000-12-21 Gerd Moellmann <gerd@gnu.org>
4050
4051 * generic.el (generic-read-type): Build an alist for
4052 completing-read as in 20.7.
4053
4054 * play/landmark.el (lm): Use interactive spec `P'.
4055 (toplevel): Don't set debug-on-error.
4056
4057 * server.el (server-switch-buffer): Choose a window on a visible frame.
4058
4059 2000-12-21 Dave Pearson <davep@davep.org>
4060
4061 * quickurl.el: Commentry change, I've moved my web site.
4062
4063 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4064
4065 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4066 ranges like \177-\237, but accepts the character sequence from \177 to
4067 \237. Doc fix.
4068 (ebnf-version): New version (3.4).
4069 (ebnf-setup): Code fix.
4070 (ebnf-range-regexp): New fun.
4071 (ebnf-8-bit-chars): Const fix.
4072
4073 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4074 entry. Doc fix.
4075 (ebnf-bnf-lex): Code fix.
4076 (ebnf-bnf-comment-chars): Const fix.
4077
4078 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4079 entry. Doc fix.
4080 (ebnf-iso-comment-chars): Const fix.
4081
4082 * ebnf-otz.el: Doc fix.
4083
4084 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4085 entry. Doc fix.
4086 (ebnf-yac-skip-code): Code fix.
4087 (ebnf-yac-comment-chars): Const fix.
4088
4089 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4090
4091 * files.el (insert-directory-safely): New function.
4092 (recover-file): Use it instead of insert-directory.
4093 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4094
4095 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4096
4097 * international/mule-cmds.el (select-safe-coding-system):
4098 Check coding-category-list more rigidly. Improve help message.
4099
4100 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4101
4102 2000-12-21 Miles Bader <miles@gnu.org>
4103
4104 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
4105
4106 2000-12-21 Kenichi Handa <handa@etl.go.jp>
4107
4108 * international/mule-diag.el (describe-char-after): Make *Help*
4109 buffer inherit multibyteness of the current buffer.
4110
4111 * international/mule.el (make-char): Docstring adjusted for the
4112 change of make-char-internal.
4113
4114 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4115
4116 * international/iso-cvt.el: Docstrings fix.
4117
4118 2000-12-20 Dave Love <fx@gnu.org>
4119
4120 * subr.el (eval-after-load): Doc fix.
4121
4122 2000-12-20 Kenichi Handa <handa@etl.go.jp>
4123
4124 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4125 for numbers.
4126
4127 2000-12-20 Miles Bader <miles@gnu.org>
4128
4129 * international/quail.el (quail-help): Resize the help window
4130 again after it has all its contents. Remove unneeded progn.
4131
4132 2000-12-19 Gerd Moellmann <gerd@gnu.org>
4133
4134 * pcmpl-linux.el: Fix copy/paste error.
4135
4136 2000-12-19 Andrew Innes <andrewi@gnu.org>
4137
4138 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
4139
4140 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4141
4142 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4143
4144 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4145
4146 * progmodes/idlw-shell.el: Fixed copyright notice.
4147
4148 * progmodes/idlwave.el: Fixed copyright notice.
4149
4150 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
4151 TAB as key separators.
4152
4153 2000-12-19 Alex Schroeder <alex@gnu.org>
4154
4155 * sql.el (sql-sybase-options): New option.
4156 (sql-sybase): Use it. Add sql-database to the list of parameters
4157 provided for login. The options -w 2048 -n are not used any more.
4158 (sql-postgres-options): Changed default from "--pset" to "-P".
4159 (sql-mysql-options): Doc change.
4160 (sql-stop): Doc change.
4161
4162 2000-12-19 Kenichi Handa <handa@etl.go.jp>
4163
4164 * international/quail.el (quail-input-method): Always hide
4165 the guidance buffer on exiting.
4166
4167 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4168
4169 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4170 isn't fboundp.
4171
4172 * server.el (server-buffer-done): Bury the buffer before
4173 killing it.
4174
4175 * faces.el (face-spec-set): Interpret a nil in specs for
4176 foreground and background colors as `unspecified', for
4177 compatibility with 20.x.
4178
4179 2000-12-18 Dave Love <fx@gnu.org>
4180
4181 * simple.el (mail-user-agent): Doc fix.
4182 (input-mode-8-bit): Removed.
4183
4184 * international/mule.el (set-keyboard-coding-system): Doc fix.
4185 (keyboard-coding-system): New option.
4186
4187 * mail/sendmail.el (send-mail-function): Customize.
4188
4189 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4190
4191 * international/codepage.el (cp866-decode-table): New table.
4192
4193 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4194
4195 * version.el (emacs-version): Remove `%a' from the time format
4196 because the weekday doesn't fit well into each locale.
4197
4198 2000-12-18 Miles Bader <miles@gnu.org>
4199
4200 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4201
4202 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4203 Check that emacs-major-version is `=' to 20, not `>='.
4204 (artist-replace-chars): Use `make-string' instead of a loop.
4205
4206 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4209 (cvs-execute-single-file): Don't change directory.
4210 Patch from Per Cederqvist.
4211
4212 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4213
4214 * textmodes/ispell.el (check-ispell-version):
4215 If `ispell-program-name' is "aspell", pass it the -v switch instead
4216 of -vv.
4217
4218 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4219
4220 * international/mule-diag.el (mule-diag): Insert information about
4221 configure options, multibyte awareness, language env.
4222
4223 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4224 regexp to search for candidates.
4225
4226 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4227
4228 * info.el (Info-forward-node): If the node has an
4229 Info-header-line, widen the buffer before searching for "next:"
4230 and "up:" pointers, and set the search limit to stay in the
4231 current node.
4232
4233 2000-12-16 Miles Bader <miles@gnu.org>
4234
4235 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4236
4237 2000-12-15 Miles Bader <miles@gnu.org>
4238
4239 * comint.el (comint-send-string, comint-send-region): Also accept
4240 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4241 process-send-string/region.
4242
4243 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4244
4245 * isearch.el (isearch-lazy-highlight-max): New user-option.
4246 (isearch-lazy-highlight-update): Don't highlight more than
4247 isearch-lazy-highlight-max matches.
4248
4249 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4250
4251 2000-12-15 Richard M. Stallman <rms@gnu.org>
4252
4253 * sort.el (sort-columns): Fix error message.
4254
4255 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4256 `upcase' or `downcase' or nil.
4257 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4258 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4259 (dabbrev--substitute-expansion): New arg record-case-pattern.
4260 If it is non-nil, set dabbrev--last-case-pattern.
4261 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4262
4263 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4264
4265 2000-12-15 Miles Bader <miles@gnu.org>
4266
4267 * paths.el (Info-default-directory-list): Don't delete
4268 configure-info-directory from the list of standard info
4269 directories when appending it to the end -- their order is important.
4270
4271 * faces.el (read-face-attribute): If there's no entry for the
4272 user's input in VALID, just use it as-is (this will often result
4273 in an error, but it may be OK for e.g. colors using hexadecimal
4274 notation, and at least will yield a better error message).
4275
4276 * window.el (mode-line-window-height-fudge): Function removed.
4277 (height-affecting-face-attributes, mode-line-window-height-fudge):
4278 Variables removed.
4279 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4280 window is really the right size. Use vertical-motion
4281 rather than forward-line.
4282 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4283 (ispell-command-loop, ispell-show-choices): Use the variable
4284 ispell-choices-win-default-height, rather than the function.
4285 (ispell-choices-win-default-height): Function removed.
4286 (ispell-mode-line-window-height-fudge): Function removed.
4287
4288 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4289
4290 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4291
4292 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4293
4294 * paths.el (Info-default-directory-list):
4295 If configure-info-directory is not one of the standard directories,
4296 put it first in the list; otherwise put it last. Doc string
4297 changed accordingly.
4298
4299 * info.el (Info-directory-list): Change doc string to reflect the
4300 change in Info-default-directory-list.
4301
4302 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4303 windows-nt as windowed environments, even under -nw.
4304
4305 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4306 if not fboundp. Switch delete-forward mode for the <delete> key
4307 on all PC platforms, even under -nw.
4308
4309 * term/internal.el ([M-delete]): Remap to M-d.
4310
4311 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4312
4313 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4314
4315 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4316
4317 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4318
4319 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4320
4321 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4322 if appropriate.
4323
4324 * simple.el (delete-key-deletes-forward): New user-option.
4325 (delete-key-deletes-forward-mode): New function.
4326
4327 * bindings.el: Bind `delete' to backward-delete-char.
4328
4329 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4330 Test if symbol is bound before getting its value.
4331
4332 * tooltip.el (tooltip-show): If an error is signaled in
4333 x-show-tip, display that error, and display the help in the
4334 echo area.
4335
4336 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4337
4338 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4339 Show "... entries" messages for every 10000 entries, not 10.
4340
4341 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4342
4343 * bookmark.el: Provide a generic exit hook, as suggested by
4344 Ovidiu Predescu <ovidiu@cup.hp.com>:
4345 (bookmark-exit-hook): New var.
4346 (bookmark-exit-hook-internal): New func, replaces
4347 old raw lambda form in `kill-emacs-hook', and runs new
4348 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4349 as logically that feature must have been provided if this function
4350 is running.
4351 Removed ;;;###autoload before the `add-hook' call.
4352
4353 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4356 (easy-menu-current-active-maps): New function.
4357 (easy-menu-get-map): Use it.
4358 Make a proper menu entry when creating a new keymap.
4359
4360 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4361
4362 * international/characters.el: Fix cases and syntaxes for
4363 mule-unicode-0100-24ff.
4364
4365 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4366 that a Japanese character is not appended after day and year.
4367
4368 * info.el (Info-suffix-list): Change format for a command that
4369 requires arguments.
4370 (info-insert-file-contents): Adjusted for the above change.
4371
4372 2000-12-12 Andreas Schwab <schwab@suse.de>
4373
4374 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4375 on the name of the tar buffer. Verify that the existing buffer is
4376 visiting the same subfile.
4377
4378 2000-12-12 Dave Love <fx@gnu.org>
4379
4380 * subdirs.el: Add obsolete.
4381
4382 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4383
4384 * mail/rmailsum.el (rmail-summary-expunge)
4385 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4386 instead of rmail-confirm-expunge.
4387
4388 * replace.el (perform-replace): Don't use an empty match adjacent
4389 to a non-empty match when computing the next match before the
4390 replacement is performed.
4391
4392 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4393
4394 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4395 definition (patch by Stefan Monnier).
4396 (glasses-mode): Use jit-lock instead of `after-change-functions'
4397 (patch by Stefan Monnier).
4398
4399 2000-12-12 Miles Bader <miles@gnu.org>
4400
4401 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4402 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4403
4404 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4405
4406 * term/mac-win.el: Remove load for ls-lisp.
4407
4408 * loadup.el: Load ls-lisp for system-type `macos'.
4409
4410 2000-12-12 Miles Bader <miles@gnu.org>
4411
4412 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4413 Respect field end too.
4414 (just-one-space): Respect fields as `delete-horizontal-space'.
4415 (newline-and-indent, reindent-then-newline-and-indent):
4416 Use `delete-horizontal-space'.
4417
4418 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4419
4420 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4421 (so as to obey the field property in the minibuffer).
4422
4423 * obsolete/c-mode.el: Moved from lisp/progmodes.
4424 * obsolete/auto-show.el: Moved from lisp.
4425 * obsolete/ooutline.el: Moved from lisp/textmodes.
4426
4427 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4428
4429 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4430 changes to list them here.
4431
4432 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4433 Too many changes to list them here.
4434
4435 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4436 Too many changes to list them here.
4437
4438 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4439
4440 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4441
4442 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4443
4444 * cus-edit.el (custom-save-variables, custom-save-faces):
4445 Comment fix.
4446
4447 * hscroll.el: Moved to `obsolete' subdir.
4448
4449 2000-12-11 Miles Bader <miles@gnu.org>
4450
4451 * window.el (window-text-height): Function removed (now in C).
4452
4453 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4454
4455 * log-edit.el (log-edit-parent-buffer): New var.
4456 (log-edit): Set it. Add BUFFER argument.
4457 (log-edit-done): Use char-before.
4458 Don't bother checking validity of vc-comment-ring.
4459 Only bury the buffer if log-edit popped it up.
4460
4461 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4462 (cvs-mode-diff-help): Remove.
4463 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4464 (cvs-mode-marked): Set up the default for CMD manually.
4465
4466 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4467 Remove binding for ? now made unnecessary.
4468
4469 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4470
4471 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4472 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4473
4474 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4475 when master file is not open.
4476
4477 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4478
4479 * progmodes/ada-stmt.el: Update `maintainer'.
4480
4481 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4482
4483 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4484 choices to match documentation string.
4485
4486 2000-12-09 Miles Bader <miles@gnu.org>
4487
4488 * minibuf-eldef.el: New file.
4489
4490 * window.el (fit-window-to-buffer): Don't pass last argument to
4491 pos-visible-in-window-p, now that its meaning is inverted.
4492
4493 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4496 <ceder@lysator.liu.se>.
4497
4498 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4499
4500 * autoinsert.el (auto-insert-alist): Add missing final \n.
4501
4502 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4503 (cvs-menu-map): Remove.
4504 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4505 (cvs-mode-quit): Turn it back into a plain function.
4506
4507 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4508 (texinfo-filter): Remove (move to texinfo.el).
4509
4510 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4511 file where it's more visible.
4512 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4513 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4514 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4515 (texinfo-inside-macro-p): Only catch `scan-error's.
4516 (texinfo-inside-env-p): Make better use of the match info.
4517 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4518 (texinfo-insert-@end): Slight re-organization.
4519 Also remove useless `looking-at' call.
4520
4521 2000-12-08 Andrew Innes <andrewi@gnu.org>
4522
4523 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4524 accessible in -nw mode.
4525
4526 * term/w32-win.el: Remove stuff about selection timeout, which is
4527 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4528 it is accessible in -nw mode.
4529
4530 2000-12-08 Dave Love <fx@gnu.org>
4531
4532 * emacs-lisp/lisp-mode.el (lisp-mode):
4533 Set font-lock-keywords-case-fold-search.
4534
4535 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4536
4537 * textmodes/ispell.el (ispell): Doc fix.
4538
4539 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4540
4541 * international/quail.el (quail-insert-decode-map): Check the
4542 frame width of a window displaying the current buffer, not that of
4543 the selected frame.
4544 (quail-help): Make sure that the help buffer has window before
4545 inserting text in it.
4546
4547 2000-12-07 Sam Steingold <sds@gnu.org>
4548
4549 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4550 Backquote is used in isearch.el, so autoloading saves nothing.
4551
4552 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4553
4554 * startup.el (normal-top-level-add-subdirs-to-load-path):
4555 Ignore the CVS and RCS subdirectories case-insensitively.
4556
4557 * dired.el (dired-insert-directory): If file-system-info is
4558 fboundp, call it instead of invoking dired-free-space-program.
4559
4560 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4561
4562 * server.el (server-visit-files): Push files on file-name-history.
4563
4564 * progmodes/cc-langs.el: Update copyright.
4565
4566 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4567
4568 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4569
4570 * bindings.el (mode-line-mode-menu): Reverse the order
4571 of define-keys so that the menu appears in alphabetical order.
4572
4573 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4574
4575 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4576 of the function.
4577
4578 2000-12-07 Dave Love <fx@gnu.org>
4579
4580 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4581
4582 * facemenu.el (facemenu-unlisted-faces): Fix value.
4583
4584 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4585
4586 * font-lock.el (font-lock-default-fontify-region):
4587 Include the terminating \n (off-by-one error).
4588 (font-lock-set-defaults): Use dolist.
4589
4590 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4591
4592 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4593
4594 * international/mule-cmds.el (describe-language-environment):
4595 Fix for the case that an input method title is not string but a list.
4596
4597 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4598 of wrong SIZE record.
4599
4600 2000-12-06 Dave Love <fx@gnu.org>
4601
4602 * newcomment.el (comment-region, comment-dwim): Doc fix.
4603
4604 * textmodes/texinfo.el: Require tex-mode when compiling.
4605 (texinfo-update-node): Doc fix.
4606 (texinfo-imenu-generic-expression): Add @anchor.
4607 (texinfo-font-lock-keywords): Add @uref.
4608 (texinfo-inside-macro-p): Don't use ignore-errors.
4609 (texinfo-insert-quote): Match more contexts.
4610
4611 * international/mule.el (decode-char, encode-char): Doc fix.
4612 (auto-coding-alist): Customize.
4613
4614 * files.el (load-file): Fix change of 2000-03-12.
4615
4616 * wid-edit.el (widget-text-keymap): Doc fix.
4617
4618 2000-12-06 Andrew Innes <andrewi@gnu.org>
4619
4620 * makefile.w32-in (lisp): Set to an absolute directory, namely
4621 $(CURDIR).
4622
4623 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4624
4625 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4626 read generated-autoload-file, and set buffer-file-coding-system to
4627 raw-text-unix after reading the file.
4628
4629 * international/mule-conf.el (file-coding-system-alist):
4630 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4631
4632 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4633
4634 * replace.el (occur): Make line-number-width 1 smaller for the
4635 colon following the line number.
4636
4637 * startup.el (fancy-splash-text, command-line-1):
4638 Use `File' for the menu name instead of `Files'.
4639
4640 * tmm.el: Update copyright.
4641
4642 * cus-start.el: Add entry for even-window-heights.
4643
4644 2000-12-06 Miles Bader <miles@gnu.org>
4645
4646 * faces.el (frame-set-background-mode): Avoid stomping on
4647 locally modified faces.
4648
4649 2000-12-06 Kenichi Handa <handa@etl.go.jp>
4650
4651 * international/fontset.el: Correct the font registries for
4652 japanese-jisx0213-1 and japanese-jisx0213-2.
4653
4654 2000-12-05 Gerd Moellmann <gerd@gnu.org>
4655
4656 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4657
4658 * iswitchb.el: Update customization commentary.
4659
4660 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
4661
4662 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4663 (tpu-search-highlight): Fixed comparison of overlay end positions.
4664 (tpu-trim-line-ends): Implemented trimming logic locally.
4665
4666 * emulation/tpu-extras.el (tpu-write-file-hook)
4667 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4668
4669 2000-12-05 Kenichi Handa <handa@etl.go.jp>
4670
4671 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4672 to cn-gb.
4673 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4674
4675 2000-12-04 Dave Love <fx@gnu.org>
4676
4677 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4678
4679 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4680
4681 * mail/rmailsum.el (rmail-summary-expunge)
4682 (rmail-summary-expunge-and-save): Ask for confirmation with
4683 rmail-expunge-confirmed.
4684
4685 * mail/rmail.el (rmail-expunge-confirmed): New function.
4686 (rmail-expunge): Use it.
4687
4688 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4689
4690 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4691 (etags-recognize-tags-table, find-tag-in-order):
4692 New functionality: interpret file names as tags.
4693
4694 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4695
4696 * info.el (Info-scroll-prefer-subnodes): New defcustom.
4697 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4698 the first subnode until the bottom of the current node is visible.
4699
4700 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4701
4702 * format.el (format-decode): Don't change buffer's undo list.
4703
4704 2000-12-04 Kenichi Handa <handa@etl.go.jp>
4705
4706 * faces.el (face-font-registry-alternatives): Add entries for CJK
4707 fonts. Doc-string adjusted for the actual usage of this data.
4708
4709 * international/fontset.el: Change the font registries for CJK
4710 fonts in the default fontset. Don't append '*' to registries.
4711
4712 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4713
4714 * emacs-lisp/easy-mmode.el (define-derived-mode)
4715 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4716
4717 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4718 (derived-mode-p): New function.
4719 (derived-mode-make-docstring): Add `docstring' argument.
4720 Use it if available and complete it if necessary.
4721
4722 2000-12-03 Andreas Schwab <schwab@suse.de>
4723
4724 * type-break.el (type-break): Don't make parent of itself.
4725
4726 2000-12-03 Miles Bader <miles@gnu.org>
4727
4728 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4729
4730 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4731
4732 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4733 (tex-main-file, tex-file): Simplify.
4734 (tex-generate-zap-file-name): Use subst-char-in-string.
4735 (tex-strip-dots): Remove.
4736
4737 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4738
4739 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4740 to check if the match succeeded.
4741
4742 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4743
4744 * startup.el (use-fancy-splash-screens-p): New function.
4745 (command-line-1): Use it to determine whether or not to use
4746 a fancy splash screen.
4747
4748 2000-12-02 Andreas Schwab <schwab@suse.de>
4749
4750 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4751
4752 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4753
4754 * international/mule.el (make-char): Fix last change.
4755
4756 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4757 New defcustoms.
4758 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
4759 autoloading tex-mode; instead, do the same manually.
4760 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
4761 with numeric argument. Docstring fix.
4762 (toplevel): Require cl when compiling.
4763
4764 * international/mule.el (make-char): Doc fix.
4765
4766 2000-12-02 Jason Rumney <jasonr@gnu.org>
4767
4768 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4769 the Emacs Lisp manual)
4770
4771 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4772
4773 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4774
4775 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4776 the Emacs Lisp manual).
4777
4778 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4779
4780 * simple.el (next-line-add-newlines): Change default to nil.
4781
4782 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4783
4784 * files.el (revert-buffer, recover-file):
4785 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4786
4787 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4788
4789 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4790
4791 2000-12-01 Miles Bader <miles@gnu.org>
4792
4793 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4794
4795 2000-12-01 Kenichi Handa <handa@etl.go.jp>
4796
4797 * international/mule-diag.el (describe-char-after): Fix typo.
4798 (describe-character-set, non-iso-charset-alist): Fix typo.
4799
4800 2000-12-01 Miles Bader <miles@gnu.org>
4801
4802 * image-file.el (image-file-name-regexp): Automatically add
4803 upper-case variants of each filename extension in
4804 `image-file-name-extensions', since they seem to be common.
4805
4806 * simple.el (minibuffer-contents)
4807 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4808 New functions.
4809 * filecache.el (file-cache-directory-name)
4810 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4811
4812 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4813
4814 * filecache.el (file-cache-minibuffer-complete): Don't try to
4815 delete the minibuffer prompt.
4816
4817 2000-11-30 Dave Love <fx@gnu.org>
4818
4819 * cus-start.el: Fix read-buffer-function type.
4820
4821 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4822
4823 * md5.el: Removed. There's a built-in function, now.
4824
4825 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
4826
4827 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4828 as dummy 0-th char of rmail-deleted-vector.
4829
4830 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4831
4832 * ps-print.el (ps-end-job): Bind case-fold-search only after
4833 switching to ps-spool-buffer.
4834
4835 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4836
4837 * ps-print.el: Line number font customization. PostScript: Lines and
4838 PageCount are initialized on each page. Doc Fix.
4839 (ps-print-version): New version number (6.3.2).
4840 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4841 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4842 (ps-right-header): Customization fix.
4843 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4844 Fix code.
4845 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4846 New vars.
4847
4848 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4849
4850 * bs.el: Fix typos and spelling errors.
4851 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4852 (bs-configuration): Doc fix.
4853
4854 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4855
4856 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
4857
4858 * emulation/tpu-edt.el (tpu-version): New version.
4859 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4860 (tpu-original-mode-line): Variable deleted.
4861 (tpu-mark-flag): New initial value.
4862 (tpu-set-mode-line): Don't redefine mode-line-format.
4863 Add tpu-mark-flag to minor-mode-alist.
4864 (tpu-update-mode-line): New mark flag logic.
4865 (tpu-get): Use find-file-wildcards.
4866 (tpu-search-highlight): Move overlay less, reset overlay properly.
4867 (tpu-unselect): Deactivate mark.
4868 (tpu-lm-replace): Reset overlay properly.
4869 (tpu-forward-line): Use forward-visible-line.
4870 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4871
4872 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4873
4874 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4875
4876 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4877
4878 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4879
4880 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4881 and skip whitespace and newlines.
4882
4883 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4884
4885 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4886
4887 2000-11-29 Gerd Moellmann <gerd@gnu.org>
4888
4889 * help.el (describe-function-1): Regexp-quote function name
4890 when used as part of a regexp.
4891
4892 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4893 Use face-attribute instead of face-foreground and face-background.
4894 (tool-bar-add-item): Likewise, and handle unspecified colors.
4895
4896 * enriched.el (enriched-face-ans): Use face-attribute instead
4897 of face-foreground and face-background.
4898
4899 * faces.el (face-foreground, face-background, face-stipple):
4900 Return nil if attribute is unspecified, for backward compatibility.
4901
4902 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4903
4904 * play/5x5.el: Remove version info.
4905
4906 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4907
4908 * frame.el (blink-cursor-mode): Doc fix.
4909
4910 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4911
4912 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4913 to create Makefile rules.
4914 (antlr-tool-command): New user option.
4915 (antlr-ask-about-save): New user option.
4916 (antlr-makefile-specification): New user option.
4917 (antlr-file-formats-alist): New variable.
4918 (antlr-special-file-formats): New variable.
4919 (antlr-unknown-file-formats): New user option.
4920 (antlr-help-unknown-file-text): New variable.
4921 (antlr-help-rules-intro): New variable.
4922 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4923 (antlr-mode-menu): Add entries.
4924 (antlr-file-dependencies): New function.
4925 (antlr-directory-dependencies): New function.
4926 (antlr-superclasses-glibs): New function.
4927 (antlr-run-tool): New command.
4928 (antlr-makefile-insert-variable): New function.
4929 (antlr-insert-makefile-rules): New function.
4930 (antlr-show-makefile-rules): New command.
4931
4932 * antlr-mode.el: More Emacs/XEmacs stuff.
4933 (antlr-no-action-keywords): New constant with value nil.
4934 (antlr-font-lock-keywords-alist): Use it. Old value would break
4935 syntax highlighting in Emacs-21.0.
4936 (antlr-default-directory): Emacs/XEmacs dependend function.
4937 (antlr-read-shell-command): Ditto.
4938 (antlr-with-displaying-help-buffer): Ditto.
4939
4940 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4941
4942 * antlr-mode.el: imenu, parsing and highlighting changes.
4943 (antlr-imenu-create-index-function): Don't create extra submenus
4944 for definitions in different grammar classes. It is not necessary
4945 for the menu and would make command `imenu' awkward to use.
4946 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4947 header actions and more than one.
4948 (antlr-font-lock-tokendef-face): Changed color.
4949 (antlr-font-lock-tokenref-face): Changed color.
4950 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4951 (antlr-mode-syntax-table): New variable.
4952 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4953 (antlr-with-syntax-table): Don't copy syntax table.
4954
4955 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4956
4957 * antlr-mode.el: Minor changes: language setting.
4958 (antlr-language-alist): The value for file option "language" can
4959 be both an identifier and a string.
4960 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4961 (antlr-language-limit-n-regexp): Change accordingly.
4962
4963 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4964
4965 * antlr-mode.el: Minor changes: tabs, hiding.
4966 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4967 (antlr-action-visibility): Also allow value nil to also hide the
4968 braces. Renamed from `antlr-tiny-action-length'.
4969 Suggested by Jay@aol.com.
4970 (antlr-hide-actions): Change accordingly. Hide line if completely
4971 hidden action is on a line of its own.
4972
4973 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4974
4975 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4976
4977 * sort.el (sort-columns): Don't concat strings with numbers.
4978
4979 2000-11-29 Dave Love <fx@gnu.org>
4980
4981 * cus-edit.el (face): Fix :format.
4982
4983 * mail/feedmail.el: Require smtpmail when compiling.
4984 (mail-do-fcc): Autoload.
4985 (feedmail) <defgroup>: Fix :link.
4986 (feedmail-nuke-body-in-fcc): Fix :type.
4987 (feedmail-send-it): Add autoload cookie.
4988
4989 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4990
4991 * newcomment.el (comment-indent): Save excursion around call to
4992 comment-indent-function.
4993
4994 2000-11-29 Miles Bader <miles@gnu.org>
4995
4996 * subr.el (member-ignore-case): Return the tail of the list who's
4997 car matches, like `member', not the matching element itself.
4998
4999 2000-11-29 Kenichi Handa <handa@etl.go.jp>
5000
5001 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5002 should not contain `\n'.
5003
5004 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5005
5006 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5007
5008 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5009
5010 * dired-aux.el (dired-do-create-files): Construct default file
5011 name for dired-mark-read-file-name so that when the user enters
5012 just RET, the target file will end up in the target directory.
5013
5014 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5015 local-abbrev-table before changing buffers because it might
5016 have a buffer-local binding.
5017
5018 2000-11-28 Miles Bader <miles@gnu.org>
5019
5020 * simple.el (delete-horizontal-space): Handle fields more generally.
5021
5022 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5023
5024 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5025
5026 2000-11-28 Dave Love <fx@gnu.org>
5027
5028 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5029 comment-start-skip locally.
5030
5031 * progmodes/fortran.el (fortran-mode): Don't set
5032 fortran-comment-line-start-skip. Set comment-start to
5033 fortran-comment-line-start.
5034 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5035 (fortran-comment-line-start-skip): Simplify slightly.
5036
5037 2000-11-28 Gerd Moellmann <gerd@gnu.org>
5038
5039 * play/5x5.el: Remove RCS keyword.
5040
5041 * bs.el: Mistaken commit, undone 2000-11-30.
5042
5043 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
5044
5045 * textmodes/tildify.el (tildify-string-alist):
5046 Add `plain-tex-mode' here.
5047
5048 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5049
5050 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5051 reference.
5052
5053 2000-11-28 Miles Bader <miles@gnu.org>
5054
5055 * cus-face.el (custom-face-attributes): Add post-filter function
5056 for :box. Make pre-filter function for :box handle all cases.
5057
5058 * wid-edit.el (widget-choose): Make sure pop-up window is large
5059 enough to display all the choices, as there's no way to scroll it.
5060
5061 2000-11-28 Kenichi Handa <handa@etl.go.jp>
5062
5063 * international/mule-conf.el: Make the coding system no-conversion
5064 safe for all characters.
5065
5066 2000-11-27 Dave Love <fx@gnu.org>
5067
5068 * net/ldap.el (ldap) <defgroup>: Add :version.
5069
5070 * tooltip.el (tooltip-use-echo-area): Doc fix.
5071
5072 * cus-start.el <minibuffer-prompt-properties>: Add version.
5073 <read-buffer-function>: Add.
5074
5075 * apropos.el (apropos-print): Add help-echo to active text.
5076
5077 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5078
5079 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5080
5081 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5082 type, group and version.
5083
5084 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5085
5086 * select.el (x-get-selection): Docstring fix.
5087
5088 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
5089
5090 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
5091
5092 2000-11-27 Andrew Innes <andrewi@gnu.org>
5093
5094 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5095
5096 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5097
5098 2000-11-27 Miles Bader <miles@gnu.org>
5099
5100 * dired.el (dired-get-filename): Return filename verbatim if
5101 LOCALP is `verbatim'.
5102 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5103 `verbatim' so that we don't inadvertently delete a non-existant
5104 directory name.
5105
5106 2000-11-27 Kenichi Handa <handa@etl.go.jp>
5107
5108 * international/characters.el: Specify cases and syntaxes for
5109 mule-unicode-0100-24ff.
5110
5111 2000-11-27 Gerd Moellmann <gerd@gnu.org>
5112
5113 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5114 that foreground and/or background colors of the face `tool-bar'
5115 are unspecified.
5116
5117 2000-11-27 Miles Bader <miles@gnu.org>
5118
5119 * wid-edit.el (widget-field-buffer, widget-field-start)
5120 (widget-field-end): Handle widget field `pseudo-overlays'.
5121 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5122 if it's there instead of in `widget-field-list'.
5123
5124 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
5125 (help-make-xrefs): Delete extraneous newlines at the end of the
5126 docstring.
5127
5128 2000-11-25 Jason Rumney <jasonr@gnu.org>
5129
5130 * startup.el (command-line): Call set-locale-environment after
5131 Window System init file is read, as it can result in a call to
5132 redraw-frame.
5133
5134 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * simple.el (shell-command): Mention the effect of the prefix
5137 argument in the doc string.
5138
5139 2000-11-25 Miles Bader <miles@gnu.org>
5140
5141 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5142
5143 * wid-edit.el (widget-field-value-delete): Don't try to delete
5144 overlay when it's the `pseudo-overlay' that exists at some points.
5145
5146 2000-11-24 Jason Rumney <jasonr@gnu.org>
5147
5148 * international/mule-cmds.el (locale-language-names): Add "jp" as
5149 a non-standard alternative for Japanese.
5150
5151 2000-11-24 Andre Spiegel <spiegel@gnu.org>
5152
5153 * vc-hooks.el: Require 'cl during compilation.
5154
5155 2000-11-24 Gerd Moellmann <gerd@gnu.org>
5156
5157 * faces.el (face-set-after-frame-default): Let face attributes
5158 specified for new frames override frame parameters.
5159
5160 * startup.el (command-line): Fix computation of the source file
5161 for user-init-file when user-init-file is a compiled file.
5162
5163 2000-11-24 Miles Bader <miles@gnu.org>
5164
5165 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
5166 (custom-post-filter-face-spec): New functions.
5167 (custom-face-set, custom-face-value-create): Filter the face spec
5168 before and after customization.
5169 (custom-face-set): If VALUE specifies a null face, pass a
5170 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5171 * cus-face.el (custom-face-attributes): Remove SET and GET
5172 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5173 cases they're needed.
5174
5175 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5176 that it's distinguishable from the :off-glyph on dark-background
5177 displays. Set its background color too.
5178
5179 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5180 so that people can easily turn it off.
5181
5182 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5183
5184 * ediff-diff.el: Moved variables around to have it compile under NT.
5185
5186 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
5187
5188 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
5189
5190 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5191 redundant skip-small-frames test.
5192
5193 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5194 (viper-downgrade-to-insert): Protect against errors in hooks.
5195
5196 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5197 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5198 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5199 New functions.
5200
5201 * viper-util.el (viper-memq-char): Bug fixes.
5202
5203 * viper.el (viper-mode): Fix cursor handling.
5204
5205 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5206
5207 * international/mule-diag.el (list-iso-charset-chars):
5208 For two-byte charset, fix the `while' condition.
5209 (list-non-iso-charset-chars): Fix the `while' condition.
5210
5211 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5212
5213 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5214 if the variable is make-variable-buffer-local.
5215
5216 * progmodes/ada-stmt.el (ada-template-map):
5217 Initialize and bind it to C-c t in ada-mode-map.
5218 (ada-stmt-mode-hook): New function extracted from old code.
5219 Only change the buffer-local side of skeleton-*.
5220 (ada-mode-hook): Use it.
5221
5222 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5225 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5226 we expect to be returned by minibuffer-depth once we prompt the
5227 user in the minibuffer.
5228 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5229 as recorded in iswitchb-minibuf-depth, return non-nil.
5230
5231 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5232
5233 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5234 (hscroll-window-maybe): Docstring fix.
5235
5236 2000-11-23 Dave Love <fx@gnu.org>
5237
5238 * rect.el (string-rectangle): Don't test delete-selection-mode.
5239
5240 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5241
5242 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5243 is in the tool bar.
5244
5245 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5246 with `no-dir'; we want the directory part to be able to remove it.
5247
5248 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5249
5250 * textmodes/outline.el (outline-flag-region):
5251 Don't bind inhibit-read-only since we don't modify the buffer.
5252 (outline-isearch-open-invisible): Don't jump to overlay-start
5253 since we're trying to unhide text around point.
5254 (outline-discard-overlays): Use dolist.
5255
5256 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5257
5258 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5259
5260 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5261
5262 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5263
5264 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5265 Fix ARG regexp to skip quoted braces.
5266 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5267 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5268 are (correctly) handled separately).
5269 Remove `caption' and `footnote' from `citations': they contain text.
5270 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5271 (latex-skeleton-end-hook): New function.
5272 (latex-mode): Use it.
5273 (tex-start-tex-marker): Remove.
5274 (tex-send-tex-command): Don't set tex-start-tex-marker.
5275 (tex-error-parse-syntax-table): New var.
5276 (tex-compilation-parse-errors): Use it.
5277 Ignore tex-start-tex-marker. Don't bother with marker-position.
5278 (tex-validate-buffer): Don't bother with marker-position.
5279
5280 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5281 (flyspell-generic-progmode-verify): Use it.
5282
5283 2000-11-22 Sam Steingold <sds@gnu.org>
5284
5285 * simple.el (delete-trailing-whitespace): New interactive function.
5286
5287 * progmodes/ada-mode.el (ada-mode): Use it instead of
5288 `ada-remove-trailing-spaces'.
5289 (ada-remove-trailing-spaces): Removed.
5290
5291 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5292
5293 * textmodes/picture.el (picture-clean): Removed.
5294 (picture-mode-exit): Call it instead of `picture-clean'.
5295
5296 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5297
5298 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5299
5300 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5301 jit-lock-fontify-buffer; it should anyway be unneccessary to
5302 do anything special when jit-lock is active.
5303 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5304
5305 2000-11-22 Dave Love <fx@gnu.org>
5306
5307 * calendar/todo-mode.el (todo-top-priorities): Use
5308 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5309
5310 * language/chinese.el, language/cyrillic.el:
5311 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5312 * language/hebrew.el, language/indian.el, language/japanese.el:
5313 * language/korean.el, language/lao.el, language/misc-lang.el:
5314 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5315 Use provide.
5316
5317 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5318 (custom-variable-set): Improve validation error mesage.
5319
5320 * rect.el (string-rectangle): Revert last change.
5321 (string-rectangle-line): New arg DELETE.
5322 (string-rectangle): Check delete-selection-mode.
5323
5324 * emacs-lisp/edebug.el (edebug-version)
5325 (edebug-maintainer-address): Deleted.
5326 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5327 (edebug-read-function): Account for other `'#' read forms.
5328 (edebug-mode-menus): Make some items toggles.
5329 (edebug-outside-unread-command-event, unread-command-event):
5330 Remove these to avoid warnings.
5331
5332 2000-11-22 David Ponce <david@dponce.com>
5333
5334 * recentf.el (recentf-menu-items-for-commands)
5335 (recentf-make-menu-items, recentf-make-menu-item)
5336 (recentf-filter-changer): Added :help and :active menu-item properties.
5337
5338 (recentf-build-dir-rules, recentf-dump-variable)
5339 (recentf-edit-list, recentf-open-files-item)
5340 (recentf-open-files): Replaced unnecessary `mapcar' with new
5341 built-in `mapc'.
5342
5343 2000-11-23 Miles Bader <miles@gnu.org>
5344
5345 * faces.el (menu): Make inverse-video on ttys too.
5346
5347 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5348
5349 * simple.el (comment-line-break-function): Use the new name
5350 indent-new-comment-line -> comment-indent-new-line.
5351 (clone-indirect-buffer): Don't ignore NORECORD.
5352 (next-completion): Properly handle the case where items are adjacent.
5353
5354 * mouse.el (popup-menu): Stupid typo.
5355
5356 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5357
5358 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5359 maintainer, keywords tags.
5360
5361 * rect.el (replace-rectangle): Don't call string-rectangle-line
5362 with too many arguments.
5363
5364 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5365
5366 * ediff-util.el (ediff-file-checked-out-p)
5367 (ediff-file-checked-in-p): Call vc-state instead of
5368 vc-locking-user, which no longer exists.
5369
5370 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5371
5372 2000-11-22 Dave Love <fx@gnu.org>
5373
5374 * md5.el (md5): Provide.
5375 (md5): Fix error call.
5376
5377 2000-11-22 Miles Bader <miles@gnu.org>
5378
5379 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5380 (refill-fill-paragraph-at): Remove debugging code.
5381
5382 * calendar/calendar.el (generate-calendar-window): When we don't
5383 call `fit-window-to-buffer', make sure the top line is fully visible.
5384
5385 * image-file.el (insert-image-file): Don't make `read-only'
5386 property rear-nonsticky.
5387
5388 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5389 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5390 stashing away its original value.
5391 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5392 in the recursive edit.
5393 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5394 (isearch-done): Restore `minibuffer-message-timeout'.
5395
5396 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5397
5398 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5399
5400 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5401
5402 * find-lisp.el (find-lisp-find-files-internal):
5403 Use dolist, when and file-name-as-directory.
5404
5405 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5406 (define-derived-mode, define-minor-mode): Add specs.
5407
5408 * window.el: General comment and spacing fixes.
5409 (save-selected-window): Use backquotes.
5410 (window-safely-shrinkable-p): New function.
5411 (shrink-window-if-larger-than-buffer): Use it.
5412
5413 * subr.el (make-local-hook): Docstring fix.
5414
5415 * shell.el (shell-mode): Use define-derived-mode.
5416
5417 * newcomment.el (comment-indent): Insert comment before calling
5418 comment-indent-function. Don't insert in column 0.
5419 (comment-dwim): Indent before inserting comment.
5420
5421 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5422 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5423 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5424 Use mapc rather than map.
5425
5426 * files.el (find-buffer-visiting): Compare all attributes before
5427 declaring two files identical (rather than just their inode-no).
5428 (auto-mode-alist): Use \' rather than $.
5429
5430 * which-func.el: Update maintainer line.
5431
5432 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5433 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5434 (uniquify-buffer-file-name): Use it.
5435
5436 2000-11-22 Miles Bader <miles@gnu.org>
5437
5438 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5439 * simple.el (minibuffer-avoid-prompt): New function.
5440
5441 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5442
5443 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5444
5445 2000-11-21 Miles Bader <miles@gnu.org>
5446
5447 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5448 inclusion of `track-mouse'.
5449
5450 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5451 (refill-adjust-ignorable-overlay): New function.
5452 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5453 only the paragraph's tail if possible.
5454 Update `refill-ignorable-overlay'.
5455 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5456
5457 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5458 point inside the fill-prefix.
5459
5460 * textmodes/refill.el (refill-post-command-function): Don't reset
5461 refill-doit in the case where a self-insertion command doesn't
5462 case a refill. Use `refill-fill-paragraph-at', getting position
5463 from `refill-doit'.
5464 (refill-after-change-function): Set `refill-doit' to END.
5465 (refill-fill-paragraph-at): New function, mostly from old
5466 refill-fill-paragraph.
5467 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5468 (refill-pre-command-function): New function.
5469 (refill-mode): Add it to `pre-command-hook'.
5470
5471 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5472
5473 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5474
5475 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5476 javadoc tags.
5477
5478 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5479
5480 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5481 vc.el).
5482
5483 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5484 require vc.
5485
5486 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5487 checkouts.
5488
5489 2000-11-20 Dave Love <fx@gnu.org>
5490
5491 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5492
5493 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5494
5495 * calculator.el (calculator-paste): Use `if' instead of `and'
5496 and `or'.
5497 (calculator-help): Don't use electric-describe-mode for XEmacs.
5498
5499 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5500
5501 * info.el (info-menu-5): Doc fix.
5502
5503 * textmodes/artist.el: New file.
5504
5505 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5506
5507 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5508 and differentiate according to checkout model.
5509 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5510 since this function is only concerned with master state.
5511
5512 * vc-hooks.el (vc-workfile-unchanged-p)
5513 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5514
5515 * vc.el (vc-workfile-unchanged-p)
5516 (vc-default-workfile-unchanged-p): See above.
5517
5518 2000-11-19 Miles Bader <miles@gnu.org>
5519
5520 * image-file.el (insert-image-file): Make `intangible' and
5521 `read-only' properties rear-nonsticky too.
5522
5523 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5524
5525 * ps-print.el: Update copyright notice.
5526
5527 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5528 (tooltip-show): Use the offsets.
5529
5530 * bindings.el (mode-line-modified): Fix a typo.
5531 (mode-line-toggle-modified, mode-line-widen)
5532 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5533
5534 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5535
5536 * ps-print.el (toplevel): Test for find-coding-system being
5537 fboundp before calling ps-x-find-coding-system.
5538
5539 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5542 (vc-version-backup-file): Docstring fix.
5543
5544 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5545
5546 * files.el (basic-save-buffer): Don't add a newline if
5547 find-file-literally is non-nil.
5548 (find-file-literally): Extend doc string.
5549
5550 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5551 sort(1) with the `-f' argument.
5552
5553 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5554
5555 * vc.el: Updated backend documentation.
5556 (vc-default-check-headers): New function.
5557
5558 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5559
5560 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5561 up-to-date.
5562 (vc-do-command): In the asynchronous case, output messages only if
5563 the minibuffer is not active.
5564
5565 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5566 `vc-cvs-use-edit' is on.
5567 (vc-cvs-checkout): When this is used for reverting the workfile,
5568 make a backup of the original contents and revert to that in case
5569 of error.
5570 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5571 remote repositories.
5572
5573 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5574 for both version and ratio in the minibuffer.
5575
5576 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5577 Use vc-do-command to perform the annotation, not call-process.
5578
5579 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5580
5581 * international/quail.el (quail-start-translation): Don't call
5582 `message' before reading key sequence.
5583
5584 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5585
5586 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5587
5588 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5589
5590 * window.el (fit-window-to-buffer): Be sure to acquire at least
5591 one text line even if the buffer is empty.
5592
5593 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5594
5595 * net/ange-ftp.el (ange-ftp-file-writable-p)
5596 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5597 Bind ange-ftp-process-verbose to nil.
5598
5599 2000-11-15 Dave Love <fx@gnu.org>
5600
5601 * wid-edit.el (widget-specify-field, widget-specify-button):
5602 If :help-echo is a function, set help-echo of overlay to
5603 widget-mouse-help.
5604 (widget-mouse-help): New function.
5605 (widget-echo-help): Rewritten for :help-echo functions only taking
5606 a widget arg.
5607
5608 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5609 Use display-graphic-p.
5610 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5611 and that JPEG is available.
5612 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5613
5614 * international/mule-cmds.el (locale-charset-language-names):
5615 Match @euro.
5616
5617 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5618
5619 * faces.el (face-set-after-frame-default):
5620 If `inhibit-default-face-x-resources' is bound, don't intialize the
5621 default face from X resources.
5622
5623 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5624
5625 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5626 Don't set EMACSLOADPATH.
5627
5628 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5629
5630 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5631 texinfo-insert-@url.
5632 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5633 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5634
5635 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5638 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5639 (checkdoc-minor-keymap): Backward compatibility.
5640 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5641 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5642 (checkdoc-this-string-valid-engine): Be a bit more strict
5643 to avoid matching substrings of `...' quoted vars/funs.
5644 (checkdoc-defun-info): Only look for `interactive' if alone.
5645 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5646
5647 * progmodes/compile.el (grep): `tag-default' can be nil.
5648
5649 * newcomment.el (comment-indent): Paren typo.
5650
5651 2000-11-14 Dave Love <fx@gnu.org>
5652
5653 * calculator.el: New maintainer version.
5654
5655 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5656
5657 * cmuscheme.el: Doc fixes.
5658 (cmuscheme) <defgroup>: Use `scheme' as parent.
5659 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
5660
5661 * xscheme.el (scheme-program-name): Don't define here.
5662
5663 * progmodes/scheme.el (scheme-program-name): New variable
5664 (originally in cmuscheme).
5665
5666 2000-11-14 Miles Bader <miles@gnu.org>
5667
5668 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5669 Handle header-lines. Don't loop forever if we can't enlarge the
5670 window anymore. Simplify a bit.
5671
5672 2000-11-14 Kenichi Handa <handa@etl.go.jp>
5673
5674 * window.el (fit-window-to-buffer): Don't check
5675 window-text-height. Assure that the last line is fully visible.
5676
5677 * international/quail.el (quail-show-guidance-buf):
5678 Call fit-window-to-buffer to assure the enough height of the guidance
5679 buffer.
5680 (quail-update-guidance): Avoid making the guidance buffer shorter.
5681
5682 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5683
5684 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5685 rather than `prepend' and add an interesting comment.
5686 (tex-math-face, tex-font-lock-syntactic-face-function):
5687 New face and function to use it.
5688 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5689 than `menu-enable' symbol property.
5690 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5691 (tex-mode): Add some latex-mode commands for auto-selection.
5692 Use tex-font-lock-syntactic-face-function.
5693 (tex-insert-quote): Simplify.
5694 (tex-shell): New mode.
5695 (tex-start-shell): Use it.
5696 (tex-shell-proc, tex-shell-buf): New functions.
5697 (tex-send-command): Use it.
5698 (tex-main-file): Fix the meaning of the new arg REALFILE.
5699 (tex-send-tex-command): New function split from `tex-start-tex'.
5700 Set compilation-last-buffer and compilation-parsing-end.
5701
5702 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5703 when it follows non-comment text on the line.
5704
5705 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5706 Set font-lock-defaults.
5707 (lisp-mode-shared-map): Init inside the defvar.
5708 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5709 Use define-derived-mode.
5710
5711 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5712
5713 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5714
5715 2000-11-14 Gerd Moellmann <gerd@gnu.org>
5716
5717 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5718 Don't recursively optimize body because that can lead to infinite
5719 recursion; see comment there.
5720
5721 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5722
5723 * faces.el (face-spec-set-match-display): Revert the change from
5724 2000-10-24. Add a FIXME for after v21.1.
5725
5726 2000-11-13 Miles Bader <miles@gnu.org>
5727
5728 * textmodes/fill.el (skip-line-prefix): New function.
5729 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5730 (fill-paragraph): Don't leave point inside the fill-prefix.
5731 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5732 point inside the fill-prefix.
5733
5734 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5735
5736 * calendar/calendar.el (generate-calendar-window):
5737 Use `fit-window-to-buffer'.
5738
5739 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5740
5741 * gud.el (gud-minor-mode): New var.
5742 (gud-symbol, gud-val): New functions.
5743 (gud-find-file): Copy gud-minor-mode to the new buffer.
5744 (gud-menu-map): Include entries for commands that are not always
5745 available, using :enable to (de)activate them.
5746 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5747 (gud-mode-map): New map.
5748 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5749 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5750 Don't set up gud's menu (it's done by the minor-mode).
5751 (gud-minibuffer-local-map): New.
5752 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5753 (gud-query-cmdline): New function.
5754 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5755 (gud-mode): Use define-derived-mode.
5756 Don't set up gud's menu (it's done by the minor-mode).
5757 (gud-chop-words): Remove.
5758 (gud-common-init): Use split-string instead.
5759 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5760
5761 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5762 Add keyword arg :name.
5763
5764 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5765 (diff-count-matches, diff-split-hunk): New functions.
5766 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5767
5768 * pcvs-info.el (cvs-fi-conflict-face): New var.
5769
5770 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5771 Make it into a simple syntax-table, shared among all submodes.
5772 (sh-heredoc-face): Re-introduce.
5773 (sh-font-lock-syntactic-face-function): New function.
5774 (sh-mode): Use it. Also use define-derived-mode.
5775 Remove old bogus setting of indent-region-function.
5776 (sh-set-shell): Don't set the syntax-table any more.
5777 (sh-mode-syntax-table) <defun>: Remove.
5778
5779 2000-11-12 Miles Bader <miles@gnu.org>
5780
5781 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5782 message if interactive.
5783
5784 2000-11-12 Dave Love <fx@gnu.org>
5785
5786 * mail/feedmail.el: Fix header,
5787 (feedmail) <defgroup>: Add :link.
5788
5789 * view.el: Use local-map property, not keymap on mode-line string.
5790
5791 * scroll-all.el (scroll-all-mode): Customize variable.
5792 Add autoload cookie to function.
5793
5794 * lazy-lock.el: Remove compatibility code.
5795
5796 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5797 (finder-help-echo): New variable.
5798 (finder-mouse-face-on-line): Add help-echo stuff.
5799 (finder-list-keywords, finder-list-matches): Use mapc.
5800
5801 * faces.el (face-font-registry-alternatives): Add :version.
5802
5803 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5804 tags-table-list.
5805
5806 * net/browse-url.el (browse-url-browser-function): Update :version.
5807
5808 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5809 (mail-mode): Use [:alnum:] in some regexps.
5810
5811 2000-11-10 Dave Love <fx@gnu.org>
5812
5813 * ediff.el (ediff-regions-internal, ediff-documentation):
5814 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5815 fundamental mode.
5816
5817 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5818 buffer into fundamental mode.
5819 (ediff-set-difference): Use copy-sequence if available.
5820
5821 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5822 Check ediff-patch-map non-nil.
5823 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5824 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5825 buffer into fundamental mode.
5826
5827 * ediff-merg.el (state-or-merge): Defvar when compiling.
5828
5829 2000-11-10 Jason Rumney <jasonr@gnu.org>
5830
5831 * w32-fns.el (w32-add-charset-info): New function.
5832 (w32-charset-info-alist): Use it.
5833
5834 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5835
5836 * faces.el (face-font-registry-alternatives): New user-option.
5837
5838 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5839
5840 * textmodes/texinfo.el (texinfo-block-default): New var.
5841 (texinfo-insert-block): Use it. Insert a newline if needed.
5842
5843 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5844 (fill-region-as-paragraph): Use it.
5845
5846 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5847 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5848 Tweak paragraph regexps to allow a leading [ \t]*.
5849 (tex-latex-block): Insert a newline if necessary.
5850 (latex-insert-item): Only insert a newline if necessary.
5851 (tex-guess-main-file): New function.
5852 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5853 Set tex-main-file if TeX-master is provided.
5854 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5855
5856 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5857
5858 * startup.el (command-line): Set the default tooltip-mode
5859 to t for graphical displays which implement x-show-tip.
5860
5861 * tooltip.el (tooltip-mode): Add a comment about startup.el
5862 setting the default value of this user-option.
5863
5864 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5865
5866 * font-lock.el (font-lock-*-face) <defvar>: Move.
5867 (font-lock-defaults-alist): Mark obsolete.
5868 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5869 (font-lock-mode): Use define-minor-mode.
5870 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5871 (font-lock-turn-off-thing-lock): Be more explicit.
5872 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5873 (font-lock-syntactic-face-function): New var.
5874 (font-lock-fontify-syntactically-region): Use it.
5875 (font-lock-doc-face): New.
5876
5877 * pcvs.el (cvs-enabledp): Ignore errors.
5878 (cvs-commit-filelist): Never query.
5879 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5880 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5881 (cvs-do-removal): Use cvs-partition rather than delete-if.
5882 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5883 cvs-bury-buffer.
5884
5885 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5886 Allow `next' to jump to after the end of the last match.
5887
5888 2000-11-09 Gerd Moellmann <gerd@gnu.org>
5889
5890 * simple.el (byte-compiling-files-p): New function.
5891
5892 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5893 if it is there.
5894
5895 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5896 nil again.
5897
5898 * textmodes/ispell.el (ispell-library-path): Don't call
5899 check-ispell-version when byte-compiling because that starts
5900 an ispell process, and ispell might not be installed.
5901 (toplevel): Don't set up a menu when byte-compiling.
5902
5903 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5904 it, so that a boundp test can be used to determine if we're
5905 currently byte-compiling.
5906
5907 2000-11-09 Dave Love <fx@gnu.org>
5908
5909 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5910
5911 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5912
5913 * ps-print.el: Patch for variable initialization when spooling.
5914 Doc fix.
5915 (ps-output-list): Fun eliminated.
5916 (ps-begin-file, ps-begin-job): Code fix.
5917
5918 2000-11-08 Dave Love <fx@gnu.org>
5919
5920 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5921
5922 2000-11-08 Gerd Moellmann <gerd@gnu.org>
5923
5924 * simple.el (shell-command, display-message-or-buffer)
5925 (shell-command-on-region): Mention resize-mini-windows in the doc
5926 string.
5927 (display-message-or-buffer): Take the value of resize-mini-windows
5928 into account.
5929
5930 2000-11-07 Gerd Moellmann <gerd@gnu.org>
5931
5932 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5933
5934 * dired.el (dired-between-files): Add `^. find' as an alternative
5935 to the regular expression, for find-dired.
5936
5937 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5938
5939 * textmodes/texnfo-upd.el: Require texinfo.
5940 (defmacro, defgroup): Remove.
5941 (texinfo-section-to-generic-alist): Remove.
5942 Use texinfo-section-list instead (i.e. level is changed string->int).
5943 (texinfo-filter): New function.
5944 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5945 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5946 Use it. And use regexp-opt.
5947 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5948 (texinfo-update-menu-region-beginning)
5949 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5950 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5951 (texinfo-update-menu-same-level-regexps): Update.
5952 (texinfo-update-node, texinfo-every-node-update)
5953 (texinfo-sequential-node-update): Remove autoload cookie.
5954
5955 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5956 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5957 (texinfo-chapter-level-regexp): Remove.
5958 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5959
5960 2000-11-06 Dave Love <fx@gnu.org>
5961
5962 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5963
5964 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5965 Match defun*.
5966
5967 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5968
5969 * composite.el (composition-function-table): Variable declaration
5970 moved to src/composite.c.
5971 (compose-chars-after): New optional arg object.
5972
5973 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5974
5975 * bindings.el (mode-line-toggle-read-only)
5976 (mode-line-toggle-modified, mode-line-widen)
5977 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5978 (make-mode-line-mouse2-map): Rewritten.
5979 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5980 functions so that C-h k can show something with a doc string.
5981
5982 * startup.el (fancy-splash-delay): Set to 10 seconds.
5983 (fancy-splash-max-time): New user-option.
5984 (fancy-splash-stop-time): New variable.
5985 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5986 (fancy-splash-screens-1): Throw `stop-splashing' when current
5987 time is greater than fancy-splash-stop-time.
5988
5989 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5990
5991 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5992
5993 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5994 Prompt user for a file rather than raising an error.
5995 (cvs-enabledp): Fix call to cvs-mode-marked.
5996 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5997 (cvs-mode-insert): Use it. Change the init prompt' value.
5998 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5999
6000 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6001 Don't pass default arg to ewoc-locate.
6002 (ewoc-collect): Return result in the right order.
6003
6004 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6005
6006 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6007 (cvs-status-get-tags): Fix regexp.
6008 (cvs-status-trees, cvs-status-cvstrees):
6009 Combine after change hooks and don't sit-for.
6010 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6011 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
6012 Use make-char rather than hard-coded cryptic data.
6013 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6014
6015 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6016
6017 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6018 (cvs-insert-strings): New function.
6019
6020 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6021
6022 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6023 `mwheel-scroll-amount'.
6024 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6025 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6026 string-matching against the version string.
6027
6028 2000-11-06 Kenichi Handa <handa@etl.go.jp>
6029
6030 * language/thai.el ("Thai"): Set a lisp form that produces
6031 composed string in `sample-text' language info.
6032
6033 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6034 composed string in `sample-text' language info.
6035
6036 * international/mule-cmds.el (describe-language-environment):
6037 Eval `sample-text' data and insert the result.
6038
6039 * international/mule-conf.el (compound-text): Define this coding
6040 system here. Make x-ctext and ctext aliases of it.
6041
6042 * language/european.el (compound-text, ctext): Moved to
6043 international/mule-conf.el.
6044
6045 2000-11-05 Andrew Innes <andrewi@gnu.org>
6046
6047 * w32-fns.el (w32-version): New function.
6048
6049 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6050
6051 * progmodes/awk-mode.el: Update copyright.
6052 (awk-mode-abbrev-table): Remove.
6053 (awk-font-lock-keywords): Use regexp-opt.
6054 (awk-mode): Use define-derived-mode.
6055
6056 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6057 when extracting a suffix.
6058
6059 2000-11-04 Andre Spiegel <spiegel@gnu.org>
6060
6061 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6062 auto-save-mode.
6063
6064 2000-11-04 Jason Rumney <jasonr@gnu.org>
6065
6066 * language/european.el (decode-mac-roman): Test against r1 not r0.
6067
6068 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6069
6070 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6071 (icon-mode): Define indent-line-function.
6072 (icon-comment-indent): Simplify.
6073 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6074
6075 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6076
6077 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6078 Bind change-log-default-mode to defeat the caching done on it.
6079 Don't bother saving excursion any more.
6080
6081 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6082
6083 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6084 (set-frame-font): Use the new name (and the old for compatibility).
6085
6086 * toolbar/tool-bar.el (tool-bar-mode):
6087 * time.el (display-time-mode):
6088 * recentf.el (recentf-mode):
6089 * paren.el (show-paren-mode):
6090 * mwheel.el (mouse-wheel-mode):
6091 * msb.el (msb-mode):
6092 * jka-compr.el (auto-compression-mode):
6093 * image-file.el (auto-image-file-mode):
6094 * hl-line.el (hl-line-mode):
6095 * delsel.el (delete-selection-mode):
6096 * autoinsert.el (auto-insert-mode):
6097 * complete.el (partial-completion-mode): Drop unneeded positional args.
6098
6099 * info.el (Info-mode):
6100 * comint.el (comint-mode): Don't bother with make-local-hook.
6101
6102 * log-edit.el (log-edit-menu): New menu.
6103
6104 2000-11-03 Miles Bader <miles@gnu.org>
6105
6106 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6107 definition, so that trailing spaces are handled properly.
6108 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6109
6110 2000-11-03 Gerd Moellmann <gerd@gnu.org>
6111
6112 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6113 tab character.
6114 (fancy-splash-screens): Set tab-width to 20.
6115
6116 2000-11-03 Dave Love <fx@gnu.org>
6117
6118 * comint.el (comint-completion-addsuffix): Fix custom type.
6119
6120 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6121
6122 * font-lock.el (font-lock-buffers): Remove.
6123 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6124 (font-lock-change-major-mode): Remove.
6125 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6126 (font-lock-default-fontify-region): Extend the multiline
6127 fontification to whole lines.
6128 (font-lock-fontify-anchored-keywords)
6129 (font-lock-fontify-keywords-region): If matching just one
6130 line (with \n) only mark the \n as multiline.
6131
6132 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6133 Correctly handle the case where several :group args are supplied.
6134 Allow :extra-args.
6135 (easy-mmode-define-global-mode): Allow :extra-args.
6136 Correctly handle the case where several :group args are supplied.
6137
6138 2000-11-02 Miles Bader <miles@gnu.org>
6139
6140 * calendar/calendar.el (diary-face, calendar-today-face)
6141 (holiday-face): Remove dependency on `window-system'.
6142
6143 2000-11-02 Ken Raeburn <raeburn@gnu.org>
6144
6145 * Makefile.in (emacs): Set EMACSLOADPATH always.
6146 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
6147 (compile-files): Bomb out if compilation of a file fails.
6148
6149 2000-11-02 Dave Love <fx@gnu.org>
6150
6151 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6152
6153 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6156 punctuation in the warning inserted into the *mail* buffer.
6157
6158 2000-11-02 Gerd Moellmann <gerd@gnu.org>
6159
6160 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6161 (authors-public-domain-p): New function.
6162 (authors-print): Use it.
6163
6164 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6165
6166 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6167
6168 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6169
6170 * ps-print.el: Extension for even/odd printing. Doc fix.
6171 (ps-print-version): New version number (6.3.1).
6172 (ps-even-or-odd-pages): Customization fix.
6173 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6174 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6175 (ps-page-count): Var replaced by `ps-page-column'.
6176 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6177 (ps-print-sheet-p): New fun.
6178
6179 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6180
6181 * tooltip.el (tooltip-gud-tips-setup): New function.
6182 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6183 (tooltip-mode): Call tooltip-gud-tips-setup.
6184 (tooltip-gud-tips): Use `gud-basic-call' instead of
6185 process-send-string, so the prompt gets frobbed appropriately.
6186 Handle nil return value from `tooltip-gud-print-command'.
6187
6188 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6189
6190 * comint.el (comint-add-to-input-history): New function.
6191 (comint-send-input): Use `comint-add-to-input-history'.
6192
6193 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6194
6195 * info.el (info-menu-header): New face.
6196 (Info-fontify-menu-headers): New function.
6197 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6198
6199 * info.el (Info-insert-dir): Don't include blank lines at
6200 beginning of additional dir files (one is added automatically).
6201
6202 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6203
6204 * emacs-lisp/easy-mmode.el (define-minor-mode):
6205 Revert the latest changes.
6206 Allow the three positional arguments to be skipped and replaced
6207 by keyword arguments.
6208 Add a :toggle argument to determine whether a nil arg means toggle
6209 or means turn-on. The default is unchanged.
6210 Add a call to force-mode-line-update.
6211
6212 2000-11-01 Dave Love <fx@gnu.org>
6213
6214 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6215
6216 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6217
6218 * calendar/calendar.el (diary-face, holiday-face):
6219 Add dark-background variants.
6220
6221 2000-10-31 Sam Steingold <sds@gnu.org>
6222
6223 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6224 `tex-main-file' does not have directory in it.
6225
6226 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6227
6228 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6229
6230 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6231
6232 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6233 functional change.
6234
6235 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6236
6237 * files.el (find-file-noselect): When we expand a wildcard, return
6238 a list of buffers, as we should do according to the doc string.
6239
6240 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6241
6242 * loadup.el (top level): Adjust load path if program name is
6243 "../src/bootstrap-emacs", in case it's not dumped and thus the
6244 load path adjustment hasn't already been done.
6245
6246 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6247
6248 * ps-print.el: Fix bug on selected pages for printing.
6249 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6250 is on. Try to avoid warning messages when compiling. Doc Fix.
6251 (ps-print-version): New version number (6.3).
6252 (ps-color-device): Use `color-values' to determine if device
6253 supports color.
6254 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6255 (ps-print-page-p): Changed from defsubst to defun.
6256 (ps-page-number): Changed from defmacro to defun.
6257 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6258 printing.
6259 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6260 (ps-end-file, ps-dummy-page): Funs eliminated.
6261 (ps-print-color-scale): Changed default value.
6262 (ps-page-n-up, ps-print-page-p): New internal vars.
6263 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6264 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6265
6266 * delim-col.el: Little programming improvement.
6267 (delimit-columns-str): New macro.
6268 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6269
6270 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6271
6272 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6273 Moved to european.el.
6274 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6275 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6276 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6277 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6278
6279 2000-10-30 Dave Love <fx@gnu.org>
6280
6281 * progmodes/cc-menus.el (imenu-generic-expression)
6282 (imenu-progress-message): Only defvar when compiling.
6283
6284 * emacs-lisp/elp.el (elp-unload-hook): New function.
6285
6286 * loadhist.el (unload-feature): Call elp-restore-function,
6287 checking for symbols; don't use elp-restore-all.
6288 (loadhist-hook-functions): Doc fix.
6289
6290 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6291
6292 * log-edit.el (log-edit-confirm): Fix the default.
6293
6294 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6295
6296 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6297 delimit-columns-format.
6298 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6299
6300 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6301
6302 * comint.el (comint-replace-by-expanded-history): Don't use
6303 comint-get-old-input (we're not looking at *old* input).
6304 (comint-get-old-input-default): If using fields, signal an error
6305 when the point is not in an input field.
6306
6307 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6308
6309 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6310 and mule-unicode-e000-ffff.
6311
6312 * international/mule.el (decode-char, encode-char): New functions.
6313 (make-coding-system): Accept a symbol of translation table as a
6314 value of property `safe-chars'.
6315
6316 * international/mule-cmds.el (encode-coding-char): Check property
6317 safe-chars instead of safe-charsets.
6318
6319 * international/fontset.el (fontset-default): Modified for
6320 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6321 (x-font-name-charset-alist): Likewise.
6322 (ccl-encode-unicode-font): New CCL program. Record it in
6323 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6324
6325 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6326 New translation tables.
6327 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6328 programs are modified and moved from mac-win.el.
6329 (mac-roman): Definition of this coding system is modified and
6330 moved from mac-win.el.
6331
6332 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6333
6334 * ediff-wind.el (ediff-setup-control-frame): Enclose
6335 face-attribute in condition-case to avoid errors in older emacsen.
6336
6337 2000-10-29 Miles Bader <miles@gnu.org>
6338
6339 * custom.el (custom-add-to-group): Allow multiple entries for a
6340 given value OPTION, as long as their widget types are different.
6341 * cus-edit.el (custom-face-value-create): If face name doesn't end
6342 with "face", add such here (similar to custom group widgets).
6343
6344 * comint.el (comint-highlight-prompt): Add :type.
6345
6346 2000-10-28 John Wiegley <johnw@gnu.org>
6347
6348 * calendar/timeclock.el (timeclock-log): Doc fix.
6349 (timeclock-last-event): Doc fix.
6350 (timeclock-log): Kill the timelog buffer after appending a new event.
6351 (timeclock-find-discrep): Use a temp buffer to read in the
6352 timelog, instead of visiting the file.
6353 (timeclock-log-data): A new function, along with a host of helper
6354 functions, for the purpose of making timelog data accessible to
6355 programmers.
6356
6357 * eshell/esh-mode.el (window-height test): Make certain that
6358 `eshell-stringify-t' is non-nil.
6359 (eshell-password-prompt-regexp): Changed to a much simpler
6360 password regexp.
6361 (eshell-send-input): If `eshell-invoke-directly' returns t,
6362 directly invoke the parsed command using `eval'. This improves
6363 turn-around time on simple commands by a factor of three or
6364 greater, such as cd, ls, pwd, etc. -- which get used very often.
6365 It also conserves thousands of cons cells per call (since
6366 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6367 in the Pacific Cookie Company).
6368
6369 * eshell/esh-test.el (eshell-test): Whitespace fix.
6370
6371 * eshell/em-ls.el (eshell-ls-insert-directory):
6372 Make `eshell-ls-initial-args' nil when inserting directory contents.
6373
6374 * eshell/em-script.el (eshell-script-initialize): Add names to
6375 `eshell-complex-commands, since `source' and `.' are complex.
6376
6377 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6378 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6379 `eshell-copy-handles'.
6380 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6381 bodies.
6382 (eshell-separate-commands): Whitespace fix.
6383 (eshell-complex-commands): Added a new list of names, for
6384 determining whether a given command is as simple as it looks.
6385 (eshell-invoke-directly): New function. Returns t if a command
6386 should be invoked directly (using `eval'), rather than indirectly
6387 using `eshell-do-eval'.
6388 (eshell-do-eval): Whitespace fix.
6389
6390 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6391 which provides an emulation of the DOS shell behavior of assuming
6392 that cp/mv/ln should copy/move/link to the current directory.
6393 (eshell-remove-entries): Added a doc string.
6394 (eshell-shuffle-files): Removed the check for `target' being null.
6395 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6396 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6397 it to do a smarter check of whether a destination was provided.
6398 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6399 (eshell/ln): Enable `:preserve-args', and use
6400 `eshell-mvcpln-template' to implement the body of the function.
6401 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6402 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6403 list after flattening it. This makes it possible to cat files
6404 with numerical names.
6405 (eshell-unix-initialize): Added several names to
6406 `eshell-complex-commands.
6407 (eshell-unix-command-complex-p): Return t if a given command name
6408 may result in external processes being invoked.
6409
6410 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6411 variable nil by default, since it slows down glob processing by a
6412 factor of two or more, and increases memory consumption.
6413
6414 * eshell/em-smart.el: Added a note about how memory consumptive
6415 smart display mode can be (at least this is true in Emacs 21).
6416 (eshell-smart-initialize): Whitespace fix.
6417 (eshell-refresh-windows): Use `if' instead of `when'.
6418 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6419 not necessary.
6420 (eshell-currently-handling-window): Added a missing global variable.
6421
6422 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6423 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6424 Whitespace fix.
6425 (eshell-ls-exclude-hidden): Added this variable in addition to
6426 `eshell-ls-exclude-regexp'. This one prevents files beginning
6427 with . from even being read, which can improve memory consumption
6428 quite a bit.
6429 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6430 read file entries beginning with a dot. In home directories with
6431 lots of hidden files, fully two-thirds of the time spent in ls is
6432 used to read directory entries that are immediately thrown away.
6433 (eshell-ls-initial-args): Added back this configuration variable,
6434 for specifying default initial arguments to every call to ls.
6435 Much faster than using an alias to do the same thing.
6436 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6437 (eshell-ls-dir): Whitespace change.
6438
6439 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6440
6441 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6442 (eshell-stringify-t): Added a customization variable, to indicate
6443 whether `t' should be rendered as a string at all. If not, one
6444 can still determine if the result of an expression is true using
6445 "file-exists-p FILE && echo true".
6446 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6447 stringify t!
6448
6449 * eshell/esh-module.el: Whitespace fix.
6450
6451 * eshell/em-alias.el (eshell-alias-initialize):
6452 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6453 (eshell-command-aliased-p): New function that returns t if a
6454 command name names an aliased.
6455
6456 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6457
6458 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6459 redrawing the screen when changing cursor color.
6460 (viper-insert-state-pre-command-sentinel)
6461 (viper-replace-state-pre-command-sentinel)
6462 (viper-replace-state-post-command-sentinel):
6463 Use viper-preserve-cursor-color.
6464 Many functions changed to use viper= instead of = when comparing
6465 characters.
6466 * viper-util.el (viper-memq-char,viper=): New functions for
6467 working with characters.
6468 (viper-change-cursor-color): Fixed buglet.
6469 Many functions changed to use viper= instead of = when comparing
6470 characters.
6471 * viper.el (viper-insert-state-mode-list): Added eshell.
6472
6473 * ediff-init.el (ediff-before-setup-hook): New hook.
6474 Several typos fixed in various docstrings.
6475 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6476 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6477 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6478 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6479 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6480 (ediff-get-selected-buffers): New function.
6481 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6482 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6483 Use save-window-excursion.
6484 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6485 termination check in while loop.
6486 * ediff.el (ediff-get-default-file-name): Better defaults when in
6487 dired buffer.
6488 (ediff-files,ediff-merge-files,ediff-files3)
6489 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6490
6491 2000-10-28 Dave Love <fx@gnu.org>
6492
6493 * info.el (Info-fontify-node): Add help-echo for menu items.
6494
6495 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6496
6497 * startup.el (normal-top-level): If the value of $TERM indicates
6498 we are running from xterm or one of its work-alikes, default to a
6499 light background mode.
6500
6501 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6502 * faces.el (tty-handle-reverse-video): New function.
6503 (tty-create-frame-with-faces): Call it.
6504
6505 * frame.el (frame-notice-user-settings): Don't apply
6506 default-frame-alist and initial-frame-alist to MS-DOS frames.
6507 Call tty-handle-reverse-video, frame-set-background-mode, and
6508 face-set-after-frame-default for non-MS-DOS frames.
6509
6510 * startup.el (tty-long-option-alist): New variable.
6511 (tty-handle-args): New function.
6512 (command-line): Call tty-handle-args.
6513
6514 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6515 startup.el now does that for all character-terminal frames.
6516
6517 2000-10-28 Miles Bader <miles@gnu.org>
6518
6519 * emacs-lisp/easy-mmode.el (define-minor-mode):
6520 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6521 is global. If :global is followed by a non-nil but non-t value,
6522 make the mode buffer-local, but also generate a `global-MODE'
6523 version using `easy-mmode-define-global-mode'.
6524 Add :conditional-turn-on keyword argument.
6525
6526 2000-10-28 Dave Love <fx@gnu.org>
6527
6528 * international/latin1-disp.el (latin1-char-displayable-p):
6529 Don't use window-system.
6530
6531 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6532
6533 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6534 Don't call find-buffer-file-type-coding-system. Instead, just
6535 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6536 if the file is on an untranslated filesystem.
6537 (add-untranslated-filesystem): Use "D" instead of "f" inside
6538 interactive.
6539
6540 2000-10-27 Dave Love <fx@gnu.org>
6541
6542 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6543 (refill-mode): Use it.
6544
6545 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6546
6547 * international/quail.el (quail-activate): Don't make-local-hook.
6548
6549 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6550
6551 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6552 manual backups and file.~<rev>.~ for automatic ones.
6553 (vc-make-version-backup): Don't do it on MS-DOS without long file
6554 names.
6555
6556 * vc.el (vc-version-other-window): If an automatic backup of the
6557 desired version exists, rename it instead of copying it.
6558
6559 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6560 after command. If there's an unexpected error, signal it instead
6561 of being silent.
6562 (vc-cvs-merge-news): Be prepared for no news at all.
6563
6564 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6565
6566 * shell.el (shell): Add BUFFER argument.
6567 * comint.el (make-comint-in-buffer): New function.
6568 (make-comint): Use it.
6569
6570 * faces.el (face-spec-choose): Change syntax so that the list of
6571 attribute-value pairs is now the cdr of each clause, not the cadr.
6572 Detect old-style entries, and handle them. Use pop.
6573
6574 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * cus-edit.el (custom-mode-map): Use a sparse map.
6577 (custom-mode): Don't bother with make-local-hook.
6578
6579 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6580
6581 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6582
6583 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6584
6585 * ps-print.el: Avoid compilation gripes.
6586 (ps-print-version): New version number (6.2.1).
6587
6588 2000-10-26 Dave Love <fx@gnu.org>
6589
6590 * menu-bar.el: Modify some menu item help strings.
6591 (menu-bar-help-menu): Add link to MORE.STUFF.
6592
6593 * cus-edit.el (custom-mode): Add `special' mode-class property.
6594
6595 * wid-browse.el (widget-browse-mode): Likewise.
6596
6597 * wid-edit.el (widget-specify-field): Revert to using local-map
6598 property, not keymap.
6599
6600 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6601
6602 * wid-edit.el (widget-field-end): When checking for a `boundary'
6603 field, do so in the correct buffer.
6604
6605 * simple.el (undo): Correctly distinguish between numeric and
6606 non-numeric prefix args in non-transient-mark-mode, as per the doc
6607 string. When in transient-mark-mode, treat all prefix-args as
6608 numeric.
6609
6610 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6611 Position point on match. Handle N == 0 correctly.
6612
6613 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6614 (comint-mode-map): Reverse order of `comint-write-output' and
6615 `comint-append-output-to-file'.
6616 (comint-append-output-to-file): Reinstate this function, for the
6617 benefit of the menu.
6618
6619 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6620
6621 * vc.el (vc-version-other-window): Bind `file'.
6622
6623 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6624
6625 * Makefile.in (update-authors): New target for maintenance purposes.
6626
6627 * emacs-lisp/authors.el (batch-update-authors): New function.
6628 (authors-fixed-entries): New defconst.
6629 (authors-add-fixed-entries): New function.
6630 (authors): Call it.: Don't process lispref/.
6631
6632 2000-10-25 Jason Rumney <jasonr@gnu.org>
6633
6634 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6635 Merge x w32 and mac definitions.
6636
6637 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6638
6639 * menu-bar.el (menu-bar-options-menu): Add a help string for
6640 `uniquify'.
6641
6642 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6643
6644 * time-stamp.el (time-stamp-string-preprocess):
6645 Fix a wrong type argument error.
6646
6647 2000-10-25 Miles Bader <miles@gnu.org>
6648
6649 * recentf.el (recentf-mode): Variable removed.
6650 (recentf-mode): Use `define-minor-mode'.
6651
6652 * mwheel.el (mouse-wheel-mode): New global minor mode.
6653 (mwheel-install): Use `mouse-wheel-mode'.
6654
6655 2000-10-25 Dave Love <fx@gnu.org>
6656
6657 * progmodes/cperl-mode.el (cperl-mode):
6658 Set normal-auto-fill-function correctly.
6659
6660 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6661 Don't inherit from global-map and don't nullify menu-bar and tool-bar
6662 bindings.
6663
6664 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6665
6666 * wid-edit.el (widget-field-at): New function.
6667 (widget-at, widget-field-activate): Use it.
6668 (widget-tabable-at): Use `widget-at'.
6669 (widget-specify-field): If the terminating character of the widget
6670 field (which is read-only) is a newline, put it into a special
6671 `boundary' field so that C-n/C-p act more naturally.
6672 (widget-field-end): Also don't subtract one if a special
6673 `boundary' field has been added after the widget field.
6674
6675 * comint.el (comint-output-filter, comint-send-input):
6676 Don't bother adding stickiness fields to overlays to fool the field
6677 code, since it should notice the overlay insertion-types now.
6678
6679 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6680 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6681 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6682
6683 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6684
6685 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6686 (authors): Set file coding system to iso-2022-7bit.
6687 Add file-local variables to output buffer.
6688
6689 * files.el (after-find-file): Don't print any warnings if
6690 WARN is nil.
6691
6692 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6693
6694 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6695
6696 * delim-col.el: Now there is a column formatting mechanism.
6697 Modified to customization mechanisms convention. Doc fix.
6698 (columns): New group for delim-col.
6699 (delimit-columns-before, delimit-columns-after)
6700 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6701 (delimit-columns-end): New vars.
6702 (delimit-columns-customize, delimit-columns-format): New funs.
6703 (delimit-columns-region, delimit-columns-rectangle)
6704 (delimit-columns-rectangle-line): Modified to support column
6705 formatting.
6706
6707 2000-10-24 Dave Love <fx@gnu.org>
6708
6709 * log-edit.el (log-edit): Add :version and a :group for vc.
6710
6711 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6712
6713 * files.el (after-find-file): Don't print a message ``New file''
6714 if WARN is nil.
6715
6716 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6717 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
6718 get duplicate tool-bar entries because we'll see the global ones
6719 on more than one path through keymaps.
6720
6721 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6722
6723 * progmodes/cmacexp.el: Change Francesco's email address.
6724
6725 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6726
6727 * window.el (fit-window-to-buffer): Adjust point of the window
6728 buffer, not that of the current buffer.
6729
6730 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6731
6732 * progmodes/cmacexp.el: Update the euthor's email address.
6733
6734 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6735
6736 * faces.el (face-spec-set-match-display): Add `graphic' display
6737 type (the inverse of `tty'). Use `display-graphic-p' instead of
6738 the window-system variable.
6739
6740 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6741
6742 * international/isearch-x.el (isearch-with-input-method):
6743 Call input-method-function with the first event in
6744 unread-command-events.
6745
6746 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6747
6748 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6749
6750 2000-10-24 Andrew Choi <akochoi@i-cable.com>
6751
6752 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6753 New charsets.
6754
6755 * term/mac-win.el: Remove definitions of mac-roman-lower and
6756 mac-roman-upper, require dired, and define instead of set
6757 mac-ready-for-drag-n-drop to avoid compilation error.
6758
6759 2000-10-23 Andrew Innes <andrewi@gnu.org>
6760
6761 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6762 Remove superfluous calls to subst-char-in-string; instead apply
6763 expand-file-name after convert-standard-filename to ensure
6764 expected directory separators are used.
6765
6766 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6767
6768 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6769
6770 2000-10-23 Dave Love <fx@gnu.org>
6771
6772 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6773 (tool-bar-add-item): Set foreground and background for XBM icons.
6774
6775 * international/latin1-disp.el (latin1-char-displayable-p):
6776 New function (from Handa).
6777 (latin1-display-check-font): Use it.
6778
6779 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6780 using :key-sequence, making it much more usable.
6781 Use nconc, not append.
6782 (imenu--create-keymap-1): Avoid append.
6783
6784 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6785
6786 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6787
6788 [the following changes fix a bug where `define-minor-mode' didn't
6789 correctly generate :require clauses for defcustoms in compiled files]
6790 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6791 (byte-compile-log-file, byte-compile-log-1): Don't set
6792 `byte-compile-current-file' to nil. Instead set
6793 `byte-compile-last-logged-file' to it. Test whether
6794 byte-compile-current-file equals byte-compile-last-logged-file
6795 instead of whether its nil.
6796 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6797
6798 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * textmodes/refill.el: Fix var names in doc.
6801 (refill-mode): Don't bother with make-local-hook anymore.
6802
6803 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6804
6805 * faces.el (face-user-default-spec, face-default-spec): New functions.
6806 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6807 (frame-set-background-mode, face-set-after-frame-default):
6808 Use `face-user-default-spec'. Simplify code slightly.
6809
6810 * woman.el (woman-italic-face, woman-bold-face)
6811 (woman-unknown-face): Add dark-background variants.
6812 (woman-default-faces): Renamed from `woman-colour-faces'.
6813 Set using the stored defaults, rather than using hard-wired colors.
6814 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6815 Just make the foreground `unspecified' rather than "black".
6816 (woman-menu): Rename menu entries accordingly.
6817
6818 * faces.el (header-line): Make more reasonable on mono/grayscale
6819 displays.
6820
6821 2000-10-23 Andrew Choi <akochoi@i-cable.com>
6822
6823 * cus-edit.el (custom-button-face): Use 3D look for mac.
6824 (custom-button-pressed-face): Likewise.
6825
6826 * faces.el (set-face-attributes-from-resources): Handle mac frames
6827 in the same way as x and w32 frames.
6828 (face-valid-attribute-values): Likewise.
6829 (read-face-attribute): Likewise.
6830 (defined-colors): Likewise.
6831 (color-defined-p): Likewise.
6832 (color-values): Likewise.
6833 (display-grayscale-p): Likewise.
6834 (face-set-after-frame-default): Likewise.
6835 (mode-line): Same default face as for x and w32.
6836 (tool-bar): Likewise.
6837
6838 * frame.el: Remove call to frame-notice-user-settings at end of
6839 the file.
6840
6841 * info.el (Info-fontify-node): Make underlines invisible for mac
6842 as for x, pc, and w32 frame types.
6843
6844 * term/mac-win.el: New file.
6845
6846 2000-10-22 Dave Love <fx@gnu.org>
6847
6848 * textmodes/refill.el: New file.
6849
6850 2000-10-22 Andre Spiegel <spiegel@gnu.org>
6851
6852 * vc-hooks.el (vc-version-backup-file-name): New optional args
6853 MANUAL and REGEXP.
6854 (vc-delete-automatic-version-backups, vc-make-version-backup):
6855 New functions.
6856 (vc-before-save): Use the latter.
6857 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6858 confusion.
6859
6860 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6861 expected by vc[-hooks].el.
6862
6863 * vc.el (vc-checkout): Added `-p' suffix in call to
6864 vc-make-version-backups-p; use vc-make-version-backup to actually
6865 make the backup.
6866 (vc-version-other-window, vc-version-backup-file): Handle both
6867 automatic and manual backups.
6868 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6869 of all of them.
6870
6871 2000-10-22 Miles Bader <miles@gnu.org>
6872
6873 * comint.el (comint-highlight-input, comint-highlight-prompt):
6874 Renamed, `-face' at end removed.
6875 (comint-send-input, comint-output-filter): Use renamed faces.
6876
6877 * window.el (fit-window-to-buffer): Change defaulting of
6878 MAX-HEIGHT slightly.
6879
6880 * faces.el (color-values, color-defined-p): Use `member', not
6881 `memq', because it works correctly for strings.
6882 (frame-set-background-mode): Actually, "unspecified-fg" and
6883 "unspecified-bg" *are* strings. Use `member', not `memq', and
6884 `equal', not `eq', when a string value is possible.
6885
6886 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6887
6888 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6889
6890 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6891
6892 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6893 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6894 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6895 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6896 (sh-font-lock-syntactic-keywords): Use them.
6897 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6898 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6899 (sh-mode): Don't override font-lock-unfontify-region-function.
6900 Use a copy of sh-font-lock-syntactic-keywords.
6901 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6902 Don't call sh-scan-buffer since font-lock does it on the fly.
6903 (sh-get-indent-info): Use `face' rather than `syntax-table'
6904 text-property to detect here-documents.
6905 Replace sh-special-syntax with sh-st-punc.
6906 (sh-prev-line): Use `face' rather than `syntax-table'
6907 text-property to skip over here-documents.
6908 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6909 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6910 (sh-electric-less, sh-set-here-doc-region)
6911 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6912 (sh-scan-buffer, sh-rescan-buffer): Remove.
6913
6914 2000-10-21 Andrew Innes <andrewi@gnu.org>
6915
6916 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6917 remote (ange-ftp) file names.
6918
6919 2000-10-21 Miles Bader <miles@gnu.org>
6920
6921 * window.el (fit-window-to-buffer): New function.
6922 (shrink-window-if-larger-than-buffer): Use it.
6923 (window-text-height): Don't expect minibuffers to have mode-lines.
6924
6925 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6926 * international/quail.el (quail-update-guidance):
6927 Use `fit-window-to-buffer' instead of `set-window-text-height'.
6928
6929 * international/quail.el (quail-show-guidance-buf): Make sure
6930 guidance window really has enough room.
6931 (quail-update-guidance): If quail-guidance-win is already shown,
6932 make sure its height is OK.
6933
6934 * window.el (window-text-height, set-window-text-height):
6935 New functions.
6936 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6937 instead of `window-height' & `mode-line-window-height-fudge'.
6938 (mode-line-window-height-fudge): Add FACE parameter.
6939 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6940 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6941
6942 2000-10-20 Miles Bader <miles@gnu.org>
6943
6944 * window.el (height-affecting-face-attributes): Use `defconst'.
6945
6946 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6947 New function, conditionally aliased to `mode-line-window-height-fudge'.
6948 (ispell-help): Use it.
6949 (ispell-choices-win-default-height): Don't include mode-line fudge.
6950 (ispell-choices-win-default-height): New function.
6951 (ispell-show-choices, ispell-command-loop): Use function
6952 `ispell-choices-win-default-height' instead of variable.
6953
6954 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6955
6956 * window.el (mode-line-window-height-fudge): New variable.
6957 (height-affecting-face-attributes): New variable.
6958 (mode-line-window-height-fudge): New function.
6959 (shrink-window-if-larger-than-buffer): Use it.
6960 * help.el (resize-temp-buffer-window): Likewise.
6961
6962 * info.el (Info-fontify-node): Add support for @subsubsection
6963 titles, which use `Info-title-4-face'.
6964 (Info-title-4-face): New face.
6965 (Info-title-3-face): Inherit from Info-title-4-face instead of
6966 variable-pitch.
6967
6968 2000-10-19 Jason Rumney <jasonr@gnu.org>
6969
6970 * dired.el (dired-insert-directory): Do not let errors signalled by
6971 attempt to run dired-free-space-program prevent dired from working.
6972
6973 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6974
6975 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6976
6977 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6978
6979 * dirtrack.el (dirtrack): Fix call to run-hooks.
6980
6981 * cmuscheme.el (cmuscheme-program-name): Renamed from
6982 scheme-program-name because xscheme.el contains a defcustom with
6983 the same name. As a consequence, customizing group `cmuscheme'
6984 loaded `xscheme' which redefined run-scheme.
6985 (run-scheme): Use cmuscheme-program-name.
6986
6987 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6988
6989 * play/doctor.el (doctor-death): Update the Samaritans'
6990 anonymous address, and add a website for Befrienders International.
6991
6992 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6993
6994 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6995 Avoid compilation gripes. Doc fix.
6996 (ps-print-version): New version number (6.2).
6997 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6998 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6999 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7000 (ps-x-extent-priority, ps-x-extent-start-position)
7001 (ps-x-face-font-instance, ps-x-find-coding-system)
7002 (ps-x-font-instance-properties, ps-x-make-color-instance)
7003 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7004 avoid compilation gripes without defining functions.
7005 (ps-e-find-composition): Alias for function find-composition, to have a
7006 suitable function depending on Emacs version.
7007 (ps-color-device, ps-color-values, ps-face-foreground-name)
7008 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7009 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7010 (ps-print-ensure-fontified): Function definitions surrounded by
7011 `eval-and-compile' to avoid compilation gripes.
7012 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7013 by symbol-value to avoid compilation gripes.
7014 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7015 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7016
7017 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7018
7019 * startup.el (normal-top-level): Call `frame-set-background-mode'
7020 after `frame-notice-user-settings' because the latter doesn't call
7021 the former on a tty.
7022
7023 * faces.el (frame-set-background-mode): `unspecified' &c are
7024 symbols, not strings.
7025
7026 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7029 why some "light*" colors are deliberately absent from the alist.
7030
7031 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7032 Change colors for tty's, as suggested by Miles Bader.
7033
7034 2000-10-19 Kenichi Handa <handa@etl.go.jp>
7035
7036 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
7037 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7038 for ISO10646-1 fonts.
7039 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7040
7041 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * faces.el (frame-set-background-mode): If a tty frame defines a
7044 background color, use that to compute the background mode, instead
7045 of always defaulting to "dark".
7046
7047 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7048
7049 * comint.el (comint-write-output): New function.
7050 (comint-mode-map): Add it to the menu.
7051 Bind `C-c C-s' to comint-write-output.
7052
7053 2000-10-18 Gerd Moellmann <gerd@gnu.org>
7054
7055 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7056 Use fancy-splash-delay.
7057
7058 2000-10-18 Alex Schroeder <alex@gnu.org>
7059
7060 * progmodes/sql.el (sql-sybase-options): New option.
7061 (sql-sybase): Use it. Add sql-database to the list of parameters
7062 provided for login. The options -w 2048 -n are not used any more.
7063
7064 * comint.el (comint-read-input-ring): Bugfix such that the first
7065 and the last entry of the input ring file are not lost.
7066
7067 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7068
7069 * ps-print.el: Internal variable changes to defcustom,
7070 make-local-hook changes to defvar. Doc fix.
7071 (ps-print-version): New version number (6.1).
7072 (ps-setup, ps-do-despool): Code fix.
7073 (ps-printer-name): Customization fix.
7074 (ps-printer-name-option): Now is a defcustom instead of an
7075 internal variable.
7076 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7077 (ps-print-begin-column-hook): Now are defvar instead of
7078 make-local-hook.
7079
7080 2000-10-18 Miles Bader <miles@gnu.org>
7081
7082 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7083 (comint-kill-output): Changed into an alias for `comint-delete-output',
7084 and made obsolete.
7085 (comint-mode-map): Rename references to comint-kill-output.
7086
7087 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7088
7089 * diff-mode.el (diff-header-face, diff-file-header-face)
7090 (diff-changed-face): Add bold and italic attributes to tty faces.
7091 (diff-function-face): New face.
7092 (diff-font-lock-keywords): Use it.
7093
7094 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7095
7096 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7097 Remove commented-out call to force-mode-line-update.
7098 (comint-kill-output): Use `forward-line 0' instead of
7099 beginning-of-line to make sure we get past the prompt.
7100
7101 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7102
7103 * diff-mode.el (diff-header-face, diff-file-header-face):
7104 Add specific setting for dark background.
7105 (diff-context-face): Renamed from diff-comment-face.
7106 Set explicitly rather than inheriting from font-lock-comment-face.
7107
7108 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7109
7110 * startup.el (command-line): Move the code which sets the default
7111 TTY colors to before before-init-hook.
7112
7113 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7114
7115 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7116
7117 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7118
7119 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7120 extensions, for MS-DOS.
7121
7122 * diff-mode.el (diff-header-face, diff-file-header-face)
7123 (diff-changed-face): Define tty-specific colors.
7124
7125 2000-10-17 Gerd Moellmann <gerd@gnu.org>
7126
7127 * startup.el (fancy-splash-text): Realign the text.
7128
7129 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7130
7131 * font-lock.el (font-lock-comment-face): Define a separate default
7132 for dark-background tty's.
7133
7134 2000-10-17 Miles Bader <miles@gnu.org>
7135
7136 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7137 being obscured by whizzy mode-lines on graphics displays.
7138
7139 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7140
7141 * info.el (Info-title-1-face, Info-title-2-face)
7142 (Info-title-3-face): Define colors for tty's.
7143 (info-header-node): Remove unneeded tty-specific definition.
7144
7145 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7146
7147 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7148 reverse from the frame parameters, and don't invert foreground and
7149 background colors.
7150
7151 2000-10-16 Miles Bader <miles@gnu.org>
7152
7153 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7154 string "*Info*". Call propertized-buffer-identification to spruce
7155 up the result.
7156
7157 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7158
7159 * help.el: Provide `help' for the sake of define-minor-mode
7160 which generates defcustoms with requires.
7161
7162 * jit-lock.el (jit-lock-after-change): If we're in text that
7163 matches a multi-line font-lock pattern, make sure the whole text
7164 will be redisplayed.
7165
7166 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7167 author's name is unknown.
7168
7169 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7170 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7171 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7172 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7173 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7174 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7175 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7176 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7177 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7178 Add author information.
7179
7180 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7181
7182 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7183 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7184 full-color version (using the Gimp) to eliminate dithering artifacts.
7185
7186 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7187
7188 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7189
7190 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7191
7192 2000-10-15 Dave Love <fx@gnu.org>
7193
7194 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7195
7196 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7197
7198 * whitespace.el: Doc fixes.
7199 (top-level): Don't add hooks here.
7200 (whitespace-running-emacs): Deleted.
7201 (timer): Don't require.
7202 (whitespace): Add back :version conditional on xemacs test.
7203 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7204 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7205 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7206 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7207 Avoid specific xemacs test.
7208 (whitespace-global-mode): New option.
7209 (whitespace-global-mode): New command.
7210 (whitespace-unload-hook): New function.
7211
7212 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7213 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7214 (Info-fontify-node): `Goto' goes to `Go to'.
7215 (Info-fontify-node): Add help-echo to xref links.
7216
7217 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7220
7221 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7224 Use plist-get and allow :inherit.
7225
7226 * emacs-lisp/cl-macs.el (cl-do-arglist):
7227 Use plist-get and plist-member instead of memq.
7228
7229 * emacs-lisp/ewoc.el (ewoc-location): New function.
7230 (ewoc-enter-after, ewoc-enter-before): Document return value.
7231 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7232 Don't need make-local-hook any more.
7233 (cvs-addto-collection): Return the new tin.
7234 (cvs-mode-insert): Jump to the new line.
7235
7236 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7237
7238 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7239
7240 * font-lock.el (font-lock-syntactically-fontified): New var.
7241 (font-lock-fontify-syntactic-keywords-region): Use it.
7242 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7243
7244 * diff-mode.el (diff-find-file-name): Fix regexp.
7245
7246 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7247 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7248
7249 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7250 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7251 (sh-mode): Don't make all vars local here.
7252 (sh-kw): Reformat.
7253 (sh-set-shell): Use dolist. Don't set indent-region-function.
7254 (sh-mode-syntax-table): Use pop.
7255 (sh-remember-variable): Use push.
7256 (sh-help-string-for-variable): Use memq.
7257 (sh-safe-backward-sexp): Remove.
7258 (sh-safe-forward-sexp): Add ARG.
7259 (sh-get-indent-info, sh-prev-stmt): Use it.
7260 (sh-prev-line): Simplify by using forward-comment.
7261 (sh-this-is-a-continuation): Simplify.
7262 (sh-learn-buffer-indent): Use dolist.
7263 (sh-do-nothing): Remove.
7264 (sh-set-char-syntax, sh-set-here-doc-region):
7265 Use inhibit-modification-hooks.
7266 (sh-name-style): Use mapcar and push.
7267 (sh-load-style): Use dolist.
7268 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7269 (sh-case, sh-while-getopts): Use propertize directly rather
7270 than sh-electric-rparen.
7271
7272 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7273
7274 * textmodes/tex-mode.el: Require CL when compiling.
7275 (tex-mode-syntax-table): Init immediately.
7276 (tex-mode-map): Bind M-RET to latex-insert-item.
7277 (latex-mode): Set indent-line-function to latex-indent.
7278 (tex-common-initialization): Don't setup the syntax-table any more.
7279 (latex-insert-item): New skeleton.
7280 (tex-next-unmatched-end): Fix copy/paste braino.
7281 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7282 (latex-indent, latex-find-indent): New functions.
7283 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7284 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7285 (tex-compilation-parse-errors): Use with-syntax-table.
7286
7287 2000-10-15 Miles Bader <miles@gnu.org>
7288
7289 * font-lock.el (font-lock-comment-face): Change dark-background,
7290 color, non-tty, default to `chocolate1'.
7291
7292 2000-10-13 John Wiegley <johnw@gnu.org>
7293
7294 * eshell/esh-util.el (require): Added a missing `require' form,
7295 needed when compiling (for an ange-ftp macro definition).
7296
7297 2000-10-13 Dave Love <fx@gnu.org>
7298
7299 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7300
7301 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7302
7303 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7304
7305 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7306 transparent -colors 8).
7307
7308 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7309
7310 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7311 that breaks with old list format timestamps.
7312 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7313 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7314
7315 2000-10-13 John Wiegley <johnw@gnu.org>
7316
7317 * align.el, pcomplete.el, calendar/timeclock.el,
7318 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7319
7320 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7321 faulty math, where holiday hours were being computing as seconds.
7322
7323 2000-10-13 John Wiegley <johnw@gnu.org>
7324
7325 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7326 specifying what "other" kinds of buffers should be saved.
7327 This used to be hard-coded.
7328 (desktop-buffer-misc-functions): A global for specifying how
7329 auxiliary data should be determined for special buffer types.
7330 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7331 instead of hard-coding the special buffer types.
7332 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7333 auxiliary data, instead of hard-coding for Info buffers and dired.
7334 (desktop-buffer-info-misc-data): Aux function for determining Info
7335 buffer auxiliary info.
7336 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7337 (desktop-buffer-info): Changed this function to use the info
7338 gathered above.
7339 (desktop-create-buffer): Be a little more careful about what
7340 `minor-mode' means before calling it. This is important for some
7341 buffer types.
7342
7343 2000-10-13 John Wiegley <johnw@gnu.org>
7344
7345 * eshell/esh-util.el: Added a global form which declares an
7346 autoload for `parse-time-string', if that function is not already
7347 defined, and if parse-time.el is available on the user's system.
7348
7349 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7350 to be aware of ange-ftp user info.
7351 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7352 (eshell-ls-annotate): Use `eshell-file-attributes'.
7353 (eshell-ls-file): Made the user-id printing code a bit smarter.
7354
7355 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7356 allow identification of alias user ids in remote directories.
7357 It's manual, but there's no other way to know when the current user
7358 on the local machine, is also the owning user on the remote machine.
7359 (fboundp): Bind `ange-cache'.
7360 (eshell-directory-files-and-attributes): Re-organized the logic a
7361 bit to use `eshell-file-attributes' instead of `file-attributes'.
7362 The former is more sensitive to directories that are read via FTP,
7363 and knows how to use ange-ftp to determine full attribute
7364 information, instead of just the name and last modtime.
7365 (eshell-current-ange-uids): Return the current user id when in a
7366 remote directory.
7367 (eshell-parse-ange-ls): Parse a full directory listing that has
7368 been returned by ange-ftp.
7369 (eshell-file-attributes): This beefed up version of
7370 `file-attributes' is only special if the user is currently in a
7371 remote directory, in which case it does a lot of work to find out
7372 what the real attributes of a file are, as they appear on the
7373 remote machine. This makes usage of remote directories (i.e.,
7374 ange-ftp pathnames) much more useful. You can now use Eshell as a
7375 full-fledged FTP client, with much more manipulation ability than
7376 most other clients.
7377
7378 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7379 variable, which means that Eshell's du should always be preferred
7380 in remote directories.
7381 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7382 just `file-attributes'.
7383 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7384 when reading remote directories. This is an Eshell-specific
7385 variable (not part of ange-ftp).
7386 (eshell/ln): Bind `ange-cache'.
7387 (eshell/du): Added some extra logic for determining when to use
7388 Eshell's du (which is slow), and when to use the external version
7389 (which may or may not exist).
7390
7391 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7392 Call `eshell-interactive-process', rather than using
7393 `get-buffer-process', since backgrounded processes don't count in
7394 the context of this function's logic.
7395
7396 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7397 `forward-char', so that null strings are parsed correctly.
7398
7399 2000-09-13 John Wiegley <johnw@gnu.org>
7400
7401 * eshell/em-pred.el (eshell-pred-file-type)
7402 (eshell-pred-file-links, eshell-pred-file-size):
7403 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7404
7405 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7406 that remote file globbing is more efficient.
7407
7408 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7409 gathering the files and attributes within a directory.
7410
7411 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7412 the command line is a special file (not a regular file, directory
7413 or symlink), always attempt to call the external version of cat.
7414
7415 2000-09-13 John Wiegley <johnw@gnu.org>
7416
7417 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7418 Eshell-friendly version of find-tag.
7419
7420 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7421
7422 * image-file.el (image-file-name-extensions)
7423 (image-file-name-regexps): Add autoload cookies.
7424
7425 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7426
7427 * international/mule-cmds.el (select-safe-coding-system): If FROM
7428 is string, show it in *Warning* buffer.
7429
7430 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7431
7432 * startup.el (normal-top-level): Use display-popup-menus-p instead
7433 of window-system.
7434 (command-line): Use display-graphic-p instead of window-system.
7435 (command-line-1): Use display-popup-menus-p and display-mouse-p
7436 instead of window-system.
7437
7438 2000-10-12 Sam Steingold <sds@gnu.org>
7439
7440 * tooltip.el (tooltip-use-echo-area): New user variable.
7441 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7442
7443 2000-10-12 Dave Love <fx@gnu.org>
7444
7445 * recentf.el: Maintainer's checkdoc fixes.
7446
7447 * startup.el (normal-top-level-add-subdirs-to-load-path):
7448 Use character class, not ASCII when matching file names.
7449 (fancy-splash-head): Add trailing slash to URL.
7450 (command-line): Don't require XPM support for toolbar.
7451
7452 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7453 (cperl-invalid-face): Revert last change.
7454 (cperl-init-faces): Quote cperl-invalid-face.
7455
7456 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7457
7458 * startup.el (fancy-splash-text): Remove superfluous quote.
7459
7460 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7461
7462 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7463 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7464 (command-line-1): Don't use fancy-splash-pending-command.
7465 (fancy-splash-screens-1): Goto point-min after inserting text.
7466
7467 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7468
7469 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7470 instead of shared-lisp-mode-map.
7471
7472 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7473
7474 * faces.el (header-line): Change tty-variant to use underlining.
7475
7476 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7477 (isearch-highlight): Restore lazy-isearch face properties at old
7478 position, and suppress them at new position.
7479 (isearch-dehighlight): Restore lazy-isearch face properties.
7480 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7481 over the real isearch overlay, but in that case, don't give it a
7482 face property. Use `push'.
7483
7484 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7485
7486 * man.el (Man-getpage-in-background): Fix previous change.
7487 Decode the process output only when we are in multibyte mode.
7488
7489 2000-10-11 Dave Love <fx@gnu.org>
7490
7491 * info.el (Info-mode-menu): Fix some help.
7492 (info-tool-bar-map): Add entry for Info-last.
7493
7494 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7495 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7496 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7497 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7498 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7499 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7500 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7501 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7502 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7503 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7504 Reduce colour requirements to 25 overall. (Probably wants
7505 revisiting from the originals to reduce further.)
7506
7507 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7508
7509 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7510 buffer-file-coding-system, instead of raw-text.
7511 (dehexlify-buffer): Bind coding-system-for-read to
7512 buffer-file-coding-system, instead of raw-text.
7513
7514 2000-10-11 Sam Steingold <sds@gnu.org>
7515
7516 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7517 `underline' - fixes the bug introduced on 2000-09-21.
7518
7519 2000-10-11 Dave Love <fx@gnu.org>
7520
7521 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7522 Avoid compiler warnings.
7523 (scheme-mode): Doc fix.
7524 (scheme-font-lock-keywords-1): Match `define-syntax'.
7525
7526 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7527
7528 * faces.el (frame-set-background-mode): Pay attention to saved
7529 face specs as well as default ones. Only do anything if the
7530 bg-mode or display-type has actually changed. Use `dolist'.
7531 (region): Make dark-background `region' face less in-your-face.
7532
7533 2000-10-10 Sam Steingold <sds@gnu.org>
7534
7535 * chistory.el, ielm.el, ledit.el:
7536 * progmodes/inf-lisp.el, progmodes/scheme.el:
7537 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7538
7539 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7540
7541 * textmodes/texinfo.el: Update copyright and fix typo.
7542
7543 * desktop.el (desktop-modes-not-to-save): New var.
7544 (desktop-save-buffer-p): Use it.
7545 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7546 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7547
7548 2000-10-10 Dave Love <fx@gnu.org>
7549
7550 * toolbar/tool-bar.el (tool-bar-add-item)
7551 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7552
7553 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7554 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7555 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7556 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7557 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7558 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7559 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7560 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7561 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7562 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7563 the .xpms; probably need retouching.
7564
7565 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7566
7567 * subr.el (add-to-list): Add optional argument APPEND.
7568 * battery.el (display-battery): Use `add-to-list'.
7569
7570 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7571
7572 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7573 properties.
7574 (zone, zone-when-idle, zone-leave-me-alone)
7575 (zone-pgm-whack-chars): Use new symbol properties.
7576
7577 * battery.el (display-battery): Doc spelling fix.
7578
7579 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7580 property.
7581
7582 2000-10-09 Dave Love <fx@gnu.org>
7583
7584 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7585 has been initialized before calling tool-bar-setup.
7586 (tool-bar-add-item-from-menu): Add autoload cookie.
7587
7588 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * menu-bar.el (send-mail-item-name): New function.
7591 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7592 of mail-user-agent in the menu. Don't display the "Send Mail"
7593 item if mail-user-agent is nil or its value is ignore.
7594 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7595 if read-mail-command is nil or its value is ignore.
7596
7597 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7598
7599 2000-10-09 Miles Bader <miles@gnu.org>
7600
7601 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7602 Correct image size.
7603 * toolbar/left_arrow.xpm: Correct image size.
7604
7605 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7606 will be done by the definition of `auto-compression-mode' if
7607 necessary. Move code to uninstall existing file-name handler
7608 before definition of `auto-compression-mode'.
7609
7610 * image-file.el (auto-image-file-mode): Move to the end of the
7611 file, because `define-minor-mode' actually calls the mode-function
7612 if the associated variable is non-nil, which requires that all
7613 needed functions be already defined.
7614
7615 * mouse.el (popup-menu): Balance parens.
7616
7617 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * mouse.el (popup-menu): Move the command call outside the loop
7620 so that popup-menu returns whatever the command returns.
7621
7622 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7623 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7624 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7625 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7626
7627 * vc.el (vc-version-diff): diff-switches can be a list.
7628 Use relative filenames for prettier output.
7629
7630 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7631 (vc-post-command-functions): Remove old-VC compatibility code.
7632
7633 * newcomment.el (comment-indent-default): Autoload.
7634
7635 * font-lock.el (font-lock-defaults): Make buffer-local.
7636 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7637 (font-lock-choose-keywords):
7638 Ignore LEVEL unless KEYWORDS is a list of syms.
7639 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7640 Don't wrap regexp-opt things in \(...\) unnecessarily.
7641
7642 * jit-lock.el: Don't require font-lock any more.
7643 (jit-lock-functions): Make buffer-local.
7644 (jit-lock-saved-fontify-buffer-function): Remove.
7645 (jit-lock-mode): Remove autoload cookie.
7646 Remove font-lock specific code.
7647 (jit-lock-unregister): Don't bother handling complex hooks any more.
7648 (jit-lock-refontify): New function.
7649 (jit-lock-fontify-buffer): Use it.
7650 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7651 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7652 Add optional args START and END.
7653 Never call font-lock-fontify-region directly.
7654 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7655
7656 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7657
7658 2000-10-08 Dave Love <fx@gnu.org>
7659
7660 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7661
7662 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7663
7664 * play/studly.el (studlify-region, studlify-word): Add autoload
7665 cookie.
7666
7667 * play/morse.el (morse-region, unmorse-region): Add autoload
7668 cookie.
7669
7670 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7671 concat.
7672
7673 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7674 insist on symbols starting with word syntax.
7675 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7676 (eval-defun-1): Doc fix.
7677 (indent-sexp): Use nconc to build up indent-stack.
7678
7679 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7680 Gnus with little use.
7681 (mail-setup-hook): Add mail-abbrevs-setup to options.
7682
7683 * recentf.el: Doc fixes.
7684
7685 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7686 Clean up remainder.
7687
7688 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7689 without timezone and (8) with timezone to enforce some whitespace.
7690 Simplify code somewhat.
7691
7692 * options.el (list-options): Doc that you should use customize.
7693
7694 * iswitchb.el (iswitchb-mode): Add :require.
7695
7696 * info.el (Info-goto-node, Info-menu): Doc fix.
7697 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7698 (info-tool-bar-map): New variable.
7699 (Info-mode): Use it.
7700 (Info-edit-map): Define all in defvar.
7701 (speedbar-attached-frame): Avoid compiler warning.
7702
7703 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7704 (global-map): Bind [tool-bar] to a filtered map.
7705 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7706 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7707 Allow PBM icons.
7708 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7709
7710 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7711 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7712 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7713 icons, except up_arrow, which is left-arrow rotated.
7714
7715 * imenu.el (imenu-add-to-menubar): Fix last change.
7716
7717 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7718
7719 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7720 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7721
7722 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7723
7724 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7725 typos in doc strings.
7726
7727 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7728 the doc strings how to customize Font Lock faces.
7729
7730 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7731 computing growth when dragging the header line.
7732
7733 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * simple.el (kill-line): Doc fix.
7736
7737 2000-10-08 Miles Bader <miles@gnu.org>
7738
7739 * faces.el (secondary-selection): Make foreground visible on tty.
7740
7741 * jka-compr.el (auto-compression-mode): Move to the end of the
7742 file, because `define-minor-mode' actually calls the mode-function
7743 if the associated variable is non-nil, which requires that all
7744 needed functions be already defined.
7745 (with-auto-compression-mode): Add autoload cookie.
7746
7747 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7748
7749 * files.el (find-backup-file-name) [ms-dos]: If support for long
7750 file names is not available, behave as if version-control were set
7751 to never.
7752
7753 2000-10-07 Dave Love <fx@gnu.org>
7754
7755 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7756 (browse-url-gnome-moz): New function.
7757 (browse-url-browser-function): Use it.
7758 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7759
7760 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * indent.el (tab-always-indent): New var.
7763 (indent-for-tab-command): Use it.
7764
7765 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7766 raise an error. This way it can still default to a sane value.
7767
7768 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7769
7770 * startup.el (fancy-splash-screens): Use local rather than global map.
7771 Don't use `update-menu-bindings' any more.
7772 Get rid of assumptions about keymap representation.
7773
7774 2000-10-06 Dave Love <fx@gnu.org>
7775
7776 * textmodes/fill.el (sentence-end-double-space)
7777 (sentence-end-without-period): Doc fix.
7778 (adaptive-fill-regexp): Purecopy.
7779 (unjustify-current-line): Use line-end-position.
7780 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7781
7782 * net/eudc-vars.el (eudc): Add :version, :link.
7783
7784 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7785
7786 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7787 Fix for define-minor-mode.
7788 (function-at-point): Alias to function-called-at-point.
7789
7790 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7791
7792 * simple.el (backward-word): Doc fix.
7793
7794 * image-file.el (image-file-name-regexp): image-file-regexps ->
7795 image-file-name-regexps.
7796 (image-file-name-extensions): Add pbm.
7797
7798 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7799
7800 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7801 and add filename to the names so that diff-mode can jump to source.
7802
7803 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7804 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7805 (tex-font-lock-keywords-1): Remove.
7806 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7807 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7808 (font-lock-default-fontify-region):
7809 Expand beg..end correctly when just following a multiline region.
7810 (font-lock-fontify-anchored-keywords):
7811 Include the anchor text as part of the multiline.
7812
7813 2000-10-06 Gerd Moellmann <gerd@gnu.org>
7814
7815 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7816 latter needs the autoloaded define-minor-mode macro during the
7817 bootstrap.
7818
7819 * startup.el (command-line): For now, activate tool-bar-mode only
7820 if XPM images are supported.
7821
7822 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7823 window by dragging a header-line at the top of the frame; that's
7824 confusing because the header-line doesn't move.
7825 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7826 of treating the event as a list. Some cleanup.
7827
7828 2000-10-06 Miles Bader <miles@gnu.org>
7829
7830 * simple.el (display-message-or-buffer): New function.
7831 (shell-command-on-region): Use `display-message-or-buffer'.
7832
7833 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7834 docstring parts.
7835
7836 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7837 (smbclient-prompt-regexp): Add usage note to doc string.
7838 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7839 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7840 Use add-hook for adding the comint filter function, and only do so
7841 if it's not already in the global hook list.
7842 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7843 to `make-local-variable'.
7844 (nslookup-font-lock-keywords): Remove prompt entry.
7845 (nslookup): Don't set the process-filter.
7846 (finger): Exit the loop correctly when the regexps list runs out.
7847 (ftp, smbclient, smbclient-list-shares):
7848 Set the real major mode immediately, not after execing.
7849 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7850
7851 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7852
7853 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7854
7855 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7856
7857 * which-func.el (which-func-format): Remove spurious space.
7858 (which-func-mode): Don't make it permanent-local.
7859 (which-func-ff-hook): Allow which-func-maxout to be nil.
7860 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7861 (which-func-mode): Simplify.
7862 Use post-command-idle-hook rather than post-command-hook.
7863 Go through all buffers and update their state.
7864 (which-function): Also try add-log-current-defun-function.
7865
7866 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7867 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7868 Update call to with-vc-properties accordingly.
7869 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7870 (vc-revert-buffer): More careful about window selection and deletion.
7871 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7872
7873 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7874 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7875 (cvs-dired-action): Change the default to quickdir.
7876
7877 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7878 if comment-indent-function returns nil.
7879 (comment-indent-default): New function.
7880 (comment-indent-function): Use it and document the new semantics.
7881
7882 * image-file.el: Docstring fixes.
7883
7884 * help.el (help-xref-on-pp): Use match-string.
7885 (describe-variable): New arg BUFFER.
7886 Store the current buffer in the help-xref-stack.
7887 (temp-buffer-resize-mode): Use define-minor-mode.
7888
7889 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7890 consistently with its docstring.
7891 Set jit-lock-first-unfontify-pos in an idempotent way.
7892 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7893
7894 2000-10-05 Alex Schroeder <alex@gnu.org>
7895
7896 * sql.el (sql-mysql-options): New variable.
7897 (sql-mysql): Use it.
7898
7899 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7900
7901 * image.el (image): New group.
7902
7903 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7904 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7905
7906 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7907
7908 * net/net-utils.el (nslookup-font-lock-keywords)
7909 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7910 Ignore the value of wqindow-system; always define keywords
7911
7912 2000-10-05 Kenichi Handa <handa@etl.go.jp>
7913
7914 * startup.el (fancy-splash-screens): Remove the code for
7915 debugging; `(trace-to-stderr "EXITTT\n")'.
7916
7917 2000-10-05 Miles Bader <miles@gnu.org>
7918
7919 * diff-mode.el (diff-goto-source): Update call to
7920 `diff-hunk-status-msg' to reflect new REV variable.
7921
7922 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7923
7924 * progmodes/icon.el (icon-mode):
7925 Don't gratuitously override the default for comment-column.
7926
7927 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7928
7929 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7930 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7931 (jit-lock-functions): New var.
7932 (jit-lock-function-1): Use it if non-nil.
7933 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7934 Set the `fontified' property before doing the fontification to avoid
7935 repeatedly going through the same error.
7936 Don't turn errors into messages.
7937 (jit-lock-register, jit-lock-unregister): New functions.
7938
7939 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7940 Use with-current-buffer.
7941
7942 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7943 Turn comment into docstring.
7944
7945 * apropos.el (apropos-mode): Use define-derived-mode.
7946
7947 2000-10-04 Gerd Moellmann <gerd@gnu.org>
7948
7949 * startup.el (fancy-splash-pending-command): New variable.
7950 (fancy-splash-pre-command): New function.
7951 (fancy-splash-screens): Rewritten.
7952 (command-line-1): If fancy-splash-pending-command is set, call it
7953 interactively.
7954
7955 2000-10-04 Dave Love <fx@gnu.org>
7956
7957 * toolbar/tool-bar.el (tool-bar-setup): New function.
7958 (tool-bar-mode): Use it.
7959
7960 * subr.el (substitute-key-definition): Doc fix.
7961 (play-sound-file): New command.
7962
7963 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7964
7965 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7966 vc-version-backup-file-name): New functions.
7967
7968 * files.el (basic-save-buffer): Call vc-before-save before saving.
7969
7970 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7971 vc-cvs-stay-local-p.
7972
7973 * vc.el (vc-revert-buffer): Handle empty diff properly.
7974 (vc-version-backup-file): New function.
7975 (vc-checkout): Create a version backup if necessary.
7976 (vc-checkin): If a version backup file exists, delete it.
7977 (vc-version-diff): Diff locally using version backups, if available.
7978 (vc-revert-file): If there's a version backup, revert locally.
7979 (vc-transfer-file): Use version backup for base version, if
7980 available. If not, ask for confirmation whether to get it from the
7981 server. Update mode line before check-in.
7982
7983 2000-10-04 Dave Love <fx@gnu.org>
7984
7985 * toolbar/tool-bar.el (tool-bar-setup): New function.
7986 (tool-bar-mode): Use it.
7987
7988 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7989
7990 * net/net-utils.el (nslookup-font-lock-keywords)
7991 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7992 Only set if window-system is non-nil
7993 (net-utils-run-program): Returns buffer.
7994 (network-connection-reconnect): Added this function.
7995
7996 * generic.el:
7997 Incorporates extensive cleanup and docfixes by
7998 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7999 Uses cl compile-time macros.
8000 (generic-mode-name, generic-comment-list)
8001 (generic-keywords-list, generic-font-lock-expressions)
8002 (generic-mode-function-list, generic-mode-syntax-table):
8003 Removed variables.
8004 (generic-mode-alist): Renamed to generic-mode-list.
8005 (generic-find-file-regexp): Default changed to "^#".
8006 (generic-read-type): Uses completing read on generic-mode-list.
8007 (generic-mode-sanity-check): removed this function.
8008 (generic-add-to-auto-mode): Removed this function
8009 (generic-mode-internal): Bind mode-specific definitions
8010 into function instead of putting them in alist.
8011 (generic-mode-set-comments): Reworked extensively.
8012 (generic-mode-find-file-hook): Simplified regexp searching
8013 (generic-make-keywords-list): Omit extra pair of parens
8014
8015 * find-lisp.el (find-lisp-find-files-internal):
8016 Make sure directory name ends with "/".
8017
8018 * generic-x.el (apache-conf-generic-mode):
8019 Regexp now allows leading whitespace.
8020 (rc-generic-mode): Added eval-when-compile
8021 around generic-make-keywords-list.
8022 Deleted duplicate regexp
8023 (rul-generic-mode): Added eval-when-compile
8024 around generic-make-keywords-list.
8025 (etc-fstab-generic-mode): New generic mode.
8026 (rul-generic-mode): Removed one eval-when-compile
8027 which caused a max-specpdl-size exceeded error.
8028
8029 2000-10-04 Miles Bader <miles@gnu.org>
8030
8031 * simple.el (minibuffer-temporary-goal-position): New variable.
8032 (next-history-element): Try to keep the position of point in the
8033 input string constant.
8034
8035 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8036 (dired-do-create-files): If there's only one file, pass it in as
8037 the DEFAULT arg to dired-mark-read-file-name.
8038
8039 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8040
8041 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8042 (diff-goto-source): Be smarter when choosing REVERSE or not.
8043
8044 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8045 (texinfo-mode-menu): Add an explicit shortcut for update all.
8046
8047 2000-10-03 Andre Spiegel <spiegel@gnu.org>
8048
8049 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8050 factorize backend-specific code cleanly (this was essentially
8051 conceived by Stefan Monnier).
8052 (vc-unregister): Function removed.
8053 (vc-revert-file): New function.
8054 (vc-revert-buffer): Delegate some of the work to it.
8055
8056 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8057 default branch unconditionally.
8058 (vc-rcs-set-default-branch): New function.
8059 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8060 (vc-rcs-checkin): If an appropriate default branch has been set,
8061 force creation of that branch.
8062 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8063 code (as suggested by Stefan Monnier).
8064
8065 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8066
8067 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8068 highlighting overlay with a different face over the overlay
8069 isearch uses to highlight the current match because that can lead
8070 to bad face combinations.
8071
8072 * loadup.el (toplevel): Load faces before isearch.
8073
8074 * isearch.el (isearch-faces): New custom group.
8075 (isearch): New defface; was already tested for in the code.
8076 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8077 (isearch-highlight): Always use face `isearch'.
8078
8079 2000-10-02 Dave Love <fx@gnu.org>
8080
8081 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8082 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8083 comparison of opcode with operand.
8084
8085 2000-10-03 Miles Bader <miles@gnu.org>
8086
8087 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8088 buffer, since the echo area will now grow to accommodate them.
8089
8090 2000-10-02 Andre Spiegel <spiegel@gnu.org>
8091
8092 * vc-hooks.el (vc-registered): If FILE used to be registered under
8093 a certain backend, try that one first.
8094
8095 * vc.el (vc-responsible-backend): Undo the previous change in the
8096 argument list. Handle multiple backends correctly.
8097 (vc-find-new-backend): Function removed.
8098 (vc-register): Use vc-responsible-backend, as before.
8099 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8100
8101 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8102
8103 * startup.el (fancy-splash-head): Change message below the
8104 logo.
8105
8106 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8107
8108 * diff-mode.el (diff-goto-source): Emit a status message.
8109 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8110 (diff-test-hunk): Fix doc string.
8111 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8112 (diff-advance-after-apply-hunk): New variable.
8113 (diff-apply-hunk): Don't return a value.
8114
8115 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8116
8117 * vc.el (vc-editable-p): Minor optimization.
8118 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8119 (vc-find-new-backend): New function split from vc-responsible-backend.
8120 (vc-register): Use it.
8121 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8122 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8123 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8124 (vc-clear-headers): Don't use find-file.
8125 (vc-revert-buffer): Use `and' again (must have been a braino).
8126 (vc-switch-backend): Only prompt if requested.
8127 Short circuit if nothing is to be done.
8128 Don't use vc-resynch-buffer which could lose unsaved editing.
8129 (vc-default-receive-file): Update call to vc-unregister.
8130 (with-vc-file, vc-next-action-on-file):
8131 Use vc-backend rather than vc-registered.
8132 (vc-next-action-on-file): Use intern-soft.
8133 Deal with read-only *vc-diff* buffer.
8134 (vc-transfer-file): Docstring fix.
8135
8136 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8137 (vc-rcs-receive-file): Avoid with-vc-properties.
8138 Update call to vc-unregister.
8139 Use constant `RCS' rather than (dynamically bound) var `backend'.
8140
8141 2000-10-01 Andre Spiegel <spiegel@gnu.org>
8142
8143 * vc.el (vc-next-action-on-file): Update mode line only if file
8144 is visited.
8145 (vc-start-entry): New argument initial-contents. Don't visit the file
8146 if it isn't already visited. Brought documentation up-to-date.
8147 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8148 (vc-checkin): New optional arg initial-contents, which is passed to
8149 vc-start-entry.
8150 (vc-finish-logentry): Make sure to bury log buffer only if there
8151 really is one. Call `vc-resynch-buffer' on log-file, not
8152 buffer-file-name.
8153 (vc-default-comment-history, vc-default-wash-log): New functions.
8154 (vc-index-of): Removed.
8155 (vc-transfer-file): Make do without the above.
8156 (vc-default-receive-file): Call comment-history unconditionally. Pass
8157 the resulting string to vc-checkin, instead of inserting it into the
8158 comment ring.
8159
8160 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8161 unconditionally. Use the comments as initial contents of the log
8162 entry buffer. Document the trick to force branch creation with no
8163 changes.
8164
8165 2000-10-01 Miles Bader <miles@gnu.org>
8166
8167 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8168 `recenter' with an arg to prevent redrawing the display.
8169
8170 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8171
8172 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8173
8174 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8175
8176 * progmodes/c-mode.el (c-mode):
8177 Don't gratuitously override the default for comment-column.
8178
8179 * textmodes/tex-mode.el (latex-metasection-list): New var.
8180 (latex-imenu-create-index): Use it.
8181 Move the regexp construction outside loops (and use push).
8182 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8183 (tex-font-lock-keywords): Moved from font-lock.el.
8184 (tex-comment-indent): Remove.
8185 (tex-common-initialization): Don't set comment-indent-function.
8186 (latex-block-default): New var.
8187 (tex-latex-block): Use it to provide a default choice.
8188 Add any unknown choice to latex-block-names.
8189 Insert [...] after {...}.
8190 (tex-last-unended-begin): Simplify regexp.
8191 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8192 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8193 (latex-mode): Set forward-sexp-function.
8194
8195 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8196 Add regexp for @ignore ... @end ignore.
8197 (texinfo-heading-face): New face.
8198 (texinfo-font-lock-keywords): Use it.
8199 (texinfo-mode-menu): New menu.
8200 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8201 New functions.
8202 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8203 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8204 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8205 Remove declaration.
8206 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8207
8208 * delsel.el (delete-selection-mode): Use define-minor-mode.
8209
8210 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8211
8212 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8215
8216 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8217
8218 * replace.el (keep-lines-read-args): New function.
8219 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8220 read arguments interactively. Add parameters RSTART and REND.
8221 Operate on the active region in Transient Mark mode.
8222
8223 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8224
8225 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8226 (authors-obsolete-files-regexps): New variable.
8227 (authors-add): Don't record changes in obsolete files.
8228
8229 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8230
8231 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8232
8233 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8234 (comment-indent): Make sure there's a space between code and comment.
8235 Shift comments left to avoid going past fill-column.
8236
8237 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8238
8239 * startup.el (startup-echo-area-message): New function.
8240 (display-startup-echo-area-message): Use it.
8241 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8242 (fancy-splash-default-action): New function.
8243 (fancy-splash-screens-1): New function.
8244 (fancy-splash-head): Put a help-echo and a keymap under the image.
8245
8246 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8247
8248 * diff-mode.el (diff-add-log-file-name): Remove.
8249 (diff-mode): Use add-log-buffer-file-name-function.
8250
8251 * add-log.el (find-change-log): New arg BUFFER-FILE.
8252 (add-log-file-name): Obey add-log-file-name-function.
8253 (add-log-buffer-file-name-function): New var.
8254 (add-change-log-entry): Use it.
8255
8256 2000-09-29 Miles Bader <miles@gnu.org>
8257
8258 * image-file.el (image-file-name-extensions): New variable.
8259 (image-file-name-regexps): Renamed from `image-file-regexps'.
8260 New default value is nil. Call `auto-image-file-mode'.
8261 (image-file-name-regexp): New function.
8262 (auto-image-file-mode): New minor mode.
8263 (insert-image-file): Don't make conditional on the image-file
8264 handler being enabled.
8265 (image-file-handler): Make the call here conditional instead.
8266 (set-image-file-handler-enabled, enable-image-file-handler)
8267 (disable-image-file-handler): Functions removed.
8268
8269 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8270 string.
8271
8272 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8273
8274 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8275 it's a function from CL.
8276 (latex-imenu-create-index): Replace eval-when-compile with progn
8277 because latex-section-alist is not bound while compiling.
8278
8279 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8280
8281 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8282 (outline-mode): Use define-derived-mode.
8283
8284 * progmodes/perl-mode.el (perl-mode):
8285 * progmodes/awk-mode.el (awk-mode):
8286 * progmodes/asm-mode.el (asm-mode):
8287 Don't gratuitously override the default for comment-column.
8288
8289 * emacs-lisp/lisp.el (lisp-complete-symbol):
8290 Distinguish the let-binding case from the funcall case.
8291 (forward-sexp-function): New variable.
8292 (forward-sexp): Use it.
8293
8294 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8295 (easy-mmode-defmap): Remove the now useless autoload.
8296
8297 * time.el (display-time-mode): Use define-minor-mode.
8298
8299 * subr.el (add-minor-mode): Don't eval NAME.
8300 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8301 Use if rather than cond.
8302
8303 * simple.el (read-expression-map): Define more properly.
8304 (comment-indent-hook): Remove.
8305 (string-to-syntax): Bug fix.
8306
8307 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8308 (cvs-ediff-diff): Fix typo.
8309 (cvs-revert-if-needed): Don't bother preserving read-only.
8310
8311 * paren.el (show-paren-mode): Use define-minor-mode.
8312
8313 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8314 (toggle-auto-compression): Remove.
8315 (jka-compr-build-file-regexp): Remove useless grouping.
8316
8317 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8318 Avoid user-reserved bindings.
8319 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8320 (diff-header-face): Revert to grey85.
8321
8322 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8323
8324 * complete.el (partial-completion-mode) <defcustom>: Remove.
8325 (partial-completion-mode): Use define-minor-mode.
8326 (PC-do-completion): Understand `completion-auto-help = delay'
8327 to mean to popup the completion buffer only the second time.
8328 (PC-include-file-all-completions, PC-include-file-all-completions)
8329 (PC-include-file-all-completions): Don't quote lambda.
8330
8331 * comint.el (comint-mode-hook): Docstring fix.
8332 (comint-mode): Use define-derived-mode.
8333 (comint-mode-map): Remove obsolete comment.
8334 (make-comint): Minor stylistic change.
8335 (comint-insert-clicked-input): Be more careful to find the overlay.
8336 Use this-command-keys rather than hardcoding mouse-2.
8337
8338 * font-lock.el: Replace confusing (,@ with ,
8339 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8340 Don't use regexp-opt-depth. Spice up the regexp for args.
8341 Don't distinguish between cmds that can take an opt arg or not.
8342 Use `append' and `prepend' rather than `keep'.
8343
8344 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8345 (latex-outline-regexp): New var.
8346 (latex-outline-level): New fun.
8347 (latex-section-alist): New var.
8348 (latex-imenu-create-index): Use it. Use `push' as well.
8349 (tex-shell-map): Initialize it properly.
8350 (tex-mode): Minor stylistic change.
8351 (plain-tex-mode): Use define-derived-mode.
8352 (latex-mode): Use define-derived-mode.
8353 Construct the paragraph regexps in a more readable way.
8354 Set the buffer-local outline-{level,regexp} vars.
8355 (slitex-mode): Derive from latex-mode.
8356 (tex-common-initialization): Don't kill-all-vars anymore.
8357 Add setting for comment-add and font-lock-defaults.
8358 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8359 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8360 (tex-start-tex): New arg DIR (and send a chdir command for it).
8361 Also display the shell buffer and save it in tex-last-buffer-texed.
8362 (tex-region): Use expand-file-name rather than concat.
8363 Remove code made useless by changes in tex-start-tex.
8364 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8365
8366 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8367
8368 2000-09-28 Dave Love <fx@gnu.org>
8369
8370 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8371
8372 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8373
8374 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8375 `append'.
8376
8377 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8378
8379 * info.el (Info-extract-pointer): Undo last change.
8380 Instead, fix the position of the `bound' arg to re-search-backward.
8381
8382 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8383
8384 * info.el (Info-extract-pointer):
8385 Widen more carefully, to avoid finding pointers in other nodes.
8386 (Info-index): Use push.
8387
8388 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8389
8390 * frame.el (set-frame-font): Remove call to obsolete function
8391 frame-update-faces.
8392 (set-foreground-color, set-background-color): Likewise for
8393 frame-update-face-colors.
8394
8395 2000-09-27 Miles Bader <miles@gnu.org>
8396
8397 * image-file.el: New file.
8398
8399 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8400
8401 * frame.el (frame-notice-user-settings): Don't call
8402 frame-update-faces, which is a no-op now.
8403
8404 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8405 tool-bar-lines.
8406
8407 2000-09-27 Dave Love <fx@gnu.org>
8408
8409 * mouse.el: Fix last change.
8410
8411 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8412
8413 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8414
8415 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8416
8417 * international/quail.el (quail-help): The output message is
8418 improved.
8419
8420 2000-09-26 Dave Love <fx@gnu.org>
8421
8422 * mouse.el (popup-menu): If POSITION is nil, set it using
8423 mouse-position.
8424
8425 2000-09-25 Sam Steingold <sds@gnu.org>
8426
8427 * net/browse-url.el (browse-url-file-url): Check for null maps.
8428
8429 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8430
8431 * frame.el (frame-notice-user-settings): Don't add a
8432 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8433
8434 * frame.el (frame-notice-user-settings):
8435 Make tool-bar-mode and default-frame-alist consistent.
8436
8437 * toolbar/tool-bar.el (tool-bar-help): New function.
8438
8439 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8440
8441 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8442 current-load-list in top-level forms. Else this leaks a cons cell
8443 every time a defun is called.
8444
8445 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8446
8447 2000-09-25 Dave Love <fx@gnu.org>
8448
8449 * startup.el (fancy-splash-head): Check XPM is available.
8450
8451 * autoinsert.el (auto-insert): Doc fix.
8452 (auto-insert-alist): Following GNU notices, don't say `copyright
8453 _by_'. Use line-beginning-position.
8454 (auto-insert): Check buffer-file-name is non-nil before use.
8455
8456 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8457
8458 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8459 starting with `@def' or `@multitable', in addition to ones
8460 specified by the user in auto-fill-inhibit-regexp.
8461
8462 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8463
8464 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8465 rmail-dont-reply-to-names matches the empty string.
8466
8467 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8468
8469 * startup.el (command-line-1, fancy-splash-text): Change the
8470 text to sound more friendly.
8471
8472 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8473
8474 * progmodes/hideshow.el: Update author email address.
8475 Generally, sync w/ maintainer version 5.22.
8476 (hs-hide-all-non-comment-function): New var.
8477 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8478 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8479 (hs-show-region): Delete this command.
8480 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8481
8482 2000-09-22 Dave Love <fx@gnu.org>
8483
8484 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8485 (hl-line-highlight): Specify buffer when moving overlay.
8486
8487 * progmodes/fortran.el (fortran-mode): Locally set
8488 normal-auto-fill-function.
8489 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8490 (fortran-mode-map): Adjust auto-fill menu entry.
8491
8492 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8493
8494 * vc-rcs.el (toplevel): Require `vc' when compiling.
8495
8496 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8497
8498 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8499
8500 * vc.el (vc-switch-backend): Signal an error if the file is not
8501 registered under the new backend.
8502
8503 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8504 without explicit revision number.
8505
8506 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8507
8508 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8509 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8510 (diff-xor): New function.
8511 (diff-find-source-location): Use it. Fix a stupid name clash.
8512 (diff-hunk-status-msg): New function.
8513 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8514 (diff-test-hunk): Use diff-find-source-location.
8515 (diff-goto-source): Favor the `reverse'.
8516 (diff-hunk-text): Properly handle one-sided context diffs.
8517 (diff-apply-hunk): When done, advance to the next hunk.
8518
8519 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8520
8521 * startup.el (command-line): If frame was created with a non-zero
8522 tool-bar-lines parameter, switch tool-bar-mode on.
8523
8524 * add-log.el (change-log-date-face, change-log-name-face)
8525 (change-log-email-face, change-log-file-face)
8526 (change-log-list-face, change-log-conditionals-face)
8527 (change-log-function-face, change-log-acknowledgement-face):
8528 New faces, inheriting from font-lock faces.
8529 (change-log-font-lock-keywords): Use them.
8530
8531 2000-09-21 Dave Love <fx@gnu.org>
8532
8533 * progmodes/cperl-mode.el (top-level): Clean up
8534 `eval-when-compile's and assorted defvars.
8535 (cperl-invalid-face): Don't double-quote value. Change custom
8536 type.
8537 (cperl-mode): Set normal-auto-fill-function and don't zap
8538 auto-fill-function.
8539 (cperl-imenu--function-name-regexp-perl): Renamed from
8540 imenu-example--function-name-regexp-perl.
8541 (cperl-imenu--create-perl-index): Renamed from
8542 imenu-example--create-perl-index.
8543 (cperl-xsub-scan): Don't require cl.
8544
8545 * msb.el (msb-mode-map): Use substitute-key-definition.
8546 (msb-mode): Use msb-mode-map.
8547
8548 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8549
8550 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8551 New functions.
8552 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8553 (vc-switch-backend): New function.
8554 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8555 (vc-register): Fix prompt.
8556 (vc-unregister, vc-default-unregister): New functions.
8557 (vc-version-diff): Handle empty buffer in sentinel.
8558
8559 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8560 (vc-rcs-state-heuristic): Use it to guess the state of files with
8561 non-strict locking.
8562 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8563 been set with -b, but not created yet.
8564 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8565 contents in order to find the state.
8566 (vc-rcs-checkin): Allow creation of branches with no changes.
8567 (vc-rcs-unregister, vc-rcs-receive-file)
8568 (vc-rcs-set-non-strict-locking): New functions.
8569
8570 * vc-hooks.el (vc-name): Force correct computation of the value
8571 in case it is missing.
8572
8573 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8574
8575 * startup.el (fancy-splash-tail): Use a different foreground
8576 color on a dark frame background.
8577
8578 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8579
8580 * info.el: Use the correct capitalization when making Info-mode
8581 and Info-edit-mode `special' modes.
8582
8583 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8586 (diff-mode): Add support for add-log.el.
8587 (diff-hunk-text): Use char offsets rather than line offsets.
8588 (diff-find-source-location): Replace LINE with line-offset (nil
8589 if not found) and always set POS to a meaningful position.
8590 Adapt to the new char-offsets.
8591 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8592 Adapt to the new diff-find-source-location.
8593 (diff-goto-source): Adapt to the new diff-find-source-location.
8594
8595 * add-log.el (add-log-file-name): New function (split out of
8596 add-change-log-entry).
8597 (add-change-log-entry): Use it.
8598 Call add-log-file-name-function with the changelog file name if
8599 the current buffer is not associated with any file.
8600 Avoid find-file if the selected window is dedicated.
8601
8602 * diff-mode.el (diff-find-source-location):
8603 Move code from diff-apply-hunk. Return buffer rather than file.
8604 (diff-apply-hunk): Use the new result from diff-find-source-location.
8605 (diff-goto-source): Use the new diff-find-source-location.
8606
8607 2000-09-20 Dave Love <fx@gnu.org>
8608
8609 * iswitchb.el: Some doc fixes.
8610 (iswitchb-mode-map): Define completely initially. Inherit
8611 minibuffer-local-map.
8612 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8613 fundamental-mode.
8614 (iswitchb-global-map): New variable.
8615 (iswitchb-summaries-to-end): Amalgamate regexps.
8616 (iswitchb-mode): New.
8617 (iswitchb-mode-hook): New variable.
8618 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8619 `extensions'.
8620
8621 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8622
8623 * ehelp.el (electric-help): New defgroup.
8624 (electric-help-shrink-window): New user-option.
8625 (with-electric-help): Use it.
8626
8627 * window.el (shrink-window-if-larger-than-buffer): If face
8628 `mode-line' has a :box, and we're on a graphical frame, add 1
8629 to the needed window height.
8630
8631 * frame.el (frame-notice-user-settings): Add a last parameter nil
8632 to a call to `append', because the last list passed to `append' is
8633 not copied, and so subsequent calls to assq-delete-all will modify
8634 default-frame-alist.
8635
8636 * startup.el (fancy-splash-image): Change :type.
8637 (fancy-splash-head): Use an XBM image if appropriate.
8638 (command-line-1): Show splash screens in more cases.
8639
8640 * startup.el (fancy-splash-text): Don't quote faces.
8641
8642 * dired.el (dired-font-lock-keywords): Undo last change.
8643 (dired-readin): Bind indent-tabs-mode to nil.
8644
8645 * startup.el (fancy-splash-head): If frame's background mode
8646 is `dark', change the black background of the image to gray.
8647 (fancy-splash-screens): Display startup echo area message.
8648 (display-startup-echo-area-message): New function.
8649
8650 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8651
8652 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8653
8654 * info.el (info-header-node): Tweak for color ttys.
8655
8656 * faces.el (face-valid-attribute-values): Make sure directories we
8657 search for stipples both exist and are readable before trying to
8658 search them.
8659
8660 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8661 in the dry-run case.
8662
8663 * jka-compr.el (with-auto-compression-mode): New macro.
8664
8665 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8666 (custom-group-tag-face, custom-variable-tag-face): Use relative
8667 :height and inherit from `variable-pitch' face instead of
8668 hardwiring :family.
8669 * hi-lock.el (hi-black-hb): Likewise.
8670
8671 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8672 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8673 toolbar-add-item, if image doesn't have a mask add a `:mask
8674 heuristic'.
8675
8676 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8677
8678 * diff-mode.el: Docstring fixes.
8679 (diff-header-face, diff-comment-face): New faces.
8680 (diff-font-lock-keywords): Highlight a bit differently.
8681 (diff-find-source-location): Don't return SPAN any more.
8682 (diff-hunk-text): Don't bother erasing the temp buffer.
8683 (diff-find-text): Drop argument LINE.
8684 (diff-apply-hunk): Update calls to diff-find-text.
8685 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8686
8687 * calendar/calendar.el: Docstring fixes.
8688 (calendar-make-alist): Don't quote lambda.
8689 (calendar-star-date): Use make-local-variable.
8690
8691 2000-09-19 Dave Love <fx@gnu.org>
8692
8693 * toolbar/tool-bar.el: Renamed from toolbar.el.
8694 Change `toolbar' to `tool-bar' generally in symbols.
8695 Make some items invisible in `special' major modes.
8696 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8697 Add arg PROPS.
8698
8699 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8700 Add :version here.
8701 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8702
8703 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8704
8705 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8706
8707 * files.el (find-file-suppress-same-file-warnings): New user-option.
8708 (find-file-noselect): Use it.
8709
8710 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8711 (fancy-splash-screen): Defgroup.
8712
8713 * add-log.el (change-log-font-lock-keywords): Match names
8714 more exactly for the case that font-lock-constant-face is
8715 underlined.
8716
8717 2000-09-19 Richard M. Stallman <rms@gnu.org>
8718
8719 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8720
8721 2000-09-19 Andre Spiegel <spiegel@gnu.org>
8722
8723 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8724
8725 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8726
8727 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8728 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8729 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8730 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8731 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8732 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8733 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8734 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8735 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8736 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8737 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8738 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8739
8740 * startup.el (fancy-splash-text): New variable.
8741 (fancy-splash-delay, fancy-splash-image): New user-options.
8742 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8743 (fancy-splash-screens): New functions.
8744 (command-line-1): If display has a `display' frame parameter, has
8745 colors, and we have XPM support, show more fancy splash screens.
8746
8747 2000-09-19 Dave Love <fx@gnu.org>
8748
8749 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8750 with null `help'. Use modern backquote syntax.
8751
8752 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8753
8754 * font-lock.el (font-lock-mode): Change message telling the user
8755 that ``the buffer is too big''.
8756
8757 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8758 for instance for the case that tab-width is 2.
8759
8760 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8761
8762 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8763 toolbar-add-item, if image doesn't have a mask add a `:mask
8764 heuristic'.
8765
8766 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8767
8768 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8769 and return a cons if it's non-nil.
8770 (diff-apply-hunk): Try to jump to the line in the source text
8771 corresponding to the position of point in the in the hunk.
8772
8773 * info.el (Info-title-3-face, Info-title-2-face)
8774 (Info-title-1-face): Use face inheritance and relative sizes
8775 instead of hard-wiring things.
8776
8777 * faces.el (secondary-selection): Make dark-background variant sane.
8778
8779 2000-09-16 Andrew Innes <andrewi@gnu.org>
8780
8781 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8782 read-only, since they aren't under VC now.
8783
8784 2000-09-17 Dave Love <fx@gnu.org>
8785
8786 * tmm.el: Replace mapcar with mapc in several places.
8787
8788 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8789 ad-unadvise.
8790
8791 * international/latin1-disp.el: New file.
8792
8793 * calendar/cal-move.el (scroll-calendar-left)
8794 (scroll-calendar-right): Make arg optional (for active mode line).
8795
8796 * calendar/calendar.el (calendar-mode-line-format): Make fields
8797 mouse-sensitive.
8798 (calendar-read-date, calendar-read-date, calendar-window-list):
8799 Unquote lambda.
8800 (calendar-month-name): Use aref, not sref.
8801
8802 * view.el (minor-mode-alist): Propertize the string.
8803
8804 * international/characters.el (standard-case-table): Add entries
8805 for Greek.
8806
8807 2000-09-18 Miles Bader <miles@gnu.org>
8808
8809 * info.el (info-node, info-xref): Add dark-background variants.
8810
8811 * faces.el (header-line): Change defaults to be less confusing
8812 when mixed with mode-lines.
8813
8814 * info.el (Info-fontify-node): Make a few cleanups.
8815 Add extra `help-echo' and `local-map' props to node xrefs.
8816 Use header-specific faces for node-names & xrefs.
8817 (Info-use-header-line): New variable.
8818 (info-header-xref, info-header-node): New faces.
8819 (Info-setup-header-line): New function.
8820 (Info-select-node): Call Info-setup-header-line when enabled.
8821 (Info-extract-pointer): Work even if the header line is hidden.
8822 (Info-header-line): New variable.
8823
8824 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8825
8826 * vms-patch.el (print-region-function): Don't quote lambda.
8827
8828 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8829
8830 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8831 (lm-get-header-re): Allow spaces between the header and the colon.
8832 (lm-header): Allow $ in non-RCS headers.
8833 (lm-header-multiline): Put the strings back into order.
8834 Stop at an empty line. Don't require two space chars if the
8835 line is clearly not another header line.
8836
8837 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8838 (popup-menu-popup): Remove.
8839
8840 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8841
8842 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8843 specification if or if not tool-bar item contains an `:enabled'
8844 property.
8845
8846 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8847 current buffer has no file name.
8848
8849 2000-09-15 Dave Love <fx@gnu.org>
8850
8851 * strokes.el: Sync with maintainer's current version with changes
8852 for Emacs, but avoid runtime cl and levents.
8853 (toplevel): Change autoloads and compilation requires.
8854 (strokes-version, strokes-bug-address, strokes-lift): Values
8855 changed.
8856 (strokes-xpm-header, strokes-insinuated): New variable.
8857 (strokes): Add :link.
8858 (strokes-mode): Customized.
8859 (strokes-while-inhibiting-garbage-collector): New macro.
8860 (strokes-remassoc): Avoid remove-if.
8861 (strokes-fix-button2-command): Don't use ad-do-it.
8862 (strokes-insinuate): New function.
8863 (strokes-button-press-event-p, strokes-button-release-event-p):
8864 New functions, used instead of non-`strokes-' versions..
8865 (strokes-mouse-event-p): Rewritten.
8866 (strokes-event-closest-point): Avoid event-point.
8867 (strokes-get-grid-position): Avoid cdadr, caadr
8868 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8869 functions.
8870 (strokes-help): Use with-output-to-temp-buffer.
8871 (strokes-window-configuration-changed-p): New function.
8872 (strokes-update-window-configuration): Use buffer-live-p,
8873 strokes-window-configuration-changed-p.
8874 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8875 (strokes-char-face): New face.
8876 (strokes-char-table, strokes-base64-chars): New variable.
8877 (strokes-xpm-for-stroke, strokes-list-strokes)
8878 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8879 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8880 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8881 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8882 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8883 functions.
8884
8885 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8886
8887 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8888
8889 * image.el (create-image): Doc fix.
8890
8891 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8892 instead of `:heuristic-mask t'.
8893
8894 2000-09-14 Andrew Innes <andrewi@gnu.org>
8895
8896 * makefile.w32-in: Revert to Unix line endings.
8897
8898 2000-09-14 Andrew Innes <andrewi@gnu.org>
8899
8900 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8901 when installing.
8902
8903 * makefile.nt (DONTCOMPILE): Fix typo.
8904
8905 * shell.el (shell-write-history-on-exit): New function.
8906 (shell-dumb-shell-regexp): New custom variable.
8907 (shell-mode): Make shell-write-history-on-exit the process
8908 sentinel if shell name matches shell-dumb-shell-regexp.
8909
8910 * w32-fns.el: Comment out before-init-hook function which resets
8911 source-directory based; this breaks bootstrap.
8912
8913 2000-09-14 Dave Love <fx@gnu.org>
8914
8915 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8916 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8917 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8918 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8919 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8920 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8921 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8922 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8923 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8924
8925 * toolbar/toolbar.el: New.
8926
8927 * subdirs.el: Add toolbar.
8928
8929 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8930
8931 * indent.el (indent-for-tab-command): Doc fix.
8932
8933 2000-09-14 Alex Schroeder <alex@gnu.org>
8934
8935 * ansi-color.el (ansi-colors): Doc change.
8936 (ansi-color-get-face): Simplified regexp.
8937 (ansi-color-faces-vector): Added more faces, doc change.
8938 (ansi-color-names-vector): Doc change.
8939 (ansi-color-regexp): Simplified regexp.
8940 (ansi-color-parameter-regexp): New regexp.
8941 (ansi-color-filter-apply): Doc change.
8942 (ansi-color-filter-region): Doc change.
8943 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8944 deal with zero length parameters.
8945 (ansi-color-apply-on-region): Doc change.
8946 (ansi-color-map): Doc change.
8947 (ansi-color-map-update): Removed debugging message.
8948 (ansi-color-get-face-1): Added condition-case to trap
8949 args-out-of-range errors.
8950 (ansi-color-get-face): Doc change.
8951 (ansi-color-make-face): Removed.
8952 (ansi-color-for-shell-mode): New option.
8953
8954 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8955
8956 * international/quail.el (quail-start-translation): Translate KEY
8957 if necessary even if it doesn't have any mapping in the current
8958 input method.
8959 (quail-start-conversion): Likewise.
8960 (quail-help): The output message is improved.
8961
8962 2000-09-13 Miles Bader <miles@gnu.org>
8963
8964 * comint.el (comint-output-filter): Revert to using
8965 `insert-before-markers'. Add bletcherous hack to undo damage
8966 caused by `insert-before-markers'. Put `front-sticky' property on
8967 overlays created here so that the field code understands how the
8968 overlay works. Use a let when making comint-last-prompt-overlay,
8969 so that the code is easier to read.
8970
8971 2000-09-13 Dave Love <fx@gnu.org>
8972
8973 * wid-edit.el (widget-default-format-handler): DTRT when
8974 doc-property is a function.
8975
8976 2000-09-12 Francesco Potorti` <pot@gnu.org>
8977
8978 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8979 filed name if it's not there.
8980
8981 2000-09-12 Dave Love <fx@gnu.org>
8982
8983 * simple.el (read-mail-command): Doc fix.
8984 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8985
8986 * vc.el (vc-dired-listing-switches): Fix :version.
8987
8988 * vc-hooks.el: Doc fixes.
8989
8990 * subr.el (add-minor-mode): Use toggle-fun arg.
8991
8992 * speedbar.el: Add :version to several defcustoms.
8993
8994 * imenu.el (imenu--truncate-items, imenu--cleanup)
8995 (imenu--generic-function): Avoid mapcar.
8996 (imenu--replace-spaces): Function removed.
8997 (imenu--completion-buffer): Use subst-char-in-string.
8998 (imenu-add-to-menubar): Use keymap inheritance.
8999
9000 2000-09-12 Miles Bader <miles@gnu.org>
9001
9002 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9003 (diff-mode-map): Bind `diff-test-hunk'.
9004 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9005
9006 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9007
9008 * bytecomp.el (byte-compile-defvar): Undo last change
9009 because it breaks '(make-variable-buffer-local (defvar ...)'
9010 which is used at least in dired.
9011
9012 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9013
9014 * international/quail.el (quail-define-package): Docstring
9015 modified.
9016
9017 2000-09-12 Kenichi Handa <handa@etl.go.jp>
9018
9019 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9020 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9021 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9022 docstring of "chinese-py".
9023
9024 * international/quail.el (quail-translation-docstring): New
9025 variable.
9026 (quail-show-keyboard-layout): Docstring modified.
9027 (quail-select-current): Likewise.
9028 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9029 infinite recursive call.
9030 (quail-help): Check quail-translation-docstring. Format of the
9031 output changed.
9032 (quail-help-insert-keymap-description): Adjusted for the above
9033 change.
9034
9035 2000-09-11 Gerd Moellmann <gerd@gnu.org>
9036
9037 * bytecomp.el (byte-compile-defvar): Only cons onto
9038 current-load-list in top-level forms. Else this leaks a cons cell
9039 every time a defun is called.
9040
9041 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9042
9043 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9044 Now understands non-unified diffs. Some functionality moved into
9045 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9046 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9047 modify anything. Only reposition point in the patched file if the
9048 patch succeeds. Only pop up another window if POPUP is true.
9049 Emit a message describing what happened if successful, and at what
9050 line-offset. Automatically detect reversed hunks and do something
9051 appropriate.
9052 (diff-hunk-text, diff-find-text): New functions.
9053 (diff-filter-lines): Function removed.
9054 (diff-test-hunk): New function.
9055 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9056
9057 2000-09-10 Dave Love <fx@gnu.org>
9058
9059 * textmodes/tildify.el: Minor doc/commentary fixes.
9060 (tildify) <defgroup>: Add :version.
9061
9062 * faces.el (face-x-resources): Make custom type more specific.
9063 (frame-background-mode): Use mapc.
9064 (region) <defcustom>: Add :version.
9065
9066 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9067
9068 * vc-sccs.el (vc-sccs-register):
9069 * vc-rcs.el (vc-rcs-register):
9070 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9071 * vc.el (vc-register): Clear file's properties.
9072
9073 2000-09-08 Gerd Moellmann <gerd@gnu.org>
9074
9075 * faces.el (face-spec-set): Only face-spec-reset-face when
9076 ATTRS is non-nil.
9077
9078 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9079
9080 * help.el (help-insert-xref-button): Fix a typo in doc string.
9081
9082 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9083
9084 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9085 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9086 methods.
9087
9088 * menu-bar.el (read-mail-item-name): New function.
9089 (menu-bar-tools-menu): Use it to compute and display the package
9090 used to read email.
9091 (menu-bar-tools-menu): Fix typo in GUD's help string.
9092
9093 2000-09-07 Dave Love <fx@gnu.org>
9094
9095 * diff-mode.el (diff-mouse-goto-source): New function.
9096
9097 * vc-sccs.el: Doc fixes.
9098 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9099
9100 * vc-rcs.el: Doc fixes.
9101 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9102 (vc-rcs-checkout-switches, vc-rcs-header)
9103 (vc-rcs-master-templates): Add or change :version.
9104
9105 * vc-cvs.el: Doc fixes.
9106 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9107 (vc-cvs-stay-local): Add :version.
9108
9109 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9110
9111 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9112
9113 * international/quail.el (quail-help): Fix previous change.
9114
9115 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9116
9117 * faces.el (color-values): Doc fix.
9118
9119 * faces.el (frame-set-background-mode): Use frame-parameter
9120 instead of frame-parameters.
9121
9122 * frame.el (filtered-frame-list): Reduce consing.
9123 (frames-on-display-list): Call frame-parameter instead of
9124 frame-parameters.
9125
9126 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9127
9128 * language/devan-util.el (devanagari-to-indian-region): In the
9129 loop, change the following char, not preceding char.
9130
9131 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9132
9133 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9134 instead of frame-parameters.
9135
9136 * faces.el (set-face-attribute): Simplify by calling
9137 internal-set-lisp-face-attribute with FRAME being 0.
9138
9139 * vc.el: Remove `Id' version control keyword.
9140
9141 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9142
9143 * help.el (help-make-xrefs): Adjusted for the change of
9144 help-xref-mule-regexp.
9145 (help-insert-xref-button): New function.
9146
9147 * international/mule-cmds.el (help-xref-mule-regexp-template):
9148 Include the pattern for character set.
9149 (leim): New group.
9150
9151 * international/quail.el: Don't require face.
9152 (quail): New group.
9153 (quail-other-command): Dummy command to make quail-help work better.
9154 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9155 (quail-keyboard-layout-substitution): New variable.
9156 (quail-update-keyboard-layout): New function.
9157 (quail-keyboard-layout-type): New customizable variable.
9158 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9159 (quail-keyboard-translate): Pay attention to
9160 quail-keyboard-layout-substitution.
9161 (quail-insert-kbd-layout): New function.
9162 (quail-show-keyboard-layout): New function.
9163 (quail-get-translation): If the definition is a vector of length
9164 1, and the element is a string of length 1, return the character
9165 in that string.
9166 (quail-update-current-translations): Fix the case of
9167 relative-index out of range.
9168 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9169 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9170 Show key sequences for all available characters.
9171 (quail-help-insert-keymap-description): Don't show such verbose
9172 key bindings as quail-self-insert-command.
9173
9174 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9175 Format changed, and each element now have extra documentations.
9176 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9177 Adjusted for the change of quail-cxterm-package-ext-info.
9178
9179 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9180
9181 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9182 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9183 during bootstrap.
9184
9185 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9186
9187 * vc.el: (toplevel): Don't require `dired' at run-time.
9188 (vc-dired-resynch-file): Remove autoload cookie.
9189
9190 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9191
9192 * vc.el: Made several backend functions optional.
9193 (vc-default-responsible-p): New function.
9194 (vc-merge): Use RET for first version to trigger merge-news, not
9195 prefix arg.
9196 (vc-annotate): Handle backends that do not support annotation.
9197 (vc-default-merge-news): Removed. The existence of a merge-news
9198 implementation is now checked on caller sites.
9199
9200 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9201 case.
9202
9203 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9204 special case that has been removed from the default in vc-hooks.el.
9205
9206 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9207
9208 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9209
9210 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9211
9212 * vc-hooks.el: Require vc during compilation.
9213 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9214 macro `with-vc-properties' in vc.el.
9215 (vc-file-getprop): Doc fix.
9216 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9217
9218 * vc.el: Require dired-aux during compilation.
9219 (vc-name-assoc-file): Moved to vc-sccs.el.
9220 (with-vc-properties): New macro.
9221 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9222 vc-finish-steal): Use it.
9223 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9224 to the backend-specific function is now supposed to do the checkout,
9225 too.
9226 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9227
9228 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9229 set file properties; that gets done in the generic code now.
9230
9231 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9232 Changed parameter list, added code from vc.el that does the
9233 checkout, possibly with a double-take.
9234
9235 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9236 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9237 the above under the new name.
9238 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9239 parameter list, added checkout command.
9240 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9241 properties; that gets done in the generic code now.
9242
9243 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9244
9245 * vc.el: Docstring fixes (courtesy of checkdoc).
9246
9247 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9248
9249 * vc.el (vc-checkout-writable-buffer-hook)
9250 (vc-checkout-writable-buffer): Remove.
9251 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9252 (vc-log-mode): Make it into a clean derived major mode.
9253 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9254 vc-log-mode if log-edit is not available.
9255 (vc-dired-mode-map): Don't set-keymap-parent yet.
9256 (vc-dired-mode): Do set-keymap-parent here.
9257 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9258
9259 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9260
9261 * faces.el (set-face-attribute, face-spec-reset-face)
9262 (face-spec-set): Avoid consing by removing calls to `apply'.
9263
9264 * frame.el (frame-parameter): Move to C code.
9265
9266 2000-09-05 Dave Love <fx@gnu.org>
9267
9268 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9269 insert-before-markers-and-inherit. Now checked systematically!
9270
9271 2000-09-05 Alex Schroeder <alex@gnu.org>
9272
9273 * sql.el (sql-postgres): Use sql-postgres-options.
9274 (sql-postgres-options): New variable.
9275
9276 2000-09-05 Alex Schroeder <alex@gnu.org>
9277
9278 * sql.el (sql-mode-menu): Work around missing variable mark-active
9279 in XEmacs.
9280 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9281 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9282 compatibility.
9283
9284 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9285
9286 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9287
9288 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9289
9290 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9291
9292 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9293
9294 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9295 don't support anything else under SCCS yet.
9296
9297 * vc-hooks.el: Minor doc fixes.
9298
9299 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9300
9301 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9302 not necessary. If verbose in state `needs-patch', do the same as
9303 under `up-to-date'. When NOT verbose and `needs-patch', check out
9304 latest version instead of `merge-news'.
9305 (vc-next-action-dired): Don't mess with default-directory here; it
9306 breaks other parts of dired. It is the job of the
9307 backend-specific functions to adjust it temporarily if they need it.
9308 (vc-next-action): Remove a special CVS case.
9309 (vc-clear-headers): New optional arg FILE.
9310 (vc-checkin, vc-checkout): Set properties vc-state and
9311 vc-checkout-time properly.
9312 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9313 (vc-print-log): Use new backend function `show-log-entry'.
9314 (vc-cancel-version): Do the checks in a different order. Added a
9315 FIXME concerning RCS-only code.
9316
9317 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9318 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9319
9320 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9321
9322 * vc-hooks.el (vc-default-mode-line-string): Show state
9323 `needs-patch' as a `-' too.
9324
9325 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9326
9327 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9328 (vc-default-could-register): New function.
9329 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9330 (vc-resynch-buffer): Call vc-dired-resynch-file.
9331 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9332 vc-resynch-buffer instead of vc-resynch-window.
9333 (vc-next-action-dired): Don't redisplay here, that gets done as a
9334 result of the individual file operations.
9335 (vc-retrieve-snapshot): Corrected prompt order.
9336
9337 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9338
9339 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9340 as well.
9341 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9342 hostname regexps. Updated all callers.
9343 (vc-cvs-responsible-p): Handle directories as well.
9344 (vc-cvs-could-register): New function.
9345 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9346 properties up-to-date.
9347
9348 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9349 user whether to create one.
9350
9351 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9352
9353 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9354 check out a non-existing file.
9355
9356 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9357 workfile does not exist.
9358
9359 * vc.el (vc-version-diff): Use `require' to check for existence of
9360 diff-mode.
9361
9362 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9363
9364 * vc-cvs.el (vc-cvs-registered): Use new function
9365 vc-cvs-parse-entry to do the actual work.
9366
9367 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9368
9369 * vc-hooks.el (vc-find-backend-function): If function doesn't
9370 exist, return nil instead of error.
9371 (vc-call-backend): Doc fix.
9372
9373 * vc.el (vc-do-command): Doc fix.
9374 (vc-finish-logentry): When checking in from vc-dired, choose the
9375 right backend for logentry check.
9376 (vc-dired-mode-map): Inherit from dired-mode-map.
9377 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9378 simplified.
9379 (vc-dired-state-info): Removed, updated caller.
9380 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9381 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9382 (vc-dired-listing-switches): New variable.
9383 (vc-directory): Use it, instead of dired-listing-switches.
9384
9385 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9386 (vc-cvs-dir-state): New function.
9387 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9388 (vc-cvs-parse-entry): New function, also to be used in
9389 vc-cvs-registered.
9390
9391 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9392
9393 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9394 *or* single-window-frames.
9395
9396 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9397
9398 * vc.el (vc-update-changelog): Split into generic part and default
9399 implementation. Doc string adapted.
9400 (vc-default-update-changelog): New function. Call the `rcs2log'
9401 script in exec-directory, to fix a long-standing nuisance.
9402
9403 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9404 simply signals an error.
9405
9406 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9407
9408 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9409 control-flow more clear and to avoid running `cvs' twice.
9410
9411 * vc.el (vc-next-action-on-file): Doc fix.
9412 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9413 (vc-print-log): Eval `file' before constructing the continuation.
9414
9415 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9416
9417 * vc.el (vc-next-action-on-file): Corrected several messages.
9418 (vc-merge): Add prefix arg `merge-news'; handle it.
9419
9420 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9421 is not reached. It is.
9422 (vc-cvs-merge): Set state to 'edited after merge.
9423 (vc-cvs-merge-news): Set workfile version to nil if not known.
9424 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9425
9426 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9427 via stdout. (Merge from main line.)
9428
9429 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9430
9431 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9432 detection.
9433
9434 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9435
9436 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9437 against kill-all-local-variables.
9438 (vc-log-edit): Don't save vc-parent-buffer any more.
9439 (vc-last-comment-match): Initialize to an empty string.
9440 (vc-post-command-functions): New hook.
9441 (vc-do-command): Run it.
9442 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9443 (vc-finish-logentry): Only add the comment to the ring if it's
9444 different from the last comment entered.
9445 (vc-new-comment-index): New function.
9446 (vc-previous-comment): Use it. Make the minibuffer message
9447 slightly less terse.
9448 (vc-comment-search-reverse): Make it work forward as well. Don't
9449 set vc-comment-ring-index if no match is found. Use
9450 vc-new-comment-index.
9451 (vc-comment-search-forward): Use vc-comment-search-reverse.
9452 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9453 define-derived-mode will do it for us. Bind `v' to a keymap that
9454 inherits from vc-prefix-map so that we can bind `vt' without
9455 binding C-x v t.
9456 (vc-retrieve-snapshot): Parenthesis typo.
9457
9458 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9459 to 1. Make sure to switch to *vc* before looking for an error
9460 message. Use vc-parse-buffer.
9461
9462 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9463
9464 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9465 and NAME.
9466 (vc-retrieve-snapshot): Split into two parts.
9467 (vc-default-retrieve-snapshot): New function.
9468
9469 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9470 (vc-cvs-retrieve-snapshot): New function (untested).
9471 (vc-cvs-stay-local): Default to t.
9472 (vc-cvs-remote-p): New function and property.
9473 (vc-cvs-state): Stay local only if the above is t.
9474 (vc-handle-cvs): Removed.
9475 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9476 done via vc-handled-backends now.
9477 (vc-cvs-header): Escape Id.
9478
9479 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9480
9481 * vc.el (vc-do-command): Remove unused commands.
9482 (vc-version-diff): Make sure default-directory ends with a slash.
9483 Move the window commands into a vc-exec-after.
9484 (vc-print-log): Move more of the code into the `vc-exec-after'.
9485
9486 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9487
9488 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9489 (vc-print-log): Search current revision from beginning of buffer.
9490 (vc-revert-buffer): Clear echo area after the diff is finished.
9491 (vc-prefix-map): Removed definition of "t" for terse display in vc
9492 dired.
9493 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9494 definition of "vt" for terse display.
9495 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9496
9497 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * vc.el (vc-exec-after): Avoid caddr.
9500
9501 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9502
9503 * vc.el (vc-exec-after): New function.
9504 (vc-do-command): Use it to add a termination message for async
9505 procs.
9506 (vc-checkout): Try to handle a missing-backend situation.
9507 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9508 of a directory with a backend using async diffs.
9509 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9510 present.
9511
9512 * vc-sccs.el (vc-sccs-state-heuristic): Use
9513 file-ownership-preserved-p.
9514
9515 * vc-rcs.el (vc-rcs-state-heuristic): Use
9516 file-ownership-preserved-p.
9517 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9518
9519 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9520
9521 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9522 vc-do-command.
9523
9524 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9525 when there are no changes.
9526
9527 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9528
9529 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9530
9531 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9532
9533 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9534
9535 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9536
9537 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9538 the `fset' outside of the defvar so that it works even if
9539 vc-prefix-map was already defined.
9540 (vc-setup-buffer): New function, split out of vc-do-command.
9541 (vc-do-command): Allow BUFFER to be t to mean `just use the
9542 current buffer without any fuss'.
9543 (vc-version-diff): Change the `diff' backend operation to just put
9544 the diff in the current buffer without erasing it. Always use
9545 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9546 shrink-window-if-larger-than-buffer.
9547 (vc-print-log): Change the `print-log' backend operation to just
9548 put the log in the current buffer without erasing it. Protect
9549 shrink-window-if-larger-than-buffer.
9550 (vc-update-change-log): Fix setd typo.
9551
9552 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9553 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9554
9555 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9556 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9557 CMP.
9558
9559 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9560 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9561 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9562
9563 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9564
9565 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9566 not possible, use vc-BACKEND-workfile-unchanged-p.
9567 (vc-default-workfile-unchanged-p): New function. Delegates to a
9568 full vc-BACKEND-diff.
9569
9570 * vc-hooks.el (vc-simple-command): Removed.
9571
9572 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9573 instead of vc-simple-command.
9574 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9575 avoid doing a diff when opening a file.
9576 (vc-rcs-state): Added check for unlocked-changes.
9577 (vc-rcs-header): Escape Id.
9578 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9579 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9580 version.
9581
9582 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9583 (vc-sccs-diff): Remove optional arg CMP.
9584 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9585 SCCS-specific function.
9586
9587 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9588 vc-simple-command.
9589
9590 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9593 (with-vc-file, vc-merge): Use vc-editable-p.
9594 (vc-do-command): Remove unused var vc-file and fix the
9595 doubly-defined `status' var. Add a user message when starting an
9596 async command.
9597 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9598 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9599 Use with-current-buffer.
9600 (vc-buffer-sync): Use unless.
9601 (vc-next-action-on-file): If the file is 'edited by read-only,
9602 make it read-write instead of trying to commit.
9603 (vc-version-diff, vc-update-change-log): Use `setq
9604 default-directory' rather than `cd'.
9605 (vc-log-edit): Don't forget to set default-directory in the
9606 buffer.
9607
9608 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9609 (vc-sccs-state-heuristic): Use file-writable-p instead of
9610 comparing userids.
9611 (vc-sccs-checkout): Use `unless'.
9612
9613 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9614 of comparing userids.
9615 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9616 Simplify the logic by eliminating unreachable code.
9617 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9618 just do a recursive call if we need to retry.
9619 (vc-rcs-checkout): Handle the case where rcs is missing by making
9620 the buffer read-write if requested and re-signalling the error.
9621
9622 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9623
9624 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9625
9626 * vc-hooks.el (vc-handled-backends): Docstring change.
9627 (vc-ignore-vc-files): Mark obsolete.
9628 (vc-registered): Check vc-ignore-vc-files.
9629 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9630 vc-ignore-vc-files.
9631
9632 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9633
9634 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9635
9636 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9637 files since ange-ftp already has vc-registered return nil.
9638
9639 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9640 (vc-sccs-workfile-version): Use with-temp-buffer and new
9641 vc-parse-buffer and don't bother setting the property.
9642 (vc-sccs-add-triple): Use with-current-buffer and
9643 find-file-noselect.
9644 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9645
9646 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9647 derives from the old vc-parse-buffer but uses the revision number
9648 rather than the date (much easier to compare robustly).
9649 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9650 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9651 locking-user more directly. Check strict locking and set
9652 checkout-model appropriately.
9653 (vc-rcs-parse-locks): Remove.
9654 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9655 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9656 (vc-rcs-system-release): Use with-current-buffer and
9657 vc-parse-buffer.
9658 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9659
9660 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9661 (vc-simple-command): Docstring fix.
9662 (vc-registered): Align the way the file-handler is called with the
9663 way the function itself works.
9664 (vc-file-owner): Remove.
9665
9666 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9667 extraction of fields and call to file-attributes because of a
9668 temporary bug in rcp.el.
9669 (vc-cvs-fetch-status): Use with-current-buffer.
9670
9671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9672
9673 * vc.el (vc-do-command): Use file-relative-name.
9674 (vc-responsible-backend): Use vc-backend if possible.
9675 (vc-create-snapshot): Improve the `interactive' spec. Add support
9676 for branches and dispatch to backend-specific `create-snapshot'.
9677 (vc-default-create-snapshot): New function, containing the bulk of
9678 the old vc-create-snapshot.
9679 (vc-retrieve-snapshot): Improve the interactive spec.
9680
9681 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9682 (vc-backend-hook-functions): Remove.
9683 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9684 (vc-backend): Reintroduce the test for `file = nil' now that I
9685 know why it was there (and added a comment to better remember).
9686
9687 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9688 code from vc-sccs-hooks.el.
9689 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9690 'vc anymore.
9691 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9692 and file-directory-p instead of file-exists-p.
9693 (vc-sccs-check-headers): Simplify the regexp.
9694
9695 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9696 from vc-rcs-hooks.el. Don't require 'vc anymore.
9697 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9698 file-directory-p instead of file-exists-p.
9699
9700 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9701 from vc-cvs-hooks.el.
9702 (proto vc-cvs-registered): Require 'vc-cvs instead of
9703 'vc-cvs-hooks. Don't require 'vc anymore.
9704 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9705 file-directory-p instead of file-exists-p.
9706 (vc-cvs-create-snapshot): New function, replacing
9707 vc-cvs-assign-name.
9708 (vc-cvs-assign-name): Remove.
9709
9710 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9711
9712 * vc-cvs.el (vc-cvs-header): New var.
9713
9714 * vc-rcs.el (vc-rcs-exists): Remove.
9715 (vc-rcs-header): New var.
9716
9717 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9718 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9719 (vc-sccs-header): New var.
9720
9721 * vc.el (vc-do-command): Get rid of the `last' argument.
9722 (vc-header-alist): Remove, replaced by vc-X-header.
9723 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9724 (vc-dired-hook): Use expand-file-name instead of concat.
9725 (vc-directory): Use file-name-as-directory.
9726 (vc-snapshot-precondition, vc-create-snapshot)
9727 (vc-retrieve-snapshot): Allow the command to operate on any
9728 directory.
9729
9730 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9731 just removing the 'WORKFILE argument or by removing the 'MASTER
9732 argument and replacing `file' with (vc-name file).
9733
9734 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9735
9736 * vc.el: Update Copyright and add a crude list of backend funs.
9737 (vc-writable-p): New function.
9738 (with-vc-file): Use vc-writable-p.
9739 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9740 (vc-register): Avoid vc-name.
9741 (vc-locking-user): Remove.
9742 (vc-steal-lock): Make the `owner' arg non-optional.
9743 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9744 vc-checkout-model.
9745 (vc-default-dired-state-info): Use vc-state instead of
9746 vc-locking-user and return special strings for special states.
9747 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9748 and get rid of one of the special CVS cases.
9749 (vc-cancel-version): prettify error message with \\[...].
9750 (vc-rename-master): New function.
9751 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9752 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9753 the CVS special case generic.
9754 (vc-default-record-rename): Remove.
9755 (vc-file-tree-walk-internal): Only call FUNC for files that are
9756 under control of some VC backend and replace `concat' with
9757 expand-file-name.
9758 (vc-file-tree-walk): Update docstring.
9759 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9760 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9761
9762 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9763 vc-sccs-record-rename. Use `find-file-noselect' rather than
9764 `find-file' and call `vc-rename-master' to do the actual move.
9765 (vc-sccs-diff): Remove unused `backend' variable.
9766
9767 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9768 to delay loading of vc-sccs until it is really used.
9769 (vc-sccs-master-templates): Preload.
9770 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9771 (vc-sccs-project-dir): Remove (merged into
9772 vc-sccs-search-project-dir).
9773 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9774 rather than `concat', make sure it is preloaded and don't bother
9775 to check that the file actually exists.
9776 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9777 `locks' argument (use buffer's content instead) and eliminate n^2
9778 behavior.
9779
9780 * vc-rcs.el: Update Copyright.
9781 (vc-rcs-rename-file): New function.
9782 (vc-rcs-diff): Remove unused `backend' variable.
9783
9784 * vc-hooks.el: Update Copyright.
9785 (vc-backend): Don't accept a nil argument any more.
9786 (vc-up-to-date-p): Turn into a defsubst.
9787 (vc-possible-master): New function.
9788 (vc-check-master-templates): Use `vc-possible-master' and allow
9789 funs in vc-X-master-templates to return a non-existent file.
9790
9791 * vc-cvs.el: Update Copyright.
9792 (vc-cvs-diff): Remove unused `backend' variable.
9793 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9794
9795 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9796
9797 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9798
9799 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9800 since it can be called from vc-rcs.el.
9801 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9802
9803 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9804
9805 * vc.el (vc-version-diff): Expand file name read from the
9806 minibuffer. Handle the case when a previous version number can't
9807 be guessed. Give suitable messages when there were no differences
9808 found.
9809 (vc-clear-headers): Call backend-specific implementation, if one
9810 exists.
9811 (vc-cancel-version): Made error checks generic. When done, clear
9812 headers generically, too.
9813
9814 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9815 from vc-clear-headers in vc.el.
9816
9817 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9818 correctly.
9819 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9820 optional. Handle the case when it's not there.
9821
9822 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9823
9824 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9825
9826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9827
9828 * vc-hooks.el (vc-loadup): Remove.
9829 (vc-find-backend-function): Use `require'. Also, handle the case
9830 where vc-BACKEND-hooks.el doesn't exist.
9831 (vc-call-backend): Cleanup.
9832
9833 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9834
9835 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9836 vc-rcs-grab-templates)
9837 (vc-rcs-registered): Remove. The default function works as well.
9838 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9839 vc-sccs-grab-templates)
9840 (vc-sccs-registered): Remove. The default function works as well.
9841
9842 * vc.el (vc-version-diff): Left out a vc- in call to
9843 vc-call-backend.
9844 (vc-default-dired-state-info, vc-default-record-rename)
9845 (vc-default-merge-news): Update for the new backend argument.
9846
9847 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9848 using the default function.
9849 (vc-call-backend): If calling the default function, pass it the
9850 backend as first argument. Update the docstring accordingly.
9851 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9852 for the new backend argument.
9853 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9854 (vc-find-backend-function): Use the new name.
9855 (vc-default-registered): New function.
9856
9857 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9858
9859 * vc.el (vc-merge): Use vc-find-backend-function.
9860
9861 * vc-hooks.el (vc-backend-functions): Remove.
9862 (vc-loadup): Don't setup 'vc-functions.
9863 (vc-find-backend-function): New function.
9864 (vc-call-backend): Use above fun and populate 'vc-functions
9865 lazily.
9866 (vc-backend-defines): Remove.
9867
9868 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9869
9870 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9871 Call vc-call-backend without the leading vc-.
9872 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9873 (vc-check-headers): Call vc-call-backend without the leading vc-.
9874 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9875 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9876 Call vc-call-backend without the leading vc-.
9877
9878 * vc-cvs.el (tail): Provide vc-cvs.
9879 * vc-sccs.el (tail): Provide vc-sccs.
9880 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9881
9882 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9883 (vc-make-backend-function, vc-call): Pass names without leading
9884 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9885 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9886 (vc-call-backend): Always try to load vc-X-hooks.
9887 (vc-registered): Remove vc- in call to vc-call-backend.
9888
9889 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9890
9891 * vc.el (vc-process-filter): New function.
9892 (vc-do-command): Setup `vc-process-filter' for the async process.
9893 (vc-maybe-resolve-conflicts): New function to reduce
9894 code-duplication. Additionally, it puts the buffer in
9895 `smerge-mode' if applicable.
9896 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9897 calling `merge-news'.
9898 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9899 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9900 interfacing to log-edit.el.
9901 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9902 log-edit is available.
9903 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9904
9905 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9906
9907 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9908 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9909 defvar and the initialization.
9910 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9911
9912 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9913 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9914
9915 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9916
9917 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9918
9919 * vc.el (vc-file-clear-masterprops): Removed.
9920 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9921 (vc-version-diff): Use buffer-size without argument.
9922 (vc-register): Heed vc-initial-comment.
9923
9924 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9925 default branch.
9926
9927 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9928 file name and workfile version.
9929 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9930
9931 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9932 vc-file-clear-masterprops.
9933
9934 * vc-sccs.el (vc-sccs-checkout): Removed call to
9935 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9936 rather than user login name.
9937
9938
9939 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9940
9941 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9942 `want-differences-if-changed' and simplify.
9943 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9944 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9945 output (which is invalid for async vc-diff) to decide whether to
9946 do the revert silently or not.
9947
9948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9949
9950 * vc-hooks.el (vc-loadup): Load files quietly.
9951 (vc-call-backend): Oops, brain fart.
9952
9953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9954
9955 * vc-cvs.el (vc-cvs-state): Typo.
9956 (vc-cvs-merge-news): Return the status code rather than the error msg.
9957
9958 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9959
9960 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9961 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9962 vc-state or vc-up-to-date-p.
9963 (vc-merge): Use vc-backend-defines to check whether merging is
9964 possible. Set state to 'edited after successful merge.
9965
9966 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9967 return that name. Redocumented.
9968
9969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9970
9971 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9972 new `vc-state' semantics.
9973 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9974 'vc-locking-user to the current user.
9975 (vc-merge): Inline vc-backend-merge. Comment out code that I
9976 don't understand and hence can't adapt to the new `vc-state' and
9977 `vc-locking-user' semantics.
9978 (vc-backend-merge): Remove.
9979
9980 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9981 rather than 'vc-locking-user.
9982
9983 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9984
9985 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9986 (vc-state): Don't use 'reserved any more. Just use the same
9987 convention as the one used for vc-<backend>-state where the
9988 locking user (as a string) is returned.
9989 (vc-locking-user): Update, based on the above convention. The
9990 'vc-locking-user property has disappeared.
9991 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9992
9993 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9994 with a heuristic one.
9995 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9996 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9997 error. That allows us to get to 'needs-merge even in the
9998 stay-local case. There's still no way to detect 'needs-patch in
9999 such a setup (or to force an update for that matter).
10000 (vc-cvs-logentry-check): Remove, the default works as well.
10001
10002 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10003
10004 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10005
10006 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10007 major-mode in which the buffer might have been put earlier. Use
10008 `remove' and `when'. Allow `okstatus' to be `async' and use
10009 `start-process' in this case.
10010 (vc-version-diff): Handle the case where the diff looks empty
10011 because of the use of an async process.
10012
10013 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10014
10015 * vc.el (vc-next-action-on-file): Removed optional parameter
10016 `simple'. Recompute state unconditionally.
10017 (vc-default-toggle-read-only): Removed.
10018
10019 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10020 (vc-toggle-read-only): Undid prev change.
10021
10022 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10023 vc-cvs-simple-toggle. Redocumented.
10024 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10025 (vc-cvs-toggle-read-only): Removed.
10026
10027 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10028
10029 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10030 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10031 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10032 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10033 still is. So maybe it should be removed.
10034 (vc-head-version, vc-find-binary): Remove.
10035 (vc-recompute-state): Move from vc-hooks.el.
10036 (vc-next-action-on-file): Add a `simple' argument to allow
10037 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10038 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10039 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10040 (vc-dired-mode-map): Properly defvar it.
10041 (vc-print-log): Call log-view-mode if available.
10042 (small-temporary-file-directory): defvar instead of use boundp.
10043 (vc-merge-news): Moved to vc-cvs.el.
10044 (vc-default-merge-news): New function.
10045
10046 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10047 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10048 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10049 unknown `vc-latest-version' function. It should probably refer to
10050 vc-workfile-version or somesuch, but it's very unclear to me and I
10051 don't have SCCS to test things.
10052
10053 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10054 (vc-sccs-state-heuristic): Fix typo.
10055 (vc-sccs-workfile-unchanged-p): Add missing argument.
10056
10057 * vc-rcs.el: Require vc and vc-rcs-hooks.
10058 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10059 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10060 (vc-release-greater-or-equal-p): Move from vc.
10061 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10062 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10063 (vc-rcs-checkout): Add a missing `new-version' argument in the
10064 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10065
10066 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10067 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10068 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10069 than the apparently unbound `workfile-version'.
10070
10071 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10072 (vc-file-prop-obarray): Use `make-vector'.
10073 (vc-backend-functions): Add new hookable functions
10074 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10075 (vc-loadup): If neither backend nor default functions exist, use
10076 the backend function rather than nil.
10077 (vc-call-backend): If the function if not bound yet, try to load
10078 the non-hook file to see if it provides it.
10079 (vc-call): New macro plus use it wherever possible.
10080 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10081 nor `vc-find-binary' since it's only called from
10082 vc-mistrust-permission which is only used once the backend is known.
10083 (vc-checkout-model): Fix parenthesis.
10084 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10085
10086 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10087 (vc-cvs-release, vc-cvs-system-release): Remove.
10088 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10089 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10090 status symbols.
10091 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10092 (vc-cvs-toggle-read-only): First cut at a function to allow a
10093 cvs-status-free vc-toggle-read-only.
10094 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10095 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10096 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10097 (vc-cvs-checkout): Modify access rights directly if the user
10098 requested not to use `cvs edit'. And refresh the mode line.
10099
10100 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10101 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10102
10103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10106 workfile' that got lost when the code was extracted from vc.el.
10107 And merged the tail with the rest of the code (not possible in the
10108 old vc.el where the tail was shared among all backends). And
10109 explicitly set the state to 'edited if `writable' is set.
10110
10111 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10112 (vc-cvs-state): Be careful to return the value from
10113 vc-cvs-parse-state.
10114 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10115 property but return it instead. Also be careful to handle a nil
10116 or "" `rev' when workfile is non-nil (it was handled properly when
10117 workfile was nil).
10118
10119 * vc.el: Removed those pesky unnecessary `(function' quotes.
10120 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10121 directly in the defvar.
10122 (vc-do-command): Bind inhibit-read-only so as to properly handle
10123 the case where the destination buffer has been made read-only.
10124 (vc-diff): Delegate to vc-version-diff in all cases.
10125 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10126 (vc-annotate-mode-variables): Removed (code moved partly to
10127 defvars and partly to vc-annotate-add-menu).
10128 (vc-annotate-mode): Turned into a derived-mode.
10129 (vc-annotate-add-menu): Moved in code in
10130 vc-annotate-mode-variables.
10131 (vc-update-change-log): Use make-temp-file if available.
10132
10133 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10134
10135 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10136 `vc-checkout-model' updated to `vc-cvs-update-model'.
10137
10138 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10139
10140 * vc.el (vc-next-action-on-file): Added handling of state
10141 `unlocked-changes'.
10142 (vc-checkout-carefully): Is now practically obsolete, unless the
10143 above is too slow to be enabled unconditionally.
10144 (vc-update-change-log): Fixed typo.
10145
10146 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10147
10148 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10149 Now handles state `unlocked-changes'.
10150 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10151
10152 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10153
10154 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10155 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10156 `unlocked-changes'.
10157 (vc-rcs-workfile-unchanged-p): Renamed from
10158 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10159 function yet, but supposed to become one soon.
10160
10161 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10162 `vc-steal-lock'.
10163 (vc-call-backend): Changed error message.
10164 (vc-state): Added description of state `unlocked-changes'.
10165
10166 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10167
10168 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10169 always return t in CVS-controlled directories.
10170
10171 * vc.el (vc-responsible-backend): New function.
10172 (vc-register): Largely rewritten.
10173 (vc-admin): Removed (implementation moved into vc-register).
10174 (vc-checkin): Redocumented.
10175 (vc-finish-logentry): If no backend defined yet (because we are in
10176 the process of registering), use the responsible backend.
10177
10178 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10179 Updated function lists.
10180 (vc-call-backend): Fixed typo.
10181
10182 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10183 New functions.
10184 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10185 Removed query option. Redocumented.
10186
10187 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10188
10189 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10190
10191 * vc.el: Updated callers of `vc-checkout-required' to use
10192 `vc-checkout-model'.
10193
10194 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10195
10196 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10197 stuff updated to reference this function instead of the old
10198 `vc-backend-release-p'.
10199
10200 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10201
10202 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10203 vc-checkout-model. Return appropriate values. Updated callers.
10204
10205 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10206
10207 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10208 (vc-backend-revert): Function moved into `vc-revert';
10209 `vc-next-action' must be updated to accomodate this change.
10210 (vc-backend-steal): Function moved into `vc-finish-steal'.
10211 (vc-backend-logentry-check): Function moved into
10212 `vc-finish-logentry'.
10213 (vc-backend-printlog): Function moved into `vc-print-log'.
10214 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10215 (vc-backend-assign-name): Function moved into
10216 `vc-create-snapshot'.
10217
10218 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10219
10220 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10221 Rename to vc-checkout-model. Return appropriate values.
10222 Update callers.
10223
10224 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10225 to vc-checkout-model.
10226 (vc-checkout-required): Rename to vc-checkout-model.
10227 Re-implement and re-comment.
10228 (vc-after-save): Use vc-checkout-model.
10229
10230 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10231
10232 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10233 Update to use the vc-BACKEND-diff functions instead.
10234 `vc-diff' is now working.
10235
10236 * vc-rcs.el (vc-rcs-logentry-check): New function.
10237
10238 * vc-cvs.el (vc-cvs-logentry-check): New function.
10239
10240 * vc-sccs.el (vc-sccs-diff): Function changed name from
10241 `vc-backend-diff'. This makes `vc-diff' work.
10242
10243 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10244 of functions possibly implemented in a vc-BACKEND library.
10245 (vc-checkout-required): Fix bug that caused an error to be
10246 signaled during `vc-after-save'.
10247
10248 * vc.el: Fix typo.
10249 This checkin is made with our new VC code base for the very first time.
10250 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10251
10252 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10253 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10254
10255 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10256 updated to `vc-uses-locking'.
10257 (vc-checkout-required): Call to backend function.
10258 `vc-checkout-required' updated to `vc-uses-locking' instead.
10259
10260 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10261 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10262
10263 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10264 to match the split into various backends.
10265 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10266 (vc-retrieve-snapshot): Bug fix.
10267
10268 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10269
10270 * vc-sccs.el (vc-sccs-release): Doc fix.
10271
10272 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10273
10274 * vc.el (vc-next-action-on-file): Bug found and fixed.
10275 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10276 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10277
10278 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10279 (vc-rcs-checkout): Name space cleaned up. No more revision number
10280 crunching function names that are not prefixed with vc-rcs.
10281 (vc-rcs-checkout-model): Function added. References to
10282 `vc-checkout-model' replaced.
10283
10284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10285
10286 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10287 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10288 still need to be split, and implemented for RCS).
10289
10290 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10291
10292 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10293
10294 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10295 required by the vc.el file.
10296
10297 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10298 required by the vc.el file.
10299 (vc-rcs-exists): Function added.
10300
10301 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10302 required by the vc.el file.
10303
10304 * vc.el (vc-admin): Updated to handle selection of appropriate
10305 backend. Current implementation is crufty and need re-thinking.
10306
10307 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10308
10309 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10310
10311 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10312 beginning of annotate buffers correctly.
10313
10314 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10315 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10316 functionality updated quite a lot to support multiple backends.
10317 Variables `vc-annotate-mode', `vc-annotate-buffers',
10318 `vc-annotate-backend' added.
10319
10320 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10321 `vc-annotate-difference' added to supported backend functions.
10322
10323 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10324
10325 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10326 Use with-temp-file instead of /bin/sh. Merged from mainline
10327
10328 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10329
10330 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10331
10332 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10333
10334 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10335
10336 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10337
10338 * vc-hooks.el: vc-state-heuristic added to
10339 vc-backend-hook-functions.
10340
10341 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10342
10343 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10344
10345 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10346 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10347 state to `reserved'.
10348
10349 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10350 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10351
10352 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10353
10354 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10355 untouched.
10356
10357 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10358
10359 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10360 if defined. (Merged from main line, slightly adapted.)
10361
10362 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10363 millenium problem (merged from mainline).
10364
10365 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10366
10367 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10368 part and moved the non-BACKEND stuff to vc.el.
10369
10370 * vc.el: Split the annotate feature into a BACKEND specific part
10371 and moved it from the vc-cvs.el file to this one.
10372
10373 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10374
10375 * vc-hooks.el: Implement new state model.
10376 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10377 (vc-locking-user): Simplify. Now only needed if the file is
10378 locked by somebody else.
10379 (vc-lock-from-permissions): Remove. Functionality is in
10380 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10381 (vc-mode-line-string): New name for former vc-status. Adapted.
10382 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10383
10384 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10385 Various simplifications and adaptations all over the place.
10386
10387 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10388 Simplify and adapt the rest.
10389
10390 * vc.el (vc-resynch-window): Add TODO comment: check for
10391 interaction with view mode according to recent RCS change.
10392 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10393
10394 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10395
10396 * vc.el: Convert the remaining function comments to docstrings.
10397
10398 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10399
10400 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10401 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10402 (vc-minor-part, vc-previous-version): Functions that operate and
10403 compare revision numbers got proper documentation. Comments added
10404 about their possible removal.
10405
10406 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10407
10408 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10409 the vc-backend.el files.
10410
10411 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10412
10413 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10414 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10415 (vc-rcs-previous-version): Functions added.
10416
10417 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10418
10419 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10420
10421 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10422
10423 * vc-hooks.el (vc-master-templates): Is really obsolete.
10424 Comment out the definition for now. What is the right procedure
10425 to get rid of it?
10426 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10427 rewritten.
10428 (vc-default-registered): Remove.
10429 (vc-check-master-templates): New function; does mostly what the
10430 above did before.
10431 (vc-locking-user): Don't rely on the backend to set the property.
10432
10433 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10434 Rewrite documentation.
10435 (vc-rcs-templates-grabbed): New variable.
10436 (vc-rcs-grab-templates): New function.
10437 (vc-rcs-registered): Rewrite to use above mechanism.
10438
10439 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10440 Rewrite documentation.
10441 (vc-sccs-templates-grabbed): New variable.
10442 (vc-sccs-grab-templates): New function.
10443 (vc-sccs-registered): Rewrite to use above mechanism.
10444 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10445 Don't throw the result, simply return it.
10446
10447 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10448 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10449 (vc-cvs-registered): Does the check itself now. Simplify.
10450
10451 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10452 from main line.
10453
10454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10455
10456 * vc-cvs.el (vc-cvs-diff): New function.
10457
10458 * vc-sccs.el (vc-sccs-diff): New function.
10459
10460 * vc-rcs.el (vc-rcs-diff): New function.
10461 (vc-rcs-checkout): Bug (typo) found and fixed.
10462 (vc-rcs-register-switches): New variable.
10463
10464 * vc.el (vc-backend-diff): Function removed and placed in the
10465 backend files.
10466
10467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10468
10469 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10470
10471 * vc.el (vc-backend-checkout): Function removed and replaced in
10472 the vc-backend.el files.
10473
10474 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10475
10476 * vc.el (vc-backend-admin): Removed and replaced in the
10477 vc-backend.el files.
10478
10479 * vc.el (Martin): Removed all the annotate functionality since it
10480 is CVS backend specific.
10481
10482 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10483
10484 * spec.txt: Added specification of vc-state.
10485
10486 * vc-sccs-hooks.el (vc-sccs-master-properties):
10487 Remove handling of vc-latest-version and
10488 vc-your-latest-version. What used to be vc-latest-version, is now
10489 returned as vc-workfile-version.
10490 (vc-sccs-workfile-version): Adapt.
10491
10492 2000-09-04 Dave Love <fx@gnu.org>
10493
10494 * vc.el: [Merged from mainline.]
10495 (vc-dired-mode): Make the dired-move-to-filename-regexp
10496 regexp match the date, to avoid treating date as file size.
10497 Add YYYY S option to WESTERN/
10498
10499 2000-09-04 Dave Love <fx@gnu.org>
10500
10501 * vc.el: Require `compile' when compiling.
10502 (vc-logentry-check-hook): New option.
10503 (vc-steal-lock): Use compose-mail.
10504 (vc-dired-mode-map): Defvar when compiling.
10505 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10506 vc-sccs.el and renamed. Callers changed.
10507 (vc-backend-checkout, vc-backend-logentry-check)
10508 (vc-backend-merge-news): Doc fix.
10509 (vc-default-logentry-check): New function.
10510 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10511 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10512 (vc-backend-merge): Doc fix. Use backend functions.
10513 (vc-check-headers): Use backend functions.
10514
10515 * vc-cvs.el: Require vc when compiling.
10516 (vc-cvs-register-switches): Doc fix.
10517 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10518 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10519 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10520 New functions (code from vc.el).
10521 (vc-annotate-display-default): Fix interactive spec.
10522 (vc-annotate-time-span): Doc fix.
10523
10524 * vc-rcs.el: Require vc when compiling.
10525 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10526 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10527 (vc-rcs-checkin): New functions (code from vc.el).
10528 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10529 Doc fix.
10530 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10531
10532 * vc-sccs.el: Require vc when compiling.
10533 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10534 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10535 (vc-sccs-revert)
10536 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10537 from vc.el).
10538 (vc-sccs-add-triple, vc-sccs-record-rename)
10539 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10540 (vc-sccs-admin): Doc fix.
10541
10542 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10543
10544 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10545 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10546 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10547 from vc.el.
10548
10549 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10550
10551 * vc-cvs.el: Moved the annotate functionality from vc.el.
10552 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10553
10554 2000-09-04 Dave Love <fx@gnu.org>
10555
10556 * vc.el (vc-backend-release): Call vc-system-release.
10557
10558 * vc-sccs.el (vc-sccs-system-release):
10559 Renamed from vc-sccs-backend-release.
10560
10561 * vc-rcs.el (vc-rcs-system-release):
10562 Renamed from vc-rcs-backend-release.
10563
10564 * vc-cvs.el (vc-cvs-system-release):
10565 Renamed from vc-cvs-backend-release.
10566
10567 2000-09-04 Dave Love <fx@gnu.org>
10568
10569 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10570 backend files.
10571 (vc-backend-release): Dispatch to backend functions.
10572 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10573 probably needs attention.]
10574
10575 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10576 (vc-sccs-backend-release): New function.
10577
10578 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10579 (vc-cvs-backend-release): New function.
10580
10581 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10582 Doc fix.
10583 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10584 (vc-default-dired-state-info): New function.
10585 (vc-dired-state-info): Dispatch to backends.
10586 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10587
10588 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10589 from vc.el and renamed.
10590
10591 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10592
10593 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10594 (vc-version-other-window, vc-backend-assign-name): Removed
10595 references to vc-latest-version; sometimes changed into
10596 vc-workfile-version.
10597
10598 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10599 vc-rcs-master-workfile-version.
10600 (vc-rcs-workfile-version): Use the above. Don't call
10601 vc-latest-version (that was unreachable code, anyway).
10602 (vc-rcs-fetch-master-properties): Doc fix.
10603
10604 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10605 (vc-backend-hook-functions): Removed them from this list, too.
10606 (vc-fetch-properties): Removed.
10607 (vc-workfile-version): Doc fix.
10608
10609 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10610 (vc-rcs-workfile-version, vc-rcs-locking-user)
10611 (vc-rcs-uses-locking): Use it.
10612
10613 * vc-hooks.el (vc-consult-rcs-headers):
10614 Moved into vc-rcs-hooks.el, under the name
10615 vc-rcs-consult-headers.
10616
10617 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10618 headers.
10619 (vc-cvs-find-master): Use this name only; correct different
10620 versions of the name.
10621
10622 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10623 New functions.
10624 (vc-sccs-locking-user): Use the latter.
10625
10626 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10627 New functions.
10628
10629 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10630 Moved into both
10631 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10632 functions are implementation details of those two backends.
10633
10634 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10635
10636 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10637 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10638
10639 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10640 (vc-sccs-parse-locks): SCCS-specific code moved here from
10641 vc-hooks.
10642
10643 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10644 code moved here from vc-hooks.
10645
10646 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10647 into back-end specific parts and removed. Callers not updated
10648 yet; because I guess these callers will disappear into back-end
10649 specific files anyway.
10650
10651 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10652
10653 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10654 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10655 `vc-uses-locking'.
10656
10657 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10658 Store yes/no in the property, and return t/nil. Updated all
10659 callers.
10660
10661 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10662 vc-sccs-uses-locking. Don't set property.
10663 (vc-sccs-locking-user): Don't set property.
10664
10665 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10666 vc-cvs-uses-locking. Don't set property here; leave that to
10667 vc-hooks.
10668 (vc-cvs-locking-user): Reflect above change. Streamlined.
10669
10670 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10671 vc-rcs-uses-locking.
10672 (vc-rcs-locking-user): Reflect above change.
10673
10674 2000-09-04 Dave Love <fx@gnu.org>
10675
10676 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10677
10678 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10679
10680 * vc-hooks.el (vc-checkout-model): Punt to backends.
10681
10682 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10683
10684 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10685
10686 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10687 New functions.
10688
10689 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10690 New functions.
10691
10692 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10693 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10694
10695 * vc-hooks.el (vc-default-locking-user): New function.
10696 (vc-locking-user, vc-workfile-version): Punt to backends.
10697
10698 2000-09-04 Dave Love <fx@gnu.org>
10699
10700 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10701 (vc-master-workfile-version): Moved from vc-hooks.
10702
10703 * vc-rcs-hooks.el: Fix duplicate code in last change.
10704
10705 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10706 (vc-rcs-master-templates): Improve :type.
10707 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10708 vc-master-workfile-version): Moved from vc-hooks.
10709
10710 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10711 (vc-sccs-master-templates): Improve :type.
10712 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10713
10714 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10715
10716 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10717 (vc-cvs-master-templates): Improve :type. Use
10718 vc-cvs-find-cvs-master.
10719 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10720 from vc-hooks.
10721 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10722
10723 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10724 Moved to vc-cvs-hooks.
10725
10726 * vc-hooks.el: Add doc strings in various places. Simplify the
10727 minor mode setup.
10728 (vc-handled-backends): New user variable.
10729 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10730 simplification.
10731
10732 2000-09-04 Dave Love <fx@gnu.org>
10733
10734 * vc.el: Some doc fixes for autoloaded and interactive functions.
10735 Fix compilation warnings from ediff stuff.
10736 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10737
10738 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10739
10740 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10741
10742 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10743
10744 2000-09-04 Dave Love <fx@gnu.org>
10745
10746 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10747 New variable.
10748 (vc-make-backend-function, vc-loadup, vc-call-backend)
10749 (vc-backend-defines): New functions.
10750
10751 * vc-hooks.el: Various doc fixes.
10752 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10753 (vc-match-substring): Function removed. Callers changed to use
10754 match-string.
10755 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10756 Simplify.
10757
10758 2000-09-04 Dave Love <fx@gnu.org>
10759
10760 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10761 type.
10762 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10763 (vc-sccs-registered): Doc fix.
10764
10765 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10766 (vc-cvs-registered): Doc fix.
10767
10768 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10769 (vc-rcs-registered): Doc fix.
10770
10771 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10772
10773 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10774
10775 * vc-hooks.el: vc-registered has been renamed
10776 vc-default-registered. Some functions have been moved to the
10777 backend specific files. they all support the
10778 vc-BACKEND-registered functions.
10779
10780 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10781
10782 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10783
10784 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10785
10786 2000-09-04 Dave Love <fx@gnu.org>
10787
10788 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10789 menu-bar-update-hook.
10790
10791 * help.el (help-manyarg-func-alist): Add
10792 find-operation-coding-system.
10793
10794 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10795
10796 * custom.el (custom-set-variables): Print message about errors in
10797 setting.
10798
10799 2000-09-03 Andrew Innes <andrewi@gnu.org>
10800
10801 * makefile.w32-in: Change to DOS line endings.
10802
10803 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10804
10805 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10806 minor-mode keymaps, if they don't have one.
10807
10808 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * eshell/esh-module.el (eval-when-compile): Don't lose if
10811 esh-module.el's file name is truncated to DOS 8+3 limits.
10812
10813 2000-09-01 John Wiegley <johnw@gnu.org>
10814
10815 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10816 predicate, which caused entries in the completion list to be
10817 doubled.
10818
10819 2000-08-30 John Wiegley <johnw@gnu.org>
10820
10821 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10822 sending to subprocesses. Also, hook pre-command-hook if
10823 `eshell-send-direct-to-subprocesses' is non-nil.
10824 (eshell-send-direct-to-subprocesses): New config variable. If t,
10825 subprocess input is send immediately.
10826 (eshell-toggle-direct-send): New function.
10827 (eshell-self-insert-command): New function.
10828 (eshell-intercept-commands): New function.
10829 (eshell-send-input): If direct subprocess sending is enabled,
10830 don't echo any input to the Eshell buffer. Let the subprocess
10831 handle that. This requires "stty echo" in bash, for example.
10832
10833 2000-08-28 John Wiegley <johnw@gnu.org>
10834
10835 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10836 completion function for Eshell's implementation of `unset'.
10837
10838 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10839
10840 * info.el (Info-directory-list): Doc fix.
10841
10842 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10843
10844 * filecache.el (file-cache-add-directory-using-find): Don't quote
10845 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10846
10847 2000-08-31 Kenichi Handa <handa@etl.go.jp>
10848
10849 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10850 coding systems.
10851
10852 2000-08-30 Andrew Innes <andrewi@gnu.org>
10853
10854 * timer.el (run-with-idle-timer): Undo last change, so that timer
10855 is not activated immediately if Emacs is already idle. Some
10856 existing code relies on this behaviour.
10857
10858 2000-08-30 Miles Bader <miles@gnu.org>
10859
10860 * frame.el (set-frame-font): Do completion of font-name for
10861 interactive use.
10862
10863 2000-08-30 Kenichi Handa <handa@etl.go.jp>
10864
10865 * international/quail.el (quail-start-translation): Bind locally
10866 last-command-event, last-command, and this-command.
10867 (quail-start-conversion): Likewise.
10868 (quail-self-insert-command): Fix docstring.
10869
10870 2000-08-29 Gerd Moellmann <gerd@gnu.org>
10871
10872 * progmodes/executable.el
10873 (executable-make-buffer-file-executable-if-script-p): Check that
10874 buffer contains at least 2 characters.
10875
10876 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10877
10878 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10879
10880 2000-08-29 Dave Love <fx@gnu.org>
10881
10882 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10883 (diff-mode-shared-map): Bind mouse-2.
10884 (diff-imenu-generic-expression): New variable.
10885 (diff-mode): Use it.
10886
10887 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10888 (mouse-popup-menubar): Add minor mode menus.
10889 (popup-menu): Check for lookup-key returning number.
10890
10891 2000-08-29 Miles Bader <miles@gnu.org>
10892
10893 * comint.el (comint-send-input): Create overlays using the proper
10894 front/read-advance arguments.
10895
10896 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10897
10898 * ps-print.el: Even/odd pages printing. Doc fix.
10899 (ps-print-version): New version number (6.0).
10900 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10901 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10902 (ps-print-duplex-feature): Variable eliminated.
10903 (ps-even-or-odd-pages): New variable.
10904
10905 * progmodes/ebnf2ps.el: Doc fix.
10906 (ebnf-version): New version (3.3).
10907 (ebnf-user-arrow): Change variable customization to sexp.
10908 (ebnf-user-arrow): Function eliminated.
10909 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10910
10911 2000-08-29 Kenichi Handa <handa@etl.go.jp>
10912
10913 * help.el (help-xref-mule-regexp): New variable.
10914 (help-make-xrefs): Handle help-xref-mule-regexp.
10915
10916 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10917 variable.
10918 (describe-input-method): Temporarily activate the specfied input
10919 method to display the information.
10920 (describe-language-environment): Hyperlinks to mule related items.
10921
10922 * international/mule-diag.el (charset-multibyte-form-string): New
10923 function.
10924 (list-character-sets-1): Use charset-multibyte-form-string.
10925 (describe-character-set): New function.
10926 (describe-coding-system): Hyperlinks to safe character sets.
10927
10928 * international/quail.el (quail-help): New arg PACKAGE.
10929 Hyperlinks to mule related items.
10930 (quail-help-insert-keymap-description): Use
10931 substitute-command-keys instead of describe-bindings.
10932 (quail-translation-help): Hyperlinks to mule related items.
10933
10934 2000-08-28 John Wiegley <johnw@gnu.org>
10935
10936 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10937 have a defsubst call itself. Made `eshell-flatten-list' back into
10938 a function again.
10939
10940 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10941 catch, in case re-centering point at bottom messes up the display.
10942 This happens frequently in Emacs 21, due I believe to variable
10943 line heights.
10944
10945 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10946 to call `find-tag-interactive'.
10947
10948 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10949 the list of remember directories.
10950
10951 2000-08-28 John Wiegley <johnw@gnu.org>
10952
10953 * align.el: Test align-region-separate to see if it's a symbol.
10954
10955 2000-08-28 John Wiegley <johnw@gnu.org>
10956
10957 * eshell/esh-util.el (eshell-flatten-list): Made this function
10958 into a defsubst form. It gets used very frequently, although
10959 calls don't occur all that often.
10960
10961 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10962 examining it.
10963
10964 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10965 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10966 `eshell-protect'.
10967 (eshell-copy-handles): Created a new macro for duplicating the
10968 current set of open handles. This is needed by the looping
10969 functions.
10970 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10971 is not incorrectly stomped on.
10972
10973 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10974 declaration for pcomplete-use-paring.
10975 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10976 value of eshell-cmpl-use-paring.
10977 * pcomplete.el (pcomplete-use-paring): New config variable, to
10978 indicate whether paring should be used.
10979 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10980 completion alternatives that have already been used.
10981
10982 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10983 bound to C-c C-y, which will repeat the previous N arguments
10984 (based on prefix argument).
10985 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10986
10987 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10988 if there is no *Help* buffer. This is for XEmacs, which renames
10989 its help buffers uniquely. TODO: Find out what the current buffer
10990 name to delete is.
10991
10992 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10993 first entry that correlates to a passwd/group number. Later
10994 entries (used for group/user name aliasing to multiple IDs) are
10995 ignored.
10996
10997 * eshell/em-xtra.el (eshell/expr):
10998 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10999 (eshell-grep, eshell/diff, eshell/locate):
11000 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11001 argument list, before passing it to the system command.
11002
11003 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11004 `find-tag' for use at final position in Eshell buffers (which
11005 otherwise triggers an error on Emacs 21).
11006 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11007 buffer, if it is currently bound to `find-tag'.
11008
11009 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11010 in the list of matched Makefile names.
11011 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11012 directory, prefer its contents to Makefile.
11013
11014 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11015 directory parts (like "cd old new", or "cd =regexp"), are now case
11016 sensitive on non-Windows/DOS platforms.
11017
11018 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11019 types RET after an open delimiter (like "), display a message
11020 indicating that Eshell is waiting for the closing delimiter.
11021
11022 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11023 environment variables.
11024
11025 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11026 gracefully if the user enters incorrect arguments.
11027
11028 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11029 Eshell buffers.
11030
11031 * eshell/esh-var.el (eshell-interpolate-variable):
11032 * eshell/esh-mode.el (eshell-move-argument):
11033 * eshell/em-unix.el (eshell-du-sum-directory):
11034 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11035 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11036 (not (= ...)).
11037
11038 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11039 to ensure the `preserve' flag gets propagated when doing recursive
11040 directory copies.
11041
11042 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11043
11044 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11045 Don't convert \n into \0177 in memory.
11046 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11047 and back again, when reading and writing.
11048
11049 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11050
11051 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11052 testing of `fboundp' on `processp'.
11053
11054 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11055 (eshell/jobs): Don't call process-list if it is not bound.
11056 (eshell-gather-process-output): Support systems where async
11057 subprocesses aren't supported.
11058 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11059 variables.
11060
11061 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11062 eshell-do-eval returns t.
11063 (eshell-do-pipelines-synchronously): New defmacro.
11064 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11065 when async subprocesses aren't supported.
11066 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11067 if async subprocesses aren't supported.
11068 (eshell-resume-command): Don't assume STATUS is a string.
11069
11070 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11071
11072 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11073 (eshell-close-target, eshell-get-target): Use eshell-processp.
11074 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11075 fix.
11076 (eshell-get-target, eshell-create-handles): Doc fix.
11077
11078 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11079
11080 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11081 criterion to include commands that output something, as long as it
11082 leaves both the command and the end-of-buffer visible when the
11083 command has exited.
11084 (eshell-review-quick-commands): Adjust the help doc string
11085 accordingly.
11086
11087 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11088
11089 * locate.el (locate): Cleaned up locate command's interactive prompting
11090 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11091
11092 * filecache.el (file-cache-case-fold-search): New variable
11093 (file-cache-assoc-function): New variable
11094 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11095 Use file-cache-case-fold-search variable
11096 (file-cache-add-file): Use file-cache-assoc-function
11097 (file-cache-delete-file): likewise
11098 (file-cache-directory-name): likewise
11099 (file-cache-debug-read-from-minibuffer): likewise
11100
11101 2000-08-28 Gerd Moellmann <gerd@gnu.org>
11102
11103 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11104 (abbrev-table-name): New function.
11105 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11106 If non-nil list local abbrev, only.
11107
11108 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11109
11110 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11111 from Gnus support code, and use special article copy buffer
11112 `(gnus-original-article-buffer)' instead. This allows to get rid
11113 of article-hide-headers usage (which breaks in the latest Gnus
11114 version). Thanks to Detlev Zundel.
11115
11116 2000-08-28 Kenichi Handa <handa@etl.go.jp>
11117
11118 * international/quail.el (quail-use-package): Hide "... loaded"
11119 message.
11120 (quail-start-translation, quail-start-conversion): Likewise.
11121
11122 * international/kkc.el (kkc-region): Hide "... loaded" message.
11123
11124 2000-08-27 Dave Love <fx@gnu.org>
11125
11126 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11127
11128 2000-08-27 Miles Bader <miles@gnu.org>
11129
11130 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11131
11132 2000-08-27 Kenichi Handa <handa@etl.go.jp>
11133
11134 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11135 'ja-dic-cnv), not (require 'skkdic-cnv).
11136
11137 2000-08-26 Miles Bader <miles@gnu.org>
11138
11139 * faces.el (face-x-resources): Add entry for :inherit.
11140 * cus-face.el (custom-face-attributes): Add support for :inherit
11141 attribute. Add support for relative face heights.
11142 (custom-face-attributes-get): Treat `nil' as being a default value
11143 for :inherit (as well as `unspecified').
11144
11145 * faces.el (set-face-attribute): Update doc string.
11146 (face-attribute-name-alist): Add :inherit.
11147 (face-valid-attribute-values): Handle :inherit.
11148 (face-read-string): Rephrase prompt to be less confusing.
11149 Assume that DEFAULT is a string, since we must return a string.
11150 (face-read-integer): Use `format' to turn DEFAULT into an
11151 acceptable default for face-read-string. Match NEW-VALUE against
11152 the string "unspecified", not the symbol `unspecified', since
11153 that's what face-read-string returns.
11154 (read-face-attribute): Lookup a name for old-value in valid, and
11155 use it as a default if we find one. Treat all values from
11156 face-read-string as strings. If the default is used, don't do any
11157 more processing on the value, just use the old value directly.
11158 (read-face-and-attribute, modify-face): Tweak prompt.
11159 (read-face-name): Don't assume prompt ends with a space.
11160
11161 * faces.el (describe-face): Add support for :inherit attribute.
11162
11163 2000-08-25 Kenichi Handa <handa@etl.go.jp>
11164
11165 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11166 concat doesn't accept interger.
11167
11168 * international/kkc.el: Remove SKK from Keywords. Require
11169 ja-dic-utl instead of skkdic-utl.
11170
11171 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11172 Provide ja-dic-cnv instead of skkdic-cnv.
11173 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11174 (iso-2022-7bit-short): Add safe-charsets property.
11175 (skkdic-convert-postfix): Search Japanese chou-on character in
11176 addition to Hiragana character.
11177 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11178 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11179 (batch-skkdic-convert): Likewise.
11180
11181 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11182 Provide ja-dic-utl instead of skkdic-utl.
11183 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11184
11185 2000-08-24 Dave Love <fx@gnu.org>
11186
11187 * disp-table.el (standard-display-default): Make the test of `l'
11188 useful.
11189
11190 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11191 mod sample text.
11192
11193 * international/iso-ascii.el: Make pilcrow convenient string
11194 consistent with section.
11195 (iso-ascii-display): Set up multibyte characters as well as
11196 unibyte.
11197
11198 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11199
11200 * international/mule-cmds.el (reset-language-environment): Set
11201 default-process-coding-system to '(undecided . iso-latin-1), which
11202 makes process I/O almost consistent with file I/O. Call this
11203 function when mule-cmds.el[c] is loaded.
11204
11205 2000-08-22 Andrew Innes <andrewi@gnu.org>
11206
11207 * makefile.w32-in: New file.
11208
11209 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11210
11211 * comint.el (comint-output-filter): Compare end of
11212 comint-last-output-overlay with the start of the newly inserted
11213 text, not the end, when deciding whether to extend it.
11214 Set saved-point's insertion type to advance after insertion.
11215
11216 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11217 since this is now done independently of font-lock mode.
11218
11219 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11220
11221 * server.el (server-kill-new-buffers): New user option.
11222 (server-existing-buffer): New buffer-local variable.
11223 (server-visit-files): When using an existing buffer, set
11224 server-existing-buffer to t.
11225 (server-buffer-done): If server-kill-new-buffers is t, kill the
11226 buffer, unless it was already present before visiting it with
11227 Emacs server.
11228
11229 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11230
11231 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11232 even if the display doesn't support colors: some displays will
11233 support bold/underline faces.
11234
11235 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11236
11237 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11238
11239 * startup.el (command-line): If user's init file had an error,
11240 add explanatory text to *Messages*.
11241
11242 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11243
11244 * man.el (Man-getpage-in-background): Decode the process output by
11245 the system locale coding system.
11246
11247 2000-08-20 Dave Love <fx@gnu.org>
11248
11249 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11250 Don't test x-popup-menu.
11251 (function) <complete-function>: Complete only fbound symbols.
11252 <validate, value>: New.
11253 (variable) <complete-function>: Complete only bound symbols.
11254 (coding-system): Add :base-only, :complete-function, :validate,
11255 :value, :prompt-match.
11256 (widget-coding-system-prompt-value): Use read-coding-system and
11257 act on :base-only.
11258 (editable-field): Add :help-echo.
11259 (widget-push-button-gui, widget-push-button-cache)
11260 (widget-gui-action, widget-editable-list-gui): COmment out, along
11261 with uses.
11262 (widget-at): Make arg optional.
11263 (widget-echo-help): Adjust for current help-echo calling sequence.
11264 (widget-specify-field, widget-specify-button)
11265 (widget-specify-insert, widget-get-sibling, widget-image-find)
11266 (widget-convert, widget-insert, widget-leave-text)
11267 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11268 (widget-setup, widget-field-find, widget-before-change)
11269 (widget-after-change, widget-default-complete)
11270 (widget-default-create, widget-default-delete)
11271 (widget-push-button-value-create, editable-field)
11272 (widget-field-prompt-value, widget-field-validate)
11273 (widget-choice-value-create, widget-choice-action)
11274 (widget-choice-validate, widget-checklist-add-item)
11275 (widget-radio-add-item, widget-radio-chosen)
11276 (widget-radio-value-inline, widget-editable-list-value-create)
11277 (widget-editable-list-entry-create)
11278 (widget-documentation-link-add)
11279 (widget-documentation-string-value-create)
11280 (widget-regexp-validate, widget-file-complete)
11281 (widget-sexp-validate, widget-plist-convert-widget)
11282 (widget-plist-convert-widget, widget-alist-convert-widget)
11283 (widget-alist-convert-widget, widget-color-complete): Simplify,
11284 particularly to avoid bindings which aren't optimized out.
11285
11286 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11287 Doc fix.
11288 (down-list, backward-up-list, up-list, kill-sexp)
11289 (backward-kill-sexp, mark-sexp): Make arg optional.
11290 (lisp-complete-symbol): Add optional arg PREDICATE.
11291
11292 * cus-start.el: Add display-buffer-reuse-frames,
11293 file-coding-system-alist.
11294
11295 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11296
11297 * startup.el (command-line): Clear realized faces after
11298 modifying TTY color mappings.
11299
11300 2000-08-20 Miles Bader <miles@gnu.org>
11301
11302 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11303 merely a subset of FACE's attributes.
11304
11305 2000-08-19 Miles Bader <miles@gnu.org>
11306
11307 * comint.el (comint-output-filter): Save the point with a marker,
11308 not just a buffer position.
11309
11310 * international/mule.el (set-buffer-process-coding-system): Make
11311 interactive prompt less confusing.
11312
11313 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11314
11315 * hilit-chg.el: General cleanup of doc strings, comments and
11316 code formatting.
11317
11318 2000-08-19 Miles Bader <miles@gnu.org>
11319
11320 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11321 Compiler macro removed; beginning-of-line is no longer always
11322 equivalent to forward-line, in the presence of fields.
11323
11324 * comint.el (comint-output-filter): Remove ad-hoc saving of
11325 restriction, and just use save-restriction, now that it works
11326 correctly. Don't adjust comint-last-input-start to account for
11327 our insertion; it shouldn't have moved because we don't use
11328 insert-before-markers anymore. Comment out call to
11329 `force-mode-line-update'; why is it here?
11330
11331 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11332 while checking for prompt to delete. Use `forward-line 0'
11333 instead of beginning-of-line.
11334 (gud-filter): Temporarily widen gud comint buffer while
11335 examining output.
11336
11337 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11338
11339 * progmodes/sh-script.el: Big bag of typos.
11340
11341 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11342 check since ispell-process is not bound when ispell is not yet loaded.
11343
11344 2000-08-18 Dave Love <fx@gnu.org>
11345
11346 * image.el (find-image): Copy `spec' before using plist-put.
11347
11348 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11349
11350 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11351 `portugues'.
11352
11353 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11354 backward-kill-sexp, analogous to kill-sexp.
11355
11356 * progmodes/icon.el (icon-indent-line)
11357 (icon-is-continuation-line): Handle comments specially.
11358
11359 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11360
11361 * ispell.el: Set to standard author/maintainer/keyword fields.
11362 Fine tuning to menu map appearance and operation, and added help.
11363 Remove `start' and `end' error messages when compiling.
11364 (ispell-choices-win-default-height): Fixed comment string.
11365 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11366 castellano8 dictionaries.
11367 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11368 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11369 dictionary, added italiano dictionary.
11370 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11371 word character
11372 (ispell-tex-skip-alists): Added psfig support.
11373 (ispell-skip-html): Renamed from ispell-skip-sgml.
11374 (ispell-begin-skip-region-regexp, ispell-skip-region)
11375 (ispell-minor-check): Improved html skipping support to skip across
11376 code, and recognize `&' commands without propper `;' syntax;
11377 (ispell-process-line): Fix alignment error when manually
11378 correcting spelling.
11379 (ispell): Fix comment string.
11380 (ispell-add-per-file-word-list): Always put word list on new line.
11381
11382 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11383
11384 * format.el (format-encode-run-method): Fix error message to say
11385 `encode' instead of `decode'. Use save-window-excursion around
11386 shell-command-on-region as in format-decode-run-method because
11387 shell-command-on-region can display a buffer with error output.
11388 (format-decode): Don't record undo information for the decoding.
11389 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11390 that number part of the temporary buffer name so that more than
11391 one decoding using a temporary buffer can happen safely.
11392
11393 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11394 of `A-z' in the regexp.
11395
11396 * hilit-chg.el: Fix typos in commentary.
11397
11398 * help.el (view-emacs-news): Rewritten for new naming scheme
11399 for old NEWS files.
11400
11401 * startup.el (command-line): Pop to *Messages* in case an error
11402 is signaled while loading user-init-file.
11403
11404 2000-08-17 Andreas Schwab <schwab@suse.de>
11405
11406 * files.el (insert-directory): Don't lose original file name,
11407 undoing an undocumented change.
11408
11409 2000-08-17 Alex Schroeder <alex@gnu.org>
11410
11411 * sql.el (sql-magic-go): Use comint-bol.
11412 (sql-copy-column): Use comint-line-beginning-position.
11413 (comint-line-beginning-position): Define a replacement for
11414 comint-line-beginning-position if it is not fboundp.
11415
11416 2000-08-17 Alex Schroeder <alex@gnu.org>
11417
11418 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11419 it didn't have any effect anyway.
11420
11421 2000-08-17 Alex Schroeder <alex@gnu.org>
11422
11423 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11424 --pset and pager=off instead of sending \\o|cat at the beginning
11425 of the session.
11426
11427 2000-08-17 Miles Bader <miles@gnu.org>
11428
11429 * progmodes/octave-inf.el: Add compatibility definition of
11430 comint-line-beginning-position.
11431
11432 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11433
11434 * startup.el (normal-top-level): Look in each dir in load-path for
11435 a leim-list.el file too. This assures of loading leim-list.el
11436 that is created at Emacs installation time even if a user have his
11437 own leim-list.el.
11438
11439 2000-08-17 Miles Bader <miles@gnu.org>
11440
11441 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11442 foreground color to black if the background is dark.
11443
11444 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11445
11446 * loadhist.el (unload-feature): Typo.
11447
11448 * finder.el (finder-compile-keywords):
11449 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11450 to the generated file.
11451
11452 * mail/mh-e.el (mh-make-local-vars):
11453 Replace make-variable-buffer-local with make-local-variable.
11454
11455 * play/landmark.el:
11456 * options.el (Edit-options-{set,toggle,t,nil}):
11457 * mail/mailabbrev.el (mail-abbrevs-mode):
11458 * textmodes/tex-mode.el (tex-expand-files):
11459 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11460
11461 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11462
11463 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11464 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11465 Allow going past the last element.
11466 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11467 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11468 (cvs-mouse-toggle-mark): Don't move point.
11469 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11470
11471 * progmodes/compile.el (grep): Provide a default set of files.
11472 (next-error): Docstring fix.
11473 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11474
11475 * emacs-lisp/easy-mmode.el (define-minor-mode):
11476 Use `symbol-value' to keep the byte-compiler quiet.
11477
11478 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11479 (diff-find-source-location): New fun, extracted from diff-goto-source.
11480 (diff-goto-source): Use it.
11481 (diff-next-complex-hunk, diff-filter-lines): New function.
11482 (diff-apply-hunk): New command.
11483
11484 * smerge-mode.el (smerge-mode-menu): Doc fix.
11485
11486 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11487
11488 2000-08-16 Dave Love <fx@gnu.org>
11489
11490 * windmove.el (windmove) <defgroup>: Add :version.
11491
11492 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11493 (goto-address-fontify-p, goto-address-highlight-p)
11494 (goto-address-url-face, goto-address-url-mouse-face)
11495 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11496 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11497 (goto-address-fontify, goto-address-at-mouse): Simplify,
11498 (goto-address-at-point): browse-url-url-at-point,
11499 goto-address-find-address-at-point can return nil.
11500 (goto-address-find-address-at-point): Return nil on failure.
11501
11502 * align.el (align) <defgroup>: Add :version.
11503
11504 * calculator.el (calculator): Add :version.
11505 (calculator): Use two lines for calculator window if `modeline'
11506 face is boxed.
11507
11508 * play/5x5.el: Doc fixes.
11509 (5x5) <defgroup>: Add :version.
11510
11511 * play/fortune.el (fortune) <defgroup>: Add :version.
11512 (fortune-append): Fix error message.
11513 (fortune-from-region): Doc fix.
11514
11515 * play/pong.el (pong): Doc fix.
11516
11517 * play/morse.el: Keywords, commentary, autoloads.
11518
11519 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11520
11521 * desktop.el (desktop-save): Don't look at symbol-value of a
11522 member of minor-mode-alist, unless it is boundp.
11523
11524 2000-08-16 Sam Steingold <sds@gnu.org>
11525
11526 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11527 `while'; use `with-current-buffer' instead of `save-excursion'.
11528 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11529
11530 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11531
11532 * international/ccl.el (declare-ccl-program): Docstring modified.
11533 (ccl-execute-with-args): Likewise.
11534
11535 2000-08-16 Miles Bader <miles@gnu.org>
11536
11537 * progmodes/sql.el: Add compatibility definition of
11538 comint-line-beginning-position.
11539
11540 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11541
11542 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11543 'buffer-menu' property.
11544 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11545 fails.
11546 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11547 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11548 wasn't killed.
11549
11550 * buff-menu.el (list-buffers-noselect): Don't display the
11551 *Buffer List* buffer.
11552
11553 * font-lock.el: Require jit-lock to prevent a very late
11554 `Loading jit-lock' message.
11555
11556 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11557 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11558 mail address.
11559
11560 2000-08-15 Miles Bader <miles@gnu.org>
11561
11562 * textmodes/ispell.el (ispell-graphic-p): New constant.
11563 (ispell-choices-win-default-height, ispell-help): Use
11564 `ispell-graphic-p' instead of `xemacsp'.
11565
11566 2000-08-15 Dave Love <fx@gnu.org>
11567
11568 * simple.el: Autoload widget-convert when compiling.
11569 (mail-user-agent): Doc fix.
11570
11571 * help.el (function-called-at-point, variable-at-point): Use
11572 with-syntax-table.
11573 (help-manyarg-func-alist): Add insert-and-inherit.
11574
11575 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11576
11577 * delsel.el (delsel-unload-hook): New function.
11578
11579 * find-file.el: Doc fixes. Move provide to end.
11580 (ff) <defgroup>: Add :link.
11581 (ff-goto-click): Deleted.
11582 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11583 Use mouse-set-point.
11584
11585 * textmodes/tildify.el: Doc fixes.
11586 (tildify) <defgroup>: Add:version.
11587
11588 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11589 (glasses-custom-set): Use set-default, not set.
11590 (minor-mode-alist): Propertize the lighter.
11591 (glasses-mode): Provide optional arg.
11592
11593 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11594 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11595 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11596 option. Provide :type.
11597 (cwarn-configuration): Provide :type.
11598 (cwarn-mode): Doc fix.
11599
11600 * add-log.el (change-log-merge): Doc fix.
11601 (change-log-redate): New command.
11602
11603 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11604 Doze and Dog.
11605 (browse-url): Use dolist, not mapcar.
11606 (browse-url-at-point): Check for null url.
11607 (browse-url-event-buffer, browse-url-event-point): Functions
11608 deleted.
11609 (browse-url-at-mouse, browse-url-netscape): Simplify.
11610
11611 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11612 modes.
11613 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11614 Fix previous change to mapcan.
11615 (msb--init-file-alist, msb--add-separators)
11616 (msb--make-keymap-menu): Simplify.
11617 (msb--choose-file-menu): Use copy-sequence.
11618 (msb-mode-map): Add title to keymap.
11619 (msb-unload-hook): New function.
11620
11621 * bs.el: Fix indentation.
11622 (bs) <defgroup>: Add :links.
11623 (bs-show): Doc fix.
11624 (bs-apply-sort-faces): Don't use window-system.
11625 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11626
11627 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11628
11629 * calendar/timeclock.el (timeclock-file): Run .timelog through
11630 convert-standard-filename.
11631
11632 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11633
11634 * emacs-lisp/authors.el: New file.
11635
11636 * paren.el (show-paren-priority): New user option.
11637 (show-paren-function): Set overlay priorities to
11638 show-paren-priority.
11639
11640 2000-08-14 Miles Bader <miles@gnu.org>
11641
11642 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11643 beginning-of-line with inhibit-field-text-motion bound.
11644
11645 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11646
11647 * calendar/timeclock.el: New file.
11648
11649 2000-08-14 David Ponce <david@dponce.com>
11650
11651 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11652 `widget-button-click'. so that one can use left mouse button to
11653 click on dialog buttons.
11654
11655 2000-08-14 Emmanuel Briot <briot@gnat.com>
11656
11657 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11658 identifiers, since XML is case sensitive
11659
11660 2000-08-12 Miles Bader <miles@gnu.org>
11661
11662 * comint.el (comint-output-filter): Don't bother frobbing
11663 window-start, it doesn't seem to be necessary.
11664
11665 * comint.el (comint-send-string, comint-send-region): Make into
11666 real functions. Snapshot the prompt before sending.
11667
11668 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11669
11670 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11671 technique similar to Info-index, instead of relying on specific
11672 names of relevant Index nodes.
11673 (Info-goto-emacs-command-node): Bind Info-history to nil when
11674 going to the first node found by Info-find-emacs-command-nodes.
11675
11676 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11677
11678 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11679
11680 2000-08-10 Miles Bader <miles@gnu.org>
11681
11682 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11683
11684 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11685
11686 * info.el (Info-file-list-for-emacs): More elements for the
11687 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11688 and woman manuals.
11689
11690 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11691
11692 * comint.el (comint-send-input): Make the newline boundary overlay
11693 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11694 (comint-output-filter): Use `insert' instead of
11695 `insert-before-markers'. Extend comint-last-output-overlay when
11696 necessary since we can't rely on insert-before-markers to do it.
11697 * gud.el (gud-filter): Use `with-current-buffer' instead of
11698 save-excursion when inserting the output, so that point gets
11699 updated correctly; the old method relied on a rather dodgy
11700 side-effect of comint-output-filter to avoid the effect of
11701 save-excursion.
11702
11703 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11704
11705 * files.el (recover-file): Call insert-directory instead of
11706 invoking `ls' directly.
11707
11708 2000-08-10 Miles Bader <miles@gnu.org>
11709
11710 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11711 (comint-last-prompt-overlay): New variables.
11712 (comint-output-filter): Implement prompt highlighting.
11713 (comint-snapshot-last-prompt): New function.
11714 (comint-send-input): Snapshot the last prompt.
11715 Use comint-highlight-input-face.
11716 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11717 Use defface instead of defcustom.
11718 (send-invisible, comint-send-eof): Snapshot the last prompt.
11719 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11720 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11721
11722 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11723
11724 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11725 (regexp-opt-group): Use a list of chars for `letters'.
11726 (regexp-opt-charset): `chars' is now a list of chars.
11727 Use a char-table rather than a vector so it works for multibyte chars.
11728
11729 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11730 Set cvs-minor-current-files to the selected fileinfo.
11731 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11732 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11733
11734 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11735
11736 * files.el (insert-directory): Don't call access-file on
11737 directories on DOS and Windows.
11738
11739 2000-08-09 Kenichi Handa <handa@etl.go.jp>
11740
11741 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11742 longer if necessary.
11743 (ccl-embed-code): Call ccl-embed-data to store CODE in
11744 ccl-program-vector.
11745
11746 2000-08-09 Miles Bader <miles@gnu.org>
11747
11748 * comint.el (comint-output-filter): Properly handle the case where
11749 the text surrounded by comint-last-output-overlay was deleted.
11750
11751 2000-08-08 Gerd Moellmann <gerd@gnu.org>
11752
11753 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11754 non-nil.
11755 (Info-file-list-for-emacs): Remove "info" from the list because
11756 that leads to trying to use the documentation from file `info'
11757 in various situations where it isn't appropriate, for instance
11758 C-h C-k C-h i.
11759
11760 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11761 DIR and/or STRING are nil.
11762
11763 * progmodes/compile.el (compilation-setup): Make variable
11764 compilation-error-screen-columns buffer-local, as some comment
11765 in the code suggests it should be.
11766
11767 * files.el (auto-mode-interpreter-regexp): New variable.
11768 (set-auto-mode): Use it.
11769
11770 * indent.el (indent-for-tab-command): Doc fix.
11771
11772 * mouse-sel.el (mouse-sel-mode): Doc fix.
11773
11774 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11775 labels.
11776
11777 * help.el (print-help-return-message): When
11778 display-buffer-reuse-frames is set, let the help window been quit,
11779 instead of deleting it, which might delete a reused frame.
11780
11781 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11782
11783 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11784 rename a directory to a name that differs only by its letter case.
11785
11786 2000-08-08 Kenichi Handa <handa@etl.go.jp>
11787
11788 * international/quail.el (quail-define-rules): Handle Quail decode
11789 map correctly. Add code for supporting annotations.
11790 (quail-install-decode-map): New function.
11791 (quail-defrule-internal): New optional arguments decode-map and
11792 props.
11793 (quail-advice): New function.
11794
11795 2000-08-07 Sam Steingold <sds@gnu.org>
11796
11797 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11798 `defconst', `define-condition', `with-slots'.
11799 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11800
11801 2000-08-03 Miles Bader <miles@gnu.org>
11802
11803 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11804 New variable.
11805 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11806 comint-use-prompt-regexp-instead-of-fields.
11807 (comint-send-input): Add `input' field property to stuff we send to
11808 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11809 (comint-output-filter): Add `output' field property to process
11810 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11811 (comint-replace-by-expanded-history)
11812 (comint-get-old-input-default, comint-show-output)
11813 (comint-backward-matching-input, comint-forward-matching-input)
11814 (comint-next-prompt, comint-previous-prompt): Use field
11815 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11816 (comint-line-beginning-position): New function.
11817 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11818 (comint-replace-by-expanded-history-before-point): Use
11819 comint-line-beginning-position and line-end-position.
11820 (comint-last-output-overlay): New variable.
11821 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11822
11823 * shell.el (shell-prompt-pattern): Doc change.
11824 (shell-backward-command): Use line-beginning-position.
11825
11826 * gud.el (gud-gdb-complete-command): Use
11827 comint-line-beginning-position.
11828
11829 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11830 comint-bol doesn't actually go to the beginning of the line.
11831
11832 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11833 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11834 (try-expand-line-all-buffers): Likewise.
11835
11836 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11837 explicitly matching comint-prompt-regexp.
11838 (sql-copy-column): Use comint-line-beginning-position instead of
11839 explicitly matching comint-prompt-regexp.
11840
11841 * progmodes/octave-inf.el (inferior-octave-complete): Use
11842 comint-line-beginning-position.
11843
11844 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11845
11846 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11847 looking for a prompt, use `forward-line 0' instead of
11848 `beginning-of-line', to avoid getting caught by an input field.
11849
11850 2000-08-07 Gerd Moellmann <gerd@gnu.org>
11851
11852 * files.el (shell-quote-wildcard-pattern): Make sure to return
11853 PATTERN, in the Unix case.
11854
11855 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11856
11857 * play/zone.el (zone): Discard any pending input before running
11858 the randomly-chosen pgm.
11859
11860 2000-08-07 Kenichi Handa <handa@etl.go.jp>
11861
11862 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11863 checking the existence of any multibyte characters.
11864
11865 2000-08-06 Gerd Moellmann <gerd@gnu.org>
11866
11867 * help.el (describe-mode): Test minor-mode symbol for being
11868 bound before testing its value for being nil.
11869
11870 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11871 `first', `second', and `third'.
11872
11873 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11874 (second): Make it an alias for `cadr'.
11875
11876 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11877
11878 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11879 types of display support faces now.
11880
11881 2000-08-05 Gerd Moellmann <gerd@gnu.org>
11882
11883 * pcvs.el (require): Require `cl' during compilation, only.
11884
11885 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11886 (toplevel): Remove `remq' and `remove' from autoloads.
11887 (cl-fake-autoloads): New variable. If set, arrange for an error
11888 when CL functions etc. are autoloaded.
11889
11890 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11891
11892 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11893
11894 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11895 popped up, but the user clicks outside the menu, return an empty
11896 regexp (that causes unhighlight-regexp to have no effect).
11897
11898 * menu-bar.el (menu-bar-games-menu): Add Zone.
11899
11900 * hi-lock.el (toplevel): Require font-lock.
11901
11902 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11903
11904 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11905 (ebnf-8-bit-chars): New var for bug fix.
11906 (ebnf-string): Bug fix.
11907
11908 2000-08-03 Sam Steingold <sds@gnu.org>
11909
11910 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11911 instead of `buffer-string'.
11912 (require 'cl): Always, not just when compiling.
11913 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11914 necessary.
11915
11916 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11917
11918 * international/mule-cmds.el (select-safe-coding-system): Make
11919 the message text about selecting a safe coding system more clear.
11920
11921 2000-08-02 Gerd Moellmann <gerd@gnu.org>
11922
11923 * hi-lock.el: New file.
11924
11925 * play/zone.el: New file.
11926
11927 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11928 value of tab-width in the original buffer. Choose a line number
11929 format that's a multiple of the original buffer's tab width, so
11930 that lines appear right.
11931
11932 * textmodes/ispell.el (ispell): New function, replacing an alias.
11933 Spell-check active region if in transient-mark-mode and mark
11934 is active; otherwise spell-check buffer.
11935
11936 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11937
11938 * ps-mule.el: Fix a customization problem on
11939 ps-mule-font-info-database-default.
11940
11941 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11942
11943 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11944 display-mouse-p instead of window-system.
11945 (ebrowse-member-mode-map): Ditto.
11946
11947 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11948
11949 * progmodes/ebnf2ps.el: Update ps-print functions call.
11950 Indentation fix. Doc fix.
11951 (ebnf-version): New version number (3.2).
11952 (ebnf-format-color, ebnf-begin-job): Code fix.
11953
11954 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11955
11956 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11957 font lock support on window-system.
11958 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11959
11960 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11961 display-color-p, if fboundp, instead of window-system.
11962
11963 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11964
11965 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11966 instead of window-system.
11967
11968 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11969 window-system.
11970 (widget-choice-mouse-down-action): Use display-popup-menus-p
11971 instead of window-system.
11972
11973 * strokes.el (strokes-file): Run the file name through
11974 convert-standard-filename.
11975 (strokes-mode): Call display-mouse-p instead of looking at
11976 window-system. Change the error message accordingly.
11977
11978 * progmodes/cpp.el (toplevel): Support faces on tty's.
11979
11980 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11981 (lm-plot-square, lm-init-display): Don't use window-system.
11982
11983 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11984 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11985
11986 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11987 instead of looking at window-system.
11988
11989 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11990
11991 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11992 of testing if iswitchb-prepost-hooks is bound, because the
11993 latter will always be true when invoking a recursive minibuffer
11994 from an active Iswitchb buffer.
11995
11996 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11997
11998 * files.el (shell-quote-wildcard-pattern): New function.
11999 (insert-directory): Call it. Only prepend "\" to command on Unix
12000 and GNU/Linux systems.
12001
12002 2000-07-30 Gerd Moellmann <gerd@gnu.org>
12003
12004 * eshell/esh-groups.el: Change custom :link file names
12005 from `eshell.info' to `eshell'.
12006
12007 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12008
12009 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12010 correctly in recursive ange-ftp listings.
12011
12012 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12013
12014 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12015 ps-header-font-size-internal and
12016 ps-header-title-font-size-internal variables are not set,
12017 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12018 face text property is (foreground-color . COLOR) or
12019 `(background-color . COLOR)', ps-print crashes. Doc fix.
12020 (ps-print-version): New version number (5.2.4).
12021 (ps-plot-region): Code fix.
12022 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12023 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12024 Bug fix 2.
12025
12026 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
12027
12028 * glasses.el (glasses-make-readable): Fix uncapitalization of
12029 identifiers like `myXMLDocument'.
12030
12031 2000-07-28 Karl Fogel <kfogel@red-bean.com>
12032
12033 * mail/mail-hist.el (mail-hist-previous-input)
12034 (mail-hist-next-input): Do the obvious code factorization.
12035 (mail-hist-retrieve-and-insert): New func, contains common
12036 code of above two.
12037 If inserting a message body, leave point at top.
12038
12039 2000-07-28 Sam Steingold <sds@gnu.org>
12040
12041 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12042 Use `<=', not `<' to compare times!
12043 (ange-ftp-ls): Remove.
12044
12045 2000-07-27 Gerd Moellmann <gerd@gnu.org>
12046
12047 * play/cookie1.el: Add explanation of how to make cookie.el
12048 compatible with strfile(1) to comment.
12049
12050 * subr.el (remove, remq): New functions.
12051
12052 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12053 escape `*' in regexps.
12054 (midnight-find): Reverse order of arguments in the funcall of
12055 TEST.
12056
12057 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12058 and `.class'.
12059
12060 * play/meese.el: Add Commentary section.
12061
12062 2000-07-27 Alex Schroeder <alex@gnu.org>
12063
12064 * sql.el (sql-ms): Added autoload cookie.
12065 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12066 (sql-oracle): Ditto.
12067 (sql-help): Doc change.
12068
12069 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12070 types and exceptions.
12071
12072 2000-07-27 Alex Schroeder <alex@gnu.org>
12073
12074 * sql.el (sql-placeholder-history): New variable.
12075 (sql-query-placeholders-and-send): New function that will query
12076 the user and replace placeholders with user input.
12077 (sql-oracle): If running on NT, set comint-input-sender to
12078 sql-query-placeholders-and-send.
12079
12080 (sql-stop): If in the SQLi buffer, insert stop notification, else
12081 present it as a message.
12082
12083 2000-07-27 Alex Schroeder <alex@gnu.org>
12084
12085 * sql.el (sql-input-ring-separator): Doc change.
12086 (sql-input-ring-file-name): Doc change.
12087 (sql-interactive-mode): Use `sql-input-ring-separator' and
12088 `sql-input-ring-file-name' to set the comint-mode equivalents
12089 without making them local variables.
12090 (sql-stop): Don't bind `sql-input-ring-separator' and
12091 `sql-input-ring-file-name' dynamically to their comint-mode
12092 equivalents.
12093
12094 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12095
12096 * international/mule.el (register-char-codings): New function.
12097 (make-coding-system): Handle `safe-chars' specification in the arg
12098 PROPERTY.
12099
12100 * international/mule-cmds.el
12101 (find-coding-systems-region-subset-p): This function deleted.
12102 (sort-coding-systems-predicate): New variable.
12103 (sort-coding-systems): New function.
12104 (find-coding-systems-region): Use
12105 find-coding-systems-region-internal.
12106 (find-coding-systems-string): Use find-coding-systems-region.
12107 (find-coding-systems-for-charsets): Check
12108 char-coding-system-table.
12109 (select-safe-coding-system-accept-default-p): New variable.
12110 (select-safe-coding-system): Mostly rewritten. New argument
12111 ACCEPT-DEFAULT-P.
12112 (select-message-coding-system): Call select-safe-coding-system
12113 with ACCEPT-DEFAULT-P arg.
12114 (reset-language-environment): Reset default-sendmail-coding-system
12115 to the default value iso-latin-1.
12116 (set-language-environment): Don't set the obsolete variable
12117 charset-origin-alist.
12118
12119 * international/codepage.el (cp-coding-system-for-codepage-1):
12120 Give `safe-chars' property to make-coding-system.
12121
12122 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12123 calling select-message-coding-system twice.
12124
12125 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12126 instead of `safe-charsets'.
12127 (cyrillic-alternativnyj): Likewise.
12128 (ccl-encode-alternativnyj): Don't check the charset
12129 cyrillic-iso8859-5.
12130
12131 2000-07-27 Kenichi Handa <handa@etl.go.jp>
12132
12133 * composite.el (compose-chars-after): Preserve match data.
12134
12135 2000-07-26 Sam Steingold <sds@gnu.org>
12136
12137 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12138 (ange-ftp-real-file-newer-than-file-p): New function.
12139 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12140 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12141
12142 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12143 * midnight.el (midnight-float-time): Ditto.
12144
12145 2000-07-26 Andreas Schwab <schwab@suse.de>
12146
12147 * files.el (normal-backup-enable-predicate): Correct
12148 interpretation of the return value of compare-strings.
12149
12150 2000-07-26 Gerd Moellmann <gerd@gnu.org>
12151
12152 * isearch.el (isearch-resume): New function.
12153 (isearch-done): Add something to command-history to resume
12154 the search.
12155 (isearch-yank-line, isearch-yank-word): Use
12156 buffer-substring-no-properties instead of buffer-substring.
12157
12158 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12159 of flyspell-mouse-map.
12160
12161 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12162 duplicate definition.
12163 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12164
12165 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12166 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12167
12168 2000-07-25 Sam Steingold <sds@gnu.org>
12169
12170 * net/ange-ftp.el: Get modtime over the net.
12171 (ange-ftp-file-modtime): New function.
12172 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12173 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12174 Use it.
12175 (ange-ftp-dot-to-slash): New function.
12176 (ange-ftp-fix-name-for-vms): Use it.
12177
12178 * midnight.el (midnight-buffer-display-time): Use
12179 `with-current-buffer'.
12180
12181 2000-07-25 Gerd Moellmann <gerd@gnu.org>
12182
12183 * find-dired.el: Update copyright notice.
12184 (find-dired): Offer to kill a running `find'.
12185
12186 * enriched.el (enriched-face-ans): For a `foreground-color'
12187 property, return '(("x-color" COLOR))' so that COLOR will be
12188 output as a parameter of the x-color annotation. Likewise for the
12189 `background-color' property. In the case of normal face
12190 properties, don't return annotations for unspecified foreground
12191 and background face attributes.
12192
12193 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12194
12195 * language/japan-util.el (japanese-katakana-region): Fix handling
12196 HANKAKU argument.
12197
12198 2000-07-25 Miles Bader <miles@gnu.org>
12199
12200 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12201 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12202 constrain-to-field.
12203
12204 2000-07-24 Andrew Innes <andrewi@gnu.org>
12205
12206 * timer.el (timer-activate-when-idle): Add optional parameter
12207 DONT-WAIT. Update docstring.
12208 (run-with-idle-timer): Specify extra parameter to
12209 timer-activate-when-idle, so that timer will be activated
12210 immediately if Emacs is already idle.
12211
12212 * w32-fns.el (w32-using-nt): Fix docstring.
12213
12214 2000-07-24 Dave Love <fx@gnu.org>
12215
12216 * mouse.el (popup-menu): Set last-command-event.
12217 (mouse-major-mode-menu-prefix): Declare.
12218
12219 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12220
12221 * textmodes/flyspell.el: Update to author's version 1.5d.
12222
12223 * progmodes/hideshow.el: Update copyright notice.
12224
12225 * vcursor.el: Set maintainer to FSF, since author cannot
12226 be reached.
12227
12228 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12229
12230 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12231 the prompt.
12232
12233 * mouse.el (popup-menu): Run the keymap through indirect-function,
12234 in case it was defined with define-prefix-key. If the menu is a
12235 list of keymaps, look up the binding of user's choice in each one
12236 of the keymaps.
12237 (mouse-popup-menubar): If the global and local menu-bar keymaps
12238 don't have a prompt string, create one and insert it into the
12239 keymap. Don't barf if current-local-map returns nil.
12240
12241 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12242
12243 * dired.el (dired-sort-R-check): Added to allow recursive listing
12244 to be undone.
12245 (dired-sort-other): Use it.
12246
12247 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12248
12249 * Release of cc-mode 5.27
12250
12251 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12252
12253 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12254 c-beginning-of-statement-1 that caused a bad case of recursion
12255 which could consume a lot of CPU in large classes in languages
12256 that have in-expression classes (i.e. Java and Pike).
12257
12258 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12259 statements before top level constructs (i.e. case 6 is moved
12260 before case 5 and is now case 4) to catch in-expression
12261 classes in top level expressions correctly.
12262
12263 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12264
12265 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12266 objc-method-intro. Case 4 removed and case 5I added.
12267
12268 * cc-langs.el (c-append-paragraph-start): New variable used by
12269 c-common-init to get paragraph-start correct.
12270 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12271 initialize paragraph-start to make it correct both with and
12272 without the javadoc special case.
12273
12274 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12275 initialize paragraph-start for javadoc markup.
12276
12277 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12278 change by defaulting this to t. It's motivated by the
12279 confusing behavior that otherwise arise from the style system
12280 when editing both java and non-java files at the same time
12281 (see the comments about style setting in c-common-init).
12282
12283 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12284
12285 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12286 similar to the one in c-fill-paragraph to check the fill
12287 prefix from the adaptive fill function for sanity.
12288
12289 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12290
12291 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12292 defun block.
12293
12294 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12295
12296 * cc-align.el (c-lineup-multi-inher): Handle lines with
12297 leading comma nicely. Extended to handle member initializers
12298 too.
12299
12300 * cc-engine.el: (c-beginning-of-inheritance-list,
12301 c-guess-basic-syntax): Fixed recognition of inheritance lists
12302 when the lines begins with a comma.
12303
12304 * cc-vars.el (c-offsets-alist): Changed default for
12305 member-init-cont to c-lineup-multi-inher since it now handles
12306 member initializers and indents better for leading commas.
12307
12308 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12309
12310 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12311 handling that caused class open lines to be recognized as
12312 statement-conts in some cases.
12313
12314 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12315 guessed by the adaptive fill function unless point is on the
12316 first line of a block comment.
12317
12318 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12319 when the buffer ends with a macro continuation char.
12320
12321 * cc-engine.el (c-guess-basic-syntax): Added support for
12322 function definitions as statements in Pike. The first
12323 statement in a lambda block is now labeled defun-block-intro
12324 instead of statement-block-intro.
12325
12326 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12327 so that the class surrounding point is selected, not the one
12328 innermost in the state.
12329
12330 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12331 recognition of switch labels having hanging multiline
12332 statements.
12333
12334 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12335 some code in c-guess-basic-syntax to a separate function.
12336 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12337 recognition of member inits with multiple line arglists.
12338 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12339 member-init-cont when the commas are in funny places.
12340
12341 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12342
12343 * cc-defs.el (c-auto-newline): Removed this macro since it's
12344 not used anymore.
12345
12346 * cc-engine.el (c-looking-at-bos): New helper function.
12347 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12348 inexpr and toplevel classes apart in Pike.
12349
12350 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12351 of case 9A.
12352
12353 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12354 constant, since "class" can introduce an in-expression class
12355 in Pike nowadays.
12356
12357 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12358
12359 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12360 indentation on cpp-macro lines.
12361
12362 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12363 a syntax modifier like comment-intro, to make it possible to
12364 get syntactic indentation for preprocessor directives. It's
12365 incompatible wrt to lineup functions on cpp-macro, but it has
12366 no observable effect in the 99.9% common case where cpp-macro
12367 is set to -1000.
12368
12369 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12370
12371 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12372 member-init-cont when the preceding arglist is several lines.
12373
12374 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12375
12376 * cc-styles.el (c-style-alist): The basic offset for the BSD
12377 style corrected to 8.
12378
12379 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12380
12381 * cc-styles.el (c-style-alist): Adjusted the indentation of
12382 brace list openers in the gnu style.
12383
12384 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12385
12386 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12387
12388 * cc-cmds.el (c-electric-brace, c-electric-slash,
12389 c-electric-star, c-electric-semi&comma, c-electric-colon,
12390 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12391 when c-syntactic-indentation is nil.
12392
12393 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12394 we were left at comments preceding the first statement when
12395 reaching the beginning of the buffer.
12396
12397 * cc-vars.el (c-syntactic-indentation): New variable to turn
12398 off all syntactic indentation.
12399
12400 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12401
12402 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12403 between the text and the block comment ender when it hangs,
12404 depending on how many there are before the fill.
12405
12406 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12407
12408 * cc-engine.el (c-beginning-of-closest-statement): New helper
12409 function to go back to the closest preceding statement start,
12410 which could be inside a conditional statement.
12411 * cc-engine.el (c-guess-basic-syntax): Use
12412 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12413
12414 * cc-engine.el (c-guess-basic-syntax): Better handling of
12415 arglist-intro, arglist-cont-nonempty and arglist-close when
12416 the arglist is nested inside parens. Cases 7A, 7C and 7F
12417 changed.
12418
12419 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12420 up-to-date with javadoc 1.2.
12421
12422 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12423
12424 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12425 multiline Pike type decls.
12426
12427 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12428
12429 * cc-cmds.el (c-indent-new-comment-line): Always break
12430 multiline comments in multiline mode, regardless of
12431 comment-multi-line.
12432
12433 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12434
12435 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12436 fully::qualified::names in C++ member init lists. Preamble in
12437 case 5D changed.
12438
12439 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12440
12441 * cc-langs.el (c-common-init): Handling of obsolete variables
12442 moved to c-initialize-cc-mode. More compatible style override
12443 when using global style variables.
12444 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12445 variables moved here.
12446
12447 * cc-styles.el (c-make-styles-buffer-local): Flag style
12448 variable localness in c-style-variables-are-local-p to make
12449 the compatibility measure in c-common-init work well.
12450
12451 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12452 longer contain set-from-style.
12453 * cc-styles.el (c-initialize-builtin-style): Don't check for
12454 set-from-style on c-special-indent-hook.
12455 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12456 copy-alist is sufficient now.
12457
12458 * cc-styles.el (c-set-style, c-set-style-1,
12459 c-get-style-variables): Fixes to variable initialization so
12460 that duplicate entries in styles have the same effect
12461 regardless of DONT-OVERRIDE.
12462
12463 * cc-styles.el (c-set-style-2): Fixed bug where the
12464 initialization of inheriting styles failed when the
12465 dont-override flag is set.
12466
12467 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12468 on this.
12469
12470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12471
12472 * cc-defs.el (c-forward-comment): Removed the workaround
12473 introduced in 5.38 since it had worse side-effects. If a line
12474 contains the string "//\"", it regarded the // as a comment
12475 start since the \ temporarily doesn't have escape syntax.
12476
12477 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12478
12479 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12480 ada-xref.el before ada-prj.el, so that the Project menu is created
12481 when ada-prj tries to add to it.
12482 (ada-activate-keys-for-case): Suppress the characters that are not
12483 part of the Ada syntax. Better compatibility with else-mode
12484 (ada-adjust-case-interactive): When auto-casing is not active,
12485 correctly insert newlines (used to insert only ^M). Prevent the
12486 syntax table from being changed in case of an error
12487 (or '_' becomes part of a word and some commands are confused).
12488 Do nothing if ada-auto-case is nil.
12489 (ada-after-keyword-p): Ignore keywords that are also attributes
12490 (ada-batch-reformat): Update usage comment
12491 (ada-call-from-contextual-menu): New function
12492 (ada-case-read-exceptions): Reinitialize the casing exception list
12493 first to nil first, so that the casing exception file can be
12494 shared.
12495 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12496 files.
12497 (ada-compile-goto-error): Fix regexp used to detect a file:line
12498 anywhere in the error message
12499 (ada-contextual-menu-last-point): New variable
12500 (ada-create-keymap): If the variable delete-key-deletes-forward is
12501 t on XEmacs, it means that DEL should delete one character
12502 forward.
12503 (ada-create-menu): Use :included instead of :visible for XEmacs.
12504 New submenu "Options".
12505 (ada-end-stmt-re): Correctly indent "select ... then abort"
12506 statements.
12507 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12508 even if they don't match ada-fill-comment-prefix Fix handling of
12509 paragraphs on the first or last line of a file.
12510 (ada-format-paramlist): Fix handling of default parameter values.
12511 (ada-get-body-name): New function.
12512 (ada-get-current-indent): Optimized by searchling directly for an
12513 existing generic part or a statement outside of it. Handle
12514 ada-indent-align-comments when indenting comments Replaced some
12515 regexps by testing directly the next character. This results in a
12516 huge speedup on some files. New indentation scheme for renames
12517 statements. Stop looking for the 'while' or 'for' associated with
12518 a 'loop' at the first semicolon encountered. A "return" can also
12519 match an anonymous access subprogram declaration.
12520 (ada-get-indent-noindent): Ignore strings and comments when
12521 looking for the keywords "record" and "private".
12522 (ada-goto-matching-decl-start): When matching "if", make sure we
12523 are not in fact seeing "end if". Ignore "when" statements except
12524 when initial keyword was "begin". Fix handling of nested
12525 procedures. Add a recursive call to this function to skip over
12526 other 'end' statmts. Fix indentation for "when .. => begin"
12527 (ada-in-open-paren-p): Fix indentation for complex boolean
12528 expressions, where 'and then', 'or else' and parenthesis
12529 statements are mixed up.
12530 (ada-in-paramlist-p): Skip comments while searching for the
12531 beginning Fix handling of operator declarations.
12532 (ada-indent-align-comments): New variable
12533 (ada-indent-current): Change the syntax table only in the
12534 protected section, so that we are sure it is restored correctly.
12535 (ada-indent-on-previous-lines): Use ada-use-indent and
12536 ada-with-indent Correctly indent "select ... then"
12537 (ada-indent-region): Slight speedup.
12538 (ada-indent-renames): New variable.
12539 (ada-last-which-function-subprog, ada-last-which-function-line):
12540 New variables
12541 (ada-looking-at-semi-private): Correctly indent the 'private'
12542 keyword when it is the first word in a package declaration.
12543 (ada-loose-case-word): Stop searching if at the end of the buffer.
12544 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12545 even if point is not initially at the end of the word.
12546 (ada-matching-decl-start-re): Add "when".
12547 (ada-mode): Add support for abbrev-mode, outline-mode and
12548 which-func-mode Override the old find-file.el entry in
12549 ff-special-constructs since it is using the obsolete
12550 ada-spec-suffix variable
12551 (ada-no-auto-case): New function
12552 (ada-scan-paramlist): When parsing the argument type, accept
12553 spaces (as in "X 'Class", generated by Rational Rose).
12554 (ada-other-file-name): No longer loads the other file.
12555 (ada-popup-menu): Save and restore the current buffer and cursor
12556 position before and after displaying the menu.
12557 (ada-search-ignore-complex-boolean): New function.
12558 (ada-uncomment-region): Emacs21 already knows how to delete
12559 comments not starting in the first column.
12560 (ada-use-indent): New variable
12561 (ada-which-function): New function.
12562 (ada-with-indent): New variable
12563 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12564 can be batch-compiled from the command line.
12565
12566 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12567 Add to the menu when the file is loaded, not in ada-mode-hook.
12568 Add -toolbar to the default ddd command Switches moved from
12569 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12570 ada-prj-default-comp-opt
12571 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12572 Reference Manual to the menu
12573 (ada-check-current): rewritten as a call to ada-compile-current
12574 (ada-compile): Removed.
12575 (ada-compile-application, ada-compile-current, ada-check-current):
12576 Set the compilation-search-path so that compile.el automatically
12577 finds the sources in src_dir. Automatic scrollong of the
12578 compilation buffer. C-uC-cC-c asks for confirmation before
12579 compiling
12580 (ada-compile-current): New parameter, prj-field
12581 (ada-complete-identifier): Load the .ali file before doing
12582 processing
12583 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12584 conform to gnatmake's behavior.
12585 (ada-find-file-in-dir): New function
12586 (ada-find-references): Set the environment variables for gnatfind
12587 (ada-find-src-file-in-dir): New function.
12588 (ada-first-non-nil): Removed
12589 (ada-gdb-application): Add support for jdb, the java debugger.
12590 (ada-get-ada-file-name): Load the original-file first if not done
12591 yet.
12592 (ada-get-all-references): Handles the new ali syntax (parent types
12593 are found between <>).
12594 (ada-initialize-runtime-library): New function
12595 (ada-mode-hook): Always load a project file when a file is opened,
12596 so that the casing exceptions are correctly read.
12597 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12598 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12599 to open the project file, since the latter does not work with
12600 speedbar Get default values before loading the prj file, or the
12601 default executable file name is wrong. Use the absolute value of
12602 src_dir to initialize ada-search-directories and
12603 compilation-search-path,... Add the standard runtime library to
12604 the search path for find-file.
12605 (ada-prj-default-debugger): Was missing an opening '{'
12606 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12607 variables.
12608 (ada-prj-default-gnatmake-opt): New variable
12609 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12610 buffers, the project file is the default one Save the windows
12611 configuration before displaying the menu.
12612 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12613 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12614 ...) regexp-quote identifiers names to support operators +,
12615 -,... in regexps.
12616 (ada-remote): New function.
12617 (ada-run-application): Erase the output buffer before starting the
12618 run Support remote execution of the application. Use
12619 call-process, or the arguments are incorrectly parsed
12620 (ada-set-default-project-file): Reread the content of the active
12621 project file, not the one from the current buffer When a project
12622 file is set as the default project, all directories are
12623 automatically associated with it.
12624 (ada-set-environment): New function
12625 (ada-treat-cmd-string): New special variable ${current}
12626 (ada-treat-cmd-string): Revised. The substitution is now done for
12627 any ${...} substring
12628 (ada-xref-current): If no body was found, compiles the spec
12629 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12630 compiler to get rid of command line length limitations.
12631 (ada-xref-get-project-field): New function
12632 (ada-xref-project-files): New variable
12633 (ada-xref-runtime-library-specs-path)
12634 (ada-xref-runtime-library-ali-path): New variables
12635 (ada-xref-set-default-prj-values): Default run command now does a
12636 cd to the build directory. New field: main_unit Provide a default
12637 file name even if the current buffer has no prj file.
12638
12639 * ada-prj.el:
12640 Rewritten to show a tabbed-dialog.
12641 (ada-prj-add-ada-menu): Remove the map and name parameters.
12642 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12643 New function
12644 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12645 (ada-prj-load-from-file): New function
12646 (ada-prj-save): Always save fields that depend on the current buffer
12647 (ada-prj-show-value): New function
12648
12649 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12650 Ada mode. This will allow us to display the Ada menu in any buffer
12651 we want (for project items).
12652 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12653 number of spaces in the header.
12654
12655 2000-07-24 Dave Love <fx@gnu.org>
12656
12657 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12658
12659 2000-07-23 Noah Friedman <friedman@splode.com>
12660
12661 * type-break.el (type-break): perform autosave.
12662 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12663 (type-break-do-query): Cancel query schedule while performing
12664 actual query, to avoid possibility of a second query being made
12665 while first one is already in progress.
12666 (type-break-time-stamp-format): New variable.
12667 (type-break-time-stamp): New function.
12668 (type-break-time-warning): Use it.
12669 (type-break-keystroke-warning): Use it.
12670 (type-break-noninteractive-query): Use it.
12671
12672 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12673 cookie.
12674 Use add-minor-mode to set minor-mode-alist, if available.
12675 (eldoc-echo-area-use-multiline-p): New user option.
12676 (eldoc-echo-area-multiline-supported-p): New variable.
12677 (eldoc-docstring-format-sym-doc): Use them.
12678 (eldoc-mode): If not using idle timers, append to local post and
12679 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12680 (eldoc-display-message-no-interference-p): Don't interfere with
12681 edebug.
12682 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12683 (eldoc-function-arglist): New function.
12684 (eldoc-function-argstring): Use it.
12685
12686 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12687 auto save directory exists before calling directory-files.
12688
12689 2000-07-23 Dave Love <fx@gnu.org>
12690
12691 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12692 ^o, ^u.
12693
12694 2000-07-21 Dave Love <fx@gnu.org>
12695
12696 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12697 now passed to the function. It now works properly.
12698
12699 * smerge-mode.el (smerge-mode-menu): Fill it out.
12700
12701 2000-07-20 Gerd Moellmann <gerd@gnu.org>
12702
12703 * info-look.el (info-lookup): If *info* is shown in another frame
12704 on the same display, select that frame, instead of switching to
12705 the Info buffer in another window of the selected frame.
12706
12707 * simple.el (universal-argument-map): Bind numeric keypad keys
12708 kp-0 to kp-9 and kp-subtract.
12709 (digit-argument): Handle these keys.
12710
12711 2000-07-20 Dave Love <fx@gnu.org>
12712
12713 * net/goto-addr.el (goto-address-fontify): Don't bother with
12714 buffer-modified and read-only stuff -- irrelevant with overlays.
12715 Put an extra property on the overlays and use it to clean up in
12716 case goto-address is re-run.
12717
12718 2000-07-19 Richard M. Stallman <rms@gnu.org>
12719
12720 * timer.el (run-with-idle-timer): Doc fix.
12721
12722 * mail/mail-utils.el (mail-strip-quoted-names):
12723 Handle case where <...> appears inside "...".
12724 Use replace-match to edit the string more simply.
12725 (rmail-dont-reply-to): Cope with an unmatched ".
12726
12727 2000-07-19 Dave Love <fx@gnu.org>
12728
12729 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12730 implementation.
12731
12732 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12733 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12734 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12735
12736 2000-07-19 Gerd Moellmann <gerd@gnu.org>
12737
12738 * textmodes/refer.el: Correct maintainer's email address.
12739
12740 * progmodes/hideif.el: Correct author's email address.
12741 Fix typo in comment.
12742
12743 * xml.el: New file.
12744
12745 * mail/mailheader.el: Correct author's mail address.
12746
12747 * gnus/parse-time.el: Correct author's mail address.
12748
12749 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12750
12751 * comint.el (comint-highlight-input, comint-highlight-face):
12752 New user options.
12753 (comint-input-ring-file-name): Change custom type.
12754 (comint-mode-map): Bind mouse-2.
12755 (comint-insert-clicked-input): New function.
12756 (comint-send-input): Handle input highlighting.
12757
12758 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12759
12760 * mouse.el (popup-menu): New function.
12761 (mouse-major-mode-menu): Use it.
12762
12763 2000-07-18 Dave Love <fx@gnu.org>
12764
12765 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12766 improvements.
12767
12768 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12769
12770 * faces.el (face-font-selection-order)
12771 (face-font-family-alternatives): Add custom type.
12772
12773 2000-07-18 Dave Love <fx@gnu.org>
12774
12775 * cus-edit.el (custom-variable-reset-saved)
12776 (custom-variable-reset-standard): Remove unused bindings.
12777
12778 * rect.el (open-rectangle-line): Remove unused let.
12779
12780 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12781
12782 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12783
12784 * cdl.el: Fix `Maintainer' keyword.
12785
12786 * play/pong.el: Add author's email address.
12787
12788 2000-07-17 Sam Steingold <sds@gnu.org>
12789
12790 * files.el (insert-directory): Call `split-string' instead of
12791 re-implementing it.
12792
12793 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12794
12795 * mail/vms-pmail.el: Change maintainer to FSF.
12796
12797 * net/goto-addr.el: Change maintainer to FSF.
12798
12799 * info.el (Info-title-face-alist): Removed.
12800
12801 2000-07-18 David Ponce <david@dponce.com>
12802
12803 * recentf.el (recentf-open-files): New command that works like
12804 `recentf-open-more-files', but shows the whole list of files (not just
12805 those omitted from the menu). Useful if you don't use a menu-bar!
12806 (recentf-open-more-files) Modified to use `recentf-open-files'.
12807
12808 (recentf-open-files, recentf-open-more-files)
12809 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12810
12811 (recentf-dialog-mode): New mode for dialogs. You can now just type
12812 "q" to cancel the dialogs.
12813
12814 2000-07-18 David Ponce <david@dponce.com>
12815
12816 * recentf.el: This is a major update of recentf.el. It adds new
12817 features to better organize the recentf menu and "More..." buffer.
12818
12819 Using new provided menu filtering functions you can now organize the
12820 recent files list:
12821
12822 - by major modes
12823 - by directories
12824 - by user defined rules
12825
12826 Finally, with the new `recentf-filter-changer' customizable filter you
12827 can define a ring of filters and dynamically (via the menu) cycle on
12828 each menu organization in the ring (a la msb).
12829
12830 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12831
12832 * eshell/eshell.el (eshell): Replace links to eshell.info with
12833 links to eshell, to avoid problems on systems where the manual is
12834 installed as `eshell'.
12835 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12836 * eshell/em-smart.el (eshell-smart): Ditto.
12837 * eshell/em-banner.el (eshell-banner): Ditto.
12838 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12839
12840 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12841 same-file check in the MS-DOS version (it does support inodes).
12842
12843 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12844
12845 * eshell/eshell.el (eshell-directory-name):
12846 Run default directory name through convert-standard-filename.
12847
12848 2000-07-18 Kenichi Handa <handa@etl.go.jp>
12849
12850 * international/mule-cmds.el (select-safe-coding-system):
12851 Fix typo in the comment.
12852
12853 * language/european.el (compound-text):
12854 Force katakana-jisx0201 to be designated to G1.
12855
12856 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12857 Don't translate some national variant characters of latin-jisx0201.
12858 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12859
12860 * international/kkc.el (kkc-after-update-conversion-functions):
12861 New variable.
12862 (kkc-update-conversion): Run functions in it at the tail.
12863
12864 2000-07-16 John Wiegley <johnw@gnu.org>
12865
12866 * lisp/align.el (align-newline-and-indent):
12867 Adding new function. for auto-aligning blocks of code on RET.
12868 (align-region): Fixed badly formatted minibuffer message.
12869
12870 2000-07-17 Kenichi Handa <handa@etl.go.jp>
12871
12872 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12873 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12874 the conversion list at first if appropriate.
12875 (kkc-next): Don't update kkc-next-count here.
12876 (kkc-prev): Don't update kkc-prev-count here.
12877 (kkc-show-conversion-list-update): Fix setting up of conversion
12878 list message.
12879
12880 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12881
12882 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12883
12884 2000-07-16 Dave Love <fx@gnu.org>
12885
12886 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12887 function to be more specific.
12888
12889 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12890 non-string help-echo.
12891 (widget-types-convert-widget): Defsubst it.
12892 (widget-echo-help): Try to cope with a help-echo function of two
12893 possible sorts.
12894
12895 2000-07-15 Jason Rumney <jasonr@gnu.org>
12896
12897 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12898 Declare as obsolete.
12899
12900 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12901
12902 2000-07-14 Gerd Moellmann <gerd@gnu.org>
12903
12904 * hilit-chg.el: Fix typo.
12905
12906 2000-07-14 Dave Love <fx@gnu.org>
12907
12908 * info.el (Info-mode-menu): Fix use of :help, :enable.
12909
12910 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12911
12912 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12913
12914 2000-07-13 Dave Love <fx@gnu.org>
12915
12916 * emacs-lisp/easymenu.el: Doc fixes.
12917 (easy-menu-remove): Defalias to ignore.
12918
12919 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12920 Call throw correctly.
12921
12922 2000-07-13 Gerd Moellmann <gerd@gnu.org>
12923
12924 * faces.el (frame-background-mode): Doc fix.
12925
12926 * simple.el (eval-expression-print-length): Change custom type to
12927 allow entering nil as value.
12928
12929 2000-07-13 Dave Love <fx@gnu.org>
12930
12931 * progmodes/fortran.el (fortran-imenu-generic-expression):
12932 Change definition layout.
12933 (fortran-mode-menu): Reinstate customize entries.
12934
12935 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12936 Use :filter, per old XEmacs code.
12937
12938 2000-07-12 Gerd Moellmann <gerd@gnu.org>
12939
12940 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12941 event when deciding what to send to the terminal.
12942
12943 2000-07-12 Dave Love <fx@gnu.org>
12944
12945 * cus-start.el: Add optional version as 4th element of specs and
12946 use it for several things new in v21. Remove load-path. Fix type
12947 of line-number-display-limit.
12948
12949 2000-07-11 Dave Love <fx@gnu.org>
12950
12951 * progmodes/fortran.el: Don't require easymenu.
12952 Use repeat counts in various regexps.
12953 (fortran-mode-syntax-table): Defvar directly.
12954 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12955 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12956 Use defvar, not defconst.
12957 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12958 (fortran-mode): Set fortran-comment-line-start-skip,
12959 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12960 (fortran-comment-indent): Use defsubst.
12961 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12962 Use fortran-comment-indent, not fortran-comment-indent-function.
12963 (fortran-comment-region, fortran-electric-line-number): Simplify.
12964 (fortran-auto-fill): New function.
12965 (fortran-do-auto-fill): Deleted.
12966 (fortran-find-comment-start-skip):
12967 Check for non-null comment-start-skip.
12968 (fortran-auto-fill-mode, fortran-fill-statement):
12969 Use fortran-auto-fill.
12970 (fortran-fill): Use fortran-auto-fill. Check for null
12971 comment-start-skip. Simplify final clause and use end-of-line finally.
12972
12973 * widget.el (widget-plist-member): New alias.
12974
12975 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12976
12977 * eshell/esh-module.el (toplevel): Reference
12978 byte-compile-current-file only if it is bound.
12979
12980 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12981
12982 * dired.el: Don't require `dired-aux'.
12983
12984 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12985
12986 * dired-aux.el (dired-show-file-type): New function.
12987 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12988 (dired-show-file-type): Add autoload.
12989
12990 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12991
12992 * international/mule-diag.el (describe-font): Adjusted for the
12993 change of fontset-info.
12994 (print-fontset): Likewise.
12995
12996 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12997
12998 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12999
13000 2000-07-07 Gerd Moellmann <gerd@gnu.org>
13001
13002 * bindings.el: Bind `[delete]' to delete-char.
13003
13004 * dired.el (dired-find-alternate-file): New function.
13005 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13006 (toplevel): Require dired-aux when compiling.
13007 (dired-buffers): Move defvar within file to avoid compiler warning.
13008
13009 * info.el (Info-last-search): Variable removed.
13010 (Info-search-history): New variable.
13011 (Info-search): New Info-search-history.
13012
13013 * battery.el, info-look.el: Change author's mail address.
13014
13015 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13016
13017 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13018 if rmail-ignored-headers is nil.
13019 (rmail-retry-failure): Bind rmail-ignored-headers and
13020 rmail-displayed-headers to nil.
13021
13022 2000-07-06 Gerd Moellmann <gerd@gnu.org>
13023
13024 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13025 (print-region-1): Don't hard code `-h' here.
13026
13027 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13028
13029 2000-07-01 Francesco Potorti` <pot@gnu.org>
13030
13031 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13032 exim can use "your message" instead of "the message".
13033
13034 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13035
13036 * facemenu.el: Docstrings fixes.
13037 (facemenu-get-face): Don't use internal-find-face.
13038 (facemenu-iterate): Rename arg to match the docstring.
13039
13040 * newcomment.el (uncomment-region): Be more careful when skipping
13041 backwards over `=' not to bump into BOBP.
13042
13043 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13044
13045 * ediff-diff.el (ediff-wordify): Use syntax table.
13046 * ediff-init.el (ediff-has-face-support-p): Use
13047 ediff-color-display-p.
13048 (ediff-color-display-p): Use display-color-p, changed to defun
13049 from defsubst.
13050 Got rid of special cases for NeXT and OS/2.
13051 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13052 face.
13053
13054 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13055
13056 * emacs-lisp/lucid.el: Require CL.
13057 (copy-tree, remprop): Remove, it's provided by CL.
13058 (map-keymap): Define in terms of cl-map-keymap.
13059 (extent-property, set-extent-end-glyph): New functions.
13060
13061 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13062
13063 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13064
13065 * Makefile.in (DONTCOMPILE): Add comment that the name may
13066 not be changed without changing the make-dist script.
13067
13068 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13069 (cl-mapc): Use mapc instead of cl-old-mapc.
13070
13071 2000-07-05 Andrew Innes <andrewi@gnu.org>
13072
13073 * makefile.nt: Add support for `bootstrap' and related targets.
13074
13075 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13076
13077 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13078 (easy-menu-do-define): Use `menu-item' format.
13079 Handle case where easy-menu-create-menu returns a symbol.
13080 Manually call the potential top-level filter in the function binding.
13081 (easy-menu-filter-return): New arg NAME.
13082 Convert to a keymap if MENU is an XEmacs menu.
13083 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13084 (easy-menu-converted-items-table, easy-menu-convert-item):
13085 New var and fun to memoize easy-menu-convert-item-1.
13086 (easy-menu-do-add-item): Use it.
13087 (easy-menu-create-menu): Use easy-menu-convert-item.
13088 Wrap easy-menu-filter-return around any :filter specification.
13089 Don't convert the menu if a filter was specified.
13090 Tell easy-menu-make-symbol not to check for MENU being an expression.
13091 (easy-menu-make-symbol): New arg NOEXP.
13092
13093 2000-07-05 Gerd Moellmann <gerd@gnu.org>
13094
13095 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13096 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13097 (eval-defun): If called with prefix arg, instrument code for
13098 Edebug.
13099
13100 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13101 similar to that of eval-defun.
13102
13103 2000-07-04 Dave Love <fx@gnu.org>
13104
13105 * hl-line.el (hl-line-overlay): Make it permanent-local.
13106
13107 * calendar/todo-mode.el: Replaced with a working version, based on
13108 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13109
13110 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13111
13112 * paths.el (prune-directory-list): New function.
13113 (Info-default-directory-list): Rewritten to more methodically
13114 enumerate a big list of possible info directories (based on the
13115 list used by the standalone info reader).
13116
13117 * info.el (info-initialize): Use prune-directory-list to remove
13118 non-existent directories from Info-directory-list.
13119
13120 * paths.el (Info-default-directory-list): Try a list of possible
13121 info-directories instead of a single one. Add the possible
13122 info directory "/usr/share/info".
13123
13124 * woman.el (woman-man.conf-path): Explicitly include the debian
13125 man-db config file "/etc/manpath.config".
13126 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13127 are present in `manpath.config'.
13128 (woman-manpath): Include "/usr/share/man".
13129
13130 2000-07-03 Gerd Moellmann <gerd@gnu.org>
13131
13132 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13133
13134 * startup.el (command-line): Initialize blink-cursor based
13135 on window-system.
13136
13137 * frame.el (blink-cursor): Default to nil if not running under
13138 a window-system.
13139
13140 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13141 (face-x-resources): Remove duplicate entry for :font.
13142
13143 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13144 instead of cycling through windows with next-window.
13145
13146 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13147 of cycling through windows with next-window.
13148
13149 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13150 of cycling through windows with next-window.
13151
13152 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13153 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13154 instead of cycling through windows with next-window.
13155
13156 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13157 instead of cycling through windows with next-window.
13158
13159 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13160 of cycling through windows with next-window.
13161
13162 * terminal.el (te-process-output): Use walk-windows instead of
13163 cycling through windows with next-window.
13164
13165 * server.el (server-switch-buffer): Use some-window instead of
13166 cycling through windows with next-window.
13167
13168 * window.el (some-window): New function.
13169 (walk-windows): Remove reference to walk-windows-start.
13170
13171 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13172
13173 2000-07-03 Richard Stallman <rms@gnu.org>
13174
13175 * window.el (walk-windows): Guarantee termination by keeping a list
13176 of all the windows already handled.
13177
13178 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13179
13180 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13181 window-system.
13182
13183 * man.el (Man-notify-when-ready): Don't use window-system. If
13184 Man-notify-method is newframe, and the display is not
13185 multi-frame, select the frame created for the man page.
13186 (Man-init-defvars): Doc fix.
13187
13188 2000-06-28 Gerd Moellmann <gerd@gnu.org>
13189
13190 * faces.el (region): Change background color for light background.
13191
13192 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13193 attribute from mode-line face of Ediff control frame.
13194
13195 * replace.el (query-replace-map): Bind `e' like `E'.
13196
13197 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13198
13199 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13200 Change name to "Select All".
13201
13202 * dos-fns.el (convert-standard-filename): Fix last change.
13203
13204 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13205
13206 * help.el (describe-variable): Don't insert a second `'s' in front
13207 of the string `value is shown below'. Since the syntax-table is
13208 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13209 an existing `'s', so that this won't be deleted.
13210
13211 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13212 * pcmpl-unix.el: New files.
13213
13214 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13215
13216 * wid-edit.el (widget-member): Use the new plist-member.
13217
13218 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13219
13220 * replace.el (perform-replace): Undo change of 2000-04-04.
13221 Instead, move backward 1 character at the end of the loop when
13222 necessary.
13223
13224 * faces.el (fringe): Change face for different backgrounds.
13225
13226 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13227 patch from John.
13228
13229 * eshell/*.el: Change spelling of the Free Software Foundation.
13230
13231 * eshell/esh-toggle.el: Removed.
13232
13233 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13234
13235 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13236 interactively.
13237
13238 2000-06-26 Alex Schroeder <alex@gnu.org>
13239
13240 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13241 `define-key'; instead of checking `(emacs-version)' check for
13242 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13243 for `;' and `o' which might be electric.
13244
13245 (sql-electric-stuff): New user option.
13246 (sql-magic-go): New function which uses `sql-electric-stuff'.
13247 (sql-magic-semicolon): New function which uses
13248 `sql-electric-stuff'.
13249
13250 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13251 is not fboundp.
13252
13253 (sql-oracle-options): New variable.
13254 (sql-oracle): Use it.
13255
13256 (sql-imenu-generic-expression): Doc change.
13257 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13258 is used.
13259
13260 (sql-informix): Added command line parameter "-" to force
13261 sql-informix-program to use stdout.
13262
13263 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13264
13265 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13266 (cp864-decode-table): Doc fix.
13267 (cp720-decode-table): New variable, supports the Arabic OEM
13268 codepage used by Windows.
13269 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13270
13271 2000-06-23 Dave Love <fx@gnu.org>
13272
13273 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13274 (font-lock-fontify-anchored-keywords): Use
13275 line-beginning-position.
13276 (global-font-lock-mode): Use mapc.
13277
13278 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13279
13280 * eshell/esh-module.el: Require CL when compiling.
13281
13282 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13283
13284 * comint.el (comint-substitute-in-file-name): Call replace-match
13285 with second and third arg t.
13286
13287 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13288 Specify foreground color.
13289
13290 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13291 color.
13292
13293 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13294
13295 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13296 cddr instead of cdddr.
13297
13298 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13299 instead of copy-list.
13300
13301 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13302 of copy-list.
13303
13304 * subdirs.el: Add eshell subdirectory.
13305
13306 * eshell: New subdirectory containing the Eshell package.
13307
13308 * pcomplete.el: New file.
13309
13310 2000-06-23 Paul Eggert <eggert@twinsun.com>
13311
13312 * mail/mailpost.el (post-mail-send-it): Make sure file has
13313 proper permissions from birth.
13314
13315 * files.el (basic-save-buffer-2): When temporarily setting
13316 file modes, set them to current modes plus 0200, not to 0777.
13317
13318 * emerge.el (emerge-make-temp-file): Make sure file has proper
13319 permissions from birth.
13320
13321 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13322
13323 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13324 backup file name through convert-standard-filename.
13325
13326 * dos-fns.el (convert-standard-filename): Convert leading
13327 directories as well. When long file names are supported, convert
13328 characters that are invalid in Windows file names.
13329
13330 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13331
13332 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13333 ps-print crashes. New feature: page selection for printing. Create
13334 raw-text-unix coding system for XEmacs. Doc fix.
13335 (ps-print-version): New version number (5.2.3).
13336 (ps-plot-region): Bug fix.
13337 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13338 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13339 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13340 funs.
13341 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13342 (ps-last-page): New vars.
13343
13344 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13345
13346 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13347 empty option string.
13348
13349 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13350
13351 * man.el (man): Doc fix.
13352
13353 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13354
13355 * international/mule-cmds.el (set-language-info-alist): Docstring
13356 fixed.
13357
13358 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13359
13360 * version.el (emacs-version): Use ISO date format.
13361
13362 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13363 instead of `M-backspace'.
13364
13365 * simple.el (turn-off-auto-fill): New function.
13366
13367 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13368
13369 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13370 Renamed from with-buffer-prepared-for-font-lock and use
13371 inhibit-modification-hooks rather than setting *-change-functions.
13372 Update all functions to use the new name.
13373 (jit-lock-first-unfontify-pos): New semantics (and doc).
13374 (jit-lock-mode): Make non-interactive.
13375 Don't automatically turn on font-lock.
13376 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13377 Always use jit-lock-after-change.
13378 Remove and restore font-lock-after-change-function.
13379 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13380 (jit-lock-after-unfontify-buffer): Remove.
13381 (jit-lock-stealth-fontify):
13382 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13383 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13384
13385 2000-06-20 Sam Steingold <sds@gnu.org>
13386
13387 * emacs-lisp/cl-indent.el (toplevel): Indent
13388 `print-unreadable-object' properly. Untabify.
13389
13390 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13391
13392 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13393 Support for bibentry.
13394 (reftex-compile-variables): Fixed problem with end of section-re.
13395
13396 * texmodes/reftex-dcr.el (reftex-view-crossref,
13397 reftex-view-crossref-from-bibtex):
13398 Deal with changed `reftex-find-citation-regexp-format'.
13399 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13400 Replaced `remprop' with `put'.
13401 (reftex-view-crossref, reftex-view-crossref-when-idle):
13402 Support for bibentry.
13403
13404 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13405 New entry for bibentry package.
13406
13407 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13408 Regexp also matches "\nobibliography".
13409
13410 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13411 Call `reftex-ensure-write-access' before doing anything.
13412 (reftex-ensure-write-access): New function.
13413
13414 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13415
13416 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13417
13418 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13419
13420 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13421
13422 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13423
13424
13425 2000-06-20 Dave Love <fx@gnu.org>
13426
13427 * faces.el (frame-background-mode): Use set-default, not set, in
13428 setter.
13429 (frame-update-faces, frame-update-face-colors): Define with
13430 defalias.
13431
13432 * enriched.el (enriched-decode-foreground)
13433 (enriched-decode-background): Don't use internal-find-face.
13434
13435 * apropos.el: Doc fixes.
13436
13437 * cus-edit.el (customize-changed-options): Check arg.
13438 (customize-version-lessp): Don't require decimal point.
13439
13440 * custom.el (defcustom, defgroup): Doc fix.
13441
13442 * newcomment.el (comment) <defgroup>: Add :version.
13443 (comment-multi-line): Doc fix.
13444
13445 * emulation/mlsupport.el (define-hooked-local-abbrev,
13446 define-hooked-global-abbrev): Fix, using define-abbrev.
13447
13448 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13449
13450 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13451 the whole buffer.
13452
13453 2000-06-19 Dave Love <fx@gnu.org>
13454
13455 * menu-bar.el (menu-bar-options-save): New function.
13456 (menu-bar-options-menu): Use it.
13457 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13458 Simplify.
13459
13460 2000-06-19 Andreas Schwab <schwab@suse.de>
13461
13462 * progmodes/etags.el (tags-query-replace): Put new parameters
13463 START and END at the end, for backward compatibility.
13464
13465 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13466
13467 * international/codepage.el:
13468 (cp-coding-system-for-codepage-1): Delete special codes for
13469 generating xxx-dos coding system because now a CCL based coding
13470 system can handle EOL conversion by default.
13471
13472 * international/mule.el (make-coding-system): Generate subsidiary
13473 coding systems for EOL handling variants even for a CCL based
13474 coding system.
13475
13476 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13477
13478 * international/isearch-x.el (isearch-minibuffer-input-method)
13479 (isearch-minibuffer-input-method-function): These variables
13480 deleted.
13481 (isearch-with-input-method): Don't use the above variables.
13482 (isearch-process-search-multibyte-characters): Likewise. Call
13483 read-string with the arg INHERIT-INPUT-METHOD t.
13484
13485 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13486
13487 * font-lock.el (font-lock-after-fontify-buffer)
13488 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13489
13490 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13491 Use consistent make-local-variable style for font-lock-fontified.
13492 (jit-lock-fontify-buffer):
13493 Don't bother checking for font-lock-mode and jit-lock-mode.
13494
13495 * time.el: Remove trailing ^M that prevent CVS-merging.
13496
13497 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13498
13499 * Makefile.in (distclean): New target.
13500
13501 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13502
13503 * Makefile.in (srcdir): Define for update-subdirs.
13504
13505 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13506
13507 * find-lisp.el: New file.
13508
13509 2000-06-16 Andrew Innes <andrewi@gnu.org>
13510
13511 * time.el (display-time-mail-function): New variable, to allow
13512 external packages to indicate when new mail is available.
13513 (display-time-update): Use it.
13514
13515 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13516
13517 * international/mule.el (mule-version): Change version name to
13518 SAKAKI. AOI has already been used by Meadow.
13519
13520 * international/quail.el (quail-show-guidance-buf): To find the
13521 bottom window (but minibuffer), pay attention to the height of
13522 minibuffer.
13523
13524 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13525
13526 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13527 menu-bar menus. Add help strings. Don't remove the Edit menu
13528 from the menu bar, as the menu bar has enough space now.
13529
13530 * Makefile.in (SHELL): Make sure /bin/sh is used.
13531
13532 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13533 characters, which use series of two ^H characters instead of one.
13534
13535 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13536
13537 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13538 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13539 functions.
13540 (Info-find-node-2): Try a case-sensitive search first, then
13541 do a case-insensitive search.
13542
13543 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13544 tutorials.
13545
13546 * complete.el (PC-env-vars-alist): New variable.
13547 (PC-complete-as-file-name): New function.
13548 (partial-completion-mode): Initialize PC-env-vars-alist from
13549 process-environment.
13550 (PC-do-completion): Handle completion of env vars.
13551
13552 * info.el (Info-set-mode-line): Show file name in mode line,
13553 use `*Info*' instead of `Info:'.
13554
13555 * startup.el (command-line-1): Change copyright messages to year
13556 2000.
13557
13558 2000-06-15 Dave Love <fx@gnu.org>
13559
13560 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13561 not local-map.
13562
13563 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13564
13565 * international/mule.el (set-buffer-file-coding-system): Almost
13566 rewritten to handle `undecided' as no-op.
13567
13568 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13569
13570 * Makefile.in: New file.
13571
13572 * Makefile: Removed.
13573
13574 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13575 (goto-address-highlight-keymap): Bind C-c RET.
13576
13577 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13578
13579 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13580 inherits buffer-file-coding-system of the current buffer.
13581
13582 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13583 0. Give correct argument to set-auto-coding-function.
13584 (tar-expunge): For goto-char, use (point-min), not 0.
13585 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13586 (tar-subfile-save-buffer): Likewize.
13587
13588 * international/mule.el
13589 (after-insert-file-set-buffer-file-coding-system): Call
13590 set-buffer-file-coding-system with the arg FORCE t.
13591
13592 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13593
13594 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13595 nil. Contemporary sendmails issue an X-Authentication-Warning if
13596 the sender is set with `-f'.
13597
13598 2000-06-13 Dave Love <fx@gnu.org>
13599
13600 * help.el (describe-function-1): Kluge around cases of functions
13601 fset to subrs whose doc doesn't match their symbol-name.
13602
13603 * image.el (insert-image): Default STRING to a space.
13604
13605 * info.el Doc fixes.
13606 (Info-build-node-completions): Match Ref tags.
13607
13608 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13609
13610 * frame.el (display-multi-frame-p, display-multi-font-p): New
13611 defaliases for display-graphic-p.
13612
13613 * hl-line.el: Fixed a typo in commentary.
13614
13615 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13616
13617 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13618 fixed.
13619
13620 2000-06-12 Dave Love <fx@gnu.org>
13621
13622 * image.el (insert-image): Save a little consing.
13623
13624 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13625
13626 * language/tibet-util.el: Convert all tibetan-1-column characters
13627 to the corresponding tibetan characters.
13628 (tibetan-add-components): Delete code for the special treatment of
13629 'a chung.
13630
13631 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13632 change.
13633 (tibetan-vowel-transcription-alist): More rules added.
13634 (tibetan-composite-vowel-alist): New variable.
13635 (tibetan-precomposition-rule-alist): More rules added.
13636
13637 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13638
13639 * startup.el (command-line): Only call menu-bar-mode if interactive.
13640
13641 * thingatpt.el (toplevel symbol-properties):
13642 * textmodes/makeinfo.el (makeinfo-compile):
13643 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13644 * progmodes/hideif.el (hif-compress-define-list)
13645 (hide-ifdef-use-define-alist):
13646 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13647 (ange-ftp-vms-add-file-entry):
13648 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13649 * man.el (Man-build-man-command):
13650 * mail/rnewspost.el (news-reply-header-hook):
13651 * info.el (Info-insert-dir):
13652 * emulation/mlconvert.el (backward-word, forward-word, setq):
13653 * emacs-lisp/gulp.el (gulp-send-requests):
13654 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13655 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13656 (byte-optimize-apply, end of file):
13657 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13658 (ad-make-freeze-definition):
13659 * startup.el (command-line, command-line-1): Don't quote lambdas.
13660
13661 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13662 (cvs-cleanup-removed): New function.
13663 (cvs-cleanup-functions): New var.
13664 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13665 some flexibility in specifying additional entries to auto-cleanup.
13666 (cvs-quickdir): New function.
13667 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13668 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13669 (cvs-mode-find-file): Check that we are on a filename or dirname
13670 when invoked through a mouse-click.
13671 (cvs-full-path): Remove.
13672 (cvs-dired-action): Re-introduced.
13673 (cvs-dired-noselect): Use it.
13674 (vc-post-command-functions): use this new hook if available.
13675
13676 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13677 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13678 (cvs-filename-map, cvs-dirname-map): Remove.
13679 (cvs-default-action): Remove.
13680 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13681 if the arg is really a keymap.
13682 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13683 Don't hardcode the mapping from state (aka type) to face, but check
13684 the var cvs-fi-<type>-face instead.
13685 (cvs-fileinfo-from-entries): New function.
13686
13687 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13688 Docstring fix.
13689 (cvs-find-file-and-jump): Change default to be safer.
13690 (cvs-mode-diff-map): Define it as a function as well.
13691 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13692 Bind mouse-2 in this global map rather than with text-properties.
13693
13694 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13695 file to resolve the ambiguity between C(conflict) and C(need-merge).
13696
13697 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13698
13699 * international/mule.el (set-buffer-file-coding-system): If
13700 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13701 unconditionally.
13702
13703 2000-06-12 Dave Love <fx@gnu.org>
13704
13705 * wid-edit.el (widget-specify-button): Really suppress the face if
13706 required.
13707
13708 2000-06-11 Gerd Moellmann <gerd@gnu.org>
13709
13710 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13711
13712 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13713
13714 * imenu.el (imenu-generic-expression): Docstring fix.
13715
13716 * composite.el (composition-function-table): Move the `put'
13717 below the autoload cookie so we can load the file before loaddefs.
13718
13719 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13720
13721 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13722 Handle easy-mmode-define-global-mode.
13723 For complex macros like define-minor-mode that can generate
13724 several autoload entries, try to autoload entries in the
13725 macroexpanded code.
13726
13727 * emacs-lisp/easy-mmode.el (define-minor-mode):
13728 If KEYMAP is a symbol, just use it.
13729 Use byte-compile-current-file and load-file-name to infer the
13730 proper :require to pass to defcustom.
13731 Wrap the hook var into `progn' so as not to autoload it.
13732 Add a :autoload-end cookie.
13733 Be more careful about the evaluation of KEYMAP.
13734 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13735 (define-derived-mode): Move define-abbrev-table outside of defvar.
13736
13737 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13738
13739 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13740 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13741 (backup-compiled-files): Ignore errors during `tar'.
13742 (bootstrap): Make autoloads before elc files.
13743
13744 2000-06-10 Kenichi Handa <handa@etl.go.jp>
13745
13746 * international/mule.el (set-buffer-file-coding-system): If one of
13747 undecided-XXX is specified, change only EOL conversion.
13748
13749 * international/mule-conf.el (unix): New alias for the coding
13750 system undecided-unix.
13751
13752 2000-06-09 Dave Love <fx@gnu.org>
13753
13754 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13755
13756 * progmodes/executable.el: Byte compile dynamic.
13757 (executable-insert): Change custom type.
13758 (executable-find): Add autoload cookie.
13759 (executable-make-buffer-file-executable-if-script-p): New
13760 function. After Noah Friedman.
13761
13762 * files.el (after-save-hook): Customize, with
13763 executable-make-buffer-file-executable-if-script-p as an option.
13764
13765 2000-06-09 Kenichi Handa <handa@etl.go.jp>
13766
13767 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13768 "tib24p-mule.bdf" for Tibetan.
13769
13770 * composite.el (decompose-composite-char): Declare it as obsolete.
13771
13772 * man.el (Man-fontify-manpage): Pay attention to underline and
13773 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13774
13775 2000-06-08 Gerd Moellmann <gerd@gnu.org>
13776
13777 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13778 Set maintainer to FSF since author isn't reachable.
13779
13780 2000-06-08 Dave Love <fx@gnu.org>
13781
13782 * international/mule-cmds.el (select-safe-coding-system): If
13783 DEFAULT-CODING-SYSTEM is not specified, also check the most
13784 preferred coding-system if buffer-file-coding-system is
13785 `undecided'. From Handa.
13786
13787 2000-06-08 Kenichi Handa <handa@etl.go.jp>
13788
13789 * international/mule.el
13790 (after-insert-file-set-buffer-file-coding-system): If the buffer
13791 size is greater than INSERTED, judget that we are not visiting.
13792
13793 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13794
13795 * whitespace.el (defgroup whitespace): Comment out `:version'.
13796 XEmacs 20.4 has problems defining the group with this present.
13797 We'll have this commented out till get resolve the problem.
13798
13799 2000-06-07 John Wiegley <johnw@gnu.org>
13800
13801 * align.el (align-dq-string-modes, align-sq-string-modes)
13802 (align-open-comment-modes): Add pyhton-mode.
13803 (align-rules-list): Use get-text-property instead of
13804 text-properties-at.
13805 (align-rules-list): Add python-assignment.
13806 (align-rules-list): Change perl-comma-delimiter to
13807 basic-comma-delimiter. Use if for Perl modes and python-mode.
13808 (align-rules-list): Add python-chain-logic and
13809 basic-line-continuation.
13810
13811 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13812
13813 * apropos.el (apropos-mode-hook): New user variable.
13814 (apropos-mode): Run apropos-mode-hook.
13815
13816 2000-06-07 David Ponce <david@dponce.com>
13817
13818 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13819 commands. Require `wid-edit' at run-time.
13820
13821 2000-06-07 David Ponce <david@dponce.com>
13822
13823 * recentf.el: Added some "Commentary".
13824 (recentf-open-more-files, recentf-edit-list): Minor changes to
13825 move the point at the top of the file list. This behaviour is
13826 consistent with the menu one when the list contains a lot of
13827 files.
13828 (recentf-cleanup): Now displays the number of items removed from
13829 the list.
13830 (recentf-relative-filter) New menu filter to show filenames
13831 relative to `default-directory'.
13832
13833 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13834
13835 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13836 with/without giving an error if PostScript printer doesn't have this
13837 kind of page size. Zebra Stripe continues or restarts on next page.
13838 Manual/automatic paper feeding. Switch or not the header.
13839 (ps-print-version): New version number (5.2.2).
13840 (ps-windows-system): Include emx as a Windows system.
13841 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13842 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13843 (ps-background-text): Code fix.
13844 (ps-error-handler-message, ps-user-defined-prologue)
13845 (ps-print-prologue-header, ps-printer-name)
13846 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13847 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13848 (ps-use-face-background): Customization fix.
13849 (ps-n-up-database): Data fix.
13850 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13851 (ps-switch-header): New vars.
13852 (ps-xemacs-color-name, ps-face-foreground-name)
13853 (ps-face-background-name, ps-boolean-constant): New funs.
13854
13855 2000-06-07 Dave Love <fx@gnu.org>
13856
13857 * allout.el: New version from Manheimer.
13858
13859 2000-06-07 Kenichi Handa <handa@etl.go.jp>
13860
13861 * textmodes/fill.el (fill-find-break-point): Check the validity of
13862 charset.
13863
13864 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13865
13866 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13867 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13868 Call display-color-p and display-mouse-p instead of looking at
13869 window-system.
13870
13871 2000-06-06 Dave Love <fx@gnu.org>
13872
13873 * image.el (find-image): Doc fix. Return nil if image not found.
13874 (put-image, insert-image): Make STRING arg optional.
13875
13876 2000-06-06 Kenichi Handa <handa@etl.go.jp>
13877
13878 * language/vietnamese.el: Remove eval-when-compile.
13879 (viet-viscii-nonascii-translation-table): Define it as a
13880 translation table made from viet-viscii-decode-table.
13881 (viet-viscii-encode-table): Define it as a translation table made
13882 from the reverse map of above.
13883 (viet-vscii-nonascii-translation-table): Define it as a
13884 translation table made from viet-vscii-decode-table.
13885 (viet-vscii-encode-table): Define it as a translation table made
13886 from the reverse map of above.
13887 (ccl-decode-viscii): Use translate-character.
13888 (ccl-encode-viscii, ccl-encode-viscii-font)
13889 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13890 Likewize.
13891
13892 * language/cyrillic.el: Remove eval-when-compile.
13893 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13894 translation table made from cyrillic-koi8-r-decode-table.
13895 (cyrillic-koi8-r-encode-table): Define it as a translation table
13896 made from the reverse map of above.
13897 (ccl-decode-koi8): Use translate-character.
13898 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13899 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13900 a translation table made from cyrillic-alternativnyj-decode-table.
13901 (cyrillic-alternativnyj-encode-table): Define it as a translation
13902 table made from the reverse map of above.
13903 (ccl-decode-alternativnyj): Use translate-character.
13904 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13905 Likewize
13906
13907 * international/mule-diag.el (non-iso-charset-alist): Specify
13908 translation table symbol instead of translation table itself.
13909 (list-block-of-chars): CHARSET may be a translation table symbol.
13910
13911 * international/mule.el (make-coding-system): If CODING-SYSTEM
13912 already exists, override it.
13913
13914 * international/fontset.el: Use family `proportional' for Tibetan
13915 fonts.
13916
13917 * international/ccl.el (ccl-compile-translate-character): Don't
13918 check if Rrr has property translation-table.
13919 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13920
13921 2000-06-05 Gerd Moellmann <gerd@gnu.org>
13922
13923 * info.el: Bind case-fold-search to t when searching in case
13924 a user sets it to nil in a hook.
13925
13926 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13927
13928 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13929 * hl-line.el (hl-line-mode): Use the new :global key argument.
13930
13931 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13932 (tar-clip-time-string): Prepend a space.
13933 (tar-grind-file-mode): Construct a string rather than modifying one.
13934 (tar-header-block-summarize): Fix docstring.
13935 Use `format' rather than an error-prone set of copy-loops.
13936
13937 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13938 (diff-goto-source, diff-unified->context, diff-context->unified)
13939 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13940 understand the format output by the `-p' argument to diff.
13941
13942 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13943 (sh-re-done): Use defconst.
13944 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13945 (sh-help-string-for-variable, sh-guess-basic-offset):
13946 Don't quote lambdas.
13947 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13948 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13949
13950 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13951 (mh-letter-mode): Derive from text-mode.
13952 This implicitly means that it now calls kill-all-local-variables.
13953 Also remove the Emacs-18 compatibility code.
13954
13955 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13956 Make use of symbol-property doc-string-elt.
13957 Use memq rather than a sequence of eq.
13958 (doc-string-elt): Fix the wrong or missing previously unused values.
13959 (autoload-print-form): New function extracted from
13960 generate-file-autoloads to allow recursion when handling progn
13961 so that defvar's and defun's docstrings are properly printed.
13962 (generate-file-autoloads): Use it.
13963
13964 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13965 Use find-file-hooks in the minor-mode function.
13966 Be careful not to loop indefinitely in the post-command-hook function.
13967
13968 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13969
13970 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13971 tty's.
13972 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13973 differences whenever appropriate.
13974 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13975 * viper.el (find-file, find-file-other-window): Get viper to do
13976 wildcards.
13977
13978 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13979
13980 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13981 (jit-lock-fontify-buffer): New function for JIT refontification.
13982 (jit-lock-mode): Fix docstring.
13983 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13984 Remove jit-lock-after-change from the _local_ hook.
13985 (jit-lock-function-1): Fix docstring.
13986
13987 * info.el (Info-on-current-buffer): Initialize info.
13988
13989 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13990
13991 * progmodes/tcl.el (tcl-indent-for-comment):
13992 Ignore comment-indent-hook.
13993
13994 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13995 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13996 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13997 and improve to use the lighter to guess the capitalization.
13998 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13999 Add keyword arguments to specify global-ness or the custom group.
14000 Add local-map and help-echo properties to the lighter.
14001 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14002 (easy-mmode-define-global-mode): New macro.
14003
14004 2000-06-02 Dave Love <fx@gnu.org>
14005
14006 * wid-edit.el: byte-compile-dynamic since we typically don't use
14007 all the widgets. Don't require cl or widget. Remove
14008 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14009 (widget-read-event): Removed. Callers changed to use read-event.
14010 (widget-button-release-event-p): Renamed from
14011 button-release-event-p.
14012 (widget-field-add-space, widget-field-use-before-change):
14013 Uncustomize.
14014 (widget-specify-field): Use keymap property, not local-map.
14015 (widget-specify-button): Obey :suppress-face.
14016 (widget-specify-insert): Use modern backquote syntax.
14017 (widget-image-directory): Renamed from widget-glyph-directory.
14018 (widget-image-enable): Renamed from widget-glyph-enable.
14019 (widget-image-find): Replaces widget-glyph-find.
14020 (widget-button-pressed-face): Move defvar.
14021 (widget-image-insert): Replaces widget-glyph-insert.
14022 (widget-convert): Use keywordp.
14023 (widget-leave-text, widget-children-value-delete): Use mapc.
14024 (widget-keymap): Remove XEmacs stuff.
14025 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14026 (widget-button-click): Don't set point at the click, but re-centre
14027 if we scroll out of window. Rewritten for images v. glyphs &c.
14028 (widget-tabable-at): Use POS arg, not point.
14029 (widget-beginning-of-line, widget-end-of-line)
14030 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14031 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14032 (widget-default-create): Use widget-image-insert; some rewriting.
14033 (widget-visibility-value-create)
14034 (widget-push-button-value-create, widget-toggle-value-create): Use
14035 widget-image-insert.
14036 (checkbox): Create on and off images dynamically.
14037 (documentation-link): Change :help-echo.
14038 (widget-documentation-link-echo-help): Remove.
14039
14040 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14041
14042 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14043
14044 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14045 (easy-mmode-define-toggle, define-minor-mode): Use it.
14046 (easy-mmode-define-keymap): Docstring fix.
14047 (define-derived-mode): Default PARENT to fundamental-mode.
14048 Add the derived-mode-parent symbol-property.
14049 (easy-mmode-derived-mode-p): New function.
14050
14051 2000-06-02 Dave Love <fx@gnu.org>
14052
14053 * files.el (convert-standard-filename): Doc fix.
14054 (normal-backup-enable-predicate): New function.
14055 (backup-enable-predicate): Use it to replace the lambda form.
14056
14057 * calendar/todo-mode.el: [This needs more work on the outline
14058 stuff.] Doc fixes.
14059 (todo) <defgroup>: Add :version.
14060 (todo-add-category): Don't use pushnew.
14061 (todo-cmd-raise): Fix typo.
14062 (todo-top-priorities): Change temp buffer name.
14063 (todo-category-alist): Avoid redundant lambda.
14064 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14065 Use outline-next-heading.
14066
14067 * autoarg.el: Rewritten to use define-minor-mode.
14068 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14069 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14070
14071 2000-06-02 Kenichi Handa <handa@etl.go.jp>
14072
14073 * isearch.el (isearch-other-meta-char): Fix previous change.
14074
14075 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14076
14077 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14078 (log-edit-done): Only add the comment to the ring if it's different
14079 from the last comment entered.
14080
14081 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14082
14083 2000-06-01 Dave Love <fx@gnu.org>
14084
14085 * hl-line.el: Rewritten using define-minor-mode.
14086
14087 * help.el (describe-function-1): Distinguish special form from
14088 builtin function. Sanity-check presence of arglist for builtins.
14089
14090 2000-06-01 Kenichi Handa <handa@etl.go.jp>
14091
14092 * international/characters.el: Fix syntax/category setting of
14093 Tibetan characters.
14094
14095 * language/tibet-util.el (tibetan-add-components): Fixes for new
14096 encoding of Tibetan characters.
14097 (tibetan-decompose-precomposition-alist): New variable.
14098 (tibetan-decompose-region): Convert precomposed characters to
14099 non-precomposed characters.
14100 (tibetan-decompose-string): Likewise.
14101 (tibetan-composition-function): Fix args to
14102 thibetan-compose-string.
14103
14104 * language/tibetan.el (tibetan-composable-pattern): More
14105 characters included.
14106 (tibetan-consonant-transcription-alist): Rule for "R" added.
14107 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14108 "+R" added.
14109 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14110
14111 * language/lao-util.el (lao-composition-function): Fix args to
14112 compose-string.
14113
14114 * language/thai-util.el (thai-composition-function): Fix args to
14115 compose-string.
14116
14117 * isearch.el (isearch-update): Set disable-point-adjustment to t
14118 to prevent the point moving to the end of a composition when a
14119 part of a composition is searched.
14120 (isearch-other-meta-char): If the key invoking this command can be
14121 mapped by function-key-map to a printing char, call
14122 isearch-process-search-char directly.
14123
14124 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14125
14126 * emacs-lisp/bytecomp.el:
14127 * frame.el:
14128 * international/mule-cmds.el:
14129 * international/mule-util.el:
14130 * international/mule.el:
14131 * mouse.el:
14132 * subr.el:
14133 * faces.el: Update calls to make-obsolete with a WHEN argument.
14134
14135 * byte-run.el (make-obsolete, make-obsolete-variable):
14136 Add an optional WHEN argument and change the format of the
14137 symbol-property information.
14138 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14139 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14140 new obsolete-symbol-property format and print WHEN if it is provided.
14141
14142 2000-05-31 Dave Love <fx@gnu.org>
14143
14144 * loadhist.el (loadhist-hook-functions): Remove
14145 before-change-function, after-change-function.
14146 (unload-feature): Deal with symbols which are both bound and
14147 fbound.
14148
14149 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14150 before-change-function, after-change-function.
14151
14152 * simple.el (newline): Don't bind before-change-function,
14153 after-change-function.
14154
14155 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14156
14157 * whitespace.el (whitespace-rescan-timer-time): Update interval
14158 set to 600 seconds (10 minutes) instead of 60 seconds since
14159 a large number of whitespace buffers causes emacs to `freeze'
14160 for a considerable amount of time.
14161
14162 * whitespace.el: Updated email address
14163
14164 2000-05-31 Dave Love <fx@gnu.org>
14165
14166 * add-log.el (change-log-font-lock-keywords) <function>: Add
14167 pattern for function of change.
14168 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14169 acknowledgements patterns.
14170
14171 2000-05-31 Kenichi Handa <handa@etl.go.jp>
14172
14173 * isearch.el (isearch-printing-char): If keyboard coding system is
14174 being used, call isearch-process-search-multibyte-characters.
14175
14176 * international/isearch-x.el: Mostly rewritten.
14177
14178 * international/quail.el (quail-start-conversion): Don't include
14179 unhandled events in the returned events, but set them in
14180 unread-command-events. Exit if all inputs are deleted.
14181
14182 2000-05-30 Jason Rumney <jasonr@gnu.org>
14183
14184 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14185
14186 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14187 Reenable code to create initial fontsets.
14188 Use set-fontset-font in place of put-charset-property.
14189
14190 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14191
14192 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14193 label, ensure that the first colon isn't followed by another.
14194
14195 * paths.el (Info-default-directory-list): Doc fix.
14196
14197 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14198 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14199 send a query containing USER only, not USER@HOST.
14200
14201 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14202 and rmail-msgend to compute the restriction at the end, instead of
14203 computing it.
14204
14205 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14206
14207 * dabbrev.el (dabbrev-expand): Don't display messages in the
14208 echo area if the minibuffer window is active.
14209
14210 * jit-lock.el (jit-lock-mode): Add after change function to
14211 local hook.
14212
14213 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14214
14215 * antlr-mode.el: New commands: hide/unhide actions,
14216 upcase/downcase literals.
14217 (antlr-tiny-action-length): New user option.
14218 (antlr-hide-actions): New command. Suggested by
14219 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14220 (antlr-mode-map): New binding [C-c C-v].
14221 (antlr-mode-menu): New entries.
14222 (antlr-downcase-literals): New command.
14223 (antlr-upcase-literals): Ditto.
14224
14225 * antlr-mode.el: Minor changes: indendation, mode-name.
14226 (antlr-indent-line): Indent cpp directive at column 0.
14227 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14228
14229 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14230 (antlr-font-lock-additional-keywords): Workaround for intentional
14231 bug in XEmacs version of font-lock.
14232 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14233 be used by a smarter version of `buffers-menu-grouping-function'.
14234
14235 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14236
14237 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14238 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14239
14240 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14241
14242 * international/encoded-kb.el
14243 (encoded-kbd-iso2022-designation-map): Pay attention to that
14244 charset-iso-final-char return -1 for eight-bit-control and
14245 eight-bit-graphic.
14246
14247 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14248
14249 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14250 (speedbar-easymenu-definition-base): Use display-graphic-p where
14251 available, instead of window-system.
14252
14253 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14254
14255 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14256 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14257 coding systems.
14258
14259 2000-05-26 Dave Love <fx@gnu.org>
14260
14261 * disp-table.el (standard-display-underline): Don't use
14262 internal-find-face.
14263
14264 * mail/reporter.el: Maintainer change. Doc fixes.
14265 (reporter-version): Deleted.
14266
14267 * emacs-lisp/elp.el: Maintainer change.
14268 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14269
14270 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14271
14272 * add-log.el (add-change-log-entry): Merge the current entry with the
14273 previous one if the previous one is empty.
14274
14275 2000-05-26 Dave Love <fx@gnu.org>
14276
14277 * loadhist.el (unload-feature): Fix interactive spec [from
14278 lijnzaad@ebi.ac.uk].
14279
14280 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14281 subr-arity to check primitives.
14282 (byte-compile-flush-pending, byte-compile-file-form-progn)
14283 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14284 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14285 mapcar.
14286
14287 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14288
14289 * international/fontset.el: Set family names of non-latin charsets
14290 in default fontset to "*".
14291
14292 * international/mule-diag.el (print-fontset): Combine family part
14293 and registry part of the fontname by "-*-" instead of "-".
14294
14295 * international/mule-cmds.el (encode-coding-char): Make strings
14296 multibyte before calling encode-coding-string.
14297
14298 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14299
14300 * derived.el: Fix keywords.
14301 (define-derived-mode): Only define if needed.
14302
14303 * simple.el (fill-comment, comment-column, comment-start)
14304 (comment-start-skip, comment-end, comment-indent-function)
14305 (block-comment-start, block-comment-end, indent-for-comment)
14306 (set-comment-column, kill-comment, comment-padding, comment-region)
14307 (comment-multi-line, indent-new-comment-line): Remove.
14308
14309 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14310 function names for comment operations.
14311
14312 * newcomment.el: Add abundant autoload cookies.
14313 (comment-style): Don't depend on runtime data at compile-time.
14314 (comment-indent-hook): Remove.
14315 (comment-indent): Check if comment-indent-hook is bound.
14316 (comment-region): Docstring fix.
14317
14318 2000-05-25 Dave Love <fx@gnu.org>
14319
14320 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14321 byte-code-function-p.
14322
14323 * mail/rmailsum.el: Add provide.
14324
14325 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14326
14327 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14328 defcustom.
14329
14330 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14331
14332 * ediff-diff.el (ediff-exec-process): delete --binary option from
14333 non-buffer ediff jobs.
14334
14335 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14336
14337 * hilit-chg.el (highlight-changes-mode): Ask about color or
14338 grayscale support, not about window-system.
14339
14340 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14341 window-system.
14342 (ffap-highlight): Always default to t.
14343
14344 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14345 display-popup-menus-p instead of looking at window-system.
14346
14347 * disp-table.el (standard-display-g1, standard-display-graphic):
14348 Only refuse to use string glyphs on X and MS-Windows.
14349
14350 * avoid.el: Remove window-system from commentary, suggest to use
14351 display-*-p instead.
14352
14353 * apropos.el (apropos-print): Use display-mouse-p instead of
14354 window-system.
14355
14356 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14357
14358 * international/codepage.el (cp-decoding-vector-for-codepage):
14359 Fill up unsupported characters with their own codes. From Kenichi
14360 Handa.
14361
14362 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * international/mule-diag.el (describe-char-after): Use
14365 display-graphic-p instead of window-system, so that this function
14366 works on MS-DOS.
14367
14368 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14369
14370 * international/codepage.el (cp-make-coding-systems-for-codepage):
14371 Remove the eight-bit-graphic and eight-bit-control charsets from
14372 the list of charsets which we convert into `?'.
14373
14374 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14375
14376 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14377 private charsets.
14378 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14379 japanese-jisx0213-2): New charsets.
14380
14381 * international/fontset.el: Setup default fontset for new charsets.
14382
14383 2000-05-24 Dave Love <fx@gnu.org>
14384
14385 * info.el (Info-find-node-2): Restructure [following "Vadim
14386 S. Solomin" <sovs@uic.nnov.ru>].
14387
14388 * icomplete.el: Fix header for Finder.
14389
14390 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14391
14392 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14393 STAY.
14394
14395 * rmail.el (rmail-automatic-folder-directives): New user variable.
14396 (rmail-show-message): Add call to `rmail-auto-file' during
14397 display.
14398 (rmail-auto-file): New function.
14399
14400 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14401
14402 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14403 account.
14404 (ediff-test-utility,ediff-diff-mandatory-option)
14405 (ediff-reset-diff-options): Utilities for proper initialization of
14406 ediff-diff-options and ediff-diff3-options on Windows.
14407
14408 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14409 variable.
14410
14411 * ediff-mult.el (ediff-filegroup-action): Use
14412 ediff-merge-filename-prefix.
14413
14414 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14415
14416 * viper-ex.el (ex-write): Set selective display to nil.
14417
14418 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14419
14420 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14421 aliases for hebrew-iso-8bit.
14422
14423 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14424
14425 * woman.el: New version from Francis J. Wright
14426 <F.J.Wright@Maths.QMW.ac.uk>.
14427 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14428 names in environment variables regardless of the path separator.
14429 (woman-topic-all-completions-1): Don't call file-name-directory-p
14430 on all files, since woman-file-regexp already filters out any
14431 directories.
14432
14433 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14434
14435 * international/quail.el (quail-start-translation): Don't change
14436 modified-p of the current buffer.
14437 (quail-start-conversion): Likewise.
14438
14439 * international/kkc.el (kkc-region): Don't change modified-p of
14440 the current buffer.
14441
14442 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14443 conform to RFC1468.
14444 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14445
14446 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14447
14448 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14449 (speedbar-insert-button): Invisible text property fix.
14450 (speedbar-directory-plus): Renamed from speedbar-directory-+
14451 (speedbar-directory-minus): Renamed from speedbar-directory--
14452 (speedbar-page-plus): Renamed from speedbar-file-+
14453 (speedbar-page-minus): Renamed from speedbar-file--
14454 (speedbar-page): Renamed from speedbar-file-
14455 (speedbar-tag): Renamed from speedbar-tag-
14456 (speedbar-tag-plus): Renamed from speedbar-tag-+
14457 (speedbar-tag-minus): Renamed from speedbar-tag--
14458 (speedbar-expand-image-button-alist): Use above renames.
14459
14460 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14461 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14462 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14463 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14464 * sb-pg.xpm: Renamed from sb-file.xpm
14465 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14466 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14467
14468 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14469
14470 * international/quail.el (quail-show-guidance-buf): Set
14471 current-input-method of the guidance buffer to the name of the
14472 curren input method.
14473
14474 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * progmodes/compile.el (compile-internal): Style typo.
14477
14478 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14479 quote vars and functions in the docstring.
14480
14481 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14482
14483 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14484 Don't quote lambdas.
14485
14486 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14487
14488 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14489
14490 * startup.el (command-line): Determine source file of compiled
14491 user init file differently. Warn if compiled user init file
14492 is older than its source file.
14493
14494 * ffap.el (ffap-url-regexp): Add `https'.
14495
14496 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14497
14498 * files.el (make-backup-file-name-1): Replace slashes with `!'
14499 rather than `|' (which is not allowed on Windows). Replace the
14500 drive letters with a string "drive_X".
14501
14502 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14503
14504 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14505
14506 * files.el (interpreter-mode-alist): Add `bash2'.
14507
14508 2000-05-22 Dave Love <fx@gnu.org>
14509
14510 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14511 mapc.
14512 (feature-file): Avoid calling symbol-name. Doc fix.
14513 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14514 (loadhist-hook-functions): Add mouse-position-function.
14515 (unload-feature): Change uses of mapcar.
14516
14517 * files.el (parse-colon-path): Doc fix.
14518 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14519 (set-auto-mode): Use mapc.
14520
14521 * complete.el (PC-look-for-include-file): Use :alnum: character
14522 class.
14523 (partial-completion-mode): Add autoload cookie.
14524
14525 2000-05-22 Sam Steingold <sds@gnu.org>
14526
14527 * info.el (Info-fontify-node): Fixed the call to
14528 `add-text-properties' (bug introduced on 2000-05-18).
14529
14530 2000-05-22 Dave Love <fx@gnu.org>
14531
14532 * bindings.el: Remove debug-ignored-errors set in other files.
14533
14534 * progmodes/etags.el: Add to debug-ignored-errors.
14535 (visit-tags-table-buffer): Clear out buffers holding old tables
14536 when making a new list.
14537 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14538 mapc.
14539
14540 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14541 quote keywords.
14542 (cmpl-string-case-type): Use character classes.
14543
14544 * comint.el:
14545 * textmodes/ispell.el:
14546 * imenu.el:
14547 * mail/mh-e.el:
14548 * progmodes/compile.el: Add to debug-ignored-errors.
14549
14550 * dabbrev.el: Add to debug-ignored-errors.
14551 (dabbrev-completion): Use mapc.
14552
14553 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14554
14555 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14556 (woman-mapcan, woman-parse-man.conf)
14557 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14558 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14559 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14560 path syntax better.
14561 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14562 (woman-manpath): Call woman-parse-man.conf.
14563 (woman-emulation): New defcustom, defaults to nroff.
14564 (woman-font-support): New defconst.
14565 (woman-use-symbol-font): New defcustom.
14566 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14567 "Emulation".
14568 Many functions: Doc fix.
14569
14570 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14571
14572 * international/quail.el (quail-simple-translation-keymap): Map
14573 128..255 to quail-self-insert-command.
14574 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14575
14576 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14577
14578 * help.el (help-manyarg-func-alist): Typo.
14579
14580 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14581 intervals which makes it heaps simpler.
14582
14583 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14584 the nested comment markers.
14585
14586 * subr.el (remove-hook): Don't turn the hook's value into a list.
14587
14588 2000-05-21 Dave Love <fx@gnu.org>
14589
14590 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14591 are invalid characters.
14592
14593 * international/mule-util.el (detect-coding-with-priority): Use
14594 mapc. Remove redundant lambda.
14595
14596 * international/mule-diag.el (list-non-iso-charset-chars)
14597 (describe-fontset): Remove redundant lambda.
14598
14599 * emulation/crisp.el (brief-mode): New alias.
14600
14601 * emacs-lisp/ring.el (ring-elements): New function.
14602
14603 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14604 (easy-menu-do-add-item): Use keywordp.
14605
14606 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14607
14608 * replace.el: Doc and error message fixes.
14609 (replace-highlight): Use facep, not internal-find-face.
14610
14611 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14612
14613 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14614
14615 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14616 (log-edit-insert-changelog): Drop `:' as well.
14617
14618 * log-view.el: Fix file description.
14619 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14620 available.
14621 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14622 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14623
14624 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14625 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14626 Print a status message if the toggle is called interactively.
14627 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14628 for global minor modes and use `defcustom' for them.
14629 Use add-minor-mode.
14630 (easy-mmode-define-derived-mode): Remove.
14631 (define-derived-mode): Fancier default docstring.
14632 (easy-mmode-define-navigation): Signal an error rather than (ding).
14633
14634 * newcomment.el (comment-styles): New `box-multi'.
14635 (comment-normalize-vars): Better default for comment-continue to
14636 avoid whitespace-only continuations.
14637 (comment-search-forward): Always move even in the no-syntax case.
14638 (comment-padright): Only obey N if it's only obeyed for padleft.
14639 (comment-make-extra-lines): Better handling of empty continuations.
14640 Use `=' for the filler if comment-start has only one character.
14641 (uncomment-region): Try handling the special `=' filler.
14642 (comment-region): Allow LINES even if MULTI is nil.
14643 (comment-box): Choose box style based on comment-style.
14644
14645 2000-05-20 Kenichi Handa <handa@etl.go.jp>
14646
14647 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14648 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14649
14650 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
14651
14652 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14653 and insert, not subst-char-in-region.
14654
14655 * international/mule-diag.el (list-character-sets-1): Handle
14656 charsets eight-bit-control and eight-bit-graphic.
14657 (list-iso-charset-chars): Likewise.
14658 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14659 charactes as is. Use indent-to to align characters.
14660
14661 * international/mule-cmds.el (find-multibyte-characters): Never
14662 exclude charsets eight-bit-control and eight-bit-graphic.
14663
14664 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14665
14666 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14667 Don't quote lambdas.
14668
14669 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14670
14671 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14672
14673 * gud.el (gud-jdb-directories): Doc fix.
14674
14675 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14676
14677 * newcomment.el: New file.
14678
14679 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14680
14681 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14682
14683 2000-05-18 Andreas Schwab <schwab@suse.de>
14684
14685 * dired.el (dired-between-files): Also skip lines beginning with
14686 `used'.
14687
14688 2000-05-18 Gerd Moellmann <gerd@gnu.org>
14689
14690 * msb.el (msb-menu-cond): Add choice `user'.
14691
14692 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14693
14694 * ps-print.el: Compatibility, customization and doc fix.
14695 (ps-printer-name-option): Replace defconst by defvar.
14696 (ps-postscript-code-directory): XEmacs compatibility.
14697 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14698 fix.
14699 (ps-user-defined-prologue, ps-print-prologue-header)
14700 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14701 compatibility and code fix.
14702 (ps-print-background-image, ps-print-background-text):
14703 Customization fix.
14704 (ps-line-number-start, ps-n-up-on): New vars.
14705
14706 2000-05-18 Espen Skoglund <esk@ira.uka.de>
14707
14708 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14709 the indent-comment function to just return the appropriate indent.
14710
14711 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14712
14713 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14714 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14715 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14716
14717 2000-05-18 Dave Love <fx@gnu.org>
14718
14719 * info.el (Info-fontify-node): Add intangible property as well as
14720 invisible.
14721
14722 * calendar/appt.el (appt-make-list): Match all lines of entry.
14723 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14724
14725 2000-05-18 Kenichi Handa <handa@etl.go.jp>
14726
14727 * international/mule-diag.el (describe-char-after): Call
14728 internal-char-font, not char-font. If internal-char-font returns
14729 nil, display "-- none --".
14730
14731 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14732
14733 * image.el (image-type-available-p): Don't reference image-types
14734 if it isn't bound.
14735
14736 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14737
14738 * autoarg.el (autoarg-mode): Typo in the :set argument.
14739
14740 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14741
14742 * startup.el (command-line-1): Don't signal an error if the
14743 directory for auto-save-list files does not yet exist.
14744
14745 2000-05-17 Kenichi Handa <handa@etl.go.jp>
14746
14747 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14748
14749 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14750
14751 * subr.el (remove-hook): `setq' hook-value, not `set'.
14752
14753 2000-05-16 Sam Steingold <sds@gnu.org>
14754
14755 * info.el (debug-ignored-errors): More errors to ignore.
14756
14757 2000-05-16 Dave Love <fx@gnu.org>
14758
14759 * cus-edit.el: Don't require cl or easymenu.
14760 (custom-variable-prompt): Test standard-value property, not
14761 user-variable-p.
14762
14763 2000-05-16 Sam Steingold <sds@gnu.org>
14764
14765 * subr.el (add-hook): `setq' hook-value, not `set'.
14766
14767 2000-05-16 Gerd Moellmann <gerd@gnu.org>
14768
14769 * startup.el (command-line-1): Mention the FAQ in the startup
14770 message.
14771
14772 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14773
14774 * progmodes/compile.el (compilation-parse-errors): Collect
14775 `nomessage' regexps last.
14776
14777 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14778
14779 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14780 to the function name.
14781
14782 2000-05-15 Dave Love <fx@gnu.org>
14783
14784 * speedbar.el (speedbar-recenter): Typo.
14785 (speedbar-expand-line): Make arg optional.
14786 (speedbar-mode): Avoid a compiler warning.
14787
14788 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14789
14790 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14791 user-specified option string is empty.
14792
14793 * mouse.el (mouse-yank-at-click): Doc fix.
14794
14795 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14796
14797 * term/internal.el (IT-character-translations): More updates of
14798 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14799 documents.
14800
14801 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14802
14803 * env.el (getenv): New function, interactively callable.
14804 (setenv, getenv): Remove autoload cookies.
14805
14806 * loadup.el: Load `env'.
14807
14808 * progmodes/f90.el: Change author's mail address.
14809
14810 2000-05-14 Dave Love <fx@gnu.org>
14811
14812 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14813 goto-addr as an option.
14814
14815 * help.el (help-xref-stack): Doc fix.
14816 (help-xref-following): New variable.
14817 (help-make-xrefs): Use it.
14818 (help-xref-go-back): Use position information from stack element.
14819 (help-follow): Make position in stack element a pair. Use
14820 help-xref-following.
14821
14822 * autoarg.el: New file.
14823
14824 * faces.el: Declare more functions obsolete.
14825
14826 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14827 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14828 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14829 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14830 Remove all the setup-...-environment functions.
14831
14832 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14833
14834 * speedbar.el: Updated the commentary section. xemacs20p now uses
14835 >= when detecting. Require `defimage' safely.
14836 (speedbar-easymenu-definition-base): Add toggle for images.
14837 (speedbar-easymenu-definition-special): Add flush cache & expand.
14838 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14839 (speedbar-reconfigure-keymaps-hook): New variable.
14840 (speedbar-frame-parameters): Updated documentation.
14841 (speedbar-use-imenu-flag): Updated custom tag
14842 (speedbar-dynamic-tags-function-list): New variable.
14843 (speedbar-tag-hierarchy-method): Updated doc & custom.
14844 (speedbar-indentation-width, speedbar-indentation-width) New
14845 variables.
14846 (speedbar-hide-button-brackets-flag): Customizable.
14847 (speedbar-vc-indicator): Doc update.
14848 (speedbar-ignored-path-expressions): Updated default value.
14849 (speedbar-supported-extension-expressions): Updated default value.
14850 (speedbar-syntax-table): Remove {} paren status.
14851 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14852 as "+". Added overlay aliases.
14853 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14854 `force-mode-line-update'.
14855 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14856 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14857 `mouse-set-point'
14858 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14859 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14860 of arbitrary text, and new helper functions.
14861 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14862 filename finder.
14863 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14864 (speedbar-directory-buttons): Update path search/expansion.
14865 (speedbar-make-tag-line): Pay attention to
14866 `speedbar-indentation-width'. Use more care w/ invisible
14867 properties.
14868 (speedbar-change-expand-button-char): Call
14869 `speedbar-insert-image-button-maybe'.
14870 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14871 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14872 (speedbar-trim-words-tag-hierarchy)
14873 (speedbar-simple-group-tag-hierarchy): New functions
14874 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14875 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14876 functions.
14877 (speedbar-mouse-set-point): New function
14878 (speedbar-power-click): Updated documentation.
14879 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14880 of tag prefix text.
14881 (speedbar-expand-line, speedbar-contract-line): Make more robust
14882 to strange text.
14883 (speedbar-expand-line): Takes universal argument to flush the
14884 cache.
14885 (speedbar-flush-expand-line): New function.
14886 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14887 Use new generator insertion method.
14888 (speedbar-fetch-dynamic-tags): New function.
14889 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14890 `speedbar-fetch-dynamic-imenu'.
14891 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14892 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14893 "Revert Buffer" menu items.
14894 (speedbar-buffer-buttons-engine): Be smarter when creating a
14895 filename tag (for expansion purposes.).
14896 (speedbar-highlight-one-tag-line,
14897 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14898 (speedbar-recenter): New functions.
14899 (defimage-speedbar): Image loading abstraction.
14900 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14901 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14902 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14903 (speedbar-tag-type, speedbar-tag-mail): New images.
14904 (speedbar-expand-image-button-alist): New variable.
14905 (speedbar-insert-image-button-maybe): Insert an image over some
14906 buttons.
14907
14908 2000-05-13 Kenichi Handa <handa@etl.go.jp>
14909
14910 * international/mule-cmds.el (encode-coding-char): An ASCII
14911 character is always encodable.
14912
14913 * international/mule-conf.el: Add more information in descriptions
14914 of character sets.
14915
14916 * international/mule-diag.el (describe-char-after): New function.
14917 (describe-font-internal): Adjusted for the change of font-info.
14918 (describe-font): Likewise.
14919 (print-fontset): Rewritten for the new fontset implementation.
14920 (describe-fontset): Include fontset alias names in completion.
14921 (list-fontsets): Adjusted for the change of print-fontset.
14922
14923 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14924 describe-char-after instead of displaying the detail in the echo
14925 area.
14926 (syntax-code-table): Format changed.
14927 (string-to-syntax): Adjusted for the above change.
14928
14929 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14930
14931 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14932
14933 2000-05-12 Dave Love <fx@gnu.org>
14934
14935 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14936 dependence. Use line-{beginning,end}-position, not
14937 point-at{b,e}ol. Some doc fixes.
14938 (todo-position): New function. Fix callers of position to use it.
14939 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14940
14941 2000-05-12 Gerd Moellmann <gerd@gnu.org>
14942
14943 * time.el (display-time-mail-icon): Use `:ascent center'.
14944
14945 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14946 handling FTP security extensions.
14947
14948 2000-05-11 Dave Love <fx@gnu.org>
14949
14950 * calendar/todo-mode.el: New file.
14951
14952 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14953
14954 * comint.el (comint-read-input-ring): Move reference to
14955 comint-input-ring-size outside of the save-excursion. It was
14956 causing the default value to be the only one ever seen.
14957
14958 * font-lock.el: Update copyright. Remove Simon Marshall's email
14959 address on request from him.
14960
14961 * subr.el (substitute-key-definition): Add comment describing
14962 the meaning of PREFIX.
14963
14964 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14965
14966 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14967
14968 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14969 (add-minor-mode): Don't make the variable buffer-local and add a
14970 reference to define-minor-mode in the docstring.
14971
14972 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14973 HEADER/FOOTER and fix bug with trailing empty directory.
14974 (cvs-append-to-ignore): Use vc-editable-p if available.
14975 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14976 (vc-do-command): Tweak advice to handle the new VC.
14977
14978 * log-view.el (log-view-goto-rev): New function for the new VC.
14979 (log-view-minor-wrap): Use mark-active.
14980
14981 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14982 (log-edit-changelog-full-paragraphs): New var.
14983 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14984 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14985 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14986 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14987 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14988 Replace the `cvs' prefix with `log-edit'.
14989
14990 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14991
14992 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14993 (diff-font-lock-defaults): Explicitly turn off multiline.
14994 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14995 (diff-ediff-patch): Fix call to ediff-patch-file.
14996 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14997 Handle comments.
14998
14999 * frame.el (automatic-hscrolling): Typo.
15000
15001 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15002
15003 2000-05-09 Sam Steingold <sds@goems.com>
15004
15005 * apropos.el (apropos-print): use `describe-face' instead of
15006 `customize-face-other-window'.
15007
15008 2000-05-09 Dave Love <fx@gnu.org>
15009
15010 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15011
15012 * help.el (describe-variable): Have customize button pop the
15013 help-xref stack when invoked.
15014 (help-xref-symbol-regexp): Add `face'.
15015 (help-make-xrefs): Check for quoted face names and adapt regexp
15016 submatch numbers to cope.
15017 (help-xref-interned): Maybe insert face doc too. Separate
15018 sections with a line of hyphens.
15019
15020 * faces.el: Some doc fixes. Declare some functions obsolete.
15021 (describe-face): Add customize button. Return the help
15022 text. Fix prompt.
15023
15024 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15025
15026 * term/internal.el (IT-character-translations): Fix last change.
15027
15028 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15029
15030 * woman.el: New file
15031 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15032
15033 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15034
15035 * term/internal.el (IT-character-translations): Update ASCII
15036 simulations for greek-iso8859-7, add latin-iso8859-14 and
15037 latin-iso8859-15.
15038
15039 * international/mule-cmds.el (set-language-info-alist): Call
15040 define-prefix-command with 3 arguments, to make the map suitable
15041 for a menu.
15042
15043 2000-05-07 Dave Love <fx@gnu.org>
15044
15045 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15046
15047 2000-05-05 Dave Love <fx@gnu.org>
15048
15049 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15050 list in doc string. Don't quote keyword symbols.
15051 * emacs-lisp/cl.el: Likewise
15052 * emacs-lisp/cl-seq.el: Likewise
15053
15054 2000-05-05 Gerd Moellmann <gerd@gnu.org>
15055
15056 * abbrev.el (abbrev-mode): Make ARG optional.
15057
15058 2000-05-04 Gerd Moellmann <gerd@gnu.org>
15059
15060 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15061
15062 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15063
15064 * subr.el (substitute-key-definition): Clarify documentation.
15065
15066 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
15067
15068 * glasses.el (glasses-convert-to-unreadable): Use
15069 `glasses-separator' instead of the hard-wired "_".
15070 (glasses-mode): Call `glasses-make-unreadable' only in a single
15071 place.
15072
15073 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15074
15075 * term/internal.el (cjk-codepages-alist): Add associations for
15076 Chinese and Korean codepages. Remove FIXME comment.
15077
15078 2000-05-03 Dave Love <fx@gnu.org>
15079
15080 * time.el (display-time-mail-face, display-time-use-mail-icon):
15081 New option.
15082 (display-time-mail-icon): New variable.
15083 (display-time-string-forms): Use the above. Fix the local-map.
15084
15085 2000-05-03 Gerd Moellmann <gerd@gnu.org>
15086
15087 * replace.el (query-replace-map): Add binding for `E'.
15088 (query-replace-help): Extend help text.
15089 (perform-replace): Allow editing the replacement string.
15090
15091 * make-mode.el (makefile-mode-abbrev-table): New variable.
15092 (makefile-mode): Set local abbrev table to
15093 makefile-mode-abbrev-table.
15094 (makefile-font-lock-keywords): Fontify includes and conditionals.
15095
15096 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15097 set TOGGLE's value.
15098
15099 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15100 mail-interactive-insert-alias.
15101 (mail-abbrev-complete-alias): New command.
15102 (mail-mode-map): Bind it to `M-TAB'.
15103
15104 2000-05-03 Kenichi Handa <handa@etl.go.jp>
15105
15106 * language/lao-util.el (lao-compose-region): New function.
15107
15108 2000-05-02 Gerd Moellmann <gerd@gnu.org>
15109
15110 * files.el (recover-session): Make directories as necessary
15111 if they don't exist yet.
15112
15113 * calendar/cal-french.el
15114 (french-calendar-multibyte-special-days-array)
15115 (french-calendar-special-days-array): Change French text.
15116 (calendar-french-date-string): Change output.
15117 (calendar-goto-french-date): Likewise.
15118
15119 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15120
15121 * wid-edit.el (widget-default-active): Obey `:always-active'.
15122 (widget-documentation-string-value-create): Set `:always-active'.
15123
15124 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15125
15126 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15127 default prefix to `~/_emacs.d/auto-save.list/_s'.
15128 (normal-top-level): Create the directory for auto-save files, if
15129 it doesn't already exist (in the ms-dos case only).
15130
15131 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15132
15133 * international/mule-cmds.el (set-language-environment): Don't
15134 concat an integer (dos-codepage), use format instead.
15135
15136 2000-05-02 Dave Love <fx@gnu.org>
15137
15138 * help.el (help-xref-on-pp): Check for constant symbols.
15139
15140 2000-04-29 Gerd Moellmann <gerd@gnu.org>
15141
15142 * startup.el (normal-top-level): Put a condition-case around
15143 the code loading subdirs.el.
15144
15145 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15146
15147 * ps-print.el: Upside-down and face background color printing,
15148 line number step, doc fix.
15149 (ps-print-version): New version number (5.2).
15150 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15151 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15152 (ps-spool-config): Var fix.
15153 (ps-printer-name-option): Const fix.
15154 (ps-print-upside-down, ps-use-face-background)
15155 (ps-line-number-step): New vars.
15156 (ps-window-system, ps-lp-system): New consts.
15157 (ps-face-background): New fun.
15158
15159 2000-04-28 Richard Stallman <rms@gnu.org>
15160
15161 * files.el (make-auto-save-file-name):
15162 Apply auto-save-file-name-transforms to visited file name
15163 before generating auto save file name.
15164 (auto-save-file-name-transforms): New variable.
15165
15166 * files.el (backup-enable-predicate):
15167 Correctly test for a file under a temporary directory.
15168
15169 2000-04-28 Gerd Moellmann <gerd@gnu.org>
15170
15171 * subr.el (add-minor-mode): Rewritten.
15172
15173 2000-04-28 Kenichi Handa <handa@etl.go.jp>
15174
15175 * mail/sendmail.el (sendmail-send-it): Set
15176 buffer-file-coding-system to the selected coding system for MIME
15177 header.
15178
15179 2000-04-27 Gerd Moellmann <gerd@gnu.org>
15180
15181 * dired.el (dired-move-to-filename-regexp): Allow format where
15182 YYYY is followed by two spaces.
15183
15184 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15185 in the second character class of the regexp.
15186
15187 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15188 mh-etc, too.
15189
15190 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15191 nil.
15192
15193 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15194
15195 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15196 argument.
15197
15198 2000-04-27 Sen Nagata <sen@eccosys.com>
15199
15200 * emacs-lisp/crm.el (crm-completion-table): New variable.
15201 (crm-collection-fn, crm-test-completion)
15202 (completing-read-multiple): Use it.
15203
15204 2000-04-27 Dave Love <fx@gnu.org>
15205
15206 * help.el (locate-library): Use mapc.
15207 (help-manyarg-func-alist): Add call-process-region.
15208
15209 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15210
15211 * subr.el (add-minor-mode): Make argument MAP optional.
15212
15213 * desktop.el (desktop-save): Save list of minor modes.
15214 (desktop-create-buffer): Restore minor modes.
15215 (desktop-minor-mode-table): New user-option.
15216
15217 * subr.el (add-minor-mode): New function.
15218
15219 * image.el (find-image): New function.
15220 (defimage): Rewritten to find image at load time.
15221
15222 * startup.el (normal-top-level-add-to-load-path): Handle
15223 case that the default directory is not in load-path.
15224
15225 * help.el: Old patch from Stefan Monnier.
15226 (help-xref-on-pp): New function.
15227 (describe-variable): Use it to display xrefs in a symbol's value.
15228
15229 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15230
15231 * cus-edit.el (custom-face): Fix parenthesis.
15232
15233 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15234
15235 * mail/rmail.el (rmail-expunge): When there are no deleted
15236 messages, do nothing.
15237
15238 2000-04-26 Dave Love <fx@gnu.org>
15239
15240 * international/mule-cmds.el (locale-translation-file-name):
15241 Defvar to nil.
15242 (set-locale-environment): Set it here (at runtime).
15243
15244 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15245
15246 * replace.el (perform-replace): Add parameters START and END. Use
15247 them instead of the check for a region in Transient Mark mode.
15248 (query-replace-read-args): Return two more list elements for the
15249 start and end of the region in Transient Mark mode.
15250 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15251 (map-query-replace-regexp, replace-string, replace-regexp): Add
15252 optional last arguments START and END and pass them to
15253 perform-replace.
15254
15255 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15256 form with additional arguments for perform-replace.
15257
15258 * progmodes/etags.el (tags-query-replace): Add parameters START
15259 and END. Construct a form with additional arguments for
15260 perform-replace.
15261
15262 * simple.el (shell-command): Set default directory for "*Shell
15263 Command Output" buffer.
15264
15265 * language/european.el (iso-latin-4): Fix typo.
15266
15267 * emacs-lisp/crm.el: New file.
15268
15269 2000-04-24 Dave Love <fx@gnu.org>
15270
15271 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15272 (Custom-reset-saved, Custom-reset-standard)
15273 (custom-group-value-create, custom-group-set, custom-group-save)
15274 (custom-group-reset-current, custom-group-reset-saved)
15275 (custom-group-reset-standard): Use mapc.
15276 (custom-buffer-create-internal): Disable undo when creating items.
15277 Use mapc.
15278 (custom-face): Avoid redundant lambda.
15279
15280 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15281
15282 * startup.el (auto-save-list-file-prefix): Set default to
15283 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15284
15285 2000-04-24 Sam Steingold <sds@gnu.org>
15286
15287 * time-stamp.el (time-stamp-string-preprocess): Always convert
15288 `field-result' to a string.
15289
15290 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15291
15292 * frame.el (scrolling): New group.
15293 (automatic-hscrolling): New user-option.
15294
15295 * startup.el (command-line-x-option-alist): Add `-lsp' and
15296 `--line-spacing'.
15297
15298 2000-04-19 Dave Love <fx@gnu.org>
15299
15300 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15301 (cl-mapc): Rename from mapc. Fix the funcall.
15302
15303 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15304
15305 * simple.el (clone-indirect-buffer-other-window): New command.
15306 (clone-indirect-buffer): Add optional arg NORECROD.
15307 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15308
15309 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15310
15311 * window.el (count-screen-lines): New function.
15312 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15313 instead of window-buffer-height.
15314
15315 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15316 non-existing variable comint-input-sentinel.
15317 (inferior-lisp-args-to-list): Removed.
15318 (inferior-lisp): Use split-string instead of
15319 inferior-lisp-args-to-list.
15320
15321 * hexl.el (hexl-insert-hex-string): New command.
15322
15323 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15324 instead of concat.
15325
15326 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15327
15328 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15329 at the start of an existing but empty folder.
15330
15331 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15332
15333 * ps-mule.el: Customization fix, doc fix.
15334 (ps-multibyte-buffer): Customization fix.
15335
15336 2000-04-17 Richard M. Stallman <rms@gnu.org>
15337
15338 * subr.el (read-passwd): Use read-char-exclusive.
15339
15340 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15341
15342 * textmodes/texinfo.el (texinfo-insert-@email)
15343 (texinfo-insert-@emph, texinfo-insert-@quotation)
15344 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15345 (texinfo-mode-map): Add key bindings for them.
15346
15347 * files.el (basic-save-buffer-2): Use a template with `$'
15348 instead of `#' for VMS.
15349
15350 * simple.el (clone-indirect-buffer): New function.
15351
15352 2000-04-16 Stephen Eglen <stephen@gnu.org>
15353
15354 * iswitchb.el (iswitchb-case): New function. If the user input
15355 contains any upper-case characters, the search is made
15356 case-sensitive.
15357
15358 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15359
15360 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15361 comment-end.
15362 (texinfo-font-lock-syntactic-keywords): New var.
15363 (texinfo-font-lock-keywords): Remove comment regexp.
15364 (texinfo-insert-block): New function.
15365 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15366 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15367 and font-lock-defaults. Use regexp-opt for outline-regexp.
15368 (texinfo-environments): New var.
15369 (texinfo-environment-regexp): Use regexp-opt and
15370 texinfo-environments.
15371
15372 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15373 ispell-process is bound since this might be eval'd before ispell
15374 is loaded.
15375 (ispell-message): Use a tiny bit less magic and a bit more hard
15376 data to figure out what kind of sc-cite-regexp to use.
15377
15378 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15379
15380 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15381 (insert-cyclic-diary-entry): Unquote the lambda.
15382
15383 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15384
15385 * files.el (backup-enable-predicate): Unquote the lambda.
15386
15387 * cus-edit.el (custom-face, face): Unquote the lambda.
15388
15389 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15390
15391 * ps-print.el: Check for line-beginning-position definition.
15392
15393 * ps-print.el: Fix counting lines in a region.
15394 (ps-print-version): New version number (5.1.5).
15395 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15396 (ps-printing-region): Fun code fix.
15397
15398 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15399
15400 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15401 to file-directory-p.
15402
15403 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15404
15405 * gud.el (gud-jdb-build-source-files-list): Check that directory
15406 exists before calling directory-files.
15407
15408 2000-04-13 Dave Love <fx@gnu.org>
15409
15410 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15411 syntax.
15412
15413 * emacs-lisp/cl-specs.el: Remove when, unless.
15414
15415 * emacs-lisp/cl-extra.el: Don't quote keywords.
15416 (cl-old-mapc): New variable.
15417 (mapc): Use it.
15418 (cl-map-intervals): Use with-current-buffer. Don't check for
15419 next-property-change.
15420 (cl-map-overlays): Use with-current-buffer.
15421 (cl-expt): Remove.
15422 (copy-tree, remprop): Define unconditionally.
15423
15424 * emacs-lisp/cl-compat.el (keywordp): Remove.
15425
15426 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15427 to use keywordp.
15428 (edebug-spec): Enable keywordp.
15429
15430 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15431 string-lessp.
15432
15433 * cus-start.el: Use keywordp.
15434
15435 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15436
15437 * diary-lib.el (include-other-diary-files): Fix the fix of
15438 2000-02-18 by doing a save-excursion.
15439
15440 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15441
15442 * ps-print.el: Customization fix, doc fix.
15443 (ps-print-version): New version number (5.1.4).
15444 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15445 (ps-print-preprint): Adjust code.
15446 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15447 (ps-print-prologue-header, ps-print-control-characters)
15448 (ps-spool-config): Customization fix.
15449
15450 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15451
15452 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15453 converted to the new menu-item format, names silightly changed,
15454 help strings added.
15455
15456 Support for spelling without async subprocesses:
15457
15458 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15459 (ispell-session-buffer): New variables.
15460 (ispell-start-process, ispell-process-status,
15461 ispell-accept-output, ispell-send-string): New functions, for
15462 Ispell invocation when async subprocesses aren't supported.
15463 (ispell-word, ispell-pdict-save, ispell-command-loop,
15464 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15465 to process-send-string with calls to ispell-send-string, and
15466 accept-process-output with ispell-accept-output.
15467 (ispell-init-process): Call ispell-process-status instead of
15468 process-status with.
15469 (ispell-init-process): Call ispell-start-process. Call
15470 ispell-accept-output and ispell-send-string. Don't call
15471 process-kill-without-query and kill-process if they are unbound.
15472 (ispell-async-processp): New function.
15473
15474 2000-04-12 Dave Love <fx@gnu.org>
15475
15476 * info.el: Add debug-ignored-errors.
15477 (Info-mode-menu): Add some items.
15478 (Info-directory): Add autoload cookie.
15479
15480 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15481 Modify `truncate-lines'. Make `describe-language-environment'
15482 always visible and add help. Modify `describe-key' help. Invoke
15483 Info-directory from `info'. New entry `emacs-manual'.
15484
15485 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15486
15487 * progmodes/ebrowse.el (ebrowse-tree-mode):
15488 Use propertized-buffer-identification.
15489 (ebrowse-update-member-buffer-mode-line): Likewise.
15490 (ebrowse--mode-strings): Removed.
15491 (ebrowse--mode-line-props): Removed.
15492
15493 * files.el (auto-mode-alist): Add `EBROWSE'.
15494
15495 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15496 space before testing for end of buffer.
15497 (ebrowse-load): Removed.
15498 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15499 (ebrowse-create-tree-buffer): Rewritten.
15500 (ebrowse-tree-mode): Read tree from buffer.
15501
15502 * progmodes/ebrowse-ffh.el: Removed.
15503
15504 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15505
15506 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15507
15508 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15509
15510 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15511 at the wrong place.
15512
15513 2000-04-09 Dave Love <fx@gnu.org>
15514
15515 * files.el (backup-enable-predicate):
15516 Use temporary-file-directory, small-temporary-file-directory.
15517 (make-backup-file-name-function, backup-directory-alist): New vars.
15518 (make-backup-file-name-1): New function.
15519 (make-backup-file-name): Use it.
15520 (find-backup-file-name): Likewise. Use format for clarity, not concat.
15521 (file-newest-backup): Use make-backup-file-name.
15522
15523 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15524
15525 * progmodes/ebrowse-ffh.el: New file.
15526
15527 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15528 Moved to ebrowse-ffh.el.
15529 (ebrowse-load): Add autoload.
15530
15531 * finder.el (finder-commentary): Add autoload cookie.
15532
15533 * mail/rfc2368.el: Correct author's email address.
15534
15535 * progmodes/ebrowse.el: New file.
15536
15537 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15538 item help string.
15539 (easy-menu-do-add-item): Ditto.
15540 (easy-menu-define): Extend doc string.
15541
15542 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
15543 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15544 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15545 with-buffer-unmodified.
15546
15547 2000-04-08 Dave Love <fx@gnu.org>
15548
15549 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15550 unless, when.
15551
15552 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15553
15554 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15555 (viper-flash-search-pattern): No operation when using Emacs
15556 doesn't support face.
15557 Use `viper-put-on-search-overlay'.
15558
15559 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15560
15561 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15562 like C-r.
15563
15564 * progmodes/make-mode.el: Some doc fixes.
15565 (makefile-mode-abbrev-table): New variable.
15566 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15567 (makefile-font-lock-keywords): Fontify includes and conditionals.
15568 (toplevel): Require `dabbrev' and `add-log' when compiling.
15569
15570 * replace.el (perform-replace): Don't move forward one char
15571 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15572 to do that because it leaves point 1 position after the last
15573 replacement, after everything has been replaced.
15574
15575 * jit-lock.el (with-buffer-unmodified): New macro.
15576 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15577 modified state.
15578 (jit-lock-function-1): Extracted from jit-lock-function; not
15579 preserving buffer's modified state.
15580 (jit-lock-function, jit-lock-stealth-fontify):
15581 Call jit-lock-function-1.
15582
15583 * mail/rfc2368.el: Remove supernumerary copyright line.
15584
15585 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15586
15587 * glasses.el: Provide facilities for inserting space before left
15588 parentheses and uncapitalization of identifiers.
15589 (glasses-mode): Try to remove old overlays in all cases.
15590
15591 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15592
15593 * progmodes/compile.el (compile-internal): Display the compilation
15594 buffer in a different frame, if it's already displayed there.
15595
15596 * mail/rfc2368.el: New file.
15597
15598 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15599 header and insert its value as mail body.
15600
15601 * subr.el (member-ignore-case): New function.
15602
15603 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15604 (dabbrev--find-expansion): Ignore buffers matching a regexp
15605 from dabbrev-ignored-regexps.
15606
15607 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15608 to extensions handled by gzip.
15609
15610 2000-04-03 Richard M. Stallman <rms@gnu.org>
15611
15612 * files.el (insert-directory): List the total free space
15613 along with the used space.
15614
15615 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15616 line is followed by one that matches CITATION-REGEXP, end the
15617 paragraph.
15618
15619 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15620
15621 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15622 (rmail-make-basic-summary-line): Use that option.
15623
15624 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15625
15626 * international/mule-cmds.el (encoded-string-description):
15627 Rewritten. Try pretty description for ISO 2022 escape sequences
15628 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15629 for hexadecimal format.
15630
15631 2000-04-01 Dave Love <fx@gnu.org>
15632
15633 * cpp.el: Change customization group to `c' from `C'.
15634
15635 * vcursor.el (vcursor-move): Use display-color-p.
15636
15637 * international/mule-util.el: Provide mule-utils.
15638 (string-to-sequence): Simplify and speed up.
15639
15640 * international/mule.el (make-coding-system): Purecopy doc-string.
15641
15642 * international/mule-cmds.el: Various menu changes.
15643 (describe-specified-language-support): Handle `Default'.
15644 (set-language-info): Purecopy `info'.
15645
15646 2000-03-31 Andrew Innes <andrewi@gnu.org>
15647
15648 * vc.el (vc-backend-diff): Return the correct status if we had to
15649 retry the rcsdiff command without the --brief option.
15650
15651 2000-03-31 Dave Love <fx@gnu.org>
15652
15653 * help.el (help-manyarg-func-alist): Correct several omissions.
15654
15655 * add-log.el: Don't require cl, fortran.
15656 (add-log-current-defun-function): Doc fix.
15657 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
15658 (change-log-version-rcs): Function deleted.
15659 (change-log-version-number-search): Doc fix.
15660 Use vc-workfile-version. Avoid CL dolist.
15661 (add-change-log-entry): Just call add-log-current-defun to get
15662 defun. Simplify somewhat.
15663 (change-log-get-method-definition-1): Likewise.
15664 (add-log-current-defun): Return nil if calling
15665 add-log-current-defun-function does so. Move Fortran stuff to
15666 fortran.el. Return string without properties.
15667
15668 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15669 and :alpha: char classes.
15670
15671 * mail/supercite.el: Defvar curline when compiling.
15672 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15673 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15674 rather than a-zA-Z0-9 to allow non-ASCII characters.
15675
15676 2000-03-31 Gerd Moellmann <gerd@gnu.org>
15677
15678 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15679
15680 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15681 Re-enable new code.
15682
15683 * lpr.el (print-region-1): Use -d to specify printer name for
15684 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15685
15686 2000-03-31 Dave Love <fx@gnu.org>
15687
15688 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15689 Look for function definition in symbol's function value slot first
15690 instead of first consulting byte-compile-function-environment.
15691
15692 2000-03-31 Kenichi Handa <handa@etl.go.jp>
15693
15694 * language/european.el ("Polish"): New language environment.
15695 (setup-polish-environment): New function.
15696
15697 2000-03-30 Gerd Moellmann <gerd@gnu.org>
15698
15699 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15700 Disable new code.
15701
15702 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15703 trying to `load' the symbol of an autoload instead of the file
15704 recorded in the autoload. Fix error messages.
15705
15706 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15707
15708 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15709 (ps-print-version): New version number (5.1.3).
15710 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15711 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15712 (ps-generate-postscript-with-faces): Code fix.
15713 (ps-color-values): XEmacs compatibility.
15714 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15715 (ps-default-fg, ps-default-bg): Adjust customization.
15716 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15717 (ps-color-scale): Renaming old ps-color-value fun.
15718 (ps-print-headers): Replace ps-print-header group to avoid conflict
15719 with ps-print-header variable.
15720 (ps-print-miscellany): New group.
15721 (ps-format-color, ps-rgb-color): New funs.
15722 (ps-default-foreground): New var.
15723 (ps-printer-name-option): New const.
15724
15725 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15726
15727 * net/net-utils.el:
15728 (network-connection-host, network-connection-service): New variables
15729 (network-connection-mode): New mode, derived from comint-mode
15730 (network-connection-mode-setup): New function, saves host and
15731 service information in local variables.
15732
15733 * lisp/locate.el:
15734 (locate-word-at-point): Added this function
15735 (locate): Default to using locate-word-at-point as input
15736 Run dired-mode-hook
15737
15738 2000-03-29 Dave Love <fx@gnu.org>
15739
15740 * calendar/appt.el: Doc fixes.
15741 (appt-check): Convert min-to-app to a string before passing to
15742 appt-disp-window-function or concat.
15743 (appt-delete-window): Remove test for frame-root-window.
15744 (appt-select-lowest-window, appt-convert-time): Simplify.
15745
15746 * emacs-lisp/bytecomp.el: Doc fixes.
15747 (byte-compile-file-form-autoload):
15748 Update byte-compile-function-environment.
15749
15750 2000-03-29 Andreas Schwab <schwab@suse.de>
15751
15752 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
15753
15754 * dired.el (dired-insert-directory): If dired-free-space-program
15755 failed just delete its output.
15756
15757 2000-03-29 Dave Love <fx@gnu.org>
15758
15759 * international/iso-cvt.el: Move provide to end. Doc fixes.
15760 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15761 (iso-iso2sgml, iso-sgml2iso): New functions.
15762 (iso-cvt-define-menu): Fix some entries and use backquote for
15763 clarity.
15764
15765 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15766
15767 2000-03-28 Gerd Moellmann <gerd@gnu.org>
15768
15769 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15770 ISO-DATE. If non-nil, return date in ISO 8601 format.
15771
15772 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15773
15774 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15775 if it ever becomes used.
15776 (log-edit-mode-hook): Default to vc-log-mode-hook.
15777 (log-edit-mode): Fix the docstring.
15778
15779 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15780 the code.
15781
15782 2000-03-26 Dave Love <fx@gnu.org>
15783
15784 * net/browse-url.el (browse-url): Re-fix case of
15785 browse-url-browser-function being an alist.
15786 (browse-url): Add :link to defgroup.
15787
15788 * files.el: Doc fixes.
15789 (file-truename): Include `[' in wildcard characters.
15790 (automount-dir-prefix): Customize.
15791 (find-file-wildcards): Add :version.
15792 (find-file-noselect): Simplify a mapcar call.
15793
15794 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15795 compatible with inf-lisp version.
15796 (eval-defun-1): Fix custom-declare-variable case.
15797
15798 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15799
15800 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15801
15802 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15803
15804 * Makefile (COMPILE_FIRST): New macro.
15805 (compile-files): Compile files from COMPILE_FIRST first.
15806
15807 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
15808
15809 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15810 matching open parenthesis in column 0 to defun-prompt-regexp
15811 only if open-paren-in-column-0-is-defun-start is set.
15812
15813 * sun-curs.el: Require CL at compile-time only.
15814
15815 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15816 instead of copy-list which is a function from CL.
15817 (msb--choose-menu, msb--mode-menu-cond)
15818 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15819 (msb--init-file-alist): Use mapcar instead of mapcan.
15820 (msb--aggregate-alist): Use mapcar instead of mapcan.
15821 Fix `(' in column 0 in doc string.
15822 (msb--add-separators): Use mapcar instead of mapcan.
15823
15824 * cus-dep.el: Require CL at compile-time only.
15825
15826 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15827
15828 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15829 (byte-compile-warnings): New warning `noruntime'.
15830 (byte-compile-constants, byte-compile-variables): Fix docstring.
15831 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15832 execute `eval-whenc-compile's body.
15833 (byte-compile-unresolved-functions): Fix docstring.
15834 (byte-compile-eval): New function.
15835 (byte-compile-callargs-warn): Check if the function will be available
15836 at runtime (via property `byte-compile-noruntime').
15837 (byte-compile-print-syms): New function.
15838 (byte-compile-warn-about-unresolved-functions): Also warn about
15839 `noruntime' functions (and use `byte-compile-print-syms').
15840 (byte-compile-file): Capitalize the message.
15841
15842 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15843
15844 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15845 (rmail-expunge): Ask for confirmation depending on the setting
15846 of rmail-confirm-expunge.
15847
15848 2000-03-23 Gerd Moellmann <gerd@gnu.org>
15849
15850 * Makefile (bootstrap-clean): If $(emacs) exists, build
15851 loaddefs.el first. A loaddefs.el that's not up-to-date might
15852 cause a bootstrap failure because things don't autoload as expected.
15853
15854 2000-03-23 Dave Love <fx@gnu.org>
15855
15856 * net/browse-url.el: Restore previous use of
15857 browse-url-maybe-new-window.
15858
15859 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15860
15861 * ps-print.el: Skip banner page fix.
15862 (ps-print-version): New version number (5.1.2).
15863 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15864
15865 2000-03-23 Dave Pearson <davep@davep.org>
15866
15867 * net/quickurl.el Changed the type of parameter passed to the
15868 function defined by `quickurl-format-function'. Before only the
15869 text of the URL was passed. Now the whole URL structure is passed
15870 and the function is responsible for extracting the parts it requires.
15871 Changed the default of `quickurl-format-function' accordingly.
15872 (quickurl-insert): Changed the `funcall' of
15873 `quickurl-format-function' to match the above change.
15874 (quickurl-list-insert): Changed the `url' case so that it makes
15875 use of `quickurl-format-function', previous to this the format was
15876 hard wired.
15877
15878 2000-03-22 Gerd Moellmann <gerd@gnu.org>
15879
15880 * startup.el: Change some spellings for the X Window System.
15881
15882 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15883
15884 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15885 Clean up the code and the regexp and make sure the cursor is
15886 temporarily moved to the suspicious line while querying the user.
15887
15888 2000-03-22 Jason Rumney <jasonr@gnu.org>
15889
15890 * w32-fns.el (w32-charset-info-alist): Initialize.
15891
15892 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15893
15894 * ps-print.el: N-up last page fix.
15895 (ps-print-version): New version number (5.1.1).
15896 (ps-end-file, ps-end-job, ps-generate): Code fix.
15897
15898 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15899
15900 * files.el (find-file-run-dired): Update docstring.
15901 (find-directory-functions): New hook.
15902 (find-file-noselect): Run find-directory-functions rather than
15903 calling dired directly.
15904
15905 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15906
15907 * pcvs.el: Add a minimal leading commentary.
15908 (cvs-make-cvs-buffer): Change the header part by removing the startup
15909 message and adding a `Module' entry. Also replace the FOOTER and
15910 HEADER special fileinfos with the new support in ewoc for updating
15911 its own footer and header.
15912 (cvs-update-header): Update to use the header/footer of the ewoc.
15913 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15914 (cvs-is-within-p): New function.
15915 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15916 to only examine some subset of the buffers.
15917
15918 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15919 `format' instead of our own ad-hoc functions.
15920 Remove HEADER and FOOTER cases, now handled in the EWOC.
15921 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15922
15923 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15924 output to avoid scaring the user.
15925 (cvs-parse-table): Catch message for non-up-to-date commits.
15926
15927 * pcvs-defs.el (cvs-startup-message): Remove.
15928 (cvs-global-menu): New autoloaded menu.
15929
15930 * pcvs-util.el (cvs-string-fill): Remove.
15931
15932 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15933 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15934 PP part of it and also make it work for footers and headers.
15935 (ewoc-create): Drop POS and BUFFER arguments.
15936 Use the DLL's dummy node to store the end-of-footer position.
15937 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15938 (ewoc-refresh): Remove unused `header' variable.
15939 (ewoc-(get|set)-hf): New functions.
15940
15941 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15942 log-view-*-(message|file) and use easy-mmode-define-navigation.
15943 (log-view-message-re): Match SCCS format as well.
15944 And match the revision line rather than the dashed separator line.
15945 (log-view-mode): Use the new define-derived-mode.
15946 (log-view-current-tag): Fill in with an actual implementation.
15947
15948 * cvs-status.el (cvs-status-(prev|next)): Rename from
15949 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15950 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15951 to let the output "breathe" a little more (more readable).
15952 (cvs-status-mode): Use the new define-derived-mode.
15953
15954 * smerge-mode.el (smerge-auto-leave): New function and variable.
15955 (smerge-basic-map): Rename from smerge-basic-keymap.
15956 Change the bindings for smerge-diff-*.
15957 (smerge-*-map): Use easy-mmode-defmap.
15958 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15959 (smerge-keep-*): Use smerge-auto-leave.
15960
15961 2000-03-21 Jason Rumney <jasonr@gnu.org>
15962
15963 * cus-edit.el (custom-button-face): Use 3D look for w32.
15964 (custom-button-pressed-face): Likewise.
15965
15966 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15967
15968 * progmodes/etags.el (tags-case-fold-search): New user-option.
15969 (tags-loop-eval): New function. Bind case-fold-search around eval
15970 depending on the value of tags-case-fold-search.
15971 (tags-loop-continue): Use tags-loop-eval.
15972 (find-tag-in-order): Bind case-fold-search depending on the value
15973 of tags-case-fold-search.
15974
15975 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15976
15977 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
15978 (diff-end-of-hunk): Return the end position for use in
15979 `easy-mmode-define-navigation'.
15980 (diff-recenter): Remove.
15981 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15982 of `easy-mmode-define-navigation'.
15983 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15984 previous renaming) and fix to use new names.
15985 (diff-merge-strings): Use \n as separator: simpler, faster.
15986 (diff-mode): Use `define-derived-mode'.
15987
15988 * derived.el (define-derived-mode): Don't autoload anymore.
15989 Prefer the macro-only version provided by easy-mmode.el.
15990
15991 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15992 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
15993 (easy-mmode-define-navigation): New macro.
15994
15995 * subr.el (combine-run-hooks): New function.
15996
15997 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15998
15999 * term/x-win.el: Fontsets related initialization is simplified.
16000
16001 * international/mule-diag.el (describe-font): Don't refer to
16002 global-fontset-alist, instead call font-list.
16003 (describe-fontset, list-fontsets, mule-diag): Likewise.
16004 (print-fontset): Adjusted for the change of fontset implementation.
16005
16006 * international/fontset.el (x-charset-registries): Variable removed,
16007 instead the corresponding data is stored in the default fontset.
16008 (register-alternate-fontnames): Function removed.
16009 (resolved-ascii-font): Variable removed.
16010 (x-compose-font-name): Ignore the second argument REDOCE.
16011 (x-complement-fontset-spec): Complement only an ASCII font and
16012 element for those charsets than can use that ASCII font.
16013 (generate-fontset-menu): Don't refer to global-fontset-alist,
16014 instead call fontset-list.
16015 (uninstantiated-fontset-alist): Variable removed.
16016 (x-style-funcs-alist): Likewise.
16017 (fontset-default-styles): Likewise.
16018 (x-modify-font-name): Function removed.
16019 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
16020 (create-fontset-from-ascii-font): Docsting adjusted for the above
16021 change.
16022 (instantiate-fontset, resolve-fontset-name): Functions removed.
16023 (fontset-list): Now implemented by C code.
16024
16025 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16026 (describe-face): Include `font' attribute in the description.
16027
16028 2000-03-21 Kenichi Handa <handa@etl.go.jp>
16029
16030 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16031
16032 2000-03-20 Gerd Moellmann <gerd@gnu.org>
16033
16034 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16035 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16036 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16037
16038 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16039 about behavior of set-buffer-modified-p wrt redisplay.
16040
16041 2000-03-19 Richard M. Stallman <rms@gnu.org>
16042
16043 * view.el (view-mode-disable): Kill local binding of view-read-only.
16044
16045 2000-03-18 Gerd Moellmann <gerd@gnu.org>
16046
16047 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
16048 is a string, convert it to a syntax cell using string-to-syntax.
16049
16050 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16051 (string-to-syntax): New function.
16052
16053 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16054 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16055 try to use passive ftp mode.
16056
16057 2000-03-17 Gerd Moellmann <gerd@gnu.org>
16058
16059 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16060
16061 * simple.el (append-to-buffer): Update point of windows after
16062 insertion.
16063
16064 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16065 forward then moving backward. Reindent.
16066
16067 * frame.el (other-frame): Call x-focus-frame only if
16068 focus-follows-mouse is off.
16069
16070 2000-03-17 Dave Love <fx@gnu.org>
16071
16072 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
16073
16074 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16075
16076 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16077 regexp for labels cannot span several lines.
16078
16079 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16080 `(setq :<key> ':<key>)' to the macro expansion.
16081
16082 2000-03-16 Dave Love <fx@gnu.org>
16083
16084 * progmodes/f90.el (f90): Put custom group under `languages', not
16085 `fortran'.
16086 (f90-mode-hook): Customize.
16087 (f90-mode): Set add-log-current-defun-function.
16088 (f90-current-defun): New function.
16089
16090 2000-03-16 Gerd Moellmann <gerd@gnu.org>
16091
16092 * cus-edit.el (custom-variable-tag-face): Handle case that
16093 default face's height is not a number.
16094 (custom-face-tag-face, custom-group-tag-face-1)
16095 (custom-group-tag-face): Ditto.
16096 (custom-group-tag-face-1): Add :group.
16097
16098 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16099
16100 2000-03-15 Gerd Moellmann <gerd@gnu.org>
16101
16102 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16103 requiring easymenu.
16104
16105 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16106
16107 * ps-print.el: PostScript user-defined prologue, PostScript error
16108 handler, doc fix.
16109 (ps-print-version): New version number (5.1).
16110 (ps-user-defined-prologue, ps-error-handler-message)
16111 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16112 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16113 (ps-insert-string): New function.
16114
16115 2000-03-15 Kenichi Handa <handa@etl.go.jp>
16116
16117 * international/ccl.el (ccl-compile-expression): Don't generate
16118 invalid self-assignment code.
16119
16120 2000-03-14 Dave Love <fx@gnu.org>
16121
16122 * subr.el (replace-regexp-in-string): Renamed from
16123 replace-regexps-in-string. Doc fix.
16124
16125 2000-03-12 Dave Love <fx@gnu.org>
16126
16127 * cus-edit.el: Doc fixes.
16128 (customize-set-variable, customize-save-variable): Rename args for doc.
16129 (custom-variable-tag-face, custom-face-tag-face)
16130 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16131 style which user identify as hyperlink.
16132 (hook): Don't add undefined functions to the hook.
16133 (debug-ignored-errors): Transfer message from bindings.el.
16134
16135 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16136
16137 * recentf.el (recentf-keep-non-readable-files-p):
16138 Remove double/nested definition.
16139
16140 2000-03-12 Dave Love <fx@gnu.org>
16141
16142 * facemenu.el (facemenu-get-face): Use display-color-p.
16143 * enriched.el (enriched-decode-foreground): Likewise.
16144 (enriched-decode-background): Likewise.
16145 * isearch.el (isearch-highlight): Likewise.
16146 * info-look.el (info-lookup): Likewise.
16147 * simple.el (completion-setup-function): Likewise.
16148
16149 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16150 :options.
16151
16152 * bindings.el (mode-line-format): Fix line-number and
16153 column-number items. Add help-echo for the background.
16154 (mode-line-mule-info): Modify help-echo.
16155
16156 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16157
16158 * files.el (load-file): Allow completion to .elc.
16159
16160 * man.el: Doc fixes.
16161 (Man-init-defvars): Use display-color-p to set fontification.
16162
16163 * play/hanoi.el (hanoi-internal): Don't use oddp.
16164
16165 2000-03-12 Gerd Moellmann <gerd@gnu.org>
16166
16167 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16168
16169 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16170
16171 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16172
16173 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16174 Fix comment.
16175
16176 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16177
16178 * font-lock.el (font-lock-keywords): Fix the doc now that
16179 regexp-opt-depth is unnecessary.
16180 (save-buffer-state): Set an edebug spec.
16181 (font-lock-fontify-anchored-keywords): Properly handle the case when
16182 the matcher goes past the limit.
16183
16184 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16185 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16186
16187 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16188 dll.el and cookie.el (from Elib) with heavy renaming and other
16189 massaging.
16190
16191 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16192 Autoload the functions used.
16193 (easy-mmode-define-syntax): Fix CL typo.
16194 (easy-mmode-define-derived-mode): Improve the docstring generation.
16195
16196 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16197
16198 * textmodes/texinfo.el (texinfo-version): Variable and function
16199 removed.
16200
16201 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16202
16203 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16204 allow more flexibility.
16205 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16206 (easy-mmode-defmap, easy-mmode-defsyntax)
16207 (easy-mmode-define-derived-mode): New macros.
16208
16209 2000-03-09 Didier Verna <didier@xemacs.org>
16210
16211 * rect.el (replace-rectangle): New function.
16212
16213 2000-03-09 Dave Love <fx@gnu.org>
16214
16215 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16216 (fortran-comment-line-start-skip): Don't match cpp stuff.
16217 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16218 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16219 (fortran-mode): Don't set fortran-comment-line-start-skip,
16220 fortran-comment-line-start here. Set comment-start,
16221 add-log-current-defun.
16222 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16223 (fortran-current-defun): New function.
16224
16225 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16226
16227 * emacs-lisp/re-builder.el: New file.
16228
16229 * mouse.el (mouse-drag-region): Don't run up-event handler
16230 if hscroll has changed.
16231
16232 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16233 builtin operators, use `font-lock-builtin-face' for Emacs and
16234 `font-lock-preprocessor-face' otherwise.
16235
16236 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16237 `(defun (setf foo)' differently.
16238
16239 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16240
16241 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16242 (regexp-opt): Update comment and adapt the code the new meaning of
16243 the `paren' argument of regex-opt-group for shy-groups.
16244 (regexp-opt-depth): Handle shy groups as well as backslashed
16245 backslashes.
16246 (regexp-opt-group): Turn the leading comment into a docstring.
16247 Allow `paren' to be a string (the string to use to open a group).
16248 Remove open-presuf and close-presuf. Instead of checking for `all
16249 one-char' and then later on check for `several one-char', handle
16250 both cases close together. Also apply a more generic algorithm
16251 for suffixes (the mirror image of the algorithm used for
16252 prefixes). Use shy-groups. Use nreverse rather than reverse.
16253 (regexp-opt-try-suffix): Removed.
16254
16255 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16256 from comint-mode-map, so we can just inherit from it. Also, move
16257 the initialization into the `defvar' since there's no docstring
16258 anyway and it's fairly short.
16259 (inferior-scheme-mode): Define it as derived-mode: the code is
16260 shorter and this way we inherit from comint-mode-map rather than
16261 copying it.
16262
16263 * subr.el (replace-regexps-in-string): Properly handle the case
16264 where we match an empty string.
16265
16266 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16267 when the command has a directory component (such as "./testml").
16268 Also fix a typo in the comment.
16269
16270 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16271
16272 * Makefile (compile-files): Compile files one by one because
16273 that's the only way to ensure a clean compilation environment for
16274 each individual file.
16275
16276 * frame.el (other-frame): Call x-focus-frame.
16277
16278 2000-03-07 Dave Love <fx@gnu.org>
16279
16280 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16281 :require to defcustom.
16282
16283 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16284
16285 * files.el (auto-mode-alist): Add configure.in.
16286
16287 * progmodes/autoconf.el: New file.
16288
16289 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16290
16291 * mail/mh-e.el: Change maintainer to `none'.
16292
16293 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16294 to remove-hook and add-hook.
16295
16296 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16297
16298 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16299 it as the default.
16300 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16301 (sendmail-send-it): Conditionally add MIME headers specifying the
16302 used character set.
16303
16304 2000-03-07 Dave Love <fx@gnu.org>
16305
16306 * winner.el: Fix keywords, autoload cookies.
16307 Split eval-when-compile form to avoid compilation failure.
16308
16309 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16310
16311 * international/mule.el: Modify comment about coding system
16312 property `coding-category'.
16313 (make-coding-system): New argument EOL-TYPE. Pay attention to
16314 coding-category property of PROPERTIES.
16315
16316 * international/mule-conf.el (coding-category-utf-8)
16317 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16318 categories. Include them in the argument for set-coding-priority.
16319
16320 * international/mule-cmds.el (reset-language-environment):
16321 Include coding-category-utf-8, coding-category-utf-16-be, and
16322 coding-category-utf-16-le in the argument for set-coding-priority.
16323 (reset-language-environment): Initialize coding-category-utf-8,
16324 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16325
16326 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16327
16328 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16329 code abstracted out of `bookmark-jump-noselect'. Now tries info
16330 extensions as well as compression extensions.
16331 (bookmark-jump-noselect): Use above new func.
16332
16333 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16334
16335 * strokes.el: Change maintainer's mail address.
16336
16337 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16338
16339 * international/mule-diag.el (list-character-sets): Make help-echo
16340 string by substitute-command-keys.
16341 (list-character-sets): Likewise.
16342 (sort-listed-character-sets): Call help-setup-xref.
16343
16344 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16345
16346 * time.el (display-time-mail-file): Add `none' to the list of choices.
16347
16348 2000-03-01 Dave Love <fx@gnu.org>
16349
16350 * help.el (help-xref-go-back): Don't try to set position.
16351
16352 * international/mule-diag.el (list-character-sets):
16353 Call help-setup-xref. Add help-echo to xrefs.
16354 (list-character-sets-1): Add help-echo to xrefs.
16355
16356 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16357
16358 * frame.el (blink-cursor-mode): Switch cursor on when turning
16359 the mode off.
16360
16361 * add-log.el (add-log-current-defun): Add support for
16362 Autoconf mode.
16363
16364 * mail/rmail.el (rmail-quit-hook): New variable.
16365
16366 2000-03-01 Dave Love <fx@gnu.org>
16367
16368 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16369
16370 * help.el (help-xref-button): Add help-echo arg.
16371 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16372
16373 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16374
16375 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16376
16377 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16378
16379 * image.el (defimage): Look for image files in load-path.
16380
16381 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16382
16383 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16384
16385 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16386
16387 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16388
16389 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16390 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16391 action to select/unselect a file.
16392 (recentf-edit-list): Code cleanup and improvement.
16393 (recentf-open-more-files-action): `recentf-open-more-files' button
16394 widget action to open a file.
16395 (recentf-open-more-files): No more use standard completion but widgets.
16396 (recentf-more-collection): Deleted.
16397 (recentf-more-history): Deleted.
16398 (recentf-setup-more-completion): Deleted.
16399
16400 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16401
16402 * recentf.el (recentf-mode): No more needs that Emacs is running
16403 under a window-system.
16404
16405 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16406
16407 * recentf.el (recentf-edit-list): New command to edit the recent
16408 list which allow the user to remove files.
16409 (recentf-edit-selected-items): New global variable, used by
16410 `recentf-edit-list' to hold the list of files to be removed from
16411 the recent list.
16412 (recentf-make-menu-items): Updated to display a "Edit list..."
16413 menu item. Minor code cleanup.
16414
16415 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16416
16417 * recentf.el (recentf-open-more-files): New command to open files
16418 that are not displayed in the menu.
16419 (recentf-more-collection): New global variable holding the set of
16420 permissible completions used by `recentf-open-more-files'.
16421 (recentf-more-history): New global variable holding the history list
16422 used by `recentf-open-more-files' completion.
16423 (recentf-setup-more-completion): New function to setup completion for
16424 `recentf-open-more-files'.
16425 (recentf-make-menu-items): Updated to display a "More..." menu item.
16426
16427 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16428
16429 * recentf.el (recentf-menu-action): Doc fixed.
16430
16431 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16432
16433 * recentf.el (recentf-menu-filter): Doc updated.
16434 (recentf-update-menu-hook): Allow menu filters to force menu update.
16435 (recentf-make-menu-items): New menu filter handling.
16436 (recentf-make-menu-item): New helper function.
16437 (recentf-menu-elements): New menu handling function.
16438 (recentf-sort-ascending): Updated to new menu filter handling.
16439 (recentf-sort-descending): Updated to new menu filter handling.
16440 (recentf-sort-basenames-ascending): New menu filter function.
16441 (recentf-sort-basenames-descending): New menu filter function.
16442 (recentf-show-basenames): New menu filter function.
16443 (recentf-show-basenames-ascending): New menu filter function.
16444 (recentf-show-basenames-descending): New menu filter function.
16445
16446 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16447
16448 * diary-lib.el (list-diary-entries): Don't try to go forward at
16449 the end of the buffer.
16450
16451 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16452
16453 * international/mule-diag.el (list-character-sets):
16454 Completely rewritten.
16455 (sort-listed-character-sets): New function.
16456 (list-character-sets-1): Completely rewritten.
16457 (list-character-sets-2): New function.
16458 (non-iso-charset-alist): New variable.
16459 (decode-codepage-char): New function.
16460 (charset-history): New variable.
16461 (read-charset) (list-block-of-chars)
16462 (list-iso-charset-chars)
16463 (list-non-iso-charset-chars)
16464 (list-charset-chars): New functions.
16465 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
16466 (dump-charsets): Likewise.
16467
16468 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16469
16470 * dired-x.el (dired-filename-at-point): Add `@' to valid
16471 file name characters.
16472 (dired-filename-at-point): Handle ange-ftp file names.
16473
16474 * frame.el (frame-notice-user-settings): Use assq-delete-all
16475 instead of assoc-delete-all.
16476 (frame-notice-user-settings): Ditto.
16477
16478 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16479 Don't copy alist.
16480
16481 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16482
16483 * calculator.el (calculator-use-menu): New option.
16484 (calculator-initial-bindings): Changed some bindings to work as macros.
16485 (calculator-forced-input): Removed.
16486 (calculator-restart-other-mode): New variable.
16487 (calculator-mode-map): Set up menu.
16488
16489 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16490
16491 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
16492
16493 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16494
16495 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
16496 translate all ESC key sequences.
16497 (viper-goto-mark-subr): Restore markers for files for which
16498 they were saved.
16499 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16500 * viper-util.el (viper-set-replace-overlay-glyphs)
16501 (viper-set-replace-overlay): Always check if the replacement
16502 overlay is live.
16503 * viper.el (viper-vi-state-mode-list): Add major modes.
16504 * ediff-wind.el: Minor comment changes.
16505 * ediff.el: Copyright notice date fix.
16506
16507 2000-02-27 Jason Rumney <jasonr@gnu.org>
16508
16509 * faces.el (face-font-family-alternatives): Add arial to helv.
16510 (mode-line, header-line, tool-bar): Same default as x for w32.
16511 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16512 face-font-family-alternatives from working.
16513 * term/w32-win.el (mouse-set-font): Do not build fontset from
16514 chosen font.
16515
16516 2000-02-25 Sam Steingold <sds@goems.com>
16517
16518 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16519 properly.
16520
16521 2000-02-25 Richard M. Stallman <rms@gnu.org>
16522
16523 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16524
16525 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16526
16527 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
16528
16529 * frame.el (busy-cursor-delay-seconds): New option.
16530
16531 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16532
16533 * frame.el (show-cursor-in-non-selected-windows): New option.
16534
16535 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16536
16537 * diary-lib.el (include-other-diary-files): Undo the selective
16538 display in any included file and don't kill it.
16539
16540 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16541
16542 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16543 Menu items converted to (menu-item format, help strings added.
16544 [downcase, upcase]: Don't enable on MS-DOS.
16545 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
16546 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16547
16548 2000-02-23 Dave Love <fx@gnu.org>
16549
16550 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16551 (backward-kill-word): Revert addition of * to interactive spec --
16552 it's a feature.
16553
16554 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16555 (backward-kill-sentence, kill-sentence): Likewise.
16556
16557 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16558 scratch buffer name.
16559 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
16560
16561 * term/w32-win.el (internal-face-interactive): Update prompt for
16562 new read-face-name.
16563
16564 * mail/footnote.el (footnote): Add :version to defgroup.
16565 (footnote-section-tag-regexp): Customize.
16566 (footnote-start-tag, footnote-end-tag): New option.
16567 (footnote-latin-regexp): New variable.
16568 (Footnote-latin): New function.
16569 (footnote-style-alist): Add element for latin style.
16570 (footnote-style): Moved.
16571 (Footnote-goto-footnote): Use eq to test arg.
16572
16573 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16574
16575 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16576 (byte-compile-trueconstp): Include keywords.
16577 (byte-optimize-quote, byte-optimize-lapcode):
16578 Use byte-compile-const-symbol-p.
16579 (byte-optimize-char-before): New optimization.
16580
16581 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16582 (byte-compile-const-symbol-p): New function.
16583 (byte-compile-constp, byte-compile-out-toplevel)
16584 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16585 Use it.
16586
16587 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16588
16589 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16590
16591 * international/encoded-kb.el: Be sure to update minor-mode-alist
16592 and minor-mode-map-alist.
16593 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16594 codes SS2 and SS3 correctly.
16595 (encoded-kbd-self-insert-ccl): New function.
16596 (encoded-kbd-setup-keymap): New function.
16597 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16598 by calling encoded-kbd-setup-keymap.
16599
16600 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16601 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
16602
16603 2000-02-22 Dave Love <fx@gnu.org>
16604
16605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16606 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
16607 (lisp-mode-syntax-table): Set up for #|...|# comments.
16608 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16609 classes. Match `defface'.
16610 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16611 (eval-defun-1): Fix for defcustom.
16612 (lisp-indent-region): Doc fix.
16613
16614 * subr.el (when, unless, split-string): Doc fix.
16615 (read-passwd): Move call of clear-this-command-keys to the right place.
16616 (replace-regexps-in-string): New function.
16617
16618 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16619
16620 * help.el (describe-variable): Set syntax table to
16621 emacs-lisp-mode-syntax-table when moving forward over the
16622 symbol's name.
16623
16624 2000-02-22 Dave Love <fx@gnu.org>
16625
16626 * xt-mouse.el: Doc fixes.
16627 (xterm-mouse-position-function): New function, replacing advice of
16628 mouse-position.
16629 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16630
16631 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16632
16633 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16634
16635 * format.el (format-annotate-single-property-change):
16636 Handle properties.with dotted-list values.
16637 (format-proper-list-p): New function.
16638
16639 * enriched.el (enriched-face-ans): Handle '(foreground-color
16640 . COLOR) and (background-color . COLOR).
16641
16642 2000-02-20 Dave Love <fx@gnu.org>
16643
16644 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16645 and assignments to it.
16646 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16647 current local map.
16648 (make-flyspell-overlay): Use it.
16649 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16650
16651 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16652 (lm-get-header-re): Defun, not defsubst.
16653 (lm-get-package-name): Defun, not defsubst. Simplify.
16654 (lm-version): Doc fix. Simplify.
16655 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16656 (lm-crack-address, lm-last-modified-date, lm-commentary)
16657 (lm-verify, lm-synopsis): Simplify.
16658 (lm-report-bug): Require emacsbug. Use compose-mail.
16659
16660 2000-02-20 Gerd Moellmann <gerd@gnu.org>
16661
16662 * dired.el (dired-mode): Call propertized-buffer-identification
16663 to set mode-line-buffer-identification to something having
16664 the right text properties.
16665
16666 * bindings.el (propertized-buffer-identification): New function.
16667
16668 2000-02-20 Dave Love <fx@gnu.org>
16669
16670 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16671 check for t-mouse too.
16672
16673 * cus-start.el: Make echo-keystrokes `number'.
16674
16675 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16676
16677 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16678 Don't call ring-empty-p unless tags-location-ring is bound.
16679 From Noah Friedman <friedman@splode.com>.
16680
16681 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16682
16683 * progmodes/hideshow.el (hs-flag-region): No longer use
16684 `intangible' overlay property.
16685
16686 (hs-toggle-hiding): New command.
16687 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16688
16689 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16690 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16691 and deactivation.
16692
16693 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16694
16695 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16696
16697 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16698
16699 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16700
16701 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16702 of `*' to handle `(* ... *)' comments.
16703
16704 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16705
16706 * faces.el (list-faces-display): Use display-mouse-p instead of
16707 window-system.
16708
16709 * menu-bar.el (global-map): Menu-bar items converted to the new
16710 format (menu-item..., rearranged for better CUA compliance, and
16711 their names changed for better clarity. Help strings added.
16712
16713 * international/mule-cmds.el (mule-menu-keymap)
16714 (describe-language-environment-map, set-coding-system-map)
16715 (setup-language-environment-map): Convert to new (menu-item...
16716 form, add help strings. Change names of menu items for better clarity.
16717 "Mule" menu-bar item removed (it's now in the "Options" submenu).
16718
16719 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16720
16721 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16722 within the code.
16723
16724 2000-02-16 Dave Love <fx@gnu.org>
16725
16726 * faces.el: Don't require custom. Add more specific :groups to
16727 various deffaces.
16728 (set-face-attribute): Purecopy args.
16729 (read-face-name): Default to name at point and use it in prompt.
16730 Remove colon from arg in all callers.
16731 (list-faces-display): Hyperlink to face descriptions and customize
16732 buffers.
16733
16734 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16735
16736 * wid-edit.el (widget-match-inline): An atom never matches a list.
16737
16738 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16739
16740 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16741 at ':' characters by call to split-string.
16742
16743 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16744
16745 * textmodes/bibtex.el: Added RCS version identification.
16746
16747 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16748
16749 * textmodes/bibtex.el: Some temporary comments removed.
16750 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
16751 (bibtex-field-const): Allow capital letters.
16752 (bibtex-start-of-string): Deleted because unused.
16753
16754 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16755 use the term 'reference' to describe a bibtex entry as a whole.
16756 Further, reference keys are no longer called 'labels'.
16757 (bibtex-keys): Renamed to bibtex-reference-keys.
16758 (bibtex-reformat-previous-labels): Renamed to
16759 bibtex-reformat-previous-reference-keys.
16760 (bibtex-reference-type): Renamed to bibtex-entry-type.
16761 (bibtex-reference-head): Renamed to bibtex-entry-head.
16762 (bibtex-reference-maybe-empty-head): Renamed to
16763 bibtex-entry-maybe-empty-head.
16764 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16765 (bibtex-search-reference): Renamed to bibtex-search-entry.
16766 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16767 bibtex-enclosing-entry-maybe-empty-head.
16768 (bibtex-entry-field-alist, bibtex-entry-head)
16769 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16770 (bibtex-map-entries, bibtex-search-entry)
16771 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16772 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16773 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16774 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16775 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16776 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16777 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16778
16779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16780
16781 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16782 comment.
16783 (bibtex-format-field-delimiters): New function, functionality
16784 extracted from bibtex-format-entry.
16785 (bibtex-autokey-get-yearfield-digits): New function, functionality
16786 extracted from bibtex-autokey-get-yearfield.
16787
16788 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16789 entries in order to avoid stack overflow in the regexp matcher if
16790 field contents become large.
16791 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16792 (bibtex-field-string-part-not-braced)
16793 (bibtex-field-string-part-no-inner-braces)
16794 (bibtex-field-string-part-1-inner-brace)
16795 (bibtex-field-string-part-2-inner-braces)
16796 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16797 (bibtex-field-string-quoted, bibtex-field-string)
16798 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16799 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16800 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16801 Deleted as parsing is now performed by the following functions.
16802 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16803 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16804 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16805 (bibtex-parse-association, bibtex-field-name-for-parsing)
16806 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16807 (bibtex-search-forward-field, bibtex-search-backward-field)
16808 (bibtex-start-of-field, bibtex-end-of-field)
16809 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16810 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16811 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16812 (bibtex-parse-string, bibtex-search-forward-string)
16813 (bibtex-search-backward-string, bibtex-start-of-string)
16814 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16815 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16816 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16817 entries. Instead of reporting the results of the parsing by
16818 match-beginning or match-end, these functions return data structures
16819 that hold the corresponding positions.
16820 (bibtex-enclosing-field): Changed to also report field boundaries by
16821 return values rather than by match-beginning or match-end.
16822 The following functions have been adapted to use the new
16823 parsing functions.
16824 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16825 (bibtex-enclosing-field, bibtex-format-entry)
16826 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16827 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16828 (bibtex-print-help-message, bibtex-end-of-entry)
16829 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16830 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16831 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16832 Use the new method for parsing.
16833 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16834 (bibtex-map-entries, bibtex-flash-head)
16835 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16836 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16837 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16838 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16839 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16840 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16841 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16842 order to make the new binding of case-fold-search immediately visible.
16843
16844 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16845
16846 * textmodes/bibtex.el: Copyright notice is up to date.
16847 Added constant 'bibtex-maintainer-salutation.
16848
16849 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
16850 than make-temp-name, use match-string-no-properties and eliminate
16851 a quadratic behavior when building bibtex-strings.
16852
16853 * bibtex.el (bibtex-reference-key): Accept string entries whose
16854 reference key contains upper case letters.
16855
16856 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16857
16858 * bibtex.el (bibtex-reference-head): Allow entries to start with
16859 a new line.
16860
16861 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16862
16863 * bibtex.el: Hiding of entry bodies is not longer provided by
16864 bibtex.el directly. Instead the hideshow package can be used.
16865 Added a special bibtex entry to hs-special-modes-alist.
16866 (bibtex-hs-forward-sexp): Added for hideshow.el.
16867
16868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16869
16870 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16871 proceedings entry type (for cross referencing). Thanks to Wagner
16872 Toledo Correa for the suggestion.
16873
16874 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16875
16876 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16877
16878 * international/characters.el: Setup case table for Vietnamese.
16879
16880 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16881
16882 * uniquify.el (toplevel): Require CL at compile time.
16883 (uniquify-push): Removed.
16884
16885 * shadowfile.el (shadow-when): Removed.
16886
16887 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16888 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
16889
16890 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16891 regexp for paragraph-start.
16892
16893 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16894 commas as well.
16895
16896 2000-02-10 Dave Love <fx@gnu.org>
16897
16898 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16899 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16900 Deleted.
16901 (widget-specify-field, widget-specify-button): Don't use
16902 widget-mouse-help as help-echo property.
16903 (default): Use #'ignore for :validate and :mouse-down-action.
16904 (checkbox): Add help-echo.
16905 (widget-sexp-validate): Rewritten to clarify error messages.
16906 (character): Use char-valid-p in :match function.
16907 (widget-color-complete): Use facemenu-color-alist.
16908 (widget-color-action): Use facemenu-read-color.
16909
16910 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16911 set up `caar' &c that we now have.
16912
16913 2000-02-09 Ray Blaak <blaak@gnu.org>
16914
16915 * delphi.el: Make resourcestring a declaration region, like const
16916 and var.
16917
16918 2000-02-09 Dave Love <fx@gnu.org>
16919
16920 * bindings.el (mode-line-input-method-map): New variable.
16921 (mode-line-mule-info): Use it; fix last change.
16922 (mode-line-mode-menu): Move definition.
16923 (mode-line-mouse-sensitive-p): Deleted.
16924 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16925 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
16926
16927 * startup.el (command-line-1): Don't call
16928 make-mode-line-mouse-sensitive.
16929
16930 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16931
16932 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16933 before rmail-toggle-header, because the former toggles headers.
16934
16935 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16936
16937 * diff-mode.el (diff-kill-junk): New interactive function.
16938 (diff-reverse-direction): Use delete-and-extract-region.
16939 (diff-post-command-hook): Restrict the area so that the hook also works
16940 outside of any diff hunk. This is necessary for the minor-mode.
16941 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16942 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16943
16944 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16945 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16946 so that it can be used more easily in <foo>-mode-hook. Also make sure
16947 to avoid duplicate entries.
16948 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16949 (font-lock-remove-keywords): Just as was done for `add', allow it to
16950 work even if font-lock-mode is nil. Also make sure we don't modify
16951 any pre-existing list by forcing a copy-sequence. Finally rename
16952 `major-mode' to `mode'.
16953 (font-lock-fontify-syntactic-anchored-keywords)
16954 (font-lock-fontify-anchored-keywords)
16955 (font-lock-fontify-keywords-region): Use line-end-position.
16956 Don't make `font-lock-multiline' local (it's now done in
16957 font-lock-set-defaults).
16958 (font-lock-set-defaults): Make `font-lock-multiline' local.
16959 Move the `font-lock-fontified' creation to inside the `unless'.
16960
16961 2000-02-06 Andrew Innes <andrewi@gnu.org>
16962
16963 * term/w32-win.el (x-handle-args): Comment out call to message,
16964 which occurs before window system is initialized.
16965
16966 * makefile.nt: Add support for recompiling lisp code.
16967
16968 2000-02-04 Dave Love <fx@gnu.org>
16969
16970 * bindings.el (mode-line-mule-info): Fix/extend last change.
16971
16972 * completion.el: Replace completion-dolist with dolist.
16973
16974 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
16975
16976 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16977
16978 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
16979 environment names before they go into the section regexp.
16980
16981 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
16982 char class in regexp.
16983
16984 * textmodes/reftex-parse.el (reftex-with-special-syntax):
16985 Bind `case-fold-search' to nil.
16986
16987 * progmodes/idlwave.el (idlwave-template):
16988 Respect `idlwave-abbrev-change-case'.
16989 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
16990 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
16991 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
16992 (idlwave-rw-case): New function.
16993 (idlwave-statement-match): Fixed problem with assignment regexp.
16994 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
16995 (idlwave-surround): New argument LENGTH to support padding of
16996 operators longer than 1 char.
16997
16998 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16999 idlwave-shell-expression-overlay. Implemented printing of
17000 expressions on higher levels of the calling stack.
17001 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
17002 (idlwave-retrieve-expression-from-level): New function.
17003 (idlwave-shell-last-calling-stack): Variable removed.
17004 (idlwave-shell-reset): Argument action reversed (`visible' to
17005 `hidden'). Also remove stop-line overlay.
17006 (idlwave-shell-calling-stack-routine): New variable.
17007 (idlwave-shell-parse-stack-and-display): Messages now display
17008 negative level numbers.
17009 (idlwave-shell-mode): Set `modeline-format'.
17010 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
17011 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
17012 (idlwave-shell-print-expression-function): New option.
17013
17014 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17015 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
17016 `tool-bar' instead of `toolbar'.
17017
17018 2000-02-02 Dave Love <fx@gnu.org>
17019
17020 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17021 emacs-lisp-mode-hook. Don't check for defalias being defined.
17022
17023 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17024 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17025 Use the new builtins directly.
17026
17027 * whitespace.el (whitespace): Add :version to defgroup.
17028
17029 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17030 Doc fix.
17031
17032 * thingatpt.el (sexp-at-point, symbol-at-point)
17033 (number-at-point, list-at-point): Add autoload cookie.
17034
17035 * recentf.el (recentf): Add :version to defgroup.
17036
17037 * quickurl.el (quickurl): Add :version to defgroup.
17038
17039 * elide-head.el (elide-head): Use point-marker more.
17040
17041 * bs.el (bs): Add :version to defgroup.
17042
17043 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17044
17045 * progmodes/delphi.el (delphi): Add :version to defgroup.
17046
17047 2000-02-02 Gerd Moellmann <gerd@gnu.org>
17048
17049 * ange-ftp.el (ange-ftp-write-region): Handle case that
17050 succeeding process operation sets a different coding system.
17051
17052 * calculator.el: New file.
17053
17054 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17055
17056 * frame.el (frames-on-display-list, framep-on-display): New functions.
17057 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17058 (display-selections-p, display-screens, display-pixel-width)
17059 (display-pixel-height, display-mm-width, display-mm-height)
17060 (display-backing-store, display-save-under, display-planes)
17061 (display-color-cells, display-visual-class): New functions.
17062
17063 * term/tty-colors.el (tty-color-gray-shades): New function.
17064
17065 * faces.el (display-color-p): Use framep-on-display.
17066 (display-grayscale-p): New function.
17067
17068 2000-01-31 Dave Love <fx@gnu.org>
17069
17070 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17071 (create-fontset-from-x-resource): Don't concat integers.
17072
17073 2000-01-31 Inge Frick <inge@nada.kth.se>
17074
17075 * view.el: Some changes in documentation. Removed some trailing
17076 whitespace. Changed some parameter names to agree with documentation.
17077 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17078 window is not deleted. Modifies change 1998-04-26.
17079
17080 2000-01-31 Gerd Moellmann <gerd@gnu.org>
17081
17082 * windmove.el: New file.
17083
17084 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17085 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17086 progmodes/ebnf-yac.el: Update copyright and license info.
17087
17088 * jit-lock.el (jit-lock-function): Widen before calculating
17089 end position.
17090 (jit-lock-stealth-chunk-start): Rewritten.
17091
17092 * info.el (Info-title-face-alist): Removed.
17093 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
17094 (Info-fontify-node): Use these faces.
17095
17096 2000-01-30 Gerd Moellmann <gerd@gnu.org>
17097
17098 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17099 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17100 `&allow-other-keywords'.
17101
17102 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17103 the list of directories scanned heuristically.
17104
17105 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
17106
17107 2000-01-30 Jason Rumney <jasonr@gnu.org>
17108
17109 * w32-fns.el: Define w32-tty-standard-colors.
17110
17111 * startup.el (command-line): Use w32-tty-standard-colors when in
17112 w32 console mode.
17113
17114 2000-01-30 Dave Love <fx@gnu.org>
17115
17116 * jka-compr.el (jka-compr-load): Fix up load-history.
17117
17118 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17119
17120 * emacs-lisp/cl-macs.el: Revert previous change.
17121
17122 2000-01-29 Dave Love <fx@gnu.org>
17123
17124 * facemenu.el: Purecopy various strings.
17125
17126 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17127 years. Deal with three-digit years.
17128
17129 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17130 Use defconst, purecopy.
17131 (help-back-label): Purecopy it.
17132
17133 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17134
17135 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17136 variable. If non-nil, order the buffer list according to the
17137 currently selected frame.
17138 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17139 non-nil, pass the selected frame to function buffer-list.
17140
17141 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17142
17143 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17144
17145 2000-01-28 Dave Love <fx@gnu.org>
17146
17147 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17148
17149 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17150 Don't use lisp-indent-hook property.
17151 (cl-abs): Remove.
17152
17153 * subr.el: Move out indent and edebug specs for when and unless.
17154
17155 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17156 when, unless.
17157
17158 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17159 unless, when.
17160
17161 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17162
17163 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17164 `collecting' as synonym for `collect'.
17165
17166 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17167 for the case it contains spaces.
17168
17169 * simple.el (what-cursor-position): Change formatting of messages.
17170
17171 * frame.el (delete-other-frames): New function.
17172 (toplevel): Bind it to C-x 5 1.
17173
17174 * sort.el (sort-numeric-base): New option.
17175 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17176 interpret it as octal or hexadecimal. Use sort-numeric-base
17177 as default base.
17178
17179 * progmodes/glasses.el: New file.
17180
17181 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17182
17183 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17184 userids differently.
17185
17186 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17187 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17188 progmodes/ebnf-yac.el: New files.
17189
17190 2000-01-26 Dave Love <fx@gnu.org>
17191
17192 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17193 on a function with an empty body. [From Eric Ludlam.]
17194
17195 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17196
17197 * vc.el (vc-version-diff): Make sure file name is expanded.
17198
17199 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17200
17201 * scroll-bar.el (scroll-bar-timer): Variable removed.
17202 (scroll-bar-toolkit-scroll): Don't use a timer.
17203
17204 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17205
17206 * language/thai-util.el (thai-composition-function):
17207 Delete superfluous `a'.
17208
17209 2000-01-24 Dave Love <fx@gnu.org>
17210
17211 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17212 end-of-defun-function.
17213
17214 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
17215
17216 2000-01-22 Jason Rumney <jasonr@gnu.org>
17217
17218 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17219 conflicts with new face support.
17220
17221 2000-01-22 Richard M. Stallman <rms@gnu.org>
17222
17223 * replace.el (query-replace): Rename last arg to DELIMITED.
17224 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17225 (query-replace-regexp): Likewise.
17226
17227 2000-01-20 Richard M. Stallman <rms@gnu.org>
17228
17229 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17230
17231 * emacs-lisp/lisp.el (beginning-of-defun-function):
17232 Variable renamed from beginning-of-defun.
17233 Do not call make-variable-buffer-local.
17234 (beginning-of-defun-raw): Use new variable name; doc fix.
17235 (beginning-of-defun): Doc fix.
17236 (end-of-defun-function): Variable renamed from end-of-defun.
17237 Do not call make-variable-buffer-local.
17238 (end-of-defun): Use new variable name; doc fix.
17239
17240 * subr.el (dolist, dotimes): Copied from cl-macs.el
17241 and made to work.
17242
17243 * mail/undigest.el (rmail-digest-end-regexps):
17244 Variable replaces rmail-digest-end-regexp.
17245 Allows multiple regexps for detecting the end line.
17246 (undigestify-rmail-message): Corresponding changes.
17247
17248 2000-01-19 Dave Love <fx@gnu.org>
17249
17250 * files.el (user-init-file): Don't declare here -- is primitive.
17251
17252 * startup.el (command-line): Check for compiled user-init-file and
17253 set to uncompiled version if necessary.
17254
17255 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17256
17257 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17258 (undigestify-rmail-message): Use it.
17259
17260 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17261
17262 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17263
17264 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17265 of mini-buffer.
17266
17267 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17268
17269 * emacs-lisp/copyright.el (copyright-update): Removed the
17270 requirement for a trailing space from `copyright-regexp', to
17271 support copyrights with owner specified on a separate line..
17272
17273 * align.el: New file.
17274
17275 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17276
17277 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17278
17279 2000-01-13 Dave Love <fx@gnu.org>
17280
17281 * ph.el: Removed. (Obsoleted by EUDC.)
17282
17283 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17284
17285 * net/eudc.el (toplevel): Remove autoloaded code installing
17286 menu with easymenu, because that causes build problems.
17287
17288 * frame.el (frame-notice-user-settings): New variable.
17289 (frame-notice-user-settings): Don't modify frame parameters
17290 if called a second time.
17291
17292 2000-01-13 Richard M. Stallman <rms@gnu.org>
17293
17294 * frame.el (frame-notice-user-settings):
17295 Notice default-frame-parameters even for non-window frames.
17296
17297 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17298
17299 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17300 for Emacs.
17301 (eudc-bob-can-display-inline-images): Extend for Emacs.
17302 (eudc-bob-toggle-inline-display): Ditto.
17303 (eudc-bob-display-jpeg): Ditto.
17304
17305 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17306
17307 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17308 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17309 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17310
17311 * add-log.el (add-change-log-entry): Fix error trying an
17312 `(insert nil)'.
17313
17314 * subdirs.el: Add `net' directory.
17315
17316 * net: New directory.
17317
17318 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17319 eval-last-sexp. Don't bind debug-on-error here.
17320 (eval-last-sexp): New function. Bind debug-on-error if
17321 eval-expression-debug-on-error is non-nil.
17322 (eval-defun-2, eval-defun): Likewise.
17323
17324 * simple.el (eval-expression): Don't bind debug-on-error if
17325 eval-expression-debug-on-error is nil. Detect changed
17326 debug-on-error, and propagate new value to global binding, if
17327 eval-expression-debug-on-error is non-nil,
17328 (eval-expression-debug-on-error): Change doc string.
17329
17330 2000-01-11 Richard M. Stallman <rms@gnu.org>
17331
17332 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17333
17334 * emacs-lisp/lisp-mode.el (with-syntax-table):
17335 Set up lisp-indent-function property.
17336
17337 * subr.el (with-syntax-table): Moved from simple.el.
17338
17339 * simple.el (with-syntax-table): Moved to subr.el.
17340
17341 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17342
17343 * tmm.el (tmm-shortcut): Delete region after prompt instead
17344 of erasing buffer.
17345
17346 * textmodes/fill.el (fill-common-string-prefix): New function.
17347 (fill-context-prefix): Use the longest common prefix of first
17348 and second line fill prefix, if there is one.
17349
17350 2000-01-11 Richard M. Stallman <rms@gnu.org>
17351
17352 * array.el (array-mode): Don't use make-variable-buffer-local.
17353 Use make-local-variable for `truncate-lines'.
17354
17355 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17356
17357 * add-log.el (add-log-current-defun): Handle user-defined
17358 add-log-current-function returning nil,
17359
17360 * add-log.el (add-change-log-entry): Insert version number
17361 if having found a current function
17362
17363 * add-log.el (add-log-current-defun):
17364 Call `add-log-current-defun-function'. Try matches at level 0 and
17365 level 1. Strip whitespace from defun found.
17366
17367 2000-01-10 John Wiegley <johnw@gnu.org>
17368
17369 * allout.el (isearch-done/outline-provisions): Added `edit'
17370 argument to correspond with the current definition of `isearch-done'.
17371
17372 2000-01-10 Dave Love <fx@gnu.org>
17373
17374 * elide-head.el (elide-head): Use point-marker, not point.
17375
17376 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17377
17378 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17379 before and after the year 2000.
17380
17381 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17382 Add ispell- prefix.
17383
17384 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17385
17386 * ispell.el: Only define dictionaries in menus when they exist.
17387 (version18p): New variable.
17388 (version20p): New variable.
17389 (xemacsp): New variable.
17390 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17391 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17392 (ispell-dictionary-alist6): Russian command lines no longer accept
17393 run-together words.
17394 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17395 (ispell-dictionary-alist): Add koi8-r to customize definition.
17396 (check-ispell-version): Added documentation string. Return library
17397 path when called non-interactively.
17398 (ispell-menu-map-needed): Uses new variables.
17399 (ispell-library-path): New variable.
17400 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17401 (ispell-word): Improved documentation string. Test for valid
17402 character mappings. Correctly check typed in word changes that can
17403 result in single words split into multiple words.
17404 Return replacement word.
17405 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17406 replace in recursive query replace mode. Help message for
17407 recursive edit mode.
17408 (ispell-show-choices): Protect against bad framepop bindings.
17409 (ispell-help): Fix to work with XEmacs.
17410 (ispell-highlight-spelling-error): Use new variables.
17411 (ispell-overlay-window): Fix to work with XEmacs.
17412 (ispell-parse-output): Passed and returns location information
17413 tracking spelling corrections. Doesn't recheck same word on
17414 current line.
17415 (ispell-init-process): Protect against bogus XEmacs variable binding.
17416 Fix call to single argument in sleep-for. Use new variables.
17417 (ispell-region): Passed and returns location information tracking
17418 spelling corrections. Doesn't check same word on current line.
17419 Improved documentation string. Doesn't resend a line already
17420 checked to the ispell process - fixes bug in LaTeX parsing.
17421 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17422 (ispell-skip-region): No longer skips <TT> in SGML.
17423 (ispell-process-line): Tracks location information with spelling
17424 corrections. Added documentation string. Accounts for words
17425 already accepted on this line. Don't allow query-replace on line
17426 starting with math characters. Doesn't resend a line already sent
17427 to ispell process. Fixes alignment error bug.
17428
17429 2000-01-10 Richard M. Stallman <rms@gnu.org>
17430
17431 * dired-x.el (dired-guess-shell-alist-default):
17432 Suggest xloadimage, which is free, not xv, which isn't.
17433
17434 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17435 Don't ever include the host name or user name in the value.
17436
17437 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17438
17439 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17440 of a real newline.
17441
17442 2000-01-09 Stephen Eglen <stephen@gnu.org>
17443
17444 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17445 for .png files.
17446
17447 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17448
17449 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17450
17451 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17452
17453 * progmodes/cperl-mode.el: Replace ^F with ^L.
17454
17455 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17456 `require'ing rmail and mailalias to prevent infinite recursion.
17457
17458 2000-01-08 Dave Love <fx@gnu.org>
17459
17460 * emacs-lisp/backquote.el: Remove inappropriate customization
17461 (allowing custom.el to use backquote).
17462
17463 2000-01-07 Dave Love <fx@gnu.org>
17464
17465 * add-log.el (add-log-debugging): Deleted.
17466 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17467 file. Remove debugging code.
17468 (change-log-get-method-definition, change-log-name): Add doc.
17469 (change-log-sortable-date-at): New function.
17470 (change-log-merge): New command.
17471
17472 * time.el (display-time-string-forms): Make the Mail string active.
17473 (display-time-update): Provide help-echo for load average.
17474
17475 * bindings.el (make-mode-line-mouse2-map): New function.
17476 (mode-line-modified): Use it and simplify.
17477 (mode-line-mule-info): Provide help-echo info.
17478 (minor-mode-alist): Activate the strings.
17479 (make-mode-line-mouse-sensitive): Simplify for
17480 mode-line-buffer-identification.
17481
17482 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17483
17484 * play/pong.el: New file.
17485
17486 2000-01-06 Dave Love <fx@gnu.org>
17487
17488 * array.el: Assorted cleanups for compiler warnings, doc strings,
17489 `array-' prefix for symbols.
17490
17491 2000-01-05 Dave Love <fx@gnu.org>
17492
17493 * textmodes/outline.el (outline-mode-menu-bar-map):
17494 Add outline-headers-as-kill.
17495 (outline-mode): Define imenu-generic-expression.
17496 (outline-headers-as-kill): New command.
17497
17498 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17499 from paragraph-start.
17500 (paragraph-indent-minor-mode): New command.
17501
17502 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17503 M-C-e, M-C-h, C-j, C-xnd, TAB.
17504 (fortran-mode): Set beginning-of-defun, end-of-defun.
17505 (fortran-column-ruler): Simplify.
17506 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17507 (fortran-with-subprogram-narrowing): Likewise.
17508 (fortran-indent-subprogram): Call mark-defun.
17509 (fortran-check-for-matching-do): Change narrowing.
17510
17511 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17512 (cl-lucid-hash-tag): Delete.
17513 (cl-hash-table-p): Correct test for native table.
17514 (cl-hash-table-count): Use hash-table-count.
17515
17516 * browse-url.el (browse-url): Fix case of
17517 browse-url-browser-function being an alist.
17518
17519 2000-01-05 Carsten Dominik <cd@gnu.org>
17520
17521 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17522 (reftex-index-phrase-file-extension): New options.
17523
17524 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17525 Use new option `reftex-index-phrase-file-extension'.
17526
17527 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17528 `reftex-parse-file-extension'.
17529
17530 2000-01-05 Dave Love <fx@gnu.org>
17531
17532 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17533 (beginning-of-defun-raw): Use it.
17534 (end-of-defun): New variable.
17535 (end-of-defun): Use it.
17536 (check-parens): New command.
17537
17538 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17539
17540 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17541 (hs-show-block): Don't use `mapcar' when not accumulating.
17542
17543 Fix buglet in local variables initialization.
17544
17545 2000-01-05 Andreas Schwab <schwab@suse.de>
17546
17547 * hscroll.el (hscroll): Doc fix.
17548
17549 2000-01-05 Carsten Dominik <cd@gnu.org>
17550
17551 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17552 Require idlw-toolbar.
17553
17554 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
17555 file idlw-rinfo.el.
17556 (idlwave-customize): Load must read file idlw-shell.el.
17557 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
17558
17559 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17560
17561 * progmodes/idlw-shell.el: Also provide idlwave-shell
17562 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17563 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17564
17565 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
17566 both reftex-dcr and reftex-vcr.
17567
17568 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17569
17570 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17571
17572 * ps-print.el: PostScript code now is in separate files, doc fix.
17573 (ps-print-version): New version number (5.0.3).
17574 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17575 local.
17576 (ps-spool-config): Initialization fix.
17577 (ps-print-prologue-1, ps-print-prologue-2)
17578 (ps-print-duplex-feature): PostScript code moved to separated file.
17579 (ps-background-image): Little code reformating.
17580 (ps-begin-file, ps-begin-job): Fix code.
17581 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17582 (ps-prologue-file): New fun.
17583
17584 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17585
17586 * ps-vars.el: Eliminated.
17587
17588 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17589 `;;;###autoload'.
17590
17591 * ps-print.el: ps-vars eliminated, doc fix.
17592 (ps-print-version): New version number (5.0.2).
17593 (ps-spool-config): Initialization fix.
17594 (ps-print-customize): New fun.
17595
17596 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17597
17598 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
17599
17600 2000-01-04 Dave Love <fx@gnu.org>
17601
17602 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17603 menu items.
17604
17605 2000-01-03 Dave Love <fx@gnu.org>
17606
17607 * elide-head.el (elide-head) [defgroup]: Add :version.
17608
17609 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17610 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17611 Use `cl-hash-table-p', not `hash-table-p'.
17612 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17613
17614 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17615
17616 * faces.el (face-read-integer, read-face-attribute)
17617 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
17618
17619 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17620
17621 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17622 at comment end, and re-insert them after filling.
17623
17624 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17625
17626 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17627 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17628 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17629
17630 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17631
17632 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17633 the new name of face-color-supported-p.
17634
17635 * term/w32-win.el (xw-defined-colors): Likewise.
17636
17637 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17638
17639 * simple.el (completion-setup-function): Count completion-size
17640 from minibuffer-prompt-end, not from point-min.
17641
17642 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17643
17644 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17645 Pass the frame to tty-color-* functions.
17646 (display-color-p, frame-set-background-mode): Pass the frame to
17647 tty-display-color-p.
17648
17649 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17650 tty-color-alist.
17651 (tty-color-alist, tty-modify-color-alist): New functions.
17652 (tty-color-define, tty-color-clear, tty-color-approximate)
17653 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17654 optional parameter FRAME.
17655
17656 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17657
17658 * image.el (create-image, defimage): Don't assume image data is
17659 a string.
17660
17661 * image.el (defimage): Handle specifications containing :data
17662 instead of :file.
17663 (image-type-from-data): New function.
17664 (image-type-from-file-header): Use it.
17665 (create-image): Add parameter DATA-P.
17666
17667 See ChangeLog.8 for earlier changes.
17668
17669 ;; Local Variables:
17670 ;; coding: iso-2022-7bit
17671 ;; End: