]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(comment-indent): Paren typo.
[gnu-emacs] / lisp / ChangeLog
1 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-indent): Paren typo.
4
5 2000-11-14 Dave Love <fx@gnu.org>
6
7 * cmuscheme.el: Doc fixes.
8 (cmuscheme) <defgroup>: Use `scheme' as parent.
9 (cmuscheme-program-name): Remove. Change uses to
10 scheme-program-name.
11
12 * xscheme.el (scheme-program-name): Don't define here.
13
14 * progmodes/scheme.el (scheme-program-name): New variable
15 (originally in cmuscheme).
16
17 2000-11-14 Miles Bader <miles@gnu.org>
18
19 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
20 Handle header-lines. Don't loop forever if we can't enlarge the
21 window anymore. Simplify a bit.
22
23 2000-11-14 Kenichi Handa <handa@etl.go.jp>
24
25 * window.el (fit-window-to-buffer): Don't check
26 window-text-height. Assure that the last line is fully visible.
27
28 * international/quail.el (quail-show-guidance-buf): Call
29 fit-window-to-buffer to assure the enough height of the guidance
30 buffer.
31 (quail-update-guidance): Avoid making the guidance buffer shorter.
32
33 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
34
35 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
36 rather than `prepend' and add an interesting comment.
37 (tex-math-face, tex-font-lock-syntactic-face-function):
38 New face and function to use it.
39 (tex-define-common-keys, tex-mode-map): Use menu-item rather
40 than `menu-enable' symbol property.
41 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
42 (tex-mode): Add some latex-mode commands for auto-selection.
43 Use tex-font-lock-syntactic-face-function.
44 (tex-insert-quote): Simplify.
45 (tex-shell): New mode.
46 (tex-start-shell): Use it.
47 (tex-shell-proc, tex-shell-buf): New functions.
48 (tex-send-command): Use it.
49 (tex-main-file): Fix the meaning of the new arg REALFILE.
50 (tex-send-tex-command): New function split from `tex-start-tex'.
51 Set compilation-last-buffer and compilation-parsing-end.
52
53 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
54 when it follows non-comment text on the line.
55
56 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
57 Set font-lock-defaults.
58 (lisp-mode-shared-map): Init inside the defvar.
59 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
60 Use define-derived-mode.
61
62 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
63
64 * faces.el (header-line): Use `:box nil' for color/gs displays too.
65
66 2000-11-14 Gerd Moellmann <gerd@gnu.org>
67
68 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
69 recursively optimize body because that can lead to infinite
70 recursion; see comment there.
71
72 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * faces.el (face-spec-set-match-display): Revert the change from
75 2000-10-24. Add a FIXME for after v21.1.
76
77 2000-11-13 Miles Bader <miles@gnu.org>
78
79 * textmodes/fill.el (skip-line-prefix): New function.
80 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
81 (fill-paragraph): Don't leave point inside the fill-prefix.
82 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
83 point inside the fill-prefix.
84
85 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
86
87 * calendar/calendar.el (generate-calendar-window): Use
88 `fit-window-to-buffer'.
89
90 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
91
92 * gud.el (gud-minor-mode): New var.
93 (gud-symbol, gud-val): New functions.
94 (gud-find-file): Copy gud-minor-mode to the new buffer.
95 (gud-menu-map): Include entries for commands that are not always
96 available, using :enable to (de)activate them.
97 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
98 (gud-mode-map): New map.
99 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
100 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
101 Don't set up gud's menu (it's done by the minor-mode).
102 (gud-minibuffer-local-map): New.
103 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
104 (gud-query-cmdline): New function.
105 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
106 (gud-mode): Use define-derived-mode.
107 Don't set up gud's menu (it's done by the minor-mode).
108 (gud-chop-words): Remove.
109 (gud-common-init): Use split-string instead.
110 (gud-new-keymap, gud-make-debug-menu): Eradicate.
111
112 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
113 Add keyword arg :name.
114
115 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
116 (diff-count-matches, diff-split-hunk): New functions.
117 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
118
119 * pcvs-info.el (cvs-fi-conflict-face): New var.
120
121 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
122 Make it into a simple syntax-table, shared among all submodes.
123 (sh-heredoc-face): Re-introduce.
124 (sh-font-lock-syntactic-face-function): New function.
125 (sh-mode): Use it. Also use define-derived-mode.
126 Remove old bogus setting of indent-region-function.
127 (sh-set-shell): Don't set the syntax-table any more.
128 (sh-mode-syntax-table) <defun>: Remove.
129
130 2000-11-12 Miles Bader <miles@gnu.org>
131
132 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
133 message if interactive.
134
135 2000-11-12 Dave Love <fx@gnu.org>
136
137 * mail/feedmail.el: Fix header,
138 (feedmail) <defgroup>: Add :link.
139
140 * view.el: Use local-map property, not keymap on mode-line string.
141
142 * scroll-all.el (scroll-all-mode): Customize variable. Add
143 autoload cookie to function.
144
145 * lazy-lock.el: Remove compatibility code.
146
147 * finder.el (finder-known-keywords): Add `files', remove `vms'.
148 (finder-help-echo): New variable.
149 (finder-mouse-face-on-line): Add help-echo stuff.
150 (finder-list-keywords, finder-list-matches): Use mapc.
151
152 * faces.el (face-font-registry-alternatives): Add :version.
153
154 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
155 tags-table-list.
156
157 * net/browse-url.el (browse-url-browser-function): Update :version.
158
159 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
160 (mail-mode): Use [:alnum:] in some regexps.
161
162 2000-11-10 Dave Love <fx@gnu.org>
163
164 * ediff.el (ediff-regions-internal, ediff-documentation):
165 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
166 fundamental mode.
167
168 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
169 buffer into fundamental mode.
170 (ediff-set-difference): Use copy-sequence if available.
171
172 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
173 ediff-patch-map non-nil.
174 (ediff-fixup-patch-map, ediff-fixup-patch-map)
175 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
176 buffer into fundamental mode.
177
178 * ediff-merg.el (state-or-merge): Defvar when compiling.
179
180 2000-11-10 Jason Rumney <jasonr@gnu.org>
181
182 * w32-fns.el (w32-add-charset-info): New function.
183 (w32-charset-info-alist): Use it.
184
185 2000-11-10 Gerd Moellmann <gerd@gnu.org>
186
187 * faces.el (face-font-registry-alternatives): New user-option.
188
189 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
190
191 * textmodes/texinfo.el (texinfo-block-default): New var.
192 (texinfo-insert-block): Use it. Insert a newline if needed.
193
194 * textmodes/fill.el (fill-indent-according-to-mode): New var.
195 (fill-region-as-paragraph): Use it.
196
197 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
198 (latex-mode): Tweak tex-*-(head|trail)er regexps.
199 Tweak paragraph regexps to allow a leading [ \t]*.
200 (tex-latex-block): Insert a newline if necessary.
201 (latex-insert-item): Only insert a newline if necessary.
202 (tex-guess-main-file): New function.
203 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
204 Set tex-main-file if TeX-master is provided.
205 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
206
207 2000-11-10 Gerd Moellmann <gerd@gnu.org>
208
209 * startup.el (command-line): Set the default tooltip-mode
210 to t for graphical displays which implement x-show-tip.
211
212 * tooltip.el (tooltip-mode): Add a comment about startup.el
213 setting the default value of this user-option.
214
215 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
216
217 * font-lock.el (font-lock-*-face) <defvar>: Move.
218 (font-lock-defaults-alist): Mark obsolete.
219 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
220 (font-lock-mode): Use define-minor-mode.
221 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
222 (font-lock-turn-off-thing-lock): Be more explicit.
223 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
224 (font-lock-syntactic-face-function): New var.
225 (font-lock-fontify-syntactically-region): Use it.
226 (font-lock-doc-face): New.
227
228 * pcvs.el (cvs-enabledp): Ignore errors.
229 (cvs-commit-filelist): Never query.
230 (cvs-mode-insert): Always add a terminating / in the initial prompt.
231 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
232 (cvs-do-removal): Use cvs-partition rather than delete-if.
233 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
234 cvs-bury-buffer.
235
236 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
237 Allow `next' to jump to after the end of the last match.
238
239 2000-11-09 Gerd Moellmann <gerd@gnu.org>
240
241 * simple.el (byte-compiling-files-p): New function.
242
243 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
244 if it is there.
245
246 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
247 nil again.
248
249 * textmodes/ispell.el (ispell-library-path): Don't call
250 check-ispell-version when byte-compiling because that starts
251 an ispell process, and ispell might not be installed.
252 (toplevel): Don't set up a menu when byte-compiling.
253
254 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
255 it, so that a boundp test can be used to determine if we're
256 currently byte-compiling.
257
258 2000-11-09 Dave Love <fx@gnu.org>
259
260 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
261 eval-after-load.
262
263 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
264
265 * ps-print.el: Patch for variable initialization when spooling. Doc
266 fix.
267 (ps-output-list): Fun eliminated.
268 (ps-begin-file, ps-begin-job): Code fix.
269
270 2000-11-08 Dave Love <fx@gnu.org>
271
272 * ediff-wind.el (ediff-control-frame-parameters): Zero
273 tool-bar-lines.
274
275 2000-11-08 Gerd Moellmann <gerd@gnu.org>
276
277 * simple.el (shell-command, display-message-or-buffer)
278 (shell-command-on-region): Mention resize-mini-windows in the doc
279 string.
280 (display-message-or-buffer): Take the value of resize-mini-windows
281 into account.
282
283 2000-11-07 Gerd Moellmann <gerd@gnu.org>
284
285 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
286
287 * dired.el (dired-between-files): Add `^. find' as an alternative
288 to the regular expression, for find-dired.
289
290 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
291
292 * textmodes/texnfo-upd.el: Require texinfo.
293 (defmacro, defgroup): Remove.
294 (texinfo-section-to-generic-alist): Remove.
295 Use texinfo-section-list instead (i.e. level is changed string->int).
296 (texinfo-filter): New function.
297 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
298 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
299 Use it. And use regexp-opt.
300 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
301 (texinfo-update-menu-region-beginning)
302 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
303 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
304 (texinfo-update-menu-same-level-regexps): Update.
305 (texinfo-update-node, texinfo-every-node-update)
306 (texinfo-sequential-node-update): Remove autoload cookie.
307
308 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
309 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
310 (texinfo-chapter-level-regexp): Remove.
311 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
312
313 2000-11-06 Dave Love <fx@gnu.org>
314
315 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
316
317 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
318 Match defun*.
319
320 2000-11-06 Kenichi Handa <handa@etl.go.jp>
321
322 * composite.el (composition-function-table): Variable declaration
323 moved to src/composite.c.
324 (compose-chars-after): New optional arg object.
325
326 2000-11-06 Gerd Moellmann <gerd@gnu.org>
327
328 * bindings.el (mode-line-toggle-read-only)
329 (mode-line-toggle-modified, mode-line-widen)
330 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
331 (make-mode-line-mouse2-map): Rewritten.
332 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
333 functions so that C-h k can show something with a doc string.
334
335 * startup.el (fancy-splash-delay): Set to 10 seconds.
336 (fancy-splash-max-time): New user-option.
337 (fancy-splash-stop-time): New variable.
338 (fancy-splash-screens): Set it. Catch `stop-splashing'.
339 (fancy-splash-screens-1): Throw `stop-splashing' when current
340 time is greater than fancy-splash-stop-time.
341
342 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
343
344 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
345
346 * pcvs.el (cvs-mode-marked): New arg `noquery'.
347 Prompt user for a file rather than raising an error.
348 (cvs-enabledp): Fix call to cvs-mode-marked.
349 (cvs-insert-file): New function (extracted from cvs-mode-insert).
350 (cvs-mode-insert): Use it. Change the init prompt' value.
351 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
352
353 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
354 Don't pass default arg to ewoc-locate.
355 (ewoc-collect): Return result in the right order.
356
357 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
358
359 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
360 (cvs-status-get-tags): Fix regexp.
361 (cvs-status-trees, cvs-status-cvstrees):
362 Combine after change hooks and don't sit-for.
363 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
364 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
365 Use make-char rather than hard-coded cryptic data.
366 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
367
368 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
369
370 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
371 (cvs-insert-strings): New function.
372
373 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
374
375 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
376 `mwheel-scroll-amount'.
377 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
378 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
379 string-matching against the version string.
380
381 2000-11-06 Kenichi Handa <handa@etl.go.jp>
382
383 * language/thai.el ("Thai"): Set a lisp form that produces
384 composed string in `sample-text' language info.
385
386 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
387 composed string in `sample-text' language info.
388
389 * international/mule-cmds.el (describe-language-environment): Eval
390 `sample-text' data and insert the result.
391
392 * international/mule-conf.el (compound-text): Define this coding
393 system here. Make x-ctext and ctext aliases of it.
394
395 * language/european.el (compound-text, ctext): Moved to
396 international/mule-conf.el.
397
398 2000-11-05 Andrew Innes <andrewi@gnu.org>
399
400 * w32-fns.el (w32-version): New function.
401
402 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
403
404 * progmodes/awk-mode.el: Update copyright.
405 (awk-mode-abbrev-table): Remove.
406 (awk-font-lock-keywords): Use regexp-opt.
407 (awk-mode): Use define-derived-mode.
408
409 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
410 when extracting a suffix.
411
412 2000-11-04 Andre Spiegel <spiegel@gnu.org>
413
414 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
415 auto-save-mode.
416
417 2000-11-04 Jason Rumney <jasonr@gnu.org>
418
419 * language/european.el (decode-mac-roman): Test against r1 not r0.
420
421 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
422
423 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
424 (icon-mode): Define indent-line-function.
425 (icon-comment-indent): Simplify.
426 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
427
428 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
429
430 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
431 Bind change-log-default-mode to defeat the caching done on it.
432 Don't bother saving excursion any more.
433
434 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
435
436 * frame.el (after-setting-font-hook): Rename hooks -> hook.
437 (set-frame-font): Use the new name (and the old for compatibility).
438
439 * toolbar/tool-bar.el (tool-bar-mode):
440 * time.el (display-time-mode):
441 * recentf.el (recentf-mode):
442 * paren.el (show-paren-mode):
443 * mwheel.el (mouse-wheel-mode):
444 * msb.el (msb-mode):
445 * jka-compr.el (auto-compression-mode):
446 * image-file.el (auto-image-file-mode):
447 * hl-line.el (hl-line-mode):
448 * delsel.el (delete-selection-mode):
449 * autoinsert.el (auto-insert-mode):
450 * complete.el (partial-completion-mode): Drop unneeded positional args.
451
452 * info.el (Info-mode):
453 * comint.el (comint-mode): Don't both with make-local-hook.
454
455 * log-edit.el (log-edit-menu): New menu.
456
457 2000-11-03 Miles Bader <miles@gnu.org>
458
459 * wid-edit.el (widget-end-of-line): Reinstate, with a new
460 definition, so that trailing spaces are handled properly.
461 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
462
463 2000-11-03 Gerd Moellmann <gerd@gnu.org>
464
465 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
466 tab character.
467 (fancy-splash-screens): Set tab-width to 20.
468
469 2000-11-03 Dave Love <fx@gnu.org>
470
471 * comint.el (comint-completion-addsuffix): Fix custom type.
472
473 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
474
475 * font-lock.el (font-lock-buffers): Remove.
476 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
477 (font-lock-change-major-mode): Remove.
478 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
479 (font-lock-default-fontify-region): Extend the multiline
480 fontification to whole lines.
481 (font-lock-fontify-anchored-keywords)
482 (font-lock-fontify-keywords-region): If matching just one
483 line (with \n) only mark the \n as multiline.
484
485 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
486 Correctly handle the case where several :group args are supplied.
487 Allow :extra-args.
488 (easy-mmode-define-global-mode): Allow :extra-args.
489 Correctly handle the case where several :group args are supplied.
490
491 2000-11-02 Miles Bader <miles@gnu.org>
492
493 * calendar/calendar.el (diary-face, calendar-today-face)
494 (holiday-face): Remove dependency on `window-system'.
495
496 2000-11-02 Ken Raeburn <raeburn@gnu.org>
497
498 * Makefile.in (emacs): Set EMACSLOADPATH always.
499 (update-authors, .el.elc, compile-files): Don't do it explicitly
500 here.
501 (compile-files): Bomb out if compilation of a file fails.
502
503 2000-11-02 Dave Love <fx@gnu.org>
504
505 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
506
507 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
508
509 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
510 punctuation in the warning inserted into the *mail* buffer.
511
512 2000-11-02 Gerd Moellmann <gerd@gnu.org>
513
514 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
515 (authors-public-domain-p): New function.
516 (authors-print): Use it.
517
518 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
519
520 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
521
522 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
523
524 * ps-print.el: Extension for even/odd printing. Doc fix.
525 (ps-print-version): New version number (6.3.1).
526 (ps-even-or-odd-pages): Customization fix.
527 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
528 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
529 (ps-page-count): Var replaced by `ps-page-column'.
530 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
531 (ps-print-sheet-p): New fun.
532
533 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
534
535 * tooltip.el (tooltip-gud-tips-setup): New function.
536 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
537 (tooltip-mode): Call tooltip-gud-tips-setup.
538 (tooltip-gud-tips): Use `gud-basic-call' instead of
539 process-send-string, so the prompt gets frobbed appropriately.
540 Handle nil return value from `tooltip-gud-print-command'.
541
542 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
543
544 * comint.el (comint-add-to-input-history): New function.
545 (comint-send-input): Use `comint-add-to-input-history'.
546
547 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
548
549 * info.el (info-menu-header): New face.
550 (Info-fontify-menu-headers): New function.
551 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
552
553 * info.el (Info-insert-dir): Don't include blank lines at
554 beginning of additional dir files (one is added automatically).
555
556 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
557
558 * emacs-lisp/easy-mmode.el (define-minor-mode):
559 Revert the latest changes.
560 Allow the three positional arguments to be skipped and replaced
561 by keyword arguments.
562 Add a :toggle argument to determine whether a nil arg means toggle
563 or means turn-on. The default is unchanged.
564 Add a call to force-mode-line-update.
565
566 2000-11-01 Dave Love <fx@gnu.org>
567
568 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
569 cookie.
570
571 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
572
573 * calendar/calendar.el (diary-face, holiday-face): Add
574 dark-background variants.
575
576 2000-10-31 Sam Steingold <sds@gnu.org>
577
578 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
579 `tex-main-file' does not have directory in it.
580
581 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
582
583 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
584
585 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
586
587 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
588 functional change.
589
590 2000-10-31 Gerd Moellmann <gerd@gnu.org>
591
592 * files.el (find-file-noselect): When we expand a wildcard, return
593 a list of buffers, as we should do according to the doc string.
594
595 2000-10-31 Ken Raeburn <raeburn@gnu.org>
596
597 * loadup.el (top level): Adjust load path if program name is
598 "../src/bootstrap-emacs", in case it's not dumped and thus the
599 load path adjustment hasn't already been done.
600
601 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
602
603 * ps-print.el: Fix bug on selected pages for printing. Use
604 `color-values' for Emacs 21. Ensure fontification when jit-lock
605 is on. Try to avoid warning messages when compiling. Doc Fix.
606 (ps-print-version): New version number (6.3).
607 (ps-color-device): Use `color-values' to determine if device
608 supports color.
609 (ps-color-values): Try to use `x-color-values' when using XEmacs.
610 (ps-print-page-p): Changed from defsubst to defun.
611 (ps-page-number): Changed from defmacro to defun.
612 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
613 printing.
614 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
615 (ps-end-file, ps-dummy-page): Funs eliminated.
616 (ps-print-color-scale): Changed default value.
617 (ps-page-n-up, ps-print-page-p): New internal vars.
618 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
619 (ps-plot-region, ps-generate, ps-end-job): Code fix.
620
621 * delim-col.el: Little programming improvement.
622 (delimit-columns-str): New macro.
623 (delimit-columns-region, delimit-columns-rectangle): Code fix.
624
625 2000-10-31 Kenichi Handa <handa@etl.go.jp>
626
627 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
628 Moved to european.el.
629 (ccl-encode-mac-roman-font, fontset-mac): Modified for
630 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
631 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
632 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
633
634 2000-10-30 Dave Love <fx@gnu.org>
635
636 * progmodes/cc-menus.el (imenu-generic-expression)
637 (imenu-progress-message): Only defvar when compiling.
638
639 * emacs-lisp/elp.el (elp-unload-hook): New function.
640
641 * loadhist.el (unload-feature): Call elp-restore-function,
642 checking for symbols; don't use elp-restore-all.
643 (loadhist-hook-functions): Doc fix.
644
645 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
646
647 * log-edit.el (log-edit-confirm): Fix the default.
648
649 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
650
651 * delim-col.el: Little fix: replace delimit-columns-align-columns by
652 delimit-columns-format.
653 (delimit-columns-region, delimit-columns-rectangle): Code fix.
654
655 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
656
657 * comint.el (comint-replace-by-expanded-history): Don't use
658 comint-get-old-input (we're not looking at *old* input).
659 (comint-get-old-input-default): If using fields, signal an error
660 when the point is not in an input field.
661
662 2000-10-30 Kenichi Handa <handa@etl.go.jp>
663
664 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
665 and mule-unicode-e000-ffff.
666
667 * international/mule.el (decode-char, encode-char): New functions.
668 (make-coding-system): Accept a symbol of translation table as a
669 value of property `safe-chars'.
670
671 * international/mule-cmds.el (encode-coding-char): Check property
672 safe-chars instead of safe-charsets.
673
674 * international/fontset.el (fontset-default): Modified for
675 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
676 (x-font-name-charset-alist): Likewise.
677 (ccl-encode-unicode-font): New CCL program. Record it in
678 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
679
680 * language/european.el (mac-roman-decoder, mac-roman-encoder):
681 New translation tables.
682 (decode-mac-roman, encode-mac-roman): Definition of these CCL
683 programs are modified and moved from mac-win.el.
684 (mac-roman): Definition of this coding system is modified and
685 moved from mac-win.el.
686
687 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
688
689 * ediff-wind.el (ediff-setup-control-frame): Enclose
690 face-attribute in condition-case to avoid errors in older emacsen.
691
692 2000-10-29 Miles Bader <miles@gnu.org>
693
694 * custom.el (custom-add-to-group): Allow multiple entries for a
695 given value OPTION, as long as their widget types are different.
696 * cus-edit.el (custom-face-value-create): If face name doesn't end
697 with "face", add such here (similar to custom group widgets).
698
699 * comint.el (comint-highlight-prompt): Add :type.
700
701 2000-10-28 John Wiegley <johnw@gnu.org>
702
703 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
704 Changed this function to operate on a temporary buffer instead of
705 the main buffer. This not only keeps flyspell from marking a
706 buffer as changed that wasn't, but it solves the jumpy cursor
707 problem when attempts are made to edit incorrect words.
708 (flyspell-maybe-correct-doubling): Same change as for
709 `flyspell-maybe-correct-transposition'.
710
711 * calendar/timeclock.el (timeclock-log): Doc fix.
712 (timeclock-last-event): Doc fix.
713 (timeclock-log): Kill the timelog buffer after appending a new
714 event.
715 (timeclock-find-discrep): Use a temp buffer to read in the
716 timelog, instead of visiting the file.
717 (timeclock-log-data): A new function, along with a host of helper
718 functions, for the purpose of making timelog data accessible to
719 programmers.
720
721 * eshell/esh-mode.el (window-height test): Make certain that
722 `eshell-stringify-t' is non-nil.
723 (eshell-password-prompt-regexp): Changed to a much simpler
724 password regexp.
725 (eshell-send-input): If `eshell-invoke-directly' returns t,
726 directly invoke the parsed command using `eval'. This improves
727 turn-around time on simple commands by a factor of three or
728 greater, such as cd, ls, pwd, etc. -- which get used very often.
729 It also conserves thousands of cons cells per call (since
730 `eshell-do-eval' consumes memory like a Cookie Monster set loose
731 in the Pacific Cookie Company).
732
733 * eshell/esh-test.el (eshell-test): Whitespace fix.
734
735 * eshell/em-ls.el (eshell-ls-insert-directory): Make
736 `eshell-ls-initial-args' nil when inserting directory contents.
737
738 * eshell/em-script.el (eshell-script-initialize): Add names to
739 `eshell-complex-commands, since `source' and `.' are complex.
740
741 * eshell/esh-cmd.el (eshell-rewrite-for-command)
742 (eshell-rewrite-while-command): Use `eshell-protect' instead of
743 `eshell-copy-handles'.
744 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
745 bodies.
746 (eshell-separate-commands): Whitespace fix.
747 (eshell-complex-commands): Added a new list of names, for
748 determining whether a given command is as simple as it looks.
749 (eshell-invoke-directly): New function. Returns t if a command
750 should be invoked directly (using `eval'), rather than indirectly
751 using `eshell-do-eval'.
752 (eshell-do-eval): Whitespace fix.
753
754 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
755 which provides an emulation of the DOS shell behavior of assuming
756 that cp/mv/ln should copy/move/link to the current directory.
757 (eshell-remove-entries): Added a doc string.
758 (eshell-shuffle-files): Removed the check for `target' being null.
759 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
760 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
761 it to do a smarter check of whether a destination was provided.
762 (eshell/mv, eshell/cp): Enable `:preserve-args'.
763 (eshell/ln): Enable `:preserve-args', and use
764 `eshell-mvcpln-template' to implement the body of the function.
765 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
766 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
767 list after flattening it. This makes it possible to cat files
768 with numerical names.
769 (eshell-unix-initialize): Added several names to
770 `eshell-complex-commands.
771 (eshell-unix-command-complex-p): Return t if a given command name
772 may result in external processes being invoked.
773
774 * eshell/em-glob.el (eshell-glob-show-progress): Make this
775 variable nil by default, since it slows down glob processing by a
776 factor of two or more, and increases memory consumption.
777
778 * eshell/em-smart.el: Added a note about how memory consumptive
779 smart display mode can be (at least this is true in Emacs 21).
780 (eshell-smart-initialize): Whitespace fix.
781 (eshell-refresh-windows): Use `if' instead of `when'.
782 (eshell-smart-scroll-window): Calling `save-current-buffer' was
783 not necessary.
784 (eshell-currently-handling-window): Added a missing global
785 variable.
786
787 * eshell/em-ls.el (eshell-do-ls): Code simplification.
788 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
789 Whitespace fix.
790 (eshell-ls-exclude-hidden): Added this variable in addition to
791 `eshell-ls-exclude-regexp'. This one prevents files beginning
792 with . from even being read, which can improve memory consumption
793 quite a bit.
794 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
795 read file entries beginning with a dot. In home directories with
796 lots of hidden files, fully two-thirds of the time spent in ls is
797 used to read directory entries that are immediately thrown away.
798 (eshell-ls-initial-args): Added back this configuration variable,
799 for specifying default initial arguments to every call to ls.
800 Much faster than using an alias to do the same thing.
801 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
802 (eshell-ls-dir): Whitespace change.
803
804 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
805
806 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
807 available.
808 (eshell-stringify-t): Added a customization variable, to indicate
809 whether `t' should be rendered as a string at all. If not, one
810 can still determine if the result of an expression is true using
811 "file-exists-p FILE && echo true".
812 (eshell-stringify): If `eshell-stringify-t' is nil, don't
813 stringify t!
814
815 * eshell/esh-module.el: Whitespace fix.
816
817 * eshell/em-alias.el (eshell-alias-initialize): Added
818 `eshell-command-aliased-p' to `eshell-complex-commands'.
819 (eshell-command-aliased-p): New function that returns t if a
820 command name names an aliased.
821
822 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
823
824 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
825 redrawing the screen when changing cursor color.
826 (viper-insert-state-pre-command-sentinel)
827 (viper-replace-state-pre-command-sentinel)
828 (viper-replace-state-post-command-sentinel):
829 Use viper-preserve-cursor-color.
830 Many functions changed to use viper= instead of = when comparing
831 characters.
832 * viper-util.el (viper-memq-char,viper=): New functions for
833 working with characters.
834 (viper-change-cursor-color): Fixed buglet.
835 Many functions changed to use viper= instead of = when comparing
836 characters.
837 * viper.el (viper-insert-state-mode-list): Added eshell.
838
839 * ediff-init.el (ediff-before-setup-hook): New hook.
840 Several typos fixed in various docstrings.
841 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
842 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
843 hook.
844 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
845 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
846 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
847 (ediff-get-selected-buffers): New function.
848 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
849 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
850 save-window-excursion.
851 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
852 termination check in while loop.
853 * ediff.el (ediff-get-default-file-name): Better defaults when in
854 dired buffer.
855 (ediff-files,ediff-merge-files,ediff-files3)
856 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
857
858 2000-10-28 Dave Love <fx@gnu.org>
859
860 * info.el (Info-fontify-node): Add help-echo for menu items.
861
862 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * startup.el (normal-top-level): If the value of $TERM indicates
865 we are running from xterm or one of its work-alikes, default to a
866 light background mode.
867
868 Support for -fg, -bg, and -rv command-line arguments for TTYs:
869 * faces.el (tty-handle-reverse-video): New function.
870 (tty-create-frame-with-faces): Call it.
871
872 * frame.el (frame-notice-user-settings): Don't apply
873 default-frame-alist and initial-frame-alist to MS-DOS frames.
874 Call tty-handle-reverse-video, frame-set-background-mode, and
875 face-set-after-frame-default for non-MS-DOS frames.
876
877 * startup.el (tty-long-option-alist): New variable.
878 (tty-handle-args): New function.
879 (command-line): Call tty-handle-args.
880
881 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
882 startup.el now does that for all character-terminal frames.
883
884 2000-10-28 Miles Bader <miles@gnu.org>
885
886 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
887 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
888 global. If :global is followed by a non-nil but non-t value,
889 make the mode buffer-local, but also generate a `global-MODE'
890 version using `easy-mmode-define-global-mode'. Add
891 :conditional-turn-on keyword argument.
892
893 2000-10-28 Dave Love <fx@gnu.org>
894
895 * international/latin1-disp.el (latin1-char-displayable-p): Don't
896 use window-system.
897
898 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
899
900 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
901 Don't call find-buffer-file-type-coding-system. Instead, just
902 set eol-type to -unix if inhibit-eol-conversion is in effect, or
903 if the file is on an untranslated filesystem.
904 (add-untranslated-filesystem): Use "D" instead of "f" inside
905 interactive.
906
907 2000-10-27 Dave Love <fx@gnu.org>
908
909 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
910 (refill-mode): Use it.
911
912 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
913
914 * international/quail.el (quail-activate): Don't make-local-hook.
915
916 2000-10-27 Andre Spiegel <spiegel@gnu.org>
917
918 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
919 manual backups and file.~<rev>.~ for automatic ones.
920 (vc-make-version-backup): Don't do it on MS-DOS without long file
921 names.
922
923 * vc.el (vc-version-other-window): If an automatic backup of the
924 desired version exists, rename it instead of copying it.
925
926 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
927 after command. If there's an unexpected error, signal it instead
928 of being silent.
929 (vc-cvs-merge-news): Be prepared for no news at all.
930
931 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
932
933 * shell.el (shell): Add BUFFER argument.
934 * comint.el (make-comint-in-buffer): New function.
935 (make-comint): Use it.
936
937 * faces.el (face-spec-choose): Change syntax so that the list of
938 attribute-value pairs is now the cdr of each clause, not the cadr.
939 Detect old-style entries, and handle them. Use pop.
940
941 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
942
943 * cus-edit.el (custom-mode-map): Use a sparse map.
944 (custom-mode): Don't bother with make-local-hook.
945
946 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
947
948 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
949
950 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
951
952 * ps-print.el: Avoid compilation gripes.
953 (ps-print-version): New version number (6.2.1).
954
955 2000-10-26 Dave Love <fx@gnu.org>
956
957 * menu-bar.el: Modify some menu item help strings.
958 (menu-bar-help-menu): Add link to MORE.STUFF.
959
960 * cus-edit.el (custom-mode): Add `special' mode-class property.
961
962 * wid-browse.el (widget-browse-mode): Likewise.
963
964 * wid-edit.el (widget-specify-field): Revert to using local-map
965 property, not keymap.
966
967 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
968
969 * wid-edit.el (widget-field-end): When checking for a `boundary'
970 field, do so in the correct buffer.
971
972 * simple.el (undo): Correctly distinguish between numeric and
973 non-numeric prefix args in non-transient-mark-mode, as per the doc
974 string. When in transient-mark-mode, treat all prefix-args as
975 numeric.
976
977 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
978 Position point on match. Handle N == 0 correctly.
979
980 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
981 (comint-mode-map): Reverse order of `comint-write-output' and
982 `comint-append-output-to-file'.
983 (comint-append-output-to-file): Reinstate this function, for the
984 benefit of the menu.
985
986 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
987
988 * vc.el (vc-version-other-window): Bind `file'.
989
990 2000-10-25 Gerd Moellmann <gerd@gnu.org>
991
992 * Makefile.in (update-authors): New target for maintenance purposes.
993
994 * emacs-lisp/authors.el (batch-update-authors): New function.
995 (authors-fixed-entries): New defconst.
996 (authors-add-fixed-entries): New function.
997 (authors): Call it.: Don't process lispref/.
998
999 2000-10-25 Jason Rumney <jasonr@gnu.org>
1000
1001 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1002 Merge x w32 and mac definitions.
1003
1004 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1005
1006 * menu-bar.el (menu-bar-options-menu): Add a help string for
1007 `uniquify'.
1008
1009 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1010
1011 * time-stamp.el (time-stamp-string-preprocess):
1012 Fix a wrong type argument error.
1013
1014 2000-10-25 Miles Bader <miles@gnu.org>
1015
1016 * recentf.el (recentf-mode): Variable removed.
1017 (recentf-mode): Use `define-minor-mode'.
1018
1019 * mwheel.el (mouse-wheel-mode): New global minor mode.
1020 (mwheel-install): Use `mouse-wheel-mode'.
1021
1022 2000-10-25 Dave Love <fx@gnu.org>
1023
1024 * progmodes/cperl-mode.el (cperl-mode):
1025 Set normal-auto-fill-function correctly.
1026
1027 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1028 inherit from global-map and don't nullify menu-bar and tool-bar
1029 bindings.
1030
1031 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1032
1033 * wid-edit.el (widget-field-at): New function.
1034 (widget-at, widget-field-activate): Use it.
1035 (widget-tabable-at): Use `widget-at'.
1036 (widget-specify-field): If the terminating character of the widget
1037 field (which is read-only) is a newline, put it into a special
1038 `boundary' field so that C-n/C-p act more naturally.
1039 (widget-field-end): Also don't subtract one if a special
1040 `boundary' field has been added after the widget field.
1041
1042 * comint.el (comint-output-filter, comint-send-input): Don't
1043 bother adding stickiness fields to overlays to fool the field
1044 code, since it should notice the overlay insertion-types now.
1045
1046 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1047 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1048 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1049
1050 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1051
1052 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1053 (authors): Set file coding system to iso-2022-7bit. Add
1054 file-local variables to output buffer.
1055
1056 * files.el (after-find-file): Don't print any warnings if
1057 WARN is nil.
1058
1059 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1060
1061 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1062
1063 * delim-col.el: Now there is a column formatting mechanism.
1064 Modified to customization mechanisms convention. Doc fix.
1065 (columns): New group for delim-col.
1066 (delimit-columns-before, delimit-columns-after)
1067 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1068 (delimit-columns-end): New vars.
1069 (delimit-columns-customize, delimit-columns-format): New funs.
1070 (delimit-columns-region, delimit-columns-rectangle)
1071 (delimit-columns-rectangle-line): Modified to support column
1072 formatting.
1073
1074 2000-10-24 Dave Love <fx@gnu.org>
1075
1076 * log-edit.el (log-edit): Add :version and a :group for vc.
1077
1078 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1079
1080 * files.el (after-find-file): Don't print a message ``New file''
1081 if WARN is nil.
1082
1083 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1084 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1085 get duplicate tool-bar entries because we'll see the global ones
1086 on more than one path through keymaps.
1087
1088 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1089
1090 * progmodes/cmacexp.el: Change Francesco's email address.
1091
1092 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1093
1094 * window.el (fit-window-to-buffer): Adjust point of the window
1095 buffer, not that of the current buffer.
1096
1097 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1098
1099 * progmodes/cmacexp.el: Update the euthor's email address.
1100
1101 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1102
1103 * faces.el (face-spec-set-match-display): Add `graphic' display
1104 type (the inverse of `tty'). Use `display-graphic-p' instead of
1105 the window-system variable.
1106
1107 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1108
1109 * international/isearch-x.el (isearch-with-input-method): Call
1110 input-method-function with the first event in
1111 unread-command-events.
1112
1113 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1114
1115 * faces.el (face-default-spec, face-user-default-spec): Make
1116 defsubsts.
1117
1118 2000-10-24 Andrew Choi <akochoi@i-cable.com>
1119
1120 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1121 New charsets.
1122
1123 * term/mac-win.el: Remove definitions of mac-roman-lower and
1124 mac-roman-upper, require dired, and define instead of set
1125 mac-ready-for-drag-n-drop to avoid compilation error.
1126
1127 2000-10-23 Andrew Innes <andrewi@gnu.org>
1128
1129 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1130 superfluous calls to subst-char-in-string; instead apply
1131 expand-file-name after convert-standard-filename to ensure
1132 expected directory separators are used.
1133
1134 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1137
1138 2000-10-23 Dave Love <fx@gnu.org>
1139
1140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1141 (tool-bar-add-item): Set foreground and background for XBM icons.
1142
1143 * international/latin1-disp.el (latin1-char-displayable-p): New
1144 function (from Handa).
1145 (latin1-display-check-font): Use it.
1146
1147 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1148 using :key-sequence, making it much more usable. Use nconc, not
1149 append.
1150 (imenu--create-keymap-1): Avoid append.
1151
1152 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1153
1154 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1155
1156 [the following changes fix a bug where `define-minor-mode' didn't
1157 correctly generate :require clauses for defcustoms in compiled files]
1158 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1159 (byte-compile-log-file, byte-compile-log-1): Don't set
1160 `byte-compile-current-file' to nil. Instead set
1161 `byte-compile-last-logged-file' to it. Test whether
1162 byte-compile-current-file equals byte-compile-last-logged-file
1163 instead of whether its nil.
1164 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
1165
1166 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1167
1168 * textmodes/refill.el: Fix var names in doc.
1169 (refill-mode): Don't bother with make-local-hook anymore.
1170
1171 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1172
1173 * faces.el (face-user-default-spec, face-default-spec): New functions.
1174 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
1175 (frame-set-background-mode, face-set-after-frame-default):
1176 Use `face-user-default-spec'. Simplify code slightly.
1177
1178 * woman.el (woman-italic-face, woman-bold-face)
1179 (woman-unknown-face): Add dark-background variants.
1180 (woman-default-faces): Renamed from `woman-colour-faces'.
1181 Set using the stored defaults, rather than using hard-wired colors.
1182 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1183 Just make the foreground `unspecified' rather than "black".
1184 (woman-menu): Rename menu entries accordingly.
1185
1186 * faces.el (header-line): Make more reasonable on mono/grayscale
1187 displays.
1188
1189 2000-10-23 Andrew Choi <akochoi@i-cable.com>
1190
1191 * cus-edit.el (custom-button-face): Use 3D look for mac.
1192 (custom-button-pressed-face): Likewise.
1193
1194 * faces.el (set-face-attributes-from-resources): Handle mac frames
1195 in the same way as x and w32 frames.
1196 (face-valid-attribute-values): Likewise.
1197 (read-face-attribute): Likewise.
1198 (defined-colors): Likewise.
1199 (color-defined-p): Likewise.
1200 (color-values): Likewise.
1201 (display-grayscale-p): Likewise.
1202 (face-set-after-frame-default): Likewise.
1203 (mode-line): Same default face as for x and w32.
1204 (tool-bar): Likewise.
1205
1206 * frame.el: Remove call to frame-notice-user-settings at end of
1207 the file.
1208
1209 * info.el (Info-fontify-node): make underlines invisible for mac
1210 as for x, pc, and w32 frame types.
1211
1212 * term/mac-win.el: New file.
1213
1214 2000-10-22 Dave Love <fx@gnu.org>
1215
1216 * textmodes/refill.el: New file.
1217
1218 2000-10-22 Andre Spiegel <spiegel@gnu.org>
1219
1220 * vc-hooks.el (vc-version-backup-file-name): New optional args
1221 MANUAL and REGEXP.
1222 (vc-delete-automatic-version-backups, vc-make-version-backup):
1223 New functions.
1224 (vc-before-save): Use the latter.
1225 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1226 confusion.
1227
1228 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1229 expected by vc[-hooks].el.
1230
1231 * vc.el (vc-checkout): Added `-p' suffix in call to
1232 vc-make-version-backups-p; use vc-make-version-backup to actually
1233 make the backup.
1234 (vc-version-other-window, vc-version-backup-file): Handle both
1235 automatic and manual backups.
1236 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1237 of all of them.
1238
1239 2000-10-22 Miles Bader <miles@gnu.org>
1240
1241 * comint.el (comint-highlight-input, comint-highlight-prompt):
1242 Renamed, `-face' at end removed.
1243 (comint-send-input, comint-output-filter): Use renamed faces.
1244
1245 * window.el (fit-window-to-buffer): Change defaulting of
1246 MAX-HEIGHT slightly.
1247
1248 * faces.el (color-values, color-defined-p): Use `member', not
1249 `memq', because it works correctly for strings.
1250 (frame-set-background-mode): Actually, "unspecified-fg" and
1251 "unspecified-bg" *are* strings. Use `member', not `memq', and
1252 `equal', not `eq', when a string value is possible.
1253
1254 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1255
1256 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1257
1258 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1259
1260 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1261 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1262 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1263 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1264 (sh-font-lock-syntactic-keywords): Use them.
1265 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1266 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1267 (sh-mode): Don't override font-lock-unfontify-region-function.
1268 Use a copy of sh-font-lock-syntactic-keywords.
1269 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1270 Don't call sh-scan-buffer since font-lock does it on the fly.
1271 (sh-get-indent-info): Use `face' rather than `syntax-table'
1272 text-property to detect here-documents.
1273 Replace sh-special-syntax with sh-st-punc.
1274 (sh-prev-line): Use `face' rather than `syntax-table'
1275 text-property to skip over here-documents.
1276 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1277 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1278 (sh-electric-less, sh-set-here-doc-region)
1279 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1280 (sh-scan-buffer, sh-rescan-buffer): Remove.
1281
1282 2000-10-21 Andrew Innes <andrewi@gnu.org>
1283
1284 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1285 remote (ange-ftp) file names.
1286
1287 2000-10-21 Miles Bader <miles@gnu.org>
1288
1289 * window.el (fit-window-to-buffer): New function.
1290 (shrink-window-if-larger-than-buffer): Use it.
1291 (window-text-height): Don't expect minibuffers to have mode-lines.
1292
1293 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1294 * international/quail.el (quail-update-guidance): Use
1295 `fit-window-to-buffer' instead of `set-window-text-height'.
1296
1297 * international/quail.el (quail-show-guidance-buf): Make sure
1298 guidance window really has enough room.
1299 (quail-update-guidance): If quail-guidance-win is already shown,
1300 make sure its height is OK.
1301
1302 * window.el (window-text-height, set-window-text-height):
1303 New functions.
1304 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1305 instead of `window-height' & `mode-line-window-height-fudge'.
1306 (mode-line-window-height-fudge): Add FACE parameter.
1307 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1308 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1309
1310 2000-10-20 Miles Bader <miles@gnu.org>
1311
1312 * window.el (height-affecting-face-attributes): Use `defconst'.
1313
1314 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1315 New function, conditionally aliased to `mode-line-window-height-fudge'.
1316 (ispell-help): Use it.
1317 (ispell-choices-win-default-height): Don't include mode-line fudge.
1318 (ispell-choices-win-default-height): New function.
1319 (ispell-show-choices, ispell-command-loop): Use function
1320 `ispell-choices-win-default-height' instead of variable.
1321
1322 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1323
1324 * window.el (mode-line-window-height-fudge): New variable.
1325 (height-affecting-face-attributes): New variable.
1326 (mode-line-window-height-fudge): New function.
1327 (shrink-window-if-larger-than-buffer): Use it.
1328 * help.el (resize-temp-buffer-window): Likewise.
1329
1330 * info.el (Info-fontify-node): Add support for @subsubsection
1331 titles, which use `Info-title-4-face'.
1332 (Info-title-4-face): New face.
1333 (Info-title-3-face): Inherit from Info-title-4-face instead of
1334 variable-pitch.
1335
1336 2000-10-19 Jason Rumney <jasonr@gnu.org>
1337
1338 * dired.el (dired-insert-directory): Do not let errors signalled by
1339 attempt to run dired-free-space-program prevent dired from working.
1340
1341 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1344
1345 2000-10-19 Gerd Moellmann <gerd@gnu.org>
1346
1347 * dirtrack.el (dirtrack): Fix call to run-hooks.
1348
1349 * cmuscheme.el (cmuscheme-program-name): Renamed from
1350 scheme-program-name because xscheme.el contains a defcustom with
1351 the same name. As a consequence, customizing group `cmuscheme'
1352 loaded `xscheme' which redefined run-scheme.
1353 (run-scheme): Use cmuscheme-program-name.
1354
1355 * ps-print.el (ps-print-emacs-type): Move into the
1356 eval-and-compile.
1357
1358 * play/doctor.el (doctor-death): Update the Samaritans'
1359 anonymous address, and add a website for Befrienders International.
1360
1361 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1362
1363 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1364 Avoid compilation gripes. Doc fix.
1365 (ps-print-version): New version number (6.2).
1366 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1367 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1368 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1369 (ps-x-extent-priority, ps-x-extent-start-position)
1370 (ps-x-face-font-instance, ps-x-find-coding-system)
1371 (ps-x-font-instance-properties, ps-x-make-color-instance)
1372 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1373 avoid compilation gripes without defining functions.
1374 (ps-e-find-composition): Alias for function find-composition, to have a
1375 suitable function depending on Emacs version.
1376 (ps-color-device, ps-color-values, ps-face-foreground-name)
1377 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1378 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1379 (ps-print-ensure-fontified): Function definitions surrounded by
1380 `eval-and-compile' to avoid compilation gripes.
1381 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1382 by symbol-value to avoid compilation gripes.
1383 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1384 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1385
1386 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1387
1388 * startup.el (normal-top-level): Call `frame-set-background-mode'
1389 after `frame-notice-user-settings' because the latter doesn't call
1390 the former on a tty.
1391
1392 * faces.el (frame-set-background-mode): `unspecified' &c are
1393 symbols, not strings.
1394
1395 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1396
1397 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1398 why some "light*" colors are deliberately absent from the alist.
1399
1400 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1401 Change colors for tty's, as suggested by Miles Bader.
1402
1403 2000-10-19 Kenichi Handa <handa@etl.go.jp>
1404
1405 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1406 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1407 for ISO10646-1 fonts.
1408 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1409
1410 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1411
1412 * faces.el (frame-set-background-mode): If a tty frame defines a
1413 background color, use that to compute the background mode, instead
1414 of always defaulting to "dark".
1415
1416 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1417
1418 * comint.el (comint-write-output): New function.
1419 (comint-mode-map): Add it to the menu.
1420 Bind `C-c C-s' to comint-write-output.
1421
1422 2000-10-18 Gerd Moellmann <gerd@gnu.org>
1423
1424 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1425 Use fancy-splash-delay.
1426
1427 2000-10-18 Alex Schroeder <alex@gnu.org>
1428
1429 * progmodes/sql.el (sql-sybase-options): New option.
1430 (sql-sybase): Use it. Add sql-database to the list of parameters
1431 provided for login. The options -w 2048 -n are not used any more.
1432
1433 * comint.el (comint-read-input-ring): Bugfix such that the first
1434 and the last entry of the input ring file are not lost.
1435
1436 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1437
1438 * ps-print.el: Internal variable changes to defcustom,
1439 make-local-hook changes to defvar. Doc fix.
1440 (ps-print-version): New version number (6.1).
1441 (ps-setup, ps-do-despool): Code fix.
1442 (ps-printer-name): Customization fix.
1443 (ps-printer-name-option): Now is a defcustom instead of an
1444 internal variable.
1445 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1446 (ps-print-begin-column-hook): Now are defvar instead of
1447 make-local-hook.
1448
1449 2000-10-18 Miles Bader <miles@gnu.org>
1450
1451 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1452 (comint-kill-output): Changed into an alias for `comint-delete-output',
1453 and made obsolete.
1454 (comint-mode-map): Rename references to comint-kill-output.
1455
1456 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * diff-mode.el (diff-header-face, diff-file-header-face)
1459 (diff-changed-face): Add bold and italic attributes to tty faces.
1460 (diff-function-face): New face.
1461 (diff-font-lock-keywords): Use it.
1462
1463 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1464
1465 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1466 Remove commented-out call to force-mode-line-update.
1467 (comint-kill-output): Use `forward-line 0' instead of
1468 beginning-of-line to make sure we get past the prompt.
1469
1470 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * diff-mode.el (diff-header-face, diff-file-header-face):
1473 Add specific setting for dark background.
1474 (diff-context-face): Renamed from diff-comment-face.
1475 Set explicitly rather than inheriting from font-lock-comment-face.
1476
1477 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1478
1479 * startup.el (command-line): Move the code which sets the default
1480 TTY colors to before before-init-hook.
1481
1482 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1483
1484 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1485
1486 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1487
1488 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1489 extensions, for MS-DOS.
1490
1491 * diff-mode.el (diff-header-face, diff-file-header-face)
1492 (diff-changed-face): Define tty-specific colors.
1493
1494 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1495
1496 * startup.el (fancy-splash-text): Realign the text.
1497
1498 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1499
1500 * font-lock.el (font-lock-comment-face): Define a separate default
1501 for dark-background tty's.
1502
1503 2000-10-17 Miles Bader <miles@gnu.org>
1504
1505 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1506 being obscured by whizzy mode-lines on graphics displays.
1507
1508 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1509
1510 * info.el (Info-title-1-face, Info-title-2-face)
1511 (Info-title-3-face): Define colors for tty's.
1512 (info-header-node): Remove unneeded tty-specific definition.
1513
1514 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1515
1516 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1517 reverse from the frame parameters, and don't invert foreground and
1518 background colors.
1519
1520 2000-10-16 Miles Bader <miles@gnu.org>
1521
1522 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1523 string "*Info*". Call propertized-buffer-identification to spruce
1524 up the result.
1525
1526 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1527
1528 * help.el: Provide `help' for the sake of define-minor-mode
1529 which generates defcustoms with requires.
1530
1531 * jit-lock.el (jit-lock-after-change): If we're in text that
1532 matches a multi-line font-lock pattern, make sure the whole text
1533 will be redisplayed.
1534
1535 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1536 author's name is unknown.
1537
1538 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1539 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1540 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1541 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1542 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1543 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1544 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1545 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1546 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1547 Add author information.
1548
1549 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1550
1551 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1552 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1553 full-color version (using the Gimp) to eliminate dithering artifacts.
1554
1555 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1556
1557 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1558
1559 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1560
1561 2000-10-15 Dave Love <fx@gnu.org>
1562
1563 * progmodes/sh-script.el: Require skeleton and comint when
1564 compiling.
1565
1566 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1567
1568 * whitespace.el: Doc fixes.
1569 (top-level): Don't add hooks here.
1570 (whitespace-running-emacs): Deleted.
1571 (timer): Don't require.
1572 (whitespace): Add back :version conditional on xemacs test.
1573 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1574 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1575 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1576 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1577 Avoid specific xemacs test.
1578 (whitespace-global-mode): New option.
1579 (whitespace-global-mode): New command.
1580 (whitespace-unload-hook): New function.
1581
1582 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1583 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1584 (Info-fontify-node): `Goto' goes to `Go to'.
1585 (Info-fontify-node): Add help-echo to xref links.
1586
1587 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1590
1591 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1594 Use plist-get and allow :inherit.
1595
1596 * emacs-lisp/cl-macs.el (cl-do-arglist):
1597 Use plist-get and plist-member instead of memq.
1598
1599 * emacs-lisp/ewoc.el (ewoc-location): New function.
1600 (ewoc-enter-after, ewoc-enter-before): Document return value.
1601 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1602 Don't need make-local-hook any more.
1603 (cvs-addto-collection): Return the new tin.
1604 (cvs-mode-insert): Jump to the new line.
1605
1606 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1607
1608 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1609
1610 * font-lock.el (font-lock-syntactically-fontified): New var.
1611 (font-lock-fontify-syntactic-keywords-region): Use it.
1612 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1613
1614 * diff-mode.el (diff-find-file-name): Fix regexp.
1615
1616 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1617 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1618
1619 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1620 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1621 (sh-mode): Don't make all vars local here.
1622 (sh-kw): Reformat.
1623 (sh-set-shell): Use dolist. Don't set indent-region-function.
1624 (sh-mode-syntax-table): Use pop.
1625 (sh-remember-variable): Use push.
1626 (sh-help-string-for-variable): Use memq.
1627 (sh-safe-backward-sexp): Remove.
1628 (sh-safe-forward-sexp): Add ARG.
1629 (sh-get-indent-info, sh-prev-stmt): Use it.
1630 (sh-prev-line): Simplify by using forward-comment.
1631 (sh-this-is-a-continuation): Simplify.
1632 (sh-learn-buffer-indent): Use dolist.
1633 (sh-do-nothing): Remove.
1634 (sh-set-char-syntax, sh-set-here-doc-region):
1635 Use inhibit-modification-hooks.
1636 (sh-name-style): Use mapcar and push.
1637 (sh-load-style): Use dolist.
1638 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1639 (sh-case, sh-while-getopts): Use propertize directly rather
1640 than sh-electric-rparen.
1641
1642 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1643
1644 * textmodes/tex-mode.el: Require CL when compiling.
1645 (tex-mode-syntax-table): Init immediately.
1646 (tex-mode-map): Bind M-RET to latex-insert-item.
1647 (latex-mode): Set indent-line-function to latex-indent.
1648 (tex-common-initialization): Don't setup the syntax-table any more.
1649 (latex-insert-item): New skeleton.
1650 (tex-next-unmatched-end): Fix copy/paste braino.
1651 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1652 (latex-indent, latex-find-indent): New functions.
1653 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1654 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1655 (tex-compilation-parse-errors): Use with-syntax-table.
1656
1657 2000-10-15 Miles Bader <miles@gnu.org>
1658
1659 * font-lock.el (font-lock-comment-face): Change dark-background,
1660 color, non-tty, default to `chocolate1'.
1661
1662 2000-10-13 John Wiegley <johnw@gnu.org>
1663
1664 * eshell/esh-util.el (require): Added a missing `require' form,
1665 needed when compiling (for an ange-ftp macro definition).
1666
1667 2000-10-13 Dave Love <fx@gnu.org>
1668
1669 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1670
1671 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1672
1673 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1674 fix.
1675
1676 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1677 transparent -colors 8).
1678
1679 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1680
1681 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1682 that breaks with old list format timestamps.
1683 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1684 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1685 strings.
1686
1687 2000-10-13 John Wiegley <johnw@gnu.org>
1688
1689 * align.el, pcomplete.el, calendar/timeclock.el,
1690 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1691
1692 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1693 faulty math, where holiday hours were being computing as seconds.
1694
1695 2000-10-13 John Wiegley <johnw@gnu.org>
1696
1697 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1698 specifying what "other" kinds of buffers should be saved. This
1699 used to be hard-coded.
1700 (desktop-buffer-misc-functions): A global for specifying how
1701 auxiliary data should be determined for special buffer types.
1702 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1703 instead of hard-coding the special buffer types.
1704 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1705 auxiliary data, instead of hard-coding for Info buffers and dired.
1706 (desktop-buffer-info-misc-data): Aux function for determining Info
1707 buffer auxiliary info.
1708 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1709 (desktop-buffer-info): Changed this function to use the info
1710 gathered above.
1711 (desktop-create-buffer): Be a little more careful about what
1712 `minor-mode' means before calling it. This is important for some
1713 buffer types.
1714
1715 2000-10-13 John Wiegley <johnw@gnu.org>
1716
1717 * eshell/esh-util.el: Added a global form which declares an
1718 autoload for `parse-time-string', if that function is not already
1719 defined, and if parse-time.el is available on the user's system.
1720
1721 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1722 to be aware of ange-ftp user info.
1723 (eshell-do-ls): Bind `ange-cache'. Also, use
1724 `eshell-file-attributes'.
1725 (eshell-ls-annotate): Use `eshell-file-attributes'.
1726 (eshell-ls-file): Made the user-id printing code a bit smarter.
1727
1728 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1729 allow identification of alias user ids in remote directories.
1730 It's manual, but there's no other way to know when the current
1731 user on the local machine, is also the owning user on the remote
1732 machine.
1733 (fboundp): Bind `ange-cache'.
1734 (eshell-directory-files-and-attributes): Re-organized the logic a
1735 bit to use `eshell-file-attributes' instead of `file-attributes'.
1736 The former is more sensitive to directories that are read via FTP,
1737 and knows how to use ange-ftp to determine full attribute
1738 information, instead of just the name and last modtime.
1739 (eshell-current-ange-uids): Return the current user id when in a
1740 remote directory.
1741 (eshell-parse-ange-ls): Parse a full directory listing that has
1742 been returned by ange-ftp.
1743 (eshell-file-attributes): This beefed up version of
1744 `file-attributes' is only special if the user is currently in a
1745 remote directory, in which case it does a lot of work to find out
1746 what the real attributes of a file are, as they appear on the
1747 remote machine. This makes usage of remote directories (i.e.,
1748 ange-ftp pathnames) much more useful. You can now use Eshell as a
1749 full-fledged FTP client, with much more manipulation ability than
1750 most other clients.
1751
1752 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1753 variable, which means that Eshell's du should always be preferred
1754 in remote directories.
1755 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1756 just `file-attributes'.
1757 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1758 when reading remote directories. This is an Eshell-specific
1759 variable (not part of ange-ftp).
1760 (eshell/ln): Bind `ange-cache'.
1761 (eshell/du): Added some extra logic for determining when to use
1762 Eshell's du (which is slow), and when to use the external version
1763 (which may or may not exist).
1764
1765 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1766 `eshell-interactive-process', rather than using
1767 `get-buffer-process', since backgrounded processes don't count in
1768 the context of this function's logic.
1769
1770 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1771 `forward-char', so that null strings are parsed correctly.
1772
1773 2000-09-13 John Wiegley <johnw@gnu.org>
1774
1775 * eshell/em-pred.el (eshell-pred-file-type,
1776 eshell-pred-file-links, eshell-pred-file-size): Use
1777 `eshell-file-attributes'. This is more correct over ange-ftp.
1778
1779 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1780 that remote file globbing is more efficient.
1781
1782 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1783 gathering the files and attributes within a directory.
1784
1785 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1786 the command line is a special file (not a regular file, directory
1787 or symlink), always attempt to call the external version of cat.
1788
1789 2000-09-13 John Wiegley <johnw@gnu.org>
1790
1791 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1792 Eshell-friendly version of find-tag.
1793
1794 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1795
1796 * image-file.el (image-file-name-extensions)
1797 (image-file-name-regexps): Add autoload cookies.
1798
1799 2000-10-13 Kenichi Handa <handa@etl.go.jp>
1800
1801 * international/mule-cmds.el (select-safe-coding-system): If FROM
1802 is string, show it in *Warning* buffer.
1803
1804 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1805
1806 * startup.el (normal-top-level): Use display-popup-menus-p instead
1807 of window-system.
1808 (command-line): Use display-graphic-p instead of window-system.
1809 (command-line-1): Use display-popup-menus-p and display-mouse-p
1810 instead of window-system.
1811
1812 2000-10-12 Sam Steingold <sds@gnu.org>
1813
1814 * tooltip.el (tooltip-use-echo-area): New user variable.
1815 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1816
1817 2000-10-12 Dave Love <fx@gnu.org>
1818
1819 * recentf.el: Maintainer's checkdoc fixes.
1820
1821 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1822 character class, not ASCII when matching file names.
1823 (fancy-splash-head): Add trailing slash to URL.
1824 (command-line): Don't require XPM support for toolbar.
1825
1826 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1827 (cperl-invalid-face): Revert last change.
1828 (cperl-init-faces): Quote cperl-invalid-face.
1829
1830 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1831
1832 * startup.el (fancy-splash-text): Remove superfluous quote.
1833
1834 2000-10-12 Gerd Moellmann <gerd@gnu.org>
1835
1836 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1837 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1838 (command-line-1): Don't use fancy-splash-pending-command.
1839 (fancy-splash-screens-1): Goto point-min after inserting text.
1840
1841 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1842
1843 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1844 instead of shared-lisp-mode-map.
1845
1846 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1847
1848 * faces.el (header-line): Change tty-variant to use underlining.
1849
1850 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1851 (isearch-highlight): Restore lazy-isearch face properties at old
1852 position, and suppress them at new position.
1853 (isearch-dehighlight): Restore lazy-isearch face properties.
1854 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1855 over the real isearch overlay, but in that case, don't give it a
1856 face property. Use `push'.
1857
1858 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1859
1860 * man.el (Man-getpage-in-background): Fix previous change.
1861 Decode the process output only when we are in multibyte mode.
1862
1863 2000-10-11 Dave Love <fx@gnu.org>
1864
1865 * info.el (Info-mode-menu): Fix some help.
1866 (info-tool-bar-map): Add entry for Info-last.
1867
1868 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1869 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1870 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1871 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1872 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1873 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1874 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1875 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1876 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1877 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1878 Reduce colour requirements to 25 overall. (Probably wants
1879 revisiting from the originals to reduce further.)
1880
1881 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1882
1883 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1884 buffer-file-coding-system, instead of raw-text.
1885 (dehexlify-buffer): Bind coding-system-for-read to
1886 buffer-file-coding-system, instead of raw-text.
1887
1888 2000-10-11 Sam Steingold <sds@gnu.org>
1889
1890 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1891 `underline' - fixes the bug introduced on 2000-09-21.
1892
1893 2000-10-11 Dave Love <fx@gnu.org>
1894
1895 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1896 compiler warnings.
1897 (scheme-mode): Doc fix.
1898 (scheme-font-lock-keywords-1): Match `define-syntax'.
1899
1900 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
1901
1902 * faces.el (frame-set-background-mode): Pay attention to saved
1903 face specs as well as default ones. Only do anything if the
1904 bg-mode or display-type has actually changed. Use `dolist'.
1905 (region): Make dark-background `region' face less in-your-face.
1906
1907 2000-10-10 Sam Steingold <sds@gnu.org>
1908
1909 * chistory.el, ielm.el, ledit.el:
1910 * progmodes/inf-lisp.el, progmodes/scheme.el:
1911 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1912
1913 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1914
1915 * textmodes/texinfo.el: Update copyright and fix typo.
1916
1917 * desktop.el (desktop-modes-not-to-save): New var.
1918 (desktop-save-buffer-p): Use it.
1919 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1920 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1921
1922 2000-10-10 Dave Love <fx@gnu.org>
1923
1924 * toolbar/tool-bar.el (tool-bar-add-item)
1925 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1926 display.
1927
1928 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1929 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1930 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1931 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1932 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1933 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1934 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1935 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1936 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1937 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1938 the .xpms; probably need retouching.
1939
1940 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1941
1942 * subr.el (add-to-list): Add optional argument APPEND.
1943 * battery.el (display-battery): Use `add-to-list'.
1944
1945 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1946
1947 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1948 these vars as symbol properties.
1949 (zone, zone-when-idle, zone-leave-me-alone)
1950 (zone-pgm-whack-chars): Use new symbol properties.
1951
1952 * battery.el (display-battery): Doc spelling fix.
1953
1954 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1955 property.
1956
1957 2000-10-09 Dave Love <fx@gnu.org>
1958
1959 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1960 has been initialized before calling tool-bar-setup.
1961 (tool-bar-add-item-from-menu): Add autoload cookie.
1962
1963 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1964
1965 * menu-bar.el (send-mail-item-name): New function.
1966 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1967 of mail-user-agent in the menu. Don't display the "Send Mail"
1968 item if mail-user-agent is nil or its value is ignore.
1969 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1970 if read-mail-command is nil or its value is ignore.
1971
1972 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1973
1974 2000-10-09 Miles Bader <miles@gnu.org>
1975
1976 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1977 Correct image size.
1978 * toolbar/left_arrow.xpm: Correct image size.
1979
1980 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1981 will be done by the definition of `auto-compression-mode' if
1982 necessary. Move code to uninstall existing file-name handler
1983 before definition of `auto-compression-mode'.
1984
1985 * image-file.el (auto-image-file-mode): Move to the end of the
1986 file, because `define-minor-mode' actually calls the mode-function
1987 if the associated variable is non-nil, which requires that all
1988 needed functions be already defined.
1989
1990 * mouse.el (popup-menu): Balance parens.
1991
1992 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * mouse.el (popup-menu): Move the command call outside the loop
1995 so that popup-menu returns whatever the command returns.
1996
1997 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1998 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1999 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2000 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2001
2002 * vc.el (vc-version-diff): diff-switches can be a list.
2003 Use relative filenames for prettier output.
2004
2005 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2006 (vc-post-command-functions): Remove old-VC compatibility code.
2007
2008 * newcomment.el (comment-indent-default): Autoload.
2009
2010 * font-lock.el (font-lock-defaults): Make buffer-local.
2011 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2012 (font-lock-choose-keywords):
2013 Ignore LEVEL unless KEYWORDS is a list of syms.
2014 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2015 Don't wrap regexp-opt things in \(...\) unnecessarily.
2016
2017 * jit-lock.el: Don't require font-lock any more.
2018 (jit-lock-functions): Make buffer-local.
2019 (jit-lock-saved-fontify-buffer-function): Remove.
2020 (jit-lock-mode): Remove autoload cookie.
2021 Remove font-lock specific code.
2022 (jit-lock-unregister): Don't bother handling complex hooks any more.
2023 (jit-lock-refontify): New function.
2024 (jit-lock-fontify-buffer): Use it.
2025 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2026 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2027 Add optional args START and END.
2028 Never call font-lock-fontify-region directly.
2029 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2030
2031 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2032
2033 2000-10-08 Dave Love <fx@gnu.org>
2034
2035 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2036
2037 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2038
2039 * play/studly.el (studlify-region, studlify-word): Add autoload
2040 cookie.
2041
2042 * play/morse.el (morse-region, unmorse-region): Add autoload
2043 cookie.
2044
2045 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2046 concat.
2047
2048 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2049 insist on symbols starting with word syntax.
2050 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2051 (eval-defun-1): Doc fix.
2052 (indent-sexp): Use nconc to build up indent-stack.
2053
2054 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2055 Gnus with little use.
2056 (mail-setup-hook): Add mail-abbrevs-setup to options.
2057
2058 * recentf.el: Doc fixes.
2059
2060 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2061 Clean up remainder.
2062
2063 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2064 without timezone and (8) with timezone to enforce some whitespace.
2065 Simplify code somewhat.
2066
2067 * options.el (list-options): Doc that you should use customize.
2068
2069 * iswitchb.el (iswitchb-mode): Add :require.
2070
2071 * info.el (Info-goto-node, Info-menu): Doc fix.
2072 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2073 (info-tool-bar-map): New variable.
2074 (Info-mode): Use it.
2075 (Info-edit-map): Define all in defvar.
2076 (speedbar-attached-frame): Avoid compiler warning.
2077
2078 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2079 (global-map): Bind [tool-bar] to a filtered map.
2080 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2081 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2082 Allow PBM icons.
2083 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2084
2085 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2086 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2087 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2088 icons, except up_arrow, which is left-arrow rotated.
2089
2090 * imenu.el (imenu-add-to-menubar): Fix last change.
2091
2092 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2093
2094 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2095 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2096
2097 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2098
2099 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2100 typos in doc strings.
2101
2102 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2103 the doc strings how to customize Font Lock faces.
2104
2105 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2106 computing growth when dragging the header line.
2107
2108 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2109
2110 * simple.el (kill-line): Doc fix.
2111
2112 2000-10-08 Miles Bader <miles@gnu.org>
2113
2114 * faces.el (secondary-selection): Make foreground visible on tty.
2115
2116 * jka-compr.el (auto-compression-mode): Move to the end of the
2117 file, because `define-minor-mode' actually calls the mode-function
2118 if the associated variable is non-nil, which requires that all
2119 needed functions be already defined.
2120 (with-auto-compression-mode): Add autoload cookie.
2121
2122 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2123
2124 * files.el (find-backup-file-name) [ms-dos]: If support for long
2125 file names is not available, behave as if version-control were set
2126 to never.
2127
2128 2000-10-07 Dave Love <fx@gnu.org>
2129
2130 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2131 (browse-url-gnome-moz): New function.
2132 (browse-url-browser-function): Use it.
2133 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2134
2135 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2136
2137 * indent.el (tab-always-indent): New var.
2138 (indent-for-tab-command): Use it.
2139
2140 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2141 raise an error. This way it can still default to a sane value.
2142
2143 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2144
2145 * startup.el (fancy-splash-screens): Use local rather than global map.
2146 Don't use `update-menu-bindings' any more.
2147 Get rid of assumptions about keymap representation.
2148
2149 2000-10-06 Dave Love <fx@gnu.org>
2150
2151 * textmodes/fill.el (sentence-end-double-space)
2152 (sentence-end-without-period): Doc fix.
2153 (adaptive-fill-regexp): Purecopy.
2154 (unjustify-current-line): Use line-end-position.
2155 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2156
2157 * net/eudc-vars.el (eudc): Add :version, :link.
2158
2159 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2160
2161 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2162 Fix for define-minor-mode.
2163 (function-at-point): Alias to function-called-at-point.
2164
2165 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2166
2167 * simple.el (backward-word): Doc fix.
2168
2169 * image-file.el (image-file-name-regexp): image-file-regexps ->
2170 image-file-name-regexps.
2171 (image-file-name-extensions): Add pbm.
2172
2173 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2174
2175 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2176 and add filename to the names so that diff-mode can jump to source.
2177
2178 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
2179 (tex-font-lock-keywords, tex-font-lock-keywords-2)
2180 (tex-font-lock-keywords-1): Remove.
2181 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2182 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
2183 (font-lock-default-fontify-region):
2184 Expand beg..end correctly when just following a multiline region.
2185 (font-lock-fontify-anchored-keywords):
2186 Include the anchor text as part of the multiline.
2187
2188 2000-10-06 Gerd Moellmann <gerd@gnu.org>
2189
2190 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2191 latter needs the autoloaded define-minor-mode macro during the
2192 bootstrap.
2193
2194 * startup.el (command-line): For now, activate tool-bar-mode only
2195 if XPM images are supported.
2196
2197 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2198 window by dragging a header-line at the top of the frame; that's
2199 confusing because the header-line doesn't move.
2200 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2201 of treating the event as a list. Some cleanup.
2202
2203 2000-10-06 Miles Bader <miles@gnu.org>
2204
2205 * simple.el (display-message-or-buffer): New function.
2206 (shell-command-on-region): Use `display-message-or-buffer'.
2207
2208 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2209 docstring parts.
2210
2211 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2212 (smbclient-prompt-regexp): Add usage note to doc string.
2213 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2214 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2215 Use add-hook for adding the comint filter function, and only do so
2216 if it's not already in the global hook list.
2217 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2218 to `make-local-variable'.
2219 (nslookup-font-lock-keywords): Remove prompt entry.
2220 (nslookup): Don't set the process-filter.
2221 (finger): Exit the loop correctly when the regexps list runs out.
2222 (ftp, smbclient, smbclient-list-shares):
2223 Set the real major mode immediately, not after execing.
2224 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2225
2226 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2227
2228 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2229
2230 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2231
2232 * which-func.el (which-func-format): Remove spurious space.
2233 (which-func-mode): Don't make it permanent-local.
2234 (which-func-ff-hook): Allow which-func-maxout to be nil.
2235 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2236 (which-func-mode): Simplify.
2237 Use post-command-idle-hook rather than post-command-hook.
2238 Go through all buffers and update their state.
2239 (which-function): Also try add-log-current-defun-function.
2240
2241 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2242 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2243 Update call to with-vc-properties accordingly.
2244 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2245 (vc-revert-buffer): More careful about window selection and deletion.
2246 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2247
2248 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2249 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2250 (cvs-dired-action): Change the default to quickdir.
2251
2252 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2253 if comment-indent-function returns nil.
2254 (comment-indent-default): New function.
2255 (comment-indent-function): Use it and document the new semantics.
2256
2257 * image-file.el: Docstring fixes.
2258
2259 * help.el (help-xref-on-pp): Use match-string.
2260 (describe-variable): New arg BUFFER.
2261 Store the current buffer in the help-xref-stack.
2262 (temp-buffer-resize-mode): Use define-minor-mode.
2263
2264 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2265 consistently with its docstring.
2266 Set jit-lock-first-unfontify-pos in an idempotent way.
2267 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2268
2269 2000-10-05 Alex Schroeder <alex@gnu.org>
2270
2271 * sql.el (sql-mysql-options): New variable.
2272 (sql-mysql): Use it.
2273
2274 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2275
2276 * image.el (image): New group.
2277
2278 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2279 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2280
2281 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2282
2283 * net/net-utils.el (nslookup-font-lock-keywords)
2284 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2285 Ignore the value of wqindow-system; always define keywords
2286
2287 2000-10-05 Kenichi Handa <handa@etl.go.jp>
2288
2289 * startup.el (fancy-splash-screens): Remove the code for
2290 debugging; `(trace-to-stderr "EXITTT\n")'.
2291
2292 2000-10-05 Miles Bader <miles@gnu.org>
2293
2294 * diff-mode.el (diff-goto-source): Update call to
2295 `diff-hunk-status-msg' to reflect new REV variable.
2296
2297 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2298
2299 * progmodes/icon.el (icon-mode):
2300 Don't gratuitously override the default for comment-column.
2301
2302 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2303
2304 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2305 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2306 (jit-lock-functions): New var.
2307 (jit-lock-function-1): Use it if non-nil.
2308 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2309 Set the `fontified' property before doing the fontification to avoid
2310 repeatedly going through the same error.
2311 Don't turn errors into messages.
2312 (jit-lock-register, jit-lock-unregister): New functions.
2313
2314 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2315 Use with-current-buffer.
2316
2317 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2318 Turn comment into docstring.
2319
2320 * apropos.el (apropos-mode): Use define-derived-mode.
2321
2322 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2323
2324 * startup.el (fancy-splash-pending-command): New variable.
2325 (fancy-splash-pre-command): New function.
2326 (fancy-splash-screens): Rewritten.
2327 (command-line-1): If fancy-splash-pending-command is set, call it
2328 interactively.
2329
2330 2000-10-04 Dave Love <fx@gnu.org>
2331
2332 * toolbar/tool-bar.el (tool-bar-setup): New function.
2333 (tool-bar-mode): Use it.
2334
2335 * subr.el (substitute-key-definition): Doc fix.
2336 (play-sound-file): New command.
2337
2338 2000-10-04 Andre Spiegel <spiegel@gnu.org>
2339
2340 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2341 vc-version-backup-file-name): New functions.
2342
2343 * files.el (basic-save-buffer): Call vc-before-save before saving.
2344
2345 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2346 vc-cvs-stay-local-p.
2347
2348 * vc.el (vc-revert-buffer): Handle empty diff properly.
2349 (vc-version-backup-file): New function.
2350 (vc-checkout): Create a version backup if necessary.
2351 (vc-checkin): If a version backup file exists, delete it.
2352 (vc-version-diff): Diff locally using version backups, if available.
2353 (vc-revert-file): If there's a version backup, revert locally.
2354 (vc-transfer-file): Use version backup for base version, if
2355 available. If not, ask for confirmation whether to get it from the
2356 server. Update mode line before check-in.
2357
2358 2000-10-04 Dave Love <fx@gnu.org>
2359
2360 * toolbar/tool-bar.el (tool-bar-setup): New function.
2361 (tool-bar-mode): Use it.
2362
2363 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2364
2365 * net/net-utils.el (nslookup-font-lock-keywords)
2366 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2367 Only set if window-system is non-nil
2368 (net-utils-run-program): Returns buffer.
2369 (network-connection-reconnect): Added this function.
2370
2371 * generic.el:
2372 Incorporates extensive cleanup and docfixes by
2373 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2374 Uses cl compile-time macros.
2375 (generic-mode-name, generic-comment-list)
2376 (generic-keywords-list, generic-font-lock-expressions)
2377 (generic-mode-function-list, generic-mode-syntax-table):
2378 Removed variables.
2379 (generic-mode-alist): Renamed to generic-mode-list.
2380 (generic-find-file-regexp): Default changed to "^#".
2381 (generic-read-type): Uses completing read on generic-mode-list.
2382 (generic-mode-sanity-check): removed this function.
2383 (generic-add-to-auto-mode): Removed this function
2384 (generic-mode-internal): Bind mode-specific definitions
2385 into function instead of putting them in alist.
2386 (generic-mode-set-comments): Reworked extensively.
2387 (generic-mode-find-file-hook): Simplified regexp searching
2388 (generic-make-keywords-list): Omit extra pair of parens
2389
2390 * find-lisp.el (find-lisp-find-files-internal):
2391 Make sure directory name ends with "/".
2392
2393 * generic-x.el (apache-conf-generic-mode):
2394 Regexp now allows leading whitespace.
2395 (rc-generic-mode): Added eval-when-compile
2396 around generic-make-keywords-list.
2397 Deleted duplicate regexp
2398 (rul-generic-mode): Added eval-when-compile
2399 around generic-make-keywords-list.
2400 (etc-fstab-generic-mode): New generic mode.
2401 (rul-generic-mode): Removed one eval-when-compile
2402 which caused a max-specpdl-size exceeded error.
2403
2404 2000-10-04 Miles Bader <miles@gnu.org>
2405
2406 * simple.el (minibuffer-temporary-goal-position): New variable.
2407 (next-history-element): Try to keep the position of point in the
2408 input string constant.
2409
2410 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2411 (dired-do-create-files): If there's only one file, pass it in as
2412 the DEFAULT arg to dired-mark-read-file-name.
2413
2414 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2417 (diff-goto-source): Be smarter when choosing REVERSE or not.
2418
2419 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2420 (texinfo-mode-menu): Add an explicit shortcut for update all.
2421
2422 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2423
2424 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2425 factorize backend-specific code cleanly (this was essentially
2426 conceived by Stefan Monnier).
2427 (vc-unregister): Function removed.
2428 (vc-revert-file): New function.
2429 (vc-revert-buffer): Delegate some of the work to it.
2430
2431 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2432 default branch unconditionally.
2433 (vc-rcs-set-default-branch): New function.
2434 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2435 (vc-rcs-checkin): If an appropriate default branch has been set,
2436 force creation of that branch.
2437 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2438 code (as suggested by Stefan Monnier).
2439
2440 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2441
2442 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2443 highlighting overlay with a different face over the overlay
2444 isearch uses to highlight the current match because that can lead
2445 to bad face combinations.
2446
2447 * loadup.el (toplevel): Load faces before isearch.
2448
2449 * isearch.el (isearch-faces): New custom group.
2450 (isearch): New defface; was already tested for in the code.
2451 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2452 (isearch-highlight): Always use face `isearch'.
2453
2454 2000-10-02 Dave Love <fx@gnu.org>
2455
2456 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2457 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2458 comparison of opcode with operand.
2459
2460 2000-10-03 Miles Bader <miles@gnu.org>
2461
2462 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2463 buffer, since the echo area will now grow to accommodate them.
2464
2465 2000-10-02 Andre Spiegel <spiegel@gnu.org>
2466
2467 * vc-hooks.el (vc-registered): If FILE used to be registered under
2468 a certain backend, try that one first.
2469
2470 * vc.el (vc-responsible-backend): Undo the previous change in the
2471 argument list. Handle multiple backends correctly.
2472 (vc-find-new-backend): Function removed.
2473 (vc-register): Use vc-responsible-backend, as before.
2474 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2475
2476 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2477
2478 * startup.el (fancy-splash-head): Change message below the
2479 logo.
2480
2481 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2482
2483 * diff-mode.el (diff-goto-source): Emit a status message.
2484 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2485 (diff-test-hunk): Fix doc string.
2486 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2487 (diff-advance-after-apply-hunk): New variable.
2488 (diff-apply-hunk): Don't return a value.
2489
2490 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2491
2492 * vc.el (vc-editable-p): Minor optimization.
2493 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2494 (vc-find-new-backend): New function split from vc-responsible-backend.
2495 (vc-register): Use it.
2496 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2497 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2498 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2499 (vc-clear-headers): Don't use find-file.
2500 (vc-revert-buffer): Use `and' again (must have been a braino).
2501 (vc-switch-backend): Only prompt if requested.
2502 Short circuit if nothing is to be done.
2503 Don't use vc-resynch-buffer which could lose unsaved editing.
2504 (vc-default-receive-file): Update call to vc-unregister.
2505 (with-vc-file, vc-next-action-on-file):
2506 Use vc-backend rather than vc-registered.
2507 (vc-next-action-on-file): Use intern-soft.
2508 Deal with read-only *vc-diff* buffer.
2509 (vc-transfer-file): Docstring fix.
2510
2511 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2512 (vc-rcs-receive-file): Avoid with-vc-properties.
2513 Update call to vc-unregister.
2514 Use constant `RCS' rather than (dynamically bound) var `backend'.
2515
2516 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2517
2518 * vc.el (vc-next-action-on-file): Update mode line only if file
2519 is visited.
2520 (vc-start-entry): New argument initial-contents. Don't visit the file
2521 if it isn't already visited. Brought documentation up-to-date.
2522 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2523 (vc-checkin): New optional arg initial-contents, which is passed to
2524 vc-start-entry.
2525 (vc-finish-logentry): Make sure to bury log buffer only if there
2526 really is one. Call `vc-resynch-buffer' on log-file, not
2527 buffer-file-name.
2528 (vc-default-comment-history, vc-default-wash-log): New functions.
2529 (vc-index-of): Removed.
2530 (vc-transfer-file): Make do without the above.
2531 (vc-default-receive-file): Call comment-history unconditionally. Pass
2532 the resulting string to vc-checkin, instead of inserting it into the
2533 comment ring.
2534
2535 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2536 unconditionally. Use the comments as initial contents of the log
2537 entry buffer. Document the trick to force branch creation with no
2538 changes.
2539
2540 2000-10-01 Miles Bader <miles@gnu.org>
2541
2542 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2543 `recenter' with an arg to prevent redrawing the display.
2544
2545 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2546
2547 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2548
2549 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2550
2551 * progmodes/c-mode.el (c-mode):
2552 Don't gratuitously override the default for comment-column.
2553
2554 * textmodes/tex-mode.el (latex-metasection-list): New var.
2555 (latex-imenu-create-index): Use it.
2556 Move the regexp construction outside loops (and use push).
2557 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2558 (tex-font-lock-keywords): Moved from font-lock.el.
2559 (tex-comment-indent): Remove.
2560 (tex-common-initialization): Don't set comment-indent-function.
2561 (latex-block-default): New var.
2562 (tex-latex-block): Use it to provide a default choice.
2563 Add any unknown choice to latex-block-names.
2564 Insert [...] after {...}.
2565 (tex-last-unended-begin): Simplify regexp.
2566 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2567 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2568 (latex-mode): Set forward-sexp-function.
2569
2570 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2571 Add regexp for @ignore ... @end ignore.
2572 (texinfo-heading-face): New face.
2573 (texinfo-font-lock-keywords): Use it.
2574 (texinfo-mode-menu): New menu.
2575 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2576 New functions.
2577 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2578 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2579 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2580 Remove declaration.
2581 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2582
2583 * delsel.el (delete-selection-mode): Use define-minor-mode.
2584
2585 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2586
2587 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2588
2589 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2590
2591 2000-09-30 Gerd Moellmann <gerd@gnu.org>
2592
2593 * replace.el (keep-lines-read-args): New function.
2594 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2595 read arguments interactively. Add parameters RSTART and REND.
2596 Operate on the active region in Transient Mark mode.
2597
2598 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2599
2600 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2601 (authors-obsolete-files-regexps): New variable.
2602 (authors-add): Don't record changes in obsolete files.
2603
2604 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2607
2608 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2609 (comment-indent): Make sure there's a space between code and comment.
2610 Shift comments left to avoid going past fill-column.
2611
2612 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2613
2614 * startup.el (startup-echo-area-message): New function.
2615 (display-startup-echo-area-message): Use it.
2616 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2617 (fancy-splash-default-action): New function.
2618 (fancy-splash-screens-1): New function.
2619 (fancy-splash-head): Put a help-echo and a keymap under the image.
2620
2621 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2622
2623 * diff-mode.el (diff-add-log-file-name): Remove.
2624 (diff-mode): Use add-log-buffer-file-name-function.
2625
2626 * add-log.el (find-change-log): New arg BUFFER-FILE.
2627 (add-log-file-name): Obey add-log-file-name-function.
2628 (add-log-buffer-file-name-function): New var.
2629 (add-change-log-entry): Use it.
2630
2631 2000-09-29 Miles Bader <miles@gnu.org>
2632
2633 * image-file.el (image-file-name-extensions): New variable.
2634 (image-file-name-regexps): Renamed from `image-file-regexps'.
2635 New default value is nil. Call `auto-image-file-mode'.
2636 (image-file-name-regexp): New function.
2637 (auto-image-file-mode): New minor mode.
2638 (insert-image-file): Don't make conditional on the image-file
2639 handler being enabled.
2640 (image-file-handler): Make the call here conditional instead.
2641 (set-image-file-handler-enabled, enable-image-file-handler)
2642 (disable-image-file-handler): Functions removed.
2643
2644 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2645 string.
2646
2647 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2648
2649 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2650 it's a function from CL.
2651 (latex-imenu-create-index): Replace eval-when-compile with progn
2652 because latex-section-alist is not bound while compiling.
2653
2654 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2655
2656 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2657 (outline-mode): Use define-derived-mode.
2658
2659 * progmodes/perl-mode.el (perl-mode):
2660 * progmodes/awk-mode.el (awk-mode):
2661 * progmodes/asm-mode.el (asm-mode):
2662 Don't gratuitously override the default for comment-column.
2663
2664 * emacs-lisp/lisp.el (lisp-complete-symbol):
2665 Distinguish the let-binding case from the funcall case.
2666 (forward-sexp-function): New variable.
2667 (forward-sexp): Use it.
2668
2669 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2670 (easy-mmode-defmap): Remove the now useless autoload.
2671
2672 * time.el (display-time-mode): Use define-minor-mode.
2673
2674 * subr.el (add-minor-mode): Don't eval NAME.
2675 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2676 Use if rather than cond.
2677
2678 * simple.el (read-expression-map): Define more properly.
2679 (comment-indent-hook): Remove.
2680 (string-to-syntax): Bug fix.
2681
2682 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2683 (cvs-ediff-diff): Fix typo.
2684 (cvs-revert-if-needed): Don't bother preserving read-only.
2685
2686 * paren.el (show-paren-mode): Use define-minor-mode.
2687
2688 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2689 (toggle-auto-compression): Remove.
2690 (jka-compr-build-file-regexp): Remove useless grouping.
2691
2692 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2693 Avoid user-reserved bindings.
2694 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2695 (diff-header-face): Revert to grey85.
2696
2697 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2698
2699 * complete.el (partial-completion-mode) <defcustom>: Remove.
2700 (partial-completion-mode): Use define-minor-mode.
2701 (PC-do-completion): Understand `completion-auto-help = delay'
2702 to mean to popup the completion buffer only the second time.
2703 (PC-include-file-all-completions, PC-include-file-all-completions)
2704 (PC-include-file-all-completions): Don't quote lambda.
2705
2706 * comint.el (comint-mode-hook): Docstring fix.
2707 (comint-mode): Use define-derived-mode.
2708 (comint-mode-map): Remove obsolete comment.
2709 (make-comint): Minor stylistic change.
2710 (comint-insert-clicked-input): Be more careful to find the overlay.
2711 Use this-command-keys rather than hardcoding mouse-2.
2712
2713 * font-lock.el: Replace confusing (,@ with ,
2714 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2715 Don't use regexp-opt-depth. Spice up the regexp for args.
2716 Don't distinguish between cmds that can take an opt arg or not.
2717 Use `append' and `prepend' rather than `keep'.
2718
2719 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2720 (latex-outline-regexp): New var.
2721 (latex-outline-level): New fun.
2722 (latex-section-alist): New var.
2723 (latex-imenu-create-index): Use it. Use `push' as well.
2724 (tex-shell-map): Initialize it properly.
2725 (tex-mode): Minor stylistic change.
2726 (plain-tex-mode): Use define-derived-mode.
2727 (latex-mode): Use define-derived-mode.
2728 Construct the paragraph regexps in a more readable way.
2729 Set the buffer-local outline-{level,regexp} vars.
2730 (slitex-mode): Derive from latex-mode.
2731 (tex-common-initialization): Don't kill-all-vars anymore.
2732 Add setting for comment-add and font-lock-defaults.
2733 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2734 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2735 (tex-start-tex): New arg DIR (and send a chdir command for it).
2736 Also display the shell buffer and save it in tex-last-buffer-texed.
2737 (tex-region): Use expand-file-name rather than concat.
2738 Remove code made useless by changes in tex-start-tex.
2739 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2740
2741 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2742
2743 2000-09-28 Dave Love <fx@gnu.org>
2744
2745 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2746
2747 2000-09-28 Gerd Moellmann <gerd@gnu.org>
2748
2749 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2750 `append'.
2751
2752 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2753
2754 * info.el (Info-extract-pointer): Undo last change.
2755 Instead, fix the position of the `bound' arg to re-search-backward.
2756
2757 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * info.el (Info-extract-pointer):
2760 Widen more carefully, to avoid finding pointers in other nodes.
2761 (Info-index): Use push.
2762
2763 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2764
2765 * frame.el (set-frame-font): Remove call to obsolete function
2766 frame-update-faces.
2767 (set-foreground-color, set-background-color): Likewise for
2768 frame-update-face-colors.
2769
2770 2000-09-27 Miles Bader <miles@gnu.org>
2771
2772 * image-file.el: New file.
2773
2774 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2775
2776 * frame.el (frame-notice-user-settings): Don't call
2777 frame-update-faces, which is a no-op now.
2778
2779 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2780 tool-bar-lines.
2781
2782 2000-09-27 Dave Love <fx@gnu.org>
2783
2784 * mouse.el: Fix last change.
2785
2786 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2787
2788 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2789
2790 2000-09-22 Kenichi Handa <handa@etl.go.jp>
2791
2792 * international/quail.el (quail-help): The output message is
2793 improved.
2794
2795 2000-09-26 Dave Love <fx@gnu.org>
2796
2797 * mouse.el (popup-menu): If POSITION is nil, set it using
2798 mouse-position.
2799
2800 2000-09-25 Sam Steingold <sds@gnu.org>
2801
2802 * net/browse-url.el (browse-url-file-url): Check for null maps.
2803
2804 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2805
2806 * frame.el (frame-notice-user-settings): Don't add a
2807 tool-bar-lines frame parameter to default-frame-alist in batch mode.
2808
2809 * frame.el (frame-notice-user-settings):
2810 Make tool-bar-mode and default-frame-alist consistent.
2811
2812 * toolbar/tool-bar.el (tool-bar-help): New function.
2813
2814 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2815
2816 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2817 current-load-list in top-level forms. Else this leaks a cons cell
2818 every time a defun is called.
2819
2820 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2821
2822 2000-09-25 Dave Love <fx@gnu.org>
2823
2824 * startup.el (fancy-splash-head): Check XPM is available.
2825
2826 * autoinsert.el (auto-insert): Doc fix.
2827 (auto-insert-alist): Following GNU notices, don't say `copyright
2828 _by_'. Use line-beginning-position.
2829 (auto-insert): Check buffer-file-name is non-nil before use.
2830
2831 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2832
2833 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2834 starting with `@def' or `@multitable', in addition to ones
2835 specified by the user in auto-fill-inhibit-regexp.
2836
2837 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
2838
2839 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2840 rmail-dont-reply-to-names matches the empty string.
2841
2842 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2843
2844 * startup.el (command-line-1, fancy-splash-text): Change the
2845 text to sound more friendly.
2846
2847 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2848
2849 * progmodes/hideshow.el: Update author email address.
2850 Generally, sync w/ maintainer version 5.22.
2851 (hs-hide-all-non-comment-function): New var.
2852 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2853 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2854 (hs-show-region): Delete this command.
2855 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2856
2857 2000-09-22 Dave Love <fx@gnu.org>
2858
2859 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2860 (hl-line-highlight): Specify buffer when moving overlay.
2861
2862 * progmodes/fortran.el (fortran-mode): Locally set
2863 normal-auto-fill-function.
2864 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2865 (fortran-mode-map): Adjust auto-fill menu entry.
2866
2867 2000-09-22 Gerd Moellmann <gerd@gnu.org>
2868
2869 * vc-rcs.el (toplevel): Require `vc' when compiling.
2870
2871 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2872
2873 2000-09-22 Andre Spiegel <spiegel@gnu.org>
2874
2875 * vc.el (vc-switch-backend): Signal an error if the file is not
2876 registered under the new backend.
2877
2878 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2879 without explicit revision number.
2880
2881 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2882
2883 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2884 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2885 (diff-xor): New function.
2886 (diff-find-source-location): Use it. Fix a stupid name clash.
2887 (diff-hunk-status-msg): New function.
2888 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2889 (diff-test-hunk): Use diff-find-source-location.
2890 (diff-goto-source): Favor the `reverse'.
2891 (diff-hunk-text): Properly handle one-sided context diffs.
2892 (diff-apply-hunk): When done, advance to the next hunk.
2893
2894 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2895
2896 * startup.el (command-line): If frame was created with a non-zero
2897 tool-bar-lines parameter, switch tool-bar-mode on.
2898
2899 * add-log.el (change-log-date-face, change-log-name-face)
2900 (change-log-email-face, change-log-file-face)
2901 (change-log-list-face, change-log-conditionals-face)
2902 (change-log-function-face, change-log-acknowledgement-face):
2903 New faces, inheriting from font-lock faces.
2904 (change-log-font-lock-keywords): Use them.
2905
2906 2000-09-21 Dave Love <fx@gnu.org>
2907
2908 * progmodes/cperl-mode.el (top-level): Clean up
2909 `eval-when-compile's and assorted defvars.
2910 (cperl-invalid-face): Don't double-quote value. Change custom
2911 type.
2912 (cperl-mode): Set normal-auto-fill-function and don't zap
2913 auto-fill-function.
2914 (cperl-imenu--function-name-regexp-perl): Renamed from
2915 imenu-example--function-name-regexp-perl.
2916 (cperl-imenu--create-perl-index): Renamed from
2917 imenu-example--create-perl-index.
2918 (cperl-xsub-scan): Don't require cl.
2919
2920 * msb.el (msb-mode-map): Use substitute-key-definition.
2921 (msb-mode): Use msb-mode-map.
2922
2923 2000-09-21 Andre Spiegel <spiegel@gnu.org>
2924
2925 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2926 New functions.
2927 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2928 (vc-switch-backend): New function.
2929 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2930 (vc-register): Fix prompt.
2931 (vc-unregister, vc-default-unregister): New functions.
2932 (vc-version-diff): Handle empty buffer in sentinel.
2933
2934 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2935 (vc-rcs-state-heuristic): Use it to guess the state of files with
2936 non-strict locking.
2937 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2938 been set with -b, but not created yet.
2939 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2940 contents in order to find the state.
2941 (vc-rcs-checkin): Allow creation of branches with no changes.
2942 (vc-rcs-unregister, vc-rcs-receive-file)
2943 (vc-rcs-set-non-strict-locking): New functions.
2944
2945 * vc-hooks.el (vc-name): Force correct computation of the value
2946 in case it is missing.
2947
2948 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2949
2950 * startup.el (fancy-splash-tail): Use a different foreground
2951 color on a dark frame background.
2952
2953 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2954
2955 * info.el: Use the correct capitalization when making Info-mode
2956 and Info-edit-mode `special' modes.
2957
2958 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2961 (diff-mode): Add support for add-log.el.
2962 (diff-hunk-text): Use char offsets rather than line offsets.
2963 (diff-find-source-location): Replace LINE with line-offset (nil
2964 if not found) and always set POS to a meaningful position.
2965 Adapt to the new char-offsets.
2966 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2967 Adapt to the new diff-find-source-location.
2968 (diff-goto-source): Adapt to the new diff-find-source-location.
2969
2970 * add-log.el (add-log-file-name): New function (split out of
2971 add-change-log-entry).
2972 (add-change-log-entry): Use it.
2973 Call add-log-file-name-function with the changelog file name if
2974 the current buffer is not associated with any file.
2975 Avoid find-file if the selected window is dedicated.
2976
2977 * diff-mode.el (diff-find-source-location):
2978 Move code from diff-apply-hunk. Return buffer rather than file.
2979 (diff-apply-hunk): Use the new result from diff-find-source-location.
2980 (diff-goto-source): Use the new diff-find-source-location.
2981
2982 2000-09-20 Dave Love <fx@gnu.org>
2983
2984 * iswitchb.el: Some doc fixes.
2985 (iswitchb-mode-map): Define completely initially. Inherit
2986 minibuffer-local-map.
2987 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2988 fundamental-mode.
2989 (iswitchb-global-map): New variable.
2990 (iswitchb-summaries-to-end): Amalgamate regexps.
2991 (iswitchb-mode): New.
2992 (iswitchb-mode-hook): New variable.
2993 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2994 `extensions'.
2995
2996 2000-09-20 Gerd Moellmann <gerd@gnu.org>
2997
2998 * ehelp.el (electric-help): New defgroup.
2999 (electric-help-shrink-window): New user-option.
3000 (with-electric-help): Use it.
3001
3002 * window.el (shrink-window-if-larger-than-buffer): If face
3003 `mode-line' has a :box, and we're on a graphical frame, add 1
3004 to the needed window height.
3005
3006 * frame.el (frame-notice-user-settings): Add a last parameter nil
3007 to a call to `append', because the last list passed to `append' is
3008 not copied, and so subsequent calls to assq-delete-all will modify
3009 default-frame-alist.
3010
3011 * startup.el (fancy-splash-image): Change :type.
3012 (fancy-splash-head): Use an XBM image if appropriate.
3013 (command-line-1): Show splash screens in more cases.
3014
3015 * startup.el (fancy-splash-text): Don't quote faces.
3016
3017 * dired.el (dired-font-lock-keywords): Undo last change.
3018 (dired-readin): Bind indent-tabs-mode to nil.
3019
3020 * startup.el (fancy-splash-head): If frame's background mode
3021 is `dark', change the black background of the image to gray.
3022 (fancy-splash-screens): Display startup echo area message.
3023 (display-startup-echo-area-message): New function.
3024
3025 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3026
3027 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3028
3029 * info.el (info-header-node): Tweak for color ttys.
3030
3031 * faces.el (face-valid-attribute-values): Make sure directories we
3032 search for stipples both exist and are readable before trying to
3033 search them.
3034
3035 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3036 in the dry-run case.
3037
3038 * jka-compr.el (with-auto-compression-mode): New macro.
3039
3040 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3041 (custom-group-tag-face, custom-variable-tag-face): Use relative
3042 :height and inherit from `variable-pitch' face instead of
3043 hardwiring :family.
3044 * hi-lock.el (hi-black-hb): Likewise.
3045
3046 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3047 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3048 toolbar-add-item, if image doesn't have a mask add a `:mask
3049 heuristic'.
3050
3051 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * diff-mode.el: Docstring fixes.
3054 (diff-header-face, diff-comment-face): New faces.
3055 (diff-font-lock-keywords): Highlight a bit differently.
3056 (diff-find-source-location): Don't return SPAN any more.
3057 (diff-hunk-text): Don't bother erasing the temp buffer.
3058 (diff-find-text): Drop argument LINE.
3059 (diff-apply-hunk): Update calls to diff-find-text.
3060 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3061
3062 * calendar/calendar.el: Docstring fixes.
3063 (calendar-make-alist): Don't quote lambda.
3064 (calendar-star-date): Use make-local-variable.
3065
3066 2000-09-19 Dave Love <fx@gnu.org>
3067
3068 * toolbar/tool-bar.el: Renamed from toolbar.el.
3069 Change `toolbar' to `tool-bar' generally in symbols.
3070 Make some items invisible in `special' major modes.
3071 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3072 Add arg PROPS.
3073
3074 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3075 Add :version here.
3076 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3077
3078 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3079
3080 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3081
3082 * files.el (find-file-suppress-same-file-warnings): New user-option.
3083 (find-file-noselect): Use it.
3084
3085 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3086 (fancy-splash-screen): Defgroup.
3087
3088 * add-log.el (change-log-font-lock-keywords): Match names
3089 more exactly for the case that font-lock-constant-face is
3090 underlined.
3091
3092 2000-09-19 Richard M. Stallman <rms@gnu.org>
3093
3094 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3095
3096 2000-09-19 Andre Spiegel <spiegel@gnu.org>
3097
3098 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3099
3100 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3101
3102 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3103 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3104 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3105 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3106 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3107 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3108 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3109 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3110 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3111 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3112 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3113 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3114
3115 * startup.el (fancy-splash-text): New variable.
3116 (fancy-splash-delay, fancy-splash-image): New user-options.
3117 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3118 (fancy-splash-screens): New functions.
3119 (command-line-1): If display has a `display' frame parameter, has
3120 colors, and we have XPM support, show more fancy splash screens.
3121
3122 2000-09-19 Dave Love <fx@gnu.org>
3123
3124 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3125 with null `help'. Use modern backquote syntax.
3126
3127 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3128
3129 * font-lock.el (font-lock-mode): Change message telling the user
3130 that ``the buffer is too big''.
3131
3132 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3133 for instance for the case that tab-width is 2.
3134
3135 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3136
3137 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3138 toolbar-add-item, if image doesn't have a mask add a `:mask
3139 heuristic'.
3140
3141 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3142
3143 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3144 and return a cons if it's non-nil.
3145 (diff-apply-hunk): Try to jump to the line in the source text
3146 corresponding to the position of point in the in the hunk.
3147
3148 * info.el (Info-title-3-face, Info-title-2-face)
3149 (Info-title-1-face): Use face inheritance and relative sizes
3150 instead of hard-wiring things.
3151
3152 * faces.el (secondary-selection): Make dark-background variant sane.
3153
3154 2000-09-16 Andrew Innes <andrewi@gnu.org>
3155
3156 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3157 read-only, since they aren't under VC now.
3158
3159 2000-09-17 Dave Love <fx@gnu.org>
3160
3161 * tmm.el: Replace mapcar with mapc in several places.
3162
3163 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3164 ad-unadvise.
3165
3166 * international/latin1-disp.el: New file.
3167
3168 * calendar/cal-move.el (scroll-calendar-left)
3169 (scroll-calendar-right): Make arg optional (for active mode line).
3170
3171 * calendar/calendar.el (calendar-mode-line-format): Make fields
3172 mouse-sensitive.
3173 (calendar-read-date, calendar-read-date, calendar-window-list):
3174 Unquote lambda.
3175 (calendar-month-name): Use aref, not sref.
3176
3177 * view.el (minor-mode-alist): Propertize the string.
3178
3179 * international/characters.el (standard-case-table): Add entries
3180 for Greek.
3181
3182 2000-09-18 Miles Bader <miles@gnu.org>
3183
3184 * info.el (info-node, info-xref): Add dark-background variants.
3185
3186 * faces.el (header-line): Change defaults to be less confusing
3187 when mixed with mode-lines.
3188
3189 * info.el (Info-fontify-node): Make a few cleanups.
3190 Add extra `help-echo' and `local-map' props to node xrefs.
3191 Use header-specific faces for node-names & xrefs.
3192 (Info-use-header-line): New variable.
3193 (info-header-xref, info-header-node): New faces.
3194 (Info-setup-header-line): New function.
3195 (Info-select-node): Call Info-setup-header-line when enabled.
3196 (Info-extract-pointer): Work even if the header line is hidden.
3197 (Info-header-line): New variable.
3198
3199 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3200
3201 * vms-patch.el (print-region-function): Don't quote lambda.
3202
3203 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3204
3205 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3206 (lm-get-header-re): Allow spaces between the header and the colon.
3207 (lm-header): Allow $ in non-RCS headers.
3208 (lm-header-multiline): Put the strings back into order.
3209 Stop at an empty line. Don't require two space chars if the
3210 line is clearly not another header line.
3211
3212 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3213 (popup-menu-popup): Remove.
3214
3215 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3216
3217 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3218 specification if or if not tool-bar item contains an `:enabled'
3219 property.
3220
3221 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3222 current buffer has no file name.
3223
3224 2000-09-15 Dave Love <fx@gnu.org>
3225
3226 * strokes.el: Sync with maintainer's current version with changes
3227 for Emacs, but avoid runtime cl and levents.
3228 (toplevel): Change autoloads and compilation requires.
3229 (strokes-version, strokes-bug-address, strokes-lift): Values
3230 changed.
3231 (strokes-xpm-header, strokes-insinuated): New variable.
3232 (strokes): Add :link.
3233 (strokes-mode): Customized.
3234 (strokes-while-inhibiting-garbage-collector): New macro.
3235 (strokes-remassoc): Avoid remove-if.
3236 (strokes-fix-button2-command): Don't use ad-do-it.
3237 (strokes-insinuate): New function.
3238 (strokes-button-press-event-p, strokes-button-release-event-p):
3239 New functions, used instead of non-`strokes-' versions..
3240 (strokes-mouse-event-p): Rewritten.
3241 (strokes-event-closest-point): Avoid event-point.
3242 (strokes-get-grid-position): Avoid cdadr, caadr
3243 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3244 functions.
3245 (strokes-help): Use with-output-to-temp-buffer.
3246 (strokes-window-configuration-changed-p): New function.
3247 (strokes-update-window-configuration): Use buffer-live-p,
3248 strokes-window-configuration-changed-p.
3249 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3250 (strokes-char-face): New face.
3251 (strokes-char-table, strokes-base64-chars): New variable.
3252 (strokes-xpm-for-stroke, strokes-list-strokes)
3253 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3254 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3255 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3256 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3257 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3258 functions.
3259
3260 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3261
3262 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3263
3264 * image.el (create-image): Doc fix.
3265
3266 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3267 instead of `:heuristic-mask t'.
3268
3269 2000-09-14 Andrew Innes <andrewi@gnu.org>
3270
3271 * makefile.w32-in: Revert to Unix line endings.
3272
3273 2000-09-14 Andrew Innes <andrewi@gnu.org>
3274
3275 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3276 when installing.
3277
3278 * makefile.nt (DONTCOMPILE): Fix typo.
3279
3280 * shell.el (shell-write-history-on-exit): New function.
3281 (shell-dumb-shell-regexp): New custom variable.
3282 (shell-mode): Make shell-write-history-on-exit the process
3283 sentinel if shell name matches shell-dumb-shell-regexp.
3284
3285 * w32-fns.el: Comment out before-init-hook function which resets
3286 source-directory based; this breaks bootstrap.
3287
3288 2000-09-14 Dave Love <fx@gnu.org>
3289
3290 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3291 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3292 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3293 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3294 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3295 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3296 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3297 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3298 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3299
3300 * toolbar/toolbar.el: New.
3301
3302 * subdirs.el: Add toolbar.
3303
3304 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3305
3306 * indent.el (indent-for-tab-command): Doc fix.
3307
3308 2000-09-14 Alex Schroeder <alex@gnu.org>
3309
3310 * ansi-color.el (ansi-colors): Doc change.
3311 (ansi-color-get-face): Simplified regexp.
3312 (ansi-color-faces-vector): Added more faces, doc change.
3313 (ansi-color-names-vector): Doc change.
3314 (ansi-color-regexp): Simplified regexp.
3315 (ansi-color-parameter-regexp): New regexp.
3316 (ansi-color-filter-apply): Doc change.
3317 (ansi-color-filter-region): Doc change.
3318 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3319 deal with zero length parameters.
3320 (ansi-color-apply-on-region): Doc change.
3321 (ansi-color-map): Doc change.
3322 (ansi-color-map-update): Removed debugging message.
3323 (ansi-color-get-face-1): Added condition-case to trap
3324 args-out-of-range errors.
3325 (ansi-color-get-face): Doc change.
3326 (ansi-color-make-face): Removed.
3327 (ansi-color-for-shell-mode): New option.
3328
3329 2000-09-13 Kenichi Handa <handa@etl.go.jp>
3330
3331 * international/quail.el (quail-start-translation): Translate KEY
3332 if necessary even if it doesn't have any mapping in the current
3333 input method.
3334 (quail-start-conversion): Likewise.
3335 (quail-help): The output message is improved.
3336
3337 2000-09-13 Miles Bader <miles@gnu.org>
3338
3339 * comint.el (comint-output-filter): Revert to using
3340 `insert-before-markers'. Add bletcherous hack to undo damage
3341 caused by `insert-before-markers'. Put `front-sticky' property on
3342 overlays created here so that the field code understands how the
3343 overlay works. Use a let when making comint-last-prompt-overlay,
3344 so that the code is easier to read.
3345
3346 2000-09-13 Dave Love <fx@gnu.org>
3347
3348 * wid-edit.el (widget-default-format-handler): DTRT when
3349 doc-property is a function.
3350
3351 2000-09-12 Francesco Potorti` <pot@gnu.org>
3352
3353 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3354 filed name if it's not there.
3355
3356 2000-09-12 Dave Love <fx@gnu.org>
3357
3358 * simple.el (read-mail-command): Doc fix.
3359 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3360
3361 * vc.el (vc-dired-listing-switches): Fix :version.
3362
3363 * vc-hooks.el: Doc fixes.
3364
3365 * subr.el (add-minor-mode): Use toggle-fun arg.
3366
3367 * speedbar.el: Add :version to several defcustoms.
3368
3369 * imenu.el (imenu--truncate-items, imenu--cleanup)
3370 (imenu--generic-function): Avoid mapcar.
3371 (imenu--replace-spaces): Function removed.
3372 (imenu--completion-buffer): Use subst-char-in-string.
3373 (imenu-add-to-menubar): Use keymap inheritance.
3374
3375 2000-09-12 Miles Bader <miles@gnu.org>
3376
3377 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3378 (diff-mode-map): Bind `diff-test-hunk'.
3379 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3380
3381 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3382
3383 * bytecomp.el (byte-compile-defvar): Undo last change
3384 because it breaks '(make-variable-buffer-local (defvar ...)'
3385 which is used at least in dired.
3386
3387 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3388
3389 * international/quail.el (quail-define-package): Docstring
3390 modified.
3391
3392 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3393
3394 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3395 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3396 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3397 docstring of "chinese-py".
3398
3399 * international/quail.el (quail-translation-docstring): New
3400 variable.
3401 (quail-show-keyboard-layout): Docstring modified.
3402 (quail-select-current): Likewise.
3403 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3404 infinite recursive call.
3405 (quail-help): Check quail-translation-docstring. Format of the
3406 output changed.
3407 (quail-help-insert-keymap-description): Adjusted for the above
3408 change.
3409
3410 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3411
3412 * bytecomp.el (byte-compile-defvar): Only cons onto
3413 current-load-list in top-level forms. Else this leaks a cons cell
3414 every time a defun is called.
3415
3416 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3417
3418 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3419 Now understands non-unified diffs. Some functionality moved into
3420 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3421 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3422 modify anything. Only reposition point in the patched file if the
3423 patch succeeds. Only pop up another window if POPUP is true.
3424 Emit a message describing what happened if successful, and at what
3425 line-offset. Automatically detect reversed hunks and do something
3426 appropriate.
3427 (diff-hunk-text, diff-find-text): New functions.
3428 (diff-filter-lines): Function removed.
3429 (diff-test-hunk): New function.
3430 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3431
3432 2000-09-10 Dave Love <fx@gnu.org>
3433
3434 * textmodes/tildify.el: Minor doc/commentary fixes.
3435 (tildify) <defgroup>: Add :version.
3436
3437 * faces.el (face-x-resources): Make custom type more specific.
3438 (frame-background-mode): Use mapc.
3439 (region) <defcustom>: Add :version.
3440
3441 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * vc-sccs.el (vc-sccs-register):
3444 * vc-rcs.el (vc-rcs-register):
3445 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3446 * vc.el (vc-register): Clear file's properties.
3447
3448 2000-09-08 Gerd Moellmann <gerd@gnu.org>
3449
3450 * faces.el (face-spec-set): Only face-spec-reset-face when
3451 ATTRS is non-nil.
3452
3453 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * help.el (help-insert-xref-button): Fix a typo in doc string.
3456
3457 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3458
3459 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3460 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3461 methods.
3462
3463 * menu-bar.el (read-mail-item-name): New function.
3464 (menu-bar-tools-menu): Use it to compute and display the package
3465 used to read email.
3466 (menu-bar-tools-menu): Fix typo in GUD's help string.
3467
3468 2000-09-07 Dave Love <fx@gnu.org>
3469
3470 * diff-mode.el (diff-mouse-goto-source): New function.
3471
3472 * vc-sccs.el: Doc fixes.
3473 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3474
3475 * vc-rcs.el: Doc fixes.
3476 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3477 (vc-rcs-checkout-switches, vc-rcs-header)
3478 (vc-rcs-master-templates): Add or change :version.
3479
3480 * vc-cvs.el: Doc fixes.
3481 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3482 (vc-cvs-stay-local): Add :version.
3483
3484 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3485
3486 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3487
3488 * international/quail.el (quail-help): Fix previous change.
3489
3490 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3491
3492 * faces.el (color-values): Doc fix.
3493
3494 * faces.el (frame-set-background-mode): Use frame-parameter
3495 instead of frame-parameters.
3496
3497 * frame.el (filtered-frame-list): Reduce consing.
3498 (frames-on-display-list): Call frame-parameter instead of
3499 frame-parameters.
3500
3501 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3502
3503 * language/devan-util.el (devanagari-to-indian-region): In the
3504 loop, change the following char, not preceding char.
3505
3506 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3507
3508 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3509 instead of frame-parameters.
3510
3511 * faces.el (set-face-attribute): Simplify by calling
3512 internal-set-lisp-face-attribute with FRAME being 0.
3513
3514 * vc.el: Remove `Id' version control keyword.
3515
3516 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3517
3518 * help.el (help-make-xrefs): Adjusted for the change of
3519 help-xref-mule-regexp.
3520 (help-insert-xref-button): New function.
3521
3522 * international/mule-cmds.el (help-xref-mule-regexp-template):
3523 Include the pattern for character set.
3524 (leim): New group.
3525
3526 * international/quail.el: Don't require face.
3527 (quail): New group.
3528 (quail-other-command): Dummy command to make quail-help work better.
3529 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3530 (quail-keyboard-layout-substitution): New variable.
3531 (quail-update-keyboard-layout): New function.
3532 (quail-keyboard-layout-type): New customizable variable.
3533 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3534 (quail-keyboard-translate): Pay attention to
3535 quail-keyboard-layout-substitution.
3536 (quail-insert-kbd-layout): New function.
3537 (quail-show-keyboard-layout): New function.
3538 (quail-get-translation): If the definition is a vector of length
3539 1, and the element is a string of length 1, return the character
3540 in that string.
3541 (quail-update-current-translations): Fix the case of
3542 relative-index out of range.
3543 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3544 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3545 Show key sequences for all available characters.
3546 (quail-help-insert-keymap-description): Don't show such verbose
3547 key bindings as quail-self-insert-command.
3548
3549 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3550 Format changed, and each element now have extra documentations.
3551 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3552 Adjusted for the change of quail-cxterm-package-ext-info.
3553
3554 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3555
3556 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3557 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3558 during bootstrap.
3559
3560 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3561
3562 * vc.el: (toplevel): Don't require `dired' at run-time.
3563 (vc-dired-resynch-file): Remove autoload cookie.
3564
3565 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3566
3567 * vc.el: Made several backend functions optional.
3568 (vc-default-responsible-p): New function.
3569 (vc-merge): Use RET for first version to trigger merge-news, not
3570 prefix arg.
3571 (vc-annotate): Handle backends that do not support annotation.
3572 (vc-default-merge-news): Removed. The existence of a merge-news
3573 implementation is now checked on caller sites.
3574
3575 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3576 case.
3577
3578 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3579 special case that has been removed from the default in vc-hooks.el.
3580
3581 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3582
3583 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3584
3585 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3586
3587 * vc-hooks.el: Require vc during compilation.
3588 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3589 macro `with-vc-properties' in vc.el.
3590 (vc-file-getprop): Doc fix.
3591 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3592
3593 * vc.el: Require dired-aux during compilation.
3594 (vc-name-assoc-file): Moved to vc-sccs.el.
3595 (with-vc-properties): New macro.
3596 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3597 vc-finish-steal): Use it.
3598 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3599 to the backend-specific function is now supposed to do the checkout,
3600 too.
3601 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3602
3603 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3604 set file properties; that gets done in the generic code now.
3605
3606 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3607 Changed parameter list, added code from vc.el that does the
3608 checkout, possibly with a double-take.
3609
3610 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3611 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3612 the above under the new name.
3613 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3614 parameter list, added checkout command.
3615 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3616 properties; that gets done in the generic code now.
3617
3618 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3619
3620 * vc.el: Docstring fixes (courtesy of checkdoc).
3621
3622 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3623
3624 * vc.el (vc-checkout-writable-buffer-hook)
3625 (vc-checkout-writable-buffer): Remove.
3626 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3627 (vc-log-mode): Make it into a clean derived major mode.
3628 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3629 vc-log-mode if log-edit is not available.
3630 (vc-dired-mode-map): Don't set-keymap-parent yet.
3631 (vc-dired-mode): Do set-keymap-parent here.
3632 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3633
3634 2000-09-05 Gerd Moellmann <gerd@gnu.org>
3635
3636 * faces.el (set-face-attribute, face-spec-reset-face)
3637 (face-spec-set): Avoid consing by removing calls to `apply'.
3638
3639 * frame.el (frame-parameter): Move to C code.
3640
3641 2000-09-05 Dave Love <fx@gnu.org>
3642
3643 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3644 insert-before-markers-and-inherit. Now checked systematically!
3645
3646 2000-09-05 Alex Schroeder <alex@gnu.org>
3647
3648 * sql.el (sql-postgres): Use sql-postgres-options.
3649 (sql-postgres-options): New variable.
3650
3651 2000-09-05 Alex Schroeder <alex@gnu.org>
3652
3653 * sql.el (sql-mode-menu): Work around missing variable mark-active
3654 in XEmacs.
3655 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3656 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3657 compatibility.
3658
3659 2000-09-04 Gerd Moellmann <gerd@gnu.org>
3660
3661 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3662
3663 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3664
3665 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3666
3667 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3668
3669 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3670 don't support anything else under SCCS yet.
3671
3672 * vc-hooks.el: Minor doc fixes.
3673
3674 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3675
3676 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3677 not necessary. If verbose in state `needs-patch', do the same as
3678 under `up-to-date'. When NOT verbose and `needs-patch', check out
3679 latest version instead of `merge-news'.
3680 (vc-next-action-dired): Don't mess with default-directory here; it
3681 breaks other parts of dired. It is the job of the
3682 backend-specific functions to adjust it temporarily if they need it.
3683 (vc-next-action): Remove a special CVS case.
3684 (vc-clear-headers): New optional arg FILE.
3685 (vc-checkin, vc-checkout): Set properties vc-state and
3686 vc-checkout-time properly.
3687 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3688 (vc-print-log): Use new backend function `show-log-entry'.
3689 (vc-cancel-version): Do the checks in a different order. Added a
3690 FIXME concerning RCS-only code.
3691
3692 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3693 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3694
3695 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3696
3697 * vc-hooks.el (vc-default-mode-line-string): Show state
3698 `needs-patch' as a `-' too.
3699
3700 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3701
3702 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3703 (vc-default-could-register): New function.
3704 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3705 (vc-resynch-buffer): Call vc-dired-resynch-file.
3706 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3707 vc-resynch-buffer instead of vc-resynch-window.
3708 (vc-next-action-dired): Don't redisplay here, that gets done as a
3709 result of the individual file operations.
3710 (vc-retrieve-snapshot): Corrected prompt order.
3711
3712 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3713
3714 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3715 as well.
3716 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3717 hostname regexps. Updated all callers.
3718 (vc-cvs-responsible-p): Handle directories as well.
3719 (vc-cvs-could-register): New function.
3720 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3721 properties up-to-date.
3722
3723 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3724 user whether to create one.
3725
3726 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3727
3728 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3729 check out a non-existing file.
3730
3731 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3732 workfile does not exist.
3733
3734 * vc.el (vc-version-diff): Use `require' to check for existence of
3735 diff-mode.
3736
3737 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3738
3739 * vc-cvs.el (vc-cvs-registered): Use new function
3740 vc-cvs-parse-entry to do the actual work.
3741
3742 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3743
3744 * vc-hooks.el (vc-find-backend-function): If function doesn't
3745 exist, return nil instead of error.
3746 (vc-call-backend): Doc fix.
3747
3748 * vc.el (vc-do-command): Doc fix.
3749 (vc-finish-logentry): When checking in from vc-dired, choose the
3750 right backend for logentry check.
3751 (vc-dired-mode-map): Inherit from dired-mode-map.
3752 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3753 simplified.
3754 (vc-dired-state-info): Removed, updated caller.
3755 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3756 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3757 (vc-dired-listing-switches): New variable.
3758 (vc-directory): Use it, instead of dired-listing-switches.
3759
3760 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3761 (vc-cvs-dir-state): New function.
3762 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3763 (vc-cvs-parse-entry): New function, also to be used in
3764 vc-cvs-registered.
3765
3766 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3767
3768 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3769 *or* single-window-frames.
3770
3771 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3772
3773 * vc.el (vc-update-changelog): Split into generic part and default
3774 implementation. Doc string adapted.
3775 (vc-default-update-changelog): New function. Call the `rcs2log'
3776 script in exec-directory, to fix a long-standing nuisance.
3777
3778 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3779 simply signals an error.
3780
3781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3784 control-flow more clear and to avoid running `cvs' twice.
3785
3786 * vc.el (vc-next-action-on-file): Doc fix.
3787 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3788 (vc-print-log): Eval `file' before constructing the continuation.
3789
3790 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3791
3792 * vc.el (vc-next-action-on-file): Corrected several messages.
3793 (vc-merge): Add prefix arg `merge-news'; handle it.
3794
3795 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3796 is not reached. It is.
3797 (vc-cvs-merge): Set state to 'edited after merge.
3798 (vc-cvs-merge-news): Set workfile version to nil if not known.
3799 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3800
3801 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3802 via stdout. (Merge from main line.)
3803
3804 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3805
3806 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3807 detection.
3808
3809 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3810
3811 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3812 against kill-all-local-variables.
3813 (vc-log-edit): Don't save vc-parent-buffer any more.
3814 (vc-last-comment-match): Initialize to an empty string.
3815 (vc-post-command-functions): New hook.
3816 (vc-do-command): Run it.
3817 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3818 (vc-finish-logentry): Only add the comment to the ring if it's
3819 different from the last comment entered.
3820 (vc-new-comment-index): New function.
3821 (vc-previous-comment): Use it. Make the minibuffer message
3822 slightly less terse.
3823 (vc-comment-search-reverse): Make it work forward as well. Don't
3824 set vc-comment-ring-index if no match is found. Use
3825 vc-new-comment-index.
3826 (vc-comment-search-forward): Use vc-comment-search-reverse.
3827 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3828 define-derived-mode will do it for us. Bind `v' to a keymap that
3829 inherits from vc-prefix-map so that we can bind `vt' without
3830 binding C-x v t.
3831 (vc-retrieve-snapshot): Parenthesis typo.
3832
3833 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3834 to 1. Make sure to switch to *vc* before looking for an error
3835 message. Use vc-parse-buffer.
3836
3837 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3838
3839 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3840 and NAME.
3841 (vc-retrieve-snapshot): Split into two parts.
3842 (vc-default-retrieve-snapshot): New function.
3843
3844 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3845 (vc-cvs-retrieve-snapshot): New function (untested).
3846 (vc-cvs-stay-local): Default to t.
3847 (vc-cvs-remote-p): New function and property.
3848 (vc-cvs-state): Stay local only if the above is t.
3849 (vc-handle-cvs): Removed.
3850 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3851 done via vc-handled-backends now.
3852 (vc-cvs-header): Escape Id.
3853
3854 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * vc.el (vc-do-command): Remove unused commands.
3857 (vc-version-diff): Make sure default-directory ends with a slash.
3858 Move the window commands into a vc-exec-after.
3859 (vc-print-log): Move more of the code into the `vc-exec-after'.
3860
3861 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3862
3863 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3864 (vc-print-log): Search current revision from beginning of buffer.
3865 (vc-revert-buffer): Clear echo area after the diff is finished.
3866 (vc-prefix-map): Removed definition of "t" for terse display in vc
3867 dired.
3868 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3869 definition of "vt" for terse display.
3870 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3871
3872 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3873
3874 * vc.el (vc-exec-after): Avoid caddr.
3875
3876 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3877
3878 * vc.el (vc-exec-after): New function.
3879 (vc-do-command): Use it to add a termination message for async
3880 procs.
3881 (vc-checkout): Try to handle a missing-backend situation.
3882 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3883 of a directory with a backend using async diffs.
3884 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3885 present.
3886
3887 * vc-sccs.el (vc-sccs-state-heuristic): Use
3888 file-ownership-preserved-p.
3889
3890 * vc-rcs.el (vc-rcs-state-heuristic): Use
3891 file-ownership-preserved-p.
3892 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3893
3894 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3895
3896 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3897 vc-do-command.
3898
3899 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3900 when there are no changes.
3901
3902 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3903
3904 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3905
3906 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3907
3908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3909
3910 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3911
3912 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3913 the `fset' outside of the defvar so that it works even if
3914 vc-prefix-map was already defined.
3915 (vc-setup-buffer): New function, split out of vc-do-command.
3916 (vc-do-command): Allow BUFFER to be t to mean `just use the
3917 current buffer without any fuss'.
3918 (vc-version-diff): Change the `diff' backend operation to just put
3919 the diff in the current buffer without erasing it. Always use
3920 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3921 shrink-window-if-larger-than-buffer.
3922 (vc-print-log): Change the `print-log' backend operation to just
3923 put the log in the current buffer without erasing it. Protect
3924 shrink-window-if-larger-than-buffer.
3925 (vc-update-change-log): Fix setd typo.
3926
3927 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3928 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3929
3930 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3931 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3932 CMP.
3933
3934 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3935 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3936 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3937
3938 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3939
3940 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3941 not possible, use vc-BACKEND-workfile-unchanged-p.
3942 (vc-default-workfile-unchanged-p): New function. Delegates to a
3943 full vc-BACKEND-diff.
3944
3945 * vc-hooks.el (vc-simple-command): Removed.
3946
3947 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3948 instead of vc-simple-command.
3949 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3950 avoid doing a diff when opening a file.
3951 (vc-rcs-state): Added check for unlocked-changes.
3952 (vc-rcs-header): Escape Id.
3953 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3954 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3955 version.
3956
3957 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3958 (vc-sccs-diff): Remove optional arg CMP.
3959 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3960 SCCS-specific function.
3961
3962 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3963 vc-simple-command.
3964
3965 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3968 (with-vc-file, vc-merge): Use vc-editable-p.
3969 (vc-do-command): Remove unused var vc-file and fix the
3970 doubly-defined `status' var. Add a user message when starting an
3971 async command.
3972 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3973 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3974 Use with-current-buffer.
3975 (vc-buffer-sync): Use unless.
3976 (vc-next-action-on-file): If the file is 'edited by read-only,
3977 make it read-write instead of trying to commit.
3978 (vc-version-diff, vc-update-change-log): Use `setq
3979 default-directory' rather than `cd'.
3980 (vc-log-edit): Don't forget to set default-directory in the
3981 buffer.
3982
3983 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3984 (vc-sccs-state-heuristic): Use file-writable-p instead of
3985 comparing userids.
3986 (vc-sccs-checkout): Use `unless'.
3987
3988 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3989 of comparing userids.
3990 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3991 Simplify the logic by eliminating unreachable code.
3992 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3993 just do a recursive call if we need to retry.
3994 (vc-rcs-checkout): Handle the case where rcs is missing by making
3995 the buffer read-write if requested and re-signalling the error.
3996
3997 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3998
3999 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4000
4001 * vc-hooks.el (vc-handled-backends): Docstring change.
4002 (vc-ignore-vc-files): Mark obsolete.
4003 (vc-registered): Check vc-ignore-vc-files.
4004 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4005 vc-ignore-vc-files.
4006
4007 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4008
4009 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4012 files since ange-ftp already has vc-registered return nil.
4013
4014 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4015 (vc-sccs-workfile-version): Use with-temp-buffer and new
4016 vc-parse-buffer and don't bother setting the property.
4017 (vc-sccs-add-triple): Use with-current-buffer and
4018 find-file-noselect.
4019 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4020
4021 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4022 derives from the old vc-parse-buffer but uses the revision number
4023 rather than the date (much easier to compare robustly).
4024 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4025 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4026 locking-user more directly. Check strict locking and set
4027 checkout-model appropriately.
4028 (vc-rcs-parse-locks): Remove.
4029 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4030 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4031 (vc-rcs-system-release): Use with-current-buffer and
4032 vc-parse-buffer.
4033 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4034
4035 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4036 (vc-simple-command): Docstring fix.
4037 (vc-registered): Align the way the file-handler is called with the
4038 way the function itself works.
4039 (vc-file-owner): Remove.
4040
4041 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4042 extraction of fields and call to file-attributes because of a
4043 temporary bug in rcp.el.
4044 (vc-cvs-fetch-status): Use with-current-buffer.
4045
4046 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * vc.el (vc-do-command): Use file-relative-name.
4049 (vc-responsible-backend): Use vc-backend if possible.
4050 (vc-create-snapshot): Improve the `interactive' spec. Add support
4051 for branches and dispatch to backend-specific `create-snapshot'.
4052 (vc-default-create-snapshot): New function, containing the bulk of
4053 the old vc-create-snapshot.
4054 (vc-retrieve-snapshot): Improve the interactive spec.
4055
4056 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4057 (vc-backend-hook-functions): Remove.
4058 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4059 (vc-backend): Reintroduce the test for `file = nil' now that I
4060 know why it was there (and added a comment to better remember).
4061
4062 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4063 code from vc-sccs-hooks.el.
4064 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4065 'vc anymore.
4066 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4067 and file-directory-p instead of file-exists-p.
4068 (vc-sccs-check-headers): Simplify the regexp.
4069
4070 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4071 from vc-rcs-hooks.el. Don't require 'vc anymore.
4072 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4073 file-directory-p instead of file-exists-p.
4074
4075 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4076 from vc-cvs-hooks.el.
4077 (proto vc-cvs-registered): Require 'vc-cvs instead of
4078 'vc-cvs-hooks. Don't require 'vc anymore.
4079 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4080 file-directory-p instead of file-exists-p.
4081 (vc-cvs-create-snapshot): New function, replacing
4082 vc-cvs-assign-name.
4083 (vc-cvs-assign-name): Remove.
4084
4085 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4086
4087 * vc-cvs.el (vc-cvs-header): New var.
4088
4089 * vc-rcs.el (vc-rcs-exists): Remove.
4090 (vc-rcs-header): New var.
4091
4092 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4093 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4094 (vc-sccs-header): New var.
4095
4096 * vc.el (vc-do-command): Get rid of the `last' argument.
4097 (vc-header-alist): Remove, replaced by vc-X-header.
4098 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4099 (vc-dired-hook): Use expand-file-name instead of concat.
4100 (vc-directory): Use file-name-as-directory.
4101 (vc-snapshot-precondition, vc-create-snapshot)
4102 (vc-retrieve-snapshot): Allow the command to operate on any
4103 directory.
4104
4105 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4106 just removing the 'WORKFILE argument or by removing the 'MASTER
4107 argument and replacing `file' with (vc-name file).
4108
4109 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4110
4111 * vc.el: Update Copyright and add a crude list of backend funs.
4112 (vc-writable-p): New function.
4113 (with-vc-file): Use vc-writable-p.
4114 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4115 (vc-register): Avoid vc-name.
4116 (vc-locking-user): Remove.
4117 (vc-steal-lock): Make the `owner' arg non-optional.
4118 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4119 vc-checkout-model.
4120 (vc-default-dired-state-info): Use vc-state instead of
4121 vc-locking-user and return special strings for special states.
4122 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4123 and get rid of one of the special CVS cases.
4124 (vc-cancel-version): prettify error message with \\[...].
4125 (vc-rename-master): New function.
4126 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4127 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4128 the CVS special case generic.
4129 (vc-default-record-rename): Remove.
4130 (vc-file-tree-walk-internal): Only call FUNC for files that are
4131 under control of some VC backend and replace `concat' with
4132 expand-file-name.
4133 (vc-file-tree-walk): Update docstring.
4134 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4135 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4136
4137 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4138 vc-sccs-record-rename. Use `find-file-noselect' rather than
4139 `find-file' and call `vc-rename-master' to do the actual move.
4140 (vc-sccs-diff): Remove unused `backend' variable.
4141
4142 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4143 to delay loading of vc-sccs until it is really used.
4144 (vc-sccs-master-templates): Preload.
4145 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4146 (vc-sccs-project-dir): Remove (merged into
4147 vc-sccs-search-project-dir).
4148 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4149 rather than `concat', make sure it is preloaded and don't bother
4150 to check that the file actually exists.
4151 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4152 `locks' argument (use buffer's content instead) and eliminate n^2
4153 behavior.
4154
4155 * vc-rcs.el: Update Copyright.
4156 (vc-rcs-rename-file): New function.
4157 (vc-rcs-diff): Remove unused `backend' variable.
4158
4159 * vc-hooks.el: Update Copyright.
4160 (vc-backend): Don't accept a nil argument any more.
4161 (vc-up-to-date-p): Turn into a defsubst.
4162 (vc-possible-master): New function.
4163 (vc-check-master-templates): Use `vc-possible-master' and allow
4164 funs in vc-X-master-templates to return a non-existent file.
4165
4166 * vc-cvs.el: Update Copyright.
4167 (vc-cvs-diff): Remove unused `backend' variable.
4168 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
4169
4170 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4171
4172 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4173
4174 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4175 since it can be called from vc-rcs.el.
4176 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4177
4178 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4179
4180 * vc.el (vc-version-diff): Expand file name read from the
4181 minibuffer. Handle the case when a previous version number can't
4182 be guessed. Give suitable messages when there were no differences
4183 found.
4184 (vc-clear-headers): Call backend-specific implementation, if one
4185 exists.
4186 (vc-cancel-version): Made error checks generic. When done, clear
4187 headers generically, too.
4188
4189 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4190 from vc-clear-headers in vc.el.
4191
4192 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4193 correctly.
4194 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4195 optional. Handle the case when it's not there.
4196
4197 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4200
4201 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * vc-hooks.el (vc-loadup): Remove.
4204 (vc-find-backend-function): Use `require'. Also, handle the case
4205 where vc-BACKEND-hooks.el doesn't exist.
4206 (vc-call-backend): Cleanup.
4207
4208 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4211 vc-rcs-grab-templates)
4212 (vc-rcs-registered): Remove. The default function works as well.
4213 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4214 vc-sccs-grab-templates)
4215 (vc-sccs-registered): Remove. The default function works as well.
4216
4217 * vc.el (vc-version-diff): Left out a vc- in call to
4218 vc-call-backend.
4219 (vc-default-dired-state-info, vc-default-record-rename)
4220 (vc-default-merge-news): Update for the new backend argument.
4221
4222 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4223 using the default function.
4224 (vc-call-backend): If calling the default function, pass it the
4225 backend as first argument. Update the docstring accordingly.
4226 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4227 for the new backend argument.
4228 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4229 (vc-find-backend-function): Use the new name.
4230 (vc-default-registered): New function.
4231
4232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4233
4234 * vc.el (vc-merge): Use vc-find-backend-function.
4235
4236 * vc-hooks.el (vc-backend-functions): Remove.
4237 (vc-loadup): Don't setup 'vc-functions.
4238 (vc-find-backend-function): New function.
4239 (vc-call-backend): Use above fun and populate 'vc-functions
4240 lazily.
4241 (vc-backend-defines): Remove.
4242
4243 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4244
4245 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4246 Call vc-call-backend without the leading vc-.
4247 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4248 (vc-check-headers): Call vc-call-backend without the leading vc-.
4249 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4250 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4251 Call vc-call-backend without the leading vc-.
4252
4253 * vc-cvs.el (tail): Provide vc-cvs.
4254 * vc-sccs.el (tail): Provide vc-sccs.
4255 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4256
4257 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4258 (vc-make-backend-function, vc-call): Pass names without leading
4259 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4260 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4261 (vc-call-backend): Always try to load vc-X-hooks.
4262 (vc-registered): Remove vc- in call to vc-call-backend.
4263
4264 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * vc.el (vc-process-filter): New function.
4267 (vc-do-command): Setup `vc-process-filter' for the async process.
4268 (vc-maybe-resolve-conflicts): New function to reduce
4269 code-duplication. Additionally, it puts the buffer in
4270 `smerge-mode' if applicable.
4271 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4272 calling `merge-news'.
4273 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4274 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4275 interfacing to log-edit.el.
4276 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4277 log-edit is available.
4278 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4279
4280 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4283 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4284 defvar and the initialization.
4285 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4286
4287 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4288 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4289
4290 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4291
4292 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4293
4294 * vc.el (vc-file-clear-masterprops): Removed.
4295 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4296 (vc-version-diff): Use buffer-size without argument.
4297 (vc-register): Heed vc-initial-comment.
4298
4299 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4300 default branch.
4301
4302 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4303 file name and workfile version.
4304 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4305
4306 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4307 vc-file-clear-masterprops.
4308
4309 * vc-sccs.el (vc-sccs-checkout): Removed call to
4310 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4311 rather than user login name.
4312
4313
4314 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4315
4316 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4317 `want-differences-if-changed' and simplify.
4318 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4319 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4320 output (which is invalid for async vc-diff) to decide whether to
4321 do the revert silently or not.
4322
4323 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4324
4325 * vc-hooks.el (vc-loadup): Load files quietly.
4326 (vc-call-backend): Oops, brain fart.
4327
4328 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4329
4330 * vc-cvs.el (vc-cvs-state): Typo.
4331 (vc-cvs-merge-news): Return the status code rather than the error msg.
4332
4333 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4334
4335 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4336 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4337 vc-state or vc-up-to-date-p.
4338 (vc-merge): Use vc-backend-defines to check whether merging is
4339 possible. Set state to 'edited after successful merge.
4340
4341 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4342 return that name. Redocumented.
4343
4344 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4347 new `vc-state' semantics.
4348 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4349 'vc-locking-user to the current user.
4350 (vc-merge): Inline vc-backend-merge. Comment out code that I
4351 don't understand and hence can't adapt to the new `vc-state' and
4352 `vc-locking-user' semantics.
4353 (vc-backend-merge): Remove.
4354
4355 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4356 rather than 'vc-locking-user.
4357
4358 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4359
4360 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4361 (vc-state): Don't use 'reserved any more. Just use the same
4362 convention as the one used for vc-<backend>-state where the
4363 locking user (as a string) is returned.
4364 (vc-locking-user): Update, based on the above convention. The
4365 'vc-locking-user property has disappeared.
4366 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4367
4368 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4369 with a heuristic one.
4370 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4371 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4372 error. That allows us to get to 'needs-merge even in the
4373 stay-local case. There's still no way to detect 'needs-patch in
4374 such a setup (or to force an update for that matter).
4375 (vc-cvs-logentry-check): Remove, the default works as well.
4376
4377 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4380
4381 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4382 major-mode in which the buffer might have been put earlier. Use
4383 `remove' and `when'. Allow `okstatus' to be `async' and use
4384 `start-process' in this case.
4385 (vc-version-diff): Handle the case where the diff looks empty
4386 because of the use of an async process.
4387
4388 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4389
4390 * vc.el (vc-next-action-on-file): Removed optional parameter
4391 `simple'. Recompute state unconditionally.
4392 (vc-default-toggle-read-only): Removed.
4393
4394 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4395 (vc-toggle-read-only): Undid prev change.
4396
4397 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4398 vc-cvs-simple-toggle. Redocumented.
4399 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4400 (vc-cvs-toggle-read-only): Removed.
4401
4402 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4403
4404 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4405 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4406 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4407 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4408 still is. So maybe it should be removed.
4409 (vc-head-version, vc-find-binary): Remove.
4410 (vc-recompute-state): Move from vc-hooks.el.
4411 (vc-next-action-on-file): Add a `simple' argument to allow
4412 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4413 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4414 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4415 (vc-dired-mode-map): Properly defvar it.
4416 (vc-print-log): Call log-view-mode if available.
4417 (small-temporary-file-directory): defvar instead of use boundp.
4418 (vc-merge-news): Moved to vc-cvs.el.
4419 (vc-default-merge-news): New function.
4420
4421 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4422 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4423 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4424 unknown `vc-latest-version' function. It should probably refer to
4425 vc-workfile-version or somesuch, but it's very unclear to me and I
4426 don't have SCCS to test things.
4427
4428 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4429 (vc-sccs-state-heuristic): Fix typo.
4430 (vc-sccs-workfile-unchanged-p): Add missing argument.
4431
4432 * vc-rcs.el: Require vc and vc-rcs-hooks.
4433 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4434 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4435 (vc-release-greater-or-equal-p): Move from vc.
4436 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4437 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4438 (vc-rcs-checkout): Add a missing `new-version' argument in the
4439 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4440
4441 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4442 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4443 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4444 than the apparently unbound `workfile-version'.
4445
4446 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4447 (vc-file-prop-obarray): Use `make-vector'.
4448 (vc-backend-functions): Add new hookable functions
4449 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4450 (vc-loadup): If neither backend nor default functions exist, use
4451 the backend function rather than nil.
4452 (vc-call-backend): If the function if not bound yet, try to load
4453 the non-hook file to see if it provides it.
4454 (vc-call): New macro plus use it wherever possible.
4455 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4456 nor `vc-find-binary' since it's only called from
4457 vc-mistrust-permission which is only used once the backend is known.
4458 (vc-checkout-model): Fix parenthesis.
4459 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4460
4461 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4462 (vc-cvs-release, vc-cvs-system-release): Remove.
4463 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4464 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4465 status symbols.
4466 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4467 (vc-cvs-toggle-read-only): First cut at a function to allow a
4468 cvs-status-free vc-toggle-read-only.
4469 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4470 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4471 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4472 (vc-cvs-checkout): Modify access rights directly if the user
4473 requested not to use `cvs edit'. And refresh the mode line.
4474
4475 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4476 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4477
4478 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4479
4480 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4481 workfile' that got lost when the code was extracted from vc.el.
4482 And merged the tail with the rest of the code (not possible in the
4483 old vc.el where the tail was shared among all backends). And
4484 explicitly set the state to 'edited if `writable' is set.
4485
4486 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4487 (vc-cvs-state): Be careful to return the value from
4488 vc-cvs-parse-state.
4489 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4490 property but return it instead. Also be careful to handle a nil
4491 or "" `rev' when workfile is non-nil (it was handled properly when
4492 workfile was nil).
4493
4494 * vc.el: Removed those pesky unnecessary `(function' quotes.
4495 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4496 directly in the defvar.
4497 (vc-do-command): Bind inhibit-read-only so as to properly handle
4498 the case where the destination buffer has been made read-only.
4499 (vc-diff): Delegate to vc-version-diff in all cases.
4500 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4501 (vc-annotate-mode-variables): Removed (code moved partly to
4502 defvars and partly to vc-annotate-add-menu).
4503 (vc-annotate-mode): Turned into a derived-mode.
4504 (vc-annotate-add-menu): Moved in code in
4505 vc-annotate-mode-variables.
4506 (vc-update-change-log): Use make-temp-file if available.
4507
4508 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4509
4510 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4511 `vc-checkout-model' updated to `vc-cvs-update-model'.
4512
4513 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4514
4515 * vc.el (vc-next-action-on-file): Added handling of state
4516 `unlocked-changes'.
4517 (vc-checkout-carefully): Is now practically obsolete, unless the
4518 above is too slow to be enabled unconditionally.
4519 (vc-update-change-log): Fixed typo.
4520
4521 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4522
4523 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4524 Now handles state `unlocked-changes'.
4525 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4526
4527 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4528
4529 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4530 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4531 `unlocked-changes'.
4532 (vc-rcs-workfile-unchanged-p): Renamed from
4533 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4534 function yet, but supposed to become one soon.
4535
4536 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4537 `vc-steal-lock'.
4538 (vc-call-backend): Changed error message.
4539 (vc-state): Added description of state `unlocked-changes'.
4540
4541 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4542
4543 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4544 always return t in CVS-controlled directories.
4545
4546 * vc.el (vc-responsible-backend): New function.
4547 (vc-register): Largely rewritten.
4548 (vc-admin): Removed (implementation moved into vc-register).
4549 (vc-checkin): Redocumented.
4550 (vc-finish-logentry): If no backend defined yet (because we are in
4551 the process of registering), use the responsible backend.
4552
4553 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4554 Updated function lists.
4555 (vc-call-backend): Fixed typo.
4556
4557 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4558 New functions.
4559 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4560 Removed query option. Redocumented.
4561
4562 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4563
4564 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4565
4566 * vc.el: Updated callers of `vc-checkout-required' to use
4567 `vc-checkout-model'.
4568
4569 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4570
4571 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4572 stuff updated to reference this function instead of the old
4573 `vc-backend-release-p'.
4574
4575 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4576
4577 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4578 vc-checkout-model. Return appropriate values. Updated callers.
4579
4580 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4581
4582 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4583 (vc-backend-revert): Function moved into `vc-revert';
4584 `vc-next-action' must be updated to accomodate this change.
4585 (vc-backend-steal): Function moved into `vc-finish-steal'.
4586 (vc-backend-logentry-check): Function moved into
4587 `vc-finish-logentry'.
4588 (vc-backend-printlog): Function moved into `vc-print-log'.
4589 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4590 (vc-backend-assign-name): Function moved into
4591 `vc-create-snapshot'.
4592
4593 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4594
4595 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4596 Rename to vc-checkout-model. Return appropriate values.
4597 Update callers.
4598
4599 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4600 to vc-checkout-model.
4601 (vc-checkout-required): Rename to vc-checkout-model.
4602 Re-implement and re-comment.
4603 (vc-after-save): Use vc-checkout-model.
4604
4605 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4606
4607 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4608 Update to use the vc-BACKEND-diff functions instead.
4609 `vc-diff' is now working.
4610
4611 * vc-rcs.el (vc-rcs-logentry-check): New function.
4612
4613 * vc-cvs.el (vc-cvs-logentry-check): New function.
4614
4615 * vc-sccs.el (vc-sccs-diff): Function changed name from
4616 `vc-backend-diff'. This makes `vc-diff' work.
4617
4618 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4619 of functions possibly implemented in a vc-BACKEND library.
4620 (vc-checkout-required): Fix bug that caused an error to be
4621 signaled during `vc-after-save'.
4622
4623 * vc.el: Fix typo.
4624 This checkin is made with our new VC code base for the very first time.
4625 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4626
4627 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4628 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4629
4630 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4631 updated to `vc-uses-locking'.
4632 (vc-checkout-required): Call to backend function.
4633 `vc-checkout-required' updated to `vc-uses-locking' instead.
4634
4635 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4636 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4637
4638 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4639 to match the split into various backends.
4640 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4641 (vc-retrieve-snapshot): Bug fix.
4642
4643 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4644
4645 * vc-sccs.el (vc-sccs-release): Doc fix.
4646
4647 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4648
4649 * vc.el (vc-next-action-on-file): Bug found and fixed.
4650 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4651 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4652
4653 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4654 (vc-rcs-checkout): Name space cleaned up. No more revision number
4655 crunching function names that are not prefixed with vc-rcs.
4656 (vc-rcs-checkout-model): Function added. References to
4657 `vc-checkout-model' replaced.
4658
4659 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4660
4661 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4662 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4663 still need to be split, and implemented for RCS).
4664
4665 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4666
4667 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4668
4669 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4670 required by the vc.el file.
4671
4672 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4673 required by the vc.el file.
4674 (vc-rcs-exists): Function added.
4675
4676 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4677 required by the vc.el file.
4678
4679 * vc.el (vc-admin): Updated to handle selection of appropriate
4680 backend. Current implementation is crufty and need re-thinking.
4681
4682 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4683
4684 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4685
4686 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4687 beginning of annotate buffers correctly.
4688
4689 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4690 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4691 functionality updated quite a lot to support multiple backends.
4692 Variables `vc-annotate-mode', `vc-annotate-buffers',
4693 `vc-annotate-backend' added.
4694
4695 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4696 `vc-annotate-difference' added to supported backend functions.
4697
4698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4699
4700 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4701 Use with-temp-file instead of /bin/sh. Merged from mainline
4702
4703 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4704
4705 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4706
4707 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4708
4709 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4710
4711 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4712
4713 * vc-hooks.el: vc-state-heuristic added to
4714 vc-backend-hook-functions.
4715
4716 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4717
4718 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4719
4720 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4721 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4722 state to `reserved'.
4723
4724 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4725 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4726
4727 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4728
4729 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4730 untouched.
4731
4732 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4733
4734 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4735 if defined. (Merged from main line, slightly adapted.)
4736
4737 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4738 millenium problem (merged from mainline).
4739
4740 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4741
4742 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4743 part and moved the non-BACKEND stuff to vc.el.
4744
4745 * vc.el: Split the annotate feature into a BACKEND specific part
4746 and moved it from the vc-cvs.el file to this one.
4747
4748 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4749
4750 * vc-hooks.el: Implement new state model.
4751 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4752 (vc-locking-user): Simplify. Now only needed if the file is
4753 locked by somebody else.
4754 (vc-lock-from-permissions): Remove. Functionality is in
4755 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4756 (vc-mode-line-string): New name for former vc-status. Adapted.
4757 (vc-mode-line): Adapt to use the above. Remove optional parameter.
4758
4759 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4760 Various simplifications and adaptations all over the place.
4761
4762 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4763 Simplify and adapt the rest.
4764
4765 * vc.el (vc-resynch-window): Add TODO comment: check for
4766 interaction with view mode according to recent RCS change.
4767 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4768
4769 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4770
4771 * vc.el: Convert the remaining function comments to docstrings.
4772
4773 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4774
4775 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4776 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4777 (vc-minor-part, vc-previous-version): Functions that operate and
4778 compare revision numbers got proper documentation. Comments added
4779 about their possible removal.
4780
4781 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4782
4783 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4784 the vc-backend.el files.
4785
4786 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4787
4788 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4789 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4790 (vc-rcs-previous-version): Functions added.
4791
4792 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4793
4794 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4795
4796 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4797
4798 * vc-hooks.el (vc-master-templates): Is really obsolete.
4799 Comment out the definition for now. What is the right procedure
4800 to get rid of it?
4801 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4802 rewritten.
4803 (vc-default-registered): Remove.
4804 (vc-check-master-templates): New function; does mostly what the
4805 above did before.
4806 (vc-locking-user): Don't rely on the backend to set the property.
4807
4808 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4809 Rewrite documentation.
4810 (vc-rcs-templates-grabbed): New variable.
4811 (vc-rcs-grab-templates): New function.
4812 (vc-rcs-registered): Rewrite to use above mechanism.
4813
4814 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4815 Rewrite documentation.
4816 (vc-sccs-templates-grabbed): New variable.
4817 (vc-sccs-grab-templates): New function.
4818 (vc-sccs-registered): Rewrite to use above mechanism.
4819 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4820 Don't throw the result, simply return it.
4821
4822 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4823 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4824 (vc-cvs-registered): Does the check itself now. Simplify.
4825
4826 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4827 from main line.
4828
4829 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4830
4831 * vc-cvs.el (vc-cvs-diff): New function.
4832
4833 * vc-sccs.el (vc-sccs-diff): New function.
4834
4835 * vc-rcs.el (vc-rcs-diff): New function.
4836 (vc-rcs-checkout): Bug (typo) found and fixed.
4837 (vc-rcs-register-switches): New variable.
4838
4839 * vc.el (vc-backend-diff): Function removed and placed in the
4840 backend files.
4841
4842 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4843
4844 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4845
4846 * vc.el (vc-backend-checkout): Function removed and replaced in
4847 the vc-backend.el files.
4848
4849 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4850
4851 * vc.el (vc-backend-admin): Removed and replaced in the
4852 vc-backend.el files.
4853
4854 * vc.el (Martin): Removed all the annotate functionality since it
4855 is CVS backend specific.
4856
4857 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4858
4859 * spec.txt: Added specification of vc-state.
4860
4861 * vc-sccs-hooks.el (vc-sccs-master-properties):
4862 Remove handling of vc-latest-version and
4863 vc-your-latest-version. What used to be vc-latest-version, is now
4864 returned as vc-workfile-version.
4865 (vc-sccs-workfile-version): Adapt.
4866
4867 2000-09-04 Dave Love <fx@gnu.org>
4868
4869 * vc.el: [Merged from mainline.]
4870 (vc-dired-mode): Make the dired-move-to-filename-regexp
4871 regexp match the date, to avoid treating date as file size.
4872 Add YYYY S option to WESTERN/
4873
4874 2000-09-04 Dave Love <fx@gnu.org>
4875
4876 * vc.el: Require `compile' when compiling.
4877 (vc-logentry-check-hook): New option.
4878 (vc-steal-lock): Use compose-mail.
4879 (vc-dired-mode-map): Defvar when compiling.
4880 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4881 vc-sccs.el and renamed. Callers changed.
4882 (vc-backend-checkout, vc-backend-logentry-check)
4883 (vc-backend-merge-news): Doc fix.
4884 (vc-default-logentry-check): New function.
4885 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4886 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4887 (vc-backend-merge): Doc fix. Use backend functions.
4888 (vc-check-headers): Use backend functions.
4889
4890 * vc-cvs.el: Require vc when compiling.
4891 (vc-cvs-register-switches): Doc fix.
4892 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4893 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4894 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4895 New functions (code from vc.el).
4896 (vc-annotate-display-default): Fix interactive spec.
4897 (vc-annotate-time-span): Doc fix.
4898
4899 * vc-rcs.el: Require vc when compiling.
4900 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4901 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4902 (vc-rcs-checkin): New functions (code from vc.el).
4903 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4904 Doc fix.
4905 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4906
4907 * vc-sccs.el: Require vc when compiling.
4908 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4909 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4910 (vc-sccs-revert)
4911 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4912 from vc.el).
4913 (vc-sccs-add-triple, vc-sccs-record-rename)
4914 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4915 (vc-sccs-admin): Doc fix.
4916
4917 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4918
4919 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4920 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4921 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4922 from vc.el.
4923
4924 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4925
4926 * vc-cvs.el: Moved the annotate functionality from vc.el.
4927 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4928
4929 2000-09-04 Dave Love <fx@gnu.org>
4930
4931 * vc.el (vc-backend-release): Call vc-system-release.
4932
4933 * vc-sccs.el (vc-sccs-system-release):
4934 Renamed from vc-sccs-backend-release.
4935
4936 * vc-rcs.el (vc-rcs-system-release):
4937 Renamed from vc-rcs-backend-release.
4938
4939 * vc-cvs.el (vc-cvs-system-release):
4940 Renamed from vc-cvs-backend-release.
4941
4942 2000-09-04 Dave Love <fx@gnu.org>
4943
4944 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4945 backend files.
4946 (vc-backend-release): Dispatch to backend functions.
4947 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4948 probably needs attention.]
4949
4950 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4951 (vc-sccs-backend-release): New function.
4952
4953 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4954 (vc-cvs-backend-release): New function.
4955
4956 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4957 Doc fix.
4958 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4959 (vc-default-dired-state-info): New function.
4960 (vc-dired-state-info): Dispatch to backends.
4961 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4962
4963 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4964 from vc.el and renamed.
4965
4966 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4967
4968 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4969 (vc-version-other-window, vc-backend-assign-name): Removed
4970 references to vc-latest-version; sometimes changed into
4971 vc-workfile-version.
4972
4973 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4974 vc-rcs-master-workfile-version.
4975 (vc-rcs-workfile-version): Use the above. Don't call
4976 vc-latest-version (that was unreachable code, anyway).
4977 (vc-rcs-fetch-master-properties): Doc fix.
4978
4979 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4980 (vc-backend-hook-functions): Removed them from this list, too.
4981 (vc-fetch-properties): Removed.
4982 (vc-workfile-version): Doc fix.
4983
4984 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4985 (vc-rcs-workfile-version, vc-rcs-locking-user)
4986 (vc-rcs-uses-locking): Use it.
4987
4988 * vc-hooks.el (vc-consult-rcs-headers):
4989 Moved into vc-rcs-hooks.el, under the name
4990 vc-rcs-consult-headers.
4991
4992 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4993 headers.
4994 (vc-cvs-find-master): Use this name only; correct different
4995 versions of the name.
4996
4997 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4998 New functions.
4999 (vc-sccs-locking-user): Use the latter.
5000
5001 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5002 New functions.
5003
5004 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5005 Moved into both
5006 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5007 functions are implementation details of those two backends.
5008
5009 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5010
5011 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5012 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5013
5014 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5015 (vc-sccs-parse-locks): SCCS-specific code moved here from
5016 vc-hooks.
5017
5018 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5019 code moved here from vc-hooks.
5020
5021 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5022 into back-end specific parts and removed. Callers not updated
5023 yet; because I guess these callers will disappear into back-end
5024 specific files anyway.
5025
5026 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5027
5028 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5029 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5030 `vc-uses-locking'.
5031
5032 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5033 Store yes/no in the property, and return t/nil. Updated all
5034 callers.
5035
5036 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5037 vc-sccs-uses-locking. Don't set property.
5038 (vc-sccs-locking-user): Don't set property.
5039
5040 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5041 vc-cvs-uses-locking. Don't set property here; leave that to
5042 vc-hooks.
5043 (vc-cvs-locking-user): Reflect above change. Streamlined.
5044
5045 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5046 vc-rcs-uses-locking.
5047 (vc-rcs-locking-user): Reflect above change.
5048
5049 2000-09-04 Dave Love <fx@gnu.org>
5050
5051 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5052
5053 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5054
5055 * vc-hooks.el (vc-checkout-model): Punt to backends.
5056
5057 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5058
5059 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5060
5061 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5062 New functions.
5063
5064 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5065 New functions.
5066
5067 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5068 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5069
5070 * vc-hooks.el (vc-default-locking-user): New function.
5071 (vc-locking-user, vc-workfile-version): Punt to backends.
5072
5073 2000-09-04 Dave Love <fx@gnu.org>
5074
5075 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5076 (vc-master-workfile-version): Moved from vc-hooks.
5077
5078 * vc-rcs-hooks.el: Fix duplicate code in last change.
5079
5080 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5081 (vc-rcs-master-templates): Improve :type.
5082 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5083 vc-master-workfile-version): Moved from vc-hooks.
5084
5085 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5086 (vc-sccs-master-templates): Improve :type.
5087 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5088
5089 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5090
5091 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5092 (vc-cvs-master-templates): Improve :type. Use
5093 vc-cvs-find-cvs-master.
5094 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5095 from vc-hooks.
5096 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5097
5098 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5099 Moved to vc-cvs-hooks.
5100
5101 * vc-hooks.el: Add doc strings in various places. Simplify the
5102 minor mode setup.
5103 (vc-handled-backends): New user variable.
5104 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5105 simplification.
5106
5107 2000-09-04 Dave Love <fx@gnu.org>
5108
5109 * vc.el: Some doc fixes for autoloaded and interactive functions.
5110 Fix compilation warnings from ediff stuff.
5111 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5112
5113 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5114
5115 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5116
5117 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5118
5119 2000-09-04 Dave Love <fx@gnu.org>
5120
5121 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5122 New variable.
5123 (vc-make-backend-function, vc-loadup, vc-call-backend)
5124 (vc-backend-defines): New functions.
5125
5126 * vc-hooks.el: Various doc fixes.
5127 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5128 (vc-match-substring): Function removed. Callers changed to use
5129 match-string.
5130 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5131 Simplify.
5132
5133 2000-09-04 Dave Love <fx@gnu.org>
5134
5135 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5136 type.
5137 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5138 (vc-sccs-registered): Doc fix.
5139
5140 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5141 (vc-cvs-registered): Doc fix.
5142
5143 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5144 (vc-rcs-registered): Doc fix.
5145
5146 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5147
5148 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5149
5150 * vc-hooks.el: vc-registered has been renamed
5151 vc-default-registered. Some functions have been moved to the
5152 backend specific files. they all support the
5153 vc-BACKEND-registered functions.
5154
5155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5156
5157 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5158
5159 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5160
5161 2000-09-04 Dave Love <fx@gnu.org>
5162
5163 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5164 menu-bar-update-hook.
5165
5166 * help.el (help-manyarg-func-alist): Add
5167 find-operation-coding-system.
5168
5169 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5170
5171 * custom.el (custom-set-variables): Print message about errors in
5172 setting.
5173
5174 2000-09-03 Andrew Innes <andrewi@gnu.org>
5175
5176 * makefile.w32-in: Change to DOS line endings.
5177
5178 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5181 minor-mode keymaps, if they don't have one.
5182
5183 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5184
5185 * eshell/esh-module.el (eval-when-compile): Don't lose if
5186 esh-module.el's file name is truncated to DOS 8+3 limits.
5187
5188 2000-09-01 John Wiegley <johnw@gnu.org>
5189
5190 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5191 predicate, which caused entries in the completion list to be
5192 doubled.
5193
5194 2000-08-30 John Wiegley <johnw@gnu.org>
5195
5196 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5197 sending to subprocesses. Also, hook pre-command-hook if
5198 `eshell-send-direct-to-subprocesses' is non-nil.
5199 (eshell-send-direct-to-subprocesses): New config variable. If t,
5200 subprocess input is send immediately.
5201 (eshell-toggle-direct-send): New function.
5202 (eshell-self-insert-command): New function.
5203 (eshell-intercept-commands): New function.
5204 (eshell-send-input): If direct subprocess sending is enabled,
5205 don't echo any input to the Eshell buffer. Let the subprocess
5206 handle that. This requires "stty echo" in bash, for example.
5207
5208 2000-08-28 John Wiegley <johnw@gnu.org>
5209
5210 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5211 completion function for Eshell's implementation of `unset'.
5212
5213 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5214
5215 * info.el (Info-directory-list): Doc fix.
5216
5217 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5218
5219 * filecache.el (file-cache-add-directory-using-find): Don't quote
5220 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5221
5222 2000-08-31 Kenichi Handa <handa@etl.go.jp>
5223
5224 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5225 coding systems.
5226
5227 2000-08-30 Andrew Innes <andrewi@gnu.org>
5228
5229 * timer.el (run-with-idle-timer): Undo last change, so that timer
5230 is not activated immediately if Emacs is already idle. Some
5231 existing code relies on this behaviour.
5232
5233 2000-08-30 Miles Bader <miles@gnu.org>
5234
5235 * frame.el (set-frame-font): Do completion of font-name for
5236 interactive use.
5237
5238 2000-08-30 Kenichi Handa <handa@etl.go.jp>
5239
5240 * international/quail.el (quail-start-translation): Bind locally
5241 last-command-event, last-command, and this-command.
5242 (quail-start-conversion): Likewise.
5243 (quail-self-insert-command): Fix docstring.
5244
5245 2000-08-29 Gerd Moellmann <gerd@gnu.org>
5246
5247 * progmodes/executable.el
5248 (executable-make-buffer-file-executable-if-script-p): Check that
5249 buffer contains at least 2 characters.
5250
5251 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5254
5255 2000-08-29 Dave Love <fx@gnu.org>
5256
5257 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5258 (diff-mode-shared-map): Bind mouse-2.
5259 (diff-imenu-generic-expression): New variable.
5260 (diff-mode): Use it.
5261
5262 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5263 (mouse-popup-menubar): Add minor mode menus.
5264 (popup-menu): Check for lookup-key returning number.
5265
5266 2000-08-29 Miles Bader <miles@gnu.org>
5267
5268 * comint.el (comint-send-input): Create overlays using the proper
5269 front/read-advance arguments.
5270
5271 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5272
5273 * ps-print.el: Even/odd pages printing. Doc fix.
5274 (ps-print-version): New version number (6.0).
5275 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5276 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5277 (ps-print-duplex-feature): Variable eliminated.
5278 (ps-even-or-odd-pages): New variable.
5279
5280 * progmodes/ebnf2ps.el: Doc fix.
5281 (ebnf-version): New version (3.3).
5282 (ebnf-user-arrow): Change variable customization to sexp.
5283 (ebnf-user-arrow): Function eliminated.
5284 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5285
5286 2000-08-29 Kenichi Handa <handa@etl.go.jp>
5287
5288 * help.el (help-xref-mule-regexp): New variable.
5289 (help-make-xrefs): Handle help-xref-mule-regexp.
5290
5291 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5292 variable.
5293 (describe-input-method): Temporarily activate the specfied input
5294 method to display the information.
5295 (describe-language-environment): Hyperlinks to mule related items.
5296
5297 * international/mule-diag.el (charset-multibyte-form-string): New
5298 function.
5299 (list-character-sets-1): Use charset-multibyte-form-string.
5300 (describe-character-set): New function.
5301 (describe-coding-system): Hyperlinks to safe character sets.
5302
5303 * international/quail.el (quail-help): New arg PACKAGE.
5304 Hyperlinks to mule related items.
5305 (quail-help-insert-keymap-description): Use
5306 substitute-command-keys instead of describe-bindings.
5307 (quail-translation-help): Hyperlinks to mule related items.
5308
5309 2000-08-28 John Wiegley <johnw@gnu.org>
5310
5311 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5312 have a defsubst call itself. Made `eshell-flatten-list' back into
5313 a function again.
5314
5315 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5316 catch, in case re-centering point at bottom messes up the display.
5317 This happens frequently in Emacs 21, due I believe to variable
5318 line heights.
5319
5320 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5321 to call `find-tag-interactive'.
5322
5323 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5324 the list of remember directories.
5325
5326 2000-08-28 John Wiegley <johnw@gnu.org>
5327
5328 * align.el: Test align-region-separate to see if it's a symbol.
5329
5330 2000-08-28 John Wiegley <johnw@gnu.org>
5331
5332 * eshell/esh-util.el (eshell-flatten-list): Made this function
5333 into a defsubst form. It gets used very frequently, although
5334 calls don't occur all that often.
5335
5336 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5337 examining it.
5338
5339 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5340 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5341 `eshell-protect'.
5342 (eshell-copy-handles): Created a new macro for duplicating the
5343 current set of open handles. This is needed by the looping
5344 functions.
5345 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5346 is not incorrectly stomped on.
5347
5348 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5349 declaration for pcomplete-use-paring.
5350 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5351 value of eshell-cmpl-use-paring.
5352 * pcomplete.el (pcomplete-use-paring): New config variable, to
5353 indicate whether paring should be used.
5354 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5355 completion alternatives that have already been used.
5356
5357 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5358 bound to C-c C-y, which will repeat the previous N arguments
5359 (based on prefix argument).
5360 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5361
5362 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5363 if there is no *Help* buffer. This is for XEmacs, which renames
5364 its help buffers uniquely. TODO: Find out what the current buffer
5365 name to delete is.
5366
5367 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5368 first entry that correlates to a passwd/group number. Later
5369 entries (used for group/user name aliasing to multiple IDs) are
5370 ignored.
5371
5372 * eshell/em-xtra.el (eshell/expr):
5373 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5374 (eshell-grep, eshell/diff, eshell/locate):
5375 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5376 argument list, before passing it to the system command.
5377
5378 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5379 `find-tag' for use at final position in Eshell buffers (which
5380 otherwise triggers an error on Emacs 21).
5381 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5382 buffer, if it is currently bound to `find-tag'.
5383
5384 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5385 in the list of matched Makefile names.
5386 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5387 directory, prefer its contents to Makefile.
5388
5389 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5390 directory parts (like "cd old new", or "cd =regexp"), are now case
5391 sensitive on non-Windows/DOS platforms.
5392
5393 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5394 types RET after an open delimiter (like "), display a message
5395 indicating that Eshell is waiting for the closing delimiter.
5396
5397 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5398 environment variables.
5399
5400 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5401 gracefully if the user enters incorrect arguments.
5402
5403 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5404 Eshell buffers.
5405
5406 * eshell/esh-var.el (eshell-interpolate-variable):
5407 * eshell/esh-mode.el (eshell-move-argument):
5408 * eshell/em-unix.el (eshell-du-sum-directory):
5409 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5410 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5411 (not (= ...)).
5412
5413 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5414 to ensure the `preserve' flag gets propagated when doing recursive
5415 directory copies.
5416
5417 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5418
5419 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5420 Don't convert \n into \0177 in memory.
5421 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5422 and back again, when reading and writing.
5423
5424 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5425
5426 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5427 testing of `fboundp' on `processp'.
5428
5429 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5430 (eshell/jobs): Don't call process-list if it is not bound.
5431 (eshell-gather-process-output): Support systems where async
5432 subprocesses aren't supported.
5433 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5434 variables.
5435
5436 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5437 eshell-do-eval returns t.
5438 (eshell-do-pipelines-synchronously): New defmacro.
5439 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5440 when async subprocesses aren't supported.
5441 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5442 if async subprocesses aren't supported.
5443 (eshell-resume-command): Don't assume STATUS is a string.
5444
5445 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5446
5447 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5448 (eshell-close-target, eshell-get-target): Use eshell-processp.
5449 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5450 fix.
5451 (eshell-get-target, eshell-create-handles): Doc fix.
5452
5453 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5454
5455 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5456 criterion to include commands that output something, as long as it
5457 leaves both the command and the end-of-buffer visible when the
5458 command has exited.
5459 (eshell-review-quick-commands): Adjust the help doc string
5460 accordingly.
5461
5462 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5463
5464 * locate.el (locate): Cleaned up locate command's interactive prompting
5465 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5466
5467 * filecache.el (file-cache-case-fold-search): New variable
5468 (file-cache-assoc-function): New variable
5469 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5470 Use file-cache-case-fold-search variable
5471 (file-cache-add-file): Use file-cache-assoc-function
5472 (file-cache-delete-file): likewise
5473 (file-cache-directory-name): likewise
5474 (file-cache-debug-read-from-minibuffer): likewise
5475
5476 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5477
5478 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5479 (abbrev-table-name): New function.
5480 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5481 If non-nil list local abbrev, only.
5482
5483 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5484
5485 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5486 from Gnus support code, and use special article copy buffer
5487 `(gnus-original-article-buffer)' instead. This allows to get rid
5488 of article-hide-headers usage (which breaks in the latest Gnus
5489 version). Thanks to Detlev Zundel.
5490
5491 2000-08-28 Kenichi Handa <handa@etl.go.jp>
5492
5493 * international/quail.el (quail-use-package): Hide "... loaded"
5494 message.
5495 (quail-start-translation, quail-start-conversion): Likewise.
5496
5497 * international/kkc.el (kkc-region): Hide "... loaded" message.
5498
5499 2000-08-27 Dave Love <fx@gnu.org>
5500
5501 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5502
5503 2000-08-27 Miles Bader <miles@gnu.org>
5504
5505 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5506
5507 2000-08-27 Kenichi Handa <handa@etl.go.jp>
5508
5509 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5510 'ja-dic-cnv), not (require 'skkdic-cnv).
5511
5512 2000-08-26 Miles Bader <miles@gnu.org>
5513
5514 * faces.el (face-x-resources): Add entry for :inherit.
5515 * cus-face.el (custom-face-attributes): Add support for :inherit
5516 attribute. Add support for relative face heights.
5517 (custom-face-attributes-get): Treat `nil' as being a default value
5518 for :inherit (as well as `unspecified').
5519
5520 * faces.el (set-face-attribute): Update doc string.
5521 (face-attribute-name-alist): Add :inherit.
5522 (face-valid-attribute-values): Handle :inherit.
5523 (face-read-string): Rephrase prompt to be less confusing.
5524 Assume that DEFAULT is a string, since we must return a string.
5525 (face-read-integer): Use `format' to turn DEFAULT into an
5526 acceptable default for face-read-string. Match NEW-VALUE against
5527 the string "unspecified", not the symbol `unspecified', since
5528 that's what face-read-string returns.
5529 (read-face-attribute): Lookup a name for old-value in valid, and
5530 use it as a default if we find one. Treat all values from
5531 face-read-string as strings. If the default is used, don't do any
5532 more processing on the value, just use the old value directly.
5533 (read-face-and-attribute, modify-face): Tweak prompt.
5534 (read-face-name): Don't assume prompt ends with a space.
5535
5536 * faces.el (describe-face): Add support for :inherit attribute.
5537
5538 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5539
5540 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5541 concat doesn't accept interger.
5542
5543 * international/kkc.el: Remove SKK from Keywords. Require
5544 ja-dic-utl instead of skkdic-utl.
5545
5546 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5547 Provide ja-dic-cnv instead of skkdic-cnv.
5548 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5549 (iso-2022-7bit-short): Add safe-charsets property.
5550 (skkdic-convert-postfix): Search Japanese chou-on character in
5551 addition to Hiragana character.
5552 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5553 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5554 (batch-skkdic-convert): Likewise.
5555
5556 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5557 Provide ja-dic-utl instead of skkdic-utl.
5558 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5559
5560 2000-08-24 Dave Love <fx@gnu.org>
5561
5562 * disp-table.el (standard-display-default): Make the test of `l'
5563 useful.
5564
5565 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5566 mod sample text.
5567
5568 * international/iso-ascii.el: Make pilcrow convenient string
5569 consistent with section.
5570 (iso-ascii-display): Set up multibyte characters as well as
5571 unibyte.
5572
5573 2000-08-24 Kenichi Handa <handa@etl.go.jp>
5574
5575 * international/mule-cmds.el (reset-language-environment): Set
5576 default-process-coding-system to '(undecided . iso-latin-1), which
5577 makes process I/O almost consistent with file I/O. Call this
5578 function when mule-cmds.el[c] is loaded.
5579
5580 2000-08-22 Andrew Innes <andrewi@gnu.org>
5581
5582 * makefile.w32-in: New file.
5583
5584 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5585
5586 * comint.el (comint-output-filter): Compare end of
5587 comint-last-output-overlay with the start of the newly inserted
5588 text, not the end, when deciding whether to extend it.
5589 Set saved-point's insertion type to advance after insertion.
5590
5591 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5592 since this is now done independently of font-lock mode.
5593
5594 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5595
5596 * server.el (server-kill-new-buffers): New user option.
5597 (server-existing-buffer): New buffer-local variable.
5598 (server-visit-files): When using an existing buffer, set
5599 server-existing-buffer to t.
5600 (server-buffer-done): If server-kill-new-buffers is t, kill the
5601 buffer, unless it was already present before visiting it with
5602 Emacs server.
5603
5604 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5605
5606 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5607 even if the display doesn't support colors: some displays will
5608 support bold/underline faces.
5609
5610 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5611
5612 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5613
5614 * startup.el (command-line): If user's init file had an error,
5615 add explanatory text to *Messages*.
5616
5617 2000-08-21 Kenichi Handa <handa@etl.go.jp>
5618
5619 * man.el (Man-getpage-in-background): Decode the process output by
5620 the system locale coding system.
5621
5622 2000-08-20 Dave Love <fx@gnu.org>
5623
5624 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5625 Don't test x-popup-menu.
5626 (function) <complete-function>: Complete only fbound symbols.
5627 <validate, value>: New.
5628 (variable) <complete-function>: Complete only bound symbols.
5629 (coding-system): Add :base-only, :complete-function, :validate,
5630 :value, :prompt-match.
5631 (widget-coding-system-prompt-value): Use read-coding-system and
5632 act on :base-only.
5633 (editable-field): Add :help-echo.
5634 (widget-push-button-gui, widget-push-button-cache)
5635 (widget-gui-action, widget-editable-list-gui): COmment out, along
5636 with uses.
5637 (widget-at): Make arg optional.
5638 (widget-echo-help): Adjust for current help-echo calling sequence.
5639 (widget-specify-field, widget-specify-button)
5640 (widget-specify-insert, widget-get-sibling, widget-image-find)
5641 (widget-convert, widget-insert, widget-leave-text)
5642 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5643 (widget-setup, widget-field-find, widget-before-change)
5644 (widget-after-change, widget-default-complete)
5645 (widget-default-create, widget-default-delete)
5646 (widget-push-button-value-create, editable-field)
5647 (widget-field-prompt-value, widget-field-validate)
5648 (widget-choice-value-create, widget-choice-action)
5649 (widget-choice-validate, widget-checklist-add-item)
5650 (widget-radio-add-item, widget-radio-chosen)
5651 (widget-radio-value-inline, widget-editable-list-value-create)
5652 (widget-editable-list-entry-create)
5653 (widget-documentation-link-add)
5654 (widget-documentation-string-value-create)
5655 (widget-regexp-validate, widget-file-complete)
5656 (widget-sexp-validate, widget-plist-convert-widget)
5657 (widget-plist-convert-widget, widget-alist-convert-widget)
5658 (widget-alist-convert-widget, widget-color-complete): Simplify,
5659 particularly to avoid bindings which aren't optimized out.
5660
5661 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5662 Doc fix.
5663 (down-list, backward-up-list, up-list, kill-sexp)
5664 (backward-kill-sexp, mark-sexp): Make arg optional.
5665 (lisp-complete-symbol): Add optional arg PREDICATE.
5666
5667 * cus-start.el: Add display-buffer-reuse-frames,
5668 file-coding-system-alist.
5669
5670 2000-08-20 Gerd Moellmann <gerd@gnu.org>
5671
5672 * startup.el (command-line): Clear realized faces after
5673 modifying TTY color mappings.
5674
5675 2000-08-20 Miles Bader <miles@gnu.org>
5676
5677 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5678 merely a subset of FACE's attributes.
5679
5680 2000-08-19 Miles Bader <miles@gnu.org>
5681
5682 * comint.el (comint-output-filter): Save the point with a marker,
5683 not just a buffer position.
5684
5685 * international/mule.el (set-buffer-process-coding-system): Make
5686 interactive prompt less confusing.
5687
5688 2000-08-19 Gerd Moellmann <gerd@gnu.org>
5689
5690 * hilit-chg.el: General cleanup of doc strings, comments and
5691 code formatting.
5692
5693 2000-08-19 Miles Bader <miles@gnu.org>
5694
5695 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5696 Compiler macro removed; beginning-of-line is no longer always
5697 equivalent to forward-line, in the presence of fields.
5698
5699 * comint.el (comint-output-filter): Remove ad-hoc saving of
5700 restriction, and just use save-restriction, now that it works
5701 correctly. Don't adjust comint-last-input-start to account for
5702 our insertion; it shouldn't have moved because we don't use
5703 insert-before-markers anymore. Comment out call to
5704 `force-mode-line-update'; why is it here?
5705
5706 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5707 while checking for prompt to delete. Use `forward-line 0'
5708 instead of beginning-of-line.
5709 (gud-filter): Temporarily widen gud comint buffer while
5710 examining output.
5711
5712 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * progmodes/sh-script.el: Big bag of typos.
5715
5716 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5717 check since ispell-process is not bound when ispell is not yet loaded.
5718
5719 2000-08-18 Dave Love <fx@gnu.org>
5720
5721 * image.el (find-image): Copy `spec' before using plist-put.
5722
5723 2000-08-18 Gerd Moellmann <gerd@gnu.org>
5724
5725 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5726 `portugues'.
5727
5728 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5729 backward-kill-sexp, analogous to kill-sexp.
5730
5731 * progmodes/icon.el (icon-indent-line)
5732 (icon-is-continuation-line): Handle comments specially.
5733
5734 2000-08-17 Ken Stevens <k.stevens@ieee.org>
5735
5736 * ispell.el: Set to standard author/maintainer/keyword fields.
5737 Fine tuning to menu map appearance and operation, and added help.
5738 Remove `start' and `end' error messages when compiling.
5739 (ispell-choices-win-default-height): Fixed comment string.
5740 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5741 castellano8 dictionaries.
5742 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5743 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5744 dictionary, added italiano dictionary.
5745 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5746 word character
5747 (ispell-tex-skip-alists): Added psfig support.
5748 (ispell-skip-html): Renamed from ispell-skip-sgml.
5749 (ispell-begin-skip-region-regexp, ispell-skip-region)
5750 (ispell-minor-check): Improved html skipping support to skip across
5751 code, and recognize `&' commands without propper `;' syntax;
5752 (ispell-process-line): Fix alignment error when manually
5753 correcting spelling.
5754 (ispell): Fix comment string.
5755 (ispell-add-per-file-word-list): Always put word list on new line.
5756
5757 2000-08-17 Gerd Moellmann <gerd@gnu.org>
5758
5759 * format.el (format-encode-run-method): Fix error message to say
5760 `encode' instead of `decode'. Use save-window-excursion around
5761 shell-command-on-region as in format-decode-run-method because
5762 shell-command-on-region can display a buffer with error output.
5763 (format-decode): Don't record undo information for the decoding.
5764 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5765 that number part of the temporary buffer name so that more than
5766 one decoding using a temporary buffer can happen safely.
5767
5768 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5769 of `A-z' in the regexp.
5770
5771 * hilit-chg.el: Fix typos in commentary.
5772
5773 * help.el (view-emacs-news): Rewritten for new naming scheme
5774 for old NEWS files.
5775
5776 * startup.el (command-line): Pop to *Messages* in case an error
5777 is signaled while loading user-init-file.
5778
5779 2000-08-17 Andreas Schwab <schwab@suse.de>
5780
5781 * files.el (insert-directory): Don't lose original file name,
5782 undoing an undocumented change.
5783
5784 2000-08-17 Alex Schroeder <alex@gnu.org>
5785
5786 * sql.el (sql-magic-go): Use comint-bol.
5787 (sql-copy-column): Use comint-line-beginning-position.
5788 (comint-line-beginning-position): Define a replacement for
5789 comint-line-beginning-position if it is not fboundp.
5790
5791 2000-08-17 Alex Schroeder <alex@gnu.org>
5792
5793 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5794 it didn't have any effect anyway.
5795
5796 2000-08-17 Alex Schroeder <alex@gnu.org>
5797
5798 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5799 --pset and pager=off instead of sending \\o|cat at the beginning
5800 of the session.
5801
5802 2000-08-17 Miles Bader <miles@gnu.org>
5803
5804 * progmodes/octave-inf.el: Add compatibility definition of
5805 comint-line-beginning-position.
5806
5807 2000-08-17 Kenichi Handa <handa@etl.go.jp>
5808
5809 * startup.el (normal-top-level): Look in each dir in load-path for
5810 a leim-list.el file too. This assures of loading leim-list.el
5811 that is created at Emacs installation time even if a user have his
5812 own leim-list.el.
5813
5814 2000-08-17 Miles Bader <miles@gnu.org>
5815
5816 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5817 foreground color to black if the background is dark.
5818
5819 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5820
5821 * loadhist.el (unload-feature): Typo.
5822
5823 * finder.el (finder-compile-keywords):
5824 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5825 to the generated file.
5826
5827 * mail/mh-e.el (mh-make-local-vars):
5828 Replace make-variable-buffer-local with make-local-variable.
5829
5830 * play/landmark.el:
5831 * options.el (Edit-options-{set,toggle,t,nil}):
5832 * mail/mailabbrev.el (mail-abbrevs-mode):
5833 * textmodes/tex-mode.el (tex-expand-files):
5834 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5835
5836 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5837
5838 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5839 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5840 Allow going past the last element.
5841 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5842 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5843 (cvs-mouse-toggle-mark): Don't move point.
5844 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5845
5846 * progmodes/compile.el (grep): Provide a default set of files.
5847 (next-error): Docstring fix.
5848 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5849
5850 * emacs-lisp/easy-mmode.el (define-minor-mode):
5851 Use `symbol-value' to keep the byte-compiler quiet.
5852
5853 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5854 (diff-find-source-location): New fun, extracted from diff-goto-source.
5855 (diff-goto-source): Use it.
5856 (diff-next-complex-hunk, diff-filter-lines): New function.
5857 (diff-apply-hunk): New command.
5858
5859 * smerge-mode.el (smerge-mode-menu): Doc fix.
5860
5861 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5862
5863 2000-08-16 Dave Love <fx@gnu.org>
5864
5865 * windmove.el (windmove) <defgroup>: Add :version.
5866
5867 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5868 (goto-address-fontify-p, goto-address-highlight-p)
5869 (goto-address-url-face, goto-address-url-mouse-face)
5870 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5871 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5872 (goto-address-fontify, goto-address-at-mouse): Simplify,
5873 (goto-address-at-point): browse-url-url-at-point,
5874 goto-address-find-address-at-point can return nil.
5875 (goto-address-find-address-at-point): Return nil on failure.
5876
5877 * align.el (align) <defgroup>: Add :version.
5878
5879 * calculator.el (calculator): Add :version.
5880 (calculator): Use two lines for calculator window if `modeline'
5881 face is boxed.
5882
5883 * play/5x5.el: Doc fixes.
5884 (5x5) <defgroup>: Add :version.
5885
5886 * play/fortune.el (fortune) <defgroup>: Add :version.
5887 (fortune-append): Fix error message.
5888 (fortune-from-region): Doc fix.
5889
5890 * play/pong.el (pong): Doc fix.
5891
5892 * play/morse.el: Keywords, commentary, autoloads.
5893
5894 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5895
5896 * desktop.el (desktop-save): Don't look at symbol-value of a
5897 member of minor-mode-alist, unless it is boundp.
5898
5899 2000-08-16 Sam Steingold <sds@gnu.org>
5900
5901 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5902 `while'; use `with-current-buffer' instead of `save-excursion'.
5903 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5904
5905 2000-08-16 Kenichi Handa <handa@etl.go.jp>
5906
5907 * international/ccl.el (declare-ccl-program): Docstring modified.
5908 (ccl-execute-with-args): Likewise.
5909
5910 2000-08-16 Miles Bader <miles@gnu.org>
5911
5912 * progmodes/sql.el: Add compatibility definition of
5913 comint-line-beginning-position.
5914
5915 2000-08-15 Gerd Moellmann <gerd@gnu.org>
5916
5917 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5918 'buffer-menu' property.
5919 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5920 fails.
5921 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5922 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5923 wasn't killed.
5924
5925 * buff-menu.el (list-buffers-noselect): Don't display the
5926 *Buffer List* buffer.
5927
5928 * font-lock.el: Require jit-lock to prevent a very late
5929 `Loading jit-lock' message.
5930
5931 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5932 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5933 mail address.
5934
5935 2000-08-15 Miles Bader <miles@gnu.org>
5936
5937 * textmodes/ispell.el (ispell-graphic-p): New constant.
5938 (ispell-choices-win-default-height, ispell-help): Use
5939 `ispell-graphic-p' instead of `xemacsp'.
5940
5941 2000-08-15 Dave Love <fx@gnu.org>
5942
5943 * simple.el: Autoload widget-convert when compiling.
5944 (mail-user-agent): Doc fix.
5945
5946 * help.el (function-called-at-point, variable-at-point): Use
5947 with-syntax-table.
5948 (help-manyarg-func-alist): Add insert-and-inherit.
5949
5950 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5951
5952 * delsel.el (delsel-unload-hook): New function.
5953
5954 * find-file.el: Doc fixes. Move provide to end.
5955 (ff) <defgroup>: Add :link.
5956 (ff-goto-click): Deleted.
5957 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5958 Use mouse-set-point.
5959
5960 * textmodes/tildify.el: Doc fixes.
5961 (tildify) <defgroup>: Add:version.
5962
5963 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5964 (glasses-custom-set): Use set-default, not set.
5965 (minor-mode-alist): Propertize the lighter.
5966 (glasses-mode): Provide optional arg.
5967
5968 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5969 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5970 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5971 option. Provide :type.
5972 (cwarn-configuration): Provide :type.
5973 (cwarn-mode): Doc fix.
5974
5975 * add-log.el (change-log-merge): Doc fix.
5976 (change-log-redate): New command.
5977
5978 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5979 Doze and Dog.
5980 (browse-url): Use dolist, not mapcar.
5981 (browse-url-at-point): Check for null url.
5982 (browse-url-event-buffer, browse-url-event-point): Functions
5983 deleted.
5984 (browse-url-at-mouse, browse-url-netscape): Simplify.
5985
5986 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5987 modes.
5988 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5989 Fix previous change to mapcan.
5990 (msb--init-file-alist, msb--add-separators)
5991 (msb--make-keymap-menu): Simplify.
5992 (msb--choose-file-menu): Use copy-sequence.
5993 (msb-mode-map): Add title to keymap.
5994 (msb-unload-hook): New function.
5995
5996 * bs.el: Fix indentation.
5997 (bs) <defgroup>: Add :links.
5998 (bs-show): Doc fix.
5999 (bs-apply-sort-faces): Don't use window-system.
6000 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6001
6002 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * calendar/timeclock.el (timeclock-file): Run .timelog through
6005 convert-standard-filename.
6006
6007 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6008
6009 * emacs-lisp/authors.el: New file.
6010
6011 * paren.el (show-paren-priority): New user option.
6012 (show-paren-function): Set overlay priorities to
6013 show-paren-priority.
6014
6015 2000-08-14 Miles Bader <miles@gnu.org>
6016
6017 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6018 beginning-of-line with inhibit-field-text-motion bound.
6019
6020 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6021
6022 * calendar/timeclock.el: New file.
6023
6024 2000-08-14 David Ponce <david@dponce.com>
6025
6026 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6027 `widget-button-click'. so that one can use left mouse button to
6028 click on dialog buttons.
6029
6030 2000-08-14 Emmanuel Briot <briot@gnat.com>
6031
6032 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6033 identifiers, since XML is case sensitive
6034
6035 2000-08-12 Miles Bader <miles@gnu.org>
6036
6037 * comint.el (comint-output-filter): Don't bother frobbing
6038 window-start, it doesn't seem to be necessary.
6039
6040 * comint.el (comint-send-string, comint-send-region): Make into
6041 real functions. Snapshot the prompt before sending.
6042
6043 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6046 technique similar to Info-index, instead of relying on specific
6047 names of relevant Index nodes.
6048 (Info-goto-emacs-command-node): Bind Info-history to nil when
6049 going to the first node found by Info-find-emacs-command-nodes.
6050
6051 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6054
6055 2000-08-10 Miles Bader <miles@gnu.org>
6056
6057 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6058
6059 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6060
6061 * info.el (Info-file-list-for-emacs): More elements for the
6062 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6063 and woman manuals.
6064
6065 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6066
6067 * comint.el (comint-send-input): Make the newline boundary overlay
6068 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6069 (comint-output-filter): Use `insert' instead of
6070 `insert-before-markers'. Extend comint-last-output-overlay when
6071 necessary since we can't rely on insert-before-markers to do it.
6072 * gud.el (gud-filter): Use `with-current-buffer' instead of
6073 save-excursion when inserting the output, so that point gets
6074 updated correctly; the old method relied on a rather dodgy
6075 side-effect of comint-output-filter to avoid the effect of
6076 save-excursion.
6077
6078 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6079
6080 * files.el (recover-file): Call insert-directory instead of
6081 invoking `ls' directly.
6082
6083 2000-08-10 Miles Bader <miles@gnu.org>
6084
6085 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6086 (comint-last-prompt-overlay): New variables.
6087 (comint-output-filter): Implement prompt highlighting.
6088 (comint-snapshot-last-prompt): New function.
6089 (comint-send-input): Snapshot the last prompt.
6090 Use comint-highlight-input-face.
6091 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6092 Use defface instead of defcustom.
6093 (send-invisible, comint-send-eof): Snapshot the last prompt.
6094 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6095 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6096
6097 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6098
6099 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6100 (regexp-opt-group): Use a list of chars for `letters'.
6101 (regexp-opt-charset): `chars' is now a list of chars.
6102 Use a char-table rather than a vector so it works for multibyte chars.
6103
6104 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6105 Set cvs-minor-current-files to the selected fileinfo.
6106 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6107 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6108
6109 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6110
6111 * files.el (insert-directory): Don't call access-file on
6112 directories on DOS and Windows.
6113
6114 2000-08-09 Kenichi Handa <handa@etl.go.jp>
6115
6116 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6117 longer if necessary.
6118 (ccl-embed-code): Call ccl-embed-data to store CODE in
6119 ccl-program-vector.
6120
6121 2000-08-09 Miles Bader <miles@gnu.org>
6122
6123 * comint.el (comint-output-filter): Properly handle the case where
6124 the text surrounded by comint-last-output-overlay was deleted.
6125
6126 2000-08-08 Gerd Moellmann <gerd@gnu.org>
6127
6128 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6129 non-nil.
6130 (Info-file-list-for-emacs): Remove "info" from the list because
6131 that leads to trying to use the documentation from file `info'
6132 in various situations where it isn't appropriate, for instance
6133 C-h C-k C-h i.
6134
6135 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6136 DIR and/or STRING are nil.
6137
6138 * progmodes/compile.el (compilation-setup): Make variable
6139 compilation-error-screen-columns buffer-local, as some comment
6140 in the code suggests it should be.
6141
6142 * files.el (auto-mode-interpreter-regexp): New variable.
6143 (set-auto-mode): Use it.
6144
6145 * indent.el (indent-for-tab-command): Doc fix.
6146
6147 * mouse-sel.el (mouse-sel-mode): Doc fix.
6148
6149 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6150 labels.
6151
6152 * help.el (print-help-return-message): When
6153 display-buffer-reuse-frames is set, let the help window been quit,
6154 instead of deleting it, which might delete a reused frame.
6155
6156 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6159 rename a directory to a name that differs only by its letter case.
6160
6161 2000-08-08 Kenichi Handa <handa@etl.go.jp>
6162
6163 * international/quail.el (quail-define-rules): Handle Quail decode
6164 map correctly. Add code for supporting annotations.
6165 (quail-install-decode-map): New function.
6166 (quail-defrule-internal): New optional arguments decode-map and
6167 props.
6168 (quail-advice): New function.
6169
6170 2000-08-07 Sam Steingold <sds@gnu.org>
6171
6172 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6173 `defconst', `define-condition', `with-slots'.
6174 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6175
6176 2000-08-03 Miles Bader <miles@gnu.org>
6177
6178 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6179 New variable.
6180 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6181 comint-use-prompt-regexp-instead-of-fields.
6182 (comint-send-input): Add `input' field property to stuff we send to
6183 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6184 (comint-output-filter): Add `output' field property to process
6185 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6186 (comint-replace-by-expanded-history)
6187 (comint-get-old-input-default, comint-show-output)
6188 (comint-backward-matching-input, comint-forward-matching-input)
6189 (comint-next-prompt, comint-previous-prompt): Use field
6190 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6191 (comint-line-beginning-position): New function.
6192 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6193 (comint-replace-by-expanded-history-before-point): Use
6194 comint-line-beginning-position and line-end-position.
6195 (comint-last-output-overlay): New variable.
6196 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6197
6198 * shell.el (shell-prompt-pattern): Doc change.
6199 (shell-backward-command): Use line-beginning-position.
6200
6201 * gud.el (gud-gdb-complete-command): Use
6202 comint-line-beginning-position.
6203
6204 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6205 comint-bol doesn't actually go to the beginning of the line.
6206
6207 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6208 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6209 (try-expand-line-all-buffers): Likewise.
6210
6211 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6212 explicitly matching comint-prompt-regexp.
6213 (sql-copy-column): Use comint-line-beginning-position instead of
6214 explicitly matching comint-prompt-regexp.
6215
6216 * progmodes/octave-inf.el (inferior-octave-complete): Use
6217 comint-line-beginning-position.
6218
6219 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6220
6221 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6222 looking for a prompt, use `forward-line 0' instead of
6223 `beginning-of-line', to avoid getting caught by an input field.
6224
6225 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6226
6227 * files.el (shell-quote-wildcard-pattern): Make sure to return
6228 PATTERN, in the Unix case.
6229
6230 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * play/zone.el (zone): Discard any pending input before running
6233 the randomly-chosen pgm.
6234
6235 2000-08-07 Kenichi Handa <handa@etl.go.jp>
6236
6237 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6238 checking the existence of any multibyte characters.
6239
6240 2000-08-06 Gerd Moellmann <gerd@gnu.org>
6241
6242 * help.el (describe-mode): Test minor-mode symbol for being
6243 bound before testing its value for being nil.
6244
6245 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6246 `first', `second', and `third'.
6247
6248 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6249 (second): Make it an alias for `cadr'.
6250
6251 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6254 types of display support faces now.
6255
6256 2000-08-05 Gerd Moellmann <gerd@gnu.org>
6257
6258 * pcvs.el (require): Require `cl' during compilation, only.
6259
6260 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6261 (toplevel): Remove `remq' and `remove' from autoloads.
6262 (cl-fake-autoloads): New variable. If set, arrange for an error
6263 when CL functions etc. are autoloaded.
6264
6265 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6266
6267 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6268
6269 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6270 popped up, but the user clicks outside the menu, return an empty
6271 regexp (that causes unhighlight-regexp to have no effect).
6272
6273 * menu-bar.el (menu-bar-games-menu): Add Zone.
6274
6275 * hi-lock.el (toplevel): Require font-lock.
6276
6277 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6278
6279 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6280 (ebnf-8-bit-chars): New var for bug fix.
6281 (ebnf-string): Bug fix.
6282
6283 2000-08-03 Sam Steingold <sds@gnu.org>
6284
6285 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6286 instead of `buffer-string'.
6287 (require 'cl): Always, not just when compiling.
6288 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6289 necessary.
6290
6291 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6292
6293 * international/mule-cmds.el (select-safe-coding-system): Make
6294 the message text about selecting a safe coding system more clear.
6295
6296 2000-08-02 Gerd Moellmann <gerd@gnu.org>
6297
6298 * hi-lock.el: New file.
6299
6300 * play/zone.el: New file.
6301
6302 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6303 value of tab-width in the original buffer. Choose a line number
6304 format that's a multiple of the original buffer's tab width, so
6305 that lines appear right.
6306
6307 * textmodes/ispell.el (ispell): New function, replacing an alias.
6308 Spell-check active region if in transient-mark-mode and mark
6309 is active; otherwise spell-check buffer.
6310
6311 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6312
6313 * ps-mule.el: Fix a customization problem on
6314 ps-mule-font-info-database-default.
6315
6316 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6317
6318 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6319 display-mouse-p instead of window-system.
6320 (ebrowse-member-mode-map): Ditto.
6321
6322 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6323
6324 * progmodes/ebnf2ps.el: Update ps-print functions call.
6325 Indentation fix. Doc fix.
6326 (ebnf-version): New version number (3.2).
6327 (ebnf-format-color, ebnf-begin-job): Code fix.
6328
6329 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6330
6331 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6332 font lock support on window-system.
6333 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6334
6335 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6336 display-color-p, if fboundp, instead of window-system.
6337
6338 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6341 instead of window-system.
6342
6343 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6344 window-system.
6345 (widget-choice-mouse-down-action): Use display-popup-menus-p
6346 instead of window-system.
6347
6348 * strokes.el (strokes-file): Run the file name through
6349 convert-standard-filename.
6350 (strokes-mode): Call display-mouse-p instead of looking at
6351 window-system. Change the error message accordingly.
6352
6353 * progmodes/cpp.el (toplevel): Support faces on tty's.
6354
6355 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6356 (lm-plot-square, lm-init-display): Don't use window-system.
6357
6358 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6359 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6360
6361 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6362 instead of looking at window-system.
6363
6364 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6365
6366 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6367 of testing if iswitchb-prepost-hooks is bound, because the
6368 latter will always be true when invoking a recursive minibuffer
6369 from an active Iswitchb buffer.
6370
6371 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * files.el (shell-quote-wildcard-pattern): New function.
6374 (insert-directory): Call it. Only prepend "\" to command on Unix
6375 and GNU/Linux systems.
6376
6377 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6378
6379 * eshell/esh-groups.el: Change custom :link file names
6380 from `eshell.info' to `eshell'.
6381
6382 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6383
6384 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6385 correctly in recursive ange-ftp listings.
6386
6387 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6388
6389 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6390 ps-header-font-size-internal and
6391 ps-header-title-font-size-internal variables are not set,
6392 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6393 face text property is (foreground-color . COLOR) or
6394 `(background-color . COLOR)', ps-print crashes. Doc fix.
6395 (ps-print-version): New version number (5.2.4).
6396 (ps-plot-region): Code fix.
6397 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6398 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6399 Bug fix 2.
6400
6401 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
6402
6403 * glasses.el (glasses-make-readable): Fix uncapitalization of
6404 identifiers like `myXMLDocument'.
6405
6406 2000-07-28 Karl Fogel <kfogel@red-bean.com>
6407
6408 * mail/mail-hist.el (mail-hist-previous-input)
6409 (mail-hist-next-input): Do the obvious code factorization.
6410 (mail-hist-retrieve-and-insert): New func, contains common
6411 code of above two.
6412 If inserting a message body, leave point at top.
6413
6414 2000-07-28 Sam Steingold <sds@gnu.org>
6415
6416 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6417 Use `<=', not `<' to compare times!
6418 (ange-ftp-ls): Remove.
6419
6420 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6421
6422 * play/cookie1.el: Add explanation of how to make cookie.el
6423 compatible with strfile(1) to comment.
6424
6425 * subr.el (remove, remq): New functions.
6426
6427 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6428 escape `*' in regexps.
6429 (midnight-find): Reverse order of arguments in the funcall of
6430 TEST.
6431
6432 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6433 and `.class'.
6434
6435 * play/meese.el: Add Commentary section.
6436
6437 2000-07-27 Alex Schroeder <alex@gnu.org>
6438
6439 * sql.el (sql-ms): Added autoload cookie.
6440 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6441 (sql-oracle): Ditto.
6442 (sql-help): Doc change.
6443
6444 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6445 types and exceptions.
6446
6447 2000-07-27 Alex Schroeder <alex@gnu.org>
6448
6449 * sql.el (sql-placeholder-history): New variable.
6450 (sql-query-placeholders-and-send): New function that will query
6451 the user and replace placeholders with user input.
6452 (sql-oracle): If running on NT, set comint-input-sender to
6453 sql-query-placeholders-and-send.
6454
6455 (sql-stop): If in the SQLi buffer, insert stop notification, else
6456 present it as a message.
6457
6458 2000-07-27 Alex Schroeder <alex@gnu.org>
6459
6460 * sql.el (sql-input-ring-separator): Doc change.
6461 (sql-input-ring-file-name): Doc change.
6462 (sql-interactive-mode): Use `sql-input-ring-separator' and
6463 `sql-input-ring-file-name' to set the comint-mode equivalents
6464 without making them local variables.
6465 (sql-stop): Don't bind `sql-input-ring-separator' and
6466 `sql-input-ring-file-name' dynamically to their comint-mode
6467 equivalents.
6468
6469 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6470
6471 * international/mule.el (register-char-codings): New function.
6472 (make-coding-system): Handle `safe-chars' specification in the arg
6473 PROPERTY.
6474
6475 * international/mule-cmds.el
6476 (find-coding-systems-region-subset-p): This function deleted.
6477 (sort-coding-systems-predicate): New variable.
6478 (sort-coding-systems): New function.
6479 (find-coding-systems-region): Use
6480 find-coding-systems-region-internal.
6481 (find-coding-systems-string): Use find-coding-systems-region.
6482 (find-coding-systems-for-charsets): Check
6483 char-coding-system-table.
6484 (select-safe-coding-system-accept-default-p): New variable.
6485 (select-safe-coding-system): Mostly rewritten. New argument
6486 ACCEPT-DEFAULT-P.
6487 (select-message-coding-system): Call select-safe-coding-system
6488 with ACCEPT-DEFAULT-P arg.
6489 (reset-language-environment): Reset default-sendmail-coding-system
6490 to the default value iso-latin-1.
6491 (set-language-environment): Don't set the obsolete variable
6492 charset-origin-alist.
6493
6494 * international/codepage.el (cp-coding-system-for-codepage-1):
6495 Give `safe-chars' property to make-coding-system.
6496
6497 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6498 calling select-message-coding-system twice.
6499
6500 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6501 instead of `safe-charsets'.
6502 (cyrillic-alternativnyj): Likewise.
6503 (ccl-encode-alternativnyj): Don't check the charset
6504 cyrillic-iso8859-5.
6505
6506 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6507
6508 * composite.el (compose-chars-after): Preserve match data.
6509
6510 2000-07-26 Sam Steingold <sds@gnu.org>
6511
6512 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6513 (ange-ftp-real-file-newer-than-file-p): New function.
6514 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6515 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6516
6517 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6518 * midnight.el (midnight-float-time): Ditto.
6519
6520 2000-07-26 Andreas Schwab <schwab@suse.de>
6521
6522 * files.el (normal-backup-enable-predicate): Correct
6523 interpretation of the return value of compare-strings.
6524
6525 2000-07-26 Gerd Moellmann <gerd@gnu.org>
6526
6527 * isearch.el (isearch-resume): New function.
6528 (isearch-done): Add something to command-history to resume
6529 the search.
6530 (isearch-yank-line, isearch-yank-word): Use
6531 buffer-substring-no-properties instead of buffer-substring.
6532
6533 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6534 of flyspell-mouse-map.
6535
6536 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6537 duplicate definition.
6538 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6539
6540 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6541 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6542
6543 2000-07-25 Sam Steingold <sds@gnu.org>
6544
6545 * net/ange-ftp.el: Get modtime over the net.
6546 (ange-ftp-file-modtime): New function.
6547 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6548 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6549 Use it.
6550 (ange-ftp-dot-to-slash): New function.
6551 (ange-ftp-fix-name-for-vms): Use it.
6552
6553 * midnight.el (midnight-buffer-display-time): Use
6554 `with-current-buffer'.
6555
6556 2000-07-25 Gerd Moellmann <gerd@gnu.org>
6557
6558 * find-dired.el: Update copyright notice.
6559 (find-dired): Offer to kill a running `find'.
6560
6561 * enriched.el (enriched-face-ans): For a `foreground-color'
6562 property, return '(("x-color" COLOR))' so that COLOR will be
6563 output as a parameter of the x-color annotation. Likewise for the
6564 `background-color' property. In the case of normal face
6565 properties, don't return annotations for unspecified foreground
6566 and background face attributes.
6567
6568 2000-07-25 Kenichi Handa <handa@etl.go.jp>
6569
6570 * language/japan-util.el (japanese-katakana-region): Fix handling
6571 HANKAKU argument.
6572
6573 2000-07-25 Miles Bader <miles@gnu.org>
6574
6575 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6576 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6577 constrain-to-field.
6578
6579 2000-07-24 Andrew Innes <andrewi@gnu.org>
6580
6581 * timer.el (timer-activate-when-idle): Add optional parameter
6582 DONT-WAIT. Update docstring.
6583 (run-with-idle-timer): Specify extra parameter to
6584 timer-activate-when-idle, so that timer will be activated
6585 immediately if Emacs is already idle.
6586
6587 * w32-fns.el (w32-using-nt): Fix docstring.
6588
6589 2000-07-24 Dave Love <fx@gnu.org>
6590
6591 * mouse.el (popup-menu): Set last-command-event.
6592 (mouse-major-mode-menu-prefix): Declare.
6593
6594 2000-07-24 Gerd Moellmann <gerd@gnu.org>
6595
6596 * textmodes/flyspell.el: Update to author's version 1.5d.
6597
6598 * progmodes/hideshow.el: Update copyright notice.
6599
6600 * vcursor.el: Set maintainer to FSF, since author cannot
6601 be reached.
6602
6603 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6604
6605 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6606 the prompt.
6607
6608 * mouse.el (popup-menu): Run the keymap through indirect-function,
6609 in case it was defined with define-prefix-key. If the menu is a
6610 list of keymaps, look up the binding of user's choice in each one
6611 of the keymaps.
6612 (mouse-popup-menubar): If the global and local menu-bar keymaps
6613 don't have a prompt string, create one and insert it into the
6614 keymap. Don't barf if current-local-map returns nil.
6615
6616 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6617
6618 * dired.el (dired-sort-R-check): Added to allow recursive listing
6619 to be undone.
6620 (dired-sort-other): Use it.
6621
6622 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6623
6624 * Release of cc-mode 5.27
6625
6626 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6627
6628 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6629 c-beginning-of-statement-1 that caused a bad case of recursion
6630 which could consume a lot of CPU in large classes in languages
6631 that have in-expression classes (i.e. Java and Pike).
6632
6633 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6634 statements before top level constructs (i.e. case 6 is moved
6635 before case 5 and is now case 4) to catch in-expression
6636 classes in top level expressions correctly.
6637
6638 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6639
6640 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6641 objc-method-intro. Case 4 removed and case 5I added.
6642
6643 * cc-langs.el (c-append-paragraph-start): New variable used by
6644 c-common-init to get paragraph-start correct.
6645 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6646 initialize paragraph-start to make it correct both with and
6647 without the javadoc special case.
6648
6649 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6650 initialize paragraph-start for javadoc markup.
6651
6652 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6653 change by defaulting this to t. It's motivated by the
6654 confusing behavior that otherwise arise from the style system
6655 when editing both java and non-java files at the same time
6656 (see the comments about style setting in c-common-init).
6657
6658 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6659
6660 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6661 similar to the one in c-fill-paragraph to check the fill
6662 prefix from the adaptive fill function for sanity.
6663
6664 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6665
6666 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6667 defun block.
6668
6669 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6670
6671 * cc-mode.texi Documented the change of cpp-macro.
6672
6673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6674
6675 * cc-align.el (c-lineup-multi-inher): Handle lines with
6676 leading comma nicely. Extended to handle member initializers
6677 too.
6678
6679 * cc-engine.el: (c-beginning-of-inheritance-list,
6680 c-guess-basic-syntax): Fixed recognition of inheritance lists
6681 when the lines begins with a comma.
6682
6683 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6684
6685 * cc-vars.el (c-offsets-alist): Changed default for
6686 member-init-cont to c-lineup-multi-inher since it now handles
6687 member initializers and indents better for leading commas.
6688
6689 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6690
6691 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6692 handling that caused class open lines to be recognized as
6693 statement-conts in some cases.
6694
6695 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6696 guessed by the adaptive fill function unless point is on the
6697 first line of a block comment.
6698
6699 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6700 when the buffer ends with a macro continuation char.
6701
6702 * cc-engine.el (c-guess-basic-syntax): Added support for
6703 function definitions as statements in Pike. The first
6704 statement in a lambda block is now labeled defun-block-intro
6705 instead of statement-block-intro.
6706
6707 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6708 so that the class surrounding point is selected, not the one
6709 innermost in the state.
6710
6711 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6712 recognition of switch labels having hanging multiline
6713 statements.
6714
6715 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6716 some code in c-guess-basic-syntax to a separate function.
6717 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6718 recognition of member inits with multiple line arglists.
6719 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6720 member-init-cont when the commas are in funny places.
6721
6722 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6723
6724 * cc-defs.el (c-auto-newline): Removed this macro since it's
6725 not used anymore.
6726
6727 * cc-engine.el (c-looking-at-bos): New helper function.
6728 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6729 inexpr and toplevel classes apart in Pike.
6730
6731 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6732 of case 9A.
6733
6734 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6735 constant, since "class" can introduce an in-expression class
6736 in Pike nowadays.
6737
6738 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6741 indentation on cpp-macro lines.
6742
6743 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6744 a syntax modifier like comment-intro, to make it possible to
6745 get syntactic indentation for preprocessor directives. It's
6746 incompatible wrt to lineup functions on cpp-macro, but it has
6747 no observable effect in the 99.9% common case where cpp-macro
6748 is set to -1000.
6749
6750 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6751
6752 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6753 member-init-cont when the preceding arglist is several lines.
6754
6755 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6756
6757 * cc-styles.el (c-style-alist): The basic offset for the BSD
6758 style corrected to 8.
6759
6760 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6761
6762 * cc-styles.el (c-style-alist): Adjusted the indentation of
6763 brace list openers in the gnu style.
6764
6765 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6766
6767 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6768
6769 * cc-cmds.el (c-electric-brace, c-electric-slash,
6770 c-electric-star, c-electric-semi&comma, c-electric-colon,
6771 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6772 when c-syntactic-indentation is nil.
6773
6774 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6775 we were left at comments preceding the first statement when
6776 reaching the beginning of the buffer.
6777
6778 * cc-vars.el (c-syntactic-indentation): New variable to turn
6779 off all syntactic indentation.
6780
6781 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6782
6783 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6784 between the text and the block comment ender when it hangs,
6785 depending on how many there are before the fill.
6786
6787 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6788
6789 * cc-engine.el (c-beginning-of-closest-statement): New helper
6790 function to go back to the closest preceding statement start,
6791 which could be inside a conditional statement.
6792 * cc-engine.el (c-guess-basic-syntax): Use
6793 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6794
6795 * cc-engine.el (c-guess-basic-syntax): Better handling of
6796 arglist-intro, arglist-cont-nonempty and arglist-close when
6797 the arglist is nested inside parens. Cases 7A, 7C and 7F
6798 changed.
6799
6800 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6801 up-to-date with javadoc 1.2.
6802
6803 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6804
6805 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6806 multiline Pike type decls.
6807
6808 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6809
6810 * cc-cmds.el (c-indent-new-comment-line): Always break
6811 multiline comments in multiline mode, regardless of
6812 comment-multi-line.
6813
6814 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6815
6816 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6817 fully::qualified::names in C++ member init lists. Preamble in
6818 case 5D changed.
6819
6820 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6821
6822 * cc-langs.el (c-common-init): Handling of obsolete variables
6823 moved to c-initialize-cc-mode. More compatible style override
6824 when using global style variables.
6825 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6826 variables moved here.
6827
6828 * cc-mode.texi: Documented the special behavior of
6829 c-special-indent-hook as a style variable. Don't talk about
6830 doing (c-make-styles-buffer-local t) in a mode hook, since
6831 that's already too late to work right.
6832
6833 * cc-styles.el (c-make-styles-buffer-local): Flag style
6834 variable localness in c-style-variables-are-local-p to make
6835 the compatibility measure in c-common-init work well.
6836
6837 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6838 longer contain set-from-style.
6839 * cc-styles.el (c-initialize-builtin-style): Don't check for
6840 set-from-style on c-special-indent-hook.
6841 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6842 copy-alist is sufficient now.
6843
6844 * cc-styles.el (c-set-style, c-set-style-1,
6845 c-get-style-variables): Fixes to variable initialization so
6846 that duplicate entries in styles have the same effect
6847 regardless of DONT-OVERRIDE.
6848
6849 * cc-styles.el (c-set-style-2): Fixed bug where the
6850 initialization of inheriting styles failed when the
6851 dont-override flag is set.
6852
6853 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6854 on this.
6855
6856 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6857
6858 * cc-defs.el (c-forward-comment): Removed the workaround
6859 introduced in 5.38 since it had worse side-effects. If a line
6860 contains the string "//\"", it regarded the // as a comment
6861 start since the \ temporarily doesn't have escape syntax.
6862
6863 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6864
6865 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6866 ada-xref.el before ada-prj.el, so that the Project menu is created
6867 when ada-prj tries to add to it.
6868 (ada-activate-keys-for-case): Suppress the characters that are not
6869 part of the Ada syntax. Better compatibility with else-mode
6870 (ada-adjust-case-interactive): When auto-casing is not active,
6871 correctly insert newlines (used to insert only ^M). Prevent the
6872 syntax table from being changed in case of an error
6873 (or '_' becomes part of a word and some commands are confused).
6874 Do nothing if ada-auto-case is nil.
6875 (ada-after-keyword-p): Ignore keywords that are also attributes
6876 (ada-batch-reformat): Update usage comment
6877 (ada-call-from-contextual-menu): New function
6878 (ada-case-read-exceptions): Reinitialize the casing exception list
6879 first to nil first, so that the casing exception file can be
6880 shared.
6881 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6882 files.
6883 (ada-compile-goto-error): Fix regexp used to detect a file:line
6884 anywhere in the error message
6885 (ada-contextual-menu-last-point): New variable
6886 (ada-create-keymap): If the variable delete-key-deletes-forward is
6887 t on XEmacs, it means that DEL should delete one character
6888 forward.
6889 (ada-create-menu): Use :included instead of :visible for XEmacs.
6890 New submenu "Options".
6891 (ada-end-stmt-re): Correctly indent "select ... then abort"
6892 statements.
6893 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6894 even if they don't match ada-fill-comment-prefix Fix handling of
6895 paragraphs on the first or last line of a file.
6896 (ada-format-paramlist): Fix handling of default parameter values.
6897 (ada-get-body-name): New function.
6898 (ada-get-current-indent): Optimized by searchling directly for an
6899 existing generic part or a statement outside of it. Handle
6900 ada-indent-align-comments when indenting comments Replaced some
6901 regexps by testing directly the next character. This results in a
6902 huge speedup on some files. New indentation scheme for renames
6903 statements. Stop looking for the 'while' or 'for' associated with
6904 a 'loop' at the first semicolon encountered. A "return" can also
6905 match an anonymous access subprogram declaration.
6906 (ada-get-indent-noindent): Ignore strings and comments when
6907 looking for the keywords "record" and "private".
6908 (ada-goto-matching-decl-start): When matching "if", make sure we
6909 are not in fact seeing "end if". Ignore "when" statements except
6910 when initial keyword was "begin". Fix handling of nested
6911 procedures. Add a recursive call to this function to skip over
6912 other 'end' statmts. Fix indentation for "when .. => begin"
6913 (ada-in-open-paren-p): Fix indentation for complex boolean
6914 expressions, where 'and then', 'or else' and parenthesis
6915 statements are mixed up.
6916 (ada-in-paramlist-p): Skip comments while searching for the
6917 beginning Fix handling of operator declarations.
6918 (ada-indent-align-comments): New variable
6919 (ada-indent-current): Change the syntax table only in the
6920 protected section, so that we are sure it is restored correctly.
6921 (ada-indent-on-previous-lines): Use ada-use-indent and
6922 ada-with-indent Correctly indent "select ... then"
6923 (ada-indent-region): Slight speedup.
6924 (ada-indent-renames): New variable.
6925 (ada-last-which-function-subprog, ada-last-which-function-line):
6926 New variables
6927 (ada-looking-at-semi-private): Correctly indent the 'private'
6928 keyword when it is the first word in a package declaration.
6929 (ada-loose-case-word): Stop searching if at the end of the buffer.
6930 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6931 even if point is not initially at the end of the word.
6932 (ada-matching-decl-start-re): Add "when".
6933 (ada-mode): Add support for abbrev-mode, outline-mode and
6934 which-func-mode Override the old find-file.el entry in
6935 ff-special-constructs since it is using the obsolete
6936 ada-spec-suffix variable
6937 (ada-no-auto-case): New function
6938 (ada-scan-paramlist): When parsing the argument type, accept
6939 spaces (as in "X 'Class", generated by Rational Rose).
6940 (ada-other-file-name): No longer loads the other file.
6941 (ada-popup-menu): Save and restore the current buffer and cursor
6942 position before and after displaying the menu.
6943 (ada-search-ignore-complex-boolean): New function.
6944 (ada-uncomment-region): Emacs21 already knows how to delete
6945 comments not starting in the first column.
6946 (ada-use-indent): New variable
6947 (ada-which-function): New function.
6948 (ada-with-indent): New variable
6949 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6950 can be batch-compiled from the command line.
6951
6952 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6953 Add to the menu when the file is loaded, not in ada-mode-hook.
6954 Add -toolbar to the default ddd command Switches moved from
6955 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6956 ada-prj-default-comp-opt
6957 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6958 Reference Manual to the menu
6959 (ada-check-current): rewritten as a call to ada-compile-current
6960 (ada-compile): Removed.
6961 (ada-compile-application, ada-compile-current, ada-check-current):
6962 Set the compilation-search-path so that compile.el automatically
6963 finds the sources in src_dir. Automatic scrollong of the
6964 compilation buffer. C-uC-cC-c asks for confirmation before
6965 compiling
6966 (ada-compile-current): New parameter, prj-field
6967 (ada-complete-identifier): Load the .ali file before doing
6968 processing
6969 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6970 conform to gnatmake's behavior.
6971 (ada-find-file-in-dir): New function
6972 (ada-find-references): Set the environment variables for gnatfind
6973 (ada-find-src-file-in-dir): New function.
6974 (ada-first-non-nil): Removed
6975 (ada-gdb-application): Add support for jdb, the java debugger.
6976 (ada-get-ada-file-name): Load the original-file first if not done
6977 yet.
6978 (ada-get-all-references): Handles the new ali syntax (parent types
6979 are found between <>).
6980 (ada-initialize-runtime-library): New function
6981 (ada-mode-hook): Always load a project file when a file is opened,
6982 so that the casing exceptions are correctly read.
6983 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6984 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6985 to open the project file, since the latter does not work with
6986 speedbar Get default values before loading the prj file, or the
6987 default executable file name is wrong. Use the absolute value of
6988 src_dir to initialize ada-search-directories and
6989 compilation-search-path,... Add the standard runtime library to
6990 the search path for find-file.
6991 (ada-prj-default-debugger): Was missing an opening '{'
6992 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6993 variables.
6994 (ada-prj-default-gnatmake-opt): New variable
6995 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6996 buffers, the project file is the default one Save the windows
6997 configuration before displaying the menu.
6998 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6999 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7000 ...) regexp-quote identifiers names to support operators +,
7001 -,... in regexps.
7002 (ada-remote): New function.
7003 (ada-run-application): Erase the output buffer before starting the
7004 run Support remote execution of the application. Use
7005 call-process, or the arguments are incorrectly parsed
7006 (ada-set-default-project-file): Reread the content of the active
7007 project file, not the one from the current buffer When a project
7008 file is set as the default project, all directories are
7009 automatically associated with it.
7010 (ada-set-environment): New function
7011 (ada-treat-cmd-string): New special variable ${current}
7012 (ada-treat-cmd-string): Revised. The substitution is now done for
7013 any ${...} substring
7014 (ada-xref-current): If no body was found, compiles the spec
7015 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7016 compiler to get rid of command line length limitations.
7017 (ada-xref-get-project-field): New function
7018 (ada-xref-project-files): New variable
7019 (ada-xref-runtime-library-specs-path)
7020 (ada-xref-runtime-library-ali-path): New variables
7021 (ada-xref-set-default-prj-values): Default run command now does a
7022 cd to the build directory. New field: main_unit Provide a default
7023 file name even if the current buffer has no prj file.
7024
7025 * ada-prj.el:
7026 Rewritten to show a tabbed-dialog.
7027 (ada-prj-add-ada-menu): Remove the map and name parameters.
7028 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7029 New function
7030 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7031 (ada-prj-load-from-file): New function
7032 (ada-prj-save): Always save fields that depend on the current buffer
7033 (ada-prj-show-value): New function
7034
7035 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7036 Ada mode. This will allow us to display the Ada menu in any buffer
7037 we want (for project items).
7038 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7039 number of spaces in the header.
7040
7041 2000-07-24 Dave Love <fx@gnu.org>
7042
7043 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7044
7045 2000-07-23 Noah Friedman <friedman@splode.com>
7046
7047 * type-break.el (type-break): perform autosave.
7048 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7049 (type-break-do-query): Cancel query schedule while performing
7050 actual query, to avoid possibility of a second query being made
7051 while first one is already in progress.
7052 (type-break-time-stamp-format): New variable.
7053 (type-break-time-stamp): New function.
7054 (type-break-time-warning): Use it.
7055 (type-break-keystroke-warning): Use it.
7056 (type-break-noninteractive-query): Use it.
7057
7058 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7059 cookie.
7060 Use add-minor-mode to set minor-mode-alist, if available.
7061 (eldoc-echo-area-use-multiline-p): New user option.
7062 (eldoc-echo-area-multiline-supported-p): New variable.
7063 (eldoc-docstring-format-sym-doc): Use them.
7064 (eldoc-mode): If not using idle timers, append to local post and
7065 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7066 (eldoc-display-message-no-interference-p): Don't interfere with
7067 edebug.
7068 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7069 (eldoc-function-arglist): New function.
7070 (eldoc-function-argstring): Use it.
7071
7072 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7073 auto save directory exists before calling directory-files.
7074
7075 2000-07-23 Dave Love <fx@gnu.org>
7076
7077 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7078 ^o, ^u.
7079
7080 2000-07-21 Dave Love <fx@gnu.org>
7081
7082 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7083 now passed to the function. It now works properly.
7084
7085 * smerge-mode.el (smerge-mode-menu): Fill it out.
7086
7087 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7088
7089 * info-look.el (info-lookup): If *info* is shown in another frame
7090 on the same display, select that frame, instead of switching to
7091 the Info buffer in another window of the selected frame.
7092
7093 * simple.el (universal-argument-map): Bind numeric keypad keys
7094 kp-0 to kp-9 and kp-subtract.
7095 (digit-argument): Handle these keys.
7096
7097 2000-07-20 Dave Love <fx@gnu.org>
7098
7099 * net/goto-addr.el (goto-address-fontify): Don't bother with
7100 buffer-modified and read-only stuff -- irrelevant with overlays.
7101 Put an extra property on the overlays and use it to clean up in
7102 case goto-address is re-run.
7103
7104 2000-07-19 Richard M. Stallman <rms@gnu.org>
7105
7106 * timer.el (run-with-idle-timer): Doc fix.
7107
7108 * mail/mail-utils.el (mail-strip-quoted-names):
7109 Handle case where <...> appears inside "...".
7110 Use replace-match to edit the string more simply.
7111 (rmail-dont-reply-to): Cope with an unmatched ".
7112
7113 2000-07-19 Dave Love <fx@gnu.org>
7114
7115 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7116 implementation.
7117
7118 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7119 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7120 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7121
7122 2000-07-19 Gerd Moellmann <gerd@gnu.org>
7123
7124 * textmodes/refer.el: Correct maintainer's email address.
7125
7126 * progmodes/hideif.el: Correct author's email address.
7127 Fix typo in comment.
7128
7129 * xml.el: New file.
7130
7131 * mail/mailheader.el: Correct author's mail address.
7132
7133 * gnus/parse-time.el: Correct author's mail address.
7134
7135 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7136
7137 * comint.el (comint-highlight-input, comint-highlight-face):
7138 New user options.
7139 (comint-input-ring-file-name): Change custom type.
7140 (comint-mode-map): Bind mouse-2.
7141 (comint-insert-clicked-input): New function.
7142 (comint-send-input): Handle input highlighting.
7143
7144 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7145
7146 * mouse.el (popup-menu): New function.
7147 (mouse-major-mode-menu): Use it.
7148
7149 2000-07-18 Dave Love <fx@gnu.org>
7150
7151 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7152 improvements.
7153
7154 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7155
7156 * faces.el (face-font-selection-order)
7157 (face-font-family-alternatives): Add custom type.
7158
7159 2000-07-18 Dave Love <fx@gnu.org>
7160
7161 * cus-edit.el (custom-variable-reset-saved)
7162 (custom-variable-reset-standard): Remove unused bindings.
7163
7164 * rect.el (open-rectangle-line): Remove unused let.
7165
7166 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7167
7168 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7169
7170 * cdl.el: Fix `Maintainer' keyword.
7171
7172 * play/pong.el: Add author's email address.
7173
7174 2000-07-17 Sam Steingold <sds@gnu.org>
7175
7176 * files.el (insert-directory): Call `split-string' instead of
7177 re-implementing it.
7178
7179 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7180
7181 * mail/vms-pmail.el: Change maintainer to FSF.
7182
7183 * net/goto-addr.el: Change maintainer to FSF.
7184
7185 * recentf.el: Update from author.
7186
7187 * info.el (Info-title-face-alist): Removed.
7188
7189 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7190
7191 * eshell/eshell.el (eshell): Replace links to eshell.info with
7192 links to eshell, to avoid problems on systems where the manual is
7193 installed as `eshell'.
7194 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7195 * eshell/em-smart.el (eshell-smart): Ditto.
7196 * eshell/em-banner.el (eshell-banner): Ditto.
7197 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7198
7199 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7200 same-file check in the MS-DOS version (it does support inodes).
7201
7202 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7203
7204 * eshell/eshell.el (eshell-directory-name):
7205 Run default directory name through convert-standard-filename.
7206
7207 2000-07-18 Kenichi Handa <handa@etl.go.jp>
7208
7209 * international/mule-cmds.el (select-safe-coding-system):
7210 Fix typo in the comment.
7211
7212 * language/european.el (compound-text):
7213 Force katakana-jisx0201 to be designated to G1.
7214
7215 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7216 Don't translate some national variant characters of latin-jisx0201.
7217 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7218
7219 * international/kkc.el (kkc-after-update-conversion-functions):
7220 New variable.
7221 (kkc-update-conversion): Run functions in it at the tail.
7222
7223 2000-07-16 John Wiegley <johnw@gnu.org>
7224
7225 * lisp/align.el (align-newline-and-indent):
7226 Adding new function. for auto-aligning blocks of code on RET.
7227 (align-region): Fixed badly formatted minibuffer message.
7228
7229 2000-07-17 Kenichi Handa <handa@etl.go.jp>
7230
7231 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7232 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7233 the conversion list at first if appropriate.
7234 (kkc-next): Don't update kkc-next-count here.
7235 (kkc-prev): Don't update kkc-prev-count here.
7236 (kkc-show-conversion-list-update): Fix setting up of conversion
7237 list message.
7238
7239 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7242
7243 2000-07-16 Dave Love <fx@gnu.org>
7244
7245 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7246 function to be more specific.
7247
7248 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7249 non-string help-echo.
7250 (widget-types-convert-widget): Defsubst it.
7251 (widget-echo-help): Try to cope with a help-echo function of two
7252 possible sorts.
7253
7254 2000-07-15 Jason Rumney <jasonr@gnu.org>
7255
7256 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7257 Declare as obsolete.
7258
7259 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7260
7261 2000-07-14 Gerd Moellmann <gerd@gnu.org>
7262
7263 * hilit-chg.el: Fix typo.
7264
7265 2000-07-14 Dave Love <fx@gnu.org>
7266
7267 * info.el (Info-mode-menu): Fix use of :help, :enable.
7268
7269 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7270
7271 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7272
7273 2000-07-13 Dave Love <fx@gnu.org>
7274
7275 * emacs-lisp/easymenu.el: Doc fixes.
7276 (easy-menu-remove): Defalias to ignore.
7277
7278 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7279 Call throw correctly.
7280
7281 2000-07-13 Gerd Moellmann <gerd@gnu.org>
7282
7283 * faces.el (frame-background-mode): Doc fix.
7284
7285 * simple.el (eval-expression-print-length): Change custom type to
7286 allow entering nil as value.
7287
7288 2000-07-13 Dave Love <fx@gnu.org>
7289
7290 * progmodes/fortran.el (fortran-imenu-generic-expression):
7291 Change definition layout.
7292 (fortran-mode-menu): Reinstate customize entries.
7293
7294 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7295 Use :filter, per old XEmacs code.
7296
7297 2000-07-12 Gerd Moellmann <gerd@gnu.org>
7298
7299 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7300 event when deciding what to send to the terminal.
7301
7302 2000-07-12 Dave Love <fx@gnu.org>
7303
7304 * cus-start.el: Add optional version as 4th element of specs and
7305 use it for several things new in v21. Remove load-path. Fix type
7306 of line-number-display-limit.
7307
7308 2000-07-11 Dave Love <fx@gnu.org>
7309
7310 * progmodes/fortran.el: Don't require easymenu.
7311 Use repeat counts in various regexps.
7312 (fortran-mode-syntax-table): Defvar directly.
7313 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7314 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7315 Use defvar, not defconst.
7316 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7317 (fortran-mode): Set fortran-comment-line-start-skip,
7318 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7319 (fortran-comment-indent): Use defsubst.
7320 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7321 Use fortran-comment-indent, not fortran-comment-indent-function.
7322 (fortran-comment-region, fortran-electric-line-number): Simplify.
7323 (fortran-auto-fill): New function.
7324 (fortran-do-auto-fill): Deleted.
7325 (fortran-find-comment-start-skip):
7326 Check for non-null comment-start-skip.
7327 (fortran-auto-fill-mode, fortran-fill-statement):
7328 Use fortran-auto-fill.
7329 (fortran-fill): Use fortran-auto-fill. Check for null
7330 comment-start-skip. Simplify final clause and use end-of-line finally.
7331
7332 * widget.el (widget-plist-member): New alias.
7333
7334 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * eshell/esh-module.el (toplevel): Reference
7337 byte-compile-current-file only if it is bound.
7338
7339 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7340
7341 * dired.el: Don't require `dired-aux'.
7342
7343 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7344
7345 * dired-aux.el (dired-show-file-type): New function.
7346 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7347 (dired-show-file-type): Add autoload.
7348
7349 2000-07-10 Kenichi Handa <handa@etl.go.jp>
7350
7351 * international/mule-diag.el (describe-font): Adjusted for the
7352 change of fontset-info.
7353 (print-fontset): Likewise.
7354
7355 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7358
7359 2000-07-07 Gerd Moellmann <gerd@gnu.org>
7360
7361 * bindings.el: Bind `[delete]' to delete-char.
7362
7363 * dired.el (dired-find-alternate-file): New function.
7364 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7365 (toplevel): Require dired-aux when compiling.
7366 (dired-buffers): Move defvar within file to avoid compiler warning.
7367
7368 * info.el (Info-last-search): Variable removed.
7369 (Info-search-history): New variable.
7370 (Info-search): New Info-search-history.
7371
7372 * battery.el, info-look.el: Change author's mail address.
7373
7374 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7375
7376 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7377 if rmail-ignored-headers is nil.
7378 (rmail-retry-failure): Bind rmail-ignored-headers and
7379 rmail-displayed-headers to nil.
7380
7381 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7382
7383 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7384 (print-region-1): Don't hard code `-h' here.
7385
7386 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7387
7388 2000-07-01 Francesco Potorti` <pot@gnu.org>
7389
7390 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7391 exim can use "your message" instead of "the message".
7392
7393 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * facemenu.el: Docstrings fixes.
7396 (facemenu-get-face): Don't use internal-find-face.
7397 (facemenu-iterate): Rename arg to match the docstring.
7398
7399 * newcomment.el (uncomment-region): Be more careful when skipping
7400 backwards over `=' not to bump into BOBP.
7401
7402 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7403
7404 * ediff-diff.el (ediff-wordify): Use syntax table.
7405 * ediff-init.el (ediff-has-face-support-p): Use
7406 ediff-color-display-p.
7407 (ediff-color-display-p): Use display-color-p, changed to defun
7408 from defsubst.
7409 Got rid of special cases for NeXT and OS/2.
7410 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7411 face.
7412
7413 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7414
7415 * emacs-lisp/lucid.el: Require CL.
7416 (copy-tree, remprop): Remove, it's provided by CL.
7417 (map-keymap): Define in terms of cl-map-keymap.
7418 (extent-property, set-extent-end-glyph): New functions.
7419
7420 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7421
7422 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7423
7424 * Makefile.in (DONTCOMPILE): Add comment that the name may
7425 not be changed without changing the make-dist script.
7426
7427 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7428 (cl-mapc): Use mapc instead of cl-old-mapc.
7429
7430 2000-07-05 Andrew Innes <andrewi@gnu.org>
7431
7432 * makefile.nt: Add support for `bootstrap' and related targets.
7433
7434 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7437 (easy-menu-do-define): Use `menu-item' format.
7438 Handle case where easy-menu-create-menu returns a symbol.
7439 Manually call the potential top-level filter in the function binding.
7440 (easy-menu-filter-return): New arg NAME.
7441 Convert to a keymap if MENU is an XEmacs menu.
7442 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7443 (easy-menu-converted-items-table, easy-menu-convert-item):
7444 New var and fun to memoize easy-menu-convert-item-1.
7445 (easy-menu-do-add-item): Use it.
7446 (easy-menu-create-menu): Use easy-menu-convert-item.
7447 Wrap easy-menu-filter-return around any :filter specification.
7448 Don't convert the menu if a filter was specified.
7449 Tell easy-menu-make-symbol not to check for MENU being an expression.
7450 (easy-menu-make-symbol): New arg NOEXP.
7451
7452 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7453
7454 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7455 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7456 (eval-defun): If called with prefix arg, instrument code for
7457 Edebug.
7458
7459 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7460 similar to that of eval-defun.
7461
7462 2000-07-04 Dave Love <fx@gnu.org>
7463
7464 * hl-line.el (hl-line-overlay): Make it permanent-local.
7465
7466 * calendar/todo-mode.el: Replaced with a working version, based on
7467 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7468
7469 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7470
7471 * paths.el (prune-directory-list): New function.
7472 (Info-default-directory-list): Rewritten to more methodically
7473 enumerate a big list of possible info directories (based on the
7474 list used by the standalone info reader).
7475
7476 * info.el (info-initialize): Use prune-directory-list to remove
7477 non-existent directories from Info-directory-list.
7478
7479 * paths.el (Info-default-directory-list): Try a list of possible
7480 info-directories instead of a single one. Add the possible
7481 info directory "/usr/share/info".
7482
7483 * woman.el (woman-man.conf-path): Explicitly include the debian
7484 man-db config file "/etc/manpath.config".
7485 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7486 are present in `manpath.config'.
7487 (woman-manpath): Include "/usr/share/man".
7488
7489 2000-07-03 Gerd Moellmann <gerd@gnu.org>
7490
7491 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7492
7493 * startup.el (command-line): Initialize blink-cursor based
7494 on window-system.
7495
7496 * frame.el (blink-cursor): Default to nil if not running under
7497 a window-system.
7498
7499 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7500 (face-x-resources): Remove duplicate entry for :font.
7501
7502 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7503 instead of cycling through windows with next-window.
7504
7505 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7506 of cycling through windows with next-window.
7507
7508 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7509 of cycling through windows with next-window.
7510
7511 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7512 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7513 instead of cycling through windows with next-window.
7514
7515 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7516 instead of cycling through windows with next-window.
7517
7518 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7519 of cycling through windows with next-window.
7520
7521 * terminal.el (te-process-output): Use walk-windows instead of
7522 cycling through windows with next-window.
7523
7524 * server.el (server-switch-buffer): Use some-window instead of
7525 cycling through windows with next-window.
7526
7527 * window.el (some-window): New function.
7528 (walk-windows): Remove reference to walk-windows-start.
7529
7530 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7531
7532 2000-07-03 Richard Stallman <rms@gnu.org>
7533
7534 * window.el (walk-windows): Guarantee termination by keeping a list
7535 of all the windows already handled.
7536
7537 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7538
7539 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7540 window-system.
7541
7542 * man.el (Man-notify-when-ready): Don't use window-system. If
7543 Man-notify-method is newframe, and the display is not
7544 multi-frame, select the frame created for the man page.
7545 (Man-init-defvars): Doc fix.
7546
7547 2000-06-28 Gerd Moellmann <gerd@gnu.org>
7548
7549 * faces.el (region): Change background color for light background.
7550
7551 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7552 attribute from mode-line face of Ediff control frame.
7553
7554 * replace.el (query-replace-map): Bind `e' like `E'.
7555
7556 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7559 Change name to "Select All".
7560
7561 * dos-fns.el (convert-standard-filename): Fix last change.
7562
7563 2000-06-27 Gerd Moellmann <gerd@gnu.org>
7564
7565 * help.el (describe-variable): Don't insert a second `'s' in front
7566 of the string `value is shown below'. Since the syntax-table is
7567 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7568 an existing `'s', so that this won't be deleted.
7569
7570 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7571 * pcmpl-unix.el: New files.
7572
7573 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7574
7575 * wid-edit.el (widget-member): Use the new plist-member.
7576
7577 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7578
7579 * replace.el (perform-replace): Undo change of 2000-04-04.
7580 Instead, move backward 1 character at the end of the loop when
7581 necessary.
7582
7583 * faces.el (fringe): Change face for different backgrounds.
7584
7585 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7586 patch from John.
7587
7588 * eshell/*.el: Change spelling of the Free Software Foundation.
7589
7590 * eshell/esh-toggle.el: Removed.
7591
7592 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7593
7594 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7595 interactively.
7596
7597 2000-06-26 Alex Schroeder <alex@gnu.org>
7598
7599 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7600 `define-key'; instead of checking `(emacs-version)' check for
7601 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7602 for `;' and `o' which might be electric.
7603
7604 (sql-electric-stuff): New user option.
7605 (sql-magic-go): New function which uses `sql-electric-stuff'.
7606 (sql-magic-semicolon): New function which uses
7607 `sql-electric-stuff'.
7608
7609 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7610 is not fboundp.
7611
7612 (sql-oracle-options): New variable.
7613 (sql-oracle): Use it.
7614
7615 (sql-imenu-generic-expression): Doc change.
7616 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7617 is used.
7618
7619 (sql-informix): Added command line parameter "-" to force
7620 sql-informix-program to use stdout.
7621
7622 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7623
7624 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7625 (cp864-decode-table): Doc fix.
7626 (cp720-decode-table): New variable, supports the Arabic OEM
7627 codepage used by Windows.
7628 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7629
7630 2000-06-23 Dave Love <fx@gnu.org>
7631
7632 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7633 (font-lock-fontify-anchored-keywords): Use
7634 line-beginning-position.
7635 (global-font-lock-mode): Use mapc.
7636
7637 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7638
7639 * eshell/esh-module.el: Require CL when compiling.
7640
7641 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7642
7643 * comint.el (comint-substitute-in-file-name): Call replace-match
7644 with second and third arg t.
7645
7646 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7647 Specify foreground color.
7648
7649 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7650 color.
7651
7652 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7653
7654 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7655 cddr instead of cdddr.
7656
7657 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7658 instead of copy-list.
7659
7660 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7661 of copy-list.
7662
7663 * subdirs.el: Add eshell subdirectory.
7664
7665 * eshell: New subdirectory containing the Eshell package.
7666
7667 * pcomplete.el: New file.
7668
7669 2000-06-23 Paul Eggert <eggert@twinsun.com>
7670
7671 * mail/mailpost.el (post-mail-send-it): Make sure file has
7672 proper permissions from birth.
7673
7674 * files.el (basic-save-buffer-2): When temporarily setting
7675 file modes, set them to current modes plus 0200, not to 0777.
7676
7677 * emerge.el (emerge-make-temp-file): Make sure file has proper
7678 permissions from birth.
7679
7680 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7683 backup file name through convert-standard-filename.
7684
7685 * dos-fns.el (convert-standard-filename): Convert leading
7686 directories as well. When long file names are supported, convert
7687 characters that are invalid in Windows file names.
7688
7689 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7690
7691 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7692 ps-print crashes. New feature: page selection for printing. Create
7693 raw-text-unix coding system for XEmacs. Doc fix.
7694 (ps-print-version): New version number (5.2.3).
7695 (ps-plot-region): Bug fix.
7696 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7697 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7698 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7699 funs.
7700 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7701 (ps-last-page): New vars.
7702
7703 2000-06-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7706 empty option string.
7707
7708 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7709
7710 * man.el (man): Doc fix.
7711
7712 2000-06-21 Kenichi Handa <handa@etl.go.jp>
7713
7714 * international/mule-cmds.el (set-language-info-alist): Docstring
7715 fixed.
7716
7717 2000-06-20 Gerd Moellmann <gerd@gnu.org>
7718
7719 * version.el (emacs-version): Use ISO date format.
7720
7721 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7722 instead of `M-backspace'.
7723
7724 * simple.el (turn-off-auto-fill): New function.
7725
7726 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7729 Renamed from with-buffer-prepared-for-font-lock and use
7730 inhibit-modification-hooks rather than setting *-change-functions.
7731 Update all functions to use the new name.
7732 (jit-lock-first-unfontify-pos): New semantics (and doc).
7733 (jit-lock-mode): Make non-interactive.
7734 Don't automatically turn on font-lock.
7735 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7736 Always use jit-lock-after-change.
7737 Remove and restore font-lock-after-change-function.
7738 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7739 (jit-lock-after-unfontify-buffer): Remove.
7740 (jit-lock-stealth-fontify):
7741 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7742 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7743
7744 2000-06-20 Sam Steingold <sds@gnu.org>
7745
7746 * emacs-lisp/cl-indent.el (toplevel): Indent
7747 `print-unreadable-object' properly. Untabify.
7748
7749 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7750
7751 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7752 Support for bibentry.
7753 (reftex-compile-variables): Fixed problem with end of section-re.
7754
7755 * texmodes/reftex-dcr.el (reftex-view-crossref,
7756 reftex-view-crossref-from-bibtex):
7757 Deal with changed `reftex-find-citation-regexp-format'.
7758 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7759 Replaced `remprop' with `put'.
7760 (reftex-view-crossref, reftex-view-crossref-when-idle):
7761 Support for bibentry.
7762
7763 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7764 New entry for bibentry package.
7765
7766 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7767 Regexp also matches "\nobibliography".
7768
7769 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7770 Call `reftex-ensure-write-access' before doing anything.
7771 (reftex-ensure-write-access): New function.
7772
7773 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7774
7775 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7776
7777 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7778
7779 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7780
7781 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7782
7783
7784 2000-06-20 Dave Love <fx@gnu.org>
7785
7786 * faces.el (frame-background-mode): Use set-default, not set, in
7787 setter.
7788 (frame-update-faces, frame-update-face-colors): Define with
7789 defalias.
7790
7791 * enriched.el (enriched-decode-foreground)
7792 (enriched-decode-background): Don't use internal-find-face.
7793
7794 * apropos.el: Doc fixes.
7795
7796 * cus-edit.el (customize-changed-options): Check arg.
7797 (customize-version-lessp): Don't require decimal point.
7798
7799 * custom.el (defcustom, defgroup): Doc fix.
7800
7801 * newcomment.el (comment) <defgroup>: Add :version.
7802 (comment-multi-line): Doc fix.
7803
7804 * emulation/mlsupport.el (define-hooked-local-abbrev,
7805 define-hooked-global-abbrev): Fix, using define-abbrev.
7806
7807 2000-06-19 Gerd Moellmann <gerd@gnu.org>
7808
7809 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7810 the whole buffer.
7811
7812 2000-06-19 Dave Love <fx@gnu.org>
7813
7814 * menu-bar.el (menu-bar-options-save): New function.
7815 (menu-bar-options-menu): Use it.
7816 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7817 Simplify.
7818
7819 2000-06-19 Andreas Schwab <schwab@suse.de>
7820
7821 * progmodes/etags.el (tags-query-replace): Put new parameters
7822 START and END at the end, for backward compatibility.
7823
7824 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7825
7826 * international/codepage.el:
7827 (cp-coding-system-for-codepage-1): Delete special codes for
7828 generating xxx-dos coding system because now a CCL based coding
7829 system can handle EOL conversion by default.
7830
7831 * international/mule.el (make-coding-system): Generate subsidiary
7832 coding systems for EOL handling variants even for a CCL based
7833 coding system.
7834
7835 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7836
7837 * international/isearch-x.el (isearch-minibuffer-input-method)
7838 (isearch-minibuffer-input-method-function): These variables
7839 deleted.
7840 (isearch-with-input-method): Don't use the above variables.
7841 (isearch-process-search-multibyte-characters): Likewise. Call
7842 read-string with the arg INHERIT-INPUT-METHOD t.
7843
7844 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7845
7846 * font-lock.el (font-lock-after-fontify-buffer)
7847 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7848
7849 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7850 Use consistent make-local-variable style for font-lock-fontified.
7851 (jit-lock-fontify-buffer):
7852 Don't bother checking for font-lock-mode and jit-lock-mode.
7853
7854 * time.el: Remove trailing ^M that prevent CVS-merging.
7855
7856 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7857
7858 * Makefile.in (distclean): New target.
7859
7860 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7861
7862 * Makefile.in (srcdir): Define for update-subdirs.
7863
7864 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7865
7866 * find-lisp.el: New file.
7867
7868 2000-06-16 Andrew Innes <andrewi@gnu.org>
7869
7870 * time.el (display-time-mail-function): New variable, to allow
7871 external packages to indicate when new mail is available.
7872 (display-time-update): Use it.
7873
7874 2000-06-16 Kenichi Handa <handa@etl.go.jp>
7875
7876 * international/mule.el (mule-version): Change version name to
7877 SAKAKI. AOI has already been used by Meadow.
7878
7879 * international/quail.el (quail-show-guidance-buf): To find the
7880 bottom window (but minibuffer), pay attention to the height of
7881 minibuffer.
7882
7883 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7884
7885 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7886 menu-bar menus. Add help strings. Don't remove the Edit menu
7887 from the menu bar, as the menu bar has enough space now.
7888
7889 * Makefile.in (SHELL): Make sure /bin/sh is used.
7890
7891 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7892 characters, which use series of two ^H characters instead of one.
7893
7894 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7895
7896 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7897 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7898 functions.
7899 (Info-find-node-2): Try a case-sensitive search first, then
7900 do a case-insensitive search.
7901
7902 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7903 tutorials.
7904
7905 * complete.el (PC-env-vars-alist): New variable.
7906 (PC-complete-as-file-name): New function.
7907 (partial-completion-mode): Initialize PC-env-vars-alist from
7908 process-environment.
7909 (PC-do-completion): Handle completion of env vars.
7910
7911 * info.el (Info-set-mode-line): Show file name in mode line,
7912 use `*Info*' instead of `Info:'.
7913
7914 * startup.el (command-line-1): Change copyright messages to year
7915 2000.
7916
7917 2000-06-15 Dave Love <fx@gnu.org>
7918
7919 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7920 not local-map.
7921
7922 2000-06-15 Kenichi Handa <handa@etl.go.jp>
7923
7924 * international/mule.el (set-buffer-file-coding-system): Almost
7925 rewritten to handle `undecided' as no-op.
7926
7927 2000-06-14 Gerd Moellmann <gerd@gnu.org>
7928
7929 * Makefile.in: New file.
7930
7931 * Makefile: Removed.
7932
7933 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7934 (goto-address-highlight-keymap): Bind C-c RET.
7935
7936 2000-06-14 Kenichi Handa <handa@etl.go.jp>
7937
7938 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7939 inherits buffer-file-coding-system of the current buffer.
7940
7941 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7942 0. Give correct argument to set-auto-coding-function.
7943 (tar-expunge): For goto-char, use (point-min), not 0.
7944 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7945 (tar-subfile-save-buffer): Likewize.
7946
7947 * international/mule.el
7948 (after-insert-file-set-buffer-file-coding-system): Call
7949 set-buffer-file-coding-system with the arg FORCE t.
7950
7951 2000-06-13 Gerd Moellmann <gerd@gnu.org>
7952
7953 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7954 nil. Contemporary sendmails issue an X-Authentication-Warning if
7955 the sender is set with `-f'.
7956
7957 2000-06-13 Dave Love <fx@gnu.org>
7958
7959 * help.el (describe-function-1): Kluge around cases of functions
7960 fset to subrs whose doc doesn't match their symbol-name.
7961
7962 * image.el (insert-image): Default STRING to a space.
7963
7964 * info.el Doc fixes.
7965 (Info-build-node-completions): Match Ref tags.
7966
7967 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7968
7969 * frame.el (display-multi-frame-p, display-multi-font-p): New
7970 defaliases for display-graphic-p.
7971
7972 * hl-line.el: Fixed a typo in commentary.
7973
7974 2000-06-13 Kenichi Handa <handa@etl.go.jp>
7975
7976 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7977 fixed.
7978
7979 2000-06-12 Dave Love <fx@gnu.org>
7980
7981 * image.el (insert-image): Save a little consing.
7982
7983 2000-06-12 Kenichi Handa <handa@etl.go.jp>
7984
7985 * language/tibet-util.el: Convert all tibetan-1-column characters
7986 to the corresponding tibetan characters.
7987 (tibetan-add-components): Delete code for the special treatment of
7988 'a chung.
7989
7990 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7991 change.
7992 (tibetan-vowel-transcription-alist): More rules added.
7993 (tibetan-composite-vowel-alist): New variable.
7994 (tibetan-precomposition-rule-alist): More rules added.
7995
7996 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * startup.el (command-line): Only call menu-bar-mode if interactive.
7999
8000 * thingatpt.el (toplevel symbol-properties):
8001 * textmodes/makeinfo.el (makeinfo-compile):
8002 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8003 * progmodes/hideif.el (hif-compress-define-list)
8004 (hide-ifdef-use-define-alist):
8005 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8006 (ange-ftp-vms-add-file-entry):
8007 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8008 * man.el (Man-build-man-command):
8009 * mail/rnewspost.el (news-reply-header-hook):
8010 * info.el (Info-insert-dir):
8011 * emulation/mlconvert.el (backward-word, forward-word, setq):
8012 * emacs-lisp/gulp.el (gulp-send-requests):
8013 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8014 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8015 (byte-optimize-apply, end of file):
8016 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8017 (ad-make-freeze-definition):
8018 * startup.el (command-line, command-line-1): Don't quote lambdas.
8019
8020 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8021 (cvs-cleanup-removed): New function.
8022 (cvs-cleanup-functions): New var.
8023 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8024 some flexibility in specifying additional entries to auto-cleanup.
8025 (cvs-quickdir): New function.
8026 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8027 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8028 (cvs-mode-find-file): Check that we are on a filename or dirname
8029 when invoked through a mouse-click.
8030 (cvs-full-path): Remove.
8031 (cvs-dired-action): Re-introduced.
8032 (cvs-dired-noselect): Use it.
8033 (vc-post-command-functions): use this new hook if available.
8034
8035 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8036 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8037 (cvs-filename-map, cvs-dirname-map): Remove.
8038 (cvs-default-action): Remove.
8039 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8040 if the arg is really a keymap.
8041 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8042 Don't hardcode the mapping from state (aka type) to face, but check
8043 the var cvs-fi-<type>-face instead.
8044 (cvs-fileinfo-from-entries): New function.
8045
8046 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8047 Docstring fix.
8048 (cvs-find-file-and-jump): Change default to be safer.
8049 (cvs-mode-diff-map): Define it as a function as well.
8050 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8051 Bind mouse-2 in this global map rather than with text-properties.
8052
8053 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8054 file to resolve the ambiguity between C(conflict) and C(need-merge).
8055
8056 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8057
8058 * international/mule.el (set-buffer-file-coding-system): If
8059 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8060 unconditionally.
8061
8062 2000-06-12 Dave Love <fx@gnu.org>
8063
8064 * wid-edit.el (widget-specify-button): Really suppress the face if
8065 required.
8066
8067 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8068
8069 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8070
8071 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8072
8073 * imenu.el (imenu-generic-expression): Docstring fix.
8074
8075 * composite.el (composition-function-table): Move the `put'
8076 below the autoload cookie so we can load the file before loaddefs.
8077
8078 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8079
8080 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8081 Handle easy-mmode-define-global-mode.
8082 For complex macros like define-minor-mode that can generate
8083 several autoload entries, try to autoload entries in the
8084 macroexpanded code.
8085
8086 * emacs-lisp/easy-mmode.el (define-minor-mode):
8087 If KEYMAP is a symbol, just use it.
8088 Use byte-compile-current-file and load-file-name to infer the
8089 proper :require to pass to defcustom.
8090 Wrap the hook var into `progn' so as not to autoload it.
8091 Add a :autoload-end cookie.
8092 Be more careful about the evaluation of KEYMAP.
8093 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8094 (define-derived-mode): Move define-abbrev-table outside of defvar.
8095
8096 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8097
8098 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8099 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8100 (backup-compiled-files): Ignore errors during `tar'.
8101 (bootstrap): Make autoloads before elc files.
8102
8103 2000-06-10 Kenichi Handa <handa@etl.go.jp>
8104
8105 * international/mule.el (set-buffer-file-coding-system): If one of
8106 undecided-XXX is specified, change only EOL conversion.
8107
8108 * international/mule-conf.el (unix): New alias for the coding
8109 system undecided-unix.
8110
8111 2000-06-09 Dave Love <fx@gnu.org>
8112
8113 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8114
8115 * progmodes/executable.el: Byte compile dynamic.
8116 (executable-insert): Change custom type.
8117 (executable-find): Add autoload cookie.
8118 (executable-make-buffer-file-executable-if-script-p): New
8119 function. After Noah Friedman.
8120
8121 * files.el (after-save-hook): Customize, with
8122 executable-make-buffer-file-executable-if-script-p as an option.
8123
8124 2000-06-09 Kenichi Handa <handa@etl.go.jp>
8125
8126 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8127 "tib24p-mule.bdf" for Tibetan.
8128
8129 * composite.el (decompose-composite-char): Declare it as obsolete.
8130
8131 * man.el (Man-fontify-manpage): Pay attention to underline and
8132 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8133
8134 2000-06-08 Gerd Moellmann <gerd@gnu.org>
8135
8136 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8137 Set maintainer to FSF since author isn't reachable.
8138
8139 2000-06-08 Dave Love <fx@gnu.org>
8140
8141 * international/mule-cmds.el (select-safe-coding-system): If
8142 DEFAULT-CODING-SYSTEM is not specified, also check the most
8143 preferred coding-system if buffer-file-coding-system is
8144 `undecided'. From Handa.
8145
8146 2000-06-08 Kenichi Handa <handa@etl.go.jp>
8147
8148 * international/mule.el
8149 (after-insert-file-set-buffer-file-coding-system): If the buffer
8150 size is greater than INSERTED, judget that we are not visiting.
8151
8152 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8153
8154 * whitespace.el (defgroup whitespace): Comment out `:version'.
8155 XEmacs 20.4 has problems defining the group with this present.
8156 We'll have this commented out till get resolve the problem.
8157
8158 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8159
8160 * align.el: Update from author.
8161
8162 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8163
8164 * apropos.el (apropos-mode-hook): New user variable.
8165 (apropos-mode): Run apropos-mode-hook.
8166
8167 2000-06-07 David Ponce <david@dponce.com>
8168
8169 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8170 commands. Require `wid-edit' at run-time.
8171
8172 2000-06-07 David Ponce <david@dponce.com>
8173
8174 * recentf.el: Added some "Commentary".
8175 (recentf-open-more-files, recentf-edit-list): Minor changes to
8176 move the point at the top of the file list. This behaviour is
8177 consistent with the menu one when the list contains a lot of
8178 files.
8179 (recentf-cleanup): Now displays the number of items removed from
8180 the list.
8181 (recentf-relative-filter) New menu filter to show filenames
8182 relative to `default-directory'.
8183
8184 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8185
8186 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8187 with/without giving an error if PostScript printer doesn't have this
8188 kind of page size. Zebra Stripe continues or restarts on next page.
8189 Manual/automatic paper feeding. Switch or not the header.
8190 (ps-print-version): New version number (5.2.2).
8191 (ps-windows-system): Include emx as a Windows system.
8192 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8193 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8194 (ps-background-text): Code fix.
8195 (ps-error-handler-message, ps-user-defined-prologue)
8196 (ps-print-prologue-header, ps-printer-name)
8197 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8198 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8199 (ps-use-face-background): Customization fix.
8200 (ps-n-up-database): Data fix.
8201 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8202 (ps-switch-header): New vars.
8203 (ps-xemacs-color-name, ps-face-foreground-name)
8204 (ps-face-background-name, ps-boolean-constant): New funs.
8205
8206 2000-06-07 Dave Love <fx@gnu.org>
8207
8208 * allout.el: New version from Manheimer.
8209
8210 2000-06-07 Kenichi Handa <handa@etl.go.jp>
8211
8212 * textmodes/fill.el (fill-find-break-point): Check the validity of
8213 charset.
8214
8215 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8216
8217 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8218 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8219 Call display-color-p and display-mouse-p instead of looking at
8220 window-system.
8221
8222 2000-06-06 Dave Love <fx@gnu.org>
8223
8224 * image.el (find-image): Doc fix. Return nil if image not found.
8225 (put-image, insert-image): Make STRING arg optional.
8226
8227 2000-06-06 Kenichi Handa <handa@etl.go.jp>
8228
8229 * language/vietnamese.el: Remove eval-when-compile.
8230 (viet-viscii-nonascii-translation-table): Define it as a
8231 translation table made from viet-viscii-decode-table.
8232 (viet-viscii-encode-table): Define it as a translation table made
8233 from the reverse map of above.
8234 (viet-vscii-nonascii-translation-table): Define it as a
8235 translation table made from viet-vscii-decode-table.
8236 (viet-vscii-encode-table): Define it as a translation table made
8237 from the reverse map of above.
8238 (ccl-decode-viscii): Use translate-character.
8239 (ccl-encode-viscii, ccl-encode-viscii-font)
8240 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8241 Likewize.
8242
8243 * language/cyrillic.el: Remove eval-when-compile.
8244 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8245 translation table made from cyrillic-koi8-r-decode-table.
8246 (cyrillic-koi8-r-encode-table): Define it as a translation table
8247 made from the reverse map of above.
8248 (ccl-decode-koi8): Use translate-character.
8249 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8250 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8251 a translation table made from cyrillic-alternativnyj-decode-table.
8252 (cyrillic-alternativnyj-encode-table): Define it as a translation
8253 table made from the reverse map of above.
8254 (ccl-decode-alternativnyj): Use translate-character.
8255 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8256 Likewize
8257
8258 * international/mule-diag.el (non-iso-charset-alist): Specify
8259 translation table symbol instead of translation table itself.
8260 (list-block-of-chars): CHARSET may be a translation table symbol.
8261
8262 * international/mule.el (make-coding-system): If CODING-SYSTEM
8263 already exists, override it.
8264
8265 * international/fontset.el: Use family `proportional' for Tibetan
8266 fonts.
8267
8268 * international/ccl.el (ccl-compile-translate-character): Don't
8269 check if Rrr has property translation-table.
8270 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8271
8272 2000-06-05 Gerd Moellmann <gerd@gnu.org>
8273
8274 * info.el: Bind case-fold-search to t when searching in case
8275 a user sets it to nil in a hook.
8276
8277 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8278
8279 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8280 * hl-line.el (hl-line-mode): Use the new :global key argument.
8281
8282 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8283 (tar-clip-time-string): Prepend a space.
8284 (tar-grind-file-mode): Construct a string rather than modifying one.
8285 (tar-header-block-summarize): Fix docstring.
8286 Use `format' rather than an error-prone set of copy-loops.
8287
8288 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8289 (diff-goto-source, diff-unified->context, diff-context->unified)
8290 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8291 understand the format output by the `-p' argument to diff.
8292
8293 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8294 (sh-re-done): Use defconst.
8295 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8296 (sh-help-string-for-variable, sh-guess-basic-offset):
8297 Don't quote lambdas.
8298 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8299 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8300
8301 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8302 (mh-letter-mode): Derive from text-mode.
8303 This implicitly means that it now calls kill-all-local-variables.
8304 Also remove the Emacs-18 compatibility code.
8305
8306 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8307 Make use of symbol-property doc-string-elt.
8308 Use memq rather than a sequence of eq.
8309 (doc-string-elt): Fix the wrong or missing previously unused values.
8310 (autoload-print-form): New function extracted from
8311 generate-file-autoloads to allow recursion when handling progn
8312 so that defvar's and defun's docstrings are properly printed.
8313 (generate-file-autoloads): Use it.
8314
8315 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8316 Use find-file-hooks in the minor-mode function.
8317 Be careful not to loop indefinitely in the post-command-hook function.
8318
8319 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8320
8321 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8322 tty's.
8323 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8324 differences whenever appropriate.
8325 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8326 * viper.el (find-file, find-file-other-window): Get viper to do
8327 wildcards.
8328
8329 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8332 (jit-lock-fontify-buffer): New function for JIT refontification.
8333 (jit-lock-mode): Fix docstring.
8334 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8335 Remove jit-lock-after-change from the _local_ hook.
8336 (jit-lock-function-1): Fix docstring.
8337
8338 * info.el (Info-on-current-buffer): Initialize info.
8339
8340 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8341
8342 * progmodes/tcl.el (tcl-indent-for-comment):
8343 Ignore comment-indent-hook.
8344
8345 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8346 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8347 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8348 and improve to use the lighter to guess the capitalization.
8349 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8350 Add keyword arguments to specify global-ness or the custom group.
8351 Add local-map and help-echo properties to the lighter.
8352 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8353 (easy-mmode-define-global-mode): New macro.
8354
8355 2000-06-02 Dave Love <fx@gnu.org>
8356
8357 * wid-edit.el: byte-compile-dynamic since we typically don't use
8358 all the widgets. Don't require cl or widget. Remove
8359 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8360 (widget-read-event): Removed. Callers changed to use read-event.
8361 (widget-button-release-event-p): Renamed from
8362 button-release-event-p.
8363 (widget-field-add-space, widget-field-use-before-change):
8364 Uncustomize.
8365 (widget-specify-field): Use keymap property, not local-map.
8366 (widget-specify-button): Obey :suppress-face.
8367 (widget-specify-insert): Use modern backquote syntax.
8368 (widget-image-directory): Renamed from widget-glyph-directory.
8369 (widget-image-enable): Renamed from widget-glyph-enable.
8370 (widget-image-find): Replaces widget-glyph-find.
8371 (widget-button-pressed-face): Move defvar.
8372 (widget-image-insert): Replaces widget-glyph-insert.
8373 (widget-convert): Use keywordp.
8374 (widget-leave-text, widget-children-value-delete): Use mapc.
8375 (widget-keymap): Remove XEmacs stuff.
8376 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8377 (widget-button-click): Don't set point at the click, but re-centre
8378 if we scroll out of window. Rewritten for images v. glyphs &c.
8379 (widget-tabable-at): Use POS arg, not point.
8380 (widget-beginning-of-line, widget-end-of-line)
8381 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8382 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8383 (widget-default-create): Use widget-image-insert; some rewriting.
8384 (widget-visibility-value-create)
8385 (widget-push-button-value-create, widget-toggle-value-create): Use
8386 widget-image-insert.
8387 (checkbox): Create on and off images dynamically.
8388 (documentation-link): Change :help-echo.
8389 (widget-documentation-link-echo-help): Remove.
8390
8391 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8392
8393 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8394
8395 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8396 (easy-mmode-define-toggle, define-minor-mode): Use it.
8397 (easy-mmode-define-keymap): Docstring fix.
8398 (define-derived-mode): Default PARENT to fundamental-mode.
8399 Add the derived-mode-parent symbol-property.
8400 (easy-mmode-derived-mode-p): New function.
8401
8402 2000-06-02 Dave Love <fx@gnu.org>
8403
8404 * files.el (convert-standard-filename): Doc fix.
8405 (normal-backup-enable-predicate): New function.
8406 (backup-enable-predicate): Use it to replace the lambda form.
8407
8408 * calendar/todo-mode.el: [This needs more work on the outline
8409 stuff.] Doc fixes.
8410 (todo) <defgroup>: Add :version.
8411 (todo-add-category): Don't use pushnew.
8412 (todo-cmd-raise): Fix typo.
8413 (todo-top-priorities): Change temp buffer name.
8414 (todo-category-alist): Avoid redundant lambda.
8415 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8416 Use outline-next-heading.
8417
8418 * autoarg.el: Rewritten to use define-minor-mode.
8419 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8420 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8421
8422 2000-06-02 Kenichi Handa <handa@etl.go.jp>
8423
8424 * isearch.el (isearch-other-meta-char): Fix previous change.
8425
8426 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8427
8428 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8429 (log-edit-done): Only add the comment to the ring if it's different
8430 from the last comment entered.
8431
8432 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8433
8434 2000-06-01 Dave Love <fx@gnu.org>
8435
8436 * hl-line.el: Rewritten using define-minor-mode.
8437
8438 * help.el (describe-function-1): Distinguish special form from
8439 builtin function. Sanity-check presence of arglist for builtins.
8440
8441 2000-06-01 Kenichi Handa <handa@etl.go.jp>
8442
8443 * international/characters.el: Fix syntax/category setting of
8444 Tibetan characters.
8445
8446 * language/tibet-util.el (tibetan-add-components): Fixes for new
8447 encoding of Tibetan characters.
8448 (tibetan-decompose-precomposition-alist): New variable.
8449 (tibetan-decompose-region): Convert precomposed characters to
8450 non-precomposed characters.
8451 (tibetan-decompose-string): Likewise.
8452 (tibetan-composition-function): Fix args to
8453 thibetan-compose-string.
8454
8455 * language/tibetan.el (tibetan-composable-pattern): More
8456 characters included.
8457 (tibetan-consonant-transcription-alist): Rule for "R" added.
8458 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8459 "+R" added.
8460 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8461
8462 * language/lao-util.el (lao-composition-function): Fix args to
8463 compose-string.
8464
8465 * language/thai-util.el (thai-composition-function): Fix args to
8466 compose-string.
8467
8468 * isearch.el (isearch-update): Set disable-point-adjustment to t
8469 to prevent the point moving to the end of a composition when a
8470 part of a composition is searched.
8471 (isearch-other-meta-char): If the key invoking this command can be
8472 mapped by function-key-map to a printing char, call
8473 isearch-process-search-char directly.
8474
8475 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8476
8477 * emacs-lisp/bytecomp.el:
8478 * frame.el:
8479 * international/mule-cmds.el:
8480 * international/mule-util.el:
8481 * international/mule.el:
8482 * mouse.el:
8483 * subr.el:
8484 * faces.el: Update calls to make-obsolete with a WHEN argument.
8485
8486 * byte-run.el (make-obsolete, make-obsolete-variable):
8487 Add an optional WHEN argument and change the format of the
8488 symbol-property information.
8489 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8490 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8491 new obsolete-symbol-property format and print WHEN if it is provided.
8492
8493 2000-05-31 Dave Love <fx@gnu.org>
8494
8495 * loadhist.el (loadhist-hook-functions): Remove
8496 before-change-function, after-change-function.
8497 (unload-feature): Deal with symbols which are both bound and
8498 fbound.
8499
8500 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8501 before-change-function, after-change-function.
8502
8503 * simple.el (newline): Don't bind before-change-function,
8504 after-change-function.
8505
8506 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8507
8508 * whitespace.el (whitespace-rescan-timer-time): Update interval
8509 set to 600 seconds (10 minutes) instead of 60 seconds since
8510 a large number of whitespace buffers causes emacs to `freeze'
8511 for a considerable amount of time.
8512
8513 * whitespace.el: Updated email address
8514
8515 2000-05-31 Dave Love <fx@gnu.org>
8516
8517 * add-log.el (change-log-font-lock-keywords) <function>: Add
8518 pattern for function of change.
8519 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8520 acknowledgements patterns.
8521
8522 2000-05-31 Kenichi Handa <handa@etl.go.jp>
8523
8524 * isearch.el (isearch-printing-char): If keyboard coding system is
8525 being used, call isearch-process-search-multibyte-characters.
8526
8527 * international/isearch-x.el: Mostly rewritten.
8528
8529 * international/quail.el (quail-start-conversion): Don't include
8530 unhandled events in the returned events, but set them in
8531 unread-command-events. Exit if all inputs are deleted.
8532
8533 2000-05-30 Jason Rumney <jasonr@gnu.org>
8534
8535 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8536
8537 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8538 Reenable code to create initial fontsets.
8539 Use set-fontset-font in place of put-charset-property.
8540
8541 2000-05-30 Gerd Moellmann <gerd@gnu.org>
8542
8543 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8544 label, ensure that the first colon isn't followed by another.
8545
8546 * paths.el (Info-default-directory-list): Doc fix.
8547
8548 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8549 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8550 send a query containing USER only, not USER@HOST.
8551
8552 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8553 and rmail-msgend to compute the restriction at the end, instead of
8554 computing it.
8555
8556 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8557
8558 * dabbrev.el (dabbrev-expand): Don't display messages in the
8559 echo area if the minibuffer window is active.
8560
8561 * jit-lock.el (jit-lock-mode): Add after change function to
8562 local hook.
8563
8564 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8565
8566 * antlr-mode.el: New commands: hide/unhide actions,
8567 upcase/downcase literals.
8568 (antlr-tiny-action-length): New user option.
8569 (antlr-hide-actions): New command. Suggested by
8570 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8571 (antlr-mode-map): New binding [C-c C-v].
8572 (antlr-mode-menu): New entries.
8573 (antlr-downcase-literals): New command.
8574 (antlr-upcase-literals): Ditto.
8575
8576 * antlr-mode.el: Minor changes: indendation, mode-name.
8577 (antlr-indent-line): Indent cpp directive at column 0.
8578 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8579
8580 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8581 (antlr-font-lock-additional-keywords): Workaround for intentional
8582 bug in XEmacs version of font-lock.
8583 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8584 be used by a smarter version of `buffers-menu-grouping-function'.
8585
8586 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8587
8588 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8589 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8590
8591 2000-05-29 Kenichi Handa <handa@etl.go.jp>
8592
8593 * international/encoded-kb.el
8594 (encoded-kbd-iso2022-designation-map): Pay attention to that
8595 charset-iso-final-char return -1 for eight-bit-control and
8596 eight-bit-graphic.
8597
8598 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8601 (speedbar-easymenu-definition-base): Use display-graphic-p where
8602 available, instead of window-system.
8603
8604 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8605
8606 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8607 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8608 coding systems.
8609
8610 2000-05-26 Dave Love <fx@gnu.org>
8611
8612 * disp-table.el (standard-display-underline): Don't use
8613 internal-find-face.
8614
8615 * mail/reporter.el: Maintainer change. Doc fixes.
8616 (reporter-version): Deleted.
8617
8618 * emacs-lisp/elp.el: Maintainer change.
8619 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8620
8621 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8622
8623 * add-log.el (add-change-log-entry): Merge the current entry with the
8624 previous one if the previous one is empty.
8625
8626 2000-05-26 Dave Love <fx@gnu.org>
8627
8628 * loadhist.el (unload-feature): Fix interactive spec [from
8629 lijnzaad@ebi.ac.uk].
8630
8631 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8632 subr-arity to check primitives.
8633 (byte-compile-flush-pending, byte-compile-file-form-progn)
8634 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8635 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8636 mapcar.
8637
8638 2000-05-26 Kenichi Handa <handa@etl.go.jp>
8639
8640 * international/fontset.el: Set family names of non-latin charsets
8641 in default fontset to "*".
8642
8643 * international/mule-diag.el (print-fontset): Combine family part
8644 and registry part of the fontname by "-*-" instead of "-".
8645
8646 * international/mule-cmds.el (encode-coding-char): Make strings
8647 multibyte before calling encode-coding-string.
8648
8649 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8650
8651 * derived.el: Fix keywords.
8652 (define-derived-mode): Only define if needed.
8653
8654 * simple.el (fill-comment, comment-column, comment-start)
8655 (comment-start-skip, comment-end, comment-indent-function)
8656 (block-comment-start, block-comment-end, indent-for-comment)
8657 (set-comment-column, kill-comment, comment-padding, comment-region)
8658 (comment-multi-line, indent-new-comment-line): Remove.
8659
8660 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8661 function names for comment operations.
8662
8663 * newcomment.el: Add abundant autoload cookies.
8664 (comment-style): Don't depend on runtime data at compile-time.
8665 (comment-indent-hook): Remove.
8666 (comment-indent): Check if comment-indent-hook is bound.
8667 (comment-region): Docstring fix.
8668
8669 2000-05-25 Dave Love <fx@gnu.org>
8670
8671 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8672 byte-code-function-p.
8673
8674 * mail/rmailsum.el: Add provide.
8675
8676 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8677
8678 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8679 defcustom.
8680
8681 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8682
8683 * ediff-diff.el (ediff-exec-process): delete --binary option from
8684 non-buffer ediff jobs.
8685
8686 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8687
8688 * hilit-chg.el (highlight-changes-mode): Ask about color or
8689 grayscale support, not about window-system.
8690
8691 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8692 window-system.
8693 (ffap-highlight): Always default to t.
8694
8695 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8696 display-popup-menus-p instead of looking at window-system.
8697
8698 * disp-table.el (standard-display-g1, standard-display-graphic):
8699 Only refuse to use string glyphs on X and MS-Windows.
8700
8701 * avoid.el: Remove window-system from commentary, suggest to use
8702 display-*-p instead.
8703
8704 * apropos.el (apropos-print): Use display-mouse-p instead of
8705 window-system.
8706
8707 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * international/codepage.el (cp-decoding-vector-for-codepage):
8710 Fill up unsupported characters with their own codes. From Kenichi
8711 Handa.
8712
8713 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8714
8715 * international/mule-diag.el (describe-char-after): Use
8716 display-graphic-p instead of window-system, so that this function
8717 works on MS-DOS.
8718
8719 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8720
8721 * international/codepage.el (cp-make-coding-systems-for-codepage):
8722 Remove the eight-bit-graphic and eight-bit-control charsets from
8723 the list of charsets which we convert into `?'.
8724
8725 2000-05-25 Kenichi Handa <handa@etl.go.jp>
8726
8727 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8728 private charsets.
8729 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8730 japanese-jisx0213-2): New charsets.
8731
8732 * international/fontset.el: Setup default fontset for new charsets.
8733
8734 2000-05-24 Dave Love <fx@gnu.org>
8735
8736 * info.el (Info-find-node-2): Restructure [following "Vadim
8737 S. Solomin" <sovs@uic.nnov.ru>].
8738
8739 * icomplete.el: Fix header for Finder.
8740
8741 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8742
8743 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8744 STAY.
8745
8746 * rmail.el (rmail-automatic-folder-directives): New user variable.
8747 (rmail-show-message): Add call to `rmail-auto-file' during
8748 display.
8749 (rmail-auto-file): New function.
8750
8751 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8752
8753 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8754 account.
8755 (ediff-test-utility,ediff-diff-mandatory-option)
8756 (ediff-reset-diff-options): Utilities for proper initialization of
8757 ediff-diff-options and ediff-diff3-options on Windows.
8758
8759 * ediff-init.el (ediff-merge-filename-prefix): New customizable
8760 variable.
8761
8762 * ediff-mult.el (ediff-filegroup-action): Use
8763 ediff-merge-filename-prefix.
8764
8765 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8766
8767 * viper-ex.el (ex-write): Set selective display to nil.
8768
8769 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8772 aliases for hebrew-iso-8bit.
8773
8774 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8775
8776 * woman.el: New version from Francis J. Wright
8777 <F.J.Wright@Maths.QMW.ac.uk>.
8778 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8779 names in environment variables regardless of the path separator.
8780 (woman-topic-all-completions-1): Don't call file-name-directory-p
8781 on all files, since woman-file-regexp already filters out any
8782 directories.
8783
8784 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8785
8786 * international/quail.el (quail-start-translation): Don't change
8787 modified-p of the current buffer.
8788 (quail-start-conversion): Likewise.
8789
8790 * international/kkc.el (kkc-region): Don't change modified-p of
8791 the current buffer.
8792
8793 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8794 conform to RFC1468.
8795 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8796
8797 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8798
8799 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8800 (speedbar-insert-button): Invisible text property fix.
8801 (speedbar-directory-plus): Renamed from speedbar-directory-+
8802 (speedbar-directory-minus): Renamed from speedbar-directory--
8803 (speedbar-page-plus): Renamed from speedbar-file-+
8804 (speedbar-page-minus): Renamed from speedbar-file--
8805 (speedbar-page): Renamed from speedbar-file-
8806 (speedbar-tag): Renamed from speedbar-tag-
8807 (speedbar-tag-plus): Renamed from speedbar-tag-+
8808 (speedbar-tag-minus): Renamed from speedbar-tag--
8809 (speedbar-expand-image-button-alist): Use above renames.
8810
8811 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8812 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8813 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8814 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8815 * sb-pg.xpm: Renamed from sb-file.xpm
8816 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8817 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8818
8819 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8820
8821 * international/quail.el (quail-show-guidance-buf): Set
8822 current-input-method of the guidance buffer to the name of the
8823 curren input method.
8824
8825 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8826
8827 * progmodes/compile.el (compile-internal): Style typo.
8828
8829 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8830 quote vars and functions in the docstring.
8831
8832 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8833
8834 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8835 Don't quote lambdas.
8836
8837 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8838
8839 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8840
8841 * startup.el (command-line): Determine source file of compiled
8842 user init file differently. Warn if compiled user init file
8843 is older than its source file.
8844
8845 * ffap.el (ffap-url-regexp): Add `https'.
8846
8847 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8848
8849 * files.el (make-backup-file-name-1): Replace slashes with `!'
8850 rather than `|' (which is not allowed on Windows). Replace the
8851 drive letters with a string "drive_X".
8852
8853 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8854
8855 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8856
8857 * files.el (interpreter-mode-alist): Add `bash2'.
8858
8859 2000-05-22 Dave Love <fx@gnu.org>
8860
8861 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8862 mapc.
8863 (feature-file): Avoid calling symbol-name. Doc fix.
8864 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8865 (loadhist-hook-functions): Add mouse-position-function.
8866 (unload-feature): Change uses of mapcar.
8867
8868 * files.el (parse-colon-path): Doc fix.
8869 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8870 (set-auto-mode): Use mapc.
8871
8872 * complete.el (PC-look-for-include-file): Use :alnum: character
8873 class.
8874 (partial-completion-mode): Add autoload cookie.
8875
8876 2000-05-22 Sam Steingold <sds@gnu.org>
8877
8878 * info.el (Info-fontify-node): Fixed the call to
8879 `add-text-properties' (bug introduced on 2000-05-18).
8880
8881 2000-05-22 Dave Love <fx@gnu.org>
8882
8883 * bindings.el: Remove debug-ignored-errors set in other files.
8884
8885 * progmodes/etags.el: Add to debug-ignored-errors.
8886 (visit-tags-table-buffer): Clear out buffers holding old tables
8887 when making a new list.
8888 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8889 mapc.
8890
8891 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8892 quote keywords.
8893 (cmpl-string-case-type): Use character classes.
8894
8895 * comint.el:
8896 * textmodes/ispell.el:
8897 * imenu.el:
8898 * mail/mh-e.el:
8899 * progmodes/compile.el: Add to debug-ignored-errors.
8900
8901 * dabbrev.el: Add to debug-ignored-errors.
8902 (dabbrev-completion): Use mapc.
8903
8904 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8905
8906 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8907 (woman-mapcan, woman-parse-man.conf)
8908 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8909 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8910 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8911 path syntax better.
8912 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8913 (woman-manpath): Call woman-parse-man.conf.
8914 (woman-emulation): New defcustom, defaults to nroff.
8915 (woman-font-support): New defconst.
8916 (woman-use-symbol-font): New defcustom.
8917 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8918 "Emulation".
8919 Many functions: Doc fix.
8920
8921 2000-05-22 Kenichi Handa <handa@etl.go.jp>
8922
8923 * international/quail.el (quail-simple-translation-keymap): Map
8924 128..255 to quail-self-insert-command.
8925 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8926
8927 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8928
8929 * help.el (help-manyarg-func-alist): Typo.
8930
8931 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8932 intervals which makes it heaps simpler.
8933
8934 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8935 the nested comment markers.
8936
8937 * subr.el (remove-hook): Don't turn the hook's value into a list.
8938
8939 2000-05-21 Dave Love <fx@gnu.org>
8940
8941 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8942 are invalid characters.
8943
8944 * international/mule-util.el (detect-coding-with-priority): Use
8945 mapc. Remove redundant lambda.
8946
8947 * international/mule-diag.el (list-non-iso-charset-chars)
8948 (describe-fontset): Remove redundant lambda.
8949
8950 * emulation/crisp.el (brief-mode): New alias.
8951
8952 * emacs-lisp/ring.el (ring-elements): New function.
8953
8954 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8955 (easy-menu-do-add-item): Use keywordp.
8956
8957 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8958
8959 * replace.el: Doc and error message fixes.
8960 (replace-highlight): Use facep, not internal-find-face.
8961
8962 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8963
8964 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8965
8966 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8967 (log-edit-insert-changelog): Drop `:' as well.
8968
8969 * log-view.el: Fix file description.
8970 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8971 available.
8972 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8973 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8974
8975 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8976 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8977 Print a status message if the toggle is called interactively.
8978 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8979 for global minor modes and use `defcustom' for them.
8980 Use add-minor-mode.
8981 (easy-mmode-define-derived-mode): Remove.
8982 (define-derived-mode): Fancier default docstring.
8983 (easy-mmode-define-navigation): Signal an error rather than (ding).
8984
8985 * newcomment.el (comment-styles): New `box-multi'.
8986 (comment-normalize-vars): Better default for comment-continue to
8987 avoid whitespace-only continuations.
8988 (comment-search-forward): Always move even in the no-syntax case.
8989 (comment-padright): Only obey N if it's only obeyed for padleft.
8990 (comment-make-extra-lines): Better handling of empty continuations.
8991 Use `=' for the filler if comment-start has only one character.
8992 (uncomment-region): Try handling the special `=' filler.
8993 (comment-region): Allow LINES even if MULTI is nil.
8994 (comment-box): Choose box style based on comment-style.
8995
8996 2000-05-20 Kenichi Handa <handa@etl.go.jp>
8997
8998 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8999 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9000
9001 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9002
9003 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9004 and insert, not subst-char-in-region.
9005
9006 * international/mule-diag.el (list-character-sets-1): Handle
9007 charsets eight-bit-control and eight-bit-graphic.
9008 (list-iso-charset-chars): Likewise.
9009 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9010 charactes as is. Use indent-to to align characters.
9011
9012 * international/mule-cmds.el (find-multibyte-characters): Never
9013 exclude charsets eight-bit-control and eight-bit-graphic.
9014
9015 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9016
9017 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9018 Don't quote lambdas.
9019
9020 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9021
9022 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9023
9024 * gud.el (gud-jdb-directories): Doc fix.
9025
9026 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9027
9028 * newcomment.el: New file.
9029
9030 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9031
9032 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9033
9034 2000-05-18 Andreas Schwab <schwab@suse.de>
9035
9036 * dired.el (dired-between-files): Also skip lines beginning with
9037 `used'.
9038
9039 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9040
9041 * msb.el (msb-menu-cond): Add choice `user'.
9042
9043 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9044
9045 * ps-print.el: Compatibility, customization and doc fix.
9046 (ps-printer-name-option): Replace defconst by defvar.
9047 (ps-postscript-code-directory): XEmacs compatibility.
9048 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9049 fix.
9050 (ps-user-defined-prologue, ps-print-prologue-header)
9051 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9052 compatibility and code fix.
9053 (ps-print-background-image, ps-print-background-text):
9054 Customization fix.
9055 (ps-line-number-start, ps-n-up-on): New vars.
9056
9057 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9058
9059 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9060 the indent-comment function to just return the appropriate indent.
9061
9062 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9063
9064 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9065 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9066 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9067
9068 2000-05-18 Dave Love <fx@gnu.org>
9069
9070 * info.el (Info-fontify-node): Add intangible property as well as
9071 invisible.
9072
9073 * calendar/appt.el (appt-make-list): Match all lines of entry.
9074 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9075
9076 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9077
9078 * international/mule-diag.el (describe-char-after): Call
9079 internal-char-font, not char-font. If internal-char-font returns
9080 nil, display "-- none --".
9081
9082 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9083
9084 * image.el (image-type-available-p): Don't reference image-types
9085 if it isn't bound.
9086
9087 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9088
9089 * autoarg.el (autoarg-mode): Typo in the :set argument.
9090
9091 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * startup.el (command-line-1): Don't signal an error if the
9094 directory for auto-save-list files does not yet exist.
9095
9096 2000-05-17 Kenichi Handa <handa@etl.go.jp>
9097
9098 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9099
9100 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9101
9102 * subr.el (remove-hook): `setq' hook-value, not `set'.
9103
9104 2000-05-16 Sam Steingold <sds@gnu.org>
9105
9106 * info.el (debug-ignored-errors): More errors to ignore.
9107
9108 2000-05-16 Dave Love <fx@gnu.org>
9109
9110 * cus-edit.el: Don't require cl or easymenu.
9111 (custom-variable-prompt): Test standard-value property, not
9112 user-variable-p.
9113
9114 2000-05-16 Sam Steingold <sds@gnu.org>
9115
9116 * subr.el (add-hook): `setq' hook-value, not `set'.
9117
9118 2000-05-16 Gerd Moellmann <gerd@gnu.org>
9119
9120 * startup.el (command-line-1): Mention the FAQ in the startup
9121 message.
9122
9123 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9124
9125 * progmodes/compile.el (compilation-parse-errors): Collect
9126 `nomessage' regexps last.
9127
9128 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9129
9130 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9131 to the function name.
9132
9133 2000-05-15 Dave Love <fx@gnu.org>
9134
9135 * speedbar.el (speedbar-recenter): Typo.
9136 (speedbar-expand-line): Make arg optional.
9137 (speedbar-mode): Avoid a compiler warning.
9138
9139 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9140
9141 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9142 user-specified option string is empty.
9143
9144 * mouse.el (mouse-yank-at-click): Doc fix.
9145
9146 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9147
9148 * term/internal.el (IT-character-translations): More updates of
9149 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9150 documents.
9151
9152 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9153
9154 * env.el (getenv): New function, interactively callable.
9155 (setenv, getenv): Remove autoload cookies.
9156
9157 * loadup.el: Load `env'.
9158
9159 * progmodes/f90.el: Change author's mail address.
9160
9161 2000-05-14 Dave Love <fx@gnu.org>
9162
9163 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9164 goto-addr as an option.
9165
9166 * help.el (help-xref-stack): Doc fix.
9167 (help-xref-following): New variable.
9168 (help-make-xrefs): Use it.
9169 (help-xref-go-back): Use position information from stack element.
9170 (help-follow): Make position in stack element a pair. Use
9171 help-xref-following.
9172
9173 * autoarg.el: New file.
9174
9175 * faces.el: Declare more functions obsolete.
9176
9177 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9178 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9179 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9180 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9181 Remove all the setup-...-environment functions.
9182
9183 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9184
9185 * speedbar.el: Updated the commentary section. xemacs20p now uses
9186 >= when detecting. Require `defimage' safely.
9187 (speedbar-easymenu-definition-base): Add toggle for images.
9188 (speedbar-easymenu-definition-special): Add flush cache & expand.
9189 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9190 (speedbar-reconfigure-keymaps-hook): New variable.
9191 (speedbar-frame-parameters): Updated documentation.
9192 (speedbar-use-imenu-flag): Updated custom tag
9193 (speedbar-dynamic-tags-function-list): New variable.
9194 (speedbar-tag-hierarchy-method): Updated doc & custom.
9195 (speedbar-indentation-width, speedbar-indentation-width) New
9196 variables.
9197 (speedbar-hide-button-brackets-flag): Customizable.
9198 (speedbar-vc-indicator): Doc update.
9199 (speedbar-ignored-path-expressions): Updated default value.
9200 (speedbar-supported-extension-expressions): Updated default value.
9201 (speedbar-syntax-table): Remove {} paren status.
9202 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9203 as "+". Added overlay aliases.
9204 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9205 `force-mode-line-update'.
9206 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9207 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9208 `mouse-set-point'
9209 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9210 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9211 of arbitrary text, and new helper functions.
9212 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9213 filename finder.
9214 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9215 (speedbar-directory-buttons): Update path search/expansion.
9216 (speedbar-make-tag-line): Pay attention to
9217 `speedbar-indentation-width'. Use more care w/ invisible
9218 properties.
9219 (speedbar-change-expand-button-char): Call
9220 `speedbar-insert-image-button-maybe'.
9221 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9222 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9223 (speedbar-trim-words-tag-hierarchy)
9224 (speedbar-simple-group-tag-hierarchy): New functions
9225 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9226 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9227 functions.
9228 (speedbar-mouse-set-point): New function
9229 (speedbar-power-click): Updated documentation.
9230 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9231 of tag prefix text.
9232 (speedbar-expand-line, speedbar-contract-line): Make more robust
9233 to strange text.
9234 (speedbar-expand-line): Takes universal argument to flush the
9235 cache.
9236 (speedbar-flush-expand-line): New function.
9237 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9238 Use new generator insertion method.
9239 (speedbar-fetch-dynamic-tags): New function.
9240 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9241 `speedbar-fetch-dynamic-imenu'.
9242 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9243 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9244 "Revert Buffer" menu items.
9245 (speedbar-buffer-buttons-engine): Be smarter when creating a
9246 filename tag (for expansion purposes.).
9247 (speedbar-highlight-one-tag-line,
9248 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9249 (speedbar-recenter): New functions.
9250 (defimage-speedbar): Image loading abstraction.
9251 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9252 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9253 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9254 (speedbar-tag-type, speedbar-tag-mail): New images.
9255 (speedbar-expand-image-button-alist): New variable.
9256 (speedbar-insert-image-button-maybe): Insert an image over some
9257 buttons.
9258
9259 2000-05-13 Kenichi Handa <handa@etl.go.jp>
9260
9261 * international/mule-cmds.el (encode-coding-char): An ASCII
9262 character is always encodable.
9263
9264 * international/mule-conf.el: Add more information in descriptions
9265 of character sets.
9266
9267 * international/mule-diag.el (describe-char-after): New function.
9268 (describe-font-internal): Adjusted for the change of font-info.
9269 (describe-font): Likewise.
9270 (print-fontset): Rewritten for the new fontset implementation.
9271 (describe-fontset): Include fontset alias names in completion.
9272 (list-fontsets): Adjusted for the change of print-fontset.
9273
9274 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9275 describe-char-after instead of displaying the detail in the echo
9276 area.
9277 (syntax-code-table): Format changed.
9278 (string-to-syntax): Adjusted for the above change.
9279
9280 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9283
9284 2000-05-12 Dave Love <fx@gnu.org>
9285
9286 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9287 dependence. Use line-{beginning,end}-position, not
9288 point-at{b,e}ol. Some doc fixes.
9289 (todo-position): New function. Fix callers of position to use it.
9290 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9291
9292 2000-05-12 Gerd Moellmann <gerd@gnu.org>
9293
9294 * time.el (display-time-mail-icon): Use `:ascent center'.
9295
9296 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9297 handling FTP security extensions.
9298
9299 2000-05-11 Dave Love <fx@gnu.org>
9300
9301 * calendar/todo-mode.el: New file.
9302
9303 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9304
9305 * comint.el (comint-read-input-ring): Move reference to
9306 comint-input-ring-size outside of the save-excursion. It was
9307 causing the default value to be the only one ever seen.
9308
9309 * font-lock.el: Update copyright. Remove Simon Marshall's email
9310 address on request from him.
9311
9312 * subr.el (substitute-key-definition): Add comment describing
9313 the meaning of PREFIX.
9314
9315 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9318
9319 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9320 (add-minor-mode): Don't make the variable buffer-local and add a
9321 reference to define-minor-mode in the docstring.
9322
9323 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9324 HEADER/FOOTER and fix bug with trailing empty directory.
9325 (cvs-append-to-ignore): Use vc-editable-p if available.
9326 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9327 (vc-do-command): Tweak advice to handle the new VC.
9328
9329 * log-view.el (log-view-goto-rev): New function for the new VC.
9330 (log-view-minor-wrap): Use mark-active.
9331
9332 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9333 (log-edit-changelog-full-paragraphs): New var.
9334 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9335 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9336 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9337 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9338 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9339 Replace the `cvs' prefix with `log-edit'.
9340
9341 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9342
9343 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9344 (diff-font-lock-defaults): Explicitly turn off multiline.
9345 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9346 (diff-ediff-patch): Fix call to ediff-patch-file.
9347 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9348 Handle comments.
9349
9350 * frame.el (automatic-hscrolling): Typo.
9351
9352 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9353
9354 2000-05-09 Sam Steingold <sds@goems.com>
9355
9356 * apropos.el (apropos-print): use `describe-face' instead of
9357 `customize-face-other-window'.
9358
9359 2000-05-09 Dave Love <fx@gnu.org>
9360
9361 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9362
9363 * help.el (describe-variable): Have customize button pop the
9364 help-xref stack when invoked.
9365 (help-xref-symbol-regexp): Add `face'.
9366 (help-make-xrefs): Check for quoted face names and adapt regexp
9367 submatch numbers to cope.
9368 (help-xref-interned): Maybe insert face doc too. Separate
9369 sections with a line of hyphens.
9370
9371 * faces.el: Some doc fixes. Declare some functions obsolete.
9372 (describe-face): Add customize button. Return the help
9373 text. Fix prompt.
9374
9375 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9376
9377 * term/internal.el (IT-character-translations): Fix last change.
9378
9379 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9380
9381 * woman.el: New file
9382 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9383
9384 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9385
9386 * term/internal.el (IT-character-translations): Update ASCII
9387 simulations for greek-iso8859-7, add latin-iso8859-14 and
9388 latin-iso8859-15.
9389
9390 * international/mule-cmds.el (set-language-info-alist): Call
9391 define-prefix-command with 3 arguments, to make the map suitable
9392 for a menu.
9393
9394 2000-05-07 Dave Love <fx@gnu.org>
9395
9396 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9397
9398 2000-05-05 Dave Love <fx@gnu.org>
9399
9400 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9401 list in doc string. Don't quote keyword symbols.
9402 * emacs-lisp/cl.el: Likewise
9403 * emacs-lisp/cl-seq.el: Likewise
9404
9405 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9406
9407 * abbrev.el (abbrev-mode): Make ARG optional.
9408
9409 2000-05-04 Gerd Moellmann <gerd@gnu.org>
9410
9411 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9412
9413 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9414
9415 * subr.el (substitute-key-definition): Clarify documentation.
9416
9417 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
9418
9419 * glasses.el (glasses-convert-to-unreadable): Use
9420 `glasses-separator' instead of the hard-wired "_".
9421 (glasses-mode): Call `glasses-make-unreadable' only in a single
9422 place.
9423
9424 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9425
9426 * term/internal.el (cjk-codepages-alist): Add associations for
9427 Chinese and Korean codepages. Remove FIXME comment.
9428
9429 2000-05-03 Dave Love <fx@gnu.org>
9430
9431 * time.el (display-time-mail-face, display-time-use-mail-icon):
9432 New option.
9433 (display-time-mail-icon): New variable.
9434 (display-time-string-forms): Use the above. Fix the local-map.
9435
9436 2000-05-03 Gerd Moellmann <gerd@gnu.org>
9437
9438 * replace.el (query-replace-map): Add binding for `E'.
9439 (query-replace-help): Extend help text.
9440 (perform-replace): Allow editing the replacement string.
9441
9442 * make-mode.el (makefile-mode-abbrev-table): New variable.
9443 (makefile-mode): Set local abbrev table to
9444 makefile-mode-abbrev-table.
9445 (makefile-font-lock-keywords): Fontify includes and conditionals.
9446
9447 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9448 set TOGGLE's value.
9449
9450 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9451 mail-interactive-insert-alias.
9452 (mail-abbrev-complete-alias): New command.
9453 (mail-mode-map): Bind it to `M-TAB'.
9454
9455 2000-05-03 Kenichi Handa <handa@etl.go.jp>
9456
9457 * language/lao-util.el (lao-compose-region): New function.
9458
9459 2000-05-02 Gerd Moellmann <gerd@gnu.org>
9460
9461 * files.el (recover-session): Make directories as necessary
9462 if they don't exist yet.
9463
9464 * calendar/cal-french.el
9465 (french-calendar-multibyte-special-days-array)
9466 (french-calendar-special-days-array): Change French text.
9467 (calendar-french-date-string): Change output.
9468 (calendar-goto-french-date): Likewise.
9469
9470 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9471
9472 * wid-edit.el (widget-default-active): Obey `:always-active'.
9473 (widget-documentation-string-value-create): Set `:always-active'.
9474
9475 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9476
9477 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9478 default prefix to `~/_emacs.d/auto-save.list/_s'.
9479 (normal-top-level): Create the directory for auto-save files, if
9480 it doesn't already exist (in the ms-dos case only).
9481
9482 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * international/mule-cmds.el (set-language-environment): Don't
9485 concat an integer (dos-codepage), use format instead.
9486
9487 2000-05-02 Dave Love <fx@gnu.org>
9488
9489 * help.el (help-xref-on-pp): Check for constant symbols.
9490
9491 2000-04-29 Gerd Moellmann <gerd@gnu.org>
9492
9493 * startup.el (normal-top-level): Put a condition-case around
9494 the code loading subdirs.el.
9495
9496 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9497
9498 * ps-print.el: Upside-down and face background color printing,
9499 line number step, doc fix.
9500 (ps-print-version): New version number (5.2).
9501 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9502 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9503 (ps-spool-config): Var fix.
9504 (ps-printer-name-option): Const fix.
9505 (ps-print-upside-down, ps-use-face-background)
9506 (ps-line-number-step): New vars.
9507 (ps-window-system, ps-lp-system): New consts.
9508 (ps-face-background): New fun.
9509
9510 2000-04-28 Richard Stallman <rms@gnu.org>
9511
9512 * files.el (make-auto-save-file-name):
9513 Apply auto-save-file-name-transforms to visited file name
9514 before generating auto save file name.
9515 (auto-save-file-name-transforms): New variable.
9516
9517 * files.el (backup-enable-predicate):
9518 Correctly test for a file under a temporary directory.
9519
9520 2000-04-28 Gerd Moellmann <gerd@gnu.org>
9521
9522 * subr.el (add-minor-mode): Rewritten.
9523
9524 2000-04-28 Kenichi Handa <handa@etl.go.jp>
9525
9526 * mail/sendmail.el (sendmail-send-it): Set
9527 buffer-file-coding-system to the selected coding system for MIME
9528 header.
9529
9530 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9531
9532 * dired.el (dired-move-to-filename-regexp): Allow format where
9533 YYYY is followed by two spaces.
9534
9535 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9536 in the second character class of the regexp.
9537
9538 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9539 mh-etc, too.
9540
9541 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9542 nil.
9543
9544 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9545
9546 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9547 argument.
9548
9549 2000-04-27 Sen Nagata <sen@eccosys.com>
9550
9551 * emacs-lisp/crm.el (crm-completion-table): New variable.
9552 (crm-collection-fn, crm-test-completion)
9553 (completing-read-multiple): Use it.
9554
9555 2000-04-27 Dave Love <fx@gnu.org>
9556
9557 * help.el (locate-library): Use mapc.
9558 (help-manyarg-func-alist): Add call-process-region.
9559
9560 2000-04-26 Gerd Moellmann <gerd@gnu.org>
9561
9562 * subr.el (add-minor-mode): Make argument MAP optional.
9563
9564 * desktop.el (desktop-save): Save list of minor modes.
9565 (desktop-create-buffer): Restore minor modes.
9566 (desktop-minor-mode-table): New user-option.
9567
9568 * subr.el (add-minor-mode): New function.
9569
9570 * image.el (find-image): New function.
9571 (defimage): Rewritten to find image at load time.
9572
9573 * startup.el (normal-top-level-add-to-load-path): Handle
9574 case that the default directory is not in load-path.
9575
9576 * help.el: Old patch from Stefan Monnier.
9577 (help-xref-on-pp): New function.
9578 (describe-variable): Use it to display xrefs in a symbol's value.
9579
9580 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * cus-edit.el (custom-face): Fix parenthesis.
9583
9584 2000-04-26 Kenichi Handa <handa@etl.go.jp>
9585
9586 * mail/rmail.el (rmail-expunge): When there are no deleted
9587 messages, do nothing.
9588
9589 2000-04-26 Dave Love <fx@gnu.org>
9590
9591 * international/mule-cmds.el (locale-translation-file-name):
9592 Defvar to nil.
9593 (set-locale-environment): Set it here (at runtime).
9594
9595 2000-04-25 Gerd Moellmann <gerd@gnu.org>
9596
9597 * replace.el (perform-replace): Add parameters START and END. Use
9598 them instead of the check for a region in Transient Mark mode.
9599 (query-replace-read-args): Return two more list elements for the
9600 start and end of the region in Transient Mark mode.
9601 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9602 (map-query-replace-regexp, replace-string, replace-regexp): Add
9603 optional last arguments START and END and pass them to
9604 perform-replace.
9605
9606 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9607 form with additional arguments for perform-replace.
9608
9609 * progmodes/etags.el (tags-query-replace): Add parameters START
9610 and END. Construct a form with additional arguments for
9611 perform-replace.
9612
9613 * simple.el (shell-command): Set default directory for "*Shell
9614 Command Output" buffer.
9615
9616 * language/european.el (iso-latin-4): Fix typo.
9617
9618 * emacs-lisp/crm.el: New file.
9619
9620 2000-04-24 Dave Love <fx@gnu.org>
9621
9622 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9623 (Custom-reset-saved, Custom-reset-standard)
9624 (custom-group-value-create, custom-group-set, custom-group-save)
9625 (custom-group-reset-current, custom-group-reset-saved)
9626 (custom-group-reset-standard): Use mapc.
9627 (custom-buffer-create-internal): Disable undo when creating items.
9628 Use mapc.
9629 (custom-face): Avoid redundant lambda.
9630
9631 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9632
9633 * startup.el (auto-save-list-file-prefix): Set default to
9634 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9635
9636 2000-04-24 Sam Steingold <sds@gnu.org>
9637
9638 * time-stamp.el (time-stamp-string-preprocess): Always convert
9639 `field-result' to a string.
9640
9641 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9642
9643 * frame.el (scrolling): New group.
9644 (automatic-hscrolling): New user-option.
9645
9646 * startup.el (command-line-x-option-alist): Add `-lsp' and
9647 `--line-spacing'.
9648
9649 2000-04-19 Dave Love <fx@gnu.org>
9650
9651 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9652 (cl-mapc): Rename from mapc. Fix the funcall.
9653
9654 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9655
9656 * simple.el (clone-indirect-buffer-other-window): New command.
9657 (clone-indirect-buffer): Add optional arg NORECROD.
9658 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9659
9660 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9661
9662 * window.el (count-screen-lines): New function.
9663 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9664 instead of window-buffer-height.
9665
9666 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9667 non-existing variable comint-input-sentinel.
9668 (inferior-lisp-args-to-list): Removed.
9669 (inferior-lisp): Use split-string instead of
9670 inferior-lisp-args-to-list.
9671
9672 * hexl.el (hexl-insert-hex-string): New command.
9673
9674 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9675 instead of concat.
9676
9677 2000-04-18 Gerd Moellmann <gerd@gnu.org>
9678
9679 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9680 at the start of an existing but empty folder.
9681
9682 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9683
9684 * ps-mule.el: Customization fix, doc fix.
9685 (ps-multibyte-buffer): Customization fix.
9686
9687 2000-04-17 Richard M. Stallman <rms@gnu.org>
9688
9689 * subr.el (read-passwd): Use read-char-exclusive.
9690
9691 2000-04-17 Gerd Moellmann <gerd@gnu.org>
9692
9693 * textmodes/texinfo.el (texinfo-insert-@email)
9694 (texinfo-insert-@emph, texinfo-insert-@quotation)
9695 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9696 (texinfo-mode-map): Add key bindings for them.
9697
9698 * files.el (basic-save-buffer-2): Use a template with `$'
9699 instead of `#' for VMS.
9700
9701 * simple.el (clone-indirect-buffer): New function.
9702
9703 2000-04-16 Stephen Eglen <stephen@gnu.org>
9704
9705 * iswitchb.el (iswitchb-case): New function. If the user input
9706 contains any upper-case characters, the search is made
9707 case-sensitive.
9708
9709 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9710
9711 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9712 comment-end.
9713 (texinfo-font-lock-syntactic-keywords): New var.
9714 (texinfo-font-lock-keywords): Remove comment regexp.
9715 (texinfo-insert-block): New function.
9716 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9717 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9718 and font-lock-defaults. Use regexp-opt for outline-regexp.
9719 (texinfo-environments): New var.
9720 (texinfo-environment-regexp): Use regexp-opt and
9721 texinfo-environments.
9722
9723 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9724 ispell-process is bound since this might be eval'd before ispell
9725 is loaded.
9726 (ispell-message): Use a tiny bit less magic and a bit more hard
9727 data to figure out what kind of sc-cite-regexp to use.
9728
9729 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9730
9731 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9732 (insert-cyclic-diary-entry): Unquote the lambda.
9733
9734 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9735
9736 * files.el (backup-enable-predicate): Unquote the lambda.
9737
9738 * cus-edit.el (custom-face, face): Unquote the lambda.
9739
9740 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9741
9742 * ps-print.el: Check for line-beginning-position definition.
9743
9744 * ps-print.el: Fix counting lines in a region.
9745 (ps-print-version): New version number (5.1.5).
9746 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9747 (ps-printing-region): Fun code fix.
9748
9749 2000-04-15 Gerd Moellmann <gerd@gnu.org>
9750
9751 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9752 to file-directory-p.
9753
9754 2000-04-14 Gerd Moellmann <gerd@gnu.org>
9755
9756 * gud.el (gud-jdb-build-source-files-list): Check that directory
9757 exists before calling directory-files.
9758
9759 2000-04-13 Dave Love <fx@gnu.org>
9760
9761 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9762 syntax.
9763
9764 * emacs-lisp/cl-specs.el: Remove when, unless.
9765
9766 * emacs-lisp/cl-extra.el: Don't quote keywords.
9767 (cl-old-mapc): New variable.
9768 (mapc): Use it.
9769 (cl-map-intervals): Use with-current-buffer. Don't check for
9770 next-property-change.
9771 (cl-map-overlays): Use with-current-buffer.
9772 (cl-expt): Remove.
9773 (copy-tree, remprop): Define unconditionally.
9774
9775 * emacs-lisp/cl-compat.el (keywordp): Remove.
9776
9777 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9778 to use keywordp.
9779 (edebug-spec): Enable keywordp.
9780
9781 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9782 string-lessp.
9783
9784 * cus-start.el: Use keywordp.
9785
9786 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9787
9788 * diary-lib.el (include-other-diary-files): Fix the fix of
9789 2000-02-18 by doing a save-excursion.
9790
9791 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9792
9793 * ps-print.el: Customization fix, doc fix.
9794 (ps-print-version): New version number (5.1.4).
9795 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9796 (ps-print-preprint): Adjust code.
9797 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9798 (ps-print-prologue-header, ps-print-control-characters)
9799 (ps-spool-config): Customization fix.
9800
9801 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9802
9803 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9804 converted to the new menu-item format, names silightly changed,
9805 help strings added.
9806
9807 Support for spelling without async subprocesses:
9808
9809 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9810 (ispell-session-buffer): New variables.
9811 (ispell-start-process, ispell-process-status,
9812 ispell-accept-output, ispell-send-string): New functions, for
9813 Ispell invocation when async subprocesses aren't supported.
9814 (ispell-word, ispell-pdict-save, ispell-command-loop,
9815 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9816 to process-send-string with calls to ispell-send-string, and
9817 accept-process-output with ispell-accept-output.
9818 (ispell-init-process): Call ispell-process-status instead of
9819 process-status with.
9820 (ispell-init-process): Call ispell-start-process. Call
9821 ispell-accept-output and ispell-send-string. Don't call
9822 process-kill-without-query and kill-process if they are unbound.
9823 (ispell-async-processp): New function.
9824
9825 2000-04-12 Dave Love <fx@gnu.org>
9826
9827 * info.el: Add debug-ignored-errors.
9828 (Info-mode-menu): Add some items.
9829 (Info-directory): Add autoload cookie.
9830
9831 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9832 Modify `truncate-lines'. Make `describe-language-environment'
9833 always visible and add help. Modify `describe-key' help. Invoke
9834 Info-directory from `info'. New entry `emacs-manual'.
9835
9836 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9837
9838 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9839 propertized-buffer-identification.
9840 (ebrowse-update-member-buffer-mode-line): Likewise.
9841 (ebrowse--mode-strings): Removed.
9842 (ebrowse--mode-line-props): Removed.
9843
9844 * files.el (auto-mode-alist): Add `EBROWSE'.
9845
9846 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9847 space before testing for end of buffer.
9848 (ebrowse-load): Removed.
9849 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9850 (ebrowse-create-tree-buffer): Rewritten.
9851 (ebrowse-tree-mode): Read tree from buffer.
9852
9853 * progmodes/ebrowse-ffh.el: Removed.
9854
9855 2000-04-10 Kenichi Handa <handa@etl.go.jp>
9856
9857 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9858
9859 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9860
9861 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9862 at the wrong place.
9863
9864 2000-04-09 Dave Love <fx@gnu.org>
9865
9866 * files.el (backup-enable-predicate): Use
9867 temporary-file-directory, small-temporary-file-directory.
9868 (make-backup-file-name-function, backup-directory-alist): New
9869 variables.
9870 (make-backup-file-name-1): New function.
9871 (make-backup-file-name): Use it.
9872 (find-backup-file-name): Likewise. Use format for clarity, not
9873 concat.
9874 (file-newest-backup): Use make-backup-file-name.
9875
9876 2000-04-09 Gerd Moellmann <gerd@gnu.org>
9877
9878 * progmodes/ebrowse-ffh.el: New file.
9879
9880 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9881 to ebrowse-ffh.el.
9882 (ebrowse-load): Add autoload.
9883
9884 * finder.el (finder-commentary): Add autoload cookie.
9885
9886 * mail/rfc2368.el: Correct author's email address.
9887
9888 * progmodes/ebrowse.el: New file.
9889
9890 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9891 item help string.
9892 (easy-menu-do-add-item): Ditto.
9893 (easy-menu-define): Extend doc string.
9894
9895 * jit-lock.el (with-buffer-unmodified): Use
9896 restore-buffer-modified-p.
9897 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9898 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9899 with-buffer-unmodified.
9900
9901 2000-04-08 Dave Love <fx@gnu.org>
9902
9903 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9904 unless, when.
9905
9906 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9907
9908 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9909 (viper-flash-search-pattern): No operation when using Emacs
9910 doesn't support face.
9911 Use `viper-put-on-search-overlay'.
9912
9913 2000-04-04 Gerd Moellmann <gerd@gnu.org>
9914
9915 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9916 like C-r.
9917
9918 * progmodes/make-mode.el: Some doc fixes.
9919 (makefile-mode-abbrev-table): New variable.
9920 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9921 (makefile-font-lock-keywords): Fontify includes and conditionals.
9922 (toplevel): Require `dabbrev' and `add-log' when compiling.
9923
9924 * replace.el (perform-replace): Don't move forward one char
9925 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9926 to do that because it leaves point 1 position after the last
9927 replacement, after everything has been replaced.
9928
9929 * jit-lock.el (with-buffer-unmodified): New macro.
9930 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9931 modified state.
9932 (jit-lock-function-1): Extracted from jit-lock-function; not
9933 preserving buffer's modified state.
9934 (jit-lock-function, jit-lock-stealth-fontify): Call
9935 jit-lock-function-1.
9936
9937 * mail/rfc2368.el: Remove supernumerary copyright line.
9938
9939 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
9940
9941 * glasses.el: Provide facilities for inserting space before left
9942 parentheses and uncapitalization of identifiers.
9943 (glasses-mode): Try to remove old overlays in all cases.
9944
9945 2000-04-03 Gerd Moellmann <gerd@gnu.org>
9946
9947 * progmodes/compile.el (compile-internal): Display the compilation
9948 buffer in a different frame, if it's already displayed there.
9949
9950 * mail/rfc2368.el: New file.
9951
9952 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9953 header and insert its value as mail body.
9954
9955 * subr.el (member-ignore-case): New function.
9956
9957 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9958 (dabbrev--find-expansion): Ignore buffers matching a regexp
9959 from dabbrev-ignored-regexps.
9960
9961 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9962 to extensions handled by gzip.
9963
9964 2000-04-03 Richard M. Stallman <rms@gnu.org>
9965
9966 * files.el (insert-directory): List the total free space
9967 along with the used space.
9968
9969 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9970 line is followed by one that matches CITATION-REGEXP, end the
9971 paragraph.
9972
9973 2000-04-03 Markus Rost <rost@delysid.gnu.org>
9974
9975 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9976 (rmail-make-basic-summary-line): Use that option.
9977
9978 2000-04-03 Kenichi Handa <handa@etl.go.jp>
9979
9980 * international/mule-cmds.el (encoded-string-description):
9981 Rewritten. Try pretty description for ISO 2022 escape sequences
9982 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9983 for hexadecimal format.
9984
9985 2000-04-01 Dave Love <fx@gnu.org>
9986
9987 * cpp.el: Change customization group to `c' from `C'.
9988
9989 * vcursor.el (vcursor-move): Use display-color-p.
9990
9991 * international/mule-util.el: Provide mule-utils.
9992 (string-to-sequence): Simplify and speed up.
9993
9994 * international/mule.el (make-coding-system): Purecopy doc-string.
9995
9996 * international/mule-cmds.el: Various menu changes.
9997 (describe-specified-language-support): Handle `Default'.
9998 (set-language-info): Purecopy `info'.
9999
10000 2000-03-31 Andrew Innes <andrewi@gnu.org>
10001
10002 * vc.el (vc-backend-diff): Return the correct status if we had to
10003 retry the rcsdiff command without the --brief option.
10004
10005 2000-03-31 Dave Love <fx@gnu.org>
10006
10007 * help.el (help-manyarg-func-alist): Correct several omissions.
10008
10009 * add-log.el: Don't require cl, fortran.
10010 (add-log-current-defun-function): Doc fix.
10011 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10012 fix.
10013 (change-log-version-rcs): Function deleted.
10014 (change-log-version-number-search): Doc fix. Use
10015 vc-workfile-version. Avoid CL dolist.
10016 (add-change-log-entry): Just call add-log-current-defun to get
10017 defun. Simplify somewhat.
10018 (change-log-get-method-definition-1): Likewise.
10019 (add-log-current-defun): Return nil if calling
10020 add-log-current-defun-function does so. Move Fortran stuff to
10021 fortran.el. Return string without properties.
10022
10023 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10024 and :alpha: char classes.
10025
10026 * mail/supercite.el: Defvar curline when compiling.
10027 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10028 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10029 rather than a-zA-Z0-9 to allow non-ASCII characters.
10030
10031 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10032
10033 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10034
10035 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10036 Re-enable new code.
10037
10038 * lpr.el (print-region-1): Use -d to specify printer name for
10039 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10040
10041 2000-03-31 Dave Love <fx@gnu.org>
10042
10043 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10044 for function definition in symbol's function value slot first
10045 instead of first consulting byte-compile-function-environment.
10046
10047 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10048
10049 * language/european.el ("Polish"): New language environment.
10050 (setup-polish-environment): New function.
10051
10052 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10053
10054 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10055 Disable new code.
10056
10057 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10058 trying to `load' the symbol of an autoload instead of the file
10059 recorded in the autoload. Fix error messages.
10060
10061 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10062
10063 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10064 (ps-print-version): New version number (5.1.3).
10065 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10066 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10067 (ps-generate-postscript-with-faces): Code fix.
10068 (ps-color-values): XEmacs compatibility.
10069 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10070 (ps-default-fg, ps-default-bg): Adjust customization.
10071 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10072 (ps-color-scale): Renaming old ps-color-value fun.
10073 (ps-print-headers): Replace ps-print-header group to avoid conflict
10074 with ps-print-header variable.
10075 (ps-print-miscellany): New group.
10076 (ps-format-color, ps-rgb-color): New funs.
10077 (ps-default-foreground): New var.
10078 (ps-printer-name-option): New const.
10079
10080 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10081
10082 * net/net-utils.el:
10083 (network-connection-host, network-connection-service): New variables
10084 (network-connection-mode): New mode, derived from comint-mode
10085 (network-connection-mode-setup): New function, saves host and
10086 service information in local variables.
10087
10088 * lisp/locate.el:
10089 (locate-word-at-point): Added this function
10090 (locate): Default to using locate-word-at-point as input
10091 Run dired-mode-hook
10092
10093 2000-03-29 Dave Love <fx@gnu.org>
10094
10095 * calendar/appt.el: Doc fixes.
10096 (appt-check): Convert min-to-app to a string before passing to
10097 appt-disp-window-function or concat.
10098 (appt-delete-window): Remove test for frame-root-window.
10099 (appt-select-lowest-window, appt-convert-time): Simplify.
10100
10101 * emacs-lisp/bytecomp.el: Doc fixes.
10102 (byte-compile-file-form-autoload): Update
10103 byte-compile-function-environment.
10104
10105 2000-03-29 Andreas Schwab <schwab@suse.de>
10106
10107 * emacs-lisp/autoload.el: Also print defsubst doc string
10108 specially.
10109
10110 * dired.el (dired-insert-directory): If dired-free-space-program
10111 failed just delete its output.
10112
10113 2000-03-29 Dave Love <fx@gnu.org>
10114
10115 * international/iso-cvt.el: Move provide to end. Doc fixes.
10116 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10117 (iso-iso2sgml, iso-sgml2iso): New functions.
10118 (iso-cvt-define-menu): Fix some entries and use backquote for
10119 clarity.
10120
10121 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10122
10123 2000-03-28 Gerd Moellmann <gerd@gnu.org>
10124
10125 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10126 ISO-DATE. If non-nil, return date in ISO 8601 format.
10127
10128 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10129
10130 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10131 if it ever becomes used.
10132 (log-edit-mode-hook): Default to vc-log-mode-hook.
10133 (log-edit-mode): Fix the docstring.
10134
10135 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10136 the code.
10137
10138 2000-03-26 Dave Love <fx@gnu.org>
10139
10140 * net/browse-url.el (browse-url): Re-fix case of
10141 browse-url-browser-function being an alist.
10142 (browse-url): Add :link to defgroup.
10143
10144 * files.el: Doc fixes.
10145 (file-truename): Include `[' in wildcard characters.
10146 (automount-dir-prefix): Customize.
10147 (find-file-wildcards): Add :version.
10148 (find-file-noselect): Simplify a mapcar call.
10149
10150 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10151 compatible with inf-lisp version.
10152 (eval-defun-1): Fix custom-declare-variable case.
10153
10154 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10155
10156 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10157
10158 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10159
10160 * Makefile (COMPILE_FIRST): New macro.
10161 (compile-files): Compile files from COMPILE_FIRST first.
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10164 code.
10165
10166 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10167 matching open parenthesis in column 0 to defun-prompt-regexp
10168 only if open-paren-in-column-0-is-defun-start is set.
10169
10170 * sun-curs.el: Require CL at compile-time only.
10171
10172 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10173 instead of copy-list which is a function from CL.
10174 (msb--choose-menu, msb--mode-menu-cond)
10175 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10176 (msb--init-file-alist): Use mapcar instead of mapcan.
10177 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10178 `(' in column 0 in doc string.
10179 (msb--add-separators): Use mapcar instead of mapcan.
10180
10181 * cus-dep.el: Require CL at compile-time only.
10182
10183 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10184
10185 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10186 (byte-compile-warnings): New warning `noruntime'.
10187 (byte-compile-constants, byte-compile-variables): Fix docstring.
10188 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10189 execute `eval-whenc-compile's body.
10190 (byte-compile-unresolved-functions): Fix docstring.
10191 (byte-compile-eval): New function.
10192 (byte-compile-callargs-warn): Check if the function will be available
10193 at runtime (via property `byte-compile-noruntime').
10194 (byte-compile-print-syms): New function.
10195 (byte-compile-warn-about-unresolved-functions): Also warn about
10196 `noruntime' functions (and use `byte-compile-print-syms').
10197 (byte-compile-file): Capitalize the message.
10198
10199 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10200
10201 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10202 (rmail-expunge): Ask for confirmation depending on the setting
10203 of rmail-confirm-expunge.
10204
10205 2000-03-23 Gerd Moellmann <gerd@gnu.org>
10206
10207 * Makefile (bootstrap-clean): If $(emacs) exists, build
10208 loaddefs.el first. A loaddefs.el that's not up-to-date might
10209 cause a bootstrap failure because things don't autoload as
10210 expected.
10211
10212 2000-03-23 Dave Love <fx@gnu.org>
10213
10214 * net/browse-url.el: Restore previous use of
10215 browse-url-maybe-new-window.
10216
10217 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10218
10219 * ps-print.el: Skip banner page fix.
10220 (ps-print-version): New version number (5.1.2).
10221 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10222
10223 2000-03-23 Dave Pearson <davep@davep.org>
10224
10225 * net/quickurl.el Changed the type of parameter passed to the
10226 function defined by `quickurl-format-function'. Before only the
10227 text of the URL was passed. Now the whole URL structure is passed
10228 and the function is responsible for extracting the parts it
10229 requires. Changed the default of `quickurl-format-function'
10230 accordingly.
10231 (quickurl-insert): Changed the `funcall' of
10232 `quickurl-format-function' to match the above change.
10233 (quickurl-list-insert): Changed the `url' case so that it makes
10234 use of `quickurl-format-function', previous to this the format was
10235 hard wired.
10236
10237 2000-03-22 Gerd Moellmann <gerd@gnu.org>
10238
10239 * startup.el: Change some spellings for the X Window System.
10240
10241 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10242
10243 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10244 up the code and the regexp and make sure the cursor is temporarily
10245 moved to the suspicious line while querying the user.
10246
10247 2000-03-22 Jason Rumney <jasonr@gnu.org>
10248
10249 * w32-fns.el (w32-charset-info-alist): Initialize.
10250
10251 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10252
10253 * ps-print.el: N-up last page fix.
10254 (ps-print-version): New version number (5.1.1).
10255 (ps-end-file, ps-end-job, ps-generate): Code fix.
10256
10257 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * files.el (find-file-run-dired): Update docstring.
10260 (find-directory-functions): New hook.
10261 (find-file-noselect): Run find-directory-functions rather than
10262 calling dired directly.
10263
10264 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10265
10266 * pcvs.el: Add a minimal leading commentary.
10267 (cvs-make-cvs-buffer): Change the header part by removing the startup
10268 message and adding a `Module' entry. Also replace the FOOTER and
10269 HEADER special fileinfos with the new support in ewoc for updating
10270 its own footer and header.
10271 (cvs-update-header): Update to use the header/footer of the ewoc.
10272 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10273 (cvs-is-within-p): New function.
10274 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10275 to only examine some subset of the buffers.
10276
10277 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10278 `format' instead of our own ad-hoc functions.
10279 Remove HEADER and FOOTER cases, now handled in the EWOC.
10280 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10281
10282 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10283 output to avoid scaring the user.
10284 (cvs-parse-table): Catch message for non-up-to-date commits.
10285
10286 * pcvs-defs.el (cvs-startup-message): Remove.
10287 (cvs-global-menu): New autoloaded menu.
10288
10289 * pcvs-util.el (cvs-string-fill): Remove.
10290
10291 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10292 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10293 PP part of it and also make it work for footers and headers.
10294 (ewoc-create): Drop POS and BUFFER arguments.
10295 Use the DLL's dummy node to store the end-of-footer position.
10296 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10297 (ewoc-refresh): Remove unused `header' variable.
10298 (ewoc-(get|set)-hf): New functions.
10299
10300 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10301 log-view-*-(message|file) and use easy-mmode-define-navigation.
10302 (log-view-message-re): Match SCCS format as well.
10303 And match the revision line rather than the dashed separator line.
10304 (log-view-mode): Use the new define-derived-mode.
10305 (log-view-current-tag): Fill in with an actual implementation.
10306
10307 * cvs-status.el (cvs-status-(prev|next)): Rename from
10308 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10309 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10310 to let the output "breathe" a little more (more readable).
10311 (cvs-status-mode): Use the new define-derived-mode.
10312
10313 * smerge-mode.el (smerge-auto-leave): New function and variable.
10314 (smerge-basic-map): Rename from smerge-basic-keymap.
10315 Change the bindings for smerge-diff-*.
10316 (smerge-*-map): Use easy-mmode-defmap.
10317 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10318 (smerge-keep-*): Use smerge-auto-leave.
10319
10320 2000-03-21 Jason Rumney <jasonr@gnu.org>
10321
10322 * cus-edit.el (custom-button-face): Use 3D look for w32.
10323 (custom-button-pressed-face): Likewise.
10324
10325 2000-03-21 Gerd Moellmann <gerd@gnu.org>
10326
10327 * progmodes/etags.el (tags-case-fold-search): New user-option.
10328 (tags-loop-eval): New function. Bind case-fold-search around eval
10329 depending on the value of tags-case-fold-search.
10330 (tags-loop-continue): Use tags-loop-eval.
10331 (find-tag-in-order): Bind case-fold-search depending on the value
10332 of tags-case-fold-search.
10333
10334 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10335
10336 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10337 (diff-end-of-hunk): Return the end position for use in
10338 `easy-mmode-define-navigation'.
10339 (diff-recenter): Remove.
10340 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10341 of `easy-mmode-define-navigation'.
10342 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10343 previous renaming) and fix to use new names.
10344 (diff-merge-strings): Use \n as separator: simpler, faster.
10345 (diff-mode): Use `define-derived-mode'.
10346
10347 * derived.el (define-derived-mode): Don't autoload anymore.
10348 Prefer the macro-only version provided by easy-mmode.el.
10349
10350 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10351 `easy-mmode-define-derived-mode'.
10352 Use `combine-run-hooks'.
10353 (easy-mmode-define-navigation): New macro.
10354
10355 * subr.el (combine-run-hooks): New function.
10356
10357 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
10358
10359 * term/x-win.el: Fontsets related initialization is simplified.
10360
10361 * international/mule-diag.el (describe-font): Don't refer to
10362 global-fontset-alist, instead call font-list.
10363 (describe-fontset, list-fontsets, mule-diag): Likewise.
10364 (print-fontset): Adjusted for the change of fontset
10365 implementation.
10366
10367 * international/fontset.el (x-charset-registries): Variable
10368 removed, instead the corresponding data is stored in the default
10369 fontset.
10370 (register-alternate-fontnames): Function removed.
10371 (resolved-ascii-font): Variable removed.
10372 (x-compose-font-name): Ignore the second argument REDOCE.
10373 (x-complement-fontset-spec): Complement only an ASCII font and
10374 element for those charsets than can use that ASCII font.
10375 (generate-fontset-menu): Don't refer to global-fontset-alist,
10376 instead call fontset-list.
10377 (uninstantiated-fontset-alist): Variable removed.
10378 (x-style-funcs-alist): Likewise.
10379 (fontset-default-styles): Likewise.
10380 (x-modify-font-name): Function removed.
10381 (create-fontset-from-fontset-spec): Ignore the argument
10382 STYLE-VARIANT.
10383 (create-fontset-from-ascii-font): Docsting adjusted for the above
10384 change.
10385 (instantiate-fontset, resolve-fontset-name): Functions removed.
10386 (fontset-list): Now implemented by C code.
10387
10388 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10389 (describe-face): Include `font' attribute in the description.
10390
10391 2000-03-21 Kenichi Handa <handa@etl.go.jp>
10392
10393 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10394
10395 2000-03-20 Gerd Moellmann <gerd@gnu.org>
10396
10397 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10398 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10399 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10400
10401 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10402 about behavior of set-buffer-modified-p wrt redisplay.
10403
10404 2000-03-19 Richard M. Stallman <rms@gnu.org>
10405
10406 * view.el (view-mode-disable): Kill local binding of view-read-only.
10407
10408 2000-03-18 Gerd Moellmann <gerd@gnu.org>
10409
10410 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10411 is a string, convert it to a syntax cell using string-to-syntax.
10412
10413 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10414 (string-to-syntax): New function.
10415
10416 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10417 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10418 try to use passive ftp mode.
10419
10420 2000-03-17 Gerd Moellmann <gerd@gnu.org>
10421
10422 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10423
10424 * simple.el (append-to-buffer): Update point of windows after
10425 insertion.
10426
10427 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10428 forward then moving backward. Reindent.
10429
10430 * frame.el (other-frame): Call x-focus-frame only if
10431 focus-follows-mouse is off.
10432
10433 2000-03-17 Dave Love <fx@gnu.org>
10434
10435 * pcvs-util.el (cvs-strings->string): Rename
10436 replace-regexps-in-string.
10437
10438 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10441 regexp for labels cannot span several lines.
10442
10443 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10444 `(setq :<key> ':<key>)' to the macro expansion.
10445
10446 2000-03-16 Dave Love <fx@gnu.org>
10447
10448 * progmodes/f90.el (f90): Put custom group under `languages', not
10449 `fortran'.
10450 (f90-mode-hook): Customize.
10451 (f90-mode): Set add-log-current-defun-function.
10452 (f90-current-defun): New function.
10453
10454 2000-03-16 Gerd Moellmann <gerd@gnu.org>
10455
10456 * cus-edit.el (custom-variable-tag-face): Handle case that
10457 default face's height is not a number.
10458 (custom-face-tag-face, custom-group-tag-face-1)
10459 (custom-group-tag-face): Ditto.
10460 (custom-group-tag-face-1): Add :group.
10461
10462 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10463
10464 2000-03-15 Gerd Moellmann <gerd@gnu.org>
10465
10466 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10467 requiring easymenu.
10468
10469 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10470
10471 * ps-print.el: PostScript user-defined prologue, PostScript error
10472 handler, doc fix.
10473 (ps-print-version): New version number (5.1).
10474 (ps-user-defined-prologue, ps-error-handler-message)
10475 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10476 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10477 (ps-insert-string): New function.
10478
10479 2000-03-15 Kenichi Handa <handa@etl.go.jp>
10480
10481 * international/ccl.el (ccl-compile-expression): Don't generate
10482 invalid self-assignment code.
10483
10484 2000-03-14 Dave Love <fx@gnu.org>
10485
10486 * subr.el (replace-regexp-in-string): Renamed from
10487 replace-regexps-in-string. Doc fix.
10488
10489 2000-03-12 Dave Love <fx@gnu.org>
10490
10491 * cus-edit.el: Doc fixes.
10492 (customize-set-variable, customize-save-variable): Rename args for
10493 doc.
10494 (custom-variable-tag-face, custom-face-tag-face)
10495 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10496 style which user identify as hyperlink.
10497 (hook): Don't add undefined functions to the hook.
10498 (debug-ignored-errors): Transfer message from bindings.el.
10499
10500 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10501
10502 * recentf.el (recentf-keep-non-readable-files-p): Remove
10503 double/nested definition.
10504
10505 2000-03-12 Dave Love <fx@gnu.org>
10506
10507 * facemenu.el (facemenu-get-face): Use display-color-p.
10508 * enriched.el (enriched-decode-foreground): Likewise.
10509 (enriched-decode-background): Likewise.
10510 * isearch.el (isearch-highlight): Likewise.
10511 * info-look.el (info-lookup): Likewise.
10512 * simple.el (completion-setup-function): Likewise.
10513
10514 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10515 :options.
10516
10517 * bindings.el (mode-line-format): Fix line-number and
10518 column-number items. Add help-echo for the background.
10519 (mode-line-mule-info): Modify help-echo.
10520
10521 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10522 defcustom.
10523
10524 * files.el (load-file): Allow completion to .elc.
10525
10526 * man.el: Doc fixes.
10527 (Man-init-defvars): Use display-color-p to set fontification.
10528
10529 * play/hanoi.el (hanoi-internal): Don't use oddp.
10530
10531 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10532
10533 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10534
10535 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10536
10537 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10538
10539 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10540 Fix comment.
10541
10542 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10543
10544 * font-lock.el (font-lock-keywords): Fix the doc now that
10545 regexp-opt-depth is unnecessary.
10546 (save-buffer-state): Set an edebug spec.
10547 (font-lock-fontify-anchored-keywords): Properly handle the case when
10548 the matcher goes past the limit.
10549
10550 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10551 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10552
10553 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10554 dll.el and cookie.el (from Elib) with heavy renaming and other
10555 massaging.
10556
10557 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10558 Autoload the functions used.
10559 (easy-mmode-define-syntax): Fix CL typo.
10560 (easy-mmode-define-derived-mode): Improve the docstring generation.
10561
10562 2000-03-10 Gerd Moellmann <gerd@gnu.org>
10563
10564 * textmodes/texinfo.el (texinfo-version): Variable and function
10565 removed.
10566
10567 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10568
10569 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10570 allow more flexibility.
10571 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10572 fns.
10573 (easy-mmode-defmap, easy-mmode-defsyntax)
10574 (easy-mmode-define-derived-mode): New macros.
10575
10576 2000-03-09 Didier Verna <didier@xemacs.org>
10577
10578 * rect.el (replace-rectangle): New function.
10579
10580 2000-03-09 Dave Love <fx@gnu.org>
10581
10582 * progmodes/fortran.el (fortran-comment-line-start): Define as
10583 "C".
10584 (fortran-comment-line-start-skip): Don't match cpp stuff.
10585 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10586 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10587 (fortran-mode): Don't set fortran-comment-line-start-skip,
10588 fortran-comment-line-start here. Set comment-start,
10589 add-log-current-defun.
10590 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10591 (fortran-current-defun): New function.
10592
10593 2000-03-09 Gerd Moellmann <gerd@gnu.org>
10594
10595 * emacs-lisp/re-builder.el: New file.
10596
10597 * mouse.el (mouse-drag-region): Don't run up-event handler
10598 if hscroll has changed.
10599
10600 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10601 builtin operators, use `font-lock-builtin-face' for Emacs and
10602 `font-lock-preprocessor-face' otherwise.
10603
10604 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10605 `(defun (setf foo)' differently.
10606
10607 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10608
10609 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10610 (regexp-opt): Update comment and adapt the code the new meaning of
10611 the `paren' argument of regex-opt-group for shy-groups.
10612 (regexp-opt-depth): Handle shy groups as well as backslashed
10613 backslashes.
10614 (regexp-opt-group): Turn the leading comment into a docstring.
10615 Allow `paren' to be a string (the string to use to open a group).
10616 Remove open-presuf and close-presuf. Instead of checking for `all
10617 one-char' and then later on check for `several one-char', handle
10618 both cases close together. Also apply a more generic algorithm
10619 for suffixes (the mirror image of the algorithm used for
10620 prefixes). Use shy-groups. Use nreverse rather than reverse.
10621 (regexp-opt-try-suffix): Removed.
10622
10623 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10624 from comint-mode-map, so we can just inherit from it. Also, move
10625 the initialization into the `defvar' since there's no docstring
10626 anyway and it's fairly short.
10627 (inferior-scheme-mode): Define it as derived-mode: the code is
10628 shorter and this way we inherit from comint-mode-map rather than
10629 copying it.
10630
10631 * subr.el (replace-regexps-in-string): Properly handle the case
10632 where we match an empty string.
10633
10634 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10635 when the command has a directory component (such as "./testml").
10636 Also fix a typo in the comment.
10637
10638 2000-03-08 Gerd Moellmann <gerd@gnu.org>
10639
10640 * Makefile (compile-files): Compile files one by one because
10641 that's the only way to ensure a clean compilation environment for
10642 each individual file.
10643
10644 * frame.el (other-frame): Call x-focus-frame.
10645
10646 2000-03-07 Dave Love <fx@gnu.org>
10647
10648 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10649 :require to defcustom.
10650
10651 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10652 lists.
10653
10654 * files.el (auto-mode-alist): Add configure.in.
10655
10656 * progmodes/autoconf.el: New file.
10657
10658 2000-03-07 Gerd Moellmann <gerd@gnu.org>
10659
10660 * mail/mh-e.el: Change maintainer to `none'.
10661
10662 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10663 to remove-hook and add-hook.
10664
10665 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10666
10667 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10668 it as the default.
10669 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10670 (sendmail-send-it): Conditionally add MIME headers specifying the
10671 used character set.
10672
10673 2000-03-07 Dave Love <fx@gnu.org>
10674
10675 * winner.el: Fix keywords, autoload cookies. Split
10676 eval-when-compile form to avoid compilation failure.
10677
10678 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10679
10680 * international/mule.el: Modify comment about coding system
10681 property `coding-category'.
10682 (make-coding-system): New argument EOL-TYPE. Pay attention to
10683 coding-category property of PROPERTIES.
10684
10685 * international/mule-conf.el (coding-category-utf-8,
10686 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10687 categories. Include them in the argument for set-coding-priority.
10688
10689 * international/mule-cmds.el (reset-language-environment): Include
10690 coding-category-utf-8, coding-category-utf-16-be, and
10691 coding-category-utf-16-le in the argument for set-coding-priority.
10692 (reset-language-environment): Initialize coding-category-utf-8,
10693 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10694
10695 2000-03-06 Karl Fogel <kfogel@red-bean.com>
10696
10697 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10698 code abstracted out of `bookmark-jump-noselect'. Now tries info
10699 extensions as well as compression extensions.
10700 (bookmark-jump-noselect): Use above new func.
10701
10702 2000-03-03 Gerd Moellmann <gerd@gnu.org>
10703
10704 * strokes.el: Change maintainer's mail address.
10705
10706 2000-03-03 Kenichi Handa <handa@etl.go.jp>
10707
10708 * international/mule-diag.el (list-character-sets): Make help-echo
10709 string by substitute-command-keys.
10710 (list-character-sets): Likewise.
10711 (sort-listed-character-sets): Call help-setup-xref.
10712
10713 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10714
10715 * time.el (display-time-mail-file): Add `none' to the list of
10716 choices.
10717
10718 2000-03-01 Dave Love <fx@gnu.org>
10719
10720 * help.el (help-xref-go-back): Don't try to set position.
10721
10722 * international/mule-diag.el (list-character-sets): Call
10723 help-setup-xref. Add help-echo to xrefs.
10724 (list-character-sets-1): Add help-echo to xrefs.
10725
10726 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10727
10728 * frame.el (blink-cursor-mode): Switch cursor on when turning
10729 the mode off.
10730
10731 * add-log.el (add-log-current-defun): Add support for
10732 Autoconf mode.
10733
10734 * mail/rmail.el (rmail-quit-hook): New variable.
10735
10736 2000-03-01 Dave Love <fx@gnu.org>
10737
10738 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10739
10740 * help.el (help-xref-button): Add help-echo arg.
10741 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10742
10743 * faces.el (list-faces-display): Supply help-echo with
10744 help-make-xrefs.
10745
10746 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10747 nil.
10748
10749 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10750
10751 * image.el (defimage): Look for image files in load-path.
10752
10753 * frame.el (busy-cursor-delay-seconds): Change type to
10754 `number'.
10755
10756 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10757
10758 * recentf.el (recentf): Added version tag to the defgroup of
10759 recentf.
10760
10761 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10762
10763 * recentf.el (recentf-cleanup): Changed to remove excluded file
10764 too.
10765 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10766 action to select/unselect a file.
10767 (recentf-edit-list): Code cleanup and improvement.
10768 (recentf-open-more-files-action): `recentf-open-more-files' button
10769 widget action to open a file.
10770 (recentf-open-more-files): No more use standard completion but
10771 widgets.
10772 (recentf-more-collection): Deleted.
10773 (recentf-more-history): Deleted.
10774 (recentf-setup-more-completion): Deleted.
10775
10776 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10777
10778 * recentf.el (recentf-mode): No more needs that Emacs is running
10779 under a window-system.
10780
10781 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10782
10783 * recentf.el (recentf-edit-list): New command to edit the recent
10784 list which allow the user to remove files.
10785 (recentf-edit-selected-items): New global variable, used by
10786 `recentf-edit-list' to hold the list of files to be removed from
10787 the recent list.
10788 (recentf-make-menu-items): Updated to display a "Edit list..."
10789 menu item. Minor code cleanup.
10790
10791 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10792
10793 * recentf.el (recentf-open-more-files): New command to open files
10794 that are not displayed in the menu.
10795 (recentf-more-collection): New global variable holding the set of
10796 permissible completions used by `recentf-open-more-files'.
10797 (recentf-more-history): New global variable holding the history list
10798 used by `recentf-open-more-files' completion.
10799 (recentf-setup-more-completion): New function to setup completion for
10800 `recentf-open-more-files'.
10801 (recentf-make-menu-items): Updated to display a "More..." menu item.
10802
10803 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10804
10805 * recentf.el (recentf-menu-action): Doc fixed.
10806
10807 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10808
10809 * recentf.el (recentf-menu-filter): Doc updated.
10810 (recentf-update-menu-hook): Allow menu filters to force menu update.
10811 (recentf-make-menu-items): New menu filter handling.
10812 (recentf-make-menu-item): New helper function.
10813 (recentf-menu-elements): New menu handling function.
10814 (recentf-sort-ascending): Updated to new menu filter handling.
10815 (recentf-sort-descending): Updated to new menu filter handling.
10816 (recentf-sort-basenames-ascending): New menu filter function.
10817 (recentf-sort-basenames-descending): New menu filter function.
10818 (recentf-show-basenames): New menu filter function.
10819 (recentf-show-basenames-ascending): New menu filter function.
10820 (recentf-show-basenames-descending): New menu filter function.
10821
10822 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10823
10824 * diary-lib.el (list-diary-entries): Don't try to go forward at
10825 the end of the buffer.
10826
10827 2000-02-29 Kenichi Handa <handa@etl.go.jp>
10828
10829 * international/mule-diag.el (list-character-sets): Completely
10830 rewritten.
10831 (sort-listed-character-sets): New function.
10832 (list-character-sets-1): Completely rewritten.
10833 (list-character-sets-2): New function.
10834 (non-iso-charset-alist): New variable.
10835 (decode-codepage-char): New function.
10836 (charset-history): New variable.
10837 (read-charset) (list-block-of-chars)
10838 (list-iso-charset-chars)
10839 (list-non-iso-charset-chars)
10840 (list-charset-chars): New functions.
10841 (mule-diag): Call list-character-sets-2, not
10842 list-character-sets-2.
10843 (dump-charsets): Likewise.
10844
10845 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10846
10847 * dired-x.el (dired-filename-at-point): Add `@' to valid
10848 file name characters.
10849 (dired-filename-at-point): Handle ange-ftp file names.
10850
10851 * frame.el (frame-notice-user-settings): Use assq-delete-all
10852 instead of assoc-delete-all.
10853 (frame-notice-user-settings): Ditto.
10854
10855 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10856 Don't copy alist.
10857
10858 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10859
10860 * calculator.el (calculator-use-menu): New option.
10861 (calculator-initial-bindings): Changed some bindings to work as
10862 macros.
10863 (calculator-forced-input): Removed.
10864 (calculator-restart-other-mode): New variable.
10865 (calculator-mode-map): Set up menu.
10866
10867 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10868
10869 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10870 tags.
10871
10872 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
10873
10874 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10875 translate all ESC key sequences.
10876 (viper-goto-mark-subr): restore markers for files for which
10877 they were saved.
10878 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10879 * viper-util.el (viper-set-replace-overlay-glyphs,
10880 viper-set-replace-overlay): always check if the replacement
10881 overlay is live.
10882 * viper.el (viper-vi-state-mode-list): added major modes.
10883 * ediff-wind.el: minor comment changes.
10884 * ediff.el: copyright notice date fix.
10885
10886 2000-02-27 Jason Rumney <jasonr@gnu.org>
10887
10888 * faces.el (face-font-family-alternatives): Add arial to helv.
10889 (mode-line, header-line, tool-bar): Same default as x for w32.
10890 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10891 face-font-family-alternatives from working.
10892 * term/w32-win.el (mouse-set-font): Do not build fontset from
10893 chosen font.
10894
10895 2000-02-25 Sam Steingold <sds@goems.com>
10896
10897 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10898 properly.
10899
10900 2000-02-25 Richard M. Stallman <rms@gnu.org>
10901
10902 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10903
10904 2000-02-25 Gerd Moellmann <gerd@gnu.org>
10905
10906 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10907 writable.
10908
10909 * frame.el (busy-cursor-delay-seconds): New option.
10910
10911 2000-02-24 Gerd Moellmann <gerd@gnu.org>
10912
10913 * frame.el (show-cursor-in-non-selected-windows): New option.
10914
10915 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10916
10917 * diary-lib.el (include-other-diary-files): Undo the selective
10918 display in any included file and don't kill it.
10919
10920 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10921
10922 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10923 bar. Menu items converted to (menu-item format, help strings
10924 added.
10925 [downcase, upcase]: Don't enable on MS-DOS.
10926 [symlink, symlinks]: Don't show if make-symbolic-link is not
10927 bound.
10928 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10929
10930 2000-02-23 Dave Love <fx@gnu.org>
10931
10932 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10933 (backward-kill-word): Revert addition of * to interactive spec --
10934 it's a feature.
10935
10936 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10937 (backward-kill-sentence, kill-sentence): Likewise.
10938
10939 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10940 scratch buffer name.
10941 (gud-format-command): Use int-to-string in ?l case. Simplify
10942 slightly.
10943
10944 * term/w32-win.el (internal-face-interactive): Update prompt for
10945 new read-face-name.
10946
10947 * mail/footnote.el (footnote): Add :version to defgroup.
10948 (footnote-section-tag-regexp): Customize.
10949 (footnote-start-tag, footnote-end-tag): New option.
10950 (footnote-latin-regexp): New variable.
10951 (Footnote-latin): New function.
10952 (footnote-style-alist): Add element for latin style.
10953 (footnote-style): Moved.
10954 (Footnote-goto-footnote): Use eq to test arg.
10955
10956 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10957
10958 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10959 (byte-compile-trueconstp): Include keywords.
10960 (byte-optimize-quote, byte-optimize-lapcode): Use
10961 byte-compile-const-symbol-p.
10962 (byte-optimize-char-before): New optimization.
10963
10964 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10965 (byte-compile-const-symbol-p): New function.
10966 (byte-compile-constp, byte-compile-out-toplevel)
10967 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10968 Use it.
10969
10970 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10971
10972 2000-02-23 Kenichi Handa <handa@etl.go.jp>
10973
10974 * international/encoded-kb.el: Be sure to update minor-mode-alist
10975 and minor-mode-map-alist.
10976 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10977 codes SS2 and SS3 correctly.
10978 (encoded-kbd-self-insert-ccl): New function.
10979 (encoded-kbd-setup-keymap): New function.
10980 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10981 by calling encoded-kbd-setup-keymap.
10982
10983 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10984 characters.
10985 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10986 locally.
10987
10988 2000-02-22 Dave Love <fx@gnu.org>
10989
10990 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10991 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10992 defvar.
10993 (lisp-mode-syntax-table): Set up for #|...|# comments.
10994 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10995 classes. Match `defface'.
10996 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10997 (eval-defun-1): Fix for defcustom.
10998 (lisp-indent-region): Doc fix.
10999
11000 * subr.el (when, unless, split-string): Doc fix.
11001 (read-passwd): Move call of clear-this-command-keys to the right
11002 place.
11003 (replace-regexps-in-string): New function.
11004
11005 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11006
11007 * help.el (describe-variable): Set syntax table to
11008 emacs-lisp-mode-syntax-table when moving forward over the
11009 symbol's name.
11010
11011 2000-02-22 Dave Love <fx@gnu.org>
11012
11013 * xt-mouse.el: Doc fixes.
11014 (xterm-mouse-position-function): New function, replacing advice of
11015 mouse-position.
11016 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11017
11018 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11019
11020 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11021
11022 * format.el (format-annotate-single-property-change): Handle
11023 properties.with dotted-list values.
11024 (format-proper-list-p): New function.
11025
11026 * enriched.el (enriched-face-ans): Handle '(foreground-color
11027 . COLOR) and (background-color . COLOR).
11028
11029 2000-02-20 Dave Love <fx@gnu.org>
11030
11031 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11032 and assignments to it.
11033 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11034 current local map.
11035 (make-flyspell-overlay): Use it.
11036 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11037
11038 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11039 (lm-get-header-re): Defun, not defsubst.
11040 (lm-get-package-name): Defun, not defsubst. Simplify.
11041 (lm-version): Doc fix. Simplify.
11042 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11043 (lm-crack-address, lm-last-modified-date, lm-commentary)
11044 (lm-verify, lm-synopsis): Simplify.
11045 (lm-report-bug): Require emacsbug. Use compose-mail.
11046
11047 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11048
11049 * dired.el (dired-mode): Call propertized-buffer-identification
11050 to set mode-line-buffer-identification to something having
11051 the right text properties.
11052
11053 * bindings.el (propertized-buffer-identification): New function.
11054
11055 2000-02-20 Dave Love <fx@gnu.org>
11056
11057 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11058 check for t-mouse too.
11059
11060 * cus-start.el: Make echo-keystrokes `number'.
11061
11062 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11063
11064 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11065 Don't call ring-empty-p unless tags-location-ring is bound.
11066 From Noah Friedman <friedman@splode.com>.
11067
11068 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11069
11070 * progmodes/hideshow.el (hs-flag-region): No longer use
11071 `intangible' overlay property.
11072
11073 (hs-toggle-hiding): New command.
11074 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11075
11076 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11077 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11078 and deactivation.
11079
11080 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11081
11082 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11083
11084 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11085
11086 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11087
11088 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11089 of `*' to handle `(* ... *)' comments.
11090
11091 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11092
11093 * faces.el (list-faces-display): Use display-mouse-p instead of
11094 window-system.
11095
11096 * menu-bar.el (global-map): Menu-bar items converted to the new
11097 format (menu-item..., rearranged for better CUA compliance, and
11098 their names changed for better clarity. Help strings added.
11099
11100 * international/mule-cmds.el (mule-menu-keymap)
11101 (describe-language-environment-map, set-coding-system-map)
11102 (setup-language-environment-map): Convert to new (menu-item...
11103 form, add help strings. Change names of menu items for better
11104 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11105 submenu).
11106
11107 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11108
11109 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11110 within the code.
11111
11112 2000-02-16 Dave Love <fx@gnu.org>
11113
11114 * faces.el: Don't require custom. Add more specific :groups to
11115 various deffaces.
11116 (set-face-attribute): Purecopy args.
11117 (read-face-name): Default to name at point and use it in prompt.
11118 Remove colon from arg in all callers.
11119 (list-faces-display): Hyperlink to face descriptions and customize
11120 buffers.
11121
11122 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11123
11124 * wid-edit.el (widget-match-inline): An atom never matches a
11125 list.
11126
11127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11128
11129 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11130 at ':' characters by call to split-string.
11131
11132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11133
11134 * textmodes/bibtex.el: Added RCS version identification.
11135
11136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11137
11138 * textmodes/bibtex.el: Some temporary comments removed.
11139 (bibtex-field-name, bibtex-entry-type): Made the relationship
11140 explicit.
11141 (bibtex-field-const): Allow capital letters.
11142 (bibtex-start-of-string): Deleted because unused.
11143
11144 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11145 use the term 'reference' to describe a bibtex entry as a whole.
11146 Further, reference keys are no longer called 'labels'.
11147 (bibtex-keys): Renamed to bibtex-reference-keys.
11148 (bibtex-reformat-previous-labels): Renamed to
11149 bibtex-reformat-previous-reference-keys.
11150 (bibtex-reference-type): Renamed to bibtex-entry-type.
11151 (bibtex-reference-head): Renamed to bibtex-entry-head.
11152 (bibtex-reference-maybe-empty-head): Renamed to
11153 bibtex-entry-maybe-empty-head.
11154 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11155 (bibtex-search-reference): Renamed to bibtex-search-entry.
11156 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11157 bibtex-enclosing-entry-maybe-empty-head.
11158 (bibtex-entry-field-alist, bibtex-entry-head,
11159 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11160 bibtex-map-entries, bibtex-search-entry,
11161 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11162 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11163 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11164 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11165 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11166 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11167 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11168
11169 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11170
11171 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11172 comment.
11173 (bibtex-format-field-delimiters): New function, functionality
11174 extracted from bibtex-format-entry.
11175 (bibtex-autokey-get-yearfield-digits): New function, functionality
11176 extracted from bibtex-autokey-get-yearfield.
11177
11178 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11179 entries in order to avoid stack overflow in the regexp matcher if
11180 field contents become large.
11181 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11182 bibtex-field-string-part-not-braced,
11183 bibtex-field-string-part-no-inner-braces,
11184 bibtex-field-string-part-1-inner-brace,
11185 bibtex-field-string-part-2-inner-braces,
11186 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11187 bibtex-field-string-quoted, bibtex-field-string,
11188 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11189 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11190 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11191 as parsing is now performed by the following functions.
11192 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11193 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11194 bibtex-parse-field-string, bibtex-search-forward-field-string,
11195 bibtex-parse-association, bibtex-field-name-for-parsing,
11196 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11197 bibtex-search-forward-field, bibtex-search-backward-field,
11198 bibtex-start-of-field, bibtex-end-of-field,
11199 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11200 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11201 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11202 bibtex-parse-string, bibtex-search-forward-string,
11203 bibtex-search-backward-string, bibtex-start-of-string,
11204 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11205 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11206 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11207 entries. Instead of reporting the results of the parsing by
11208 match-beginning or match-end, these functions return data structures
11209 that hold the corresponding positions.
11210 (bibtex-enclosing-field): Changed to also report field boundaries by
11211 return values rather than by match-beginning or match-end. The
11212 following functions have been adapted to use the new parsing
11213 functions.
11214 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11215 bibtex-enclosing-field, bibtex-format-entry,
11216 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11217 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11218 bibtex-print-help-message, bibtex-end-of-entry,
11219 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11220 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11221 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11222 method for parsing.
11223 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11224 bibtex-map-entries, bibtex-flash-head,
11225 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11226 bibtex-autokey-change, bibtex-autokey-get-namefield,
11227 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11228 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11229 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11230 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11231 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11232 order to make the new binding of case-fold-search immediately
11233 visible.
11234
11235 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11236
11237 * textmodes/bibtex.el: Copyright notice is up to date.
11238 Added constant 'bibtex-maintainer-salutation.
11239
11240 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11241 than make-temp-name, use match-string-no-properties and eliminate
11242 a quadratic behavior when building bibtex-strings.
11243
11244 * bibtex.el (bibtex-reference-key): Accept string entries whose
11245 reference key contains upper case letters.
11246
11247 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11248
11249 * bibtex.el (bibtex-reference-head): Allow entries to start with
11250 a new line.
11251
11252 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11253
11254 * bibtex.el: Hiding of entry bodies is not longer provided by
11255 bibtex.el directly. Instead the hideshow package can be used.
11256 Added a special bibtex entry to hs-special-modes-alist.
11257 (bibtex-hs-forward-sexp): Added for hideshow.el.
11258
11259 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11260
11261 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11262 at ':' characters by call to split-string.
11263
11264 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11265
11266 * textmodes/bibtex.el: Added RCS version identification.
11267
11268 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11269
11270 * textmodes/bibtex.el: Some temporary comments removed.
11271 (bibtex-field-name, bibtex-entry-type): Made the relationship
11272 explicit.
11273 (bibtex-field-const): Allow capital letters.
11274 (bibtex-start-of-string): Deleted because unused.
11275
11276 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11277 use the term 'reference' to describe a bibtex entry as a whole.
11278 Further, reference keys are no longer called 'labels'.
11279 (bibtex-keys): Renamed to bibtex-reference-keys.
11280 (bibtex-reformat-previous-labels): Renamed to
11281 bibtex-reformat-previous-reference-keys.
11282 (bibtex-reference-type): Renamed to bibtex-entry-type.
11283 (bibtex-reference-head): Renamed to bibtex-entry-head.
11284 (bibtex-reference-maybe-empty-head): Renamed to
11285 bibtex-entry-maybe-empty-head.
11286 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11287 (bibtex-search-reference): Renamed to bibtex-search-entry.
11288 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11289 bibtex-enclosing-entry-maybe-empty-head.
11290 (bibtex-entry-field-alist, bibtex-entry-head,
11291 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11292 bibtex-map-entries, bibtex-search-entry,
11293 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11294 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11295 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11296 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11297 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11298 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11299 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11300
11301 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11302
11303 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11304 comment.
11305 (bibtex-format-field-delimiters): New function, functionality
11306 extracted from bibtex-format-entry.
11307 (bibtex-autokey-get-yearfield-digits): New function, functionality
11308 extracted from bibtex-autokey-get-yearfield.
11309
11310 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11311 entries in order to avoid stack overflow in the regexp matcher if
11312 field contents become large.
11313 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11314 bibtex-field-string-part-not-braced,
11315 bibtex-field-string-part-no-inner-braces,
11316 bibtex-field-string-part-1-inner-brace,
11317 bibtex-field-string-part-2-inner-braces,
11318 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11319 bibtex-field-string-quoted, bibtex-field-string,
11320 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11321 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11322 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11323 as parsing is now performed by the following functions.
11324 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11325 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11326 bibtex-parse-field-string, bibtex-search-forward-field-string,
11327 bibtex-parse-association, bibtex-field-name-for-parsing,
11328 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11329 bibtex-search-forward-field, bibtex-search-backward-field,
11330 bibtex-start-of-field, bibtex-end-of-field,
11331 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11332 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11333 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11334 bibtex-parse-string, bibtex-search-forward-string,
11335 bibtex-search-backward-string, bibtex-start-of-string,
11336 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11337 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11338 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11339 entries. Instead of reporting the results of the parsing by
11340 match-beginning or match-end, these functions return data structures
11341 that hold the corresponding positions.
11342 (bibtex-enclosing-field): Changed to also report field boundaries by
11343 return values rather than by match-beginning or match-end. The
11344 following functions have been adapted to use the new parsing
11345 functions.
11346 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11347 bibtex-enclosing-field, bibtex-format-entry,
11348 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11349 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11350 bibtex-print-help-message, bibtex-end-of-entry,
11351 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11352 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11353 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11354 method for parsing.
11355 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11356 bibtex-map-entries, bibtex-flash-head,
11357 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11358 bibtex-autokey-change, bibtex-autokey-get-namefield,
11359 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11360 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11361 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11362 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11363 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11364 order to make the new binding of case-fold-search immediately
11365 visible.
11366
11367 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11368
11369 * textmodes/bibtex.el: Copyright notice is up to date.
11370 Added constant 'bibtex-maintainer-salutation.
11371
11372 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11373 than make-temp-name, use match-string-no-properties and eliminate
11374 a quadratic behavior when building bibtex-strings.
11375
11376 * bibtex.el (bibtex-reference-key): Accept string entries whose
11377 reference key contains upper case letters.
11378
11379 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11380
11381 * bibtex.el (bibtex-reference-head): Allow entries to start with
11382 a new line.
11383
11384 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11385
11386 * bibtex.el: Hiding of entry bodies is not longer provided by
11387 bibtex.el directly. Instead the hideshow package can be used.
11388 Added a special bibtex entry to hs-special-modes-alist.
11389 (bibtex-hs-forward-sexp): Added for hideshow.el.
11390
11391 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11392
11393 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11394 proceedings entry type (for cross referencing). Thanks to Wagner
11395 Toledo Correa for the suggestion.
11396
11397 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11398
11399 2000-02-14 Kenichi Handa <handa@etl.go.jp>
11400
11401 * international/characters.el: Setup case table for Vietnamese.
11402
11403 2000-02-12 Gerd Moellmann <gerd@gnu.org>
11404
11405 * uniquify.el (toplevel): Require CL at compile time.
11406 (uniquify-push): Removed.
11407
11408 * shadowfile.el (shadow-when): Removed.
11409
11410 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11411 (tempo-process-and-insert-string): Use dolist instead of
11412 tempo-dolist.
11413
11414 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11415 regexp for paragraph-start.
11416
11417 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11418 commas as well.
11419
11420 2000-02-10 Dave Love <fx@gnu.org>
11421
11422 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11423 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11424 Deleted.
11425 (widget-specify-field, widget-specify-button): Don't use
11426 widget-mouse-help as help-echo property.
11427 (default): Use #'ignore for :validate and :mouse-down-action.
11428 (checkbox): Add help-echo.
11429 (widget-sexp-validate): Rewritten to clarify error messages.
11430 (character): Use char-valid-p in :match function.
11431 (widget-color-complete): Use facemenu-color-alist.
11432 (widget-color-action): Use facemenu-read-color.
11433
11434 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11435 set up `caar' &c that we now have.
11436
11437 2000-02-09 Ray Blaak <blaak@gnu.org>
11438
11439 * delphi.el: Make resourcestring a declaration region, like const
11440 and var.
11441
11442 2000-02-09 Dave Love <fx@gnu.org>
11443
11444 * bindings.el (mode-line-input-method-map): New variable.
11445 (mode-line-mule-info): Use it; fix last change.
11446 (mode-line-mode-menu): Move definition.
11447 (mode-line-mouse-sensitive-p): Deleted.
11448 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11449 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11450 level.
11451
11452 * startup.el (command-line-1): Don't call
11453 make-mode-line-mouse-sensitive.
11454
11455 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11456
11457 * mail/rmail.el (rmail-retry-failure): Use
11458 rmail-beginning-of-message before rmail-toggle-header, because the
11459 former toggles headers.
11460
11461 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11462
11463 * diff-mode.el (diff-kill-junk): New interactive function.
11464 (diff-reverse-direction): Use delete-and-extract-region.
11465 (diff-post-command-hook): Restrict the area so that the hook also works
11466 outside of any diff hunk. This is necessary for the minor-mode.
11467 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11468 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11469
11470 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11471 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11472 so that it can be used more easily in <foo>-mode-hook. Also make sure
11473 to avoid duplicate entries.
11474 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11475 (font-lock-remove-keywords): Just as was done for `add', allow it to
11476 work even if font-lock-mode is nil. Also make sure we don't modify
11477 any pre-existing list by forcing a copy-sequence. Finally rename
11478 `major-mode' to `mode'.
11479 (font-lock-fontify-syntactic-anchored-keywords)
11480 (font-lock-fontify-anchored-keywords)
11481 (font-lock-fontify-keywords-region): Use line-end-position.
11482 Don't make `font-lock-multiline' local (it's now done in
11483 font-lock-set-defaults).
11484 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11485 move the `font-lock-fontified' creation to inside the `unless'.
11486
11487 2000-02-06 Andrew Innes <andrewi@gnu.org>
11488
11489 * term/w32-win.el (x-handle-args): Comment out call to message,
11490 which occurs before window system is initialized.
11491
11492 * makefile.nt: Add support for recompiling lisp code.
11493
11494 2000-02-04 Dave Love <fx@gnu.org>
11495
11496 * bindings.el (mode-line-mule-info): Fix/extend last change.
11497
11498 * completion.el: Replace completion-dolist with dolist.
11499
11500 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11501 dotimes.
11502
11503 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11504
11505 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11506 environment names before they go into the section regexp.
11507
11508 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11509 char class in regexp.
11510
11511 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11512 `case-fold-search' to nil.
11513
11514 * progmodes/idlwave.el (idlwave-template): Respect
11515 `idlwave-abbrev-change-case'.
11516 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11517 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11518 idlwave-while): respect `idlwave-reserved-word-upcase'.
11519 (idlwave-rw-case): New function.
11520 (idlwave-statement-match): Fixed problem with assignment regexp.
11521 (idlwave-font-lock-keywords): Improved regexp for keyword
11522 parameters.
11523 (idlwave-surround): New argument LENGTH to support padding of
11524 operators longer than 1 char.
11525
11526 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11527 idlwave-shell-expression-overlay. Implemented printing of
11528 expressions on higher levels of the calling stack.
11529 (idlwave-shell-display-level-in-calling-stack): Restore stack
11530 level.
11531 (idlwave-retrieve-expression-from-level): New function.
11532 (idlwave-shell-last-calling-stack): Variable removed.
11533 (idlwave-shell-reset): Argument action reversed (`visible' to
11534 `hidden'). Also remove stop-line overlay.
11535 (idlwave-shell-calling-stack-routine): New variable.
11536 (idlwave-shell-parse-stack-and-display): Messages now display
11537 negative level numbers.
11538 (idlwave-shell-mode): Set `modeline-format'.
11539 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11540 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11541 21.
11542 (idlwave-shell-print-expression-function): New option.
11543
11544 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11545 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11546 `tool-bar' instead of `toolbar'.
11547
11548 2000-02-02 Dave Love <fx@gnu.org>
11549
11550 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11551 emacs-lisp-mode-hook. Don't check for defalias being defined.
11552
11553 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11554 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11555 the new builtins directly.
11556
11557 * whitespace.el (whitespace): Add :version to defgroup.
11558
11559 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11560 Doc fix.
11561
11562 * thingatpt.el (sexp-at-point, symbol-at-point)
11563 (number-at-point, list-at-point): Add autoload cookie.
11564
11565 * recentf.el (recentf): Add :version to defgroup.
11566
11567 * quickurl.el (quickurl): Add :version to defgroup.
11568
11569 * elide-head.el (elide-head): Use point-marker more.
11570
11571 * bs.el (bs): Add :version to defgroup.
11572
11573 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11574
11575 * progmodes/delphi.el (delphi): Add :version to defgroup.
11576
11577 2000-02-02 Gerd Moellmann <gerd@gnu.org>
11578
11579 * ange-ftp.el (ange-ftp-write-region): Handle case that
11580 succeeding process operation sets a different coding system.
11581
11582 * calculator.el: New file.
11583
11584 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11585
11586 * frame.el (frames-on-display-list, framep-on-display): New
11587 functions.
11588 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11589 (display-selections-p, display-screens, display-pixel-width)
11590 (display-pixel-height, display-mm-width, display-mm-height)
11591 (display-backing-store, display-save-under, display-planes)
11592 (display-color-cells, display-visual-class): New functions.
11593
11594 * term/tty-colors.el (tty-color-gray-shades): New function.
11595
11596 * faces.el (display-color-p): Use framep-on-display.
11597 (display-grayscale-p): New function.
11598
11599 2000-01-31 Dave Love <fx@gnu.org>
11600
11601 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11602 (create-fontset-from-x-resource): Don't concat integers.
11603
11604 2000-01-31 Inge Frick <inge@nada.kth.se>
11605
11606 * view.el: Some changes in documentation. Removed some trailing
11607 whitespace. Changed some parameter names to agree with
11608 documentation.
11609 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11610 window is not deleted. Modifies change 1998-04-26.
11611
11612 2000-01-31 Gerd Moellmann <gerd@gnu.org>
11613
11614 * windmove.el: New file.
11615
11616 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11617 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11618 progmodes/ebnf-yac.el: Update copyright and license info.
11619
11620 * jit-lock.el (jit-lock-function): Widen before calculating end
11621 position.
11622 (jit-lock-stealth-chunk-start): Rewritten.
11623
11624 * info.el (Info-title-face-alist): Removed.
11625 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11626 faces.
11627 (Info-fontify-node): Use these faces.
11628
11629 2000-01-30 Gerd Moellmann <gerd@gnu.org>
11630
11631 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11632 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11633 `&allow-other-keywords'.
11634
11635 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11636 the list of directories scanned heuristically.
11637
11638 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11639 exist.
11640
11641 2000-01-30 Jason Rumney <jasonr@gnu.org>
11642
11643 * w32-fns.el: Define w32-tty-standard-colors.
11644
11645 * startup.el (command-line): Use w32-tty-standard-colors when in
11646 w32 console mode.
11647
11648 2000-01-30 Dave Love <fx@gnu.org>
11649
11650 * jka-compr.el (jka-compr-load): Fix up load-history.
11651
11652 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11653
11654 * emacs-lisp/cl-macs.el: Revert previous change.
11655
11656 2000-01-29 Dave Love <fx@gnu.org>
11657
11658 * facemenu.el: Purecopy various strings.
11659
11660 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11661 years. Deal with three-digit years.
11662
11663 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11664 defconst, purecopy.
11665 (help-back-label): Purecopy it.
11666
11667 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11668
11669 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11670 variable. If non-nil, order the buffer list according to the
11671 currently selected frame.
11672 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11673 non-nil, pass the selected frame to function buffer-list.
11674
11675 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11676
11677 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11678
11679 2000-01-28 Dave Love <fx@gnu.org>
11680
11681 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11682
11683 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11684 Don't use lisp-indent-hook property.
11685 (cl-abs): Remove.
11686
11687 * subr.el: Move out indent and edebug specs for when and unless.
11688
11689 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11690 when, unless.
11691
11692 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11693 unless, when.
11694
11695 2000-01-28 Gerd Moellmann <gerd@gnu.org>
11696
11697 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11698 `collecting' as synonym for `collect'.
11699
11700 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11701 for the case it contains spaces.
11702
11703 * simple.el (what-cursor-position): Change formatting of
11704 messages.
11705
11706 * frame.el (delete-other-frames): New function.
11707 (toplevel): Bind it to C-x 5 1.
11708
11709 * sort.el (sort-numeric-base): New option.
11710 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11711 interpret it as octal or hexadecimal. Use sort-numeric-base
11712 as default base.
11713
11714 * progmodes/glasses.el: New file.
11715
11716 2000-01-27 Gerd Moellmann <gerd@gnu.org>
11717
11718 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11719 userids differently.
11720
11721 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11722 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11723 progmodes/ebnf-yac.el: New files.
11724
11725 2000-01-26 Dave Love <fx@gnu.org>
11726
11727 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11728 on a function with an empty body. [From Eric Ludlam.]
11729
11730 2000-01-25 Andre Spiegel <spiegel@gnu.org>
11731
11732 * vc.el (vc-version-diff): Make sure file name is expanded.
11733
11734 2000-01-25 Gerd Moellmann <gerd@gnu.org>
11735
11736 * scroll-bar.el (scroll-bar-timer): Variable removed.
11737 (scroll-bar-toolkit-scroll): Don't use a timer.
11738
11739 2000-01-25 Kenichi Handa <handa@etl.go.jp>
11740
11741 * language/thai-util.el (thai-composition-function): Delete
11742 superfluous `a'.
11743
11744 2000-01-24 Dave Love <fx@gnu.org>
11745
11746 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11747 end-of-defun-function.
11748
11749 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11750 &c.
11751
11752 2000-01-22 Jason Rumney <jasonr@gnu.org>
11753
11754 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11755 conflicts with new face support.
11756
11757 2000-01-22 Richard M. Stallman <rms@gnu.org>
11758
11759 * replace.el (query-replace): Rename last arg to DELIMITED.
11760 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11761 (query-replace-regexp): Likewise.
11762
11763 2000-01-20 Richard M. Stallman <rms@gnu.org>
11764
11765 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11766
11767 * emacs-lisp/lisp.el (beginning-of-defun-function):
11768 Variable renamed from beginning-of-defun.
11769 Do not call make-variable-buffer-local.
11770 (beginning-of-defun-raw): Use new variable name; doc fix.
11771 (beginning-of-defun): Doc fix.
11772 (end-of-defun-function): Variable renamed from end-of-defun.
11773 Do not call make-variable-buffer-local.
11774 (end-of-defun): Use new variable name; doc fix.
11775
11776 * subr.el (dolist, dotimes): Copied from cl-macs.el
11777 and made to work.
11778
11779 * mail/undigest.el (rmail-digest-end-regexps):
11780 Variable replaces rmail-digest-end-regexp.
11781 Allows multiple regexps for detecting the end line.
11782 (undigestify-rmail-message): Corresponding changes.
11783
11784 2000-01-19 Dave Love <fx@gnu.org>
11785
11786 * files.el (user-init-file): Don't declare here -- is primitive.
11787
11788 * startup.el (command-line): Check for compiled user-init-file and
11789 set to uncompiled version if necessary.
11790
11791 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11792
11793 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11794 (undigestify-rmail-message): Use it.
11795
11796 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11797
11798 2000-01-17 Gerd Moellmann <gerd@gnu.org>
11799
11800 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11801 of mini-buffer.
11802
11803 2000-01-14 Gerd Moellmann <gerd@gnu.org>
11804
11805 * emacs-lisp/copyright.el (copyright-update): Removed the
11806 requirement for a trailing space from `copyright-regexp', to
11807 support copyrights with owner specified on a separate line..
11808
11809 * align.el: New file.
11810
11811 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11812
11813 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11814
11815 2000-01-13 Dave Love <fx@gnu.org>
11816
11817 * ph.el: Removed. (Obsoleted by EUDC.)
11818
11819 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11820
11821 * net/eudc.el (toplevel): Remove autoloaded code installing
11822 menu with easymenu, because that causes build problems.
11823
11824 * frame.el (frame-notice-user-settings): New variable.
11825 (frame-notice-user-settings): Don't modify frame parameters
11826 if called a second time.
11827
11828 2000-01-13 Richard M. Stallman <rms@gnu.org>
11829
11830 * frame.el (frame-notice-user-settings):
11831 Notice default-frame-parameters even for non-window frames.
11832
11833 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11834
11835 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11836 for Emacs.
11837 (eudc-bob-can-display-inline-images): Extend for Emacs.
11838 (eudc-bob-toggle-inline-display): Ditto.
11839 (eudc-bob-display-jpeg): Ditto.
11840
11841 2000-01-12 Gerd Moellmann <gerd@gnu.org>
11842
11843 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11844 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11845 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11846
11847 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11848 nil)'.
11849
11850 * subdirs.el: Add `net' directory.
11851
11852 * net: New directory.
11853
11854 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11855 eval-last-sexp. Don't bind debug-on-error here.
11856 (eval-last-sexp): New function. Bind debug-on-error if
11857 eval-expression-debug-on-error is non-nil.
11858 (eval-defun-2, eval-defun): Likewise.
11859
11860 * simple.el (eval-expression): Don't bind debug-on-error if
11861 eval-expression-debug-on-error is nil. Detect changed
11862 debug-on-error, and propagate new value to global binding, if
11863 eval-expression-debug-on-error is non-nil,
11864 (eval-expression-debug-on-error): Change doc string.
11865
11866 2000-01-11 Richard M. Stallman <rms@gnu.org>
11867
11868 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11869
11870 * emacs-lisp/lisp-mode.el (with-syntax-table):
11871 Set up lisp-indent-function property.
11872
11873 * subr.el (with-syntax-table): Moved from simple.el.
11874
11875 * simple.el (with-syntax-table): Moved to subr.el.
11876
11877 2000-01-11 Gerd Moellmann <gerd@gnu.org>
11878
11879 * tmm.el (tmm-shortcut): Delete region after prompt instead
11880 of erasing buffer.
11881
11882 * textmodes/fill.el (fill-common-string-prefix): New function.
11883 (fill-context-prefix): Use the longest common prefix of first
11884 and second line fill prefix, if there is one.
11885
11886 2000-01-11 Richard M. Stallman <rms@gnu.org>
11887
11888 * array.el (array-mode): Don't use make-variable-buffer-local.
11889 Use make-local-variable for `truncate-lines'.
11890
11891 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
11892
11893 * add-log.el (add-log-current-defun): Handle user-defined
11894 add-log-current-function returning nil,
11895
11896 * add-log.el (add-change-log-entry): Insert version number
11897 if having found a current function
11898
11899 * add-log.el (add-log-current-defun): Call
11900 `add-log-current-defun-function'. Try matches at level 0 and
11901 level 1. Strip whitespace from defun found.
11902
11903 2000-01-10 John Wiegley <johnw@gnu.org>
11904
11905 * allout.el (isearch-done/outline-provisions): Added `edit'
11906 argument to correspond with the current definition of
11907 `isearch-done'.
11908
11909 2000-01-10 Dave Love <fx@gnu.org>
11910
11911 * elide-head.el (elide-head): Use point-marker, not point.
11912
11913 2000-01-10 Gerd Moellmann <gerd@gnu.org>
11914
11915 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11916 before and after the year 2000.
11917
11918 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11919 Add ispell- prefix.
11920
11921 2000-01-10 Ken Stevens <k.stevens@ieee.org>
11922
11923 * ispell.el: Only define dictionaries in menus when they exist.
11924 (version18p): New variable.
11925 (version20p): New variable.
11926 (xemacsp): New variable.
11927 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11928 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11929 (ispell-dictionary-alist6): Russian command lines no longer accept
11930 run-together words.
11931 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11932 (ispell-dictionary-alist): Add koi8-r to customize definition.
11933 (check-ispell-version): Added documentation string. Returns
11934 library path when called non-interactively.
11935 (ispell-menu-map-needed): Uses new variables.
11936 (ispell-library-path): New variable.
11937 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11938 (ispell-word): Improved documentation string. Test for valid
11939 character mappings. Correctly check typed in word changes that can
11940 result in single words split into multiple words. Returns
11941 replacement word.
11942 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11943 replace in recursive query replace mode. Help message for
11944 recursive edit mode.
11945 (ispell-show-choices): Protect against bad framepop bindings.
11946 (ispell-help): Fix to work with XEmacs.
11947 (ispell-highlight-spelling-error): Use new variables.
11948 (ispell-overlay-window): Fix to work with XEmacs.
11949 (ispell-parse-output): Passed and returns location information
11950 tracking spelling corrections. Doesn't recheck same word on
11951 current line.
11952 (ispell-init-process): Protect against bogus XEmacs variable binding.
11953 Fix call to single argument in sleep-for. Use new variables.
11954 (ispell-region): Passed and returns location information tracking
11955 spelling corrections. Doesn't check same word on current line.
11956 Improved documentation string. Doesn't resend a line already
11957 checked to the ispell process - fixes bug in LaTeX parsing.
11958 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11959 (ispell-skip-region): No longer skips <TT> in SGML.
11960 (ispell-process-line): Tracks location information with spelling
11961 corrections. Added documentation string. Accounts for words
11962 already accepted on this line. Don't allow query-replace on line
11963 starting with math characters. Doesn't resend a line already sent
11964 to ispell process. Fixes alignment error bug.
11965
11966 2000-01-10 Richard M. Stallman <rms@gnu.org>
11967
11968 * dired-x.el (dired-guess-shell-alist-default):
11969 Suggest xloadimage, which is free, not xv, which isn't.
11970
11971 * ange-ftp.el (ange-ftp-file-name-nondirectory):
11972 Don't ever include the host name or user name in the value.
11973
11974 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11975
11976 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11977 of a real newline.
11978
11979 2000-01-09 Stephen Eglen <stephen@gnu.org>
11980
11981 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11982 for .png files.
11983
11984 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11985
11986 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11987
11988 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11989
11990 * progmodes/cperl-mode.el: Replace ^F with ^L.
11991
11992 * sendmail.el (toplevel): Provide `sendmail' when compiling
11993 before `require'ing rmail and mailalias to prevent infinite
11994 recursion.
11995
11996 2000-01-08 Dave Love <fx@gnu.org>
11997
11998 * emacs-lisp/backquote.el: Remove inappropriate customization
11999 (allowing custom.el to use backquote).
12000
12001 2000-01-07 Dave Love <fx@gnu.org>
12002
12003 * add-log.el (add-log-debugging): Deleted.
12004 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12005 file. Remove debugging code.
12006 (change-log-get-method-definition, change-log-name): Add doc.
12007 (change-log-sortable-date-at): New function.
12008 (change-log-merge): New command.
12009
12010 * time.el (display-time-string-forms): Make the Mail string active.
12011 (display-time-update): Provide help-echo for load average.
12012
12013 * bindings.el (make-mode-line-mouse2-map): New function.
12014 (mode-line-modified): Use it and simplify.
12015 (mode-line-mule-info): Provide help-echo info.
12016 (minor-mode-alist): Activate the strings.
12017 (make-mode-line-mouse-sensitive): Simplify for
12018 mode-line-buffer-identification.
12019
12020 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12021
12022 * play/pong.el: New file.
12023
12024 2000-01-06 Dave Love <fx@gnu.org>
12025
12026 * array.el: Assorted cleanups for compiler warnings, doc strings,
12027 `array-' prefix for symbols.
12028
12029 2000-01-05 Dave Love <fx@gnu.org>
12030
12031 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12032 outline-headers-as-kill.
12033 (outline-mode): Define imenu-generic-expression.
12034 (outline-headers-as-kill): New command.
12035
12036 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12037 from paragraph-start.
12038 (paragraph-indent-minor-mode): New command.
12039
12040 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12041 M-C-e, M-C-h, C-j, C-xnd, TAB.
12042 (fortran-mode): Set beginning-of-defun, end-of-defun.
12043 (fortran-column-ruler): Simplify.
12044 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12045 (fortran-with-subprogram-narrowing): Likewise.
12046 (fortran-indent-subprogram): Call mark-defun.
12047 (fortran-check-for-matching-do): Change narrowing.
12048
12049 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12050 (cl-lucid-hash-tag): Delete.
12051 (cl-hash-table-p): Correct test for native table.
12052 (cl-hash-table-count): Use hash-table-count.
12053
12054 * browse-url.el (browse-url): Fix case of
12055 browse-url-browser-function being an alist.
12056
12057 2000-01-05 Carsten Dominik <cd@gnu.org>
12058
12059 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12060 (reftex-index-phrase-file-extension): New options.
12061
12062 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12063 Use new option `reftex-index-phrase-file-extension'.
12064
12065 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12066 `reftex-parse-file-extension'.
12067
12068 2000-01-05 Dave Love <fx@gnu.org>
12069
12070 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12071 (beginning-of-defun-raw): Use it.
12072 (end-of-defun): New variable.
12073 (end-of-defun): Use it.
12074 (check-parens): New command.
12075
12076 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12077
12078 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12079 (hs-show-block): Don't use `mapcar' when not accumulating.
12080
12081 Fix buglet in local variables initialization.
12082
12083 2000-01-05 Andreas Schwab <schwab@suse.de>
12084
12085 * hscroll.el (hscroll): Doc fix.
12086
12087 2000-01-05 Carsten Dominik <cd@gnu.org>
12088
12089 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12090 idlw-toolbar.
12091
12092 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12093 file idlw-rinfo.el.
12094 (idlwave-customize): load must read file idlw-shell.el.
12095 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12096
12097 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12098
12099 * progmodes/idlw-shell.el: Also provide idlwave-shell
12100 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12101 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12102
12103 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12104 both reftex-dcr and reftex-vcr.
12105
12106 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12107
12108 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12109
12110 * ps-print.el: PostScript code now is in separate files, doc fix.
12111 (ps-print-version): New version number (5.0.3).
12112 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12113 local.
12114 (ps-spool-config): Initialization fix.
12115 (ps-print-prologue-1, ps-print-prologue-2)
12116 (ps-print-duplex-feature): PostScript code moved to separated file.
12117 (ps-background-image): Little code reformating.
12118 (ps-begin-file, ps-begin-job): Fix code.
12119 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12120 (ps-prologue-file): New fun.
12121
12122 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12123
12124 * ps-vars.el: Eliminated.
12125
12126 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12127 `;;;###autoload'.
12128
12129 * ps-print.el: ps-vars eliminated, doc fix.
12130 (ps-print-version): New version number (5.0.2).
12131 (ps-spool-config): Initialization fix.
12132 (ps-print-customize): New fun.
12133
12134 2000-01-04 Gerd Moellmann <gerd@gnu.org>
12135
12136 * autorevert.el (auto-revert-mode): Return value of
12137 auto-revert-mode.
12138
12139 2000-01-04 Dave Love <fx@gnu.org>
12140
12141 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12142 menu items.
12143
12144 2000-01-03 Dave Love <fx@gnu.org>
12145
12146 * elide-head.el (elide-head) [defgroup]: Add :version.
12147
12148 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12149 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12150 `cl-hash-table-p', not `hash-table-p'.
12151 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12152
12153 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12154
12155 * faces.el (face-read-integer, read-face-attribute)
12156 (color-defined-p, color-values): unspecified-{f,b}g are now
12157 strings.
12158
12159 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12160
12161 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12162 at comment end, and re-insert them after filling.
12163
12164 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12165
12166 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
12167 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12168 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
12169
12170 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12171
12172 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12173 the new name of face-color-supported-p.
12174
12175 * term/w32-win.el (xw-defined-colors): Likewise.
12176
12177 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12178
12179 * simple.el (completion-setup-function): Count completion-size
12180 from minibuffer-prompt-end, not from point-min.
12181
12182 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12183
12184 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12185 Pass the frame to tty-color-* functions.
12186 (display-color-p, frame-set-background-mode): Pass the frame to
12187 tty-display-color-p.
12188
12189 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12190 tty-color-alist.
12191 (tty-color-alist, tty-modify-color-alist): New functions.
12192 (tty-color-define, tty-color-clear, tty-color-approximate)
12193 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12194 an optional parameter FRAME.
12195
12196 2000-01-01 Gerd Moellmann <gerd@gnu.org>
12197
12198 * image.el (create-image, defimage): Don't assume image data is a
12199 string.
12200
12201 * image.el (defimage): Handle specifications containing :data
12202 instead of :file.
12203 (image-type-from-data): New function.
12204 (image-type-from-file-header): Use it.
12205 (create-image): Add parameter DATA-P.
12206
12207 See ChangeLog.8 for earlier changes.
12208
12209 ;; Local Variables:
12210 ;; coding: iso-2022-7bit
12211 ;; End: