]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
114ff5e0b169e89b2b7cdfdc419d3dceb2f110fc
[gnu-emacs] / lisp / ChangeLog
1 2000-12-18 Miles Bader <miles@gnu.org>
2
3 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4
5 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6 Check that emacs-major-version is `=' to 20, not `>='.
7 (artist-replace-chars): Use `make-string' instead of a loop.
8
9 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * textmodes/ispell.el (check-ispell-version): If
12 `ispell-program-name' is "aspell", pass it the -v switch instead
13 of -vv.
14
15 2000-12-16 Kenichi Handa <handa@etl.go.jp>
16
17 * international/mule-diag.el (mule-diag): Insert information about
18 configure options, multibyte awareness, language env.
19
20 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
21 regexp to search for candidates.
22
23 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * info.el (Info-forward-node): If the node has an
26 Info-header-line, widen the buffer before searching for "next:"
27 and "up:" pointers, and set the search limit to stay in the
28 current node.
29
30 2000-12-16 Miles Bader <miles@gnu.org>
31
32 * simple.el (delete-trailing-whitespace): Remove extraneous let.
33
34 2000-12-15 Miles Bader <miles@gnu.org>
35
36 * comint.el (comint-send-string, comint-send-region): Also accept
37 a buffer, buffer-name, or nil for PROCESS, for compatibility with
38 process-send-string/region.
39
40 2000-12-15 Gerd Moellmann <gerd@gnu.org>
41
42 * isearch.el (isearch-lazy-highlight-max): New user-option.
43 (isearch-lazy-highlight-update): Don't highlight more than
44 isearch-lazy-highlight-max matches.
45
46 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
47
48 2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
49
50 * sort.el (sort-columns): Fix error message.
51
52 * dabbrev.el (dabbrev--last-case-pattern): Value is now
53 `upcase' or `downcase' or nil.
54 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
55 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
56 (dabbrev--substitute-expansion): New arg record-case-pattern.
57 If it is non-nil, set dabbrev--last-case-pattern.
58 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
59
60 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
61
62 2000-12-15 Miles Bader <miles@gnu.org>
63
64 * paths.el (Info-default-directory-list): Don't delete
65 configure-info-directory from the list of standard info
66 directories when appending it to the end -- their order is
67 important.
68
69 * faces.el (read-face-attribute): If there's no entry for the
70 user's input in VALID, just use it as-is (this will often result
71 in an error, but it may be OK for e.g. colors using hexadecimal
72 notation, and at least will yield a better error message).
73
74 * window.el (mode-line-window-height-fudge): Function removed.
75 (height-affecting-face-attributes, mode-line-window-height-fudge):
76 Variables removed.
77 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
78 window is really the right size. Use vertical-motion
79 rather than forward-line.
80 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
81 (ispell-command-loop, ispell-show-choices): Use the variable
82 ispell-choices-win-default-height, rather than the function.
83 (ispell-choices-win-default-height): Function removed.
84 (ispell-mode-line-window-height-fudge): Function removed.
85
86 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
87
88 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
89
90 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
91
92 * paths.el (Info-default-directory-list): If
93 configure-info-directory is not one of the standard directories,
94 put it first in the list; otherwise put it last. Doc string
95 changed accordingly.
96
97 * info.el (Info-directory-list): Change doc string to reflect the
98 change in Info-default-directory-list.
99
100 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
101 windows-nt as windowed environments, even under -nw.
102
103 * startup.el (command-line): Don't call x-backspace-delete-keys-p
104 if not fboundp. Switch delete-forward mode for the <delete> key
105 on all PC platforms, even under -nw.
106
107 * term/internal.el ([M-delete]): Remap to M-d.
108
109 2000-12-14 Gerd Moellmann <gerd@gnu.org>
110
111 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
112
113 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
116
117 2000-12-14 Gerd Moellmann <gerd@gnu.org>
118
119 * startup.el (command-line): Call delete-key-deletes-forward-mode,
120 if appropriate.
121
122 * simple.el (delete-key-deletes-forward): New user-option.
123 (delete-key-deletes-forward-mode): New function.
124
125 * bindings.el: Bind `delete' to backward-delete-char.
126
127 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
128 if symbol is bound before getting its value.
129
130 * tooltip.el (tooltip-show): If an error is signaled in
131 x-show-tip, display that error, and display the help in the
132 echo area.
133
134 2000-12-15 Miles Bader <miles@gnu.org>
135
136 * window.el (mode-line-window-height-fudge): Function removed.
137 (height-affecting-face-attributes, mode-line-window-height-fudge):
138 Variables removed.
139 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
140 window is really the right size. Use vertical-motion
141 rather than forward-line.
142 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
143 (ispell-choices-win-default-height): Function removed.
144 (ispell-command-loop, ispell-show-choices): Use the variable
145 ispell-mode-line-window-height-fudge, rather than the function.
146 (ispell-mode-line-window-height-fudge): Function removed.
147
148 2000-12-14 Kenichi Handa <handa@etl.go.jp>
149
150 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
151 "... entries" messages for every 10000 entries, not 10.
152
153 2000-12-13 Karl Fogel <kfogel@red-bean.com>
154
155 * bookmark.el: Provide a generic exit hook, as suggested by
156 Ovidiu Predescu <ovidiu@cup.hp.com>:
157 (bookmark-exit-hook): New var.
158 (bookmark-exit-hook-internal): New func, replaces
159 old raw lambda form in `kill-emacs-hook', and runs new
160 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
161 as logically that feature must have been provided if this function
162 is running.
163 Removed ;;;###autoload before the `add-hook' call.
164
165 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
166
167 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
168 (easy-menu-current-active-maps): New function.
169 (easy-menu-get-map): Use it.
170 Make a proper menu entry when creating a new keymap.
171
172 2000-12-13 Kenichi Handa <handa@etl.go.jp>
173
174 * international/characters.el: Fix cases and syntaxes for
175 mule-unicode-0100-24ff.
176
177 * dired.el (dired-move-to-filename-regexp): Fixed for the case
178 that a Japanese character is not appended after day and year.
179
180 * info.el (Info-suffix-list): Change format for a command that
181 requires arguments.
182 (info-insert-file-contents): Adjusted for the above change.
183
184 2000-12-12 Andreas Schwab <schwab@suse.de>
185
186 * tar-mode.el (tar-extract): Base the name of the subfile buffer
187 on the name of the tar buffer. Verify that the existing buffer is
188 visiting the same subfile.
189
190 2000-12-12 Dave Love <fx@gnu.org>
191
192 * subdirs.el: Add obsolete.
193
194 2000-12-12 Gerd Moellmann <gerd@gnu.org>
195
196 * mail/rmailsum.el (rmail-summary-expunge)
197 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
198 instead of rmail-confirm-expunge.
199
200 * replace.el (perform-replace): Don't use an empty match adjacent
201 to a non-empty match when computing the next match before the
202 replacement is performed.
203
204 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
205
206 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
207 definition (patch by Stefan Monnier).
208 (glasses-mode): Use jit-lock instead of `after-change-functions'
209 (patch by Stefan Monnier).
210
211 2000-12-12 Miles Bader <miles@gnu.org>
212
213 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
214 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
215
216 2000-12-12 Andrew Choi <akochoi@i-cable.com>
217
218 * term/mac-win.el: Remove load for ls-lisp.
219
220 * loadup.el: Load ls-lisp for system-type `macos'.
221
222 2000-12-12 Miles Bader <miles@gnu.org>
223
224 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
225 Respect field end too.
226 (just-one-space): Respect fields as `delete-horizontal-space'.
227 (newline-and-indent, reindent-then-newline-and-indent): Use
228 `delete-horizontal-space'.
229
230 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
231
232 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
233 (so as to obey the field property in the minibuffer).
234
235 * obsolete/c-mode.el: Moved from lisp/progmodes.
236 * obsolete/auto-show.el: Moved from lisp.
237 * obsolete/ooutline.el: Moved from lisp/textmodes.
238
239 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
240
241 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
242 changes to list them here.
243
244 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
245 many changes to list them here.
246
247 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
248 many changes to list them here.
249
250 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
251
252 2000-12-11 Gerd Moellmann <gerd@gnu.org>
253
254 * simple.el (kill-new): Don't try to setcar kill-ring if it is
255 nil.
256
257 * cus-edit.el (custom-save-variables, custom-save-faces):
258 Comment fix.
259
260 * hscroll.el: Moved to `obsolete' subdir.
261
262 2000-12-11 Miles Bader <miles@gnu.org>
263
264 * window.el (window-text-height): Function removed (now in C).
265
266 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
267
268 * log-edit.el (log-edit-parent-buffer): New var.
269 (log-edit): Set it. Add BUFFER argument.
270 (log-edit-done): Use char-before.
271 Don't bother checking validity of vc-comment-ring.
272 Only bury the buffer if log-edit popped it up.
273
274 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
275 (cvs-mode-diff-help): Remove.
276 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
277 (cvs-mode-marked): Set up the default for CMD manually.
278
279 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
280 Remove binding for ? now made unnecessary.
281
282 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
283
284 * textmodes/reftex.el (reftex-scanning-info-available-p): New
285 function
286 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
287
288 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
289 when master file is not open.
290
291 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
292
293 * progmodes/ada-stmt.el: Update `maintainer'.
294
295 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
296
297 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
298 choices to match documentation string.
299
300 2000-12-09 Miles Bader <miles@gnu.org>
301
302 * minibuf-eldef.el: New file.
303
304 * window.el (fit-window-to-buffer): Don't pass last argument to
305 pos-visible-in-window-p, now that its meaning is inverted.
306
307 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * image.el (create-image): Doc fix; spotted by Per Cederqvist
310 <ceder@lysator.liu.se>.
311
312 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
313
314 * autoinsert.el (auto-insert-alist): Add missing final \n.
315
316 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
317 (cvs-menu-map): Remove.
318 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
319 (cvs-mode-quit): Turn it back into a plain function.
320
321 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
322 (texinfo-filter): Remove (move to texinfo.el).
323
324 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
325 file where it's more visible.
326 (texinfo-filter, texinfo-chapter-level-regexp): New variables
327 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
328 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
329 (texinfo-inside-macro-p): Only catch `scan-error's.
330 (texinfo-inside-env-p): Make better use of the match info.
331 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
332 (texinfo-insert-@end): Slight re-organization.
333 Also remove useless `looking-at' call.
334
335 2000-12-08 Andrew Innes <andrewi@gnu.org>
336
337 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
338 accessible in -nw mode.
339
340 * term/w32-win.el: Remove stuff about selection timeout, which is
341 irrelevant on Windows. Move clipboard support to w32-fns.el, so
342 it is accessible in -nw mode.
343
344 2000-12-08 Dave Love <fx@gnu.org>
345
346 * emacs-lisp/lisp-mode.el (lisp-mode): Set
347 font-lock-keywords-case-fold-search.
348
349 2000-12-08 Gerd Moellmann <gerd@gnu.org>
350
351 * textmodes/ispell.el (ispell): Doc fix.
352
353 2000-12-08 Kenichi Handa <handa@etl.go.jp>
354
355 * international/quail.el (quail-insert-decode-map): Check the
356 frame width of a window displaying the current buffer, not that of
357 the selected frame.
358 (quail-help): Make sure that the help buffer has window before
359 inserting text in it.
360
361 2000-12-07 Sam Steingold <sds@gnu.org>
362
363 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
364 Backquote is used in isearch.el, so autoloading saves nothing.
365
366 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
369 the CVS and RCS subdirectories case-insensitively.
370
371 * dired.el (dired-insert-directory): If file-system-info is
372 fboundp, call it instead of invoking dired-free-space-program.
373
374 2000-12-07 Gerd Moellmann <gerd@gnu.org>
375
376 * server.el (server-visit-files): Push files on file-name-history.
377
378 * progmodes/cc-langs.el: Update copyright.
379
380 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
381
382 * bindings.el (mode-line-mode-menu): Add glasses-mode.
383
384 * bindings.el (mode-line-mode-menu): Reverse the order
385 of define-keys so that the menu appears in alphabetical order.
386
387 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
388
389 * progmodes/glasses.el (glasses-mode): Update mode line at the end
390 of the function.
391
392 2000-12-07 Dave Love <fx@gnu.org>
393
394 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
395
396 * facemenu.el (facemenu-unlisted-faces): Fix value.
397
398 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
399
400 * font-lock.el (font-lock-default-fontify-region):
401 Include the terminating \n (off-by-one error).
402 (font-lock-set-defaults): Use dolist.
403
404 * derived.el (define-derived-mode): Don't use combine-run-hooks.
405
406 2000-12-07 Kenichi Handa <handa@etl.go.jp>
407
408 * international/mule-cmds.el (describe-language-environment): Fix
409 for the case that an input method title is not string but a list.
410
411 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
412 of wrong SIZE record.
413
414 2000-12-06 Dave Love <fx@gnu.org>
415
416 * newcomment.el (comment-region, comment-dwim): Doc fix.
417
418 * textmodes/texinfo.el: Require tex-mode when compiling.
419 (texinfo-update-node): Doc fix.
420 (texinfo-imenu-generic-expression): Add @anchor.
421 (texinfo-font-lock-keywords): Add @uref.
422 (texinfo-inside-macro-p): Don't use ignore-errors.
423 (texinfo-insert-quote): Match more contexts.
424
425 * international/mule.el (decode-char, encode-char): Doc fix.
426 (auto-coding-alist): Customize.
427
428 * files.el (load-file): Fix change of 2000-03-12.
429
430 * wid-edit.el (widget-text-keymap): Doc fix.
431
432 2000-12-06 Andrew Innes <andrewi@gnu.org>
433
434 * makefile.w32-in (lisp): Set to an absolute directory, namely
435 $(CURDIR).
436
437 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
440 read generated-autoload-file, and set buffer-file-coding-system to
441 raw-text-unix after reading the file.
442
443 * international/mule-conf.el (file-coding-system-alist): Use
444 raw-text for reading loaddefs.el and raw-text-unix for writing
445 it.
446
447 2000-12-06 Gerd Moellmann <gerd@gnu.org>
448
449 * replace.el (occur): Make line-number-width 1 smaller for the
450 colon following the line number.
451
452 * startup.el (fancy-splash-text, command-line-1): Use
453 `File' for the menu name instead of `Files'.
454
455 * tmm.el: Update copyright.
456
457 * cus-start.el: Add entry for even-window-heights.
458
459 2000-12-06 Miles Bader <miles@gnu.org>
460
461 * faces.el (frame-set-background-mode): Avoid stomping on
462 locally modified faces.
463
464 2000-12-06 Kenichi Handa <handa@etl.go.jp>
465
466 * international/fontset.el: Correct the font registries for
467 japanese-jisx0213-1 and japanese-jisx0213-2.
468
469 2000-12-05 Gerd Moellmann <gerd@gnu.org>
470
471 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
472
473 * iswitchb.el: Update customization commentary.
474
475 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
476
477 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
478 (tpu-search-highlight): Fixed comparison of overlay end positions.
479 (tpu-trim-line-ends): Implemented trimming logic locally.
480
481 * emulation/tpu-extras.el (tpu-write-file-hook)
482 (tpu-set-cursor-bound): Replaced picture-clean with
483 tpu-trim-line-ends.
484
485 2000-12-05 Kenichi Handa <handa@etl.go.jp>
486
487 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
488 to cn-gb.
489 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
490
491 2000-12-04 Dave Love <fx@gnu.org>
492
493 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
494
495 2000-12-04 Gerd Moellmann <gerd@gnu.org>
496
497 * mail/rmailsum.el (rmail-summary-expunge)
498 (rmail-summary-expunge-and-save): Ask for confirmation with
499 rmail-expunge-confirmed.
500
501 * mail/rmail.el (rmail-expunge-confirmed): New function.
502 (rmail-expunge): Use it.
503
504 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
505 (etags-recognize-tags-table, find-tag-in-order): New
506 functionality: interpret file names as tags.
507
508 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
509
510 * info.el (Info-scroll-prefer-subnodes): New defcustom.
511 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
512 visit the first subnode until the bottom of the current node is
513 visible.
514
515 2000-12-04 Gerd Moellmann <gerd@gnu.org>
516
517 * format.el (format-decode): Don't change buffer's undo list.
518
519 2000-12-04 Kenichi Handa <handa@etl.go.jp>
520
521 * faces.el (face-font-registry-alternatives): Add entries for CJK
522 fonts. Doc-string adjusted for the actual usage of this data.
523
524 * international/fontset.el: Change the font registries for CJK
525 fonts in the default fontset. Don't append '*' to registries.
526
527 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
528
529 * emacs-lisp/easy-mmode.el (define-derived-mode)
530 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
531
532 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
533 (derived-mode-p): New function.
534 (derived-mode-make-docstring): Add `docstring' argument.
535 Use it if available and complete it if necessary.
536
537 2000-12-03 Andreas Schwab <schwab@suse.de>
538
539 * type-break.el (type-break): Don't make parent of itself.
540
541 2000-12-03 Miles Bader <miles@gnu.org>
542
543 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
544
545 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
546
547 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
548 (tex-main-file, tex-file): Simplify.
549 (tex-generate-zap-file-name): Use subst-char-in-string.
550 (tex-strip-dots): Remove.
551
552 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
553
554 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
555 to check if the match succeeded.
556
557 2000-12-02 Gerd Moellmann <gerd@gnu.org>
558
559 * startup.el (use-fancy-splash-screens-p): New function.
560 (command-line-1): Use it to determine whether or not to use
561 a fancy splash screen.
562
563 2000-12-02 Andreas Schwab <schwab@suse.de>
564
565 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
566
567 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * international/mule.el (make-char): Fix last change.
570
571 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
572 New defcustoms.
573 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
574 autoloading tex-mode; instead, do the same manually. Use
575 texinfo-open-quote and texinfo-close-quote. Insert literal quote
576 with numeric argument. Docstring fix.
577 (toplevel): Require cl when compiling.
578
579 * international/mule.el (make-char): Doc fix.
580
581 2000-12-02 Jason Rumney <jasonr@gnu.org>
582
583 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
584 the Emacs Lisp manual)
585
586 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
589
590 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
591 the Emacs Lisp manual).
592
593 2000-12-02 Gerd Moellmann <gerd@gnu.org>
594
595 * simple.el (next-line-add-newlines): Change default to nil.
596
597 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * files.el (revert-buffer, recover-file): Bind
600 coding-system-for-read to emacs-mule-unix, not to no-conversion.
601
602 2000-12-01 Gerd Moellmann <gerd@gnu.org>
603
604 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
605
606 2000-12-01 Miles Bader <miles@gnu.org>
607
608 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
609
610 2000-12-01 Kenichi Handa <handa@etl.go.jp>
611
612 * international/mule-diag.el (describe-char-after): Fix typo.
613 (describe-character-set, non-iso-charset-alist): Fix typo.
614
615 2000-12-01 Miles Bader <miles@gnu.org>
616
617 * image-file.el (image-file-name-regexp): Automatically add
618 upper-case variants of each filename extension in
619 `image-file-name-extensions', since they seem to be common.
620
621 * simple.el (minibuffer-contents)
622 (minibuffer-contents-no-properties, delete-minibuffer-contents):
623 New functions.
624 * filecache.el (file-cache-directory-name)
625 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
626
627 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
628
629 * filecache.el (file-cache-minibuffer-complete): Don't try to
630 delete the minibuffer prompt.
631
632 2000-11-30 Dave Love <fx@gnu.org>
633
634 * cus-start.el: Fix read-buffer-function type.
635
636 2000-11-30 Gerd Moellmann <gerd@gnu.org>
637
638 * md5.el: Removed. There's a built-in function, now.
639
640 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
641
642 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
643 as dummy 0-th char of rmail-deleted-vector.
644
645 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * ps-print.el (ps-end-job): Bind case-fold-search only after
648 switching to ps-spool-buffer.
649
650 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
651
652 * ps-print.el: Line number font customization. PostScript: Lines and
653 PageCount are initialized on each page. Doc Fix.
654 (ps-print-version): New version number (6.3.2).
655 (ps-lpr-switches, ps-font-info-database, ps-font-size)
656 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
657 (ps-right-header): Customization fix.
658 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
659 Fix code.
660 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
661 New vars.
662
663 2000-11-30 Gerd Moellmann <gerd@gnu.org>
664
665 * bs.el: Fix typos and spelling errors.
666 (bs-appearance) <defgroup>: Renamed from bs-appearence.
667 (bs-configuration): Doc fix.
668
669 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
670
671 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
672
673 * emulation/tpu-edt.el (tpu-version): New version.
674 (tpu-search-overlay, tpu-replace-overlay): New initial range.
675 (tpu-original-mode-line): Variable deleted.
676 (tpu-mark-flag): New initial value.
677 (tpu-set-mode-line): Don't redefine mode-line-format. Add
678 tpu-mark-flag to minor-mode-alist.
679 (tpu-update-mode-line): New mark flag logic.
680 (tpu-get): Use find-file-wildcards.
681 (tpu-search-highlight): Move overlay less, reset overlay properly.
682 (tpu-unselect): Deactivate mark.
683 (tpu-lm-replace): Reset overlay properly.
684 (tpu-forward-line): Use forward-visible-line.
685 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
686
687 * emulation/tpu-extras.el (tpu-forward-line): Use
688 forward-visible-line.
689
690 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
691
692 * cus-edit.el (custom-face-value-create): Always emphasize tag.
693
694 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
695
696 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
697 and skip whitespace and newlines.
698
699 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
700
701 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
702
703 2000-11-29 Gerd Moellmann <gerd@gnu.org>
704
705 * help.el (describe-function-1): Regexp-quote function name
706 when used as part of a regexp.
707
708 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
709 face-attribute instead of face-foreground and face-background.
710 (tool-bar-add-item): Likewise, and handle unspecified colors.
711
712 * enriched.el (enriched-face-ans): Use face-attribute instead
713 of face-foreground and face-background.
714
715 * faces.el (face-foreground, face-background, face-stipple):
716 Return nil if attribute is unspecified, for backward
717 compatibility.
718
719 * files.el (auto-mode-alist): Add an entry for antlr-mode.
720
721 * play/5x5.el: Remove version info.
722
723 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
724
725 * frame.el (blink-cursor-mode): Doc fix.
726
727 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
728
729 * antlr-mode.el: New commands to run ANTLR from within Emacs and
730 to create Makefile rules.
731 (antlr-tool-command): New user option.
732 (antlr-ask-about-save): New user option.
733 (antlr-makefile-specification): New user option.
734 (antlr-file-formats-alist): New variable.
735 (antlr-special-file-formats): New variable.
736 (antlr-unknown-file-formats): New user option.
737 (antlr-help-unknown-file-text): New variable.
738 (antlr-help-rules-intro): New variable.
739 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
740 (antlr-mode-menu): Add entries.
741 (antlr-file-dependencies): New function.
742 (antlr-directory-dependencies): New function.
743 (antlr-superclasses-glibs): New function.
744 (antlr-run-tool): New command.
745 (antlr-makefile-insert-variable): New function.
746 (antlr-insert-makefile-rules): New function.
747 (antlr-show-makefile-rules): New command.
748
749 * antlr-mode.el: More Emacs/XEmacs stuff.
750 (antlr-no-action-keywords): New constant with value nil.
751 (antlr-font-lock-keywords-alist): Use it. Old value would break
752 syntax highlighting in Emacs-21.0.
753 (antlr-default-directory): Emacs/XEmacs dependend function.
754 (antlr-read-shell-command): Ditto.
755 (antlr-with-displaying-help-buffer): Ditto.
756
757 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
758
759 * antlr-mode.el: imenu, parsing and highlighting changes.
760 (antlr-imenu-create-index-function): Don't create extra submenus
761 for definitions in different grammar classes. It is not necessary
762 for the menu and would make command `imenu' awkward to use.
763 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
764 header actions and more than one.
765 (antlr-font-lock-tokendef-face): Changed color.
766 (antlr-font-lock-tokenref-face): Changed color.
767 (antlr-font-lock-additional-keywords): Also highlight lowercase.
768 (antlr-mode-syntax-table): New variable.
769 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
770 (antlr-with-syntax-table): Don't copy syntax table.
771
772 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
773
774 * antlr-mode.el: Minor changes: language setting.
775 (antlr-language-alist): The value for file option "language" can
776 be both an identifier and a string.
777 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
778 (antlr-language-limit-n-regexp): Change accordingly.
779
780 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
781
782 * antlr-mode.el: Minor changes: tabs, hiding.
783 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
784 (antlr-action-visibility): Also allow value nil to also hide the
785 braces. Renamed from `antlr-tiny-action-length'.
786 Suggested by Jay@aol.com.
787 (antlr-hide-actions): Change accordingly. Hide line if completely
788 hidden action is on a line of its own.
789
790 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
791
792 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
793
794 * sort.el (sort-columns): Don't concat strings with numbers.
795
796 2000-11-29 Dave Love <fx@gnu.org>
797
798 * cus-edit.el (face): Fix :format.
799
800 * mail/feedmail.el: Require smtpmail when compiling.
801 (mail-do-fcc): Autoload.
802 (feedmail) <defgroup>: Fix :link.
803 (feedmail-nuke-body-in-fcc): Fix :type.
804 (feedmail-send-it): Add autoload cookie.
805
806 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
807
808 * newcomment.el (comment-indent): Save excursion around call to
809 comment-indent-function.
810
811 2000-11-29 Miles Bader <miles@gnu.org>
812
813 * subr.el (member-ignore-case): Return the tail of the list who's
814 car matches, like `member', not the matching element itself.
815
816 2000-11-29 Kenichi Handa <handa@etl.go.jp>
817
818 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
819 should not contain `\n'.
820
821 2000-11-28 Gerd Moellmann <gerd@gnu.org>
822
823 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
824
825 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
826
827 * dired-aux.el (dired-do-create-files): Construct default file
828 name for dired-mark-read-file-name so that when the user enters
829 just RET, the target file will end up in the target directory.
830
831 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
832 local-abbrev-table before changing buffers because it might
833 have a buffer-local binding.
834
835 2000-11-28 Miles Bader <miles@gnu.org>
836
837 * simple.el (delete-horizontal-space): Handle fields more generally.
838
839 2000-11-28 Gerd Moellmann <gerd@gnu.org>
840
841 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
842
843 2000-11-28 Dave Love <fx@gnu.org>
844
845 * progmodes/ps-mode.el (ps-mode): Set comment-start and
846 comment-start-skip locally.
847
848 * progmodes/fortran.el (fortran-mode): Don't set
849 fortran-comment-line-start-skip. Set comment-start to
850 fortran-comment-line-start.
851 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
852 (fortran-comment-line-start-skip): Simplify slightly.
853
854 2000-11-28 Gerd Moellmann <gerd@gnu.org>
855
856 * play/5x5.el: Remove RCS keyword.
857
858 * bs.el: Mistaken commit, undone 2000-11-30.
859
860 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
861
862 * textmodes/tildify.el (tildify-string-alist): Add
863 `plain-tex-mode' here.
864
865 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
866
867 * chistory.el (Command-history-setup): Remove extraneous `keymap'
868 reference.
869
870 2000-11-28 Miles Bader <miles@gnu.org>
871
872 * cus-face.el (custom-face-attributes): Add post-filter function
873 for :box. Make pre-filter function for :box handle all cases.
874
875 * wid-edit.el (widget-choose): Make sure pop-up window is large
876 enough to display all the choices, as there's no way to scroll it.
877
878 2000-11-28 Kenichi Handa <handa@etl.go.jp>
879
880 * international/mule-conf.el: Make the coding system no-conversion
881 safe for all characters.
882
883 2000-11-27 Dave Love <fx@gnu.org>
884
885 * net/ldap.el (ldap) <defgroup>: Add :version.
886
887 * tooltip.el (tooltip-use-echo-area): Doc fix.
888
889 * cus-start.el <minibuffer-prompt-properties>: Add version.
890 <read-buffer-function>: Add.
891
892 * apropos.el (apropos-print): Add help-echo to active text.
893
894 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
895
896 2000-11-27 Gerd Moellmann <gerd@gnu.org>
897
898 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
899 type, group and version.
900
901 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
902
903 * select.el (x-get-selection): Docstring fix.
904
905 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
906
907 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
908
909 2000-11-27 Andrew Innes <andrewi@gnu.org>
910
911 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
912
913 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
914
915 2000-11-27 Miles Bader <miles@gnu.org>
916
917 * dired.el (dired-get-filename): Return filename verbatim if
918 LOCALP is `verbatim'.
919 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
920 `verbatim' so that we don't inadvertently delete a non-existant
921 directory name.
922
923 2000-11-27 Kenichi Handa <handa@etl.go.jp>
924
925 * international/characters.el: Specify cases and syntaxes for
926 mule-unicode-0100-24ff.
927
928 2000-11-27 Gerd Moellmann <gerd@gnu.org>
929
930 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
931 that foreground and/or background colors of the face `tool-bar'
932 are unspecified.
933
934 2000-11-27 Miles Bader <miles@gnu.org>
935
936 * wid-edit.el (widget-field-buffer, widget-field-start)
937 (widget-field-end): Handle widget field `pseudo-overlays'.
938 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
939 if it's there instead of in `widget-field-list'.
940
941 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
942 (help-make-xrefs): Delete extraneous newlines at the end of the
943 docstring.
944
945 2000-11-25 Jason Rumney <jasonr@gnu.org>
946
947 * startup.el (command-line): Call set-locale-environment after
948 Window System init file is read, as it can result in a call to
949 redraw-frame.
950
951 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
952
953 * simple.el (shell-command): Mention the effect of the prefix
954 argument in the doc string.
955
956 2000-11-25 Miles Bader <miles@gnu.org>
957
958 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
959
960 * wid-edit.el (widget-field-value-delete): Don't try to delete
961 overlay when it's the `pseudo-overlay' that exists at some points.
962
963 2000-11-24 Jason Rumney <jasonr@gnu.org>
964
965 * international/mule-cmds.el (locale-language-names): Add "jp" as
966 a non-standard alternative for Japanese.
967
968 2000-11-24 Andre Spiegel <spiegel@gnu.org>
969
970 * vc-hooks.el: Require 'cl during compilation.
971
972 2000-11-24 Gerd Moellmann <gerd@gnu.org>
973
974 * faces.el (face-set-after-frame-default): Let face attributes
975 specified for new frames override frame parameters.
976
977 * startup.el (command-line): Fix computation of the source file
978 for user-init-file when user-init-file is a compiled file.
979
980 2000-11-24 Miles Bader <miles@gnu.org>
981
982 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
983 (custom-post-filter-face-spec): New functions.
984 (custom-face-set, custom-face-value-create): Filter the face spec
985 before and after customization.
986 (custom-face-set): If VALUE specifies a null face, pass a
987 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
988 * cus-face.el (custom-face-attributes): Remove SET and GET
989 functions. Add some IN-FILTER and OUT-FILTER functions in the few
990 cases they're needed.
991
992 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
993 that it's distinguishable from the :off-glyph on dark-background
994 displays. Set its background color too.
995
996 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
997 so that people can easily turn it off.
998
999 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1000
1001 * ediff-diff.el: Moved variables around to have it compile under NT.
1002
1003 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1004
1005 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1006
1007 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1008 redundant skip-small-frames test.
1009
1010 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1011 (viper-downgrade-to-insert): protect against errors in hooks.
1012
1013 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1014 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1015 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1016 functions.
1017
1018 * viper-util.el (viper-memq-char): Bug fixes.
1019
1020 * viper.el (viper-mode): Fix cursor handling.
1021
1022 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1023
1024 * international/mule-diag.el (list-iso-charset-chars): For
1025 two-byte charset, fix the `while' condition.
1026 (list-non-iso-charset-chars): Fix the `while' condition.
1027
1028 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1031 if the variable is make-variable-buffer-local.
1032
1033 * progmodes/ada-stmt.el (ada-template-map): Initialize
1034 and bind it to C-c t in ada-mode-map.
1035 (ada-stmt-mode-hook): New function extracted from old code.
1036 Only change the buffer-local side of skeleton-*.
1037 (ada-mode-hook): Use it.
1038
1039 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1040
1041 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1042 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1043 we expect to be returned by minibuffer-depth once we prompt the
1044 user in the minibuffer.
1045 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1046 as recorded in iswitchb-minibuf-depth, return non-nil.
1047
1048 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1049
1050 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1051 (hscroll-window-maybe): Docstring fix.
1052
1053 2000-11-23 Dave Love <fx@gnu.org>
1054
1055 * rect.el (string-rectangle): Don't test delete-selection-mode.
1056
1057 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1058
1059 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1060 is in the tool bar.
1061
1062 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1063 with `no-dir'; we want the directory part to be able to remove
1064 it.
1065
1066 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1067
1068 * textmodes/outline.el (outline-flag-region):
1069 Don't bind inhibit-read-only since we don't modify the buffer.
1070 (outline-isearch-open-invisible): Don't jump to overlay-start
1071 since we're trying to unhide text around point.
1072 (outline-discard-overlays): Use dolist.
1073
1074 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1075
1076 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1077
1078 * mail/rmail.el (rmail-confirm-expunge): Default to
1079 y-or-n-p.
1080
1081 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1082
1083 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1084 Fix ARG regexp to skip quoted braces.
1085 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1086 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1087 are (correctly) handled separately).
1088 Remove `caption' and `footnote' from `citations': they contain text.
1089 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1090 (latex-skeleton-end-hook): New function.
1091 (latex-mode): Use it.
1092 (tex-start-tex-marker): Remove.
1093 (tex-send-tex-command): Don't set tex-start-tex-marker.
1094 (tex-error-parse-syntax-table): New var.
1095 (tex-compilation-parse-errors): Use it.
1096 Ignore tex-start-tex-marker. Don't bother with marker-position.
1097 (tex-validate-buffer): Don't bother with marker-position.
1098
1099 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1100 (flyspell-generic-progmode-verify): Use it.
1101
1102 2000-11-22 Sam Steingold <sds@gnu.org>
1103
1104 * simple.el (delete-trailing-whitespace): New interactive
1105 function.
1106
1107 * progmodes/ada-mode.el (ada-mode): Use it instead of
1108 `ada-remove-trailing-spaces'.
1109 (ada-remove-trailing-spaces): Removed.
1110
1111 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1112
1113 * textmodes/picture.el (picture-clean): Removed.
1114 (picture-mode-exit): Call it instead of `picture-clean'.
1115
1116 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1117
1118 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1119
1120 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1121 jit-lock-fontify-buffer; it should anyway be unneccessary to
1122 do anything special when jit-lock is active.
1123 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1124
1125 2000-11-22 Dave Love <fx@gnu.org>
1126
1127 * calendar/todo-mode.el (todo-top-priorities): Use
1128 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1129
1130 * language/chinese.el, language/cyrillic.el:
1131 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1132 * language/hebrew.el, language/indian.el, language/japanese.el:
1133 * language/korean.el, language/lao.el, language/misc-lang.el:
1134 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1135 Use provide.
1136
1137 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1138 (custom-variable-set): Improve validation error mesage.
1139
1140 * rect.el (string-rectangle): Revert last change.
1141 (string-rectangle-line): New arg DELETE.
1142 (string-rectangle): Check delete-selection-mode.
1143
1144 * emacs-lisp/edebug.el (edebug-version)
1145 (edebug-maintainer-address): Deleted.
1146 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1147 (edebug-read-function): Account for other `'#' read forms.
1148 (edebug-mode-menus): Make some items toggles.
1149 (edebug-outside-unread-command-event, unread-command-event):
1150 Remove these to avoid warnings.
1151
1152 2000-11-22 David Ponce <david@dponce.com>
1153
1154 * recentf.el (recentf-menu-items-for-commands)
1155 (recentf-make-menu-items, recentf-make-menu-item)
1156 (recentf-filter-changer): Added :help and :active menu-item properties.
1157
1158 (recentf-build-dir-rules, recentf-dump-variable)
1159 (recentf-edit-list, recentf-open-files-item)
1160 (recentf-open-files): Replaced unnecessary `mapcar' with new
1161 built-in `mapc'.
1162
1163 2000-11-23 Miles Bader <miles@gnu.org>
1164
1165 * faces.el (menu): Make inverse-video on ttys too.
1166
1167 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1168
1169 * simple.el (comment-line-break-function): Use the new name
1170 indent-new-comment-line -> comment-indent-new-line.
1171 (clone-indirect-buffer): Don't ignore NORECORD.
1172 (next-completion): Properly handle the case where items are adjacent.
1173
1174 * mouse.el (popup-menu): Stupid typo.
1175
1176 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1177
1178 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1179 maintainer, keywords tags.
1180
1181 * rect.el (replace-rectangle): Don't call string-rectangle-line
1182 with too many arguments.
1183
1184 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1185
1186 * ediff-util.el (ediff-file-checked-out-p)
1187 (ediff-file-checked-in-p): Call vc-state instead of
1188 vc-locking-user, which no longer exists.
1189
1190 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1191
1192 2000-11-22 Dave Love <fx@gnu.org>
1193
1194 * md5.el (md5): Provide.
1195 (md5): Fix error call.
1196
1197 2000-11-22 Miles Bader <miles@gnu.org>
1198
1199 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1200 (refill-fill-paragraph-at): Remove debugging code.
1201
1202 * calendar/calendar.el (generate-calendar-window): When we don't
1203 call `fit-window-to-buffer', make sure the top line is fully visible.
1204
1205 * image-file.el (insert-image-file): Don't make `read-only'
1206 property rear-nonsticky.
1207
1208 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1209 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1210 stashing away its original value.
1211 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1212 in the recursive edit.
1213 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1214 (isearch-done): Restore `minibuffer-message-timeout'.
1215
1216 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1217
1218 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1219
1220 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1221
1222 * find-lisp.el (find-lisp-find-files-internal):
1223 Use dolist, when and file-name-as-directory.
1224
1225 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1226 (define-derived-mode, define-minor-mode): Add specs.
1227
1228 * window.el: General comment and spacing fixes.
1229 (save-selected-window): Use backquotes.
1230 (window-safely-shrinkable-p): New function.
1231 (shrink-window-if-larger-than-buffer): Use it.
1232
1233 * subr.el (make-local-hook): Docstring fix.
1234
1235 * shell.el (shell-mode): Use define-derived-mode.
1236
1237 * newcomment.el (comment-indent): Insert comment before calling
1238 comment-indent-function. Don't insert in column 0.
1239 (comment-dwim): Indent before inserting comment.
1240
1241 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1242 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1243 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1244 Use mapc rather than map.
1245
1246 * files.el (find-buffer-visiting): Compare all attributes before
1247 declaring two files identical (rather than just their inode-no).
1248 (auto-mode-alist): Use \' rather than $.
1249
1250 * which-func.el: Update maintainer line.
1251
1252 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1253 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1254 (uniquify-buffer-file-name): Use it.
1255
1256 2000-11-22 Miles Bader <miles@gnu.org>
1257
1258 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1259 * simple.el (minibuffer-avoid-prompt): New function.
1260
1261 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1262
1263 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1264
1265 2000-11-21 Miles Bader <miles@gnu.org>
1266
1267 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1268 inclusion of `track-mouse'.
1269
1270 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1271 (refill-adjust-ignorable-overlay): New function.
1272 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1273 only the paragraph's tail if possible.
1274 Update `refill-ignorable-overlay'.
1275 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1276
1277 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1278 point inside the fill-prefix.
1279
1280 * textmodes/refill.el (refill-post-command-function): Don't reset
1281 refill-doit in the case where a self-insertion command doesn't
1282 case a refill. Use `refill-fill-paragraph-at', getting position
1283 from `refill-doit'.
1284 (refill-after-change-function): Set `refill-doit' to END.
1285 (refill-fill-paragraph-at): New function, mostly from old
1286 refill-fill-paragraph.
1287 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1288 (refill-pre-command-function): New function.
1289 (refill-mode): Add it to `pre-command-hook'.
1290
1291 2000-11-20 Gerd Moellmann <gerd@gnu.org>
1292
1293 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1294
1295 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1296 javadoc tags.
1297
1298 2000-11-20 Andre Spiegel <spiegel@gnu.org>
1299
1300 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1301 vc.el).
1302
1303 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1304 require vc.
1305
1306 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1307 checkouts.
1308
1309 2000-11-20 Dave Love <fx@gnu.org>
1310
1311 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1312
1313 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
1314
1315 * calculator.el (calculator-paste): Use `if' instead of `and'
1316 and `or'.
1317 (calculator-help): Don't use electric-describe-mode for XEmacs.
1318
1319 2000-11-19 Gerd Moellmann <gerd@gnu.org>
1320
1321 * info.el (info-menu-5): Doc fix.
1322
1323 * textmodes/artist.el: New file.
1324
1325 2000-11-19 Andre Spiegel <spiegel@gnu.org>
1326
1327 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1328 and differentiate according to checkout model.
1329 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1330 since this function is only concerned with master state.
1331
1332 * vc-hooks.el (vc-workfile-unchanged-p,
1333 vc-default-workfile-unchanged-p): Moved here from vc.el.
1334
1335 * vc.el (vc-workfile-unchanged-p,
1336 vc-default-workfile-unchanged-p): See above.
1337
1338 2000-11-19 Miles Bader <miles@gnu.org>
1339
1340 * image-file.el (insert-image-file): Make `intangible' and
1341 `read-only' properties rear-nonsticky too.
1342
1343 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1344
1345 * ps-print.el: Update copyright notice.
1346
1347 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1348 (tooltip-show): Use the offsets.
1349
1350 * bindings.el (mode-line-modified): Fix a typo.
1351 (mode-line-toggle-modified, mode-line-widen)
1352 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1353
1354 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1355
1356 * ps-print.el (toplevel): Test for find-coding-system being
1357 fboundp before calling ps-x-find-coding-system.
1358
1359 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1362 (vc-version-backup-file): Docstring fix.
1363
1364 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1365
1366 * files.el (basic-save-buffer): Don't add a newline if
1367 find-file-literally is non-nil.
1368 (find-file-literally): Extend doc string.
1369
1370 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1371 sort(1) with the `-f' argument.
1372
1373 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1374
1375 * vc.el: Updated backend documentation.
1376 (vc-default-check-headers): New function.
1377
1378 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1379
1380 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1381 up-to-date.
1382 (vc-do-command): In the asynchronous case, output messages only if
1383 the minibuffer is not active.
1384
1385 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1386 `vc-cvs-use-edit' is on.
1387 (vc-cvs-checkout): When this is used for reverting the workfile,
1388 make a backup of the original contents and revert to that in case
1389 of error.
1390 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1391 remote repositories.
1392
1393 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1394 for both version and ratio in the minibuffer.
1395
1396 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1397 Use vc-do-command to perform the annotation, not call-process.
1398
1399 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1400
1401 * international/quail.el (quail-start-translation): Don't call
1402 `message' before reading key sequence.
1403
1404 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1405
1406 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1407
1408 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1409
1410 * window.el (fit-window-to-buffer): Be sure to acquire at least
1411 one text line even if the buffer is empty.
1412
1413 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1414
1415 * net/ange-ftp.el (ange-ftp-file-writable-p)
1416 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1417 ange-ftp-process-verbose to nil.
1418
1419 2000-11-15 Dave Love <fx@gnu.org>
1420
1421 * wid-edit.el (widget-specify-field, widget-specify-button): If
1422 :help-echo is a function, set help-echo of overlay to
1423 widget-mouse-help.
1424 (widget-mouse-help): New function.
1425 (widget-echo-help): Rewritten for :help-echo functions only taking
1426 a widget arg.
1427
1428 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1429 display-graphic-p.
1430 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1431 and that JPEG is available.
1432 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1433
1434 * international/mule-cmds.el (locale-charset-language-names):
1435 Match @euro.
1436
1437 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1438
1439 * faces.el (face-set-after-frame-default): If
1440 `inhibit-default-face-x-resources' is bound, don't intialize the
1441 default face from X resources.
1442
1443 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1446 Don't set EMACSLOADPATH.
1447
1448 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1451 texinfo-insert-@url.
1452 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1453 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1454
1455 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1456
1457 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1458 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1459 (checkdoc-minor-keymap): Backward compatibility.
1460 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1461 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1462 (checkdoc-this-string-valid-engine): Be a bit more strict
1463 to avoid matching substrings of `...' quoted vars/funs.
1464 (checkdoc-defun-info): Only look for `interactive' if alone.
1465 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1466
1467 * progmodes/compile.el (grep): `tag-default' can be nil.
1468
1469 * newcomment.el (comment-indent): Paren typo.
1470
1471 2000-11-14 Dave Love <fx@gnu.org>
1472
1473 * calculator.el: New maintainer version.
1474
1475 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1476
1477 * cmuscheme.el: Doc fixes.
1478 (cmuscheme) <defgroup>: Use `scheme' as parent.
1479 (cmuscheme-program-name): Remove. Change uses to
1480 scheme-program-name.
1481
1482 * xscheme.el (scheme-program-name): Don't define here.
1483
1484 * progmodes/scheme.el (scheme-program-name): New variable
1485 (originally in cmuscheme).
1486
1487 2000-11-14 Miles Bader <miles@gnu.org>
1488
1489 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1490 Handle header-lines. Don't loop forever if we can't enlarge the
1491 window anymore. Simplify a bit.
1492
1493 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1494
1495 * window.el (fit-window-to-buffer): Don't check
1496 window-text-height. Assure that the last line is fully visible.
1497
1498 * international/quail.el (quail-show-guidance-buf): Call
1499 fit-window-to-buffer to assure the enough height of the guidance
1500 buffer.
1501 (quail-update-guidance): Avoid making the guidance buffer shorter.
1502
1503 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1504
1505 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1506 rather than `prepend' and add an interesting comment.
1507 (tex-math-face, tex-font-lock-syntactic-face-function):
1508 New face and function to use it.
1509 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1510 than `menu-enable' symbol property.
1511 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1512 (tex-mode): Add some latex-mode commands for auto-selection.
1513 Use tex-font-lock-syntactic-face-function.
1514 (tex-insert-quote): Simplify.
1515 (tex-shell): New mode.
1516 (tex-start-shell): Use it.
1517 (tex-shell-proc, tex-shell-buf): New functions.
1518 (tex-send-command): Use it.
1519 (tex-main-file): Fix the meaning of the new arg REALFILE.
1520 (tex-send-tex-command): New function split from `tex-start-tex'.
1521 Set compilation-last-buffer and compilation-parsing-end.
1522
1523 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1524 when it follows non-comment text on the line.
1525
1526 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1527 Set font-lock-defaults.
1528 (lisp-mode-shared-map): Init inside the defvar.
1529 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1530 Use define-derived-mode.
1531
1532 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1533
1534 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1535
1536 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1537
1538 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1539 recursively optimize body because that can lead to infinite
1540 recursion; see comment there.
1541
1542 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * faces.el (face-spec-set-match-display): Revert the change from
1545 2000-10-24. Add a FIXME for after v21.1.
1546
1547 2000-11-13 Miles Bader <miles@gnu.org>
1548
1549 * textmodes/fill.el (skip-line-prefix): New function.
1550 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1551 (fill-paragraph): Don't leave point inside the fill-prefix.
1552 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1553 point inside the fill-prefix.
1554
1555 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1556
1557 * calendar/calendar.el (generate-calendar-window): Use
1558 `fit-window-to-buffer'.
1559
1560 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1561
1562 * gud.el (gud-minor-mode): New var.
1563 (gud-symbol, gud-val): New functions.
1564 (gud-find-file): Copy gud-minor-mode to the new buffer.
1565 (gud-menu-map): Include entries for commands that are not always
1566 available, using :enable to (de)activate them.
1567 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1568 (gud-mode-map): New map.
1569 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1570 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1571 Don't set up gud's menu (it's done by the minor-mode).
1572 (gud-minibuffer-local-map): New.
1573 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1574 (gud-query-cmdline): New function.
1575 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1576 (gud-mode): Use define-derived-mode.
1577 Don't set up gud's menu (it's done by the minor-mode).
1578 (gud-chop-words): Remove.
1579 (gud-common-init): Use split-string instead.
1580 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1581
1582 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1583 Add keyword arg :name.
1584
1585 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1586 (diff-count-matches, diff-split-hunk): New functions.
1587 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1588
1589 * pcvs-info.el (cvs-fi-conflict-face): New var.
1590
1591 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1592 Make it into a simple syntax-table, shared among all submodes.
1593 (sh-heredoc-face): Re-introduce.
1594 (sh-font-lock-syntactic-face-function): New function.
1595 (sh-mode): Use it. Also use define-derived-mode.
1596 Remove old bogus setting of indent-region-function.
1597 (sh-set-shell): Don't set the syntax-table any more.
1598 (sh-mode-syntax-table) <defun>: Remove.
1599
1600 2000-11-12 Miles Bader <miles@gnu.org>
1601
1602 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1603 message if interactive.
1604
1605 2000-11-12 Dave Love <fx@gnu.org>
1606
1607 * mail/feedmail.el: Fix header,
1608 (feedmail) <defgroup>: Add :link.
1609
1610 * view.el: Use local-map property, not keymap on mode-line string.
1611
1612 * scroll-all.el (scroll-all-mode): Customize variable. Add
1613 autoload cookie to function.
1614
1615 * lazy-lock.el: Remove compatibility code.
1616
1617 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1618 (finder-help-echo): New variable.
1619 (finder-mouse-face-on-line): Add help-echo stuff.
1620 (finder-list-keywords, finder-list-matches): Use mapc.
1621
1622 * faces.el (face-font-registry-alternatives): Add :version.
1623
1624 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1625 tags-table-list.
1626
1627 * net/browse-url.el (browse-url-browser-function): Update :version.
1628
1629 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1630 (mail-mode): Use [:alnum:] in some regexps.
1631
1632 2000-11-10 Dave Love <fx@gnu.org>
1633
1634 * ediff.el (ediff-regions-internal, ediff-documentation):
1635 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1636 fundamental mode.
1637
1638 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1639 buffer into fundamental mode.
1640 (ediff-set-difference): Use copy-sequence if available.
1641
1642 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1643 ediff-patch-map non-nil.
1644 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1645 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1646 buffer into fundamental mode.
1647
1648 * ediff-merg.el (state-or-merge): Defvar when compiling.
1649
1650 2000-11-10 Jason Rumney <jasonr@gnu.org>
1651
1652 * w32-fns.el (w32-add-charset-info): New function.
1653 (w32-charset-info-alist): Use it.
1654
1655 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1656
1657 * faces.el (face-font-registry-alternatives): New user-option.
1658
1659 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1660
1661 * textmodes/texinfo.el (texinfo-block-default): New var.
1662 (texinfo-insert-block): Use it. Insert a newline if needed.
1663
1664 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1665 (fill-region-as-paragraph): Use it.
1666
1667 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1668 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1669 Tweak paragraph regexps to allow a leading [ \t]*.
1670 (tex-latex-block): Insert a newline if necessary.
1671 (latex-insert-item): Only insert a newline if necessary.
1672 (tex-guess-main-file): New function.
1673 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1674 Set tex-main-file if TeX-master is provided.
1675 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1676
1677 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1678
1679 * startup.el (command-line): Set the default tooltip-mode
1680 to t for graphical displays which implement x-show-tip.
1681
1682 * tooltip.el (tooltip-mode): Add a comment about startup.el
1683 setting the default value of this user-option.
1684
1685 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * font-lock.el (font-lock-*-face) <defvar>: Move.
1688 (font-lock-defaults-alist): Mark obsolete.
1689 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1690 (font-lock-mode): Use define-minor-mode.
1691 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1692 (font-lock-turn-off-thing-lock): Be more explicit.
1693 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1694 (font-lock-syntactic-face-function): New var.
1695 (font-lock-fontify-syntactically-region): Use it.
1696 (font-lock-doc-face): New.
1697
1698 * pcvs.el (cvs-enabledp): Ignore errors.
1699 (cvs-commit-filelist): Never query.
1700 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1701 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1702 (cvs-do-removal): Use cvs-partition rather than delete-if.
1703 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1704 cvs-bury-buffer.
1705
1706 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1707 Allow `next' to jump to after the end of the last match.
1708
1709 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1710
1711 * simple.el (byte-compiling-files-p): New function.
1712
1713 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1714 if it is there.
1715
1716 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1717 nil again.
1718
1719 * textmodes/ispell.el (ispell-library-path): Don't call
1720 check-ispell-version when byte-compiling because that starts
1721 an ispell process, and ispell might not be installed.
1722 (toplevel): Don't set up a menu when byte-compiling.
1723
1724 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1725 it, so that a boundp test can be used to determine if we're
1726 currently byte-compiling.
1727
1728 2000-11-09 Dave Love <fx@gnu.org>
1729
1730 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1731 eval-after-load.
1732
1733 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1734
1735 * ps-print.el: Patch for variable initialization when spooling. Doc
1736 fix.
1737 (ps-output-list): Fun eliminated.
1738 (ps-begin-file, ps-begin-job): Code fix.
1739
1740 2000-11-08 Dave Love <fx@gnu.org>
1741
1742 * ediff-wind.el (ediff-control-frame-parameters): Zero
1743 tool-bar-lines.
1744
1745 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1746
1747 * simple.el (shell-command, display-message-or-buffer)
1748 (shell-command-on-region): Mention resize-mini-windows in the doc
1749 string.
1750 (display-message-or-buffer): Take the value of resize-mini-windows
1751 into account.
1752
1753 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1754
1755 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1756
1757 * dired.el (dired-between-files): Add `^. find' as an alternative
1758 to the regular expression, for find-dired.
1759
1760 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * textmodes/texnfo-upd.el: Require texinfo.
1763 (defmacro, defgroup): Remove.
1764 (texinfo-section-to-generic-alist): Remove.
1765 Use texinfo-section-list instead (i.e. level is changed string->int).
1766 (texinfo-filter): New function.
1767 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1768 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1769 Use it. And use regexp-opt.
1770 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1771 (texinfo-update-menu-region-beginning)
1772 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1773 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1774 (texinfo-update-menu-same-level-regexps): Update.
1775 (texinfo-update-node, texinfo-every-node-update)
1776 (texinfo-sequential-node-update): Remove autoload cookie.
1777
1778 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1779 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1780 (texinfo-chapter-level-regexp): Remove.
1781 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1782
1783 2000-11-06 Dave Love <fx@gnu.org>
1784
1785 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1786
1787 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1788 Match defun*.
1789
1790 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1791
1792 * composite.el (composition-function-table): Variable declaration
1793 moved to src/composite.c.
1794 (compose-chars-after): New optional arg object.
1795
1796 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1797
1798 * bindings.el (mode-line-toggle-read-only)
1799 (mode-line-toggle-modified, mode-line-widen)
1800 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1801 (make-mode-line-mouse2-map): Rewritten.
1802 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1803 functions so that C-h k can show something with a doc string.
1804
1805 * startup.el (fancy-splash-delay): Set to 10 seconds.
1806 (fancy-splash-max-time): New user-option.
1807 (fancy-splash-stop-time): New variable.
1808 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1809 (fancy-splash-screens-1): Throw `stop-splashing' when current
1810 time is greater than fancy-splash-stop-time.
1811
1812 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1813
1814 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1815
1816 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1817 Prompt user for a file rather than raising an error.
1818 (cvs-enabledp): Fix call to cvs-mode-marked.
1819 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1820 (cvs-mode-insert): Use it. Change the init prompt' value.
1821 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1822
1823 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1824 Don't pass default arg to ewoc-locate.
1825 (ewoc-collect): Return result in the right order.
1826
1827 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1828
1829 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1830 (cvs-status-get-tags): Fix regexp.
1831 (cvs-status-trees, cvs-status-cvstrees):
1832 Combine after change hooks and don't sit-for.
1833 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1834 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1835 Use make-char rather than hard-coded cryptic data.
1836 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1837
1838 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1839
1840 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1841 (cvs-insert-strings): New function.
1842
1843 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1844
1845 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1846 `mwheel-scroll-amount'.
1847 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1848 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1849 string-matching against the version string.
1850
1851 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1852
1853 * language/thai.el ("Thai"): Set a lisp form that produces
1854 composed string in `sample-text' language info.
1855
1856 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1857 composed string in `sample-text' language info.
1858
1859 * international/mule-cmds.el (describe-language-environment): Eval
1860 `sample-text' data and insert the result.
1861
1862 * international/mule-conf.el (compound-text): Define this coding
1863 system here. Make x-ctext and ctext aliases of it.
1864
1865 * language/european.el (compound-text, ctext): Moved to
1866 international/mule-conf.el.
1867
1868 2000-11-05 Andrew Innes <andrewi@gnu.org>
1869
1870 * w32-fns.el (w32-version): New function.
1871
1872 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * progmodes/awk-mode.el: Update copyright.
1875 (awk-mode-abbrev-table): Remove.
1876 (awk-font-lock-keywords): Use regexp-opt.
1877 (awk-mode): Use define-derived-mode.
1878
1879 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1880 when extracting a suffix.
1881
1882 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1883
1884 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1885 auto-save-mode.
1886
1887 2000-11-04 Jason Rumney <jasonr@gnu.org>
1888
1889 * language/european.el (decode-mac-roman): Test against r1 not r0.
1890
1891 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1892
1893 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1894 (icon-mode): Define indent-line-function.
1895 (icon-comment-indent): Simplify.
1896 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1897
1898 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1899
1900 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1901 Bind change-log-default-mode to defeat the caching done on it.
1902 Don't bother saving excursion any more.
1903
1904 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1905
1906 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1907 (set-frame-font): Use the new name (and the old for compatibility).
1908
1909 * toolbar/tool-bar.el (tool-bar-mode):
1910 * time.el (display-time-mode):
1911 * recentf.el (recentf-mode):
1912 * paren.el (show-paren-mode):
1913 * mwheel.el (mouse-wheel-mode):
1914 * msb.el (msb-mode):
1915 * jka-compr.el (auto-compression-mode):
1916 * image-file.el (auto-image-file-mode):
1917 * hl-line.el (hl-line-mode):
1918 * delsel.el (delete-selection-mode):
1919 * autoinsert.el (auto-insert-mode):
1920 * complete.el (partial-completion-mode): Drop unneeded positional args.
1921
1922 * info.el (Info-mode):
1923 * comint.el (comint-mode): Don't bother with make-local-hook.
1924
1925 * log-edit.el (log-edit-menu): New menu.
1926
1927 2000-11-03 Miles Bader <miles@gnu.org>
1928
1929 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1930 definition, so that trailing spaces are handled properly.
1931 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1932
1933 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1934
1935 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1936 tab character.
1937 (fancy-splash-screens): Set tab-width to 20.
1938
1939 2000-11-03 Dave Love <fx@gnu.org>
1940
1941 * comint.el (comint-completion-addsuffix): Fix custom type.
1942
1943 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1944
1945 * font-lock.el (font-lock-buffers): Remove.
1946 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1947 (font-lock-change-major-mode): Remove.
1948 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1949 (font-lock-default-fontify-region): Extend the multiline
1950 fontification to whole lines.
1951 (font-lock-fontify-anchored-keywords)
1952 (font-lock-fontify-keywords-region): If matching just one
1953 line (with \n) only mark the \n as multiline.
1954
1955 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1956 Correctly handle the case where several :group args are supplied.
1957 Allow :extra-args.
1958 (easy-mmode-define-global-mode): Allow :extra-args.
1959 Correctly handle the case where several :group args are supplied.
1960
1961 2000-11-02 Miles Bader <miles@gnu.org>
1962
1963 * calendar/calendar.el (diary-face, calendar-today-face)
1964 (holiday-face): Remove dependency on `window-system'.
1965
1966 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1967
1968 * Makefile.in (emacs): Set EMACSLOADPATH always.
1969 (update-authors, .el.elc, compile-files): Don't do it explicitly
1970 here.
1971 (compile-files): Bomb out if compilation of a file fails.
1972
1973 2000-11-02 Dave Love <fx@gnu.org>
1974
1975 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1976
1977 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1980 punctuation in the warning inserted into the *mail* buffer.
1981
1982 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1983
1984 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1985 (authors-public-domain-p): New function.
1986 (authors-print): Use it.
1987
1988 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1989
1990 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1991
1992 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1993
1994 * ps-print.el: Extension for even/odd printing. Doc fix.
1995 (ps-print-version): New version number (6.3.1).
1996 (ps-even-or-odd-pages): Customization fix.
1997 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1998 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1999 (ps-page-count): Var replaced by `ps-page-column'.
2000 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2001 (ps-print-sheet-p): New fun.
2002
2003 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2004
2005 * tooltip.el (tooltip-gud-tips-setup): New function.
2006 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2007 (tooltip-mode): Call tooltip-gud-tips-setup.
2008 (tooltip-gud-tips): Use `gud-basic-call' instead of
2009 process-send-string, so the prompt gets frobbed appropriately.
2010 Handle nil return value from `tooltip-gud-print-command'.
2011
2012 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2013
2014 * comint.el (comint-add-to-input-history): New function.
2015 (comint-send-input): Use `comint-add-to-input-history'.
2016
2017 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2018
2019 * info.el (info-menu-header): New face.
2020 (Info-fontify-menu-headers): New function.
2021 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2022
2023 * info.el (Info-insert-dir): Don't include blank lines at
2024 beginning of additional dir files (one is added automatically).
2025
2026 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2027
2028 * emacs-lisp/easy-mmode.el (define-minor-mode):
2029 Revert the latest changes.
2030 Allow the three positional arguments to be skipped and replaced
2031 by keyword arguments.
2032 Add a :toggle argument to determine whether a nil arg means toggle
2033 or means turn-on. The default is unchanged.
2034 Add a call to force-mode-line-update.
2035
2036 2000-11-01 Dave Love <fx@gnu.org>
2037
2038 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2039 cookie.
2040
2041 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2042
2043 * calendar/calendar.el (diary-face, holiday-face): Add
2044 dark-background variants.
2045
2046 2000-10-31 Sam Steingold <sds@gnu.org>
2047
2048 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2049 `tex-main-file' does not have directory in it.
2050
2051 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2054
2055 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2056
2057 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2058 functional change.
2059
2060 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2061
2062 * files.el (find-file-noselect): When we expand a wildcard, return
2063 a list of buffers, as we should do according to the doc string.
2064
2065 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2066
2067 * loadup.el (top level): Adjust load path if program name is
2068 "../src/bootstrap-emacs", in case it's not dumped and thus the
2069 load path adjustment hasn't already been done.
2070
2071 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2072
2073 * ps-print.el: Fix bug on selected pages for printing. Use
2074 `color-values' for Emacs 21. Ensure fontification when jit-lock
2075 is on. Try to avoid warning messages when compiling. Doc Fix.
2076 (ps-print-version): New version number (6.3).
2077 (ps-color-device): Use `color-values' to determine if device
2078 supports color.
2079 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2080 (ps-print-page-p): Changed from defsubst to defun.
2081 (ps-page-number): Changed from defmacro to defun.
2082 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2083 printing.
2084 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2085 (ps-end-file, ps-dummy-page): Funs eliminated.
2086 (ps-print-color-scale): Changed default value.
2087 (ps-page-n-up, ps-print-page-p): New internal vars.
2088 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2089 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2090
2091 * delim-col.el: Little programming improvement.
2092 (delimit-columns-str): New macro.
2093 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2094
2095 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2096
2097 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2098 Moved to european.el.
2099 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2100 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2101 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2102 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2103
2104 2000-10-30 Dave Love <fx@gnu.org>
2105
2106 * progmodes/cc-menus.el (imenu-generic-expression)
2107 (imenu-progress-message): Only defvar when compiling.
2108
2109 * emacs-lisp/elp.el (elp-unload-hook): New function.
2110
2111 * loadhist.el (unload-feature): Call elp-restore-function,
2112 checking for symbols; don't use elp-restore-all.
2113 (loadhist-hook-functions): Doc fix.
2114
2115 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2116
2117 * log-edit.el (log-edit-confirm): Fix the default.
2118
2119 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2120
2121 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2122 delimit-columns-format.
2123 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2124
2125 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2126
2127 * comint.el (comint-replace-by-expanded-history): Don't use
2128 comint-get-old-input (we're not looking at *old* input).
2129 (comint-get-old-input-default): If using fields, signal an error
2130 when the point is not in an input field.
2131
2132 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2133
2134 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2135 and mule-unicode-e000-ffff.
2136
2137 * international/mule.el (decode-char, encode-char): New functions.
2138 (make-coding-system): Accept a symbol of translation table as a
2139 value of property `safe-chars'.
2140
2141 * international/mule-cmds.el (encode-coding-char): Check property
2142 safe-chars instead of safe-charsets.
2143
2144 * international/fontset.el (fontset-default): Modified for
2145 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2146 (x-font-name-charset-alist): Likewise.
2147 (ccl-encode-unicode-font): New CCL program. Record it in
2148 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2149
2150 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2151 New translation tables.
2152 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2153 programs are modified and moved from mac-win.el.
2154 (mac-roman): Definition of this coding system is modified and
2155 moved from mac-win.el.
2156
2157 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2158
2159 * ediff-wind.el (ediff-setup-control-frame): Enclose
2160 face-attribute in condition-case to avoid errors in older emacsen.
2161
2162 2000-10-29 Miles Bader <miles@gnu.org>
2163
2164 * custom.el (custom-add-to-group): Allow multiple entries for a
2165 given value OPTION, as long as their widget types are different.
2166 * cus-edit.el (custom-face-value-create): If face name doesn't end
2167 with "face", add such here (similar to custom group widgets).
2168
2169 * comint.el (comint-highlight-prompt): Add :type.
2170
2171 2000-10-28 John Wiegley <johnw@gnu.org>
2172
2173 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2174 Changed this function to operate on a temporary buffer instead of
2175 the main buffer. This not only keeps flyspell from marking a
2176 buffer as changed that wasn't, but it solves the jumpy cursor
2177 problem when attempts are made to edit incorrect words.
2178 (flyspell-maybe-correct-doubling): Same change as for
2179 `flyspell-maybe-correct-transposition'.
2180
2181 * calendar/timeclock.el (timeclock-log): Doc fix.
2182 (timeclock-last-event): Doc fix.
2183 (timeclock-log): Kill the timelog buffer after appending a new
2184 event.
2185 (timeclock-find-discrep): Use a temp buffer to read in the
2186 timelog, instead of visiting the file.
2187 (timeclock-log-data): A new function, along with a host of helper
2188 functions, for the purpose of making timelog data accessible to
2189 programmers.
2190
2191 * eshell/esh-mode.el (window-height test): Make certain that
2192 `eshell-stringify-t' is non-nil.
2193 (eshell-password-prompt-regexp): Changed to a much simpler
2194 password regexp.
2195 (eshell-send-input): If `eshell-invoke-directly' returns t,
2196 directly invoke the parsed command using `eval'. This improves
2197 turn-around time on simple commands by a factor of three or
2198 greater, such as cd, ls, pwd, etc. -- which get used very often.
2199 It also conserves thousands of cons cells per call (since
2200 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2201 in the Pacific Cookie Company).
2202
2203 * eshell/esh-test.el (eshell-test): Whitespace fix.
2204
2205 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2206 `eshell-ls-initial-args' nil when inserting directory contents.
2207
2208 * eshell/em-script.el (eshell-script-initialize): Add names to
2209 `eshell-complex-commands, since `source' and `.' are complex.
2210
2211 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2212 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2213 `eshell-copy-handles'.
2214 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2215 bodies.
2216 (eshell-separate-commands): Whitespace fix.
2217 (eshell-complex-commands): Added a new list of names, for
2218 determining whether a given command is as simple as it looks.
2219 (eshell-invoke-directly): New function. Returns t if a command
2220 should be invoked directly (using `eval'), rather than indirectly
2221 using `eshell-do-eval'.
2222 (eshell-do-eval): Whitespace fix.
2223
2224 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2225 which provides an emulation of the DOS shell behavior of assuming
2226 that cp/mv/ln should copy/move/link to the current directory.
2227 (eshell-remove-entries): Added a doc string.
2228 (eshell-shuffle-files): Removed the check for `target' being null.
2229 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2230 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2231 it to do a smarter check of whether a destination was provided.
2232 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2233 (eshell/ln): Enable `:preserve-args', and use
2234 `eshell-mvcpln-template' to implement the body of the function.
2235 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2236 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2237 list after flattening it. This makes it possible to cat files
2238 with numerical names.
2239 (eshell-unix-initialize): Added several names to
2240 `eshell-complex-commands.
2241 (eshell-unix-command-complex-p): Return t if a given command name
2242 may result in external processes being invoked.
2243
2244 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2245 variable nil by default, since it slows down glob processing by a
2246 factor of two or more, and increases memory consumption.
2247
2248 * eshell/em-smart.el: Added a note about how memory consumptive
2249 smart display mode can be (at least this is true in Emacs 21).
2250 (eshell-smart-initialize): Whitespace fix.
2251 (eshell-refresh-windows): Use `if' instead of `when'.
2252 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2253 not necessary.
2254 (eshell-currently-handling-window): Added a missing global
2255 variable.
2256
2257 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2258 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2259 Whitespace fix.
2260 (eshell-ls-exclude-hidden): Added this variable in addition to
2261 `eshell-ls-exclude-regexp'. This one prevents files beginning
2262 with . from even being read, which can improve memory consumption
2263 quite a bit.
2264 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2265 read file entries beginning with a dot. In home directories with
2266 lots of hidden files, fully two-thirds of the time spent in ls is
2267 used to read directory entries that are immediately thrown away.
2268 (eshell-ls-initial-args): Added back this configuration variable,
2269 for specifying default initial arguments to every call to ls.
2270 Much faster than using an alias to do the same thing.
2271 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2272 (eshell-ls-dir): Whitespace change.
2273
2274 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2275
2276 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2277 available.
2278 (eshell-stringify-t): Added a customization variable, to indicate
2279 whether `t' should be rendered as a string at all. If not, one
2280 can still determine if the result of an expression is true using
2281 "file-exists-p FILE && echo true".
2282 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2283 stringify t!
2284
2285 * eshell/esh-module.el: Whitespace fix.
2286
2287 * eshell/em-alias.el (eshell-alias-initialize): Added
2288 `eshell-command-aliased-p' to `eshell-complex-commands'.
2289 (eshell-command-aliased-p): New function that returns t if a
2290 command name names an aliased.
2291
2292 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2293
2294 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2295 redrawing the screen when changing cursor color.
2296 (viper-insert-state-pre-command-sentinel)
2297 (viper-replace-state-pre-command-sentinel)
2298 (viper-replace-state-post-command-sentinel):
2299 Use viper-preserve-cursor-color.
2300 Many functions changed to use viper= instead of = when comparing
2301 characters.
2302 * viper-util.el (viper-memq-char,viper=): New functions for
2303 working with characters.
2304 (viper-change-cursor-color): Fixed buglet.
2305 Many functions changed to use viper= instead of = when comparing
2306 characters.
2307 * viper.el (viper-insert-state-mode-list): Added eshell.
2308
2309 * ediff-init.el (ediff-before-setup-hook): New hook.
2310 Several typos fixed in various docstrings.
2311 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2312 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2313 hook.
2314 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2315 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2316 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2317 (ediff-get-selected-buffers): New function.
2318 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2319 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2320 save-window-excursion.
2321 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2322 termination check in while loop.
2323 * ediff.el (ediff-get-default-file-name): Better defaults when in
2324 dired buffer.
2325 (ediff-files,ediff-merge-files,ediff-files3)
2326 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2327
2328 2000-10-28 Dave Love <fx@gnu.org>
2329
2330 * info.el (Info-fontify-node): Add help-echo for menu items.
2331
2332 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2333
2334 * startup.el (normal-top-level): If the value of $TERM indicates
2335 we are running from xterm or one of its work-alikes, default to a
2336 light background mode.
2337
2338 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2339 * faces.el (tty-handle-reverse-video): New function.
2340 (tty-create-frame-with-faces): Call it.
2341
2342 * frame.el (frame-notice-user-settings): Don't apply
2343 default-frame-alist and initial-frame-alist to MS-DOS frames.
2344 Call tty-handle-reverse-video, frame-set-background-mode, and
2345 face-set-after-frame-default for non-MS-DOS frames.
2346
2347 * startup.el (tty-long-option-alist): New variable.
2348 (tty-handle-args): New function.
2349 (command-line): Call tty-handle-args.
2350
2351 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2352 startup.el now does that for all character-terminal frames.
2353
2354 2000-10-28 Miles Bader <miles@gnu.org>
2355
2356 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2357 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2358 global. If :global is followed by a non-nil but non-t value,
2359 make the mode buffer-local, but also generate a `global-MODE'
2360 version using `easy-mmode-define-global-mode'. Add
2361 :conditional-turn-on keyword argument.
2362
2363 2000-10-28 Dave Love <fx@gnu.org>
2364
2365 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2366 use window-system.
2367
2368 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2371 Don't call find-buffer-file-type-coding-system. Instead, just
2372 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2373 if the file is on an untranslated filesystem.
2374 (add-untranslated-filesystem): Use "D" instead of "f" inside
2375 interactive.
2376
2377 2000-10-27 Dave Love <fx@gnu.org>
2378
2379 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2380 (refill-mode): Use it.
2381
2382 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2383
2384 * international/quail.el (quail-activate): Don't make-local-hook.
2385
2386 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2387
2388 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2389 manual backups and file.~<rev>.~ for automatic ones.
2390 (vc-make-version-backup): Don't do it on MS-DOS without long file
2391 names.
2392
2393 * vc.el (vc-version-other-window): If an automatic backup of the
2394 desired version exists, rename it instead of copying it.
2395
2396 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2397 after command. If there's an unexpected error, signal it instead
2398 of being silent.
2399 (vc-cvs-merge-news): Be prepared for no news at all.
2400
2401 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2402
2403 * shell.el (shell): Add BUFFER argument.
2404 * comint.el (make-comint-in-buffer): New function.
2405 (make-comint): Use it.
2406
2407 * faces.el (face-spec-choose): Change syntax so that the list of
2408 attribute-value pairs is now the cdr of each clause, not the cadr.
2409 Detect old-style entries, and handle them. Use pop.
2410
2411 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * cus-edit.el (custom-mode-map): Use a sparse map.
2414 (custom-mode): Don't bother with make-local-hook.
2415
2416 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2417
2418 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2419
2420 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2421
2422 * ps-print.el: Avoid compilation gripes.
2423 (ps-print-version): New version number (6.2.1).
2424
2425 2000-10-26 Dave Love <fx@gnu.org>
2426
2427 * menu-bar.el: Modify some menu item help strings.
2428 (menu-bar-help-menu): Add link to MORE.STUFF.
2429
2430 * cus-edit.el (custom-mode): Add `special' mode-class property.
2431
2432 * wid-browse.el (widget-browse-mode): Likewise.
2433
2434 * wid-edit.el (widget-specify-field): Revert to using local-map
2435 property, not keymap.
2436
2437 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2438
2439 * wid-edit.el (widget-field-end): When checking for a `boundary'
2440 field, do so in the correct buffer.
2441
2442 * simple.el (undo): Correctly distinguish between numeric and
2443 non-numeric prefix args in non-transient-mark-mode, as per the doc
2444 string. When in transient-mark-mode, treat all prefix-args as
2445 numeric.
2446
2447 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2448 Position point on match. Handle N == 0 correctly.
2449
2450 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2451 (comint-mode-map): Reverse order of `comint-write-output' and
2452 `comint-append-output-to-file'.
2453 (comint-append-output-to-file): Reinstate this function, for the
2454 benefit of the menu.
2455
2456 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2457
2458 * vc.el (vc-version-other-window): Bind `file'.
2459
2460 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2461
2462 * Makefile.in (update-authors): New target for maintenance purposes.
2463
2464 * emacs-lisp/authors.el (batch-update-authors): New function.
2465 (authors-fixed-entries): New defconst.
2466 (authors-add-fixed-entries): New function.
2467 (authors): Call it.: Don't process lispref/.
2468
2469 2000-10-25 Jason Rumney <jasonr@gnu.org>
2470
2471 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2472 Merge x w32 and mac definitions.
2473
2474 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2475
2476 * menu-bar.el (menu-bar-options-menu): Add a help string for
2477 `uniquify'.
2478
2479 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2480
2481 * time-stamp.el (time-stamp-string-preprocess):
2482 Fix a wrong type argument error.
2483
2484 2000-10-25 Miles Bader <miles@gnu.org>
2485
2486 * recentf.el (recentf-mode): Variable removed.
2487 (recentf-mode): Use `define-minor-mode'.
2488
2489 * mwheel.el (mouse-wheel-mode): New global minor mode.
2490 (mwheel-install): Use `mouse-wheel-mode'.
2491
2492 2000-10-25 Dave Love <fx@gnu.org>
2493
2494 * progmodes/cperl-mode.el (cperl-mode):
2495 Set normal-auto-fill-function correctly.
2496
2497 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2498 inherit from global-map and don't nullify menu-bar and tool-bar
2499 bindings.
2500
2501 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2502
2503 * wid-edit.el (widget-field-at): New function.
2504 (widget-at, widget-field-activate): Use it.
2505 (widget-tabable-at): Use `widget-at'.
2506 (widget-specify-field): If the terminating character of the widget
2507 field (which is read-only) is a newline, put it into a special
2508 `boundary' field so that C-n/C-p act more naturally.
2509 (widget-field-end): Also don't subtract one if a special
2510 `boundary' field has been added after the widget field.
2511
2512 * comint.el (comint-output-filter, comint-send-input): Don't
2513 bother adding stickiness fields to overlays to fool the field
2514 code, since it should notice the overlay insertion-types now.
2515
2516 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2517 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2518 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2519
2520 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2521
2522 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2523 (authors): Set file coding system to iso-2022-7bit. Add
2524 file-local variables to output buffer.
2525
2526 * files.el (after-find-file): Don't print any warnings if
2527 WARN is nil.
2528
2529 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2530
2531 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2532
2533 * delim-col.el: Now there is a column formatting mechanism.
2534 Modified to customization mechanisms convention. Doc fix.
2535 (columns): New group for delim-col.
2536 (delimit-columns-before, delimit-columns-after)
2537 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2538 (delimit-columns-end): New vars.
2539 (delimit-columns-customize, delimit-columns-format): New funs.
2540 (delimit-columns-region, delimit-columns-rectangle)
2541 (delimit-columns-rectangle-line): Modified to support column
2542 formatting.
2543
2544 2000-10-24 Dave Love <fx@gnu.org>
2545
2546 * log-edit.el (log-edit): Add :version and a :group for vc.
2547
2548 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2549
2550 * files.el (after-find-file): Don't print a message ``New file''
2551 if WARN is nil.
2552
2553 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2554 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2555 get duplicate tool-bar entries because we'll see the global ones
2556 on more than one path through keymaps.
2557
2558 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2559
2560 * progmodes/cmacexp.el: Change Francesco's email address.
2561
2562 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2563
2564 * window.el (fit-window-to-buffer): Adjust point of the window
2565 buffer, not that of the current buffer.
2566
2567 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2568
2569 * progmodes/cmacexp.el: Update the euthor's email address.
2570
2571 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2572
2573 * faces.el (face-spec-set-match-display): Add `graphic' display
2574 type (the inverse of `tty'). Use `display-graphic-p' instead of
2575 the window-system variable.
2576
2577 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2578
2579 * international/isearch-x.el (isearch-with-input-method): Call
2580 input-method-function with the first event in
2581 unread-command-events.
2582
2583 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2584
2585 * faces.el (face-default-spec, face-user-default-spec): Make
2586 defsubsts.
2587
2588 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2589
2590 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2591 New charsets.
2592
2593 * term/mac-win.el: Remove definitions of mac-roman-lower and
2594 mac-roman-upper, require dired, and define instead of set
2595 mac-ready-for-drag-n-drop to avoid compilation error.
2596
2597 2000-10-23 Andrew Innes <andrewi@gnu.org>
2598
2599 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2600 superfluous calls to subst-char-in-string; instead apply
2601 expand-file-name after convert-standard-filename to ensure
2602 expected directory separators are used.
2603
2604 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2605
2606 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2607
2608 2000-10-23 Dave Love <fx@gnu.org>
2609
2610 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2611 (tool-bar-add-item): Set foreground and background for XBM icons.
2612
2613 * international/latin1-disp.el (latin1-char-displayable-p): New
2614 function (from Handa).
2615 (latin1-display-check-font): Use it.
2616
2617 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2618 using :key-sequence, making it much more usable. Use nconc, not
2619 append.
2620 (imenu--create-keymap-1): Avoid append.
2621
2622 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2623
2624 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2625
2626 [the following changes fix a bug where `define-minor-mode' didn't
2627 correctly generate :require clauses for defcustoms in compiled files]
2628 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2629 (byte-compile-log-file, byte-compile-log-1): Don't set
2630 `byte-compile-current-file' to nil. Instead set
2631 `byte-compile-last-logged-file' to it. Test whether
2632 byte-compile-current-file equals byte-compile-last-logged-file
2633 instead of whether its nil.
2634 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2635
2636 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2637
2638 * textmodes/refill.el: Fix var names in doc.
2639 (refill-mode): Don't bother with make-local-hook anymore.
2640
2641 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2642
2643 * faces.el (face-user-default-spec, face-default-spec): New functions.
2644 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2645 (frame-set-background-mode, face-set-after-frame-default):
2646 Use `face-user-default-spec'. Simplify code slightly.
2647
2648 * woman.el (woman-italic-face, woman-bold-face)
2649 (woman-unknown-face): Add dark-background variants.
2650 (woman-default-faces): Renamed from `woman-colour-faces'.
2651 Set using the stored defaults, rather than using hard-wired colors.
2652 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2653 Just make the foreground `unspecified' rather than "black".
2654 (woman-menu): Rename menu entries accordingly.
2655
2656 * faces.el (header-line): Make more reasonable on mono/grayscale
2657 displays.
2658
2659 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2660
2661 * cus-edit.el (custom-button-face): Use 3D look for mac.
2662 (custom-button-pressed-face): Likewise.
2663
2664 * faces.el (set-face-attributes-from-resources): Handle mac frames
2665 in the same way as x and w32 frames.
2666 (face-valid-attribute-values): Likewise.
2667 (read-face-attribute): Likewise.
2668 (defined-colors): Likewise.
2669 (color-defined-p): Likewise.
2670 (color-values): Likewise.
2671 (display-grayscale-p): Likewise.
2672 (face-set-after-frame-default): Likewise.
2673 (mode-line): Same default face as for x and w32.
2674 (tool-bar): Likewise.
2675
2676 * frame.el: Remove call to frame-notice-user-settings at end of
2677 the file.
2678
2679 * info.el (Info-fontify-node): make underlines invisible for mac
2680 as for x, pc, and w32 frame types.
2681
2682 * term/mac-win.el: New file.
2683
2684 2000-10-22 Dave Love <fx@gnu.org>
2685
2686 * textmodes/refill.el: New file.
2687
2688 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2689
2690 * vc-hooks.el (vc-version-backup-file-name): New optional args
2691 MANUAL and REGEXP.
2692 (vc-delete-automatic-version-backups, vc-make-version-backup):
2693 New functions.
2694 (vc-before-save): Use the latter.
2695 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2696 confusion.
2697
2698 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2699 expected by vc[-hooks].el.
2700
2701 * vc.el (vc-checkout): Added `-p' suffix in call to
2702 vc-make-version-backups-p; use vc-make-version-backup to actually
2703 make the backup.
2704 (vc-version-other-window, vc-version-backup-file): Handle both
2705 automatic and manual backups.
2706 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2707 of all of them.
2708
2709 2000-10-22 Miles Bader <miles@gnu.org>
2710
2711 * comint.el (comint-highlight-input, comint-highlight-prompt):
2712 Renamed, `-face' at end removed.
2713 (comint-send-input, comint-output-filter): Use renamed faces.
2714
2715 * window.el (fit-window-to-buffer): Change defaulting of
2716 MAX-HEIGHT slightly.
2717
2718 * faces.el (color-values, color-defined-p): Use `member', not
2719 `memq', because it works correctly for strings.
2720 (frame-set-background-mode): Actually, "unspecified-fg" and
2721 "unspecified-bg" *are* strings. Use `member', not `memq', and
2722 `equal', not `eq', when a string value is possible.
2723
2724 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2727
2728 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2729
2730 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2731 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2732 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2733 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2734 (sh-font-lock-syntactic-keywords): Use them.
2735 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2736 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2737 (sh-mode): Don't override font-lock-unfontify-region-function.
2738 Use a copy of sh-font-lock-syntactic-keywords.
2739 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2740 Don't call sh-scan-buffer since font-lock does it on the fly.
2741 (sh-get-indent-info): Use `face' rather than `syntax-table'
2742 text-property to detect here-documents.
2743 Replace sh-special-syntax with sh-st-punc.
2744 (sh-prev-line): Use `face' rather than `syntax-table'
2745 text-property to skip over here-documents.
2746 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2747 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2748 (sh-electric-less, sh-set-here-doc-region)
2749 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2750 (sh-scan-buffer, sh-rescan-buffer): Remove.
2751
2752 2000-10-21 Andrew Innes <andrewi@gnu.org>
2753
2754 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2755 remote (ange-ftp) file names.
2756
2757 2000-10-21 Miles Bader <miles@gnu.org>
2758
2759 * window.el (fit-window-to-buffer): New function.
2760 (shrink-window-if-larger-than-buffer): Use it.
2761 (window-text-height): Don't expect minibuffers to have mode-lines.
2762
2763 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2764 * international/quail.el (quail-update-guidance): Use
2765 `fit-window-to-buffer' instead of `set-window-text-height'.
2766
2767 * international/quail.el (quail-show-guidance-buf): Make sure
2768 guidance window really has enough room.
2769 (quail-update-guidance): If quail-guidance-win is already shown,
2770 make sure its height is OK.
2771
2772 * window.el (window-text-height, set-window-text-height):
2773 New functions.
2774 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2775 instead of `window-height' & `mode-line-window-height-fudge'.
2776 (mode-line-window-height-fudge): Add FACE parameter.
2777 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2778 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2779
2780 2000-10-20 Miles Bader <miles@gnu.org>
2781
2782 * window.el (height-affecting-face-attributes): Use `defconst'.
2783
2784 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2785 New function, conditionally aliased to `mode-line-window-height-fudge'.
2786 (ispell-help): Use it.
2787 (ispell-choices-win-default-height): Don't include mode-line fudge.
2788 (ispell-choices-win-default-height): New function.
2789 (ispell-show-choices, ispell-command-loop): Use function
2790 `ispell-choices-win-default-height' instead of variable.
2791
2792 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2793
2794 * window.el (mode-line-window-height-fudge): New variable.
2795 (height-affecting-face-attributes): New variable.
2796 (mode-line-window-height-fudge): New function.
2797 (shrink-window-if-larger-than-buffer): Use it.
2798 * help.el (resize-temp-buffer-window): Likewise.
2799
2800 * info.el (Info-fontify-node): Add support for @subsubsection
2801 titles, which use `Info-title-4-face'.
2802 (Info-title-4-face): New face.
2803 (Info-title-3-face): Inherit from Info-title-4-face instead of
2804 variable-pitch.
2805
2806 2000-10-19 Jason Rumney <jasonr@gnu.org>
2807
2808 * dired.el (dired-insert-directory): Do not let errors signalled by
2809 attempt to run dired-free-space-program prevent dired from working.
2810
2811 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2812
2813 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2814
2815 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2816
2817 * dirtrack.el (dirtrack): Fix call to run-hooks.
2818
2819 * cmuscheme.el (cmuscheme-program-name): Renamed from
2820 scheme-program-name because xscheme.el contains a defcustom with
2821 the same name. As a consequence, customizing group `cmuscheme'
2822 loaded `xscheme' which redefined run-scheme.
2823 (run-scheme): Use cmuscheme-program-name.
2824
2825 * ps-print.el (ps-print-emacs-type): Move into the
2826 eval-and-compile.
2827
2828 * play/doctor.el (doctor-death): Update the Samaritans'
2829 anonymous address, and add a website for Befrienders International.
2830
2831 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2832
2833 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2834 Avoid compilation gripes. Doc fix.
2835 (ps-print-version): New version number (6.2).
2836 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2837 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2838 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2839 (ps-x-extent-priority, ps-x-extent-start-position)
2840 (ps-x-face-font-instance, ps-x-find-coding-system)
2841 (ps-x-font-instance-properties, ps-x-make-color-instance)
2842 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2843 avoid compilation gripes without defining functions.
2844 (ps-e-find-composition): Alias for function find-composition, to have a
2845 suitable function depending on Emacs version.
2846 (ps-color-device, ps-color-values, ps-face-foreground-name)
2847 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2848 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2849 (ps-print-ensure-fontified): Function definitions surrounded by
2850 `eval-and-compile' to avoid compilation gripes.
2851 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2852 by symbol-value to avoid compilation gripes.
2853 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2854 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2855
2856 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2857
2858 * startup.el (normal-top-level): Call `frame-set-background-mode'
2859 after `frame-notice-user-settings' because the latter doesn't call
2860 the former on a tty.
2861
2862 * faces.el (frame-set-background-mode): `unspecified' &c are
2863 symbols, not strings.
2864
2865 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2866
2867 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2868 why some "light*" colors are deliberately absent from the alist.
2869
2870 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2871 Change colors for tty's, as suggested by Miles Bader.
2872
2873 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2874
2875 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2876 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2877 for ISO10646-1 fonts.
2878 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2879
2880 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2881
2882 * faces.el (frame-set-background-mode): If a tty frame defines a
2883 background color, use that to compute the background mode, instead
2884 of always defaulting to "dark".
2885
2886 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2887
2888 * comint.el (comint-write-output): New function.
2889 (comint-mode-map): Add it to the menu.
2890 Bind `C-c C-s' to comint-write-output.
2891
2892 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2893
2894 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2895 Use fancy-splash-delay.
2896
2897 2000-10-18 Alex Schroeder <alex@gnu.org>
2898
2899 * progmodes/sql.el (sql-sybase-options): New option.
2900 (sql-sybase): Use it. Add sql-database to the list of parameters
2901 provided for login. The options -w 2048 -n are not used any more.
2902
2903 * comint.el (comint-read-input-ring): Bugfix such that the first
2904 and the last entry of the input ring file are not lost.
2905
2906 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2907
2908 * ps-print.el: Internal variable changes to defcustom,
2909 make-local-hook changes to defvar. Doc fix.
2910 (ps-print-version): New version number (6.1).
2911 (ps-setup, ps-do-despool): Code fix.
2912 (ps-printer-name): Customization fix.
2913 (ps-printer-name-option): Now is a defcustom instead of an
2914 internal variable.
2915 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2916 (ps-print-begin-column-hook): Now are defvar instead of
2917 make-local-hook.
2918
2919 2000-10-18 Miles Bader <miles@gnu.org>
2920
2921 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2922 (comint-kill-output): Changed into an alias for `comint-delete-output',
2923 and made obsolete.
2924 (comint-mode-map): Rename references to comint-kill-output.
2925
2926 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2927
2928 * diff-mode.el (diff-header-face, diff-file-header-face)
2929 (diff-changed-face): Add bold and italic attributes to tty faces.
2930 (diff-function-face): New face.
2931 (diff-font-lock-keywords): Use it.
2932
2933 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2934
2935 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2936 Remove commented-out call to force-mode-line-update.
2937 (comint-kill-output): Use `forward-line 0' instead of
2938 beginning-of-line to make sure we get past the prompt.
2939
2940 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2941
2942 * diff-mode.el (diff-header-face, diff-file-header-face):
2943 Add specific setting for dark background.
2944 (diff-context-face): Renamed from diff-comment-face.
2945 Set explicitly rather than inheriting from font-lock-comment-face.
2946
2947 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2948
2949 * startup.el (command-line): Move the code which sets the default
2950 TTY colors to before before-init-hook.
2951
2952 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2953
2954 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2955
2956 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2959 extensions, for MS-DOS.
2960
2961 * diff-mode.el (diff-header-face, diff-file-header-face)
2962 (diff-changed-face): Define tty-specific colors.
2963
2964 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2965
2966 * startup.el (fancy-splash-text): Realign the text.
2967
2968 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * font-lock.el (font-lock-comment-face): Define a separate default
2971 for dark-background tty's.
2972
2973 2000-10-17 Miles Bader <miles@gnu.org>
2974
2975 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2976 being obscured by whizzy mode-lines on graphics displays.
2977
2978 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2979
2980 * info.el (Info-title-1-face, Info-title-2-face)
2981 (Info-title-3-face): Define colors for tty's.
2982 (info-header-node): Remove unneeded tty-specific definition.
2983
2984 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2985
2986 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2987 reverse from the frame parameters, and don't invert foreground and
2988 background colors.
2989
2990 2000-10-16 Miles Bader <miles@gnu.org>
2991
2992 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2993 string "*Info*". Call propertized-buffer-identification to spruce
2994 up the result.
2995
2996 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2997
2998 * help.el: Provide `help' for the sake of define-minor-mode
2999 which generates defcustoms with requires.
3000
3001 * jit-lock.el (jit-lock-after-change): If we're in text that
3002 matches a multi-line font-lock pattern, make sure the whole text
3003 will be redisplayed.
3004
3005 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3006 author's name is unknown.
3007
3008 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3009 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3010 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3011 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3012 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3013 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3014 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3015 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3016 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3017 Add author information.
3018
3019 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3020
3021 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3022 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3023 full-color version (using the Gimp) to eliminate dithering artifacts.
3024
3025 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3026
3027 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3028
3029 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3030
3031 2000-10-15 Dave Love <fx@gnu.org>
3032
3033 * progmodes/sh-script.el: Require skeleton and comint when
3034 compiling.
3035
3036 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3037
3038 * whitespace.el: Doc fixes.
3039 (top-level): Don't add hooks here.
3040 (whitespace-running-emacs): Deleted.
3041 (timer): Don't require.
3042 (whitespace): Add back :version conditional on xemacs test.
3043 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3044 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3045 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3046 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3047 Avoid specific xemacs test.
3048 (whitespace-global-mode): New option.
3049 (whitespace-global-mode): New command.
3050 (whitespace-unload-hook): New function.
3051
3052 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3053 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3054 (Info-fontify-node): `Goto' goes to `Go to'.
3055 (Info-fontify-node): Add help-echo to xref links.
3056
3057 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3058
3059 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3060
3061 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3062
3063 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3064 Use plist-get and allow :inherit.
3065
3066 * emacs-lisp/cl-macs.el (cl-do-arglist):
3067 Use plist-get and plist-member instead of memq.
3068
3069 * emacs-lisp/ewoc.el (ewoc-location): New function.
3070 (ewoc-enter-after, ewoc-enter-before): Document return value.
3071 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3072 Don't need make-local-hook any more.
3073 (cvs-addto-collection): Return the new tin.
3074 (cvs-mode-insert): Jump to the new line.
3075
3076 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3077
3078 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3079
3080 * font-lock.el (font-lock-syntactically-fontified): New var.
3081 (font-lock-fontify-syntactic-keywords-region): Use it.
3082 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3083
3084 * diff-mode.el (diff-find-file-name): Fix regexp.
3085
3086 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3087 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3088
3089 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3090 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3091 (sh-mode): Don't make all vars local here.
3092 (sh-kw): Reformat.
3093 (sh-set-shell): Use dolist. Don't set indent-region-function.
3094 (sh-mode-syntax-table): Use pop.
3095 (sh-remember-variable): Use push.
3096 (sh-help-string-for-variable): Use memq.
3097 (sh-safe-backward-sexp): Remove.
3098 (sh-safe-forward-sexp): Add ARG.
3099 (sh-get-indent-info, sh-prev-stmt): Use it.
3100 (sh-prev-line): Simplify by using forward-comment.
3101 (sh-this-is-a-continuation): Simplify.
3102 (sh-learn-buffer-indent): Use dolist.
3103 (sh-do-nothing): Remove.
3104 (sh-set-char-syntax, sh-set-here-doc-region):
3105 Use inhibit-modification-hooks.
3106 (sh-name-style): Use mapcar and push.
3107 (sh-load-style): Use dolist.
3108 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3109 (sh-case, sh-while-getopts): Use propertize directly rather
3110 than sh-electric-rparen.
3111
3112 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3113
3114 * textmodes/tex-mode.el: Require CL when compiling.
3115 (tex-mode-syntax-table): Init immediately.
3116 (tex-mode-map): Bind M-RET to latex-insert-item.
3117 (latex-mode): Set indent-line-function to latex-indent.
3118 (tex-common-initialization): Don't setup the syntax-table any more.
3119 (latex-insert-item): New skeleton.
3120 (tex-next-unmatched-end): Fix copy/paste braino.
3121 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3122 (latex-indent, latex-find-indent): New functions.
3123 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3124 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3125 (tex-compilation-parse-errors): Use with-syntax-table.
3126
3127 2000-10-15 Miles Bader <miles@gnu.org>
3128
3129 * font-lock.el (font-lock-comment-face): Change dark-background,
3130 color, non-tty, default to `chocolate1'.
3131
3132 2000-10-13 John Wiegley <johnw@gnu.org>
3133
3134 * eshell/esh-util.el (require): Added a missing `require' form,
3135 needed when compiling (for an ange-ftp macro definition).
3136
3137 2000-10-13 Dave Love <fx@gnu.org>
3138
3139 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3140
3141 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3142
3143 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3144 fix.
3145
3146 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3147 transparent -colors 8).
3148
3149 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3150
3151 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3152 that breaks with old list format timestamps.
3153 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3154 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3155 strings.
3156
3157 2000-10-13 John Wiegley <johnw@gnu.org>
3158
3159 * align.el, pcomplete.el, calendar/timeclock.el,
3160 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3161
3162 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3163 faulty math, where holiday hours were being computing as seconds.
3164
3165 2000-10-13 John Wiegley <johnw@gnu.org>
3166
3167 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3168 specifying what "other" kinds of buffers should be saved. This
3169 used to be hard-coded.
3170 (desktop-buffer-misc-functions): A global for specifying how
3171 auxiliary data should be determined for special buffer types.
3172 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3173 instead of hard-coding the special buffer types.
3174 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3175 auxiliary data, instead of hard-coding for Info buffers and dired.
3176 (desktop-buffer-info-misc-data): Aux function for determining Info
3177 buffer auxiliary info.
3178 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3179 (desktop-buffer-info): Changed this function to use the info
3180 gathered above.
3181 (desktop-create-buffer): Be a little more careful about what
3182 `minor-mode' means before calling it. This is important for some
3183 buffer types.
3184
3185 2000-10-13 John Wiegley <johnw@gnu.org>
3186
3187 * eshell/esh-util.el: Added a global form which declares an
3188 autoload for `parse-time-string', if that function is not already
3189 defined, and if parse-time.el is available on the user's system.
3190
3191 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3192 to be aware of ange-ftp user info.
3193 (eshell-do-ls): Bind `ange-cache'. Also, use
3194 `eshell-file-attributes'.
3195 (eshell-ls-annotate): Use `eshell-file-attributes'.
3196 (eshell-ls-file): Made the user-id printing code a bit smarter.
3197
3198 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3199 allow identification of alias user ids in remote directories.
3200 It's manual, but there's no other way to know when the current
3201 user on the local machine, is also the owning user on the remote
3202 machine.
3203 (fboundp): Bind `ange-cache'.
3204 (eshell-directory-files-and-attributes): Re-organized the logic a
3205 bit to use `eshell-file-attributes' instead of `file-attributes'.
3206 The former is more sensitive to directories that are read via FTP,
3207 and knows how to use ange-ftp to determine full attribute
3208 information, instead of just the name and last modtime.
3209 (eshell-current-ange-uids): Return the current user id when in a
3210 remote directory.
3211 (eshell-parse-ange-ls): Parse a full directory listing that has
3212 been returned by ange-ftp.
3213 (eshell-file-attributes): This beefed up version of
3214 `file-attributes' is only special if the user is currently in a
3215 remote directory, in which case it does a lot of work to find out
3216 what the real attributes of a file are, as they appear on the
3217 remote machine. This makes usage of remote directories (i.e.,
3218 ange-ftp pathnames) much more useful. You can now use Eshell as a
3219 full-fledged FTP client, with much more manipulation ability than
3220 most other clients.
3221
3222 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3223 variable, which means that Eshell's du should always be preferred
3224 in remote directories.
3225 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3226 just `file-attributes'.
3227 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3228 when reading remote directories. This is an Eshell-specific
3229 variable (not part of ange-ftp).
3230 (eshell/ln): Bind `ange-cache'.
3231 (eshell/du): Added some extra logic for determining when to use
3232 Eshell's du (which is slow), and when to use the external version
3233 (which may or may not exist).
3234
3235 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3236 `eshell-interactive-process', rather than using
3237 `get-buffer-process', since backgrounded processes don't count in
3238 the context of this function's logic.
3239
3240 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3241 `forward-char', so that null strings are parsed correctly.
3242
3243 2000-09-13 John Wiegley <johnw@gnu.org>
3244
3245 * eshell/em-pred.el (eshell-pred-file-type,
3246 eshell-pred-file-links, eshell-pred-file-size): Use
3247 `eshell-file-attributes'. This is more correct over ange-ftp.
3248
3249 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3250 that remote file globbing is more efficient.
3251
3252 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3253 gathering the files and attributes within a directory.
3254
3255 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3256 the command line is a special file (not a regular file, directory
3257 or symlink), always attempt to call the external version of cat.
3258
3259 2000-09-13 John Wiegley <johnw@gnu.org>
3260
3261 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3262 Eshell-friendly version of find-tag.
3263
3264 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3265
3266 * image-file.el (image-file-name-extensions)
3267 (image-file-name-regexps): Add autoload cookies.
3268
3269 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3270
3271 * international/mule-cmds.el (select-safe-coding-system): If FROM
3272 is string, show it in *Warning* buffer.
3273
3274 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3275
3276 * startup.el (normal-top-level): Use display-popup-menus-p instead
3277 of window-system.
3278 (command-line): Use display-graphic-p instead of window-system.
3279 (command-line-1): Use display-popup-menus-p and display-mouse-p
3280 instead of window-system.
3281
3282 2000-10-12 Sam Steingold <sds@gnu.org>
3283
3284 * tooltip.el (tooltip-use-echo-area): New user variable.
3285 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3286
3287 2000-10-12 Dave Love <fx@gnu.org>
3288
3289 * recentf.el: Maintainer's checkdoc fixes.
3290
3291 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3292 character class, not ASCII when matching file names.
3293 (fancy-splash-head): Add trailing slash to URL.
3294 (command-line): Don't require XPM support for toolbar.
3295
3296 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3297 (cperl-invalid-face): Revert last change.
3298 (cperl-init-faces): Quote cperl-invalid-face.
3299
3300 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3301
3302 * startup.el (fancy-splash-text): Remove superfluous quote.
3303
3304 2000-10-12 Gerd Moellmann <gerd@gnu.org>
3305
3306 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3307 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3308 (command-line-1): Don't use fancy-splash-pending-command.
3309 (fancy-splash-screens-1): Goto point-min after inserting text.
3310
3311 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3312
3313 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3314 instead of shared-lisp-mode-map.
3315
3316 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3317
3318 * faces.el (header-line): Change tty-variant to use underlining.
3319
3320 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3321 (isearch-highlight): Restore lazy-isearch face properties at old
3322 position, and suppress them at new position.
3323 (isearch-dehighlight): Restore lazy-isearch face properties.
3324 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3325 over the real isearch overlay, but in that case, don't give it a
3326 face property. Use `push'.
3327
3328 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3329
3330 * man.el (Man-getpage-in-background): Fix previous change.
3331 Decode the process output only when we are in multibyte mode.
3332
3333 2000-10-11 Dave Love <fx@gnu.org>
3334
3335 * info.el (Info-mode-menu): Fix some help.
3336 (info-tool-bar-map): Add entry for Info-last.
3337
3338 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3339 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3340 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3341 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3342 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3343 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3344 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3345 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3346 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3347 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3348 Reduce colour requirements to 25 overall. (Probably wants
3349 revisiting from the originals to reduce further.)
3350
3351 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3352
3353 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3354 buffer-file-coding-system, instead of raw-text.
3355 (dehexlify-buffer): Bind coding-system-for-read to
3356 buffer-file-coding-system, instead of raw-text.
3357
3358 2000-10-11 Sam Steingold <sds@gnu.org>
3359
3360 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3361 `underline' - fixes the bug introduced on 2000-09-21.
3362
3363 2000-10-11 Dave Love <fx@gnu.org>
3364
3365 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3366 compiler warnings.
3367 (scheme-mode): Doc fix.
3368 (scheme-font-lock-keywords-1): Match `define-syntax'.
3369
3370 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3371
3372 * faces.el (frame-set-background-mode): Pay attention to saved
3373 face specs as well as default ones. Only do anything if the
3374 bg-mode or display-type has actually changed. Use `dolist'.
3375 (region): Make dark-background `region' face less in-your-face.
3376
3377 2000-10-10 Sam Steingold <sds@gnu.org>
3378
3379 * chistory.el, ielm.el, ledit.el:
3380 * progmodes/inf-lisp.el, progmodes/scheme.el:
3381 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3382
3383 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3384
3385 * textmodes/texinfo.el: Update copyright and fix typo.
3386
3387 * desktop.el (desktop-modes-not-to-save): New var.
3388 (desktop-save-buffer-p): Use it.
3389 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3390 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3391
3392 2000-10-10 Dave Love <fx@gnu.org>
3393
3394 * toolbar/tool-bar.el (tool-bar-add-item)
3395 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3396 display.
3397
3398 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3399 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3400 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3401 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3402 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3403 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3404 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3405 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3406 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3407 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3408 the .xpms; probably need retouching.
3409
3410 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3411
3412 * subr.el (add-to-list): Add optional argument APPEND.
3413 * battery.el (display-battery): Use `add-to-list'.
3414
3415 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3416
3417 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3418 these vars as symbol properties.
3419 (zone, zone-when-idle, zone-leave-me-alone)
3420 (zone-pgm-whack-chars): Use new symbol properties.
3421
3422 * battery.el (display-battery): Doc spelling fix.
3423
3424 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3425 property.
3426
3427 2000-10-09 Dave Love <fx@gnu.org>
3428
3429 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3430 has been initialized before calling tool-bar-setup.
3431 (tool-bar-add-item-from-menu): Add autoload cookie.
3432
3433 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3434
3435 * menu-bar.el (send-mail-item-name): New function.
3436 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3437 of mail-user-agent in the menu. Don't display the "Send Mail"
3438 item if mail-user-agent is nil or its value is ignore.
3439 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3440 if read-mail-command is nil or its value is ignore.
3441
3442 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3443
3444 2000-10-09 Miles Bader <miles@gnu.org>
3445
3446 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3447 Correct image size.
3448 * toolbar/left_arrow.xpm: Correct image size.
3449
3450 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3451 will be done by the definition of `auto-compression-mode' if
3452 necessary. Move code to uninstall existing file-name handler
3453 before definition of `auto-compression-mode'.
3454
3455 * image-file.el (auto-image-file-mode): Move to the end of the
3456 file, because `define-minor-mode' actually calls the mode-function
3457 if the associated variable is non-nil, which requires that all
3458 needed functions be already defined.
3459
3460 * mouse.el (popup-menu): Balance parens.
3461
3462 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3463
3464 * mouse.el (popup-menu): Move the command call outside the loop
3465 so that popup-menu returns whatever the command returns.
3466
3467 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3468 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3469 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3470 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3471
3472 * vc.el (vc-version-diff): diff-switches can be a list.
3473 Use relative filenames for prettier output.
3474
3475 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3476 (vc-post-command-functions): Remove old-VC compatibility code.
3477
3478 * newcomment.el (comment-indent-default): Autoload.
3479
3480 * font-lock.el (font-lock-defaults): Make buffer-local.
3481 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3482 (font-lock-choose-keywords):
3483 Ignore LEVEL unless KEYWORDS is a list of syms.
3484 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3485 Don't wrap regexp-opt things in \(...\) unnecessarily.
3486
3487 * jit-lock.el: Don't require font-lock any more.
3488 (jit-lock-functions): Make buffer-local.
3489 (jit-lock-saved-fontify-buffer-function): Remove.
3490 (jit-lock-mode): Remove autoload cookie.
3491 Remove font-lock specific code.
3492 (jit-lock-unregister): Don't bother handling complex hooks any more.
3493 (jit-lock-refontify): New function.
3494 (jit-lock-fontify-buffer): Use it.
3495 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3496 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3497 Add optional args START and END.
3498 Never call font-lock-fontify-region directly.
3499 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3500
3501 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3502
3503 2000-10-08 Dave Love <fx@gnu.org>
3504
3505 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3506
3507 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3508
3509 * play/studly.el (studlify-region, studlify-word): Add autoload
3510 cookie.
3511
3512 * play/morse.el (morse-region, unmorse-region): Add autoload
3513 cookie.
3514
3515 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3516 concat.
3517
3518 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3519 insist on symbols starting with word syntax.
3520 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3521 (eval-defun-1): Doc fix.
3522 (indent-sexp): Use nconc to build up indent-stack.
3523
3524 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3525 Gnus with little use.
3526 (mail-setup-hook): Add mail-abbrevs-setup to options.
3527
3528 * recentf.el: Doc fixes.
3529
3530 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3531 Clean up remainder.
3532
3533 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3534 without timezone and (8) with timezone to enforce some whitespace.
3535 Simplify code somewhat.
3536
3537 * options.el (list-options): Doc that you should use customize.
3538
3539 * iswitchb.el (iswitchb-mode): Add :require.
3540
3541 * info.el (Info-goto-node, Info-menu): Doc fix.
3542 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3543 (info-tool-bar-map): New variable.
3544 (Info-mode): Use it.
3545 (Info-edit-map): Define all in defvar.
3546 (speedbar-attached-frame): Avoid compiler warning.
3547
3548 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3549 (global-map): Bind [tool-bar] to a filtered map.
3550 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3551 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3552 Allow PBM icons.
3553 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3554
3555 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3556 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3557 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3558 icons, except up_arrow, which is left-arrow rotated.
3559
3560 * imenu.el (imenu-add-to-menubar): Fix last change.
3561
3562 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3563
3564 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3565 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3566
3567 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3568
3569 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3570 typos in doc strings.
3571
3572 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3573 the doc strings how to customize Font Lock faces.
3574
3575 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3576 computing growth when dragging the header line.
3577
3578 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3579
3580 * simple.el (kill-line): Doc fix.
3581
3582 2000-10-08 Miles Bader <miles@gnu.org>
3583
3584 * faces.el (secondary-selection): Make foreground visible on tty.
3585
3586 * jka-compr.el (auto-compression-mode): Move to the end of the
3587 file, because `define-minor-mode' actually calls the mode-function
3588 if the associated variable is non-nil, which requires that all
3589 needed functions be already defined.
3590 (with-auto-compression-mode): Add autoload cookie.
3591
3592 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3593
3594 * files.el (find-backup-file-name) [ms-dos]: If support for long
3595 file names is not available, behave as if version-control were set
3596 to never.
3597
3598 2000-10-07 Dave Love <fx@gnu.org>
3599
3600 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3601 (browse-url-gnome-moz): New function.
3602 (browse-url-browser-function): Use it.
3603 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3604
3605 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3606
3607 * indent.el (tab-always-indent): New var.
3608 (indent-for-tab-command): Use it.
3609
3610 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3611 raise an error. This way it can still default to a sane value.
3612
3613 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3614
3615 * startup.el (fancy-splash-screens): Use local rather than global map.
3616 Don't use `update-menu-bindings' any more.
3617 Get rid of assumptions about keymap representation.
3618
3619 2000-10-06 Dave Love <fx@gnu.org>
3620
3621 * textmodes/fill.el (sentence-end-double-space)
3622 (sentence-end-without-period): Doc fix.
3623 (adaptive-fill-regexp): Purecopy.
3624 (unjustify-current-line): Use line-end-position.
3625 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3626
3627 * net/eudc-vars.el (eudc): Add :version, :link.
3628
3629 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3630
3631 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3632 Fix for define-minor-mode.
3633 (function-at-point): Alias to function-called-at-point.
3634
3635 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3636
3637 * simple.el (backward-word): Doc fix.
3638
3639 * image-file.el (image-file-name-regexp): image-file-regexps ->
3640 image-file-name-regexps.
3641 (image-file-name-extensions): Add pbm.
3642
3643 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3644
3645 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3646 and add filename to the names so that diff-mode can jump to source.
3647
3648 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3649 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3650 (tex-font-lock-keywords-1): Remove.
3651 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3652 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3653 (font-lock-default-fontify-region):
3654 Expand beg..end correctly when just following a multiline region.
3655 (font-lock-fontify-anchored-keywords):
3656 Include the anchor text as part of the multiline.
3657
3658 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3659
3660 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3661 latter needs the autoloaded define-minor-mode macro during the
3662 bootstrap.
3663
3664 * startup.el (command-line): For now, activate tool-bar-mode only
3665 if XPM images are supported.
3666
3667 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3668 window by dragging a header-line at the top of the frame; that's
3669 confusing because the header-line doesn't move.
3670 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3671 of treating the event as a list. Some cleanup.
3672
3673 2000-10-06 Miles Bader <miles@gnu.org>
3674
3675 * simple.el (display-message-or-buffer): New function.
3676 (shell-command-on-region): Use `display-message-or-buffer'.
3677
3678 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3679 docstring parts.
3680
3681 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3682 (smbclient-prompt-regexp): Add usage note to doc string.
3683 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3684 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3685 Use add-hook for adding the comint filter function, and only do so
3686 if it's not already in the global hook list.
3687 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3688 to `make-local-variable'.
3689 (nslookup-font-lock-keywords): Remove prompt entry.
3690 (nslookup): Don't set the process-filter.
3691 (finger): Exit the loop correctly when the regexps list runs out.
3692 (ftp, smbclient, smbclient-list-shares):
3693 Set the real major mode immediately, not after execing.
3694 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3695
3696 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3697
3698 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3699
3700 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3701
3702 * which-func.el (which-func-format): Remove spurious space.
3703 (which-func-mode): Don't make it permanent-local.
3704 (which-func-ff-hook): Allow which-func-maxout to be nil.
3705 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3706 (which-func-mode): Simplify.
3707 Use post-command-idle-hook rather than post-command-hook.
3708 Go through all buffers and update their state.
3709 (which-function): Also try add-log-current-defun-function.
3710
3711 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3712 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3713 Update call to with-vc-properties accordingly.
3714 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3715 (vc-revert-buffer): More careful about window selection and deletion.
3716 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3717
3718 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3719 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3720 (cvs-dired-action): Change the default to quickdir.
3721
3722 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3723 if comment-indent-function returns nil.
3724 (comment-indent-default): New function.
3725 (comment-indent-function): Use it and document the new semantics.
3726
3727 * image-file.el: Docstring fixes.
3728
3729 * help.el (help-xref-on-pp): Use match-string.
3730 (describe-variable): New arg BUFFER.
3731 Store the current buffer in the help-xref-stack.
3732 (temp-buffer-resize-mode): Use define-minor-mode.
3733
3734 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3735 consistently with its docstring.
3736 Set jit-lock-first-unfontify-pos in an idempotent way.
3737 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3738
3739 2000-10-05 Alex Schroeder <alex@gnu.org>
3740
3741 * sql.el (sql-mysql-options): New variable.
3742 (sql-mysql): Use it.
3743
3744 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3745
3746 * image.el (image): New group.
3747
3748 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3749 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3750
3751 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3752
3753 * net/net-utils.el (nslookup-font-lock-keywords)
3754 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3755 Ignore the value of wqindow-system; always define keywords
3756
3757 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3758
3759 * startup.el (fancy-splash-screens): Remove the code for
3760 debugging; `(trace-to-stderr "EXITTT\n")'.
3761
3762 2000-10-05 Miles Bader <miles@gnu.org>
3763
3764 * diff-mode.el (diff-goto-source): Update call to
3765 `diff-hunk-status-msg' to reflect new REV variable.
3766
3767 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3768
3769 * progmodes/icon.el (icon-mode):
3770 Don't gratuitously override the default for comment-column.
3771
3772 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3773
3774 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3775 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3776 (jit-lock-functions): New var.
3777 (jit-lock-function-1): Use it if non-nil.
3778 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3779 Set the `fontified' property before doing the fontification to avoid
3780 repeatedly going through the same error.
3781 Don't turn errors into messages.
3782 (jit-lock-register, jit-lock-unregister): New functions.
3783
3784 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3785 Use with-current-buffer.
3786
3787 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3788 Turn comment into docstring.
3789
3790 * apropos.el (apropos-mode): Use define-derived-mode.
3791
3792 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3793
3794 * startup.el (fancy-splash-pending-command): New variable.
3795 (fancy-splash-pre-command): New function.
3796 (fancy-splash-screens): Rewritten.
3797 (command-line-1): If fancy-splash-pending-command is set, call it
3798 interactively.
3799
3800 2000-10-04 Dave Love <fx@gnu.org>
3801
3802 * toolbar/tool-bar.el (tool-bar-setup): New function.
3803 (tool-bar-mode): Use it.
3804
3805 * subr.el (substitute-key-definition): Doc fix.
3806 (play-sound-file): New command.
3807
3808 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3809
3810 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3811 vc-version-backup-file-name): New functions.
3812
3813 * files.el (basic-save-buffer): Call vc-before-save before saving.
3814
3815 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3816 vc-cvs-stay-local-p.
3817
3818 * vc.el (vc-revert-buffer): Handle empty diff properly.
3819 (vc-version-backup-file): New function.
3820 (vc-checkout): Create a version backup if necessary.
3821 (vc-checkin): If a version backup file exists, delete it.
3822 (vc-version-diff): Diff locally using version backups, if available.
3823 (vc-revert-file): If there's a version backup, revert locally.
3824 (vc-transfer-file): Use version backup for base version, if
3825 available. If not, ask for confirmation whether to get it from the
3826 server. Update mode line before check-in.
3827
3828 2000-10-04 Dave Love <fx@gnu.org>
3829
3830 * toolbar/tool-bar.el (tool-bar-setup): New function.
3831 (tool-bar-mode): Use it.
3832
3833 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3834
3835 * net/net-utils.el (nslookup-font-lock-keywords)
3836 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3837 Only set if window-system is non-nil
3838 (net-utils-run-program): Returns buffer.
3839 (network-connection-reconnect): Added this function.
3840
3841 * generic.el:
3842 Incorporates extensive cleanup and docfixes by
3843 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3844 Uses cl compile-time macros.
3845 (generic-mode-name, generic-comment-list)
3846 (generic-keywords-list, generic-font-lock-expressions)
3847 (generic-mode-function-list, generic-mode-syntax-table):
3848 Removed variables.
3849 (generic-mode-alist): Renamed to generic-mode-list.
3850 (generic-find-file-regexp): Default changed to "^#".
3851 (generic-read-type): Uses completing read on generic-mode-list.
3852 (generic-mode-sanity-check): removed this function.
3853 (generic-add-to-auto-mode): Removed this function
3854 (generic-mode-internal): Bind mode-specific definitions
3855 into function instead of putting them in alist.
3856 (generic-mode-set-comments): Reworked extensively.
3857 (generic-mode-find-file-hook): Simplified regexp searching
3858 (generic-make-keywords-list): Omit extra pair of parens
3859
3860 * find-lisp.el (find-lisp-find-files-internal):
3861 Make sure directory name ends with "/".
3862
3863 * generic-x.el (apache-conf-generic-mode):
3864 Regexp now allows leading whitespace.
3865 (rc-generic-mode): Added eval-when-compile
3866 around generic-make-keywords-list.
3867 Deleted duplicate regexp
3868 (rul-generic-mode): Added eval-when-compile
3869 around generic-make-keywords-list.
3870 (etc-fstab-generic-mode): New generic mode.
3871 (rul-generic-mode): Removed one eval-when-compile
3872 which caused a max-specpdl-size exceeded error.
3873
3874 2000-10-04 Miles Bader <miles@gnu.org>
3875
3876 * simple.el (minibuffer-temporary-goal-position): New variable.
3877 (next-history-element): Try to keep the position of point in the
3878 input string constant.
3879
3880 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3881 (dired-do-create-files): If there's only one file, pass it in as
3882 the DEFAULT arg to dired-mark-read-file-name.
3883
3884 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3885
3886 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3887 (diff-goto-source): Be smarter when choosing REVERSE or not.
3888
3889 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3890 (texinfo-mode-menu): Add an explicit shortcut for update all.
3891
3892 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3893
3894 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3895 factorize backend-specific code cleanly (this was essentially
3896 conceived by Stefan Monnier).
3897 (vc-unregister): Function removed.
3898 (vc-revert-file): New function.
3899 (vc-revert-buffer): Delegate some of the work to it.
3900
3901 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3902 default branch unconditionally.
3903 (vc-rcs-set-default-branch): New function.
3904 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3905 (vc-rcs-checkin): If an appropriate default branch has been set,
3906 force creation of that branch.
3907 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3908 code (as suggested by Stefan Monnier).
3909
3910 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3911
3912 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3913 highlighting overlay with a different face over the overlay
3914 isearch uses to highlight the current match because that can lead
3915 to bad face combinations.
3916
3917 * loadup.el (toplevel): Load faces before isearch.
3918
3919 * isearch.el (isearch-faces): New custom group.
3920 (isearch): New defface; was already tested for in the code.
3921 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3922 (isearch-highlight): Always use face `isearch'.
3923
3924 2000-10-02 Dave Love <fx@gnu.org>
3925
3926 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3927 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3928 comparison of opcode with operand.
3929
3930 2000-10-03 Miles Bader <miles@gnu.org>
3931
3932 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3933 buffer, since the echo area will now grow to accommodate them.
3934
3935 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3936
3937 * vc-hooks.el (vc-registered): If FILE used to be registered under
3938 a certain backend, try that one first.
3939
3940 * vc.el (vc-responsible-backend): Undo the previous change in the
3941 argument list. Handle multiple backends correctly.
3942 (vc-find-new-backend): Function removed.
3943 (vc-register): Use vc-responsible-backend, as before.
3944 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3945
3946 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3947
3948 * startup.el (fancy-splash-head): Change message below the
3949 logo.
3950
3951 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3952
3953 * diff-mode.el (diff-goto-source): Emit a status message.
3954 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3955 (diff-test-hunk): Fix doc string.
3956 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3957 (diff-advance-after-apply-hunk): New variable.
3958 (diff-apply-hunk): Don't return a value.
3959
3960 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3961
3962 * vc.el (vc-editable-p): Minor optimization.
3963 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3964 (vc-find-new-backend): New function split from vc-responsible-backend.
3965 (vc-register): Use it.
3966 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3967 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3968 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3969 (vc-clear-headers): Don't use find-file.
3970 (vc-revert-buffer): Use `and' again (must have been a braino).
3971 (vc-switch-backend): Only prompt if requested.
3972 Short circuit if nothing is to be done.
3973 Don't use vc-resynch-buffer which could lose unsaved editing.
3974 (vc-default-receive-file): Update call to vc-unregister.
3975 (with-vc-file, vc-next-action-on-file):
3976 Use vc-backend rather than vc-registered.
3977 (vc-next-action-on-file): Use intern-soft.
3978 Deal with read-only *vc-diff* buffer.
3979 (vc-transfer-file): Docstring fix.
3980
3981 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3982 (vc-rcs-receive-file): Avoid with-vc-properties.
3983 Update call to vc-unregister.
3984 Use constant `RCS' rather than (dynamically bound) var `backend'.
3985
3986 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3987
3988 * vc.el (vc-next-action-on-file): Update mode line only if file
3989 is visited.
3990 (vc-start-entry): New argument initial-contents. Don't visit the file
3991 if it isn't already visited. Brought documentation up-to-date.
3992 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3993 (vc-checkin): New optional arg initial-contents, which is passed to
3994 vc-start-entry.
3995 (vc-finish-logentry): Make sure to bury log buffer only if there
3996 really is one. Call `vc-resynch-buffer' on log-file, not
3997 buffer-file-name.
3998 (vc-default-comment-history, vc-default-wash-log): New functions.
3999 (vc-index-of): Removed.
4000 (vc-transfer-file): Make do without the above.
4001 (vc-default-receive-file): Call comment-history unconditionally. Pass
4002 the resulting string to vc-checkin, instead of inserting it into the
4003 comment ring.
4004
4005 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4006 unconditionally. Use the comments as initial contents of the log
4007 entry buffer. Document the trick to force branch creation with no
4008 changes.
4009
4010 2000-10-01 Miles Bader <miles@gnu.org>
4011
4012 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4013 `recenter' with an arg to prevent redrawing the display.
4014
4015 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4016
4017 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4018
4019 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4020
4021 * progmodes/c-mode.el (c-mode):
4022 Don't gratuitously override the default for comment-column.
4023
4024 * textmodes/tex-mode.el (latex-metasection-list): New var.
4025 (latex-imenu-create-index): Use it.
4026 Move the regexp construction outside loops (and use push).
4027 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4028 (tex-font-lock-keywords): Moved from font-lock.el.
4029 (tex-comment-indent): Remove.
4030 (tex-common-initialization): Don't set comment-indent-function.
4031 (latex-block-default): New var.
4032 (tex-latex-block): Use it to provide a default choice.
4033 Add any unknown choice to latex-block-names.
4034 Insert [...] after {...}.
4035 (tex-last-unended-begin): Simplify regexp.
4036 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4037 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4038 (latex-mode): Set forward-sexp-function.
4039
4040 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4041 Add regexp for @ignore ... @end ignore.
4042 (texinfo-heading-face): New face.
4043 (texinfo-font-lock-keywords): Use it.
4044 (texinfo-mode-menu): New menu.
4045 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4046 New functions.
4047 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4048 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4049 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4050 Remove declaration.
4051 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4052
4053 * delsel.el (delete-selection-mode): Use define-minor-mode.
4054
4055 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4056
4057 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4058
4059 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4060
4061 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4062
4063 * replace.el (keep-lines-read-args): New function.
4064 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4065 read arguments interactively. Add parameters RSTART and REND.
4066 Operate on the active region in Transient Mark mode.
4067
4068 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4069
4070 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4071 (authors-obsolete-files-regexps): New variable.
4072 (authors-add): Don't record changes in obsolete files.
4073
4074 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4075
4076 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4077
4078 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4079 (comment-indent): Make sure there's a space between code and comment.
4080 Shift comments left to avoid going past fill-column.
4081
4082 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4083
4084 * startup.el (startup-echo-area-message): New function.
4085 (display-startup-echo-area-message): Use it.
4086 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4087 (fancy-splash-default-action): New function.
4088 (fancy-splash-screens-1): New function.
4089 (fancy-splash-head): Put a help-echo and a keymap under the image.
4090
4091 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4092
4093 * diff-mode.el (diff-add-log-file-name): Remove.
4094 (diff-mode): Use add-log-buffer-file-name-function.
4095
4096 * add-log.el (find-change-log): New arg BUFFER-FILE.
4097 (add-log-file-name): Obey add-log-file-name-function.
4098 (add-log-buffer-file-name-function): New var.
4099 (add-change-log-entry): Use it.
4100
4101 2000-09-29 Miles Bader <miles@gnu.org>
4102
4103 * image-file.el (image-file-name-extensions): New variable.
4104 (image-file-name-regexps): Renamed from `image-file-regexps'.
4105 New default value is nil. Call `auto-image-file-mode'.
4106 (image-file-name-regexp): New function.
4107 (auto-image-file-mode): New minor mode.
4108 (insert-image-file): Don't make conditional on the image-file
4109 handler being enabled.
4110 (image-file-handler): Make the call here conditional instead.
4111 (set-image-file-handler-enabled, enable-image-file-handler)
4112 (disable-image-file-handler): Functions removed.
4113
4114 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4115 string.
4116
4117 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4118
4119 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4120 it's a function from CL.
4121 (latex-imenu-create-index): Replace eval-when-compile with progn
4122 because latex-section-alist is not bound while compiling.
4123
4124 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4125
4126 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4127 (outline-mode): Use define-derived-mode.
4128
4129 * progmodes/perl-mode.el (perl-mode):
4130 * progmodes/awk-mode.el (awk-mode):
4131 * progmodes/asm-mode.el (asm-mode):
4132 Don't gratuitously override the default for comment-column.
4133
4134 * emacs-lisp/lisp.el (lisp-complete-symbol):
4135 Distinguish the let-binding case from the funcall case.
4136 (forward-sexp-function): New variable.
4137 (forward-sexp): Use it.
4138
4139 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4140 (easy-mmode-defmap): Remove the now useless autoload.
4141
4142 * time.el (display-time-mode): Use define-minor-mode.
4143
4144 * subr.el (add-minor-mode): Don't eval NAME.
4145 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4146 Use if rather than cond.
4147
4148 * simple.el (read-expression-map): Define more properly.
4149 (comment-indent-hook): Remove.
4150 (string-to-syntax): Bug fix.
4151
4152 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4153 (cvs-ediff-diff): Fix typo.
4154 (cvs-revert-if-needed): Don't bother preserving read-only.
4155
4156 * paren.el (show-paren-mode): Use define-minor-mode.
4157
4158 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4159 (toggle-auto-compression): Remove.
4160 (jka-compr-build-file-regexp): Remove useless grouping.
4161
4162 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4163 Avoid user-reserved bindings.
4164 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4165 (diff-header-face): Revert to grey85.
4166
4167 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4168
4169 * complete.el (partial-completion-mode) <defcustom>: Remove.
4170 (partial-completion-mode): Use define-minor-mode.
4171 (PC-do-completion): Understand `completion-auto-help = delay'
4172 to mean to popup the completion buffer only the second time.
4173 (PC-include-file-all-completions, PC-include-file-all-completions)
4174 (PC-include-file-all-completions): Don't quote lambda.
4175
4176 * comint.el (comint-mode-hook): Docstring fix.
4177 (comint-mode): Use define-derived-mode.
4178 (comint-mode-map): Remove obsolete comment.
4179 (make-comint): Minor stylistic change.
4180 (comint-insert-clicked-input): Be more careful to find the overlay.
4181 Use this-command-keys rather than hardcoding mouse-2.
4182
4183 * font-lock.el: Replace confusing (,@ with ,
4184 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4185 Don't use regexp-opt-depth. Spice up the regexp for args.
4186 Don't distinguish between cmds that can take an opt arg or not.
4187 Use `append' and `prepend' rather than `keep'.
4188
4189 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4190 (latex-outline-regexp): New var.
4191 (latex-outline-level): New fun.
4192 (latex-section-alist): New var.
4193 (latex-imenu-create-index): Use it. Use `push' as well.
4194 (tex-shell-map): Initialize it properly.
4195 (tex-mode): Minor stylistic change.
4196 (plain-tex-mode): Use define-derived-mode.
4197 (latex-mode): Use define-derived-mode.
4198 Construct the paragraph regexps in a more readable way.
4199 Set the buffer-local outline-{level,regexp} vars.
4200 (slitex-mode): Derive from latex-mode.
4201 (tex-common-initialization): Don't kill-all-vars anymore.
4202 Add setting for comment-add and font-lock-defaults.
4203 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4204 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4205 (tex-start-tex): New arg DIR (and send a chdir command for it).
4206 Also display the shell buffer and save it in tex-last-buffer-texed.
4207 (tex-region): Use expand-file-name rather than concat.
4208 Remove code made useless by changes in tex-start-tex.
4209 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4210
4211 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4212
4213 2000-09-28 Dave Love <fx@gnu.org>
4214
4215 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4216
4217 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4218
4219 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4220 `append'.
4221
4222 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4223
4224 * info.el (Info-extract-pointer): Undo last change.
4225 Instead, fix the position of the `bound' arg to re-search-backward.
4226
4227 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4228
4229 * info.el (Info-extract-pointer):
4230 Widen more carefully, to avoid finding pointers in other nodes.
4231 (Info-index): Use push.
4232
4233 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4234
4235 * frame.el (set-frame-font): Remove call to obsolete function
4236 frame-update-faces.
4237 (set-foreground-color, set-background-color): Likewise for
4238 frame-update-face-colors.
4239
4240 2000-09-27 Miles Bader <miles@gnu.org>
4241
4242 * image-file.el: New file.
4243
4244 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4245
4246 * frame.el (frame-notice-user-settings): Don't call
4247 frame-update-faces, which is a no-op now.
4248
4249 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4250 tool-bar-lines.
4251
4252 2000-09-27 Dave Love <fx@gnu.org>
4253
4254 * mouse.el: Fix last change.
4255
4256 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4257
4258 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4259
4260 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4261
4262 * international/quail.el (quail-help): The output message is
4263 improved.
4264
4265 2000-09-26 Dave Love <fx@gnu.org>
4266
4267 * mouse.el (popup-menu): If POSITION is nil, set it using
4268 mouse-position.
4269
4270 2000-09-25 Sam Steingold <sds@gnu.org>
4271
4272 * net/browse-url.el (browse-url-file-url): Check for null maps.
4273
4274 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4275
4276 * frame.el (frame-notice-user-settings): Don't add a
4277 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4278
4279 * frame.el (frame-notice-user-settings):
4280 Make tool-bar-mode and default-frame-alist consistent.
4281
4282 * toolbar/tool-bar.el (tool-bar-help): New function.
4283
4284 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4285
4286 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4287 current-load-list in top-level forms. Else this leaks a cons cell
4288 every time a defun is called.
4289
4290 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4291
4292 2000-09-25 Dave Love <fx@gnu.org>
4293
4294 * startup.el (fancy-splash-head): Check XPM is available.
4295
4296 * autoinsert.el (auto-insert): Doc fix.
4297 (auto-insert-alist): Following GNU notices, don't say `copyright
4298 _by_'. Use line-beginning-position.
4299 (auto-insert): Check buffer-file-name is non-nil before use.
4300
4301 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4302
4303 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4304 starting with `@def' or `@multitable', in addition to ones
4305 specified by the user in auto-fill-inhibit-regexp.
4306
4307 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
4308
4309 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4310 rmail-dont-reply-to-names matches the empty string.
4311
4312 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4313
4314 * startup.el (command-line-1, fancy-splash-text): Change the
4315 text to sound more friendly.
4316
4317 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4318
4319 * progmodes/hideshow.el: Update author email address.
4320 Generally, sync w/ maintainer version 5.22.
4321 (hs-hide-all-non-comment-function): New var.
4322 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4323 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4324 (hs-show-region): Delete this command.
4325 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4326
4327 2000-09-22 Dave Love <fx@gnu.org>
4328
4329 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4330 (hl-line-highlight): Specify buffer when moving overlay.
4331
4332 * progmodes/fortran.el (fortran-mode): Locally set
4333 normal-auto-fill-function.
4334 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4335 (fortran-mode-map): Adjust auto-fill menu entry.
4336
4337 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4338
4339 * vc-rcs.el (toplevel): Require `vc' when compiling.
4340
4341 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4342
4343 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4344
4345 * vc.el (vc-switch-backend): Signal an error if the file is not
4346 registered under the new backend.
4347
4348 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4349 without explicit revision number.
4350
4351 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4354 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4355 (diff-xor): New function.
4356 (diff-find-source-location): Use it. Fix a stupid name clash.
4357 (diff-hunk-status-msg): New function.
4358 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4359 (diff-test-hunk): Use diff-find-source-location.
4360 (diff-goto-source): Favor the `reverse'.
4361 (diff-hunk-text): Properly handle one-sided context diffs.
4362 (diff-apply-hunk): When done, advance to the next hunk.
4363
4364 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4365
4366 * startup.el (command-line): If frame was created with a non-zero
4367 tool-bar-lines parameter, switch tool-bar-mode on.
4368
4369 * add-log.el (change-log-date-face, change-log-name-face)
4370 (change-log-email-face, change-log-file-face)
4371 (change-log-list-face, change-log-conditionals-face)
4372 (change-log-function-face, change-log-acknowledgement-face):
4373 New faces, inheriting from font-lock faces.
4374 (change-log-font-lock-keywords): Use them.
4375
4376 2000-09-21 Dave Love <fx@gnu.org>
4377
4378 * progmodes/cperl-mode.el (top-level): Clean up
4379 `eval-when-compile's and assorted defvars.
4380 (cperl-invalid-face): Don't double-quote value. Change custom
4381 type.
4382 (cperl-mode): Set normal-auto-fill-function and don't zap
4383 auto-fill-function.
4384 (cperl-imenu--function-name-regexp-perl): Renamed from
4385 imenu-example--function-name-regexp-perl.
4386 (cperl-imenu--create-perl-index): Renamed from
4387 imenu-example--create-perl-index.
4388 (cperl-xsub-scan): Don't require cl.
4389
4390 * msb.el (msb-mode-map): Use substitute-key-definition.
4391 (msb-mode): Use msb-mode-map.
4392
4393 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4394
4395 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4396 New functions.
4397 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4398 (vc-switch-backend): New function.
4399 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4400 (vc-register): Fix prompt.
4401 (vc-unregister, vc-default-unregister): New functions.
4402 (vc-version-diff): Handle empty buffer in sentinel.
4403
4404 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4405 (vc-rcs-state-heuristic): Use it to guess the state of files with
4406 non-strict locking.
4407 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4408 been set with -b, but not created yet.
4409 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4410 contents in order to find the state.
4411 (vc-rcs-checkin): Allow creation of branches with no changes.
4412 (vc-rcs-unregister, vc-rcs-receive-file)
4413 (vc-rcs-set-non-strict-locking): New functions.
4414
4415 * vc-hooks.el (vc-name): Force correct computation of the value
4416 in case it is missing.
4417
4418 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4419
4420 * startup.el (fancy-splash-tail): Use a different foreground
4421 color on a dark frame background.
4422
4423 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4424
4425 * info.el: Use the correct capitalization when making Info-mode
4426 and Info-edit-mode `special' modes.
4427
4428 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4429
4430 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4431 (diff-mode): Add support for add-log.el.
4432 (diff-hunk-text): Use char offsets rather than line offsets.
4433 (diff-find-source-location): Replace LINE with line-offset (nil
4434 if not found) and always set POS to a meaningful position.
4435 Adapt to the new char-offsets.
4436 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4437 Adapt to the new diff-find-source-location.
4438 (diff-goto-source): Adapt to the new diff-find-source-location.
4439
4440 * add-log.el (add-log-file-name): New function (split out of
4441 add-change-log-entry).
4442 (add-change-log-entry): Use it.
4443 Call add-log-file-name-function with the changelog file name if
4444 the current buffer is not associated with any file.
4445 Avoid find-file if the selected window is dedicated.
4446
4447 * diff-mode.el (diff-find-source-location):
4448 Move code from diff-apply-hunk. Return buffer rather than file.
4449 (diff-apply-hunk): Use the new result from diff-find-source-location.
4450 (diff-goto-source): Use the new diff-find-source-location.
4451
4452 2000-09-20 Dave Love <fx@gnu.org>
4453
4454 * iswitchb.el: Some doc fixes.
4455 (iswitchb-mode-map): Define completely initially. Inherit
4456 minibuffer-local-map.
4457 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4458 fundamental-mode.
4459 (iswitchb-global-map): New variable.
4460 (iswitchb-summaries-to-end): Amalgamate regexps.
4461 (iswitchb-mode): New.
4462 (iswitchb-mode-hook): New variable.
4463 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4464 `extensions'.
4465
4466 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4467
4468 * ehelp.el (electric-help): New defgroup.
4469 (electric-help-shrink-window): New user-option.
4470 (with-electric-help): Use it.
4471
4472 * window.el (shrink-window-if-larger-than-buffer): If face
4473 `mode-line' has a :box, and we're on a graphical frame, add 1
4474 to the needed window height.
4475
4476 * frame.el (frame-notice-user-settings): Add a last parameter nil
4477 to a call to `append', because the last list passed to `append' is
4478 not copied, and so subsequent calls to assq-delete-all will modify
4479 default-frame-alist.
4480
4481 * startup.el (fancy-splash-image): Change :type.
4482 (fancy-splash-head): Use an XBM image if appropriate.
4483 (command-line-1): Show splash screens in more cases.
4484
4485 * startup.el (fancy-splash-text): Don't quote faces.
4486
4487 * dired.el (dired-font-lock-keywords): Undo last change.
4488 (dired-readin): Bind indent-tabs-mode to nil.
4489
4490 * startup.el (fancy-splash-head): If frame's background mode
4491 is `dark', change the black background of the image to gray.
4492 (fancy-splash-screens): Display startup echo area message.
4493 (display-startup-echo-area-message): New function.
4494
4495 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4496
4497 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4498
4499 * info.el (info-header-node): Tweak for color ttys.
4500
4501 * faces.el (face-valid-attribute-values): Make sure directories we
4502 search for stipples both exist and are readable before trying to
4503 search them.
4504
4505 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4506 in the dry-run case.
4507
4508 * jka-compr.el (with-auto-compression-mode): New macro.
4509
4510 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4511 (custom-group-tag-face, custom-variable-tag-face): Use relative
4512 :height and inherit from `variable-pitch' face instead of
4513 hardwiring :family.
4514 * hi-lock.el (hi-black-hb): Likewise.
4515
4516 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4517 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4518 toolbar-add-item, if image doesn't have a mask add a `:mask
4519 heuristic'.
4520
4521 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * diff-mode.el: Docstring fixes.
4524 (diff-header-face, diff-comment-face): New faces.
4525 (diff-font-lock-keywords): Highlight a bit differently.
4526 (diff-find-source-location): Don't return SPAN any more.
4527 (diff-hunk-text): Don't bother erasing the temp buffer.
4528 (diff-find-text): Drop argument LINE.
4529 (diff-apply-hunk): Update calls to diff-find-text.
4530 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4531
4532 * calendar/calendar.el: Docstring fixes.
4533 (calendar-make-alist): Don't quote lambda.
4534 (calendar-star-date): Use make-local-variable.
4535
4536 2000-09-19 Dave Love <fx@gnu.org>
4537
4538 * toolbar/tool-bar.el: Renamed from toolbar.el.
4539 Change `toolbar' to `tool-bar' generally in symbols.
4540 Make some items invisible in `special' major modes.
4541 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4542 Add arg PROPS.
4543
4544 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4545 Add :version here.
4546 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4547
4548 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4549
4550 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4551
4552 * files.el (find-file-suppress-same-file-warnings): New user-option.
4553 (find-file-noselect): Use it.
4554
4555 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4556 (fancy-splash-screen): Defgroup.
4557
4558 * add-log.el (change-log-font-lock-keywords): Match names
4559 more exactly for the case that font-lock-constant-face is
4560 underlined.
4561
4562 2000-09-19 Richard M. Stallman <rms@gnu.org>
4563
4564 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4565
4566 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4567
4568 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4569
4570 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4571
4572 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4573 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4574 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4575 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4576 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4577 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4578 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4579 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4580 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4581 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4582 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4583 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4584
4585 * startup.el (fancy-splash-text): New variable.
4586 (fancy-splash-delay, fancy-splash-image): New user-options.
4587 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4588 (fancy-splash-screens): New functions.
4589 (command-line-1): If display has a `display' frame parameter, has
4590 colors, and we have XPM support, show more fancy splash screens.
4591
4592 2000-09-19 Dave Love <fx@gnu.org>
4593
4594 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4595 with null `help'. Use modern backquote syntax.
4596
4597 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4598
4599 * font-lock.el (font-lock-mode): Change message telling the user
4600 that ``the buffer is too big''.
4601
4602 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4603 for instance for the case that tab-width is 2.
4604
4605 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4606
4607 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4608 toolbar-add-item, if image doesn't have a mask add a `:mask
4609 heuristic'.
4610
4611 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4612
4613 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4614 and return a cons if it's non-nil.
4615 (diff-apply-hunk): Try to jump to the line in the source text
4616 corresponding to the position of point in the in the hunk.
4617
4618 * info.el (Info-title-3-face, Info-title-2-face)
4619 (Info-title-1-face): Use face inheritance and relative sizes
4620 instead of hard-wiring things.
4621
4622 * faces.el (secondary-selection): Make dark-background variant sane.
4623
4624 2000-09-16 Andrew Innes <andrewi@gnu.org>
4625
4626 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4627 read-only, since they aren't under VC now.
4628
4629 2000-09-17 Dave Love <fx@gnu.org>
4630
4631 * tmm.el: Replace mapcar with mapc in several places.
4632
4633 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4634 ad-unadvise.
4635
4636 * international/latin1-disp.el: New file.
4637
4638 * calendar/cal-move.el (scroll-calendar-left)
4639 (scroll-calendar-right): Make arg optional (for active mode line).
4640
4641 * calendar/calendar.el (calendar-mode-line-format): Make fields
4642 mouse-sensitive.
4643 (calendar-read-date, calendar-read-date, calendar-window-list):
4644 Unquote lambda.
4645 (calendar-month-name): Use aref, not sref.
4646
4647 * view.el (minor-mode-alist): Propertize the string.
4648
4649 * international/characters.el (standard-case-table): Add entries
4650 for Greek.
4651
4652 2000-09-18 Miles Bader <miles@gnu.org>
4653
4654 * info.el (info-node, info-xref): Add dark-background variants.
4655
4656 * faces.el (header-line): Change defaults to be less confusing
4657 when mixed with mode-lines.
4658
4659 * info.el (Info-fontify-node): Make a few cleanups.
4660 Add extra `help-echo' and `local-map' props to node xrefs.
4661 Use header-specific faces for node-names & xrefs.
4662 (Info-use-header-line): New variable.
4663 (info-header-xref, info-header-node): New faces.
4664 (Info-setup-header-line): New function.
4665 (Info-select-node): Call Info-setup-header-line when enabled.
4666 (Info-extract-pointer): Work even if the header line is hidden.
4667 (Info-header-line): New variable.
4668
4669 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4670
4671 * vms-patch.el (print-region-function): Don't quote lambda.
4672
4673 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4674
4675 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4676 (lm-get-header-re): Allow spaces between the header and the colon.
4677 (lm-header): Allow $ in non-RCS headers.
4678 (lm-header-multiline): Put the strings back into order.
4679 Stop at an empty line. Don't require two space chars if the
4680 line is clearly not another header line.
4681
4682 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4683 (popup-menu-popup): Remove.
4684
4685 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4686
4687 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4688 specification if or if not tool-bar item contains an `:enabled'
4689 property.
4690
4691 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4692 current buffer has no file name.
4693
4694 2000-09-15 Dave Love <fx@gnu.org>
4695
4696 * strokes.el: Sync with maintainer's current version with changes
4697 for Emacs, but avoid runtime cl and levents.
4698 (toplevel): Change autoloads and compilation requires.
4699 (strokes-version, strokes-bug-address, strokes-lift): Values
4700 changed.
4701 (strokes-xpm-header, strokes-insinuated): New variable.
4702 (strokes): Add :link.
4703 (strokes-mode): Customized.
4704 (strokes-while-inhibiting-garbage-collector): New macro.
4705 (strokes-remassoc): Avoid remove-if.
4706 (strokes-fix-button2-command): Don't use ad-do-it.
4707 (strokes-insinuate): New function.
4708 (strokes-button-press-event-p, strokes-button-release-event-p):
4709 New functions, used instead of non-`strokes-' versions..
4710 (strokes-mouse-event-p): Rewritten.
4711 (strokes-event-closest-point): Avoid event-point.
4712 (strokes-get-grid-position): Avoid cdadr, caadr
4713 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4714 functions.
4715 (strokes-help): Use with-output-to-temp-buffer.
4716 (strokes-window-configuration-changed-p): New function.
4717 (strokes-update-window-configuration): Use buffer-live-p,
4718 strokes-window-configuration-changed-p.
4719 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4720 (strokes-char-face): New face.
4721 (strokes-char-table, strokes-base64-chars): New variable.
4722 (strokes-xpm-for-stroke, strokes-list-strokes)
4723 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4724 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4725 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4726 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4727 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4728 functions.
4729
4730 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4731
4732 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4733
4734 * image.el (create-image): Doc fix.
4735
4736 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4737 instead of `:heuristic-mask t'.
4738
4739 2000-09-14 Andrew Innes <andrewi@gnu.org>
4740
4741 * makefile.w32-in: Revert to Unix line endings.
4742
4743 2000-09-14 Andrew Innes <andrewi@gnu.org>
4744
4745 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4746 when installing.
4747
4748 * makefile.nt (DONTCOMPILE): Fix typo.
4749
4750 * shell.el (shell-write-history-on-exit): New function.
4751 (shell-dumb-shell-regexp): New custom variable.
4752 (shell-mode): Make shell-write-history-on-exit the process
4753 sentinel if shell name matches shell-dumb-shell-regexp.
4754
4755 * w32-fns.el: Comment out before-init-hook function which resets
4756 source-directory based; this breaks bootstrap.
4757
4758 2000-09-14 Dave Love <fx@gnu.org>
4759
4760 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4761 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4762 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4763 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4764 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4765 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4766 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4767 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4768 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4769
4770 * toolbar/toolbar.el: New.
4771
4772 * subdirs.el: Add toolbar.
4773
4774 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4775
4776 * indent.el (indent-for-tab-command): Doc fix.
4777
4778 2000-09-14 Alex Schroeder <alex@gnu.org>
4779
4780 * ansi-color.el (ansi-colors): Doc change.
4781 (ansi-color-get-face): Simplified regexp.
4782 (ansi-color-faces-vector): Added more faces, doc change.
4783 (ansi-color-names-vector): Doc change.
4784 (ansi-color-regexp): Simplified regexp.
4785 (ansi-color-parameter-regexp): New regexp.
4786 (ansi-color-filter-apply): Doc change.
4787 (ansi-color-filter-region): Doc change.
4788 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4789 deal with zero length parameters.
4790 (ansi-color-apply-on-region): Doc change.
4791 (ansi-color-map): Doc change.
4792 (ansi-color-map-update): Removed debugging message.
4793 (ansi-color-get-face-1): Added condition-case to trap
4794 args-out-of-range errors.
4795 (ansi-color-get-face): Doc change.
4796 (ansi-color-make-face): Removed.
4797 (ansi-color-for-shell-mode): New option.
4798
4799 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4800
4801 * international/quail.el (quail-start-translation): Translate KEY
4802 if necessary even if it doesn't have any mapping in the current
4803 input method.
4804 (quail-start-conversion): Likewise.
4805 (quail-help): The output message is improved.
4806
4807 2000-09-13 Miles Bader <miles@gnu.org>
4808
4809 * comint.el (comint-output-filter): Revert to using
4810 `insert-before-markers'. Add bletcherous hack to undo damage
4811 caused by `insert-before-markers'. Put `front-sticky' property on
4812 overlays created here so that the field code understands how the
4813 overlay works. Use a let when making comint-last-prompt-overlay,
4814 so that the code is easier to read.
4815
4816 2000-09-13 Dave Love <fx@gnu.org>
4817
4818 * wid-edit.el (widget-default-format-handler): DTRT when
4819 doc-property is a function.
4820
4821 2000-09-12 Francesco Potorti` <pot@gnu.org>
4822
4823 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4824 filed name if it's not there.
4825
4826 2000-09-12 Dave Love <fx@gnu.org>
4827
4828 * simple.el (read-mail-command): Doc fix.
4829 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4830
4831 * vc.el (vc-dired-listing-switches): Fix :version.
4832
4833 * vc-hooks.el: Doc fixes.
4834
4835 * subr.el (add-minor-mode): Use toggle-fun arg.
4836
4837 * speedbar.el: Add :version to several defcustoms.
4838
4839 * imenu.el (imenu--truncate-items, imenu--cleanup)
4840 (imenu--generic-function): Avoid mapcar.
4841 (imenu--replace-spaces): Function removed.
4842 (imenu--completion-buffer): Use subst-char-in-string.
4843 (imenu-add-to-menubar): Use keymap inheritance.
4844
4845 2000-09-12 Miles Bader <miles@gnu.org>
4846
4847 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4848 (diff-mode-map): Bind `diff-test-hunk'.
4849 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4850
4851 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4852
4853 * bytecomp.el (byte-compile-defvar): Undo last change
4854 because it breaks '(make-variable-buffer-local (defvar ...)'
4855 which is used at least in dired.
4856
4857 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4858
4859 * international/quail.el (quail-define-package): Docstring
4860 modified.
4861
4862 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4863
4864 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4865 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4866 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4867 docstring of "chinese-py".
4868
4869 * international/quail.el (quail-translation-docstring): New
4870 variable.
4871 (quail-show-keyboard-layout): Docstring modified.
4872 (quail-select-current): Likewise.
4873 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4874 infinite recursive call.
4875 (quail-help): Check quail-translation-docstring. Format of the
4876 output changed.
4877 (quail-help-insert-keymap-description): Adjusted for the above
4878 change.
4879
4880 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4881
4882 * bytecomp.el (byte-compile-defvar): Only cons onto
4883 current-load-list in top-level forms. Else this leaks a cons cell
4884 every time a defun is called.
4885
4886 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4887
4888 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4889 Now understands non-unified diffs. Some functionality moved into
4890 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4891 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4892 modify anything. Only reposition point in the patched file if the
4893 patch succeeds. Only pop up another window if POPUP is true.
4894 Emit a message describing what happened if successful, and at what
4895 line-offset. Automatically detect reversed hunks and do something
4896 appropriate.
4897 (diff-hunk-text, diff-find-text): New functions.
4898 (diff-filter-lines): Function removed.
4899 (diff-test-hunk): New function.
4900 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4901
4902 2000-09-10 Dave Love <fx@gnu.org>
4903
4904 * textmodes/tildify.el: Minor doc/commentary fixes.
4905 (tildify) <defgroup>: Add :version.
4906
4907 * faces.el (face-x-resources): Make custom type more specific.
4908 (frame-background-mode): Use mapc.
4909 (region) <defcustom>: Add :version.
4910
4911 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4912
4913 * vc-sccs.el (vc-sccs-register):
4914 * vc-rcs.el (vc-rcs-register):
4915 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4916 * vc.el (vc-register): Clear file's properties.
4917
4918 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4919
4920 * faces.el (face-spec-set): Only face-spec-reset-face when
4921 ATTRS is non-nil.
4922
4923 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4924
4925 * help.el (help-insert-xref-button): Fix a typo in doc string.
4926
4927 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4928
4929 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4930 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4931 methods.
4932
4933 * menu-bar.el (read-mail-item-name): New function.
4934 (menu-bar-tools-menu): Use it to compute and display the package
4935 used to read email.
4936 (menu-bar-tools-menu): Fix typo in GUD's help string.
4937
4938 2000-09-07 Dave Love <fx@gnu.org>
4939
4940 * diff-mode.el (diff-mouse-goto-source): New function.
4941
4942 * vc-sccs.el: Doc fixes.
4943 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4944
4945 * vc-rcs.el: Doc fixes.
4946 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4947 (vc-rcs-checkout-switches, vc-rcs-header)
4948 (vc-rcs-master-templates): Add or change :version.
4949
4950 * vc-cvs.el: Doc fixes.
4951 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4952 (vc-cvs-stay-local): Add :version.
4953
4954 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4955
4956 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4957
4958 * international/quail.el (quail-help): Fix previous change.
4959
4960 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4961
4962 * faces.el (color-values): Doc fix.
4963
4964 * faces.el (frame-set-background-mode): Use frame-parameter
4965 instead of frame-parameters.
4966
4967 * frame.el (filtered-frame-list): Reduce consing.
4968 (frames-on-display-list): Call frame-parameter instead of
4969 frame-parameters.
4970
4971 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4972
4973 * language/devan-util.el (devanagari-to-indian-region): In the
4974 loop, change the following char, not preceding char.
4975
4976 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4977
4978 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4979 instead of frame-parameters.
4980
4981 * faces.el (set-face-attribute): Simplify by calling
4982 internal-set-lisp-face-attribute with FRAME being 0.
4983
4984 * vc.el: Remove `Id' version control keyword.
4985
4986 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4987
4988 * help.el (help-make-xrefs): Adjusted for the change of
4989 help-xref-mule-regexp.
4990 (help-insert-xref-button): New function.
4991
4992 * international/mule-cmds.el (help-xref-mule-regexp-template):
4993 Include the pattern for character set.
4994 (leim): New group.
4995
4996 * international/quail.el: Don't require face.
4997 (quail): New group.
4998 (quail-other-command): Dummy command to make quail-help work better.
4999 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5000 (quail-keyboard-layout-substitution): New variable.
5001 (quail-update-keyboard-layout): New function.
5002 (quail-keyboard-layout-type): New customizable variable.
5003 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5004 (quail-keyboard-translate): Pay attention to
5005 quail-keyboard-layout-substitution.
5006 (quail-insert-kbd-layout): New function.
5007 (quail-show-keyboard-layout): New function.
5008 (quail-get-translation): If the definition is a vector of length
5009 1, and the element is a string of length 1, return the character
5010 in that string.
5011 (quail-update-current-translations): Fix the case of
5012 relative-index out of range.
5013 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5014 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5015 Show key sequences for all available characters.
5016 (quail-help-insert-keymap-description): Don't show such verbose
5017 key bindings as quail-self-insert-command.
5018
5019 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5020 Format changed, and each element now have extra documentations.
5021 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5022 Adjusted for the change of quail-cxterm-package-ext-info.
5023
5024 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5025
5026 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5027 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5028 during bootstrap.
5029
5030 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5031
5032 * vc.el: (toplevel): Don't require `dired' at run-time.
5033 (vc-dired-resynch-file): Remove autoload cookie.
5034
5035 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5036
5037 * vc.el: Made several backend functions optional.
5038 (vc-default-responsible-p): New function.
5039 (vc-merge): Use RET for first version to trigger merge-news, not
5040 prefix arg.
5041 (vc-annotate): Handle backends that do not support annotation.
5042 (vc-default-merge-news): Removed. The existence of a merge-news
5043 implementation is now checked on caller sites.
5044
5045 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5046 case.
5047
5048 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5049 special case that has been removed from the default in vc-hooks.el.
5050
5051 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5054
5055 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5056
5057 * vc-hooks.el: Require vc during compilation.
5058 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5059 macro `with-vc-properties' in vc.el.
5060 (vc-file-getprop): Doc fix.
5061 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5062
5063 * vc.el: Require dired-aux during compilation.
5064 (vc-name-assoc-file): Moved to vc-sccs.el.
5065 (with-vc-properties): New macro.
5066 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5067 vc-finish-steal): Use it.
5068 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5069 to the backend-specific function is now supposed to do the checkout,
5070 too.
5071 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5072
5073 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5074 set file properties; that gets done in the generic code now.
5075
5076 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5077 Changed parameter list, added code from vc.el that does the
5078 checkout, possibly with a double-take.
5079
5080 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5081 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5082 the above under the new name.
5083 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5084 parameter list, added checkout command.
5085 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5086 properties; that gets done in the generic code now.
5087
5088 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * vc.el: Docstring fixes (courtesy of checkdoc).
5091
5092 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5093
5094 * vc.el (vc-checkout-writable-buffer-hook)
5095 (vc-checkout-writable-buffer): Remove.
5096 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5097 (vc-log-mode): Make it into a clean derived major mode.
5098 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5099 vc-log-mode if log-edit is not available.
5100 (vc-dired-mode-map): Don't set-keymap-parent yet.
5101 (vc-dired-mode): Do set-keymap-parent here.
5102 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5103
5104 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5105
5106 * faces.el (set-face-attribute, face-spec-reset-face)
5107 (face-spec-set): Avoid consing by removing calls to `apply'.
5108
5109 * frame.el (frame-parameter): Move to C code.
5110
5111 2000-09-05 Dave Love <fx@gnu.org>
5112
5113 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5114 insert-before-markers-and-inherit. Now checked systematically!
5115
5116 2000-09-05 Alex Schroeder <alex@gnu.org>
5117
5118 * sql.el (sql-postgres): Use sql-postgres-options.
5119 (sql-postgres-options): New variable.
5120
5121 2000-09-05 Alex Schroeder <alex@gnu.org>
5122
5123 * sql.el (sql-mode-menu): Work around missing variable mark-active
5124 in XEmacs.
5125 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5126 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5127 compatibility.
5128
5129 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5130
5131 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5132
5133 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5134
5135 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5136
5137 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5138
5139 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5140 don't support anything else under SCCS yet.
5141
5142 * vc-hooks.el: Minor doc fixes.
5143
5144 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5145
5146 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5147 not necessary. If verbose in state `needs-patch', do the same as
5148 under `up-to-date'. When NOT verbose and `needs-patch', check out
5149 latest version instead of `merge-news'.
5150 (vc-next-action-dired): Don't mess with default-directory here; it
5151 breaks other parts of dired. It is the job of the
5152 backend-specific functions to adjust it temporarily if they need it.
5153 (vc-next-action): Remove a special CVS case.
5154 (vc-clear-headers): New optional arg FILE.
5155 (vc-checkin, vc-checkout): Set properties vc-state and
5156 vc-checkout-time properly.
5157 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5158 (vc-print-log): Use new backend function `show-log-entry'.
5159 (vc-cancel-version): Do the checks in a different order. Added a
5160 FIXME concerning RCS-only code.
5161
5162 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5163 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5164
5165 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5166
5167 * vc-hooks.el (vc-default-mode-line-string): Show state
5168 `needs-patch' as a `-' too.
5169
5170 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5171
5172 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5173 (vc-default-could-register): New function.
5174 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5175 (vc-resynch-buffer): Call vc-dired-resynch-file.
5176 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5177 vc-resynch-buffer instead of vc-resynch-window.
5178 (vc-next-action-dired): Don't redisplay here, that gets done as a
5179 result of the individual file operations.
5180 (vc-retrieve-snapshot): Corrected prompt order.
5181
5182 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5183
5184 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5185 as well.
5186 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5187 hostname regexps. Updated all callers.
5188 (vc-cvs-responsible-p): Handle directories as well.
5189 (vc-cvs-could-register): New function.
5190 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5191 properties up-to-date.
5192
5193 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5194 user whether to create one.
5195
5196 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5197
5198 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5199 check out a non-existing file.
5200
5201 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5202 workfile does not exist.
5203
5204 * vc.el (vc-version-diff): Use `require' to check for existence of
5205 diff-mode.
5206
5207 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5208
5209 * vc-cvs.el (vc-cvs-registered): Use new function
5210 vc-cvs-parse-entry to do the actual work.
5211
5212 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5213
5214 * vc-hooks.el (vc-find-backend-function): If function doesn't
5215 exist, return nil instead of error.
5216 (vc-call-backend): Doc fix.
5217
5218 * vc.el (vc-do-command): Doc fix.
5219 (vc-finish-logentry): When checking in from vc-dired, choose the
5220 right backend for logentry check.
5221 (vc-dired-mode-map): Inherit from dired-mode-map.
5222 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5223 simplified.
5224 (vc-dired-state-info): Removed, updated caller.
5225 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5226 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5227 (vc-dired-listing-switches): New variable.
5228 (vc-directory): Use it, instead of dired-listing-switches.
5229
5230 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5231 (vc-cvs-dir-state): New function.
5232 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5233 (vc-cvs-parse-entry): New function, also to be used in
5234 vc-cvs-registered.
5235
5236 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5237
5238 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5239 *or* single-window-frames.
5240
5241 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5242
5243 * vc.el (vc-update-changelog): Split into generic part and default
5244 implementation. Doc string adapted.
5245 (vc-default-update-changelog): New function. Call the `rcs2log'
5246 script in exec-directory, to fix a long-standing nuisance.
5247
5248 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5249 simply signals an error.
5250
5251 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5252
5253 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5254 control-flow more clear and to avoid running `cvs' twice.
5255
5256 * vc.el (vc-next-action-on-file): Doc fix.
5257 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5258 (vc-print-log): Eval `file' before constructing the continuation.
5259
5260 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5261
5262 * vc.el (vc-next-action-on-file): Corrected several messages.
5263 (vc-merge): Add prefix arg `merge-news'; handle it.
5264
5265 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5266 is not reached. It is.
5267 (vc-cvs-merge): Set state to 'edited after merge.
5268 (vc-cvs-merge-news): Set workfile version to nil if not known.
5269 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5270
5271 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5272 via stdout. (Merge from main line.)
5273
5274 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5277 detection.
5278
5279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5280
5281 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5282 against kill-all-local-variables.
5283 (vc-log-edit): Don't save vc-parent-buffer any more.
5284 (vc-last-comment-match): Initialize to an empty string.
5285 (vc-post-command-functions): New hook.
5286 (vc-do-command): Run it.
5287 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5288 (vc-finish-logentry): Only add the comment to the ring if it's
5289 different from the last comment entered.
5290 (vc-new-comment-index): New function.
5291 (vc-previous-comment): Use it. Make the minibuffer message
5292 slightly less terse.
5293 (vc-comment-search-reverse): Make it work forward as well. Don't
5294 set vc-comment-ring-index if no match is found. Use
5295 vc-new-comment-index.
5296 (vc-comment-search-forward): Use vc-comment-search-reverse.
5297 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5298 define-derived-mode will do it for us. Bind `v' to a keymap that
5299 inherits from vc-prefix-map so that we can bind `vt' without
5300 binding C-x v t.
5301 (vc-retrieve-snapshot): Parenthesis typo.
5302
5303 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5304 to 1. Make sure to switch to *vc* before looking for an error
5305 message. Use vc-parse-buffer.
5306
5307 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5308
5309 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5310 and NAME.
5311 (vc-retrieve-snapshot): Split into two parts.
5312 (vc-default-retrieve-snapshot): New function.
5313
5314 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5315 (vc-cvs-retrieve-snapshot): New function (untested).
5316 (vc-cvs-stay-local): Default to t.
5317 (vc-cvs-remote-p): New function and property.
5318 (vc-cvs-state): Stay local only if the above is t.
5319 (vc-handle-cvs): Removed.
5320 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5321 done via vc-handled-backends now.
5322 (vc-cvs-header): Escape Id.
5323
5324 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * vc.el (vc-do-command): Remove unused commands.
5327 (vc-version-diff): Make sure default-directory ends with a slash.
5328 Move the window commands into a vc-exec-after.
5329 (vc-print-log): Move more of the code into the `vc-exec-after'.
5330
5331 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5332
5333 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5334 (vc-print-log): Search current revision from beginning of buffer.
5335 (vc-revert-buffer): Clear echo area after the diff is finished.
5336 (vc-prefix-map): Removed definition of "t" for terse display in vc
5337 dired.
5338 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5339 definition of "vt" for terse display.
5340 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5341
5342 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5343
5344 * vc.el (vc-exec-after): Avoid caddr.
5345
5346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5347
5348 * vc.el (vc-exec-after): New function.
5349 (vc-do-command): Use it to add a termination message for async
5350 procs.
5351 (vc-checkout): Try to handle a missing-backend situation.
5352 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5353 of a directory with a backend using async diffs.
5354 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5355 present.
5356
5357 * vc-sccs.el (vc-sccs-state-heuristic): Use
5358 file-ownership-preserved-p.
5359
5360 * vc-rcs.el (vc-rcs-state-heuristic): Use
5361 file-ownership-preserved-p.
5362 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5363
5364 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5365
5366 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5367 vc-do-command.
5368
5369 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5370 when there are no changes.
5371
5372 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5373
5374 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5375
5376 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5377
5378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5379
5380 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5381
5382 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5383 the `fset' outside of the defvar so that it works even if
5384 vc-prefix-map was already defined.
5385 (vc-setup-buffer): New function, split out of vc-do-command.
5386 (vc-do-command): Allow BUFFER to be t to mean `just use the
5387 current buffer without any fuss'.
5388 (vc-version-diff): Change the `diff' backend operation to just put
5389 the diff in the current buffer without erasing it. Always use
5390 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5391 shrink-window-if-larger-than-buffer.
5392 (vc-print-log): Change the `print-log' backend operation to just
5393 put the log in the current buffer without erasing it. Protect
5394 shrink-window-if-larger-than-buffer.
5395 (vc-update-change-log): Fix setd typo.
5396
5397 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5398 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5399
5400 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5401 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5402 CMP.
5403
5404 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5405 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5406 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5407
5408 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5409
5410 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5411 not possible, use vc-BACKEND-workfile-unchanged-p.
5412 (vc-default-workfile-unchanged-p): New function. Delegates to a
5413 full vc-BACKEND-diff.
5414
5415 * vc-hooks.el (vc-simple-command): Removed.
5416
5417 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5418 instead of vc-simple-command.
5419 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5420 avoid doing a diff when opening a file.
5421 (vc-rcs-state): Added check for unlocked-changes.
5422 (vc-rcs-header): Escape Id.
5423 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5424 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5425 version.
5426
5427 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5428 (vc-sccs-diff): Remove optional arg CMP.
5429 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5430 SCCS-specific function.
5431
5432 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5433 vc-simple-command.
5434
5435 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5436
5437 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5438 (with-vc-file, vc-merge): Use vc-editable-p.
5439 (vc-do-command): Remove unused var vc-file and fix the
5440 doubly-defined `status' var. Add a user message when starting an
5441 async command.
5442 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5443 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5444 Use with-current-buffer.
5445 (vc-buffer-sync): Use unless.
5446 (vc-next-action-on-file): If the file is 'edited by read-only,
5447 make it read-write instead of trying to commit.
5448 (vc-version-diff, vc-update-change-log): Use `setq
5449 default-directory' rather than `cd'.
5450 (vc-log-edit): Don't forget to set default-directory in the
5451 buffer.
5452
5453 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5454 (vc-sccs-state-heuristic): Use file-writable-p instead of
5455 comparing userids.
5456 (vc-sccs-checkout): Use `unless'.
5457
5458 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5459 of comparing userids.
5460 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5461 Simplify the logic by eliminating unreachable code.
5462 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5463 just do a recursive call if we need to retry.
5464 (vc-rcs-checkout): Handle the case where rcs is missing by making
5465 the buffer read-write if requested and re-signalling the error.
5466
5467 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5468
5469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5470
5471 * vc-hooks.el (vc-handled-backends): Docstring change.
5472 (vc-ignore-vc-files): Mark obsolete.
5473 (vc-registered): Check vc-ignore-vc-files.
5474 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5475 vc-ignore-vc-files.
5476
5477 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5478
5479 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5482 files since ange-ftp already has vc-registered return nil.
5483
5484 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5485 (vc-sccs-workfile-version): Use with-temp-buffer and new
5486 vc-parse-buffer and don't bother setting the property.
5487 (vc-sccs-add-triple): Use with-current-buffer and
5488 find-file-noselect.
5489 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5490
5491 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5492 derives from the old vc-parse-buffer but uses the revision number
5493 rather than the date (much easier to compare robustly).
5494 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5495 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5496 locking-user more directly. Check strict locking and set
5497 checkout-model appropriately.
5498 (vc-rcs-parse-locks): Remove.
5499 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5500 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5501 (vc-rcs-system-release): Use with-current-buffer and
5502 vc-parse-buffer.
5503 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5504
5505 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5506 (vc-simple-command): Docstring fix.
5507 (vc-registered): Align the way the file-handler is called with the
5508 way the function itself works.
5509 (vc-file-owner): Remove.
5510
5511 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5512 extraction of fields and call to file-attributes because of a
5513 temporary bug in rcp.el.
5514 (vc-cvs-fetch-status): Use with-current-buffer.
5515
5516 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * vc.el (vc-do-command): Use file-relative-name.
5519 (vc-responsible-backend): Use vc-backend if possible.
5520 (vc-create-snapshot): Improve the `interactive' spec. Add support
5521 for branches and dispatch to backend-specific `create-snapshot'.
5522 (vc-default-create-snapshot): New function, containing the bulk of
5523 the old vc-create-snapshot.
5524 (vc-retrieve-snapshot): Improve the interactive spec.
5525
5526 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5527 (vc-backend-hook-functions): Remove.
5528 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5529 (vc-backend): Reintroduce the test for `file = nil' now that I
5530 know why it was there (and added a comment to better remember).
5531
5532 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5533 code from vc-sccs-hooks.el.
5534 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5535 'vc anymore.
5536 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5537 and file-directory-p instead of file-exists-p.
5538 (vc-sccs-check-headers): Simplify the regexp.
5539
5540 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5541 from vc-rcs-hooks.el. Don't require 'vc anymore.
5542 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5543 file-directory-p instead of file-exists-p.
5544
5545 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5546 from vc-cvs-hooks.el.
5547 (proto vc-cvs-registered): Require 'vc-cvs instead of
5548 'vc-cvs-hooks. Don't require 'vc anymore.
5549 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5550 file-directory-p instead of file-exists-p.
5551 (vc-cvs-create-snapshot): New function, replacing
5552 vc-cvs-assign-name.
5553 (vc-cvs-assign-name): Remove.
5554
5555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * vc-cvs.el (vc-cvs-header): New var.
5558
5559 * vc-rcs.el (vc-rcs-exists): Remove.
5560 (vc-rcs-header): New var.
5561
5562 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5563 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5564 (vc-sccs-header): New var.
5565
5566 * vc.el (vc-do-command): Get rid of the `last' argument.
5567 (vc-header-alist): Remove, replaced by vc-X-header.
5568 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5569 (vc-dired-hook): Use expand-file-name instead of concat.
5570 (vc-directory): Use file-name-as-directory.
5571 (vc-snapshot-precondition, vc-create-snapshot)
5572 (vc-retrieve-snapshot): Allow the command to operate on any
5573 directory.
5574
5575 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5576 just removing the 'WORKFILE argument or by removing the 'MASTER
5577 argument and replacing `file' with (vc-name file).
5578
5579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5580
5581 * vc.el: Update Copyright and add a crude list of backend funs.
5582 (vc-writable-p): New function.
5583 (with-vc-file): Use vc-writable-p.
5584 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5585 (vc-register): Avoid vc-name.
5586 (vc-locking-user): Remove.
5587 (vc-steal-lock): Make the `owner' arg non-optional.
5588 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5589 vc-checkout-model.
5590 (vc-default-dired-state-info): Use vc-state instead of
5591 vc-locking-user and return special strings for special states.
5592 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5593 and get rid of one of the special CVS cases.
5594 (vc-cancel-version): prettify error message with \\[...].
5595 (vc-rename-master): New function.
5596 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5597 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5598 the CVS special case generic.
5599 (vc-default-record-rename): Remove.
5600 (vc-file-tree-walk-internal): Only call FUNC for files that are
5601 under control of some VC backend and replace `concat' with
5602 expand-file-name.
5603 (vc-file-tree-walk): Update docstring.
5604 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5605 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5606
5607 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5608 vc-sccs-record-rename. Use `find-file-noselect' rather than
5609 `find-file' and call `vc-rename-master' to do the actual move.
5610 (vc-sccs-diff): Remove unused `backend' variable.
5611
5612 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5613 to delay loading of vc-sccs until it is really used.
5614 (vc-sccs-master-templates): Preload.
5615 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5616 (vc-sccs-project-dir): Remove (merged into
5617 vc-sccs-search-project-dir).
5618 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5619 rather than `concat', make sure it is preloaded and don't bother
5620 to check that the file actually exists.
5621 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5622 `locks' argument (use buffer's content instead) and eliminate n^2
5623 behavior.
5624
5625 * vc-rcs.el: Update Copyright.
5626 (vc-rcs-rename-file): New function.
5627 (vc-rcs-diff): Remove unused `backend' variable.
5628
5629 * vc-hooks.el: Update Copyright.
5630 (vc-backend): Don't accept a nil argument any more.
5631 (vc-up-to-date-p): Turn into a defsubst.
5632 (vc-possible-master): New function.
5633 (vc-check-master-templates): Use `vc-possible-master' and allow
5634 funs in vc-X-master-templates to return a non-existent file.
5635
5636 * vc-cvs.el: Update Copyright.
5637 (vc-cvs-diff): Remove unused `backend' variable.
5638 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5639
5640 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5641
5642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5643
5644 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5645 since it can be called from vc-rcs.el.
5646 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5647
5648 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5649
5650 * vc.el (vc-version-diff): Expand file name read from the
5651 minibuffer. Handle the case when a previous version number can't
5652 be guessed. Give suitable messages when there were no differences
5653 found.
5654 (vc-clear-headers): Call backend-specific implementation, if one
5655 exists.
5656 (vc-cancel-version): Made error checks generic. When done, clear
5657 headers generically, too.
5658
5659 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5660 from vc-clear-headers in vc.el.
5661
5662 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5663 correctly.
5664 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5665 optional. Handle the case when it's not there.
5666
5667 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5668
5669 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5670
5671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5672
5673 * vc-hooks.el (vc-loadup): Remove.
5674 (vc-find-backend-function): Use `require'. Also, handle the case
5675 where vc-BACKEND-hooks.el doesn't exist.
5676 (vc-call-backend): Cleanup.
5677
5678 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5681 vc-rcs-grab-templates)
5682 (vc-rcs-registered): Remove. The default function works as well.
5683 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5684 vc-sccs-grab-templates)
5685 (vc-sccs-registered): Remove. The default function works as well.
5686
5687 * vc.el (vc-version-diff): Left out a vc- in call to
5688 vc-call-backend.
5689 (vc-default-dired-state-info, vc-default-record-rename)
5690 (vc-default-merge-news): Update for the new backend argument.
5691
5692 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5693 using the default function.
5694 (vc-call-backend): If calling the default function, pass it the
5695 backend as first argument. Update the docstring accordingly.
5696 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5697 for the new backend argument.
5698 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5699 (vc-find-backend-function): Use the new name.
5700 (vc-default-registered): New function.
5701
5702 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * vc.el (vc-merge): Use vc-find-backend-function.
5705
5706 * vc-hooks.el (vc-backend-functions): Remove.
5707 (vc-loadup): Don't setup 'vc-functions.
5708 (vc-find-backend-function): New function.
5709 (vc-call-backend): Use above fun and populate 'vc-functions
5710 lazily.
5711 (vc-backend-defines): Remove.
5712
5713 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5714
5715 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5716 Call vc-call-backend without the leading vc-.
5717 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5718 (vc-check-headers): Call vc-call-backend without the leading vc-.
5719 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5720 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5721 Call vc-call-backend without the leading vc-.
5722
5723 * vc-cvs.el (tail): Provide vc-cvs.
5724 * vc-sccs.el (tail): Provide vc-sccs.
5725 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5726
5727 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5728 (vc-make-backend-function, vc-call): Pass names without leading
5729 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5730 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5731 (vc-call-backend): Always try to load vc-X-hooks.
5732 (vc-registered): Remove vc- in call to vc-call-backend.
5733
5734 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5735
5736 * vc.el (vc-process-filter): New function.
5737 (vc-do-command): Setup `vc-process-filter' for the async process.
5738 (vc-maybe-resolve-conflicts): New function to reduce
5739 code-duplication. Additionally, it puts the buffer in
5740 `smerge-mode' if applicable.
5741 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5742 calling `merge-news'.
5743 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5744 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5745 interfacing to log-edit.el.
5746 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5747 log-edit is available.
5748 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5749
5750 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5753 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5754 defvar and the initialization.
5755 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5756
5757 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5758 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5759
5760 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5761
5762 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5763
5764 * vc.el (vc-file-clear-masterprops): Removed.
5765 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5766 (vc-version-diff): Use buffer-size without argument.
5767 (vc-register): Heed vc-initial-comment.
5768
5769 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5770 default branch.
5771
5772 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5773 file name and workfile version.
5774 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5775
5776 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5777 vc-file-clear-masterprops.
5778
5779 * vc-sccs.el (vc-sccs-checkout): Removed call to
5780 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5781 rather than user login name.
5782
5783
5784 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5787 `want-differences-if-changed' and simplify.
5788 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5789 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5790 output (which is invalid for async vc-diff) to decide whether to
5791 do the revert silently or not.
5792
5793 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5794
5795 * vc-hooks.el (vc-loadup): Load files quietly.
5796 (vc-call-backend): Oops, brain fart.
5797
5798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * vc-cvs.el (vc-cvs-state): Typo.
5801 (vc-cvs-merge-news): Return the status code rather than the error msg.
5802
5803 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5804
5805 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5806 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5807 vc-state or vc-up-to-date-p.
5808 (vc-merge): Use vc-backend-defines to check whether merging is
5809 possible. Set state to 'edited after successful merge.
5810
5811 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5812 return that name. Redocumented.
5813
5814 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5815
5816 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5817 new `vc-state' semantics.
5818 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5819 'vc-locking-user to the current user.
5820 (vc-merge): Inline vc-backend-merge. Comment out code that I
5821 don't understand and hence can't adapt to the new `vc-state' and
5822 `vc-locking-user' semantics.
5823 (vc-backend-merge): Remove.
5824
5825 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5826 rather than 'vc-locking-user.
5827
5828 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5829
5830 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5831 (vc-state): Don't use 'reserved any more. Just use the same
5832 convention as the one used for vc-<backend>-state where the
5833 locking user (as a string) is returned.
5834 (vc-locking-user): Update, based on the above convention. The
5835 'vc-locking-user property has disappeared.
5836 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5837
5838 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5839 with a heuristic one.
5840 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5841 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5842 error. That allows us to get to 'needs-merge even in the
5843 stay-local case. There's still no way to detect 'needs-patch in
5844 such a setup (or to force an update for that matter).
5845 (vc-cvs-logentry-check): Remove, the default works as well.
5846
5847 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5848
5849 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5850
5851 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5852 major-mode in which the buffer might have been put earlier. Use
5853 `remove' and `when'. Allow `okstatus' to be `async' and use
5854 `start-process' in this case.
5855 (vc-version-diff): Handle the case where the diff looks empty
5856 because of the use of an async process.
5857
5858 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5859
5860 * vc.el (vc-next-action-on-file): Removed optional parameter
5861 `simple'. Recompute state unconditionally.
5862 (vc-default-toggle-read-only): Removed.
5863
5864 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5865 (vc-toggle-read-only): Undid prev change.
5866
5867 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5868 vc-cvs-simple-toggle. Redocumented.
5869 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5870 (vc-cvs-toggle-read-only): Removed.
5871
5872 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5873
5874 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5875 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5876 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5877 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5878 still is. So maybe it should be removed.
5879 (vc-head-version, vc-find-binary): Remove.
5880 (vc-recompute-state): Move from vc-hooks.el.
5881 (vc-next-action-on-file): Add a `simple' argument to allow
5882 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5883 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5884 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5885 (vc-dired-mode-map): Properly defvar it.
5886 (vc-print-log): Call log-view-mode if available.
5887 (small-temporary-file-directory): defvar instead of use boundp.
5888 (vc-merge-news): Moved to vc-cvs.el.
5889 (vc-default-merge-news): New function.
5890
5891 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5892 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5893 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5894 unknown `vc-latest-version' function. It should probably refer to
5895 vc-workfile-version or somesuch, but it's very unclear to me and I
5896 don't have SCCS to test things.
5897
5898 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5899 (vc-sccs-state-heuristic): Fix typo.
5900 (vc-sccs-workfile-unchanged-p): Add missing argument.
5901
5902 * vc-rcs.el: Require vc and vc-rcs-hooks.
5903 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5904 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5905 (vc-release-greater-or-equal-p): Move from vc.
5906 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5907 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5908 (vc-rcs-checkout): Add a missing `new-version' argument in the
5909 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5910
5911 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5912 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5913 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5914 than the apparently unbound `workfile-version'.
5915
5916 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5917 (vc-file-prop-obarray): Use `make-vector'.
5918 (vc-backend-functions): Add new hookable functions
5919 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5920 (vc-loadup): If neither backend nor default functions exist, use
5921 the backend function rather than nil.
5922 (vc-call-backend): If the function if not bound yet, try to load
5923 the non-hook file to see if it provides it.
5924 (vc-call): New macro plus use it wherever possible.
5925 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5926 nor `vc-find-binary' since it's only called from
5927 vc-mistrust-permission which is only used once the backend is known.
5928 (vc-checkout-model): Fix parenthesis.
5929 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5930
5931 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5932 (vc-cvs-release, vc-cvs-system-release): Remove.
5933 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5934 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5935 status symbols.
5936 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5937 (vc-cvs-toggle-read-only): First cut at a function to allow a
5938 cvs-status-free vc-toggle-read-only.
5939 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5940 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5941 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5942 (vc-cvs-checkout): Modify access rights directly if the user
5943 requested not to use `cvs edit'. And refresh the mode line.
5944
5945 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5946 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5947
5948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5951 workfile' that got lost when the code was extracted from vc.el.
5952 And merged the tail with the rest of the code (not possible in the
5953 old vc.el where the tail was shared among all backends). And
5954 explicitly set the state to 'edited if `writable' is set.
5955
5956 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5957 (vc-cvs-state): Be careful to return the value from
5958 vc-cvs-parse-state.
5959 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5960 property but return it instead. Also be careful to handle a nil
5961 or "" `rev' when workfile is non-nil (it was handled properly when
5962 workfile was nil).
5963
5964 * vc.el: Removed those pesky unnecessary `(function' quotes.
5965 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5966 directly in the defvar.
5967 (vc-do-command): Bind inhibit-read-only so as to properly handle
5968 the case where the destination buffer has been made read-only.
5969 (vc-diff): Delegate to vc-version-diff in all cases.
5970 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5971 (vc-annotate-mode-variables): Removed (code moved partly to
5972 defvars and partly to vc-annotate-add-menu).
5973 (vc-annotate-mode): Turned into a derived-mode.
5974 (vc-annotate-add-menu): Moved in code in
5975 vc-annotate-mode-variables.
5976 (vc-update-change-log): Use make-temp-file if available.
5977
5978 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5979
5980 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5981 `vc-checkout-model' updated to `vc-cvs-update-model'.
5982
5983 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5984
5985 * vc.el (vc-next-action-on-file): Added handling of state
5986 `unlocked-changes'.
5987 (vc-checkout-carefully): Is now practically obsolete, unless the
5988 above is too slow to be enabled unconditionally.
5989 (vc-update-change-log): Fixed typo.
5990
5991 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5992
5993 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5994 Now handles state `unlocked-changes'.
5995 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5996
5997 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5998
5999 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6000 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6001 `unlocked-changes'.
6002 (vc-rcs-workfile-unchanged-p): Renamed from
6003 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6004 function yet, but supposed to become one soon.
6005
6006 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6007 `vc-steal-lock'.
6008 (vc-call-backend): Changed error message.
6009 (vc-state): Added description of state `unlocked-changes'.
6010
6011 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6012
6013 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6014 always return t in CVS-controlled directories.
6015
6016 * vc.el (vc-responsible-backend): New function.
6017 (vc-register): Largely rewritten.
6018 (vc-admin): Removed (implementation moved into vc-register).
6019 (vc-checkin): Redocumented.
6020 (vc-finish-logentry): If no backend defined yet (because we are in
6021 the process of registering), use the responsible backend.
6022
6023 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6024 Updated function lists.
6025 (vc-call-backend): Fixed typo.
6026
6027 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6028 New functions.
6029 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6030 Removed query option. Redocumented.
6031
6032 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6033
6034 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6035
6036 * vc.el: Updated callers of `vc-checkout-required' to use
6037 `vc-checkout-model'.
6038
6039 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6040
6041 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6042 stuff updated to reference this function instead of the old
6043 `vc-backend-release-p'.
6044
6045 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6046
6047 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6048 vc-checkout-model. Return appropriate values. Updated callers.
6049
6050 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6051
6052 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6053 (vc-backend-revert): Function moved into `vc-revert';
6054 `vc-next-action' must be updated to accomodate this change.
6055 (vc-backend-steal): Function moved into `vc-finish-steal'.
6056 (vc-backend-logentry-check): Function moved into
6057 `vc-finish-logentry'.
6058 (vc-backend-printlog): Function moved into `vc-print-log'.
6059 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6060 (vc-backend-assign-name): Function moved into
6061 `vc-create-snapshot'.
6062
6063 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6064
6065 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6066 Rename to vc-checkout-model. Return appropriate values.
6067 Update callers.
6068
6069 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6070 to vc-checkout-model.
6071 (vc-checkout-required): Rename to vc-checkout-model.
6072 Re-implement and re-comment.
6073 (vc-after-save): Use vc-checkout-model.
6074
6075 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6076
6077 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6078 Update to use the vc-BACKEND-diff functions instead.
6079 `vc-diff' is now working.
6080
6081 * vc-rcs.el (vc-rcs-logentry-check): New function.
6082
6083 * vc-cvs.el (vc-cvs-logentry-check): New function.
6084
6085 * vc-sccs.el (vc-sccs-diff): Function changed name from
6086 `vc-backend-diff'. This makes `vc-diff' work.
6087
6088 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6089 of functions possibly implemented in a vc-BACKEND library.
6090 (vc-checkout-required): Fix bug that caused an error to be
6091 signaled during `vc-after-save'.
6092
6093 * vc.el: Fix typo.
6094 This checkin is made with our new VC code base for the very first time.
6095 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6096
6097 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6098 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6099
6100 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6101 updated to `vc-uses-locking'.
6102 (vc-checkout-required): Call to backend function.
6103 `vc-checkout-required' updated to `vc-uses-locking' instead.
6104
6105 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6106 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6107
6108 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6109 to match the split into various backends.
6110 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6111 (vc-retrieve-snapshot): Bug fix.
6112
6113 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6114
6115 * vc-sccs.el (vc-sccs-release): Doc fix.
6116
6117 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6118
6119 * vc.el (vc-next-action-on-file): Bug found and fixed.
6120 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6121 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6122
6123 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6124 (vc-rcs-checkout): Name space cleaned up. No more revision number
6125 crunching function names that are not prefixed with vc-rcs.
6126 (vc-rcs-checkout-model): Function added. References to
6127 `vc-checkout-model' replaced.
6128
6129 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6130
6131 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6132 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6133 still need to be split, and implemented for RCS).
6134
6135 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6136
6137 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6138
6139 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6140 required by the vc.el file.
6141
6142 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6143 required by the vc.el file.
6144 (vc-rcs-exists): Function added.
6145
6146 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6147 required by the vc.el file.
6148
6149 * vc.el (vc-admin): Updated to handle selection of appropriate
6150 backend. Current implementation is crufty and need re-thinking.
6151
6152 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6153
6154 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6155
6156 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6157 beginning of annotate buffers correctly.
6158
6159 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6160 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6161 functionality updated quite a lot to support multiple backends.
6162 Variables `vc-annotate-mode', `vc-annotate-buffers',
6163 `vc-annotate-backend' added.
6164
6165 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6166 `vc-annotate-difference' added to supported backend functions.
6167
6168 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6169
6170 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6171 Use with-temp-file instead of /bin/sh. Merged from mainline
6172
6173 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6174
6175 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6176
6177 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6178
6179 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6180
6181 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6182
6183 * vc-hooks.el: vc-state-heuristic added to
6184 vc-backend-hook-functions.
6185
6186 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6187
6188 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6189
6190 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6191 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6192 state to `reserved'.
6193
6194 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6195 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6196
6197 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6198
6199 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6200 untouched.
6201
6202 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6203
6204 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6205 if defined. (Merged from main line, slightly adapted.)
6206
6207 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6208 millenium problem (merged from mainline).
6209
6210 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6211
6212 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6213 part and moved the non-BACKEND stuff to vc.el.
6214
6215 * vc.el: Split the annotate feature into a BACKEND specific part
6216 and moved it from the vc-cvs.el file to this one.
6217
6218 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6219
6220 * vc-hooks.el: Implement new state model.
6221 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6222 (vc-locking-user): Simplify. Now only needed if the file is
6223 locked by somebody else.
6224 (vc-lock-from-permissions): Remove. Functionality is in
6225 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6226 (vc-mode-line-string): New name for former vc-status. Adapted.
6227 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6228
6229 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6230 Various simplifications and adaptations all over the place.
6231
6232 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6233 Simplify and adapt the rest.
6234
6235 * vc.el (vc-resynch-window): Add TODO comment: check for
6236 interaction with view mode according to recent RCS change.
6237 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6238
6239 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6240
6241 * vc.el: Convert the remaining function comments to docstrings.
6242
6243 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6244
6245 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6246 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6247 (vc-minor-part, vc-previous-version): Functions that operate and
6248 compare revision numbers got proper documentation. Comments added
6249 about their possible removal.
6250
6251 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6252
6253 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6254 the vc-backend.el files.
6255
6256 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6257
6258 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6259 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6260 (vc-rcs-previous-version): Functions added.
6261
6262 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6263
6264 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6265
6266 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6267
6268 * vc-hooks.el (vc-master-templates): Is really obsolete.
6269 Comment out the definition for now. What is the right procedure
6270 to get rid of it?
6271 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6272 rewritten.
6273 (vc-default-registered): Remove.
6274 (vc-check-master-templates): New function; does mostly what the
6275 above did before.
6276 (vc-locking-user): Don't rely on the backend to set the property.
6277
6278 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6279 Rewrite documentation.
6280 (vc-rcs-templates-grabbed): New variable.
6281 (vc-rcs-grab-templates): New function.
6282 (vc-rcs-registered): Rewrite to use above mechanism.
6283
6284 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6285 Rewrite documentation.
6286 (vc-sccs-templates-grabbed): New variable.
6287 (vc-sccs-grab-templates): New function.
6288 (vc-sccs-registered): Rewrite to use above mechanism.
6289 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6290 Don't throw the result, simply return it.
6291
6292 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6293 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6294 (vc-cvs-registered): Does the check itself now. Simplify.
6295
6296 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6297 from main line.
6298
6299 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6300
6301 * vc-cvs.el (vc-cvs-diff): New function.
6302
6303 * vc-sccs.el (vc-sccs-diff): New function.
6304
6305 * vc-rcs.el (vc-rcs-diff): New function.
6306 (vc-rcs-checkout): Bug (typo) found and fixed.
6307 (vc-rcs-register-switches): New variable.
6308
6309 * vc.el (vc-backend-diff): Function removed and placed in the
6310 backend files.
6311
6312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6313
6314 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6315
6316 * vc.el (vc-backend-checkout): Function removed and replaced in
6317 the vc-backend.el files.
6318
6319 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6320
6321 * vc.el (vc-backend-admin): Removed and replaced in the
6322 vc-backend.el files.
6323
6324 * vc.el (Martin): Removed all the annotate functionality since it
6325 is CVS backend specific.
6326
6327 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6328
6329 * spec.txt: Added specification of vc-state.
6330
6331 * vc-sccs-hooks.el (vc-sccs-master-properties):
6332 Remove handling of vc-latest-version and
6333 vc-your-latest-version. What used to be vc-latest-version, is now
6334 returned as vc-workfile-version.
6335 (vc-sccs-workfile-version): Adapt.
6336
6337 2000-09-04 Dave Love <fx@gnu.org>
6338
6339 * vc.el: [Merged from mainline.]
6340 (vc-dired-mode): Make the dired-move-to-filename-regexp
6341 regexp match the date, to avoid treating date as file size.
6342 Add YYYY S option to WESTERN/
6343
6344 2000-09-04 Dave Love <fx@gnu.org>
6345
6346 * vc.el: Require `compile' when compiling.
6347 (vc-logentry-check-hook): New option.
6348 (vc-steal-lock): Use compose-mail.
6349 (vc-dired-mode-map): Defvar when compiling.
6350 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6351 vc-sccs.el and renamed. Callers changed.
6352 (vc-backend-checkout, vc-backend-logentry-check)
6353 (vc-backend-merge-news): Doc fix.
6354 (vc-default-logentry-check): New function.
6355 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6356 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6357 (vc-backend-merge): Doc fix. Use backend functions.
6358 (vc-check-headers): Use backend functions.
6359
6360 * vc-cvs.el: Require vc when compiling.
6361 (vc-cvs-register-switches): Doc fix.
6362 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6363 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6364 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6365 New functions (code from vc.el).
6366 (vc-annotate-display-default): Fix interactive spec.
6367 (vc-annotate-time-span): Doc fix.
6368
6369 * vc-rcs.el: Require vc when compiling.
6370 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6371 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6372 (vc-rcs-checkin): New functions (code from vc.el).
6373 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6374 Doc fix.
6375 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6376
6377 * vc-sccs.el: Require vc when compiling.
6378 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6379 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6380 (vc-sccs-revert)
6381 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6382 from vc.el).
6383 (vc-sccs-add-triple, vc-sccs-record-rename)
6384 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6385 (vc-sccs-admin): Doc fix.
6386
6387 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6388
6389 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6390 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6391 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6392 from vc.el.
6393
6394 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6395
6396 * vc-cvs.el: Moved the annotate functionality from vc.el.
6397 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6398
6399 2000-09-04 Dave Love <fx@gnu.org>
6400
6401 * vc.el (vc-backend-release): Call vc-system-release.
6402
6403 * vc-sccs.el (vc-sccs-system-release):
6404 Renamed from vc-sccs-backend-release.
6405
6406 * vc-rcs.el (vc-rcs-system-release):
6407 Renamed from vc-rcs-backend-release.
6408
6409 * vc-cvs.el (vc-cvs-system-release):
6410 Renamed from vc-cvs-backend-release.
6411
6412 2000-09-04 Dave Love <fx@gnu.org>
6413
6414 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6415 backend files.
6416 (vc-backend-release): Dispatch to backend functions.
6417 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6418 probably needs attention.]
6419
6420 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6421 (vc-sccs-backend-release): New function.
6422
6423 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6424 (vc-cvs-backend-release): New function.
6425
6426 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6427 Doc fix.
6428 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6429 (vc-default-dired-state-info): New function.
6430 (vc-dired-state-info): Dispatch to backends.
6431 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6432
6433 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6434 from vc.el and renamed.
6435
6436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6437
6438 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6439 (vc-version-other-window, vc-backend-assign-name): Removed
6440 references to vc-latest-version; sometimes changed into
6441 vc-workfile-version.
6442
6443 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6444 vc-rcs-master-workfile-version.
6445 (vc-rcs-workfile-version): Use the above. Don't call
6446 vc-latest-version (that was unreachable code, anyway).
6447 (vc-rcs-fetch-master-properties): Doc fix.
6448
6449 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6450 (vc-backend-hook-functions): Removed them from this list, too.
6451 (vc-fetch-properties): Removed.
6452 (vc-workfile-version): Doc fix.
6453
6454 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6455 (vc-rcs-workfile-version, vc-rcs-locking-user)
6456 (vc-rcs-uses-locking): Use it.
6457
6458 * vc-hooks.el (vc-consult-rcs-headers):
6459 Moved into vc-rcs-hooks.el, under the name
6460 vc-rcs-consult-headers.
6461
6462 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6463 headers.
6464 (vc-cvs-find-master): Use this name only; correct different
6465 versions of the name.
6466
6467 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6468 New functions.
6469 (vc-sccs-locking-user): Use the latter.
6470
6471 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6472 New functions.
6473
6474 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6475 Moved into both
6476 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6477 functions are implementation details of those two backends.
6478
6479 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6480
6481 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6482 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6483
6484 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6485 (vc-sccs-parse-locks): SCCS-specific code moved here from
6486 vc-hooks.
6487
6488 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6489 code moved here from vc-hooks.
6490
6491 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6492 into back-end specific parts and removed. Callers not updated
6493 yet; because I guess these callers will disappear into back-end
6494 specific files anyway.
6495
6496 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6497
6498 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6499 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6500 `vc-uses-locking'.
6501
6502 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6503 Store yes/no in the property, and return t/nil. Updated all
6504 callers.
6505
6506 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6507 vc-sccs-uses-locking. Don't set property.
6508 (vc-sccs-locking-user): Don't set property.
6509
6510 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6511 vc-cvs-uses-locking. Don't set property here; leave that to
6512 vc-hooks.
6513 (vc-cvs-locking-user): Reflect above change. Streamlined.
6514
6515 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6516 vc-rcs-uses-locking.
6517 (vc-rcs-locking-user): Reflect above change.
6518
6519 2000-09-04 Dave Love <fx@gnu.org>
6520
6521 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6522
6523 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6524
6525 * vc-hooks.el (vc-checkout-model): Punt to backends.
6526
6527 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6528
6529 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6530
6531 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6532 New functions.
6533
6534 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6535 New functions.
6536
6537 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6538 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6539
6540 * vc-hooks.el (vc-default-locking-user): New function.
6541 (vc-locking-user, vc-workfile-version): Punt to backends.
6542
6543 2000-09-04 Dave Love <fx@gnu.org>
6544
6545 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6546 (vc-master-workfile-version): Moved from vc-hooks.
6547
6548 * vc-rcs-hooks.el: Fix duplicate code in last change.
6549
6550 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6551 (vc-rcs-master-templates): Improve :type.
6552 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6553 vc-master-workfile-version): Moved from vc-hooks.
6554
6555 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6556 (vc-sccs-master-templates): Improve :type.
6557 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6558
6559 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6560
6561 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6562 (vc-cvs-master-templates): Improve :type. Use
6563 vc-cvs-find-cvs-master.
6564 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6565 from vc-hooks.
6566 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6567
6568 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6569 Moved to vc-cvs-hooks.
6570
6571 * vc-hooks.el: Add doc strings in various places. Simplify the
6572 minor mode setup.
6573 (vc-handled-backends): New user variable.
6574 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6575 simplification.
6576
6577 2000-09-04 Dave Love <fx@gnu.org>
6578
6579 * vc.el: Some doc fixes for autoloaded and interactive functions.
6580 Fix compilation warnings from ediff stuff.
6581 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6582
6583 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6584
6585 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6586
6587 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6588
6589 2000-09-04 Dave Love <fx@gnu.org>
6590
6591 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6592 New variable.
6593 (vc-make-backend-function, vc-loadup, vc-call-backend)
6594 (vc-backend-defines): New functions.
6595
6596 * vc-hooks.el: Various doc fixes.
6597 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6598 (vc-match-substring): Function removed. Callers changed to use
6599 match-string.
6600 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6601 Simplify.
6602
6603 2000-09-04 Dave Love <fx@gnu.org>
6604
6605 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6606 type.
6607 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6608 (vc-sccs-registered): Doc fix.
6609
6610 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6611 (vc-cvs-registered): Doc fix.
6612
6613 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6614 (vc-rcs-registered): Doc fix.
6615
6616 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6617
6618 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6619
6620 * vc-hooks.el: vc-registered has been renamed
6621 vc-default-registered. Some functions have been moved to the
6622 backend specific files. they all support the
6623 vc-BACKEND-registered functions.
6624
6625 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6626
6627 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6628
6629 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6630
6631 2000-09-04 Dave Love <fx@gnu.org>
6632
6633 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6634 menu-bar-update-hook.
6635
6636 * help.el (help-manyarg-func-alist): Add
6637 find-operation-coding-system.
6638
6639 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6640
6641 * custom.el (custom-set-variables): Print message about errors in
6642 setting.
6643
6644 2000-09-03 Andrew Innes <andrewi@gnu.org>
6645
6646 * makefile.w32-in: Change to DOS line endings.
6647
6648 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6649
6650 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6651 minor-mode keymaps, if they don't have one.
6652
6653 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6654
6655 * eshell/esh-module.el (eval-when-compile): Don't lose if
6656 esh-module.el's file name is truncated to DOS 8+3 limits.
6657
6658 2000-09-01 John Wiegley <johnw@gnu.org>
6659
6660 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6661 predicate, which caused entries in the completion list to be
6662 doubled.
6663
6664 2000-08-30 John Wiegley <johnw@gnu.org>
6665
6666 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6667 sending to subprocesses. Also, hook pre-command-hook if
6668 `eshell-send-direct-to-subprocesses' is non-nil.
6669 (eshell-send-direct-to-subprocesses): New config variable. If t,
6670 subprocess input is send immediately.
6671 (eshell-toggle-direct-send): New function.
6672 (eshell-self-insert-command): New function.
6673 (eshell-intercept-commands): New function.
6674 (eshell-send-input): If direct subprocess sending is enabled,
6675 don't echo any input to the Eshell buffer. Let the subprocess
6676 handle that. This requires "stty echo" in bash, for example.
6677
6678 2000-08-28 John Wiegley <johnw@gnu.org>
6679
6680 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6681 completion function for Eshell's implementation of `unset'.
6682
6683 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6684
6685 * info.el (Info-directory-list): Doc fix.
6686
6687 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6688
6689 * filecache.el (file-cache-add-directory-using-find): Don't quote
6690 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6691
6692 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6693
6694 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6695 coding systems.
6696
6697 2000-08-30 Andrew Innes <andrewi@gnu.org>
6698
6699 * timer.el (run-with-idle-timer): Undo last change, so that timer
6700 is not activated immediately if Emacs is already idle. Some
6701 existing code relies on this behaviour.
6702
6703 2000-08-30 Miles Bader <miles@gnu.org>
6704
6705 * frame.el (set-frame-font): Do completion of font-name for
6706 interactive use.
6707
6708 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6709
6710 * international/quail.el (quail-start-translation): Bind locally
6711 last-command-event, last-command, and this-command.
6712 (quail-start-conversion): Likewise.
6713 (quail-self-insert-command): Fix docstring.
6714
6715 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6716
6717 * progmodes/executable.el
6718 (executable-make-buffer-file-executable-if-script-p): Check that
6719 buffer contains at least 2 characters.
6720
6721 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6722
6723 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6724
6725 2000-08-29 Dave Love <fx@gnu.org>
6726
6727 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6728 (diff-mode-shared-map): Bind mouse-2.
6729 (diff-imenu-generic-expression): New variable.
6730 (diff-mode): Use it.
6731
6732 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6733 (mouse-popup-menubar): Add minor mode menus.
6734 (popup-menu): Check for lookup-key returning number.
6735
6736 2000-08-29 Miles Bader <miles@gnu.org>
6737
6738 * comint.el (comint-send-input): Create overlays using the proper
6739 front/read-advance arguments.
6740
6741 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6742
6743 * ps-print.el: Even/odd pages printing. Doc fix.
6744 (ps-print-version): New version number (6.0).
6745 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6746 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6747 (ps-print-duplex-feature): Variable eliminated.
6748 (ps-even-or-odd-pages): New variable.
6749
6750 * progmodes/ebnf2ps.el: Doc fix.
6751 (ebnf-version): New version (3.3).
6752 (ebnf-user-arrow): Change variable customization to sexp.
6753 (ebnf-user-arrow): Function eliminated.
6754 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6755
6756 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6757
6758 * help.el (help-xref-mule-regexp): New variable.
6759 (help-make-xrefs): Handle help-xref-mule-regexp.
6760
6761 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6762 variable.
6763 (describe-input-method): Temporarily activate the specfied input
6764 method to display the information.
6765 (describe-language-environment): Hyperlinks to mule related items.
6766
6767 * international/mule-diag.el (charset-multibyte-form-string): New
6768 function.
6769 (list-character-sets-1): Use charset-multibyte-form-string.
6770 (describe-character-set): New function.
6771 (describe-coding-system): Hyperlinks to safe character sets.
6772
6773 * international/quail.el (quail-help): New arg PACKAGE.
6774 Hyperlinks to mule related items.
6775 (quail-help-insert-keymap-description): Use
6776 substitute-command-keys instead of describe-bindings.
6777 (quail-translation-help): Hyperlinks to mule related items.
6778
6779 2000-08-28 John Wiegley <johnw@gnu.org>
6780
6781 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6782 have a defsubst call itself. Made `eshell-flatten-list' back into
6783 a function again.
6784
6785 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6786 catch, in case re-centering point at bottom messes up the display.
6787 This happens frequently in Emacs 21, due I believe to variable
6788 line heights.
6789
6790 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6791 to call `find-tag-interactive'.
6792
6793 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6794 the list of remember directories.
6795
6796 2000-08-28 John Wiegley <johnw@gnu.org>
6797
6798 * align.el: Test align-region-separate to see if it's a symbol.
6799
6800 2000-08-28 John Wiegley <johnw@gnu.org>
6801
6802 * eshell/esh-util.el (eshell-flatten-list): Made this function
6803 into a defsubst form. It gets used very frequently, although
6804 calls don't occur all that often.
6805
6806 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6807 examining it.
6808
6809 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6810 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6811 `eshell-protect'.
6812 (eshell-copy-handles): Created a new macro for duplicating the
6813 current set of open handles. This is needed by the looping
6814 functions.
6815 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6816 is not incorrectly stomped on.
6817
6818 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6819 declaration for pcomplete-use-paring.
6820 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6821 value of eshell-cmpl-use-paring.
6822 * pcomplete.el (pcomplete-use-paring): New config variable, to
6823 indicate whether paring should be used.
6824 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6825 completion alternatives that have already been used.
6826
6827 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6828 bound to C-c C-y, which will repeat the previous N arguments
6829 (based on prefix argument).
6830 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6831
6832 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6833 if there is no *Help* buffer. This is for XEmacs, which renames
6834 its help buffers uniquely. TODO: Find out what the current buffer
6835 name to delete is.
6836
6837 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6838 first entry that correlates to a passwd/group number. Later
6839 entries (used for group/user name aliasing to multiple IDs) are
6840 ignored.
6841
6842 * eshell/em-xtra.el (eshell/expr):
6843 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6844 (eshell-grep, eshell/diff, eshell/locate):
6845 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6846 argument list, before passing it to the system command.
6847
6848 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6849 `find-tag' for use at final position in Eshell buffers (which
6850 otherwise triggers an error on Emacs 21).
6851 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6852 buffer, if it is currently bound to `find-tag'.
6853
6854 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6855 in the list of matched Makefile names.
6856 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6857 directory, prefer its contents to Makefile.
6858
6859 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6860 directory parts (like "cd old new", or "cd =regexp"), are now case
6861 sensitive on non-Windows/DOS platforms.
6862
6863 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6864 types RET after an open delimiter (like "), display a message
6865 indicating that Eshell is waiting for the closing delimiter.
6866
6867 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6868 environment variables.
6869
6870 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6871 gracefully if the user enters incorrect arguments.
6872
6873 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6874 Eshell buffers.
6875
6876 * eshell/esh-var.el (eshell-interpolate-variable):
6877 * eshell/esh-mode.el (eshell-move-argument):
6878 * eshell/em-unix.el (eshell-du-sum-directory):
6879 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6880 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6881 (not (= ...)).
6882
6883 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6884 to ensure the `preserve' flag gets propagated when doing recursive
6885 directory copies.
6886
6887 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6888
6889 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6890 Don't convert \n into \0177 in memory.
6891 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6892 and back again, when reading and writing.
6893
6894 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6895
6896 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6897 testing of `fboundp' on `processp'.
6898
6899 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6900 (eshell/jobs): Don't call process-list if it is not bound.
6901 (eshell-gather-process-output): Support systems where async
6902 subprocesses aren't supported.
6903 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6904 variables.
6905
6906 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6907 eshell-do-eval returns t.
6908 (eshell-do-pipelines-synchronously): New defmacro.
6909 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6910 when async subprocesses aren't supported.
6911 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6912 if async subprocesses aren't supported.
6913 (eshell-resume-command): Don't assume STATUS is a string.
6914
6915 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6916
6917 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6918 (eshell-close-target, eshell-get-target): Use eshell-processp.
6919 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6920 fix.
6921 (eshell-get-target, eshell-create-handles): Doc fix.
6922
6923 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6924
6925 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6926 criterion to include commands that output something, as long as it
6927 leaves both the command and the end-of-buffer visible when the
6928 command has exited.
6929 (eshell-review-quick-commands): Adjust the help doc string
6930 accordingly.
6931
6932 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6933
6934 * locate.el (locate): Cleaned up locate command's interactive prompting
6935 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6936
6937 * filecache.el (file-cache-case-fold-search): New variable
6938 (file-cache-assoc-function): New variable
6939 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6940 Use file-cache-case-fold-search variable
6941 (file-cache-add-file): Use file-cache-assoc-function
6942 (file-cache-delete-file): likewise
6943 (file-cache-directory-name): likewise
6944 (file-cache-debug-read-from-minibuffer): likewise
6945
6946 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6947
6948 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6949 (abbrev-table-name): New function.
6950 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6951 If non-nil list local abbrev, only.
6952
6953 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6954
6955 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6956 from Gnus support code, and use special article copy buffer
6957 `(gnus-original-article-buffer)' instead. This allows to get rid
6958 of article-hide-headers usage (which breaks in the latest Gnus
6959 version). Thanks to Detlev Zundel.
6960
6961 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6962
6963 * international/quail.el (quail-use-package): Hide "... loaded"
6964 message.
6965 (quail-start-translation, quail-start-conversion): Likewise.
6966
6967 * international/kkc.el (kkc-region): Hide "... loaded" message.
6968
6969 2000-08-27 Dave Love <fx@gnu.org>
6970
6971 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6972
6973 2000-08-27 Miles Bader <miles@gnu.org>
6974
6975 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6976
6977 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6978
6979 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6980 'ja-dic-cnv), not (require 'skkdic-cnv).
6981
6982 2000-08-26 Miles Bader <miles@gnu.org>
6983
6984 * faces.el (face-x-resources): Add entry for :inherit.
6985 * cus-face.el (custom-face-attributes): Add support for :inherit
6986 attribute. Add support for relative face heights.
6987 (custom-face-attributes-get): Treat `nil' as being a default value
6988 for :inherit (as well as `unspecified').
6989
6990 * faces.el (set-face-attribute): Update doc string.
6991 (face-attribute-name-alist): Add :inherit.
6992 (face-valid-attribute-values): Handle :inherit.
6993 (face-read-string): Rephrase prompt to be less confusing.
6994 Assume that DEFAULT is a string, since we must return a string.
6995 (face-read-integer): Use `format' to turn DEFAULT into an
6996 acceptable default for face-read-string. Match NEW-VALUE against
6997 the string "unspecified", not the symbol `unspecified', since
6998 that's what face-read-string returns.
6999 (read-face-attribute): Lookup a name for old-value in valid, and
7000 use it as a default if we find one. Treat all values from
7001 face-read-string as strings. If the default is used, don't do any
7002 more processing on the value, just use the old value directly.
7003 (read-face-and-attribute, modify-face): Tweak prompt.
7004 (read-face-name): Don't assume prompt ends with a space.
7005
7006 * faces.el (describe-face): Add support for :inherit attribute.
7007
7008 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7009
7010 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7011 concat doesn't accept interger.
7012
7013 * international/kkc.el: Remove SKK from Keywords. Require
7014 ja-dic-utl instead of skkdic-utl.
7015
7016 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7017 Provide ja-dic-cnv instead of skkdic-cnv.
7018 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7019 (iso-2022-7bit-short): Add safe-charsets property.
7020 (skkdic-convert-postfix): Search Japanese chou-on character in
7021 addition to Hiragana character.
7022 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7023 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7024 (batch-skkdic-convert): Likewise.
7025
7026 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7027 Provide ja-dic-utl instead of skkdic-utl.
7028 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7029
7030 2000-08-24 Dave Love <fx@gnu.org>
7031
7032 * disp-table.el (standard-display-default): Make the test of `l'
7033 useful.
7034
7035 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7036 mod sample text.
7037
7038 * international/iso-ascii.el: Make pilcrow convenient string
7039 consistent with section.
7040 (iso-ascii-display): Set up multibyte characters as well as
7041 unibyte.
7042
7043 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7044
7045 * international/mule-cmds.el (reset-language-environment): Set
7046 default-process-coding-system to '(undecided . iso-latin-1), which
7047 makes process I/O almost consistent with file I/O. Call this
7048 function when mule-cmds.el[c] is loaded.
7049
7050 2000-08-22 Andrew Innes <andrewi@gnu.org>
7051
7052 * makefile.w32-in: New file.
7053
7054 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7055
7056 * comint.el (comint-output-filter): Compare end of
7057 comint-last-output-overlay with the start of the newly inserted
7058 text, not the end, when deciding whether to extend it.
7059 Set saved-point's insertion type to advance after insertion.
7060
7061 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7062 since this is now done independently of font-lock mode.
7063
7064 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7065
7066 * server.el (server-kill-new-buffers): New user option.
7067 (server-existing-buffer): New buffer-local variable.
7068 (server-visit-files): When using an existing buffer, set
7069 server-existing-buffer to t.
7070 (server-buffer-done): If server-kill-new-buffers is t, kill the
7071 buffer, unless it was already present before visiting it with
7072 Emacs server.
7073
7074 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7075
7076 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7077 even if the display doesn't support colors: some displays will
7078 support bold/underline faces.
7079
7080 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7081
7082 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7083
7084 * startup.el (command-line): If user's init file had an error,
7085 add explanatory text to *Messages*.
7086
7087 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7088
7089 * man.el (Man-getpage-in-background): Decode the process output by
7090 the system locale coding system.
7091
7092 2000-08-20 Dave Love <fx@gnu.org>
7093
7094 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7095 Don't test x-popup-menu.
7096 (function) <complete-function>: Complete only fbound symbols.
7097 <validate, value>: New.
7098 (variable) <complete-function>: Complete only bound symbols.
7099 (coding-system): Add :base-only, :complete-function, :validate,
7100 :value, :prompt-match.
7101 (widget-coding-system-prompt-value): Use read-coding-system and
7102 act on :base-only.
7103 (editable-field): Add :help-echo.
7104 (widget-push-button-gui, widget-push-button-cache)
7105 (widget-gui-action, widget-editable-list-gui): COmment out, along
7106 with uses.
7107 (widget-at): Make arg optional.
7108 (widget-echo-help): Adjust for current help-echo calling sequence.
7109 (widget-specify-field, widget-specify-button)
7110 (widget-specify-insert, widget-get-sibling, widget-image-find)
7111 (widget-convert, widget-insert, widget-leave-text)
7112 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7113 (widget-setup, widget-field-find, widget-before-change)
7114 (widget-after-change, widget-default-complete)
7115 (widget-default-create, widget-default-delete)
7116 (widget-push-button-value-create, editable-field)
7117 (widget-field-prompt-value, widget-field-validate)
7118 (widget-choice-value-create, widget-choice-action)
7119 (widget-choice-validate, widget-checklist-add-item)
7120 (widget-radio-add-item, widget-radio-chosen)
7121 (widget-radio-value-inline, widget-editable-list-value-create)
7122 (widget-editable-list-entry-create)
7123 (widget-documentation-link-add)
7124 (widget-documentation-string-value-create)
7125 (widget-regexp-validate, widget-file-complete)
7126 (widget-sexp-validate, widget-plist-convert-widget)
7127 (widget-plist-convert-widget, widget-alist-convert-widget)
7128 (widget-alist-convert-widget, widget-color-complete): Simplify,
7129 particularly to avoid bindings which aren't optimized out.
7130
7131 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7132 Doc fix.
7133 (down-list, backward-up-list, up-list, kill-sexp)
7134 (backward-kill-sexp, mark-sexp): Make arg optional.
7135 (lisp-complete-symbol): Add optional arg PREDICATE.
7136
7137 * cus-start.el: Add display-buffer-reuse-frames,
7138 file-coding-system-alist.
7139
7140 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7141
7142 * startup.el (command-line): Clear realized faces after
7143 modifying TTY color mappings.
7144
7145 2000-08-20 Miles Bader <miles@gnu.org>
7146
7147 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7148 merely a subset of FACE's attributes.
7149
7150 2000-08-19 Miles Bader <miles@gnu.org>
7151
7152 * comint.el (comint-output-filter): Save the point with a marker,
7153 not just a buffer position.
7154
7155 * international/mule.el (set-buffer-process-coding-system): Make
7156 interactive prompt less confusing.
7157
7158 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7159
7160 * hilit-chg.el: General cleanup of doc strings, comments and
7161 code formatting.
7162
7163 2000-08-19 Miles Bader <miles@gnu.org>
7164
7165 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7166 Compiler macro removed; beginning-of-line is no longer always
7167 equivalent to forward-line, in the presence of fields.
7168
7169 * comint.el (comint-output-filter): Remove ad-hoc saving of
7170 restriction, and just use save-restriction, now that it works
7171 correctly. Don't adjust comint-last-input-start to account for
7172 our insertion; it shouldn't have moved because we don't use
7173 insert-before-markers anymore. Comment out call to
7174 `force-mode-line-update'; why is it here?
7175
7176 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7177 while checking for prompt to delete. Use `forward-line 0'
7178 instead of beginning-of-line.
7179 (gud-filter): Temporarily widen gud comint buffer while
7180 examining output.
7181
7182 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7183
7184 * progmodes/sh-script.el: Big bag of typos.
7185
7186 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7187 check since ispell-process is not bound when ispell is not yet loaded.
7188
7189 2000-08-18 Dave Love <fx@gnu.org>
7190
7191 * image.el (find-image): Copy `spec' before using plist-put.
7192
7193 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7194
7195 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7196 `portugues'.
7197
7198 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7199 backward-kill-sexp, analogous to kill-sexp.
7200
7201 * progmodes/icon.el (icon-indent-line)
7202 (icon-is-continuation-line): Handle comments specially.
7203
7204 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7205
7206 * ispell.el: Set to standard author/maintainer/keyword fields.
7207 Fine tuning to menu map appearance and operation, and added help.
7208 Remove `start' and `end' error messages when compiling.
7209 (ispell-choices-win-default-height): Fixed comment string.
7210 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7211 castellano8 dictionaries.
7212 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7213 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7214 dictionary, added italiano dictionary.
7215 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7216 word character
7217 (ispell-tex-skip-alists): Added psfig support.
7218 (ispell-skip-html): Renamed from ispell-skip-sgml.
7219 (ispell-begin-skip-region-regexp, ispell-skip-region)
7220 (ispell-minor-check): Improved html skipping support to skip across
7221 code, and recognize `&' commands without propper `;' syntax;
7222 (ispell-process-line): Fix alignment error when manually
7223 correcting spelling.
7224 (ispell): Fix comment string.
7225 (ispell-add-per-file-word-list): Always put word list on new line.
7226
7227 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7228
7229 * format.el (format-encode-run-method): Fix error message to say
7230 `encode' instead of `decode'. Use save-window-excursion around
7231 shell-command-on-region as in format-decode-run-method because
7232 shell-command-on-region can display a buffer with error output.
7233 (format-decode): Don't record undo information for the decoding.
7234 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7235 that number part of the temporary buffer name so that more than
7236 one decoding using a temporary buffer can happen safely.
7237
7238 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7239 of `A-z' in the regexp.
7240
7241 * hilit-chg.el: Fix typos in commentary.
7242
7243 * help.el (view-emacs-news): Rewritten for new naming scheme
7244 for old NEWS files.
7245
7246 * startup.el (command-line): Pop to *Messages* in case an error
7247 is signaled while loading user-init-file.
7248
7249 2000-08-17 Andreas Schwab <schwab@suse.de>
7250
7251 * files.el (insert-directory): Don't lose original file name,
7252 undoing an undocumented change.
7253
7254 2000-08-17 Alex Schroeder <alex@gnu.org>
7255
7256 * sql.el (sql-magic-go): Use comint-bol.
7257 (sql-copy-column): Use comint-line-beginning-position.
7258 (comint-line-beginning-position): Define a replacement for
7259 comint-line-beginning-position if it is not fboundp.
7260
7261 2000-08-17 Alex Schroeder <alex@gnu.org>
7262
7263 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7264 it didn't have any effect anyway.
7265
7266 2000-08-17 Alex Schroeder <alex@gnu.org>
7267
7268 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7269 --pset and pager=off instead of sending \\o|cat at the beginning
7270 of the session.
7271
7272 2000-08-17 Miles Bader <miles@gnu.org>
7273
7274 * progmodes/octave-inf.el: Add compatibility definition of
7275 comint-line-beginning-position.
7276
7277 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7278
7279 * startup.el (normal-top-level): Look in each dir in load-path for
7280 a leim-list.el file too. This assures of loading leim-list.el
7281 that is created at Emacs installation time even if a user have his
7282 own leim-list.el.
7283
7284 2000-08-17 Miles Bader <miles@gnu.org>
7285
7286 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7287 foreground color to black if the background is dark.
7288
7289 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7290
7291 * loadhist.el (unload-feature): Typo.
7292
7293 * finder.el (finder-compile-keywords):
7294 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7295 to the generated file.
7296
7297 * mail/mh-e.el (mh-make-local-vars):
7298 Replace make-variable-buffer-local with make-local-variable.
7299
7300 * play/landmark.el:
7301 * options.el (Edit-options-{set,toggle,t,nil}):
7302 * mail/mailabbrev.el (mail-abbrevs-mode):
7303 * textmodes/tex-mode.el (tex-expand-files):
7304 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7305
7306 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7307
7308 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7309 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7310 Allow going past the last element.
7311 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7312 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7313 (cvs-mouse-toggle-mark): Don't move point.
7314 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7315
7316 * progmodes/compile.el (grep): Provide a default set of files.
7317 (next-error): Docstring fix.
7318 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7319
7320 * emacs-lisp/easy-mmode.el (define-minor-mode):
7321 Use `symbol-value' to keep the byte-compiler quiet.
7322
7323 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7324 (diff-find-source-location): New fun, extracted from diff-goto-source.
7325 (diff-goto-source): Use it.
7326 (diff-next-complex-hunk, diff-filter-lines): New function.
7327 (diff-apply-hunk): New command.
7328
7329 * smerge-mode.el (smerge-mode-menu): Doc fix.
7330
7331 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7332
7333 2000-08-16 Dave Love <fx@gnu.org>
7334
7335 * windmove.el (windmove) <defgroup>: Add :version.
7336
7337 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7338 (goto-address-fontify-p, goto-address-highlight-p)
7339 (goto-address-url-face, goto-address-url-mouse-face)
7340 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7341 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7342 (goto-address-fontify, goto-address-at-mouse): Simplify,
7343 (goto-address-at-point): browse-url-url-at-point,
7344 goto-address-find-address-at-point can return nil.
7345 (goto-address-find-address-at-point): Return nil on failure.
7346
7347 * align.el (align) <defgroup>: Add :version.
7348
7349 * calculator.el (calculator): Add :version.
7350 (calculator): Use two lines for calculator window if `modeline'
7351 face is boxed.
7352
7353 * play/5x5.el: Doc fixes.
7354 (5x5) <defgroup>: Add :version.
7355
7356 * play/fortune.el (fortune) <defgroup>: Add :version.
7357 (fortune-append): Fix error message.
7358 (fortune-from-region): Doc fix.
7359
7360 * play/pong.el (pong): Doc fix.
7361
7362 * play/morse.el: Keywords, commentary, autoloads.
7363
7364 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7365
7366 * desktop.el (desktop-save): Don't look at symbol-value of a
7367 member of minor-mode-alist, unless it is boundp.
7368
7369 2000-08-16 Sam Steingold <sds@gnu.org>
7370
7371 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7372 `while'; use `with-current-buffer' instead of `save-excursion'.
7373 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7374
7375 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7376
7377 * international/ccl.el (declare-ccl-program): Docstring modified.
7378 (ccl-execute-with-args): Likewise.
7379
7380 2000-08-16 Miles Bader <miles@gnu.org>
7381
7382 * progmodes/sql.el: Add compatibility definition of
7383 comint-line-beginning-position.
7384
7385 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7386
7387 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7388 'buffer-menu' property.
7389 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7390 fails.
7391 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7392 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7393 wasn't killed.
7394
7395 * buff-menu.el (list-buffers-noselect): Don't display the
7396 *Buffer List* buffer.
7397
7398 * font-lock.el: Require jit-lock to prevent a very late
7399 `Loading jit-lock' message.
7400
7401 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7402 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7403 mail address.
7404
7405 2000-08-15 Miles Bader <miles@gnu.org>
7406
7407 * textmodes/ispell.el (ispell-graphic-p): New constant.
7408 (ispell-choices-win-default-height, ispell-help): Use
7409 `ispell-graphic-p' instead of `xemacsp'.
7410
7411 2000-08-15 Dave Love <fx@gnu.org>
7412
7413 * simple.el: Autoload widget-convert when compiling.
7414 (mail-user-agent): Doc fix.
7415
7416 * help.el (function-called-at-point, variable-at-point): Use
7417 with-syntax-table.
7418 (help-manyarg-func-alist): Add insert-and-inherit.
7419
7420 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7421
7422 * delsel.el (delsel-unload-hook): New function.
7423
7424 * find-file.el: Doc fixes. Move provide to end.
7425 (ff) <defgroup>: Add :link.
7426 (ff-goto-click): Deleted.
7427 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7428 Use mouse-set-point.
7429
7430 * textmodes/tildify.el: Doc fixes.
7431 (tildify) <defgroup>: Add:version.
7432
7433 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7434 (glasses-custom-set): Use set-default, not set.
7435 (minor-mode-alist): Propertize the lighter.
7436 (glasses-mode): Provide optional arg.
7437
7438 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7439 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7440 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7441 option. Provide :type.
7442 (cwarn-configuration): Provide :type.
7443 (cwarn-mode): Doc fix.
7444
7445 * add-log.el (change-log-merge): Doc fix.
7446 (change-log-redate): New command.
7447
7448 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7449 Doze and Dog.
7450 (browse-url): Use dolist, not mapcar.
7451 (browse-url-at-point): Check for null url.
7452 (browse-url-event-buffer, browse-url-event-point): Functions
7453 deleted.
7454 (browse-url-at-mouse, browse-url-netscape): Simplify.
7455
7456 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7457 modes.
7458 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7459 Fix previous change to mapcan.
7460 (msb--init-file-alist, msb--add-separators)
7461 (msb--make-keymap-menu): Simplify.
7462 (msb--choose-file-menu): Use copy-sequence.
7463 (msb-mode-map): Add title to keymap.
7464 (msb-unload-hook): New function.
7465
7466 * bs.el: Fix indentation.
7467 (bs) <defgroup>: Add :links.
7468 (bs-show): Doc fix.
7469 (bs-apply-sort-faces): Don't use window-system.
7470 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7471
7472 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7473
7474 * calendar/timeclock.el (timeclock-file): Run .timelog through
7475 convert-standard-filename.
7476
7477 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7478
7479 * emacs-lisp/authors.el: New file.
7480
7481 * paren.el (show-paren-priority): New user option.
7482 (show-paren-function): Set overlay priorities to
7483 show-paren-priority.
7484
7485 2000-08-14 Miles Bader <miles@gnu.org>
7486
7487 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7488 beginning-of-line with inhibit-field-text-motion bound.
7489
7490 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7491
7492 * calendar/timeclock.el: New file.
7493
7494 2000-08-14 David Ponce <david@dponce.com>
7495
7496 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7497 `widget-button-click'. so that one can use left mouse button to
7498 click on dialog buttons.
7499
7500 2000-08-14 Emmanuel Briot <briot@gnat.com>
7501
7502 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7503 identifiers, since XML is case sensitive
7504
7505 2000-08-12 Miles Bader <miles@gnu.org>
7506
7507 * comint.el (comint-output-filter): Don't bother frobbing
7508 window-start, it doesn't seem to be necessary.
7509
7510 * comint.el (comint-send-string, comint-send-region): Make into
7511 real functions. Snapshot the prompt before sending.
7512
7513 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7516 technique similar to Info-index, instead of relying on specific
7517 names of relevant Index nodes.
7518 (Info-goto-emacs-command-node): Bind Info-history to nil when
7519 going to the first node found by Info-find-emacs-command-nodes.
7520
7521 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7522
7523 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7524
7525 2000-08-10 Miles Bader <miles@gnu.org>
7526
7527 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7528
7529 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7530
7531 * info.el (Info-file-list-for-emacs): More elements for the
7532 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7533 and woman manuals.
7534
7535 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7536
7537 * comint.el (comint-send-input): Make the newline boundary overlay
7538 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7539 (comint-output-filter): Use `insert' instead of
7540 `insert-before-markers'. Extend comint-last-output-overlay when
7541 necessary since we can't rely on insert-before-markers to do it.
7542 * gud.el (gud-filter): Use `with-current-buffer' instead of
7543 save-excursion when inserting the output, so that point gets
7544 updated correctly; the old method relied on a rather dodgy
7545 side-effect of comint-output-filter to avoid the effect of
7546 save-excursion.
7547
7548 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7549
7550 * files.el (recover-file): Call insert-directory instead of
7551 invoking `ls' directly.
7552
7553 2000-08-10 Miles Bader <miles@gnu.org>
7554
7555 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7556 (comint-last-prompt-overlay): New variables.
7557 (comint-output-filter): Implement prompt highlighting.
7558 (comint-snapshot-last-prompt): New function.
7559 (comint-send-input): Snapshot the last prompt.
7560 Use comint-highlight-input-face.
7561 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7562 Use defface instead of defcustom.
7563 (send-invisible, comint-send-eof): Snapshot the last prompt.
7564 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7565 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7566
7567 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7568
7569 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7570 (regexp-opt-group): Use a list of chars for `letters'.
7571 (regexp-opt-charset): `chars' is now a list of chars.
7572 Use a char-table rather than a vector so it works for multibyte chars.
7573
7574 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7575 Set cvs-minor-current-files to the selected fileinfo.
7576 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7577 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7578
7579 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * files.el (insert-directory): Don't call access-file on
7582 directories on DOS and Windows.
7583
7584 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7585
7586 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7587 longer if necessary.
7588 (ccl-embed-code): Call ccl-embed-data to store CODE in
7589 ccl-program-vector.
7590
7591 2000-08-09 Miles Bader <miles@gnu.org>
7592
7593 * comint.el (comint-output-filter): Properly handle the case where
7594 the text surrounded by comint-last-output-overlay was deleted.
7595
7596 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7597
7598 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7599 non-nil.
7600 (Info-file-list-for-emacs): Remove "info" from the list because
7601 that leads to trying to use the documentation from file `info'
7602 in various situations where it isn't appropriate, for instance
7603 C-h C-k C-h i.
7604
7605 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7606 DIR and/or STRING are nil.
7607
7608 * progmodes/compile.el (compilation-setup): Make variable
7609 compilation-error-screen-columns buffer-local, as some comment
7610 in the code suggests it should be.
7611
7612 * files.el (auto-mode-interpreter-regexp): New variable.
7613 (set-auto-mode): Use it.
7614
7615 * indent.el (indent-for-tab-command): Doc fix.
7616
7617 * mouse-sel.el (mouse-sel-mode): Doc fix.
7618
7619 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7620 labels.
7621
7622 * help.el (print-help-return-message): When
7623 display-buffer-reuse-frames is set, let the help window been quit,
7624 instead of deleting it, which might delete a reused frame.
7625
7626 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7627
7628 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7629 rename a directory to a name that differs only by its letter case.
7630
7631 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7632
7633 * international/quail.el (quail-define-rules): Handle Quail decode
7634 map correctly. Add code for supporting annotations.
7635 (quail-install-decode-map): New function.
7636 (quail-defrule-internal): New optional arguments decode-map and
7637 props.
7638 (quail-advice): New function.
7639
7640 2000-08-07 Sam Steingold <sds@gnu.org>
7641
7642 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7643 `defconst', `define-condition', `with-slots'.
7644 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7645
7646 2000-08-03 Miles Bader <miles@gnu.org>
7647
7648 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7649 New variable.
7650 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7651 comint-use-prompt-regexp-instead-of-fields.
7652 (comint-send-input): Add `input' field property to stuff we send to
7653 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7654 (comint-output-filter): Add `output' field property to process
7655 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7656 (comint-replace-by-expanded-history)
7657 (comint-get-old-input-default, comint-show-output)
7658 (comint-backward-matching-input, comint-forward-matching-input)
7659 (comint-next-prompt, comint-previous-prompt): Use field
7660 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7661 (comint-line-beginning-position): New function.
7662 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7663 (comint-replace-by-expanded-history-before-point): Use
7664 comint-line-beginning-position and line-end-position.
7665 (comint-last-output-overlay): New variable.
7666 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7667
7668 * shell.el (shell-prompt-pattern): Doc change.
7669 (shell-backward-command): Use line-beginning-position.
7670
7671 * gud.el (gud-gdb-complete-command): Use
7672 comint-line-beginning-position.
7673
7674 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7675 comint-bol doesn't actually go to the beginning of the line.
7676
7677 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7678 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7679 (try-expand-line-all-buffers): Likewise.
7680
7681 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7682 explicitly matching comint-prompt-regexp.
7683 (sql-copy-column): Use comint-line-beginning-position instead of
7684 explicitly matching comint-prompt-regexp.
7685
7686 * progmodes/octave-inf.el (inferior-octave-complete): Use
7687 comint-line-beginning-position.
7688
7689 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7690
7691 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7692 looking for a prompt, use `forward-line 0' instead of
7693 `beginning-of-line', to avoid getting caught by an input field.
7694
7695 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7696
7697 * files.el (shell-quote-wildcard-pattern): Make sure to return
7698 PATTERN, in the Unix case.
7699
7700 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7701
7702 * play/zone.el (zone): Discard any pending input before running
7703 the randomly-chosen pgm.
7704
7705 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7706
7707 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7708 checking the existence of any multibyte characters.
7709
7710 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7711
7712 * help.el (describe-mode): Test minor-mode symbol for being
7713 bound before testing its value for being nil.
7714
7715 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7716 `first', `second', and `third'.
7717
7718 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7719 (second): Make it an alias for `cadr'.
7720
7721 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7724 types of display support faces now.
7725
7726 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7727
7728 * pcvs.el (require): Require `cl' during compilation, only.
7729
7730 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7731 (toplevel): Remove `remq' and `remove' from autoloads.
7732 (cl-fake-autoloads): New variable. If set, arrange for an error
7733 when CL functions etc. are autoloaded.
7734
7735 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7738
7739 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7740 popped up, but the user clicks outside the menu, return an empty
7741 regexp (that causes unhighlight-regexp to have no effect).
7742
7743 * menu-bar.el (menu-bar-games-menu): Add Zone.
7744
7745 * hi-lock.el (toplevel): Require font-lock.
7746
7747 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7748
7749 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7750 (ebnf-8-bit-chars): New var for bug fix.
7751 (ebnf-string): Bug fix.
7752
7753 2000-08-03 Sam Steingold <sds@gnu.org>
7754
7755 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7756 instead of `buffer-string'.
7757 (require 'cl): Always, not just when compiling.
7758 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7759 necessary.
7760
7761 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7762
7763 * international/mule-cmds.el (select-safe-coding-system): Make
7764 the message text about selecting a safe coding system more clear.
7765
7766 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7767
7768 * hi-lock.el: New file.
7769
7770 * play/zone.el: New file.
7771
7772 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7773 value of tab-width in the original buffer. Choose a line number
7774 format that's a multiple of the original buffer's tab width, so
7775 that lines appear right.
7776
7777 * textmodes/ispell.el (ispell): New function, replacing an alias.
7778 Spell-check active region if in transient-mark-mode and mark
7779 is active; otherwise spell-check buffer.
7780
7781 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7782
7783 * ps-mule.el: Fix a customization problem on
7784 ps-mule-font-info-database-default.
7785
7786 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7789 display-mouse-p instead of window-system.
7790 (ebrowse-member-mode-map): Ditto.
7791
7792 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7793
7794 * progmodes/ebnf2ps.el: Update ps-print functions call.
7795 Indentation fix. Doc fix.
7796 (ebnf-version): New version number (3.2).
7797 (ebnf-format-color, ebnf-begin-job): Code fix.
7798
7799 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7800
7801 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7802 font lock support on window-system.
7803 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7804
7805 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7806 display-color-p, if fboundp, instead of window-system.
7807
7808 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7809
7810 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7811 instead of window-system.
7812
7813 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7814 window-system.
7815 (widget-choice-mouse-down-action): Use display-popup-menus-p
7816 instead of window-system.
7817
7818 * strokes.el (strokes-file): Run the file name through
7819 convert-standard-filename.
7820 (strokes-mode): Call display-mouse-p instead of looking at
7821 window-system. Change the error message accordingly.
7822
7823 * progmodes/cpp.el (toplevel): Support faces on tty's.
7824
7825 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7826 (lm-plot-square, lm-init-display): Don't use window-system.
7827
7828 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7829 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7830
7831 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7832 instead of looking at window-system.
7833
7834 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7835
7836 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7837 of testing if iswitchb-prepost-hooks is bound, because the
7838 latter will always be true when invoking a recursive minibuffer
7839 from an active Iswitchb buffer.
7840
7841 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7842
7843 * files.el (shell-quote-wildcard-pattern): New function.
7844 (insert-directory): Call it. Only prepend "\" to command on Unix
7845 and GNU/Linux systems.
7846
7847 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7848
7849 * eshell/esh-groups.el: Change custom :link file names
7850 from `eshell.info' to `eshell'.
7851
7852 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7853
7854 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7855 correctly in recursive ange-ftp listings.
7856
7857 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7858
7859 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7860 ps-header-font-size-internal and
7861 ps-header-title-font-size-internal variables are not set,
7862 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7863 face text property is (foreground-color . COLOR) or
7864 `(background-color . COLOR)', ps-print crashes. Doc fix.
7865 (ps-print-version): New version number (5.2.4).
7866 (ps-plot-region): Code fix.
7867 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7868 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7869 Bug fix 2.
7870
7871 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7872
7873 * glasses.el (glasses-make-readable): Fix uncapitalization of
7874 identifiers like `myXMLDocument'.
7875
7876 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7877
7878 * mail/mail-hist.el (mail-hist-previous-input)
7879 (mail-hist-next-input): Do the obvious code factorization.
7880 (mail-hist-retrieve-and-insert): New func, contains common
7881 code of above two.
7882 If inserting a message body, leave point at top.
7883
7884 2000-07-28 Sam Steingold <sds@gnu.org>
7885
7886 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7887 Use `<=', not `<' to compare times!
7888 (ange-ftp-ls): Remove.
7889
7890 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7891
7892 * play/cookie1.el: Add explanation of how to make cookie.el
7893 compatible with strfile(1) to comment.
7894
7895 * subr.el (remove, remq): New functions.
7896
7897 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7898 escape `*' in regexps.
7899 (midnight-find): Reverse order of arguments in the funcall of
7900 TEST.
7901
7902 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7903 and `.class'.
7904
7905 * play/meese.el: Add Commentary section.
7906
7907 2000-07-27 Alex Schroeder <alex@gnu.org>
7908
7909 * sql.el (sql-ms): Added autoload cookie.
7910 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7911 (sql-oracle): Ditto.
7912 (sql-help): Doc change.
7913
7914 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7915 types and exceptions.
7916
7917 2000-07-27 Alex Schroeder <alex@gnu.org>
7918
7919 * sql.el (sql-placeholder-history): New variable.
7920 (sql-query-placeholders-and-send): New function that will query
7921 the user and replace placeholders with user input.
7922 (sql-oracle): If running on NT, set comint-input-sender to
7923 sql-query-placeholders-and-send.
7924
7925 (sql-stop): If in the SQLi buffer, insert stop notification, else
7926 present it as a message.
7927
7928 2000-07-27 Alex Schroeder <alex@gnu.org>
7929
7930 * sql.el (sql-input-ring-separator): Doc change.
7931 (sql-input-ring-file-name): Doc change.
7932 (sql-interactive-mode): Use `sql-input-ring-separator' and
7933 `sql-input-ring-file-name' to set the comint-mode equivalents
7934 without making them local variables.
7935 (sql-stop): Don't bind `sql-input-ring-separator' and
7936 `sql-input-ring-file-name' dynamically to their comint-mode
7937 equivalents.
7938
7939 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7940
7941 * international/mule.el (register-char-codings): New function.
7942 (make-coding-system): Handle `safe-chars' specification in the arg
7943 PROPERTY.
7944
7945 * international/mule-cmds.el
7946 (find-coding-systems-region-subset-p): This function deleted.
7947 (sort-coding-systems-predicate): New variable.
7948 (sort-coding-systems): New function.
7949 (find-coding-systems-region): Use
7950 find-coding-systems-region-internal.
7951 (find-coding-systems-string): Use find-coding-systems-region.
7952 (find-coding-systems-for-charsets): Check
7953 char-coding-system-table.
7954 (select-safe-coding-system-accept-default-p): New variable.
7955 (select-safe-coding-system): Mostly rewritten. New argument
7956 ACCEPT-DEFAULT-P.
7957 (select-message-coding-system): Call select-safe-coding-system
7958 with ACCEPT-DEFAULT-P arg.
7959 (reset-language-environment): Reset default-sendmail-coding-system
7960 to the default value iso-latin-1.
7961 (set-language-environment): Don't set the obsolete variable
7962 charset-origin-alist.
7963
7964 * international/codepage.el (cp-coding-system-for-codepage-1):
7965 Give `safe-chars' property to make-coding-system.
7966
7967 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7968 calling select-message-coding-system twice.
7969
7970 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7971 instead of `safe-charsets'.
7972 (cyrillic-alternativnyj): Likewise.
7973 (ccl-encode-alternativnyj): Don't check the charset
7974 cyrillic-iso8859-5.
7975
7976 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7977
7978 * composite.el (compose-chars-after): Preserve match data.
7979
7980 2000-07-26 Sam Steingold <sds@gnu.org>
7981
7982 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7983 (ange-ftp-real-file-newer-than-file-p): New function.
7984 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7985 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7986
7987 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7988 * midnight.el (midnight-float-time): Ditto.
7989
7990 2000-07-26 Andreas Schwab <schwab@suse.de>
7991
7992 * files.el (normal-backup-enable-predicate): Correct
7993 interpretation of the return value of compare-strings.
7994
7995 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7996
7997 * isearch.el (isearch-resume): New function.
7998 (isearch-done): Add something to command-history to resume
7999 the search.
8000 (isearch-yank-line, isearch-yank-word): Use
8001 buffer-substring-no-properties instead of buffer-substring.
8002
8003 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8004 of flyspell-mouse-map.
8005
8006 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8007 duplicate definition.
8008 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8009
8010 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8011 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8012
8013 2000-07-25 Sam Steingold <sds@gnu.org>
8014
8015 * net/ange-ftp.el: Get modtime over the net.
8016 (ange-ftp-file-modtime): New function.
8017 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8018 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8019 Use it.
8020 (ange-ftp-dot-to-slash): New function.
8021 (ange-ftp-fix-name-for-vms): Use it.
8022
8023 * midnight.el (midnight-buffer-display-time): Use
8024 `with-current-buffer'.
8025
8026 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8027
8028 * find-dired.el: Update copyright notice.
8029 (find-dired): Offer to kill a running `find'.
8030
8031 * enriched.el (enriched-face-ans): For a `foreground-color'
8032 property, return '(("x-color" COLOR))' so that COLOR will be
8033 output as a parameter of the x-color annotation. Likewise for the
8034 `background-color' property. In the case of normal face
8035 properties, don't return annotations for unspecified foreground
8036 and background face attributes.
8037
8038 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8039
8040 * language/japan-util.el (japanese-katakana-region): Fix handling
8041 HANKAKU argument.
8042
8043 2000-07-25 Miles Bader <miles@gnu.org>
8044
8045 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8046 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8047 constrain-to-field.
8048
8049 2000-07-24 Andrew Innes <andrewi@gnu.org>
8050
8051 * timer.el (timer-activate-when-idle): Add optional parameter
8052 DONT-WAIT. Update docstring.
8053 (run-with-idle-timer): Specify extra parameter to
8054 timer-activate-when-idle, so that timer will be activated
8055 immediately if Emacs is already idle.
8056
8057 * w32-fns.el (w32-using-nt): Fix docstring.
8058
8059 2000-07-24 Dave Love <fx@gnu.org>
8060
8061 * mouse.el (popup-menu): Set last-command-event.
8062 (mouse-major-mode-menu-prefix): Declare.
8063
8064 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8065
8066 * textmodes/flyspell.el: Update to author's version 1.5d.
8067
8068 * progmodes/hideshow.el: Update copyright notice.
8069
8070 * vcursor.el: Set maintainer to FSF, since author cannot
8071 be reached.
8072
8073 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8074
8075 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8076 the prompt.
8077
8078 * mouse.el (popup-menu): Run the keymap through indirect-function,
8079 in case it was defined with define-prefix-key. If the menu is a
8080 list of keymaps, look up the binding of user's choice in each one
8081 of the keymaps.
8082 (mouse-popup-menubar): If the global and local menu-bar keymaps
8083 don't have a prompt string, create one and insert it into the
8084 keymap. Don't barf if current-local-map returns nil.
8085
8086 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8087
8088 * dired.el (dired-sort-R-check): Added to allow recursive listing
8089 to be undone.
8090 (dired-sort-other): Use it.
8091
8092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8093
8094 * Release of cc-mode 5.27
8095
8096 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8097
8098 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8099 c-beginning-of-statement-1 that caused a bad case of recursion
8100 which could consume a lot of CPU in large classes in languages
8101 that have in-expression classes (i.e. Java and Pike).
8102
8103 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8104 statements before top level constructs (i.e. case 6 is moved
8105 before case 5 and is now case 4) to catch in-expression
8106 classes in top level expressions correctly.
8107
8108 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8109
8110 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8111 objc-method-intro. Case 4 removed and case 5I added.
8112
8113 * cc-langs.el (c-append-paragraph-start): New variable used by
8114 c-common-init to get paragraph-start correct.
8115 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8116 initialize paragraph-start to make it correct both with and
8117 without the javadoc special case.
8118
8119 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8120 initialize paragraph-start for javadoc markup.
8121
8122 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8123 change by defaulting this to t. It's motivated by the
8124 confusing behavior that otherwise arise from the style system
8125 when editing both java and non-java files at the same time
8126 (see the comments about style setting in c-common-init).
8127
8128 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8129
8130 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8131 similar to the one in c-fill-paragraph to check the fill
8132 prefix from the adaptive fill function for sanity.
8133
8134 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8135
8136 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8137 defun block.
8138
8139 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8140
8141 * cc-mode.texi Documented the change of cpp-macro.
8142
8143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8144
8145 * cc-align.el (c-lineup-multi-inher): Handle lines with
8146 leading comma nicely. Extended to handle member initializers
8147 too.
8148
8149 * cc-engine.el: (c-beginning-of-inheritance-list,
8150 c-guess-basic-syntax): Fixed recognition of inheritance lists
8151 when the lines begins with a comma.
8152
8153 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8154
8155 * cc-vars.el (c-offsets-alist): Changed default for
8156 member-init-cont to c-lineup-multi-inher since it now handles
8157 member initializers and indents better for leading commas.
8158
8159 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8160
8161 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8162 handling that caused class open lines to be recognized as
8163 statement-conts in some cases.
8164
8165 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8166 guessed by the adaptive fill function unless point is on the
8167 first line of a block comment.
8168
8169 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8170 when the buffer ends with a macro continuation char.
8171
8172 * cc-engine.el (c-guess-basic-syntax): Added support for
8173 function definitions as statements in Pike. The first
8174 statement in a lambda block is now labeled defun-block-intro
8175 instead of statement-block-intro.
8176
8177 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8178 so that the class surrounding point is selected, not the one
8179 innermost in the state.
8180
8181 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8182 recognition of switch labels having hanging multiline
8183 statements.
8184
8185 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8186 some code in c-guess-basic-syntax to a separate function.
8187 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8188 recognition of member inits with multiple line arglists.
8189 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8190 member-init-cont when the commas are in funny places.
8191
8192 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8193
8194 * cc-defs.el (c-auto-newline): Removed this macro since it's
8195 not used anymore.
8196
8197 * cc-engine.el (c-looking-at-bos): New helper function.
8198 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8199 inexpr and toplevel classes apart in Pike.
8200
8201 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8202 of case 9A.
8203
8204 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8205 constant, since "class" can introduce an in-expression class
8206 in Pike nowadays.
8207
8208 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8209
8210 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8211 indentation on cpp-macro lines.
8212
8213 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8214 a syntax modifier like comment-intro, to make it possible to
8215 get syntactic indentation for preprocessor directives. It's
8216 incompatible wrt to lineup functions on cpp-macro, but it has
8217 no observable effect in the 99.9% common case where cpp-macro
8218 is set to -1000.
8219
8220 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8221
8222 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8223 member-init-cont when the preceding arglist is several lines.
8224
8225 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8226
8227 * cc-styles.el (c-style-alist): The basic offset for the BSD
8228 style corrected to 8.
8229
8230 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8231
8232 * cc-styles.el (c-style-alist): Adjusted the indentation of
8233 brace list openers in the gnu style.
8234
8235 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8236
8237 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8238
8239 * cc-cmds.el (c-electric-brace, c-electric-slash,
8240 c-electric-star, c-electric-semi&comma, c-electric-colon,
8241 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8242 when c-syntactic-indentation is nil.
8243
8244 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8245 we were left at comments preceding the first statement when
8246 reaching the beginning of the buffer.
8247
8248 * cc-vars.el (c-syntactic-indentation): New variable to turn
8249 off all syntactic indentation.
8250
8251 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8252
8253 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8254 between the text and the block comment ender when it hangs,
8255 depending on how many there are before the fill.
8256
8257 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8258
8259 * cc-engine.el (c-beginning-of-closest-statement): New helper
8260 function to go back to the closest preceding statement start,
8261 which could be inside a conditional statement.
8262 * cc-engine.el (c-guess-basic-syntax): Use
8263 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8264
8265 * cc-engine.el (c-guess-basic-syntax): Better handling of
8266 arglist-intro, arglist-cont-nonempty and arglist-close when
8267 the arglist is nested inside parens. Cases 7A, 7C and 7F
8268 changed.
8269
8270 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8271 up-to-date with javadoc 1.2.
8272
8273 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8274
8275 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8276 multiline Pike type decls.
8277
8278 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8279
8280 * cc-cmds.el (c-indent-new-comment-line): Always break
8281 multiline comments in multiline mode, regardless of
8282 comment-multi-line.
8283
8284 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8285
8286 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8287 fully::qualified::names in C++ member init lists. Preamble in
8288 case 5D changed.
8289
8290 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8291
8292 * cc-langs.el (c-common-init): Handling of obsolete variables
8293 moved to c-initialize-cc-mode. More compatible style override
8294 when using global style variables.
8295 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8296 variables moved here.
8297
8298 * cc-mode.texi: Documented the special behavior of
8299 c-special-indent-hook as a style variable. Don't talk about
8300 doing (c-make-styles-buffer-local t) in a mode hook, since
8301 that's already too late to work right.
8302
8303 * cc-styles.el (c-make-styles-buffer-local): Flag style
8304 variable localness in c-style-variables-are-local-p to make
8305 the compatibility measure in c-common-init work well.
8306
8307 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8308 longer contain set-from-style.
8309 * cc-styles.el (c-initialize-builtin-style): Don't check for
8310 set-from-style on c-special-indent-hook.
8311 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8312 copy-alist is sufficient now.
8313
8314 * cc-styles.el (c-set-style, c-set-style-1,
8315 c-get-style-variables): Fixes to variable initialization so
8316 that duplicate entries in styles have the same effect
8317 regardless of DONT-OVERRIDE.
8318
8319 * cc-styles.el (c-set-style-2): Fixed bug where the
8320 initialization of inheriting styles failed when the
8321 dont-override flag is set.
8322
8323 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8324 on this.
8325
8326 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8327
8328 * cc-defs.el (c-forward-comment): Removed the workaround
8329 introduced in 5.38 since it had worse side-effects. If a line
8330 contains the string "//\"", it regarded the // as a comment
8331 start since the \ temporarily doesn't have escape syntax.
8332
8333 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8334
8335 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8336 ada-xref.el before ada-prj.el, so that the Project menu is created
8337 when ada-prj tries to add to it.
8338 (ada-activate-keys-for-case): Suppress the characters that are not
8339 part of the Ada syntax. Better compatibility with else-mode
8340 (ada-adjust-case-interactive): When auto-casing is not active,
8341 correctly insert newlines (used to insert only ^M). Prevent the
8342 syntax table from being changed in case of an error
8343 (or '_' becomes part of a word and some commands are confused).
8344 Do nothing if ada-auto-case is nil.
8345 (ada-after-keyword-p): Ignore keywords that are also attributes
8346 (ada-batch-reformat): Update usage comment
8347 (ada-call-from-contextual-menu): New function
8348 (ada-case-read-exceptions): Reinitialize the casing exception list
8349 first to nil first, so that the casing exception file can be
8350 shared.
8351 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8352 files.
8353 (ada-compile-goto-error): Fix regexp used to detect a file:line
8354 anywhere in the error message
8355 (ada-contextual-menu-last-point): New variable
8356 (ada-create-keymap): If the variable delete-key-deletes-forward is
8357 t on XEmacs, it means that DEL should delete one character
8358 forward.
8359 (ada-create-menu): Use :included instead of :visible for XEmacs.
8360 New submenu "Options".
8361 (ada-end-stmt-re): Correctly indent "select ... then abort"
8362 statements.
8363 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8364 even if they don't match ada-fill-comment-prefix Fix handling of
8365 paragraphs on the first or last line of a file.
8366 (ada-format-paramlist): Fix handling of default parameter values.
8367 (ada-get-body-name): New function.
8368 (ada-get-current-indent): Optimized by searchling directly for an
8369 existing generic part or a statement outside of it. Handle
8370 ada-indent-align-comments when indenting comments Replaced some
8371 regexps by testing directly the next character. This results in a
8372 huge speedup on some files. New indentation scheme for renames
8373 statements. Stop looking for the 'while' or 'for' associated with
8374 a 'loop' at the first semicolon encountered. A "return" can also
8375 match an anonymous access subprogram declaration.
8376 (ada-get-indent-noindent): Ignore strings and comments when
8377 looking for the keywords "record" and "private".
8378 (ada-goto-matching-decl-start): When matching "if", make sure we
8379 are not in fact seeing "end if". Ignore "when" statements except
8380 when initial keyword was "begin". Fix handling of nested
8381 procedures. Add a recursive call to this function to skip over
8382 other 'end' statmts. Fix indentation for "when .. => begin"
8383 (ada-in-open-paren-p): Fix indentation for complex boolean
8384 expressions, where 'and then', 'or else' and parenthesis
8385 statements are mixed up.
8386 (ada-in-paramlist-p): Skip comments while searching for the
8387 beginning Fix handling of operator declarations.
8388 (ada-indent-align-comments): New variable
8389 (ada-indent-current): Change the syntax table only in the
8390 protected section, so that we are sure it is restored correctly.
8391 (ada-indent-on-previous-lines): Use ada-use-indent and
8392 ada-with-indent Correctly indent "select ... then"
8393 (ada-indent-region): Slight speedup.
8394 (ada-indent-renames): New variable.
8395 (ada-last-which-function-subprog, ada-last-which-function-line):
8396 New variables
8397 (ada-looking-at-semi-private): Correctly indent the 'private'
8398 keyword when it is the first word in a package declaration.
8399 (ada-loose-case-word): Stop searching if at the end of the buffer.
8400 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8401 even if point is not initially at the end of the word.
8402 (ada-matching-decl-start-re): Add "when".
8403 (ada-mode): Add support for abbrev-mode, outline-mode and
8404 which-func-mode Override the old find-file.el entry in
8405 ff-special-constructs since it is using the obsolete
8406 ada-spec-suffix variable
8407 (ada-no-auto-case): New function
8408 (ada-scan-paramlist): When parsing the argument type, accept
8409 spaces (as in "X 'Class", generated by Rational Rose).
8410 (ada-other-file-name): No longer loads the other file.
8411 (ada-popup-menu): Save and restore the current buffer and cursor
8412 position before and after displaying the menu.
8413 (ada-search-ignore-complex-boolean): New function.
8414 (ada-uncomment-region): Emacs21 already knows how to delete
8415 comments not starting in the first column.
8416 (ada-use-indent): New variable
8417 (ada-which-function): New function.
8418 (ada-with-indent): New variable
8419 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8420 can be batch-compiled from the command line.
8421
8422 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8423 Add to the menu when the file is loaded, not in ada-mode-hook.
8424 Add -toolbar to the default ddd command Switches moved from
8425 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8426 ada-prj-default-comp-opt
8427 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8428 Reference Manual to the menu
8429 (ada-check-current): rewritten as a call to ada-compile-current
8430 (ada-compile): Removed.
8431 (ada-compile-application, ada-compile-current, ada-check-current):
8432 Set the compilation-search-path so that compile.el automatically
8433 finds the sources in src_dir. Automatic scrollong of the
8434 compilation buffer. C-uC-cC-c asks for confirmation before
8435 compiling
8436 (ada-compile-current): New parameter, prj-field
8437 (ada-complete-identifier): Load the .ali file before doing
8438 processing
8439 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8440 conform to gnatmake's behavior.
8441 (ada-find-file-in-dir): New function
8442 (ada-find-references): Set the environment variables for gnatfind
8443 (ada-find-src-file-in-dir): New function.
8444 (ada-first-non-nil): Removed
8445 (ada-gdb-application): Add support for jdb, the java debugger.
8446 (ada-get-ada-file-name): Load the original-file first if not done
8447 yet.
8448 (ada-get-all-references): Handles the new ali syntax (parent types
8449 are found between <>).
8450 (ada-initialize-runtime-library): New function
8451 (ada-mode-hook): Always load a project file when a file is opened,
8452 so that the casing exceptions are correctly read.
8453 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8454 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8455 to open the project file, since the latter does not work with
8456 speedbar Get default values before loading the prj file, or the
8457 default executable file name is wrong. Use the absolute value of
8458 src_dir to initialize ada-search-directories and
8459 compilation-search-path,... Add the standard runtime library to
8460 the search path for find-file.
8461 (ada-prj-default-debugger): Was missing an opening '{'
8462 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8463 variables.
8464 (ada-prj-default-gnatmake-opt): New variable
8465 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8466 buffers, the project file is the default one Save the windows
8467 configuration before displaying the menu.
8468 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8469 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8470 ...) regexp-quote identifiers names to support operators +,
8471 -,... in regexps.
8472 (ada-remote): New function.
8473 (ada-run-application): Erase the output buffer before starting the
8474 run Support remote execution of the application. Use
8475 call-process, or the arguments are incorrectly parsed
8476 (ada-set-default-project-file): Reread the content of the active
8477 project file, not the one from the current buffer When a project
8478 file is set as the default project, all directories are
8479 automatically associated with it.
8480 (ada-set-environment): New function
8481 (ada-treat-cmd-string): New special variable ${current}
8482 (ada-treat-cmd-string): Revised. The substitution is now done for
8483 any ${...} substring
8484 (ada-xref-current): If no body was found, compiles the spec
8485 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8486 compiler to get rid of command line length limitations.
8487 (ada-xref-get-project-field): New function
8488 (ada-xref-project-files): New variable
8489 (ada-xref-runtime-library-specs-path)
8490 (ada-xref-runtime-library-ali-path): New variables
8491 (ada-xref-set-default-prj-values): Default run command now does a
8492 cd to the build directory. New field: main_unit Provide a default
8493 file name even if the current buffer has no prj file.
8494
8495 * ada-prj.el:
8496 Rewritten to show a tabbed-dialog.
8497 (ada-prj-add-ada-menu): Remove the map and name parameters.
8498 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8499 New function
8500 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8501 (ada-prj-load-from-file): New function
8502 (ada-prj-save): Always save fields that depend on the current buffer
8503 (ada-prj-show-value): New function
8504
8505 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8506 Ada mode. This will allow us to display the Ada menu in any buffer
8507 we want (for project items).
8508 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8509 number of spaces in the header.
8510
8511 2000-07-24 Dave Love <fx@gnu.org>
8512
8513 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8514
8515 2000-07-23 Noah Friedman <friedman@splode.com>
8516
8517 * type-break.el (type-break): perform autosave.
8518 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8519 (type-break-do-query): Cancel query schedule while performing
8520 actual query, to avoid possibility of a second query being made
8521 while first one is already in progress.
8522 (type-break-time-stamp-format): New variable.
8523 (type-break-time-stamp): New function.
8524 (type-break-time-warning): Use it.
8525 (type-break-keystroke-warning): Use it.
8526 (type-break-noninteractive-query): Use it.
8527
8528 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8529 cookie.
8530 Use add-minor-mode to set minor-mode-alist, if available.
8531 (eldoc-echo-area-use-multiline-p): New user option.
8532 (eldoc-echo-area-multiline-supported-p): New variable.
8533 (eldoc-docstring-format-sym-doc): Use them.
8534 (eldoc-mode): If not using idle timers, append to local post and
8535 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8536 (eldoc-display-message-no-interference-p): Don't interfere with
8537 edebug.
8538 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8539 (eldoc-function-arglist): New function.
8540 (eldoc-function-argstring): Use it.
8541
8542 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8543 auto save directory exists before calling directory-files.
8544
8545 2000-07-23 Dave Love <fx@gnu.org>
8546
8547 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8548 ^o, ^u.
8549
8550 2000-07-21 Dave Love <fx@gnu.org>
8551
8552 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8553 now passed to the function. It now works properly.
8554
8555 * smerge-mode.el (smerge-mode-menu): Fill it out.
8556
8557 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8558
8559 * info-look.el (info-lookup): If *info* is shown in another frame
8560 on the same display, select that frame, instead of switching to
8561 the Info buffer in another window of the selected frame.
8562
8563 * simple.el (universal-argument-map): Bind numeric keypad keys
8564 kp-0 to kp-9 and kp-subtract.
8565 (digit-argument): Handle these keys.
8566
8567 2000-07-20 Dave Love <fx@gnu.org>
8568
8569 * net/goto-addr.el (goto-address-fontify): Don't bother with
8570 buffer-modified and read-only stuff -- irrelevant with overlays.
8571 Put an extra property on the overlays and use it to clean up in
8572 case goto-address is re-run.
8573
8574 2000-07-19 Richard M. Stallman <rms@gnu.org>
8575
8576 * timer.el (run-with-idle-timer): Doc fix.
8577
8578 * mail/mail-utils.el (mail-strip-quoted-names):
8579 Handle case where <...> appears inside "...".
8580 Use replace-match to edit the string more simply.
8581 (rmail-dont-reply-to): Cope with an unmatched ".
8582
8583 2000-07-19 Dave Love <fx@gnu.org>
8584
8585 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8586 implementation.
8587
8588 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8589 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8590 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8591
8592 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8593
8594 * textmodes/refer.el: Correct maintainer's email address.
8595
8596 * progmodes/hideif.el: Correct author's email address.
8597 Fix typo in comment.
8598
8599 * xml.el: New file.
8600
8601 * mail/mailheader.el: Correct author's mail address.
8602
8603 * gnus/parse-time.el: Correct author's mail address.
8604
8605 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8606
8607 * comint.el (comint-highlight-input, comint-highlight-face):
8608 New user options.
8609 (comint-input-ring-file-name): Change custom type.
8610 (comint-mode-map): Bind mouse-2.
8611 (comint-insert-clicked-input): New function.
8612 (comint-send-input): Handle input highlighting.
8613
8614 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8615
8616 * mouse.el (popup-menu): New function.
8617 (mouse-major-mode-menu): Use it.
8618
8619 2000-07-18 Dave Love <fx@gnu.org>
8620
8621 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8622 improvements.
8623
8624 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8625
8626 * faces.el (face-font-selection-order)
8627 (face-font-family-alternatives): Add custom type.
8628
8629 2000-07-18 Dave Love <fx@gnu.org>
8630
8631 * cus-edit.el (custom-variable-reset-saved)
8632 (custom-variable-reset-standard): Remove unused bindings.
8633
8634 * rect.el (open-rectangle-line): Remove unused let.
8635
8636 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8637
8638 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8639
8640 * cdl.el: Fix `Maintainer' keyword.
8641
8642 * play/pong.el: Add author's email address.
8643
8644 2000-07-17 Sam Steingold <sds@gnu.org>
8645
8646 * files.el (insert-directory): Call `split-string' instead of
8647 re-implementing it.
8648
8649 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8650
8651 * mail/vms-pmail.el: Change maintainer to FSF.
8652
8653 * net/goto-addr.el: Change maintainer to FSF.
8654
8655 * info.el (Info-title-face-alist): Removed.
8656
8657 2000-07-18 David Ponce <david@dponce.com>
8658
8659 * recentf.el (recentf-open-files): New command that works like
8660 `recentf-open-more-files', but shows the whole list of files (not just
8661 those omitted from the menu). Useful if you don't use a menu-bar!
8662 (recentf-open-more-files) Modified to use `recentf-open-files'.
8663
8664 (recentf-open-files, recentf-open-more-files)
8665 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8666
8667 (recentf-dialog-mode): New mode for dialogs. You can now just type
8668 "q" to cancel the dialogs.
8669
8670 2000-07-18 David Ponce <david@dponce.com>
8671
8672 * recentf.el: This is a major update of recentf.el. It adds new
8673 features to better organize the recentf menu and "More..." buffer.
8674
8675 Using new provided menu filtering functions you can now organize the
8676 recent files list:
8677
8678 - by major modes
8679 - by directories
8680 - by user defined rules
8681
8682 Finally, with the new `recentf-filter-changer' customizable filter you
8683 can define a ring of filters and dynamically (via the menu) cycle on
8684 each menu organization in the ring (a la msb).
8685
8686 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8687
8688 * eshell/eshell.el (eshell): Replace links to eshell.info with
8689 links to eshell, to avoid problems on systems where the manual is
8690 installed as `eshell'.
8691 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8692 * eshell/em-smart.el (eshell-smart): Ditto.
8693 * eshell/em-banner.el (eshell-banner): Ditto.
8694 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8695
8696 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8697 same-file check in the MS-DOS version (it does support inodes).
8698
8699 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8700
8701 * eshell/eshell.el (eshell-directory-name):
8702 Run default directory name through convert-standard-filename.
8703
8704 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8705
8706 * international/mule-cmds.el (select-safe-coding-system):
8707 Fix typo in the comment.
8708
8709 * language/european.el (compound-text):
8710 Force katakana-jisx0201 to be designated to G1.
8711
8712 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8713 Don't translate some national variant characters of latin-jisx0201.
8714 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8715
8716 * international/kkc.el (kkc-after-update-conversion-functions):
8717 New variable.
8718 (kkc-update-conversion): Run functions in it at the tail.
8719
8720 2000-07-16 John Wiegley <johnw@gnu.org>
8721
8722 * lisp/align.el (align-newline-and-indent):
8723 Adding new function. for auto-aligning blocks of code on RET.
8724 (align-region): Fixed badly formatted minibuffer message.
8725
8726 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8727
8728 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8729 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8730 the conversion list at first if appropriate.
8731 (kkc-next): Don't update kkc-next-count here.
8732 (kkc-prev): Don't update kkc-prev-count here.
8733 (kkc-show-conversion-list-update): Fix setting up of conversion
8734 list message.
8735
8736 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8737
8738 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8739
8740 2000-07-16 Dave Love <fx@gnu.org>
8741
8742 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8743 function to be more specific.
8744
8745 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8746 non-string help-echo.
8747 (widget-types-convert-widget): Defsubst it.
8748 (widget-echo-help): Try to cope with a help-echo function of two
8749 possible sorts.
8750
8751 2000-07-15 Jason Rumney <jasonr@gnu.org>
8752
8753 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8754 Declare as obsolete.
8755
8756 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8757
8758 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8759
8760 * hilit-chg.el: Fix typo.
8761
8762 2000-07-14 Dave Love <fx@gnu.org>
8763
8764 * info.el (Info-mode-menu): Fix use of :help, :enable.
8765
8766 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8767
8768 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8769
8770 2000-07-13 Dave Love <fx@gnu.org>
8771
8772 * emacs-lisp/easymenu.el: Doc fixes.
8773 (easy-menu-remove): Defalias to ignore.
8774
8775 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8776 Call throw correctly.
8777
8778 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8779
8780 * faces.el (frame-background-mode): Doc fix.
8781
8782 * simple.el (eval-expression-print-length): Change custom type to
8783 allow entering nil as value.
8784
8785 2000-07-13 Dave Love <fx@gnu.org>
8786
8787 * progmodes/fortran.el (fortran-imenu-generic-expression):
8788 Change definition layout.
8789 (fortran-mode-menu): Reinstate customize entries.
8790
8791 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8792 Use :filter, per old XEmacs code.
8793
8794 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8795
8796 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8797 event when deciding what to send to the terminal.
8798
8799 2000-07-12 Dave Love <fx@gnu.org>
8800
8801 * cus-start.el: Add optional version as 4th element of specs and
8802 use it for several things new in v21. Remove load-path. Fix type
8803 of line-number-display-limit.
8804
8805 2000-07-11 Dave Love <fx@gnu.org>
8806
8807 * progmodes/fortran.el: Don't require easymenu.
8808 Use repeat counts in various regexps.
8809 (fortran-mode-syntax-table): Defvar directly.
8810 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8811 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8812 Use defvar, not defconst.
8813 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8814 (fortran-mode): Set fortran-comment-line-start-skip,
8815 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8816 (fortran-comment-indent): Use defsubst.
8817 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8818 Use fortran-comment-indent, not fortran-comment-indent-function.
8819 (fortran-comment-region, fortran-electric-line-number): Simplify.
8820 (fortran-auto-fill): New function.
8821 (fortran-do-auto-fill): Deleted.
8822 (fortran-find-comment-start-skip):
8823 Check for non-null comment-start-skip.
8824 (fortran-auto-fill-mode, fortran-fill-statement):
8825 Use fortran-auto-fill.
8826 (fortran-fill): Use fortran-auto-fill. Check for null
8827 comment-start-skip. Simplify final clause and use end-of-line finally.
8828
8829 * widget.el (widget-plist-member): New alias.
8830
8831 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8832
8833 * eshell/esh-module.el (toplevel): Reference
8834 byte-compile-current-file only if it is bound.
8835
8836 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8837
8838 * dired.el: Don't require `dired-aux'.
8839
8840 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8841
8842 * dired-aux.el (dired-show-file-type): New function.
8843 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8844 (dired-show-file-type): Add autoload.
8845
8846 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8847
8848 * international/mule-diag.el (describe-font): Adjusted for the
8849 change of fontset-info.
8850 (print-fontset): Likewise.
8851
8852 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8853
8854 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8855
8856 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8857
8858 * bindings.el: Bind `[delete]' to delete-char.
8859
8860 * dired.el (dired-find-alternate-file): New function.
8861 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8862 (toplevel): Require dired-aux when compiling.
8863 (dired-buffers): Move defvar within file to avoid compiler warning.
8864
8865 * info.el (Info-last-search): Variable removed.
8866 (Info-search-history): New variable.
8867 (Info-search): New Info-search-history.
8868
8869 * battery.el, info-look.el: Change author's mail address.
8870
8871 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8872
8873 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8874 if rmail-ignored-headers is nil.
8875 (rmail-retry-failure): Bind rmail-ignored-headers and
8876 rmail-displayed-headers to nil.
8877
8878 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8879
8880 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8881 (print-region-1): Don't hard code `-h' here.
8882
8883 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8884
8885 2000-07-01 Francesco Potorti` <pot@gnu.org>
8886
8887 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8888 exim can use "your message" instead of "the message".
8889
8890 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8891
8892 * facemenu.el: Docstrings fixes.
8893 (facemenu-get-face): Don't use internal-find-face.
8894 (facemenu-iterate): Rename arg to match the docstring.
8895
8896 * newcomment.el (uncomment-region): Be more careful when skipping
8897 backwards over `=' not to bump into BOBP.
8898
8899 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8900
8901 * ediff-diff.el (ediff-wordify): Use syntax table.
8902 * ediff-init.el (ediff-has-face-support-p): Use
8903 ediff-color-display-p.
8904 (ediff-color-display-p): Use display-color-p, changed to defun
8905 from defsubst.
8906 Got rid of special cases for NeXT and OS/2.
8907 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8908 face.
8909
8910 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8911
8912 * emacs-lisp/lucid.el: Require CL.
8913 (copy-tree, remprop): Remove, it's provided by CL.
8914 (map-keymap): Define in terms of cl-map-keymap.
8915 (extent-property, set-extent-end-glyph): New functions.
8916
8917 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8918
8919 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8920
8921 * Makefile.in (DONTCOMPILE): Add comment that the name may
8922 not be changed without changing the make-dist script.
8923
8924 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8925 (cl-mapc): Use mapc instead of cl-old-mapc.
8926
8927 2000-07-05 Andrew Innes <andrewi@gnu.org>
8928
8929 * makefile.nt: Add support for `bootstrap' and related targets.
8930
8931 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8934 (easy-menu-do-define): Use `menu-item' format.
8935 Handle case where easy-menu-create-menu returns a symbol.
8936 Manually call the potential top-level filter in the function binding.
8937 (easy-menu-filter-return): New arg NAME.
8938 Convert to a keymap if MENU is an XEmacs menu.
8939 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8940 (easy-menu-converted-items-table, easy-menu-convert-item):
8941 New var and fun to memoize easy-menu-convert-item-1.
8942 (easy-menu-do-add-item): Use it.
8943 (easy-menu-create-menu): Use easy-menu-convert-item.
8944 Wrap easy-menu-filter-return around any :filter specification.
8945 Don't convert the menu if a filter was specified.
8946 Tell easy-menu-make-symbol not to check for MENU being an expression.
8947 (easy-menu-make-symbol): New arg NOEXP.
8948
8949 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8950
8951 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8952 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8953 (eval-defun): If called with prefix arg, instrument code for
8954 Edebug.
8955
8956 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8957 similar to that of eval-defun.
8958
8959 2000-07-04 Dave Love <fx@gnu.org>
8960
8961 * hl-line.el (hl-line-overlay): Make it permanent-local.
8962
8963 * calendar/todo-mode.el: Replaced with a working version, based on
8964 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8965
8966 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8967
8968 * paths.el (prune-directory-list): New function.
8969 (Info-default-directory-list): Rewritten to more methodically
8970 enumerate a big list of possible info directories (based on the
8971 list used by the standalone info reader).
8972
8973 * info.el (info-initialize): Use prune-directory-list to remove
8974 non-existent directories from Info-directory-list.
8975
8976 * paths.el (Info-default-directory-list): Try a list of possible
8977 info-directories instead of a single one. Add the possible
8978 info directory "/usr/share/info".
8979
8980 * woman.el (woman-man.conf-path): Explicitly include the debian
8981 man-db config file "/etc/manpath.config".
8982 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8983 are present in `manpath.config'.
8984 (woman-manpath): Include "/usr/share/man".
8985
8986 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8987
8988 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8989
8990 * startup.el (command-line): Initialize blink-cursor based
8991 on window-system.
8992
8993 * frame.el (blink-cursor): Default to nil if not running under
8994 a window-system.
8995
8996 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8997 (face-x-resources): Remove duplicate entry for :font.
8998
8999 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9000 instead of cycling through windows with next-window.
9001
9002 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9003 of cycling through windows with next-window.
9004
9005 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9006 of cycling through windows with next-window.
9007
9008 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9009 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9010 instead of cycling through windows with next-window.
9011
9012 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9013 instead of cycling through windows with next-window.
9014
9015 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9016 of cycling through windows with next-window.
9017
9018 * terminal.el (te-process-output): Use walk-windows instead of
9019 cycling through windows with next-window.
9020
9021 * server.el (server-switch-buffer): Use some-window instead of
9022 cycling through windows with next-window.
9023
9024 * window.el (some-window): New function.
9025 (walk-windows): Remove reference to walk-windows-start.
9026
9027 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9028
9029 2000-07-03 Richard Stallman <rms@gnu.org>
9030
9031 * window.el (walk-windows): Guarantee termination by keeping a list
9032 of all the windows already handled.
9033
9034 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9037 window-system.
9038
9039 * man.el (Man-notify-when-ready): Don't use window-system. If
9040 Man-notify-method is newframe, and the display is not
9041 multi-frame, select the frame created for the man page.
9042 (Man-init-defvars): Doc fix.
9043
9044 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9045
9046 * faces.el (region): Change background color for light background.
9047
9048 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9049 attribute from mode-line face of Ediff control frame.
9050
9051 * replace.el (query-replace-map): Bind `e' like `E'.
9052
9053 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9054
9055 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9056 Change name to "Select All".
9057
9058 * dos-fns.el (convert-standard-filename): Fix last change.
9059
9060 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9061
9062 * help.el (describe-variable): Don't insert a second `'s' in front
9063 of the string `value is shown below'. Since the syntax-table is
9064 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9065 an existing `'s', so that this won't be deleted.
9066
9067 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9068 * pcmpl-unix.el: New files.
9069
9070 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9071
9072 * wid-edit.el (widget-member): Use the new plist-member.
9073
9074 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9075
9076 * replace.el (perform-replace): Undo change of 2000-04-04.
9077 Instead, move backward 1 character at the end of the loop when
9078 necessary.
9079
9080 * faces.el (fringe): Change face for different backgrounds.
9081
9082 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9083 patch from John.
9084
9085 * eshell/*.el: Change spelling of the Free Software Foundation.
9086
9087 * eshell/esh-toggle.el: Removed.
9088
9089 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9090
9091 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9092 interactively.
9093
9094 2000-06-26 Alex Schroeder <alex@gnu.org>
9095
9096 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9097 `define-key'; instead of checking `(emacs-version)' check for
9098 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9099 for `;' and `o' which might be electric.
9100
9101 (sql-electric-stuff): New user option.
9102 (sql-magic-go): New function which uses `sql-electric-stuff'.
9103 (sql-magic-semicolon): New function which uses
9104 `sql-electric-stuff'.
9105
9106 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9107 is not fboundp.
9108
9109 (sql-oracle-options): New variable.
9110 (sql-oracle): Use it.
9111
9112 (sql-imenu-generic-expression): Doc change.
9113 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9114 is used.
9115
9116 (sql-informix): Added command line parameter "-" to force
9117 sql-informix-program to use stdout.
9118
9119 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9120
9121 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9122 (cp864-decode-table): Doc fix.
9123 (cp720-decode-table): New variable, supports the Arabic OEM
9124 codepage used by Windows.
9125 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9126
9127 2000-06-23 Dave Love <fx@gnu.org>
9128
9129 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9130 (font-lock-fontify-anchored-keywords): Use
9131 line-beginning-position.
9132 (global-font-lock-mode): Use mapc.
9133
9134 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9135
9136 * eshell/esh-module.el: Require CL when compiling.
9137
9138 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9139
9140 * comint.el (comint-substitute-in-file-name): Call replace-match
9141 with second and third arg t.
9142
9143 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9144 Specify foreground color.
9145
9146 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9147 color.
9148
9149 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9150
9151 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9152 cddr instead of cdddr.
9153
9154 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9155 instead of copy-list.
9156
9157 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9158 of copy-list.
9159
9160 * subdirs.el: Add eshell subdirectory.
9161
9162 * eshell: New subdirectory containing the Eshell package.
9163
9164 * pcomplete.el: New file.
9165
9166 2000-06-23 Paul Eggert <eggert@twinsun.com>
9167
9168 * mail/mailpost.el (post-mail-send-it): Make sure file has
9169 proper permissions from birth.
9170
9171 * files.el (basic-save-buffer-2): When temporarily setting
9172 file modes, set them to current modes plus 0200, not to 0777.
9173
9174 * emerge.el (emerge-make-temp-file): Make sure file has proper
9175 permissions from birth.
9176
9177 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9180 backup file name through convert-standard-filename.
9181
9182 * dos-fns.el (convert-standard-filename): Convert leading
9183 directories as well. When long file names are supported, convert
9184 characters that are invalid in Windows file names.
9185
9186 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9187
9188 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9189 ps-print crashes. New feature: page selection for printing. Create
9190 raw-text-unix coding system for XEmacs. Doc fix.
9191 (ps-print-version): New version number (5.2.3).
9192 (ps-plot-region): Bug fix.
9193 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9194 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9195 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9196 funs.
9197 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9198 (ps-last-page): New vars.
9199
9200 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9201
9202 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9203 empty option string.
9204
9205 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9206
9207 * man.el (man): Doc fix.
9208
9209 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9210
9211 * international/mule-cmds.el (set-language-info-alist): Docstring
9212 fixed.
9213
9214 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9215
9216 * version.el (emacs-version): Use ISO date format.
9217
9218 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9219 instead of `M-backspace'.
9220
9221 * simple.el (turn-off-auto-fill): New function.
9222
9223 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9224
9225 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9226 Renamed from with-buffer-prepared-for-font-lock and use
9227 inhibit-modification-hooks rather than setting *-change-functions.
9228 Update all functions to use the new name.
9229 (jit-lock-first-unfontify-pos): New semantics (and doc).
9230 (jit-lock-mode): Make non-interactive.
9231 Don't automatically turn on font-lock.
9232 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9233 Always use jit-lock-after-change.
9234 Remove and restore font-lock-after-change-function.
9235 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9236 (jit-lock-after-unfontify-buffer): Remove.
9237 (jit-lock-stealth-fontify):
9238 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9239 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9240
9241 2000-06-20 Sam Steingold <sds@gnu.org>
9242
9243 * emacs-lisp/cl-indent.el (toplevel): Indent
9244 `print-unreadable-object' properly. Untabify.
9245
9246 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9247
9248 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9249 Support for bibentry.
9250 (reftex-compile-variables): Fixed problem with end of section-re.
9251
9252 * texmodes/reftex-dcr.el (reftex-view-crossref,
9253 reftex-view-crossref-from-bibtex):
9254 Deal with changed `reftex-find-citation-regexp-format'.
9255 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9256 Replaced `remprop' with `put'.
9257 (reftex-view-crossref, reftex-view-crossref-when-idle):
9258 Support for bibentry.
9259
9260 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9261 New entry for bibentry package.
9262
9263 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9264 Regexp also matches "\nobibliography".
9265
9266 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9267 Call `reftex-ensure-write-access' before doing anything.
9268 (reftex-ensure-write-access): New function.
9269
9270 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9271
9272 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9273
9274 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9275
9276 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9277
9278 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9279
9280
9281 2000-06-20 Dave Love <fx@gnu.org>
9282
9283 * faces.el (frame-background-mode): Use set-default, not set, in
9284 setter.
9285 (frame-update-faces, frame-update-face-colors): Define with
9286 defalias.
9287
9288 * enriched.el (enriched-decode-foreground)
9289 (enriched-decode-background): Don't use internal-find-face.
9290
9291 * apropos.el: Doc fixes.
9292
9293 * cus-edit.el (customize-changed-options): Check arg.
9294 (customize-version-lessp): Don't require decimal point.
9295
9296 * custom.el (defcustom, defgroup): Doc fix.
9297
9298 * newcomment.el (comment) <defgroup>: Add :version.
9299 (comment-multi-line): Doc fix.
9300
9301 * emulation/mlsupport.el (define-hooked-local-abbrev,
9302 define-hooked-global-abbrev): Fix, using define-abbrev.
9303
9304 2000-06-19 Gerd Moellmann <gerd@gnu.org>
9305
9306 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9307 the whole buffer.
9308
9309 2000-06-19 Dave Love <fx@gnu.org>
9310
9311 * menu-bar.el (menu-bar-options-save): New function.
9312 (menu-bar-options-menu): Use it.
9313 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9314 Simplify.
9315
9316 2000-06-19 Andreas Schwab <schwab@suse.de>
9317
9318 * progmodes/etags.el (tags-query-replace): Put new parameters
9319 START and END at the end, for backward compatibility.
9320
9321 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9322
9323 * international/codepage.el:
9324 (cp-coding-system-for-codepage-1): Delete special codes for
9325 generating xxx-dos coding system because now a CCL based coding
9326 system can handle EOL conversion by default.
9327
9328 * international/mule.el (make-coding-system): Generate subsidiary
9329 coding systems for EOL handling variants even for a CCL based
9330 coding system.
9331
9332 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9333
9334 * international/isearch-x.el (isearch-minibuffer-input-method)
9335 (isearch-minibuffer-input-method-function): These variables
9336 deleted.
9337 (isearch-with-input-method): Don't use the above variables.
9338 (isearch-process-search-multibyte-characters): Likewise. Call
9339 read-string with the arg INHERIT-INPUT-METHOD t.
9340
9341 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9342
9343 * font-lock.el (font-lock-after-fontify-buffer)
9344 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9345
9346 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9347 Use consistent make-local-variable style for font-lock-fontified.
9348 (jit-lock-fontify-buffer):
9349 Don't bother checking for font-lock-mode and jit-lock-mode.
9350
9351 * time.el: Remove trailing ^M that prevent CVS-merging.
9352
9353 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9354
9355 * Makefile.in (distclean): New target.
9356
9357 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9358
9359 * Makefile.in (srcdir): Define for update-subdirs.
9360
9361 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9362
9363 * find-lisp.el: New file.
9364
9365 2000-06-16 Andrew Innes <andrewi@gnu.org>
9366
9367 * time.el (display-time-mail-function): New variable, to allow
9368 external packages to indicate when new mail is available.
9369 (display-time-update): Use it.
9370
9371 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9372
9373 * international/mule.el (mule-version): Change version name to
9374 SAKAKI. AOI has already been used by Meadow.
9375
9376 * international/quail.el (quail-show-guidance-buf): To find the
9377 bottom window (but minibuffer), pay attention to the height of
9378 minibuffer.
9379
9380 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9381
9382 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9383 menu-bar menus. Add help strings. Don't remove the Edit menu
9384 from the menu bar, as the menu bar has enough space now.
9385
9386 * Makefile.in (SHELL): Make sure /bin/sh is used.
9387
9388 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9389 characters, which use series of two ^H characters instead of one.
9390
9391 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9392
9393 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9394 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9395 functions.
9396 (Info-find-node-2): Try a case-sensitive search first, then
9397 do a case-insensitive search.
9398
9399 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9400 tutorials.
9401
9402 * complete.el (PC-env-vars-alist): New variable.
9403 (PC-complete-as-file-name): New function.
9404 (partial-completion-mode): Initialize PC-env-vars-alist from
9405 process-environment.
9406 (PC-do-completion): Handle completion of env vars.
9407
9408 * info.el (Info-set-mode-line): Show file name in mode line,
9409 use `*Info*' instead of `Info:'.
9410
9411 * startup.el (command-line-1): Change copyright messages to year
9412 2000.
9413
9414 2000-06-15 Dave Love <fx@gnu.org>
9415
9416 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9417 not local-map.
9418
9419 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9420
9421 * international/mule.el (set-buffer-file-coding-system): Almost
9422 rewritten to handle `undecided' as no-op.
9423
9424 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9425
9426 * Makefile.in: New file.
9427
9428 * Makefile: Removed.
9429
9430 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9431 (goto-address-highlight-keymap): Bind C-c RET.
9432
9433 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9434
9435 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9436 inherits buffer-file-coding-system of the current buffer.
9437
9438 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9439 0. Give correct argument to set-auto-coding-function.
9440 (tar-expunge): For goto-char, use (point-min), not 0.
9441 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9442 (tar-subfile-save-buffer): Likewize.
9443
9444 * international/mule.el
9445 (after-insert-file-set-buffer-file-coding-system): Call
9446 set-buffer-file-coding-system with the arg FORCE t.
9447
9448 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9449
9450 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9451 nil. Contemporary sendmails issue an X-Authentication-Warning if
9452 the sender is set with `-f'.
9453
9454 2000-06-13 Dave Love <fx@gnu.org>
9455
9456 * help.el (describe-function-1): Kluge around cases of functions
9457 fset to subrs whose doc doesn't match their symbol-name.
9458
9459 * image.el (insert-image): Default STRING to a space.
9460
9461 * info.el Doc fixes.
9462 (Info-build-node-completions): Match Ref tags.
9463
9464 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9465
9466 * frame.el (display-multi-frame-p, display-multi-font-p): New
9467 defaliases for display-graphic-p.
9468
9469 * hl-line.el: Fixed a typo in commentary.
9470
9471 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9472
9473 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9474 fixed.
9475
9476 2000-06-12 Dave Love <fx@gnu.org>
9477
9478 * image.el (insert-image): Save a little consing.
9479
9480 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9481
9482 * language/tibet-util.el: Convert all tibetan-1-column characters
9483 to the corresponding tibetan characters.
9484 (tibetan-add-components): Delete code for the special treatment of
9485 'a chung.
9486
9487 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9488 change.
9489 (tibetan-vowel-transcription-alist): More rules added.
9490 (tibetan-composite-vowel-alist): New variable.
9491 (tibetan-precomposition-rule-alist): More rules added.
9492
9493 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9494
9495 * startup.el (command-line): Only call menu-bar-mode if interactive.
9496
9497 * thingatpt.el (toplevel symbol-properties):
9498 * textmodes/makeinfo.el (makeinfo-compile):
9499 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9500 * progmodes/hideif.el (hif-compress-define-list)
9501 (hide-ifdef-use-define-alist):
9502 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9503 (ange-ftp-vms-add-file-entry):
9504 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9505 * man.el (Man-build-man-command):
9506 * mail/rnewspost.el (news-reply-header-hook):
9507 * info.el (Info-insert-dir):
9508 * emulation/mlconvert.el (backward-word, forward-word, setq):
9509 * emacs-lisp/gulp.el (gulp-send-requests):
9510 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9511 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9512 (byte-optimize-apply, end of file):
9513 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9514 (ad-make-freeze-definition):
9515 * startup.el (command-line, command-line-1): Don't quote lambdas.
9516
9517 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9518 (cvs-cleanup-removed): New function.
9519 (cvs-cleanup-functions): New var.
9520 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9521 some flexibility in specifying additional entries to auto-cleanup.
9522 (cvs-quickdir): New function.
9523 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9524 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9525 (cvs-mode-find-file): Check that we are on a filename or dirname
9526 when invoked through a mouse-click.
9527 (cvs-full-path): Remove.
9528 (cvs-dired-action): Re-introduced.
9529 (cvs-dired-noselect): Use it.
9530 (vc-post-command-functions): use this new hook if available.
9531
9532 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9533 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9534 (cvs-filename-map, cvs-dirname-map): Remove.
9535 (cvs-default-action): Remove.
9536 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9537 if the arg is really a keymap.
9538 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9539 Don't hardcode the mapping from state (aka type) to face, but check
9540 the var cvs-fi-<type>-face instead.
9541 (cvs-fileinfo-from-entries): New function.
9542
9543 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9544 Docstring fix.
9545 (cvs-find-file-and-jump): Change default to be safer.
9546 (cvs-mode-diff-map): Define it as a function as well.
9547 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9548 Bind mouse-2 in this global map rather than with text-properties.
9549
9550 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9551 file to resolve the ambiguity between C(conflict) and C(need-merge).
9552
9553 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9554
9555 * international/mule.el (set-buffer-file-coding-system): If
9556 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9557 unconditionally.
9558
9559 2000-06-12 Dave Love <fx@gnu.org>
9560
9561 * wid-edit.el (widget-specify-button): Really suppress the face if
9562 required.
9563
9564 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9565
9566 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9567
9568 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9569
9570 * imenu.el (imenu-generic-expression): Docstring fix.
9571
9572 * composite.el (composition-function-table): Move the `put'
9573 below the autoload cookie so we can load the file before loaddefs.
9574
9575 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9576
9577 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9578 Handle easy-mmode-define-global-mode.
9579 For complex macros like define-minor-mode that can generate
9580 several autoload entries, try to autoload entries in the
9581 macroexpanded code.
9582
9583 * emacs-lisp/easy-mmode.el (define-minor-mode):
9584 If KEYMAP is a symbol, just use it.
9585 Use byte-compile-current-file and load-file-name to infer the
9586 proper :require to pass to defcustom.
9587 Wrap the hook var into `progn' so as not to autoload it.
9588 Add a :autoload-end cookie.
9589 Be more careful about the evaluation of KEYMAP.
9590 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9591 (define-derived-mode): Move define-abbrev-table outside of defvar.
9592
9593 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9594
9595 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9596 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9597 (backup-compiled-files): Ignore errors during `tar'.
9598 (bootstrap): Make autoloads before elc files.
9599
9600 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9601
9602 * international/mule.el (set-buffer-file-coding-system): If one of
9603 undecided-XXX is specified, change only EOL conversion.
9604
9605 * international/mule-conf.el (unix): New alias for the coding
9606 system undecided-unix.
9607
9608 2000-06-09 Dave Love <fx@gnu.org>
9609
9610 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9611
9612 * progmodes/executable.el: Byte compile dynamic.
9613 (executable-insert): Change custom type.
9614 (executable-find): Add autoload cookie.
9615 (executable-make-buffer-file-executable-if-script-p): New
9616 function. After Noah Friedman.
9617
9618 * files.el (after-save-hook): Customize, with
9619 executable-make-buffer-file-executable-if-script-p as an option.
9620
9621 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9622
9623 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9624 "tib24p-mule.bdf" for Tibetan.
9625
9626 * composite.el (decompose-composite-char): Declare it as obsolete.
9627
9628 * man.el (Man-fontify-manpage): Pay attention to underline and
9629 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9630
9631 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9632
9633 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9634 Set maintainer to FSF since author isn't reachable.
9635
9636 2000-06-08 Dave Love <fx@gnu.org>
9637
9638 * international/mule-cmds.el (select-safe-coding-system): If
9639 DEFAULT-CODING-SYSTEM is not specified, also check the most
9640 preferred coding-system if buffer-file-coding-system is
9641 `undecided'. From Handa.
9642
9643 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9644
9645 * international/mule.el
9646 (after-insert-file-set-buffer-file-coding-system): If the buffer
9647 size is greater than INSERTED, judget that we are not visiting.
9648
9649 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9650
9651 * whitespace.el (defgroup whitespace): Comment out `:version'.
9652 XEmacs 20.4 has problems defining the group with this present.
9653 We'll have this commented out till get resolve the problem.
9654
9655 2000-06-07 John Wiegley <johnw@gnu.org>
9656
9657 * align.el (align-dq-string-modes, align-sq-string-modes)
9658 (align-open-comment-modes): Add pyhton-mode.
9659 (align-rules-list): Use get-text-property instead of
9660 text-properties-at.
9661 (align-rules-list): Add python-assignment.
9662 (align-rules-list): Change perl-comma-delimiter to
9663 basic-comma-delimiter. Use if for Perl modes and python-mode.
9664 (align-rules-list): Add python-chain-logic and
9665 basic-line-continuation.
9666
9667 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9668
9669 * apropos.el (apropos-mode-hook): New user variable.
9670 (apropos-mode): Run apropos-mode-hook.
9671
9672 2000-06-07 David Ponce <david@dponce.com>
9673
9674 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9675 commands. Require `wid-edit' at run-time.
9676
9677 2000-06-07 David Ponce <david@dponce.com>
9678
9679 * recentf.el: Added some "Commentary".
9680 (recentf-open-more-files, recentf-edit-list): Minor changes to
9681 move the point at the top of the file list. This behaviour is
9682 consistent with the menu one when the list contains a lot of
9683 files.
9684 (recentf-cleanup): Now displays the number of items removed from
9685 the list.
9686 (recentf-relative-filter) New menu filter to show filenames
9687 relative to `default-directory'.
9688
9689 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9690
9691 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9692 with/without giving an error if PostScript printer doesn't have this
9693 kind of page size. Zebra Stripe continues or restarts on next page.
9694 Manual/automatic paper feeding. Switch or not the header.
9695 (ps-print-version): New version number (5.2.2).
9696 (ps-windows-system): Include emx as a Windows system.
9697 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9698 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9699 (ps-background-text): Code fix.
9700 (ps-error-handler-message, ps-user-defined-prologue)
9701 (ps-print-prologue-header, ps-printer-name)
9702 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9703 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9704 (ps-use-face-background): Customization fix.
9705 (ps-n-up-database): Data fix.
9706 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9707 (ps-switch-header): New vars.
9708 (ps-xemacs-color-name, ps-face-foreground-name)
9709 (ps-face-background-name, ps-boolean-constant): New funs.
9710
9711 2000-06-07 Dave Love <fx@gnu.org>
9712
9713 * allout.el: New version from Manheimer.
9714
9715 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9716
9717 * textmodes/fill.el (fill-find-break-point): Check the validity of
9718 charset.
9719
9720 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9723 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9724 Call display-color-p and display-mouse-p instead of looking at
9725 window-system.
9726
9727 2000-06-06 Dave Love <fx@gnu.org>
9728
9729 * image.el (find-image): Doc fix. Return nil if image not found.
9730 (put-image, insert-image): Make STRING arg optional.
9731
9732 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9733
9734 * language/vietnamese.el: Remove eval-when-compile.
9735 (viet-viscii-nonascii-translation-table): Define it as a
9736 translation table made from viet-viscii-decode-table.
9737 (viet-viscii-encode-table): Define it as a translation table made
9738 from the reverse map of above.
9739 (viet-vscii-nonascii-translation-table): Define it as a
9740 translation table made from viet-vscii-decode-table.
9741 (viet-vscii-encode-table): Define it as a translation table made
9742 from the reverse map of above.
9743 (ccl-decode-viscii): Use translate-character.
9744 (ccl-encode-viscii, ccl-encode-viscii-font)
9745 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9746 Likewize.
9747
9748 * language/cyrillic.el: Remove eval-when-compile.
9749 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9750 translation table made from cyrillic-koi8-r-decode-table.
9751 (cyrillic-koi8-r-encode-table): Define it as a translation table
9752 made from the reverse map of above.
9753 (ccl-decode-koi8): Use translate-character.
9754 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9755 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9756 a translation table made from cyrillic-alternativnyj-decode-table.
9757 (cyrillic-alternativnyj-encode-table): Define it as a translation
9758 table made from the reverse map of above.
9759 (ccl-decode-alternativnyj): Use translate-character.
9760 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9761 Likewize
9762
9763 * international/mule-diag.el (non-iso-charset-alist): Specify
9764 translation table symbol instead of translation table itself.
9765 (list-block-of-chars): CHARSET may be a translation table symbol.
9766
9767 * international/mule.el (make-coding-system): If CODING-SYSTEM
9768 already exists, override it.
9769
9770 * international/fontset.el: Use family `proportional' for Tibetan
9771 fonts.
9772
9773 * international/ccl.el (ccl-compile-translate-character): Don't
9774 check if Rrr has property translation-table.
9775 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9776
9777 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9778
9779 * info.el: Bind case-fold-search to t when searching in case
9780 a user sets it to nil in a hook.
9781
9782 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9783
9784 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9785 * hl-line.el (hl-line-mode): Use the new :global key argument.
9786
9787 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9788 (tar-clip-time-string): Prepend a space.
9789 (tar-grind-file-mode): Construct a string rather than modifying one.
9790 (tar-header-block-summarize): Fix docstring.
9791 Use `format' rather than an error-prone set of copy-loops.
9792
9793 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9794 (diff-goto-source, diff-unified->context, diff-context->unified)
9795 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9796 understand the format output by the `-p' argument to diff.
9797
9798 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9799 (sh-re-done): Use defconst.
9800 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9801 (sh-help-string-for-variable, sh-guess-basic-offset):
9802 Don't quote lambdas.
9803 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9804 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9805
9806 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9807 (mh-letter-mode): Derive from text-mode.
9808 This implicitly means that it now calls kill-all-local-variables.
9809 Also remove the Emacs-18 compatibility code.
9810
9811 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9812 Make use of symbol-property doc-string-elt.
9813 Use memq rather than a sequence of eq.
9814 (doc-string-elt): Fix the wrong or missing previously unused values.
9815 (autoload-print-form): New function extracted from
9816 generate-file-autoloads to allow recursion when handling progn
9817 so that defvar's and defun's docstrings are properly printed.
9818 (generate-file-autoloads): Use it.
9819
9820 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9821 Use find-file-hooks in the minor-mode function.
9822 Be careful not to loop indefinitely in the post-command-hook function.
9823
9824 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9825
9826 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9827 tty's.
9828 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9829 differences whenever appropriate.
9830 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9831 * viper.el (find-file, find-file-other-window): Get viper to do
9832 wildcards.
9833
9834 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9835
9836 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9837 (jit-lock-fontify-buffer): New function for JIT refontification.
9838 (jit-lock-mode): Fix docstring.
9839 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9840 Remove jit-lock-after-change from the _local_ hook.
9841 (jit-lock-function-1): Fix docstring.
9842
9843 * info.el (Info-on-current-buffer): Initialize info.
9844
9845 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9846
9847 * progmodes/tcl.el (tcl-indent-for-comment):
9848 Ignore comment-indent-hook.
9849
9850 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9851 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9852 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9853 and improve to use the lighter to guess the capitalization.
9854 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9855 Add keyword arguments to specify global-ness or the custom group.
9856 Add local-map and help-echo properties to the lighter.
9857 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9858 (easy-mmode-define-global-mode): New macro.
9859
9860 2000-06-02 Dave Love <fx@gnu.org>
9861
9862 * wid-edit.el: byte-compile-dynamic since we typically don't use
9863 all the widgets. Don't require cl or widget. Remove
9864 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9865 (widget-read-event): Removed. Callers changed to use read-event.
9866 (widget-button-release-event-p): Renamed from
9867 button-release-event-p.
9868 (widget-field-add-space, widget-field-use-before-change):
9869 Uncustomize.
9870 (widget-specify-field): Use keymap property, not local-map.
9871 (widget-specify-button): Obey :suppress-face.
9872 (widget-specify-insert): Use modern backquote syntax.
9873 (widget-image-directory): Renamed from widget-glyph-directory.
9874 (widget-image-enable): Renamed from widget-glyph-enable.
9875 (widget-image-find): Replaces widget-glyph-find.
9876 (widget-button-pressed-face): Move defvar.
9877 (widget-image-insert): Replaces widget-glyph-insert.
9878 (widget-convert): Use keywordp.
9879 (widget-leave-text, widget-children-value-delete): Use mapc.
9880 (widget-keymap): Remove XEmacs stuff.
9881 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9882 (widget-button-click): Don't set point at the click, but re-centre
9883 if we scroll out of window. Rewritten for images v. glyphs &c.
9884 (widget-tabable-at): Use POS arg, not point.
9885 (widget-beginning-of-line, widget-end-of-line)
9886 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9887 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9888 (widget-default-create): Use widget-image-insert; some rewriting.
9889 (widget-visibility-value-create)
9890 (widget-push-button-value-create, widget-toggle-value-create): Use
9891 widget-image-insert.
9892 (checkbox): Create on and off images dynamically.
9893 (documentation-link): Change :help-echo.
9894 (widget-documentation-link-echo-help): Remove.
9895
9896 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9897
9898 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9899
9900 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9901 (easy-mmode-define-toggle, define-minor-mode): Use it.
9902 (easy-mmode-define-keymap): Docstring fix.
9903 (define-derived-mode): Default PARENT to fundamental-mode.
9904 Add the derived-mode-parent symbol-property.
9905 (easy-mmode-derived-mode-p): New function.
9906
9907 2000-06-02 Dave Love <fx@gnu.org>
9908
9909 * files.el (convert-standard-filename): Doc fix.
9910 (normal-backup-enable-predicate): New function.
9911 (backup-enable-predicate): Use it to replace the lambda form.
9912
9913 * calendar/todo-mode.el: [This needs more work on the outline
9914 stuff.] Doc fixes.
9915 (todo) <defgroup>: Add :version.
9916 (todo-add-category): Don't use pushnew.
9917 (todo-cmd-raise): Fix typo.
9918 (todo-top-priorities): Change temp buffer name.
9919 (todo-category-alist): Avoid redundant lambda.
9920 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9921 Use outline-next-heading.
9922
9923 * autoarg.el: Rewritten to use define-minor-mode.
9924 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9925 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9926
9927 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9928
9929 * isearch.el (isearch-other-meta-char): Fix previous change.
9930
9931 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9932
9933 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9934 (log-edit-done): Only add the comment to the ring if it's different
9935 from the last comment entered.
9936
9937 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9938
9939 2000-06-01 Dave Love <fx@gnu.org>
9940
9941 * hl-line.el: Rewritten using define-minor-mode.
9942
9943 * help.el (describe-function-1): Distinguish special form from
9944 builtin function. Sanity-check presence of arglist for builtins.
9945
9946 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9947
9948 * international/characters.el: Fix syntax/category setting of
9949 Tibetan characters.
9950
9951 * language/tibet-util.el (tibetan-add-components): Fixes for new
9952 encoding of Tibetan characters.
9953 (tibetan-decompose-precomposition-alist): New variable.
9954 (tibetan-decompose-region): Convert precomposed characters to
9955 non-precomposed characters.
9956 (tibetan-decompose-string): Likewise.
9957 (tibetan-composition-function): Fix args to
9958 thibetan-compose-string.
9959
9960 * language/tibetan.el (tibetan-composable-pattern): More
9961 characters included.
9962 (tibetan-consonant-transcription-alist): Rule for "R" added.
9963 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9964 "+R" added.
9965 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9966
9967 * language/lao-util.el (lao-composition-function): Fix args to
9968 compose-string.
9969
9970 * language/thai-util.el (thai-composition-function): Fix args to
9971 compose-string.
9972
9973 * isearch.el (isearch-update): Set disable-point-adjustment to t
9974 to prevent the point moving to the end of a composition when a
9975 part of a composition is searched.
9976 (isearch-other-meta-char): If the key invoking this command can be
9977 mapped by function-key-map to a printing char, call
9978 isearch-process-search-char directly.
9979
9980 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9981
9982 * emacs-lisp/bytecomp.el:
9983 * frame.el:
9984 * international/mule-cmds.el:
9985 * international/mule-util.el:
9986 * international/mule.el:
9987 * mouse.el:
9988 * subr.el:
9989 * faces.el: Update calls to make-obsolete with a WHEN argument.
9990
9991 * byte-run.el (make-obsolete, make-obsolete-variable):
9992 Add an optional WHEN argument and change the format of the
9993 symbol-property information.
9994 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9995 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9996 new obsolete-symbol-property format and print WHEN if it is provided.
9997
9998 2000-05-31 Dave Love <fx@gnu.org>
9999
10000 * loadhist.el (loadhist-hook-functions): Remove
10001 before-change-function, after-change-function.
10002 (unload-feature): Deal with symbols which are both bound and
10003 fbound.
10004
10005 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10006 before-change-function, after-change-function.
10007
10008 * simple.el (newline): Don't bind before-change-function,
10009 after-change-function.
10010
10011 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10012
10013 * whitespace.el (whitespace-rescan-timer-time): Update interval
10014 set to 600 seconds (10 minutes) instead of 60 seconds since
10015 a large number of whitespace buffers causes emacs to `freeze'
10016 for a considerable amount of time.
10017
10018 * whitespace.el: Updated email address
10019
10020 2000-05-31 Dave Love <fx@gnu.org>
10021
10022 * add-log.el (change-log-font-lock-keywords) <function>: Add
10023 pattern for function of change.
10024 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10025 acknowledgements patterns.
10026
10027 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10028
10029 * isearch.el (isearch-printing-char): If keyboard coding system is
10030 being used, call isearch-process-search-multibyte-characters.
10031
10032 * international/isearch-x.el: Mostly rewritten.
10033
10034 * international/quail.el (quail-start-conversion): Don't include
10035 unhandled events in the returned events, but set them in
10036 unread-command-events. Exit if all inputs are deleted.
10037
10038 2000-05-30 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10041
10042 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10043 Reenable code to create initial fontsets.
10044 Use set-fontset-font in place of put-charset-property.
10045
10046 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10047
10048 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10049 label, ensure that the first colon isn't followed by another.
10050
10051 * paths.el (Info-default-directory-list): Doc fix.
10052
10053 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10054 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10055 send a query containing USER only, not USER@HOST.
10056
10057 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10058 and rmail-msgend to compute the restriction at the end, instead of
10059 computing it.
10060
10061 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10062
10063 * dabbrev.el (dabbrev-expand): Don't display messages in the
10064 echo area if the minibuffer window is active.
10065
10066 * jit-lock.el (jit-lock-mode): Add after change function to
10067 local hook.
10068
10069 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10070
10071 * antlr-mode.el: New commands: hide/unhide actions,
10072 upcase/downcase literals.
10073 (antlr-tiny-action-length): New user option.
10074 (antlr-hide-actions): New command. Suggested by
10075 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10076 (antlr-mode-map): New binding [C-c C-v].
10077 (antlr-mode-menu): New entries.
10078 (antlr-downcase-literals): New command.
10079 (antlr-upcase-literals): Ditto.
10080
10081 * antlr-mode.el: Minor changes: indendation, mode-name.
10082 (antlr-indent-line): Indent cpp directive at column 0.
10083 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10084
10085 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10086 (antlr-font-lock-additional-keywords): Workaround for intentional
10087 bug in XEmacs version of font-lock.
10088 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10089 be used by a smarter version of `buffers-menu-grouping-function'.
10090
10091 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10092
10093 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10094 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10095
10096 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10097
10098 * international/encoded-kb.el
10099 (encoded-kbd-iso2022-designation-map): Pay attention to that
10100 charset-iso-final-char return -1 for eight-bit-control and
10101 eight-bit-graphic.
10102
10103 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10104
10105 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10106 (speedbar-easymenu-definition-base): Use display-graphic-p where
10107 available, instead of window-system.
10108
10109 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10110
10111 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10112 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10113 coding systems.
10114
10115 2000-05-26 Dave Love <fx@gnu.org>
10116
10117 * disp-table.el (standard-display-underline): Don't use
10118 internal-find-face.
10119
10120 * mail/reporter.el: Maintainer change. Doc fixes.
10121 (reporter-version): Deleted.
10122
10123 * emacs-lisp/elp.el: Maintainer change.
10124 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10125
10126 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * add-log.el (add-change-log-entry): Merge the current entry with the
10129 previous one if the previous one is empty.
10130
10131 2000-05-26 Dave Love <fx@gnu.org>
10132
10133 * loadhist.el (unload-feature): Fix interactive spec [from
10134 lijnzaad@ebi.ac.uk].
10135
10136 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10137 subr-arity to check primitives.
10138 (byte-compile-flush-pending, byte-compile-file-form-progn)
10139 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10140 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10141 mapcar.
10142
10143 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10144
10145 * international/fontset.el: Set family names of non-latin charsets
10146 in default fontset to "*".
10147
10148 * international/mule-diag.el (print-fontset): Combine family part
10149 and registry part of the fontname by "-*-" instead of "-".
10150
10151 * international/mule-cmds.el (encode-coding-char): Make strings
10152 multibyte before calling encode-coding-string.
10153
10154 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10155
10156 * derived.el: Fix keywords.
10157 (define-derived-mode): Only define if needed.
10158
10159 * simple.el (fill-comment, comment-column, comment-start)
10160 (comment-start-skip, comment-end, comment-indent-function)
10161 (block-comment-start, block-comment-end, indent-for-comment)
10162 (set-comment-column, kill-comment, comment-padding, comment-region)
10163 (comment-multi-line, indent-new-comment-line): Remove.
10164
10165 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10166 function names for comment operations.
10167
10168 * newcomment.el: Add abundant autoload cookies.
10169 (comment-style): Don't depend on runtime data at compile-time.
10170 (comment-indent-hook): Remove.
10171 (comment-indent): Check if comment-indent-hook is bound.
10172 (comment-region): Docstring fix.
10173
10174 2000-05-25 Dave Love <fx@gnu.org>
10175
10176 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10177 byte-code-function-p.
10178
10179 * mail/rmailsum.el: Add provide.
10180
10181 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10182
10183 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10184 defcustom.
10185
10186 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10187
10188 * ediff-diff.el (ediff-exec-process): delete --binary option from
10189 non-buffer ediff jobs.
10190
10191 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10192
10193 * hilit-chg.el (highlight-changes-mode): Ask about color or
10194 grayscale support, not about window-system.
10195
10196 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10197 window-system.
10198 (ffap-highlight): Always default to t.
10199
10200 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10201 display-popup-menus-p instead of looking at window-system.
10202
10203 * disp-table.el (standard-display-g1, standard-display-graphic):
10204 Only refuse to use string glyphs on X and MS-Windows.
10205
10206 * avoid.el: Remove window-system from commentary, suggest to use
10207 display-*-p instead.
10208
10209 * apropos.el (apropos-print): Use display-mouse-p instead of
10210 window-system.
10211
10212 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * international/codepage.el (cp-decoding-vector-for-codepage):
10215 Fill up unsupported characters with their own codes. From Kenichi
10216 Handa.
10217
10218 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10219
10220 * international/mule-diag.el (describe-char-after): Use
10221 display-graphic-p instead of window-system, so that this function
10222 works on MS-DOS.
10223
10224 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10225
10226 * international/codepage.el (cp-make-coding-systems-for-codepage):
10227 Remove the eight-bit-graphic and eight-bit-control charsets from
10228 the list of charsets which we convert into `?'.
10229
10230 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10231
10232 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10233 private charsets.
10234 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10235 japanese-jisx0213-2): New charsets.
10236
10237 * international/fontset.el: Setup default fontset for new charsets.
10238
10239 2000-05-24 Dave Love <fx@gnu.org>
10240
10241 * info.el (Info-find-node-2): Restructure [following "Vadim
10242 S. Solomin" <sovs@uic.nnov.ru>].
10243
10244 * icomplete.el: Fix header for Finder.
10245
10246 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10247
10248 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10249 STAY.
10250
10251 * rmail.el (rmail-automatic-folder-directives): New user variable.
10252 (rmail-show-message): Add call to `rmail-auto-file' during
10253 display.
10254 (rmail-auto-file): New function.
10255
10256 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10257
10258 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10259 account.
10260 (ediff-test-utility,ediff-diff-mandatory-option)
10261 (ediff-reset-diff-options): Utilities for proper initialization of
10262 ediff-diff-options and ediff-diff3-options on Windows.
10263
10264 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10265 variable.
10266
10267 * ediff-mult.el (ediff-filegroup-action): Use
10268 ediff-merge-filename-prefix.
10269
10270 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10271
10272 * viper-ex.el (ex-write): Set selective display to nil.
10273
10274 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10275
10276 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10277 aliases for hebrew-iso-8bit.
10278
10279 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10280
10281 * woman.el: New version from Francis J. Wright
10282 <F.J.Wright@Maths.QMW.ac.uk>.
10283 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10284 names in environment variables regardless of the path separator.
10285 (woman-topic-all-completions-1): Don't call file-name-directory-p
10286 on all files, since woman-file-regexp already filters out any
10287 directories.
10288
10289 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10290
10291 * international/quail.el (quail-start-translation): Don't change
10292 modified-p of the current buffer.
10293 (quail-start-conversion): Likewise.
10294
10295 * international/kkc.el (kkc-region): Don't change modified-p of
10296 the current buffer.
10297
10298 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10299 conform to RFC1468.
10300 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10301
10302 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10303
10304 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10305 (speedbar-insert-button): Invisible text property fix.
10306 (speedbar-directory-plus): Renamed from speedbar-directory-+
10307 (speedbar-directory-minus): Renamed from speedbar-directory--
10308 (speedbar-page-plus): Renamed from speedbar-file-+
10309 (speedbar-page-minus): Renamed from speedbar-file--
10310 (speedbar-page): Renamed from speedbar-file-
10311 (speedbar-tag): Renamed from speedbar-tag-
10312 (speedbar-tag-plus): Renamed from speedbar-tag-+
10313 (speedbar-tag-minus): Renamed from speedbar-tag--
10314 (speedbar-expand-image-button-alist): Use above renames.
10315
10316 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10317 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10318 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10319 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10320 * sb-pg.xpm: Renamed from sb-file.xpm
10321 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10322 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10323
10324 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10325
10326 * international/quail.el (quail-show-guidance-buf): Set
10327 current-input-method of the guidance buffer to the name of the
10328 curren input method.
10329
10330 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10331
10332 * progmodes/compile.el (compile-internal): Style typo.
10333
10334 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10335 quote vars and functions in the docstring.
10336
10337 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10338
10339 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10340 Don't quote lambdas.
10341
10342 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10343
10344 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10345
10346 * startup.el (command-line): Determine source file of compiled
10347 user init file differently. Warn if compiled user init file
10348 is older than its source file.
10349
10350 * ffap.el (ffap-url-regexp): Add `https'.
10351
10352 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10353
10354 * files.el (make-backup-file-name-1): Replace slashes with `!'
10355 rather than `|' (which is not allowed on Windows). Replace the
10356 drive letters with a string "drive_X".
10357
10358 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10359
10360 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10361
10362 * files.el (interpreter-mode-alist): Add `bash2'.
10363
10364 2000-05-22 Dave Love <fx@gnu.org>
10365
10366 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10367 mapc.
10368 (feature-file): Avoid calling symbol-name. Doc fix.
10369 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10370 (loadhist-hook-functions): Add mouse-position-function.
10371 (unload-feature): Change uses of mapcar.
10372
10373 * files.el (parse-colon-path): Doc fix.
10374 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10375 (set-auto-mode): Use mapc.
10376
10377 * complete.el (PC-look-for-include-file): Use :alnum: character
10378 class.
10379 (partial-completion-mode): Add autoload cookie.
10380
10381 2000-05-22 Sam Steingold <sds@gnu.org>
10382
10383 * info.el (Info-fontify-node): Fixed the call to
10384 `add-text-properties' (bug introduced on 2000-05-18).
10385
10386 2000-05-22 Dave Love <fx@gnu.org>
10387
10388 * bindings.el: Remove debug-ignored-errors set in other files.
10389
10390 * progmodes/etags.el: Add to debug-ignored-errors.
10391 (visit-tags-table-buffer): Clear out buffers holding old tables
10392 when making a new list.
10393 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10394 mapc.
10395
10396 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10397 quote keywords.
10398 (cmpl-string-case-type): Use character classes.
10399
10400 * comint.el:
10401 * textmodes/ispell.el:
10402 * imenu.el:
10403 * mail/mh-e.el:
10404 * progmodes/compile.el: Add to debug-ignored-errors.
10405
10406 * dabbrev.el: Add to debug-ignored-errors.
10407 (dabbrev-completion): Use mapc.
10408
10409 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10410
10411 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10412 (woman-mapcan, woman-parse-man.conf)
10413 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10414 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10415 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10416 path syntax better.
10417 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10418 (woman-manpath): Call woman-parse-man.conf.
10419 (woman-emulation): New defcustom, defaults to nroff.
10420 (woman-font-support): New defconst.
10421 (woman-use-symbol-font): New defcustom.
10422 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10423 "Emulation".
10424 Many functions: Doc fix.
10425
10426 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10427
10428 * international/quail.el (quail-simple-translation-keymap): Map
10429 128..255 to quail-self-insert-command.
10430 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10431
10432 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10433
10434 * help.el (help-manyarg-func-alist): Typo.
10435
10436 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10437 intervals which makes it heaps simpler.
10438
10439 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10440 the nested comment markers.
10441
10442 * subr.el (remove-hook): Don't turn the hook's value into a list.
10443
10444 2000-05-21 Dave Love <fx@gnu.org>
10445
10446 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10447 are invalid characters.
10448
10449 * international/mule-util.el (detect-coding-with-priority): Use
10450 mapc. Remove redundant lambda.
10451
10452 * international/mule-diag.el (list-non-iso-charset-chars)
10453 (describe-fontset): Remove redundant lambda.
10454
10455 * emulation/crisp.el (brief-mode): New alias.
10456
10457 * emacs-lisp/ring.el (ring-elements): New function.
10458
10459 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10460 (easy-menu-do-add-item): Use keywordp.
10461
10462 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10463
10464 * replace.el: Doc and error message fixes.
10465 (replace-highlight): Use facep, not internal-find-face.
10466
10467 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10468
10469 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10470
10471 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10472 (log-edit-insert-changelog): Drop `:' as well.
10473
10474 * log-view.el: Fix file description.
10475 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10476 available.
10477 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10478 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10479
10480 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10481 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10482 Print a status message if the toggle is called interactively.
10483 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10484 for global minor modes and use `defcustom' for them.
10485 Use add-minor-mode.
10486 (easy-mmode-define-derived-mode): Remove.
10487 (define-derived-mode): Fancier default docstring.
10488 (easy-mmode-define-navigation): Signal an error rather than (ding).
10489
10490 * newcomment.el (comment-styles): New `box-multi'.
10491 (comment-normalize-vars): Better default for comment-continue to
10492 avoid whitespace-only continuations.
10493 (comment-search-forward): Always move even in the no-syntax case.
10494 (comment-padright): Only obey N if it's only obeyed for padleft.
10495 (comment-make-extra-lines): Better handling of empty continuations.
10496 Use `=' for the filler if comment-start has only one character.
10497 (uncomment-region): Try handling the special `=' filler.
10498 (comment-region): Allow LINES even if MULTI is nil.
10499 (comment-box): Choose box style based on comment-style.
10500
10501 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10502
10503 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10504 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10505
10506 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10507
10508 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10509 and insert, not subst-char-in-region.
10510
10511 * international/mule-diag.el (list-character-sets-1): Handle
10512 charsets eight-bit-control and eight-bit-graphic.
10513 (list-iso-charset-chars): Likewise.
10514 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10515 charactes as is. Use indent-to to align characters.
10516
10517 * international/mule-cmds.el (find-multibyte-characters): Never
10518 exclude charsets eight-bit-control and eight-bit-graphic.
10519
10520 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10521
10522 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10523 Don't quote lambdas.
10524
10525 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10526
10527 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10528
10529 * gud.el (gud-jdb-directories): Doc fix.
10530
10531 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10532
10533 * newcomment.el: New file.
10534
10535 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10536
10537 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10538
10539 2000-05-18 Andreas Schwab <schwab@suse.de>
10540
10541 * dired.el (dired-between-files): Also skip lines beginning with
10542 `used'.
10543
10544 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10545
10546 * msb.el (msb-menu-cond): Add choice `user'.
10547
10548 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10549
10550 * ps-print.el: Compatibility, customization and doc fix.
10551 (ps-printer-name-option): Replace defconst by defvar.
10552 (ps-postscript-code-directory): XEmacs compatibility.
10553 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10554 fix.
10555 (ps-user-defined-prologue, ps-print-prologue-header)
10556 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10557 compatibility and code fix.
10558 (ps-print-background-image, ps-print-background-text):
10559 Customization fix.
10560 (ps-line-number-start, ps-n-up-on): New vars.
10561
10562 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10563
10564 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10565 the indent-comment function to just return the appropriate indent.
10566
10567 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10568
10569 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10570 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10571 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10572
10573 2000-05-18 Dave Love <fx@gnu.org>
10574
10575 * info.el (Info-fontify-node): Add intangible property as well as
10576 invisible.
10577
10578 * calendar/appt.el (appt-make-list): Match all lines of entry.
10579 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10580
10581 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10582
10583 * international/mule-diag.el (describe-char-after): Call
10584 internal-char-font, not char-font. If internal-char-font returns
10585 nil, display "-- none --".
10586
10587 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * image.el (image-type-available-p): Don't reference image-types
10590 if it isn't bound.
10591
10592 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10593
10594 * autoarg.el (autoarg-mode): Typo in the :set argument.
10595
10596 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10597
10598 * startup.el (command-line-1): Don't signal an error if the
10599 directory for auto-save-list files does not yet exist.
10600
10601 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10602
10603 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10604
10605 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10606
10607 * subr.el (remove-hook): `setq' hook-value, not `set'.
10608
10609 2000-05-16 Sam Steingold <sds@gnu.org>
10610
10611 * info.el (debug-ignored-errors): More errors to ignore.
10612
10613 2000-05-16 Dave Love <fx@gnu.org>
10614
10615 * cus-edit.el: Don't require cl or easymenu.
10616 (custom-variable-prompt): Test standard-value property, not
10617 user-variable-p.
10618
10619 2000-05-16 Sam Steingold <sds@gnu.org>
10620
10621 * subr.el (add-hook): `setq' hook-value, not `set'.
10622
10623 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10624
10625 * startup.el (command-line-1): Mention the FAQ in the startup
10626 message.
10627
10628 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10629
10630 * progmodes/compile.el (compilation-parse-errors): Collect
10631 `nomessage' regexps last.
10632
10633 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10634
10635 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10636 to the function name.
10637
10638 2000-05-15 Dave Love <fx@gnu.org>
10639
10640 * speedbar.el (speedbar-recenter): Typo.
10641 (speedbar-expand-line): Make arg optional.
10642 (speedbar-mode): Avoid a compiler warning.
10643
10644 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10645
10646 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10647 user-specified option string is empty.
10648
10649 * mouse.el (mouse-yank-at-click): Doc fix.
10650
10651 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10652
10653 * term/internal.el (IT-character-translations): More updates of
10654 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10655 documents.
10656
10657 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10658
10659 * env.el (getenv): New function, interactively callable.
10660 (setenv, getenv): Remove autoload cookies.
10661
10662 * loadup.el: Load `env'.
10663
10664 * progmodes/f90.el: Change author's mail address.
10665
10666 2000-05-14 Dave Love <fx@gnu.org>
10667
10668 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10669 goto-addr as an option.
10670
10671 * help.el (help-xref-stack): Doc fix.
10672 (help-xref-following): New variable.
10673 (help-make-xrefs): Use it.
10674 (help-xref-go-back): Use position information from stack element.
10675 (help-follow): Make position in stack element a pair. Use
10676 help-xref-following.
10677
10678 * autoarg.el: New file.
10679
10680 * faces.el: Declare more functions obsolete.
10681
10682 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10683 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10684 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10685 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10686 Remove all the setup-...-environment functions.
10687
10688 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10689
10690 * speedbar.el: Updated the commentary section. xemacs20p now uses
10691 >= when detecting. Require `defimage' safely.
10692 (speedbar-easymenu-definition-base): Add toggle for images.
10693 (speedbar-easymenu-definition-special): Add flush cache & expand.
10694 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10695 (speedbar-reconfigure-keymaps-hook): New variable.
10696 (speedbar-frame-parameters): Updated documentation.
10697 (speedbar-use-imenu-flag): Updated custom tag
10698 (speedbar-dynamic-tags-function-list): New variable.
10699 (speedbar-tag-hierarchy-method): Updated doc & custom.
10700 (speedbar-indentation-width, speedbar-indentation-width) New
10701 variables.
10702 (speedbar-hide-button-brackets-flag): Customizable.
10703 (speedbar-vc-indicator): Doc update.
10704 (speedbar-ignored-path-expressions): Updated default value.
10705 (speedbar-supported-extension-expressions): Updated default value.
10706 (speedbar-syntax-table): Remove {} paren status.
10707 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10708 as "+". Added overlay aliases.
10709 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10710 `force-mode-line-update'.
10711 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10712 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10713 `mouse-set-point'
10714 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10715 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10716 of arbitrary text, and new helper functions.
10717 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10718 filename finder.
10719 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10720 (speedbar-directory-buttons): Update path search/expansion.
10721 (speedbar-make-tag-line): Pay attention to
10722 `speedbar-indentation-width'. Use more care w/ invisible
10723 properties.
10724 (speedbar-change-expand-button-char): Call
10725 `speedbar-insert-image-button-maybe'.
10726 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10727 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10728 (speedbar-trim-words-tag-hierarchy)
10729 (speedbar-simple-group-tag-hierarchy): New functions
10730 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10731 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10732 functions.
10733 (speedbar-mouse-set-point): New function
10734 (speedbar-power-click): Updated documentation.
10735 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10736 of tag prefix text.
10737 (speedbar-expand-line, speedbar-contract-line): Make more robust
10738 to strange text.
10739 (speedbar-expand-line): Takes universal argument to flush the
10740 cache.
10741 (speedbar-flush-expand-line): New function.
10742 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10743 Use new generator insertion method.
10744 (speedbar-fetch-dynamic-tags): New function.
10745 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10746 `speedbar-fetch-dynamic-imenu'.
10747 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10748 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10749 "Revert Buffer" menu items.
10750 (speedbar-buffer-buttons-engine): Be smarter when creating a
10751 filename tag (for expansion purposes.).
10752 (speedbar-highlight-one-tag-line,
10753 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10754 (speedbar-recenter): New functions.
10755 (defimage-speedbar): Image loading abstraction.
10756 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10757 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10758 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10759 (speedbar-tag-type, speedbar-tag-mail): New images.
10760 (speedbar-expand-image-button-alist): New variable.
10761 (speedbar-insert-image-button-maybe): Insert an image over some
10762 buttons.
10763
10764 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10765
10766 * international/mule-cmds.el (encode-coding-char): An ASCII
10767 character is always encodable.
10768
10769 * international/mule-conf.el: Add more information in descriptions
10770 of character sets.
10771
10772 * international/mule-diag.el (describe-char-after): New function.
10773 (describe-font-internal): Adjusted for the change of font-info.
10774 (describe-font): Likewise.
10775 (print-fontset): Rewritten for the new fontset implementation.
10776 (describe-fontset): Include fontset alias names in completion.
10777 (list-fontsets): Adjusted for the change of print-fontset.
10778
10779 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10780 describe-char-after instead of displaying the detail in the echo
10781 area.
10782 (syntax-code-table): Format changed.
10783 (string-to-syntax): Adjusted for the above change.
10784
10785 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10786
10787 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10788
10789 2000-05-12 Dave Love <fx@gnu.org>
10790
10791 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10792 dependence. Use line-{beginning,end}-position, not
10793 point-at{b,e}ol. Some doc fixes.
10794 (todo-position): New function. Fix callers of position to use it.
10795 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10796
10797 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10798
10799 * time.el (display-time-mail-icon): Use `:ascent center'.
10800
10801 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10802 handling FTP security extensions.
10803
10804 2000-05-11 Dave Love <fx@gnu.org>
10805
10806 * calendar/todo-mode.el: New file.
10807
10808 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10809
10810 * comint.el (comint-read-input-ring): Move reference to
10811 comint-input-ring-size outside of the save-excursion. It was
10812 causing the default value to be the only one ever seen.
10813
10814 * font-lock.el: Update copyright. Remove Simon Marshall's email
10815 address on request from him.
10816
10817 * subr.el (substitute-key-definition): Add comment describing
10818 the meaning of PREFIX.
10819
10820 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10823
10824 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10825 (add-minor-mode): Don't make the variable buffer-local and add a
10826 reference to define-minor-mode in the docstring.
10827
10828 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10829 HEADER/FOOTER and fix bug with trailing empty directory.
10830 (cvs-append-to-ignore): Use vc-editable-p if available.
10831 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10832 (vc-do-command): Tweak advice to handle the new VC.
10833
10834 * log-view.el (log-view-goto-rev): New function for the new VC.
10835 (log-view-minor-wrap): Use mark-active.
10836
10837 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10838 (log-edit-changelog-full-paragraphs): New var.
10839 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10840 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10841 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10842 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10843 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10844 Replace the `cvs' prefix with `log-edit'.
10845
10846 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10847
10848 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10849 (diff-font-lock-defaults): Explicitly turn off multiline.
10850 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10851 (diff-ediff-patch): Fix call to ediff-patch-file.
10852 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10853 Handle comments.
10854
10855 * frame.el (automatic-hscrolling): Typo.
10856
10857 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10858
10859 2000-05-09 Sam Steingold <sds@goems.com>
10860
10861 * apropos.el (apropos-print): use `describe-face' instead of
10862 `customize-face-other-window'.
10863
10864 2000-05-09 Dave Love <fx@gnu.org>
10865
10866 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10867
10868 * help.el (describe-variable): Have customize button pop the
10869 help-xref stack when invoked.
10870 (help-xref-symbol-regexp): Add `face'.
10871 (help-make-xrefs): Check for quoted face names and adapt regexp
10872 submatch numbers to cope.
10873 (help-xref-interned): Maybe insert face doc too. Separate
10874 sections with a line of hyphens.
10875
10876 * faces.el: Some doc fixes. Declare some functions obsolete.
10877 (describe-face): Add customize button. Return the help
10878 text. Fix prompt.
10879
10880 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10881
10882 * term/internal.el (IT-character-translations): Fix last change.
10883
10884 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * woman.el: New file
10887 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10888
10889 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10890
10891 * term/internal.el (IT-character-translations): Update ASCII
10892 simulations for greek-iso8859-7, add latin-iso8859-14 and
10893 latin-iso8859-15.
10894
10895 * international/mule-cmds.el (set-language-info-alist): Call
10896 define-prefix-command with 3 arguments, to make the map suitable
10897 for a menu.
10898
10899 2000-05-07 Dave Love <fx@gnu.org>
10900
10901 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10902
10903 2000-05-05 Dave Love <fx@gnu.org>
10904
10905 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10906 list in doc string. Don't quote keyword symbols.
10907 * emacs-lisp/cl.el: Likewise
10908 * emacs-lisp/cl-seq.el: Likewise
10909
10910 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10911
10912 * abbrev.el (abbrev-mode): Make ARG optional.
10913
10914 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10915
10916 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10917
10918 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10919
10920 * subr.el (substitute-key-definition): Clarify documentation.
10921
10922 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10923
10924 * glasses.el (glasses-convert-to-unreadable): Use
10925 `glasses-separator' instead of the hard-wired "_".
10926 (glasses-mode): Call `glasses-make-unreadable' only in a single
10927 place.
10928
10929 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * term/internal.el (cjk-codepages-alist): Add associations for
10932 Chinese and Korean codepages. Remove FIXME comment.
10933
10934 2000-05-03 Dave Love <fx@gnu.org>
10935
10936 * time.el (display-time-mail-face, display-time-use-mail-icon):
10937 New option.
10938 (display-time-mail-icon): New variable.
10939 (display-time-string-forms): Use the above. Fix the local-map.
10940
10941 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10942
10943 * replace.el (query-replace-map): Add binding for `E'.
10944 (query-replace-help): Extend help text.
10945 (perform-replace): Allow editing the replacement string.
10946
10947 * make-mode.el (makefile-mode-abbrev-table): New variable.
10948 (makefile-mode): Set local abbrev table to
10949 makefile-mode-abbrev-table.
10950 (makefile-font-lock-keywords): Fontify includes and conditionals.
10951
10952 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10953 set TOGGLE's value.
10954
10955 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10956 mail-interactive-insert-alias.
10957 (mail-abbrev-complete-alias): New command.
10958 (mail-mode-map): Bind it to `M-TAB'.
10959
10960 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10961
10962 * language/lao-util.el (lao-compose-region): New function.
10963
10964 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10965
10966 * files.el (recover-session): Make directories as necessary
10967 if they don't exist yet.
10968
10969 * calendar/cal-french.el
10970 (french-calendar-multibyte-special-days-array)
10971 (french-calendar-special-days-array): Change French text.
10972 (calendar-french-date-string): Change output.
10973 (calendar-goto-french-date): Likewise.
10974
10975 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10976
10977 * wid-edit.el (widget-default-active): Obey `:always-active'.
10978 (widget-documentation-string-value-create): Set `:always-active'.
10979
10980 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10981
10982 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10983 default prefix to `~/_emacs.d/auto-save.list/_s'.
10984 (normal-top-level): Create the directory for auto-save files, if
10985 it doesn't already exist (in the ms-dos case only).
10986
10987 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10988
10989 * international/mule-cmds.el (set-language-environment): Don't
10990 concat an integer (dos-codepage), use format instead.
10991
10992 2000-05-02 Dave Love <fx@gnu.org>
10993
10994 * help.el (help-xref-on-pp): Check for constant symbols.
10995
10996 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10997
10998 * startup.el (normal-top-level): Put a condition-case around
10999 the code loading subdirs.el.
11000
11001 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11002
11003 * ps-print.el: Upside-down and face background color printing,
11004 line number step, doc fix.
11005 (ps-print-version): New version number (5.2).
11006 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11007 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11008 (ps-spool-config): Var fix.
11009 (ps-printer-name-option): Const fix.
11010 (ps-print-upside-down, ps-use-face-background)
11011 (ps-line-number-step): New vars.
11012 (ps-window-system, ps-lp-system): New consts.
11013 (ps-face-background): New fun.
11014
11015 2000-04-28 Richard Stallman <rms@gnu.org>
11016
11017 * files.el (make-auto-save-file-name):
11018 Apply auto-save-file-name-transforms to visited file name
11019 before generating auto save file name.
11020 (auto-save-file-name-transforms): New variable.
11021
11022 * files.el (backup-enable-predicate):
11023 Correctly test for a file under a temporary directory.
11024
11025 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11026
11027 * subr.el (add-minor-mode): Rewritten.
11028
11029 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11030
11031 * mail/sendmail.el (sendmail-send-it): Set
11032 buffer-file-coding-system to the selected coding system for MIME
11033 header.
11034
11035 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11036
11037 * dired.el (dired-move-to-filename-regexp): Allow format where
11038 YYYY is followed by two spaces.
11039
11040 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11041 in the second character class of the regexp.
11042
11043 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11044 mh-etc, too.
11045
11046 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11047 nil.
11048
11049 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11050
11051 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11052 argument.
11053
11054 2000-04-27 Sen Nagata <sen@eccosys.com>
11055
11056 * emacs-lisp/crm.el (crm-completion-table): New variable.
11057 (crm-collection-fn, crm-test-completion)
11058 (completing-read-multiple): Use it.
11059
11060 2000-04-27 Dave Love <fx@gnu.org>
11061
11062 * help.el (locate-library): Use mapc.
11063 (help-manyarg-func-alist): Add call-process-region.
11064
11065 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11066
11067 * subr.el (add-minor-mode): Make argument MAP optional.
11068
11069 * desktop.el (desktop-save): Save list of minor modes.
11070 (desktop-create-buffer): Restore minor modes.
11071 (desktop-minor-mode-table): New user-option.
11072
11073 * subr.el (add-minor-mode): New function.
11074
11075 * image.el (find-image): New function.
11076 (defimage): Rewritten to find image at load time.
11077
11078 * startup.el (normal-top-level-add-to-load-path): Handle
11079 case that the default directory is not in load-path.
11080
11081 * help.el: Old patch from Stefan Monnier.
11082 (help-xref-on-pp): New function.
11083 (describe-variable): Use it to display xrefs in a symbol's value.
11084
11085 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11086
11087 * cus-edit.el (custom-face): Fix parenthesis.
11088
11089 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11090
11091 * mail/rmail.el (rmail-expunge): When there are no deleted
11092 messages, do nothing.
11093
11094 2000-04-26 Dave Love <fx@gnu.org>
11095
11096 * international/mule-cmds.el (locale-translation-file-name):
11097 Defvar to nil.
11098 (set-locale-environment): Set it here (at runtime).
11099
11100 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11101
11102 * replace.el (perform-replace): Add parameters START and END. Use
11103 them instead of the check for a region in Transient Mark mode.
11104 (query-replace-read-args): Return two more list elements for the
11105 start and end of the region in Transient Mark mode.
11106 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11107 (map-query-replace-regexp, replace-string, replace-regexp): Add
11108 optional last arguments START and END and pass them to
11109 perform-replace.
11110
11111 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11112 form with additional arguments for perform-replace.
11113
11114 * progmodes/etags.el (tags-query-replace): Add parameters START
11115 and END. Construct a form with additional arguments for
11116 perform-replace.
11117
11118 * simple.el (shell-command): Set default directory for "*Shell
11119 Command Output" buffer.
11120
11121 * language/european.el (iso-latin-4): Fix typo.
11122
11123 * emacs-lisp/crm.el: New file.
11124
11125 2000-04-24 Dave Love <fx@gnu.org>
11126
11127 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11128 (Custom-reset-saved, Custom-reset-standard)
11129 (custom-group-value-create, custom-group-set, custom-group-save)
11130 (custom-group-reset-current, custom-group-reset-saved)
11131 (custom-group-reset-standard): Use mapc.
11132 (custom-buffer-create-internal): Disable undo when creating items.
11133 Use mapc.
11134 (custom-face): Avoid redundant lambda.
11135
11136 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11137
11138 * startup.el (auto-save-list-file-prefix): Set default to
11139 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11140
11141 2000-04-24 Sam Steingold <sds@gnu.org>
11142
11143 * time-stamp.el (time-stamp-string-preprocess): Always convert
11144 `field-result' to a string.
11145
11146 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11147
11148 * frame.el (scrolling): New group.
11149 (automatic-hscrolling): New user-option.
11150
11151 * startup.el (command-line-x-option-alist): Add `-lsp' and
11152 `--line-spacing'.
11153
11154 2000-04-19 Dave Love <fx@gnu.org>
11155
11156 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11157 (cl-mapc): Rename from mapc. Fix the funcall.
11158
11159 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11160
11161 * simple.el (clone-indirect-buffer-other-window): New command.
11162 (clone-indirect-buffer): Add optional arg NORECROD.
11163 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11164
11165 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11166
11167 * window.el (count-screen-lines): New function.
11168 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11169 instead of window-buffer-height.
11170
11171 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11172 non-existing variable comint-input-sentinel.
11173 (inferior-lisp-args-to-list): Removed.
11174 (inferior-lisp): Use split-string instead of
11175 inferior-lisp-args-to-list.
11176
11177 * hexl.el (hexl-insert-hex-string): New command.
11178
11179 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11180 instead of concat.
11181
11182 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11183
11184 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11185 at the start of an existing but empty folder.
11186
11187 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11188
11189 * ps-mule.el: Customization fix, doc fix.
11190 (ps-multibyte-buffer): Customization fix.
11191
11192 2000-04-17 Richard M. Stallman <rms@gnu.org>
11193
11194 * subr.el (read-passwd): Use read-char-exclusive.
11195
11196 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11197
11198 * textmodes/texinfo.el (texinfo-insert-@email)
11199 (texinfo-insert-@emph, texinfo-insert-@quotation)
11200 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11201 (texinfo-mode-map): Add key bindings for them.
11202
11203 * files.el (basic-save-buffer-2): Use a template with `$'
11204 instead of `#' for VMS.
11205
11206 * simple.el (clone-indirect-buffer): New function.
11207
11208 2000-04-16 Stephen Eglen <stephen@gnu.org>
11209
11210 * iswitchb.el (iswitchb-case): New function. If the user input
11211 contains any upper-case characters, the search is made
11212 case-sensitive.
11213
11214 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11215
11216 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11217 comment-end.
11218 (texinfo-font-lock-syntactic-keywords): New var.
11219 (texinfo-font-lock-keywords): Remove comment regexp.
11220 (texinfo-insert-block): New function.
11221 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11222 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11223 and font-lock-defaults. Use regexp-opt for outline-regexp.
11224 (texinfo-environments): New var.
11225 (texinfo-environment-regexp): Use regexp-opt and
11226 texinfo-environments.
11227
11228 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11229 ispell-process is bound since this might be eval'd before ispell
11230 is loaded.
11231 (ispell-message): Use a tiny bit less magic and a bit more hard
11232 data to figure out what kind of sc-cite-regexp to use.
11233
11234 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11235
11236 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11237 (insert-cyclic-diary-entry): Unquote the lambda.
11238
11239 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11240
11241 * files.el (backup-enable-predicate): Unquote the lambda.
11242
11243 * cus-edit.el (custom-face, face): Unquote the lambda.
11244
11245 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11246
11247 * ps-print.el: Check for line-beginning-position definition.
11248
11249 * ps-print.el: Fix counting lines in a region.
11250 (ps-print-version): New version number (5.1.5).
11251 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11252 (ps-printing-region): Fun code fix.
11253
11254 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11255
11256 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11257 to file-directory-p.
11258
11259 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11260
11261 * gud.el (gud-jdb-build-source-files-list): Check that directory
11262 exists before calling directory-files.
11263
11264 2000-04-13 Dave Love <fx@gnu.org>
11265
11266 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11267 syntax.
11268
11269 * emacs-lisp/cl-specs.el: Remove when, unless.
11270
11271 * emacs-lisp/cl-extra.el: Don't quote keywords.
11272 (cl-old-mapc): New variable.
11273 (mapc): Use it.
11274 (cl-map-intervals): Use with-current-buffer. Don't check for
11275 next-property-change.
11276 (cl-map-overlays): Use with-current-buffer.
11277 (cl-expt): Remove.
11278 (copy-tree, remprop): Define unconditionally.
11279
11280 * emacs-lisp/cl-compat.el (keywordp): Remove.
11281
11282 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11283 to use keywordp.
11284 (edebug-spec): Enable keywordp.
11285
11286 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11287 string-lessp.
11288
11289 * cus-start.el: Use keywordp.
11290
11291 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11292
11293 * diary-lib.el (include-other-diary-files): Fix the fix of
11294 2000-02-18 by doing a save-excursion.
11295
11296 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11297
11298 * ps-print.el: Customization fix, doc fix.
11299 (ps-print-version): New version number (5.1.4).
11300 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11301 (ps-print-preprint): Adjust code.
11302 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11303 (ps-print-prologue-header, ps-print-control-characters)
11304 (ps-spool-config): Customization fix.
11305
11306 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11307
11308 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11309 converted to the new menu-item format, names silightly changed,
11310 help strings added.
11311
11312 Support for spelling without async subprocesses:
11313
11314 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11315 (ispell-session-buffer): New variables.
11316 (ispell-start-process, ispell-process-status,
11317 ispell-accept-output, ispell-send-string): New functions, for
11318 Ispell invocation when async subprocesses aren't supported.
11319 (ispell-word, ispell-pdict-save, ispell-command-loop,
11320 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11321 to process-send-string with calls to ispell-send-string, and
11322 accept-process-output with ispell-accept-output.
11323 (ispell-init-process): Call ispell-process-status instead of
11324 process-status with.
11325 (ispell-init-process): Call ispell-start-process. Call
11326 ispell-accept-output and ispell-send-string. Don't call
11327 process-kill-without-query and kill-process if they are unbound.
11328 (ispell-async-processp): New function.
11329
11330 2000-04-12 Dave Love <fx@gnu.org>
11331
11332 * info.el: Add debug-ignored-errors.
11333 (Info-mode-menu): Add some items.
11334 (Info-directory): Add autoload cookie.
11335
11336 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11337 Modify `truncate-lines'. Make `describe-language-environment'
11338 always visible and add help. Modify `describe-key' help. Invoke
11339 Info-directory from `info'. New entry `emacs-manual'.
11340
11341 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11342
11343 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11344 propertized-buffer-identification.
11345 (ebrowse-update-member-buffer-mode-line): Likewise.
11346 (ebrowse--mode-strings): Removed.
11347 (ebrowse--mode-line-props): Removed.
11348
11349 * files.el (auto-mode-alist): Add `EBROWSE'.
11350
11351 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11352 space before testing for end of buffer.
11353 (ebrowse-load): Removed.
11354 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11355 (ebrowse-create-tree-buffer): Rewritten.
11356 (ebrowse-tree-mode): Read tree from buffer.
11357
11358 * progmodes/ebrowse-ffh.el: Removed.
11359
11360 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11361
11362 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11363
11364 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11365
11366 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11367 at the wrong place.
11368
11369 2000-04-09 Dave Love <fx@gnu.org>
11370
11371 * files.el (backup-enable-predicate): Use
11372 temporary-file-directory, small-temporary-file-directory.
11373 (make-backup-file-name-function, backup-directory-alist): New
11374 variables.
11375 (make-backup-file-name-1): New function.
11376 (make-backup-file-name): Use it.
11377 (find-backup-file-name): Likewise. Use format for clarity, not
11378 concat.
11379 (file-newest-backup): Use make-backup-file-name.
11380
11381 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11382
11383 * progmodes/ebrowse-ffh.el: New file.
11384
11385 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11386 to ebrowse-ffh.el.
11387 (ebrowse-load): Add autoload.
11388
11389 * finder.el (finder-commentary): Add autoload cookie.
11390
11391 * mail/rfc2368.el: Correct author's email address.
11392
11393 * progmodes/ebrowse.el: New file.
11394
11395 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11396 item help string.
11397 (easy-menu-do-add-item): Ditto.
11398 (easy-menu-define): Extend doc string.
11399
11400 * jit-lock.el (with-buffer-unmodified): Use
11401 restore-buffer-modified-p.
11402 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11403 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11404 with-buffer-unmodified.
11405
11406 2000-04-08 Dave Love <fx@gnu.org>
11407
11408 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11409 unless, when.
11410
11411 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11412
11413 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11414 (viper-flash-search-pattern): No operation when using Emacs
11415 doesn't support face.
11416 Use `viper-put-on-search-overlay'.
11417
11418 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11419
11420 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11421 like C-r.
11422
11423 * progmodes/make-mode.el: Some doc fixes.
11424 (makefile-mode-abbrev-table): New variable.
11425 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11426 (makefile-font-lock-keywords): Fontify includes and conditionals.
11427 (toplevel): Require `dabbrev' and `add-log' when compiling.
11428
11429 * replace.el (perform-replace): Don't move forward one char
11430 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11431 to do that because it leaves point 1 position after the last
11432 replacement, after everything has been replaced.
11433
11434 * jit-lock.el (with-buffer-unmodified): New macro.
11435 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11436 modified state.
11437 (jit-lock-function-1): Extracted from jit-lock-function; not
11438 preserving buffer's modified state.
11439 (jit-lock-function, jit-lock-stealth-fontify): Call
11440 jit-lock-function-1.
11441
11442 * mail/rfc2368.el: Remove supernumerary copyright line.
11443
11444 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11445
11446 * glasses.el: Provide facilities for inserting space before left
11447 parentheses and uncapitalization of identifiers.
11448 (glasses-mode): Try to remove old overlays in all cases.
11449
11450 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11451
11452 * progmodes/compile.el (compile-internal): Display the compilation
11453 buffer in a different frame, if it's already displayed there.
11454
11455 * mail/rfc2368.el: New file.
11456
11457 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11458 header and insert its value as mail body.
11459
11460 * subr.el (member-ignore-case): New function.
11461
11462 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11463 (dabbrev--find-expansion): Ignore buffers matching a regexp
11464 from dabbrev-ignored-regexps.
11465
11466 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11467 to extensions handled by gzip.
11468
11469 2000-04-03 Richard M. Stallman <rms@gnu.org>
11470
11471 * files.el (insert-directory): List the total free space
11472 along with the used space.
11473
11474 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11475 line is followed by one that matches CITATION-REGEXP, end the
11476 paragraph.
11477
11478 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11479
11480 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11481 (rmail-make-basic-summary-line): Use that option.
11482
11483 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11484
11485 * international/mule-cmds.el (encoded-string-description):
11486 Rewritten. Try pretty description for ISO 2022 escape sequences
11487 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11488 for hexadecimal format.
11489
11490 2000-04-01 Dave Love <fx@gnu.org>
11491
11492 * cpp.el: Change customization group to `c' from `C'.
11493
11494 * vcursor.el (vcursor-move): Use display-color-p.
11495
11496 * international/mule-util.el: Provide mule-utils.
11497 (string-to-sequence): Simplify and speed up.
11498
11499 * international/mule.el (make-coding-system): Purecopy doc-string.
11500
11501 * international/mule-cmds.el: Various menu changes.
11502 (describe-specified-language-support): Handle `Default'.
11503 (set-language-info): Purecopy `info'.
11504
11505 2000-03-31 Andrew Innes <andrewi@gnu.org>
11506
11507 * vc.el (vc-backend-diff): Return the correct status if we had to
11508 retry the rcsdiff command without the --brief option.
11509
11510 2000-03-31 Dave Love <fx@gnu.org>
11511
11512 * help.el (help-manyarg-func-alist): Correct several omissions.
11513
11514 * add-log.el: Don't require cl, fortran.
11515 (add-log-current-defun-function): Doc fix.
11516 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11517 fix.
11518 (change-log-version-rcs): Function deleted.
11519 (change-log-version-number-search): Doc fix. Use
11520 vc-workfile-version. Avoid CL dolist.
11521 (add-change-log-entry): Just call add-log-current-defun to get
11522 defun. Simplify somewhat.
11523 (change-log-get-method-definition-1): Likewise.
11524 (add-log-current-defun): Return nil if calling
11525 add-log-current-defun-function does so. Move Fortran stuff to
11526 fortran.el. Return string without properties.
11527
11528 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11529 and :alpha: char classes.
11530
11531 * mail/supercite.el: Defvar curline when compiling.
11532 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11533 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11534 rather than a-zA-Z0-9 to allow non-ASCII characters.
11535
11536 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11537
11538 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11539
11540 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11541 Re-enable new code.
11542
11543 * lpr.el (print-region-1): Use -d to specify printer name for
11544 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11545
11546 2000-03-31 Dave Love <fx@gnu.org>
11547
11548 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11549 for function definition in symbol's function value slot first
11550 instead of first consulting byte-compile-function-environment.
11551
11552 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11553
11554 * language/european.el ("Polish"): New language environment.
11555 (setup-polish-environment): New function.
11556
11557 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11558
11559 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11560 Disable new code.
11561
11562 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11563 trying to `load' the symbol of an autoload instead of the file
11564 recorded in the autoload. Fix error messages.
11565
11566 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11567
11568 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11569 (ps-print-version): New version number (5.1.3).
11570 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11571 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11572 (ps-generate-postscript-with-faces): Code fix.
11573 (ps-color-values): XEmacs compatibility.
11574 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11575 (ps-default-fg, ps-default-bg): Adjust customization.
11576 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11577 (ps-color-scale): Renaming old ps-color-value fun.
11578 (ps-print-headers): Replace ps-print-header group to avoid conflict
11579 with ps-print-header variable.
11580 (ps-print-miscellany): New group.
11581 (ps-format-color, ps-rgb-color): New funs.
11582 (ps-default-foreground): New var.
11583 (ps-printer-name-option): New const.
11584
11585 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11586
11587 * net/net-utils.el:
11588 (network-connection-host, network-connection-service): New variables
11589 (network-connection-mode): New mode, derived from comint-mode
11590 (network-connection-mode-setup): New function, saves host and
11591 service information in local variables.
11592
11593 * lisp/locate.el:
11594 (locate-word-at-point): Added this function
11595 (locate): Default to using locate-word-at-point as input
11596 Run dired-mode-hook
11597
11598 2000-03-29 Dave Love <fx@gnu.org>
11599
11600 * calendar/appt.el: Doc fixes.
11601 (appt-check): Convert min-to-app to a string before passing to
11602 appt-disp-window-function or concat.
11603 (appt-delete-window): Remove test for frame-root-window.
11604 (appt-select-lowest-window, appt-convert-time): Simplify.
11605
11606 * emacs-lisp/bytecomp.el: Doc fixes.
11607 (byte-compile-file-form-autoload): Update
11608 byte-compile-function-environment.
11609
11610 2000-03-29 Andreas Schwab <schwab@suse.de>
11611
11612 * emacs-lisp/autoload.el: Also print defsubst doc string
11613 specially.
11614
11615 * dired.el (dired-insert-directory): If dired-free-space-program
11616 failed just delete its output.
11617
11618 2000-03-29 Dave Love <fx@gnu.org>
11619
11620 * international/iso-cvt.el: Move provide to end. Doc fixes.
11621 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11622 (iso-iso2sgml, iso-sgml2iso): New functions.
11623 (iso-cvt-define-menu): Fix some entries and use backquote for
11624 clarity.
11625
11626 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11627
11628 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11629
11630 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11631 ISO-DATE. If non-nil, return date in ISO 8601 format.
11632
11633 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11634
11635 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11636 if it ever becomes used.
11637 (log-edit-mode-hook): Default to vc-log-mode-hook.
11638 (log-edit-mode): Fix the docstring.
11639
11640 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11641 the code.
11642
11643 2000-03-26 Dave Love <fx@gnu.org>
11644
11645 * net/browse-url.el (browse-url): Re-fix case of
11646 browse-url-browser-function being an alist.
11647 (browse-url): Add :link to defgroup.
11648
11649 * files.el: Doc fixes.
11650 (file-truename): Include `[' in wildcard characters.
11651 (automount-dir-prefix): Customize.
11652 (find-file-wildcards): Add :version.
11653 (find-file-noselect): Simplify a mapcar call.
11654
11655 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11656 compatible with inf-lisp version.
11657 (eval-defun-1): Fix custom-declare-variable case.
11658
11659 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11660
11661 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11662
11663 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11664
11665 * Makefile (COMPILE_FIRST): New macro.
11666 (compile-files): Compile files from COMPILE_FIRST first.
11667
11668 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11669 code.
11670
11671 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11672 matching open parenthesis in column 0 to defun-prompt-regexp
11673 only if open-paren-in-column-0-is-defun-start is set.
11674
11675 * sun-curs.el: Require CL at compile-time only.
11676
11677 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11678 instead of copy-list which is a function from CL.
11679 (msb--choose-menu, msb--mode-menu-cond)
11680 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11681 (msb--init-file-alist): Use mapcar instead of mapcan.
11682 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11683 `(' in column 0 in doc string.
11684 (msb--add-separators): Use mapcar instead of mapcan.
11685
11686 * cus-dep.el: Require CL at compile-time only.
11687
11688 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11689
11690 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11691 (byte-compile-warnings): New warning `noruntime'.
11692 (byte-compile-constants, byte-compile-variables): Fix docstring.
11693 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11694 execute `eval-whenc-compile's body.
11695 (byte-compile-unresolved-functions): Fix docstring.
11696 (byte-compile-eval): New function.
11697 (byte-compile-callargs-warn): Check if the function will be available
11698 at runtime (via property `byte-compile-noruntime').
11699 (byte-compile-print-syms): New function.
11700 (byte-compile-warn-about-unresolved-functions): Also warn about
11701 `noruntime' functions (and use `byte-compile-print-syms').
11702 (byte-compile-file): Capitalize the message.
11703
11704 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11705
11706 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11707 (rmail-expunge): Ask for confirmation depending on the setting
11708 of rmail-confirm-expunge.
11709
11710 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11711
11712 * Makefile (bootstrap-clean): If $(emacs) exists, build
11713 loaddefs.el first. A loaddefs.el that's not up-to-date might
11714 cause a bootstrap failure because things don't autoload as
11715 expected.
11716
11717 2000-03-23 Dave Love <fx@gnu.org>
11718
11719 * net/browse-url.el: Restore previous use of
11720 browse-url-maybe-new-window.
11721
11722 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11723
11724 * ps-print.el: Skip banner page fix.
11725 (ps-print-version): New version number (5.1.2).
11726 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11727
11728 2000-03-23 Dave Pearson <davep@davep.org>
11729
11730 * net/quickurl.el Changed the type of parameter passed to the
11731 function defined by `quickurl-format-function'. Before only the
11732 text of the URL was passed. Now the whole URL structure is passed
11733 and the function is responsible for extracting the parts it
11734 requires. Changed the default of `quickurl-format-function'
11735 accordingly.
11736 (quickurl-insert): Changed the `funcall' of
11737 `quickurl-format-function' to match the above change.
11738 (quickurl-list-insert): Changed the `url' case so that it makes
11739 use of `quickurl-format-function', previous to this the format was
11740 hard wired.
11741
11742 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11743
11744 * startup.el: Change some spellings for the X Window System.
11745
11746 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11747
11748 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11749 up the code and the regexp and make sure the cursor is temporarily
11750 moved to the suspicious line while querying the user.
11751
11752 2000-03-22 Jason Rumney <jasonr@gnu.org>
11753
11754 * w32-fns.el (w32-charset-info-alist): Initialize.
11755
11756 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11757
11758 * ps-print.el: N-up last page fix.
11759 (ps-print-version): New version number (5.1.1).
11760 (ps-end-file, ps-end-job, ps-generate): Code fix.
11761
11762 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11763
11764 * files.el (find-file-run-dired): Update docstring.
11765 (find-directory-functions): New hook.
11766 (find-file-noselect): Run find-directory-functions rather than
11767 calling dired directly.
11768
11769 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11770
11771 * pcvs.el: Add a minimal leading commentary.
11772 (cvs-make-cvs-buffer): Change the header part by removing the startup
11773 message and adding a `Module' entry. Also replace the FOOTER and
11774 HEADER special fileinfos with the new support in ewoc for updating
11775 its own footer and header.
11776 (cvs-update-header): Update to use the header/footer of the ewoc.
11777 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11778 (cvs-is-within-p): New function.
11779 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11780 to only examine some subset of the buffers.
11781
11782 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11783 `format' instead of our own ad-hoc functions.
11784 Remove HEADER and FOOTER cases, now handled in the EWOC.
11785 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11786
11787 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11788 output to avoid scaring the user.
11789 (cvs-parse-table): Catch message for non-up-to-date commits.
11790
11791 * pcvs-defs.el (cvs-startup-message): Remove.
11792 (cvs-global-menu): New autoloaded menu.
11793
11794 * pcvs-util.el (cvs-string-fill): Remove.
11795
11796 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11797 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11798 PP part of it and also make it work for footers and headers.
11799 (ewoc-create): Drop POS and BUFFER arguments.
11800 Use the DLL's dummy node to store the end-of-footer position.
11801 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11802 (ewoc-refresh): Remove unused `header' variable.
11803 (ewoc-(get|set)-hf): New functions.
11804
11805 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11806 log-view-*-(message|file) and use easy-mmode-define-navigation.
11807 (log-view-message-re): Match SCCS format as well.
11808 And match the revision line rather than the dashed separator line.
11809 (log-view-mode): Use the new define-derived-mode.
11810 (log-view-current-tag): Fill in with an actual implementation.
11811
11812 * cvs-status.el (cvs-status-(prev|next)): Rename from
11813 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11814 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11815 to let the output "breathe" a little more (more readable).
11816 (cvs-status-mode): Use the new define-derived-mode.
11817
11818 * smerge-mode.el (smerge-auto-leave): New function and variable.
11819 (smerge-basic-map): Rename from smerge-basic-keymap.
11820 Change the bindings for smerge-diff-*.
11821 (smerge-*-map): Use easy-mmode-defmap.
11822 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11823 (smerge-keep-*): Use smerge-auto-leave.
11824
11825 2000-03-21 Jason Rumney <jasonr@gnu.org>
11826
11827 * cus-edit.el (custom-button-face): Use 3D look for w32.
11828 (custom-button-pressed-face): Likewise.
11829
11830 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11831
11832 * progmodes/etags.el (tags-case-fold-search): New user-option.
11833 (tags-loop-eval): New function. Bind case-fold-search around eval
11834 depending on the value of tags-case-fold-search.
11835 (tags-loop-continue): Use tags-loop-eval.
11836 (find-tag-in-order): Bind case-fold-search depending on the value
11837 of tags-case-fold-search.
11838
11839 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11840
11841 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11842 (diff-end-of-hunk): Return the end position for use in
11843 `easy-mmode-define-navigation'.
11844 (diff-recenter): Remove.
11845 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11846 of `easy-mmode-define-navigation'.
11847 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11848 previous renaming) and fix to use new names.
11849 (diff-merge-strings): Use \n as separator: simpler, faster.
11850 (diff-mode): Use `define-derived-mode'.
11851
11852 * derived.el (define-derived-mode): Don't autoload anymore.
11853 Prefer the macro-only version provided by easy-mmode.el.
11854
11855 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11856 `easy-mmode-define-derived-mode'.
11857 Use `combine-run-hooks'.
11858 (easy-mmode-define-navigation): New macro.
11859
11860 * subr.el (combine-run-hooks): New function.
11861
11862 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11863
11864 * term/x-win.el: Fontsets related initialization is simplified.
11865
11866 * international/mule-diag.el (describe-font): Don't refer to
11867 global-fontset-alist, instead call font-list.
11868 (describe-fontset, list-fontsets, mule-diag): Likewise.
11869 (print-fontset): Adjusted for the change of fontset
11870 implementation.
11871
11872 * international/fontset.el (x-charset-registries): Variable
11873 removed, instead the corresponding data is stored in the default
11874 fontset.
11875 (register-alternate-fontnames): Function removed.
11876 (resolved-ascii-font): Variable removed.
11877 (x-compose-font-name): Ignore the second argument REDOCE.
11878 (x-complement-fontset-spec): Complement only an ASCII font and
11879 element for those charsets than can use that ASCII font.
11880 (generate-fontset-menu): Don't refer to global-fontset-alist,
11881 instead call fontset-list.
11882 (uninstantiated-fontset-alist): Variable removed.
11883 (x-style-funcs-alist): Likewise.
11884 (fontset-default-styles): Likewise.
11885 (x-modify-font-name): Function removed.
11886 (create-fontset-from-fontset-spec): Ignore the argument
11887 STYLE-VARIANT.
11888 (create-fontset-from-ascii-font): Docsting adjusted for the above
11889 change.
11890 (instantiate-fontset, resolve-fontset-name): Functions removed.
11891 (fontset-list): Now implemented by C code.
11892
11893 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11894 (describe-face): Include `font' attribute in the description.
11895
11896 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11897
11898 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11899
11900 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11901
11902 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11903 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11904 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11905
11906 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11907 about behavior of set-buffer-modified-p wrt redisplay.
11908
11909 2000-03-19 Richard M. Stallman <rms@gnu.org>
11910
11911 * view.el (view-mode-disable): Kill local binding of view-read-only.
11912
11913 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11914
11915 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11916 is a string, convert it to a syntax cell using string-to-syntax.
11917
11918 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11919 (string-to-syntax): New function.
11920
11921 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11922 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11923 try to use passive ftp mode.
11924
11925 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11926
11927 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11928
11929 * simple.el (append-to-buffer): Update point of windows after
11930 insertion.
11931
11932 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11933 forward then moving backward. Reindent.
11934
11935 * frame.el (other-frame): Call x-focus-frame only if
11936 focus-follows-mouse is off.
11937
11938 2000-03-17 Dave Love <fx@gnu.org>
11939
11940 * pcvs-util.el (cvs-strings->string): Rename
11941 replace-regexps-in-string.
11942
11943 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11944
11945 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11946 regexp for labels cannot span several lines.
11947
11948 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11949 `(setq :<key> ':<key>)' to the macro expansion.
11950
11951 2000-03-16 Dave Love <fx@gnu.org>
11952
11953 * progmodes/f90.el (f90): Put custom group under `languages', not
11954 `fortran'.
11955 (f90-mode-hook): Customize.
11956 (f90-mode): Set add-log-current-defun-function.
11957 (f90-current-defun): New function.
11958
11959 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11960
11961 * cus-edit.el (custom-variable-tag-face): Handle case that
11962 default face's height is not a number.
11963 (custom-face-tag-face, custom-group-tag-face-1)
11964 (custom-group-tag-face): Ditto.
11965 (custom-group-tag-face-1): Add :group.
11966
11967 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11968
11969 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11970
11971 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11972 requiring easymenu.
11973
11974 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11975
11976 * ps-print.el: PostScript user-defined prologue, PostScript error
11977 handler, doc fix.
11978 (ps-print-version): New version number (5.1).
11979 (ps-user-defined-prologue, ps-error-handler-message)
11980 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11981 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11982 (ps-insert-string): New function.
11983
11984 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11985
11986 * international/ccl.el (ccl-compile-expression): Don't generate
11987 invalid self-assignment code.
11988
11989 2000-03-14 Dave Love <fx@gnu.org>
11990
11991 * subr.el (replace-regexp-in-string): Renamed from
11992 replace-regexps-in-string. Doc fix.
11993
11994 2000-03-12 Dave Love <fx@gnu.org>
11995
11996 * cus-edit.el: Doc fixes.
11997 (customize-set-variable, customize-save-variable): Rename args for
11998 doc.
11999 (custom-variable-tag-face, custom-face-tag-face)
12000 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12001 style which user identify as hyperlink.
12002 (hook): Don't add undefined functions to the hook.
12003 (debug-ignored-errors): Transfer message from bindings.el.
12004
12005 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12006
12007 * recentf.el (recentf-keep-non-readable-files-p): Remove
12008 double/nested definition.
12009
12010 2000-03-12 Dave Love <fx@gnu.org>
12011
12012 * facemenu.el (facemenu-get-face): Use display-color-p.
12013 * enriched.el (enriched-decode-foreground): Likewise.
12014 (enriched-decode-background): Likewise.
12015 * isearch.el (isearch-highlight): Likewise.
12016 * info-look.el (info-lookup): Likewise.
12017 * simple.el (completion-setup-function): Likewise.
12018
12019 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12020 :options.
12021
12022 * bindings.el (mode-line-format): Fix line-number and
12023 column-number items. Add help-echo for the background.
12024 (mode-line-mule-info): Modify help-echo.
12025
12026 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12027
12028 * files.el (load-file): Allow completion to .elc.
12029
12030 * man.el: Doc fixes.
12031 (Man-init-defvars): Use display-color-p to set fontification.
12032
12033 * play/hanoi.el (hanoi-internal): Don't use oddp.
12034
12035 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12036
12037 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12038
12039 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12040
12041 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12042
12043 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12044 Fix comment.
12045
12046 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12047
12048 * font-lock.el (font-lock-keywords): Fix the doc now that
12049 regexp-opt-depth is unnecessary.
12050 (save-buffer-state): Set an edebug spec.
12051 (font-lock-fontify-anchored-keywords): Properly handle the case when
12052 the matcher goes past the limit.
12053
12054 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12055 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12056
12057 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12058 dll.el and cookie.el (from Elib) with heavy renaming and other
12059 massaging.
12060
12061 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12062 Autoload the functions used.
12063 (easy-mmode-define-syntax): Fix CL typo.
12064 (easy-mmode-define-derived-mode): Improve the docstring generation.
12065
12066 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12067
12068 * textmodes/texinfo.el (texinfo-version): Variable and function
12069 removed.
12070
12071 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12072
12073 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12074 allow more flexibility.
12075 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12076 fns.
12077 (easy-mmode-defmap, easy-mmode-defsyntax)
12078 (easy-mmode-define-derived-mode): New macros.
12079
12080 2000-03-09 Didier Verna <didier@xemacs.org>
12081
12082 * rect.el (replace-rectangle): New function.
12083
12084 2000-03-09 Dave Love <fx@gnu.org>
12085
12086 * progmodes/fortran.el (fortran-comment-line-start): Define as
12087 "C".
12088 (fortran-comment-line-start-skip): Don't match cpp stuff.
12089 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12090 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12091 (fortran-mode): Don't set fortran-comment-line-start-skip,
12092 fortran-comment-line-start here. Set comment-start,
12093 add-log-current-defun.
12094 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12095 (fortran-current-defun): New function.
12096
12097 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12098
12099 * emacs-lisp/re-builder.el: New file.
12100
12101 * mouse.el (mouse-drag-region): Don't run up-event handler
12102 if hscroll has changed.
12103
12104 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12105 builtin operators, use `font-lock-builtin-face' for Emacs and
12106 `font-lock-preprocessor-face' otherwise.
12107
12108 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12109 `(defun (setf foo)' differently.
12110
12111 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12112
12113 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12114 (regexp-opt): Update comment and adapt the code the new meaning of
12115 the `paren' argument of regex-opt-group for shy-groups.
12116 (regexp-opt-depth): Handle shy groups as well as backslashed
12117 backslashes.
12118 (regexp-opt-group): Turn the leading comment into a docstring.
12119 Allow `paren' to be a string (the string to use to open a group).
12120 Remove open-presuf and close-presuf. Instead of checking for `all
12121 one-char' and then later on check for `several one-char', handle
12122 both cases close together. Also apply a more generic algorithm
12123 for suffixes (the mirror image of the algorithm used for
12124 prefixes). Use shy-groups. Use nreverse rather than reverse.
12125 (regexp-opt-try-suffix): Removed.
12126
12127 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12128 from comint-mode-map, so we can just inherit from it. Also, move
12129 the initialization into the `defvar' since there's no docstring
12130 anyway and it's fairly short.
12131 (inferior-scheme-mode): Define it as derived-mode: the code is
12132 shorter and this way we inherit from comint-mode-map rather than
12133 copying it.
12134
12135 * subr.el (replace-regexps-in-string): Properly handle the case
12136 where we match an empty string.
12137
12138 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12139 when the command has a directory component (such as "./testml").
12140 Also fix a typo in the comment.
12141
12142 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12143
12144 * Makefile (compile-files): Compile files one by one because
12145 that's the only way to ensure a clean compilation environment for
12146 each individual file.
12147
12148 * frame.el (other-frame): Call x-focus-frame.
12149
12150 2000-03-07 Dave Love <fx@gnu.org>
12151
12152 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12153 :require to defcustom.
12154
12155 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12156 lists.
12157
12158 * files.el (auto-mode-alist): Add configure.in.
12159
12160 * progmodes/autoconf.el: New file.
12161
12162 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12163
12164 * mail/mh-e.el: Change maintainer to `none'.
12165
12166 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12167 to remove-hook and add-hook.
12168
12169 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12170
12171 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12172 it as the default.
12173 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12174 (sendmail-send-it): Conditionally add MIME headers specifying the
12175 used character set.
12176
12177 2000-03-07 Dave Love <fx@gnu.org>
12178
12179 * winner.el: Fix keywords, autoload cookies. Split
12180 eval-when-compile form to avoid compilation failure.
12181
12182 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12183
12184 * international/mule.el: Modify comment about coding system
12185 property `coding-category'.
12186 (make-coding-system): New argument EOL-TYPE. Pay attention to
12187 coding-category property of PROPERTIES.
12188
12189 * international/mule-conf.el (coding-category-utf-8,
12190 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12191 categories. Include them in the argument for set-coding-priority.
12192
12193 * international/mule-cmds.el (reset-language-environment): Include
12194 coding-category-utf-8, coding-category-utf-16-be, and
12195 coding-category-utf-16-le in the argument for set-coding-priority.
12196 (reset-language-environment): Initialize coding-category-utf-8,
12197 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12198
12199 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12200
12201 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12202 code abstracted out of `bookmark-jump-noselect'. Now tries info
12203 extensions as well as compression extensions.
12204 (bookmark-jump-noselect): Use above new func.
12205
12206 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12207
12208 * strokes.el: Change maintainer's mail address.
12209
12210 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12211
12212 * international/mule-diag.el (list-character-sets): Make help-echo
12213 string by substitute-command-keys.
12214 (list-character-sets): Likewise.
12215 (sort-listed-character-sets): Call help-setup-xref.
12216
12217 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12218
12219 * time.el (display-time-mail-file): Add `none' to the list of
12220 choices.
12221
12222 2000-03-01 Dave Love <fx@gnu.org>
12223
12224 * help.el (help-xref-go-back): Don't try to set position.
12225
12226 * international/mule-diag.el (list-character-sets): Call
12227 help-setup-xref. Add help-echo to xrefs.
12228 (list-character-sets-1): Add help-echo to xrefs.
12229
12230 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12231
12232 * frame.el (blink-cursor-mode): Switch cursor on when turning
12233 the mode off.
12234
12235 * add-log.el (add-log-current-defun): Add support for
12236 Autoconf mode.
12237
12238 * mail/rmail.el (rmail-quit-hook): New variable.
12239
12240 2000-03-01 Dave Love <fx@gnu.org>
12241
12242 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12243
12244 * help.el (help-xref-button): Add help-echo arg.
12245 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12246
12247 * faces.el (list-faces-display): Supply help-echo with
12248 help-make-xrefs.
12249
12250 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12251 nil.
12252
12253 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12254
12255 * image.el (defimage): Look for image files in load-path.
12256
12257 * frame.el (busy-cursor-delay-seconds): Change type to
12258 `number'.
12259
12260 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12261
12262 * recentf.el (recentf): Added version tag to the defgroup of
12263 recentf.
12264
12265 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12266
12267 * recentf.el (recentf-cleanup): Changed to remove excluded file
12268 too.
12269 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12270 action to select/unselect a file.
12271 (recentf-edit-list): Code cleanup and improvement.
12272 (recentf-open-more-files-action): `recentf-open-more-files' button
12273 widget action to open a file.
12274 (recentf-open-more-files): No more use standard completion but
12275 widgets.
12276 (recentf-more-collection): Deleted.
12277 (recentf-more-history): Deleted.
12278 (recentf-setup-more-completion): Deleted.
12279
12280 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12281
12282 * recentf.el (recentf-mode): No more needs that Emacs is running
12283 under a window-system.
12284
12285 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12286
12287 * recentf.el (recentf-edit-list): New command to edit the recent
12288 list which allow the user to remove files.
12289 (recentf-edit-selected-items): New global variable, used by
12290 `recentf-edit-list' to hold the list of files to be removed from
12291 the recent list.
12292 (recentf-make-menu-items): Updated to display a "Edit list..."
12293 menu item. Minor code cleanup.
12294
12295 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12296
12297 * recentf.el (recentf-open-more-files): New command to open files
12298 that are not displayed in the menu.
12299 (recentf-more-collection): New global variable holding the set of
12300 permissible completions used by `recentf-open-more-files'.
12301 (recentf-more-history): New global variable holding the history list
12302 used by `recentf-open-more-files' completion.
12303 (recentf-setup-more-completion): New function to setup completion for
12304 `recentf-open-more-files'.
12305 (recentf-make-menu-items): Updated to display a "More..." menu item.
12306
12307 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12308
12309 * recentf.el (recentf-menu-action): Doc fixed.
12310
12311 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12312
12313 * recentf.el (recentf-menu-filter): Doc updated.
12314 (recentf-update-menu-hook): Allow menu filters to force menu update.
12315 (recentf-make-menu-items): New menu filter handling.
12316 (recentf-make-menu-item): New helper function.
12317 (recentf-menu-elements): New menu handling function.
12318 (recentf-sort-ascending): Updated to new menu filter handling.
12319 (recentf-sort-descending): Updated to new menu filter handling.
12320 (recentf-sort-basenames-ascending): New menu filter function.
12321 (recentf-sort-basenames-descending): New menu filter function.
12322 (recentf-show-basenames): New menu filter function.
12323 (recentf-show-basenames-ascending): New menu filter function.
12324 (recentf-show-basenames-descending): New menu filter function.
12325
12326 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12327
12328 * diary-lib.el (list-diary-entries): Don't try to go forward at
12329 the end of the buffer.
12330
12331 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12332
12333 * international/mule-diag.el (list-character-sets): Completely
12334 rewritten.
12335 (sort-listed-character-sets): New function.
12336 (list-character-sets-1): Completely rewritten.
12337 (list-character-sets-2): New function.
12338 (non-iso-charset-alist): New variable.
12339 (decode-codepage-char): New function.
12340 (charset-history): New variable.
12341 (read-charset) (list-block-of-chars)
12342 (list-iso-charset-chars)
12343 (list-non-iso-charset-chars)
12344 (list-charset-chars): New functions.
12345 (mule-diag): Call list-character-sets-2, not
12346 list-character-sets-2.
12347 (dump-charsets): Likewise.
12348
12349 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12350
12351 * dired-x.el (dired-filename-at-point): Add `@' to valid
12352 file name characters.
12353 (dired-filename-at-point): Handle ange-ftp file names.
12354
12355 * frame.el (frame-notice-user-settings): Use assq-delete-all
12356 instead of assoc-delete-all.
12357 (frame-notice-user-settings): Ditto.
12358
12359 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12360 Don't copy alist.
12361
12362 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12363
12364 * calculator.el (calculator-use-menu): New option.
12365 (calculator-initial-bindings): Changed some bindings to work as
12366 macros.
12367 (calculator-forced-input): Removed.
12368 (calculator-restart-other-mode): New variable.
12369 (calculator-mode-map): Set up menu.
12370
12371 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12372
12373 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12374 tags.
12375
12376 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12377
12378 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12379 translate all ESC key sequences.
12380 (viper-goto-mark-subr): restore markers for files for which
12381 they were saved.
12382 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12383 * viper-util.el (viper-set-replace-overlay-glyphs,
12384 viper-set-replace-overlay): always check if the replacement
12385 overlay is live.
12386 * viper.el (viper-vi-state-mode-list): added major modes.
12387 * ediff-wind.el: minor comment changes.
12388 * ediff.el: copyright notice date fix.
12389
12390 2000-02-27 Jason Rumney <jasonr@gnu.org>
12391
12392 * faces.el (face-font-family-alternatives): Add arial to helv.
12393 (mode-line, header-line, tool-bar): Same default as x for w32.
12394 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12395 face-font-family-alternatives from working.
12396 * term/w32-win.el (mouse-set-font): Do not build fontset from
12397 chosen font.
12398
12399 2000-02-25 Sam Steingold <sds@goems.com>
12400
12401 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12402 properly.
12403
12404 2000-02-25 Richard M. Stallman <rms@gnu.org>
12405
12406 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12407
12408 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12409
12410 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12411 writable.
12412
12413 * frame.el (busy-cursor-delay-seconds): New option.
12414
12415 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12416
12417 * frame.el (show-cursor-in-non-selected-windows): New option.
12418
12419 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12420
12421 * diary-lib.el (include-other-diary-files): Undo the selective
12422 display in any included file and don't kill it.
12423
12424 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12425
12426 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12427 bar. Menu items converted to (menu-item format, help strings
12428 added.
12429 [downcase, upcase]: Don't enable on MS-DOS.
12430 [symlink, symlinks]: Don't show if make-symbolic-link is not
12431 bound.
12432 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12433
12434 2000-02-23 Dave Love <fx@gnu.org>
12435
12436 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12437 (backward-kill-word): Revert addition of * to interactive spec --
12438 it's a feature.
12439
12440 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12441 (backward-kill-sentence, kill-sentence): Likewise.
12442
12443 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12444 scratch buffer name.
12445 (gud-format-command): Use int-to-string in ?l case. Simplify
12446 slightly.
12447
12448 * term/w32-win.el (internal-face-interactive): Update prompt for
12449 new read-face-name.
12450
12451 * mail/footnote.el (footnote): Add :version to defgroup.
12452 (footnote-section-tag-regexp): Customize.
12453 (footnote-start-tag, footnote-end-tag): New option.
12454 (footnote-latin-regexp): New variable.
12455 (Footnote-latin): New function.
12456 (footnote-style-alist): Add element for latin style.
12457 (footnote-style): Moved.
12458 (Footnote-goto-footnote): Use eq to test arg.
12459
12460 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12461
12462 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12463 (byte-compile-trueconstp): Include keywords.
12464 (byte-optimize-quote, byte-optimize-lapcode): Use
12465 byte-compile-const-symbol-p.
12466 (byte-optimize-char-before): New optimization.
12467
12468 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12469 (byte-compile-const-symbol-p): New function.
12470 (byte-compile-constp, byte-compile-out-toplevel)
12471 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12472 Use it.
12473
12474 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12475
12476 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12477
12478 * international/encoded-kb.el: Be sure to update minor-mode-alist
12479 and minor-mode-map-alist.
12480 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12481 codes SS2 and SS3 correctly.
12482 (encoded-kbd-self-insert-ccl): New function.
12483 (encoded-kbd-setup-keymap): New function.
12484 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12485 by calling encoded-kbd-setup-keymap.
12486
12487 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12488 characters.
12489 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12490 locally.
12491
12492 2000-02-22 Dave Love <fx@gnu.org>
12493
12494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12495 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12496 defvar.
12497 (lisp-mode-syntax-table): Set up for #|...|# comments.
12498 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12499 classes. Match `defface'.
12500 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12501 (eval-defun-1): Fix for defcustom.
12502 (lisp-indent-region): Doc fix.
12503
12504 * subr.el (when, unless, split-string): Doc fix.
12505 (read-passwd): Move call of clear-this-command-keys to the right
12506 place.
12507 (replace-regexps-in-string): New function.
12508
12509 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12510
12511 * help.el (describe-variable): Set syntax table to
12512 emacs-lisp-mode-syntax-table when moving forward over the
12513 symbol's name.
12514
12515 2000-02-22 Dave Love <fx@gnu.org>
12516
12517 * xt-mouse.el: Doc fixes.
12518 (xterm-mouse-position-function): New function, replacing advice of
12519 mouse-position.
12520 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12521
12522 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12523
12524 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12525
12526 * format.el (format-annotate-single-property-change): Handle
12527 properties.with dotted-list values.
12528 (format-proper-list-p): New function.
12529
12530 * enriched.el (enriched-face-ans): Handle '(foreground-color
12531 . COLOR) and (background-color . COLOR).
12532
12533 2000-02-20 Dave Love <fx@gnu.org>
12534
12535 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12536 and assignments to it.
12537 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12538 current local map.
12539 (make-flyspell-overlay): Use it.
12540 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12541
12542 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12543 (lm-get-header-re): Defun, not defsubst.
12544 (lm-get-package-name): Defun, not defsubst. Simplify.
12545 (lm-version): Doc fix. Simplify.
12546 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12547 (lm-crack-address, lm-last-modified-date, lm-commentary)
12548 (lm-verify, lm-synopsis): Simplify.
12549 (lm-report-bug): Require emacsbug. Use compose-mail.
12550
12551 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12552
12553 * dired.el (dired-mode): Call propertized-buffer-identification
12554 to set mode-line-buffer-identification to something having
12555 the right text properties.
12556
12557 * bindings.el (propertized-buffer-identification): New function.
12558
12559 2000-02-20 Dave Love <fx@gnu.org>
12560
12561 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12562 check for t-mouse too.
12563
12564 * cus-start.el: Make echo-keystrokes `number'.
12565
12566 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12567
12568 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12569 Don't call ring-empty-p unless tags-location-ring is bound.
12570 From Noah Friedman <friedman@splode.com>.
12571
12572 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12573
12574 * progmodes/hideshow.el (hs-flag-region): No longer use
12575 `intangible' overlay property.
12576
12577 (hs-toggle-hiding): New command.
12578 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12579
12580 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12581 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12582 and deactivation.
12583
12584 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12585
12586 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12587
12588 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12589
12590 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12591
12592 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12593 of `*' to handle `(* ... *)' comments.
12594
12595 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12596
12597 * faces.el (list-faces-display): Use display-mouse-p instead of
12598 window-system.
12599
12600 * menu-bar.el (global-map): Menu-bar items converted to the new
12601 format (menu-item..., rearranged for better CUA compliance, and
12602 their names changed for better clarity. Help strings added.
12603
12604 * international/mule-cmds.el (mule-menu-keymap)
12605 (describe-language-environment-map, set-coding-system-map)
12606 (setup-language-environment-map): Convert to new (menu-item...
12607 form, add help strings. Change names of menu items for better
12608 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12609 submenu).
12610
12611 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12612
12613 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12614 within the code.
12615
12616 2000-02-16 Dave Love <fx@gnu.org>
12617
12618 * faces.el: Don't require custom. Add more specific :groups to
12619 various deffaces.
12620 (set-face-attribute): Purecopy args.
12621 (read-face-name): Default to name at point and use it in prompt.
12622 Remove colon from arg in all callers.
12623 (list-faces-display): Hyperlink to face descriptions and customize
12624 buffers.
12625
12626 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12627
12628 * wid-edit.el (widget-match-inline): An atom never matches a
12629 list.
12630
12631 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12632
12633 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12634 at ':' characters by call to split-string.
12635
12636 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12637
12638 * textmodes/bibtex.el: Added RCS version identification.
12639
12640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12641
12642 * textmodes/bibtex.el: Some temporary comments removed.
12643 (bibtex-field-name, bibtex-entry-type): Made the relationship
12644 explicit.
12645 (bibtex-field-const): Allow capital letters.
12646 (bibtex-start-of-string): Deleted because unused.
12647
12648 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12649 use the term 'reference' to describe a bibtex entry as a whole.
12650 Further, reference keys are no longer called 'labels'.
12651 (bibtex-keys): Renamed to bibtex-reference-keys.
12652 (bibtex-reformat-previous-labels): Renamed to
12653 bibtex-reformat-previous-reference-keys.
12654 (bibtex-reference-type): Renamed to bibtex-entry-type.
12655 (bibtex-reference-head): Renamed to bibtex-entry-head.
12656 (bibtex-reference-maybe-empty-head): Renamed to
12657 bibtex-entry-maybe-empty-head.
12658 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12659 (bibtex-search-reference): Renamed to bibtex-search-entry.
12660 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12661 bibtex-enclosing-entry-maybe-empty-head.
12662 (bibtex-entry-field-alist, bibtex-entry-head,
12663 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12664 bibtex-map-entries, bibtex-search-entry,
12665 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12666 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12667 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12668 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12669 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12670 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12671 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12672
12673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12674
12675 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12676 comment.
12677 (bibtex-format-field-delimiters): New function, functionality
12678 extracted from bibtex-format-entry.
12679 (bibtex-autokey-get-yearfield-digits): New function, functionality
12680 extracted from bibtex-autokey-get-yearfield.
12681
12682 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12683 entries in order to avoid stack overflow in the regexp matcher if
12684 field contents become large.
12685 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12686 bibtex-field-string-part-not-braced,
12687 bibtex-field-string-part-no-inner-braces,
12688 bibtex-field-string-part-1-inner-brace,
12689 bibtex-field-string-part-2-inner-braces,
12690 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12691 bibtex-field-string-quoted, bibtex-field-string,
12692 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12693 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12694 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12695 as parsing is now performed by the following functions.
12696 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12697 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12698 bibtex-parse-field-string, bibtex-search-forward-field-string,
12699 bibtex-parse-association, bibtex-field-name-for-parsing,
12700 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12701 bibtex-search-forward-field, bibtex-search-backward-field,
12702 bibtex-start-of-field, bibtex-end-of-field,
12703 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12704 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12705 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12706 bibtex-parse-string, bibtex-search-forward-string,
12707 bibtex-search-backward-string, bibtex-start-of-string,
12708 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12709 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12710 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12711 entries. Instead of reporting the results of the parsing by
12712 match-beginning or match-end, these functions return data structures
12713 that hold the corresponding positions.
12714 (bibtex-enclosing-field): Changed to also report field boundaries by
12715 return values rather than by match-beginning or match-end. The
12716 following functions have been adapted to use the new parsing
12717 functions.
12718 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12719 bibtex-enclosing-field, bibtex-format-entry,
12720 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12721 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12722 bibtex-print-help-message, bibtex-end-of-entry,
12723 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12724 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12725 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12726 method for parsing.
12727 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12728 bibtex-map-entries, bibtex-flash-head,
12729 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12730 bibtex-autokey-change, bibtex-autokey-get-namefield,
12731 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12732 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12733 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12734 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12735 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12736 order to make the new binding of case-fold-search immediately
12737 visible.
12738
12739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12740
12741 * textmodes/bibtex.el: Copyright notice is up to date.
12742 Added constant 'bibtex-maintainer-salutation.
12743
12744 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12745 than make-temp-name, use match-string-no-properties and eliminate
12746 a quadratic behavior when building bibtex-strings.
12747
12748 * bibtex.el (bibtex-reference-key): Accept string entries whose
12749 reference key contains upper case letters.
12750
12751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12752
12753 * bibtex.el (bibtex-reference-head): Allow entries to start with
12754 a new line.
12755
12756 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12757
12758 * bibtex.el: Hiding of entry bodies is not longer provided by
12759 bibtex.el directly. Instead the hideshow package can be used.
12760 Added a special bibtex entry to hs-special-modes-alist.
12761 (bibtex-hs-forward-sexp): Added for hideshow.el.
12762
12763 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12764
12765 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12766 at ':' characters by call to split-string.
12767
12768 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12769
12770 * textmodes/bibtex.el: Added RCS version identification.
12771
12772 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12773
12774 * textmodes/bibtex.el: Some temporary comments removed.
12775 (bibtex-field-name, bibtex-entry-type): Made the relationship
12776 explicit.
12777 (bibtex-field-const): Allow capital letters.
12778 (bibtex-start-of-string): Deleted because unused.
12779
12780 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12781 use the term 'reference' to describe a bibtex entry as a whole.
12782 Further, reference keys are no longer called 'labels'.
12783 (bibtex-keys): Renamed to bibtex-reference-keys.
12784 (bibtex-reformat-previous-labels): Renamed to
12785 bibtex-reformat-previous-reference-keys.
12786 (bibtex-reference-type): Renamed to bibtex-entry-type.
12787 (bibtex-reference-head): Renamed to bibtex-entry-head.
12788 (bibtex-reference-maybe-empty-head): Renamed to
12789 bibtex-entry-maybe-empty-head.
12790 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12791 (bibtex-search-reference): Renamed to bibtex-search-entry.
12792 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12793 bibtex-enclosing-entry-maybe-empty-head.
12794 (bibtex-entry-field-alist, bibtex-entry-head,
12795 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12796 bibtex-map-entries, bibtex-search-entry,
12797 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12798 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12799 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12800 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12801 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12802 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12803 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12804
12805 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12806
12807 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12808 comment.
12809 (bibtex-format-field-delimiters): New function, functionality
12810 extracted from bibtex-format-entry.
12811 (bibtex-autokey-get-yearfield-digits): New function, functionality
12812 extracted from bibtex-autokey-get-yearfield.
12813
12814 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12815 entries in order to avoid stack overflow in the regexp matcher if
12816 field contents become large.
12817 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12818 bibtex-field-string-part-not-braced,
12819 bibtex-field-string-part-no-inner-braces,
12820 bibtex-field-string-part-1-inner-brace,
12821 bibtex-field-string-part-2-inner-braces,
12822 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12823 bibtex-field-string-quoted, bibtex-field-string,
12824 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12825 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12826 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12827 as parsing is now performed by the following functions.
12828 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12829 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12830 bibtex-parse-field-string, bibtex-search-forward-field-string,
12831 bibtex-parse-association, bibtex-field-name-for-parsing,
12832 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12833 bibtex-search-forward-field, bibtex-search-backward-field,
12834 bibtex-start-of-field, bibtex-end-of-field,
12835 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12836 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12837 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12838 bibtex-parse-string, bibtex-search-forward-string,
12839 bibtex-search-backward-string, bibtex-start-of-string,
12840 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12841 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12842 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12843 entries. Instead of reporting the results of the parsing by
12844 match-beginning or match-end, these functions return data structures
12845 that hold the corresponding positions.
12846 (bibtex-enclosing-field): Changed to also report field boundaries by
12847 return values rather than by match-beginning or match-end. The
12848 following functions have been adapted to use the new parsing
12849 functions.
12850 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12851 bibtex-enclosing-field, bibtex-format-entry,
12852 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12853 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12854 bibtex-print-help-message, bibtex-end-of-entry,
12855 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12856 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12857 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12858 method for parsing.
12859 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12860 bibtex-map-entries, bibtex-flash-head,
12861 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12862 bibtex-autokey-change, bibtex-autokey-get-namefield,
12863 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12864 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12865 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12866 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12867 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12868 order to make the new binding of case-fold-search immediately
12869 visible.
12870
12871 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12872
12873 * textmodes/bibtex.el: Copyright notice is up to date.
12874 Added constant 'bibtex-maintainer-salutation.
12875
12876 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12877 than make-temp-name, use match-string-no-properties and eliminate
12878 a quadratic behavior when building bibtex-strings.
12879
12880 * bibtex.el (bibtex-reference-key): Accept string entries whose
12881 reference key contains upper case letters.
12882
12883 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12884
12885 * bibtex.el (bibtex-reference-head): Allow entries to start with
12886 a new line.
12887
12888 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12889
12890 * bibtex.el: Hiding of entry bodies is not longer provided by
12891 bibtex.el directly. Instead the hideshow package can be used.
12892 Added a special bibtex entry to hs-special-modes-alist.
12893 (bibtex-hs-forward-sexp): Added for hideshow.el.
12894
12895 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12896
12897 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12898 proceedings entry type (for cross referencing). Thanks to Wagner
12899 Toledo Correa for the suggestion.
12900
12901 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12902
12903 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12904
12905 * international/characters.el: Setup case table for Vietnamese.
12906
12907 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12908
12909 * uniquify.el (toplevel): Require CL at compile time.
12910 (uniquify-push): Removed.
12911
12912 * shadowfile.el (shadow-when): Removed.
12913
12914 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12915 (tempo-process-and-insert-string): Use dolist instead of
12916 tempo-dolist.
12917
12918 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12919 regexp for paragraph-start.
12920
12921 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12922 commas as well.
12923
12924 2000-02-10 Dave Love <fx@gnu.org>
12925
12926 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12927 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12928 Deleted.
12929 (widget-specify-field, widget-specify-button): Don't use
12930 widget-mouse-help as help-echo property.
12931 (default): Use #'ignore for :validate and :mouse-down-action.
12932 (checkbox): Add help-echo.
12933 (widget-sexp-validate): Rewritten to clarify error messages.
12934 (character): Use char-valid-p in :match function.
12935 (widget-color-complete): Use facemenu-color-alist.
12936 (widget-color-action): Use facemenu-read-color.
12937
12938 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12939 set up `caar' &c that we now have.
12940
12941 2000-02-09 Ray Blaak <blaak@gnu.org>
12942
12943 * delphi.el: Make resourcestring a declaration region, like const
12944 and var.
12945
12946 2000-02-09 Dave Love <fx@gnu.org>
12947
12948 * bindings.el (mode-line-input-method-map): New variable.
12949 (mode-line-mule-info): Use it; fix last change.
12950 (mode-line-mode-menu): Move definition.
12951 (mode-line-mouse-sensitive-p): Deleted.
12952 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12953 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12954 level.
12955
12956 * startup.el (command-line-1): Don't call
12957 make-mode-line-mouse-sensitive.
12958
12959 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12960
12961 * mail/rmail.el (rmail-retry-failure): Use
12962 rmail-beginning-of-message before rmail-toggle-header, because the
12963 former toggles headers.
12964
12965 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12966
12967 * diff-mode.el (diff-kill-junk): New interactive function.
12968 (diff-reverse-direction): Use delete-and-extract-region.
12969 (diff-post-command-hook): Restrict the area so that the hook also works
12970 outside of any diff hunk. This is necessary for the minor-mode.
12971 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12972 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12973
12974 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12975 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12976 so that it can be used more easily in <foo>-mode-hook. Also make sure
12977 to avoid duplicate entries.
12978 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12979 (font-lock-remove-keywords): Just as was done for `add', allow it to
12980 work even if font-lock-mode is nil. Also make sure we don't modify
12981 any pre-existing list by forcing a copy-sequence. Finally rename
12982 `major-mode' to `mode'.
12983 (font-lock-fontify-syntactic-anchored-keywords)
12984 (font-lock-fontify-anchored-keywords)
12985 (font-lock-fontify-keywords-region): Use line-end-position.
12986 Don't make `font-lock-multiline' local (it's now done in
12987 font-lock-set-defaults).
12988 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12989 move the `font-lock-fontified' creation to inside the `unless'.
12990
12991 2000-02-06 Andrew Innes <andrewi@gnu.org>
12992
12993 * term/w32-win.el (x-handle-args): Comment out call to message,
12994 which occurs before window system is initialized.
12995
12996 * makefile.nt: Add support for recompiling lisp code.
12997
12998 2000-02-04 Dave Love <fx@gnu.org>
12999
13000 * bindings.el (mode-line-mule-info): Fix/extend last change.
13001
13002 * completion.el: Replace completion-dolist with dolist.
13003
13004 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13005 dotimes.
13006
13007 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13008
13009 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13010 environment names before they go into the section regexp.
13011
13012 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13013 char class in regexp.
13014
13015 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13016 `case-fold-search' to nil.
13017
13018 * progmodes/idlwave.el (idlwave-template): Respect
13019 `idlwave-abbrev-change-case'.
13020 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13021 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13022 idlwave-while): respect `idlwave-reserved-word-upcase'.
13023 (idlwave-rw-case): New function.
13024 (idlwave-statement-match): Fixed problem with assignment regexp.
13025 (idlwave-font-lock-keywords): Improved regexp for keyword
13026 parameters.
13027 (idlwave-surround): New argument LENGTH to support padding of
13028 operators longer than 1 char.
13029
13030 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13031 idlwave-shell-expression-overlay. Implemented printing of
13032 expressions on higher levels of the calling stack.
13033 (idlwave-shell-display-level-in-calling-stack): Restore stack
13034 level.
13035 (idlwave-retrieve-expression-from-level): New function.
13036 (idlwave-shell-last-calling-stack): Variable removed.
13037 (idlwave-shell-reset): Argument action reversed (`visible' to
13038 `hidden'). Also remove stop-line overlay.
13039 (idlwave-shell-calling-stack-routine): New variable.
13040 (idlwave-shell-parse-stack-and-display): Messages now display
13041 negative level numbers.
13042 (idlwave-shell-mode): Set `modeline-format'.
13043 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13044 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13045 21.
13046 (idlwave-shell-print-expression-function): New option.
13047
13048 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13049 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13050 `tool-bar' instead of `toolbar'.
13051
13052 2000-02-02 Dave Love <fx@gnu.org>
13053
13054 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13055 emacs-lisp-mode-hook. Don't check for defalias being defined.
13056
13057 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13058 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13059 the new builtins directly.
13060
13061 * whitespace.el (whitespace): Add :version to defgroup.
13062
13063 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13064 Doc fix.
13065
13066 * thingatpt.el (sexp-at-point, symbol-at-point)
13067 (number-at-point, list-at-point): Add autoload cookie.
13068
13069 * recentf.el (recentf): Add :version to defgroup.
13070
13071 * quickurl.el (quickurl): Add :version to defgroup.
13072
13073 * elide-head.el (elide-head): Use point-marker more.
13074
13075 * bs.el (bs): Add :version to defgroup.
13076
13077 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13078
13079 * progmodes/delphi.el (delphi): Add :version to defgroup.
13080
13081 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13082
13083 * ange-ftp.el (ange-ftp-write-region): Handle case that
13084 succeeding process operation sets a different coding system.
13085
13086 * calculator.el: New file.
13087
13088 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13089
13090 * frame.el (frames-on-display-list, framep-on-display): New
13091 functions.
13092 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13093 (display-selections-p, display-screens, display-pixel-width)
13094 (display-pixel-height, display-mm-width, display-mm-height)
13095 (display-backing-store, display-save-under, display-planes)
13096 (display-color-cells, display-visual-class): New functions.
13097
13098 * term/tty-colors.el (tty-color-gray-shades): New function.
13099
13100 * faces.el (display-color-p): Use framep-on-display.
13101 (display-grayscale-p): New function.
13102
13103 2000-01-31 Dave Love <fx@gnu.org>
13104
13105 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13106 (create-fontset-from-x-resource): Don't concat integers.
13107
13108 2000-01-31 Inge Frick <inge@nada.kth.se>
13109
13110 * view.el: Some changes in documentation. Removed some trailing
13111 whitespace. Changed some parameter names to agree with
13112 documentation.
13113 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13114 window is not deleted. Modifies change 1998-04-26.
13115
13116 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13117
13118 * windmove.el: New file.
13119
13120 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13121 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13122 progmodes/ebnf-yac.el: Update copyright and license info.
13123
13124 * jit-lock.el (jit-lock-function): Widen before calculating end
13125 position.
13126 (jit-lock-stealth-chunk-start): Rewritten.
13127
13128 * info.el (Info-title-face-alist): Removed.
13129 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13130 faces.
13131 (Info-fontify-node): Use these faces.
13132
13133 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13134
13135 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13136 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13137 `&allow-other-keywords'.
13138
13139 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13140 the list of directories scanned heuristically.
13141
13142 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13143 exist.
13144
13145 2000-01-30 Jason Rumney <jasonr@gnu.org>
13146
13147 * w32-fns.el: Define w32-tty-standard-colors.
13148
13149 * startup.el (command-line): Use w32-tty-standard-colors when in
13150 w32 console mode.
13151
13152 2000-01-30 Dave Love <fx@gnu.org>
13153
13154 * jka-compr.el (jka-compr-load): Fix up load-history.
13155
13156 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13157
13158 * emacs-lisp/cl-macs.el: Revert previous change.
13159
13160 2000-01-29 Dave Love <fx@gnu.org>
13161
13162 * facemenu.el: Purecopy various strings.
13163
13164 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13165 years. Deal with three-digit years.
13166
13167 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13168 defconst, purecopy.
13169 (help-back-label): Purecopy it.
13170
13171 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13172
13173 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13174 variable. If non-nil, order the buffer list according to the
13175 currently selected frame.
13176 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13177 non-nil, pass the selected frame to function buffer-list.
13178
13179 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13180
13181 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13182
13183 2000-01-28 Dave Love <fx@gnu.org>
13184
13185 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13186
13187 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13188 Don't use lisp-indent-hook property.
13189 (cl-abs): Remove.
13190
13191 * subr.el: Move out indent and edebug specs for when and unless.
13192
13193 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13194 when, unless.
13195
13196 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13197 unless, when.
13198
13199 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13200
13201 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13202 `collecting' as synonym for `collect'.
13203
13204 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13205 for the case it contains spaces.
13206
13207 * simple.el (what-cursor-position): Change formatting of
13208 messages.
13209
13210 * frame.el (delete-other-frames): New function.
13211 (toplevel): Bind it to C-x 5 1.
13212
13213 * sort.el (sort-numeric-base): New option.
13214 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13215 interpret it as octal or hexadecimal. Use sort-numeric-base
13216 as default base.
13217
13218 * progmodes/glasses.el: New file.
13219
13220 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13221
13222 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13223 userids differently.
13224
13225 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13226 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13227 progmodes/ebnf-yac.el: New files.
13228
13229 2000-01-26 Dave Love <fx@gnu.org>
13230
13231 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13232 on a function with an empty body. [From Eric Ludlam.]
13233
13234 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13235
13236 * vc.el (vc-version-diff): Make sure file name is expanded.
13237
13238 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13239
13240 * scroll-bar.el (scroll-bar-timer): Variable removed.
13241 (scroll-bar-toolkit-scroll): Don't use a timer.
13242
13243 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13244
13245 * language/thai-util.el (thai-composition-function): Delete
13246 superfluous `a'.
13247
13248 2000-01-24 Dave Love <fx@gnu.org>
13249
13250 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13251 end-of-defun-function.
13252
13253 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13254 &c.
13255
13256 2000-01-22 Jason Rumney <jasonr@gnu.org>
13257
13258 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13259 conflicts with new face support.
13260
13261 2000-01-22 Richard M. Stallman <rms@gnu.org>
13262
13263 * replace.el (query-replace): Rename last arg to DELIMITED.
13264 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13265 (query-replace-regexp): Likewise.
13266
13267 2000-01-20 Richard M. Stallman <rms@gnu.org>
13268
13269 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13270
13271 * emacs-lisp/lisp.el (beginning-of-defun-function):
13272 Variable renamed from beginning-of-defun.
13273 Do not call make-variable-buffer-local.
13274 (beginning-of-defun-raw): Use new variable name; doc fix.
13275 (beginning-of-defun): Doc fix.
13276 (end-of-defun-function): Variable renamed from end-of-defun.
13277 Do not call make-variable-buffer-local.
13278 (end-of-defun): Use new variable name; doc fix.
13279
13280 * subr.el (dolist, dotimes): Copied from cl-macs.el
13281 and made to work.
13282
13283 * mail/undigest.el (rmail-digest-end-regexps):
13284 Variable replaces rmail-digest-end-regexp.
13285 Allows multiple regexps for detecting the end line.
13286 (undigestify-rmail-message): Corresponding changes.
13287
13288 2000-01-19 Dave Love <fx@gnu.org>
13289
13290 * files.el (user-init-file): Don't declare here -- is primitive.
13291
13292 * startup.el (command-line): Check for compiled user-init-file and
13293 set to uncompiled version if necessary.
13294
13295 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13296
13297 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13298 (undigestify-rmail-message): Use it.
13299
13300 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13301
13302 2000-01-17 Gerd Moellmann <gerd@gnu.org>
13303
13304 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13305 of mini-buffer.
13306
13307 2000-01-14 Gerd Moellmann <gerd@gnu.org>
13308
13309 * emacs-lisp/copyright.el (copyright-update): Removed the
13310 requirement for a trailing space from `copyright-regexp', to
13311 support copyrights with owner specified on a separate line..
13312
13313 * align.el: New file.
13314
13315 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13316
13317 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13318
13319 2000-01-13 Dave Love <fx@gnu.org>
13320
13321 * ph.el: Removed. (Obsoleted by EUDC.)
13322
13323 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13324
13325 * net/eudc.el (toplevel): Remove autoloaded code installing
13326 menu with easymenu, because that causes build problems.
13327
13328 * frame.el (frame-notice-user-settings): New variable.
13329 (frame-notice-user-settings): Don't modify frame parameters
13330 if called a second time.
13331
13332 2000-01-13 Richard M. Stallman <rms@gnu.org>
13333
13334 * frame.el (frame-notice-user-settings):
13335 Notice default-frame-parameters even for non-window frames.
13336
13337 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13338
13339 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13340 for Emacs.
13341 (eudc-bob-can-display-inline-images): Extend for Emacs.
13342 (eudc-bob-toggle-inline-display): Ditto.
13343 (eudc-bob-display-jpeg): Ditto.
13344
13345 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13346
13347 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13348 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13349 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13350
13351 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13352 nil)'.
13353
13354 * subdirs.el: Add `net' directory.
13355
13356 * net: New directory.
13357
13358 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13359 eval-last-sexp. Don't bind debug-on-error here.
13360 (eval-last-sexp): New function. Bind debug-on-error if
13361 eval-expression-debug-on-error is non-nil.
13362 (eval-defun-2, eval-defun): Likewise.
13363
13364 * simple.el (eval-expression): Don't bind debug-on-error if
13365 eval-expression-debug-on-error is nil. Detect changed
13366 debug-on-error, and propagate new value to global binding, if
13367 eval-expression-debug-on-error is non-nil,
13368 (eval-expression-debug-on-error): Change doc string.
13369
13370 2000-01-11 Richard M. Stallman <rms@gnu.org>
13371
13372 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13373
13374 * emacs-lisp/lisp-mode.el (with-syntax-table):
13375 Set up lisp-indent-function property.
13376
13377 * subr.el (with-syntax-table): Moved from simple.el.
13378
13379 * simple.el (with-syntax-table): Moved to subr.el.
13380
13381 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13382
13383 * tmm.el (tmm-shortcut): Delete region after prompt instead
13384 of erasing buffer.
13385
13386 * textmodes/fill.el (fill-common-string-prefix): New function.
13387 (fill-context-prefix): Use the longest common prefix of first
13388 and second line fill prefix, if there is one.
13389
13390 2000-01-11 Richard M. Stallman <rms@gnu.org>
13391
13392 * array.el (array-mode): Don't use make-variable-buffer-local.
13393 Use make-local-variable for `truncate-lines'.
13394
13395 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13396
13397 * add-log.el (add-log-current-defun): Handle user-defined
13398 add-log-current-function returning nil,
13399
13400 * add-log.el (add-change-log-entry): Insert version number
13401 if having found a current function
13402
13403 * add-log.el (add-log-current-defun): Call
13404 `add-log-current-defun-function'. Try matches at level 0 and
13405 level 1. Strip whitespace from defun found.
13406
13407 2000-01-10 John Wiegley <johnw@gnu.org>
13408
13409 * allout.el (isearch-done/outline-provisions): Added `edit'
13410 argument to correspond with the current definition of
13411 `isearch-done'.
13412
13413 2000-01-10 Dave Love <fx@gnu.org>
13414
13415 * elide-head.el (elide-head): Use point-marker, not point.
13416
13417 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13418
13419 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13420 before and after the year 2000.
13421
13422 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13423 Add ispell- prefix.
13424
13425 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13426
13427 * ispell.el: Only define dictionaries in menus when they exist.
13428 (version18p): New variable.
13429 (version20p): New variable.
13430 (xemacsp): New variable.
13431 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13432 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13433 (ispell-dictionary-alist6): Russian command lines no longer accept
13434 run-together words.
13435 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13436 (ispell-dictionary-alist): Add koi8-r to customize definition.
13437 (check-ispell-version): Added documentation string. Returns
13438 library path when called non-interactively.
13439 (ispell-menu-map-needed): Uses new variables.
13440 (ispell-library-path): New variable.
13441 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13442 (ispell-word): Improved documentation string. Test for valid
13443 character mappings. Correctly check typed in word changes that can
13444 result in single words split into multiple words. Returns
13445 replacement word.
13446 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13447 replace in recursive query replace mode. Help message for
13448 recursive edit mode.
13449 (ispell-show-choices): Protect against bad framepop bindings.
13450 (ispell-help): Fix to work with XEmacs.
13451 (ispell-highlight-spelling-error): Use new variables.
13452 (ispell-overlay-window): Fix to work with XEmacs.
13453 (ispell-parse-output): Passed and returns location information
13454 tracking spelling corrections. Doesn't recheck same word on
13455 current line.
13456 (ispell-init-process): Protect against bogus XEmacs variable binding.
13457 Fix call to single argument in sleep-for. Use new variables.
13458 (ispell-region): Passed and returns location information tracking
13459 spelling corrections. Doesn't check same word on current line.
13460 Improved documentation string. Doesn't resend a line already
13461 checked to the ispell process - fixes bug in LaTeX parsing.
13462 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13463 (ispell-skip-region): No longer skips <TT> in SGML.
13464 (ispell-process-line): Tracks location information with spelling
13465 corrections. Added documentation string. Accounts for words
13466 already accepted on this line. Don't allow query-replace on line
13467 starting with math characters. Doesn't resend a line already sent
13468 to ispell process. Fixes alignment error bug.
13469
13470 2000-01-10 Richard M. Stallman <rms@gnu.org>
13471
13472 * dired-x.el (dired-guess-shell-alist-default):
13473 Suggest xloadimage, which is free, not xv, which isn't.
13474
13475 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13476 Don't ever include the host name or user name in the value.
13477
13478 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13479
13480 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13481 of a real newline.
13482
13483 2000-01-09 Stephen Eglen <stephen@gnu.org>
13484
13485 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13486 for .png files.
13487
13488 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13489
13490 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13491
13492 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13493
13494 * progmodes/cperl-mode.el: Replace ^F with ^L.
13495
13496 * sendmail.el (toplevel): Provide `sendmail' when compiling
13497 before `require'ing rmail and mailalias to prevent infinite
13498 recursion.
13499
13500 2000-01-08 Dave Love <fx@gnu.org>
13501
13502 * emacs-lisp/backquote.el: Remove inappropriate customization
13503 (allowing custom.el to use backquote).
13504
13505 2000-01-07 Dave Love <fx@gnu.org>
13506
13507 * add-log.el (add-log-debugging): Deleted.
13508 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13509 file. Remove debugging code.
13510 (change-log-get-method-definition, change-log-name): Add doc.
13511 (change-log-sortable-date-at): New function.
13512 (change-log-merge): New command.
13513
13514 * time.el (display-time-string-forms): Make the Mail string active.
13515 (display-time-update): Provide help-echo for load average.
13516
13517 * bindings.el (make-mode-line-mouse2-map): New function.
13518 (mode-line-modified): Use it and simplify.
13519 (mode-line-mule-info): Provide help-echo info.
13520 (minor-mode-alist): Activate the strings.
13521 (make-mode-line-mouse-sensitive): Simplify for
13522 mode-line-buffer-identification.
13523
13524 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13525
13526 * play/pong.el: New file.
13527
13528 2000-01-06 Dave Love <fx@gnu.org>
13529
13530 * array.el: Assorted cleanups for compiler warnings, doc strings,
13531 `array-' prefix for symbols.
13532
13533 2000-01-05 Dave Love <fx@gnu.org>
13534
13535 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13536 outline-headers-as-kill.
13537 (outline-mode): Define imenu-generic-expression.
13538 (outline-headers-as-kill): New command.
13539
13540 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13541 from paragraph-start.
13542 (paragraph-indent-minor-mode): New command.
13543
13544 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13545 M-C-e, M-C-h, C-j, C-xnd, TAB.
13546 (fortran-mode): Set beginning-of-defun, end-of-defun.
13547 (fortran-column-ruler): Simplify.
13548 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13549 (fortran-with-subprogram-narrowing): Likewise.
13550 (fortran-indent-subprogram): Call mark-defun.
13551 (fortran-check-for-matching-do): Change narrowing.
13552
13553 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13554 (cl-lucid-hash-tag): Delete.
13555 (cl-hash-table-p): Correct test for native table.
13556 (cl-hash-table-count): Use hash-table-count.
13557
13558 * browse-url.el (browse-url): Fix case of
13559 browse-url-browser-function being an alist.
13560
13561 2000-01-05 Carsten Dominik <cd@gnu.org>
13562
13563 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13564 (reftex-index-phrase-file-extension): New options.
13565
13566 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13567 Use new option `reftex-index-phrase-file-extension'.
13568
13569 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13570 `reftex-parse-file-extension'.
13571
13572 2000-01-05 Dave Love <fx@gnu.org>
13573
13574 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13575 (beginning-of-defun-raw): Use it.
13576 (end-of-defun): New variable.
13577 (end-of-defun): Use it.
13578 (check-parens): New command.
13579
13580 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13581
13582 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13583 (hs-show-block): Don't use `mapcar' when not accumulating.
13584
13585 Fix buglet in local variables initialization.
13586
13587 2000-01-05 Andreas Schwab <schwab@suse.de>
13588
13589 * hscroll.el (hscroll): Doc fix.
13590
13591 2000-01-05 Carsten Dominik <cd@gnu.org>
13592
13593 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13594 idlw-toolbar.
13595
13596 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13597 file idlw-rinfo.el.
13598 (idlwave-customize): load must read file idlw-shell.el.
13599 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13600
13601 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13602
13603 * progmodes/idlw-shell.el: Also provide idlwave-shell
13604 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13605 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13606
13607 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13608 both reftex-dcr and reftex-vcr.
13609
13610 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13611
13612 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13613
13614 * ps-print.el: PostScript code now is in separate files, doc fix.
13615 (ps-print-version): New version number (5.0.3).
13616 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13617 local.
13618 (ps-spool-config): Initialization fix.
13619 (ps-print-prologue-1, ps-print-prologue-2)
13620 (ps-print-duplex-feature): PostScript code moved to separated file.
13621 (ps-background-image): Little code reformating.
13622 (ps-begin-file, ps-begin-job): Fix code.
13623 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13624 (ps-prologue-file): New fun.
13625
13626 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13627
13628 * ps-vars.el: Eliminated.
13629
13630 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13631 `;;;###autoload'.
13632
13633 * ps-print.el: ps-vars eliminated, doc fix.
13634 (ps-print-version): New version number (5.0.2).
13635 (ps-spool-config): Initialization fix.
13636 (ps-print-customize): New fun.
13637
13638 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13639
13640 * autorevert.el (auto-revert-mode): Return value of
13641 auto-revert-mode.
13642
13643 2000-01-04 Dave Love <fx@gnu.org>
13644
13645 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13646 menu items.
13647
13648 2000-01-03 Dave Love <fx@gnu.org>
13649
13650 * elide-head.el (elide-head) [defgroup]: Add :version.
13651
13652 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13653 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13654 `cl-hash-table-p', not `hash-table-p'.
13655 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13656
13657 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13658
13659 * faces.el (face-read-integer, read-face-attribute)
13660 (color-defined-p, color-values): unspecified-{f,b}g are now
13661 strings.
13662
13663 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13664
13665 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13666 at comment end, and re-insert them after filling.
13667
13668 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13669
13670 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13671 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13672 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13673
13674 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13675
13676 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13677 the new name of face-color-supported-p.
13678
13679 * term/w32-win.el (xw-defined-colors): Likewise.
13680
13681 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13682
13683 * simple.el (completion-setup-function): Count completion-size
13684 from minibuffer-prompt-end, not from point-min.
13685
13686 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13687
13688 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13689 Pass the frame to tty-color-* functions.
13690 (display-color-p, frame-set-background-mode): Pass the frame to
13691 tty-display-color-p.
13692
13693 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13694 tty-color-alist.
13695 (tty-color-alist, tty-modify-color-alist): New functions.
13696 (tty-color-define, tty-color-clear, tty-color-approximate)
13697 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13698 an optional parameter FRAME.
13699
13700 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13701
13702 * image.el (create-image, defimage): Don't assume image data is a
13703 string.
13704
13705 * image.el (defimage): Handle specifications containing :data
13706 instead of :file.
13707 (image-type-from-data): New function.
13708 (image-type-from-file-header): Use it.
13709 (create-image): Add parameter DATA-P.
13710
13711 See ChangeLog.8 for earlier changes.
13712
13713 ;; Local Variables:
13714 ;; coding: iso-2022-7bit
13715 ;; End: