]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2
3 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4 with `no-dir'; we want the directory part to be able to remove
5 it.
6
7 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8
9 * textmodes/outline.el (outline-flag-region):
10 Don't bind inhibit-read-only since we don't modify the buffer.
11 (outline-isearch-open-invisible): Don't jump to overlay-start
12 since we're trying to unhide text around point.
13 (outline-discard-overlays): Use dolist.
14
15 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
16
17 2000-11-22 Gerd Moellmann <gerd@gnu.org>
18
19 * mail/rmail.el (rmail-confirm-expunge): Default to
20 y-or-n-p.
21
22 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
23
24 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
25 Fix ARG regexp to skip quoted braces.
26 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
27 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
28 are (correctly) handled separately).
29 Remove `caption' and `footnote' from `citations': they contain text.
30 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
31 (latex-skeleton-end-hook): New function.
32 (latex-mode): Use it.
33 (tex-start-tex-marker): Remove.
34 (tex-send-tex-command): Don't set tex-start-tex-marker.
35 (tex-error-parse-syntax-table): New var.
36 (tex-compilation-parse-errors): Use it.
37 Ignore tex-start-tex-marker. Don't bother with marker-position.
38 (tex-validate-buffer): Don't bother with marker-position.
39
40 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
41 (flyspell-generic-progmode-verify): Use it.n
42
43 2000-11-22 Sam Steingold <sds@gnu.org>
44
45 * simple.el (delete-trailing-whitespace): New interactive
46 function.
47
48 * progmodes/ada-mode.el (ada-mode): Use it instead of
49 `ada-remove-trailing-spaces'
50 (ada-remove-trailing-spaces): Removed.
51
52 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
53
54 * textmodes/picture.el (picture-clean): Removed.
55 (picture-mode-exit): Call it instead of `picture-clean'.
56
57 2000-11-22 Gerd Moellmann <gerd@gnu.org>
58
59 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
60
61 * hi-lock.el (hi-lock-refontify): Don't call non-existent
62 jit-lock-fontify-buffer; it should anyway be unneccessary to
63 do anything special when jit-lock is active.
64 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
65
66 2000-11-22 Dave Love <fx@gnu.org>
67
68 * calendar/todo-mode.el (todo-top-priorities): Use
69 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
70
71 * language/chinese.el, language/cyrillic.el:
72 * language/devanagari.el, language/ethiopic.el, language/greek.el:
73 * language/hebrew.el, language/indian.el, language/japanese.el:
74 * language/korean.el, language/lao.el, language/misc-lang.el:
75 * language/thai.el, language/tibetan.el, language/vietnamese.el:
76 Use provide.
77
78 * cus-edit.el (custom-buffer-create-internal): Save some consing.
79 (custom-variable-set): Improve validation error mesage.
80
81 * rect.el (string-rectangle): Revert last change.
82 (string-rectangle-line): New arg DELETE.
83 (string-rectangle): Check delete-selection-mode.
84
85 * emacs-lisp/edebug.el (edebug-version)
86 (edebug-maintainer-address): Deleted.
87 (edebug-submit-bug-report): Just alias to report-emacs-bug.
88 (edebug-read-function): Account for other `'#' read forms.
89 (edebug-mode-menus): Make some items toggles.
90 (edebug-outside-unread-command-event, unread-command-event):
91 Remove these to avoid warnings.
92
93 2000-11-22 David Ponce <david@dponce.com>
94
95 * recentf.el (recentf-menu-items-for-commands)
96 (recentf-make-menu-items, recentf-make-menu-item)
97 (recentf-filter-changer): Added :help and :active menu-item properties.
98
99 (recentf-build-dir-rules, recentf-dump-variable)
100 (recentf-edit-list, recentf-open-files-item)
101 (recentf-open-files): Replaced unnecessary `mapcar' with new
102 built-in `mapc'.
103
104 2000-11-23 Miles Bader <miles@gnu.org>
105
106 * faces.el (menu): Make inverse-video on ttys too.
107
108 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
109
110 * simple.el (comment-line-break-function): Use the new name
111 indent-new-comment-line -> comment-indent-new-line.
112 (clone-indirect-buffer): Don't ignore NORECORD.
113 (next-completion): Properly handle the case where items are adjacent.
114
115 * mouse.el (popup-menu): Stupid typo.
116
117 2000-11-22 Gerd Moellmann <gerd@gnu.org>
118
119 * emacs-lisp/authors.el: Remove autoload cookies, add author,
120 maintainer, keywords tags.
121
122 * rect.el (replace-rectangle): Don't call string-rectangle-line
123 with too many arguments.
124
125 2000-11-22 Andre Spiegel <spiegel@gnu.org>
126
127 * ediff-util.el (ediff-file-checked-out-p)
128 (ediff-file-checked-in-p): Call vc-state instead of
129 vc-locking-user, which no longer exists.
130
131 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
132
133 2000-11-22 Dave Love <fx@gnu.org>
134
135 * md5.el (md5): Provide.
136 (md5): Fix error call.
137
138 2000-11-22 Miles Bader <miles@gnu.org>
139
140 * textmodes/refill.el (refill-adjust-ignorable-overlay)
141 (refill-fill-paragraph-at): Remove debugging code.
142
143 * calendar/calendar.el (generate-calendar-window): When we don't
144 call `fit-window-to-buffer', make sure the top line is fully visible.
145
146 * image-file.el (insert-image-file): Don't make `read-only'
147 property rear-nonsticky.
148
149 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
150 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
151 stashing away its original value.
152 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
153 in the recursive edit.
154 Bind `isearch-original-minibuffer-message-timeout' to protect it.
155 (isearch-done): Restore `minibuffer-message-timeout'.
156
157 * cus-start.el: Remove entry for `mode-line-inverse-video'.
158
159 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
160
161 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
162
163 * find-lisp.el (find-lisp-find-files-internal):
164 Use dolist, when and file-name-as-directory.
165
166 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
167 (define-derived-mode, define-minor-mode): Add specs.
168
169 * window.el: General comment and spacing fixes.
170 (save-selected-window): Use backquotes.
171 (window-safely-shrinkable-p): New function.
172 (shrink-window-if-larger-than-buffer): Use it.
173
174 * subr.el (make-local-hook): Docstring fix.
175
176 * shell.el (shell-mode): Use define-derived-mode.
177
178 * newcomment.el (comment-indent): Insert comment before calling
179 comment-indent-function. Don't insert in column 0.
180 (comment-dwim): Indent before inserting comment.
181
182 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
183 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
184 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
185 Use mapc rather than map.
186
187 * files.el (find-buffer-visiting): Compare all attributes before
188 declaring two files identical (rather than just their inode-no).
189 (auto-mode-alist): Use \' rather than $.
190
191 * which-func.el: Update maintainer line.
192
193 * pcvs.el (uniquify-buffer-file-name): Remove advice.
194 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
195 (uniquify-buffer-file-name): Use it.
196
197 2000-11-22 Miles Bader <miles@gnu.org>
198
199 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
200 * simple.el (minibuffer-avoid-prompt): New function.
201
202 2000-11-21 Gerd Moellmann <gerd@gnu.org>
203
204 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
205
206 2000-11-21 Miles Bader <miles@gnu.org>
207
208 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
209 inclusion of `track-mouse'.
210
211 * textmodes/refill.el (refill-ignorable-overlay): New variable.
212 (refill-adjust-ignorable-overlay): New function.
213 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
214 only the paragraph's tail if possible.
215 Update `refill-ignorable-overlay'.
216 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
217
218 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
219 point inside the fill-prefix.
220
221 * textmodes/refill.el (refill-post-command-function): Don't reset
222 refill-doit in the case where a self-insertion command doesn't
223 case a refill. Use `refill-fill-paragraph-at', getting position
224 from `refill-doit'.
225 (refill-after-change-function): Set `refill-doit' to END.
226 (refill-fill-paragraph-at): New function, mostly from old
227 refill-fill-paragraph.
228 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
229 (refill-pre-command-function): New function.
230 (refill-mode): Add it to `pre-command-hook'.
231
232 2000-11-20 Gerd Moellmann <gerd@gnu.org>
233
234 * textmodes/artist.el (artist-mode): Fix autoload cookie.
235
236 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
237 javadoc tags.
238
239 2000-11-20 Andre Spiegel <spiegel@gnu.org>
240
241 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
242 vc.el).
243
244 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
245 require vc.
246
247 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
248 checkouts.
249
250 2000-11-20 Dave Love <fx@gnu.org>
251
252 * Makefile.in (DONTCOMPILE): Omit bindings.el.
253
254 2000-11-20 Gerd Moellmann <gerd@gnu.org>
255
256 * calculator.el: New version from author.
257
258 2000-11-19 Gerd Moellmann <gerd@gnu.org>
259
260 * info.el (info-menu-5): Doc fix.
261
262 * textmodes/artist.el: New file.
263
264 2000-11-19 Andre Spiegel <spiegel@gnu.org>
265
266 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
267 and differentiate according to checkout model.
268 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
269 since this function is only concerned with master state.
270
271 * vc-hooks.el (vc-workfile-unchanged-p,
272 vc-default-workfile-unchanged-p): Moved here from vc.el.
273
274 * vc.el (vc-workfile-unchanged-p,
275 vc-default-workfile-unchanged-p): See above.
276
277 2000-11-19 Miles Bader <miles@gnu.org>
278
279 * image-file.el (insert-image-file): Make `intangible' and
280 `read-only' properties rear-nonsticky too.
281
282 2000-11-18 Gerd Moellmann <gerd@gnu.org>
283
284 * ps-print.el: Update copyright notice.
285
286 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
287 (tooltip-show): Use the offsets.
288
289 * bindings.el (mode-line-modified): Fix a typo.
290 (mode-line-toggle-modified, mode-line-widen)
291 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
292
293 2000-11-17 Gerd Moellmann <gerd@gnu.org>
294
295 * ps-print.el: Minor fixes from author.
296
297 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
298
299 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
300 (vc-version-backup-file): Docstring fix.
301
302 2000-11-16 Gerd Moellmann <gerd@gnu.org>
303
304 * files.el (basic-save-buffer): Don't add a newline if
305 find-file-literally is non-nil.
306 (find-file-literally): Extend doc string.
307
308 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
309 sort(1) with the `-f' argument.
310
311 2000-11-16 Andre Spiegel <spiegel@gnu.org>
312
313 * vc.el: Updated backend documentation.
314 (vc-default-check-headers): New function.
315
316 * vc-{cvs,rcs,sccs}.el: Functions reordered.
317
318 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
319 up-to-date.
320 (vc-do-command): In the asynchronous case, output messages only if
321 the minibuffer is not active.
322
323 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
324 `vc-cvs-use-edit' is on.
325 (vc-cvs-checkout): When this is used for reverting the workfile,
326 make a backup of the original contents and revert to that in case
327 of error.
328 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
329 remote repositories.
330
331 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
332 for both version and ratio in the minibuffer.
333
334 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
335 Use vc-do-command to perform the annotation, not call-process.
336
337 2000-11-16 Kenichi Handa <handa@etl.go.jp>
338
339 * international/quail.el (quail-start-translation): Don't call
340 `message' before reading key sequence.
341
342 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
343
344 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
345
346 2000-11-16 Kenichi Handa <handa@etl.go.jp>
347
348 * window.el (fit-window-to-buffer): Be sure to acquire at least
349 one text line even if the buffer is empty.
350
351 2000-11-16 Gerd Moellmann <gerd@gnu.org>
352
353 * net/ange-ftp.el (ange-ftp-file-writable-p)
354 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
355 ange-ftp-process-verbose to nil.
356
357 2000-11-15 Dave Love <fx@gnu.org>
358
359 * wid-edit.el (widget-specify-field, widget-specify-button): If
360 :help-echo is a function, set help-echo of overlay to
361 widget-mouse-help.
362 (widget-mouse-help): New function.
363 (widget-echo-help): Rewritten for :help-echo functions only taking
364 a widget arg.
365
366 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
367 display-graphic-p.
368 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
369 and that JPEG is available.
370 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
371
372 * international/mule-cmds.el (locale-charset-language-names):
373 Match @euro.
374
375 2000-11-15 Gerd Moellmann <gerd@gnu.org>
376
377 * faces.el (face-set-after-frame-default): If
378 `inhibit-default-face-x-resources' is bound, don't intialize the
379 default face from X resources.
380
381 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
382
383 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
384 Don't set EMACSLOADPATH.
385
386 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
387
388 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
389 texinfo-insert-@url.
390 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
391 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
392
393 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
394
395 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
396 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
397 (checkdoc-minor-keymap): Backward compatibility.
398 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
399 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
400 (checkdoc-this-string-valid-engine): Be a bit more strict
401 to avoid matching substrings of `...' quoted vars/funs.
402 (checkdoc-defun-info): Only look for `interactive' if alone.
403 (debug-ignored-errors): Add "arg doesn't appear in docstring".
404
405 * progmodes/compile.el (grep): `tag-default' can be nil.
406
407 * newcomment.el (comment-indent): Paren typo.
408
409 2000-11-14 Dave Love <fx@gnu.org>
410
411 * calculator.el: New maintainer version.
412
413 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
414
415 * cmuscheme.el: Doc fixes.
416 (cmuscheme) <defgroup>: Use `scheme' as parent.
417 (cmuscheme-program-name): Remove. Change uses to
418 scheme-program-name.
419
420 * xscheme.el (scheme-program-name): Don't define here.
421
422 * progmodes/scheme.el (scheme-program-name): New variable
423 (originally in cmuscheme).
424
425 2000-11-14 Miles Bader <miles@gnu.org>
426
427 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
428 Handle header-lines. Don't loop forever if we can't enlarge the
429 window anymore. Simplify a bit.
430
431 2000-11-14 Kenichi Handa <handa@etl.go.jp>
432
433 * window.el (fit-window-to-buffer): Don't check
434 window-text-height. Assure that the last line is fully visible.
435
436 * international/quail.el (quail-show-guidance-buf): Call
437 fit-window-to-buffer to assure the enough height of the guidance
438 buffer.
439 (quail-update-guidance): Avoid making the guidance buffer shorter.
440
441 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
442
443 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
444 rather than `prepend' and add an interesting comment.
445 (tex-math-face, tex-font-lock-syntactic-face-function):
446 New face and function to use it.
447 (tex-define-common-keys, tex-mode-map): Use menu-item rather
448 than `menu-enable' symbol property.
449 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
450 (tex-mode): Add some latex-mode commands for auto-selection.
451 Use tex-font-lock-syntactic-face-function.
452 (tex-insert-quote): Simplify.
453 (tex-shell): New mode.
454 (tex-start-shell): Use it.
455 (tex-shell-proc, tex-shell-buf): New functions.
456 (tex-send-command): Use it.
457 (tex-main-file): Fix the meaning of the new arg REALFILE.
458 (tex-send-tex-command): New function split from `tex-start-tex'.
459 Set compilation-last-buffer and compilation-parsing-end.
460
461 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
462 when it follows non-comment text on the line.
463
464 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
465 Set font-lock-defaults.
466 (lisp-mode-shared-map): Init inside the defvar.
467 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
468 Use define-derived-mode.
469
470 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
471
472 * faces.el (header-line): Use `:box nil' for color/gs displays too.
473
474 2000-11-14 Gerd Moellmann <gerd@gnu.org>
475
476 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
477 recursively optimize body because that can lead to infinite
478 recursion; see comment there.
479
480 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
481
482 * faces.el (face-spec-set-match-display): Revert the change from
483 2000-10-24. Add a FIXME for after v21.1.
484
485 2000-11-13 Miles Bader <miles@gnu.org>
486
487 * textmodes/fill.el (skip-line-prefix): New function.
488 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
489 (fill-paragraph): Don't leave point inside the fill-prefix.
490 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
491 point inside the fill-prefix.
492
493 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
494
495 * calendar/calendar.el (generate-calendar-window): Use
496 `fit-window-to-buffer'.
497
498 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
499
500 * gud.el (gud-minor-mode): New var.
501 (gud-symbol, gud-val): New functions.
502 (gud-find-file): Copy gud-minor-mode to the new buffer.
503 (gud-menu-map): Include entries for commands that are not always
504 available, using :enable to (de)activate them.
505 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
506 (gud-mode-map): New map.
507 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
508 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
509 Don't set up gud's menu (it's done by the minor-mode).
510 (gud-minibuffer-local-map): New.
511 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
512 (gud-query-cmdline): New function.
513 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
514 (gud-mode): Use define-derived-mode.
515 Don't set up gud's menu (it's done by the minor-mode).
516 (gud-chop-words): Remove.
517 (gud-common-init): Use split-string instead.
518 (gud-new-keymap, gud-make-debug-menu): Eradicate.
519
520 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
521 Add keyword arg :name.
522
523 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
524 (diff-count-matches, diff-split-hunk): New functions.
525 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
526
527 * pcvs-info.el (cvs-fi-conflict-face): New var.
528
529 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
530 Make it into a simple syntax-table, shared among all submodes.
531 (sh-heredoc-face): Re-introduce.
532 (sh-font-lock-syntactic-face-function): New function.
533 (sh-mode): Use it. Also use define-derived-mode.
534 Remove old bogus setting of indent-region-function.
535 (sh-set-shell): Don't set the syntax-table any more.
536 (sh-mode-syntax-table) <defun>: Remove.
537
538 2000-11-12 Miles Bader <miles@gnu.org>
539
540 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
541 message if interactive.
542
543 2000-11-12 Dave Love <fx@gnu.org>
544
545 * mail/feedmail.el: Fix header,
546 (feedmail) <defgroup>: Add :link.
547
548 * view.el: Use local-map property, not keymap on mode-line string.
549
550 * scroll-all.el (scroll-all-mode): Customize variable. Add
551 autoload cookie to function.
552
553 * lazy-lock.el: Remove compatibility code.
554
555 * finder.el (finder-known-keywords): Add `files', remove `vms'.
556 (finder-help-echo): New variable.
557 (finder-mouse-face-on-line): Add help-echo stuff.
558 (finder-list-keywords, finder-list-matches): Use mapc.
559
560 * faces.el (face-font-registry-alternatives): Add :version.
561
562 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
563 tags-table-list.
564
565 * net/browse-url.el (browse-url-browser-function): Update :version.
566
567 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
568 (mail-mode): Use [:alnum:] in some regexps.
569
570 2000-11-10 Dave Love <fx@gnu.org>
571
572 * ediff.el (ediff-regions-internal, ediff-documentation):
573 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
574 fundamental mode.
575
576 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
577 buffer into fundamental mode.
578 (ediff-set-difference): Use copy-sequence if available.
579
580 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
581 ediff-patch-map non-nil.
582 (ediff-fixup-patch-map, ediff-fixup-patch-map)
583 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
584 buffer into fundamental mode.
585
586 * ediff-merg.el (state-or-merge): Defvar when compiling.
587
588 2000-11-10 Jason Rumney <jasonr@gnu.org>
589
590 * w32-fns.el (w32-add-charset-info): New function.
591 (w32-charset-info-alist): Use it.
592
593 2000-11-10 Gerd Moellmann <gerd@gnu.org>
594
595 * faces.el (face-font-registry-alternatives): New user-option.
596
597 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
598
599 * textmodes/texinfo.el (texinfo-block-default): New var.
600 (texinfo-insert-block): Use it. Insert a newline if needed.
601
602 * textmodes/fill.el (fill-indent-according-to-mode): New var.
603 (fill-region-as-paragraph): Use it.
604
605 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
606 (latex-mode): Tweak tex-*-(head|trail)er regexps.
607 Tweak paragraph regexps to allow a leading [ \t]*.
608 (tex-latex-block): Insert a newline if necessary.
609 (latex-insert-item): Only insert a newline if necessary.
610 (tex-guess-main-file): New function.
611 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
612 Set tex-main-file if TeX-master is provided.
613 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
614
615 2000-11-10 Gerd Moellmann <gerd@gnu.org>
616
617 * startup.el (command-line): Set the default tooltip-mode
618 to t for graphical displays which implement x-show-tip.
619
620 * tooltip.el (tooltip-mode): Add a comment about startup.el
621 setting the default value of this user-option.
622
623 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
624
625 * font-lock.el (font-lock-*-face) <defvar>: Move.
626 (font-lock-defaults-alist): Mark obsolete.
627 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
628 (font-lock-mode): Use define-minor-mode.
629 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
630 (font-lock-turn-off-thing-lock): Be more explicit.
631 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
632 (font-lock-syntactic-face-function): New var.
633 (font-lock-fontify-syntactically-region): Use it.
634 (font-lock-doc-face): New.
635
636 * pcvs.el (cvs-enabledp): Ignore errors.
637 (cvs-commit-filelist): Never query.
638 (cvs-mode-insert): Always add a terminating / in the initial prompt.
639 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
640 (cvs-do-removal): Use cvs-partition rather than delete-if.
641 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
642 cvs-bury-buffer.
643
644 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
645 Allow `next' to jump to after the end of the last match.
646
647 2000-11-09 Gerd Moellmann <gerd@gnu.org>
648
649 * simple.el (byte-compiling-files-p): New function.
650
651 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
652 if it is there.
653
654 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
655 nil again.
656
657 * textmodes/ispell.el (ispell-library-path): Don't call
658 check-ispell-version when byte-compiling because that starts
659 an ispell process, and ispell might not be installed.
660 (toplevel): Don't set up a menu when byte-compiling.
661
662 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
663 it, so that a boundp test can be used to determine if we're
664 currently byte-compiling.
665
666 2000-11-09 Dave Love <fx@gnu.org>
667
668 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
669 eval-after-load.
670
671 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
672
673 * ps-print.el: Patch for variable initialization when spooling. Doc
674 fix.
675 (ps-output-list): Fun eliminated.
676 (ps-begin-file, ps-begin-job): Code fix.
677
678 2000-11-08 Dave Love <fx@gnu.org>
679
680 * ediff-wind.el (ediff-control-frame-parameters): Zero
681 tool-bar-lines.
682
683 2000-11-08 Gerd Moellmann <gerd@gnu.org>
684
685 * simple.el (shell-command, display-message-or-buffer)
686 (shell-command-on-region): Mention resize-mini-windows in the doc
687 string.
688 (display-message-or-buffer): Take the value of resize-mini-windows
689 into account.
690
691 2000-11-07 Gerd Moellmann <gerd@gnu.org>
692
693 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
694
695 * dired.el (dired-between-files): Add `^. find' as an alternative
696 to the regular expression, for find-dired.
697
698 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
699
700 * textmodes/texnfo-upd.el: Require texinfo.
701 (defmacro, defgroup): Remove.
702 (texinfo-section-to-generic-alist): Remove.
703 Use texinfo-section-list instead (i.e. level is changed string->int).
704 (texinfo-filter): New function.
705 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
706 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
707 Use it. And use regexp-opt.
708 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
709 (texinfo-update-menu-region-beginning)
710 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
711 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
712 (texinfo-update-menu-same-level-regexps): Update.
713 (texinfo-update-node, texinfo-every-node-update)
714 (texinfo-sequential-node-update): Remove autoload cookie.
715
716 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
717 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
718 (texinfo-chapter-level-regexp): Remove.
719 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
720
721 2000-11-06 Dave Love <fx@gnu.org>
722
723 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
724
725 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
726 Match defun*.
727
728 2000-11-06 Kenichi Handa <handa@etl.go.jp>
729
730 * composite.el (composition-function-table): Variable declaration
731 moved to src/composite.c.
732 (compose-chars-after): New optional arg object.
733
734 2000-11-06 Gerd Moellmann <gerd@gnu.org>
735
736 * bindings.el (mode-line-toggle-read-only)
737 (mode-line-toggle-modified, mode-line-widen)
738 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
739 (make-mode-line-mouse2-map): Rewritten.
740 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
741 functions so that C-h k can show something with a doc string.
742
743 * startup.el (fancy-splash-delay): Set to 10 seconds.
744 (fancy-splash-max-time): New user-option.
745 (fancy-splash-stop-time): New variable.
746 (fancy-splash-screens): Set it. Catch `stop-splashing'.
747 (fancy-splash-screens-1): Throw `stop-splashing' when current
748 time is greater than fancy-splash-stop-time.
749
750 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
751
752 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
753
754 * pcvs.el (cvs-mode-marked): New arg `noquery'.
755 Prompt user for a file rather than raising an error.
756 (cvs-enabledp): Fix call to cvs-mode-marked.
757 (cvs-insert-file): New function (extracted from cvs-mode-insert).
758 (cvs-mode-insert): Use it. Change the init prompt' value.
759 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
760
761 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
762 Don't pass default arg to ewoc-locate.
763 (ewoc-collect): Return result in the right order.
764
765 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
766
767 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
768 (cvs-status-get-tags): Fix regexp.
769 (cvs-status-trees, cvs-status-cvstrees):
770 Combine after change hooks and don't sit-for.
771 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
772 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
773 Use make-char rather than hard-coded cryptic data.
774 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
775
776 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
777
778 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
779 (cvs-insert-strings): New function.
780
781 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
782
783 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
784 `mwheel-scroll-amount'.
785 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
786 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
787 string-matching against the version string.
788
789 2000-11-06 Kenichi Handa <handa@etl.go.jp>
790
791 * language/thai.el ("Thai"): Set a lisp form that produces
792 composed string in `sample-text' language info.
793
794 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
795 composed string in `sample-text' language info.
796
797 * international/mule-cmds.el (describe-language-environment): Eval
798 `sample-text' data and insert the result.
799
800 * international/mule-conf.el (compound-text): Define this coding
801 system here. Make x-ctext and ctext aliases of it.
802
803 * language/european.el (compound-text, ctext): Moved to
804 international/mule-conf.el.
805
806 2000-11-05 Andrew Innes <andrewi@gnu.org>
807
808 * w32-fns.el (w32-version): New function.
809
810 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
811
812 * progmodes/awk-mode.el: Update copyright.
813 (awk-mode-abbrev-table): Remove.
814 (awk-font-lock-keywords): Use regexp-opt.
815 (awk-mode): Use define-derived-mode.
816
817 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
818 when extracting a suffix.
819
820 2000-11-04 Andre Spiegel <spiegel@gnu.org>
821
822 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
823 auto-save-mode.
824
825 2000-11-04 Jason Rumney <jasonr@gnu.org>
826
827 * language/european.el (decode-mac-roman): Test against r1 not r0.
828
829 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
830
831 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
832 (icon-mode): Define indent-line-function.
833 (icon-comment-indent): Simplify.
834 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
835
836 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
837
838 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
839 Bind change-log-default-mode to defeat the caching done on it.
840 Don't bother saving excursion any more.
841
842 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
843
844 * frame.el (after-setting-font-hook): Rename hooks -> hook.
845 (set-frame-font): Use the new name (and the old for compatibility).
846
847 * toolbar/tool-bar.el (tool-bar-mode):
848 * time.el (display-time-mode):
849 * recentf.el (recentf-mode):
850 * paren.el (show-paren-mode):
851 * mwheel.el (mouse-wheel-mode):
852 * msb.el (msb-mode):
853 * jka-compr.el (auto-compression-mode):
854 * image-file.el (auto-image-file-mode):
855 * hl-line.el (hl-line-mode):
856 * delsel.el (delete-selection-mode):
857 * autoinsert.el (auto-insert-mode):
858 * complete.el (partial-completion-mode): Drop unneeded positional args.
859
860 * info.el (Info-mode):
861 * comint.el (comint-mode): Don't both with make-local-hook.
862
863 * log-edit.el (log-edit-menu): New menu.
864
865 2000-11-03 Miles Bader <miles@gnu.org>
866
867 * wid-edit.el (widget-end-of-line): Reinstate, with a new
868 definition, so that trailing spaces are handled properly.
869 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
870
871 2000-11-03 Gerd Moellmann <gerd@gnu.org>
872
873 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
874 tab character.
875 (fancy-splash-screens): Set tab-width to 20.
876
877 2000-11-03 Dave Love <fx@gnu.org>
878
879 * comint.el (comint-completion-addsuffix): Fix custom type.
880
881 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
882
883 * font-lock.el (font-lock-buffers): Remove.
884 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
885 (font-lock-change-major-mode): Remove.
886 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
887 (font-lock-default-fontify-region): Extend the multiline
888 fontification to whole lines.
889 (font-lock-fontify-anchored-keywords)
890 (font-lock-fontify-keywords-region): If matching just one
891 line (with \n) only mark the \n as multiline.
892
893 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
894 Correctly handle the case where several :group args are supplied.
895 Allow :extra-args.
896 (easy-mmode-define-global-mode): Allow :extra-args.
897 Correctly handle the case where several :group args are supplied.
898
899 2000-11-02 Miles Bader <miles@gnu.org>
900
901 * calendar/calendar.el (diary-face, calendar-today-face)
902 (holiday-face): Remove dependency on `window-system'.
903
904 2000-11-02 Ken Raeburn <raeburn@gnu.org>
905
906 * Makefile.in (emacs): Set EMACSLOADPATH always.
907 (update-authors, .el.elc, compile-files): Don't do it explicitly
908 here.
909 (compile-files): Bomb out if compilation of a file fails.
910
911 2000-11-02 Dave Love <fx@gnu.org>
912
913 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
914
915 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
918 punctuation in the warning inserted into the *mail* buffer.
919
920 2000-11-02 Gerd Moellmann <gerd@gnu.org>
921
922 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
923 (authors-public-domain-p): New function.
924 (authors-print): Use it.
925
926 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
927
928 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
929
930 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
931
932 * ps-print.el: Extension for even/odd printing. Doc fix.
933 (ps-print-version): New version number (6.3.1).
934 (ps-even-or-odd-pages): Customization fix.
935 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
936 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
937 (ps-page-count): Var replaced by `ps-page-column'.
938 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
939 (ps-print-sheet-p): New fun.
940
941 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
942
943 * tooltip.el (tooltip-gud-tips-setup): New function.
944 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
945 (tooltip-mode): Call tooltip-gud-tips-setup.
946 (tooltip-gud-tips): Use `gud-basic-call' instead of
947 process-send-string, so the prompt gets frobbed appropriately.
948 Handle nil return value from `tooltip-gud-print-command'.
949
950 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
951
952 * comint.el (comint-add-to-input-history): New function.
953 (comint-send-input): Use `comint-add-to-input-history'.
954
955 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
956
957 * info.el (info-menu-header): New face.
958 (Info-fontify-menu-headers): New function.
959 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
960
961 * info.el (Info-insert-dir): Don't include blank lines at
962 beginning of additional dir files (one is added automatically).
963
964 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
965
966 * emacs-lisp/easy-mmode.el (define-minor-mode):
967 Revert the latest changes.
968 Allow the three positional arguments to be skipped and replaced
969 by keyword arguments.
970 Add a :toggle argument to determine whether a nil arg means toggle
971 or means turn-on. The default is unchanged.
972 Add a call to force-mode-line-update.
973
974 2000-11-01 Dave Love <fx@gnu.org>
975
976 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
977 cookie.
978
979 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
980
981 * calendar/calendar.el (diary-face, holiday-face): Add
982 dark-background variants.
983
984 2000-10-31 Sam Steingold <sds@gnu.org>
985
986 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
987 `tex-main-file' does not have directory in it.
988
989 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
990
991 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
992
993 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
994
995 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
996 functional change.
997
998 2000-10-31 Gerd Moellmann <gerd@gnu.org>
999
1000 * files.el (find-file-noselect): When we expand a wildcard, return
1001 a list of buffers, as we should do according to the doc string.
1002
1003 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1004
1005 * loadup.el (top level): Adjust load path if program name is
1006 "../src/bootstrap-emacs", in case it's not dumped and thus the
1007 load path adjustment hasn't already been done.
1008
1009 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1010
1011 * ps-print.el: Fix bug on selected pages for printing. Use
1012 `color-values' for Emacs 21. Ensure fontification when jit-lock
1013 is on. Try to avoid warning messages when compiling. Doc Fix.
1014 (ps-print-version): New version number (6.3).
1015 (ps-color-device): Use `color-values' to determine if device
1016 supports color.
1017 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1018 (ps-print-page-p): Changed from defsubst to defun.
1019 (ps-page-number): Changed from defmacro to defun.
1020 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1021 printing.
1022 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1023 (ps-end-file, ps-dummy-page): Funs eliminated.
1024 (ps-print-color-scale): Changed default value.
1025 (ps-page-n-up, ps-print-page-p): New internal vars.
1026 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1027 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1028
1029 * delim-col.el: Little programming improvement.
1030 (delimit-columns-str): New macro.
1031 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1032
1033 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1034
1035 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1036 Moved to european.el.
1037 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1038 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1039 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1040 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1041
1042 2000-10-30 Dave Love <fx@gnu.org>
1043
1044 * progmodes/cc-menus.el (imenu-generic-expression)
1045 (imenu-progress-message): Only defvar when compiling.
1046
1047 * emacs-lisp/elp.el (elp-unload-hook): New function.
1048
1049 * loadhist.el (unload-feature): Call elp-restore-function,
1050 checking for symbols; don't use elp-restore-all.
1051 (loadhist-hook-functions): Doc fix.
1052
1053 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1054
1055 * log-edit.el (log-edit-confirm): Fix the default.
1056
1057 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1058
1059 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1060 delimit-columns-format.
1061 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1062
1063 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1064
1065 * comint.el (comint-replace-by-expanded-history): Don't use
1066 comint-get-old-input (we're not looking at *old* input).
1067 (comint-get-old-input-default): If using fields, signal an error
1068 when the point is not in an input field.
1069
1070 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1071
1072 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1073 and mule-unicode-e000-ffff.
1074
1075 * international/mule.el (decode-char, encode-char): New functions.
1076 (make-coding-system): Accept a symbol of translation table as a
1077 value of property `safe-chars'.
1078
1079 * international/mule-cmds.el (encode-coding-char): Check property
1080 safe-chars instead of safe-charsets.
1081
1082 * international/fontset.el (fontset-default): Modified for
1083 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1084 (x-font-name-charset-alist): Likewise.
1085 (ccl-encode-unicode-font): New CCL program. Record it in
1086 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1087
1088 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1089 New translation tables.
1090 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1091 programs are modified and moved from mac-win.el.
1092 (mac-roman): Definition of this coding system is modified and
1093 moved from mac-win.el.
1094
1095 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1096
1097 * ediff-wind.el (ediff-setup-control-frame): Enclose
1098 face-attribute in condition-case to avoid errors in older emacsen.
1099
1100 2000-10-29 Miles Bader <miles@gnu.org>
1101
1102 * custom.el (custom-add-to-group): Allow multiple entries for a
1103 given value OPTION, as long as their widget types are different.
1104 * cus-edit.el (custom-face-value-create): If face name doesn't end
1105 with "face", add such here (similar to custom group widgets).
1106
1107 * comint.el (comint-highlight-prompt): Add :type.
1108
1109 2000-10-28 John Wiegley <johnw@gnu.org>
1110
1111 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1112 Changed this function to operate on a temporary buffer instead of
1113 the main buffer. This not only keeps flyspell from marking a
1114 buffer as changed that wasn't, but it solves the jumpy cursor
1115 problem when attempts are made to edit incorrect words.
1116 (flyspell-maybe-correct-doubling): Same change as for
1117 `flyspell-maybe-correct-transposition'.
1118
1119 * calendar/timeclock.el (timeclock-log): Doc fix.
1120 (timeclock-last-event): Doc fix.
1121 (timeclock-log): Kill the timelog buffer after appending a new
1122 event.
1123 (timeclock-find-discrep): Use a temp buffer to read in the
1124 timelog, instead of visiting the file.
1125 (timeclock-log-data): A new function, along with a host of helper
1126 functions, for the purpose of making timelog data accessible to
1127 programmers.
1128
1129 * eshell/esh-mode.el (window-height test): Make certain that
1130 `eshell-stringify-t' is non-nil.
1131 (eshell-password-prompt-regexp): Changed to a much simpler
1132 password regexp.
1133 (eshell-send-input): If `eshell-invoke-directly' returns t,
1134 directly invoke the parsed command using `eval'. This improves
1135 turn-around time on simple commands by a factor of three or
1136 greater, such as cd, ls, pwd, etc. -- which get used very often.
1137 It also conserves thousands of cons cells per call (since
1138 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1139 in the Pacific Cookie Company).
1140
1141 * eshell/esh-test.el (eshell-test): Whitespace fix.
1142
1143 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1144 `eshell-ls-initial-args' nil when inserting directory contents.
1145
1146 * eshell/em-script.el (eshell-script-initialize): Add names to
1147 `eshell-complex-commands, since `source' and `.' are complex.
1148
1149 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1150 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1151 `eshell-copy-handles'.
1152 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1153 bodies.
1154 (eshell-separate-commands): Whitespace fix.
1155 (eshell-complex-commands): Added a new list of names, for
1156 determining whether a given command is as simple as it looks.
1157 (eshell-invoke-directly): New function. Returns t if a command
1158 should be invoked directly (using `eval'), rather than indirectly
1159 using `eshell-do-eval'.
1160 (eshell-do-eval): Whitespace fix.
1161
1162 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1163 which provides an emulation of the DOS shell behavior of assuming
1164 that cp/mv/ln should copy/move/link to the current directory.
1165 (eshell-remove-entries): Added a doc string.
1166 (eshell-shuffle-files): Removed the check for `target' being null.
1167 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1168 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1169 it to do a smarter check of whether a destination was provided.
1170 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1171 (eshell/ln): Enable `:preserve-args', and use
1172 `eshell-mvcpln-template' to implement the body of the function.
1173 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1174 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1175 list after flattening it. This makes it possible to cat files
1176 with numerical names.
1177 (eshell-unix-initialize): Added several names to
1178 `eshell-complex-commands.
1179 (eshell-unix-command-complex-p): Return t if a given command name
1180 may result in external processes being invoked.
1181
1182 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1183 variable nil by default, since it slows down glob processing by a
1184 factor of two or more, and increases memory consumption.
1185
1186 * eshell/em-smart.el: Added a note about how memory consumptive
1187 smart display mode can be (at least this is true in Emacs 21).
1188 (eshell-smart-initialize): Whitespace fix.
1189 (eshell-refresh-windows): Use `if' instead of `when'.
1190 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1191 not necessary.
1192 (eshell-currently-handling-window): Added a missing global
1193 variable.
1194
1195 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1196 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1197 Whitespace fix.
1198 (eshell-ls-exclude-hidden): Added this variable in addition to
1199 `eshell-ls-exclude-regexp'. This one prevents files beginning
1200 with . from even being read, which can improve memory consumption
1201 quite a bit.
1202 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1203 read file entries beginning with a dot. In home directories with
1204 lots of hidden files, fully two-thirds of the time spent in ls is
1205 used to read directory entries that are immediately thrown away.
1206 (eshell-ls-initial-args): Added back this configuration variable,
1207 for specifying default initial arguments to every call to ls.
1208 Much faster than using an alias to do the same thing.
1209 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1210 (eshell-ls-dir): Whitespace change.
1211
1212 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1213
1214 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1215 available.
1216 (eshell-stringify-t): Added a customization variable, to indicate
1217 whether `t' should be rendered as a string at all. If not, one
1218 can still determine if the result of an expression is true using
1219 "file-exists-p FILE && echo true".
1220 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1221 stringify t!
1222
1223 * eshell/esh-module.el: Whitespace fix.
1224
1225 * eshell/em-alias.el (eshell-alias-initialize): Added
1226 `eshell-command-aliased-p' to `eshell-complex-commands'.
1227 (eshell-command-aliased-p): New function that returns t if a
1228 command name names an aliased.
1229
1230 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1231
1232 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1233 redrawing the screen when changing cursor color.
1234 (viper-insert-state-pre-command-sentinel)
1235 (viper-replace-state-pre-command-sentinel)
1236 (viper-replace-state-post-command-sentinel):
1237 Use viper-preserve-cursor-color.
1238 Many functions changed to use viper= instead of = when comparing
1239 characters.
1240 * viper-util.el (viper-memq-char,viper=): New functions for
1241 working with characters.
1242 (viper-change-cursor-color): Fixed buglet.
1243 Many functions changed to use viper= instead of = when comparing
1244 characters.
1245 * viper.el (viper-insert-state-mode-list): Added eshell.
1246
1247 * ediff-init.el (ediff-before-setup-hook): New hook.
1248 Several typos fixed in various docstrings.
1249 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1250 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1251 hook.
1252 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1253 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1254 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1255 (ediff-get-selected-buffers): New function.
1256 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1257 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1258 save-window-excursion.
1259 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1260 termination check in while loop.
1261 * ediff.el (ediff-get-default-file-name): Better defaults when in
1262 dired buffer.
1263 (ediff-files,ediff-merge-files,ediff-files3)
1264 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1265
1266 2000-10-28 Dave Love <fx@gnu.org>
1267
1268 * info.el (Info-fontify-node): Add help-echo for menu items.
1269
1270 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1271
1272 * startup.el (normal-top-level): If the value of $TERM indicates
1273 we are running from xterm or one of its work-alikes, default to a
1274 light background mode.
1275
1276 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1277 * faces.el (tty-handle-reverse-video): New function.
1278 (tty-create-frame-with-faces): Call it.
1279
1280 * frame.el (frame-notice-user-settings): Don't apply
1281 default-frame-alist and initial-frame-alist to MS-DOS frames.
1282 Call tty-handle-reverse-video, frame-set-background-mode, and
1283 face-set-after-frame-default for non-MS-DOS frames.
1284
1285 * startup.el (tty-long-option-alist): New variable.
1286 (tty-handle-args): New function.
1287 (command-line): Call tty-handle-args.
1288
1289 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1290 startup.el now does that for all character-terminal frames.
1291
1292 2000-10-28 Miles Bader <miles@gnu.org>
1293
1294 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1295 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1296 global. If :global is followed by a non-nil but non-t value,
1297 make the mode buffer-local, but also generate a `global-MODE'
1298 version using `easy-mmode-define-global-mode'. Add
1299 :conditional-turn-on keyword argument.
1300
1301 2000-10-28 Dave Love <fx@gnu.org>
1302
1303 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1304 use window-system.
1305
1306 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1307
1308 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1309 Don't call find-buffer-file-type-coding-system. Instead, just
1310 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1311 if the file is on an untranslated filesystem.
1312 (add-untranslated-filesystem): Use "D" instead of "f" inside
1313 interactive.
1314
1315 2000-10-27 Dave Love <fx@gnu.org>
1316
1317 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1318 (refill-mode): Use it.
1319
1320 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * international/quail.el (quail-activate): Don't make-local-hook.
1323
1324 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1325
1326 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1327 manual backups and file.~<rev>.~ for automatic ones.
1328 (vc-make-version-backup): Don't do it on MS-DOS without long file
1329 names.
1330
1331 * vc.el (vc-version-other-window): If an automatic backup of the
1332 desired version exists, rename it instead of copying it.
1333
1334 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1335 after command. If there's an unexpected error, signal it instead
1336 of being silent.
1337 (vc-cvs-merge-news): Be prepared for no news at all.
1338
1339 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1340
1341 * shell.el (shell): Add BUFFER argument.
1342 * comint.el (make-comint-in-buffer): New function.
1343 (make-comint): Use it.
1344
1345 * faces.el (face-spec-choose): Change syntax so that the list of
1346 attribute-value pairs is now the cdr of each clause, not the cadr.
1347 Detect old-style entries, and handle them. Use pop.
1348
1349 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1350
1351 * cus-edit.el (custom-mode-map): Use a sparse map.
1352 (custom-mode): Don't bother with make-local-hook.
1353
1354 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1355
1356 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1357
1358 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1359
1360 * ps-print.el: Avoid compilation gripes.
1361 (ps-print-version): New version number (6.2.1).
1362
1363 2000-10-26 Dave Love <fx@gnu.org>
1364
1365 * menu-bar.el: Modify some menu item help strings.
1366 (menu-bar-help-menu): Add link to MORE.STUFF.
1367
1368 * cus-edit.el (custom-mode): Add `special' mode-class property.
1369
1370 * wid-browse.el (widget-browse-mode): Likewise.
1371
1372 * wid-edit.el (widget-specify-field): Revert to using local-map
1373 property, not keymap.
1374
1375 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1376
1377 * wid-edit.el (widget-field-end): When checking for a `boundary'
1378 field, do so in the correct buffer.
1379
1380 * simple.el (undo): Correctly distinguish between numeric and
1381 non-numeric prefix args in non-transient-mark-mode, as per the doc
1382 string. When in transient-mark-mode, treat all prefix-args as
1383 numeric.
1384
1385 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1386 Position point on match. Handle N == 0 correctly.
1387
1388 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1389 (comint-mode-map): Reverse order of `comint-write-output' and
1390 `comint-append-output-to-file'.
1391 (comint-append-output-to-file): Reinstate this function, for the
1392 benefit of the menu.
1393
1394 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1395
1396 * vc.el (vc-version-other-window): Bind `file'.
1397
1398 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1399
1400 * Makefile.in (update-authors): New target for maintenance purposes.
1401
1402 * emacs-lisp/authors.el (batch-update-authors): New function.
1403 (authors-fixed-entries): New defconst.
1404 (authors-add-fixed-entries): New function.
1405 (authors): Call it.: Don't process lispref/.
1406
1407 2000-10-25 Jason Rumney <jasonr@gnu.org>
1408
1409 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1410 Merge x w32 and mac definitions.
1411
1412 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1413
1414 * menu-bar.el (menu-bar-options-menu): Add a help string for
1415 `uniquify'.
1416
1417 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1418
1419 * time-stamp.el (time-stamp-string-preprocess):
1420 Fix a wrong type argument error.
1421
1422 2000-10-25 Miles Bader <miles@gnu.org>
1423
1424 * recentf.el (recentf-mode): Variable removed.
1425 (recentf-mode): Use `define-minor-mode'.
1426
1427 * mwheel.el (mouse-wheel-mode): New global minor mode.
1428 (mwheel-install): Use `mouse-wheel-mode'.
1429
1430 2000-10-25 Dave Love <fx@gnu.org>
1431
1432 * progmodes/cperl-mode.el (cperl-mode):
1433 Set normal-auto-fill-function correctly.
1434
1435 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1436 inherit from global-map and don't nullify menu-bar and tool-bar
1437 bindings.
1438
1439 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1440
1441 * wid-edit.el (widget-field-at): New function.
1442 (widget-at, widget-field-activate): Use it.
1443 (widget-tabable-at): Use `widget-at'.
1444 (widget-specify-field): If the terminating character of the widget
1445 field (which is read-only) is a newline, put it into a special
1446 `boundary' field so that C-n/C-p act more naturally.
1447 (widget-field-end): Also don't subtract one if a special
1448 `boundary' field has been added after the widget field.
1449
1450 * comint.el (comint-output-filter, comint-send-input): Don't
1451 bother adding stickiness fields to overlays to fool the field
1452 code, since it should notice the overlay insertion-types now.
1453
1454 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1455 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1456 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1457
1458 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1459
1460 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1461 (authors): Set file coding system to iso-2022-7bit. Add
1462 file-local variables to output buffer.
1463
1464 * files.el (after-find-file): Don't print any warnings if
1465 WARN is nil.
1466
1467 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1468
1469 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1470
1471 * delim-col.el: Now there is a column formatting mechanism.
1472 Modified to customization mechanisms convention. Doc fix.
1473 (columns): New group for delim-col.
1474 (delimit-columns-before, delimit-columns-after)
1475 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1476 (delimit-columns-end): New vars.
1477 (delimit-columns-customize, delimit-columns-format): New funs.
1478 (delimit-columns-region, delimit-columns-rectangle)
1479 (delimit-columns-rectangle-line): Modified to support column
1480 formatting.
1481
1482 2000-10-24 Dave Love <fx@gnu.org>
1483
1484 * log-edit.el (log-edit): Add :version and a :group for vc.
1485
1486 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1487
1488 * files.el (after-find-file): Don't print a message ``New file''
1489 if WARN is nil.
1490
1491 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1492 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1493 get duplicate tool-bar entries because we'll see the global ones
1494 on more than one path through keymaps.
1495
1496 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1497
1498 * progmodes/cmacexp.el: Change Francesco's email address.
1499
1500 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1501
1502 * window.el (fit-window-to-buffer): Adjust point of the window
1503 buffer, not that of the current buffer.
1504
1505 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1506
1507 * progmodes/cmacexp.el: Update the euthor's email address.
1508
1509 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1510
1511 * faces.el (face-spec-set-match-display): Add `graphic' display
1512 type (the inverse of `tty'). Use `display-graphic-p' instead of
1513 the window-system variable.
1514
1515 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1516
1517 * international/isearch-x.el (isearch-with-input-method): Call
1518 input-method-function with the first event in
1519 unread-command-events.
1520
1521 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1522
1523 * faces.el (face-default-spec, face-user-default-spec): Make
1524 defsubsts.
1525
1526 2000-10-24 Andrew Choi <akochoi@i-cable.com>
1527
1528 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1529 New charsets.
1530
1531 * term/mac-win.el: Remove definitions of mac-roman-lower and
1532 mac-roman-upper, require dired, and define instead of set
1533 mac-ready-for-drag-n-drop to avoid compilation error.
1534
1535 2000-10-23 Andrew Innes <andrewi@gnu.org>
1536
1537 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1538 superfluous calls to subst-char-in-string; instead apply
1539 expand-file-name after convert-standard-filename to ensure
1540 expected directory separators are used.
1541
1542 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1545
1546 2000-10-23 Dave Love <fx@gnu.org>
1547
1548 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1549 (tool-bar-add-item): Set foreground and background for XBM icons.
1550
1551 * international/latin1-disp.el (latin1-char-displayable-p): New
1552 function (from Handa).
1553 (latin1-display-check-font): Use it.
1554
1555 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1556 using :key-sequence, making it much more usable. Use nconc, not
1557 append.
1558 (imenu--create-keymap-1): Avoid append.
1559
1560 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1561
1562 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1563
1564 [the following changes fix a bug where `define-minor-mode' didn't
1565 correctly generate :require clauses for defcustoms in compiled files]
1566 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1567 (byte-compile-log-file, byte-compile-log-1): Don't set
1568 `byte-compile-current-file' to nil. Instead set
1569 `byte-compile-last-logged-file' to it. Test whether
1570 byte-compile-current-file equals byte-compile-last-logged-file
1571 instead of whether its nil.
1572 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
1573
1574 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1575
1576 * textmodes/refill.el: Fix var names in doc.
1577 (refill-mode): Don't bother with make-local-hook anymore.
1578
1579 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1580
1581 * faces.el (face-user-default-spec, face-default-spec): New functions.
1582 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
1583 (frame-set-background-mode, face-set-after-frame-default):
1584 Use `face-user-default-spec'. Simplify code slightly.
1585
1586 * woman.el (woman-italic-face, woman-bold-face)
1587 (woman-unknown-face): Add dark-background variants.
1588 (woman-default-faces): Renamed from `woman-colour-faces'.
1589 Set using the stored defaults, rather than using hard-wired colors.
1590 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1591 Just make the foreground `unspecified' rather than "black".
1592 (woman-menu): Rename menu entries accordingly.
1593
1594 * faces.el (header-line): Make more reasonable on mono/grayscale
1595 displays.
1596
1597 2000-10-23 Andrew Choi <akochoi@i-cable.com>
1598
1599 * cus-edit.el (custom-button-face): Use 3D look for mac.
1600 (custom-button-pressed-face): Likewise.
1601
1602 * faces.el (set-face-attributes-from-resources): Handle mac frames
1603 in the same way as x and w32 frames.
1604 (face-valid-attribute-values): Likewise.
1605 (read-face-attribute): Likewise.
1606 (defined-colors): Likewise.
1607 (color-defined-p): Likewise.
1608 (color-values): Likewise.
1609 (display-grayscale-p): Likewise.
1610 (face-set-after-frame-default): Likewise.
1611 (mode-line): Same default face as for x and w32.
1612 (tool-bar): Likewise.
1613
1614 * frame.el: Remove call to frame-notice-user-settings at end of
1615 the file.
1616
1617 * info.el (Info-fontify-node): make underlines invisible for mac
1618 as for x, pc, and w32 frame types.
1619
1620 * term/mac-win.el: New file.
1621
1622 2000-10-22 Dave Love <fx@gnu.org>
1623
1624 * textmodes/refill.el: New file.
1625
1626 2000-10-22 Andre Spiegel <spiegel@gnu.org>
1627
1628 * vc-hooks.el (vc-version-backup-file-name): New optional args
1629 MANUAL and REGEXP.
1630 (vc-delete-automatic-version-backups, vc-make-version-backup):
1631 New functions.
1632 (vc-before-save): Use the latter.
1633 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1634 confusion.
1635
1636 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1637 expected by vc[-hooks].el.
1638
1639 * vc.el (vc-checkout): Added `-p' suffix in call to
1640 vc-make-version-backups-p; use vc-make-version-backup to actually
1641 make the backup.
1642 (vc-version-other-window, vc-version-backup-file): Handle both
1643 automatic and manual backups.
1644 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1645 of all of them.
1646
1647 2000-10-22 Miles Bader <miles@gnu.org>
1648
1649 * comint.el (comint-highlight-input, comint-highlight-prompt):
1650 Renamed, `-face' at end removed.
1651 (comint-send-input, comint-output-filter): Use renamed faces.
1652
1653 * window.el (fit-window-to-buffer): Change defaulting of
1654 MAX-HEIGHT slightly.
1655
1656 * faces.el (color-values, color-defined-p): Use `member', not
1657 `memq', because it works correctly for strings.
1658 (frame-set-background-mode): Actually, "unspecified-fg" and
1659 "unspecified-bg" *are* strings. Use `member', not `memq', and
1660 `equal', not `eq', when a string value is possible.
1661
1662 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1663
1664 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1665
1666 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1667
1668 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1669 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1670 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1671 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1672 (sh-font-lock-syntactic-keywords): Use them.
1673 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1674 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1675 (sh-mode): Don't override font-lock-unfontify-region-function.
1676 Use a copy of sh-font-lock-syntactic-keywords.
1677 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1678 Don't call sh-scan-buffer since font-lock does it on the fly.
1679 (sh-get-indent-info): Use `face' rather than `syntax-table'
1680 text-property to detect here-documents.
1681 Replace sh-special-syntax with sh-st-punc.
1682 (sh-prev-line): Use `face' rather than `syntax-table'
1683 text-property to skip over here-documents.
1684 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1685 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1686 (sh-electric-less, sh-set-here-doc-region)
1687 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1688 (sh-scan-buffer, sh-rescan-buffer): Remove.
1689
1690 2000-10-21 Andrew Innes <andrewi@gnu.org>
1691
1692 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1693 remote (ange-ftp) file names.
1694
1695 2000-10-21 Miles Bader <miles@gnu.org>
1696
1697 * window.el (fit-window-to-buffer): New function.
1698 (shrink-window-if-larger-than-buffer): Use it.
1699 (window-text-height): Don't expect minibuffers to have mode-lines.
1700
1701 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1702 * international/quail.el (quail-update-guidance): Use
1703 `fit-window-to-buffer' instead of `set-window-text-height'.
1704
1705 * international/quail.el (quail-show-guidance-buf): Make sure
1706 guidance window really has enough room.
1707 (quail-update-guidance): If quail-guidance-win is already shown,
1708 make sure its height is OK.
1709
1710 * window.el (window-text-height, set-window-text-height):
1711 New functions.
1712 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1713 instead of `window-height' & `mode-line-window-height-fudge'.
1714 (mode-line-window-height-fudge): Add FACE parameter.
1715 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1716 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1717
1718 2000-10-20 Miles Bader <miles@gnu.org>
1719
1720 * window.el (height-affecting-face-attributes): Use `defconst'.
1721
1722 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1723 New function, conditionally aliased to `mode-line-window-height-fudge'.
1724 (ispell-help): Use it.
1725 (ispell-choices-win-default-height): Don't include mode-line fudge.
1726 (ispell-choices-win-default-height): New function.
1727 (ispell-show-choices, ispell-command-loop): Use function
1728 `ispell-choices-win-default-height' instead of variable.
1729
1730 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1731
1732 * window.el (mode-line-window-height-fudge): New variable.
1733 (height-affecting-face-attributes): New variable.
1734 (mode-line-window-height-fudge): New function.
1735 (shrink-window-if-larger-than-buffer): Use it.
1736 * help.el (resize-temp-buffer-window): Likewise.
1737
1738 * info.el (Info-fontify-node): Add support for @subsubsection
1739 titles, which use `Info-title-4-face'.
1740 (Info-title-4-face): New face.
1741 (Info-title-3-face): Inherit from Info-title-4-face instead of
1742 variable-pitch.
1743
1744 2000-10-19 Jason Rumney <jasonr@gnu.org>
1745
1746 * dired.el (dired-insert-directory): Do not let errors signalled by
1747 attempt to run dired-free-space-program prevent dired from working.
1748
1749 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1750
1751 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1752
1753 2000-10-19 Gerd Moellmann <gerd@gnu.org>
1754
1755 * dirtrack.el (dirtrack): Fix call to run-hooks.
1756
1757 * cmuscheme.el (cmuscheme-program-name): Renamed from
1758 scheme-program-name because xscheme.el contains a defcustom with
1759 the same name. As a consequence, customizing group `cmuscheme'
1760 loaded `xscheme' which redefined run-scheme.
1761 (run-scheme): Use cmuscheme-program-name.
1762
1763 * ps-print.el (ps-print-emacs-type): Move into the
1764 eval-and-compile.
1765
1766 * play/doctor.el (doctor-death): Update the Samaritans'
1767 anonymous address, and add a website for Befrienders International.
1768
1769 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1770
1771 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1772 Avoid compilation gripes. Doc fix.
1773 (ps-print-version): New version number (6.2).
1774 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1775 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1776 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1777 (ps-x-extent-priority, ps-x-extent-start-position)
1778 (ps-x-face-font-instance, ps-x-find-coding-system)
1779 (ps-x-font-instance-properties, ps-x-make-color-instance)
1780 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1781 avoid compilation gripes without defining functions.
1782 (ps-e-find-composition): Alias for function find-composition, to have a
1783 suitable function depending on Emacs version.
1784 (ps-color-device, ps-color-values, ps-face-foreground-name)
1785 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1786 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1787 (ps-print-ensure-fontified): Function definitions surrounded by
1788 `eval-and-compile' to avoid compilation gripes.
1789 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1790 by symbol-value to avoid compilation gripes.
1791 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1792 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1793
1794 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1795
1796 * startup.el (normal-top-level): Call `frame-set-background-mode'
1797 after `frame-notice-user-settings' because the latter doesn't call
1798 the former on a tty.
1799
1800 * faces.el (frame-set-background-mode): `unspecified' &c are
1801 symbols, not strings.
1802
1803 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1804
1805 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1806 why some "light*" colors are deliberately absent from the alist.
1807
1808 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1809 Change colors for tty's, as suggested by Miles Bader.
1810
1811 2000-10-19 Kenichi Handa <handa@etl.go.jp>
1812
1813 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1814 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1815 for ISO10646-1 fonts.
1816 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1817
1818 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1819
1820 * faces.el (frame-set-background-mode): If a tty frame defines a
1821 background color, use that to compute the background mode, instead
1822 of always defaulting to "dark".
1823
1824 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1825
1826 * comint.el (comint-write-output): New function.
1827 (comint-mode-map): Add it to the menu.
1828 Bind `C-c C-s' to comint-write-output.
1829
1830 2000-10-18 Gerd Moellmann <gerd@gnu.org>
1831
1832 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1833 Use fancy-splash-delay.
1834
1835 2000-10-18 Alex Schroeder <alex@gnu.org>
1836
1837 * progmodes/sql.el (sql-sybase-options): New option.
1838 (sql-sybase): Use it. Add sql-database to the list of parameters
1839 provided for login. The options -w 2048 -n are not used any more.
1840
1841 * comint.el (comint-read-input-ring): Bugfix such that the first
1842 and the last entry of the input ring file are not lost.
1843
1844 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1845
1846 * ps-print.el: Internal variable changes to defcustom,
1847 make-local-hook changes to defvar. Doc fix.
1848 (ps-print-version): New version number (6.1).
1849 (ps-setup, ps-do-despool): Code fix.
1850 (ps-printer-name): Customization fix.
1851 (ps-printer-name-option): Now is a defcustom instead of an
1852 internal variable.
1853 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1854 (ps-print-begin-column-hook): Now are defvar instead of
1855 make-local-hook.
1856
1857 2000-10-18 Miles Bader <miles@gnu.org>
1858
1859 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1860 (comint-kill-output): Changed into an alias for `comint-delete-output',
1861 and made obsolete.
1862 (comint-mode-map): Rename references to comint-kill-output.
1863
1864 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1865
1866 * diff-mode.el (diff-header-face, diff-file-header-face)
1867 (diff-changed-face): Add bold and italic attributes to tty faces.
1868 (diff-function-face): New face.
1869 (diff-font-lock-keywords): Use it.
1870
1871 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1872
1873 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1874 Remove commented-out call to force-mode-line-update.
1875 (comint-kill-output): Use `forward-line 0' instead of
1876 beginning-of-line to make sure we get past the prompt.
1877
1878 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1879
1880 * diff-mode.el (diff-header-face, diff-file-header-face):
1881 Add specific setting for dark background.
1882 (diff-context-face): Renamed from diff-comment-face.
1883 Set explicitly rather than inheriting from font-lock-comment-face.
1884
1885 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * startup.el (command-line): Move the code which sets the default
1888 TTY colors to before before-init-hook.
1889
1890 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1891
1892 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1893
1894 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1895
1896 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1897 extensions, for MS-DOS.
1898
1899 * diff-mode.el (diff-header-face, diff-file-header-face)
1900 (diff-changed-face): Define tty-specific colors.
1901
1902 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1903
1904 * startup.el (fancy-splash-text): Realign the text.
1905
1906 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * font-lock.el (font-lock-comment-face): Define a separate default
1909 for dark-background tty's.
1910
1911 2000-10-17 Miles Bader <miles@gnu.org>
1912
1913 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1914 being obscured by whizzy mode-lines on graphics displays.
1915
1916 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * info.el (Info-title-1-face, Info-title-2-face)
1919 (Info-title-3-face): Define colors for tty's.
1920 (info-header-node): Remove unneeded tty-specific definition.
1921
1922 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1923
1924 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1925 reverse from the frame parameters, and don't invert foreground and
1926 background colors.
1927
1928 2000-10-16 Miles Bader <miles@gnu.org>
1929
1930 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1931 string "*Info*". Call propertized-buffer-identification to spruce
1932 up the result.
1933
1934 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1935
1936 * help.el: Provide `help' for the sake of define-minor-mode
1937 which generates defcustoms with requires.
1938
1939 * jit-lock.el (jit-lock-after-change): If we're in text that
1940 matches a multi-line font-lock pattern, make sure the whole text
1941 will be redisplayed.
1942
1943 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1944 author's name is unknown.
1945
1946 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1947 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1948 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1949 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1950 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1951 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1952 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1953 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1954 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1955 Add author information.
1956
1957 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1958
1959 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1960 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1961 full-color version (using the Gimp) to eliminate dithering artifacts.
1962
1963 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1966
1967 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1968
1969 2000-10-15 Dave Love <fx@gnu.org>
1970
1971 * progmodes/sh-script.el: Require skeleton and comint when
1972 compiling.
1973
1974 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1975
1976 * whitespace.el: Doc fixes.
1977 (top-level): Don't add hooks here.
1978 (whitespace-running-emacs): Deleted.
1979 (timer): Don't require.
1980 (whitespace): Add back :version conditional on xemacs test.
1981 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1982 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1983 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1984 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1985 Avoid specific xemacs test.
1986 (whitespace-global-mode): New option.
1987 (whitespace-global-mode): New command.
1988 (whitespace-unload-hook): New function.
1989
1990 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1991 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1992 (Info-fontify-node): `Goto' goes to `Go to'.
1993 (Info-fontify-node): Add help-echo to xref links.
1994
1995 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1996
1997 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1998
1999 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2000
2001 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2002 Use plist-get and allow :inherit.
2003
2004 * emacs-lisp/cl-macs.el (cl-do-arglist):
2005 Use plist-get and plist-member instead of memq.
2006
2007 * emacs-lisp/ewoc.el (ewoc-location): New function.
2008 (ewoc-enter-after, ewoc-enter-before): Document return value.
2009 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2010 Don't need make-local-hook any more.
2011 (cvs-addto-collection): Return the new tin.
2012 (cvs-mode-insert): Jump to the new line.
2013
2014 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2015
2016 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2017
2018 * font-lock.el (font-lock-syntactically-fontified): New var.
2019 (font-lock-fontify-syntactic-keywords-region): Use it.
2020 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2021
2022 * diff-mode.el (diff-find-file-name): Fix regexp.
2023
2024 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2025 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2026
2027 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2028 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2029 (sh-mode): Don't make all vars local here.
2030 (sh-kw): Reformat.
2031 (sh-set-shell): Use dolist. Don't set indent-region-function.
2032 (sh-mode-syntax-table): Use pop.
2033 (sh-remember-variable): Use push.
2034 (sh-help-string-for-variable): Use memq.
2035 (sh-safe-backward-sexp): Remove.
2036 (sh-safe-forward-sexp): Add ARG.
2037 (sh-get-indent-info, sh-prev-stmt): Use it.
2038 (sh-prev-line): Simplify by using forward-comment.
2039 (sh-this-is-a-continuation): Simplify.
2040 (sh-learn-buffer-indent): Use dolist.
2041 (sh-do-nothing): Remove.
2042 (sh-set-char-syntax, sh-set-here-doc-region):
2043 Use inhibit-modification-hooks.
2044 (sh-name-style): Use mapcar and push.
2045 (sh-load-style): Use dolist.
2046 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2047 (sh-case, sh-while-getopts): Use propertize directly rather
2048 than sh-electric-rparen.
2049
2050 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * textmodes/tex-mode.el: Require CL when compiling.
2053 (tex-mode-syntax-table): Init immediately.
2054 (tex-mode-map): Bind M-RET to latex-insert-item.
2055 (latex-mode): Set indent-line-function to latex-indent.
2056 (tex-common-initialization): Don't setup the syntax-table any more.
2057 (latex-insert-item): New skeleton.
2058 (tex-next-unmatched-end): Fix copy/paste braino.
2059 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2060 (latex-indent, latex-find-indent): New functions.
2061 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2062 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2063 (tex-compilation-parse-errors): Use with-syntax-table.
2064
2065 2000-10-15 Miles Bader <miles@gnu.org>
2066
2067 * font-lock.el (font-lock-comment-face): Change dark-background,
2068 color, non-tty, default to `chocolate1'.
2069
2070 2000-10-13 John Wiegley <johnw@gnu.org>
2071
2072 * eshell/esh-util.el (require): Added a missing `require' form,
2073 needed when compiling (for an ange-ftp macro definition).
2074
2075 2000-10-13 Dave Love <fx@gnu.org>
2076
2077 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2078
2079 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2080
2081 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2082 fix.
2083
2084 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2085 transparent -colors 8).
2086
2087 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2088
2089 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2090 that breaks with old list format timestamps.
2091 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2092 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2093 strings.
2094
2095 2000-10-13 John Wiegley <johnw@gnu.org>
2096
2097 * align.el, pcomplete.el, calendar/timeclock.el,
2098 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2099
2100 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2101 faulty math, where holiday hours were being computing as seconds.
2102
2103 2000-10-13 John Wiegley <johnw@gnu.org>
2104
2105 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2106 specifying what "other" kinds of buffers should be saved. This
2107 used to be hard-coded.
2108 (desktop-buffer-misc-functions): A global for specifying how
2109 auxiliary data should be determined for special buffer types.
2110 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2111 instead of hard-coding the special buffer types.
2112 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2113 auxiliary data, instead of hard-coding for Info buffers and dired.
2114 (desktop-buffer-info-misc-data): Aux function for determining Info
2115 buffer auxiliary info.
2116 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2117 (desktop-buffer-info): Changed this function to use the info
2118 gathered above.
2119 (desktop-create-buffer): Be a little more careful about what
2120 `minor-mode' means before calling it. This is important for some
2121 buffer types.
2122
2123 2000-10-13 John Wiegley <johnw@gnu.org>
2124
2125 * eshell/esh-util.el: Added a global form which declares an
2126 autoload for `parse-time-string', if that function is not already
2127 defined, and if parse-time.el is available on the user's system.
2128
2129 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2130 to be aware of ange-ftp user info.
2131 (eshell-do-ls): Bind `ange-cache'. Also, use
2132 `eshell-file-attributes'.
2133 (eshell-ls-annotate): Use `eshell-file-attributes'.
2134 (eshell-ls-file): Made the user-id printing code a bit smarter.
2135
2136 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2137 allow identification of alias user ids in remote directories.
2138 It's manual, but there's no other way to know when the current
2139 user on the local machine, is also the owning user on the remote
2140 machine.
2141 (fboundp): Bind `ange-cache'.
2142 (eshell-directory-files-and-attributes): Re-organized the logic a
2143 bit to use `eshell-file-attributes' instead of `file-attributes'.
2144 The former is more sensitive to directories that are read via FTP,
2145 and knows how to use ange-ftp to determine full attribute
2146 information, instead of just the name and last modtime.
2147 (eshell-current-ange-uids): Return the current user id when in a
2148 remote directory.
2149 (eshell-parse-ange-ls): Parse a full directory listing that has
2150 been returned by ange-ftp.
2151 (eshell-file-attributes): This beefed up version of
2152 `file-attributes' is only special if the user is currently in a
2153 remote directory, in which case it does a lot of work to find out
2154 what the real attributes of a file are, as they appear on the
2155 remote machine. This makes usage of remote directories (i.e.,
2156 ange-ftp pathnames) much more useful. You can now use Eshell as a
2157 full-fledged FTP client, with much more manipulation ability than
2158 most other clients.
2159
2160 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2161 variable, which means that Eshell's du should always be preferred
2162 in remote directories.
2163 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2164 just `file-attributes'.
2165 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2166 when reading remote directories. This is an Eshell-specific
2167 variable (not part of ange-ftp).
2168 (eshell/ln): Bind `ange-cache'.
2169 (eshell/du): Added some extra logic for determining when to use
2170 Eshell's du (which is slow), and when to use the external version
2171 (which may or may not exist).
2172
2173 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2174 `eshell-interactive-process', rather than using
2175 `get-buffer-process', since backgrounded processes don't count in
2176 the context of this function's logic.
2177
2178 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2179 `forward-char', so that null strings are parsed correctly.
2180
2181 2000-09-13 John Wiegley <johnw@gnu.org>
2182
2183 * eshell/em-pred.el (eshell-pred-file-type,
2184 eshell-pred-file-links, eshell-pred-file-size): Use
2185 `eshell-file-attributes'. This is more correct over ange-ftp.
2186
2187 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2188 that remote file globbing is more efficient.
2189
2190 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2191 gathering the files and attributes within a directory.
2192
2193 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2194 the command line is a special file (not a regular file, directory
2195 or symlink), always attempt to call the external version of cat.
2196
2197 2000-09-13 John Wiegley <johnw@gnu.org>
2198
2199 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2200 Eshell-friendly version of find-tag.
2201
2202 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2203
2204 * image-file.el (image-file-name-extensions)
2205 (image-file-name-regexps): Add autoload cookies.
2206
2207 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2208
2209 * international/mule-cmds.el (select-safe-coding-system): If FROM
2210 is string, show it in *Warning* buffer.
2211
2212 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * startup.el (normal-top-level): Use display-popup-menus-p instead
2215 of window-system.
2216 (command-line): Use display-graphic-p instead of window-system.
2217 (command-line-1): Use display-popup-menus-p and display-mouse-p
2218 instead of window-system.
2219
2220 2000-10-12 Sam Steingold <sds@gnu.org>
2221
2222 * tooltip.el (tooltip-use-echo-area): New user variable.
2223 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2224
2225 2000-10-12 Dave Love <fx@gnu.org>
2226
2227 * recentf.el: Maintainer's checkdoc fixes.
2228
2229 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2230 character class, not ASCII when matching file names.
2231 (fancy-splash-head): Add trailing slash to URL.
2232 (command-line): Don't require XPM support for toolbar.
2233
2234 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2235 (cperl-invalid-face): Revert last change.
2236 (cperl-init-faces): Quote cperl-invalid-face.
2237
2238 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2239
2240 * startup.el (fancy-splash-text): Remove superfluous quote.
2241
2242 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2243
2244 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2245 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2246 (command-line-1): Don't use fancy-splash-pending-command.
2247 (fancy-splash-screens-1): Goto point-min after inserting text.
2248
2249 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2250
2251 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2252 instead of shared-lisp-mode-map.
2253
2254 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2255
2256 * faces.el (header-line): Change tty-variant to use underlining.
2257
2258 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2259 (isearch-highlight): Restore lazy-isearch face properties at old
2260 position, and suppress them at new position.
2261 (isearch-dehighlight): Restore lazy-isearch face properties.
2262 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2263 over the real isearch overlay, but in that case, don't give it a
2264 face property. Use `push'.
2265
2266 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2267
2268 * man.el (Man-getpage-in-background): Fix previous change.
2269 Decode the process output only when we are in multibyte mode.
2270
2271 2000-10-11 Dave Love <fx@gnu.org>
2272
2273 * info.el (Info-mode-menu): Fix some help.
2274 (info-tool-bar-map): Add entry for Info-last.
2275
2276 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2277 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2278 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2279 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2280 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2281 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2282 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2283 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2284 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2285 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2286 Reduce colour requirements to 25 overall. (Probably wants
2287 revisiting from the originals to reduce further.)
2288
2289 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2292 buffer-file-coding-system, instead of raw-text.
2293 (dehexlify-buffer): Bind coding-system-for-read to
2294 buffer-file-coding-system, instead of raw-text.
2295
2296 2000-10-11 Sam Steingold <sds@gnu.org>
2297
2298 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2299 `underline' - fixes the bug introduced on 2000-09-21.
2300
2301 2000-10-11 Dave Love <fx@gnu.org>
2302
2303 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2304 compiler warnings.
2305 (scheme-mode): Doc fix.
2306 (scheme-font-lock-keywords-1): Match `define-syntax'.
2307
2308 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2309
2310 * faces.el (frame-set-background-mode): Pay attention to saved
2311 face specs as well as default ones. Only do anything if the
2312 bg-mode or display-type has actually changed. Use `dolist'.
2313 (region): Make dark-background `region' face less in-your-face.
2314
2315 2000-10-10 Sam Steingold <sds@gnu.org>
2316
2317 * chistory.el, ielm.el, ledit.el:
2318 * progmodes/inf-lisp.el, progmodes/scheme.el:
2319 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2320
2321 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2322
2323 * textmodes/texinfo.el: Update copyright and fix typo.
2324
2325 * desktop.el (desktop-modes-not-to-save): New var.
2326 (desktop-save-buffer-p): Use it.
2327 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2328 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2329
2330 2000-10-10 Dave Love <fx@gnu.org>
2331
2332 * toolbar/tool-bar.el (tool-bar-add-item)
2333 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2334 display.
2335
2336 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2337 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2338 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2339 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2340 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2341 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2342 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2343 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2344 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2345 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2346 the .xpms; probably need retouching.
2347
2348 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2349
2350 * subr.el (add-to-list): Add optional argument APPEND.
2351 * battery.el (display-battery): Use `add-to-list'.
2352
2353 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2354
2355 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2356 these vars as symbol properties.
2357 (zone, zone-when-idle, zone-leave-me-alone)
2358 (zone-pgm-whack-chars): Use new symbol properties.
2359
2360 * battery.el (display-battery): Doc spelling fix.
2361
2362 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2363 property.
2364
2365 2000-10-09 Dave Love <fx@gnu.org>
2366
2367 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2368 has been initialized before calling tool-bar-setup.
2369 (tool-bar-add-item-from-menu): Add autoload cookie.
2370
2371 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2372
2373 * menu-bar.el (send-mail-item-name): New function.
2374 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2375 of mail-user-agent in the menu. Don't display the "Send Mail"
2376 item if mail-user-agent is nil or its value is ignore.
2377 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2378 if read-mail-command is nil or its value is ignore.
2379
2380 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2381
2382 2000-10-09 Miles Bader <miles@gnu.org>
2383
2384 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2385 Correct image size.
2386 * toolbar/left_arrow.xpm: Correct image size.
2387
2388 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2389 will be done by the definition of `auto-compression-mode' if
2390 necessary. Move code to uninstall existing file-name handler
2391 before definition of `auto-compression-mode'.
2392
2393 * image-file.el (auto-image-file-mode): Move to the end of the
2394 file, because `define-minor-mode' actually calls the mode-function
2395 if the associated variable is non-nil, which requires that all
2396 needed functions be already defined.
2397
2398 * mouse.el (popup-menu): Balance parens.
2399
2400 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2401
2402 * mouse.el (popup-menu): Move the command call outside the loop
2403 so that popup-menu returns whatever the command returns.
2404
2405 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2406 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2407 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2408 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2409
2410 * vc.el (vc-version-diff): diff-switches can be a list.
2411 Use relative filenames for prettier output.
2412
2413 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2414 (vc-post-command-functions): Remove old-VC compatibility code.
2415
2416 * newcomment.el (comment-indent-default): Autoload.
2417
2418 * font-lock.el (font-lock-defaults): Make buffer-local.
2419 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2420 (font-lock-choose-keywords):
2421 Ignore LEVEL unless KEYWORDS is a list of syms.
2422 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2423 Don't wrap regexp-opt things in \(...\) unnecessarily.
2424
2425 * jit-lock.el: Don't require font-lock any more.
2426 (jit-lock-functions): Make buffer-local.
2427 (jit-lock-saved-fontify-buffer-function): Remove.
2428 (jit-lock-mode): Remove autoload cookie.
2429 Remove font-lock specific code.
2430 (jit-lock-unregister): Don't bother handling complex hooks any more.
2431 (jit-lock-refontify): New function.
2432 (jit-lock-fontify-buffer): Use it.
2433 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2434 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2435 Add optional args START and END.
2436 Never call font-lock-fontify-region directly.
2437 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2438
2439 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2440
2441 2000-10-08 Dave Love <fx@gnu.org>
2442
2443 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2444
2445 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2446
2447 * play/studly.el (studlify-region, studlify-word): Add autoload
2448 cookie.
2449
2450 * play/morse.el (morse-region, unmorse-region): Add autoload
2451 cookie.
2452
2453 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2454 concat.
2455
2456 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2457 insist on symbols starting with word syntax.
2458 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2459 (eval-defun-1): Doc fix.
2460 (indent-sexp): Use nconc to build up indent-stack.
2461
2462 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2463 Gnus with little use.
2464 (mail-setup-hook): Add mail-abbrevs-setup to options.
2465
2466 * recentf.el: Doc fixes.
2467
2468 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2469 Clean up remainder.
2470
2471 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2472 without timezone and (8) with timezone to enforce some whitespace.
2473 Simplify code somewhat.
2474
2475 * options.el (list-options): Doc that you should use customize.
2476
2477 * iswitchb.el (iswitchb-mode): Add :require.
2478
2479 * info.el (Info-goto-node, Info-menu): Doc fix.
2480 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2481 (info-tool-bar-map): New variable.
2482 (Info-mode): Use it.
2483 (Info-edit-map): Define all in defvar.
2484 (speedbar-attached-frame): Avoid compiler warning.
2485
2486 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2487 (global-map): Bind [tool-bar] to a filtered map.
2488 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2489 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2490 Allow PBM icons.
2491 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2492
2493 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2494 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2495 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2496 icons, except up_arrow, which is left-arrow rotated.
2497
2498 * imenu.el (imenu-add-to-menubar): Fix last change.
2499
2500 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2501
2502 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2503 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2504
2505 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2508 typos in doc strings.
2509
2510 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2511 the doc strings how to customize Font Lock faces.
2512
2513 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2514 computing growth when dragging the header line.
2515
2516 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2517
2518 * simple.el (kill-line): Doc fix.
2519
2520 2000-10-08 Miles Bader <miles@gnu.org>
2521
2522 * faces.el (secondary-selection): Make foreground visible on tty.
2523
2524 * jka-compr.el (auto-compression-mode): Move to the end of the
2525 file, because `define-minor-mode' actually calls the mode-function
2526 if the associated variable is non-nil, which requires that all
2527 needed functions be already defined.
2528 (with-auto-compression-mode): Add autoload cookie.
2529
2530 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * files.el (find-backup-file-name) [ms-dos]: If support for long
2533 file names is not available, behave as if version-control were set
2534 to never.
2535
2536 2000-10-07 Dave Love <fx@gnu.org>
2537
2538 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2539 (browse-url-gnome-moz): New function.
2540 (browse-url-browser-function): Use it.
2541 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2542
2543 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2544
2545 * indent.el (tab-always-indent): New var.
2546 (indent-for-tab-command): Use it.
2547
2548 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2549 raise an error. This way it can still default to a sane value.
2550
2551 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * startup.el (fancy-splash-screens): Use local rather than global map.
2554 Don't use `update-menu-bindings' any more.
2555 Get rid of assumptions about keymap representation.
2556
2557 2000-10-06 Dave Love <fx@gnu.org>
2558
2559 * textmodes/fill.el (sentence-end-double-space)
2560 (sentence-end-without-period): Doc fix.
2561 (adaptive-fill-regexp): Purecopy.
2562 (unjustify-current-line): Use line-end-position.
2563 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2564
2565 * net/eudc-vars.el (eudc): Add :version, :link.
2566
2567 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2568
2569 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2570 Fix for define-minor-mode.
2571 (function-at-point): Alias to function-called-at-point.
2572
2573 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2574
2575 * simple.el (backward-word): Doc fix.
2576
2577 * image-file.el (image-file-name-regexp): image-file-regexps ->
2578 image-file-name-regexps.
2579 (image-file-name-extensions): Add pbm.
2580
2581 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2582
2583 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2584 and add filename to the names so that diff-mode can jump to source.
2585
2586 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
2587 (tex-font-lock-keywords, tex-font-lock-keywords-2)
2588 (tex-font-lock-keywords-1): Remove.
2589 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2590 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
2591 (font-lock-default-fontify-region):
2592 Expand beg..end correctly when just following a multiline region.
2593 (font-lock-fontify-anchored-keywords):
2594 Include the anchor text as part of the multiline.
2595
2596 2000-10-06 Gerd Moellmann <gerd@gnu.org>
2597
2598 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2599 latter needs the autoloaded define-minor-mode macro during the
2600 bootstrap.
2601
2602 * startup.el (command-line): For now, activate tool-bar-mode only
2603 if XPM images are supported.
2604
2605 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2606 window by dragging a header-line at the top of the frame; that's
2607 confusing because the header-line doesn't move.
2608 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2609 of treating the event as a list. Some cleanup.
2610
2611 2000-10-06 Miles Bader <miles@gnu.org>
2612
2613 * simple.el (display-message-or-buffer): New function.
2614 (shell-command-on-region): Use `display-message-or-buffer'.
2615
2616 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2617 docstring parts.
2618
2619 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2620 (smbclient-prompt-regexp): Add usage note to doc string.
2621 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2622 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2623 Use add-hook for adding the comint filter function, and only do so
2624 if it's not already in the global hook list.
2625 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2626 to `make-local-variable'.
2627 (nslookup-font-lock-keywords): Remove prompt entry.
2628 (nslookup): Don't set the process-filter.
2629 (finger): Exit the loop correctly when the regexps list runs out.
2630 (ftp, smbclient, smbclient-list-shares):
2631 Set the real major mode immediately, not after execing.
2632 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2633
2634 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2635
2636 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2637
2638 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2639
2640 * which-func.el (which-func-format): Remove spurious space.
2641 (which-func-mode): Don't make it permanent-local.
2642 (which-func-ff-hook): Allow which-func-maxout to be nil.
2643 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2644 (which-func-mode): Simplify.
2645 Use post-command-idle-hook rather than post-command-hook.
2646 Go through all buffers and update their state.
2647 (which-function): Also try add-log-current-defun-function.
2648
2649 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2650 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2651 Update call to with-vc-properties accordingly.
2652 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2653 (vc-revert-buffer): More careful about window selection and deletion.
2654 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2655
2656 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2657 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2658 (cvs-dired-action): Change the default to quickdir.
2659
2660 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2661 if comment-indent-function returns nil.
2662 (comment-indent-default): New function.
2663 (comment-indent-function): Use it and document the new semantics.
2664
2665 * image-file.el: Docstring fixes.
2666
2667 * help.el (help-xref-on-pp): Use match-string.
2668 (describe-variable): New arg BUFFER.
2669 Store the current buffer in the help-xref-stack.
2670 (temp-buffer-resize-mode): Use define-minor-mode.
2671
2672 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2673 consistently with its docstring.
2674 Set jit-lock-first-unfontify-pos in an idempotent way.
2675 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2676
2677 2000-10-05 Alex Schroeder <alex@gnu.org>
2678
2679 * sql.el (sql-mysql-options): New variable.
2680 (sql-mysql): Use it.
2681
2682 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2683
2684 * image.el (image): New group.
2685
2686 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2687 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2688
2689 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2690
2691 * net/net-utils.el (nslookup-font-lock-keywords)
2692 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2693 Ignore the value of wqindow-system; always define keywords
2694
2695 2000-10-05 Kenichi Handa <handa@etl.go.jp>
2696
2697 * startup.el (fancy-splash-screens): Remove the code for
2698 debugging; `(trace-to-stderr "EXITTT\n")'.
2699
2700 2000-10-05 Miles Bader <miles@gnu.org>
2701
2702 * diff-mode.el (diff-goto-source): Update call to
2703 `diff-hunk-status-msg' to reflect new REV variable.
2704
2705 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2706
2707 * progmodes/icon.el (icon-mode):
2708 Don't gratuitously override the default for comment-column.
2709
2710 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2711
2712 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2713 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2714 (jit-lock-functions): New var.
2715 (jit-lock-function-1): Use it if non-nil.
2716 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2717 Set the `fontified' property before doing the fontification to avoid
2718 repeatedly going through the same error.
2719 Don't turn errors into messages.
2720 (jit-lock-register, jit-lock-unregister): New functions.
2721
2722 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2723 Use with-current-buffer.
2724
2725 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2726 Turn comment into docstring.
2727
2728 * apropos.el (apropos-mode): Use define-derived-mode.
2729
2730 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2731
2732 * startup.el (fancy-splash-pending-command): New variable.
2733 (fancy-splash-pre-command): New function.
2734 (fancy-splash-screens): Rewritten.
2735 (command-line-1): If fancy-splash-pending-command is set, call it
2736 interactively.
2737
2738 2000-10-04 Dave Love <fx@gnu.org>
2739
2740 * toolbar/tool-bar.el (tool-bar-setup): New function.
2741 (tool-bar-mode): Use it.
2742
2743 * subr.el (substitute-key-definition): Doc fix.
2744 (play-sound-file): New command.
2745
2746 2000-10-04 Andre Spiegel <spiegel@gnu.org>
2747
2748 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2749 vc-version-backup-file-name): New functions.
2750
2751 * files.el (basic-save-buffer): Call vc-before-save before saving.
2752
2753 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2754 vc-cvs-stay-local-p.
2755
2756 * vc.el (vc-revert-buffer): Handle empty diff properly.
2757 (vc-version-backup-file): New function.
2758 (vc-checkout): Create a version backup if necessary.
2759 (vc-checkin): If a version backup file exists, delete it.
2760 (vc-version-diff): Diff locally using version backups, if available.
2761 (vc-revert-file): If there's a version backup, revert locally.
2762 (vc-transfer-file): Use version backup for base version, if
2763 available. If not, ask for confirmation whether to get it from the
2764 server. Update mode line before check-in.
2765
2766 2000-10-04 Dave Love <fx@gnu.org>
2767
2768 * toolbar/tool-bar.el (tool-bar-setup): New function.
2769 (tool-bar-mode): Use it.
2770
2771 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2772
2773 * net/net-utils.el (nslookup-font-lock-keywords)
2774 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2775 Only set if window-system is non-nil
2776 (net-utils-run-program): Returns buffer.
2777 (network-connection-reconnect): Added this function.
2778
2779 * generic.el:
2780 Incorporates extensive cleanup and docfixes by
2781 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2782 Uses cl compile-time macros.
2783 (generic-mode-name, generic-comment-list)
2784 (generic-keywords-list, generic-font-lock-expressions)
2785 (generic-mode-function-list, generic-mode-syntax-table):
2786 Removed variables.
2787 (generic-mode-alist): Renamed to generic-mode-list.
2788 (generic-find-file-regexp): Default changed to "^#".
2789 (generic-read-type): Uses completing read on generic-mode-list.
2790 (generic-mode-sanity-check): removed this function.
2791 (generic-add-to-auto-mode): Removed this function
2792 (generic-mode-internal): Bind mode-specific definitions
2793 into function instead of putting them in alist.
2794 (generic-mode-set-comments): Reworked extensively.
2795 (generic-mode-find-file-hook): Simplified regexp searching
2796 (generic-make-keywords-list): Omit extra pair of parens
2797
2798 * find-lisp.el (find-lisp-find-files-internal):
2799 Make sure directory name ends with "/".
2800
2801 * generic-x.el (apache-conf-generic-mode):
2802 Regexp now allows leading whitespace.
2803 (rc-generic-mode): Added eval-when-compile
2804 around generic-make-keywords-list.
2805 Deleted duplicate regexp
2806 (rul-generic-mode): Added eval-when-compile
2807 around generic-make-keywords-list.
2808 (etc-fstab-generic-mode): New generic mode.
2809 (rul-generic-mode): Removed one eval-when-compile
2810 which caused a max-specpdl-size exceeded error.
2811
2812 2000-10-04 Miles Bader <miles@gnu.org>
2813
2814 * simple.el (minibuffer-temporary-goal-position): New variable.
2815 (next-history-element): Try to keep the position of point in the
2816 input string constant.
2817
2818 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2819 (dired-do-create-files): If there's only one file, pass it in as
2820 the DEFAULT arg to dired-mark-read-file-name.
2821
2822 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2823
2824 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2825 (diff-goto-source): Be smarter when choosing REVERSE or not.
2826
2827 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2828 (texinfo-mode-menu): Add an explicit shortcut for update all.
2829
2830 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2831
2832 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2833 factorize backend-specific code cleanly (this was essentially
2834 conceived by Stefan Monnier).
2835 (vc-unregister): Function removed.
2836 (vc-revert-file): New function.
2837 (vc-revert-buffer): Delegate some of the work to it.
2838
2839 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2840 default branch unconditionally.
2841 (vc-rcs-set-default-branch): New function.
2842 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2843 (vc-rcs-checkin): If an appropriate default branch has been set,
2844 force creation of that branch.
2845 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2846 code (as suggested by Stefan Monnier).
2847
2848 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2849
2850 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2851 highlighting overlay with a different face over the overlay
2852 isearch uses to highlight the current match because that can lead
2853 to bad face combinations.
2854
2855 * loadup.el (toplevel): Load faces before isearch.
2856
2857 * isearch.el (isearch-faces): New custom group.
2858 (isearch): New defface; was already tested for in the code.
2859 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2860 (isearch-highlight): Always use face `isearch'.
2861
2862 2000-10-02 Dave Love <fx@gnu.org>
2863
2864 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2865 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2866 comparison of opcode with operand.
2867
2868 2000-10-03 Miles Bader <miles@gnu.org>
2869
2870 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2871 buffer, since the echo area will now grow to accommodate them.
2872
2873 2000-10-02 Andre Spiegel <spiegel@gnu.org>
2874
2875 * vc-hooks.el (vc-registered): If FILE used to be registered under
2876 a certain backend, try that one first.
2877
2878 * vc.el (vc-responsible-backend): Undo the previous change in the
2879 argument list. Handle multiple backends correctly.
2880 (vc-find-new-backend): Function removed.
2881 (vc-register): Use vc-responsible-backend, as before.
2882 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2883
2884 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2885
2886 * startup.el (fancy-splash-head): Change message below the
2887 logo.
2888
2889 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2890
2891 * diff-mode.el (diff-goto-source): Emit a status message.
2892 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2893 (diff-test-hunk): Fix doc string.
2894 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2895 (diff-advance-after-apply-hunk): New variable.
2896 (diff-apply-hunk): Don't return a value.
2897
2898 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2899
2900 * vc.el (vc-editable-p): Minor optimization.
2901 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2902 (vc-find-new-backend): New function split from vc-responsible-backend.
2903 (vc-register): Use it.
2904 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2905 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2906 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2907 (vc-clear-headers): Don't use find-file.
2908 (vc-revert-buffer): Use `and' again (must have been a braino).
2909 (vc-switch-backend): Only prompt if requested.
2910 Short circuit if nothing is to be done.
2911 Don't use vc-resynch-buffer which could lose unsaved editing.
2912 (vc-default-receive-file): Update call to vc-unregister.
2913 (with-vc-file, vc-next-action-on-file):
2914 Use vc-backend rather than vc-registered.
2915 (vc-next-action-on-file): Use intern-soft.
2916 Deal with read-only *vc-diff* buffer.
2917 (vc-transfer-file): Docstring fix.
2918
2919 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2920 (vc-rcs-receive-file): Avoid with-vc-properties.
2921 Update call to vc-unregister.
2922 Use constant `RCS' rather than (dynamically bound) var `backend'.
2923
2924 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2925
2926 * vc.el (vc-next-action-on-file): Update mode line only if file
2927 is visited.
2928 (vc-start-entry): New argument initial-contents. Don't visit the file
2929 if it isn't already visited. Brought documentation up-to-date.
2930 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2931 (vc-checkin): New optional arg initial-contents, which is passed to
2932 vc-start-entry.
2933 (vc-finish-logentry): Make sure to bury log buffer only if there
2934 really is one. Call `vc-resynch-buffer' on log-file, not
2935 buffer-file-name.
2936 (vc-default-comment-history, vc-default-wash-log): New functions.
2937 (vc-index-of): Removed.
2938 (vc-transfer-file): Make do without the above.
2939 (vc-default-receive-file): Call comment-history unconditionally. Pass
2940 the resulting string to vc-checkin, instead of inserting it into the
2941 comment ring.
2942
2943 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2944 unconditionally. Use the comments as initial contents of the log
2945 entry buffer. Document the trick to force branch creation with no
2946 changes.
2947
2948 2000-10-01 Miles Bader <miles@gnu.org>
2949
2950 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2951 `recenter' with an arg to prevent redrawing the display.
2952
2953 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2954
2955 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2956
2957 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2958
2959 * progmodes/c-mode.el (c-mode):
2960 Don't gratuitously override the default for comment-column.
2961
2962 * textmodes/tex-mode.el (latex-metasection-list): New var.
2963 (latex-imenu-create-index): Use it.
2964 Move the regexp construction outside loops (and use push).
2965 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2966 (tex-font-lock-keywords): Moved from font-lock.el.
2967 (tex-comment-indent): Remove.
2968 (tex-common-initialization): Don't set comment-indent-function.
2969 (latex-block-default): New var.
2970 (tex-latex-block): Use it to provide a default choice.
2971 Add any unknown choice to latex-block-names.
2972 Insert [...] after {...}.
2973 (tex-last-unended-begin): Simplify regexp.
2974 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2975 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2976 (latex-mode): Set forward-sexp-function.
2977
2978 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2979 Add regexp for @ignore ... @end ignore.
2980 (texinfo-heading-face): New face.
2981 (texinfo-font-lock-keywords): Use it.
2982 (texinfo-mode-menu): New menu.
2983 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2984 New functions.
2985 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2986 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2987 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2988 Remove declaration.
2989 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2990
2991 * delsel.el (delete-selection-mode): Use define-minor-mode.
2992
2993 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2994
2995 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2996
2997 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2998
2999 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3000
3001 * replace.el (keep-lines-read-args): New function.
3002 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3003 read arguments interactively. Add parameters RSTART and REND.
3004 Operate on the active region in Transient Mark mode.
3005
3006 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3007
3008 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3009 (authors-obsolete-files-regexps): New variable.
3010 (authors-add): Don't record changes in obsolete files.
3011
3012 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3013
3014 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3015
3016 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3017 (comment-indent): Make sure there's a space between code and comment.
3018 Shift comments left to avoid going past fill-column.
3019
3020 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3021
3022 * startup.el (startup-echo-area-message): New function.
3023 (display-startup-echo-area-message): Use it.
3024 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3025 (fancy-splash-default-action): New function.
3026 (fancy-splash-screens-1): New function.
3027 (fancy-splash-head): Put a help-echo and a keymap under the image.
3028
3029 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3030
3031 * diff-mode.el (diff-add-log-file-name): Remove.
3032 (diff-mode): Use add-log-buffer-file-name-function.
3033
3034 * add-log.el (find-change-log): New arg BUFFER-FILE.
3035 (add-log-file-name): Obey add-log-file-name-function.
3036 (add-log-buffer-file-name-function): New var.
3037 (add-change-log-entry): Use it.
3038
3039 2000-09-29 Miles Bader <miles@gnu.org>
3040
3041 * image-file.el (image-file-name-extensions): New variable.
3042 (image-file-name-regexps): Renamed from `image-file-regexps'.
3043 New default value is nil. Call `auto-image-file-mode'.
3044 (image-file-name-regexp): New function.
3045 (auto-image-file-mode): New minor mode.
3046 (insert-image-file): Don't make conditional on the image-file
3047 handler being enabled.
3048 (image-file-handler): Make the call here conditional instead.
3049 (set-image-file-handler-enabled, enable-image-file-handler)
3050 (disable-image-file-handler): Functions removed.
3051
3052 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3053 string.
3054
3055 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3056
3057 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3058 it's a function from CL.
3059 (latex-imenu-create-index): Replace eval-when-compile with progn
3060 because latex-section-alist is not bound while compiling.
3061
3062 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3063
3064 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3065 (outline-mode): Use define-derived-mode.
3066
3067 * progmodes/perl-mode.el (perl-mode):
3068 * progmodes/awk-mode.el (awk-mode):
3069 * progmodes/asm-mode.el (asm-mode):
3070 Don't gratuitously override the default for comment-column.
3071
3072 * emacs-lisp/lisp.el (lisp-complete-symbol):
3073 Distinguish the let-binding case from the funcall case.
3074 (forward-sexp-function): New variable.
3075 (forward-sexp): Use it.
3076
3077 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3078 (easy-mmode-defmap): Remove the now useless autoload.
3079
3080 * time.el (display-time-mode): Use define-minor-mode.
3081
3082 * subr.el (add-minor-mode): Don't eval NAME.
3083 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3084 Use if rather than cond.
3085
3086 * simple.el (read-expression-map): Define more properly.
3087 (comment-indent-hook): Remove.
3088 (string-to-syntax): Bug fix.
3089
3090 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3091 (cvs-ediff-diff): Fix typo.
3092 (cvs-revert-if-needed): Don't bother preserving read-only.
3093
3094 * paren.el (show-paren-mode): Use define-minor-mode.
3095
3096 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3097 (toggle-auto-compression): Remove.
3098 (jka-compr-build-file-regexp): Remove useless grouping.
3099
3100 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3101 Avoid user-reserved bindings.
3102 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3103 (diff-header-face): Revert to grey85.
3104
3105 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3106
3107 * complete.el (partial-completion-mode) <defcustom>: Remove.
3108 (partial-completion-mode): Use define-minor-mode.
3109 (PC-do-completion): Understand `completion-auto-help = delay'
3110 to mean to popup the completion buffer only the second time.
3111 (PC-include-file-all-completions, PC-include-file-all-completions)
3112 (PC-include-file-all-completions): Don't quote lambda.
3113
3114 * comint.el (comint-mode-hook): Docstring fix.
3115 (comint-mode): Use define-derived-mode.
3116 (comint-mode-map): Remove obsolete comment.
3117 (make-comint): Minor stylistic change.
3118 (comint-insert-clicked-input): Be more careful to find the overlay.
3119 Use this-command-keys rather than hardcoding mouse-2.
3120
3121 * font-lock.el: Replace confusing (,@ with ,
3122 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3123 Don't use regexp-opt-depth. Spice up the regexp for args.
3124 Don't distinguish between cmds that can take an opt arg or not.
3125 Use `append' and `prepend' rather than `keep'.
3126
3127 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3128 (latex-outline-regexp): New var.
3129 (latex-outline-level): New fun.
3130 (latex-section-alist): New var.
3131 (latex-imenu-create-index): Use it. Use `push' as well.
3132 (tex-shell-map): Initialize it properly.
3133 (tex-mode): Minor stylistic change.
3134 (plain-tex-mode): Use define-derived-mode.
3135 (latex-mode): Use define-derived-mode.
3136 Construct the paragraph regexps in a more readable way.
3137 Set the buffer-local outline-{level,regexp} vars.
3138 (slitex-mode): Derive from latex-mode.
3139 (tex-common-initialization): Don't kill-all-vars anymore.
3140 Add setting for comment-add and font-lock-defaults.
3141 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3142 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3143 (tex-start-tex): New arg DIR (and send a chdir command for it).
3144 Also display the shell buffer and save it in tex-last-buffer-texed.
3145 (tex-region): Use expand-file-name rather than concat.
3146 Remove code made useless by changes in tex-start-tex.
3147 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3148
3149 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3150
3151 2000-09-28 Dave Love <fx@gnu.org>
3152
3153 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3154
3155 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3156
3157 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3158 `append'.
3159
3160 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * info.el (Info-extract-pointer): Undo last change.
3163 Instead, fix the position of the `bound' arg to re-search-backward.
3164
3165 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * info.el (Info-extract-pointer):
3168 Widen more carefully, to avoid finding pointers in other nodes.
3169 (Info-index): Use push.
3170
3171 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3172
3173 * frame.el (set-frame-font): Remove call to obsolete function
3174 frame-update-faces.
3175 (set-foreground-color, set-background-color): Likewise for
3176 frame-update-face-colors.
3177
3178 2000-09-27 Miles Bader <miles@gnu.org>
3179
3180 * image-file.el: New file.
3181
3182 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3183
3184 * frame.el (frame-notice-user-settings): Don't call
3185 frame-update-faces, which is a no-op now.
3186
3187 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3188 tool-bar-lines.
3189
3190 2000-09-27 Dave Love <fx@gnu.org>
3191
3192 * mouse.el: Fix last change.
3193
3194 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3195
3196 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3197
3198 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3199
3200 * international/quail.el (quail-help): The output message is
3201 improved.
3202
3203 2000-09-26 Dave Love <fx@gnu.org>
3204
3205 * mouse.el (popup-menu): If POSITION is nil, set it using
3206 mouse-position.
3207
3208 2000-09-25 Sam Steingold <sds@gnu.org>
3209
3210 * net/browse-url.el (browse-url-file-url): Check for null maps.
3211
3212 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3213
3214 * frame.el (frame-notice-user-settings): Don't add a
3215 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3216
3217 * frame.el (frame-notice-user-settings):
3218 Make tool-bar-mode and default-frame-alist consistent.
3219
3220 * toolbar/tool-bar.el (tool-bar-help): New function.
3221
3222 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3223
3224 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3225 current-load-list in top-level forms. Else this leaks a cons cell
3226 every time a defun is called.
3227
3228 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3229
3230 2000-09-25 Dave Love <fx@gnu.org>
3231
3232 * startup.el (fancy-splash-head): Check XPM is available.
3233
3234 * autoinsert.el (auto-insert): Doc fix.
3235 (auto-insert-alist): Following GNU notices, don't say `copyright
3236 _by_'. Use line-beginning-position.
3237 (auto-insert): Check buffer-file-name is non-nil before use.
3238
3239 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3240
3241 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3242 starting with `@def' or `@multitable', in addition to ones
3243 specified by the user in auto-fill-inhibit-regexp.
3244
3245 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3246
3247 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3248 rmail-dont-reply-to-names matches the empty string.
3249
3250 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3251
3252 * startup.el (command-line-1, fancy-splash-text): Change the
3253 text to sound more friendly.
3254
3255 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3256
3257 * progmodes/hideshow.el: Update author email address.
3258 Generally, sync w/ maintainer version 5.22.
3259 (hs-hide-all-non-comment-function): New var.
3260 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3261 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3262 (hs-show-region): Delete this command.
3263 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3264
3265 2000-09-22 Dave Love <fx@gnu.org>
3266
3267 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3268 (hl-line-highlight): Specify buffer when moving overlay.
3269
3270 * progmodes/fortran.el (fortran-mode): Locally set
3271 normal-auto-fill-function.
3272 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3273 (fortran-mode-map): Adjust auto-fill menu entry.
3274
3275 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3276
3277 * vc-rcs.el (toplevel): Require `vc' when compiling.
3278
3279 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3280
3281 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3282
3283 * vc.el (vc-switch-backend): Signal an error if the file is not
3284 registered under the new backend.
3285
3286 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3287 without explicit revision number.
3288
3289 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3290
3291 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3292 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3293 (diff-xor): New function.
3294 (diff-find-source-location): Use it. Fix a stupid name clash.
3295 (diff-hunk-status-msg): New function.
3296 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3297 (diff-test-hunk): Use diff-find-source-location.
3298 (diff-goto-source): Favor the `reverse'.
3299 (diff-hunk-text): Properly handle one-sided context diffs.
3300 (diff-apply-hunk): When done, advance to the next hunk.
3301
3302 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3303
3304 * startup.el (command-line): If frame was created with a non-zero
3305 tool-bar-lines parameter, switch tool-bar-mode on.
3306
3307 * add-log.el (change-log-date-face, change-log-name-face)
3308 (change-log-email-face, change-log-file-face)
3309 (change-log-list-face, change-log-conditionals-face)
3310 (change-log-function-face, change-log-acknowledgement-face):
3311 New faces, inheriting from font-lock faces.
3312 (change-log-font-lock-keywords): Use them.
3313
3314 2000-09-21 Dave Love <fx@gnu.org>
3315
3316 * progmodes/cperl-mode.el (top-level): Clean up
3317 `eval-when-compile's and assorted defvars.
3318 (cperl-invalid-face): Don't double-quote value. Change custom
3319 type.
3320 (cperl-mode): Set normal-auto-fill-function and don't zap
3321 auto-fill-function.
3322 (cperl-imenu--function-name-regexp-perl): Renamed from
3323 imenu-example--function-name-regexp-perl.
3324 (cperl-imenu--create-perl-index): Renamed from
3325 imenu-example--create-perl-index.
3326 (cperl-xsub-scan): Don't require cl.
3327
3328 * msb.el (msb-mode-map): Use substitute-key-definition.
3329 (msb-mode): Use msb-mode-map.
3330
3331 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3332
3333 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3334 New functions.
3335 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3336 (vc-switch-backend): New function.
3337 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3338 (vc-register): Fix prompt.
3339 (vc-unregister, vc-default-unregister): New functions.
3340 (vc-version-diff): Handle empty buffer in sentinel.
3341
3342 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3343 (vc-rcs-state-heuristic): Use it to guess the state of files with
3344 non-strict locking.
3345 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3346 been set with -b, but not created yet.
3347 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3348 contents in order to find the state.
3349 (vc-rcs-checkin): Allow creation of branches with no changes.
3350 (vc-rcs-unregister, vc-rcs-receive-file)
3351 (vc-rcs-set-non-strict-locking): New functions.
3352
3353 * vc-hooks.el (vc-name): Force correct computation of the value
3354 in case it is missing.
3355
3356 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3357
3358 * startup.el (fancy-splash-tail): Use a different foreground
3359 color on a dark frame background.
3360
3361 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3362
3363 * info.el: Use the correct capitalization when making Info-mode
3364 and Info-edit-mode `special' modes.
3365
3366 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3367
3368 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3369 (diff-mode): Add support for add-log.el.
3370 (diff-hunk-text): Use char offsets rather than line offsets.
3371 (diff-find-source-location): Replace LINE with line-offset (nil
3372 if not found) and always set POS to a meaningful position.
3373 Adapt to the new char-offsets.
3374 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3375 Adapt to the new diff-find-source-location.
3376 (diff-goto-source): Adapt to the new diff-find-source-location.
3377
3378 * add-log.el (add-log-file-name): New function (split out of
3379 add-change-log-entry).
3380 (add-change-log-entry): Use it.
3381 Call add-log-file-name-function with the changelog file name if
3382 the current buffer is not associated with any file.
3383 Avoid find-file if the selected window is dedicated.
3384
3385 * diff-mode.el (diff-find-source-location):
3386 Move code from diff-apply-hunk. Return buffer rather than file.
3387 (diff-apply-hunk): Use the new result from diff-find-source-location.
3388 (diff-goto-source): Use the new diff-find-source-location.
3389
3390 2000-09-20 Dave Love <fx@gnu.org>
3391
3392 * iswitchb.el: Some doc fixes.
3393 (iswitchb-mode-map): Define completely initially. Inherit
3394 minibuffer-local-map.
3395 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3396 fundamental-mode.
3397 (iswitchb-global-map): New variable.
3398 (iswitchb-summaries-to-end): Amalgamate regexps.
3399 (iswitchb-mode): New.
3400 (iswitchb-mode-hook): New variable.
3401 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3402 `extensions'.
3403
3404 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3405
3406 * ehelp.el (electric-help): New defgroup.
3407 (electric-help-shrink-window): New user-option.
3408 (with-electric-help): Use it.
3409
3410 * window.el (shrink-window-if-larger-than-buffer): If face
3411 `mode-line' has a :box, and we're on a graphical frame, add 1
3412 to the needed window height.
3413
3414 * frame.el (frame-notice-user-settings): Add a last parameter nil
3415 to a call to `append', because the last list passed to `append' is
3416 not copied, and so subsequent calls to assq-delete-all will modify
3417 default-frame-alist.
3418
3419 * startup.el (fancy-splash-image): Change :type.
3420 (fancy-splash-head): Use an XBM image if appropriate.
3421 (command-line-1): Show splash screens in more cases.
3422
3423 * startup.el (fancy-splash-text): Don't quote faces.
3424
3425 * dired.el (dired-font-lock-keywords): Undo last change.
3426 (dired-readin): Bind indent-tabs-mode to nil.
3427
3428 * startup.el (fancy-splash-head): If frame's background mode
3429 is `dark', change the black background of the image to gray.
3430 (fancy-splash-screens): Display startup echo area message.
3431 (display-startup-echo-area-message): New function.
3432
3433 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3434
3435 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3436
3437 * info.el (info-header-node): Tweak for color ttys.
3438
3439 * faces.el (face-valid-attribute-values): Make sure directories we
3440 search for stipples both exist and are readable before trying to
3441 search them.
3442
3443 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3444 in the dry-run case.
3445
3446 * jka-compr.el (with-auto-compression-mode): New macro.
3447
3448 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3449 (custom-group-tag-face, custom-variable-tag-face): Use relative
3450 :height and inherit from `variable-pitch' face instead of
3451 hardwiring :family.
3452 * hi-lock.el (hi-black-hb): Likewise.
3453
3454 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3455 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3456 toolbar-add-item, if image doesn't have a mask add a `:mask
3457 heuristic'.
3458
3459 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3460
3461 * diff-mode.el: Docstring fixes.
3462 (diff-header-face, diff-comment-face): New faces.
3463 (diff-font-lock-keywords): Highlight a bit differently.
3464 (diff-find-source-location): Don't return SPAN any more.
3465 (diff-hunk-text): Don't bother erasing the temp buffer.
3466 (diff-find-text): Drop argument LINE.
3467 (diff-apply-hunk): Update calls to diff-find-text.
3468 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3469
3470 * calendar/calendar.el: Docstring fixes.
3471 (calendar-make-alist): Don't quote lambda.
3472 (calendar-star-date): Use make-local-variable.
3473
3474 2000-09-19 Dave Love <fx@gnu.org>
3475
3476 * toolbar/tool-bar.el: Renamed from toolbar.el.
3477 Change `toolbar' to `tool-bar' generally in symbols.
3478 Make some items invisible in `special' major modes.
3479 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3480 Add arg PROPS.
3481
3482 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3483 Add :version here.
3484 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3485
3486 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3487
3488 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3489
3490 * files.el (find-file-suppress-same-file-warnings): New user-option.
3491 (find-file-noselect): Use it.
3492
3493 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3494 (fancy-splash-screen): Defgroup.
3495
3496 * add-log.el (change-log-font-lock-keywords): Match names
3497 more exactly for the case that font-lock-constant-face is
3498 underlined.
3499
3500 2000-09-19 Richard M. Stallman <rms@gnu.org>
3501
3502 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3503
3504 2000-09-19 Andre Spiegel <spiegel@gnu.org>
3505
3506 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3507
3508 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3509
3510 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3511 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3512 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3513 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3514 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3515 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3516 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3517 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3518 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3519 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3520 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3521 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3522
3523 * startup.el (fancy-splash-text): New variable.
3524 (fancy-splash-delay, fancy-splash-image): New user-options.
3525 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3526 (fancy-splash-screens): New functions.
3527 (command-line-1): If display has a `display' frame parameter, has
3528 colors, and we have XPM support, show more fancy splash screens.
3529
3530 2000-09-19 Dave Love <fx@gnu.org>
3531
3532 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3533 with null `help'. Use modern backquote syntax.
3534
3535 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3536
3537 * font-lock.el (font-lock-mode): Change message telling the user
3538 that ``the buffer is too big''.
3539
3540 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3541 for instance for the case that tab-width is 2.
3542
3543 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3544
3545 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3546 toolbar-add-item, if image doesn't have a mask add a `:mask
3547 heuristic'.
3548
3549 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3550
3551 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3552 and return a cons if it's non-nil.
3553 (diff-apply-hunk): Try to jump to the line in the source text
3554 corresponding to the position of point in the in the hunk.
3555
3556 * info.el (Info-title-3-face, Info-title-2-face)
3557 (Info-title-1-face): Use face inheritance and relative sizes
3558 instead of hard-wiring things.
3559
3560 * faces.el (secondary-selection): Make dark-background variant sane.
3561
3562 2000-09-16 Andrew Innes <andrewi@gnu.org>
3563
3564 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3565 read-only, since they aren't under VC now.
3566
3567 2000-09-17 Dave Love <fx@gnu.org>
3568
3569 * tmm.el: Replace mapcar with mapc in several places.
3570
3571 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3572 ad-unadvise.
3573
3574 * international/latin1-disp.el: New file.
3575
3576 * calendar/cal-move.el (scroll-calendar-left)
3577 (scroll-calendar-right): Make arg optional (for active mode line).
3578
3579 * calendar/calendar.el (calendar-mode-line-format): Make fields
3580 mouse-sensitive.
3581 (calendar-read-date, calendar-read-date, calendar-window-list):
3582 Unquote lambda.
3583 (calendar-month-name): Use aref, not sref.
3584
3585 * view.el (minor-mode-alist): Propertize the string.
3586
3587 * international/characters.el (standard-case-table): Add entries
3588 for Greek.
3589
3590 2000-09-18 Miles Bader <miles@gnu.org>
3591
3592 * info.el (info-node, info-xref): Add dark-background variants.
3593
3594 * faces.el (header-line): Change defaults to be less confusing
3595 when mixed with mode-lines.
3596
3597 * info.el (Info-fontify-node): Make a few cleanups.
3598 Add extra `help-echo' and `local-map' props to node xrefs.
3599 Use header-specific faces for node-names & xrefs.
3600 (Info-use-header-line): New variable.
3601 (info-header-xref, info-header-node): New faces.
3602 (Info-setup-header-line): New function.
3603 (Info-select-node): Call Info-setup-header-line when enabled.
3604 (Info-extract-pointer): Work even if the header line is hidden.
3605 (Info-header-line): New variable.
3606
3607 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * vms-patch.el (print-region-function): Don't quote lambda.
3610
3611 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3612
3613 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3614 (lm-get-header-re): Allow spaces between the header and the colon.
3615 (lm-header): Allow $ in non-RCS headers.
3616 (lm-header-multiline): Put the strings back into order.
3617 Stop at an empty line. Don't require two space chars if the
3618 line is clearly not another header line.
3619
3620 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3621 (popup-menu-popup): Remove.
3622
3623 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3624
3625 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3626 specification if or if not tool-bar item contains an `:enabled'
3627 property.
3628
3629 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3630 current buffer has no file name.
3631
3632 2000-09-15 Dave Love <fx@gnu.org>
3633
3634 * strokes.el: Sync with maintainer's current version with changes
3635 for Emacs, but avoid runtime cl and levents.
3636 (toplevel): Change autoloads and compilation requires.
3637 (strokes-version, strokes-bug-address, strokes-lift): Values
3638 changed.
3639 (strokes-xpm-header, strokes-insinuated): New variable.
3640 (strokes): Add :link.
3641 (strokes-mode): Customized.
3642 (strokes-while-inhibiting-garbage-collector): New macro.
3643 (strokes-remassoc): Avoid remove-if.
3644 (strokes-fix-button2-command): Don't use ad-do-it.
3645 (strokes-insinuate): New function.
3646 (strokes-button-press-event-p, strokes-button-release-event-p):
3647 New functions, used instead of non-`strokes-' versions..
3648 (strokes-mouse-event-p): Rewritten.
3649 (strokes-event-closest-point): Avoid event-point.
3650 (strokes-get-grid-position): Avoid cdadr, caadr
3651 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3652 functions.
3653 (strokes-help): Use with-output-to-temp-buffer.
3654 (strokes-window-configuration-changed-p): New function.
3655 (strokes-update-window-configuration): Use buffer-live-p,
3656 strokes-window-configuration-changed-p.
3657 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3658 (strokes-char-face): New face.
3659 (strokes-char-table, strokes-base64-chars): New variable.
3660 (strokes-xpm-for-stroke, strokes-list-strokes)
3661 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3662 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3663 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3664 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3665 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3666 functions.
3667
3668 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3669
3670 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3671
3672 * image.el (create-image): Doc fix.
3673
3674 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3675 instead of `:heuristic-mask t'.
3676
3677 2000-09-14 Andrew Innes <andrewi@gnu.org>
3678
3679 * makefile.w32-in: Revert to Unix line endings.
3680
3681 2000-09-14 Andrew Innes <andrewi@gnu.org>
3682
3683 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3684 when installing.
3685
3686 * makefile.nt (DONTCOMPILE): Fix typo.
3687
3688 * shell.el (shell-write-history-on-exit): New function.
3689 (shell-dumb-shell-regexp): New custom variable.
3690 (shell-mode): Make shell-write-history-on-exit the process
3691 sentinel if shell name matches shell-dumb-shell-regexp.
3692
3693 * w32-fns.el: Comment out before-init-hook function which resets
3694 source-directory based; this breaks bootstrap.
3695
3696 2000-09-14 Dave Love <fx@gnu.org>
3697
3698 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3699 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3700 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3701 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3702 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3703 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3704 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3705 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3706 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3707
3708 * toolbar/toolbar.el: New.
3709
3710 * subdirs.el: Add toolbar.
3711
3712 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3713
3714 * indent.el (indent-for-tab-command): Doc fix.
3715
3716 2000-09-14 Alex Schroeder <alex@gnu.org>
3717
3718 * ansi-color.el (ansi-colors): Doc change.
3719 (ansi-color-get-face): Simplified regexp.
3720 (ansi-color-faces-vector): Added more faces, doc change.
3721 (ansi-color-names-vector): Doc change.
3722 (ansi-color-regexp): Simplified regexp.
3723 (ansi-color-parameter-regexp): New regexp.
3724 (ansi-color-filter-apply): Doc change.
3725 (ansi-color-filter-region): Doc change.
3726 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3727 deal with zero length parameters.
3728 (ansi-color-apply-on-region): Doc change.
3729 (ansi-color-map): Doc change.
3730 (ansi-color-map-update): Removed debugging message.
3731 (ansi-color-get-face-1): Added condition-case to trap
3732 args-out-of-range errors.
3733 (ansi-color-get-face): Doc change.
3734 (ansi-color-make-face): Removed.
3735 (ansi-color-for-shell-mode): New option.
3736
3737 2000-09-13 Kenichi Handa <handa@etl.go.jp>
3738
3739 * international/quail.el (quail-start-translation): Translate KEY
3740 if necessary even if it doesn't have any mapping in the current
3741 input method.
3742 (quail-start-conversion): Likewise.
3743 (quail-help): The output message is improved.
3744
3745 2000-09-13 Miles Bader <miles@gnu.org>
3746
3747 * comint.el (comint-output-filter): Revert to using
3748 `insert-before-markers'. Add bletcherous hack to undo damage
3749 caused by `insert-before-markers'. Put `front-sticky' property on
3750 overlays created here so that the field code understands how the
3751 overlay works. Use a let when making comint-last-prompt-overlay,
3752 so that the code is easier to read.
3753
3754 2000-09-13 Dave Love <fx@gnu.org>
3755
3756 * wid-edit.el (widget-default-format-handler): DTRT when
3757 doc-property is a function.
3758
3759 2000-09-12 Francesco Potorti` <pot@gnu.org>
3760
3761 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3762 filed name if it's not there.
3763
3764 2000-09-12 Dave Love <fx@gnu.org>
3765
3766 * simple.el (read-mail-command): Doc fix.
3767 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3768
3769 * vc.el (vc-dired-listing-switches): Fix :version.
3770
3771 * vc-hooks.el: Doc fixes.
3772
3773 * subr.el (add-minor-mode): Use toggle-fun arg.
3774
3775 * speedbar.el: Add :version to several defcustoms.
3776
3777 * imenu.el (imenu--truncate-items, imenu--cleanup)
3778 (imenu--generic-function): Avoid mapcar.
3779 (imenu--replace-spaces): Function removed.
3780 (imenu--completion-buffer): Use subst-char-in-string.
3781 (imenu-add-to-menubar): Use keymap inheritance.
3782
3783 2000-09-12 Miles Bader <miles@gnu.org>
3784
3785 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3786 (diff-mode-map): Bind `diff-test-hunk'.
3787 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3788
3789 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3790
3791 * bytecomp.el (byte-compile-defvar): Undo last change
3792 because it breaks '(make-variable-buffer-local (defvar ...)'
3793 which is used at least in dired.
3794
3795 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3796
3797 * international/quail.el (quail-define-package): Docstring
3798 modified.
3799
3800 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3801
3802 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3803 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3804 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3805 docstring of "chinese-py".
3806
3807 * international/quail.el (quail-translation-docstring): New
3808 variable.
3809 (quail-show-keyboard-layout): Docstring modified.
3810 (quail-select-current): Likewise.
3811 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3812 infinite recursive call.
3813 (quail-help): Check quail-translation-docstring. Format of the
3814 output changed.
3815 (quail-help-insert-keymap-description): Adjusted for the above
3816 change.
3817
3818 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3819
3820 * bytecomp.el (byte-compile-defvar): Only cons onto
3821 current-load-list in top-level forms. Else this leaks a cons cell
3822 every time a defun is called.
3823
3824 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3825
3826 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3827 Now understands non-unified diffs. Some functionality moved into
3828 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3829 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3830 modify anything. Only reposition point in the patched file if the
3831 patch succeeds. Only pop up another window if POPUP is true.
3832 Emit a message describing what happened if successful, and at what
3833 line-offset. Automatically detect reversed hunks and do something
3834 appropriate.
3835 (diff-hunk-text, diff-find-text): New functions.
3836 (diff-filter-lines): Function removed.
3837 (diff-test-hunk): New function.
3838 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3839
3840 2000-09-10 Dave Love <fx@gnu.org>
3841
3842 * textmodes/tildify.el: Minor doc/commentary fixes.
3843 (tildify) <defgroup>: Add :version.
3844
3845 * faces.el (face-x-resources): Make custom type more specific.
3846 (frame-background-mode): Use mapc.
3847 (region) <defcustom>: Add :version.
3848
3849 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3850
3851 * vc-sccs.el (vc-sccs-register):
3852 * vc-rcs.el (vc-rcs-register):
3853 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3854 * vc.el (vc-register): Clear file's properties.
3855
3856 2000-09-08 Gerd Moellmann <gerd@gnu.org>
3857
3858 * faces.el (face-spec-set): Only face-spec-reset-face when
3859 ATTRS is non-nil.
3860
3861 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * help.el (help-insert-xref-button): Fix a typo in doc string.
3864
3865 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3866
3867 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3868 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3869 methods.
3870
3871 * menu-bar.el (read-mail-item-name): New function.
3872 (menu-bar-tools-menu): Use it to compute and display the package
3873 used to read email.
3874 (menu-bar-tools-menu): Fix typo in GUD's help string.
3875
3876 2000-09-07 Dave Love <fx@gnu.org>
3877
3878 * diff-mode.el (diff-mouse-goto-source): New function.
3879
3880 * vc-sccs.el: Doc fixes.
3881 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3882
3883 * vc-rcs.el: Doc fixes.
3884 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3885 (vc-rcs-checkout-switches, vc-rcs-header)
3886 (vc-rcs-master-templates): Add or change :version.
3887
3888 * vc-cvs.el: Doc fixes.
3889 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3890 (vc-cvs-stay-local): Add :version.
3891
3892 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3893
3894 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3895
3896 * international/quail.el (quail-help): Fix previous change.
3897
3898 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3899
3900 * faces.el (color-values): Doc fix.
3901
3902 * faces.el (frame-set-background-mode): Use frame-parameter
3903 instead of frame-parameters.
3904
3905 * frame.el (filtered-frame-list): Reduce consing.
3906 (frames-on-display-list): Call frame-parameter instead of
3907 frame-parameters.
3908
3909 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3910
3911 * language/devan-util.el (devanagari-to-indian-region): In the
3912 loop, change the following char, not preceding char.
3913
3914 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3915
3916 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3917 instead of frame-parameters.
3918
3919 * faces.el (set-face-attribute): Simplify by calling
3920 internal-set-lisp-face-attribute with FRAME being 0.
3921
3922 * vc.el: Remove `Id' version control keyword.
3923
3924 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3925
3926 * help.el (help-make-xrefs): Adjusted for the change of
3927 help-xref-mule-regexp.
3928 (help-insert-xref-button): New function.
3929
3930 * international/mule-cmds.el (help-xref-mule-regexp-template):
3931 Include the pattern for character set.
3932 (leim): New group.
3933
3934 * international/quail.el: Don't require face.
3935 (quail): New group.
3936 (quail-other-command): Dummy command to make quail-help work better.
3937 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3938 (quail-keyboard-layout-substitution): New variable.
3939 (quail-update-keyboard-layout): New function.
3940 (quail-keyboard-layout-type): New customizable variable.
3941 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3942 (quail-keyboard-translate): Pay attention to
3943 quail-keyboard-layout-substitution.
3944 (quail-insert-kbd-layout): New function.
3945 (quail-show-keyboard-layout): New function.
3946 (quail-get-translation): If the definition is a vector of length
3947 1, and the element is a string of length 1, return the character
3948 in that string.
3949 (quail-update-current-translations): Fix the case of
3950 relative-index out of range.
3951 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3952 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3953 Show key sequences for all available characters.
3954 (quail-help-insert-keymap-description): Don't show such verbose
3955 key bindings as quail-self-insert-command.
3956
3957 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3958 Format changed, and each element now have extra documentations.
3959 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3960 Adjusted for the change of quail-cxterm-package-ext-info.
3961
3962 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3963
3964 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3965 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3966 during bootstrap.
3967
3968 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3969
3970 * vc.el: (toplevel): Don't require `dired' at run-time.
3971 (vc-dired-resynch-file): Remove autoload cookie.
3972
3973 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3974
3975 * vc.el: Made several backend functions optional.
3976 (vc-default-responsible-p): New function.
3977 (vc-merge): Use RET for first version to trigger merge-news, not
3978 prefix arg.
3979 (vc-annotate): Handle backends that do not support annotation.
3980 (vc-default-merge-news): Removed. The existence of a merge-news
3981 implementation is now checked on caller sites.
3982
3983 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3984 case.
3985
3986 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3987 special case that has been removed from the default in vc-hooks.el.
3988
3989 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3990
3991 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3992
3993 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3994
3995 * vc-hooks.el: Require vc during compilation.
3996 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3997 macro `with-vc-properties' in vc.el.
3998 (vc-file-getprop): Doc fix.
3999 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4000
4001 * vc.el: Require dired-aux during compilation.
4002 (vc-name-assoc-file): Moved to vc-sccs.el.
4003 (with-vc-properties): New macro.
4004 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4005 vc-finish-steal): Use it.
4006 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4007 to the backend-specific function is now supposed to do the checkout,
4008 too.
4009 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4010
4011 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4012 set file properties; that gets done in the generic code now.
4013
4014 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4015 Changed parameter list, added code from vc.el that does the
4016 checkout, possibly with a double-take.
4017
4018 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4019 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4020 the above under the new name.
4021 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4022 parameter list, added checkout command.
4023 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4024 properties; that gets done in the generic code now.
4025
4026 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4027
4028 * vc.el: Docstring fixes (courtesy of checkdoc).
4029
4030 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4031
4032 * vc.el (vc-checkout-writable-buffer-hook)
4033 (vc-checkout-writable-buffer): Remove.
4034 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4035 (vc-log-mode): Make it into a clean derived major mode.
4036 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4037 vc-log-mode if log-edit is not available.
4038 (vc-dired-mode-map): Don't set-keymap-parent yet.
4039 (vc-dired-mode): Do set-keymap-parent here.
4040 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4041
4042 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4043
4044 * faces.el (set-face-attribute, face-spec-reset-face)
4045 (face-spec-set): Avoid consing by removing calls to `apply'.
4046
4047 * frame.el (frame-parameter): Move to C code.
4048
4049 2000-09-05 Dave Love <fx@gnu.org>
4050
4051 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4052 insert-before-markers-and-inherit. Now checked systematically!
4053
4054 2000-09-05 Alex Schroeder <alex@gnu.org>
4055
4056 * sql.el (sql-postgres): Use sql-postgres-options.
4057 (sql-postgres-options): New variable.
4058
4059 2000-09-05 Alex Schroeder <alex@gnu.org>
4060
4061 * sql.el (sql-mode-menu): Work around missing variable mark-active
4062 in XEmacs.
4063 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4064 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4065 compatibility.
4066
4067 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4068
4069 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4070
4071 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4072
4073 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4074
4075 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4076
4077 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4078 don't support anything else under SCCS yet.
4079
4080 * vc-hooks.el: Minor doc fixes.
4081
4082 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4083
4084 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4085 not necessary. If verbose in state `needs-patch', do the same as
4086 under `up-to-date'. When NOT verbose and `needs-patch', check out
4087 latest version instead of `merge-news'.
4088 (vc-next-action-dired): Don't mess with default-directory here; it
4089 breaks other parts of dired. It is the job of the
4090 backend-specific functions to adjust it temporarily if they need it.
4091 (vc-next-action): Remove a special CVS case.
4092 (vc-clear-headers): New optional arg FILE.
4093 (vc-checkin, vc-checkout): Set properties vc-state and
4094 vc-checkout-time properly.
4095 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4096 (vc-print-log): Use new backend function `show-log-entry'.
4097 (vc-cancel-version): Do the checks in a different order. Added a
4098 FIXME concerning RCS-only code.
4099
4100 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4101 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4102
4103 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4104
4105 * vc-hooks.el (vc-default-mode-line-string): Show state
4106 `needs-patch' as a `-' too.
4107
4108 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4109
4110 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4111 (vc-default-could-register): New function.
4112 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4113 (vc-resynch-buffer): Call vc-dired-resynch-file.
4114 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4115 vc-resynch-buffer instead of vc-resynch-window.
4116 (vc-next-action-dired): Don't redisplay here, that gets done as a
4117 result of the individual file operations.
4118 (vc-retrieve-snapshot): Corrected prompt order.
4119
4120 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4121
4122 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4123 as well.
4124 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4125 hostname regexps. Updated all callers.
4126 (vc-cvs-responsible-p): Handle directories as well.
4127 (vc-cvs-could-register): New function.
4128 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4129 properties up-to-date.
4130
4131 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4132 user whether to create one.
4133
4134 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4135
4136 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4137 check out a non-existing file.
4138
4139 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4140 workfile does not exist.
4141
4142 * vc.el (vc-version-diff): Use `require' to check for existence of
4143 diff-mode.
4144
4145 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4146
4147 * vc-cvs.el (vc-cvs-registered): Use new function
4148 vc-cvs-parse-entry to do the actual work.
4149
4150 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4151
4152 * vc-hooks.el (vc-find-backend-function): If function doesn't
4153 exist, return nil instead of error.
4154 (vc-call-backend): Doc fix.
4155
4156 * vc.el (vc-do-command): Doc fix.
4157 (vc-finish-logentry): When checking in from vc-dired, choose the
4158 right backend for logentry check.
4159 (vc-dired-mode-map): Inherit from dired-mode-map.
4160 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4161 simplified.
4162 (vc-dired-state-info): Removed, updated caller.
4163 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4164 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4165 (vc-dired-listing-switches): New variable.
4166 (vc-directory): Use it, instead of dired-listing-switches.
4167
4168 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4169 (vc-cvs-dir-state): New function.
4170 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4171 (vc-cvs-parse-entry): New function, also to be used in
4172 vc-cvs-registered.
4173
4174 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4175
4176 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4177 *or* single-window-frames.
4178
4179 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4180
4181 * vc.el (vc-update-changelog): Split into generic part and default
4182 implementation. Doc string adapted.
4183 (vc-default-update-changelog): New function. Call the `rcs2log'
4184 script in exec-directory, to fix a long-standing nuisance.
4185
4186 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4187 simply signals an error.
4188
4189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4190
4191 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4192 control-flow more clear and to avoid running `cvs' twice.
4193
4194 * vc.el (vc-next-action-on-file): Doc fix.
4195 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4196 (vc-print-log): Eval `file' before constructing the continuation.
4197
4198 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4199
4200 * vc.el (vc-next-action-on-file): Corrected several messages.
4201 (vc-merge): Add prefix arg `merge-news'; handle it.
4202
4203 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4204 is not reached. It is.
4205 (vc-cvs-merge): Set state to 'edited after merge.
4206 (vc-cvs-merge-news): Set workfile version to nil if not known.
4207 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4208
4209 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4210 via stdout. (Merge from main line.)
4211
4212 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4215 detection.
4216
4217 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4220 against kill-all-local-variables.
4221 (vc-log-edit): Don't save vc-parent-buffer any more.
4222 (vc-last-comment-match): Initialize to an empty string.
4223 (vc-post-command-functions): New hook.
4224 (vc-do-command): Run it.
4225 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4226 (vc-finish-logentry): Only add the comment to the ring if it's
4227 different from the last comment entered.
4228 (vc-new-comment-index): New function.
4229 (vc-previous-comment): Use it. Make the minibuffer message
4230 slightly less terse.
4231 (vc-comment-search-reverse): Make it work forward as well. Don't
4232 set vc-comment-ring-index if no match is found. Use
4233 vc-new-comment-index.
4234 (vc-comment-search-forward): Use vc-comment-search-reverse.
4235 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4236 define-derived-mode will do it for us. Bind `v' to a keymap that
4237 inherits from vc-prefix-map so that we can bind `vt' without
4238 binding C-x v t.
4239 (vc-retrieve-snapshot): Parenthesis typo.
4240
4241 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4242 to 1. Make sure to switch to *vc* before looking for an error
4243 message. Use vc-parse-buffer.
4244
4245 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4246
4247 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4248 and NAME.
4249 (vc-retrieve-snapshot): Split into two parts.
4250 (vc-default-retrieve-snapshot): New function.
4251
4252 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4253 (vc-cvs-retrieve-snapshot): New function (untested).
4254 (vc-cvs-stay-local): Default to t.
4255 (vc-cvs-remote-p): New function and property.
4256 (vc-cvs-state): Stay local only if the above is t.
4257 (vc-handle-cvs): Removed.
4258 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4259 done via vc-handled-backends now.
4260 (vc-cvs-header): Escape Id.
4261
4262 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * vc.el (vc-do-command): Remove unused commands.
4265 (vc-version-diff): Make sure default-directory ends with a slash.
4266 Move the window commands into a vc-exec-after.
4267 (vc-print-log): Move more of the code into the `vc-exec-after'.
4268
4269 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4270
4271 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4272 (vc-print-log): Search current revision from beginning of buffer.
4273 (vc-revert-buffer): Clear echo area after the diff is finished.
4274 (vc-prefix-map): Removed definition of "t" for terse display in vc
4275 dired.
4276 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4277 definition of "vt" for terse display.
4278 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4279
4280 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * vc.el (vc-exec-after): Avoid caddr.
4283
4284 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4285
4286 * vc.el (vc-exec-after): New function.
4287 (vc-do-command): Use it to add a termination message for async
4288 procs.
4289 (vc-checkout): Try to handle a missing-backend situation.
4290 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4291 of a directory with a backend using async diffs.
4292 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4293 present.
4294
4295 * vc-sccs.el (vc-sccs-state-heuristic): Use
4296 file-ownership-preserved-p.
4297
4298 * vc-rcs.el (vc-rcs-state-heuristic): Use
4299 file-ownership-preserved-p.
4300 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4301
4302 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4303
4304 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4305 vc-do-command.
4306
4307 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4308 when there are no changes.
4309
4310 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4311
4312 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4313
4314 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4315
4316 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4317
4318 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4319
4320 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4321 the `fset' outside of the defvar so that it works even if
4322 vc-prefix-map was already defined.
4323 (vc-setup-buffer): New function, split out of vc-do-command.
4324 (vc-do-command): Allow BUFFER to be t to mean `just use the
4325 current buffer without any fuss'.
4326 (vc-version-diff): Change the `diff' backend operation to just put
4327 the diff in the current buffer without erasing it. Always use
4328 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4329 shrink-window-if-larger-than-buffer.
4330 (vc-print-log): Change the `print-log' backend operation to just
4331 put the log in the current buffer without erasing it. Protect
4332 shrink-window-if-larger-than-buffer.
4333 (vc-update-change-log): Fix setd typo.
4334
4335 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4336 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4337
4338 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4339 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4340 CMP.
4341
4342 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4343 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4344 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4345
4346 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4347
4348 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4349 not possible, use vc-BACKEND-workfile-unchanged-p.
4350 (vc-default-workfile-unchanged-p): New function. Delegates to a
4351 full vc-BACKEND-diff.
4352
4353 * vc-hooks.el (vc-simple-command): Removed.
4354
4355 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4356 instead of vc-simple-command.
4357 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4358 avoid doing a diff when opening a file.
4359 (vc-rcs-state): Added check for unlocked-changes.
4360 (vc-rcs-header): Escape Id.
4361 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4362 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4363 version.
4364
4365 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4366 (vc-sccs-diff): Remove optional arg CMP.
4367 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4368 SCCS-specific function.
4369
4370 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4371 vc-simple-command.
4372
4373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4374
4375 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4376 (with-vc-file, vc-merge): Use vc-editable-p.
4377 (vc-do-command): Remove unused var vc-file and fix the
4378 doubly-defined `status' var. Add a user message when starting an
4379 async command.
4380 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4381 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4382 Use with-current-buffer.
4383 (vc-buffer-sync): Use unless.
4384 (vc-next-action-on-file): If the file is 'edited by read-only,
4385 make it read-write instead of trying to commit.
4386 (vc-version-diff, vc-update-change-log): Use `setq
4387 default-directory' rather than `cd'.
4388 (vc-log-edit): Don't forget to set default-directory in the
4389 buffer.
4390
4391 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4392 (vc-sccs-state-heuristic): Use file-writable-p instead of
4393 comparing userids.
4394 (vc-sccs-checkout): Use `unless'.
4395
4396 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4397 of comparing userids.
4398 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4399 Simplify the logic by eliminating unreachable code.
4400 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4401 just do a recursive call if we need to retry.
4402 (vc-rcs-checkout): Handle the case where rcs is missing by making
4403 the buffer read-write if requested and re-signalling the error.
4404
4405 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4406
4407 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4408
4409 * vc-hooks.el (vc-handled-backends): Docstring change.
4410 (vc-ignore-vc-files): Mark obsolete.
4411 (vc-registered): Check vc-ignore-vc-files.
4412 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4413 vc-ignore-vc-files.
4414
4415 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4416
4417 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4420 files since ange-ftp already has vc-registered return nil.
4421
4422 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4423 (vc-sccs-workfile-version): Use with-temp-buffer and new
4424 vc-parse-buffer and don't bother setting the property.
4425 (vc-sccs-add-triple): Use with-current-buffer and
4426 find-file-noselect.
4427 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4428
4429 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4430 derives from the old vc-parse-buffer but uses the revision number
4431 rather than the date (much easier to compare robustly).
4432 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4433 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4434 locking-user more directly. Check strict locking and set
4435 checkout-model appropriately.
4436 (vc-rcs-parse-locks): Remove.
4437 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4438 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4439 (vc-rcs-system-release): Use with-current-buffer and
4440 vc-parse-buffer.
4441 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4442
4443 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4444 (vc-simple-command): Docstring fix.
4445 (vc-registered): Align the way the file-handler is called with the
4446 way the function itself works.
4447 (vc-file-owner): Remove.
4448
4449 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4450 extraction of fields and call to file-attributes because of a
4451 temporary bug in rcp.el.
4452 (vc-cvs-fetch-status): Use with-current-buffer.
4453
4454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * vc.el (vc-do-command): Use file-relative-name.
4457 (vc-responsible-backend): Use vc-backend if possible.
4458 (vc-create-snapshot): Improve the `interactive' spec. Add support
4459 for branches and dispatch to backend-specific `create-snapshot'.
4460 (vc-default-create-snapshot): New function, containing the bulk of
4461 the old vc-create-snapshot.
4462 (vc-retrieve-snapshot): Improve the interactive spec.
4463
4464 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4465 (vc-backend-hook-functions): Remove.
4466 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4467 (vc-backend): Reintroduce the test for `file = nil' now that I
4468 know why it was there (and added a comment to better remember).
4469
4470 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4471 code from vc-sccs-hooks.el.
4472 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4473 'vc anymore.
4474 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4475 and file-directory-p instead of file-exists-p.
4476 (vc-sccs-check-headers): Simplify the regexp.
4477
4478 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4479 from vc-rcs-hooks.el. Don't require 'vc anymore.
4480 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4481 file-directory-p instead of file-exists-p.
4482
4483 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4484 from vc-cvs-hooks.el.
4485 (proto vc-cvs-registered): Require 'vc-cvs instead of
4486 'vc-cvs-hooks. Don't require 'vc anymore.
4487 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4488 file-directory-p instead of file-exists-p.
4489 (vc-cvs-create-snapshot): New function, replacing
4490 vc-cvs-assign-name.
4491 (vc-cvs-assign-name): Remove.
4492
4493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4494
4495 * vc-cvs.el (vc-cvs-header): New var.
4496
4497 * vc-rcs.el (vc-rcs-exists): Remove.
4498 (vc-rcs-header): New var.
4499
4500 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4501 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4502 (vc-sccs-header): New var.
4503
4504 * vc.el (vc-do-command): Get rid of the `last' argument.
4505 (vc-header-alist): Remove, replaced by vc-X-header.
4506 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4507 (vc-dired-hook): Use expand-file-name instead of concat.
4508 (vc-directory): Use file-name-as-directory.
4509 (vc-snapshot-precondition, vc-create-snapshot)
4510 (vc-retrieve-snapshot): Allow the command to operate on any
4511 directory.
4512
4513 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4514 just removing the 'WORKFILE argument or by removing the 'MASTER
4515 argument and replacing `file' with (vc-name file).
4516
4517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * vc.el: Update Copyright and add a crude list of backend funs.
4520 (vc-writable-p): New function.
4521 (with-vc-file): Use vc-writable-p.
4522 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4523 (vc-register): Avoid vc-name.
4524 (vc-locking-user): Remove.
4525 (vc-steal-lock): Make the `owner' arg non-optional.
4526 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4527 vc-checkout-model.
4528 (vc-default-dired-state-info): Use vc-state instead of
4529 vc-locking-user and return special strings for special states.
4530 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4531 and get rid of one of the special CVS cases.
4532 (vc-cancel-version): prettify error message with \\[...].
4533 (vc-rename-master): New function.
4534 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4535 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4536 the CVS special case generic.
4537 (vc-default-record-rename): Remove.
4538 (vc-file-tree-walk-internal): Only call FUNC for files that are
4539 under control of some VC backend and replace `concat' with
4540 expand-file-name.
4541 (vc-file-tree-walk): Update docstring.
4542 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4543 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4544
4545 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4546 vc-sccs-record-rename. Use `find-file-noselect' rather than
4547 `find-file' and call `vc-rename-master' to do the actual move.
4548 (vc-sccs-diff): Remove unused `backend' variable.
4549
4550 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4551 to delay loading of vc-sccs until it is really used.
4552 (vc-sccs-master-templates): Preload.
4553 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4554 (vc-sccs-project-dir): Remove (merged into
4555 vc-sccs-search-project-dir).
4556 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4557 rather than `concat', make sure it is preloaded and don't bother
4558 to check that the file actually exists.
4559 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4560 `locks' argument (use buffer's content instead) and eliminate n^2
4561 behavior.
4562
4563 * vc-rcs.el: Update Copyright.
4564 (vc-rcs-rename-file): New function.
4565 (vc-rcs-diff): Remove unused `backend' variable.
4566
4567 * vc-hooks.el: Update Copyright.
4568 (vc-backend): Don't accept a nil argument any more.
4569 (vc-up-to-date-p): Turn into a defsubst.
4570 (vc-possible-master): New function.
4571 (vc-check-master-templates): Use `vc-possible-master' and allow
4572 funs in vc-X-master-templates to return a non-existent file.
4573
4574 * vc-cvs.el: Update Copyright.
4575 (vc-cvs-diff): Remove unused `backend' variable.
4576 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
4577
4578 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4579
4580 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4581
4582 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4583 since it can be called from vc-rcs.el.
4584 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4585
4586 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4587
4588 * vc.el (vc-version-diff): Expand file name read from the
4589 minibuffer. Handle the case when a previous version number can't
4590 be guessed. Give suitable messages when there were no differences
4591 found.
4592 (vc-clear-headers): Call backend-specific implementation, if one
4593 exists.
4594 (vc-cancel-version): Made error checks generic. When done, clear
4595 headers generically, too.
4596
4597 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4598 from vc-clear-headers in vc.el.
4599
4600 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4601 correctly.
4602 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4603 optional. Handle the case when it's not there.
4604
4605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4606
4607 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4608
4609 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * vc-hooks.el (vc-loadup): Remove.
4612 (vc-find-backend-function): Use `require'. Also, handle the case
4613 where vc-BACKEND-hooks.el doesn't exist.
4614 (vc-call-backend): Cleanup.
4615
4616 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4619 vc-rcs-grab-templates)
4620 (vc-rcs-registered): Remove. The default function works as well.
4621 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4622 vc-sccs-grab-templates)
4623 (vc-sccs-registered): Remove. The default function works as well.
4624
4625 * vc.el (vc-version-diff): Left out a vc- in call to
4626 vc-call-backend.
4627 (vc-default-dired-state-info, vc-default-record-rename)
4628 (vc-default-merge-news): Update for the new backend argument.
4629
4630 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4631 using the default function.
4632 (vc-call-backend): If calling the default function, pass it the
4633 backend as first argument. Update the docstring accordingly.
4634 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4635 for the new backend argument.
4636 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4637 (vc-find-backend-function): Use the new name.
4638 (vc-default-registered): New function.
4639
4640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4641
4642 * vc.el (vc-merge): Use vc-find-backend-function.
4643
4644 * vc-hooks.el (vc-backend-functions): Remove.
4645 (vc-loadup): Don't setup 'vc-functions.
4646 (vc-find-backend-function): New function.
4647 (vc-call-backend): Use above fun and populate 'vc-functions
4648 lazily.
4649 (vc-backend-defines): Remove.
4650
4651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4652
4653 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4654 Call vc-call-backend without the leading vc-.
4655 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4656 (vc-check-headers): Call vc-call-backend without the leading vc-.
4657 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4658 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4659 Call vc-call-backend without the leading vc-.
4660
4661 * vc-cvs.el (tail): Provide vc-cvs.
4662 * vc-sccs.el (tail): Provide vc-sccs.
4663 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4664
4665 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4666 (vc-make-backend-function, vc-call): Pass names without leading
4667 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4668 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4669 (vc-call-backend): Always try to load vc-X-hooks.
4670 (vc-registered): Remove vc- in call to vc-call-backend.
4671
4672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * vc.el (vc-process-filter): New function.
4675 (vc-do-command): Setup `vc-process-filter' for the async process.
4676 (vc-maybe-resolve-conflicts): New function to reduce
4677 code-duplication. Additionally, it puts the buffer in
4678 `smerge-mode' if applicable.
4679 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4680 calling `merge-news'.
4681 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4682 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4683 interfacing to log-edit.el.
4684 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4685 log-edit is available.
4686 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4687
4688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4689
4690 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4691 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4692 defvar and the initialization.
4693 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4694
4695 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4696 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4697
4698 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4699
4700 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4701
4702 * vc.el (vc-file-clear-masterprops): Removed.
4703 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4704 (vc-version-diff): Use buffer-size without argument.
4705 (vc-register): Heed vc-initial-comment.
4706
4707 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4708 default branch.
4709
4710 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4711 file name and workfile version.
4712 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4713
4714 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4715 vc-file-clear-masterprops.
4716
4717 * vc-sccs.el (vc-sccs-checkout): Removed call to
4718 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4719 rather than user login name.
4720
4721
4722 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4723
4724 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4725 `want-differences-if-changed' and simplify.
4726 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4727 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4728 output (which is invalid for async vc-diff) to decide whether to
4729 do the revert silently or not.
4730
4731 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4732
4733 * vc-hooks.el (vc-loadup): Load files quietly.
4734 (vc-call-backend): Oops, brain fart.
4735
4736 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * vc-cvs.el (vc-cvs-state): Typo.
4739 (vc-cvs-merge-news): Return the status code rather than the error msg.
4740
4741 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4742
4743 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4744 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4745 vc-state or vc-up-to-date-p.
4746 (vc-merge): Use vc-backend-defines to check whether merging is
4747 possible. Set state to 'edited after successful merge.
4748
4749 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4750 return that name. Redocumented.
4751
4752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4753
4754 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4755 new `vc-state' semantics.
4756 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4757 'vc-locking-user to the current user.
4758 (vc-merge): Inline vc-backend-merge. Comment out code that I
4759 don't understand and hence can't adapt to the new `vc-state' and
4760 `vc-locking-user' semantics.
4761 (vc-backend-merge): Remove.
4762
4763 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4764 rather than 'vc-locking-user.
4765
4766 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4767
4768 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4769 (vc-state): Don't use 'reserved any more. Just use the same
4770 convention as the one used for vc-<backend>-state where the
4771 locking user (as a string) is returned.
4772 (vc-locking-user): Update, based on the above convention. The
4773 'vc-locking-user property has disappeared.
4774 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4775
4776 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4777 with a heuristic one.
4778 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4779 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4780 error. That allows us to get to 'needs-merge even in the
4781 stay-local case. There's still no way to detect 'needs-patch in
4782 such a setup (or to force an update for that matter).
4783 (vc-cvs-logentry-check): Remove, the default works as well.
4784
4785 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4786
4787 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4788
4789 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4790 major-mode in which the buffer might have been put earlier. Use
4791 `remove' and `when'. Allow `okstatus' to be `async' and use
4792 `start-process' in this case.
4793 (vc-version-diff): Handle the case where the diff looks empty
4794 because of the use of an async process.
4795
4796 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4797
4798 * vc.el (vc-next-action-on-file): Removed optional parameter
4799 `simple'. Recompute state unconditionally.
4800 (vc-default-toggle-read-only): Removed.
4801
4802 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4803 (vc-toggle-read-only): Undid prev change.
4804
4805 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4806 vc-cvs-simple-toggle. Redocumented.
4807 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4808 (vc-cvs-toggle-read-only): Removed.
4809
4810 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4811
4812 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4813 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4814 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4815 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4816 still is. So maybe it should be removed.
4817 (vc-head-version, vc-find-binary): Remove.
4818 (vc-recompute-state): Move from vc-hooks.el.
4819 (vc-next-action-on-file): Add a `simple' argument to allow
4820 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4821 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4822 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4823 (vc-dired-mode-map): Properly defvar it.
4824 (vc-print-log): Call log-view-mode if available.
4825 (small-temporary-file-directory): defvar instead of use boundp.
4826 (vc-merge-news): Moved to vc-cvs.el.
4827 (vc-default-merge-news): New function.
4828
4829 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4830 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4831 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4832 unknown `vc-latest-version' function. It should probably refer to
4833 vc-workfile-version or somesuch, but it's very unclear to me and I
4834 don't have SCCS to test things.
4835
4836 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4837 (vc-sccs-state-heuristic): Fix typo.
4838 (vc-sccs-workfile-unchanged-p): Add missing argument.
4839
4840 * vc-rcs.el: Require vc and vc-rcs-hooks.
4841 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4842 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4843 (vc-release-greater-or-equal-p): Move from vc.
4844 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4845 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4846 (vc-rcs-checkout): Add a missing `new-version' argument in the
4847 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4848
4849 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4850 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4851 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4852 than the apparently unbound `workfile-version'.
4853
4854 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4855 (vc-file-prop-obarray): Use `make-vector'.
4856 (vc-backend-functions): Add new hookable functions
4857 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4858 (vc-loadup): If neither backend nor default functions exist, use
4859 the backend function rather than nil.
4860 (vc-call-backend): If the function if not bound yet, try to load
4861 the non-hook file to see if it provides it.
4862 (vc-call): New macro plus use it wherever possible.
4863 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4864 nor `vc-find-binary' since it's only called from
4865 vc-mistrust-permission which is only used once the backend is known.
4866 (vc-checkout-model): Fix parenthesis.
4867 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4868
4869 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4870 (vc-cvs-release, vc-cvs-system-release): Remove.
4871 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4872 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4873 status symbols.
4874 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4875 (vc-cvs-toggle-read-only): First cut at a function to allow a
4876 cvs-status-free vc-toggle-read-only.
4877 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4878 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4879 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4880 (vc-cvs-checkout): Modify access rights directly if the user
4881 requested not to use `cvs edit'. And refresh the mode line.
4882
4883 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4884 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4885
4886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4887
4888 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4889 workfile' that got lost when the code was extracted from vc.el.
4890 And merged the tail with the rest of the code (not possible in the
4891 old vc.el where the tail was shared among all backends). And
4892 explicitly set the state to 'edited if `writable' is set.
4893
4894 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4895 (vc-cvs-state): Be careful to return the value from
4896 vc-cvs-parse-state.
4897 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4898 property but return it instead. Also be careful to handle a nil
4899 or "" `rev' when workfile is non-nil (it was handled properly when
4900 workfile was nil).
4901
4902 * vc.el: Removed those pesky unnecessary `(function' quotes.
4903 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4904 directly in the defvar.
4905 (vc-do-command): Bind inhibit-read-only so as to properly handle
4906 the case where the destination buffer has been made read-only.
4907 (vc-diff): Delegate to vc-version-diff in all cases.
4908 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4909 (vc-annotate-mode-variables): Removed (code moved partly to
4910 defvars and partly to vc-annotate-add-menu).
4911 (vc-annotate-mode): Turned into a derived-mode.
4912 (vc-annotate-add-menu): Moved in code in
4913 vc-annotate-mode-variables.
4914 (vc-update-change-log): Use make-temp-file if available.
4915
4916 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4917
4918 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4919 `vc-checkout-model' updated to `vc-cvs-update-model'.
4920
4921 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4922
4923 * vc.el (vc-next-action-on-file): Added handling of state
4924 `unlocked-changes'.
4925 (vc-checkout-carefully): Is now practically obsolete, unless the
4926 above is too slow to be enabled unconditionally.
4927 (vc-update-change-log): Fixed typo.
4928
4929 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4930
4931 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4932 Now handles state `unlocked-changes'.
4933 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4934
4935 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4936
4937 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4938 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4939 `unlocked-changes'.
4940 (vc-rcs-workfile-unchanged-p): Renamed from
4941 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4942 function yet, but supposed to become one soon.
4943
4944 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4945 `vc-steal-lock'.
4946 (vc-call-backend): Changed error message.
4947 (vc-state): Added description of state `unlocked-changes'.
4948
4949 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4950
4951 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4952 always return t in CVS-controlled directories.
4953
4954 * vc.el (vc-responsible-backend): New function.
4955 (vc-register): Largely rewritten.
4956 (vc-admin): Removed (implementation moved into vc-register).
4957 (vc-checkin): Redocumented.
4958 (vc-finish-logentry): If no backend defined yet (because we are in
4959 the process of registering), use the responsible backend.
4960
4961 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4962 Updated function lists.
4963 (vc-call-backend): Fixed typo.
4964
4965 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4966 New functions.
4967 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4968 Removed query option. Redocumented.
4969
4970 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4971
4972 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4973
4974 * vc.el: Updated callers of `vc-checkout-required' to use
4975 `vc-checkout-model'.
4976
4977 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4978
4979 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4980 stuff updated to reference this function instead of the old
4981 `vc-backend-release-p'.
4982
4983 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4984
4985 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4986 vc-checkout-model. Return appropriate values. Updated callers.
4987
4988 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4989
4990 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4991 (vc-backend-revert): Function moved into `vc-revert';
4992 `vc-next-action' must be updated to accomodate this change.
4993 (vc-backend-steal): Function moved into `vc-finish-steal'.
4994 (vc-backend-logentry-check): Function moved into
4995 `vc-finish-logentry'.
4996 (vc-backend-printlog): Function moved into `vc-print-log'.
4997 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4998 (vc-backend-assign-name): Function moved into
4999 `vc-create-snapshot'.
5000
5001 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5002
5003 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5004 Rename to vc-checkout-model. Return appropriate values.
5005 Update callers.
5006
5007 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5008 to vc-checkout-model.
5009 (vc-checkout-required): Rename to vc-checkout-model.
5010 Re-implement and re-comment.
5011 (vc-after-save): Use vc-checkout-model.
5012
5013 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5014
5015 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5016 Update to use the vc-BACKEND-diff functions instead.
5017 `vc-diff' is now working.
5018
5019 * vc-rcs.el (vc-rcs-logentry-check): New function.
5020
5021 * vc-cvs.el (vc-cvs-logentry-check): New function.
5022
5023 * vc-sccs.el (vc-sccs-diff): Function changed name from
5024 `vc-backend-diff'. This makes `vc-diff' work.
5025
5026 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5027 of functions possibly implemented in a vc-BACKEND library.
5028 (vc-checkout-required): Fix bug that caused an error to be
5029 signaled during `vc-after-save'.
5030
5031 * vc.el: Fix typo.
5032 This checkin is made with our new VC code base for the very first time.
5033 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5034
5035 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5036 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5037
5038 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5039 updated to `vc-uses-locking'.
5040 (vc-checkout-required): Call to backend function.
5041 `vc-checkout-required' updated to `vc-uses-locking' instead.
5042
5043 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5044 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5045
5046 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5047 to match the split into various backends.
5048 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5049 (vc-retrieve-snapshot): Bug fix.
5050
5051 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5052
5053 * vc-sccs.el (vc-sccs-release): Doc fix.
5054
5055 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5056
5057 * vc.el (vc-next-action-on-file): Bug found and fixed.
5058 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5059 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5060
5061 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5062 (vc-rcs-checkout): Name space cleaned up. No more revision number
5063 crunching function names that are not prefixed with vc-rcs.
5064 (vc-rcs-checkout-model): Function added. References to
5065 `vc-checkout-model' replaced.
5066
5067 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5068
5069 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5070 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5071 still need to be split, and implemented for RCS).
5072
5073 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5074
5075 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5076
5077 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5078 required by the vc.el file.
5079
5080 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5081 required by the vc.el file.
5082 (vc-rcs-exists): Function added.
5083
5084 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5085 required by the vc.el file.
5086
5087 * vc.el (vc-admin): Updated to handle selection of appropriate
5088 backend. Current implementation is crufty and need re-thinking.
5089
5090 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5091
5092 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5093
5094 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5095 beginning of annotate buffers correctly.
5096
5097 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5098 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5099 functionality updated quite a lot to support multiple backends.
5100 Variables `vc-annotate-mode', `vc-annotate-buffers',
5101 `vc-annotate-backend' added.
5102
5103 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5104 `vc-annotate-difference' added to supported backend functions.
5105
5106 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5107
5108 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5109 Use with-temp-file instead of /bin/sh. Merged from mainline
5110
5111 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5112
5113 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5114
5115 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5116
5117 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5118
5119 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5120
5121 * vc-hooks.el: vc-state-heuristic added to
5122 vc-backend-hook-functions.
5123
5124 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5125
5126 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5127
5128 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5129 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5130 state to `reserved'.
5131
5132 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5133 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5134
5135 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5136
5137 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5138 untouched.
5139
5140 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5141
5142 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5143 if defined. (Merged from main line, slightly adapted.)
5144
5145 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5146 millenium problem (merged from mainline).
5147
5148 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5149
5150 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5151 part and moved the non-BACKEND stuff to vc.el.
5152
5153 * vc.el: Split the annotate feature into a BACKEND specific part
5154 and moved it from the vc-cvs.el file to this one.
5155
5156 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5157
5158 * vc-hooks.el: Implement new state model.
5159 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5160 (vc-locking-user): Simplify. Now only needed if the file is
5161 locked by somebody else.
5162 (vc-lock-from-permissions): Remove. Functionality is in
5163 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5164 (vc-mode-line-string): New name for former vc-status. Adapted.
5165 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5166
5167 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5168 Various simplifications and adaptations all over the place.
5169
5170 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5171 Simplify and adapt the rest.
5172
5173 * vc.el (vc-resynch-window): Add TODO comment: check for
5174 interaction with view mode according to recent RCS change.
5175 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5176
5177 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5178
5179 * vc.el: Convert the remaining function comments to docstrings.
5180
5181 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5182
5183 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5184 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5185 (vc-minor-part, vc-previous-version): Functions that operate and
5186 compare revision numbers got proper documentation. Comments added
5187 about their possible removal.
5188
5189 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5190
5191 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5192 the vc-backend.el files.
5193
5194 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5195
5196 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5197 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5198 (vc-rcs-previous-version): Functions added.
5199
5200 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5201
5202 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5203
5204 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5205
5206 * vc-hooks.el (vc-master-templates): Is really obsolete.
5207 Comment out the definition for now. What is the right procedure
5208 to get rid of it?
5209 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5210 rewritten.
5211 (vc-default-registered): Remove.
5212 (vc-check-master-templates): New function; does mostly what the
5213 above did before.
5214 (vc-locking-user): Don't rely on the backend to set the property.
5215
5216 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5217 Rewrite documentation.
5218 (vc-rcs-templates-grabbed): New variable.
5219 (vc-rcs-grab-templates): New function.
5220 (vc-rcs-registered): Rewrite to use above mechanism.
5221
5222 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5223 Rewrite documentation.
5224 (vc-sccs-templates-grabbed): New variable.
5225 (vc-sccs-grab-templates): New function.
5226 (vc-sccs-registered): Rewrite to use above mechanism.
5227 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5228 Don't throw the result, simply return it.
5229
5230 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5231 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5232 (vc-cvs-registered): Does the check itself now. Simplify.
5233
5234 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5235 from main line.
5236
5237 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5238
5239 * vc-cvs.el (vc-cvs-diff): New function.
5240
5241 * vc-sccs.el (vc-sccs-diff): New function.
5242
5243 * vc-rcs.el (vc-rcs-diff): New function.
5244 (vc-rcs-checkout): Bug (typo) found and fixed.
5245 (vc-rcs-register-switches): New variable.
5246
5247 * vc.el (vc-backend-diff): Function removed and placed in the
5248 backend files.
5249
5250 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5251
5252 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5253
5254 * vc.el (vc-backend-checkout): Function removed and replaced in
5255 the vc-backend.el files.
5256
5257 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5258
5259 * vc.el (vc-backend-admin): Removed and replaced in the
5260 vc-backend.el files.
5261
5262 * vc.el (Martin): Removed all the annotate functionality since it
5263 is CVS backend specific.
5264
5265 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5266
5267 * spec.txt: Added specification of vc-state.
5268
5269 * vc-sccs-hooks.el (vc-sccs-master-properties):
5270 Remove handling of vc-latest-version and
5271 vc-your-latest-version. What used to be vc-latest-version, is now
5272 returned as vc-workfile-version.
5273 (vc-sccs-workfile-version): Adapt.
5274
5275 2000-09-04 Dave Love <fx@gnu.org>
5276
5277 * vc.el: [Merged from mainline.]
5278 (vc-dired-mode): Make the dired-move-to-filename-regexp
5279 regexp match the date, to avoid treating date as file size.
5280 Add YYYY S option to WESTERN/
5281
5282 2000-09-04 Dave Love <fx@gnu.org>
5283
5284 * vc.el: Require `compile' when compiling.
5285 (vc-logentry-check-hook): New option.
5286 (vc-steal-lock): Use compose-mail.
5287 (vc-dired-mode-map): Defvar when compiling.
5288 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5289 vc-sccs.el and renamed. Callers changed.
5290 (vc-backend-checkout, vc-backend-logentry-check)
5291 (vc-backend-merge-news): Doc fix.
5292 (vc-default-logentry-check): New function.
5293 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5294 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5295 (vc-backend-merge): Doc fix. Use backend functions.
5296 (vc-check-headers): Use backend functions.
5297
5298 * vc-cvs.el: Require vc when compiling.
5299 (vc-cvs-register-switches): Doc fix.
5300 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5301 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5302 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5303 New functions (code from vc.el).
5304 (vc-annotate-display-default): Fix interactive spec.
5305 (vc-annotate-time-span): Doc fix.
5306
5307 * vc-rcs.el: Require vc when compiling.
5308 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5309 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5310 (vc-rcs-checkin): New functions (code from vc.el).
5311 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5312 Doc fix.
5313 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5314
5315 * vc-sccs.el: Require vc when compiling.
5316 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5317 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5318 (vc-sccs-revert)
5319 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5320 from vc.el).
5321 (vc-sccs-add-triple, vc-sccs-record-rename)
5322 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5323 (vc-sccs-admin): Doc fix.
5324
5325 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5326
5327 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5328 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5329 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5330 from vc.el.
5331
5332 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5333
5334 * vc-cvs.el: Moved the annotate functionality from vc.el.
5335 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5336
5337 2000-09-04 Dave Love <fx@gnu.org>
5338
5339 * vc.el (vc-backend-release): Call vc-system-release.
5340
5341 * vc-sccs.el (vc-sccs-system-release):
5342 Renamed from vc-sccs-backend-release.
5343
5344 * vc-rcs.el (vc-rcs-system-release):
5345 Renamed from vc-rcs-backend-release.
5346
5347 * vc-cvs.el (vc-cvs-system-release):
5348 Renamed from vc-cvs-backend-release.
5349
5350 2000-09-04 Dave Love <fx@gnu.org>
5351
5352 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5353 backend files.
5354 (vc-backend-release): Dispatch to backend functions.
5355 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5356 probably needs attention.]
5357
5358 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5359 (vc-sccs-backend-release): New function.
5360
5361 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5362 (vc-cvs-backend-release): New function.
5363
5364 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5365 Doc fix.
5366 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5367 (vc-default-dired-state-info): New function.
5368 (vc-dired-state-info): Dispatch to backends.
5369 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5370
5371 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5372 from vc.el and renamed.
5373
5374 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5375
5376 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5377 (vc-version-other-window, vc-backend-assign-name): Removed
5378 references to vc-latest-version; sometimes changed into
5379 vc-workfile-version.
5380
5381 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5382 vc-rcs-master-workfile-version.
5383 (vc-rcs-workfile-version): Use the above. Don't call
5384 vc-latest-version (that was unreachable code, anyway).
5385 (vc-rcs-fetch-master-properties): Doc fix.
5386
5387 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5388 (vc-backend-hook-functions): Removed them from this list, too.
5389 (vc-fetch-properties): Removed.
5390 (vc-workfile-version): Doc fix.
5391
5392 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5393 (vc-rcs-workfile-version, vc-rcs-locking-user)
5394 (vc-rcs-uses-locking): Use it.
5395
5396 * vc-hooks.el (vc-consult-rcs-headers):
5397 Moved into vc-rcs-hooks.el, under the name
5398 vc-rcs-consult-headers.
5399
5400 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5401 headers.
5402 (vc-cvs-find-master): Use this name only; correct different
5403 versions of the name.
5404
5405 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5406 New functions.
5407 (vc-sccs-locking-user): Use the latter.
5408
5409 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5410 New functions.
5411
5412 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5413 Moved into both
5414 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5415 functions are implementation details of those two backends.
5416
5417 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5418
5419 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5420 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5421
5422 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5423 (vc-sccs-parse-locks): SCCS-specific code moved here from
5424 vc-hooks.
5425
5426 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5427 code moved here from vc-hooks.
5428
5429 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5430 into back-end specific parts and removed. Callers not updated
5431 yet; because I guess these callers will disappear into back-end
5432 specific files anyway.
5433
5434 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5435
5436 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5437 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5438 `vc-uses-locking'.
5439
5440 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5441 Store yes/no in the property, and return t/nil. Updated all
5442 callers.
5443
5444 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5445 vc-sccs-uses-locking. Don't set property.
5446 (vc-sccs-locking-user): Don't set property.
5447
5448 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5449 vc-cvs-uses-locking. Don't set property here; leave that to
5450 vc-hooks.
5451 (vc-cvs-locking-user): Reflect above change. Streamlined.
5452
5453 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5454 vc-rcs-uses-locking.
5455 (vc-rcs-locking-user): Reflect above change.
5456
5457 2000-09-04 Dave Love <fx@gnu.org>
5458
5459 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5460
5461 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5462
5463 * vc-hooks.el (vc-checkout-model): Punt to backends.
5464
5465 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5466
5467 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5468
5469 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5470 New functions.
5471
5472 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5473 New functions.
5474
5475 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5476 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5477
5478 * vc-hooks.el (vc-default-locking-user): New function.
5479 (vc-locking-user, vc-workfile-version): Punt to backends.
5480
5481 2000-09-04 Dave Love <fx@gnu.org>
5482
5483 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5484 (vc-master-workfile-version): Moved from vc-hooks.
5485
5486 * vc-rcs-hooks.el: Fix duplicate code in last change.
5487
5488 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5489 (vc-rcs-master-templates): Improve :type.
5490 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5491 vc-master-workfile-version): Moved from vc-hooks.
5492
5493 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5494 (vc-sccs-master-templates): Improve :type.
5495 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5496
5497 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5498
5499 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5500 (vc-cvs-master-templates): Improve :type. Use
5501 vc-cvs-find-cvs-master.
5502 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5503 from vc-hooks.
5504 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5505
5506 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5507 Moved to vc-cvs-hooks.
5508
5509 * vc-hooks.el: Add doc strings in various places. Simplify the
5510 minor mode setup.
5511 (vc-handled-backends): New user variable.
5512 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5513 simplification.
5514
5515 2000-09-04 Dave Love <fx@gnu.org>
5516
5517 * vc.el: Some doc fixes for autoloaded and interactive functions.
5518 Fix compilation warnings from ediff stuff.
5519 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5520
5521 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5522
5523 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5524
5525 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5526
5527 2000-09-04 Dave Love <fx@gnu.org>
5528
5529 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5530 New variable.
5531 (vc-make-backend-function, vc-loadup, vc-call-backend)
5532 (vc-backend-defines): New functions.
5533
5534 * vc-hooks.el: Various doc fixes.
5535 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5536 (vc-match-substring): Function removed. Callers changed to use
5537 match-string.
5538 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5539 Simplify.
5540
5541 2000-09-04 Dave Love <fx@gnu.org>
5542
5543 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5544 type.
5545 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5546 (vc-sccs-registered): Doc fix.
5547
5548 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5549 (vc-cvs-registered): Doc fix.
5550
5551 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5552 (vc-rcs-registered): Doc fix.
5553
5554 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5555
5556 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5557
5558 * vc-hooks.el: vc-registered has been renamed
5559 vc-default-registered. Some functions have been moved to the
5560 backend specific files. they all support the
5561 vc-BACKEND-registered functions.
5562
5563 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5564
5565 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5566
5567 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5568
5569 2000-09-04 Dave Love <fx@gnu.org>
5570
5571 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5572 menu-bar-update-hook.
5573
5574 * help.el (help-manyarg-func-alist): Add
5575 find-operation-coding-system.
5576
5577 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5578
5579 * custom.el (custom-set-variables): Print message about errors in
5580 setting.
5581
5582 2000-09-03 Andrew Innes <andrewi@gnu.org>
5583
5584 * makefile.w32-in: Change to DOS line endings.
5585
5586 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5587
5588 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5589 minor-mode keymaps, if they don't have one.
5590
5591 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5592
5593 * eshell/esh-module.el (eval-when-compile): Don't lose if
5594 esh-module.el's file name is truncated to DOS 8+3 limits.
5595
5596 2000-09-01 John Wiegley <johnw@gnu.org>
5597
5598 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5599 predicate, which caused entries in the completion list to be
5600 doubled.
5601
5602 2000-08-30 John Wiegley <johnw@gnu.org>
5603
5604 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5605 sending to subprocesses. Also, hook pre-command-hook if
5606 `eshell-send-direct-to-subprocesses' is non-nil.
5607 (eshell-send-direct-to-subprocesses): New config variable. If t,
5608 subprocess input is send immediately.
5609 (eshell-toggle-direct-send): New function.
5610 (eshell-self-insert-command): New function.
5611 (eshell-intercept-commands): New function.
5612 (eshell-send-input): If direct subprocess sending is enabled,
5613 don't echo any input to the Eshell buffer. Let the subprocess
5614 handle that. This requires "stty echo" in bash, for example.
5615
5616 2000-08-28 John Wiegley <johnw@gnu.org>
5617
5618 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5619 completion function for Eshell's implementation of `unset'.
5620
5621 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5622
5623 * info.el (Info-directory-list): Doc fix.
5624
5625 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5626
5627 * filecache.el (file-cache-add-directory-using-find): Don't quote
5628 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5629
5630 2000-08-31 Kenichi Handa <handa@etl.go.jp>
5631
5632 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5633 coding systems.
5634
5635 2000-08-30 Andrew Innes <andrewi@gnu.org>
5636
5637 * timer.el (run-with-idle-timer): Undo last change, so that timer
5638 is not activated immediately if Emacs is already idle. Some
5639 existing code relies on this behaviour.
5640
5641 2000-08-30 Miles Bader <miles@gnu.org>
5642
5643 * frame.el (set-frame-font): Do completion of font-name for
5644 interactive use.
5645
5646 2000-08-30 Kenichi Handa <handa@etl.go.jp>
5647
5648 * international/quail.el (quail-start-translation): Bind locally
5649 last-command-event, last-command, and this-command.
5650 (quail-start-conversion): Likewise.
5651 (quail-self-insert-command): Fix docstring.
5652
5653 2000-08-29 Gerd Moellmann <gerd@gnu.org>
5654
5655 * progmodes/executable.el
5656 (executable-make-buffer-file-executable-if-script-p): Check that
5657 buffer contains at least 2 characters.
5658
5659 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5662
5663 2000-08-29 Dave Love <fx@gnu.org>
5664
5665 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5666 (diff-mode-shared-map): Bind mouse-2.
5667 (diff-imenu-generic-expression): New variable.
5668 (diff-mode): Use it.
5669
5670 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5671 (mouse-popup-menubar): Add minor mode menus.
5672 (popup-menu): Check for lookup-key returning number.
5673
5674 2000-08-29 Miles Bader <miles@gnu.org>
5675
5676 * comint.el (comint-send-input): Create overlays using the proper
5677 front/read-advance arguments.
5678
5679 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5680
5681 * ps-print.el: Even/odd pages printing. Doc fix.
5682 (ps-print-version): New version number (6.0).
5683 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5684 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5685 (ps-print-duplex-feature): Variable eliminated.
5686 (ps-even-or-odd-pages): New variable.
5687
5688 * progmodes/ebnf2ps.el: Doc fix.
5689 (ebnf-version): New version (3.3).
5690 (ebnf-user-arrow): Change variable customization to sexp.
5691 (ebnf-user-arrow): Function eliminated.
5692 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5693
5694 2000-08-29 Kenichi Handa <handa@etl.go.jp>
5695
5696 * help.el (help-xref-mule-regexp): New variable.
5697 (help-make-xrefs): Handle help-xref-mule-regexp.
5698
5699 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5700 variable.
5701 (describe-input-method): Temporarily activate the specfied input
5702 method to display the information.
5703 (describe-language-environment): Hyperlinks to mule related items.
5704
5705 * international/mule-diag.el (charset-multibyte-form-string): New
5706 function.
5707 (list-character-sets-1): Use charset-multibyte-form-string.
5708 (describe-character-set): New function.
5709 (describe-coding-system): Hyperlinks to safe character sets.
5710
5711 * international/quail.el (quail-help): New arg PACKAGE.
5712 Hyperlinks to mule related items.
5713 (quail-help-insert-keymap-description): Use
5714 substitute-command-keys instead of describe-bindings.
5715 (quail-translation-help): Hyperlinks to mule related items.
5716
5717 2000-08-28 John Wiegley <johnw@gnu.org>
5718
5719 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5720 have a defsubst call itself. Made `eshell-flatten-list' back into
5721 a function again.
5722
5723 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5724 catch, in case re-centering point at bottom messes up the display.
5725 This happens frequently in Emacs 21, due I believe to variable
5726 line heights.
5727
5728 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5729 to call `find-tag-interactive'.
5730
5731 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5732 the list of remember directories.
5733
5734 2000-08-28 John Wiegley <johnw@gnu.org>
5735
5736 * align.el: Test align-region-separate to see if it's a symbol.
5737
5738 2000-08-28 John Wiegley <johnw@gnu.org>
5739
5740 * eshell/esh-util.el (eshell-flatten-list): Made this function
5741 into a defsubst form. It gets used very frequently, although
5742 calls don't occur all that often.
5743
5744 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5745 examining it.
5746
5747 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5748 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5749 `eshell-protect'.
5750 (eshell-copy-handles): Created a new macro for duplicating the
5751 current set of open handles. This is needed by the looping
5752 functions.
5753 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5754 is not incorrectly stomped on.
5755
5756 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5757 declaration for pcomplete-use-paring.
5758 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5759 value of eshell-cmpl-use-paring.
5760 * pcomplete.el (pcomplete-use-paring): New config variable, to
5761 indicate whether paring should be used.
5762 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5763 completion alternatives that have already been used.
5764
5765 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5766 bound to C-c C-y, which will repeat the previous N arguments
5767 (based on prefix argument).
5768 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5769
5770 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5771 if there is no *Help* buffer. This is for XEmacs, which renames
5772 its help buffers uniquely. TODO: Find out what the current buffer
5773 name to delete is.
5774
5775 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5776 first entry that correlates to a passwd/group number. Later
5777 entries (used for group/user name aliasing to multiple IDs) are
5778 ignored.
5779
5780 * eshell/em-xtra.el (eshell/expr):
5781 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5782 (eshell-grep, eshell/diff, eshell/locate):
5783 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5784 argument list, before passing it to the system command.
5785
5786 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5787 `find-tag' for use at final position in Eshell buffers (which
5788 otherwise triggers an error on Emacs 21).
5789 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5790 buffer, if it is currently bound to `find-tag'.
5791
5792 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5793 in the list of matched Makefile names.
5794 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5795 directory, prefer its contents to Makefile.
5796
5797 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5798 directory parts (like "cd old new", or "cd =regexp"), are now case
5799 sensitive on non-Windows/DOS platforms.
5800
5801 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5802 types RET after an open delimiter (like "), display a message
5803 indicating that Eshell is waiting for the closing delimiter.
5804
5805 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5806 environment variables.
5807
5808 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5809 gracefully if the user enters incorrect arguments.
5810
5811 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5812 Eshell buffers.
5813
5814 * eshell/esh-var.el (eshell-interpolate-variable):
5815 * eshell/esh-mode.el (eshell-move-argument):
5816 * eshell/em-unix.el (eshell-du-sum-directory):
5817 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5818 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5819 (not (= ...)).
5820
5821 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5822 to ensure the `preserve' flag gets propagated when doing recursive
5823 directory copies.
5824
5825 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5826
5827 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5828 Don't convert \n into \0177 in memory.
5829 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5830 and back again, when reading and writing.
5831
5832 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5835 testing of `fboundp' on `processp'.
5836
5837 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5838 (eshell/jobs): Don't call process-list if it is not bound.
5839 (eshell-gather-process-output): Support systems where async
5840 subprocesses aren't supported.
5841 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5842 variables.
5843
5844 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5845 eshell-do-eval returns t.
5846 (eshell-do-pipelines-synchronously): New defmacro.
5847 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5848 when async subprocesses aren't supported.
5849 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5850 if async subprocesses aren't supported.
5851 (eshell-resume-command): Don't assume STATUS is a string.
5852
5853 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5854
5855 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5856 (eshell-close-target, eshell-get-target): Use eshell-processp.
5857 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5858 fix.
5859 (eshell-get-target, eshell-create-handles): Doc fix.
5860
5861 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5862
5863 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5864 criterion to include commands that output something, as long as it
5865 leaves both the command and the end-of-buffer visible when the
5866 command has exited.
5867 (eshell-review-quick-commands): Adjust the help doc string
5868 accordingly.
5869
5870 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5871
5872 * locate.el (locate): Cleaned up locate command's interactive prompting
5873 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5874
5875 * filecache.el (file-cache-case-fold-search): New variable
5876 (file-cache-assoc-function): New variable
5877 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5878 Use file-cache-case-fold-search variable
5879 (file-cache-add-file): Use file-cache-assoc-function
5880 (file-cache-delete-file): likewise
5881 (file-cache-directory-name): likewise
5882 (file-cache-debug-read-from-minibuffer): likewise
5883
5884 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5885
5886 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5887 (abbrev-table-name): New function.
5888 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5889 If non-nil list local abbrev, only.
5890
5891 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5892
5893 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5894 from Gnus support code, and use special article copy buffer
5895 `(gnus-original-article-buffer)' instead. This allows to get rid
5896 of article-hide-headers usage (which breaks in the latest Gnus
5897 version). Thanks to Detlev Zundel.
5898
5899 2000-08-28 Kenichi Handa <handa@etl.go.jp>
5900
5901 * international/quail.el (quail-use-package): Hide "... loaded"
5902 message.
5903 (quail-start-translation, quail-start-conversion): Likewise.
5904
5905 * international/kkc.el (kkc-region): Hide "... loaded" message.
5906
5907 2000-08-27 Dave Love <fx@gnu.org>
5908
5909 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5910
5911 2000-08-27 Miles Bader <miles@gnu.org>
5912
5913 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5914
5915 2000-08-27 Kenichi Handa <handa@etl.go.jp>
5916
5917 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5918 'ja-dic-cnv), not (require 'skkdic-cnv).
5919
5920 2000-08-26 Miles Bader <miles@gnu.org>
5921
5922 * faces.el (face-x-resources): Add entry for :inherit.
5923 * cus-face.el (custom-face-attributes): Add support for :inherit
5924 attribute. Add support for relative face heights.
5925 (custom-face-attributes-get): Treat `nil' as being a default value
5926 for :inherit (as well as `unspecified').
5927
5928 * faces.el (set-face-attribute): Update doc string.
5929 (face-attribute-name-alist): Add :inherit.
5930 (face-valid-attribute-values): Handle :inherit.
5931 (face-read-string): Rephrase prompt to be less confusing.
5932 Assume that DEFAULT is a string, since we must return a string.
5933 (face-read-integer): Use `format' to turn DEFAULT into an
5934 acceptable default for face-read-string. Match NEW-VALUE against
5935 the string "unspecified", not the symbol `unspecified', since
5936 that's what face-read-string returns.
5937 (read-face-attribute): Lookup a name for old-value in valid, and
5938 use it as a default if we find one. Treat all values from
5939 face-read-string as strings. If the default is used, don't do any
5940 more processing on the value, just use the old value directly.
5941 (read-face-and-attribute, modify-face): Tweak prompt.
5942 (read-face-name): Don't assume prompt ends with a space.
5943
5944 * faces.el (describe-face): Add support for :inherit attribute.
5945
5946 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5947
5948 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5949 concat doesn't accept interger.
5950
5951 * international/kkc.el: Remove SKK from Keywords. Require
5952 ja-dic-utl instead of skkdic-utl.
5953
5954 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5955 Provide ja-dic-cnv instead of skkdic-cnv.
5956 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5957 (iso-2022-7bit-short): Add safe-charsets property.
5958 (skkdic-convert-postfix): Search Japanese chou-on character in
5959 addition to Hiragana character.
5960 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5961 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5962 (batch-skkdic-convert): Likewise.
5963
5964 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5965 Provide ja-dic-utl instead of skkdic-utl.
5966 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5967
5968 2000-08-24 Dave Love <fx@gnu.org>
5969
5970 * disp-table.el (standard-display-default): Make the test of `l'
5971 useful.
5972
5973 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5974 mod sample text.
5975
5976 * international/iso-ascii.el: Make pilcrow convenient string
5977 consistent with section.
5978 (iso-ascii-display): Set up multibyte characters as well as
5979 unibyte.
5980
5981 2000-08-24 Kenichi Handa <handa@etl.go.jp>
5982
5983 * international/mule-cmds.el (reset-language-environment): Set
5984 default-process-coding-system to '(undecided . iso-latin-1), which
5985 makes process I/O almost consistent with file I/O. Call this
5986 function when mule-cmds.el[c] is loaded.
5987
5988 2000-08-22 Andrew Innes <andrewi@gnu.org>
5989
5990 * makefile.w32-in: New file.
5991
5992 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5993
5994 * comint.el (comint-output-filter): Compare end of
5995 comint-last-output-overlay with the start of the newly inserted
5996 text, not the end, when deciding whether to extend it.
5997 Set saved-point's insertion type to advance after insertion.
5998
5999 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6000 since this is now done independently of font-lock mode.
6001
6002 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6003
6004 * server.el (server-kill-new-buffers): New user option.
6005 (server-existing-buffer): New buffer-local variable.
6006 (server-visit-files): When using an existing buffer, set
6007 server-existing-buffer to t.
6008 (server-buffer-done): If server-kill-new-buffers is t, kill the
6009 buffer, unless it was already present before visiting it with
6010 Emacs server.
6011
6012 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6015 even if the display doesn't support colors: some displays will
6016 support bold/underline faces.
6017
6018 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6019
6020 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6021
6022 * startup.el (command-line): If user's init file had an error,
6023 add explanatory text to *Messages*.
6024
6025 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6026
6027 * man.el (Man-getpage-in-background): Decode the process output by
6028 the system locale coding system.
6029
6030 2000-08-20 Dave Love <fx@gnu.org>
6031
6032 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6033 Don't test x-popup-menu.
6034 (function) <complete-function>: Complete only fbound symbols.
6035 <validate, value>: New.
6036 (variable) <complete-function>: Complete only bound symbols.
6037 (coding-system): Add :base-only, :complete-function, :validate,
6038 :value, :prompt-match.
6039 (widget-coding-system-prompt-value): Use read-coding-system and
6040 act on :base-only.
6041 (editable-field): Add :help-echo.
6042 (widget-push-button-gui, widget-push-button-cache)
6043 (widget-gui-action, widget-editable-list-gui): COmment out, along
6044 with uses.
6045 (widget-at): Make arg optional.
6046 (widget-echo-help): Adjust for current help-echo calling sequence.
6047 (widget-specify-field, widget-specify-button)
6048 (widget-specify-insert, widget-get-sibling, widget-image-find)
6049 (widget-convert, widget-insert, widget-leave-text)
6050 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6051 (widget-setup, widget-field-find, widget-before-change)
6052 (widget-after-change, widget-default-complete)
6053 (widget-default-create, widget-default-delete)
6054 (widget-push-button-value-create, editable-field)
6055 (widget-field-prompt-value, widget-field-validate)
6056 (widget-choice-value-create, widget-choice-action)
6057 (widget-choice-validate, widget-checklist-add-item)
6058 (widget-radio-add-item, widget-radio-chosen)
6059 (widget-radio-value-inline, widget-editable-list-value-create)
6060 (widget-editable-list-entry-create)
6061 (widget-documentation-link-add)
6062 (widget-documentation-string-value-create)
6063 (widget-regexp-validate, widget-file-complete)
6064 (widget-sexp-validate, widget-plist-convert-widget)
6065 (widget-plist-convert-widget, widget-alist-convert-widget)
6066 (widget-alist-convert-widget, widget-color-complete): Simplify,
6067 particularly to avoid bindings which aren't optimized out.
6068
6069 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6070 Doc fix.
6071 (down-list, backward-up-list, up-list, kill-sexp)
6072 (backward-kill-sexp, mark-sexp): Make arg optional.
6073 (lisp-complete-symbol): Add optional arg PREDICATE.
6074
6075 * cus-start.el: Add display-buffer-reuse-frames,
6076 file-coding-system-alist.
6077
6078 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6079
6080 * startup.el (command-line): Clear realized faces after
6081 modifying TTY color mappings.
6082
6083 2000-08-20 Miles Bader <miles@gnu.org>
6084
6085 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6086 merely a subset of FACE's attributes.
6087
6088 2000-08-19 Miles Bader <miles@gnu.org>
6089
6090 * comint.el (comint-output-filter): Save the point with a marker,
6091 not just a buffer position.
6092
6093 * international/mule.el (set-buffer-process-coding-system): Make
6094 interactive prompt less confusing.
6095
6096 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6097
6098 * hilit-chg.el: General cleanup of doc strings, comments and
6099 code formatting.
6100
6101 2000-08-19 Miles Bader <miles@gnu.org>
6102
6103 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6104 Compiler macro removed; beginning-of-line is no longer always
6105 equivalent to forward-line, in the presence of fields.
6106
6107 * comint.el (comint-output-filter): Remove ad-hoc saving of
6108 restriction, and just use save-restriction, now that it works
6109 correctly. Don't adjust comint-last-input-start to account for
6110 our insertion; it shouldn't have moved because we don't use
6111 insert-before-markers anymore. Comment out call to
6112 `force-mode-line-update'; why is it here?
6113
6114 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6115 while checking for prompt to delete. Use `forward-line 0'
6116 instead of beginning-of-line.
6117 (gud-filter): Temporarily widen gud comint buffer while
6118 examining output.
6119
6120 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6121
6122 * progmodes/sh-script.el: Big bag of typos.
6123
6124 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6125 check since ispell-process is not bound when ispell is not yet loaded.
6126
6127 2000-08-18 Dave Love <fx@gnu.org>
6128
6129 * image.el (find-image): Copy `spec' before using plist-put.
6130
6131 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6132
6133 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6134 `portugues'.
6135
6136 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6137 backward-kill-sexp, analogous to kill-sexp.
6138
6139 * progmodes/icon.el (icon-indent-line)
6140 (icon-is-continuation-line): Handle comments specially.
6141
6142 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6143
6144 * ispell.el: Set to standard author/maintainer/keyword fields.
6145 Fine tuning to menu map appearance and operation, and added help.
6146 Remove `start' and `end' error messages when compiling.
6147 (ispell-choices-win-default-height): Fixed comment string.
6148 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6149 castellano8 dictionaries.
6150 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6151 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6152 dictionary, added italiano dictionary.
6153 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6154 word character
6155 (ispell-tex-skip-alists): Added psfig support.
6156 (ispell-skip-html): Renamed from ispell-skip-sgml.
6157 (ispell-begin-skip-region-regexp, ispell-skip-region)
6158 (ispell-minor-check): Improved html skipping support to skip across
6159 code, and recognize `&' commands without propper `;' syntax;
6160 (ispell-process-line): Fix alignment error when manually
6161 correcting spelling.
6162 (ispell): Fix comment string.
6163 (ispell-add-per-file-word-list): Always put word list on new line.
6164
6165 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6166
6167 * format.el (format-encode-run-method): Fix error message to say
6168 `encode' instead of `decode'. Use save-window-excursion around
6169 shell-command-on-region as in format-decode-run-method because
6170 shell-command-on-region can display a buffer with error output.
6171 (format-decode): Don't record undo information for the decoding.
6172 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6173 that number part of the temporary buffer name so that more than
6174 one decoding using a temporary buffer can happen safely.
6175
6176 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6177 of `A-z' in the regexp.
6178
6179 * hilit-chg.el: Fix typos in commentary.
6180
6181 * help.el (view-emacs-news): Rewritten for new naming scheme
6182 for old NEWS files.
6183
6184 * startup.el (command-line): Pop to *Messages* in case an error
6185 is signaled while loading user-init-file.
6186
6187 2000-08-17 Andreas Schwab <schwab@suse.de>
6188
6189 * files.el (insert-directory): Don't lose original file name,
6190 undoing an undocumented change.
6191
6192 2000-08-17 Alex Schroeder <alex@gnu.org>
6193
6194 * sql.el (sql-magic-go): Use comint-bol.
6195 (sql-copy-column): Use comint-line-beginning-position.
6196 (comint-line-beginning-position): Define a replacement for
6197 comint-line-beginning-position if it is not fboundp.
6198
6199 2000-08-17 Alex Schroeder <alex@gnu.org>
6200
6201 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6202 it didn't have any effect anyway.
6203
6204 2000-08-17 Alex Schroeder <alex@gnu.org>
6205
6206 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6207 --pset and pager=off instead of sending \\o|cat at the beginning
6208 of the session.
6209
6210 2000-08-17 Miles Bader <miles@gnu.org>
6211
6212 * progmodes/octave-inf.el: Add compatibility definition of
6213 comint-line-beginning-position.
6214
6215 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6216
6217 * startup.el (normal-top-level): Look in each dir in load-path for
6218 a leim-list.el file too. This assures of loading leim-list.el
6219 that is created at Emacs installation time even if a user have his
6220 own leim-list.el.
6221
6222 2000-08-17 Miles Bader <miles@gnu.org>
6223
6224 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6225 foreground color to black if the background is dark.
6226
6227 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6228
6229 * loadhist.el (unload-feature): Typo.
6230
6231 * finder.el (finder-compile-keywords):
6232 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6233 to the generated file.
6234
6235 * mail/mh-e.el (mh-make-local-vars):
6236 Replace make-variable-buffer-local with make-local-variable.
6237
6238 * play/landmark.el:
6239 * options.el (Edit-options-{set,toggle,t,nil}):
6240 * mail/mailabbrev.el (mail-abbrevs-mode):
6241 * textmodes/tex-mode.el (tex-expand-files):
6242 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6243
6244 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6245
6246 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6247 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6248 Allow going past the last element.
6249 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6250 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6251 (cvs-mouse-toggle-mark): Don't move point.
6252 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6253
6254 * progmodes/compile.el (grep): Provide a default set of files.
6255 (next-error): Docstring fix.
6256 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6257
6258 * emacs-lisp/easy-mmode.el (define-minor-mode):
6259 Use `symbol-value' to keep the byte-compiler quiet.
6260
6261 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6262 (diff-find-source-location): New fun, extracted from diff-goto-source.
6263 (diff-goto-source): Use it.
6264 (diff-next-complex-hunk, diff-filter-lines): New function.
6265 (diff-apply-hunk): New command.
6266
6267 * smerge-mode.el (smerge-mode-menu): Doc fix.
6268
6269 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6270
6271 2000-08-16 Dave Love <fx@gnu.org>
6272
6273 * windmove.el (windmove) <defgroup>: Add :version.
6274
6275 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6276 (goto-address-fontify-p, goto-address-highlight-p)
6277 (goto-address-url-face, goto-address-url-mouse-face)
6278 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6279 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6280 (goto-address-fontify, goto-address-at-mouse): Simplify,
6281 (goto-address-at-point): browse-url-url-at-point,
6282 goto-address-find-address-at-point can return nil.
6283 (goto-address-find-address-at-point): Return nil on failure.
6284
6285 * align.el (align) <defgroup>: Add :version.
6286
6287 * calculator.el (calculator): Add :version.
6288 (calculator): Use two lines for calculator window if `modeline'
6289 face is boxed.
6290
6291 * play/5x5.el: Doc fixes.
6292 (5x5) <defgroup>: Add :version.
6293
6294 * play/fortune.el (fortune) <defgroup>: Add :version.
6295 (fortune-append): Fix error message.
6296 (fortune-from-region): Doc fix.
6297
6298 * play/pong.el (pong): Doc fix.
6299
6300 * play/morse.el: Keywords, commentary, autoloads.
6301
6302 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6303
6304 * desktop.el (desktop-save): Don't look at symbol-value of a
6305 member of minor-mode-alist, unless it is boundp.
6306
6307 2000-08-16 Sam Steingold <sds@gnu.org>
6308
6309 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6310 `while'; use `with-current-buffer' instead of `save-excursion'.
6311 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6312
6313 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6314
6315 * international/ccl.el (declare-ccl-program): Docstring modified.
6316 (ccl-execute-with-args): Likewise.
6317
6318 2000-08-16 Miles Bader <miles@gnu.org>
6319
6320 * progmodes/sql.el: Add compatibility definition of
6321 comint-line-beginning-position.
6322
6323 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6324
6325 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6326 'buffer-menu' property.
6327 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6328 fails.
6329 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6330 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6331 wasn't killed.
6332
6333 * buff-menu.el (list-buffers-noselect): Don't display the
6334 *Buffer List* buffer.
6335
6336 * font-lock.el: Require jit-lock to prevent a very late
6337 `Loading jit-lock' message.
6338
6339 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6340 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6341 mail address.
6342
6343 2000-08-15 Miles Bader <miles@gnu.org>
6344
6345 * textmodes/ispell.el (ispell-graphic-p): New constant.
6346 (ispell-choices-win-default-height, ispell-help): Use
6347 `ispell-graphic-p' instead of `xemacsp'.
6348
6349 2000-08-15 Dave Love <fx@gnu.org>
6350
6351 * simple.el: Autoload widget-convert when compiling.
6352 (mail-user-agent): Doc fix.
6353
6354 * help.el (function-called-at-point, variable-at-point): Use
6355 with-syntax-table.
6356 (help-manyarg-func-alist): Add insert-and-inherit.
6357
6358 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6359
6360 * delsel.el (delsel-unload-hook): New function.
6361
6362 * find-file.el: Doc fixes. Move provide to end.
6363 (ff) <defgroup>: Add :link.
6364 (ff-goto-click): Deleted.
6365 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6366 Use mouse-set-point.
6367
6368 * textmodes/tildify.el: Doc fixes.
6369 (tildify) <defgroup>: Add:version.
6370
6371 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6372 (glasses-custom-set): Use set-default, not set.
6373 (minor-mode-alist): Propertize the lighter.
6374 (glasses-mode): Provide optional arg.
6375
6376 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6377 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6378 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6379 option. Provide :type.
6380 (cwarn-configuration): Provide :type.
6381 (cwarn-mode): Doc fix.
6382
6383 * add-log.el (change-log-merge): Doc fix.
6384 (change-log-redate): New command.
6385
6386 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6387 Doze and Dog.
6388 (browse-url): Use dolist, not mapcar.
6389 (browse-url-at-point): Check for null url.
6390 (browse-url-event-buffer, browse-url-event-point): Functions
6391 deleted.
6392 (browse-url-at-mouse, browse-url-netscape): Simplify.
6393
6394 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6395 modes.
6396 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6397 Fix previous change to mapcan.
6398 (msb--init-file-alist, msb--add-separators)
6399 (msb--make-keymap-menu): Simplify.
6400 (msb--choose-file-menu): Use copy-sequence.
6401 (msb-mode-map): Add title to keymap.
6402 (msb-unload-hook): New function.
6403
6404 * bs.el: Fix indentation.
6405 (bs) <defgroup>: Add :links.
6406 (bs-show): Doc fix.
6407 (bs-apply-sort-faces): Don't use window-system.
6408 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6409
6410 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6411
6412 * calendar/timeclock.el (timeclock-file): Run .timelog through
6413 convert-standard-filename.
6414
6415 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6416
6417 * emacs-lisp/authors.el: New file.
6418
6419 * paren.el (show-paren-priority): New user option.
6420 (show-paren-function): Set overlay priorities to
6421 show-paren-priority.
6422
6423 2000-08-14 Miles Bader <miles@gnu.org>
6424
6425 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6426 beginning-of-line with inhibit-field-text-motion bound.
6427
6428 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6429
6430 * calendar/timeclock.el: New file.
6431
6432 2000-08-14 David Ponce <david@dponce.com>
6433
6434 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6435 `widget-button-click'. so that one can use left mouse button to
6436 click on dialog buttons.
6437
6438 2000-08-14 Emmanuel Briot <briot@gnat.com>
6439
6440 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6441 identifiers, since XML is case sensitive
6442
6443 2000-08-12 Miles Bader <miles@gnu.org>
6444
6445 * comint.el (comint-output-filter): Don't bother frobbing
6446 window-start, it doesn't seem to be necessary.
6447
6448 * comint.el (comint-send-string, comint-send-region): Make into
6449 real functions. Snapshot the prompt before sending.
6450
6451 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6452
6453 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6454 technique similar to Info-index, instead of relying on specific
6455 names of relevant Index nodes.
6456 (Info-goto-emacs-command-node): Bind Info-history to nil when
6457 going to the first node found by Info-find-emacs-command-nodes.
6458
6459 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6460
6461 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6462
6463 2000-08-10 Miles Bader <miles@gnu.org>
6464
6465 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6466
6467 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6468
6469 * info.el (Info-file-list-for-emacs): More elements for the
6470 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6471 and woman manuals.
6472
6473 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6474
6475 * comint.el (comint-send-input): Make the newline boundary overlay
6476 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6477 (comint-output-filter): Use `insert' instead of
6478 `insert-before-markers'. Extend comint-last-output-overlay when
6479 necessary since we can't rely on insert-before-markers to do it.
6480 * gud.el (gud-filter): Use `with-current-buffer' instead of
6481 save-excursion when inserting the output, so that point gets
6482 updated correctly; the old method relied on a rather dodgy
6483 side-effect of comint-output-filter to avoid the effect of
6484 save-excursion.
6485
6486 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6487
6488 * files.el (recover-file): Call insert-directory instead of
6489 invoking `ls' directly.
6490
6491 2000-08-10 Miles Bader <miles@gnu.org>
6492
6493 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6494 (comint-last-prompt-overlay): New variables.
6495 (comint-output-filter): Implement prompt highlighting.
6496 (comint-snapshot-last-prompt): New function.
6497 (comint-send-input): Snapshot the last prompt.
6498 Use comint-highlight-input-face.
6499 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6500 Use defface instead of defcustom.
6501 (send-invisible, comint-send-eof): Snapshot the last prompt.
6502 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6503 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6504
6505 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6508 (regexp-opt-group): Use a list of chars for `letters'.
6509 (regexp-opt-charset): `chars' is now a list of chars.
6510 Use a char-table rather than a vector so it works for multibyte chars.
6511
6512 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6513 Set cvs-minor-current-files to the selected fileinfo.
6514 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6515 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6516
6517 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6518
6519 * files.el (insert-directory): Don't call access-file on
6520 directories on DOS and Windows.
6521
6522 2000-08-09 Kenichi Handa <handa@etl.go.jp>
6523
6524 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6525 longer if necessary.
6526 (ccl-embed-code): Call ccl-embed-data to store CODE in
6527 ccl-program-vector.
6528
6529 2000-08-09 Miles Bader <miles@gnu.org>
6530
6531 * comint.el (comint-output-filter): Properly handle the case where
6532 the text surrounded by comint-last-output-overlay was deleted.
6533
6534 2000-08-08 Gerd Moellmann <gerd@gnu.org>
6535
6536 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6537 non-nil.
6538 (Info-file-list-for-emacs): Remove "info" from the list because
6539 that leads to trying to use the documentation from file `info'
6540 in various situations where it isn't appropriate, for instance
6541 C-h C-k C-h i.
6542
6543 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6544 DIR and/or STRING are nil.
6545
6546 * progmodes/compile.el (compilation-setup): Make variable
6547 compilation-error-screen-columns buffer-local, as some comment
6548 in the code suggests it should be.
6549
6550 * files.el (auto-mode-interpreter-regexp): New variable.
6551 (set-auto-mode): Use it.
6552
6553 * indent.el (indent-for-tab-command): Doc fix.
6554
6555 * mouse-sel.el (mouse-sel-mode): Doc fix.
6556
6557 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6558 labels.
6559
6560 * help.el (print-help-return-message): When
6561 display-buffer-reuse-frames is set, let the help window been quit,
6562 instead of deleting it, which might delete a reused frame.
6563
6564 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6565
6566 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6567 rename a directory to a name that differs only by its letter case.
6568
6569 2000-08-08 Kenichi Handa <handa@etl.go.jp>
6570
6571 * international/quail.el (quail-define-rules): Handle Quail decode
6572 map correctly. Add code for supporting annotations.
6573 (quail-install-decode-map): New function.
6574 (quail-defrule-internal): New optional arguments decode-map and
6575 props.
6576 (quail-advice): New function.
6577
6578 2000-08-07 Sam Steingold <sds@gnu.org>
6579
6580 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6581 `defconst', `define-condition', `with-slots'.
6582 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6583
6584 2000-08-03 Miles Bader <miles@gnu.org>
6585
6586 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6587 New variable.
6588 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6589 comint-use-prompt-regexp-instead-of-fields.
6590 (comint-send-input): Add `input' field property to stuff we send to
6591 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6592 (comint-output-filter): Add `output' field property to process
6593 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6594 (comint-replace-by-expanded-history)
6595 (comint-get-old-input-default, comint-show-output)
6596 (comint-backward-matching-input, comint-forward-matching-input)
6597 (comint-next-prompt, comint-previous-prompt): Use field
6598 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6599 (comint-line-beginning-position): New function.
6600 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6601 (comint-replace-by-expanded-history-before-point): Use
6602 comint-line-beginning-position and line-end-position.
6603 (comint-last-output-overlay): New variable.
6604 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6605
6606 * shell.el (shell-prompt-pattern): Doc change.
6607 (shell-backward-command): Use line-beginning-position.
6608
6609 * gud.el (gud-gdb-complete-command): Use
6610 comint-line-beginning-position.
6611
6612 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6613 comint-bol doesn't actually go to the beginning of the line.
6614
6615 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6616 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6617 (try-expand-line-all-buffers): Likewise.
6618
6619 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6620 explicitly matching comint-prompt-regexp.
6621 (sql-copy-column): Use comint-line-beginning-position instead of
6622 explicitly matching comint-prompt-regexp.
6623
6624 * progmodes/octave-inf.el (inferior-octave-complete): Use
6625 comint-line-beginning-position.
6626
6627 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6628
6629 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6630 looking for a prompt, use `forward-line 0' instead of
6631 `beginning-of-line', to avoid getting caught by an input field.
6632
6633 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6634
6635 * files.el (shell-quote-wildcard-pattern): Make sure to return
6636 PATTERN, in the Unix case.
6637
6638 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6639
6640 * play/zone.el (zone): Discard any pending input before running
6641 the randomly-chosen pgm.
6642
6643 2000-08-07 Kenichi Handa <handa@etl.go.jp>
6644
6645 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6646 checking the existence of any multibyte characters.
6647
6648 2000-08-06 Gerd Moellmann <gerd@gnu.org>
6649
6650 * help.el (describe-mode): Test minor-mode symbol for being
6651 bound before testing its value for being nil.
6652
6653 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6654 `first', `second', and `third'.
6655
6656 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6657 (second): Make it an alias for `cadr'.
6658
6659 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6660
6661 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6662 types of display support faces now.
6663
6664 2000-08-05 Gerd Moellmann <gerd@gnu.org>
6665
6666 * pcvs.el (require): Require `cl' during compilation, only.
6667
6668 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6669 (toplevel): Remove `remq' and `remove' from autoloads.
6670 (cl-fake-autoloads): New variable. If set, arrange for an error
6671 when CL functions etc. are autoloaded.
6672
6673 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6674
6675 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6676
6677 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6678 popped up, but the user clicks outside the menu, return an empty
6679 regexp (that causes unhighlight-regexp to have no effect).
6680
6681 * menu-bar.el (menu-bar-games-menu): Add Zone.
6682
6683 * hi-lock.el (toplevel): Require font-lock.
6684
6685 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6686
6687 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6688 (ebnf-8-bit-chars): New var for bug fix.
6689 (ebnf-string): Bug fix.
6690
6691 2000-08-03 Sam Steingold <sds@gnu.org>
6692
6693 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6694 instead of `buffer-string'.
6695 (require 'cl): Always, not just when compiling.
6696 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6697 necessary.
6698
6699 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6700
6701 * international/mule-cmds.el (select-safe-coding-system): Make
6702 the message text about selecting a safe coding system more clear.
6703
6704 2000-08-02 Gerd Moellmann <gerd@gnu.org>
6705
6706 * hi-lock.el: New file.
6707
6708 * play/zone.el: New file.
6709
6710 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6711 value of tab-width in the original buffer. Choose a line number
6712 format that's a multiple of the original buffer's tab width, so
6713 that lines appear right.
6714
6715 * textmodes/ispell.el (ispell): New function, replacing an alias.
6716 Spell-check active region if in transient-mark-mode and mark
6717 is active; otherwise spell-check buffer.
6718
6719 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6720
6721 * ps-mule.el: Fix a customization problem on
6722 ps-mule-font-info-database-default.
6723
6724 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6725
6726 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6727 display-mouse-p instead of window-system.
6728 (ebrowse-member-mode-map): Ditto.
6729
6730 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6731
6732 * progmodes/ebnf2ps.el: Update ps-print functions call.
6733 Indentation fix. Doc fix.
6734 (ebnf-version): New version number (3.2).
6735 (ebnf-format-color, ebnf-begin-job): Code fix.
6736
6737 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6738
6739 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6740 font lock support on window-system.
6741 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6742
6743 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6744 display-color-p, if fboundp, instead of window-system.
6745
6746 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6747
6748 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6749 instead of window-system.
6750
6751 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6752 window-system.
6753 (widget-choice-mouse-down-action): Use display-popup-menus-p
6754 instead of window-system.
6755
6756 * strokes.el (strokes-file): Run the file name through
6757 convert-standard-filename.
6758 (strokes-mode): Call display-mouse-p instead of looking at
6759 window-system. Change the error message accordingly.
6760
6761 * progmodes/cpp.el (toplevel): Support faces on tty's.
6762
6763 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6764 (lm-plot-square, lm-init-display): Don't use window-system.
6765
6766 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6767 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6768
6769 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6770 instead of looking at window-system.
6771
6772 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6773
6774 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6775 of testing if iswitchb-prepost-hooks is bound, because the
6776 latter will always be true when invoking a recursive minibuffer
6777 from an active Iswitchb buffer.
6778
6779 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6780
6781 * files.el (shell-quote-wildcard-pattern): New function.
6782 (insert-directory): Call it. Only prepend "\" to command on Unix
6783 and GNU/Linux systems.
6784
6785 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6786
6787 * eshell/esh-groups.el: Change custom :link file names
6788 from `eshell.info' to `eshell'.
6789
6790 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6791
6792 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6793 correctly in recursive ange-ftp listings.
6794
6795 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6796
6797 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6798 ps-header-font-size-internal and
6799 ps-header-title-font-size-internal variables are not set,
6800 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6801 face text property is (foreground-color . COLOR) or
6802 `(background-color . COLOR)', ps-print crashes. Doc fix.
6803 (ps-print-version): New version number (5.2.4).
6804 (ps-plot-region): Code fix.
6805 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6806 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6807 Bug fix 2.
6808
6809 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
6810
6811 * glasses.el (glasses-make-readable): Fix uncapitalization of
6812 identifiers like `myXMLDocument'.
6813
6814 2000-07-28 Karl Fogel <kfogel@red-bean.com>
6815
6816 * mail/mail-hist.el (mail-hist-previous-input)
6817 (mail-hist-next-input): Do the obvious code factorization.
6818 (mail-hist-retrieve-and-insert): New func, contains common
6819 code of above two.
6820 If inserting a message body, leave point at top.
6821
6822 2000-07-28 Sam Steingold <sds@gnu.org>
6823
6824 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6825 Use `<=', not `<' to compare times!
6826 (ange-ftp-ls): Remove.
6827
6828 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6829
6830 * play/cookie1.el: Add explanation of how to make cookie.el
6831 compatible with strfile(1) to comment.
6832
6833 * subr.el (remove, remq): New functions.
6834
6835 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6836 escape `*' in regexps.
6837 (midnight-find): Reverse order of arguments in the funcall of
6838 TEST.
6839
6840 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6841 and `.class'.
6842
6843 * play/meese.el: Add Commentary section.
6844
6845 2000-07-27 Alex Schroeder <alex@gnu.org>
6846
6847 * sql.el (sql-ms): Added autoload cookie.
6848 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6849 (sql-oracle): Ditto.
6850 (sql-help): Doc change.
6851
6852 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6853 types and exceptions.
6854
6855 2000-07-27 Alex Schroeder <alex@gnu.org>
6856
6857 * sql.el (sql-placeholder-history): New variable.
6858 (sql-query-placeholders-and-send): New function that will query
6859 the user and replace placeholders with user input.
6860 (sql-oracle): If running on NT, set comint-input-sender to
6861 sql-query-placeholders-and-send.
6862
6863 (sql-stop): If in the SQLi buffer, insert stop notification, else
6864 present it as a message.
6865
6866 2000-07-27 Alex Schroeder <alex@gnu.org>
6867
6868 * sql.el (sql-input-ring-separator): Doc change.
6869 (sql-input-ring-file-name): Doc change.
6870 (sql-interactive-mode): Use `sql-input-ring-separator' and
6871 `sql-input-ring-file-name' to set the comint-mode equivalents
6872 without making them local variables.
6873 (sql-stop): Don't bind `sql-input-ring-separator' and
6874 `sql-input-ring-file-name' dynamically to their comint-mode
6875 equivalents.
6876
6877 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6878
6879 * international/mule.el (register-char-codings): New function.
6880 (make-coding-system): Handle `safe-chars' specification in the arg
6881 PROPERTY.
6882
6883 * international/mule-cmds.el
6884 (find-coding-systems-region-subset-p): This function deleted.
6885 (sort-coding-systems-predicate): New variable.
6886 (sort-coding-systems): New function.
6887 (find-coding-systems-region): Use
6888 find-coding-systems-region-internal.
6889 (find-coding-systems-string): Use find-coding-systems-region.
6890 (find-coding-systems-for-charsets): Check
6891 char-coding-system-table.
6892 (select-safe-coding-system-accept-default-p): New variable.
6893 (select-safe-coding-system): Mostly rewritten. New argument
6894 ACCEPT-DEFAULT-P.
6895 (select-message-coding-system): Call select-safe-coding-system
6896 with ACCEPT-DEFAULT-P arg.
6897 (reset-language-environment): Reset default-sendmail-coding-system
6898 to the default value iso-latin-1.
6899 (set-language-environment): Don't set the obsolete variable
6900 charset-origin-alist.
6901
6902 * international/codepage.el (cp-coding-system-for-codepage-1):
6903 Give `safe-chars' property to make-coding-system.
6904
6905 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6906 calling select-message-coding-system twice.
6907
6908 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6909 instead of `safe-charsets'.
6910 (cyrillic-alternativnyj): Likewise.
6911 (ccl-encode-alternativnyj): Don't check the charset
6912 cyrillic-iso8859-5.
6913
6914 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6915
6916 * composite.el (compose-chars-after): Preserve match data.
6917
6918 2000-07-26 Sam Steingold <sds@gnu.org>
6919
6920 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6921 (ange-ftp-real-file-newer-than-file-p): New function.
6922 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6923 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6924
6925 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6926 * midnight.el (midnight-float-time): Ditto.
6927
6928 2000-07-26 Andreas Schwab <schwab@suse.de>
6929
6930 * files.el (normal-backup-enable-predicate): Correct
6931 interpretation of the return value of compare-strings.
6932
6933 2000-07-26 Gerd Moellmann <gerd@gnu.org>
6934
6935 * isearch.el (isearch-resume): New function.
6936 (isearch-done): Add something to command-history to resume
6937 the search.
6938 (isearch-yank-line, isearch-yank-word): Use
6939 buffer-substring-no-properties instead of buffer-substring.
6940
6941 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6942 of flyspell-mouse-map.
6943
6944 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6945 duplicate definition.
6946 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6947
6948 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6949 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6950
6951 2000-07-25 Sam Steingold <sds@gnu.org>
6952
6953 * net/ange-ftp.el: Get modtime over the net.
6954 (ange-ftp-file-modtime): New function.
6955 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6956 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6957 Use it.
6958 (ange-ftp-dot-to-slash): New function.
6959 (ange-ftp-fix-name-for-vms): Use it.
6960
6961 * midnight.el (midnight-buffer-display-time): Use
6962 `with-current-buffer'.
6963
6964 2000-07-25 Gerd Moellmann <gerd@gnu.org>
6965
6966 * find-dired.el: Update copyright notice.
6967 (find-dired): Offer to kill a running `find'.
6968
6969 * enriched.el (enriched-face-ans): For a `foreground-color'
6970 property, return '(("x-color" COLOR))' so that COLOR will be
6971 output as a parameter of the x-color annotation. Likewise for the
6972 `background-color' property. In the case of normal face
6973 properties, don't return annotations for unspecified foreground
6974 and background face attributes.
6975
6976 2000-07-25 Kenichi Handa <handa@etl.go.jp>
6977
6978 * language/japan-util.el (japanese-katakana-region): Fix handling
6979 HANKAKU argument.
6980
6981 2000-07-25 Miles Bader <miles@gnu.org>
6982
6983 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6984 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6985 constrain-to-field.
6986
6987 2000-07-24 Andrew Innes <andrewi@gnu.org>
6988
6989 * timer.el (timer-activate-when-idle): Add optional parameter
6990 DONT-WAIT. Update docstring.
6991 (run-with-idle-timer): Specify extra parameter to
6992 timer-activate-when-idle, so that timer will be activated
6993 immediately if Emacs is already idle.
6994
6995 * w32-fns.el (w32-using-nt): Fix docstring.
6996
6997 2000-07-24 Dave Love <fx@gnu.org>
6998
6999 * mouse.el (popup-menu): Set last-command-event.
7000 (mouse-major-mode-menu-prefix): Declare.
7001
7002 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7003
7004 * textmodes/flyspell.el: Update to author's version 1.5d.
7005
7006 * progmodes/hideshow.el: Update copyright notice.
7007
7008 * vcursor.el: Set maintainer to FSF, since author cannot
7009 be reached.
7010
7011 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7012
7013 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7014 the prompt.
7015
7016 * mouse.el (popup-menu): Run the keymap through indirect-function,
7017 in case it was defined with define-prefix-key. If the menu is a
7018 list of keymaps, look up the binding of user's choice in each one
7019 of the keymaps.
7020 (mouse-popup-menubar): If the global and local menu-bar keymaps
7021 don't have a prompt string, create one and insert it into the
7022 keymap. Don't barf if current-local-map returns nil.
7023
7024 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7025
7026 * dired.el (dired-sort-R-check): Added to allow recursive listing
7027 to be undone.
7028 (dired-sort-other): Use it.
7029
7030 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7031
7032 * Release of cc-mode 5.27
7033
7034 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7035
7036 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7037 c-beginning-of-statement-1 that caused a bad case of recursion
7038 which could consume a lot of CPU in large classes in languages
7039 that have in-expression classes (i.e. Java and Pike).
7040
7041 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7042 statements before top level constructs (i.e. case 6 is moved
7043 before case 5 and is now case 4) to catch in-expression
7044 classes in top level expressions correctly.
7045
7046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7047
7048 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7049 objc-method-intro. Case 4 removed and case 5I added.
7050
7051 * cc-langs.el (c-append-paragraph-start): New variable used by
7052 c-common-init to get paragraph-start correct.
7053 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7054 initialize paragraph-start to make it correct both with and
7055 without the javadoc special case.
7056
7057 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7058 initialize paragraph-start for javadoc markup.
7059
7060 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7061 change by defaulting this to t. It's motivated by the
7062 confusing behavior that otherwise arise from the style system
7063 when editing both java and non-java files at the same time
7064 (see the comments about style setting in c-common-init).
7065
7066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7067
7068 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7069 similar to the one in c-fill-paragraph to check the fill
7070 prefix from the adaptive fill function for sanity.
7071
7072 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7073
7074 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7075 defun block.
7076
7077 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7078
7079 * cc-mode.texi Documented the change of cpp-macro.
7080
7081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7082
7083 * cc-align.el (c-lineup-multi-inher): Handle lines with
7084 leading comma nicely. Extended to handle member initializers
7085 too.
7086
7087 * cc-engine.el: (c-beginning-of-inheritance-list,
7088 c-guess-basic-syntax): Fixed recognition of inheritance lists
7089 when the lines begins with a comma.
7090
7091 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7092
7093 * cc-vars.el (c-offsets-alist): Changed default for
7094 member-init-cont to c-lineup-multi-inher since it now handles
7095 member initializers and indents better for leading commas.
7096
7097 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7098
7099 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7100 handling that caused class open lines to be recognized as
7101 statement-conts in some cases.
7102
7103 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7104 guessed by the adaptive fill function unless point is on the
7105 first line of a block comment.
7106
7107 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7108 when the buffer ends with a macro continuation char.
7109
7110 * cc-engine.el (c-guess-basic-syntax): Added support for
7111 function definitions as statements in Pike. The first
7112 statement in a lambda block is now labeled defun-block-intro
7113 instead of statement-block-intro.
7114
7115 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7116 so that the class surrounding point is selected, not the one
7117 innermost in the state.
7118
7119 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7120 recognition of switch labels having hanging multiline
7121 statements.
7122
7123 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7124 some code in c-guess-basic-syntax to a separate function.
7125 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7126 recognition of member inits with multiple line arglists.
7127 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7128 member-init-cont when the commas are in funny places.
7129
7130 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7131
7132 * cc-defs.el (c-auto-newline): Removed this macro since it's
7133 not used anymore.
7134
7135 * cc-engine.el (c-looking-at-bos): New helper function.
7136 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7137 inexpr and toplevel classes apart in Pike.
7138
7139 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7140 of case 9A.
7141
7142 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7143 constant, since "class" can introduce an in-expression class
7144 in Pike nowadays.
7145
7146 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7147
7148 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7149 indentation on cpp-macro lines.
7150
7151 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7152 a syntax modifier like comment-intro, to make it possible to
7153 get syntactic indentation for preprocessor directives. It's
7154 incompatible wrt to lineup functions on cpp-macro, but it has
7155 no observable effect in the 99.9% common case where cpp-macro
7156 is set to -1000.
7157
7158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7159
7160 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7161 member-init-cont when the preceding arglist is several lines.
7162
7163 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7164
7165 * cc-styles.el (c-style-alist): The basic offset for the BSD
7166 style corrected to 8.
7167
7168 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7169
7170 * cc-styles.el (c-style-alist): Adjusted the indentation of
7171 brace list openers in the gnu style.
7172
7173 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7174
7175 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7176
7177 * cc-cmds.el (c-electric-brace, c-electric-slash,
7178 c-electric-star, c-electric-semi&comma, c-electric-colon,
7179 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7180 when c-syntactic-indentation is nil.
7181
7182 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7183 we were left at comments preceding the first statement when
7184 reaching the beginning of the buffer.
7185
7186 * cc-vars.el (c-syntactic-indentation): New variable to turn
7187 off all syntactic indentation.
7188
7189 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7190
7191 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7192 between the text and the block comment ender when it hangs,
7193 depending on how many there are before the fill.
7194
7195 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7196
7197 * cc-engine.el (c-beginning-of-closest-statement): New helper
7198 function to go back to the closest preceding statement start,
7199 which could be inside a conditional statement.
7200 * cc-engine.el (c-guess-basic-syntax): Use
7201 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7202
7203 * cc-engine.el (c-guess-basic-syntax): Better handling of
7204 arglist-intro, arglist-cont-nonempty and arglist-close when
7205 the arglist is nested inside parens. Cases 7A, 7C and 7F
7206 changed.
7207
7208 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7209 up-to-date with javadoc 1.2.
7210
7211 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7212
7213 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7214 multiline Pike type decls.
7215
7216 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7217
7218 * cc-cmds.el (c-indent-new-comment-line): Always break
7219 multiline comments in multiline mode, regardless of
7220 comment-multi-line.
7221
7222 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7223
7224 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7225 fully::qualified::names in C++ member init lists. Preamble in
7226 case 5D changed.
7227
7228 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7229
7230 * cc-langs.el (c-common-init): Handling of obsolete variables
7231 moved to c-initialize-cc-mode. More compatible style override
7232 when using global style variables.
7233 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7234 variables moved here.
7235
7236 * cc-mode.texi: Documented the special behavior of
7237 c-special-indent-hook as a style variable. Don't talk about
7238 doing (c-make-styles-buffer-local t) in a mode hook, since
7239 that's already too late to work right.
7240
7241 * cc-styles.el (c-make-styles-buffer-local): Flag style
7242 variable localness in c-style-variables-are-local-p to make
7243 the compatibility measure in c-common-init work well.
7244
7245 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7246 longer contain set-from-style.
7247 * cc-styles.el (c-initialize-builtin-style): Don't check for
7248 set-from-style on c-special-indent-hook.
7249 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7250 copy-alist is sufficient now.
7251
7252 * cc-styles.el (c-set-style, c-set-style-1,
7253 c-get-style-variables): Fixes to variable initialization so
7254 that duplicate entries in styles have the same effect
7255 regardless of DONT-OVERRIDE.
7256
7257 * cc-styles.el (c-set-style-2): Fixed bug where the
7258 initialization of inheriting styles failed when the
7259 dont-override flag is set.
7260
7261 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7262 on this.
7263
7264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7265
7266 * cc-defs.el (c-forward-comment): Removed the workaround
7267 introduced in 5.38 since it had worse side-effects. If a line
7268 contains the string "//\"", it regarded the // as a comment
7269 start since the \ temporarily doesn't have escape syntax.
7270
7271 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7272
7273 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7274 ada-xref.el before ada-prj.el, so that the Project menu is created
7275 when ada-prj tries to add to it.
7276 (ada-activate-keys-for-case): Suppress the characters that are not
7277 part of the Ada syntax. Better compatibility with else-mode
7278 (ada-adjust-case-interactive): When auto-casing is not active,
7279 correctly insert newlines (used to insert only ^M). Prevent the
7280 syntax table from being changed in case of an error
7281 (or '_' becomes part of a word and some commands are confused).
7282 Do nothing if ada-auto-case is nil.
7283 (ada-after-keyword-p): Ignore keywords that are also attributes
7284 (ada-batch-reformat): Update usage comment
7285 (ada-call-from-contextual-menu): New function
7286 (ada-case-read-exceptions): Reinitialize the casing exception list
7287 first to nil first, so that the casing exception file can be
7288 shared.
7289 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7290 files.
7291 (ada-compile-goto-error): Fix regexp used to detect a file:line
7292 anywhere in the error message
7293 (ada-contextual-menu-last-point): New variable
7294 (ada-create-keymap): If the variable delete-key-deletes-forward is
7295 t on XEmacs, it means that DEL should delete one character
7296 forward.
7297 (ada-create-menu): Use :included instead of :visible for XEmacs.
7298 New submenu "Options".
7299 (ada-end-stmt-re): Correctly indent "select ... then abort"
7300 statements.
7301 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7302 even if they don't match ada-fill-comment-prefix Fix handling of
7303 paragraphs on the first or last line of a file.
7304 (ada-format-paramlist): Fix handling of default parameter values.
7305 (ada-get-body-name): New function.
7306 (ada-get-current-indent): Optimized by searchling directly for an
7307 existing generic part or a statement outside of it. Handle
7308 ada-indent-align-comments when indenting comments Replaced some
7309 regexps by testing directly the next character. This results in a
7310 huge speedup on some files. New indentation scheme for renames
7311 statements. Stop looking for the 'while' or 'for' associated with
7312 a 'loop' at the first semicolon encountered. A "return" can also
7313 match an anonymous access subprogram declaration.
7314 (ada-get-indent-noindent): Ignore strings and comments when
7315 looking for the keywords "record" and "private".
7316 (ada-goto-matching-decl-start): When matching "if", make sure we
7317 are not in fact seeing "end if". Ignore "when" statements except
7318 when initial keyword was "begin". Fix handling of nested
7319 procedures. Add a recursive call to this function to skip over
7320 other 'end' statmts. Fix indentation for "when .. => begin"
7321 (ada-in-open-paren-p): Fix indentation for complex boolean
7322 expressions, where 'and then', 'or else' and parenthesis
7323 statements are mixed up.
7324 (ada-in-paramlist-p): Skip comments while searching for the
7325 beginning Fix handling of operator declarations.
7326 (ada-indent-align-comments): New variable
7327 (ada-indent-current): Change the syntax table only in the
7328 protected section, so that we are sure it is restored correctly.
7329 (ada-indent-on-previous-lines): Use ada-use-indent and
7330 ada-with-indent Correctly indent "select ... then"
7331 (ada-indent-region): Slight speedup.
7332 (ada-indent-renames): New variable.
7333 (ada-last-which-function-subprog, ada-last-which-function-line):
7334 New variables
7335 (ada-looking-at-semi-private): Correctly indent the 'private'
7336 keyword when it is the first word in a package declaration.
7337 (ada-loose-case-word): Stop searching if at the end of the buffer.
7338 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7339 even if point is not initially at the end of the word.
7340 (ada-matching-decl-start-re): Add "when".
7341 (ada-mode): Add support for abbrev-mode, outline-mode and
7342 which-func-mode Override the old find-file.el entry in
7343 ff-special-constructs since it is using the obsolete
7344 ada-spec-suffix variable
7345 (ada-no-auto-case): New function
7346 (ada-scan-paramlist): When parsing the argument type, accept
7347 spaces (as in "X 'Class", generated by Rational Rose).
7348 (ada-other-file-name): No longer loads the other file.
7349 (ada-popup-menu): Save and restore the current buffer and cursor
7350 position before and after displaying the menu.
7351 (ada-search-ignore-complex-boolean): New function.
7352 (ada-uncomment-region): Emacs21 already knows how to delete
7353 comments not starting in the first column.
7354 (ada-use-indent): New variable
7355 (ada-which-function): New function.
7356 (ada-with-indent): New variable
7357 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7358 can be batch-compiled from the command line.
7359
7360 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7361 Add to the menu when the file is loaded, not in ada-mode-hook.
7362 Add -toolbar to the default ddd command Switches moved from
7363 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7364 ada-prj-default-comp-opt
7365 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7366 Reference Manual to the menu
7367 (ada-check-current): rewritten as a call to ada-compile-current
7368 (ada-compile): Removed.
7369 (ada-compile-application, ada-compile-current, ada-check-current):
7370 Set the compilation-search-path so that compile.el automatically
7371 finds the sources in src_dir. Automatic scrollong of the
7372 compilation buffer. C-uC-cC-c asks for confirmation before
7373 compiling
7374 (ada-compile-current): New parameter, prj-field
7375 (ada-complete-identifier): Load the .ali file before doing
7376 processing
7377 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7378 conform to gnatmake's behavior.
7379 (ada-find-file-in-dir): New function
7380 (ada-find-references): Set the environment variables for gnatfind
7381 (ada-find-src-file-in-dir): New function.
7382 (ada-first-non-nil): Removed
7383 (ada-gdb-application): Add support for jdb, the java debugger.
7384 (ada-get-ada-file-name): Load the original-file first if not done
7385 yet.
7386 (ada-get-all-references): Handles the new ali syntax (parent types
7387 are found between <>).
7388 (ada-initialize-runtime-library): New function
7389 (ada-mode-hook): Always load a project file when a file is opened,
7390 so that the casing exceptions are correctly read.
7391 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7392 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7393 to open the project file, since the latter does not work with
7394 speedbar Get default values before loading the prj file, or the
7395 default executable file name is wrong. Use the absolute value of
7396 src_dir to initialize ada-search-directories and
7397 compilation-search-path,... Add the standard runtime library to
7398 the search path for find-file.
7399 (ada-prj-default-debugger): Was missing an opening '{'
7400 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7401 variables.
7402 (ada-prj-default-gnatmake-opt): New variable
7403 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7404 buffers, the project file is the default one Save the windows
7405 configuration before displaying the menu.
7406 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7407 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7408 ...) regexp-quote identifiers names to support operators +,
7409 -,... in regexps.
7410 (ada-remote): New function.
7411 (ada-run-application): Erase the output buffer before starting the
7412 run Support remote execution of the application. Use
7413 call-process, or the arguments are incorrectly parsed
7414 (ada-set-default-project-file): Reread the content of the active
7415 project file, not the one from the current buffer When a project
7416 file is set as the default project, all directories are
7417 automatically associated with it.
7418 (ada-set-environment): New function
7419 (ada-treat-cmd-string): New special variable ${current}
7420 (ada-treat-cmd-string): Revised. The substitution is now done for
7421 any ${...} substring
7422 (ada-xref-current): If no body was found, compiles the spec
7423 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7424 compiler to get rid of command line length limitations.
7425 (ada-xref-get-project-field): New function
7426 (ada-xref-project-files): New variable
7427 (ada-xref-runtime-library-specs-path)
7428 (ada-xref-runtime-library-ali-path): New variables
7429 (ada-xref-set-default-prj-values): Default run command now does a
7430 cd to the build directory. New field: main_unit Provide a default
7431 file name even if the current buffer has no prj file.
7432
7433 * ada-prj.el:
7434 Rewritten to show a tabbed-dialog.
7435 (ada-prj-add-ada-menu): Remove the map and name parameters.
7436 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7437 New function
7438 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7439 (ada-prj-load-from-file): New function
7440 (ada-prj-save): Always save fields that depend on the current buffer
7441 (ada-prj-show-value): New function
7442
7443 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7444 Ada mode. This will allow us to display the Ada menu in any buffer
7445 we want (for project items).
7446 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7447 number of spaces in the header.
7448
7449 2000-07-24 Dave Love <fx@gnu.org>
7450
7451 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7452
7453 2000-07-23 Noah Friedman <friedman@splode.com>
7454
7455 * type-break.el (type-break): perform autosave.
7456 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7457 (type-break-do-query): Cancel query schedule while performing
7458 actual query, to avoid possibility of a second query being made
7459 while first one is already in progress.
7460 (type-break-time-stamp-format): New variable.
7461 (type-break-time-stamp): New function.
7462 (type-break-time-warning): Use it.
7463 (type-break-keystroke-warning): Use it.
7464 (type-break-noninteractive-query): Use it.
7465
7466 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7467 cookie.
7468 Use add-minor-mode to set minor-mode-alist, if available.
7469 (eldoc-echo-area-use-multiline-p): New user option.
7470 (eldoc-echo-area-multiline-supported-p): New variable.
7471 (eldoc-docstring-format-sym-doc): Use them.
7472 (eldoc-mode): If not using idle timers, append to local post and
7473 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7474 (eldoc-display-message-no-interference-p): Don't interfere with
7475 edebug.
7476 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7477 (eldoc-function-arglist): New function.
7478 (eldoc-function-argstring): Use it.
7479
7480 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7481 auto save directory exists before calling directory-files.
7482
7483 2000-07-23 Dave Love <fx@gnu.org>
7484
7485 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7486 ^o, ^u.
7487
7488 2000-07-21 Dave Love <fx@gnu.org>
7489
7490 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7491 now passed to the function. It now works properly.
7492
7493 * smerge-mode.el (smerge-mode-menu): Fill it out.
7494
7495 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7496
7497 * info-look.el (info-lookup): If *info* is shown in another frame
7498 on the same display, select that frame, instead of switching to
7499 the Info buffer in another window of the selected frame.
7500
7501 * simple.el (universal-argument-map): Bind numeric keypad keys
7502 kp-0 to kp-9 and kp-subtract.
7503 (digit-argument): Handle these keys.
7504
7505 2000-07-20 Dave Love <fx@gnu.org>
7506
7507 * net/goto-addr.el (goto-address-fontify): Don't bother with
7508 buffer-modified and read-only stuff -- irrelevant with overlays.
7509 Put an extra property on the overlays and use it to clean up in
7510 case goto-address is re-run.
7511
7512 2000-07-19 Richard M. Stallman <rms@gnu.org>
7513
7514 * timer.el (run-with-idle-timer): Doc fix.
7515
7516 * mail/mail-utils.el (mail-strip-quoted-names):
7517 Handle case where <...> appears inside "...".
7518 Use replace-match to edit the string more simply.
7519 (rmail-dont-reply-to): Cope with an unmatched ".
7520
7521 2000-07-19 Dave Love <fx@gnu.org>
7522
7523 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7524 implementation.
7525
7526 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7527 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7528 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7529
7530 2000-07-19 Gerd Moellmann <gerd@gnu.org>
7531
7532 * textmodes/refer.el: Correct maintainer's email address.
7533
7534 * progmodes/hideif.el: Correct author's email address.
7535 Fix typo in comment.
7536
7537 * xml.el: New file.
7538
7539 * mail/mailheader.el: Correct author's mail address.
7540
7541 * gnus/parse-time.el: Correct author's mail address.
7542
7543 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7544
7545 * comint.el (comint-highlight-input, comint-highlight-face):
7546 New user options.
7547 (comint-input-ring-file-name): Change custom type.
7548 (comint-mode-map): Bind mouse-2.
7549 (comint-insert-clicked-input): New function.
7550 (comint-send-input): Handle input highlighting.
7551
7552 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * mouse.el (popup-menu): New function.
7555 (mouse-major-mode-menu): Use it.
7556
7557 2000-07-18 Dave Love <fx@gnu.org>
7558
7559 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7560 improvements.
7561
7562 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7563
7564 * faces.el (face-font-selection-order)
7565 (face-font-family-alternatives): Add custom type.
7566
7567 2000-07-18 Dave Love <fx@gnu.org>
7568
7569 * cus-edit.el (custom-variable-reset-saved)
7570 (custom-variable-reset-standard): Remove unused bindings.
7571
7572 * rect.el (open-rectangle-line): Remove unused let.
7573
7574 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7575
7576 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7577
7578 * cdl.el: Fix `Maintainer' keyword.
7579
7580 * play/pong.el: Add author's email address.
7581
7582 2000-07-17 Sam Steingold <sds@gnu.org>
7583
7584 * files.el (insert-directory): Call `split-string' instead of
7585 re-implementing it.
7586
7587 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7588
7589 * mail/vms-pmail.el: Change maintainer to FSF.
7590
7591 * net/goto-addr.el: Change maintainer to FSF.
7592
7593 * recentf.el: Update from author.
7594
7595 * info.el (Info-title-face-alist): Removed.
7596
7597 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7598
7599 * eshell/eshell.el (eshell): Replace links to eshell.info with
7600 links to eshell, to avoid problems on systems where the manual is
7601 installed as `eshell'.
7602 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7603 * eshell/em-smart.el (eshell-smart): Ditto.
7604 * eshell/em-banner.el (eshell-banner): Ditto.
7605 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7606
7607 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7608 same-file check in the MS-DOS version (it does support inodes).
7609
7610 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7611
7612 * eshell/eshell.el (eshell-directory-name):
7613 Run default directory name through convert-standard-filename.
7614
7615 2000-07-18 Kenichi Handa <handa@etl.go.jp>
7616
7617 * international/mule-cmds.el (select-safe-coding-system):
7618 Fix typo in the comment.
7619
7620 * language/european.el (compound-text):
7621 Force katakana-jisx0201 to be designated to G1.
7622
7623 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7624 Don't translate some national variant characters of latin-jisx0201.
7625 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7626
7627 * international/kkc.el (kkc-after-update-conversion-functions):
7628 New variable.
7629 (kkc-update-conversion): Run functions in it at the tail.
7630
7631 2000-07-16 John Wiegley <johnw@gnu.org>
7632
7633 * lisp/align.el (align-newline-and-indent):
7634 Adding new function. for auto-aligning blocks of code on RET.
7635 (align-region): Fixed badly formatted minibuffer message.
7636
7637 2000-07-17 Kenichi Handa <handa@etl.go.jp>
7638
7639 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7640 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7641 the conversion list at first if appropriate.
7642 (kkc-next): Don't update kkc-next-count here.
7643 (kkc-prev): Don't update kkc-prev-count here.
7644 (kkc-show-conversion-list-update): Fix setting up of conversion
7645 list message.
7646
7647 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7648
7649 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7650
7651 2000-07-16 Dave Love <fx@gnu.org>
7652
7653 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7654 function to be more specific.
7655
7656 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7657 non-string help-echo.
7658 (widget-types-convert-widget): Defsubst it.
7659 (widget-echo-help): Try to cope with a help-echo function of two
7660 possible sorts.
7661
7662 2000-07-15 Jason Rumney <jasonr@gnu.org>
7663
7664 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7665 Declare as obsolete.
7666
7667 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7668
7669 2000-07-14 Gerd Moellmann <gerd@gnu.org>
7670
7671 * hilit-chg.el: Fix typo.
7672
7673 2000-07-14 Dave Love <fx@gnu.org>
7674
7675 * info.el (Info-mode-menu): Fix use of :help, :enable.
7676
7677 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7678
7679 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7680
7681 2000-07-13 Dave Love <fx@gnu.org>
7682
7683 * emacs-lisp/easymenu.el: Doc fixes.
7684 (easy-menu-remove): Defalias to ignore.
7685
7686 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7687 Call throw correctly.
7688
7689 2000-07-13 Gerd Moellmann <gerd@gnu.org>
7690
7691 * faces.el (frame-background-mode): Doc fix.
7692
7693 * simple.el (eval-expression-print-length): Change custom type to
7694 allow entering nil as value.
7695
7696 2000-07-13 Dave Love <fx@gnu.org>
7697
7698 * progmodes/fortran.el (fortran-imenu-generic-expression):
7699 Change definition layout.
7700 (fortran-mode-menu): Reinstate customize entries.
7701
7702 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7703 Use :filter, per old XEmacs code.
7704
7705 2000-07-12 Gerd Moellmann <gerd@gnu.org>
7706
7707 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7708 event when deciding what to send to the terminal.
7709
7710 2000-07-12 Dave Love <fx@gnu.org>
7711
7712 * cus-start.el: Add optional version as 4th element of specs and
7713 use it for several things new in v21. Remove load-path. Fix type
7714 of line-number-display-limit.
7715
7716 2000-07-11 Dave Love <fx@gnu.org>
7717
7718 * progmodes/fortran.el: Don't require easymenu.
7719 Use repeat counts in various regexps.
7720 (fortran-mode-syntax-table): Defvar directly.
7721 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7722 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7723 Use defvar, not defconst.
7724 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7725 (fortran-mode): Set fortran-comment-line-start-skip,
7726 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7727 (fortran-comment-indent): Use defsubst.
7728 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7729 Use fortran-comment-indent, not fortran-comment-indent-function.
7730 (fortran-comment-region, fortran-electric-line-number): Simplify.
7731 (fortran-auto-fill): New function.
7732 (fortran-do-auto-fill): Deleted.
7733 (fortran-find-comment-start-skip):
7734 Check for non-null comment-start-skip.
7735 (fortran-auto-fill-mode, fortran-fill-statement):
7736 Use fortran-auto-fill.
7737 (fortran-fill): Use fortran-auto-fill. Check for null
7738 comment-start-skip. Simplify final clause and use end-of-line finally.
7739
7740 * widget.el (widget-plist-member): New alias.
7741
7742 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * eshell/esh-module.el (toplevel): Reference
7745 byte-compile-current-file only if it is bound.
7746
7747 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7748
7749 * dired.el: Don't require `dired-aux'.
7750
7751 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7752
7753 * dired-aux.el (dired-show-file-type): New function.
7754 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7755 (dired-show-file-type): Add autoload.
7756
7757 2000-07-10 Kenichi Handa <handa@etl.go.jp>
7758
7759 * international/mule-diag.el (describe-font): Adjusted for the
7760 change of fontset-info.
7761 (print-fontset): Likewise.
7762
7763 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7764
7765 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7766
7767 2000-07-07 Gerd Moellmann <gerd@gnu.org>
7768
7769 * bindings.el: Bind `[delete]' to delete-char.
7770
7771 * dired.el (dired-find-alternate-file): New function.
7772 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7773 (toplevel): Require dired-aux when compiling.
7774 (dired-buffers): Move defvar within file to avoid compiler warning.
7775
7776 * info.el (Info-last-search): Variable removed.
7777 (Info-search-history): New variable.
7778 (Info-search): New Info-search-history.
7779
7780 * battery.el, info-look.el: Change author's mail address.
7781
7782 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7783
7784 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7785 if rmail-ignored-headers is nil.
7786 (rmail-retry-failure): Bind rmail-ignored-headers and
7787 rmail-displayed-headers to nil.
7788
7789 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7790
7791 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7792 (print-region-1): Don't hard code `-h' here.
7793
7794 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7795
7796 2000-07-01 Francesco Potorti` <pot@gnu.org>
7797
7798 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7799 exim can use "your message" instead of "the message".
7800
7801 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7802
7803 * facemenu.el: Docstrings fixes.
7804 (facemenu-get-face): Don't use internal-find-face.
7805 (facemenu-iterate): Rename arg to match the docstring.
7806
7807 * newcomment.el (uncomment-region): Be more careful when skipping
7808 backwards over `=' not to bump into BOBP.
7809
7810 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7811
7812 * ediff-diff.el (ediff-wordify): Use syntax table.
7813 * ediff-init.el (ediff-has-face-support-p): Use
7814 ediff-color-display-p.
7815 (ediff-color-display-p): Use display-color-p, changed to defun
7816 from defsubst.
7817 Got rid of special cases for NeXT and OS/2.
7818 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7819 face.
7820
7821 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7822
7823 * emacs-lisp/lucid.el: Require CL.
7824 (copy-tree, remprop): Remove, it's provided by CL.
7825 (map-keymap): Define in terms of cl-map-keymap.
7826 (extent-property, set-extent-end-glyph): New functions.
7827
7828 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7829
7830 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7831
7832 * Makefile.in (DONTCOMPILE): Add comment that the name may
7833 not be changed without changing the make-dist script.
7834
7835 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7836 (cl-mapc): Use mapc instead of cl-old-mapc.
7837
7838 2000-07-05 Andrew Innes <andrewi@gnu.org>
7839
7840 * makefile.nt: Add support for `bootstrap' and related targets.
7841
7842 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7845 (easy-menu-do-define): Use `menu-item' format.
7846 Handle case where easy-menu-create-menu returns a symbol.
7847 Manually call the potential top-level filter in the function binding.
7848 (easy-menu-filter-return): New arg NAME.
7849 Convert to a keymap if MENU is an XEmacs menu.
7850 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7851 (easy-menu-converted-items-table, easy-menu-convert-item):
7852 New var and fun to memoize easy-menu-convert-item-1.
7853 (easy-menu-do-add-item): Use it.
7854 (easy-menu-create-menu): Use easy-menu-convert-item.
7855 Wrap easy-menu-filter-return around any :filter specification.
7856 Don't convert the menu if a filter was specified.
7857 Tell easy-menu-make-symbol not to check for MENU being an expression.
7858 (easy-menu-make-symbol): New arg NOEXP.
7859
7860 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7861
7862 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7863 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7864 (eval-defun): If called with prefix arg, instrument code for
7865 Edebug.
7866
7867 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7868 similar to that of eval-defun.
7869
7870 2000-07-04 Dave Love <fx@gnu.org>
7871
7872 * hl-line.el (hl-line-overlay): Make it permanent-local.
7873
7874 * calendar/todo-mode.el: Replaced with a working version, based on
7875 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7876
7877 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7878
7879 * paths.el (prune-directory-list): New function.
7880 (Info-default-directory-list): Rewritten to more methodically
7881 enumerate a big list of possible info directories (based on the
7882 list used by the standalone info reader).
7883
7884 * info.el (info-initialize): Use prune-directory-list to remove
7885 non-existent directories from Info-directory-list.
7886
7887 * paths.el (Info-default-directory-list): Try a list of possible
7888 info-directories instead of a single one. Add the possible
7889 info directory "/usr/share/info".
7890
7891 * woman.el (woman-man.conf-path): Explicitly include the debian
7892 man-db config file "/etc/manpath.config".
7893 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7894 are present in `manpath.config'.
7895 (woman-manpath): Include "/usr/share/man".
7896
7897 2000-07-03 Gerd Moellmann <gerd@gnu.org>
7898
7899 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7900
7901 * startup.el (command-line): Initialize blink-cursor based
7902 on window-system.
7903
7904 * frame.el (blink-cursor): Default to nil if not running under
7905 a window-system.
7906
7907 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7908 (face-x-resources): Remove duplicate entry for :font.
7909
7910 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7911 instead of cycling through windows with next-window.
7912
7913 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7914 of cycling through windows with next-window.
7915
7916 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7917 of cycling through windows with next-window.
7918
7919 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7920 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7921 instead of cycling through windows with next-window.
7922
7923 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7924 instead of cycling through windows with next-window.
7925
7926 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7927 of cycling through windows with next-window.
7928
7929 * terminal.el (te-process-output): Use walk-windows instead of
7930 cycling through windows with next-window.
7931
7932 * server.el (server-switch-buffer): Use some-window instead of
7933 cycling through windows with next-window.
7934
7935 * window.el (some-window): New function.
7936 (walk-windows): Remove reference to walk-windows-start.
7937
7938 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7939
7940 2000-07-03 Richard Stallman <rms@gnu.org>
7941
7942 * window.el (walk-windows): Guarantee termination by keeping a list
7943 of all the windows already handled.
7944
7945 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7946
7947 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7948 window-system.
7949
7950 * man.el (Man-notify-when-ready): Don't use window-system. If
7951 Man-notify-method is newframe, and the display is not
7952 multi-frame, select the frame created for the man page.
7953 (Man-init-defvars): Doc fix.
7954
7955 2000-06-28 Gerd Moellmann <gerd@gnu.org>
7956
7957 * faces.el (region): Change background color for light background.
7958
7959 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7960 attribute from mode-line face of Ediff control frame.
7961
7962 * replace.el (query-replace-map): Bind `e' like `E'.
7963
7964 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7965
7966 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7967 Change name to "Select All".
7968
7969 * dos-fns.el (convert-standard-filename): Fix last change.
7970
7971 2000-06-27 Gerd Moellmann <gerd@gnu.org>
7972
7973 * help.el (describe-variable): Don't insert a second `'s' in front
7974 of the string `value is shown below'. Since the syntax-table is
7975 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7976 an existing `'s', so that this won't be deleted.
7977
7978 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7979 * pcmpl-unix.el: New files.
7980
7981 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7982
7983 * wid-edit.el (widget-member): Use the new plist-member.
7984
7985 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7986
7987 * replace.el (perform-replace): Undo change of 2000-04-04.
7988 Instead, move backward 1 character at the end of the loop when
7989 necessary.
7990
7991 * faces.el (fringe): Change face for different backgrounds.
7992
7993 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7994 patch from John.
7995
7996 * eshell/*.el: Change spelling of the Free Software Foundation.
7997
7998 * eshell/esh-toggle.el: Removed.
7999
8000 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8001
8002 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8003 interactively.
8004
8005 2000-06-26 Alex Schroeder <alex@gnu.org>
8006
8007 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8008 `define-key'; instead of checking `(emacs-version)' check for
8009 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8010 for `;' and `o' which might be electric.
8011
8012 (sql-electric-stuff): New user option.
8013 (sql-magic-go): New function which uses `sql-electric-stuff'.
8014 (sql-magic-semicolon): New function which uses
8015 `sql-electric-stuff'.
8016
8017 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8018 is not fboundp.
8019
8020 (sql-oracle-options): New variable.
8021 (sql-oracle): Use it.
8022
8023 (sql-imenu-generic-expression): Doc change.
8024 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8025 is used.
8026
8027 (sql-informix): Added command line parameter "-" to force
8028 sql-informix-program to use stdout.
8029
8030 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8031
8032 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8033 (cp864-decode-table): Doc fix.
8034 (cp720-decode-table): New variable, supports the Arabic OEM
8035 codepage used by Windows.
8036 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8037
8038 2000-06-23 Dave Love <fx@gnu.org>
8039
8040 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8041 (font-lock-fontify-anchored-keywords): Use
8042 line-beginning-position.
8043 (global-font-lock-mode): Use mapc.
8044
8045 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8046
8047 * eshell/esh-module.el: Require CL when compiling.
8048
8049 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8050
8051 * comint.el (comint-substitute-in-file-name): Call replace-match
8052 with second and third arg t.
8053
8054 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8055 Specify foreground color.
8056
8057 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8058 color.
8059
8060 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8061
8062 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8063 cddr instead of cdddr.
8064
8065 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8066 instead of copy-list.
8067
8068 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8069 of copy-list.
8070
8071 * subdirs.el: Add eshell subdirectory.
8072
8073 * eshell: New subdirectory containing the Eshell package.
8074
8075 * pcomplete.el: New file.
8076
8077 2000-06-23 Paul Eggert <eggert@twinsun.com>
8078
8079 * mail/mailpost.el (post-mail-send-it): Make sure file has
8080 proper permissions from birth.
8081
8082 * files.el (basic-save-buffer-2): When temporarily setting
8083 file modes, set them to current modes plus 0200, not to 0777.
8084
8085 * emerge.el (emerge-make-temp-file): Make sure file has proper
8086 permissions from birth.
8087
8088 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8091 backup file name through convert-standard-filename.
8092
8093 * dos-fns.el (convert-standard-filename): Convert leading
8094 directories as well. When long file names are supported, convert
8095 characters that are invalid in Windows file names.
8096
8097 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8098
8099 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8100 ps-print crashes. New feature: page selection for printing. Create
8101 raw-text-unix coding system for XEmacs. Doc fix.
8102 (ps-print-version): New version number (5.2.3).
8103 (ps-plot-region): Bug fix.
8104 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8105 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8106 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8107 funs.
8108 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8109 (ps-last-page): New vars.
8110
8111 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8112
8113 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8114 empty option string.
8115
8116 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8117
8118 * man.el (man): Doc fix.
8119
8120 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8121
8122 * international/mule-cmds.el (set-language-info-alist): Docstring
8123 fixed.
8124
8125 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8126
8127 * version.el (emacs-version): Use ISO date format.
8128
8129 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8130 instead of `M-backspace'.
8131
8132 * simple.el (turn-off-auto-fill): New function.
8133
8134 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8135
8136 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8137 Renamed from with-buffer-prepared-for-font-lock and use
8138 inhibit-modification-hooks rather than setting *-change-functions.
8139 Update all functions to use the new name.
8140 (jit-lock-first-unfontify-pos): New semantics (and doc).
8141 (jit-lock-mode): Make non-interactive.
8142 Don't automatically turn on font-lock.
8143 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8144 Always use jit-lock-after-change.
8145 Remove and restore font-lock-after-change-function.
8146 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8147 (jit-lock-after-unfontify-buffer): Remove.
8148 (jit-lock-stealth-fontify):
8149 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8150 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8151
8152 2000-06-20 Sam Steingold <sds@gnu.org>
8153
8154 * emacs-lisp/cl-indent.el (toplevel): Indent
8155 `print-unreadable-object' properly. Untabify.
8156
8157 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8158
8159 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8160 Support for bibentry.
8161 (reftex-compile-variables): Fixed problem with end of section-re.
8162
8163 * texmodes/reftex-dcr.el (reftex-view-crossref,
8164 reftex-view-crossref-from-bibtex):
8165 Deal with changed `reftex-find-citation-regexp-format'.
8166 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8167 Replaced `remprop' with `put'.
8168 (reftex-view-crossref, reftex-view-crossref-when-idle):
8169 Support for bibentry.
8170
8171 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8172 New entry for bibentry package.
8173
8174 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8175 Regexp also matches "\nobibliography".
8176
8177 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8178 Call `reftex-ensure-write-access' before doing anything.
8179 (reftex-ensure-write-access): New function.
8180
8181 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8182
8183 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8184
8185 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8186
8187 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8188
8189 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8190
8191
8192 2000-06-20 Dave Love <fx@gnu.org>
8193
8194 * faces.el (frame-background-mode): Use set-default, not set, in
8195 setter.
8196 (frame-update-faces, frame-update-face-colors): Define with
8197 defalias.
8198
8199 * enriched.el (enriched-decode-foreground)
8200 (enriched-decode-background): Don't use internal-find-face.
8201
8202 * apropos.el: Doc fixes.
8203
8204 * cus-edit.el (customize-changed-options): Check arg.
8205 (customize-version-lessp): Don't require decimal point.
8206
8207 * custom.el (defcustom, defgroup): Doc fix.
8208
8209 * newcomment.el (comment) <defgroup>: Add :version.
8210 (comment-multi-line): Doc fix.
8211
8212 * emulation/mlsupport.el (define-hooked-local-abbrev,
8213 define-hooked-global-abbrev): Fix, using define-abbrev.
8214
8215 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8216
8217 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8218 the whole buffer.
8219
8220 2000-06-19 Dave Love <fx@gnu.org>
8221
8222 * menu-bar.el (menu-bar-options-save): New function.
8223 (menu-bar-options-menu): Use it.
8224 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8225 Simplify.
8226
8227 2000-06-19 Andreas Schwab <schwab@suse.de>
8228
8229 * progmodes/etags.el (tags-query-replace): Put new parameters
8230 START and END at the end, for backward compatibility.
8231
8232 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8233
8234 * international/codepage.el:
8235 (cp-coding-system-for-codepage-1): Delete special codes for
8236 generating xxx-dos coding system because now a CCL based coding
8237 system can handle EOL conversion by default.
8238
8239 * international/mule.el (make-coding-system): Generate subsidiary
8240 coding systems for EOL handling variants even for a CCL based
8241 coding system.
8242
8243 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8244
8245 * international/isearch-x.el (isearch-minibuffer-input-method)
8246 (isearch-minibuffer-input-method-function): These variables
8247 deleted.
8248 (isearch-with-input-method): Don't use the above variables.
8249 (isearch-process-search-multibyte-characters): Likewise. Call
8250 read-string with the arg INHERIT-INPUT-METHOD t.
8251
8252 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8253
8254 * font-lock.el (font-lock-after-fontify-buffer)
8255 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8256
8257 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8258 Use consistent make-local-variable style for font-lock-fontified.
8259 (jit-lock-fontify-buffer):
8260 Don't bother checking for font-lock-mode and jit-lock-mode.
8261
8262 * time.el: Remove trailing ^M that prevent CVS-merging.
8263
8264 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8265
8266 * Makefile.in (distclean): New target.
8267
8268 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8269
8270 * Makefile.in (srcdir): Define for update-subdirs.
8271
8272 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8273
8274 * find-lisp.el: New file.
8275
8276 2000-06-16 Andrew Innes <andrewi@gnu.org>
8277
8278 * time.el (display-time-mail-function): New variable, to allow
8279 external packages to indicate when new mail is available.
8280 (display-time-update): Use it.
8281
8282 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8283
8284 * international/mule.el (mule-version): Change version name to
8285 SAKAKI. AOI has already been used by Meadow.
8286
8287 * international/quail.el (quail-show-guidance-buf): To find the
8288 bottom window (but minibuffer), pay attention to the height of
8289 minibuffer.
8290
8291 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8292
8293 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8294 menu-bar menus. Add help strings. Don't remove the Edit menu
8295 from the menu bar, as the menu bar has enough space now.
8296
8297 * Makefile.in (SHELL): Make sure /bin/sh is used.
8298
8299 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8300 characters, which use series of two ^H characters instead of one.
8301
8302 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8303
8304 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8305 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8306 functions.
8307 (Info-find-node-2): Try a case-sensitive search first, then
8308 do a case-insensitive search.
8309
8310 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8311 tutorials.
8312
8313 * complete.el (PC-env-vars-alist): New variable.
8314 (PC-complete-as-file-name): New function.
8315 (partial-completion-mode): Initialize PC-env-vars-alist from
8316 process-environment.
8317 (PC-do-completion): Handle completion of env vars.
8318
8319 * info.el (Info-set-mode-line): Show file name in mode line,
8320 use `*Info*' instead of `Info:'.
8321
8322 * startup.el (command-line-1): Change copyright messages to year
8323 2000.
8324
8325 2000-06-15 Dave Love <fx@gnu.org>
8326
8327 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8328 not local-map.
8329
8330 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8331
8332 * international/mule.el (set-buffer-file-coding-system): Almost
8333 rewritten to handle `undecided' as no-op.
8334
8335 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8336
8337 * Makefile.in: New file.
8338
8339 * Makefile: Removed.
8340
8341 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8342 (goto-address-highlight-keymap): Bind C-c RET.
8343
8344 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8345
8346 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8347 inherits buffer-file-coding-system of the current buffer.
8348
8349 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8350 0. Give correct argument to set-auto-coding-function.
8351 (tar-expunge): For goto-char, use (point-min), not 0.
8352 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8353 (tar-subfile-save-buffer): Likewize.
8354
8355 * international/mule.el
8356 (after-insert-file-set-buffer-file-coding-system): Call
8357 set-buffer-file-coding-system with the arg FORCE t.
8358
8359 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8360
8361 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8362 nil. Contemporary sendmails issue an X-Authentication-Warning if
8363 the sender is set with `-f'.
8364
8365 2000-06-13 Dave Love <fx@gnu.org>
8366
8367 * help.el (describe-function-1): Kluge around cases of functions
8368 fset to subrs whose doc doesn't match their symbol-name.
8369
8370 * image.el (insert-image): Default STRING to a space.
8371
8372 * info.el Doc fixes.
8373 (Info-build-node-completions): Match Ref tags.
8374
8375 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8376
8377 * frame.el (display-multi-frame-p, display-multi-font-p): New
8378 defaliases for display-graphic-p.
8379
8380 * hl-line.el: Fixed a typo in commentary.
8381
8382 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8383
8384 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8385 fixed.
8386
8387 2000-06-12 Dave Love <fx@gnu.org>
8388
8389 * image.el (insert-image): Save a little consing.
8390
8391 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8392
8393 * language/tibet-util.el: Convert all tibetan-1-column characters
8394 to the corresponding tibetan characters.
8395 (tibetan-add-components): Delete code for the special treatment of
8396 'a chung.
8397
8398 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8399 change.
8400 (tibetan-vowel-transcription-alist): More rules added.
8401 (tibetan-composite-vowel-alist): New variable.
8402 (tibetan-precomposition-rule-alist): More rules added.
8403
8404 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8405
8406 * startup.el (command-line): Only call menu-bar-mode if interactive.
8407
8408 * thingatpt.el (toplevel symbol-properties):
8409 * textmodes/makeinfo.el (makeinfo-compile):
8410 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8411 * progmodes/hideif.el (hif-compress-define-list)
8412 (hide-ifdef-use-define-alist):
8413 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8414 (ange-ftp-vms-add-file-entry):
8415 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8416 * man.el (Man-build-man-command):
8417 * mail/rnewspost.el (news-reply-header-hook):
8418 * info.el (Info-insert-dir):
8419 * emulation/mlconvert.el (backward-word, forward-word, setq):
8420 * emacs-lisp/gulp.el (gulp-send-requests):
8421 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8422 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8423 (byte-optimize-apply, end of file):
8424 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8425 (ad-make-freeze-definition):
8426 * startup.el (command-line, command-line-1): Don't quote lambdas.
8427
8428 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8429 (cvs-cleanup-removed): New function.
8430 (cvs-cleanup-functions): New var.
8431 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8432 some flexibility in specifying additional entries to auto-cleanup.
8433 (cvs-quickdir): New function.
8434 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8435 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8436 (cvs-mode-find-file): Check that we are on a filename or dirname
8437 when invoked through a mouse-click.
8438 (cvs-full-path): Remove.
8439 (cvs-dired-action): Re-introduced.
8440 (cvs-dired-noselect): Use it.
8441 (vc-post-command-functions): use this new hook if available.
8442
8443 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8444 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8445 (cvs-filename-map, cvs-dirname-map): Remove.
8446 (cvs-default-action): Remove.
8447 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8448 if the arg is really a keymap.
8449 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8450 Don't hardcode the mapping from state (aka type) to face, but check
8451 the var cvs-fi-<type>-face instead.
8452 (cvs-fileinfo-from-entries): New function.
8453
8454 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8455 Docstring fix.
8456 (cvs-find-file-and-jump): Change default to be safer.
8457 (cvs-mode-diff-map): Define it as a function as well.
8458 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8459 Bind mouse-2 in this global map rather than with text-properties.
8460
8461 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8462 file to resolve the ambiguity between C(conflict) and C(need-merge).
8463
8464 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8465
8466 * international/mule.el (set-buffer-file-coding-system): If
8467 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8468 unconditionally.
8469
8470 2000-06-12 Dave Love <fx@gnu.org>
8471
8472 * wid-edit.el (widget-specify-button): Really suppress the face if
8473 required.
8474
8475 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8476
8477 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8478
8479 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8480
8481 * imenu.el (imenu-generic-expression): Docstring fix.
8482
8483 * composite.el (composition-function-table): Move the `put'
8484 below the autoload cookie so we can load the file before loaddefs.
8485
8486 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8487
8488 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8489 Handle easy-mmode-define-global-mode.
8490 For complex macros like define-minor-mode that can generate
8491 several autoload entries, try to autoload entries in the
8492 macroexpanded code.
8493
8494 * emacs-lisp/easy-mmode.el (define-minor-mode):
8495 If KEYMAP is a symbol, just use it.
8496 Use byte-compile-current-file and load-file-name to infer the
8497 proper :require to pass to defcustom.
8498 Wrap the hook var into `progn' so as not to autoload it.
8499 Add a :autoload-end cookie.
8500 Be more careful about the evaluation of KEYMAP.
8501 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8502 (define-derived-mode): Move define-abbrev-table outside of defvar.
8503
8504 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8507 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8508 (backup-compiled-files): Ignore errors during `tar'.
8509 (bootstrap): Make autoloads before elc files.
8510
8511 2000-06-10 Kenichi Handa <handa@etl.go.jp>
8512
8513 * international/mule.el (set-buffer-file-coding-system): If one of
8514 undecided-XXX is specified, change only EOL conversion.
8515
8516 * international/mule-conf.el (unix): New alias for the coding
8517 system undecided-unix.
8518
8519 2000-06-09 Dave Love <fx@gnu.org>
8520
8521 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8522
8523 * progmodes/executable.el: Byte compile dynamic.
8524 (executable-insert): Change custom type.
8525 (executable-find): Add autoload cookie.
8526 (executable-make-buffer-file-executable-if-script-p): New
8527 function. After Noah Friedman.
8528
8529 * files.el (after-save-hook): Customize, with
8530 executable-make-buffer-file-executable-if-script-p as an option.
8531
8532 2000-06-09 Kenichi Handa <handa@etl.go.jp>
8533
8534 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8535 "tib24p-mule.bdf" for Tibetan.
8536
8537 * composite.el (decompose-composite-char): Declare it as obsolete.
8538
8539 * man.el (Man-fontify-manpage): Pay attention to underline and
8540 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8541
8542 2000-06-08 Gerd Moellmann <gerd@gnu.org>
8543
8544 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8545 Set maintainer to FSF since author isn't reachable.
8546
8547 2000-06-08 Dave Love <fx@gnu.org>
8548
8549 * international/mule-cmds.el (select-safe-coding-system): If
8550 DEFAULT-CODING-SYSTEM is not specified, also check the most
8551 preferred coding-system if buffer-file-coding-system is
8552 `undecided'. From Handa.
8553
8554 2000-06-08 Kenichi Handa <handa@etl.go.jp>
8555
8556 * international/mule.el
8557 (after-insert-file-set-buffer-file-coding-system): If the buffer
8558 size is greater than INSERTED, judget that we are not visiting.
8559
8560 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8561
8562 * whitespace.el (defgroup whitespace): Comment out `:version'.
8563 XEmacs 20.4 has problems defining the group with this present.
8564 We'll have this commented out till get resolve the problem.
8565
8566 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8567
8568 * align.el: Update from author.
8569
8570 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8571
8572 * apropos.el (apropos-mode-hook): New user variable.
8573 (apropos-mode): Run apropos-mode-hook.
8574
8575 2000-06-07 David Ponce <david@dponce.com>
8576
8577 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8578 commands. Require `wid-edit' at run-time.
8579
8580 2000-06-07 David Ponce <david@dponce.com>
8581
8582 * recentf.el: Added some "Commentary".
8583 (recentf-open-more-files, recentf-edit-list): Minor changes to
8584 move the point at the top of the file list. This behaviour is
8585 consistent with the menu one when the list contains a lot of
8586 files.
8587 (recentf-cleanup): Now displays the number of items removed from
8588 the list.
8589 (recentf-relative-filter) New menu filter to show filenames
8590 relative to `default-directory'.
8591
8592 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8593
8594 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8595 with/without giving an error if PostScript printer doesn't have this
8596 kind of page size. Zebra Stripe continues or restarts on next page.
8597 Manual/automatic paper feeding. Switch or not the header.
8598 (ps-print-version): New version number (5.2.2).
8599 (ps-windows-system): Include emx as a Windows system.
8600 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8601 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8602 (ps-background-text): Code fix.
8603 (ps-error-handler-message, ps-user-defined-prologue)
8604 (ps-print-prologue-header, ps-printer-name)
8605 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8606 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8607 (ps-use-face-background): Customization fix.
8608 (ps-n-up-database): Data fix.
8609 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8610 (ps-switch-header): New vars.
8611 (ps-xemacs-color-name, ps-face-foreground-name)
8612 (ps-face-background-name, ps-boolean-constant): New funs.
8613
8614 2000-06-07 Dave Love <fx@gnu.org>
8615
8616 * allout.el: New version from Manheimer.
8617
8618 2000-06-07 Kenichi Handa <handa@etl.go.jp>
8619
8620 * textmodes/fill.el (fill-find-break-point): Check the validity of
8621 charset.
8622
8623 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8624
8625 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8626 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8627 Call display-color-p and display-mouse-p instead of looking at
8628 window-system.
8629
8630 2000-06-06 Dave Love <fx@gnu.org>
8631
8632 * image.el (find-image): Doc fix. Return nil if image not found.
8633 (put-image, insert-image): Make STRING arg optional.
8634
8635 2000-06-06 Kenichi Handa <handa@etl.go.jp>
8636
8637 * language/vietnamese.el: Remove eval-when-compile.
8638 (viet-viscii-nonascii-translation-table): Define it as a
8639 translation table made from viet-viscii-decode-table.
8640 (viet-viscii-encode-table): Define it as a translation table made
8641 from the reverse map of above.
8642 (viet-vscii-nonascii-translation-table): Define it as a
8643 translation table made from viet-vscii-decode-table.
8644 (viet-vscii-encode-table): Define it as a translation table made
8645 from the reverse map of above.
8646 (ccl-decode-viscii): Use translate-character.
8647 (ccl-encode-viscii, ccl-encode-viscii-font)
8648 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8649 Likewize.
8650
8651 * language/cyrillic.el: Remove eval-when-compile.
8652 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8653 translation table made from cyrillic-koi8-r-decode-table.
8654 (cyrillic-koi8-r-encode-table): Define it as a translation table
8655 made from the reverse map of above.
8656 (ccl-decode-koi8): Use translate-character.
8657 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8658 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8659 a translation table made from cyrillic-alternativnyj-decode-table.
8660 (cyrillic-alternativnyj-encode-table): Define it as a translation
8661 table made from the reverse map of above.
8662 (ccl-decode-alternativnyj): Use translate-character.
8663 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8664 Likewize
8665
8666 * international/mule-diag.el (non-iso-charset-alist): Specify
8667 translation table symbol instead of translation table itself.
8668 (list-block-of-chars): CHARSET may be a translation table symbol.
8669
8670 * international/mule.el (make-coding-system): If CODING-SYSTEM
8671 already exists, override it.
8672
8673 * international/fontset.el: Use family `proportional' for Tibetan
8674 fonts.
8675
8676 * international/ccl.el (ccl-compile-translate-character): Don't
8677 check if Rrr has property translation-table.
8678 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8679
8680 2000-06-05 Gerd Moellmann <gerd@gnu.org>
8681
8682 * info.el: Bind case-fold-search to t when searching in case
8683 a user sets it to nil in a hook.
8684
8685 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8686
8687 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8688 * hl-line.el (hl-line-mode): Use the new :global key argument.
8689
8690 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8691 (tar-clip-time-string): Prepend a space.
8692 (tar-grind-file-mode): Construct a string rather than modifying one.
8693 (tar-header-block-summarize): Fix docstring.
8694 Use `format' rather than an error-prone set of copy-loops.
8695
8696 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8697 (diff-goto-source, diff-unified->context, diff-context->unified)
8698 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8699 understand the format output by the `-p' argument to diff.
8700
8701 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8702 (sh-re-done): Use defconst.
8703 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8704 (sh-help-string-for-variable, sh-guess-basic-offset):
8705 Don't quote lambdas.
8706 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8707 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8708
8709 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8710 (mh-letter-mode): Derive from text-mode.
8711 This implicitly means that it now calls kill-all-local-variables.
8712 Also remove the Emacs-18 compatibility code.
8713
8714 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8715 Make use of symbol-property doc-string-elt.
8716 Use memq rather than a sequence of eq.
8717 (doc-string-elt): Fix the wrong or missing previously unused values.
8718 (autoload-print-form): New function extracted from
8719 generate-file-autoloads to allow recursion when handling progn
8720 so that defvar's and defun's docstrings are properly printed.
8721 (generate-file-autoloads): Use it.
8722
8723 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8724 Use find-file-hooks in the minor-mode function.
8725 Be careful not to loop indefinitely in the post-command-hook function.
8726
8727 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8728
8729 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8730 tty's.
8731 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8732 differences whenever appropriate.
8733 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8734 * viper.el (find-file, find-file-other-window): Get viper to do
8735 wildcards.
8736
8737 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8738
8739 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8740 (jit-lock-fontify-buffer): New function for JIT refontification.
8741 (jit-lock-mode): Fix docstring.
8742 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8743 Remove jit-lock-after-change from the _local_ hook.
8744 (jit-lock-function-1): Fix docstring.
8745
8746 * info.el (Info-on-current-buffer): Initialize info.
8747
8748 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8749
8750 * progmodes/tcl.el (tcl-indent-for-comment):
8751 Ignore comment-indent-hook.
8752
8753 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8754 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8755 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8756 and improve to use the lighter to guess the capitalization.
8757 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8758 Add keyword arguments to specify global-ness or the custom group.
8759 Add local-map and help-echo properties to the lighter.
8760 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8761 (easy-mmode-define-global-mode): New macro.
8762
8763 2000-06-02 Dave Love <fx@gnu.org>
8764
8765 * wid-edit.el: byte-compile-dynamic since we typically don't use
8766 all the widgets. Don't require cl or widget. Remove
8767 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8768 (widget-read-event): Removed. Callers changed to use read-event.
8769 (widget-button-release-event-p): Renamed from
8770 button-release-event-p.
8771 (widget-field-add-space, widget-field-use-before-change):
8772 Uncustomize.
8773 (widget-specify-field): Use keymap property, not local-map.
8774 (widget-specify-button): Obey :suppress-face.
8775 (widget-specify-insert): Use modern backquote syntax.
8776 (widget-image-directory): Renamed from widget-glyph-directory.
8777 (widget-image-enable): Renamed from widget-glyph-enable.
8778 (widget-image-find): Replaces widget-glyph-find.
8779 (widget-button-pressed-face): Move defvar.
8780 (widget-image-insert): Replaces widget-glyph-insert.
8781 (widget-convert): Use keywordp.
8782 (widget-leave-text, widget-children-value-delete): Use mapc.
8783 (widget-keymap): Remove XEmacs stuff.
8784 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8785 (widget-button-click): Don't set point at the click, but re-centre
8786 if we scroll out of window. Rewritten for images v. glyphs &c.
8787 (widget-tabable-at): Use POS arg, not point.
8788 (widget-beginning-of-line, widget-end-of-line)
8789 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8790 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8791 (widget-default-create): Use widget-image-insert; some rewriting.
8792 (widget-visibility-value-create)
8793 (widget-push-button-value-create, widget-toggle-value-create): Use
8794 widget-image-insert.
8795 (checkbox): Create on and off images dynamically.
8796 (documentation-link): Change :help-echo.
8797 (widget-documentation-link-echo-help): Remove.
8798
8799 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8800
8801 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8802
8803 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8804 (easy-mmode-define-toggle, define-minor-mode): Use it.
8805 (easy-mmode-define-keymap): Docstring fix.
8806 (define-derived-mode): Default PARENT to fundamental-mode.
8807 Add the derived-mode-parent symbol-property.
8808 (easy-mmode-derived-mode-p): New function.
8809
8810 2000-06-02 Dave Love <fx@gnu.org>
8811
8812 * files.el (convert-standard-filename): Doc fix.
8813 (normal-backup-enable-predicate): New function.
8814 (backup-enable-predicate): Use it to replace the lambda form.
8815
8816 * calendar/todo-mode.el: [This needs more work on the outline
8817 stuff.] Doc fixes.
8818 (todo) <defgroup>: Add :version.
8819 (todo-add-category): Don't use pushnew.
8820 (todo-cmd-raise): Fix typo.
8821 (todo-top-priorities): Change temp buffer name.
8822 (todo-category-alist): Avoid redundant lambda.
8823 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8824 Use outline-next-heading.
8825
8826 * autoarg.el: Rewritten to use define-minor-mode.
8827 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8828 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8829
8830 2000-06-02 Kenichi Handa <handa@etl.go.jp>
8831
8832 * isearch.el (isearch-other-meta-char): Fix previous change.
8833
8834 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8835
8836 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8837 (log-edit-done): Only add the comment to the ring if it's different
8838 from the last comment entered.
8839
8840 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8841
8842 2000-06-01 Dave Love <fx@gnu.org>
8843
8844 * hl-line.el: Rewritten using define-minor-mode.
8845
8846 * help.el (describe-function-1): Distinguish special form from
8847 builtin function. Sanity-check presence of arglist for builtins.
8848
8849 2000-06-01 Kenichi Handa <handa@etl.go.jp>
8850
8851 * international/characters.el: Fix syntax/category setting of
8852 Tibetan characters.
8853
8854 * language/tibet-util.el (tibetan-add-components): Fixes for new
8855 encoding of Tibetan characters.
8856 (tibetan-decompose-precomposition-alist): New variable.
8857 (tibetan-decompose-region): Convert precomposed characters to
8858 non-precomposed characters.
8859 (tibetan-decompose-string): Likewise.
8860 (tibetan-composition-function): Fix args to
8861 thibetan-compose-string.
8862
8863 * language/tibetan.el (tibetan-composable-pattern): More
8864 characters included.
8865 (tibetan-consonant-transcription-alist): Rule for "R" added.
8866 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8867 "+R" added.
8868 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8869
8870 * language/lao-util.el (lao-composition-function): Fix args to
8871 compose-string.
8872
8873 * language/thai-util.el (thai-composition-function): Fix args to
8874 compose-string.
8875
8876 * isearch.el (isearch-update): Set disable-point-adjustment to t
8877 to prevent the point moving to the end of a composition when a
8878 part of a composition is searched.
8879 (isearch-other-meta-char): If the key invoking this command can be
8880 mapped by function-key-map to a printing char, call
8881 isearch-process-search-char directly.
8882
8883 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8884
8885 * emacs-lisp/bytecomp.el:
8886 * frame.el:
8887 * international/mule-cmds.el:
8888 * international/mule-util.el:
8889 * international/mule.el:
8890 * mouse.el:
8891 * subr.el:
8892 * faces.el: Update calls to make-obsolete with a WHEN argument.
8893
8894 * byte-run.el (make-obsolete, make-obsolete-variable):
8895 Add an optional WHEN argument and change the format of the
8896 symbol-property information.
8897 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8898 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8899 new obsolete-symbol-property format and print WHEN if it is provided.
8900
8901 2000-05-31 Dave Love <fx@gnu.org>
8902
8903 * loadhist.el (loadhist-hook-functions): Remove
8904 before-change-function, after-change-function.
8905 (unload-feature): Deal with symbols which are both bound and
8906 fbound.
8907
8908 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8909 before-change-function, after-change-function.
8910
8911 * simple.el (newline): Don't bind before-change-function,
8912 after-change-function.
8913
8914 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8915
8916 * whitespace.el (whitespace-rescan-timer-time): Update interval
8917 set to 600 seconds (10 minutes) instead of 60 seconds since
8918 a large number of whitespace buffers causes emacs to `freeze'
8919 for a considerable amount of time.
8920
8921 * whitespace.el: Updated email address
8922
8923 2000-05-31 Dave Love <fx@gnu.org>
8924
8925 * add-log.el (change-log-font-lock-keywords) <function>: Add
8926 pattern for function of change.
8927 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8928 acknowledgements patterns.
8929
8930 2000-05-31 Kenichi Handa <handa@etl.go.jp>
8931
8932 * isearch.el (isearch-printing-char): If keyboard coding system is
8933 being used, call isearch-process-search-multibyte-characters.
8934
8935 * international/isearch-x.el: Mostly rewritten.
8936
8937 * international/quail.el (quail-start-conversion): Don't include
8938 unhandled events in the returned events, but set them in
8939 unread-command-events. Exit if all inputs are deleted.
8940
8941 2000-05-30 Jason Rumney <jasonr@gnu.org>
8942
8943 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8944
8945 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8946 Reenable code to create initial fontsets.
8947 Use set-fontset-font in place of put-charset-property.
8948
8949 2000-05-30 Gerd Moellmann <gerd@gnu.org>
8950
8951 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8952 label, ensure that the first colon isn't followed by another.
8953
8954 * paths.el (Info-default-directory-list): Doc fix.
8955
8956 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8957 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8958 send a query containing USER only, not USER@HOST.
8959
8960 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8961 and rmail-msgend to compute the restriction at the end, instead of
8962 computing it.
8963
8964 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8965
8966 * dabbrev.el (dabbrev-expand): Don't display messages in the
8967 echo area if the minibuffer window is active.
8968
8969 * jit-lock.el (jit-lock-mode): Add after change function to
8970 local hook.
8971
8972 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8973
8974 * antlr-mode.el: New commands: hide/unhide actions,
8975 upcase/downcase literals.
8976 (antlr-tiny-action-length): New user option.
8977 (antlr-hide-actions): New command. Suggested by
8978 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8979 (antlr-mode-map): New binding [C-c C-v].
8980 (antlr-mode-menu): New entries.
8981 (antlr-downcase-literals): New command.
8982 (antlr-upcase-literals): Ditto.
8983
8984 * antlr-mode.el: Minor changes: indendation, mode-name.
8985 (antlr-indent-line): Indent cpp directive at column 0.
8986 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8987
8988 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8989 (antlr-font-lock-additional-keywords): Workaround for intentional
8990 bug in XEmacs version of font-lock.
8991 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8992 be used by a smarter version of `buffers-menu-grouping-function'.
8993
8994 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8995
8996 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8997 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8998
8999 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9000
9001 * international/encoded-kb.el
9002 (encoded-kbd-iso2022-designation-map): Pay attention to that
9003 charset-iso-final-char return -1 for eight-bit-control and
9004 eight-bit-graphic.
9005
9006 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9007
9008 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9009 (speedbar-easymenu-definition-base): Use display-graphic-p where
9010 available, instead of window-system.
9011
9012 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9015 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9016 coding systems.
9017
9018 2000-05-26 Dave Love <fx@gnu.org>
9019
9020 * disp-table.el (standard-display-underline): Don't use
9021 internal-find-face.
9022
9023 * mail/reporter.el: Maintainer change. Doc fixes.
9024 (reporter-version): Deleted.
9025
9026 * emacs-lisp/elp.el: Maintainer change.
9027 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9028
9029 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9030
9031 * add-log.el (add-change-log-entry): Merge the current entry with the
9032 previous one if the previous one is empty.
9033
9034 2000-05-26 Dave Love <fx@gnu.org>
9035
9036 * loadhist.el (unload-feature): Fix interactive spec [from
9037 lijnzaad@ebi.ac.uk].
9038
9039 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9040 subr-arity to check primitives.
9041 (byte-compile-flush-pending, byte-compile-file-form-progn)
9042 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9043 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9044 mapcar.
9045
9046 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9047
9048 * international/fontset.el: Set family names of non-latin charsets
9049 in default fontset to "*".
9050
9051 * international/mule-diag.el (print-fontset): Combine family part
9052 and registry part of the fontname by "-*-" instead of "-".
9053
9054 * international/mule-cmds.el (encode-coding-char): Make strings
9055 multibyte before calling encode-coding-string.
9056
9057 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9058
9059 * derived.el: Fix keywords.
9060 (define-derived-mode): Only define if needed.
9061
9062 * simple.el (fill-comment, comment-column, comment-start)
9063 (comment-start-skip, comment-end, comment-indent-function)
9064 (block-comment-start, block-comment-end, indent-for-comment)
9065 (set-comment-column, kill-comment, comment-padding, comment-region)
9066 (comment-multi-line, indent-new-comment-line): Remove.
9067
9068 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9069 function names for comment operations.
9070
9071 * newcomment.el: Add abundant autoload cookies.
9072 (comment-style): Don't depend on runtime data at compile-time.
9073 (comment-indent-hook): Remove.
9074 (comment-indent): Check if comment-indent-hook is bound.
9075 (comment-region): Docstring fix.
9076
9077 2000-05-25 Dave Love <fx@gnu.org>
9078
9079 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9080 byte-code-function-p.
9081
9082 * mail/rmailsum.el: Add provide.
9083
9084 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9085
9086 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9087 defcustom.
9088
9089 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9090
9091 * ediff-diff.el (ediff-exec-process): delete --binary option from
9092 non-buffer ediff jobs.
9093
9094 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9095
9096 * hilit-chg.el (highlight-changes-mode): Ask about color or
9097 grayscale support, not about window-system.
9098
9099 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9100 window-system.
9101 (ffap-highlight): Always default to t.
9102
9103 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9104 display-popup-menus-p instead of looking at window-system.
9105
9106 * disp-table.el (standard-display-g1, standard-display-graphic):
9107 Only refuse to use string glyphs on X and MS-Windows.
9108
9109 * avoid.el: Remove window-system from commentary, suggest to use
9110 display-*-p instead.
9111
9112 * apropos.el (apropos-print): Use display-mouse-p instead of
9113 window-system.
9114
9115 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9116
9117 * international/codepage.el (cp-decoding-vector-for-codepage):
9118 Fill up unsupported characters with their own codes. From Kenichi
9119 Handa.
9120
9121 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9122
9123 * international/mule-diag.el (describe-char-after): Use
9124 display-graphic-p instead of window-system, so that this function
9125 works on MS-DOS.
9126
9127 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9128
9129 * international/codepage.el (cp-make-coding-systems-for-codepage):
9130 Remove the eight-bit-graphic and eight-bit-control charsets from
9131 the list of charsets which we convert into `?'.
9132
9133 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9134
9135 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9136 private charsets.
9137 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9138 japanese-jisx0213-2): New charsets.
9139
9140 * international/fontset.el: Setup default fontset for new charsets.
9141
9142 2000-05-24 Dave Love <fx@gnu.org>
9143
9144 * info.el (Info-find-node-2): Restructure [following "Vadim
9145 S. Solomin" <sovs@uic.nnov.ru>].
9146
9147 * icomplete.el: Fix header for Finder.
9148
9149 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9150
9151 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9152 STAY.
9153
9154 * rmail.el (rmail-automatic-folder-directives): New user variable.
9155 (rmail-show-message): Add call to `rmail-auto-file' during
9156 display.
9157 (rmail-auto-file): New function.
9158
9159 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9160
9161 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9162 account.
9163 (ediff-test-utility,ediff-diff-mandatory-option)
9164 (ediff-reset-diff-options): Utilities for proper initialization of
9165 ediff-diff-options and ediff-diff3-options on Windows.
9166
9167 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9168 variable.
9169
9170 * ediff-mult.el (ediff-filegroup-action): Use
9171 ediff-merge-filename-prefix.
9172
9173 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9174
9175 * viper-ex.el (ex-write): Set selective display to nil.
9176
9177 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9180 aliases for hebrew-iso-8bit.
9181
9182 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9183
9184 * woman.el: New version from Francis J. Wright
9185 <F.J.Wright@Maths.QMW.ac.uk>.
9186 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9187 names in environment variables regardless of the path separator.
9188 (woman-topic-all-completions-1): Don't call file-name-directory-p
9189 on all files, since woman-file-regexp already filters out any
9190 directories.
9191
9192 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9193
9194 * international/quail.el (quail-start-translation): Don't change
9195 modified-p of the current buffer.
9196 (quail-start-conversion): Likewise.
9197
9198 * international/kkc.el (kkc-region): Don't change modified-p of
9199 the current buffer.
9200
9201 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9202 conform to RFC1468.
9203 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9204
9205 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9206
9207 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9208 (speedbar-insert-button): Invisible text property fix.
9209 (speedbar-directory-plus): Renamed from speedbar-directory-+
9210 (speedbar-directory-minus): Renamed from speedbar-directory--
9211 (speedbar-page-plus): Renamed from speedbar-file-+
9212 (speedbar-page-minus): Renamed from speedbar-file--
9213 (speedbar-page): Renamed from speedbar-file-
9214 (speedbar-tag): Renamed from speedbar-tag-
9215 (speedbar-tag-plus): Renamed from speedbar-tag-+
9216 (speedbar-tag-minus): Renamed from speedbar-tag--
9217 (speedbar-expand-image-button-alist): Use above renames.
9218
9219 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9220 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9221 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9222 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9223 * sb-pg.xpm: Renamed from sb-file.xpm
9224 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9225 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9226
9227 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9228
9229 * international/quail.el (quail-show-guidance-buf): Set
9230 current-input-method of the guidance buffer to the name of the
9231 curren input method.
9232
9233 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9234
9235 * progmodes/compile.el (compile-internal): Style typo.
9236
9237 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9238 quote vars and functions in the docstring.
9239
9240 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9241
9242 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9243 Don't quote lambdas.
9244
9245 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9246
9247 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9248
9249 * startup.el (command-line): Determine source file of compiled
9250 user init file differently. Warn if compiled user init file
9251 is older than its source file.
9252
9253 * ffap.el (ffap-url-regexp): Add `https'.
9254
9255 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9256
9257 * files.el (make-backup-file-name-1): Replace slashes with `!'
9258 rather than `|' (which is not allowed on Windows). Replace the
9259 drive letters with a string "drive_X".
9260
9261 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9262
9263 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9264
9265 * files.el (interpreter-mode-alist): Add `bash2'.
9266
9267 2000-05-22 Dave Love <fx@gnu.org>
9268
9269 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9270 mapc.
9271 (feature-file): Avoid calling symbol-name. Doc fix.
9272 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9273 (loadhist-hook-functions): Add mouse-position-function.
9274 (unload-feature): Change uses of mapcar.
9275
9276 * files.el (parse-colon-path): Doc fix.
9277 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9278 (set-auto-mode): Use mapc.
9279
9280 * complete.el (PC-look-for-include-file): Use :alnum: character
9281 class.
9282 (partial-completion-mode): Add autoload cookie.
9283
9284 2000-05-22 Sam Steingold <sds@gnu.org>
9285
9286 * info.el (Info-fontify-node): Fixed the call to
9287 `add-text-properties' (bug introduced on 2000-05-18).
9288
9289 2000-05-22 Dave Love <fx@gnu.org>
9290
9291 * bindings.el: Remove debug-ignored-errors set in other files.
9292
9293 * progmodes/etags.el: Add to debug-ignored-errors.
9294 (visit-tags-table-buffer): Clear out buffers holding old tables
9295 when making a new list.
9296 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9297 mapc.
9298
9299 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9300 quote keywords.
9301 (cmpl-string-case-type): Use character classes.
9302
9303 * comint.el:
9304 * textmodes/ispell.el:
9305 * imenu.el:
9306 * mail/mh-e.el:
9307 * progmodes/compile.el: Add to debug-ignored-errors.
9308
9309 * dabbrev.el: Add to debug-ignored-errors.
9310 (dabbrev-completion): Use mapc.
9311
9312 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9313
9314 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9315 (woman-mapcan, woman-parse-man.conf)
9316 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9317 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9318 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9319 path syntax better.
9320 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9321 (woman-manpath): Call woman-parse-man.conf.
9322 (woman-emulation): New defcustom, defaults to nroff.
9323 (woman-font-support): New defconst.
9324 (woman-use-symbol-font): New defcustom.
9325 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9326 "Emulation".
9327 Many functions: Doc fix.
9328
9329 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9330
9331 * international/quail.el (quail-simple-translation-keymap): Map
9332 128..255 to quail-self-insert-command.
9333 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9334
9335 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9336
9337 * help.el (help-manyarg-func-alist): Typo.
9338
9339 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9340 intervals which makes it heaps simpler.
9341
9342 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9343 the nested comment markers.
9344
9345 * subr.el (remove-hook): Don't turn the hook's value into a list.
9346
9347 2000-05-21 Dave Love <fx@gnu.org>
9348
9349 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9350 are invalid characters.
9351
9352 * international/mule-util.el (detect-coding-with-priority): Use
9353 mapc. Remove redundant lambda.
9354
9355 * international/mule-diag.el (list-non-iso-charset-chars)
9356 (describe-fontset): Remove redundant lambda.
9357
9358 * emulation/crisp.el (brief-mode): New alias.
9359
9360 * emacs-lisp/ring.el (ring-elements): New function.
9361
9362 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9363 (easy-menu-do-add-item): Use keywordp.
9364
9365 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9366
9367 * replace.el: Doc and error message fixes.
9368 (replace-highlight): Use facep, not internal-find-face.
9369
9370 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9371
9372 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9373
9374 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9375 (log-edit-insert-changelog): Drop `:' as well.
9376
9377 * log-view.el: Fix file description.
9378 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9379 available.
9380 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9381 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9382
9383 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9384 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9385 Print a status message if the toggle is called interactively.
9386 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9387 for global minor modes and use `defcustom' for them.
9388 Use add-minor-mode.
9389 (easy-mmode-define-derived-mode): Remove.
9390 (define-derived-mode): Fancier default docstring.
9391 (easy-mmode-define-navigation): Signal an error rather than (ding).
9392
9393 * newcomment.el (comment-styles): New `box-multi'.
9394 (comment-normalize-vars): Better default for comment-continue to
9395 avoid whitespace-only continuations.
9396 (comment-search-forward): Always move even in the no-syntax case.
9397 (comment-padright): Only obey N if it's only obeyed for padleft.
9398 (comment-make-extra-lines): Better handling of empty continuations.
9399 Use `=' for the filler if comment-start has only one character.
9400 (uncomment-region): Try handling the special `=' filler.
9401 (comment-region): Allow LINES even if MULTI is nil.
9402 (comment-box): Choose box style based on comment-style.
9403
9404 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9405
9406 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9407 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9408
9409 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9410
9411 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9412 and insert, not subst-char-in-region.
9413
9414 * international/mule-diag.el (list-character-sets-1): Handle
9415 charsets eight-bit-control and eight-bit-graphic.
9416 (list-iso-charset-chars): Likewise.
9417 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9418 charactes as is. Use indent-to to align characters.
9419
9420 * international/mule-cmds.el (find-multibyte-characters): Never
9421 exclude charsets eight-bit-control and eight-bit-graphic.
9422
9423 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9424
9425 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9426 Don't quote lambdas.
9427
9428 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9429
9430 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9431
9432 * gud.el (gud-jdb-directories): Doc fix.
9433
9434 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9435
9436 * newcomment.el: New file.
9437
9438 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9439
9440 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9441
9442 2000-05-18 Andreas Schwab <schwab@suse.de>
9443
9444 * dired.el (dired-between-files): Also skip lines beginning with
9445 `used'.
9446
9447 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9448
9449 * msb.el (msb-menu-cond): Add choice `user'.
9450
9451 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9452
9453 * ps-print.el: Compatibility, customization and doc fix.
9454 (ps-printer-name-option): Replace defconst by defvar.
9455 (ps-postscript-code-directory): XEmacs compatibility.
9456 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9457 fix.
9458 (ps-user-defined-prologue, ps-print-prologue-header)
9459 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9460 compatibility and code fix.
9461 (ps-print-background-image, ps-print-background-text):
9462 Customization fix.
9463 (ps-line-number-start, ps-n-up-on): New vars.
9464
9465 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9466
9467 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9468 the indent-comment function to just return the appropriate indent.
9469
9470 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9471
9472 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9473 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9474 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9475
9476 2000-05-18 Dave Love <fx@gnu.org>
9477
9478 * info.el (Info-fontify-node): Add intangible property as well as
9479 invisible.
9480
9481 * calendar/appt.el (appt-make-list): Match all lines of entry.
9482 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9483
9484 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9485
9486 * international/mule-diag.el (describe-char-after): Call
9487 internal-char-font, not char-font. If internal-char-font returns
9488 nil, display "-- none --".
9489
9490 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9491
9492 * image.el (image-type-available-p): Don't reference image-types
9493 if it isn't bound.
9494
9495 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9496
9497 * autoarg.el (autoarg-mode): Typo in the :set argument.
9498
9499 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9500
9501 * startup.el (command-line-1): Don't signal an error if the
9502 directory for auto-save-list files does not yet exist.
9503
9504 2000-05-17 Kenichi Handa <handa@etl.go.jp>
9505
9506 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9507
9508 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9509
9510 * subr.el (remove-hook): `setq' hook-value, not `set'.
9511
9512 2000-05-16 Sam Steingold <sds@gnu.org>
9513
9514 * info.el (debug-ignored-errors): More errors to ignore.
9515
9516 2000-05-16 Dave Love <fx@gnu.org>
9517
9518 * cus-edit.el: Don't require cl or easymenu.
9519 (custom-variable-prompt): Test standard-value property, not
9520 user-variable-p.
9521
9522 2000-05-16 Sam Steingold <sds@gnu.org>
9523
9524 * subr.el (add-hook): `setq' hook-value, not `set'.
9525
9526 2000-05-16 Gerd Moellmann <gerd@gnu.org>
9527
9528 * startup.el (command-line-1): Mention the FAQ in the startup
9529 message.
9530
9531 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9532
9533 * progmodes/compile.el (compilation-parse-errors): Collect
9534 `nomessage' regexps last.
9535
9536 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9537
9538 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9539 to the function name.
9540
9541 2000-05-15 Dave Love <fx@gnu.org>
9542
9543 * speedbar.el (speedbar-recenter): Typo.
9544 (speedbar-expand-line): Make arg optional.
9545 (speedbar-mode): Avoid a compiler warning.
9546
9547 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9548
9549 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9550 user-specified option string is empty.
9551
9552 * mouse.el (mouse-yank-at-click): Doc fix.
9553
9554 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9555
9556 * term/internal.el (IT-character-translations): More updates of
9557 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9558 documents.
9559
9560 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9561
9562 * env.el (getenv): New function, interactively callable.
9563 (setenv, getenv): Remove autoload cookies.
9564
9565 * loadup.el: Load `env'.
9566
9567 * progmodes/f90.el: Change author's mail address.
9568
9569 2000-05-14 Dave Love <fx@gnu.org>
9570
9571 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9572 goto-addr as an option.
9573
9574 * help.el (help-xref-stack): Doc fix.
9575 (help-xref-following): New variable.
9576 (help-make-xrefs): Use it.
9577 (help-xref-go-back): Use position information from stack element.
9578 (help-follow): Make position in stack element a pair. Use
9579 help-xref-following.
9580
9581 * autoarg.el: New file.
9582
9583 * faces.el: Declare more functions obsolete.
9584
9585 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9586 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9587 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9588 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9589 Remove all the setup-...-environment functions.
9590
9591 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9592
9593 * speedbar.el: Updated the commentary section. xemacs20p now uses
9594 >= when detecting. Require `defimage' safely.
9595 (speedbar-easymenu-definition-base): Add toggle for images.
9596 (speedbar-easymenu-definition-special): Add flush cache & expand.
9597 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9598 (speedbar-reconfigure-keymaps-hook): New variable.
9599 (speedbar-frame-parameters): Updated documentation.
9600 (speedbar-use-imenu-flag): Updated custom tag
9601 (speedbar-dynamic-tags-function-list): New variable.
9602 (speedbar-tag-hierarchy-method): Updated doc & custom.
9603 (speedbar-indentation-width, speedbar-indentation-width) New
9604 variables.
9605 (speedbar-hide-button-brackets-flag): Customizable.
9606 (speedbar-vc-indicator): Doc update.
9607 (speedbar-ignored-path-expressions): Updated default value.
9608 (speedbar-supported-extension-expressions): Updated default value.
9609 (speedbar-syntax-table): Remove {} paren status.
9610 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9611 as "+". Added overlay aliases.
9612 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9613 `force-mode-line-update'.
9614 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9615 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9616 `mouse-set-point'
9617 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9618 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9619 of arbitrary text, and new helper functions.
9620 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9621 filename finder.
9622 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9623 (speedbar-directory-buttons): Update path search/expansion.
9624 (speedbar-make-tag-line): Pay attention to
9625 `speedbar-indentation-width'. Use more care w/ invisible
9626 properties.
9627 (speedbar-change-expand-button-char): Call
9628 `speedbar-insert-image-button-maybe'.
9629 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9630 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9631 (speedbar-trim-words-tag-hierarchy)
9632 (speedbar-simple-group-tag-hierarchy): New functions
9633 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9634 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9635 functions.
9636 (speedbar-mouse-set-point): New function
9637 (speedbar-power-click): Updated documentation.
9638 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9639 of tag prefix text.
9640 (speedbar-expand-line, speedbar-contract-line): Make more robust
9641 to strange text.
9642 (speedbar-expand-line): Takes universal argument to flush the
9643 cache.
9644 (speedbar-flush-expand-line): New function.
9645 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9646 Use new generator insertion method.
9647 (speedbar-fetch-dynamic-tags): New function.
9648 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9649 `speedbar-fetch-dynamic-imenu'.
9650 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9651 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9652 "Revert Buffer" menu items.
9653 (speedbar-buffer-buttons-engine): Be smarter when creating a
9654 filename tag (for expansion purposes.).
9655 (speedbar-highlight-one-tag-line,
9656 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9657 (speedbar-recenter): New functions.
9658 (defimage-speedbar): Image loading abstraction.
9659 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9660 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9661 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9662 (speedbar-tag-type, speedbar-tag-mail): New images.
9663 (speedbar-expand-image-button-alist): New variable.
9664 (speedbar-insert-image-button-maybe): Insert an image over some
9665 buttons.
9666
9667 2000-05-13 Kenichi Handa <handa@etl.go.jp>
9668
9669 * international/mule-cmds.el (encode-coding-char): An ASCII
9670 character is always encodable.
9671
9672 * international/mule-conf.el: Add more information in descriptions
9673 of character sets.
9674
9675 * international/mule-diag.el (describe-char-after): New function.
9676 (describe-font-internal): Adjusted for the change of font-info.
9677 (describe-font): Likewise.
9678 (print-fontset): Rewritten for the new fontset implementation.
9679 (describe-fontset): Include fontset alias names in completion.
9680 (list-fontsets): Adjusted for the change of print-fontset.
9681
9682 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9683 describe-char-after instead of displaying the detail in the echo
9684 area.
9685 (syntax-code-table): Format changed.
9686 (string-to-syntax): Adjusted for the above change.
9687
9688 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9689
9690 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9691
9692 2000-05-12 Dave Love <fx@gnu.org>
9693
9694 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9695 dependence. Use line-{beginning,end}-position, not
9696 point-at{b,e}ol. Some doc fixes.
9697 (todo-position): New function. Fix callers of position to use it.
9698 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9699
9700 2000-05-12 Gerd Moellmann <gerd@gnu.org>
9701
9702 * time.el (display-time-mail-icon): Use `:ascent center'.
9703
9704 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9705 handling FTP security extensions.
9706
9707 2000-05-11 Dave Love <fx@gnu.org>
9708
9709 * calendar/todo-mode.el: New file.
9710
9711 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9712
9713 * comint.el (comint-read-input-ring): Move reference to
9714 comint-input-ring-size outside of the save-excursion. It was
9715 causing the default value to be the only one ever seen.
9716
9717 * font-lock.el: Update copyright. Remove Simon Marshall's email
9718 address on request from him.
9719
9720 * subr.el (substitute-key-definition): Add comment describing
9721 the meaning of PREFIX.
9722
9723 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9724
9725 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9726
9727 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9728 (add-minor-mode): Don't make the variable buffer-local and add a
9729 reference to define-minor-mode in the docstring.
9730
9731 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9732 HEADER/FOOTER and fix bug with trailing empty directory.
9733 (cvs-append-to-ignore): Use vc-editable-p if available.
9734 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9735 (vc-do-command): Tweak advice to handle the new VC.
9736
9737 * log-view.el (log-view-goto-rev): New function for the new VC.
9738 (log-view-minor-wrap): Use mark-active.
9739
9740 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9741 (log-edit-changelog-full-paragraphs): New var.
9742 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9743 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9744 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9745 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9746 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9747 Replace the `cvs' prefix with `log-edit'.
9748
9749 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9750
9751 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9752 (diff-font-lock-defaults): Explicitly turn off multiline.
9753 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9754 (diff-ediff-patch): Fix call to ediff-patch-file.
9755 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9756 Handle comments.
9757
9758 * frame.el (automatic-hscrolling): Typo.
9759
9760 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9761
9762 2000-05-09 Sam Steingold <sds@goems.com>
9763
9764 * apropos.el (apropos-print): use `describe-face' instead of
9765 `customize-face-other-window'.
9766
9767 2000-05-09 Dave Love <fx@gnu.org>
9768
9769 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9770
9771 * help.el (describe-variable): Have customize button pop the
9772 help-xref stack when invoked.
9773 (help-xref-symbol-regexp): Add `face'.
9774 (help-make-xrefs): Check for quoted face names and adapt regexp
9775 submatch numbers to cope.
9776 (help-xref-interned): Maybe insert face doc too. Separate
9777 sections with a line of hyphens.
9778
9779 * faces.el: Some doc fixes. Declare some functions obsolete.
9780 (describe-face): Add customize button. Return the help
9781 text. Fix prompt.
9782
9783 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9784
9785 * term/internal.el (IT-character-translations): Fix last change.
9786
9787 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9788
9789 * woman.el: New file
9790 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9791
9792 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * term/internal.el (IT-character-translations): Update ASCII
9795 simulations for greek-iso8859-7, add latin-iso8859-14 and
9796 latin-iso8859-15.
9797
9798 * international/mule-cmds.el (set-language-info-alist): Call
9799 define-prefix-command with 3 arguments, to make the map suitable
9800 for a menu.
9801
9802 2000-05-07 Dave Love <fx@gnu.org>
9803
9804 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9805
9806 2000-05-05 Dave Love <fx@gnu.org>
9807
9808 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9809 list in doc string. Don't quote keyword symbols.
9810 * emacs-lisp/cl.el: Likewise
9811 * emacs-lisp/cl-seq.el: Likewise
9812
9813 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9814
9815 * abbrev.el (abbrev-mode): Make ARG optional.
9816
9817 2000-05-04 Gerd Moellmann <gerd@gnu.org>
9818
9819 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9820
9821 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9822
9823 * subr.el (substitute-key-definition): Clarify documentation.
9824
9825 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
9826
9827 * glasses.el (glasses-convert-to-unreadable): Use
9828 `glasses-separator' instead of the hard-wired "_".
9829 (glasses-mode): Call `glasses-make-unreadable' only in a single
9830 place.
9831
9832 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9833
9834 * term/internal.el (cjk-codepages-alist): Add associations for
9835 Chinese and Korean codepages. Remove FIXME comment.
9836
9837 2000-05-03 Dave Love <fx@gnu.org>
9838
9839 * time.el (display-time-mail-face, display-time-use-mail-icon):
9840 New option.
9841 (display-time-mail-icon): New variable.
9842 (display-time-string-forms): Use the above. Fix the local-map.
9843
9844 2000-05-03 Gerd Moellmann <gerd@gnu.org>
9845
9846 * replace.el (query-replace-map): Add binding for `E'.
9847 (query-replace-help): Extend help text.
9848 (perform-replace): Allow editing the replacement string.
9849
9850 * make-mode.el (makefile-mode-abbrev-table): New variable.
9851 (makefile-mode): Set local abbrev table to
9852 makefile-mode-abbrev-table.
9853 (makefile-font-lock-keywords): Fontify includes and conditionals.
9854
9855 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9856 set TOGGLE's value.
9857
9858 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9859 mail-interactive-insert-alias.
9860 (mail-abbrev-complete-alias): New command.
9861 (mail-mode-map): Bind it to `M-TAB'.
9862
9863 2000-05-03 Kenichi Handa <handa@etl.go.jp>
9864
9865 * language/lao-util.el (lao-compose-region): New function.
9866
9867 2000-05-02 Gerd Moellmann <gerd@gnu.org>
9868
9869 * files.el (recover-session): Make directories as necessary
9870 if they don't exist yet.
9871
9872 * calendar/cal-french.el
9873 (french-calendar-multibyte-special-days-array)
9874 (french-calendar-special-days-array): Change French text.
9875 (calendar-french-date-string): Change output.
9876 (calendar-goto-french-date): Likewise.
9877
9878 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9879
9880 * wid-edit.el (widget-default-active): Obey `:always-active'.
9881 (widget-documentation-string-value-create): Set `:always-active'.
9882
9883 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9884
9885 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9886 default prefix to `~/_emacs.d/auto-save.list/_s'.
9887 (normal-top-level): Create the directory for auto-save files, if
9888 it doesn't already exist (in the ms-dos case only).
9889
9890 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9891
9892 * international/mule-cmds.el (set-language-environment): Don't
9893 concat an integer (dos-codepage), use format instead.
9894
9895 2000-05-02 Dave Love <fx@gnu.org>
9896
9897 * help.el (help-xref-on-pp): Check for constant symbols.
9898
9899 2000-04-29 Gerd Moellmann <gerd@gnu.org>
9900
9901 * startup.el (normal-top-level): Put a condition-case around
9902 the code loading subdirs.el.
9903
9904 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9905
9906 * ps-print.el: Upside-down and face background color printing,
9907 line number step, doc fix.
9908 (ps-print-version): New version number (5.2).
9909 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9910 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9911 (ps-spool-config): Var fix.
9912 (ps-printer-name-option): Const fix.
9913 (ps-print-upside-down, ps-use-face-background)
9914 (ps-line-number-step): New vars.
9915 (ps-window-system, ps-lp-system): New consts.
9916 (ps-face-background): New fun.
9917
9918 2000-04-28 Richard Stallman <rms@gnu.org>
9919
9920 * files.el (make-auto-save-file-name):
9921 Apply auto-save-file-name-transforms to visited file name
9922 before generating auto save file name.
9923 (auto-save-file-name-transforms): New variable.
9924
9925 * files.el (backup-enable-predicate):
9926 Correctly test for a file under a temporary directory.
9927
9928 2000-04-28 Gerd Moellmann <gerd@gnu.org>
9929
9930 * subr.el (add-minor-mode): Rewritten.
9931
9932 2000-04-28 Kenichi Handa <handa@etl.go.jp>
9933
9934 * mail/sendmail.el (sendmail-send-it): Set
9935 buffer-file-coding-system to the selected coding system for MIME
9936 header.
9937
9938 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9939
9940 * dired.el (dired-move-to-filename-regexp): Allow format where
9941 YYYY is followed by two spaces.
9942
9943 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9944 in the second character class of the regexp.
9945
9946 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9947 mh-etc, too.
9948
9949 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9950 nil.
9951
9952 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9953
9954 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9955 argument.
9956
9957 2000-04-27 Sen Nagata <sen@eccosys.com>
9958
9959 * emacs-lisp/crm.el (crm-completion-table): New variable.
9960 (crm-collection-fn, crm-test-completion)
9961 (completing-read-multiple): Use it.
9962
9963 2000-04-27 Dave Love <fx@gnu.org>
9964
9965 * help.el (locate-library): Use mapc.
9966 (help-manyarg-func-alist): Add call-process-region.
9967
9968 2000-04-26 Gerd Moellmann <gerd@gnu.org>
9969
9970 * subr.el (add-minor-mode): Make argument MAP optional.
9971
9972 * desktop.el (desktop-save): Save list of minor modes.
9973 (desktop-create-buffer): Restore minor modes.
9974 (desktop-minor-mode-table): New user-option.
9975
9976 * subr.el (add-minor-mode): New function.
9977
9978 * image.el (find-image): New function.
9979 (defimage): Rewritten to find image at load time.
9980
9981 * startup.el (normal-top-level-add-to-load-path): Handle
9982 case that the default directory is not in load-path.
9983
9984 * help.el: Old patch from Stefan Monnier.
9985 (help-xref-on-pp): New function.
9986 (describe-variable): Use it to display xrefs in a symbol's value.
9987
9988 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9989
9990 * cus-edit.el (custom-face): Fix parenthesis.
9991
9992 2000-04-26 Kenichi Handa <handa@etl.go.jp>
9993
9994 * mail/rmail.el (rmail-expunge): When there are no deleted
9995 messages, do nothing.
9996
9997 2000-04-26 Dave Love <fx@gnu.org>
9998
9999 * international/mule-cmds.el (locale-translation-file-name):
10000 Defvar to nil.
10001 (set-locale-environment): Set it here (at runtime).
10002
10003 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10004
10005 * replace.el (perform-replace): Add parameters START and END. Use
10006 them instead of the check for a region in Transient Mark mode.
10007 (query-replace-read-args): Return two more list elements for the
10008 start and end of the region in Transient Mark mode.
10009 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10010 (map-query-replace-regexp, replace-string, replace-regexp): Add
10011 optional last arguments START and END and pass them to
10012 perform-replace.
10013
10014 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10015 form with additional arguments for perform-replace.
10016
10017 * progmodes/etags.el (tags-query-replace): Add parameters START
10018 and END. Construct a form with additional arguments for
10019 perform-replace.
10020
10021 * simple.el (shell-command): Set default directory for "*Shell
10022 Command Output" buffer.
10023
10024 * language/european.el (iso-latin-4): Fix typo.
10025
10026 * emacs-lisp/crm.el: New file.
10027
10028 2000-04-24 Dave Love <fx@gnu.org>
10029
10030 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10031 (Custom-reset-saved, Custom-reset-standard)
10032 (custom-group-value-create, custom-group-set, custom-group-save)
10033 (custom-group-reset-current, custom-group-reset-saved)
10034 (custom-group-reset-standard): Use mapc.
10035 (custom-buffer-create-internal): Disable undo when creating items.
10036 Use mapc.
10037 (custom-face): Avoid redundant lambda.
10038
10039 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10040
10041 * startup.el (auto-save-list-file-prefix): Set default to
10042 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10043
10044 2000-04-24 Sam Steingold <sds@gnu.org>
10045
10046 * time-stamp.el (time-stamp-string-preprocess): Always convert
10047 `field-result' to a string.
10048
10049 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10050
10051 * frame.el (scrolling): New group.
10052 (automatic-hscrolling): New user-option.
10053
10054 * startup.el (command-line-x-option-alist): Add `-lsp' and
10055 `--line-spacing'.
10056
10057 2000-04-19 Dave Love <fx@gnu.org>
10058
10059 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10060 (cl-mapc): Rename from mapc. Fix the funcall.
10061
10062 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10063
10064 * simple.el (clone-indirect-buffer-other-window): New command.
10065 (clone-indirect-buffer): Add optional arg NORECROD.
10066 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10067
10068 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10069
10070 * window.el (count-screen-lines): New function.
10071 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10072 instead of window-buffer-height.
10073
10074 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10075 non-existing variable comint-input-sentinel.
10076 (inferior-lisp-args-to-list): Removed.
10077 (inferior-lisp): Use split-string instead of
10078 inferior-lisp-args-to-list.
10079
10080 * hexl.el (hexl-insert-hex-string): New command.
10081
10082 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10083 instead of concat.
10084
10085 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10086
10087 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10088 at the start of an existing but empty folder.
10089
10090 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10091
10092 * ps-mule.el: Customization fix, doc fix.
10093 (ps-multibyte-buffer): Customization fix.
10094
10095 2000-04-17 Richard M. Stallman <rms@gnu.org>
10096
10097 * subr.el (read-passwd): Use read-char-exclusive.
10098
10099 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10100
10101 * textmodes/texinfo.el (texinfo-insert-@email)
10102 (texinfo-insert-@emph, texinfo-insert-@quotation)
10103 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10104 (texinfo-mode-map): Add key bindings for them.
10105
10106 * files.el (basic-save-buffer-2): Use a template with `$'
10107 instead of `#' for VMS.
10108
10109 * simple.el (clone-indirect-buffer): New function.
10110
10111 2000-04-16 Stephen Eglen <stephen@gnu.org>
10112
10113 * iswitchb.el (iswitchb-case): New function. If the user input
10114 contains any upper-case characters, the search is made
10115 case-sensitive.
10116
10117 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10118
10119 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10120 comment-end.
10121 (texinfo-font-lock-syntactic-keywords): New var.
10122 (texinfo-font-lock-keywords): Remove comment regexp.
10123 (texinfo-insert-block): New function.
10124 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10125 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10126 and font-lock-defaults. Use regexp-opt for outline-regexp.
10127 (texinfo-environments): New var.
10128 (texinfo-environment-regexp): Use regexp-opt and
10129 texinfo-environments.
10130
10131 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10132 ispell-process is bound since this might be eval'd before ispell
10133 is loaded.
10134 (ispell-message): Use a tiny bit less magic and a bit more hard
10135 data to figure out what kind of sc-cite-regexp to use.
10136
10137 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10138
10139 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10140 (insert-cyclic-diary-entry): Unquote the lambda.
10141
10142 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10143
10144 * files.el (backup-enable-predicate): Unquote the lambda.
10145
10146 * cus-edit.el (custom-face, face): Unquote the lambda.
10147
10148 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10149
10150 * ps-print.el: Check for line-beginning-position definition.
10151
10152 * ps-print.el: Fix counting lines in a region.
10153 (ps-print-version): New version number (5.1.5).
10154 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10155 (ps-printing-region): Fun code fix.
10156
10157 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10158
10159 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10160 to file-directory-p.
10161
10162 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10163
10164 * gud.el (gud-jdb-build-source-files-list): Check that directory
10165 exists before calling directory-files.
10166
10167 2000-04-13 Dave Love <fx@gnu.org>
10168
10169 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10170 syntax.
10171
10172 * emacs-lisp/cl-specs.el: Remove when, unless.
10173
10174 * emacs-lisp/cl-extra.el: Don't quote keywords.
10175 (cl-old-mapc): New variable.
10176 (mapc): Use it.
10177 (cl-map-intervals): Use with-current-buffer. Don't check for
10178 next-property-change.
10179 (cl-map-overlays): Use with-current-buffer.
10180 (cl-expt): Remove.
10181 (copy-tree, remprop): Define unconditionally.
10182
10183 * emacs-lisp/cl-compat.el (keywordp): Remove.
10184
10185 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10186 to use keywordp.
10187 (edebug-spec): Enable keywordp.
10188
10189 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10190 string-lessp.
10191
10192 * cus-start.el: Use keywordp.
10193
10194 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10195
10196 * diary-lib.el (include-other-diary-files): Fix the fix of
10197 2000-02-18 by doing a save-excursion.
10198
10199 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10200
10201 * ps-print.el: Customization fix, doc fix.
10202 (ps-print-version): New version number (5.1.4).
10203 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10204 (ps-print-preprint): Adjust code.
10205 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10206 (ps-print-prologue-header, ps-print-control-characters)
10207 (ps-spool-config): Customization fix.
10208
10209 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10210
10211 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10212 converted to the new menu-item format, names silightly changed,
10213 help strings added.
10214
10215 Support for spelling without async subprocesses:
10216
10217 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10218 (ispell-session-buffer): New variables.
10219 (ispell-start-process, ispell-process-status,
10220 ispell-accept-output, ispell-send-string): New functions, for
10221 Ispell invocation when async subprocesses aren't supported.
10222 (ispell-word, ispell-pdict-save, ispell-command-loop,
10223 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10224 to process-send-string with calls to ispell-send-string, and
10225 accept-process-output with ispell-accept-output.
10226 (ispell-init-process): Call ispell-process-status instead of
10227 process-status with.
10228 (ispell-init-process): Call ispell-start-process. Call
10229 ispell-accept-output and ispell-send-string. Don't call
10230 process-kill-without-query and kill-process if they are unbound.
10231 (ispell-async-processp): New function.
10232
10233 2000-04-12 Dave Love <fx@gnu.org>
10234
10235 * info.el: Add debug-ignored-errors.
10236 (Info-mode-menu): Add some items.
10237 (Info-directory): Add autoload cookie.
10238
10239 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10240 Modify `truncate-lines'. Make `describe-language-environment'
10241 always visible and add help. Modify `describe-key' help. Invoke
10242 Info-directory from `info'. New entry `emacs-manual'.
10243
10244 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10245
10246 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10247 propertized-buffer-identification.
10248 (ebrowse-update-member-buffer-mode-line): Likewise.
10249 (ebrowse--mode-strings): Removed.
10250 (ebrowse--mode-line-props): Removed.
10251
10252 * files.el (auto-mode-alist): Add `EBROWSE'.
10253
10254 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10255 space before testing for end of buffer.
10256 (ebrowse-load): Removed.
10257 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10258 (ebrowse-create-tree-buffer): Rewritten.
10259 (ebrowse-tree-mode): Read tree from buffer.
10260
10261 * progmodes/ebrowse-ffh.el: Removed.
10262
10263 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10264
10265 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10266
10267 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10268
10269 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10270 at the wrong place.
10271
10272 2000-04-09 Dave Love <fx@gnu.org>
10273
10274 * files.el (backup-enable-predicate): Use
10275 temporary-file-directory, small-temporary-file-directory.
10276 (make-backup-file-name-function, backup-directory-alist): New
10277 variables.
10278 (make-backup-file-name-1): New function.
10279 (make-backup-file-name): Use it.
10280 (find-backup-file-name): Likewise. Use format for clarity, not
10281 concat.
10282 (file-newest-backup): Use make-backup-file-name.
10283
10284 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10285
10286 * progmodes/ebrowse-ffh.el: New file.
10287
10288 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10289 to ebrowse-ffh.el.
10290 (ebrowse-load): Add autoload.
10291
10292 * finder.el (finder-commentary): Add autoload cookie.
10293
10294 * mail/rfc2368.el: Correct author's email address.
10295
10296 * progmodes/ebrowse.el: New file.
10297
10298 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10299 item help string.
10300 (easy-menu-do-add-item): Ditto.
10301 (easy-menu-define): Extend doc string.
10302
10303 * jit-lock.el (with-buffer-unmodified): Use
10304 restore-buffer-modified-p.
10305 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10306 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10307 with-buffer-unmodified.
10308
10309 2000-04-08 Dave Love <fx@gnu.org>
10310
10311 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10312 unless, when.
10313
10314 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10315
10316 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10317 (viper-flash-search-pattern): No operation when using Emacs
10318 doesn't support face.
10319 Use `viper-put-on-search-overlay'.
10320
10321 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10322
10323 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10324 like C-r.
10325
10326 * progmodes/make-mode.el: Some doc fixes.
10327 (makefile-mode-abbrev-table): New variable.
10328 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10329 (makefile-font-lock-keywords): Fontify includes and conditionals.
10330 (toplevel): Require `dabbrev' and `add-log' when compiling.
10331
10332 * replace.el (perform-replace): Don't move forward one char
10333 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10334 to do that because it leaves point 1 position after the last
10335 replacement, after everything has been replaced.
10336
10337 * jit-lock.el (with-buffer-unmodified): New macro.
10338 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10339 modified state.
10340 (jit-lock-function-1): Extracted from jit-lock-function; not
10341 preserving buffer's modified state.
10342 (jit-lock-function, jit-lock-stealth-fontify): Call
10343 jit-lock-function-1.
10344
10345 * mail/rfc2368.el: Remove supernumerary copyright line.
10346
10347 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10348
10349 * glasses.el: Provide facilities for inserting space before left
10350 parentheses and uncapitalization of identifiers.
10351 (glasses-mode): Try to remove old overlays in all cases.
10352
10353 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10354
10355 * progmodes/compile.el (compile-internal): Display the compilation
10356 buffer in a different frame, if it's already displayed there.
10357
10358 * mail/rfc2368.el: New file.
10359
10360 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10361 header and insert its value as mail body.
10362
10363 * subr.el (member-ignore-case): New function.
10364
10365 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10366 (dabbrev--find-expansion): Ignore buffers matching a regexp
10367 from dabbrev-ignored-regexps.
10368
10369 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10370 to extensions handled by gzip.
10371
10372 2000-04-03 Richard M. Stallman <rms@gnu.org>
10373
10374 * files.el (insert-directory): List the total free space
10375 along with the used space.
10376
10377 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10378 line is followed by one that matches CITATION-REGEXP, end the
10379 paragraph.
10380
10381 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10382
10383 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10384 (rmail-make-basic-summary-line): Use that option.
10385
10386 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10387
10388 * international/mule-cmds.el (encoded-string-description):
10389 Rewritten. Try pretty description for ISO 2022 escape sequences
10390 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10391 for hexadecimal format.
10392
10393 2000-04-01 Dave Love <fx@gnu.org>
10394
10395 * cpp.el: Change customization group to `c' from `C'.
10396
10397 * vcursor.el (vcursor-move): Use display-color-p.
10398
10399 * international/mule-util.el: Provide mule-utils.
10400 (string-to-sequence): Simplify and speed up.
10401
10402 * international/mule.el (make-coding-system): Purecopy doc-string.
10403
10404 * international/mule-cmds.el: Various menu changes.
10405 (describe-specified-language-support): Handle `Default'.
10406 (set-language-info): Purecopy `info'.
10407
10408 2000-03-31 Andrew Innes <andrewi@gnu.org>
10409
10410 * vc.el (vc-backend-diff): Return the correct status if we had to
10411 retry the rcsdiff command without the --brief option.
10412
10413 2000-03-31 Dave Love <fx@gnu.org>
10414
10415 * help.el (help-manyarg-func-alist): Correct several omissions.
10416
10417 * add-log.el: Don't require cl, fortran.
10418 (add-log-current-defun-function): Doc fix.
10419 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10420 fix.
10421 (change-log-version-rcs): Function deleted.
10422 (change-log-version-number-search): Doc fix. Use
10423 vc-workfile-version. Avoid CL dolist.
10424 (add-change-log-entry): Just call add-log-current-defun to get
10425 defun. Simplify somewhat.
10426 (change-log-get-method-definition-1): Likewise.
10427 (add-log-current-defun): Return nil if calling
10428 add-log-current-defun-function does so. Move Fortran stuff to
10429 fortran.el. Return string without properties.
10430
10431 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10432 and :alpha: char classes.
10433
10434 * mail/supercite.el: Defvar curline when compiling.
10435 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10436 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10437 rather than a-zA-Z0-9 to allow non-ASCII characters.
10438
10439 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10440
10441 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10442
10443 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10444 Re-enable new code.
10445
10446 * lpr.el (print-region-1): Use -d to specify printer name for
10447 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10448
10449 2000-03-31 Dave Love <fx@gnu.org>
10450
10451 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10452 for function definition in symbol's function value slot first
10453 instead of first consulting byte-compile-function-environment.
10454
10455 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10456
10457 * language/european.el ("Polish"): New language environment.
10458 (setup-polish-environment): New function.
10459
10460 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10461
10462 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10463 Disable new code.
10464
10465 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10466 trying to `load' the symbol of an autoload instead of the file
10467 recorded in the autoload. Fix error messages.
10468
10469 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10470
10471 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10472 (ps-print-version): New version number (5.1.3).
10473 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10474 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10475 (ps-generate-postscript-with-faces): Code fix.
10476 (ps-color-values): XEmacs compatibility.
10477 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10478 (ps-default-fg, ps-default-bg): Adjust customization.
10479 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10480 (ps-color-scale): Renaming old ps-color-value fun.
10481 (ps-print-headers): Replace ps-print-header group to avoid conflict
10482 with ps-print-header variable.
10483 (ps-print-miscellany): New group.
10484 (ps-format-color, ps-rgb-color): New funs.
10485 (ps-default-foreground): New var.
10486 (ps-printer-name-option): New const.
10487
10488 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10489
10490 * net/net-utils.el:
10491 (network-connection-host, network-connection-service): New variables
10492 (network-connection-mode): New mode, derived from comint-mode
10493 (network-connection-mode-setup): New function, saves host and
10494 service information in local variables.
10495
10496 * lisp/locate.el:
10497 (locate-word-at-point): Added this function
10498 (locate): Default to using locate-word-at-point as input
10499 Run dired-mode-hook
10500
10501 2000-03-29 Dave Love <fx@gnu.org>
10502
10503 * calendar/appt.el: Doc fixes.
10504 (appt-check): Convert min-to-app to a string before passing to
10505 appt-disp-window-function or concat.
10506 (appt-delete-window): Remove test for frame-root-window.
10507 (appt-select-lowest-window, appt-convert-time): Simplify.
10508
10509 * emacs-lisp/bytecomp.el: Doc fixes.
10510 (byte-compile-file-form-autoload): Update
10511 byte-compile-function-environment.
10512
10513 2000-03-29 Andreas Schwab <schwab@suse.de>
10514
10515 * emacs-lisp/autoload.el: Also print defsubst doc string
10516 specially.
10517
10518 * dired.el (dired-insert-directory): If dired-free-space-program
10519 failed just delete its output.
10520
10521 2000-03-29 Dave Love <fx@gnu.org>
10522
10523 * international/iso-cvt.el: Move provide to end. Doc fixes.
10524 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10525 (iso-iso2sgml, iso-sgml2iso): New functions.
10526 (iso-cvt-define-menu): Fix some entries and use backquote for
10527 clarity.
10528
10529 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10530
10531 2000-03-28 Gerd Moellmann <gerd@gnu.org>
10532
10533 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10534 ISO-DATE. If non-nil, return date in ISO 8601 format.
10535
10536 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10537
10538 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10539 if it ever becomes used.
10540 (log-edit-mode-hook): Default to vc-log-mode-hook.
10541 (log-edit-mode): Fix the docstring.
10542
10543 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10544 the code.
10545
10546 2000-03-26 Dave Love <fx@gnu.org>
10547
10548 * net/browse-url.el (browse-url): Re-fix case of
10549 browse-url-browser-function being an alist.
10550 (browse-url): Add :link to defgroup.
10551
10552 * files.el: Doc fixes.
10553 (file-truename): Include `[' in wildcard characters.
10554 (automount-dir-prefix): Customize.
10555 (find-file-wildcards): Add :version.
10556 (find-file-noselect): Simplify a mapcar call.
10557
10558 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10559 compatible with inf-lisp version.
10560 (eval-defun-1): Fix custom-declare-variable case.
10561
10562 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10565
10566 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10567
10568 * Makefile (COMPILE_FIRST): New macro.
10569 (compile-files): Compile files from COMPILE_FIRST first.
10570
10571 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10572 code.
10573
10574 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10575 matching open parenthesis in column 0 to defun-prompt-regexp
10576 only if open-paren-in-column-0-is-defun-start is set.
10577
10578 * sun-curs.el: Require CL at compile-time only.
10579
10580 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10581 instead of copy-list which is a function from CL.
10582 (msb--choose-menu, msb--mode-menu-cond)
10583 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10584 (msb--init-file-alist): Use mapcar instead of mapcan.
10585 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10586 `(' in column 0 in doc string.
10587 (msb--add-separators): Use mapcar instead of mapcan.
10588
10589 * cus-dep.el: Require CL at compile-time only.
10590
10591 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10592
10593 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10594 (byte-compile-warnings): New warning `noruntime'.
10595 (byte-compile-constants, byte-compile-variables): Fix docstring.
10596 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10597 execute `eval-whenc-compile's body.
10598 (byte-compile-unresolved-functions): Fix docstring.
10599 (byte-compile-eval): New function.
10600 (byte-compile-callargs-warn): Check if the function will be available
10601 at runtime (via property `byte-compile-noruntime').
10602 (byte-compile-print-syms): New function.
10603 (byte-compile-warn-about-unresolved-functions): Also warn about
10604 `noruntime' functions (and use `byte-compile-print-syms').
10605 (byte-compile-file): Capitalize the message.
10606
10607 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10608
10609 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10610 (rmail-expunge): Ask for confirmation depending on the setting
10611 of rmail-confirm-expunge.
10612
10613 2000-03-23 Gerd Moellmann <gerd@gnu.org>
10614
10615 * Makefile (bootstrap-clean): If $(emacs) exists, build
10616 loaddefs.el first. A loaddefs.el that's not up-to-date might
10617 cause a bootstrap failure because things don't autoload as
10618 expected.
10619
10620 2000-03-23 Dave Love <fx@gnu.org>
10621
10622 * net/browse-url.el: Restore previous use of
10623 browse-url-maybe-new-window.
10624
10625 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10626
10627 * ps-print.el: Skip banner page fix.
10628 (ps-print-version): New version number (5.1.2).
10629 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10630
10631 2000-03-23 Dave Pearson <davep@davep.org>
10632
10633 * net/quickurl.el Changed the type of parameter passed to the
10634 function defined by `quickurl-format-function'. Before only the
10635 text of the URL was passed. Now the whole URL structure is passed
10636 and the function is responsible for extracting the parts it
10637 requires. Changed the default of `quickurl-format-function'
10638 accordingly.
10639 (quickurl-insert): Changed the `funcall' of
10640 `quickurl-format-function' to match the above change.
10641 (quickurl-list-insert): Changed the `url' case so that it makes
10642 use of `quickurl-format-function', previous to this the format was
10643 hard wired.
10644
10645 2000-03-22 Gerd Moellmann <gerd@gnu.org>
10646
10647 * startup.el: Change some spellings for the X Window System.
10648
10649 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10650
10651 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10652 up the code and the regexp and make sure the cursor is temporarily
10653 moved to the suspicious line while querying the user.
10654
10655 2000-03-22 Jason Rumney <jasonr@gnu.org>
10656
10657 * w32-fns.el (w32-charset-info-alist): Initialize.
10658
10659 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10660
10661 * ps-print.el: N-up last page fix.
10662 (ps-print-version): New version number (5.1.1).
10663 (ps-end-file, ps-end-job, ps-generate): Code fix.
10664
10665 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10666
10667 * files.el (find-file-run-dired): Update docstring.
10668 (find-directory-functions): New hook.
10669 (find-file-noselect): Run find-directory-functions rather than
10670 calling dired directly.
10671
10672 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10673
10674 * pcvs.el: Add a minimal leading commentary.
10675 (cvs-make-cvs-buffer): Change the header part by removing the startup
10676 message and adding a `Module' entry. Also replace the FOOTER and
10677 HEADER special fileinfos with the new support in ewoc for updating
10678 its own footer and header.
10679 (cvs-update-header): Update to use the header/footer of the ewoc.
10680 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10681 (cvs-is-within-p): New function.
10682 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10683 to only examine some subset of the buffers.
10684
10685 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10686 `format' instead of our own ad-hoc functions.
10687 Remove HEADER and FOOTER cases, now handled in the EWOC.
10688 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10689
10690 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10691 output to avoid scaring the user.
10692 (cvs-parse-table): Catch message for non-up-to-date commits.
10693
10694 * pcvs-defs.el (cvs-startup-message): Remove.
10695 (cvs-global-menu): New autoloaded menu.
10696
10697 * pcvs-util.el (cvs-string-fill): Remove.
10698
10699 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10700 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10701 PP part of it and also make it work for footers and headers.
10702 (ewoc-create): Drop POS and BUFFER arguments.
10703 Use the DLL's dummy node to store the end-of-footer position.
10704 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10705 (ewoc-refresh): Remove unused `header' variable.
10706 (ewoc-(get|set)-hf): New functions.
10707
10708 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10709 log-view-*-(message|file) and use easy-mmode-define-navigation.
10710 (log-view-message-re): Match SCCS format as well.
10711 And match the revision line rather than the dashed separator line.
10712 (log-view-mode): Use the new define-derived-mode.
10713 (log-view-current-tag): Fill in with an actual implementation.
10714
10715 * cvs-status.el (cvs-status-(prev|next)): Rename from
10716 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10717 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10718 to let the output "breathe" a little more (more readable).
10719 (cvs-status-mode): Use the new define-derived-mode.
10720
10721 * smerge-mode.el (smerge-auto-leave): New function and variable.
10722 (smerge-basic-map): Rename from smerge-basic-keymap.
10723 Change the bindings for smerge-diff-*.
10724 (smerge-*-map): Use easy-mmode-defmap.
10725 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10726 (smerge-keep-*): Use smerge-auto-leave.
10727
10728 2000-03-21 Jason Rumney <jasonr@gnu.org>
10729
10730 * cus-edit.el (custom-button-face): Use 3D look for w32.
10731 (custom-button-pressed-face): Likewise.
10732
10733 2000-03-21 Gerd Moellmann <gerd@gnu.org>
10734
10735 * progmodes/etags.el (tags-case-fold-search): New user-option.
10736 (tags-loop-eval): New function. Bind case-fold-search around eval
10737 depending on the value of tags-case-fold-search.
10738 (tags-loop-continue): Use tags-loop-eval.
10739 (find-tag-in-order): Bind case-fold-search depending on the value
10740 of tags-case-fold-search.
10741
10742 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10743
10744 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10745 (diff-end-of-hunk): Return the end position for use in
10746 `easy-mmode-define-navigation'.
10747 (diff-recenter): Remove.
10748 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10749 of `easy-mmode-define-navigation'.
10750 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10751 previous renaming) and fix to use new names.
10752 (diff-merge-strings): Use \n as separator: simpler, faster.
10753 (diff-mode): Use `define-derived-mode'.
10754
10755 * derived.el (define-derived-mode): Don't autoload anymore.
10756 Prefer the macro-only version provided by easy-mmode.el.
10757
10758 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10759 `easy-mmode-define-derived-mode'.
10760 Use `combine-run-hooks'.
10761 (easy-mmode-define-navigation): New macro.
10762
10763 * subr.el (combine-run-hooks): New function.
10764
10765 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
10766
10767 * term/x-win.el: Fontsets related initialization is simplified.
10768
10769 * international/mule-diag.el (describe-font): Don't refer to
10770 global-fontset-alist, instead call font-list.
10771 (describe-fontset, list-fontsets, mule-diag): Likewise.
10772 (print-fontset): Adjusted for the change of fontset
10773 implementation.
10774
10775 * international/fontset.el (x-charset-registries): Variable
10776 removed, instead the corresponding data is stored in the default
10777 fontset.
10778 (register-alternate-fontnames): Function removed.
10779 (resolved-ascii-font): Variable removed.
10780 (x-compose-font-name): Ignore the second argument REDOCE.
10781 (x-complement-fontset-spec): Complement only an ASCII font and
10782 element for those charsets than can use that ASCII font.
10783 (generate-fontset-menu): Don't refer to global-fontset-alist,
10784 instead call fontset-list.
10785 (uninstantiated-fontset-alist): Variable removed.
10786 (x-style-funcs-alist): Likewise.
10787 (fontset-default-styles): Likewise.
10788 (x-modify-font-name): Function removed.
10789 (create-fontset-from-fontset-spec): Ignore the argument
10790 STYLE-VARIANT.
10791 (create-fontset-from-ascii-font): Docsting adjusted for the above
10792 change.
10793 (instantiate-fontset, resolve-fontset-name): Functions removed.
10794 (fontset-list): Now implemented by C code.
10795
10796 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10797 (describe-face): Include `font' attribute in the description.
10798
10799 2000-03-21 Kenichi Handa <handa@etl.go.jp>
10800
10801 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10802
10803 2000-03-20 Gerd Moellmann <gerd@gnu.org>
10804
10805 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10806 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10807 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10808
10809 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10810 about behavior of set-buffer-modified-p wrt redisplay.
10811
10812 2000-03-19 Richard M. Stallman <rms@gnu.org>
10813
10814 * view.el (view-mode-disable): Kill local binding of view-read-only.
10815
10816 2000-03-18 Gerd Moellmann <gerd@gnu.org>
10817
10818 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10819 is a string, convert it to a syntax cell using string-to-syntax.
10820
10821 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10822 (string-to-syntax): New function.
10823
10824 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10825 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10826 try to use passive ftp mode.
10827
10828 2000-03-17 Gerd Moellmann <gerd@gnu.org>
10829
10830 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10831
10832 * simple.el (append-to-buffer): Update point of windows after
10833 insertion.
10834
10835 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10836 forward then moving backward. Reindent.
10837
10838 * frame.el (other-frame): Call x-focus-frame only if
10839 focus-follows-mouse is off.
10840
10841 2000-03-17 Dave Love <fx@gnu.org>
10842
10843 * pcvs-util.el (cvs-strings->string): Rename
10844 replace-regexps-in-string.
10845
10846 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10847
10848 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10849 regexp for labels cannot span several lines.
10850
10851 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10852 `(setq :<key> ':<key>)' to the macro expansion.
10853
10854 2000-03-16 Dave Love <fx@gnu.org>
10855
10856 * progmodes/f90.el (f90): Put custom group under `languages', not
10857 `fortran'.
10858 (f90-mode-hook): Customize.
10859 (f90-mode): Set add-log-current-defun-function.
10860 (f90-current-defun): New function.
10861
10862 2000-03-16 Gerd Moellmann <gerd@gnu.org>
10863
10864 * cus-edit.el (custom-variable-tag-face): Handle case that
10865 default face's height is not a number.
10866 (custom-face-tag-face, custom-group-tag-face-1)
10867 (custom-group-tag-face): Ditto.
10868 (custom-group-tag-face-1): Add :group.
10869
10870 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10871
10872 2000-03-15 Gerd Moellmann <gerd@gnu.org>
10873
10874 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10875 requiring easymenu.
10876
10877 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10878
10879 * ps-print.el: PostScript user-defined prologue, PostScript error
10880 handler, doc fix.
10881 (ps-print-version): New version number (5.1).
10882 (ps-user-defined-prologue, ps-error-handler-message)
10883 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10884 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10885 (ps-insert-string): New function.
10886
10887 2000-03-15 Kenichi Handa <handa@etl.go.jp>
10888
10889 * international/ccl.el (ccl-compile-expression): Don't generate
10890 invalid self-assignment code.
10891
10892 2000-03-14 Dave Love <fx@gnu.org>
10893
10894 * subr.el (replace-regexp-in-string): Renamed from
10895 replace-regexps-in-string. Doc fix.
10896
10897 2000-03-12 Dave Love <fx@gnu.org>
10898
10899 * cus-edit.el: Doc fixes.
10900 (customize-set-variable, customize-save-variable): Rename args for
10901 doc.
10902 (custom-variable-tag-face, custom-face-tag-face)
10903 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10904 style which user identify as hyperlink.
10905 (hook): Don't add undefined functions to the hook.
10906 (debug-ignored-errors): Transfer message from bindings.el.
10907
10908 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10909
10910 * recentf.el (recentf-keep-non-readable-files-p): Remove
10911 double/nested definition.
10912
10913 2000-03-12 Dave Love <fx@gnu.org>
10914
10915 * facemenu.el (facemenu-get-face): Use display-color-p.
10916 * enriched.el (enriched-decode-foreground): Likewise.
10917 (enriched-decode-background): Likewise.
10918 * isearch.el (isearch-highlight): Likewise.
10919 * info-look.el (info-lookup): Likewise.
10920 * simple.el (completion-setup-function): Likewise.
10921
10922 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10923 :options.
10924
10925 * bindings.el (mode-line-format): Fix line-number and
10926 column-number items. Add help-echo for the background.
10927 (mode-line-mule-info): Modify help-echo.
10928
10929 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
10930
10931 * files.el (load-file): Allow completion to .elc.
10932
10933 * man.el: Doc fixes.
10934 (Man-init-defvars): Use display-color-p to set fontification.
10935
10936 * play/hanoi.el (hanoi-internal): Don't use oddp.
10937
10938 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10939
10940 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10941
10942 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10943
10944 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10945
10946 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10947 Fix comment.
10948
10949 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10950
10951 * font-lock.el (font-lock-keywords): Fix the doc now that
10952 regexp-opt-depth is unnecessary.
10953 (save-buffer-state): Set an edebug spec.
10954 (font-lock-fontify-anchored-keywords): Properly handle the case when
10955 the matcher goes past the limit.
10956
10957 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10958 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10959
10960 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10961 dll.el and cookie.el (from Elib) with heavy renaming and other
10962 massaging.
10963
10964 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10965 Autoload the functions used.
10966 (easy-mmode-define-syntax): Fix CL typo.
10967 (easy-mmode-define-derived-mode): Improve the docstring generation.
10968
10969 2000-03-10 Gerd Moellmann <gerd@gnu.org>
10970
10971 * textmodes/texinfo.el (texinfo-version): Variable and function
10972 removed.
10973
10974 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10975
10976 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10977 allow more flexibility.
10978 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10979 fns.
10980 (easy-mmode-defmap, easy-mmode-defsyntax)
10981 (easy-mmode-define-derived-mode): New macros.
10982
10983 2000-03-09 Didier Verna <didier@xemacs.org>
10984
10985 * rect.el (replace-rectangle): New function.
10986
10987 2000-03-09 Dave Love <fx@gnu.org>
10988
10989 * progmodes/fortran.el (fortran-comment-line-start): Define as
10990 "C".
10991 (fortran-comment-line-start-skip): Don't match cpp stuff.
10992 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10993 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10994 (fortran-mode): Don't set fortran-comment-line-start-skip,
10995 fortran-comment-line-start here. Set comment-start,
10996 add-log-current-defun.
10997 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10998 (fortran-current-defun): New function.
10999
11000 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11001
11002 * emacs-lisp/re-builder.el: New file.
11003
11004 * mouse.el (mouse-drag-region): Don't run up-event handler
11005 if hscroll has changed.
11006
11007 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11008 builtin operators, use `font-lock-builtin-face' for Emacs and
11009 `font-lock-preprocessor-face' otherwise.
11010
11011 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11012 `(defun (setf foo)' differently.
11013
11014 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11015
11016 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11017 (regexp-opt): Update comment and adapt the code the new meaning of
11018 the `paren' argument of regex-opt-group for shy-groups.
11019 (regexp-opt-depth): Handle shy groups as well as backslashed
11020 backslashes.
11021 (regexp-opt-group): Turn the leading comment into a docstring.
11022 Allow `paren' to be a string (the string to use to open a group).
11023 Remove open-presuf and close-presuf. Instead of checking for `all
11024 one-char' and then later on check for `several one-char', handle
11025 both cases close together. Also apply a more generic algorithm
11026 for suffixes (the mirror image of the algorithm used for
11027 prefixes). Use shy-groups. Use nreverse rather than reverse.
11028 (regexp-opt-try-suffix): Removed.
11029
11030 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11031 from comint-mode-map, so we can just inherit from it. Also, move
11032 the initialization into the `defvar' since there's no docstring
11033 anyway and it's fairly short.
11034 (inferior-scheme-mode): Define it as derived-mode: the code is
11035 shorter and this way we inherit from comint-mode-map rather than
11036 copying it.
11037
11038 * subr.el (replace-regexps-in-string): Properly handle the case
11039 where we match an empty string.
11040
11041 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11042 when the command has a directory component (such as "./testml").
11043 Also fix a typo in the comment.
11044
11045 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11046
11047 * Makefile (compile-files): Compile files one by one because
11048 that's the only way to ensure a clean compilation environment for
11049 each individual file.
11050
11051 * frame.el (other-frame): Call x-focus-frame.
11052
11053 2000-03-07 Dave Love <fx@gnu.org>
11054
11055 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11056 :require to defcustom.
11057
11058 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11059 lists.
11060
11061 * files.el (auto-mode-alist): Add configure.in.
11062
11063 * progmodes/autoconf.el: New file.
11064
11065 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11066
11067 * mail/mh-e.el: Change maintainer to `none'.
11068
11069 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11070 to remove-hook and add-hook.
11071
11072 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11073
11074 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11075 it as the default.
11076 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11077 (sendmail-send-it): Conditionally add MIME headers specifying the
11078 used character set.
11079
11080 2000-03-07 Dave Love <fx@gnu.org>
11081
11082 * winner.el: Fix keywords, autoload cookies. Split
11083 eval-when-compile form to avoid compilation failure.
11084
11085 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11086
11087 * international/mule.el: Modify comment about coding system
11088 property `coding-category'.
11089 (make-coding-system): New argument EOL-TYPE. Pay attention to
11090 coding-category property of PROPERTIES.
11091
11092 * international/mule-conf.el (coding-category-utf-8,
11093 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11094 categories. Include them in the argument for set-coding-priority.
11095
11096 * international/mule-cmds.el (reset-language-environment): Include
11097 coding-category-utf-8, coding-category-utf-16-be, and
11098 coding-category-utf-16-le in the argument for set-coding-priority.
11099 (reset-language-environment): Initialize coding-category-utf-8,
11100 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11101
11102 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11103
11104 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11105 code abstracted out of `bookmark-jump-noselect'. Now tries info
11106 extensions as well as compression extensions.
11107 (bookmark-jump-noselect): Use above new func.
11108
11109 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11110
11111 * strokes.el: Change maintainer's mail address.
11112
11113 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11114
11115 * international/mule-diag.el (list-character-sets): Make help-echo
11116 string by substitute-command-keys.
11117 (list-character-sets): Likewise.
11118 (sort-listed-character-sets): Call help-setup-xref.
11119
11120 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11121
11122 * time.el (display-time-mail-file): Add `none' to the list of
11123 choices.
11124
11125 2000-03-01 Dave Love <fx@gnu.org>
11126
11127 * help.el (help-xref-go-back): Don't try to set position.
11128
11129 * international/mule-diag.el (list-character-sets): Call
11130 help-setup-xref. Add help-echo to xrefs.
11131 (list-character-sets-1): Add help-echo to xrefs.
11132
11133 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11134
11135 * frame.el (blink-cursor-mode): Switch cursor on when turning
11136 the mode off.
11137
11138 * add-log.el (add-log-current-defun): Add support for
11139 Autoconf mode.
11140
11141 * mail/rmail.el (rmail-quit-hook): New variable.
11142
11143 2000-03-01 Dave Love <fx@gnu.org>
11144
11145 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11146
11147 * help.el (help-xref-button): Add help-echo arg.
11148 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11149
11150 * faces.el (list-faces-display): Supply help-echo with
11151 help-make-xrefs.
11152
11153 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11154 nil.
11155
11156 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11157
11158 * image.el (defimage): Look for image files in load-path.
11159
11160 * frame.el (busy-cursor-delay-seconds): Change type to
11161 `number'.
11162
11163 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11164
11165 * recentf.el (recentf): Added version tag to the defgroup of
11166 recentf.
11167
11168 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11169
11170 * recentf.el (recentf-cleanup): Changed to remove excluded file
11171 too.
11172 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11173 action to select/unselect a file.
11174 (recentf-edit-list): Code cleanup and improvement.
11175 (recentf-open-more-files-action): `recentf-open-more-files' button
11176 widget action to open a file.
11177 (recentf-open-more-files): No more use standard completion but
11178 widgets.
11179 (recentf-more-collection): Deleted.
11180 (recentf-more-history): Deleted.
11181 (recentf-setup-more-completion): Deleted.
11182
11183 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11184
11185 * recentf.el (recentf-mode): No more needs that Emacs is running
11186 under a window-system.
11187
11188 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11189
11190 * recentf.el (recentf-edit-list): New command to edit the recent
11191 list which allow the user to remove files.
11192 (recentf-edit-selected-items): New global variable, used by
11193 `recentf-edit-list' to hold the list of files to be removed from
11194 the recent list.
11195 (recentf-make-menu-items): Updated to display a "Edit list..."
11196 menu item. Minor code cleanup.
11197
11198 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11199
11200 * recentf.el (recentf-open-more-files): New command to open files
11201 that are not displayed in the menu.
11202 (recentf-more-collection): New global variable holding the set of
11203 permissible completions used by `recentf-open-more-files'.
11204 (recentf-more-history): New global variable holding the history list
11205 used by `recentf-open-more-files' completion.
11206 (recentf-setup-more-completion): New function to setup completion for
11207 `recentf-open-more-files'.
11208 (recentf-make-menu-items): Updated to display a "More..." menu item.
11209
11210 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11211
11212 * recentf.el (recentf-menu-action): Doc fixed.
11213
11214 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11215
11216 * recentf.el (recentf-menu-filter): Doc updated.
11217 (recentf-update-menu-hook): Allow menu filters to force menu update.
11218 (recentf-make-menu-items): New menu filter handling.
11219 (recentf-make-menu-item): New helper function.
11220 (recentf-menu-elements): New menu handling function.
11221 (recentf-sort-ascending): Updated to new menu filter handling.
11222 (recentf-sort-descending): Updated to new menu filter handling.
11223 (recentf-sort-basenames-ascending): New menu filter function.
11224 (recentf-sort-basenames-descending): New menu filter function.
11225 (recentf-show-basenames): New menu filter function.
11226 (recentf-show-basenames-ascending): New menu filter function.
11227 (recentf-show-basenames-descending): New menu filter function.
11228
11229 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11230
11231 * diary-lib.el (list-diary-entries): Don't try to go forward at
11232 the end of the buffer.
11233
11234 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11235
11236 * international/mule-diag.el (list-character-sets): Completely
11237 rewritten.
11238 (sort-listed-character-sets): New function.
11239 (list-character-sets-1): Completely rewritten.
11240 (list-character-sets-2): New function.
11241 (non-iso-charset-alist): New variable.
11242 (decode-codepage-char): New function.
11243 (charset-history): New variable.
11244 (read-charset) (list-block-of-chars)
11245 (list-iso-charset-chars)
11246 (list-non-iso-charset-chars)
11247 (list-charset-chars): New functions.
11248 (mule-diag): Call list-character-sets-2, not
11249 list-character-sets-2.
11250 (dump-charsets): Likewise.
11251
11252 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11253
11254 * dired-x.el (dired-filename-at-point): Add `@' to valid
11255 file name characters.
11256 (dired-filename-at-point): Handle ange-ftp file names.
11257
11258 * frame.el (frame-notice-user-settings): Use assq-delete-all
11259 instead of assoc-delete-all.
11260 (frame-notice-user-settings): Ditto.
11261
11262 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11263 Don't copy alist.
11264
11265 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11266
11267 * calculator.el (calculator-use-menu): New option.
11268 (calculator-initial-bindings): Changed some bindings to work as
11269 macros.
11270 (calculator-forced-input): Removed.
11271 (calculator-restart-other-mode): New variable.
11272 (calculator-mode-map): Set up menu.
11273
11274 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11275
11276 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11277 tags.
11278
11279 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11280
11281 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11282 translate all ESC key sequences.
11283 (viper-goto-mark-subr): restore markers for files for which
11284 they were saved.
11285 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11286 * viper-util.el (viper-set-replace-overlay-glyphs,
11287 viper-set-replace-overlay): always check if the replacement
11288 overlay is live.
11289 * viper.el (viper-vi-state-mode-list): added major modes.
11290 * ediff-wind.el: minor comment changes.
11291 * ediff.el: copyright notice date fix.
11292
11293 2000-02-27 Jason Rumney <jasonr@gnu.org>
11294
11295 * faces.el (face-font-family-alternatives): Add arial to helv.
11296 (mode-line, header-line, tool-bar): Same default as x for w32.
11297 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11298 face-font-family-alternatives from working.
11299 * term/w32-win.el (mouse-set-font): Do not build fontset from
11300 chosen font.
11301
11302 2000-02-25 Sam Steingold <sds@goems.com>
11303
11304 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11305 properly.
11306
11307 2000-02-25 Richard M. Stallman <rms@gnu.org>
11308
11309 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11310
11311 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11312
11313 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11314 writable.
11315
11316 * frame.el (busy-cursor-delay-seconds): New option.
11317
11318 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11319
11320 * frame.el (show-cursor-in-non-selected-windows): New option.
11321
11322 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11323
11324 * diary-lib.el (include-other-diary-files): Undo the selective
11325 display in any included file and don't kill it.
11326
11327 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11330 bar. Menu items converted to (menu-item format, help strings
11331 added.
11332 [downcase, upcase]: Don't enable on MS-DOS.
11333 [symlink, symlinks]: Don't show if make-symbolic-link is not
11334 bound.
11335 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11336
11337 2000-02-23 Dave Love <fx@gnu.org>
11338
11339 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11340 (backward-kill-word): Revert addition of * to interactive spec --
11341 it's a feature.
11342
11343 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11344 (backward-kill-sentence, kill-sentence): Likewise.
11345
11346 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11347 scratch buffer name.
11348 (gud-format-command): Use int-to-string in ?l case. Simplify
11349 slightly.
11350
11351 * term/w32-win.el (internal-face-interactive): Update prompt for
11352 new read-face-name.
11353
11354 * mail/footnote.el (footnote): Add :version to defgroup.
11355 (footnote-section-tag-regexp): Customize.
11356 (footnote-start-tag, footnote-end-tag): New option.
11357 (footnote-latin-regexp): New variable.
11358 (Footnote-latin): New function.
11359 (footnote-style-alist): Add element for latin style.
11360 (footnote-style): Moved.
11361 (Footnote-goto-footnote): Use eq to test arg.
11362
11363 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11364
11365 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11366 (byte-compile-trueconstp): Include keywords.
11367 (byte-optimize-quote, byte-optimize-lapcode): Use
11368 byte-compile-const-symbol-p.
11369 (byte-optimize-char-before): New optimization.
11370
11371 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11372 (byte-compile-const-symbol-p): New function.
11373 (byte-compile-constp, byte-compile-out-toplevel)
11374 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11375 Use it.
11376
11377 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11378
11379 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11380
11381 * international/encoded-kb.el: Be sure to update minor-mode-alist
11382 and minor-mode-map-alist.
11383 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11384 codes SS2 and SS3 correctly.
11385 (encoded-kbd-self-insert-ccl): New function.
11386 (encoded-kbd-setup-keymap): New function.
11387 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11388 by calling encoded-kbd-setup-keymap.
11389
11390 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11391 characters.
11392 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11393 locally.
11394
11395 2000-02-22 Dave Love <fx@gnu.org>
11396
11397 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11398 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11399 defvar.
11400 (lisp-mode-syntax-table): Set up for #|...|# comments.
11401 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11402 classes. Match `defface'.
11403 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11404 (eval-defun-1): Fix for defcustom.
11405 (lisp-indent-region): Doc fix.
11406
11407 * subr.el (when, unless, split-string): Doc fix.
11408 (read-passwd): Move call of clear-this-command-keys to the right
11409 place.
11410 (replace-regexps-in-string): New function.
11411
11412 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11413
11414 * help.el (describe-variable): Set syntax table to
11415 emacs-lisp-mode-syntax-table when moving forward over the
11416 symbol's name.
11417
11418 2000-02-22 Dave Love <fx@gnu.org>
11419
11420 * xt-mouse.el: Doc fixes.
11421 (xterm-mouse-position-function): New function, replacing advice of
11422 mouse-position.
11423 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11424
11425 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11426
11427 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11428
11429 * format.el (format-annotate-single-property-change): Handle
11430 properties.with dotted-list values.
11431 (format-proper-list-p): New function.
11432
11433 * enriched.el (enriched-face-ans): Handle '(foreground-color
11434 . COLOR) and (background-color . COLOR).
11435
11436 2000-02-20 Dave Love <fx@gnu.org>
11437
11438 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11439 and assignments to it.
11440 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11441 current local map.
11442 (make-flyspell-overlay): Use it.
11443 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11444
11445 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11446 (lm-get-header-re): Defun, not defsubst.
11447 (lm-get-package-name): Defun, not defsubst. Simplify.
11448 (lm-version): Doc fix. Simplify.
11449 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11450 (lm-crack-address, lm-last-modified-date, lm-commentary)
11451 (lm-verify, lm-synopsis): Simplify.
11452 (lm-report-bug): Require emacsbug. Use compose-mail.
11453
11454 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11455
11456 * dired.el (dired-mode): Call propertized-buffer-identification
11457 to set mode-line-buffer-identification to something having
11458 the right text properties.
11459
11460 * bindings.el (propertized-buffer-identification): New function.
11461
11462 2000-02-20 Dave Love <fx@gnu.org>
11463
11464 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11465 check for t-mouse too.
11466
11467 * cus-start.el: Make echo-keystrokes `number'.
11468
11469 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11470
11471 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11472 Don't call ring-empty-p unless tags-location-ring is bound.
11473 From Noah Friedman <friedman@splode.com>.
11474
11475 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11476
11477 * progmodes/hideshow.el (hs-flag-region): No longer use
11478 `intangible' overlay property.
11479
11480 (hs-toggle-hiding): New command.
11481 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11482
11483 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11484 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11485 and deactivation.
11486
11487 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11488
11489 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11490
11491 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11492
11493 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11494
11495 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11496 of `*' to handle `(* ... *)' comments.
11497
11498 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11499
11500 * faces.el (list-faces-display): Use display-mouse-p instead of
11501 window-system.
11502
11503 * menu-bar.el (global-map): Menu-bar items converted to the new
11504 format (menu-item..., rearranged for better CUA compliance, and
11505 their names changed for better clarity. Help strings added.
11506
11507 * international/mule-cmds.el (mule-menu-keymap)
11508 (describe-language-environment-map, set-coding-system-map)
11509 (setup-language-environment-map): Convert to new (menu-item...
11510 form, add help strings. Change names of menu items for better
11511 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11512 submenu).
11513
11514 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11515
11516 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11517 within the code.
11518
11519 2000-02-16 Dave Love <fx@gnu.org>
11520
11521 * faces.el: Don't require custom. Add more specific :groups to
11522 various deffaces.
11523 (set-face-attribute): Purecopy args.
11524 (read-face-name): Default to name at point and use it in prompt.
11525 Remove colon from arg in all callers.
11526 (list-faces-display): Hyperlink to face descriptions and customize
11527 buffers.
11528
11529 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11530
11531 * wid-edit.el (widget-match-inline): An atom never matches a
11532 list.
11533
11534 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11535
11536 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11537 at ':' characters by call to split-string.
11538
11539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11540
11541 * textmodes/bibtex.el: Added RCS version identification.
11542
11543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11544
11545 * textmodes/bibtex.el: Some temporary comments removed.
11546 (bibtex-field-name, bibtex-entry-type): Made the relationship
11547 explicit.
11548 (bibtex-field-const): Allow capital letters.
11549 (bibtex-start-of-string): Deleted because unused.
11550
11551 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11552 use the term 'reference' to describe a bibtex entry as a whole.
11553 Further, reference keys are no longer called 'labels'.
11554 (bibtex-keys): Renamed to bibtex-reference-keys.
11555 (bibtex-reformat-previous-labels): Renamed to
11556 bibtex-reformat-previous-reference-keys.
11557 (bibtex-reference-type): Renamed to bibtex-entry-type.
11558 (bibtex-reference-head): Renamed to bibtex-entry-head.
11559 (bibtex-reference-maybe-empty-head): Renamed to
11560 bibtex-entry-maybe-empty-head.
11561 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11562 (bibtex-search-reference): Renamed to bibtex-search-entry.
11563 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11564 bibtex-enclosing-entry-maybe-empty-head.
11565 (bibtex-entry-field-alist, bibtex-entry-head,
11566 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11567 bibtex-map-entries, bibtex-search-entry,
11568 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11569 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11570 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11571 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11572 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11573 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11574 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11575
11576 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11577
11578 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11579 comment.
11580 (bibtex-format-field-delimiters): New function, functionality
11581 extracted from bibtex-format-entry.
11582 (bibtex-autokey-get-yearfield-digits): New function, functionality
11583 extracted from bibtex-autokey-get-yearfield.
11584
11585 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11586 entries in order to avoid stack overflow in the regexp matcher if
11587 field contents become large.
11588 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11589 bibtex-field-string-part-not-braced,
11590 bibtex-field-string-part-no-inner-braces,
11591 bibtex-field-string-part-1-inner-brace,
11592 bibtex-field-string-part-2-inner-braces,
11593 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11594 bibtex-field-string-quoted, bibtex-field-string,
11595 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11596 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11597 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11598 as parsing is now performed by the following functions.
11599 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11600 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11601 bibtex-parse-field-string, bibtex-search-forward-field-string,
11602 bibtex-parse-association, bibtex-field-name-for-parsing,
11603 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11604 bibtex-search-forward-field, bibtex-search-backward-field,
11605 bibtex-start-of-field, bibtex-end-of-field,
11606 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11607 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11608 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11609 bibtex-parse-string, bibtex-search-forward-string,
11610 bibtex-search-backward-string, bibtex-start-of-string,
11611 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11612 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11613 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11614 entries. Instead of reporting the results of the parsing by
11615 match-beginning or match-end, these functions return data structures
11616 that hold the corresponding positions.
11617 (bibtex-enclosing-field): Changed to also report field boundaries by
11618 return values rather than by match-beginning or match-end. The
11619 following functions have been adapted to use the new parsing
11620 functions.
11621 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11622 bibtex-enclosing-field, bibtex-format-entry,
11623 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11624 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11625 bibtex-print-help-message, bibtex-end-of-entry,
11626 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11627 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11628 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11629 method for parsing.
11630 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11631 bibtex-map-entries, bibtex-flash-head,
11632 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11633 bibtex-autokey-change, bibtex-autokey-get-namefield,
11634 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11635 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11636 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11637 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11638 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11639 order to make the new binding of case-fold-search immediately
11640 visible.
11641
11642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11643
11644 * textmodes/bibtex.el: Copyright notice is up to date.
11645 Added constant 'bibtex-maintainer-salutation.
11646
11647 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11648 than make-temp-name, use match-string-no-properties and eliminate
11649 a quadratic behavior when building bibtex-strings.
11650
11651 * bibtex.el (bibtex-reference-key): Accept string entries whose
11652 reference key contains upper case letters.
11653
11654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11655
11656 * bibtex.el (bibtex-reference-head): Allow entries to start with
11657 a new line.
11658
11659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11660
11661 * bibtex.el: Hiding of entry bodies is not longer provided by
11662 bibtex.el directly. Instead the hideshow package can be used.
11663 Added a special bibtex entry to hs-special-modes-alist.
11664 (bibtex-hs-forward-sexp): Added for hideshow.el.
11665
11666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11667
11668 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11669 at ':' characters by call to split-string.
11670
11671 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11672
11673 * textmodes/bibtex.el: Added RCS version identification.
11674
11675 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11676
11677 * textmodes/bibtex.el: Some temporary comments removed.
11678 (bibtex-field-name, bibtex-entry-type): Made the relationship
11679 explicit.
11680 (bibtex-field-const): Allow capital letters.
11681 (bibtex-start-of-string): Deleted because unused.
11682
11683 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11684 use the term 'reference' to describe a bibtex entry as a whole.
11685 Further, reference keys are no longer called 'labels'.
11686 (bibtex-keys): Renamed to bibtex-reference-keys.
11687 (bibtex-reformat-previous-labels): Renamed to
11688 bibtex-reformat-previous-reference-keys.
11689 (bibtex-reference-type): Renamed to bibtex-entry-type.
11690 (bibtex-reference-head): Renamed to bibtex-entry-head.
11691 (bibtex-reference-maybe-empty-head): Renamed to
11692 bibtex-entry-maybe-empty-head.
11693 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11694 (bibtex-search-reference): Renamed to bibtex-search-entry.
11695 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11696 bibtex-enclosing-entry-maybe-empty-head.
11697 (bibtex-entry-field-alist, bibtex-entry-head,
11698 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11699 bibtex-map-entries, bibtex-search-entry,
11700 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11701 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11702 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11703 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11704 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11705 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11706 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11707
11708 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11709
11710 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11711 comment.
11712 (bibtex-format-field-delimiters): New function, functionality
11713 extracted from bibtex-format-entry.
11714 (bibtex-autokey-get-yearfield-digits): New function, functionality
11715 extracted from bibtex-autokey-get-yearfield.
11716
11717 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11718 entries in order to avoid stack overflow in the regexp matcher if
11719 field contents become large.
11720 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11721 bibtex-field-string-part-not-braced,
11722 bibtex-field-string-part-no-inner-braces,
11723 bibtex-field-string-part-1-inner-brace,
11724 bibtex-field-string-part-2-inner-braces,
11725 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11726 bibtex-field-string-quoted, bibtex-field-string,
11727 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11728 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11729 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11730 as parsing is now performed by the following functions.
11731 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11732 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11733 bibtex-parse-field-string, bibtex-search-forward-field-string,
11734 bibtex-parse-association, bibtex-field-name-for-parsing,
11735 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11736 bibtex-search-forward-field, bibtex-search-backward-field,
11737 bibtex-start-of-field, bibtex-end-of-field,
11738 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11739 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11740 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11741 bibtex-parse-string, bibtex-search-forward-string,
11742 bibtex-search-backward-string, bibtex-start-of-string,
11743 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11744 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11745 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11746 entries. Instead of reporting the results of the parsing by
11747 match-beginning or match-end, these functions return data structures
11748 that hold the corresponding positions.
11749 (bibtex-enclosing-field): Changed to also report field boundaries by
11750 return values rather than by match-beginning or match-end. The
11751 following functions have been adapted to use the new parsing
11752 functions.
11753 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11754 bibtex-enclosing-field, bibtex-format-entry,
11755 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11756 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11757 bibtex-print-help-message, bibtex-end-of-entry,
11758 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11759 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11760 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11761 method for parsing.
11762 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11763 bibtex-map-entries, bibtex-flash-head,
11764 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11765 bibtex-autokey-change, bibtex-autokey-get-namefield,
11766 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11767 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11768 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11769 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11770 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11771 order to make the new binding of case-fold-search immediately
11772 visible.
11773
11774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11775
11776 * textmodes/bibtex.el: Copyright notice is up to date.
11777 Added constant 'bibtex-maintainer-salutation.
11778
11779 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11780 than make-temp-name, use match-string-no-properties and eliminate
11781 a quadratic behavior when building bibtex-strings.
11782
11783 * bibtex.el (bibtex-reference-key): Accept string entries whose
11784 reference key contains upper case letters.
11785
11786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11787
11788 * bibtex.el (bibtex-reference-head): Allow entries to start with
11789 a new line.
11790
11791 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11792
11793 * bibtex.el: Hiding of entry bodies is not longer provided by
11794 bibtex.el directly. Instead the hideshow package can be used.
11795 Added a special bibtex entry to hs-special-modes-alist.
11796 (bibtex-hs-forward-sexp): Added for hideshow.el.
11797
11798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11799
11800 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11801 proceedings entry type (for cross referencing). Thanks to Wagner
11802 Toledo Correa for the suggestion.
11803
11804 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11805
11806 2000-02-14 Kenichi Handa <handa@etl.go.jp>
11807
11808 * international/characters.el: Setup case table for Vietnamese.
11809
11810 2000-02-12 Gerd Moellmann <gerd@gnu.org>
11811
11812 * uniquify.el (toplevel): Require CL at compile time.
11813 (uniquify-push): Removed.
11814
11815 * shadowfile.el (shadow-when): Removed.
11816
11817 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11818 (tempo-process-and-insert-string): Use dolist instead of
11819 tempo-dolist.
11820
11821 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11822 regexp for paragraph-start.
11823
11824 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11825 commas as well.
11826
11827 2000-02-10 Dave Love <fx@gnu.org>
11828
11829 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11830 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11831 Deleted.
11832 (widget-specify-field, widget-specify-button): Don't use
11833 widget-mouse-help as help-echo property.
11834 (default): Use #'ignore for :validate and :mouse-down-action.
11835 (checkbox): Add help-echo.
11836 (widget-sexp-validate): Rewritten to clarify error messages.
11837 (character): Use char-valid-p in :match function.
11838 (widget-color-complete): Use facemenu-color-alist.
11839 (widget-color-action): Use facemenu-read-color.
11840
11841 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11842 set up `caar' &c that we now have.
11843
11844 2000-02-09 Ray Blaak <blaak@gnu.org>
11845
11846 * delphi.el: Make resourcestring a declaration region, like const
11847 and var.
11848
11849 2000-02-09 Dave Love <fx@gnu.org>
11850
11851 * bindings.el (mode-line-input-method-map): New variable.
11852 (mode-line-mule-info): Use it; fix last change.
11853 (mode-line-mode-menu): Move definition.
11854 (mode-line-mouse-sensitive-p): Deleted.
11855 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11856 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11857 level.
11858
11859 * startup.el (command-line-1): Don't call
11860 make-mode-line-mouse-sensitive.
11861
11862 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11863
11864 * mail/rmail.el (rmail-retry-failure): Use
11865 rmail-beginning-of-message before rmail-toggle-header, because the
11866 former toggles headers.
11867
11868 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11869
11870 * diff-mode.el (diff-kill-junk): New interactive function.
11871 (diff-reverse-direction): Use delete-and-extract-region.
11872 (diff-post-command-hook): Restrict the area so that the hook also works
11873 outside of any diff hunk. This is necessary for the minor-mode.
11874 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11875 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11876
11877 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11878 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11879 so that it can be used more easily in <foo>-mode-hook. Also make sure
11880 to avoid duplicate entries.
11881 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11882 (font-lock-remove-keywords): Just as was done for `add', allow it to
11883 work even if font-lock-mode is nil. Also make sure we don't modify
11884 any pre-existing list by forcing a copy-sequence. Finally rename
11885 `major-mode' to `mode'.
11886 (font-lock-fontify-syntactic-anchored-keywords)
11887 (font-lock-fontify-anchored-keywords)
11888 (font-lock-fontify-keywords-region): Use line-end-position.
11889 Don't make `font-lock-multiline' local (it's now done in
11890 font-lock-set-defaults).
11891 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11892 move the `font-lock-fontified' creation to inside the `unless'.
11893
11894 2000-02-06 Andrew Innes <andrewi@gnu.org>
11895
11896 * term/w32-win.el (x-handle-args): Comment out call to message,
11897 which occurs before window system is initialized.
11898
11899 * makefile.nt: Add support for recompiling lisp code.
11900
11901 2000-02-04 Dave Love <fx@gnu.org>
11902
11903 * bindings.el (mode-line-mule-info): Fix/extend last change.
11904
11905 * completion.el: Replace completion-dolist with dolist.
11906
11907 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11908 dotimes.
11909
11910 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11911
11912 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11913 environment names before they go into the section regexp.
11914
11915 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11916 char class in regexp.
11917
11918 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11919 `case-fold-search' to nil.
11920
11921 * progmodes/idlwave.el (idlwave-template): Respect
11922 `idlwave-abbrev-change-case'.
11923 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11924 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11925 idlwave-while): respect `idlwave-reserved-word-upcase'.
11926 (idlwave-rw-case): New function.
11927 (idlwave-statement-match): Fixed problem with assignment regexp.
11928 (idlwave-font-lock-keywords): Improved regexp for keyword
11929 parameters.
11930 (idlwave-surround): New argument LENGTH to support padding of
11931 operators longer than 1 char.
11932
11933 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11934 idlwave-shell-expression-overlay. Implemented printing of
11935 expressions on higher levels of the calling stack.
11936 (idlwave-shell-display-level-in-calling-stack): Restore stack
11937 level.
11938 (idlwave-retrieve-expression-from-level): New function.
11939 (idlwave-shell-last-calling-stack): Variable removed.
11940 (idlwave-shell-reset): Argument action reversed (`visible' to
11941 `hidden'). Also remove stop-line overlay.
11942 (idlwave-shell-calling-stack-routine): New variable.
11943 (idlwave-shell-parse-stack-and-display): Messages now display
11944 negative level numbers.
11945 (idlwave-shell-mode): Set `modeline-format'.
11946 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11947 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11948 21.
11949 (idlwave-shell-print-expression-function): New option.
11950
11951 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11952 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11953 `tool-bar' instead of `toolbar'.
11954
11955 2000-02-02 Dave Love <fx@gnu.org>
11956
11957 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11958 emacs-lisp-mode-hook. Don't check for defalias being defined.
11959
11960 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11961 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11962 the new builtins directly.
11963
11964 * whitespace.el (whitespace): Add :version to defgroup.
11965
11966 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11967 Doc fix.
11968
11969 * thingatpt.el (sexp-at-point, symbol-at-point)
11970 (number-at-point, list-at-point): Add autoload cookie.
11971
11972 * recentf.el (recentf): Add :version to defgroup.
11973
11974 * quickurl.el (quickurl): Add :version to defgroup.
11975
11976 * elide-head.el (elide-head): Use point-marker more.
11977
11978 * bs.el (bs): Add :version to defgroup.
11979
11980 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11981
11982 * progmodes/delphi.el (delphi): Add :version to defgroup.
11983
11984 2000-02-02 Gerd Moellmann <gerd@gnu.org>
11985
11986 * ange-ftp.el (ange-ftp-write-region): Handle case that
11987 succeeding process operation sets a different coding system.
11988
11989 * calculator.el: New file.
11990
11991 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11992
11993 * frame.el (frames-on-display-list, framep-on-display): New
11994 functions.
11995 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11996 (display-selections-p, display-screens, display-pixel-width)
11997 (display-pixel-height, display-mm-width, display-mm-height)
11998 (display-backing-store, display-save-under, display-planes)
11999 (display-color-cells, display-visual-class): New functions.
12000
12001 * term/tty-colors.el (tty-color-gray-shades): New function.
12002
12003 * faces.el (display-color-p): Use framep-on-display.
12004 (display-grayscale-p): New function.
12005
12006 2000-01-31 Dave Love <fx@gnu.org>
12007
12008 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12009 (create-fontset-from-x-resource): Don't concat integers.
12010
12011 2000-01-31 Inge Frick <inge@nada.kth.se>
12012
12013 * view.el: Some changes in documentation. Removed some trailing
12014 whitespace. Changed some parameter names to agree with
12015 documentation.
12016 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12017 window is not deleted. Modifies change 1998-04-26.
12018
12019 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12020
12021 * windmove.el: New file.
12022
12023 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12024 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12025 progmodes/ebnf-yac.el: Update copyright and license info.
12026
12027 * jit-lock.el (jit-lock-function): Widen before calculating end
12028 position.
12029 (jit-lock-stealth-chunk-start): Rewritten.
12030
12031 * info.el (Info-title-face-alist): Removed.
12032 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12033 faces.
12034 (Info-fontify-node): Use these faces.
12035
12036 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12037
12038 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12039 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12040 `&allow-other-keywords'.
12041
12042 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12043 the list of directories scanned heuristically.
12044
12045 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12046 exist.
12047
12048 2000-01-30 Jason Rumney <jasonr@gnu.org>
12049
12050 * w32-fns.el: Define w32-tty-standard-colors.
12051
12052 * startup.el (command-line): Use w32-tty-standard-colors when in
12053 w32 console mode.
12054
12055 2000-01-30 Dave Love <fx@gnu.org>
12056
12057 * jka-compr.el (jka-compr-load): Fix up load-history.
12058
12059 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12060
12061 * emacs-lisp/cl-macs.el: Revert previous change.
12062
12063 2000-01-29 Dave Love <fx@gnu.org>
12064
12065 * facemenu.el: Purecopy various strings.
12066
12067 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12068 years. Deal with three-digit years.
12069
12070 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12071 defconst, purecopy.
12072 (help-back-label): Purecopy it.
12073
12074 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12075
12076 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12077 variable. If non-nil, order the buffer list according to the
12078 currently selected frame.
12079 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12080 non-nil, pass the selected frame to function buffer-list.
12081
12082 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12083
12084 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12085
12086 2000-01-28 Dave Love <fx@gnu.org>
12087
12088 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12089
12090 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12091 Don't use lisp-indent-hook property.
12092 (cl-abs): Remove.
12093
12094 * subr.el: Move out indent and edebug specs for when and unless.
12095
12096 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12097 when, unless.
12098
12099 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12100 unless, when.
12101
12102 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12103
12104 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12105 `collecting' as synonym for `collect'.
12106
12107 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12108 for the case it contains spaces.
12109
12110 * simple.el (what-cursor-position): Change formatting of
12111 messages.
12112
12113 * frame.el (delete-other-frames): New function.
12114 (toplevel): Bind it to C-x 5 1.
12115
12116 * sort.el (sort-numeric-base): New option.
12117 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12118 interpret it as octal or hexadecimal. Use sort-numeric-base
12119 as default base.
12120
12121 * progmodes/glasses.el: New file.
12122
12123 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12124
12125 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12126 userids differently.
12127
12128 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12129 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12130 progmodes/ebnf-yac.el: New files.
12131
12132 2000-01-26 Dave Love <fx@gnu.org>
12133
12134 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12135 on a function with an empty body. [From Eric Ludlam.]
12136
12137 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12138
12139 * vc.el (vc-version-diff): Make sure file name is expanded.
12140
12141 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12142
12143 * scroll-bar.el (scroll-bar-timer): Variable removed.
12144 (scroll-bar-toolkit-scroll): Don't use a timer.
12145
12146 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12147
12148 * language/thai-util.el (thai-composition-function): Delete
12149 superfluous `a'.
12150
12151 2000-01-24 Dave Love <fx@gnu.org>
12152
12153 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12154 end-of-defun-function.
12155
12156 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12157 &c.
12158
12159 2000-01-22 Jason Rumney <jasonr@gnu.org>
12160
12161 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12162 conflicts with new face support.
12163
12164 2000-01-22 Richard M. Stallman <rms@gnu.org>
12165
12166 * replace.el (query-replace): Rename last arg to DELIMITED.
12167 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12168 (query-replace-regexp): Likewise.
12169
12170 2000-01-20 Richard M. Stallman <rms@gnu.org>
12171
12172 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12173
12174 * emacs-lisp/lisp.el (beginning-of-defun-function):
12175 Variable renamed from beginning-of-defun.
12176 Do not call make-variable-buffer-local.
12177 (beginning-of-defun-raw): Use new variable name; doc fix.
12178 (beginning-of-defun): Doc fix.
12179 (end-of-defun-function): Variable renamed from end-of-defun.
12180 Do not call make-variable-buffer-local.
12181 (end-of-defun): Use new variable name; doc fix.
12182
12183 * subr.el (dolist, dotimes): Copied from cl-macs.el
12184 and made to work.
12185
12186 * mail/undigest.el (rmail-digest-end-regexps):
12187 Variable replaces rmail-digest-end-regexp.
12188 Allows multiple regexps for detecting the end line.
12189 (undigestify-rmail-message): Corresponding changes.
12190
12191 2000-01-19 Dave Love <fx@gnu.org>
12192
12193 * files.el (user-init-file): Don't declare here -- is primitive.
12194
12195 * startup.el (command-line): Check for compiled user-init-file and
12196 set to uncompiled version if necessary.
12197
12198 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12199
12200 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12201 (undigestify-rmail-message): Use it.
12202
12203 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12204
12205 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12206
12207 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12208 of mini-buffer.
12209
12210 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12211
12212 * emacs-lisp/copyright.el (copyright-update): Removed the
12213 requirement for a trailing space from `copyright-regexp', to
12214 support copyrights with owner specified on a separate line..
12215
12216 * align.el: New file.
12217
12218 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12219
12220 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12221
12222 2000-01-13 Dave Love <fx@gnu.org>
12223
12224 * ph.el: Removed. (Obsoleted by EUDC.)
12225
12226 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12227
12228 * net/eudc.el (toplevel): Remove autoloaded code installing
12229 menu with easymenu, because that causes build problems.
12230
12231 * frame.el (frame-notice-user-settings): New variable.
12232 (frame-notice-user-settings): Don't modify frame parameters
12233 if called a second time.
12234
12235 2000-01-13 Richard M. Stallman <rms@gnu.org>
12236
12237 * frame.el (frame-notice-user-settings):
12238 Notice default-frame-parameters even for non-window frames.
12239
12240 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12241
12242 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12243 for Emacs.
12244 (eudc-bob-can-display-inline-images): Extend for Emacs.
12245 (eudc-bob-toggle-inline-display): Ditto.
12246 (eudc-bob-display-jpeg): Ditto.
12247
12248 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12249
12250 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12251 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12252 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12253
12254 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12255 nil)'.
12256
12257 * subdirs.el: Add `net' directory.
12258
12259 * net: New directory.
12260
12261 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12262 eval-last-sexp. Don't bind debug-on-error here.
12263 (eval-last-sexp): New function. Bind debug-on-error if
12264 eval-expression-debug-on-error is non-nil.
12265 (eval-defun-2, eval-defun): Likewise.
12266
12267 * simple.el (eval-expression): Don't bind debug-on-error if
12268 eval-expression-debug-on-error is nil. Detect changed
12269 debug-on-error, and propagate new value to global binding, if
12270 eval-expression-debug-on-error is non-nil,
12271 (eval-expression-debug-on-error): Change doc string.
12272
12273 2000-01-11 Richard M. Stallman <rms@gnu.org>
12274
12275 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12276
12277 * emacs-lisp/lisp-mode.el (with-syntax-table):
12278 Set up lisp-indent-function property.
12279
12280 * subr.el (with-syntax-table): Moved from simple.el.
12281
12282 * simple.el (with-syntax-table): Moved to subr.el.
12283
12284 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12285
12286 * tmm.el (tmm-shortcut): Delete region after prompt instead
12287 of erasing buffer.
12288
12289 * textmodes/fill.el (fill-common-string-prefix): New function.
12290 (fill-context-prefix): Use the longest common prefix of first
12291 and second line fill prefix, if there is one.
12292
12293 2000-01-11 Richard M. Stallman <rms@gnu.org>
12294
12295 * array.el (array-mode): Don't use make-variable-buffer-local.
12296 Use make-local-variable for `truncate-lines'.
12297
12298 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12299
12300 * add-log.el (add-log-current-defun): Handle user-defined
12301 add-log-current-function returning nil,
12302
12303 * add-log.el (add-change-log-entry): Insert version number
12304 if having found a current function
12305
12306 * add-log.el (add-log-current-defun): Call
12307 `add-log-current-defun-function'. Try matches at level 0 and
12308 level 1. Strip whitespace from defun found.
12309
12310 2000-01-10 John Wiegley <johnw@gnu.org>
12311
12312 * allout.el (isearch-done/outline-provisions): Added `edit'
12313 argument to correspond with the current definition of
12314 `isearch-done'.
12315
12316 2000-01-10 Dave Love <fx@gnu.org>
12317
12318 * elide-head.el (elide-head): Use point-marker, not point.
12319
12320 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12321
12322 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12323 before and after the year 2000.
12324
12325 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12326 Add ispell- prefix.
12327
12328 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12329
12330 * ispell.el: Only define dictionaries in menus when they exist.
12331 (version18p): New variable.
12332 (version20p): New variable.
12333 (xemacsp): New variable.
12334 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12335 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12336 (ispell-dictionary-alist6): Russian command lines no longer accept
12337 run-together words.
12338 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12339 (ispell-dictionary-alist): Add koi8-r to customize definition.
12340 (check-ispell-version): Added documentation string. Returns
12341 library path when called non-interactively.
12342 (ispell-menu-map-needed): Uses new variables.
12343 (ispell-library-path): New variable.
12344 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12345 (ispell-word): Improved documentation string. Test for valid
12346 character mappings. Correctly check typed in word changes that can
12347 result in single words split into multiple words. Returns
12348 replacement word.
12349 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12350 replace in recursive query replace mode. Help message for
12351 recursive edit mode.
12352 (ispell-show-choices): Protect against bad framepop bindings.
12353 (ispell-help): Fix to work with XEmacs.
12354 (ispell-highlight-spelling-error): Use new variables.
12355 (ispell-overlay-window): Fix to work with XEmacs.
12356 (ispell-parse-output): Passed and returns location information
12357 tracking spelling corrections. Doesn't recheck same word on
12358 current line.
12359 (ispell-init-process): Protect against bogus XEmacs variable binding.
12360 Fix call to single argument in sleep-for. Use new variables.
12361 (ispell-region): Passed and returns location information tracking
12362 spelling corrections. Doesn't check same word on current line.
12363 Improved documentation string. Doesn't resend a line already
12364 checked to the ispell process - fixes bug in LaTeX parsing.
12365 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12366 (ispell-skip-region): No longer skips <TT> in SGML.
12367 (ispell-process-line): Tracks location information with spelling
12368 corrections. Added documentation string. Accounts for words
12369 already accepted on this line. Don't allow query-replace on line
12370 starting with math characters. Doesn't resend a line already sent
12371 to ispell process. Fixes alignment error bug.
12372
12373 2000-01-10 Richard M. Stallman <rms@gnu.org>
12374
12375 * dired-x.el (dired-guess-shell-alist-default):
12376 Suggest xloadimage, which is free, not xv, which isn't.
12377
12378 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12379 Don't ever include the host name or user name in the value.
12380
12381 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12382
12383 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12384 of a real newline.
12385
12386 2000-01-09 Stephen Eglen <stephen@gnu.org>
12387
12388 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12389 for .png files.
12390
12391 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12392
12393 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12394
12395 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12396
12397 * progmodes/cperl-mode.el: Replace ^F with ^L.
12398
12399 * sendmail.el (toplevel): Provide `sendmail' when compiling
12400 before `require'ing rmail and mailalias to prevent infinite
12401 recursion.
12402
12403 2000-01-08 Dave Love <fx@gnu.org>
12404
12405 * emacs-lisp/backquote.el: Remove inappropriate customization
12406 (allowing custom.el to use backquote).
12407
12408 2000-01-07 Dave Love <fx@gnu.org>
12409
12410 * add-log.el (add-log-debugging): Deleted.
12411 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12412 file. Remove debugging code.
12413 (change-log-get-method-definition, change-log-name): Add doc.
12414 (change-log-sortable-date-at): New function.
12415 (change-log-merge): New command.
12416
12417 * time.el (display-time-string-forms): Make the Mail string active.
12418 (display-time-update): Provide help-echo for load average.
12419
12420 * bindings.el (make-mode-line-mouse2-map): New function.
12421 (mode-line-modified): Use it and simplify.
12422 (mode-line-mule-info): Provide help-echo info.
12423 (minor-mode-alist): Activate the strings.
12424 (make-mode-line-mouse-sensitive): Simplify for
12425 mode-line-buffer-identification.
12426
12427 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12428
12429 * play/pong.el: New file.
12430
12431 2000-01-06 Dave Love <fx@gnu.org>
12432
12433 * array.el: Assorted cleanups for compiler warnings, doc strings,
12434 `array-' prefix for symbols.
12435
12436 2000-01-05 Dave Love <fx@gnu.org>
12437
12438 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12439 outline-headers-as-kill.
12440 (outline-mode): Define imenu-generic-expression.
12441 (outline-headers-as-kill): New command.
12442
12443 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12444 from paragraph-start.
12445 (paragraph-indent-minor-mode): New command.
12446
12447 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12448 M-C-e, M-C-h, C-j, C-xnd, TAB.
12449 (fortran-mode): Set beginning-of-defun, end-of-defun.
12450 (fortran-column-ruler): Simplify.
12451 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12452 (fortran-with-subprogram-narrowing): Likewise.
12453 (fortran-indent-subprogram): Call mark-defun.
12454 (fortran-check-for-matching-do): Change narrowing.
12455
12456 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12457 (cl-lucid-hash-tag): Delete.
12458 (cl-hash-table-p): Correct test for native table.
12459 (cl-hash-table-count): Use hash-table-count.
12460
12461 * browse-url.el (browse-url): Fix case of
12462 browse-url-browser-function being an alist.
12463
12464 2000-01-05 Carsten Dominik <cd@gnu.org>
12465
12466 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12467 (reftex-index-phrase-file-extension): New options.
12468
12469 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12470 Use new option `reftex-index-phrase-file-extension'.
12471
12472 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12473 `reftex-parse-file-extension'.
12474
12475 2000-01-05 Dave Love <fx@gnu.org>
12476
12477 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12478 (beginning-of-defun-raw): Use it.
12479 (end-of-defun): New variable.
12480 (end-of-defun): Use it.
12481 (check-parens): New command.
12482
12483 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12484
12485 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12486 (hs-show-block): Don't use `mapcar' when not accumulating.
12487
12488 Fix buglet in local variables initialization.
12489
12490 2000-01-05 Andreas Schwab <schwab@suse.de>
12491
12492 * hscroll.el (hscroll): Doc fix.
12493
12494 2000-01-05 Carsten Dominik <cd@gnu.org>
12495
12496 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12497 idlw-toolbar.
12498
12499 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12500 file idlw-rinfo.el.
12501 (idlwave-customize): load must read file idlw-shell.el.
12502 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12503
12504 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12505
12506 * progmodes/idlw-shell.el: Also provide idlwave-shell
12507 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12508 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12509
12510 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12511 both reftex-dcr and reftex-vcr.
12512
12513 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12514
12515 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12516
12517 * ps-print.el: PostScript code now is in separate files, doc fix.
12518 (ps-print-version): New version number (5.0.3).
12519 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12520 local.
12521 (ps-spool-config): Initialization fix.
12522 (ps-print-prologue-1, ps-print-prologue-2)
12523 (ps-print-duplex-feature): PostScript code moved to separated file.
12524 (ps-background-image): Little code reformating.
12525 (ps-begin-file, ps-begin-job): Fix code.
12526 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12527 (ps-prologue-file): New fun.
12528
12529 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12530
12531 * ps-vars.el: Eliminated.
12532
12533 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12534 `;;;###autoload'.
12535
12536 * ps-print.el: ps-vars eliminated, doc fix.
12537 (ps-print-version): New version number (5.0.2).
12538 (ps-spool-config): Initialization fix.
12539 (ps-print-customize): New fun.
12540
12541 2000-01-04 Gerd Moellmann <gerd@gnu.org>
12542
12543 * autorevert.el (auto-revert-mode): Return value of
12544 auto-revert-mode.
12545
12546 2000-01-04 Dave Love <fx@gnu.org>
12547
12548 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12549 menu items.
12550
12551 2000-01-03 Dave Love <fx@gnu.org>
12552
12553 * elide-head.el (elide-head) [defgroup]: Add :version.
12554
12555 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12556 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12557 `cl-hash-table-p', not `hash-table-p'.
12558 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12559
12560 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12561
12562 * faces.el (face-read-integer, read-face-attribute)
12563 (color-defined-p, color-values): unspecified-{f,b}g are now
12564 strings.
12565
12566 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12567
12568 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12569 at comment end, and re-insert them after filling.
12570
12571 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12572
12573 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
12574 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12575 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
12576
12577 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12578
12579 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12580 the new name of face-color-supported-p.
12581
12582 * term/w32-win.el (xw-defined-colors): Likewise.
12583
12584 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12585
12586 * simple.el (completion-setup-function): Count completion-size
12587 from minibuffer-prompt-end, not from point-min.
12588
12589 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12590
12591 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12592 Pass the frame to tty-color-* functions.
12593 (display-color-p, frame-set-background-mode): Pass the frame to
12594 tty-display-color-p.
12595
12596 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12597 tty-color-alist.
12598 (tty-color-alist, tty-modify-color-alist): New functions.
12599 (tty-color-define, tty-color-clear, tty-color-approximate)
12600 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12601 an optional parameter FRAME.
12602
12603 2000-01-01 Gerd Moellmann <gerd@gnu.org>
12604
12605 * image.el (create-image, defimage): Don't assume image data is a
12606 string.
12607
12608 * image.el (defimage): Handle specifications containing :data
12609 instead of :file.
12610 (image-type-from-data): New function.
12611 (image-type-from-file-header): Use it.
12612 (create-image): Add parameter DATA-P.
12613
12614 See ChangeLog.8 for earlier changes.
12615
12616 ;; Local Variables:
12617 ;; coding: iso-2022-7bit
12618 ;; End: