]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mode-line-modified): Fix a typo.
[gnu-emacs] / lisp / ChangeLog
1 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el (mode-line-modified): Fix a typo.
4 (mode-line-toggle-modified, mode-line-widen)
5 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6
7 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8
9 * ps-print.el: Minor fixes from author.
10
11 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
12
13 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
14 (vc-version-backup-file): Docstring fix.
15
16 2000-11-16 Gerd Moellmann <gerd@gnu.org>
17
18 * files.el (basic-save-buffer): Don't add a newline if
19 find-file-literally is non-nil.
20 (find-file-literally): Extend doc string.
21
22 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
23 sort(1) with the `-f' argument.
24
25 2000-11-16 Andre Spiegel <spiegel@gnu.org>
26
27 * vc.el: Updated backend documentation.
28 (vc-default-check-headers): New function.
29
30 * vc-{cvs,rcs,sccs}.el: Functions reordered.
31
32 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
33 up-to-date.
34 (vc-do-command): In the asynchronous case, output messages only if
35 the minibuffer is not active.
36
37 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
38 `vc-cvs-use-edit' is on.
39 (vc-cvs-checkout): When this is used for reverting the workfile,
40 make a backup of the original contents and revert to that in case
41 of error.
42 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
43 remote repositories.
44
45 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
46 for both version and ratio in the minibuffer.
47
48 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
49 Use vc-do-command to perform the annotation, not call-process.
50
51 2000-11-16 Kenichi Handa <handa@etl.go.jp>
52
53 * international/quail.el (quail-start-translation): Don't call
54 `message' before reading key sequence.
55
56 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
57
58 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
59
60 2000-11-16 Kenichi Handa <handa@etl.go.jp>
61
62 * window.el (fit-window-to-buffer): Be sure to acquire at least
63 one text line even if the buffer is empty.
64
65 2000-11-16 Gerd Moellmann <gerd@gnu.org>
66
67 * net/ange-ftp.el (ange-ftp-file-writable-p)
68 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
69 ange-ftp-process-verbose to nil.
70
71 2000-11-15 Dave Love <fx@gnu.org>
72
73 * wid-edit.el (widget-specify-field, widget-specify-button): If
74 :help-echo is a function, set help-echo of overlay to
75 widget-mouse-help.
76 (widget-mouse-help): New function.
77 (widget-echo-help): Rewritten for :help-echo functions only taking
78 a widget arg.
79
80 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
81 display-graphic-p.
82 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
83 and that JPEG is available.
84 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
85
86 * international/mule-cmds.el (locale-charset-language-names):
87 Match @euro.
88
89 2000-11-15 Gerd Moellmann <gerd@gnu.org>
90
91 * faces.el (face-set-after-frame-default): If
92 `inhibit-default-face-x-resources' is bound, don't intialize the
93 default face from X resources.
94
95 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
96
97 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
98 Don't set EMACSLOADPATH.
99
100 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
103 texinfo-insert-@url.
104 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
105 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
106
107 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
108
109 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
110 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
111 (checkdoc-minor-keymap): Backward compatibility.
112 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
113 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
114 (checkdoc-this-string-valid-engine): Be a bit more strict
115 to avoid matching substrings of `...' quoted vars/funs.
116 (checkdoc-defun-info): Only look for `interactive' if alone.
117 (debug-ignored-errors): Add "arg doesn't appear in docstring".
118
119 * progmodes/compile.el (grep): `tag-default' can be nil.
120
121 * newcomment.el (comment-indent): Paren typo.
122
123 2000-11-14 Dave Love <fx@gnu.org>
124
125 * calculator.el: New maintainer version.
126
127 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
128
129 * cmuscheme.el: Doc fixes.
130 (cmuscheme) <defgroup>: Use `scheme' as parent.
131 (cmuscheme-program-name): Remove. Change uses to
132 scheme-program-name.
133
134 * xscheme.el (scheme-program-name): Don't define here.
135
136 * progmodes/scheme.el (scheme-program-name): New variable
137 (originally in cmuscheme).
138
139 2000-11-14 Miles Bader <miles@gnu.org>
140
141 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
142 Handle header-lines. Don't loop forever if we can't enlarge the
143 window anymore. Simplify a bit.
144
145 2000-11-14 Kenichi Handa <handa@etl.go.jp>
146
147 * window.el (fit-window-to-buffer): Don't check
148 window-text-height. Assure that the last line is fully visible.
149
150 * international/quail.el (quail-show-guidance-buf): Call
151 fit-window-to-buffer to assure the enough height of the guidance
152 buffer.
153 (quail-update-guidance): Avoid making the guidance buffer shorter.
154
155 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
156
157 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
158 rather than `prepend' and add an interesting comment.
159 (tex-math-face, tex-font-lock-syntactic-face-function):
160 New face and function to use it.
161 (tex-define-common-keys, tex-mode-map): Use menu-item rather
162 than `menu-enable' symbol property.
163 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
164 (tex-mode): Add some latex-mode commands for auto-selection.
165 Use tex-font-lock-syntactic-face-function.
166 (tex-insert-quote): Simplify.
167 (tex-shell): New mode.
168 (tex-start-shell): Use it.
169 (tex-shell-proc, tex-shell-buf): New functions.
170 (tex-send-command): Use it.
171 (tex-main-file): Fix the meaning of the new arg REALFILE.
172 (tex-send-tex-command): New function split from `tex-start-tex'.
173 Set compilation-last-buffer and compilation-parsing-end.
174
175 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
176 when it follows non-comment text on the line.
177
178 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
179 Set font-lock-defaults.
180 (lisp-mode-shared-map): Init inside the defvar.
181 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
182 Use define-derived-mode.
183
184 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
185
186 * faces.el (header-line): Use `:box nil' for color/gs displays too.
187
188 2000-11-14 Gerd Moellmann <gerd@gnu.org>
189
190 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
191 recursively optimize body because that can lead to infinite
192 recursion; see comment there.
193
194 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
195
196 * faces.el (face-spec-set-match-display): Revert the change from
197 2000-10-24. Add a FIXME for after v21.1.
198
199 2000-11-13 Miles Bader <miles@gnu.org>
200
201 * textmodes/fill.el (skip-line-prefix): New function.
202 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
203 (fill-paragraph): Don't leave point inside the fill-prefix.
204 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
205 point inside the fill-prefix.
206
207 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
208
209 * calendar/calendar.el (generate-calendar-window): Use
210 `fit-window-to-buffer'.
211
212 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
213
214 * gud.el (gud-minor-mode): New var.
215 (gud-symbol, gud-val): New functions.
216 (gud-find-file): Copy gud-minor-mode to the new buffer.
217 (gud-menu-map): Include entries for commands that are not always
218 available, using :enable to (de)activate them.
219 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
220 (gud-mode-map): New map.
221 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
222 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
223 Don't set up gud's menu (it's done by the minor-mode).
224 (gud-minibuffer-local-map): New.
225 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
226 (gud-query-cmdline): New function.
227 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
228 (gud-mode): Use define-derived-mode.
229 Don't set up gud's menu (it's done by the minor-mode).
230 (gud-chop-words): Remove.
231 (gud-common-init): Use split-string instead.
232 (gud-new-keymap, gud-make-debug-menu): Eradicate.
233
234 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
235 Add keyword arg :name.
236
237 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
238 (diff-count-matches, diff-split-hunk): New functions.
239 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
240
241 * pcvs-info.el (cvs-fi-conflict-face): New var.
242
243 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
244 Make it into a simple syntax-table, shared among all submodes.
245 (sh-heredoc-face): Re-introduce.
246 (sh-font-lock-syntactic-face-function): New function.
247 (sh-mode): Use it. Also use define-derived-mode.
248 Remove old bogus setting of indent-region-function.
249 (sh-set-shell): Don't set the syntax-table any more.
250 (sh-mode-syntax-table) <defun>: Remove.
251
252 2000-11-12 Miles Bader <miles@gnu.org>
253
254 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
255 message if interactive.
256
257 2000-11-12 Dave Love <fx@gnu.org>
258
259 * mail/feedmail.el: Fix header,
260 (feedmail) <defgroup>: Add :link.
261
262 * view.el: Use local-map property, not keymap on mode-line string.
263
264 * scroll-all.el (scroll-all-mode): Customize variable. Add
265 autoload cookie to function.
266
267 * lazy-lock.el: Remove compatibility code.
268
269 * finder.el (finder-known-keywords): Add `files', remove `vms'.
270 (finder-help-echo): New variable.
271 (finder-mouse-face-on-line): Add help-echo stuff.
272 (finder-list-keywords, finder-list-matches): Use mapc.
273
274 * faces.el (face-font-registry-alternatives): Add :version.
275
276 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
277 tags-table-list.
278
279 * net/browse-url.el (browse-url-browser-function): Update :version.
280
281 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
282 (mail-mode): Use [:alnum:] in some regexps.
283
284 2000-11-10 Dave Love <fx@gnu.org>
285
286 * ediff.el (ediff-regions-internal, ediff-documentation):
287 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
288 fundamental mode.
289
290 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
291 buffer into fundamental mode.
292 (ediff-set-difference): Use copy-sequence if available.
293
294 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
295 ediff-patch-map non-nil.
296 (ediff-fixup-patch-map, ediff-fixup-patch-map)
297 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
298 buffer into fundamental mode.
299
300 * ediff-merg.el (state-or-merge): Defvar when compiling.
301
302 2000-11-10 Jason Rumney <jasonr@gnu.org>
303
304 * w32-fns.el (w32-add-charset-info): New function.
305 (w32-charset-info-alist): Use it.
306
307 2000-11-10 Gerd Moellmann <gerd@gnu.org>
308
309 * faces.el (face-font-registry-alternatives): New user-option.
310
311 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
312
313 * textmodes/texinfo.el (texinfo-block-default): New var.
314 (texinfo-insert-block): Use it. Insert a newline if needed.
315
316 * textmodes/fill.el (fill-indent-according-to-mode): New var.
317 (fill-region-as-paragraph): Use it.
318
319 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
320 (latex-mode): Tweak tex-*-(head|trail)er regexps.
321 Tweak paragraph regexps to allow a leading [ \t]*.
322 (tex-latex-block): Insert a newline if necessary.
323 (latex-insert-item): Only insert a newline if necessary.
324 (tex-guess-main-file): New function.
325 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
326 Set tex-main-file if TeX-master is provided.
327 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
328
329 2000-11-10 Gerd Moellmann <gerd@gnu.org>
330
331 * startup.el (command-line): Set the default tooltip-mode
332 to t for graphical displays which implement x-show-tip.
333
334 * tooltip.el (tooltip-mode): Add a comment about startup.el
335 setting the default value of this user-option.
336
337 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
338
339 * font-lock.el (font-lock-*-face) <defvar>: Move.
340 (font-lock-defaults-alist): Mark obsolete.
341 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
342 (font-lock-mode): Use define-minor-mode.
343 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
344 (font-lock-turn-off-thing-lock): Be more explicit.
345 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
346 (font-lock-syntactic-face-function): New var.
347 (font-lock-fontify-syntactically-region): Use it.
348 (font-lock-doc-face): New.
349
350 * pcvs.el (cvs-enabledp): Ignore errors.
351 (cvs-commit-filelist): Never query.
352 (cvs-mode-insert): Always add a terminating / in the initial prompt.
353 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
354 (cvs-do-removal): Use cvs-partition rather than delete-if.
355 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
356 cvs-bury-buffer.
357
358 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
359 Allow `next' to jump to after the end of the last match.
360
361 2000-11-09 Gerd Moellmann <gerd@gnu.org>
362
363 * simple.el (byte-compiling-files-p): New function.
364
365 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
366 if it is there.
367
368 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
369 nil again.
370
371 * textmodes/ispell.el (ispell-library-path): Don't call
372 check-ispell-version when byte-compiling because that starts
373 an ispell process, and ispell might not be installed.
374 (toplevel): Don't set up a menu when byte-compiling.
375
376 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
377 it, so that a boundp test can be used to determine if we're
378 currently byte-compiling.
379
380 2000-11-09 Dave Love <fx@gnu.org>
381
382 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
383 eval-after-load.
384
385 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
386
387 * ps-print.el: Patch for variable initialization when spooling. Doc
388 fix.
389 (ps-output-list): Fun eliminated.
390 (ps-begin-file, ps-begin-job): Code fix.
391
392 2000-11-08 Dave Love <fx@gnu.org>
393
394 * ediff-wind.el (ediff-control-frame-parameters): Zero
395 tool-bar-lines.
396
397 2000-11-08 Gerd Moellmann <gerd@gnu.org>
398
399 * simple.el (shell-command, display-message-or-buffer)
400 (shell-command-on-region): Mention resize-mini-windows in the doc
401 string.
402 (display-message-or-buffer): Take the value of resize-mini-windows
403 into account.
404
405 2000-11-07 Gerd Moellmann <gerd@gnu.org>
406
407 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
408
409 * dired.el (dired-between-files): Add `^. find' as an alternative
410 to the regular expression, for find-dired.
411
412 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
413
414 * textmodes/texnfo-upd.el: Require texinfo.
415 (defmacro, defgroup): Remove.
416 (texinfo-section-to-generic-alist): Remove.
417 Use texinfo-section-list instead (i.e. level is changed string->int).
418 (texinfo-filter): New function.
419 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
420 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
421 Use it. And use regexp-opt.
422 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
423 (texinfo-update-menu-region-beginning)
424 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
425 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
426 (texinfo-update-menu-same-level-regexps): Update.
427 (texinfo-update-node, texinfo-every-node-update)
428 (texinfo-sequential-node-update): Remove autoload cookie.
429
430 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
431 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
432 (texinfo-chapter-level-regexp): Remove.
433 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
434
435 2000-11-06 Dave Love <fx@gnu.org>
436
437 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
438
439 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
440 Match defun*.
441
442 2000-11-06 Kenichi Handa <handa@etl.go.jp>
443
444 * composite.el (composition-function-table): Variable declaration
445 moved to src/composite.c.
446 (compose-chars-after): New optional arg object.
447
448 2000-11-06 Gerd Moellmann <gerd@gnu.org>
449
450 * bindings.el (mode-line-toggle-read-only)
451 (mode-line-toggle-modified, mode-line-widen)
452 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
453 (make-mode-line-mouse2-map): Rewritten.
454 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
455 functions so that C-h k can show something with a doc string.
456
457 * startup.el (fancy-splash-delay): Set to 10 seconds.
458 (fancy-splash-max-time): New user-option.
459 (fancy-splash-stop-time): New variable.
460 (fancy-splash-screens): Set it. Catch `stop-splashing'.
461 (fancy-splash-screens-1): Throw `stop-splashing' when current
462 time is greater than fancy-splash-stop-time.
463
464 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
465
466 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
467
468 * pcvs.el (cvs-mode-marked): New arg `noquery'.
469 Prompt user for a file rather than raising an error.
470 (cvs-enabledp): Fix call to cvs-mode-marked.
471 (cvs-insert-file): New function (extracted from cvs-mode-insert).
472 (cvs-mode-insert): Use it. Change the init prompt' value.
473 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
474
475 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
476 Don't pass default arg to ewoc-locate.
477 (ewoc-collect): Return result in the right order.
478
479 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
480
481 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
482 (cvs-status-get-tags): Fix regexp.
483 (cvs-status-trees, cvs-status-cvstrees):
484 Combine after change hooks and don't sit-for.
485 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
486 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
487 Use make-char rather than hard-coded cryptic data.
488 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
489
490 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
491
492 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
493 (cvs-insert-strings): New function.
494
495 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
496
497 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
498 `mwheel-scroll-amount'.
499 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
500 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
501 string-matching against the version string.
502
503 2000-11-06 Kenichi Handa <handa@etl.go.jp>
504
505 * language/thai.el ("Thai"): Set a lisp form that produces
506 composed string in `sample-text' language info.
507
508 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
509 composed string in `sample-text' language info.
510
511 * international/mule-cmds.el (describe-language-environment): Eval
512 `sample-text' data and insert the result.
513
514 * international/mule-conf.el (compound-text): Define this coding
515 system here. Make x-ctext and ctext aliases of it.
516
517 * language/european.el (compound-text, ctext): Moved to
518 international/mule-conf.el.
519
520 2000-11-05 Andrew Innes <andrewi@gnu.org>
521
522 * w32-fns.el (w32-version): New function.
523
524 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
525
526 * progmodes/awk-mode.el: Update copyright.
527 (awk-mode-abbrev-table): Remove.
528 (awk-font-lock-keywords): Use regexp-opt.
529 (awk-mode): Use define-derived-mode.
530
531 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
532 when extracting a suffix.
533
534 2000-11-04 Andre Spiegel <spiegel@gnu.org>
535
536 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
537 auto-save-mode.
538
539 2000-11-04 Jason Rumney <jasonr@gnu.org>
540
541 * language/european.el (decode-mac-roman): Test against r1 not r0.
542
543 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
544
545 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
546 (icon-mode): Define indent-line-function.
547 (icon-comment-indent): Simplify.
548 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
549
550 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
551
552 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
553 Bind change-log-default-mode to defeat the caching done on it.
554 Don't bother saving excursion any more.
555
556 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
557
558 * frame.el (after-setting-font-hook): Rename hooks -> hook.
559 (set-frame-font): Use the new name (and the old for compatibility).
560
561 * toolbar/tool-bar.el (tool-bar-mode):
562 * time.el (display-time-mode):
563 * recentf.el (recentf-mode):
564 * paren.el (show-paren-mode):
565 * mwheel.el (mouse-wheel-mode):
566 * msb.el (msb-mode):
567 * jka-compr.el (auto-compression-mode):
568 * image-file.el (auto-image-file-mode):
569 * hl-line.el (hl-line-mode):
570 * delsel.el (delete-selection-mode):
571 * autoinsert.el (auto-insert-mode):
572 * complete.el (partial-completion-mode): Drop unneeded positional args.
573
574 * info.el (Info-mode):
575 * comint.el (comint-mode): Don't both with make-local-hook.
576
577 * log-edit.el (log-edit-menu): New menu.
578
579 2000-11-03 Miles Bader <miles@gnu.org>
580
581 * wid-edit.el (widget-end-of-line): Reinstate, with a new
582 definition, so that trailing spaces are handled properly.
583 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
584
585 2000-11-03 Gerd Moellmann <gerd@gnu.org>
586
587 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
588 tab character.
589 (fancy-splash-screens): Set tab-width to 20.
590
591 2000-11-03 Dave Love <fx@gnu.org>
592
593 * comint.el (comint-completion-addsuffix): Fix custom type.
594
595 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
596
597 * font-lock.el (font-lock-buffers): Remove.
598 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
599 (font-lock-change-major-mode): Remove.
600 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
601 (font-lock-default-fontify-region): Extend the multiline
602 fontification to whole lines.
603 (font-lock-fontify-anchored-keywords)
604 (font-lock-fontify-keywords-region): If matching just one
605 line (with \n) only mark the \n as multiline.
606
607 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
608 Correctly handle the case where several :group args are supplied.
609 Allow :extra-args.
610 (easy-mmode-define-global-mode): Allow :extra-args.
611 Correctly handle the case where several :group args are supplied.
612
613 2000-11-02 Miles Bader <miles@gnu.org>
614
615 * calendar/calendar.el (diary-face, calendar-today-face)
616 (holiday-face): Remove dependency on `window-system'.
617
618 2000-11-02 Ken Raeburn <raeburn@gnu.org>
619
620 * Makefile.in (emacs): Set EMACSLOADPATH always.
621 (update-authors, .el.elc, compile-files): Don't do it explicitly
622 here.
623 (compile-files): Bomb out if compilation of a file fails.
624
625 2000-11-02 Dave Love <fx@gnu.org>
626
627 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
628
629 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
630
631 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
632 punctuation in the warning inserted into the *mail* buffer.
633
634 2000-11-02 Gerd Moellmann <gerd@gnu.org>
635
636 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
637 (authors-public-domain-p): New function.
638 (authors-print): Use it.
639
640 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
641
642 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
643
644 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
645
646 * ps-print.el: Extension for even/odd printing. Doc fix.
647 (ps-print-version): New version number (6.3.1).
648 (ps-even-or-odd-pages): Customization fix.
649 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
650 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
651 (ps-page-count): Var replaced by `ps-page-column'.
652 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
653 (ps-print-sheet-p): New fun.
654
655 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
656
657 * tooltip.el (tooltip-gud-tips-setup): New function.
658 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
659 (tooltip-mode): Call tooltip-gud-tips-setup.
660 (tooltip-gud-tips): Use `gud-basic-call' instead of
661 process-send-string, so the prompt gets frobbed appropriately.
662 Handle nil return value from `tooltip-gud-print-command'.
663
664 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
665
666 * comint.el (comint-add-to-input-history): New function.
667 (comint-send-input): Use `comint-add-to-input-history'.
668
669 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
670
671 * info.el (info-menu-header): New face.
672 (Info-fontify-menu-headers): New function.
673 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
674
675 * info.el (Info-insert-dir): Don't include blank lines at
676 beginning of additional dir files (one is added automatically).
677
678 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
679
680 * emacs-lisp/easy-mmode.el (define-minor-mode):
681 Revert the latest changes.
682 Allow the three positional arguments to be skipped and replaced
683 by keyword arguments.
684 Add a :toggle argument to determine whether a nil arg means toggle
685 or means turn-on. The default is unchanged.
686 Add a call to force-mode-line-update.
687
688 2000-11-01 Dave Love <fx@gnu.org>
689
690 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
691 cookie.
692
693 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
694
695 * calendar/calendar.el (diary-face, holiday-face): Add
696 dark-background variants.
697
698 2000-10-31 Sam Steingold <sds@gnu.org>
699
700 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
701 `tex-main-file' does not have directory in it.
702
703 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
704
705 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
706
707 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
708
709 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
710 functional change.
711
712 2000-10-31 Gerd Moellmann <gerd@gnu.org>
713
714 * files.el (find-file-noselect): When we expand a wildcard, return
715 a list of buffers, as we should do according to the doc string.
716
717 2000-10-31 Ken Raeburn <raeburn@gnu.org>
718
719 * loadup.el (top level): Adjust load path if program name is
720 "../src/bootstrap-emacs", in case it's not dumped and thus the
721 load path adjustment hasn't already been done.
722
723 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
724
725 * ps-print.el: Fix bug on selected pages for printing. Use
726 `color-values' for Emacs 21. Ensure fontification when jit-lock
727 is on. Try to avoid warning messages when compiling. Doc Fix.
728 (ps-print-version): New version number (6.3).
729 (ps-color-device): Use `color-values' to determine if device
730 supports color.
731 (ps-color-values): Try to use `x-color-values' when using XEmacs.
732 (ps-print-page-p): Changed from defsubst to defun.
733 (ps-page-number): Changed from defmacro to defun.
734 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
735 printing.
736 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
737 (ps-end-file, ps-dummy-page): Funs eliminated.
738 (ps-print-color-scale): Changed default value.
739 (ps-page-n-up, ps-print-page-p): New internal vars.
740 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
741 (ps-plot-region, ps-generate, ps-end-job): Code fix.
742
743 * delim-col.el: Little programming improvement.
744 (delimit-columns-str): New macro.
745 (delimit-columns-region, delimit-columns-rectangle): Code fix.
746
747 2000-10-31 Kenichi Handa <handa@etl.go.jp>
748
749 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
750 Moved to european.el.
751 (ccl-encode-mac-roman-font, fontset-mac): Modified for
752 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
753 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
754 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
755
756 2000-10-30 Dave Love <fx@gnu.org>
757
758 * progmodes/cc-menus.el (imenu-generic-expression)
759 (imenu-progress-message): Only defvar when compiling.
760
761 * emacs-lisp/elp.el (elp-unload-hook): New function.
762
763 * loadhist.el (unload-feature): Call elp-restore-function,
764 checking for symbols; don't use elp-restore-all.
765 (loadhist-hook-functions): Doc fix.
766
767 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
768
769 * log-edit.el (log-edit-confirm): Fix the default.
770
771 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
772
773 * delim-col.el: Little fix: replace delimit-columns-align-columns by
774 delimit-columns-format.
775 (delimit-columns-region, delimit-columns-rectangle): Code fix.
776
777 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
778
779 * comint.el (comint-replace-by-expanded-history): Don't use
780 comint-get-old-input (we're not looking at *old* input).
781 (comint-get-old-input-default): If using fields, signal an error
782 when the point is not in an input field.
783
784 2000-10-30 Kenichi Handa <handa@etl.go.jp>
785
786 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
787 and mule-unicode-e000-ffff.
788
789 * international/mule.el (decode-char, encode-char): New functions.
790 (make-coding-system): Accept a symbol of translation table as a
791 value of property `safe-chars'.
792
793 * international/mule-cmds.el (encode-coding-char): Check property
794 safe-chars instead of safe-charsets.
795
796 * international/fontset.el (fontset-default): Modified for
797 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
798 (x-font-name-charset-alist): Likewise.
799 (ccl-encode-unicode-font): New CCL program. Record it in
800 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
801
802 * language/european.el (mac-roman-decoder, mac-roman-encoder):
803 New translation tables.
804 (decode-mac-roman, encode-mac-roman): Definition of these CCL
805 programs are modified and moved from mac-win.el.
806 (mac-roman): Definition of this coding system is modified and
807 moved from mac-win.el.
808
809 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
810
811 * ediff-wind.el (ediff-setup-control-frame): Enclose
812 face-attribute in condition-case to avoid errors in older emacsen.
813
814 2000-10-29 Miles Bader <miles@gnu.org>
815
816 * custom.el (custom-add-to-group): Allow multiple entries for a
817 given value OPTION, as long as their widget types are different.
818 * cus-edit.el (custom-face-value-create): If face name doesn't end
819 with "face", add such here (similar to custom group widgets).
820
821 * comint.el (comint-highlight-prompt): Add :type.
822
823 2000-10-28 John Wiegley <johnw@gnu.org>
824
825 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
826 Changed this function to operate on a temporary buffer instead of
827 the main buffer. This not only keeps flyspell from marking a
828 buffer as changed that wasn't, but it solves the jumpy cursor
829 problem when attempts are made to edit incorrect words.
830 (flyspell-maybe-correct-doubling): Same change as for
831 `flyspell-maybe-correct-transposition'.
832
833 * calendar/timeclock.el (timeclock-log): Doc fix.
834 (timeclock-last-event): Doc fix.
835 (timeclock-log): Kill the timelog buffer after appending a new
836 event.
837 (timeclock-find-discrep): Use a temp buffer to read in the
838 timelog, instead of visiting the file.
839 (timeclock-log-data): A new function, along with a host of helper
840 functions, for the purpose of making timelog data accessible to
841 programmers.
842
843 * eshell/esh-mode.el (window-height test): Make certain that
844 `eshell-stringify-t' is non-nil.
845 (eshell-password-prompt-regexp): Changed to a much simpler
846 password regexp.
847 (eshell-send-input): If `eshell-invoke-directly' returns t,
848 directly invoke the parsed command using `eval'. This improves
849 turn-around time on simple commands by a factor of three or
850 greater, such as cd, ls, pwd, etc. -- which get used very often.
851 It also conserves thousands of cons cells per call (since
852 `eshell-do-eval' consumes memory like a Cookie Monster set loose
853 in the Pacific Cookie Company).
854
855 * eshell/esh-test.el (eshell-test): Whitespace fix.
856
857 * eshell/em-ls.el (eshell-ls-insert-directory): Make
858 `eshell-ls-initial-args' nil when inserting directory contents.
859
860 * eshell/em-script.el (eshell-script-initialize): Add names to
861 `eshell-complex-commands, since `source' and `.' are complex.
862
863 * eshell/esh-cmd.el (eshell-rewrite-for-command)
864 (eshell-rewrite-while-command): Use `eshell-protect' instead of
865 `eshell-copy-handles'.
866 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
867 bodies.
868 (eshell-separate-commands): Whitespace fix.
869 (eshell-complex-commands): Added a new list of names, for
870 determining whether a given command is as simple as it looks.
871 (eshell-invoke-directly): New function. Returns t if a command
872 should be invoked directly (using `eval'), rather than indirectly
873 using `eshell-do-eval'.
874 (eshell-do-eval): Whitespace fix.
875
876 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
877 which provides an emulation of the DOS shell behavior of assuming
878 that cp/mv/ln should copy/move/link to the current directory.
879 (eshell-remove-entries): Added a doc string.
880 (eshell-shuffle-files): Removed the check for `target' being null.
881 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
882 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
883 it to do a smarter check of whether a destination was provided.
884 (eshell/mv, eshell/cp): Enable `:preserve-args'.
885 (eshell/ln): Enable `:preserve-args', and use
886 `eshell-mvcpln-template' to implement the body of the function.
887 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
888 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
889 list after flattening it. This makes it possible to cat files
890 with numerical names.
891 (eshell-unix-initialize): Added several names to
892 `eshell-complex-commands.
893 (eshell-unix-command-complex-p): Return t if a given command name
894 may result in external processes being invoked.
895
896 * eshell/em-glob.el (eshell-glob-show-progress): Make this
897 variable nil by default, since it slows down glob processing by a
898 factor of two or more, and increases memory consumption.
899
900 * eshell/em-smart.el: Added a note about how memory consumptive
901 smart display mode can be (at least this is true in Emacs 21).
902 (eshell-smart-initialize): Whitespace fix.
903 (eshell-refresh-windows): Use `if' instead of `when'.
904 (eshell-smart-scroll-window): Calling `save-current-buffer' was
905 not necessary.
906 (eshell-currently-handling-window): Added a missing global
907 variable.
908
909 * eshell/em-ls.el (eshell-do-ls): Code simplification.
910 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
911 Whitespace fix.
912 (eshell-ls-exclude-hidden): Added this variable in addition to
913 `eshell-ls-exclude-regexp'. This one prevents files beginning
914 with . from even being read, which can improve memory consumption
915 quite a bit.
916 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
917 read file entries beginning with a dot. In home directories with
918 lots of hidden files, fully two-thirds of the time spent in ls is
919 used to read directory entries that are immediately thrown away.
920 (eshell-ls-initial-args): Added back this configuration variable,
921 for specifying default initial arguments to every call to ls.
922 Much faster than using an alias to do the same thing.
923 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
924 (eshell-ls-dir): Whitespace change.
925
926 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
927
928 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
929 available.
930 (eshell-stringify-t): Added a customization variable, to indicate
931 whether `t' should be rendered as a string at all. If not, one
932 can still determine if the result of an expression is true using
933 "file-exists-p FILE && echo true".
934 (eshell-stringify): If `eshell-stringify-t' is nil, don't
935 stringify t!
936
937 * eshell/esh-module.el: Whitespace fix.
938
939 * eshell/em-alias.el (eshell-alias-initialize): Added
940 `eshell-command-aliased-p' to `eshell-complex-commands'.
941 (eshell-command-aliased-p): New function that returns t if a
942 command name names an aliased.
943
944 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
945
946 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
947 redrawing the screen when changing cursor color.
948 (viper-insert-state-pre-command-sentinel)
949 (viper-replace-state-pre-command-sentinel)
950 (viper-replace-state-post-command-sentinel):
951 Use viper-preserve-cursor-color.
952 Many functions changed to use viper= instead of = when comparing
953 characters.
954 * viper-util.el (viper-memq-char,viper=): New functions for
955 working with characters.
956 (viper-change-cursor-color): Fixed buglet.
957 Many functions changed to use viper= instead of = when comparing
958 characters.
959 * viper.el (viper-insert-state-mode-list): Added eshell.
960
961 * ediff-init.el (ediff-before-setup-hook): New hook.
962 Several typos fixed in various docstrings.
963 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
964 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
965 hook.
966 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
967 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
968 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
969 (ediff-get-selected-buffers): New function.
970 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
971 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
972 save-window-excursion.
973 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
974 termination check in while loop.
975 * ediff.el (ediff-get-default-file-name): Better defaults when in
976 dired buffer.
977 (ediff-files,ediff-merge-files,ediff-files3)
978 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
979
980 2000-10-28 Dave Love <fx@gnu.org>
981
982 * info.el (Info-fontify-node): Add help-echo for menu items.
983
984 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
985
986 * startup.el (normal-top-level): If the value of $TERM indicates
987 we are running from xterm or one of its work-alikes, default to a
988 light background mode.
989
990 Support for -fg, -bg, and -rv command-line arguments for TTYs:
991 * faces.el (tty-handle-reverse-video): New function.
992 (tty-create-frame-with-faces): Call it.
993
994 * frame.el (frame-notice-user-settings): Don't apply
995 default-frame-alist and initial-frame-alist to MS-DOS frames.
996 Call tty-handle-reverse-video, frame-set-background-mode, and
997 face-set-after-frame-default for non-MS-DOS frames.
998
999 * startup.el (tty-long-option-alist): New variable.
1000 (tty-handle-args): New function.
1001 (command-line): Call tty-handle-args.
1002
1003 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1004 startup.el now does that for all character-terminal frames.
1005
1006 2000-10-28 Miles Bader <miles@gnu.org>
1007
1008 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1009 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1010 global. If :global is followed by a non-nil but non-t value,
1011 make the mode buffer-local, but also generate a `global-MODE'
1012 version using `easy-mmode-define-global-mode'. Add
1013 :conditional-turn-on keyword argument.
1014
1015 2000-10-28 Dave Love <fx@gnu.org>
1016
1017 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1018 use window-system.
1019
1020 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1023 Don't call find-buffer-file-type-coding-system. Instead, just
1024 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1025 if the file is on an untranslated filesystem.
1026 (add-untranslated-filesystem): Use "D" instead of "f" inside
1027 interactive.
1028
1029 2000-10-27 Dave Love <fx@gnu.org>
1030
1031 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1032 (refill-mode): Use it.
1033
1034 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1035
1036 * international/quail.el (quail-activate): Don't make-local-hook.
1037
1038 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1039
1040 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1041 manual backups and file.~<rev>.~ for automatic ones.
1042 (vc-make-version-backup): Don't do it on MS-DOS without long file
1043 names.
1044
1045 * vc.el (vc-version-other-window): If an automatic backup of the
1046 desired version exists, rename it instead of copying it.
1047
1048 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1049 after command. If there's an unexpected error, signal it instead
1050 of being silent.
1051 (vc-cvs-merge-news): Be prepared for no news at all.
1052
1053 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1054
1055 * shell.el (shell): Add BUFFER argument.
1056 * comint.el (make-comint-in-buffer): New function.
1057 (make-comint): Use it.
1058
1059 * faces.el (face-spec-choose): Change syntax so that the list of
1060 attribute-value pairs is now the cdr of each clause, not the cadr.
1061 Detect old-style entries, and handle them. Use pop.
1062
1063 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1064
1065 * cus-edit.el (custom-mode-map): Use a sparse map.
1066 (custom-mode): Don't bother with make-local-hook.
1067
1068 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1069
1070 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1071
1072 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1073
1074 * ps-print.el: Avoid compilation gripes.
1075 (ps-print-version): New version number (6.2.1).
1076
1077 2000-10-26 Dave Love <fx@gnu.org>
1078
1079 * menu-bar.el: Modify some menu item help strings.
1080 (menu-bar-help-menu): Add link to MORE.STUFF.
1081
1082 * cus-edit.el (custom-mode): Add `special' mode-class property.
1083
1084 * wid-browse.el (widget-browse-mode): Likewise.
1085
1086 * wid-edit.el (widget-specify-field): Revert to using local-map
1087 property, not keymap.
1088
1089 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1090
1091 * wid-edit.el (widget-field-end): When checking for a `boundary'
1092 field, do so in the correct buffer.
1093
1094 * simple.el (undo): Correctly distinguish between numeric and
1095 non-numeric prefix args in non-transient-mark-mode, as per the doc
1096 string. When in transient-mark-mode, treat all prefix-args as
1097 numeric.
1098
1099 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1100 Position point on match. Handle N == 0 correctly.
1101
1102 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1103 (comint-mode-map): Reverse order of `comint-write-output' and
1104 `comint-append-output-to-file'.
1105 (comint-append-output-to-file): Reinstate this function, for the
1106 benefit of the menu.
1107
1108 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1109
1110 * vc.el (vc-version-other-window): Bind `file'.
1111
1112 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1113
1114 * Makefile.in (update-authors): New target for maintenance purposes.
1115
1116 * emacs-lisp/authors.el (batch-update-authors): New function.
1117 (authors-fixed-entries): New defconst.
1118 (authors-add-fixed-entries): New function.
1119 (authors): Call it.: Don't process lispref/.
1120
1121 2000-10-25 Jason Rumney <jasonr@gnu.org>
1122
1123 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1124 Merge x w32 and mac definitions.
1125
1126 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1127
1128 * menu-bar.el (menu-bar-options-menu): Add a help string for
1129 `uniquify'.
1130
1131 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1132
1133 * time-stamp.el (time-stamp-string-preprocess):
1134 Fix a wrong type argument error.
1135
1136 2000-10-25 Miles Bader <miles@gnu.org>
1137
1138 * recentf.el (recentf-mode): Variable removed.
1139 (recentf-mode): Use `define-minor-mode'.
1140
1141 * mwheel.el (mouse-wheel-mode): New global minor mode.
1142 (mwheel-install): Use `mouse-wheel-mode'.
1143
1144 2000-10-25 Dave Love <fx@gnu.org>
1145
1146 * progmodes/cperl-mode.el (cperl-mode):
1147 Set normal-auto-fill-function correctly.
1148
1149 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1150 inherit from global-map and don't nullify menu-bar and tool-bar
1151 bindings.
1152
1153 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1154
1155 * wid-edit.el (widget-field-at): New function.
1156 (widget-at, widget-field-activate): Use it.
1157 (widget-tabable-at): Use `widget-at'.
1158 (widget-specify-field): If the terminating character of the widget
1159 field (which is read-only) is a newline, put it into a special
1160 `boundary' field so that C-n/C-p act more naturally.
1161 (widget-field-end): Also don't subtract one if a special
1162 `boundary' field has been added after the widget field.
1163
1164 * comint.el (comint-output-filter, comint-send-input): Don't
1165 bother adding stickiness fields to overlays to fool the field
1166 code, since it should notice the overlay insertion-types now.
1167
1168 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1169 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1170 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1171
1172 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1173
1174 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1175 (authors): Set file coding system to iso-2022-7bit. Add
1176 file-local variables to output buffer.
1177
1178 * files.el (after-find-file): Don't print any warnings if
1179 WARN is nil.
1180
1181 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1182
1183 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1184
1185 * delim-col.el: Now there is a column formatting mechanism.
1186 Modified to customization mechanisms convention. Doc fix.
1187 (columns): New group for delim-col.
1188 (delimit-columns-before, delimit-columns-after)
1189 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1190 (delimit-columns-end): New vars.
1191 (delimit-columns-customize, delimit-columns-format): New funs.
1192 (delimit-columns-region, delimit-columns-rectangle)
1193 (delimit-columns-rectangle-line): Modified to support column
1194 formatting.
1195
1196 2000-10-24 Dave Love <fx@gnu.org>
1197
1198 * log-edit.el (log-edit): Add :version and a :group for vc.
1199
1200 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1201
1202 * files.el (after-find-file): Don't print a message ``New file''
1203 if WARN is nil.
1204
1205 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1206 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1207 get duplicate tool-bar entries because we'll see the global ones
1208 on more than one path through keymaps.
1209
1210 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1211
1212 * progmodes/cmacexp.el: Change Francesco's email address.
1213
1214 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1215
1216 * window.el (fit-window-to-buffer): Adjust point of the window
1217 buffer, not that of the current buffer.
1218
1219 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1220
1221 * progmodes/cmacexp.el: Update the euthor's email address.
1222
1223 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1224
1225 * faces.el (face-spec-set-match-display): Add `graphic' display
1226 type (the inverse of `tty'). Use `display-graphic-p' instead of
1227 the window-system variable.
1228
1229 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1230
1231 * international/isearch-x.el (isearch-with-input-method): Call
1232 input-method-function with the first event in
1233 unread-command-events.
1234
1235 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1236
1237 * faces.el (face-default-spec, face-user-default-spec): Make
1238 defsubsts.
1239
1240 2000-10-24 Andrew Choi <akochoi@i-cable.com>
1241
1242 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1243 New charsets.
1244
1245 * term/mac-win.el: Remove definitions of mac-roman-lower and
1246 mac-roman-upper, require dired, and define instead of set
1247 mac-ready-for-drag-n-drop to avoid compilation error.
1248
1249 2000-10-23 Andrew Innes <andrewi@gnu.org>
1250
1251 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1252 superfluous calls to subst-char-in-string; instead apply
1253 expand-file-name after convert-standard-filename to ensure
1254 expected directory separators are used.
1255
1256 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1259
1260 2000-10-23 Dave Love <fx@gnu.org>
1261
1262 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1263 (tool-bar-add-item): Set foreground and background for XBM icons.
1264
1265 * international/latin1-disp.el (latin1-char-displayable-p): New
1266 function (from Handa).
1267 (latin1-display-check-font): Use it.
1268
1269 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1270 using :key-sequence, making it much more usable. Use nconc, not
1271 append.
1272 (imenu--create-keymap-1): Avoid append.
1273
1274 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1275
1276 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1277
1278 [the following changes fix a bug where `define-minor-mode' didn't
1279 correctly generate :require clauses for defcustoms in compiled files]
1280 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1281 (byte-compile-log-file, byte-compile-log-1): Don't set
1282 `byte-compile-current-file' to nil. Instead set
1283 `byte-compile-last-logged-file' to it. Test whether
1284 byte-compile-current-file equals byte-compile-last-logged-file
1285 instead of whether its nil.
1286 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
1287
1288 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * textmodes/refill.el: Fix var names in doc.
1291 (refill-mode): Don't bother with make-local-hook anymore.
1292
1293 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1294
1295 * faces.el (face-user-default-spec, face-default-spec): New functions.
1296 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
1297 (frame-set-background-mode, face-set-after-frame-default):
1298 Use `face-user-default-spec'. Simplify code slightly.
1299
1300 * woman.el (woman-italic-face, woman-bold-face)
1301 (woman-unknown-face): Add dark-background variants.
1302 (woman-default-faces): Renamed from `woman-colour-faces'.
1303 Set using the stored defaults, rather than using hard-wired colors.
1304 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1305 Just make the foreground `unspecified' rather than "black".
1306 (woman-menu): Rename menu entries accordingly.
1307
1308 * faces.el (header-line): Make more reasonable on mono/grayscale
1309 displays.
1310
1311 2000-10-23 Andrew Choi <akochoi@i-cable.com>
1312
1313 * cus-edit.el (custom-button-face): Use 3D look for mac.
1314 (custom-button-pressed-face): Likewise.
1315
1316 * faces.el (set-face-attributes-from-resources): Handle mac frames
1317 in the same way as x and w32 frames.
1318 (face-valid-attribute-values): Likewise.
1319 (read-face-attribute): Likewise.
1320 (defined-colors): Likewise.
1321 (color-defined-p): Likewise.
1322 (color-values): Likewise.
1323 (display-grayscale-p): Likewise.
1324 (face-set-after-frame-default): Likewise.
1325 (mode-line): Same default face as for x and w32.
1326 (tool-bar): Likewise.
1327
1328 * frame.el: Remove call to frame-notice-user-settings at end of
1329 the file.
1330
1331 * info.el (Info-fontify-node): make underlines invisible for mac
1332 as for x, pc, and w32 frame types.
1333
1334 * term/mac-win.el: New file.
1335
1336 2000-10-22 Dave Love <fx@gnu.org>
1337
1338 * textmodes/refill.el: New file.
1339
1340 2000-10-22 Andre Spiegel <spiegel@gnu.org>
1341
1342 * vc-hooks.el (vc-version-backup-file-name): New optional args
1343 MANUAL and REGEXP.
1344 (vc-delete-automatic-version-backups, vc-make-version-backup):
1345 New functions.
1346 (vc-before-save): Use the latter.
1347 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1348 confusion.
1349
1350 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1351 expected by vc[-hooks].el.
1352
1353 * vc.el (vc-checkout): Added `-p' suffix in call to
1354 vc-make-version-backups-p; use vc-make-version-backup to actually
1355 make the backup.
1356 (vc-version-other-window, vc-version-backup-file): Handle both
1357 automatic and manual backups.
1358 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1359 of all of them.
1360
1361 2000-10-22 Miles Bader <miles@gnu.org>
1362
1363 * comint.el (comint-highlight-input, comint-highlight-prompt):
1364 Renamed, `-face' at end removed.
1365 (comint-send-input, comint-output-filter): Use renamed faces.
1366
1367 * window.el (fit-window-to-buffer): Change defaulting of
1368 MAX-HEIGHT slightly.
1369
1370 * faces.el (color-values, color-defined-p): Use `member', not
1371 `memq', because it works correctly for strings.
1372 (frame-set-background-mode): Actually, "unspecified-fg" and
1373 "unspecified-bg" *are* strings. Use `member', not `memq', and
1374 `equal', not `eq', when a string value is possible.
1375
1376 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1377
1378 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1379
1380 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1383 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1384 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1385 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1386 (sh-font-lock-syntactic-keywords): Use them.
1387 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1388 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1389 (sh-mode): Don't override font-lock-unfontify-region-function.
1390 Use a copy of sh-font-lock-syntactic-keywords.
1391 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1392 Don't call sh-scan-buffer since font-lock does it on the fly.
1393 (sh-get-indent-info): Use `face' rather than `syntax-table'
1394 text-property to detect here-documents.
1395 Replace sh-special-syntax with sh-st-punc.
1396 (sh-prev-line): Use `face' rather than `syntax-table'
1397 text-property to skip over here-documents.
1398 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1399 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1400 (sh-electric-less, sh-set-here-doc-region)
1401 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1402 (sh-scan-buffer, sh-rescan-buffer): Remove.
1403
1404 2000-10-21 Andrew Innes <andrewi@gnu.org>
1405
1406 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1407 remote (ange-ftp) file names.
1408
1409 2000-10-21 Miles Bader <miles@gnu.org>
1410
1411 * window.el (fit-window-to-buffer): New function.
1412 (shrink-window-if-larger-than-buffer): Use it.
1413 (window-text-height): Don't expect minibuffers to have mode-lines.
1414
1415 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1416 * international/quail.el (quail-update-guidance): Use
1417 `fit-window-to-buffer' instead of `set-window-text-height'.
1418
1419 * international/quail.el (quail-show-guidance-buf): Make sure
1420 guidance window really has enough room.
1421 (quail-update-guidance): If quail-guidance-win is already shown,
1422 make sure its height is OK.
1423
1424 * window.el (window-text-height, set-window-text-height):
1425 New functions.
1426 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1427 instead of `window-height' & `mode-line-window-height-fudge'.
1428 (mode-line-window-height-fudge): Add FACE parameter.
1429 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1430 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1431
1432 2000-10-20 Miles Bader <miles@gnu.org>
1433
1434 * window.el (height-affecting-face-attributes): Use `defconst'.
1435
1436 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1437 New function, conditionally aliased to `mode-line-window-height-fudge'.
1438 (ispell-help): Use it.
1439 (ispell-choices-win-default-height): Don't include mode-line fudge.
1440 (ispell-choices-win-default-height): New function.
1441 (ispell-show-choices, ispell-command-loop): Use function
1442 `ispell-choices-win-default-height' instead of variable.
1443
1444 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1445
1446 * window.el (mode-line-window-height-fudge): New variable.
1447 (height-affecting-face-attributes): New variable.
1448 (mode-line-window-height-fudge): New function.
1449 (shrink-window-if-larger-than-buffer): Use it.
1450 * help.el (resize-temp-buffer-window): Likewise.
1451
1452 * info.el (Info-fontify-node): Add support for @subsubsection
1453 titles, which use `Info-title-4-face'.
1454 (Info-title-4-face): New face.
1455 (Info-title-3-face): Inherit from Info-title-4-face instead of
1456 variable-pitch.
1457
1458 2000-10-19 Jason Rumney <jasonr@gnu.org>
1459
1460 * dired.el (dired-insert-directory): Do not let errors signalled by
1461 attempt to run dired-free-space-program prevent dired from working.
1462
1463 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1464
1465 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1466
1467 2000-10-19 Gerd Moellmann <gerd@gnu.org>
1468
1469 * dirtrack.el (dirtrack): Fix call to run-hooks.
1470
1471 * cmuscheme.el (cmuscheme-program-name): Renamed from
1472 scheme-program-name because xscheme.el contains a defcustom with
1473 the same name. As a consequence, customizing group `cmuscheme'
1474 loaded `xscheme' which redefined run-scheme.
1475 (run-scheme): Use cmuscheme-program-name.
1476
1477 * ps-print.el (ps-print-emacs-type): Move into the
1478 eval-and-compile.
1479
1480 * play/doctor.el (doctor-death): Update the Samaritans'
1481 anonymous address, and add a website for Befrienders International.
1482
1483 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1484
1485 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1486 Avoid compilation gripes. Doc fix.
1487 (ps-print-version): New version number (6.2).
1488 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1489 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1490 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1491 (ps-x-extent-priority, ps-x-extent-start-position)
1492 (ps-x-face-font-instance, ps-x-find-coding-system)
1493 (ps-x-font-instance-properties, ps-x-make-color-instance)
1494 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1495 avoid compilation gripes without defining functions.
1496 (ps-e-find-composition): Alias for function find-composition, to have a
1497 suitable function depending on Emacs version.
1498 (ps-color-device, ps-color-values, ps-face-foreground-name)
1499 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1500 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1501 (ps-print-ensure-fontified): Function definitions surrounded by
1502 `eval-and-compile' to avoid compilation gripes.
1503 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1504 by symbol-value to avoid compilation gripes.
1505 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1506 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1507
1508 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1509
1510 * startup.el (normal-top-level): Call `frame-set-background-mode'
1511 after `frame-notice-user-settings' because the latter doesn't call
1512 the former on a tty.
1513
1514 * faces.el (frame-set-background-mode): `unspecified' &c are
1515 symbols, not strings.
1516
1517 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1518
1519 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1520 why some "light*" colors are deliberately absent from the alist.
1521
1522 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1523 Change colors for tty's, as suggested by Miles Bader.
1524
1525 2000-10-19 Kenichi Handa <handa@etl.go.jp>
1526
1527 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1528 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1529 for ISO10646-1 fonts.
1530 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1531
1532 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1533
1534 * faces.el (frame-set-background-mode): If a tty frame defines a
1535 background color, use that to compute the background mode, instead
1536 of always defaulting to "dark".
1537
1538 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1539
1540 * comint.el (comint-write-output): New function.
1541 (comint-mode-map): Add it to the menu.
1542 Bind `C-c C-s' to comint-write-output.
1543
1544 2000-10-18 Gerd Moellmann <gerd@gnu.org>
1545
1546 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1547 Use fancy-splash-delay.
1548
1549 2000-10-18 Alex Schroeder <alex@gnu.org>
1550
1551 * progmodes/sql.el (sql-sybase-options): New option.
1552 (sql-sybase): Use it. Add sql-database to the list of parameters
1553 provided for login. The options -w 2048 -n are not used any more.
1554
1555 * comint.el (comint-read-input-ring): Bugfix such that the first
1556 and the last entry of the input ring file are not lost.
1557
1558 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1559
1560 * ps-print.el: Internal variable changes to defcustom,
1561 make-local-hook changes to defvar. Doc fix.
1562 (ps-print-version): New version number (6.1).
1563 (ps-setup, ps-do-despool): Code fix.
1564 (ps-printer-name): Customization fix.
1565 (ps-printer-name-option): Now is a defcustom instead of an
1566 internal variable.
1567 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1568 (ps-print-begin-column-hook): Now are defvar instead of
1569 make-local-hook.
1570
1571 2000-10-18 Miles Bader <miles@gnu.org>
1572
1573 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1574 (comint-kill-output): Changed into an alias for `comint-delete-output',
1575 and made obsolete.
1576 (comint-mode-map): Rename references to comint-kill-output.
1577
1578 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * diff-mode.el (diff-header-face, diff-file-header-face)
1581 (diff-changed-face): Add bold and italic attributes to tty faces.
1582 (diff-function-face): New face.
1583 (diff-font-lock-keywords): Use it.
1584
1585 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1586
1587 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1588 Remove commented-out call to force-mode-line-update.
1589 (comint-kill-output): Use `forward-line 0' instead of
1590 beginning-of-line to make sure we get past the prompt.
1591
1592 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1593
1594 * diff-mode.el (diff-header-face, diff-file-header-face):
1595 Add specific setting for dark background.
1596 (diff-context-face): Renamed from diff-comment-face.
1597 Set explicitly rather than inheriting from font-lock-comment-face.
1598
1599 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * startup.el (command-line): Move the code which sets the default
1602 TTY colors to before before-init-hook.
1603
1604 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1605
1606 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1607
1608 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1609
1610 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1611 extensions, for MS-DOS.
1612
1613 * diff-mode.el (diff-header-face, diff-file-header-face)
1614 (diff-changed-face): Define tty-specific colors.
1615
1616 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1617
1618 * startup.el (fancy-splash-text): Realign the text.
1619
1620 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * font-lock.el (font-lock-comment-face): Define a separate default
1623 for dark-background tty's.
1624
1625 2000-10-17 Miles Bader <miles@gnu.org>
1626
1627 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1628 being obscured by whizzy mode-lines on graphics displays.
1629
1630 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * info.el (Info-title-1-face, Info-title-2-face)
1633 (Info-title-3-face): Define colors for tty's.
1634 (info-header-node): Remove unneeded tty-specific definition.
1635
1636 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1637
1638 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1639 reverse from the frame parameters, and don't invert foreground and
1640 background colors.
1641
1642 2000-10-16 Miles Bader <miles@gnu.org>
1643
1644 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1645 string "*Info*". Call propertized-buffer-identification to spruce
1646 up the result.
1647
1648 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1649
1650 * help.el: Provide `help' for the sake of define-minor-mode
1651 which generates defcustoms with requires.
1652
1653 * jit-lock.el (jit-lock-after-change): If we're in text that
1654 matches a multi-line font-lock pattern, make sure the whole text
1655 will be redisplayed.
1656
1657 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1658 author's name is unknown.
1659
1660 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1661 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1662 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1663 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1664 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1665 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1666 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1667 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1668 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1669 Add author information.
1670
1671 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1672
1673 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1674 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1675 full-color version (using the Gimp) to eliminate dithering artifacts.
1676
1677 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1678
1679 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1680
1681 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1682
1683 2000-10-15 Dave Love <fx@gnu.org>
1684
1685 * progmodes/sh-script.el: Require skeleton and comint when
1686 compiling.
1687
1688 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1689
1690 * whitespace.el: Doc fixes.
1691 (top-level): Don't add hooks here.
1692 (whitespace-running-emacs): Deleted.
1693 (timer): Don't require.
1694 (whitespace): Add back :version conditional on xemacs test.
1695 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1696 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1697 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1698 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1699 Avoid specific xemacs test.
1700 (whitespace-global-mode): New option.
1701 (whitespace-global-mode): New command.
1702 (whitespace-unload-hook): New function.
1703
1704 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1705 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1706 (Info-fontify-node): `Goto' goes to `Go to'.
1707 (Info-fontify-node): Add help-echo to xref links.
1708
1709 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1710
1711 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1712
1713 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1714
1715 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1716 Use plist-get and allow :inherit.
1717
1718 * emacs-lisp/cl-macs.el (cl-do-arglist):
1719 Use plist-get and plist-member instead of memq.
1720
1721 * emacs-lisp/ewoc.el (ewoc-location): New function.
1722 (ewoc-enter-after, ewoc-enter-before): Document return value.
1723 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1724 Don't need make-local-hook any more.
1725 (cvs-addto-collection): Return the new tin.
1726 (cvs-mode-insert): Jump to the new line.
1727
1728 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1729
1730 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1731
1732 * font-lock.el (font-lock-syntactically-fontified): New var.
1733 (font-lock-fontify-syntactic-keywords-region): Use it.
1734 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1735
1736 * diff-mode.el (diff-find-file-name): Fix regexp.
1737
1738 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1739 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1740
1741 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1742 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1743 (sh-mode): Don't make all vars local here.
1744 (sh-kw): Reformat.
1745 (sh-set-shell): Use dolist. Don't set indent-region-function.
1746 (sh-mode-syntax-table): Use pop.
1747 (sh-remember-variable): Use push.
1748 (sh-help-string-for-variable): Use memq.
1749 (sh-safe-backward-sexp): Remove.
1750 (sh-safe-forward-sexp): Add ARG.
1751 (sh-get-indent-info, sh-prev-stmt): Use it.
1752 (sh-prev-line): Simplify by using forward-comment.
1753 (sh-this-is-a-continuation): Simplify.
1754 (sh-learn-buffer-indent): Use dolist.
1755 (sh-do-nothing): Remove.
1756 (sh-set-char-syntax, sh-set-here-doc-region):
1757 Use inhibit-modification-hooks.
1758 (sh-name-style): Use mapcar and push.
1759 (sh-load-style): Use dolist.
1760 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1761 (sh-case, sh-while-getopts): Use propertize directly rather
1762 than sh-electric-rparen.
1763
1764 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1765
1766 * textmodes/tex-mode.el: Require CL when compiling.
1767 (tex-mode-syntax-table): Init immediately.
1768 (tex-mode-map): Bind M-RET to latex-insert-item.
1769 (latex-mode): Set indent-line-function to latex-indent.
1770 (tex-common-initialization): Don't setup the syntax-table any more.
1771 (latex-insert-item): New skeleton.
1772 (tex-next-unmatched-end): Fix copy/paste braino.
1773 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1774 (latex-indent, latex-find-indent): New functions.
1775 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1776 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1777 (tex-compilation-parse-errors): Use with-syntax-table.
1778
1779 2000-10-15 Miles Bader <miles@gnu.org>
1780
1781 * font-lock.el (font-lock-comment-face): Change dark-background,
1782 color, non-tty, default to `chocolate1'.
1783
1784 2000-10-13 John Wiegley <johnw@gnu.org>
1785
1786 * eshell/esh-util.el (require): Added a missing `require' form,
1787 needed when compiling (for an ange-ftp macro definition).
1788
1789 2000-10-13 Dave Love <fx@gnu.org>
1790
1791 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1792
1793 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1794
1795 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1796 fix.
1797
1798 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1799 transparent -colors 8).
1800
1801 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1802
1803 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1804 that breaks with old list format timestamps.
1805 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1806 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1807 strings.
1808
1809 2000-10-13 John Wiegley <johnw@gnu.org>
1810
1811 * align.el, pcomplete.el, calendar/timeclock.el,
1812 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1813
1814 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1815 faulty math, where holiday hours were being computing as seconds.
1816
1817 2000-10-13 John Wiegley <johnw@gnu.org>
1818
1819 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1820 specifying what "other" kinds of buffers should be saved. This
1821 used to be hard-coded.
1822 (desktop-buffer-misc-functions): A global for specifying how
1823 auxiliary data should be determined for special buffer types.
1824 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1825 instead of hard-coding the special buffer types.
1826 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1827 auxiliary data, instead of hard-coding for Info buffers and dired.
1828 (desktop-buffer-info-misc-data): Aux function for determining Info
1829 buffer auxiliary info.
1830 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1831 (desktop-buffer-info): Changed this function to use the info
1832 gathered above.
1833 (desktop-create-buffer): Be a little more careful about what
1834 `minor-mode' means before calling it. This is important for some
1835 buffer types.
1836
1837 2000-10-13 John Wiegley <johnw@gnu.org>
1838
1839 * eshell/esh-util.el: Added a global form which declares an
1840 autoload for `parse-time-string', if that function is not already
1841 defined, and if parse-time.el is available on the user's system.
1842
1843 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1844 to be aware of ange-ftp user info.
1845 (eshell-do-ls): Bind `ange-cache'. Also, use
1846 `eshell-file-attributes'.
1847 (eshell-ls-annotate): Use `eshell-file-attributes'.
1848 (eshell-ls-file): Made the user-id printing code a bit smarter.
1849
1850 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1851 allow identification of alias user ids in remote directories.
1852 It's manual, but there's no other way to know when the current
1853 user on the local machine, is also the owning user on the remote
1854 machine.
1855 (fboundp): Bind `ange-cache'.
1856 (eshell-directory-files-and-attributes): Re-organized the logic a
1857 bit to use `eshell-file-attributes' instead of `file-attributes'.
1858 The former is more sensitive to directories that are read via FTP,
1859 and knows how to use ange-ftp to determine full attribute
1860 information, instead of just the name and last modtime.
1861 (eshell-current-ange-uids): Return the current user id when in a
1862 remote directory.
1863 (eshell-parse-ange-ls): Parse a full directory listing that has
1864 been returned by ange-ftp.
1865 (eshell-file-attributes): This beefed up version of
1866 `file-attributes' is only special if the user is currently in a
1867 remote directory, in which case it does a lot of work to find out
1868 what the real attributes of a file are, as they appear on the
1869 remote machine. This makes usage of remote directories (i.e.,
1870 ange-ftp pathnames) much more useful. You can now use Eshell as a
1871 full-fledged FTP client, with much more manipulation ability than
1872 most other clients.
1873
1874 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1875 variable, which means that Eshell's du should always be preferred
1876 in remote directories.
1877 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1878 just `file-attributes'.
1879 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1880 when reading remote directories. This is an Eshell-specific
1881 variable (not part of ange-ftp).
1882 (eshell/ln): Bind `ange-cache'.
1883 (eshell/du): Added some extra logic for determining when to use
1884 Eshell's du (which is slow), and when to use the external version
1885 (which may or may not exist).
1886
1887 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1888 `eshell-interactive-process', rather than using
1889 `get-buffer-process', since backgrounded processes don't count in
1890 the context of this function's logic.
1891
1892 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1893 `forward-char', so that null strings are parsed correctly.
1894
1895 2000-09-13 John Wiegley <johnw@gnu.org>
1896
1897 * eshell/em-pred.el (eshell-pred-file-type,
1898 eshell-pred-file-links, eshell-pred-file-size): Use
1899 `eshell-file-attributes'. This is more correct over ange-ftp.
1900
1901 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1902 that remote file globbing is more efficient.
1903
1904 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1905 gathering the files and attributes within a directory.
1906
1907 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1908 the command line is a special file (not a regular file, directory
1909 or symlink), always attempt to call the external version of cat.
1910
1911 2000-09-13 John Wiegley <johnw@gnu.org>
1912
1913 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1914 Eshell-friendly version of find-tag.
1915
1916 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1917
1918 * image-file.el (image-file-name-extensions)
1919 (image-file-name-regexps): Add autoload cookies.
1920
1921 2000-10-13 Kenichi Handa <handa@etl.go.jp>
1922
1923 * international/mule-cmds.el (select-safe-coding-system): If FROM
1924 is string, show it in *Warning* buffer.
1925
1926 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1927
1928 * startup.el (normal-top-level): Use display-popup-menus-p instead
1929 of window-system.
1930 (command-line): Use display-graphic-p instead of window-system.
1931 (command-line-1): Use display-popup-menus-p and display-mouse-p
1932 instead of window-system.
1933
1934 2000-10-12 Sam Steingold <sds@gnu.org>
1935
1936 * tooltip.el (tooltip-use-echo-area): New user variable.
1937 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1938
1939 2000-10-12 Dave Love <fx@gnu.org>
1940
1941 * recentf.el: Maintainer's checkdoc fixes.
1942
1943 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1944 character class, not ASCII when matching file names.
1945 (fancy-splash-head): Add trailing slash to URL.
1946 (command-line): Don't require XPM support for toolbar.
1947
1948 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1949 (cperl-invalid-face): Revert last change.
1950 (cperl-init-faces): Quote cperl-invalid-face.
1951
1952 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1953
1954 * startup.el (fancy-splash-text): Remove superfluous quote.
1955
1956 2000-10-12 Gerd Moellmann <gerd@gnu.org>
1957
1958 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1959 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1960 (command-line-1): Don't use fancy-splash-pending-command.
1961 (fancy-splash-screens-1): Goto point-min after inserting text.
1962
1963 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1964
1965 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1966 instead of shared-lisp-mode-map.
1967
1968 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1969
1970 * faces.el (header-line): Change tty-variant to use underlining.
1971
1972 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1973 (isearch-highlight): Restore lazy-isearch face properties at old
1974 position, and suppress them at new position.
1975 (isearch-dehighlight): Restore lazy-isearch face properties.
1976 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1977 over the real isearch overlay, but in that case, don't give it a
1978 face property. Use `push'.
1979
1980 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1981
1982 * man.el (Man-getpage-in-background): Fix previous change.
1983 Decode the process output only when we are in multibyte mode.
1984
1985 2000-10-11 Dave Love <fx@gnu.org>
1986
1987 * info.el (Info-mode-menu): Fix some help.
1988 (info-tool-bar-map): Add entry for Info-last.
1989
1990 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1991 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1992 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1993 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1994 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1995 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1996 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1997 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1998 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1999 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2000 Reduce colour requirements to 25 overall. (Probably wants
2001 revisiting from the originals to reduce further.)
2002
2003 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2006 buffer-file-coding-system, instead of raw-text.
2007 (dehexlify-buffer): Bind coding-system-for-read to
2008 buffer-file-coding-system, instead of raw-text.
2009
2010 2000-10-11 Sam Steingold <sds@gnu.org>
2011
2012 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2013 `underline' - fixes the bug introduced on 2000-09-21.
2014
2015 2000-10-11 Dave Love <fx@gnu.org>
2016
2017 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2018 compiler warnings.
2019 (scheme-mode): Doc fix.
2020 (scheme-font-lock-keywords-1): Match `define-syntax'.
2021
2022 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2023
2024 * faces.el (frame-set-background-mode): Pay attention to saved
2025 face specs as well as default ones. Only do anything if the
2026 bg-mode or display-type has actually changed. Use `dolist'.
2027 (region): Make dark-background `region' face less in-your-face.
2028
2029 2000-10-10 Sam Steingold <sds@gnu.org>
2030
2031 * chistory.el, ielm.el, ledit.el:
2032 * progmodes/inf-lisp.el, progmodes/scheme.el:
2033 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2034
2035 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2036
2037 * textmodes/texinfo.el: Update copyright and fix typo.
2038
2039 * desktop.el (desktop-modes-not-to-save): New var.
2040 (desktop-save-buffer-p): Use it.
2041 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2042 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2043
2044 2000-10-10 Dave Love <fx@gnu.org>
2045
2046 * toolbar/tool-bar.el (tool-bar-add-item)
2047 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2048 display.
2049
2050 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2051 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2052 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2053 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2054 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2055 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2056 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2057 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2058 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2059 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2060 the .xpms; probably need retouching.
2061
2062 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2063
2064 * subr.el (add-to-list): Add optional argument APPEND.
2065 * battery.el (display-battery): Use `add-to-list'.
2066
2067 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2068
2069 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2070 these vars as symbol properties.
2071 (zone, zone-when-idle, zone-leave-me-alone)
2072 (zone-pgm-whack-chars): Use new symbol properties.
2073
2074 * battery.el (display-battery): Doc spelling fix.
2075
2076 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2077 property.
2078
2079 2000-10-09 Dave Love <fx@gnu.org>
2080
2081 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2082 has been initialized before calling tool-bar-setup.
2083 (tool-bar-add-item-from-menu): Add autoload cookie.
2084
2085 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2086
2087 * menu-bar.el (send-mail-item-name): New function.
2088 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2089 of mail-user-agent in the menu. Don't display the "Send Mail"
2090 item if mail-user-agent is nil or its value is ignore.
2091 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2092 if read-mail-command is nil or its value is ignore.
2093
2094 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2095
2096 2000-10-09 Miles Bader <miles@gnu.org>
2097
2098 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2099 Correct image size.
2100 * toolbar/left_arrow.xpm: Correct image size.
2101
2102 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2103 will be done by the definition of `auto-compression-mode' if
2104 necessary. Move code to uninstall existing file-name handler
2105 before definition of `auto-compression-mode'.
2106
2107 * image-file.el (auto-image-file-mode): Move to the end of the
2108 file, because `define-minor-mode' actually calls the mode-function
2109 if the associated variable is non-nil, which requires that all
2110 needed functions be already defined.
2111
2112 * mouse.el (popup-menu): Balance parens.
2113
2114 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2115
2116 * mouse.el (popup-menu): Move the command call outside the loop
2117 so that popup-menu returns whatever the command returns.
2118
2119 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2120 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2121 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2122 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2123
2124 * vc.el (vc-version-diff): diff-switches can be a list.
2125 Use relative filenames for prettier output.
2126
2127 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2128 (vc-post-command-functions): Remove old-VC compatibility code.
2129
2130 * newcomment.el (comment-indent-default): Autoload.
2131
2132 * font-lock.el (font-lock-defaults): Make buffer-local.
2133 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2134 (font-lock-choose-keywords):
2135 Ignore LEVEL unless KEYWORDS is a list of syms.
2136 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2137 Don't wrap regexp-opt things in \(...\) unnecessarily.
2138
2139 * jit-lock.el: Don't require font-lock any more.
2140 (jit-lock-functions): Make buffer-local.
2141 (jit-lock-saved-fontify-buffer-function): Remove.
2142 (jit-lock-mode): Remove autoload cookie.
2143 Remove font-lock specific code.
2144 (jit-lock-unregister): Don't bother handling complex hooks any more.
2145 (jit-lock-refontify): New function.
2146 (jit-lock-fontify-buffer): Use it.
2147 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2148 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2149 Add optional args START and END.
2150 Never call font-lock-fontify-region directly.
2151 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2152
2153 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2154
2155 2000-10-08 Dave Love <fx@gnu.org>
2156
2157 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2158
2159 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2160
2161 * play/studly.el (studlify-region, studlify-word): Add autoload
2162 cookie.
2163
2164 * play/morse.el (morse-region, unmorse-region): Add autoload
2165 cookie.
2166
2167 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2168 concat.
2169
2170 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2171 insist on symbols starting with word syntax.
2172 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2173 (eval-defun-1): Doc fix.
2174 (indent-sexp): Use nconc to build up indent-stack.
2175
2176 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2177 Gnus with little use.
2178 (mail-setup-hook): Add mail-abbrevs-setup to options.
2179
2180 * recentf.el: Doc fixes.
2181
2182 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2183 Clean up remainder.
2184
2185 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2186 without timezone and (8) with timezone to enforce some whitespace.
2187 Simplify code somewhat.
2188
2189 * options.el (list-options): Doc that you should use customize.
2190
2191 * iswitchb.el (iswitchb-mode): Add :require.
2192
2193 * info.el (Info-goto-node, Info-menu): Doc fix.
2194 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2195 (info-tool-bar-map): New variable.
2196 (Info-mode): Use it.
2197 (Info-edit-map): Define all in defvar.
2198 (speedbar-attached-frame): Avoid compiler warning.
2199
2200 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2201 (global-map): Bind [tool-bar] to a filtered map.
2202 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2203 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2204 Allow PBM icons.
2205 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2206
2207 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2208 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2209 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2210 icons, except up_arrow, which is left-arrow rotated.
2211
2212 * imenu.el (imenu-add-to-menubar): Fix last change.
2213
2214 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2215
2216 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2217 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2218
2219 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2220
2221 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2222 typos in doc strings.
2223
2224 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2225 the doc strings how to customize Font Lock faces.
2226
2227 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2228 computing growth when dragging the header line.
2229
2230 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2231
2232 * simple.el (kill-line): Doc fix.
2233
2234 2000-10-08 Miles Bader <miles@gnu.org>
2235
2236 * faces.el (secondary-selection): Make foreground visible on tty.
2237
2238 * jka-compr.el (auto-compression-mode): Move to the end of the
2239 file, because `define-minor-mode' actually calls the mode-function
2240 if the associated variable is non-nil, which requires that all
2241 needed functions be already defined.
2242 (with-auto-compression-mode): Add autoload cookie.
2243
2244 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2245
2246 * files.el (find-backup-file-name) [ms-dos]: If support for long
2247 file names is not available, behave as if version-control were set
2248 to never.
2249
2250 2000-10-07 Dave Love <fx@gnu.org>
2251
2252 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2253 (browse-url-gnome-moz): New function.
2254 (browse-url-browser-function): Use it.
2255 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2256
2257 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2258
2259 * indent.el (tab-always-indent): New var.
2260 (indent-for-tab-command): Use it.
2261
2262 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2263 raise an error. This way it can still default to a sane value.
2264
2265 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2266
2267 * startup.el (fancy-splash-screens): Use local rather than global map.
2268 Don't use `update-menu-bindings' any more.
2269 Get rid of assumptions about keymap representation.
2270
2271 2000-10-06 Dave Love <fx@gnu.org>
2272
2273 * textmodes/fill.el (sentence-end-double-space)
2274 (sentence-end-without-period): Doc fix.
2275 (adaptive-fill-regexp): Purecopy.
2276 (unjustify-current-line): Use line-end-position.
2277 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2278
2279 * net/eudc-vars.el (eudc): Add :version, :link.
2280
2281 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2282
2283 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2284 Fix for define-minor-mode.
2285 (function-at-point): Alias to function-called-at-point.
2286
2287 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2288
2289 * simple.el (backward-word): Doc fix.
2290
2291 * image-file.el (image-file-name-regexp): image-file-regexps ->
2292 image-file-name-regexps.
2293 (image-file-name-extensions): Add pbm.
2294
2295 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2296
2297 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2298 and add filename to the names so that diff-mode can jump to source.
2299
2300 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
2301 (tex-font-lock-keywords, tex-font-lock-keywords-2)
2302 (tex-font-lock-keywords-1): Remove.
2303 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2304 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
2305 (font-lock-default-fontify-region):
2306 Expand beg..end correctly when just following a multiline region.
2307 (font-lock-fontify-anchored-keywords):
2308 Include the anchor text as part of the multiline.
2309
2310 2000-10-06 Gerd Moellmann <gerd@gnu.org>
2311
2312 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2313 latter needs the autoloaded define-minor-mode macro during the
2314 bootstrap.
2315
2316 * startup.el (command-line): For now, activate tool-bar-mode only
2317 if XPM images are supported.
2318
2319 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2320 window by dragging a header-line at the top of the frame; that's
2321 confusing because the header-line doesn't move.
2322 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2323 of treating the event as a list. Some cleanup.
2324
2325 2000-10-06 Miles Bader <miles@gnu.org>
2326
2327 * simple.el (display-message-or-buffer): New function.
2328 (shell-command-on-region): Use `display-message-or-buffer'.
2329
2330 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2331 docstring parts.
2332
2333 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2334 (smbclient-prompt-regexp): Add usage note to doc string.
2335 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2336 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2337 Use add-hook for adding the comint filter function, and only do so
2338 if it's not already in the global hook list.
2339 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2340 to `make-local-variable'.
2341 (nslookup-font-lock-keywords): Remove prompt entry.
2342 (nslookup): Don't set the process-filter.
2343 (finger): Exit the loop correctly when the regexps list runs out.
2344 (ftp, smbclient, smbclient-list-shares):
2345 Set the real major mode immediately, not after execing.
2346 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2347
2348 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2349
2350 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2353
2354 * which-func.el (which-func-format): Remove spurious space.
2355 (which-func-mode): Don't make it permanent-local.
2356 (which-func-ff-hook): Allow which-func-maxout to be nil.
2357 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2358 (which-func-mode): Simplify.
2359 Use post-command-idle-hook rather than post-command-hook.
2360 Go through all buffers and update their state.
2361 (which-function): Also try add-log-current-defun-function.
2362
2363 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2364 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2365 Update call to with-vc-properties accordingly.
2366 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2367 (vc-revert-buffer): More careful about window selection and deletion.
2368 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2369
2370 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2371 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2372 (cvs-dired-action): Change the default to quickdir.
2373
2374 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2375 if comment-indent-function returns nil.
2376 (comment-indent-default): New function.
2377 (comment-indent-function): Use it and document the new semantics.
2378
2379 * image-file.el: Docstring fixes.
2380
2381 * help.el (help-xref-on-pp): Use match-string.
2382 (describe-variable): New arg BUFFER.
2383 Store the current buffer in the help-xref-stack.
2384 (temp-buffer-resize-mode): Use define-minor-mode.
2385
2386 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2387 consistently with its docstring.
2388 Set jit-lock-first-unfontify-pos in an idempotent way.
2389 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2390
2391 2000-10-05 Alex Schroeder <alex@gnu.org>
2392
2393 * sql.el (sql-mysql-options): New variable.
2394 (sql-mysql): Use it.
2395
2396 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2397
2398 * image.el (image): New group.
2399
2400 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2401 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2402
2403 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2404
2405 * net/net-utils.el (nslookup-font-lock-keywords)
2406 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2407 Ignore the value of wqindow-system; always define keywords
2408
2409 2000-10-05 Kenichi Handa <handa@etl.go.jp>
2410
2411 * startup.el (fancy-splash-screens): Remove the code for
2412 debugging; `(trace-to-stderr "EXITTT\n")'.
2413
2414 2000-10-05 Miles Bader <miles@gnu.org>
2415
2416 * diff-mode.el (diff-goto-source): Update call to
2417 `diff-hunk-status-msg' to reflect new REV variable.
2418
2419 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2420
2421 * progmodes/icon.el (icon-mode):
2422 Don't gratuitously override the default for comment-column.
2423
2424 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2425
2426 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2427 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2428 (jit-lock-functions): New var.
2429 (jit-lock-function-1): Use it if non-nil.
2430 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2431 Set the `fontified' property before doing the fontification to avoid
2432 repeatedly going through the same error.
2433 Don't turn errors into messages.
2434 (jit-lock-register, jit-lock-unregister): New functions.
2435
2436 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2437 Use with-current-buffer.
2438
2439 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2440 Turn comment into docstring.
2441
2442 * apropos.el (apropos-mode): Use define-derived-mode.
2443
2444 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2445
2446 * startup.el (fancy-splash-pending-command): New variable.
2447 (fancy-splash-pre-command): New function.
2448 (fancy-splash-screens): Rewritten.
2449 (command-line-1): If fancy-splash-pending-command is set, call it
2450 interactively.
2451
2452 2000-10-04 Dave Love <fx@gnu.org>
2453
2454 * toolbar/tool-bar.el (tool-bar-setup): New function.
2455 (tool-bar-mode): Use it.
2456
2457 * subr.el (substitute-key-definition): Doc fix.
2458 (play-sound-file): New command.
2459
2460 2000-10-04 Andre Spiegel <spiegel@gnu.org>
2461
2462 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2463 vc-version-backup-file-name): New functions.
2464
2465 * files.el (basic-save-buffer): Call vc-before-save before saving.
2466
2467 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2468 vc-cvs-stay-local-p.
2469
2470 * vc.el (vc-revert-buffer): Handle empty diff properly.
2471 (vc-version-backup-file): New function.
2472 (vc-checkout): Create a version backup if necessary.
2473 (vc-checkin): If a version backup file exists, delete it.
2474 (vc-version-diff): Diff locally using version backups, if available.
2475 (vc-revert-file): If there's a version backup, revert locally.
2476 (vc-transfer-file): Use version backup for base version, if
2477 available. If not, ask for confirmation whether to get it from the
2478 server. Update mode line before check-in.
2479
2480 2000-10-04 Dave Love <fx@gnu.org>
2481
2482 * toolbar/tool-bar.el (tool-bar-setup): New function.
2483 (tool-bar-mode): Use it.
2484
2485 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2486
2487 * net/net-utils.el (nslookup-font-lock-keywords)
2488 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2489 Only set if window-system is non-nil
2490 (net-utils-run-program): Returns buffer.
2491 (network-connection-reconnect): Added this function.
2492
2493 * generic.el:
2494 Incorporates extensive cleanup and docfixes by
2495 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2496 Uses cl compile-time macros.
2497 (generic-mode-name, generic-comment-list)
2498 (generic-keywords-list, generic-font-lock-expressions)
2499 (generic-mode-function-list, generic-mode-syntax-table):
2500 Removed variables.
2501 (generic-mode-alist): Renamed to generic-mode-list.
2502 (generic-find-file-regexp): Default changed to "^#".
2503 (generic-read-type): Uses completing read on generic-mode-list.
2504 (generic-mode-sanity-check): removed this function.
2505 (generic-add-to-auto-mode): Removed this function
2506 (generic-mode-internal): Bind mode-specific definitions
2507 into function instead of putting them in alist.
2508 (generic-mode-set-comments): Reworked extensively.
2509 (generic-mode-find-file-hook): Simplified regexp searching
2510 (generic-make-keywords-list): Omit extra pair of parens
2511
2512 * find-lisp.el (find-lisp-find-files-internal):
2513 Make sure directory name ends with "/".
2514
2515 * generic-x.el (apache-conf-generic-mode):
2516 Regexp now allows leading whitespace.
2517 (rc-generic-mode): Added eval-when-compile
2518 around generic-make-keywords-list.
2519 Deleted duplicate regexp
2520 (rul-generic-mode): Added eval-when-compile
2521 around generic-make-keywords-list.
2522 (etc-fstab-generic-mode): New generic mode.
2523 (rul-generic-mode): Removed one eval-when-compile
2524 which caused a max-specpdl-size exceeded error.
2525
2526 2000-10-04 Miles Bader <miles@gnu.org>
2527
2528 * simple.el (minibuffer-temporary-goal-position): New variable.
2529 (next-history-element): Try to keep the position of point in the
2530 input string constant.
2531
2532 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2533 (dired-do-create-files): If there's only one file, pass it in as
2534 the DEFAULT arg to dired-mark-read-file-name.
2535
2536 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2537
2538 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2539 (diff-goto-source): Be smarter when choosing REVERSE or not.
2540
2541 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2542 (texinfo-mode-menu): Add an explicit shortcut for update all.
2543
2544 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2545
2546 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2547 factorize backend-specific code cleanly (this was essentially
2548 conceived by Stefan Monnier).
2549 (vc-unregister): Function removed.
2550 (vc-revert-file): New function.
2551 (vc-revert-buffer): Delegate some of the work to it.
2552
2553 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2554 default branch unconditionally.
2555 (vc-rcs-set-default-branch): New function.
2556 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2557 (vc-rcs-checkin): If an appropriate default branch has been set,
2558 force creation of that branch.
2559 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2560 code (as suggested by Stefan Monnier).
2561
2562 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2563
2564 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2565 highlighting overlay with a different face over the overlay
2566 isearch uses to highlight the current match because that can lead
2567 to bad face combinations.
2568
2569 * loadup.el (toplevel): Load faces before isearch.
2570
2571 * isearch.el (isearch-faces): New custom group.
2572 (isearch): New defface; was already tested for in the code.
2573 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2574 (isearch-highlight): Always use face `isearch'.
2575
2576 2000-10-02 Dave Love <fx@gnu.org>
2577
2578 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2579 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2580 comparison of opcode with operand.
2581
2582 2000-10-03 Miles Bader <miles@gnu.org>
2583
2584 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2585 buffer, since the echo area will now grow to accommodate them.
2586
2587 2000-10-02 Andre Spiegel <spiegel@gnu.org>
2588
2589 * vc-hooks.el (vc-registered): If FILE used to be registered under
2590 a certain backend, try that one first.
2591
2592 * vc.el (vc-responsible-backend): Undo the previous change in the
2593 argument list. Handle multiple backends correctly.
2594 (vc-find-new-backend): Function removed.
2595 (vc-register): Use vc-responsible-backend, as before.
2596 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2597
2598 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2599
2600 * startup.el (fancy-splash-head): Change message below the
2601 logo.
2602
2603 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2604
2605 * diff-mode.el (diff-goto-source): Emit a status message.
2606 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2607 (diff-test-hunk): Fix doc string.
2608 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2609 (diff-advance-after-apply-hunk): New variable.
2610 (diff-apply-hunk): Don't return a value.
2611
2612 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2613
2614 * vc.el (vc-editable-p): Minor optimization.
2615 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2616 (vc-find-new-backend): New function split from vc-responsible-backend.
2617 (vc-register): Use it.
2618 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2619 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2620 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2621 (vc-clear-headers): Don't use find-file.
2622 (vc-revert-buffer): Use `and' again (must have been a braino).
2623 (vc-switch-backend): Only prompt if requested.
2624 Short circuit if nothing is to be done.
2625 Don't use vc-resynch-buffer which could lose unsaved editing.
2626 (vc-default-receive-file): Update call to vc-unregister.
2627 (with-vc-file, vc-next-action-on-file):
2628 Use vc-backend rather than vc-registered.
2629 (vc-next-action-on-file): Use intern-soft.
2630 Deal with read-only *vc-diff* buffer.
2631 (vc-transfer-file): Docstring fix.
2632
2633 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2634 (vc-rcs-receive-file): Avoid with-vc-properties.
2635 Update call to vc-unregister.
2636 Use constant `RCS' rather than (dynamically bound) var `backend'.
2637
2638 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2639
2640 * vc.el (vc-next-action-on-file): Update mode line only if file
2641 is visited.
2642 (vc-start-entry): New argument initial-contents. Don't visit the file
2643 if it isn't already visited. Brought documentation up-to-date.
2644 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2645 (vc-checkin): New optional arg initial-contents, which is passed to
2646 vc-start-entry.
2647 (vc-finish-logentry): Make sure to bury log buffer only if there
2648 really is one. Call `vc-resynch-buffer' on log-file, not
2649 buffer-file-name.
2650 (vc-default-comment-history, vc-default-wash-log): New functions.
2651 (vc-index-of): Removed.
2652 (vc-transfer-file): Make do without the above.
2653 (vc-default-receive-file): Call comment-history unconditionally. Pass
2654 the resulting string to vc-checkin, instead of inserting it into the
2655 comment ring.
2656
2657 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2658 unconditionally. Use the comments as initial contents of the log
2659 entry buffer. Document the trick to force branch creation with no
2660 changes.
2661
2662 2000-10-01 Miles Bader <miles@gnu.org>
2663
2664 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2665 `recenter' with an arg to prevent redrawing the display.
2666
2667 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2668
2669 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2670
2671 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2672
2673 * progmodes/c-mode.el (c-mode):
2674 Don't gratuitously override the default for comment-column.
2675
2676 * textmodes/tex-mode.el (latex-metasection-list): New var.
2677 (latex-imenu-create-index): Use it.
2678 Move the regexp construction outside loops (and use push).
2679 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2680 (tex-font-lock-keywords): Moved from font-lock.el.
2681 (tex-comment-indent): Remove.
2682 (tex-common-initialization): Don't set comment-indent-function.
2683 (latex-block-default): New var.
2684 (tex-latex-block): Use it to provide a default choice.
2685 Add any unknown choice to latex-block-names.
2686 Insert [...] after {...}.
2687 (tex-last-unended-begin): Simplify regexp.
2688 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2689 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2690 (latex-mode): Set forward-sexp-function.
2691
2692 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2693 Add regexp for @ignore ... @end ignore.
2694 (texinfo-heading-face): New face.
2695 (texinfo-font-lock-keywords): Use it.
2696 (texinfo-mode-menu): New menu.
2697 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2698 New functions.
2699 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2700 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2701 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2702 Remove declaration.
2703 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2704
2705 * delsel.el (delete-selection-mode): Use define-minor-mode.
2706
2707 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2708
2709 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2710
2711 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2712
2713 2000-09-30 Gerd Moellmann <gerd@gnu.org>
2714
2715 * replace.el (keep-lines-read-args): New function.
2716 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2717 read arguments interactively. Add parameters RSTART and REND.
2718 Operate on the active region in Transient Mark mode.
2719
2720 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2721
2722 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2723 (authors-obsolete-files-regexps): New variable.
2724 (authors-add): Don't record changes in obsolete files.
2725
2726 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2727
2728 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2729
2730 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2731 (comment-indent): Make sure there's a space between code and comment.
2732 Shift comments left to avoid going past fill-column.
2733
2734 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2735
2736 * startup.el (startup-echo-area-message): New function.
2737 (display-startup-echo-area-message): Use it.
2738 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2739 (fancy-splash-default-action): New function.
2740 (fancy-splash-screens-1): New function.
2741 (fancy-splash-head): Put a help-echo and a keymap under the image.
2742
2743 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2744
2745 * diff-mode.el (diff-add-log-file-name): Remove.
2746 (diff-mode): Use add-log-buffer-file-name-function.
2747
2748 * add-log.el (find-change-log): New arg BUFFER-FILE.
2749 (add-log-file-name): Obey add-log-file-name-function.
2750 (add-log-buffer-file-name-function): New var.
2751 (add-change-log-entry): Use it.
2752
2753 2000-09-29 Miles Bader <miles@gnu.org>
2754
2755 * image-file.el (image-file-name-extensions): New variable.
2756 (image-file-name-regexps): Renamed from `image-file-regexps'.
2757 New default value is nil. Call `auto-image-file-mode'.
2758 (image-file-name-regexp): New function.
2759 (auto-image-file-mode): New minor mode.
2760 (insert-image-file): Don't make conditional on the image-file
2761 handler being enabled.
2762 (image-file-handler): Make the call here conditional instead.
2763 (set-image-file-handler-enabled, enable-image-file-handler)
2764 (disable-image-file-handler): Functions removed.
2765
2766 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2767 string.
2768
2769 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2770
2771 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2772 it's a function from CL.
2773 (latex-imenu-create-index): Replace eval-when-compile with progn
2774 because latex-section-alist is not bound while compiling.
2775
2776 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2779 (outline-mode): Use define-derived-mode.
2780
2781 * progmodes/perl-mode.el (perl-mode):
2782 * progmodes/awk-mode.el (awk-mode):
2783 * progmodes/asm-mode.el (asm-mode):
2784 Don't gratuitously override the default for comment-column.
2785
2786 * emacs-lisp/lisp.el (lisp-complete-symbol):
2787 Distinguish the let-binding case from the funcall case.
2788 (forward-sexp-function): New variable.
2789 (forward-sexp): Use it.
2790
2791 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2792 (easy-mmode-defmap): Remove the now useless autoload.
2793
2794 * time.el (display-time-mode): Use define-minor-mode.
2795
2796 * subr.el (add-minor-mode): Don't eval NAME.
2797 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2798 Use if rather than cond.
2799
2800 * simple.el (read-expression-map): Define more properly.
2801 (comment-indent-hook): Remove.
2802 (string-to-syntax): Bug fix.
2803
2804 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2805 (cvs-ediff-diff): Fix typo.
2806 (cvs-revert-if-needed): Don't bother preserving read-only.
2807
2808 * paren.el (show-paren-mode): Use define-minor-mode.
2809
2810 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2811 (toggle-auto-compression): Remove.
2812 (jka-compr-build-file-regexp): Remove useless grouping.
2813
2814 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2815 Avoid user-reserved bindings.
2816 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2817 (diff-header-face): Revert to grey85.
2818
2819 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2820
2821 * complete.el (partial-completion-mode) <defcustom>: Remove.
2822 (partial-completion-mode): Use define-minor-mode.
2823 (PC-do-completion): Understand `completion-auto-help = delay'
2824 to mean to popup the completion buffer only the second time.
2825 (PC-include-file-all-completions, PC-include-file-all-completions)
2826 (PC-include-file-all-completions): Don't quote lambda.
2827
2828 * comint.el (comint-mode-hook): Docstring fix.
2829 (comint-mode): Use define-derived-mode.
2830 (comint-mode-map): Remove obsolete comment.
2831 (make-comint): Minor stylistic change.
2832 (comint-insert-clicked-input): Be more careful to find the overlay.
2833 Use this-command-keys rather than hardcoding mouse-2.
2834
2835 * font-lock.el: Replace confusing (,@ with ,
2836 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2837 Don't use regexp-opt-depth. Spice up the regexp for args.
2838 Don't distinguish between cmds that can take an opt arg or not.
2839 Use `append' and `prepend' rather than `keep'.
2840
2841 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2842 (latex-outline-regexp): New var.
2843 (latex-outline-level): New fun.
2844 (latex-section-alist): New var.
2845 (latex-imenu-create-index): Use it. Use `push' as well.
2846 (tex-shell-map): Initialize it properly.
2847 (tex-mode): Minor stylistic change.
2848 (plain-tex-mode): Use define-derived-mode.
2849 (latex-mode): Use define-derived-mode.
2850 Construct the paragraph regexps in a more readable way.
2851 Set the buffer-local outline-{level,regexp} vars.
2852 (slitex-mode): Derive from latex-mode.
2853 (tex-common-initialization): Don't kill-all-vars anymore.
2854 Add setting for comment-add and font-lock-defaults.
2855 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2856 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2857 (tex-start-tex): New arg DIR (and send a chdir command for it).
2858 Also display the shell buffer and save it in tex-last-buffer-texed.
2859 (tex-region): Use expand-file-name rather than concat.
2860 Remove code made useless by changes in tex-start-tex.
2861 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2862
2863 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2864
2865 2000-09-28 Dave Love <fx@gnu.org>
2866
2867 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2868
2869 2000-09-28 Gerd Moellmann <gerd@gnu.org>
2870
2871 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2872 `append'.
2873
2874 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2875
2876 * info.el (Info-extract-pointer): Undo last change.
2877 Instead, fix the position of the `bound' arg to re-search-backward.
2878
2879 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * info.el (Info-extract-pointer):
2882 Widen more carefully, to avoid finding pointers in other nodes.
2883 (Info-index): Use push.
2884
2885 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2886
2887 * frame.el (set-frame-font): Remove call to obsolete function
2888 frame-update-faces.
2889 (set-foreground-color, set-background-color): Likewise for
2890 frame-update-face-colors.
2891
2892 2000-09-27 Miles Bader <miles@gnu.org>
2893
2894 * image-file.el: New file.
2895
2896 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2897
2898 * frame.el (frame-notice-user-settings): Don't call
2899 frame-update-faces, which is a no-op now.
2900
2901 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2902 tool-bar-lines.
2903
2904 2000-09-27 Dave Love <fx@gnu.org>
2905
2906 * mouse.el: Fix last change.
2907
2908 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2909
2910 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2911
2912 2000-09-22 Kenichi Handa <handa@etl.go.jp>
2913
2914 * international/quail.el (quail-help): The output message is
2915 improved.
2916
2917 2000-09-26 Dave Love <fx@gnu.org>
2918
2919 * mouse.el (popup-menu): If POSITION is nil, set it using
2920 mouse-position.
2921
2922 2000-09-25 Sam Steingold <sds@gnu.org>
2923
2924 * net/browse-url.el (browse-url-file-url): Check for null maps.
2925
2926 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2927
2928 * frame.el (frame-notice-user-settings): Don't add a
2929 tool-bar-lines frame parameter to default-frame-alist in batch mode.
2930
2931 * frame.el (frame-notice-user-settings):
2932 Make tool-bar-mode and default-frame-alist consistent.
2933
2934 * toolbar/tool-bar.el (tool-bar-help): New function.
2935
2936 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2937
2938 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2939 current-load-list in top-level forms. Else this leaks a cons cell
2940 every time a defun is called.
2941
2942 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2943
2944 2000-09-25 Dave Love <fx@gnu.org>
2945
2946 * startup.el (fancy-splash-head): Check XPM is available.
2947
2948 * autoinsert.el (auto-insert): Doc fix.
2949 (auto-insert-alist): Following GNU notices, don't say `copyright
2950 _by_'. Use line-beginning-position.
2951 (auto-insert): Check buffer-file-name is non-nil before use.
2952
2953 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2954
2955 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2956 starting with `@def' or `@multitable', in addition to ones
2957 specified by the user in auto-fill-inhibit-regexp.
2958
2959 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
2960
2961 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2962 rmail-dont-reply-to-names matches the empty string.
2963
2964 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2965
2966 * startup.el (command-line-1, fancy-splash-text): Change the
2967 text to sound more friendly.
2968
2969 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2970
2971 * progmodes/hideshow.el: Update author email address.
2972 Generally, sync w/ maintainer version 5.22.
2973 (hs-hide-all-non-comment-function): New var.
2974 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2975 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2976 (hs-show-region): Delete this command.
2977 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2978
2979 2000-09-22 Dave Love <fx@gnu.org>
2980
2981 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2982 (hl-line-highlight): Specify buffer when moving overlay.
2983
2984 * progmodes/fortran.el (fortran-mode): Locally set
2985 normal-auto-fill-function.
2986 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2987 (fortran-mode-map): Adjust auto-fill menu entry.
2988
2989 2000-09-22 Gerd Moellmann <gerd@gnu.org>
2990
2991 * vc-rcs.el (toplevel): Require `vc' when compiling.
2992
2993 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2994
2995 2000-09-22 Andre Spiegel <spiegel@gnu.org>
2996
2997 * vc.el (vc-switch-backend): Signal an error if the file is not
2998 registered under the new backend.
2999
3000 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3001 without explicit revision number.
3002
3003 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3004
3005 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3006 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3007 (diff-xor): New function.
3008 (diff-find-source-location): Use it. Fix a stupid name clash.
3009 (diff-hunk-status-msg): New function.
3010 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3011 (diff-test-hunk): Use diff-find-source-location.
3012 (diff-goto-source): Favor the `reverse'.
3013 (diff-hunk-text): Properly handle one-sided context diffs.
3014 (diff-apply-hunk): When done, advance to the next hunk.
3015
3016 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3017
3018 * startup.el (command-line): If frame was created with a non-zero
3019 tool-bar-lines parameter, switch tool-bar-mode on.
3020
3021 * add-log.el (change-log-date-face, change-log-name-face)
3022 (change-log-email-face, change-log-file-face)
3023 (change-log-list-face, change-log-conditionals-face)
3024 (change-log-function-face, change-log-acknowledgement-face):
3025 New faces, inheriting from font-lock faces.
3026 (change-log-font-lock-keywords): Use them.
3027
3028 2000-09-21 Dave Love <fx@gnu.org>
3029
3030 * progmodes/cperl-mode.el (top-level): Clean up
3031 `eval-when-compile's and assorted defvars.
3032 (cperl-invalid-face): Don't double-quote value. Change custom
3033 type.
3034 (cperl-mode): Set normal-auto-fill-function and don't zap
3035 auto-fill-function.
3036 (cperl-imenu--function-name-regexp-perl): Renamed from
3037 imenu-example--function-name-regexp-perl.
3038 (cperl-imenu--create-perl-index): Renamed from
3039 imenu-example--create-perl-index.
3040 (cperl-xsub-scan): Don't require cl.
3041
3042 * msb.el (msb-mode-map): Use substitute-key-definition.
3043 (msb-mode): Use msb-mode-map.
3044
3045 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3046
3047 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3048 New functions.
3049 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3050 (vc-switch-backend): New function.
3051 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3052 (vc-register): Fix prompt.
3053 (vc-unregister, vc-default-unregister): New functions.
3054 (vc-version-diff): Handle empty buffer in sentinel.
3055
3056 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3057 (vc-rcs-state-heuristic): Use it to guess the state of files with
3058 non-strict locking.
3059 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3060 been set with -b, but not created yet.
3061 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3062 contents in order to find the state.
3063 (vc-rcs-checkin): Allow creation of branches with no changes.
3064 (vc-rcs-unregister, vc-rcs-receive-file)
3065 (vc-rcs-set-non-strict-locking): New functions.
3066
3067 * vc-hooks.el (vc-name): Force correct computation of the value
3068 in case it is missing.
3069
3070 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3071
3072 * startup.el (fancy-splash-tail): Use a different foreground
3073 color on a dark frame background.
3074
3075 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3076
3077 * info.el: Use the correct capitalization when making Info-mode
3078 and Info-edit-mode `special' modes.
3079
3080 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3083 (diff-mode): Add support for add-log.el.
3084 (diff-hunk-text): Use char offsets rather than line offsets.
3085 (diff-find-source-location): Replace LINE with line-offset (nil
3086 if not found) and always set POS to a meaningful position.
3087 Adapt to the new char-offsets.
3088 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3089 Adapt to the new diff-find-source-location.
3090 (diff-goto-source): Adapt to the new diff-find-source-location.
3091
3092 * add-log.el (add-log-file-name): New function (split out of
3093 add-change-log-entry).
3094 (add-change-log-entry): Use it.
3095 Call add-log-file-name-function with the changelog file name if
3096 the current buffer is not associated with any file.
3097 Avoid find-file if the selected window is dedicated.
3098
3099 * diff-mode.el (diff-find-source-location):
3100 Move code from diff-apply-hunk. Return buffer rather than file.
3101 (diff-apply-hunk): Use the new result from diff-find-source-location.
3102 (diff-goto-source): Use the new diff-find-source-location.
3103
3104 2000-09-20 Dave Love <fx@gnu.org>
3105
3106 * iswitchb.el: Some doc fixes.
3107 (iswitchb-mode-map): Define completely initially. Inherit
3108 minibuffer-local-map.
3109 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3110 fundamental-mode.
3111 (iswitchb-global-map): New variable.
3112 (iswitchb-summaries-to-end): Amalgamate regexps.
3113 (iswitchb-mode): New.
3114 (iswitchb-mode-hook): New variable.
3115 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3116 `extensions'.
3117
3118 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3119
3120 * ehelp.el (electric-help): New defgroup.
3121 (electric-help-shrink-window): New user-option.
3122 (with-electric-help): Use it.
3123
3124 * window.el (shrink-window-if-larger-than-buffer): If face
3125 `mode-line' has a :box, and we're on a graphical frame, add 1
3126 to the needed window height.
3127
3128 * frame.el (frame-notice-user-settings): Add a last parameter nil
3129 to a call to `append', because the last list passed to `append' is
3130 not copied, and so subsequent calls to assq-delete-all will modify
3131 default-frame-alist.
3132
3133 * startup.el (fancy-splash-image): Change :type.
3134 (fancy-splash-head): Use an XBM image if appropriate.
3135 (command-line-1): Show splash screens in more cases.
3136
3137 * startup.el (fancy-splash-text): Don't quote faces.
3138
3139 * dired.el (dired-font-lock-keywords): Undo last change.
3140 (dired-readin): Bind indent-tabs-mode to nil.
3141
3142 * startup.el (fancy-splash-head): If frame's background mode
3143 is `dark', change the black background of the image to gray.
3144 (fancy-splash-screens): Display startup echo area message.
3145 (display-startup-echo-area-message): New function.
3146
3147 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3148
3149 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3150
3151 * info.el (info-header-node): Tweak for color ttys.
3152
3153 * faces.el (face-valid-attribute-values): Make sure directories we
3154 search for stipples both exist and are readable before trying to
3155 search them.
3156
3157 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3158 in the dry-run case.
3159
3160 * jka-compr.el (with-auto-compression-mode): New macro.
3161
3162 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3163 (custom-group-tag-face, custom-variable-tag-face): Use relative
3164 :height and inherit from `variable-pitch' face instead of
3165 hardwiring :family.
3166 * hi-lock.el (hi-black-hb): Likewise.
3167
3168 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3169 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3170 toolbar-add-item, if image doesn't have a mask add a `:mask
3171 heuristic'.
3172
3173 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * diff-mode.el: Docstring fixes.
3176 (diff-header-face, diff-comment-face): New faces.
3177 (diff-font-lock-keywords): Highlight a bit differently.
3178 (diff-find-source-location): Don't return SPAN any more.
3179 (diff-hunk-text): Don't bother erasing the temp buffer.
3180 (diff-find-text): Drop argument LINE.
3181 (diff-apply-hunk): Update calls to diff-find-text.
3182 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3183
3184 * calendar/calendar.el: Docstring fixes.
3185 (calendar-make-alist): Don't quote lambda.
3186 (calendar-star-date): Use make-local-variable.
3187
3188 2000-09-19 Dave Love <fx@gnu.org>
3189
3190 * toolbar/tool-bar.el: Renamed from toolbar.el.
3191 Change `toolbar' to `tool-bar' generally in symbols.
3192 Make some items invisible in `special' major modes.
3193 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3194 Add arg PROPS.
3195
3196 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3197 Add :version here.
3198 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3199
3200 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3201
3202 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3203
3204 * files.el (find-file-suppress-same-file-warnings): New user-option.
3205 (find-file-noselect): Use it.
3206
3207 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3208 (fancy-splash-screen): Defgroup.
3209
3210 * add-log.el (change-log-font-lock-keywords): Match names
3211 more exactly for the case that font-lock-constant-face is
3212 underlined.
3213
3214 2000-09-19 Richard M. Stallman <rms@gnu.org>
3215
3216 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3217
3218 2000-09-19 Andre Spiegel <spiegel@gnu.org>
3219
3220 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3221
3222 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3223
3224 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3225 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3226 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3227 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3228 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3229 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3230 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3231 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3232 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3233 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3234 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3235 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3236
3237 * startup.el (fancy-splash-text): New variable.
3238 (fancy-splash-delay, fancy-splash-image): New user-options.
3239 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3240 (fancy-splash-screens): New functions.
3241 (command-line-1): If display has a `display' frame parameter, has
3242 colors, and we have XPM support, show more fancy splash screens.
3243
3244 2000-09-19 Dave Love <fx@gnu.org>
3245
3246 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3247 with null `help'. Use modern backquote syntax.
3248
3249 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3250
3251 * font-lock.el (font-lock-mode): Change message telling the user
3252 that ``the buffer is too big''.
3253
3254 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3255 for instance for the case that tab-width is 2.
3256
3257 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3258
3259 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3260 toolbar-add-item, if image doesn't have a mask add a `:mask
3261 heuristic'.
3262
3263 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3264
3265 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3266 and return a cons if it's non-nil.
3267 (diff-apply-hunk): Try to jump to the line in the source text
3268 corresponding to the position of point in the in the hunk.
3269
3270 * info.el (Info-title-3-face, Info-title-2-face)
3271 (Info-title-1-face): Use face inheritance and relative sizes
3272 instead of hard-wiring things.
3273
3274 * faces.el (secondary-selection): Make dark-background variant sane.
3275
3276 2000-09-16 Andrew Innes <andrewi@gnu.org>
3277
3278 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3279 read-only, since they aren't under VC now.
3280
3281 2000-09-17 Dave Love <fx@gnu.org>
3282
3283 * tmm.el: Replace mapcar with mapc in several places.
3284
3285 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3286 ad-unadvise.
3287
3288 * international/latin1-disp.el: New file.
3289
3290 * calendar/cal-move.el (scroll-calendar-left)
3291 (scroll-calendar-right): Make arg optional (for active mode line).
3292
3293 * calendar/calendar.el (calendar-mode-line-format): Make fields
3294 mouse-sensitive.
3295 (calendar-read-date, calendar-read-date, calendar-window-list):
3296 Unquote lambda.
3297 (calendar-month-name): Use aref, not sref.
3298
3299 * view.el (minor-mode-alist): Propertize the string.
3300
3301 * international/characters.el (standard-case-table): Add entries
3302 for Greek.
3303
3304 2000-09-18 Miles Bader <miles@gnu.org>
3305
3306 * info.el (info-node, info-xref): Add dark-background variants.
3307
3308 * faces.el (header-line): Change defaults to be less confusing
3309 when mixed with mode-lines.
3310
3311 * info.el (Info-fontify-node): Make a few cleanups.
3312 Add extra `help-echo' and `local-map' props to node xrefs.
3313 Use header-specific faces for node-names & xrefs.
3314 (Info-use-header-line): New variable.
3315 (info-header-xref, info-header-node): New faces.
3316 (Info-setup-header-line): New function.
3317 (Info-select-node): Call Info-setup-header-line when enabled.
3318 (Info-extract-pointer): Work even if the header line is hidden.
3319 (Info-header-line): New variable.
3320
3321 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3322
3323 * vms-patch.el (print-region-function): Don't quote lambda.
3324
3325 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3326
3327 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3328 (lm-get-header-re): Allow spaces between the header and the colon.
3329 (lm-header): Allow $ in non-RCS headers.
3330 (lm-header-multiline): Put the strings back into order.
3331 Stop at an empty line. Don't require two space chars if the
3332 line is clearly not another header line.
3333
3334 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3335 (popup-menu-popup): Remove.
3336
3337 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3338
3339 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3340 specification if or if not tool-bar item contains an `:enabled'
3341 property.
3342
3343 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3344 current buffer has no file name.
3345
3346 2000-09-15 Dave Love <fx@gnu.org>
3347
3348 * strokes.el: Sync with maintainer's current version with changes
3349 for Emacs, but avoid runtime cl and levents.
3350 (toplevel): Change autoloads and compilation requires.
3351 (strokes-version, strokes-bug-address, strokes-lift): Values
3352 changed.
3353 (strokes-xpm-header, strokes-insinuated): New variable.
3354 (strokes): Add :link.
3355 (strokes-mode): Customized.
3356 (strokes-while-inhibiting-garbage-collector): New macro.
3357 (strokes-remassoc): Avoid remove-if.
3358 (strokes-fix-button2-command): Don't use ad-do-it.
3359 (strokes-insinuate): New function.
3360 (strokes-button-press-event-p, strokes-button-release-event-p):
3361 New functions, used instead of non-`strokes-' versions..
3362 (strokes-mouse-event-p): Rewritten.
3363 (strokes-event-closest-point): Avoid event-point.
3364 (strokes-get-grid-position): Avoid cdadr, caadr
3365 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3366 functions.
3367 (strokes-help): Use with-output-to-temp-buffer.
3368 (strokes-window-configuration-changed-p): New function.
3369 (strokes-update-window-configuration): Use buffer-live-p,
3370 strokes-window-configuration-changed-p.
3371 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3372 (strokes-char-face): New face.
3373 (strokes-char-table, strokes-base64-chars): New variable.
3374 (strokes-xpm-for-stroke, strokes-list-strokes)
3375 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3376 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3377 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3378 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3379 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3380 functions.
3381
3382 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3383
3384 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3385
3386 * image.el (create-image): Doc fix.
3387
3388 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3389 instead of `:heuristic-mask t'.
3390
3391 2000-09-14 Andrew Innes <andrewi@gnu.org>
3392
3393 * makefile.w32-in: Revert to Unix line endings.
3394
3395 2000-09-14 Andrew Innes <andrewi@gnu.org>
3396
3397 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3398 when installing.
3399
3400 * makefile.nt (DONTCOMPILE): Fix typo.
3401
3402 * shell.el (shell-write-history-on-exit): New function.
3403 (shell-dumb-shell-regexp): New custom variable.
3404 (shell-mode): Make shell-write-history-on-exit the process
3405 sentinel if shell name matches shell-dumb-shell-regexp.
3406
3407 * w32-fns.el: Comment out before-init-hook function which resets
3408 source-directory based; this breaks bootstrap.
3409
3410 2000-09-14 Dave Love <fx@gnu.org>
3411
3412 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3413 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3414 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3415 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3416 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3417 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3418 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3419 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3420 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3421
3422 * toolbar/toolbar.el: New.
3423
3424 * subdirs.el: Add toolbar.
3425
3426 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3427
3428 * indent.el (indent-for-tab-command): Doc fix.
3429
3430 2000-09-14 Alex Schroeder <alex@gnu.org>
3431
3432 * ansi-color.el (ansi-colors): Doc change.
3433 (ansi-color-get-face): Simplified regexp.
3434 (ansi-color-faces-vector): Added more faces, doc change.
3435 (ansi-color-names-vector): Doc change.
3436 (ansi-color-regexp): Simplified regexp.
3437 (ansi-color-parameter-regexp): New regexp.
3438 (ansi-color-filter-apply): Doc change.
3439 (ansi-color-filter-region): Doc change.
3440 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3441 deal with zero length parameters.
3442 (ansi-color-apply-on-region): Doc change.
3443 (ansi-color-map): Doc change.
3444 (ansi-color-map-update): Removed debugging message.
3445 (ansi-color-get-face-1): Added condition-case to trap
3446 args-out-of-range errors.
3447 (ansi-color-get-face): Doc change.
3448 (ansi-color-make-face): Removed.
3449 (ansi-color-for-shell-mode): New option.
3450
3451 2000-09-13 Kenichi Handa <handa@etl.go.jp>
3452
3453 * international/quail.el (quail-start-translation): Translate KEY
3454 if necessary even if it doesn't have any mapping in the current
3455 input method.
3456 (quail-start-conversion): Likewise.
3457 (quail-help): The output message is improved.
3458
3459 2000-09-13 Miles Bader <miles@gnu.org>
3460
3461 * comint.el (comint-output-filter): Revert to using
3462 `insert-before-markers'. Add bletcherous hack to undo damage
3463 caused by `insert-before-markers'. Put `front-sticky' property on
3464 overlays created here so that the field code understands how the
3465 overlay works. Use a let when making comint-last-prompt-overlay,
3466 so that the code is easier to read.
3467
3468 2000-09-13 Dave Love <fx@gnu.org>
3469
3470 * wid-edit.el (widget-default-format-handler): DTRT when
3471 doc-property is a function.
3472
3473 2000-09-12 Francesco Potorti` <pot@gnu.org>
3474
3475 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3476 filed name if it's not there.
3477
3478 2000-09-12 Dave Love <fx@gnu.org>
3479
3480 * simple.el (read-mail-command): Doc fix.
3481 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3482
3483 * vc.el (vc-dired-listing-switches): Fix :version.
3484
3485 * vc-hooks.el: Doc fixes.
3486
3487 * subr.el (add-minor-mode): Use toggle-fun arg.
3488
3489 * speedbar.el: Add :version to several defcustoms.
3490
3491 * imenu.el (imenu--truncate-items, imenu--cleanup)
3492 (imenu--generic-function): Avoid mapcar.
3493 (imenu--replace-spaces): Function removed.
3494 (imenu--completion-buffer): Use subst-char-in-string.
3495 (imenu-add-to-menubar): Use keymap inheritance.
3496
3497 2000-09-12 Miles Bader <miles@gnu.org>
3498
3499 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3500 (diff-mode-map): Bind `diff-test-hunk'.
3501 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3502
3503 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3504
3505 * bytecomp.el (byte-compile-defvar): Undo last change
3506 because it breaks '(make-variable-buffer-local (defvar ...)'
3507 which is used at least in dired.
3508
3509 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3510
3511 * international/quail.el (quail-define-package): Docstring
3512 modified.
3513
3514 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3515
3516 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3517 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3518 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3519 docstring of "chinese-py".
3520
3521 * international/quail.el (quail-translation-docstring): New
3522 variable.
3523 (quail-show-keyboard-layout): Docstring modified.
3524 (quail-select-current): Likewise.
3525 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3526 infinite recursive call.
3527 (quail-help): Check quail-translation-docstring. Format of the
3528 output changed.
3529 (quail-help-insert-keymap-description): Adjusted for the above
3530 change.
3531
3532 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3533
3534 * bytecomp.el (byte-compile-defvar): Only cons onto
3535 current-load-list in top-level forms. Else this leaks a cons cell
3536 every time a defun is called.
3537
3538 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3539
3540 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3541 Now understands non-unified diffs. Some functionality moved into
3542 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3543 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3544 modify anything. Only reposition point in the patched file if the
3545 patch succeeds. Only pop up another window if POPUP is true.
3546 Emit a message describing what happened if successful, and at what
3547 line-offset. Automatically detect reversed hunks and do something
3548 appropriate.
3549 (diff-hunk-text, diff-find-text): New functions.
3550 (diff-filter-lines): Function removed.
3551 (diff-test-hunk): New function.
3552 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3553
3554 2000-09-10 Dave Love <fx@gnu.org>
3555
3556 * textmodes/tildify.el: Minor doc/commentary fixes.
3557 (tildify) <defgroup>: Add :version.
3558
3559 * faces.el (face-x-resources): Make custom type more specific.
3560 (frame-background-mode): Use mapc.
3561 (region) <defcustom>: Add :version.
3562
3563 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3564
3565 * vc-sccs.el (vc-sccs-register):
3566 * vc-rcs.el (vc-rcs-register):
3567 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3568 * vc.el (vc-register): Clear file's properties.
3569
3570 2000-09-08 Gerd Moellmann <gerd@gnu.org>
3571
3572 * faces.el (face-spec-set): Only face-spec-reset-face when
3573 ATTRS is non-nil.
3574
3575 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3576
3577 * help.el (help-insert-xref-button): Fix a typo in doc string.
3578
3579 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3580
3581 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3582 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3583 methods.
3584
3585 * menu-bar.el (read-mail-item-name): New function.
3586 (menu-bar-tools-menu): Use it to compute and display the package
3587 used to read email.
3588 (menu-bar-tools-menu): Fix typo in GUD's help string.
3589
3590 2000-09-07 Dave Love <fx@gnu.org>
3591
3592 * diff-mode.el (diff-mouse-goto-source): New function.
3593
3594 * vc-sccs.el: Doc fixes.
3595 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3596
3597 * vc-rcs.el: Doc fixes.
3598 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3599 (vc-rcs-checkout-switches, vc-rcs-header)
3600 (vc-rcs-master-templates): Add or change :version.
3601
3602 * vc-cvs.el: Doc fixes.
3603 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3604 (vc-cvs-stay-local): Add :version.
3605
3606 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3607
3608 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3609
3610 * international/quail.el (quail-help): Fix previous change.
3611
3612 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3613
3614 * faces.el (color-values): Doc fix.
3615
3616 * faces.el (frame-set-background-mode): Use frame-parameter
3617 instead of frame-parameters.
3618
3619 * frame.el (filtered-frame-list): Reduce consing.
3620 (frames-on-display-list): Call frame-parameter instead of
3621 frame-parameters.
3622
3623 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3624
3625 * language/devan-util.el (devanagari-to-indian-region): In the
3626 loop, change the following char, not preceding char.
3627
3628 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3629
3630 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3631 instead of frame-parameters.
3632
3633 * faces.el (set-face-attribute): Simplify by calling
3634 internal-set-lisp-face-attribute with FRAME being 0.
3635
3636 * vc.el: Remove `Id' version control keyword.
3637
3638 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3639
3640 * help.el (help-make-xrefs): Adjusted for the change of
3641 help-xref-mule-regexp.
3642 (help-insert-xref-button): New function.
3643
3644 * international/mule-cmds.el (help-xref-mule-regexp-template):
3645 Include the pattern for character set.
3646 (leim): New group.
3647
3648 * international/quail.el: Don't require face.
3649 (quail): New group.
3650 (quail-other-command): Dummy command to make quail-help work better.
3651 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3652 (quail-keyboard-layout-substitution): New variable.
3653 (quail-update-keyboard-layout): New function.
3654 (quail-keyboard-layout-type): New customizable variable.
3655 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3656 (quail-keyboard-translate): Pay attention to
3657 quail-keyboard-layout-substitution.
3658 (quail-insert-kbd-layout): New function.
3659 (quail-show-keyboard-layout): New function.
3660 (quail-get-translation): If the definition is a vector of length
3661 1, and the element is a string of length 1, return the character
3662 in that string.
3663 (quail-update-current-translations): Fix the case of
3664 relative-index out of range.
3665 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3666 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3667 Show key sequences for all available characters.
3668 (quail-help-insert-keymap-description): Don't show such verbose
3669 key bindings as quail-self-insert-command.
3670
3671 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3672 Format changed, and each element now have extra documentations.
3673 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3674 Adjusted for the change of quail-cxterm-package-ext-info.
3675
3676 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3677
3678 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3679 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3680 during bootstrap.
3681
3682 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3683
3684 * vc.el: (toplevel): Don't require `dired' at run-time.
3685 (vc-dired-resynch-file): Remove autoload cookie.
3686
3687 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3688
3689 * vc.el: Made several backend functions optional.
3690 (vc-default-responsible-p): New function.
3691 (vc-merge): Use RET for first version to trigger merge-news, not
3692 prefix arg.
3693 (vc-annotate): Handle backends that do not support annotation.
3694 (vc-default-merge-news): Removed. The existence of a merge-news
3695 implementation is now checked on caller sites.
3696
3697 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3698 case.
3699
3700 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3701 special case that has been removed from the default in vc-hooks.el.
3702
3703 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3704
3705 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3706
3707 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3708
3709 * vc-hooks.el: Require vc during compilation.
3710 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3711 macro `with-vc-properties' in vc.el.
3712 (vc-file-getprop): Doc fix.
3713 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3714
3715 * vc.el: Require dired-aux during compilation.
3716 (vc-name-assoc-file): Moved to vc-sccs.el.
3717 (with-vc-properties): New macro.
3718 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3719 vc-finish-steal): Use it.
3720 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3721 to the backend-specific function is now supposed to do the checkout,
3722 too.
3723 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3724
3725 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3726 set file properties; that gets done in the generic code now.
3727
3728 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3729 Changed parameter list, added code from vc.el that does the
3730 checkout, possibly with a double-take.
3731
3732 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3733 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3734 the above under the new name.
3735 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3736 parameter list, added checkout command.
3737 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3738 properties; that gets done in the generic code now.
3739
3740 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3741
3742 * vc.el: Docstring fixes (courtesy of checkdoc).
3743
3744 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3745
3746 * vc.el (vc-checkout-writable-buffer-hook)
3747 (vc-checkout-writable-buffer): Remove.
3748 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3749 (vc-log-mode): Make it into a clean derived major mode.
3750 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3751 vc-log-mode if log-edit is not available.
3752 (vc-dired-mode-map): Don't set-keymap-parent yet.
3753 (vc-dired-mode): Do set-keymap-parent here.
3754 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3755
3756 2000-09-05 Gerd Moellmann <gerd@gnu.org>
3757
3758 * faces.el (set-face-attribute, face-spec-reset-face)
3759 (face-spec-set): Avoid consing by removing calls to `apply'.
3760
3761 * frame.el (frame-parameter): Move to C code.
3762
3763 2000-09-05 Dave Love <fx@gnu.org>
3764
3765 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3766 insert-before-markers-and-inherit. Now checked systematically!
3767
3768 2000-09-05 Alex Schroeder <alex@gnu.org>
3769
3770 * sql.el (sql-postgres): Use sql-postgres-options.
3771 (sql-postgres-options): New variable.
3772
3773 2000-09-05 Alex Schroeder <alex@gnu.org>
3774
3775 * sql.el (sql-mode-menu): Work around missing variable mark-active
3776 in XEmacs.
3777 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3778 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3779 compatibility.
3780
3781 2000-09-04 Gerd Moellmann <gerd@gnu.org>
3782
3783 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3784
3785 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3786
3787 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3788
3789 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3790
3791 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3792 don't support anything else under SCCS yet.
3793
3794 * vc-hooks.el: Minor doc fixes.
3795
3796 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3797
3798 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3799 not necessary. If verbose in state `needs-patch', do the same as
3800 under `up-to-date'. When NOT verbose and `needs-patch', check out
3801 latest version instead of `merge-news'.
3802 (vc-next-action-dired): Don't mess with default-directory here; it
3803 breaks other parts of dired. It is the job of the
3804 backend-specific functions to adjust it temporarily if they need it.
3805 (vc-next-action): Remove a special CVS case.
3806 (vc-clear-headers): New optional arg FILE.
3807 (vc-checkin, vc-checkout): Set properties vc-state and
3808 vc-checkout-time properly.
3809 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3810 (vc-print-log): Use new backend function `show-log-entry'.
3811 (vc-cancel-version): Do the checks in a different order. Added a
3812 FIXME concerning RCS-only code.
3813
3814 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3815 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3816
3817 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3818
3819 * vc-hooks.el (vc-default-mode-line-string): Show state
3820 `needs-patch' as a `-' too.
3821
3822 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3823
3824 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3825 (vc-default-could-register): New function.
3826 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3827 (vc-resynch-buffer): Call vc-dired-resynch-file.
3828 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3829 vc-resynch-buffer instead of vc-resynch-window.
3830 (vc-next-action-dired): Don't redisplay here, that gets done as a
3831 result of the individual file operations.
3832 (vc-retrieve-snapshot): Corrected prompt order.
3833
3834 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3835
3836 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3837 as well.
3838 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3839 hostname regexps. Updated all callers.
3840 (vc-cvs-responsible-p): Handle directories as well.
3841 (vc-cvs-could-register): New function.
3842 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3843 properties up-to-date.
3844
3845 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3846 user whether to create one.
3847
3848 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3849
3850 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3851 check out a non-existing file.
3852
3853 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3854 workfile does not exist.
3855
3856 * vc.el (vc-version-diff): Use `require' to check for existence of
3857 diff-mode.
3858
3859 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3860
3861 * vc-cvs.el (vc-cvs-registered): Use new function
3862 vc-cvs-parse-entry to do the actual work.
3863
3864 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3865
3866 * vc-hooks.el (vc-find-backend-function): If function doesn't
3867 exist, return nil instead of error.
3868 (vc-call-backend): Doc fix.
3869
3870 * vc.el (vc-do-command): Doc fix.
3871 (vc-finish-logentry): When checking in from vc-dired, choose the
3872 right backend for logentry check.
3873 (vc-dired-mode-map): Inherit from dired-mode-map.
3874 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3875 simplified.
3876 (vc-dired-state-info): Removed, updated caller.
3877 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3878 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3879 (vc-dired-listing-switches): New variable.
3880 (vc-directory): Use it, instead of dired-listing-switches.
3881
3882 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3883 (vc-cvs-dir-state): New function.
3884 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3885 (vc-cvs-parse-entry): New function, also to be used in
3886 vc-cvs-registered.
3887
3888 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3889
3890 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3891 *or* single-window-frames.
3892
3893 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3894
3895 * vc.el (vc-update-changelog): Split into generic part and default
3896 implementation. Doc string adapted.
3897 (vc-default-update-changelog): New function. Call the `rcs2log'
3898 script in exec-directory, to fix a long-standing nuisance.
3899
3900 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3901 simply signals an error.
3902
3903 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3904
3905 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3906 control-flow more clear and to avoid running `cvs' twice.
3907
3908 * vc.el (vc-next-action-on-file): Doc fix.
3909 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3910 (vc-print-log): Eval `file' before constructing the continuation.
3911
3912 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3913
3914 * vc.el (vc-next-action-on-file): Corrected several messages.
3915 (vc-merge): Add prefix arg `merge-news'; handle it.
3916
3917 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3918 is not reached. It is.
3919 (vc-cvs-merge): Set state to 'edited after merge.
3920 (vc-cvs-merge-news): Set workfile version to nil if not known.
3921 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3922
3923 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3924 via stdout. (Merge from main line.)
3925
3926 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3929 detection.
3930
3931 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3934 against kill-all-local-variables.
3935 (vc-log-edit): Don't save vc-parent-buffer any more.
3936 (vc-last-comment-match): Initialize to an empty string.
3937 (vc-post-command-functions): New hook.
3938 (vc-do-command): Run it.
3939 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3940 (vc-finish-logentry): Only add the comment to the ring if it's
3941 different from the last comment entered.
3942 (vc-new-comment-index): New function.
3943 (vc-previous-comment): Use it. Make the minibuffer message
3944 slightly less terse.
3945 (vc-comment-search-reverse): Make it work forward as well. Don't
3946 set vc-comment-ring-index if no match is found. Use
3947 vc-new-comment-index.
3948 (vc-comment-search-forward): Use vc-comment-search-reverse.
3949 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3950 define-derived-mode will do it for us. Bind `v' to a keymap that
3951 inherits from vc-prefix-map so that we can bind `vt' without
3952 binding C-x v t.
3953 (vc-retrieve-snapshot): Parenthesis typo.
3954
3955 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3956 to 1. Make sure to switch to *vc* before looking for an error
3957 message. Use vc-parse-buffer.
3958
3959 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3960
3961 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3962 and NAME.
3963 (vc-retrieve-snapshot): Split into two parts.
3964 (vc-default-retrieve-snapshot): New function.
3965
3966 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3967 (vc-cvs-retrieve-snapshot): New function (untested).
3968 (vc-cvs-stay-local): Default to t.
3969 (vc-cvs-remote-p): New function and property.
3970 (vc-cvs-state): Stay local only if the above is t.
3971 (vc-handle-cvs): Removed.
3972 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3973 done via vc-handled-backends now.
3974 (vc-cvs-header): Escape Id.
3975
3976 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3977
3978 * vc.el (vc-do-command): Remove unused commands.
3979 (vc-version-diff): Make sure default-directory ends with a slash.
3980 Move the window commands into a vc-exec-after.
3981 (vc-print-log): Move more of the code into the `vc-exec-after'.
3982
3983 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3984
3985 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3986 (vc-print-log): Search current revision from beginning of buffer.
3987 (vc-revert-buffer): Clear echo area after the diff is finished.
3988 (vc-prefix-map): Removed definition of "t" for terse display in vc
3989 dired.
3990 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3991 definition of "vt" for terse display.
3992 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3993
3994 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3995
3996 * vc.el (vc-exec-after): Avoid caddr.
3997
3998 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3999
4000 * vc.el (vc-exec-after): New function.
4001 (vc-do-command): Use it to add a termination message for async
4002 procs.
4003 (vc-checkout): Try to handle a missing-backend situation.
4004 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4005 of a directory with a backend using async diffs.
4006 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4007 present.
4008
4009 * vc-sccs.el (vc-sccs-state-heuristic): Use
4010 file-ownership-preserved-p.
4011
4012 * vc-rcs.el (vc-rcs-state-heuristic): Use
4013 file-ownership-preserved-p.
4014 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4015
4016 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4017
4018 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4019 vc-do-command.
4020
4021 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4022 when there are no changes.
4023
4024 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4025
4026 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4027
4028 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4029
4030 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4031
4032 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4033
4034 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4035 the `fset' outside of the defvar so that it works even if
4036 vc-prefix-map was already defined.
4037 (vc-setup-buffer): New function, split out of vc-do-command.
4038 (vc-do-command): Allow BUFFER to be t to mean `just use the
4039 current buffer without any fuss'.
4040 (vc-version-diff): Change the `diff' backend operation to just put
4041 the diff in the current buffer without erasing it. Always use
4042 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4043 shrink-window-if-larger-than-buffer.
4044 (vc-print-log): Change the `print-log' backend operation to just
4045 put the log in the current buffer without erasing it. Protect
4046 shrink-window-if-larger-than-buffer.
4047 (vc-update-change-log): Fix setd typo.
4048
4049 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4050 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4051
4052 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4053 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4054 CMP.
4055
4056 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4057 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4058 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4059
4060 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4061
4062 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4063 not possible, use vc-BACKEND-workfile-unchanged-p.
4064 (vc-default-workfile-unchanged-p): New function. Delegates to a
4065 full vc-BACKEND-diff.
4066
4067 * vc-hooks.el (vc-simple-command): Removed.
4068
4069 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4070 instead of vc-simple-command.
4071 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4072 avoid doing a diff when opening a file.
4073 (vc-rcs-state): Added check for unlocked-changes.
4074 (vc-rcs-header): Escape Id.
4075 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4076 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4077 version.
4078
4079 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4080 (vc-sccs-diff): Remove optional arg CMP.
4081 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4082 SCCS-specific function.
4083
4084 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4085 vc-simple-command.
4086
4087 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4088
4089 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4090 (with-vc-file, vc-merge): Use vc-editable-p.
4091 (vc-do-command): Remove unused var vc-file and fix the
4092 doubly-defined `status' var. Add a user message when starting an
4093 async command.
4094 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4095 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4096 Use with-current-buffer.
4097 (vc-buffer-sync): Use unless.
4098 (vc-next-action-on-file): If the file is 'edited by read-only,
4099 make it read-write instead of trying to commit.
4100 (vc-version-diff, vc-update-change-log): Use `setq
4101 default-directory' rather than `cd'.
4102 (vc-log-edit): Don't forget to set default-directory in the
4103 buffer.
4104
4105 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4106 (vc-sccs-state-heuristic): Use file-writable-p instead of
4107 comparing userids.
4108 (vc-sccs-checkout): Use `unless'.
4109
4110 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4111 of comparing userids.
4112 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4113 Simplify the logic by eliminating unreachable code.
4114 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4115 just do a recursive call if we need to retry.
4116 (vc-rcs-checkout): Handle the case where rcs is missing by making
4117 the buffer read-write if requested and re-signalling the error.
4118
4119 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4120
4121 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4122
4123 * vc-hooks.el (vc-handled-backends): Docstring change.
4124 (vc-ignore-vc-files): Mark obsolete.
4125 (vc-registered): Check vc-ignore-vc-files.
4126 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4127 vc-ignore-vc-files.
4128
4129 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4130
4131 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4132
4133 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4134 files since ange-ftp already has vc-registered return nil.
4135
4136 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4137 (vc-sccs-workfile-version): Use with-temp-buffer and new
4138 vc-parse-buffer and don't bother setting the property.
4139 (vc-sccs-add-triple): Use with-current-buffer and
4140 find-file-noselect.
4141 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4142
4143 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4144 derives from the old vc-parse-buffer but uses the revision number
4145 rather than the date (much easier to compare robustly).
4146 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4147 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4148 locking-user more directly. Check strict locking and set
4149 checkout-model appropriately.
4150 (vc-rcs-parse-locks): Remove.
4151 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4152 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4153 (vc-rcs-system-release): Use with-current-buffer and
4154 vc-parse-buffer.
4155 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4156
4157 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4158 (vc-simple-command): Docstring fix.
4159 (vc-registered): Align the way the file-handler is called with the
4160 way the function itself works.
4161 (vc-file-owner): Remove.
4162
4163 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4164 extraction of fields and call to file-attributes because of a
4165 temporary bug in rcp.el.
4166 (vc-cvs-fetch-status): Use with-current-buffer.
4167
4168 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * vc.el (vc-do-command): Use file-relative-name.
4171 (vc-responsible-backend): Use vc-backend if possible.
4172 (vc-create-snapshot): Improve the `interactive' spec. Add support
4173 for branches and dispatch to backend-specific `create-snapshot'.
4174 (vc-default-create-snapshot): New function, containing the bulk of
4175 the old vc-create-snapshot.
4176 (vc-retrieve-snapshot): Improve the interactive spec.
4177
4178 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4179 (vc-backend-hook-functions): Remove.
4180 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4181 (vc-backend): Reintroduce the test for `file = nil' now that I
4182 know why it was there (and added a comment to better remember).
4183
4184 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4185 code from vc-sccs-hooks.el.
4186 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4187 'vc anymore.
4188 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4189 and file-directory-p instead of file-exists-p.
4190 (vc-sccs-check-headers): Simplify the regexp.
4191
4192 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4193 from vc-rcs-hooks.el. Don't require 'vc anymore.
4194 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4195 file-directory-p instead of file-exists-p.
4196
4197 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4198 from vc-cvs-hooks.el.
4199 (proto vc-cvs-registered): Require 'vc-cvs instead of
4200 'vc-cvs-hooks. Don't require 'vc anymore.
4201 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4202 file-directory-p instead of file-exists-p.
4203 (vc-cvs-create-snapshot): New function, replacing
4204 vc-cvs-assign-name.
4205 (vc-cvs-assign-name): Remove.
4206
4207 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4208
4209 * vc-cvs.el (vc-cvs-header): New var.
4210
4211 * vc-rcs.el (vc-rcs-exists): Remove.
4212 (vc-rcs-header): New var.
4213
4214 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4215 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4216 (vc-sccs-header): New var.
4217
4218 * vc.el (vc-do-command): Get rid of the `last' argument.
4219 (vc-header-alist): Remove, replaced by vc-X-header.
4220 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4221 (vc-dired-hook): Use expand-file-name instead of concat.
4222 (vc-directory): Use file-name-as-directory.
4223 (vc-snapshot-precondition, vc-create-snapshot)
4224 (vc-retrieve-snapshot): Allow the command to operate on any
4225 directory.
4226
4227 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4228 just removing the 'WORKFILE argument or by removing the 'MASTER
4229 argument and replacing `file' with (vc-name file).
4230
4231 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4232
4233 * vc.el: Update Copyright and add a crude list of backend funs.
4234 (vc-writable-p): New function.
4235 (with-vc-file): Use vc-writable-p.
4236 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4237 (vc-register): Avoid vc-name.
4238 (vc-locking-user): Remove.
4239 (vc-steal-lock): Make the `owner' arg non-optional.
4240 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4241 vc-checkout-model.
4242 (vc-default-dired-state-info): Use vc-state instead of
4243 vc-locking-user and return special strings for special states.
4244 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4245 and get rid of one of the special CVS cases.
4246 (vc-cancel-version): prettify error message with \\[...].
4247 (vc-rename-master): New function.
4248 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4249 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4250 the CVS special case generic.
4251 (vc-default-record-rename): Remove.
4252 (vc-file-tree-walk-internal): Only call FUNC for files that are
4253 under control of some VC backend and replace `concat' with
4254 expand-file-name.
4255 (vc-file-tree-walk): Update docstring.
4256 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4257 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4258
4259 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4260 vc-sccs-record-rename. Use `find-file-noselect' rather than
4261 `find-file' and call `vc-rename-master' to do the actual move.
4262 (vc-sccs-diff): Remove unused `backend' variable.
4263
4264 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4265 to delay loading of vc-sccs until it is really used.
4266 (vc-sccs-master-templates): Preload.
4267 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4268 (vc-sccs-project-dir): Remove (merged into
4269 vc-sccs-search-project-dir).
4270 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4271 rather than `concat', make sure it is preloaded and don't bother
4272 to check that the file actually exists.
4273 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4274 `locks' argument (use buffer's content instead) and eliminate n^2
4275 behavior.
4276
4277 * vc-rcs.el: Update Copyright.
4278 (vc-rcs-rename-file): New function.
4279 (vc-rcs-diff): Remove unused `backend' variable.
4280
4281 * vc-hooks.el: Update Copyright.
4282 (vc-backend): Don't accept a nil argument any more.
4283 (vc-up-to-date-p): Turn into a defsubst.
4284 (vc-possible-master): New function.
4285 (vc-check-master-templates): Use `vc-possible-master' and allow
4286 funs in vc-X-master-templates to return a non-existent file.
4287
4288 * vc-cvs.el: Update Copyright.
4289 (vc-cvs-diff): Remove unused `backend' variable.
4290 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
4291
4292 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4293
4294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4295
4296 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4297 since it can be called from vc-rcs.el.
4298 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4299
4300 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4301
4302 * vc.el (vc-version-diff): Expand file name read from the
4303 minibuffer. Handle the case when a previous version number can't
4304 be guessed. Give suitable messages when there were no differences
4305 found.
4306 (vc-clear-headers): Call backend-specific implementation, if one
4307 exists.
4308 (vc-cancel-version): Made error checks generic. When done, clear
4309 headers generically, too.
4310
4311 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4312 from vc-clear-headers in vc.el.
4313
4314 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4315 correctly.
4316 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4317 optional. Handle the case when it's not there.
4318
4319 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4320
4321 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4322
4323 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4324
4325 * vc-hooks.el (vc-loadup): Remove.
4326 (vc-find-backend-function): Use `require'. Also, handle the case
4327 where vc-BACKEND-hooks.el doesn't exist.
4328 (vc-call-backend): Cleanup.
4329
4330 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4331
4332 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4333 vc-rcs-grab-templates)
4334 (vc-rcs-registered): Remove. The default function works as well.
4335 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4336 vc-sccs-grab-templates)
4337 (vc-sccs-registered): Remove. The default function works as well.
4338
4339 * vc.el (vc-version-diff): Left out a vc- in call to
4340 vc-call-backend.
4341 (vc-default-dired-state-info, vc-default-record-rename)
4342 (vc-default-merge-news): Update for the new backend argument.
4343
4344 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4345 using the default function.
4346 (vc-call-backend): If calling the default function, pass it the
4347 backend as first argument. Update the docstring accordingly.
4348 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4349 for the new backend argument.
4350 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4351 (vc-find-backend-function): Use the new name.
4352 (vc-default-registered): New function.
4353
4354 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4355
4356 * vc.el (vc-merge): Use vc-find-backend-function.
4357
4358 * vc-hooks.el (vc-backend-functions): Remove.
4359 (vc-loadup): Don't setup 'vc-functions.
4360 (vc-find-backend-function): New function.
4361 (vc-call-backend): Use above fun and populate 'vc-functions
4362 lazily.
4363 (vc-backend-defines): Remove.
4364
4365 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4366
4367 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4368 Call vc-call-backend without the leading vc-.
4369 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4370 (vc-check-headers): Call vc-call-backend without the leading vc-.
4371 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4372 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4373 Call vc-call-backend without the leading vc-.
4374
4375 * vc-cvs.el (tail): Provide vc-cvs.
4376 * vc-sccs.el (tail): Provide vc-sccs.
4377 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4378
4379 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4380 (vc-make-backend-function, vc-call): Pass names without leading
4381 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4382 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4383 (vc-call-backend): Always try to load vc-X-hooks.
4384 (vc-registered): Remove vc- in call to vc-call-backend.
4385
4386 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4387
4388 * vc.el (vc-process-filter): New function.
4389 (vc-do-command): Setup `vc-process-filter' for the async process.
4390 (vc-maybe-resolve-conflicts): New function to reduce
4391 code-duplication. Additionally, it puts the buffer in
4392 `smerge-mode' if applicable.
4393 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4394 calling `merge-news'.
4395 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4396 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4397 interfacing to log-edit.el.
4398 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4399 log-edit is available.
4400 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4401
4402 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4403
4404 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4405 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4406 defvar and the initialization.
4407 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4408
4409 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4410 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4411
4412 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4413
4414 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4415
4416 * vc.el (vc-file-clear-masterprops): Removed.
4417 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4418 (vc-version-diff): Use buffer-size without argument.
4419 (vc-register): Heed vc-initial-comment.
4420
4421 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4422 default branch.
4423
4424 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4425 file name and workfile version.
4426 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4427
4428 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4429 vc-file-clear-masterprops.
4430
4431 * vc-sccs.el (vc-sccs-checkout): Removed call to
4432 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4433 rather than user login name.
4434
4435
4436 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4437
4438 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4439 `want-differences-if-changed' and simplify.
4440 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4441 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4442 output (which is invalid for async vc-diff) to decide whether to
4443 do the revert silently or not.
4444
4445 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4446
4447 * vc-hooks.el (vc-loadup): Load files quietly.
4448 (vc-call-backend): Oops, brain fart.
4449
4450 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * vc-cvs.el (vc-cvs-state): Typo.
4453 (vc-cvs-merge-news): Return the status code rather than the error msg.
4454
4455 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4456
4457 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4458 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4459 vc-state or vc-up-to-date-p.
4460 (vc-merge): Use vc-backend-defines to check whether merging is
4461 possible. Set state to 'edited after successful merge.
4462
4463 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4464 return that name. Redocumented.
4465
4466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4467
4468 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4469 new `vc-state' semantics.
4470 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4471 'vc-locking-user to the current user.
4472 (vc-merge): Inline vc-backend-merge. Comment out code that I
4473 don't understand and hence can't adapt to the new `vc-state' and
4474 `vc-locking-user' semantics.
4475 (vc-backend-merge): Remove.
4476
4477 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4478 rather than 'vc-locking-user.
4479
4480 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4481
4482 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4483 (vc-state): Don't use 'reserved any more. Just use the same
4484 convention as the one used for vc-<backend>-state where the
4485 locking user (as a string) is returned.
4486 (vc-locking-user): Update, based on the above convention. The
4487 'vc-locking-user property has disappeared.
4488 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4489
4490 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4491 with a heuristic one.
4492 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4493 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4494 error. That allows us to get to 'needs-merge even in the
4495 stay-local case. There's still no way to detect 'needs-patch in
4496 such a setup (or to force an update for that matter).
4497 (vc-cvs-logentry-check): Remove, the default works as well.
4498
4499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4500
4501 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4502
4503 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4504 major-mode in which the buffer might have been put earlier. Use
4505 `remove' and `when'. Allow `okstatus' to be `async' and use
4506 `start-process' in this case.
4507 (vc-version-diff): Handle the case where the diff looks empty
4508 because of the use of an async process.
4509
4510 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4511
4512 * vc.el (vc-next-action-on-file): Removed optional parameter
4513 `simple'. Recompute state unconditionally.
4514 (vc-default-toggle-read-only): Removed.
4515
4516 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4517 (vc-toggle-read-only): Undid prev change.
4518
4519 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4520 vc-cvs-simple-toggle. Redocumented.
4521 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4522 (vc-cvs-toggle-read-only): Removed.
4523
4524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4525
4526 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4527 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4528 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4529 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4530 still is. So maybe it should be removed.
4531 (vc-head-version, vc-find-binary): Remove.
4532 (vc-recompute-state): Move from vc-hooks.el.
4533 (vc-next-action-on-file): Add a `simple' argument to allow
4534 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4535 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4536 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4537 (vc-dired-mode-map): Properly defvar it.
4538 (vc-print-log): Call log-view-mode if available.
4539 (small-temporary-file-directory): defvar instead of use boundp.
4540 (vc-merge-news): Moved to vc-cvs.el.
4541 (vc-default-merge-news): New function.
4542
4543 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4544 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4545 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4546 unknown `vc-latest-version' function. It should probably refer to
4547 vc-workfile-version or somesuch, but it's very unclear to me and I
4548 don't have SCCS to test things.
4549
4550 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4551 (vc-sccs-state-heuristic): Fix typo.
4552 (vc-sccs-workfile-unchanged-p): Add missing argument.
4553
4554 * vc-rcs.el: Require vc and vc-rcs-hooks.
4555 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4556 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4557 (vc-release-greater-or-equal-p): Move from vc.
4558 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4559 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4560 (vc-rcs-checkout): Add a missing `new-version' argument in the
4561 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4562
4563 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4564 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4565 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4566 than the apparently unbound `workfile-version'.
4567
4568 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4569 (vc-file-prop-obarray): Use `make-vector'.
4570 (vc-backend-functions): Add new hookable functions
4571 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4572 (vc-loadup): If neither backend nor default functions exist, use
4573 the backend function rather than nil.
4574 (vc-call-backend): If the function if not bound yet, try to load
4575 the non-hook file to see if it provides it.
4576 (vc-call): New macro plus use it wherever possible.
4577 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4578 nor `vc-find-binary' since it's only called from
4579 vc-mistrust-permission which is only used once the backend is known.
4580 (vc-checkout-model): Fix parenthesis.
4581 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4582
4583 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4584 (vc-cvs-release, vc-cvs-system-release): Remove.
4585 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4586 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4587 status symbols.
4588 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4589 (vc-cvs-toggle-read-only): First cut at a function to allow a
4590 cvs-status-free vc-toggle-read-only.
4591 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4592 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4593 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4594 (vc-cvs-checkout): Modify access rights directly if the user
4595 requested not to use `cvs edit'. And refresh the mode line.
4596
4597 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4598 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4599
4600 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4601
4602 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4603 workfile' that got lost when the code was extracted from vc.el.
4604 And merged the tail with the rest of the code (not possible in the
4605 old vc.el where the tail was shared among all backends). And
4606 explicitly set the state to 'edited if `writable' is set.
4607
4608 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4609 (vc-cvs-state): Be careful to return the value from
4610 vc-cvs-parse-state.
4611 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4612 property but return it instead. Also be careful to handle a nil
4613 or "" `rev' when workfile is non-nil (it was handled properly when
4614 workfile was nil).
4615
4616 * vc.el: Removed those pesky unnecessary `(function' quotes.
4617 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4618 directly in the defvar.
4619 (vc-do-command): Bind inhibit-read-only so as to properly handle
4620 the case where the destination buffer has been made read-only.
4621 (vc-diff): Delegate to vc-version-diff in all cases.
4622 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4623 (vc-annotate-mode-variables): Removed (code moved partly to
4624 defvars and partly to vc-annotate-add-menu).
4625 (vc-annotate-mode): Turned into a derived-mode.
4626 (vc-annotate-add-menu): Moved in code in
4627 vc-annotate-mode-variables.
4628 (vc-update-change-log): Use make-temp-file if available.
4629
4630 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4631
4632 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4633 `vc-checkout-model' updated to `vc-cvs-update-model'.
4634
4635 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4636
4637 * vc.el (vc-next-action-on-file): Added handling of state
4638 `unlocked-changes'.
4639 (vc-checkout-carefully): Is now practically obsolete, unless the
4640 above is too slow to be enabled unconditionally.
4641 (vc-update-change-log): Fixed typo.
4642
4643 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4644
4645 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4646 Now handles state `unlocked-changes'.
4647 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4648
4649 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4650
4651 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4652 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4653 `unlocked-changes'.
4654 (vc-rcs-workfile-unchanged-p): Renamed from
4655 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4656 function yet, but supposed to become one soon.
4657
4658 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4659 `vc-steal-lock'.
4660 (vc-call-backend): Changed error message.
4661 (vc-state): Added description of state `unlocked-changes'.
4662
4663 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4664
4665 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4666 always return t in CVS-controlled directories.
4667
4668 * vc.el (vc-responsible-backend): New function.
4669 (vc-register): Largely rewritten.
4670 (vc-admin): Removed (implementation moved into vc-register).
4671 (vc-checkin): Redocumented.
4672 (vc-finish-logentry): If no backend defined yet (because we are in
4673 the process of registering), use the responsible backend.
4674
4675 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4676 Updated function lists.
4677 (vc-call-backend): Fixed typo.
4678
4679 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4680 New functions.
4681 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4682 Removed query option. Redocumented.
4683
4684 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4685
4686 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4687
4688 * vc.el: Updated callers of `vc-checkout-required' to use
4689 `vc-checkout-model'.
4690
4691 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4692
4693 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4694 stuff updated to reference this function instead of the old
4695 `vc-backend-release-p'.
4696
4697 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4698
4699 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4700 vc-checkout-model. Return appropriate values. Updated callers.
4701
4702 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4703
4704 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4705 (vc-backend-revert): Function moved into `vc-revert';
4706 `vc-next-action' must be updated to accomodate this change.
4707 (vc-backend-steal): Function moved into `vc-finish-steal'.
4708 (vc-backend-logentry-check): Function moved into
4709 `vc-finish-logentry'.
4710 (vc-backend-printlog): Function moved into `vc-print-log'.
4711 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4712 (vc-backend-assign-name): Function moved into
4713 `vc-create-snapshot'.
4714
4715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4716
4717 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4718 Rename to vc-checkout-model. Return appropriate values.
4719 Update callers.
4720
4721 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4722 to vc-checkout-model.
4723 (vc-checkout-required): Rename to vc-checkout-model.
4724 Re-implement and re-comment.
4725 (vc-after-save): Use vc-checkout-model.
4726
4727 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4728
4729 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4730 Update to use the vc-BACKEND-diff functions instead.
4731 `vc-diff' is now working.
4732
4733 * vc-rcs.el (vc-rcs-logentry-check): New function.
4734
4735 * vc-cvs.el (vc-cvs-logentry-check): New function.
4736
4737 * vc-sccs.el (vc-sccs-diff): Function changed name from
4738 `vc-backend-diff'. This makes `vc-diff' work.
4739
4740 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4741 of functions possibly implemented in a vc-BACKEND library.
4742 (vc-checkout-required): Fix bug that caused an error to be
4743 signaled during `vc-after-save'.
4744
4745 * vc.el: Fix typo.
4746 This checkin is made with our new VC code base for the very first time.
4747 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4748
4749 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4750 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4751
4752 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4753 updated to `vc-uses-locking'.
4754 (vc-checkout-required): Call to backend function.
4755 `vc-checkout-required' updated to `vc-uses-locking' instead.
4756
4757 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4758 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4759
4760 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4761 to match the split into various backends.
4762 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4763 (vc-retrieve-snapshot): Bug fix.
4764
4765 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4766
4767 * vc-sccs.el (vc-sccs-release): Doc fix.
4768
4769 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4770
4771 * vc.el (vc-next-action-on-file): Bug found and fixed.
4772 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4773 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4774
4775 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4776 (vc-rcs-checkout): Name space cleaned up. No more revision number
4777 crunching function names that are not prefixed with vc-rcs.
4778 (vc-rcs-checkout-model): Function added. References to
4779 `vc-checkout-model' replaced.
4780
4781 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4782
4783 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4784 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4785 still need to be split, and implemented for RCS).
4786
4787 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4788
4789 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4790
4791 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4792 required by the vc.el file.
4793
4794 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4795 required by the vc.el file.
4796 (vc-rcs-exists): Function added.
4797
4798 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4799 required by the vc.el file.
4800
4801 * vc.el (vc-admin): Updated to handle selection of appropriate
4802 backend. Current implementation is crufty and need re-thinking.
4803
4804 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4805
4806 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4807
4808 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4809 beginning of annotate buffers correctly.
4810
4811 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4812 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4813 functionality updated quite a lot to support multiple backends.
4814 Variables `vc-annotate-mode', `vc-annotate-buffers',
4815 `vc-annotate-backend' added.
4816
4817 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4818 `vc-annotate-difference' added to supported backend functions.
4819
4820 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4821
4822 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4823 Use with-temp-file instead of /bin/sh. Merged from mainline
4824
4825 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4826
4827 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4828
4829 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4830
4831 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4832
4833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4834
4835 * vc-hooks.el: vc-state-heuristic added to
4836 vc-backend-hook-functions.
4837
4838 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4839
4840 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4841
4842 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4843 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4844 state to `reserved'.
4845
4846 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4847 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4848
4849 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4850
4851 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4852 untouched.
4853
4854 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4855
4856 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4857 if defined. (Merged from main line, slightly adapted.)
4858
4859 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4860 millenium problem (merged from mainline).
4861
4862 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4863
4864 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4865 part and moved the non-BACKEND stuff to vc.el.
4866
4867 * vc.el: Split the annotate feature into a BACKEND specific part
4868 and moved it from the vc-cvs.el file to this one.
4869
4870 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4871
4872 * vc-hooks.el: Implement new state model.
4873 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4874 (vc-locking-user): Simplify. Now only needed if the file is
4875 locked by somebody else.
4876 (vc-lock-from-permissions): Remove. Functionality is in
4877 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4878 (vc-mode-line-string): New name for former vc-status. Adapted.
4879 (vc-mode-line): Adapt to use the above. Remove optional parameter.
4880
4881 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4882 Various simplifications and adaptations all over the place.
4883
4884 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4885 Simplify and adapt the rest.
4886
4887 * vc.el (vc-resynch-window): Add TODO comment: check for
4888 interaction with view mode according to recent RCS change.
4889 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4890
4891 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4892
4893 * vc.el: Convert the remaining function comments to docstrings.
4894
4895 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4896
4897 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4898 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4899 (vc-minor-part, vc-previous-version): Functions that operate and
4900 compare revision numbers got proper documentation. Comments added
4901 about their possible removal.
4902
4903 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4904
4905 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4906 the vc-backend.el files.
4907
4908 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4909
4910 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4911 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4912 (vc-rcs-previous-version): Functions added.
4913
4914 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4915
4916 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4917
4918 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4919
4920 * vc-hooks.el (vc-master-templates): Is really obsolete.
4921 Comment out the definition for now. What is the right procedure
4922 to get rid of it?
4923 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4924 rewritten.
4925 (vc-default-registered): Remove.
4926 (vc-check-master-templates): New function; does mostly what the
4927 above did before.
4928 (vc-locking-user): Don't rely on the backend to set the property.
4929
4930 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4931 Rewrite documentation.
4932 (vc-rcs-templates-grabbed): New variable.
4933 (vc-rcs-grab-templates): New function.
4934 (vc-rcs-registered): Rewrite to use above mechanism.
4935
4936 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4937 Rewrite documentation.
4938 (vc-sccs-templates-grabbed): New variable.
4939 (vc-sccs-grab-templates): New function.
4940 (vc-sccs-registered): Rewrite to use above mechanism.
4941 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4942 Don't throw the result, simply return it.
4943
4944 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4945 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4946 (vc-cvs-registered): Does the check itself now. Simplify.
4947
4948 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4949 from main line.
4950
4951 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4952
4953 * vc-cvs.el (vc-cvs-diff): New function.
4954
4955 * vc-sccs.el (vc-sccs-diff): New function.
4956
4957 * vc-rcs.el (vc-rcs-diff): New function.
4958 (vc-rcs-checkout): Bug (typo) found and fixed.
4959 (vc-rcs-register-switches): New variable.
4960
4961 * vc.el (vc-backend-diff): Function removed and placed in the
4962 backend files.
4963
4964 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4965
4966 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4967
4968 * vc.el (vc-backend-checkout): Function removed and replaced in
4969 the vc-backend.el files.
4970
4971 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4972
4973 * vc.el (vc-backend-admin): Removed and replaced in the
4974 vc-backend.el files.
4975
4976 * vc.el (Martin): Removed all the annotate functionality since it
4977 is CVS backend specific.
4978
4979 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4980
4981 * spec.txt: Added specification of vc-state.
4982
4983 * vc-sccs-hooks.el (vc-sccs-master-properties):
4984 Remove handling of vc-latest-version and
4985 vc-your-latest-version. What used to be vc-latest-version, is now
4986 returned as vc-workfile-version.
4987 (vc-sccs-workfile-version): Adapt.
4988
4989 2000-09-04 Dave Love <fx@gnu.org>
4990
4991 * vc.el: [Merged from mainline.]
4992 (vc-dired-mode): Make the dired-move-to-filename-regexp
4993 regexp match the date, to avoid treating date as file size.
4994 Add YYYY S option to WESTERN/
4995
4996 2000-09-04 Dave Love <fx@gnu.org>
4997
4998 * vc.el: Require `compile' when compiling.
4999 (vc-logentry-check-hook): New option.
5000 (vc-steal-lock): Use compose-mail.
5001 (vc-dired-mode-map): Defvar when compiling.
5002 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5003 vc-sccs.el and renamed. Callers changed.
5004 (vc-backend-checkout, vc-backend-logentry-check)
5005 (vc-backend-merge-news): Doc fix.
5006 (vc-default-logentry-check): New function.
5007 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5008 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5009 (vc-backend-merge): Doc fix. Use backend functions.
5010 (vc-check-headers): Use backend functions.
5011
5012 * vc-cvs.el: Require vc when compiling.
5013 (vc-cvs-register-switches): Doc fix.
5014 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5015 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5016 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5017 New functions (code from vc.el).
5018 (vc-annotate-display-default): Fix interactive spec.
5019 (vc-annotate-time-span): Doc fix.
5020
5021 * vc-rcs.el: Require vc when compiling.
5022 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5023 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5024 (vc-rcs-checkin): New functions (code from vc.el).
5025 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5026 Doc fix.
5027 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5028
5029 * vc-sccs.el: Require vc when compiling.
5030 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5031 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5032 (vc-sccs-revert)
5033 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5034 from vc.el).
5035 (vc-sccs-add-triple, vc-sccs-record-rename)
5036 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5037 (vc-sccs-admin): Doc fix.
5038
5039 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5040
5041 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5042 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5043 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5044 from vc.el.
5045
5046 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5047
5048 * vc-cvs.el: Moved the annotate functionality from vc.el.
5049 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5050
5051 2000-09-04 Dave Love <fx@gnu.org>
5052
5053 * vc.el (vc-backend-release): Call vc-system-release.
5054
5055 * vc-sccs.el (vc-sccs-system-release):
5056 Renamed from vc-sccs-backend-release.
5057
5058 * vc-rcs.el (vc-rcs-system-release):
5059 Renamed from vc-rcs-backend-release.
5060
5061 * vc-cvs.el (vc-cvs-system-release):
5062 Renamed from vc-cvs-backend-release.
5063
5064 2000-09-04 Dave Love <fx@gnu.org>
5065
5066 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5067 backend files.
5068 (vc-backend-release): Dispatch to backend functions.
5069 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5070 probably needs attention.]
5071
5072 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5073 (vc-sccs-backend-release): New function.
5074
5075 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5076 (vc-cvs-backend-release): New function.
5077
5078 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5079 Doc fix.
5080 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5081 (vc-default-dired-state-info): New function.
5082 (vc-dired-state-info): Dispatch to backends.
5083 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5084
5085 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5086 from vc.el and renamed.
5087
5088 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5089
5090 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5091 (vc-version-other-window, vc-backend-assign-name): Removed
5092 references to vc-latest-version; sometimes changed into
5093 vc-workfile-version.
5094
5095 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5096 vc-rcs-master-workfile-version.
5097 (vc-rcs-workfile-version): Use the above. Don't call
5098 vc-latest-version (that was unreachable code, anyway).
5099 (vc-rcs-fetch-master-properties): Doc fix.
5100
5101 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5102 (vc-backend-hook-functions): Removed them from this list, too.
5103 (vc-fetch-properties): Removed.
5104 (vc-workfile-version): Doc fix.
5105
5106 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5107 (vc-rcs-workfile-version, vc-rcs-locking-user)
5108 (vc-rcs-uses-locking): Use it.
5109
5110 * vc-hooks.el (vc-consult-rcs-headers):
5111 Moved into vc-rcs-hooks.el, under the name
5112 vc-rcs-consult-headers.
5113
5114 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5115 headers.
5116 (vc-cvs-find-master): Use this name only; correct different
5117 versions of the name.
5118
5119 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5120 New functions.
5121 (vc-sccs-locking-user): Use the latter.
5122
5123 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5124 New functions.
5125
5126 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5127 Moved into both
5128 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5129 functions are implementation details of those two backends.
5130
5131 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5132
5133 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5134 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5135
5136 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5137 (vc-sccs-parse-locks): SCCS-specific code moved here from
5138 vc-hooks.
5139
5140 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5141 code moved here from vc-hooks.
5142
5143 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5144 into back-end specific parts and removed. Callers not updated
5145 yet; because I guess these callers will disappear into back-end
5146 specific files anyway.
5147
5148 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5149
5150 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5151 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5152 `vc-uses-locking'.
5153
5154 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5155 Store yes/no in the property, and return t/nil. Updated all
5156 callers.
5157
5158 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5159 vc-sccs-uses-locking. Don't set property.
5160 (vc-sccs-locking-user): Don't set property.
5161
5162 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5163 vc-cvs-uses-locking. Don't set property here; leave that to
5164 vc-hooks.
5165 (vc-cvs-locking-user): Reflect above change. Streamlined.
5166
5167 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5168 vc-rcs-uses-locking.
5169 (vc-rcs-locking-user): Reflect above change.
5170
5171 2000-09-04 Dave Love <fx@gnu.org>
5172
5173 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5174
5175 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5176
5177 * vc-hooks.el (vc-checkout-model): Punt to backends.
5178
5179 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5180
5181 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5182
5183 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5184 New functions.
5185
5186 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5187 New functions.
5188
5189 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5190 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5191
5192 * vc-hooks.el (vc-default-locking-user): New function.
5193 (vc-locking-user, vc-workfile-version): Punt to backends.
5194
5195 2000-09-04 Dave Love <fx@gnu.org>
5196
5197 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5198 (vc-master-workfile-version): Moved from vc-hooks.
5199
5200 * vc-rcs-hooks.el: Fix duplicate code in last change.
5201
5202 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5203 (vc-rcs-master-templates): Improve :type.
5204 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5205 vc-master-workfile-version): Moved from vc-hooks.
5206
5207 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5208 (vc-sccs-master-templates): Improve :type.
5209 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5210
5211 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5212
5213 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5214 (vc-cvs-master-templates): Improve :type. Use
5215 vc-cvs-find-cvs-master.
5216 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5217 from vc-hooks.
5218 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5219
5220 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5221 Moved to vc-cvs-hooks.
5222
5223 * vc-hooks.el: Add doc strings in various places. Simplify the
5224 minor mode setup.
5225 (vc-handled-backends): New user variable.
5226 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5227 simplification.
5228
5229 2000-09-04 Dave Love <fx@gnu.org>
5230
5231 * vc.el: Some doc fixes for autoloaded and interactive functions.
5232 Fix compilation warnings from ediff stuff.
5233 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5234
5235 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5236
5237 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5238
5239 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5240
5241 2000-09-04 Dave Love <fx@gnu.org>
5242
5243 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5244 New variable.
5245 (vc-make-backend-function, vc-loadup, vc-call-backend)
5246 (vc-backend-defines): New functions.
5247
5248 * vc-hooks.el: Various doc fixes.
5249 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5250 (vc-match-substring): Function removed. Callers changed to use
5251 match-string.
5252 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5253 Simplify.
5254
5255 2000-09-04 Dave Love <fx@gnu.org>
5256
5257 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5258 type.
5259 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5260 (vc-sccs-registered): Doc fix.
5261
5262 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5263 (vc-cvs-registered): Doc fix.
5264
5265 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5266 (vc-rcs-registered): Doc fix.
5267
5268 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5269
5270 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5271
5272 * vc-hooks.el: vc-registered has been renamed
5273 vc-default-registered. Some functions have been moved to the
5274 backend specific files. they all support the
5275 vc-BACKEND-registered functions.
5276
5277 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5278
5279 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5280
5281 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5282
5283 2000-09-04 Dave Love <fx@gnu.org>
5284
5285 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5286 menu-bar-update-hook.
5287
5288 * help.el (help-manyarg-func-alist): Add
5289 find-operation-coding-system.
5290
5291 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5292
5293 * custom.el (custom-set-variables): Print message about errors in
5294 setting.
5295
5296 2000-09-03 Andrew Innes <andrewi@gnu.org>
5297
5298 * makefile.w32-in: Change to DOS line endings.
5299
5300 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5303 minor-mode keymaps, if they don't have one.
5304
5305 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * eshell/esh-module.el (eval-when-compile): Don't lose if
5308 esh-module.el's file name is truncated to DOS 8+3 limits.
5309
5310 2000-09-01 John Wiegley <johnw@gnu.org>
5311
5312 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5313 predicate, which caused entries in the completion list to be
5314 doubled.
5315
5316 2000-08-30 John Wiegley <johnw@gnu.org>
5317
5318 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5319 sending to subprocesses. Also, hook pre-command-hook if
5320 `eshell-send-direct-to-subprocesses' is non-nil.
5321 (eshell-send-direct-to-subprocesses): New config variable. If t,
5322 subprocess input is send immediately.
5323 (eshell-toggle-direct-send): New function.
5324 (eshell-self-insert-command): New function.
5325 (eshell-intercept-commands): New function.
5326 (eshell-send-input): If direct subprocess sending is enabled,
5327 don't echo any input to the Eshell buffer. Let the subprocess
5328 handle that. This requires "stty echo" in bash, for example.
5329
5330 2000-08-28 John Wiegley <johnw@gnu.org>
5331
5332 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5333 completion function for Eshell's implementation of `unset'.
5334
5335 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5336
5337 * info.el (Info-directory-list): Doc fix.
5338
5339 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5340
5341 * filecache.el (file-cache-add-directory-using-find): Don't quote
5342 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5343
5344 2000-08-31 Kenichi Handa <handa@etl.go.jp>
5345
5346 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5347 coding systems.
5348
5349 2000-08-30 Andrew Innes <andrewi@gnu.org>
5350
5351 * timer.el (run-with-idle-timer): Undo last change, so that timer
5352 is not activated immediately if Emacs is already idle. Some
5353 existing code relies on this behaviour.
5354
5355 2000-08-30 Miles Bader <miles@gnu.org>
5356
5357 * frame.el (set-frame-font): Do completion of font-name for
5358 interactive use.
5359
5360 2000-08-30 Kenichi Handa <handa@etl.go.jp>
5361
5362 * international/quail.el (quail-start-translation): Bind locally
5363 last-command-event, last-command, and this-command.
5364 (quail-start-conversion): Likewise.
5365 (quail-self-insert-command): Fix docstring.
5366
5367 2000-08-29 Gerd Moellmann <gerd@gnu.org>
5368
5369 * progmodes/executable.el
5370 (executable-make-buffer-file-executable-if-script-p): Check that
5371 buffer contains at least 2 characters.
5372
5373 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5374
5375 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5376
5377 2000-08-29 Dave Love <fx@gnu.org>
5378
5379 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5380 (diff-mode-shared-map): Bind mouse-2.
5381 (diff-imenu-generic-expression): New variable.
5382 (diff-mode): Use it.
5383
5384 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5385 (mouse-popup-menubar): Add minor mode menus.
5386 (popup-menu): Check for lookup-key returning number.
5387
5388 2000-08-29 Miles Bader <miles@gnu.org>
5389
5390 * comint.el (comint-send-input): Create overlays using the proper
5391 front/read-advance arguments.
5392
5393 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5394
5395 * ps-print.el: Even/odd pages printing. Doc fix.
5396 (ps-print-version): New version number (6.0).
5397 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5398 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5399 (ps-print-duplex-feature): Variable eliminated.
5400 (ps-even-or-odd-pages): New variable.
5401
5402 * progmodes/ebnf2ps.el: Doc fix.
5403 (ebnf-version): New version (3.3).
5404 (ebnf-user-arrow): Change variable customization to sexp.
5405 (ebnf-user-arrow): Function eliminated.
5406 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5407
5408 2000-08-29 Kenichi Handa <handa@etl.go.jp>
5409
5410 * help.el (help-xref-mule-regexp): New variable.
5411 (help-make-xrefs): Handle help-xref-mule-regexp.
5412
5413 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5414 variable.
5415 (describe-input-method): Temporarily activate the specfied input
5416 method to display the information.
5417 (describe-language-environment): Hyperlinks to mule related items.
5418
5419 * international/mule-diag.el (charset-multibyte-form-string): New
5420 function.
5421 (list-character-sets-1): Use charset-multibyte-form-string.
5422 (describe-character-set): New function.
5423 (describe-coding-system): Hyperlinks to safe character sets.
5424
5425 * international/quail.el (quail-help): New arg PACKAGE.
5426 Hyperlinks to mule related items.
5427 (quail-help-insert-keymap-description): Use
5428 substitute-command-keys instead of describe-bindings.
5429 (quail-translation-help): Hyperlinks to mule related items.
5430
5431 2000-08-28 John Wiegley <johnw@gnu.org>
5432
5433 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5434 have a defsubst call itself. Made `eshell-flatten-list' back into
5435 a function again.
5436
5437 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5438 catch, in case re-centering point at bottom messes up the display.
5439 This happens frequently in Emacs 21, due I believe to variable
5440 line heights.
5441
5442 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5443 to call `find-tag-interactive'.
5444
5445 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5446 the list of remember directories.
5447
5448 2000-08-28 John Wiegley <johnw@gnu.org>
5449
5450 * align.el: Test align-region-separate to see if it's a symbol.
5451
5452 2000-08-28 John Wiegley <johnw@gnu.org>
5453
5454 * eshell/esh-util.el (eshell-flatten-list): Made this function
5455 into a defsubst form. It gets used very frequently, although
5456 calls don't occur all that often.
5457
5458 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5459 examining it.
5460
5461 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5462 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5463 `eshell-protect'.
5464 (eshell-copy-handles): Created a new macro for duplicating the
5465 current set of open handles. This is needed by the looping
5466 functions.
5467 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5468 is not incorrectly stomped on.
5469
5470 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5471 declaration for pcomplete-use-paring.
5472 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5473 value of eshell-cmpl-use-paring.
5474 * pcomplete.el (pcomplete-use-paring): New config variable, to
5475 indicate whether paring should be used.
5476 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5477 completion alternatives that have already been used.
5478
5479 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5480 bound to C-c C-y, which will repeat the previous N arguments
5481 (based on prefix argument).
5482 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5483
5484 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5485 if there is no *Help* buffer. This is for XEmacs, which renames
5486 its help buffers uniquely. TODO: Find out what the current buffer
5487 name to delete is.
5488
5489 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5490 first entry that correlates to a passwd/group number. Later
5491 entries (used for group/user name aliasing to multiple IDs) are
5492 ignored.
5493
5494 * eshell/em-xtra.el (eshell/expr):
5495 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5496 (eshell-grep, eshell/diff, eshell/locate):
5497 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5498 argument list, before passing it to the system command.
5499
5500 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5501 `find-tag' for use at final position in Eshell buffers (which
5502 otherwise triggers an error on Emacs 21).
5503 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5504 buffer, if it is currently bound to `find-tag'.
5505
5506 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5507 in the list of matched Makefile names.
5508 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5509 directory, prefer its contents to Makefile.
5510
5511 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5512 directory parts (like "cd old new", or "cd =regexp"), are now case
5513 sensitive on non-Windows/DOS platforms.
5514
5515 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5516 types RET after an open delimiter (like "), display a message
5517 indicating that Eshell is waiting for the closing delimiter.
5518
5519 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5520 environment variables.
5521
5522 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5523 gracefully if the user enters incorrect arguments.
5524
5525 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5526 Eshell buffers.
5527
5528 * eshell/esh-var.el (eshell-interpolate-variable):
5529 * eshell/esh-mode.el (eshell-move-argument):
5530 * eshell/em-unix.el (eshell-du-sum-directory):
5531 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5532 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5533 (not (= ...)).
5534
5535 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5536 to ensure the `preserve' flag gets propagated when doing recursive
5537 directory copies.
5538
5539 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5542 Don't convert \n into \0177 in memory.
5543 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5544 and back again, when reading and writing.
5545
5546 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5547
5548 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5549 testing of `fboundp' on `processp'.
5550
5551 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5552 (eshell/jobs): Don't call process-list if it is not bound.
5553 (eshell-gather-process-output): Support systems where async
5554 subprocesses aren't supported.
5555 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5556 variables.
5557
5558 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5559 eshell-do-eval returns t.
5560 (eshell-do-pipelines-synchronously): New defmacro.
5561 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5562 when async subprocesses aren't supported.
5563 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5564 if async subprocesses aren't supported.
5565 (eshell-resume-command): Don't assume STATUS is a string.
5566
5567 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5568
5569 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5570 (eshell-close-target, eshell-get-target): Use eshell-processp.
5571 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5572 fix.
5573 (eshell-get-target, eshell-create-handles): Doc fix.
5574
5575 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5576
5577 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5578 criterion to include commands that output something, as long as it
5579 leaves both the command and the end-of-buffer visible when the
5580 command has exited.
5581 (eshell-review-quick-commands): Adjust the help doc string
5582 accordingly.
5583
5584 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5585
5586 * locate.el (locate): Cleaned up locate command's interactive prompting
5587 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5588
5589 * filecache.el (file-cache-case-fold-search): New variable
5590 (file-cache-assoc-function): New variable
5591 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5592 Use file-cache-case-fold-search variable
5593 (file-cache-add-file): Use file-cache-assoc-function
5594 (file-cache-delete-file): likewise
5595 (file-cache-directory-name): likewise
5596 (file-cache-debug-read-from-minibuffer): likewise
5597
5598 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5599
5600 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5601 (abbrev-table-name): New function.
5602 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5603 If non-nil list local abbrev, only.
5604
5605 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5606
5607 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5608 from Gnus support code, and use special article copy buffer
5609 `(gnus-original-article-buffer)' instead. This allows to get rid
5610 of article-hide-headers usage (which breaks in the latest Gnus
5611 version). Thanks to Detlev Zundel.
5612
5613 2000-08-28 Kenichi Handa <handa@etl.go.jp>
5614
5615 * international/quail.el (quail-use-package): Hide "... loaded"
5616 message.
5617 (quail-start-translation, quail-start-conversion): Likewise.
5618
5619 * international/kkc.el (kkc-region): Hide "... loaded" message.
5620
5621 2000-08-27 Dave Love <fx@gnu.org>
5622
5623 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5624
5625 2000-08-27 Miles Bader <miles@gnu.org>
5626
5627 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5628
5629 2000-08-27 Kenichi Handa <handa@etl.go.jp>
5630
5631 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5632 'ja-dic-cnv), not (require 'skkdic-cnv).
5633
5634 2000-08-26 Miles Bader <miles@gnu.org>
5635
5636 * faces.el (face-x-resources): Add entry for :inherit.
5637 * cus-face.el (custom-face-attributes): Add support for :inherit
5638 attribute. Add support for relative face heights.
5639 (custom-face-attributes-get): Treat `nil' as being a default value
5640 for :inherit (as well as `unspecified').
5641
5642 * faces.el (set-face-attribute): Update doc string.
5643 (face-attribute-name-alist): Add :inherit.
5644 (face-valid-attribute-values): Handle :inherit.
5645 (face-read-string): Rephrase prompt to be less confusing.
5646 Assume that DEFAULT is a string, since we must return a string.
5647 (face-read-integer): Use `format' to turn DEFAULT into an
5648 acceptable default for face-read-string. Match NEW-VALUE against
5649 the string "unspecified", not the symbol `unspecified', since
5650 that's what face-read-string returns.
5651 (read-face-attribute): Lookup a name for old-value in valid, and
5652 use it as a default if we find one. Treat all values from
5653 face-read-string as strings. If the default is used, don't do any
5654 more processing on the value, just use the old value directly.
5655 (read-face-and-attribute, modify-face): Tweak prompt.
5656 (read-face-name): Don't assume prompt ends with a space.
5657
5658 * faces.el (describe-face): Add support for :inherit attribute.
5659
5660 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5661
5662 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5663 concat doesn't accept interger.
5664
5665 * international/kkc.el: Remove SKK from Keywords. Require
5666 ja-dic-utl instead of skkdic-utl.
5667
5668 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5669 Provide ja-dic-cnv instead of skkdic-cnv.
5670 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5671 (iso-2022-7bit-short): Add safe-charsets property.
5672 (skkdic-convert-postfix): Search Japanese chou-on character in
5673 addition to Hiragana character.
5674 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5675 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5676 (batch-skkdic-convert): Likewise.
5677
5678 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5679 Provide ja-dic-utl instead of skkdic-utl.
5680 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5681
5682 2000-08-24 Dave Love <fx@gnu.org>
5683
5684 * disp-table.el (standard-display-default): Make the test of `l'
5685 useful.
5686
5687 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5688 mod sample text.
5689
5690 * international/iso-ascii.el: Make pilcrow convenient string
5691 consistent with section.
5692 (iso-ascii-display): Set up multibyte characters as well as
5693 unibyte.
5694
5695 2000-08-24 Kenichi Handa <handa@etl.go.jp>
5696
5697 * international/mule-cmds.el (reset-language-environment): Set
5698 default-process-coding-system to '(undecided . iso-latin-1), which
5699 makes process I/O almost consistent with file I/O. Call this
5700 function when mule-cmds.el[c] is loaded.
5701
5702 2000-08-22 Andrew Innes <andrewi@gnu.org>
5703
5704 * makefile.w32-in: New file.
5705
5706 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5707
5708 * comint.el (comint-output-filter): Compare end of
5709 comint-last-output-overlay with the start of the newly inserted
5710 text, not the end, when deciding whether to extend it.
5711 Set saved-point's insertion type to advance after insertion.
5712
5713 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5714 since this is now done independently of font-lock mode.
5715
5716 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5717
5718 * server.el (server-kill-new-buffers): New user option.
5719 (server-existing-buffer): New buffer-local variable.
5720 (server-visit-files): When using an existing buffer, set
5721 server-existing-buffer to t.
5722 (server-buffer-done): If server-kill-new-buffers is t, kill the
5723 buffer, unless it was already present before visiting it with
5724 Emacs server.
5725
5726 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5727
5728 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5729 even if the display doesn't support colors: some displays will
5730 support bold/underline faces.
5731
5732 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5733
5734 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5735
5736 * startup.el (command-line): If user's init file had an error,
5737 add explanatory text to *Messages*.
5738
5739 2000-08-21 Kenichi Handa <handa@etl.go.jp>
5740
5741 * man.el (Man-getpage-in-background): Decode the process output by
5742 the system locale coding system.
5743
5744 2000-08-20 Dave Love <fx@gnu.org>
5745
5746 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5747 Don't test x-popup-menu.
5748 (function) <complete-function>: Complete only fbound symbols.
5749 <validate, value>: New.
5750 (variable) <complete-function>: Complete only bound symbols.
5751 (coding-system): Add :base-only, :complete-function, :validate,
5752 :value, :prompt-match.
5753 (widget-coding-system-prompt-value): Use read-coding-system and
5754 act on :base-only.
5755 (editable-field): Add :help-echo.
5756 (widget-push-button-gui, widget-push-button-cache)
5757 (widget-gui-action, widget-editable-list-gui): COmment out, along
5758 with uses.
5759 (widget-at): Make arg optional.
5760 (widget-echo-help): Adjust for current help-echo calling sequence.
5761 (widget-specify-field, widget-specify-button)
5762 (widget-specify-insert, widget-get-sibling, widget-image-find)
5763 (widget-convert, widget-insert, widget-leave-text)
5764 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5765 (widget-setup, widget-field-find, widget-before-change)
5766 (widget-after-change, widget-default-complete)
5767 (widget-default-create, widget-default-delete)
5768 (widget-push-button-value-create, editable-field)
5769 (widget-field-prompt-value, widget-field-validate)
5770 (widget-choice-value-create, widget-choice-action)
5771 (widget-choice-validate, widget-checklist-add-item)
5772 (widget-radio-add-item, widget-radio-chosen)
5773 (widget-radio-value-inline, widget-editable-list-value-create)
5774 (widget-editable-list-entry-create)
5775 (widget-documentation-link-add)
5776 (widget-documentation-string-value-create)
5777 (widget-regexp-validate, widget-file-complete)
5778 (widget-sexp-validate, widget-plist-convert-widget)
5779 (widget-plist-convert-widget, widget-alist-convert-widget)
5780 (widget-alist-convert-widget, widget-color-complete): Simplify,
5781 particularly to avoid bindings which aren't optimized out.
5782
5783 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5784 Doc fix.
5785 (down-list, backward-up-list, up-list, kill-sexp)
5786 (backward-kill-sexp, mark-sexp): Make arg optional.
5787 (lisp-complete-symbol): Add optional arg PREDICATE.
5788
5789 * cus-start.el: Add display-buffer-reuse-frames,
5790 file-coding-system-alist.
5791
5792 2000-08-20 Gerd Moellmann <gerd@gnu.org>
5793
5794 * startup.el (command-line): Clear realized faces after
5795 modifying TTY color mappings.
5796
5797 2000-08-20 Miles Bader <miles@gnu.org>
5798
5799 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5800 merely a subset of FACE's attributes.
5801
5802 2000-08-19 Miles Bader <miles@gnu.org>
5803
5804 * comint.el (comint-output-filter): Save the point with a marker,
5805 not just a buffer position.
5806
5807 * international/mule.el (set-buffer-process-coding-system): Make
5808 interactive prompt less confusing.
5809
5810 2000-08-19 Gerd Moellmann <gerd@gnu.org>
5811
5812 * hilit-chg.el: General cleanup of doc strings, comments and
5813 code formatting.
5814
5815 2000-08-19 Miles Bader <miles@gnu.org>
5816
5817 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5818 Compiler macro removed; beginning-of-line is no longer always
5819 equivalent to forward-line, in the presence of fields.
5820
5821 * comint.el (comint-output-filter): Remove ad-hoc saving of
5822 restriction, and just use save-restriction, now that it works
5823 correctly. Don't adjust comint-last-input-start to account for
5824 our insertion; it shouldn't have moved because we don't use
5825 insert-before-markers anymore. Comment out call to
5826 `force-mode-line-update'; why is it here?
5827
5828 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5829 while checking for prompt to delete. Use `forward-line 0'
5830 instead of beginning-of-line.
5831 (gud-filter): Temporarily widen gud comint buffer while
5832 examining output.
5833
5834 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * progmodes/sh-script.el: Big bag of typos.
5837
5838 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5839 check since ispell-process is not bound when ispell is not yet loaded.
5840
5841 2000-08-18 Dave Love <fx@gnu.org>
5842
5843 * image.el (find-image): Copy `spec' before using plist-put.
5844
5845 2000-08-18 Gerd Moellmann <gerd@gnu.org>
5846
5847 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5848 `portugues'.
5849
5850 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5851 backward-kill-sexp, analogous to kill-sexp.
5852
5853 * progmodes/icon.el (icon-indent-line)
5854 (icon-is-continuation-line): Handle comments specially.
5855
5856 2000-08-17 Ken Stevens <k.stevens@ieee.org>
5857
5858 * ispell.el: Set to standard author/maintainer/keyword fields.
5859 Fine tuning to menu map appearance and operation, and added help.
5860 Remove `start' and `end' error messages when compiling.
5861 (ispell-choices-win-default-height): Fixed comment string.
5862 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5863 castellano8 dictionaries.
5864 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5865 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5866 dictionary, added italiano dictionary.
5867 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5868 word character
5869 (ispell-tex-skip-alists): Added psfig support.
5870 (ispell-skip-html): Renamed from ispell-skip-sgml.
5871 (ispell-begin-skip-region-regexp, ispell-skip-region)
5872 (ispell-minor-check): Improved html skipping support to skip across
5873 code, and recognize `&' commands without propper `;' syntax;
5874 (ispell-process-line): Fix alignment error when manually
5875 correcting spelling.
5876 (ispell): Fix comment string.
5877 (ispell-add-per-file-word-list): Always put word list on new line.
5878
5879 2000-08-17 Gerd Moellmann <gerd@gnu.org>
5880
5881 * format.el (format-encode-run-method): Fix error message to say
5882 `encode' instead of `decode'. Use save-window-excursion around
5883 shell-command-on-region as in format-decode-run-method because
5884 shell-command-on-region can display a buffer with error output.
5885 (format-decode): Don't record undo information for the decoding.
5886 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5887 that number part of the temporary buffer name so that more than
5888 one decoding using a temporary buffer can happen safely.
5889
5890 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5891 of `A-z' in the regexp.
5892
5893 * hilit-chg.el: Fix typos in commentary.
5894
5895 * help.el (view-emacs-news): Rewritten for new naming scheme
5896 for old NEWS files.
5897
5898 * startup.el (command-line): Pop to *Messages* in case an error
5899 is signaled while loading user-init-file.
5900
5901 2000-08-17 Andreas Schwab <schwab@suse.de>
5902
5903 * files.el (insert-directory): Don't lose original file name,
5904 undoing an undocumented change.
5905
5906 2000-08-17 Alex Schroeder <alex@gnu.org>
5907
5908 * sql.el (sql-magic-go): Use comint-bol.
5909 (sql-copy-column): Use comint-line-beginning-position.
5910 (comint-line-beginning-position): Define a replacement for
5911 comint-line-beginning-position if it is not fboundp.
5912
5913 2000-08-17 Alex Schroeder <alex@gnu.org>
5914
5915 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5916 it didn't have any effect anyway.
5917
5918 2000-08-17 Alex Schroeder <alex@gnu.org>
5919
5920 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5921 --pset and pager=off instead of sending \\o|cat at the beginning
5922 of the session.
5923
5924 2000-08-17 Miles Bader <miles@gnu.org>
5925
5926 * progmodes/octave-inf.el: Add compatibility definition of
5927 comint-line-beginning-position.
5928
5929 2000-08-17 Kenichi Handa <handa@etl.go.jp>
5930
5931 * startup.el (normal-top-level): Look in each dir in load-path for
5932 a leim-list.el file too. This assures of loading leim-list.el
5933 that is created at Emacs installation time even if a user have his
5934 own leim-list.el.
5935
5936 2000-08-17 Miles Bader <miles@gnu.org>
5937
5938 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5939 foreground color to black if the background is dark.
5940
5941 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5942
5943 * loadhist.el (unload-feature): Typo.
5944
5945 * finder.el (finder-compile-keywords):
5946 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5947 to the generated file.
5948
5949 * mail/mh-e.el (mh-make-local-vars):
5950 Replace make-variable-buffer-local with make-local-variable.
5951
5952 * play/landmark.el:
5953 * options.el (Edit-options-{set,toggle,t,nil}):
5954 * mail/mailabbrev.el (mail-abbrevs-mode):
5955 * textmodes/tex-mode.el (tex-expand-files):
5956 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5957
5958 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5959
5960 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5961 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5962 Allow going past the last element.
5963 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5964 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5965 (cvs-mouse-toggle-mark): Don't move point.
5966 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5967
5968 * progmodes/compile.el (grep): Provide a default set of files.
5969 (next-error): Docstring fix.
5970 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5971
5972 * emacs-lisp/easy-mmode.el (define-minor-mode):
5973 Use `symbol-value' to keep the byte-compiler quiet.
5974
5975 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5976 (diff-find-source-location): New fun, extracted from diff-goto-source.
5977 (diff-goto-source): Use it.
5978 (diff-next-complex-hunk, diff-filter-lines): New function.
5979 (diff-apply-hunk): New command.
5980
5981 * smerge-mode.el (smerge-mode-menu): Doc fix.
5982
5983 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5984
5985 2000-08-16 Dave Love <fx@gnu.org>
5986
5987 * windmove.el (windmove) <defgroup>: Add :version.
5988
5989 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5990 (goto-address-fontify-p, goto-address-highlight-p)
5991 (goto-address-url-face, goto-address-url-mouse-face)
5992 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5993 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5994 (goto-address-fontify, goto-address-at-mouse): Simplify,
5995 (goto-address-at-point): browse-url-url-at-point,
5996 goto-address-find-address-at-point can return nil.
5997 (goto-address-find-address-at-point): Return nil on failure.
5998
5999 * align.el (align) <defgroup>: Add :version.
6000
6001 * calculator.el (calculator): Add :version.
6002 (calculator): Use two lines for calculator window if `modeline'
6003 face is boxed.
6004
6005 * play/5x5.el: Doc fixes.
6006 (5x5) <defgroup>: Add :version.
6007
6008 * play/fortune.el (fortune) <defgroup>: Add :version.
6009 (fortune-append): Fix error message.
6010 (fortune-from-region): Doc fix.
6011
6012 * play/pong.el (pong): Doc fix.
6013
6014 * play/morse.el: Keywords, commentary, autoloads.
6015
6016 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * desktop.el (desktop-save): Don't look at symbol-value of a
6019 member of minor-mode-alist, unless it is boundp.
6020
6021 2000-08-16 Sam Steingold <sds@gnu.org>
6022
6023 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6024 `while'; use `with-current-buffer' instead of `save-excursion'.
6025 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6026
6027 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6028
6029 * international/ccl.el (declare-ccl-program): Docstring modified.
6030 (ccl-execute-with-args): Likewise.
6031
6032 2000-08-16 Miles Bader <miles@gnu.org>
6033
6034 * progmodes/sql.el: Add compatibility definition of
6035 comint-line-beginning-position.
6036
6037 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6038
6039 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6040 'buffer-menu' property.
6041 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6042 fails.
6043 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6044 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6045 wasn't killed.
6046
6047 * buff-menu.el (list-buffers-noselect): Don't display the
6048 *Buffer List* buffer.
6049
6050 * font-lock.el: Require jit-lock to prevent a very late
6051 `Loading jit-lock' message.
6052
6053 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6054 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6055 mail address.
6056
6057 2000-08-15 Miles Bader <miles@gnu.org>
6058
6059 * textmodes/ispell.el (ispell-graphic-p): New constant.
6060 (ispell-choices-win-default-height, ispell-help): Use
6061 `ispell-graphic-p' instead of `xemacsp'.
6062
6063 2000-08-15 Dave Love <fx@gnu.org>
6064
6065 * simple.el: Autoload widget-convert when compiling.
6066 (mail-user-agent): Doc fix.
6067
6068 * help.el (function-called-at-point, variable-at-point): Use
6069 with-syntax-table.
6070 (help-manyarg-func-alist): Add insert-and-inherit.
6071
6072 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6073
6074 * delsel.el (delsel-unload-hook): New function.
6075
6076 * find-file.el: Doc fixes. Move provide to end.
6077 (ff) <defgroup>: Add :link.
6078 (ff-goto-click): Deleted.
6079 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6080 Use mouse-set-point.
6081
6082 * textmodes/tildify.el: Doc fixes.
6083 (tildify) <defgroup>: Add:version.
6084
6085 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6086 (glasses-custom-set): Use set-default, not set.
6087 (minor-mode-alist): Propertize the lighter.
6088 (glasses-mode): Provide optional arg.
6089
6090 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6091 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6092 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6093 option. Provide :type.
6094 (cwarn-configuration): Provide :type.
6095 (cwarn-mode): Doc fix.
6096
6097 * add-log.el (change-log-merge): Doc fix.
6098 (change-log-redate): New command.
6099
6100 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6101 Doze and Dog.
6102 (browse-url): Use dolist, not mapcar.
6103 (browse-url-at-point): Check for null url.
6104 (browse-url-event-buffer, browse-url-event-point): Functions
6105 deleted.
6106 (browse-url-at-mouse, browse-url-netscape): Simplify.
6107
6108 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6109 modes.
6110 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6111 Fix previous change to mapcan.
6112 (msb--init-file-alist, msb--add-separators)
6113 (msb--make-keymap-menu): Simplify.
6114 (msb--choose-file-menu): Use copy-sequence.
6115 (msb-mode-map): Add title to keymap.
6116 (msb-unload-hook): New function.
6117
6118 * bs.el: Fix indentation.
6119 (bs) <defgroup>: Add :links.
6120 (bs-show): Doc fix.
6121 (bs-apply-sort-faces): Don't use window-system.
6122 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6123
6124 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * calendar/timeclock.el (timeclock-file): Run .timelog through
6127 convert-standard-filename.
6128
6129 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6130
6131 * emacs-lisp/authors.el: New file.
6132
6133 * paren.el (show-paren-priority): New user option.
6134 (show-paren-function): Set overlay priorities to
6135 show-paren-priority.
6136
6137 2000-08-14 Miles Bader <miles@gnu.org>
6138
6139 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6140 beginning-of-line with inhibit-field-text-motion bound.
6141
6142 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6143
6144 * calendar/timeclock.el: New file.
6145
6146 2000-08-14 David Ponce <david@dponce.com>
6147
6148 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6149 `widget-button-click'. so that one can use left mouse button to
6150 click on dialog buttons.
6151
6152 2000-08-14 Emmanuel Briot <briot@gnat.com>
6153
6154 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6155 identifiers, since XML is case sensitive
6156
6157 2000-08-12 Miles Bader <miles@gnu.org>
6158
6159 * comint.el (comint-output-filter): Don't bother frobbing
6160 window-start, it doesn't seem to be necessary.
6161
6162 * comint.el (comint-send-string, comint-send-region): Make into
6163 real functions. Snapshot the prompt before sending.
6164
6165 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6166
6167 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6168 technique similar to Info-index, instead of relying on specific
6169 names of relevant Index nodes.
6170 (Info-goto-emacs-command-node): Bind Info-history to nil when
6171 going to the first node found by Info-find-emacs-command-nodes.
6172
6173 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6174
6175 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6176
6177 2000-08-10 Miles Bader <miles@gnu.org>
6178
6179 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6180
6181 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6182
6183 * info.el (Info-file-list-for-emacs): More elements for the
6184 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6185 and woman manuals.
6186
6187 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6188
6189 * comint.el (comint-send-input): Make the newline boundary overlay
6190 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6191 (comint-output-filter): Use `insert' instead of
6192 `insert-before-markers'. Extend comint-last-output-overlay when
6193 necessary since we can't rely on insert-before-markers to do it.
6194 * gud.el (gud-filter): Use `with-current-buffer' instead of
6195 save-excursion when inserting the output, so that point gets
6196 updated correctly; the old method relied on a rather dodgy
6197 side-effect of comint-output-filter to avoid the effect of
6198 save-excursion.
6199
6200 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * files.el (recover-file): Call insert-directory instead of
6203 invoking `ls' directly.
6204
6205 2000-08-10 Miles Bader <miles@gnu.org>
6206
6207 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6208 (comint-last-prompt-overlay): New variables.
6209 (comint-output-filter): Implement prompt highlighting.
6210 (comint-snapshot-last-prompt): New function.
6211 (comint-send-input): Snapshot the last prompt.
6212 Use comint-highlight-input-face.
6213 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6214 Use defface instead of defcustom.
6215 (send-invisible, comint-send-eof): Snapshot the last prompt.
6216 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6217 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6218
6219 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6220
6221 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6222 (regexp-opt-group): Use a list of chars for `letters'.
6223 (regexp-opt-charset): `chars' is now a list of chars.
6224 Use a char-table rather than a vector so it works for multibyte chars.
6225
6226 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6227 Set cvs-minor-current-files to the selected fileinfo.
6228 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6229 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6230
6231 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6232
6233 * files.el (insert-directory): Don't call access-file on
6234 directories on DOS and Windows.
6235
6236 2000-08-09 Kenichi Handa <handa@etl.go.jp>
6237
6238 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6239 longer if necessary.
6240 (ccl-embed-code): Call ccl-embed-data to store CODE in
6241 ccl-program-vector.
6242
6243 2000-08-09 Miles Bader <miles@gnu.org>
6244
6245 * comint.el (comint-output-filter): Properly handle the case where
6246 the text surrounded by comint-last-output-overlay was deleted.
6247
6248 2000-08-08 Gerd Moellmann <gerd@gnu.org>
6249
6250 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6251 non-nil.
6252 (Info-file-list-for-emacs): Remove "info" from the list because
6253 that leads to trying to use the documentation from file `info'
6254 in various situations where it isn't appropriate, for instance
6255 C-h C-k C-h i.
6256
6257 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6258 DIR and/or STRING are nil.
6259
6260 * progmodes/compile.el (compilation-setup): Make variable
6261 compilation-error-screen-columns buffer-local, as some comment
6262 in the code suggests it should be.
6263
6264 * files.el (auto-mode-interpreter-regexp): New variable.
6265 (set-auto-mode): Use it.
6266
6267 * indent.el (indent-for-tab-command): Doc fix.
6268
6269 * mouse-sel.el (mouse-sel-mode): Doc fix.
6270
6271 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6272 labels.
6273
6274 * help.el (print-help-return-message): When
6275 display-buffer-reuse-frames is set, let the help window been quit,
6276 instead of deleting it, which might delete a reused frame.
6277
6278 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6279
6280 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6281 rename a directory to a name that differs only by its letter case.
6282
6283 2000-08-08 Kenichi Handa <handa@etl.go.jp>
6284
6285 * international/quail.el (quail-define-rules): Handle Quail decode
6286 map correctly. Add code for supporting annotations.
6287 (quail-install-decode-map): New function.
6288 (quail-defrule-internal): New optional arguments decode-map and
6289 props.
6290 (quail-advice): New function.
6291
6292 2000-08-07 Sam Steingold <sds@gnu.org>
6293
6294 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6295 `defconst', `define-condition', `with-slots'.
6296 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6297
6298 2000-08-03 Miles Bader <miles@gnu.org>
6299
6300 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6301 New variable.
6302 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6303 comint-use-prompt-regexp-instead-of-fields.
6304 (comint-send-input): Add `input' field property to stuff we send to
6305 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6306 (comint-output-filter): Add `output' field property to process
6307 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6308 (comint-replace-by-expanded-history)
6309 (comint-get-old-input-default, comint-show-output)
6310 (comint-backward-matching-input, comint-forward-matching-input)
6311 (comint-next-prompt, comint-previous-prompt): Use field
6312 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6313 (comint-line-beginning-position): New function.
6314 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6315 (comint-replace-by-expanded-history-before-point): Use
6316 comint-line-beginning-position and line-end-position.
6317 (comint-last-output-overlay): New variable.
6318 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6319
6320 * shell.el (shell-prompt-pattern): Doc change.
6321 (shell-backward-command): Use line-beginning-position.
6322
6323 * gud.el (gud-gdb-complete-command): Use
6324 comint-line-beginning-position.
6325
6326 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6327 comint-bol doesn't actually go to the beginning of the line.
6328
6329 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6330 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6331 (try-expand-line-all-buffers): Likewise.
6332
6333 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6334 explicitly matching comint-prompt-regexp.
6335 (sql-copy-column): Use comint-line-beginning-position instead of
6336 explicitly matching comint-prompt-regexp.
6337
6338 * progmodes/octave-inf.el (inferior-octave-complete): Use
6339 comint-line-beginning-position.
6340
6341 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6342
6343 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6344 looking for a prompt, use `forward-line 0' instead of
6345 `beginning-of-line', to avoid getting caught by an input field.
6346
6347 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6348
6349 * files.el (shell-quote-wildcard-pattern): Make sure to return
6350 PATTERN, in the Unix case.
6351
6352 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * play/zone.el (zone): Discard any pending input before running
6355 the randomly-chosen pgm.
6356
6357 2000-08-07 Kenichi Handa <handa@etl.go.jp>
6358
6359 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6360 checking the existence of any multibyte characters.
6361
6362 2000-08-06 Gerd Moellmann <gerd@gnu.org>
6363
6364 * help.el (describe-mode): Test minor-mode symbol for being
6365 bound before testing its value for being nil.
6366
6367 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6368 `first', `second', and `third'.
6369
6370 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6371 (second): Make it an alias for `cadr'.
6372
6373 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6374
6375 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6376 types of display support faces now.
6377
6378 2000-08-05 Gerd Moellmann <gerd@gnu.org>
6379
6380 * pcvs.el (require): Require `cl' during compilation, only.
6381
6382 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6383 (toplevel): Remove `remq' and `remove' from autoloads.
6384 (cl-fake-autoloads): New variable. If set, arrange for an error
6385 when CL functions etc. are autoloaded.
6386
6387 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6388
6389 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6390
6391 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6392 popped up, but the user clicks outside the menu, return an empty
6393 regexp (that causes unhighlight-regexp to have no effect).
6394
6395 * menu-bar.el (menu-bar-games-menu): Add Zone.
6396
6397 * hi-lock.el (toplevel): Require font-lock.
6398
6399 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6400
6401 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6402 (ebnf-8-bit-chars): New var for bug fix.
6403 (ebnf-string): Bug fix.
6404
6405 2000-08-03 Sam Steingold <sds@gnu.org>
6406
6407 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6408 instead of `buffer-string'.
6409 (require 'cl): Always, not just when compiling.
6410 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6411 necessary.
6412
6413 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6414
6415 * international/mule-cmds.el (select-safe-coding-system): Make
6416 the message text about selecting a safe coding system more clear.
6417
6418 2000-08-02 Gerd Moellmann <gerd@gnu.org>
6419
6420 * hi-lock.el: New file.
6421
6422 * play/zone.el: New file.
6423
6424 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6425 value of tab-width in the original buffer. Choose a line number
6426 format that's a multiple of the original buffer's tab width, so
6427 that lines appear right.
6428
6429 * textmodes/ispell.el (ispell): New function, replacing an alias.
6430 Spell-check active region if in transient-mark-mode and mark
6431 is active; otherwise spell-check buffer.
6432
6433 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6434
6435 * ps-mule.el: Fix a customization problem on
6436 ps-mule-font-info-database-default.
6437
6438 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6439
6440 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6441 display-mouse-p instead of window-system.
6442 (ebrowse-member-mode-map): Ditto.
6443
6444 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6445
6446 * progmodes/ebnf2ps.el: Update ps-print functions call.
6447 Indentation fix. Doc fix.
6448 (ebnf-version): New version number (3.2).
6449 (ebnf-format-color, ebnf-begin-job): Code fix.
6450
6451 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6452
6453 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6454 font lock support on window-system.
6455 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6456
6457 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6458 display-color-p, if fboundp, instead of window-system.
6459
6460 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6461
6462 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6463 instead of window-system.
6464
6465 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6466 window-system.
6467 (widget-choice-mouse-down-action): Use display-popup-menus-p
6468 instead of window-system.
6469
6470 * strokes.el (strokes-file): Run the file name through
6471 convert-standard-filename.
6472 (strokes-mode): Call display-mouse-p instead of looking at
6473 window-system. Change the error message accordingly.
6474
6475 * progmodes/cpp.el (toplevel): Support faces on tty's.
6476
6477 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6478 (lm-plot-square, lm-init-display): Don't use window-system.
6479
6480 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6481 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6482
6483 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6484 instead of looking at window-system.
6485
6486 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6487
6488 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6489 of testing if iswitchb-prepost-hooks is bound, because the
6490 latter will always be true when invoking a recursive minibuffer
6491 from an active Iswitchb buffer.
6492
6493 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6494
6495 * files.el (shell-quote-wildcard-pattern): New function.
6496 (insert-directory): Call it. Only prepend "\" to command on Unix
6497 and GNU/Linux systems.
6498
6499 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6500
6501 * eshell/esh-groups.el: Change custom :link file names
6502 from `eshell.info' to `eshell'.
6503
6504 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6505
6506 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6507 correctly in recursive ange-ftp listings.
6508
6509 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6510
6511 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6512 ps-header-font-size-internal and
6513 ps-header-title-font-size-internal variables are not set,
6514 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6515 face text property is (foreground-color . COLOR) or
6516 `(background-color . COLOR)', ps-print crashes. Doc fix.
6517 (ps-print-version): New version number (5.2.4).
6518 (ps-plot-region): Code fix.
6519 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6520 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6521 Bug fix 2.
6522
6523 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
6524
6525 * glasses.el (glasses-make-readable): Fix uncapitalization of
6526 identifiers like `myXMLDocument'.
6527
6528 2000-07-28 Karl Fogel <kfogel@red-bean.com>
6529
6530 * mail/mail-hist.el (mail-hist-previous-input)
6531 (mail-hist-next-input): Do the obvious code factorization.
6532 (mail-hist-retrieve-and-insert): New func, contains common
6533 code of above two.
6534 If inserting a message body, leave point at top.
6535
6536 2000-07-28 Sam Steingold <sds@gnu.org>
6537
6538 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6539 Use `<=', not `<' to compare times!
6540 (ange-ftp-ls): Remove.
6541
6542 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6543
6544 * play/cookie1.el: Add explanation of how to make cookie.el
6545 compatible with strfile(1) to comment.
6546
6547 * subr.el (remove, remq): New functions.
6548
6549 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6550 escape `*' in regexps.
6551 (midnight-find): Reverse order of arguments in the funcall of
6552 TEST.
6553
6554 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6555 and `.class'.
6556
6557 * play/meese.el: Add Commentary section.
6558
6559 2000-07-27 Alex Schroeder <alex@gnu.org>
6560
6561 * sql.el (sql-ms): Added autoload cookie.
6562 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6563 (sql-oracle): Ditto.
6564 (sql-help): Doc change.
6565
6566 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6567 types and exceptions.
6568
6569 2000-07-27 Alex Schroeder <alex@gnu.org>
6570
6571 * sql.el (sql-placeholder-history): New variable.
6572 (sql-query-placeholders-and-send): New function that will query
6573 the user and replace placeholders with user input.
6574 (sql-oracle): If running on NT, set comint-input-sender to
6575 sql-query-placeholders-and-send.
6576
6577 (sql-stop): If in the SQLi buffer, insert stop notification, else
6578 present it as a message.
6579
6580 2000-07-27 Alex Schroeder <alex@gnu.org>
6581
6582 * sql.el (sql-input-ring-separator): Doc change.
6583 (sql-input-ring-file-name): Doc change.
6584 (sql-interactive-mode): Use `sql-input-ring-separator' and
6585 `sql-input-ring-file-name' to set the comint-mode equivalents
6586 without making them local variables.
6587 (sql-stop): Don't bind `sql-input-ring-separator' and
6588 `sql-input-ring-file-name' dynamically to their comint-mode
6589 equivalents.
6590
6591 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6592
6593 * international/mule.el (register-char-codings): New function.
6594 (make-coding-system): Handle `safe-chars' specification in the arg
6595 PROPERTY.
6596
6597 * international/mule-cmds.el
6598 (find-coding-systems-region-subset-p): This function deleted.
6599 (sort-coding-systems-predicate): New variable.
6600 (sort-coding-systems): New function.
6601 (find-coding-systems-region): Use
6602 find-coding-systems-region-internal.
6603 (find-coding-systems-string): Use find-coding-systems-region.
6604 (find-coding-systems-for-charsets): Check
6605 char-coding-system-table.
6606 (select-safe-coding-system-accept-default-p): New variable.
6607 (select-safe-coding-system): Mostly rewritten. New argument
6608 ACCEPT-DEFAULT-P.
6609 (select-message-coding-system): Call select-safe-coding-system
6610 with ACCEPT-DEFAULT-P arg.
6611 (reset-language-environment): Reset default-sendmail-coding-system
6612 to the default value iso-latin-1.
6613 (set-language-environment): Don't set the obsolete variable
6614 charset-origin-alist.
6615
6616 * international/codepage.el (cp-coding-system-for-codepage-1):
6617 Give `safe-chars' property to make-coding-system.
6618
6619 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6620 calling select-message-coding-system twice.
6621
6622 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6623 instead of `safe-charsets'.
6624 (cyrillic-alternativnyj): Likewise.
6625 (ccl-encode-alternativnyj): Don't check the charset
6626 cyrillic-iso8859-5.
6627
6628 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6629
6630 * composite.el (compose-chars-after): Preserve match data.
6631
6632 2000-07-26 Sam Steingold <sds@gnu.org>
6633
6634 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6635 (ange-ftp-real-file-newer-than-file-p): New function.
6636 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6637 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6638
6639 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6640 * midnight.el (midnight-float-time): Ditto.
6641
6642 2000-07-26 Andreas Schwab <schwab@suse.de>
6643
6644 * files.el (normal-backup-enable-predicate): Correct
6645 interpretation of the return value of compare-strings.
6646
6647 2000-07-26 Gerd Moellmann <gerd@gnu.org>
6648
6649 * isearch.el (isearch-resume): New function.
6650 (isearch-done): Add something to command-history to resume
6651 the search.
6652 (isearch-yank-line, isearch-yank-word): Use
6653 buffer-substring-no-properties instead of buffer-substring.
6654
6655 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6656 of flyspell-mouse-map.
6657
6658 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6659 duplicate definition.
6660 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6661
6662 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6663 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6664
6665 2000-07-25 Sam Steingold <sds@gnu.org>
6666
6667 * net/ange-ftp.el: Get modtime over the net.
6668 (ange-ftp-file-modtime): New function.
6669 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6670 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6671 Use it.
6672 (ange-ftp-dot-to-slash): New function.
6673 (ange-ftp-fix-name-for-vms): Use it.
6674
6675 * midnight.el (midnight-buffer-display-time): Use
6676 `with-current-buffer'.
6677
6678 2000-07-25 Gerd Moellmann <gerd@gnu.org>
6679
6680 * find-dired.el: Update copyright notice.
6681 (find-dired): Offer to kill a running `find'.
6682
6683 * enriched.el (enriched-face-ans): For a `foreground-color'
6684 property, return '(("x-color" COLOR))' so that COLOR will be
6685 output as a parameter of the x-color annotation. Likewise for the
6686 `background-color' property. In the case of normal face
6687 properties, don't return annotations for unspecified foreground
6688 and background face attributes.
6689
6690 2000-07-25 Kenichi Handa <handa@etl.go.jp>
6691
6692 * language/japan-util.el (japanese-katakana-region): Fix handling
6693 HANKAKU argument.
6694
6695 2000-07-25 Miles Bader <miles@gnu.org>
6696
6697 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6698 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6699 constrain-to-field.
6700
6701 2000-07-24 Andrew Innes <andrewi@gnu.org>
6702
6703 * timer.el (timer-activate-when-idle): Add optional parameter
6704 DONT-WAIT. Update docstring.
6705 (run-with-idle-timer): Specify extra parameter to
6706 timer-activate-when-idle, so that timer will be activated
6707 immediately if Emacs is already idle.
6708
6709 * w32-fns.el (w32-using-nt): Fix docstring.
6710
6711 2000-07-24 Dave Love <fx@gnu.org>
6712
6713 * mouse.el (popup-menu): Set last-command-event.
6714 (mouse-major-mode-menu-prefix): Declare.
6715
6716 2000-07-24 Gerd Moellmann <gerd@gnu.org>
6717
6718 * textmodes/flyspell.el: Update to author's version 1.5d.
6719
6720 * progmodes/hideshow.el: Update copyright notice.
6721
6722 * vcursor.el: Set maintainer to FSF, since author cannot
6723 be reached.
6724
6725 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6726
6727 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6728 the prompt.
6729
6730 * mouse.el (popup-menu): Run the keymap through indirect-function,
6731 in case it was defined with define-prefix-key. If the menu is a
6732 list of keymaps, look up the binding of user's choice in each one
6733 of the keymaps.
6734 (mouse-popup-menubar): If the global and local menu-bar keymaps
6735 don't have a prompt string, create one and insert it into the
6736 keymap. Don't barf if current-local-map returns nil.
6737
6738 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6739
6740 * dired.el (dired-sort-R-check): Added to allow recursive listing
6741 to be undone.
6742 (dired-sort-other): Use it.
6743
6744 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6745
6746 * Release of cc-mode 5.27
6747
6748 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6749
6750 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6751 c-beginning-of-statement-1 that caused a bad case of recursion
6752 which could consume a lot of CPU in large classes in languages
6753 that have in-expression classes (i.e. Java and Pike).
6754
6755 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6756 statements before top level constructs (i.e. case 6 is moved
6757 before case 5 and is now case 4) to catch in-expression
6758 classes in top level expressions correctly.
6759
6760 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6761
6762 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6763 objc-method-intro. Case 4 removed and case 5I added.
6764
6765 * cc-langs.el (c-append-paragraph-start): New variable used by
6766 c-common-init to get paragraph-start correct.
6767 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6768 initialize paragraph-start to make it correct both with and
6769 without the javadoc special case.
6770
6771 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6772 initialize paragraph-start for javadoc markup.
6773
6774 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6775 change by defaulting this to t. It's motivated by the
6776 confusing behavior that otherwise arise from the style system
6777 when editing both java and non-java files at the same time
6778 (see the comments about style setting in c-common-init).
6779
6780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6781
6782 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6783 similar to the one in c-fill-paragraph to check the fill
6784 prefix from the adaptive fill function for sanity.
6785
6786 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6787
6788 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6789 defun block.
6790
6791 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6792
6793 * cc-mode.texi Documented the change of cpp-macro.
6794
6795 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6796
6797 * cc-align.el (c-lineup-multi-inher): Handle lines with
6798 leading comma nicely. Extended to handle member initializers
6799 too.
6800
6801 * cc-engine.el: (c-beginning-of-inheritance-list,
6802 c-guess-basic-syntax): Fixed recognition of inheritance lists
6803 when the lines begins with a comma.
6804
6805 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6806
6807 * cc-vars.el (c-offsets-alist): Changed default for
6808 member-init-cont to c-lineup-multi-inher since it now handles
6809 member initializers and indents better for leading commas.
6810
6811 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6812
6813 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6814 handling that caused class open lines to be recognized as
6815 statement-conts in some cases.
6816
6817 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6818 guessed by the adaptive fill function unless point is on the
6819 first line of a block comment.
6820
6821 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6822 when the buffer ends with a macro continuation char.
6823
6824 * cc-engine.el (c-guess-basic-syntax): Added support for
6825 function definitions as statements in Pike. The first
6826 statement in a lambda block is now labeled defun-block-intro
6827 instead of statement-block-intro.
6828
6829 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6830 so that the class surrounding point is selected, not the one
6831 innermost in the state.
6832
6833 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6834 recognition of switch labels having hanging multiline
6835 statements.
6836
6837 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6838 some code in c-guess-basic-syntax to a separate function.
6839 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6840 recognition of member inits with multiple line arglists.
6841 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6842 member-init-cont when the commas are in funny places.
6843
6844 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6845
6846 * cc-defs.el (c-auto-newline): Removed this macro since it's
6847 not used anymore.
6848
6849 * cc-engine.el (c-looking-at-bos): New helper function.
6850 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6851 inexpr and toplevel classes apart in Pike.
6852
6853 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6854 of case 9A.
6855
6856 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6857 constant, since "class" can introduce an in-expression class
6858 in Pike nowadays.
6859
6860 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6861
6862 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6863 indentation on cpp-macro lines.
6864
6865 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6866 a syntax modifier like comment-intro, to make it possible to
6867 get syntactic indentation for preprocessor directives. It's
6868 incompatible wrt to lineup functions on cpp-macro, but it has
6869 no observable effect in the 99.9% common case where cpp-macro
6870 is set to -1000.
6871
6872 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6873
6874 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6875 member-init-cont when the preceding arglist is several lines.
6876
6877 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6878
6879 * cc-styles.el (c-style-alist): The basic offset for the BSD
6880 style corrected to 8.
6881
6882 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6883
6884 * cc-styles.el (c-style-alist): Adjusted the indentation of
6885 brace list openers in the gnu style.
6886
6887 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6888
6889 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6890
6891 * cc-cmds.el (c-electric-brace, c-electric-slash,
6892 c-electric-star, c-electric-semi&comma, c-electric-colon,
6893 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6894 when c-syntactic-indentation is nil.
6895
6896 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6897 we were left at comments preceding the first statement when
6898 reaching the beginning of the buffer.
6899
6900 * cc-vars.el (c-syntactic-indentation): New variable to turn
6901 off all syntactic indentation.
6902
6903 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6904
6905 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6906 between the text and the block comment ender when it hangs,
6907 depending on how many there are before the fill.
6908
6909 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6910
6911 * cc-engine.el (c-beginning-of-closest-statement): New helper
6912 function to go back to the closest preceding statement start,
6913 which could be inside a conditional statement.
6914 * cc-engine.el (c-guess-basic-syntax): Use
6915 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6916
6917 * cc-engine.el (c-guess-basic-syntax): Better handling of
6918 arglist-intro, arglist-cont-nonempty and arglist-close when
6919 the arglist is nested inside parens. Cases 7A, 7C and 7F
6920 changed.
6921
6922 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6923 up-to-date with javadoc 1.2.
6924
6925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6926
6927 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6928 multiline Pike type decls.
6929
6930 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6931
6932 * cc-cmds.el (c-indent-new-comment-line): Always break
6933 multiline comments in multiline mode, regardless of
6934 comment-multi-line.
6935
6936 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6937
6938 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6939 fully::qualified::names in C++ member init lists. Preamble in
6940 case 5D changed.
6941
6942 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6943
6944 * cc-langs.el (c-common-init): Handling of obsolete variables
6945 moved to c-initialize-cc-mode. More compatible style override
6946 when using global style variables.
6947 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6948 variables moved here.
6949
6950 * cc-mode.texi: Documented the special behavior of
6951 c-special-indent-hook as a style variable. Don't talk about
6952 doing (c-make-styles-buffer-local t) in a mode hook, since
6953 that's already too late to work right.
6954
6955 * cc-styles.el (c-make-styles-buffer-local): Flag style
6956 variable localness in c-style-variables-are-local-p to make
6957 the compatibility measure in c-common-init work well.
6958
6959 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6960 longer contain set-from-style.
6961 * cc-styles.el (c-initialize-builtin-style): Don't check for
6962 set-from-style on c-special-indent-hook.
6963 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6964 copy-alist is sufficient now.
6965
6966 * cc-styles.el (c-set-style, c-set-style-1,
6967 c-get-style-variables): Fixes to variable initialization so
6968 that duplicate entries in styles have the same effect
6969 regardless of DONT-OVERRIDE.
6970
6971 * cc-styles.el (c-set-style-2): Fixed bug where the
6972 initialization of inheriting styles failed when the
6973 dont-override flag is set.
6974
6975 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6976 on this.
6977
6978 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6979
6980 * cc-defs.el (c-forward-comment): Removed the workaround
6981 introduced in 5.38 since it had worse side-effects. If a line
6982 contains the string "//\"", it regarded the // as a comment
6983 start since the \ temporarily doesn't have escape syntax.
6984
6985 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6986
6987 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6988 ada-xref.el before ada-prj.el, so that the Project menu is created
6989 when ada-prj tries to add to it.
6990 (ada-activate-keys-for-case): Suppress the characters that are not
6991 part of the Ada syntax. Better compatibility with else-mode
6992 (ada-adjust-case-interactive): When auto-casing is not active,
6993 correctly insert newlines (used to insert only ^M). Prevent the
6994 syntax table from being changed in case of an error
6995 (or '_' becomes part of a word and some commands are confused).
6996 Do nothing if ada-auto-case is nil.
6997 (ada-after-keyword-p): Ignore keywords that are also attributes
6998 (ada-batch-reformat): Update usage comment
6999 (ada-call-from-contextual-menu): New function
7000 (ada-case-read-exceptions): Reinitialize the casing exception list
7001 first to nil first, so that the casing exception file can be
7002 shared.
7003 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7004 files.
7005 (ada-compile-goto-error): Fix regexp used to detect a file:line
7006 anywhere in the error message
7007 (ada-contextual-menu-last-point): New variable
7008 (ada-create-keymap): If the variable delete-key-deletes-forward is
7009 t on XEmacs, it means that DEL should delete one character
7010 forward.
7011 (ada-create-menu): Use :included instead of :visible for XEmacs.
7012 New submenu "Options".
7013 (ada-end-stmt-re): Correctly indent "select ... then abort"
7014 statements.
7015 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7016 even if they don't match ada-fill-comment-prefix Fix handling of
7017 paragraphs on the first or last line of a file.
7018 (ada-format-paramlist): Fix handling of default parameter values.
7019 (ada-get-body-name): New function.
7020 (ada-get-current-indent): Optimized by searchling directly for an
7021 existing generic part or a statement outside of it. Handle
7022 ada-indent-align-comments when indenting comments Replaced some
7023 regexps by testing directly the next character. This results in a
7024 huge speedup on some files. New indentation scheme for renames
7025 statements. Stop looking for the 'while' or 'for' associated with
7026 a 'loop' at the first semicolon encountered. A "return" can also
7027 match an anonymous access subprogram declaration.
7028 (ada-get-indent-noindent): Ignore strings and comments when
7029 looking for the keywords "record" and "private".
7030 (ada-goto-matching-decl-start): When matching "if", make sure we
7031 are not in fact seeing "end if". Ignore "when" statements except
7032 when initial keyword was "begin". Fix handling of nested
7033 procedures. Add a recursive call to this function to skip over
7034 other 'end' statmts. Fix indentation for "when .. => begin"
7035 (ada-in-open-paren-p): Fix indentation for complex boolean
7036 expressions, where 'and then', 'or else' and parenthesis
7037 statements are mixed up.
7038 (ada-in-paramlist-p): Skip comments while searching for the
7039 beginning Fix handling of operator declarations.
7040 (ada-indent-align-comments): New variable
7041 (ada-indent-current): Change the syntax table only in the
7042 protected section, so that we are sure it is restored correctly.
7043 (ada-indent-on-previous-lines): Use ada-use-indent and
7044 ada-with-indent Correctly indent "select ... then"
7045 (ada-indent-region): Slight speedup.
7046 (ada-indent-renames): New variable.
7047 (ada-last-which-function-subprog, ada-last-which-function-line):
7048 New variables
7049 (ada-looking-at-semi-private): Correctly indent the 'private'
7050 keyword when it is the first word in a package declaration.
7051 (ada-loose-case-word): Stop searching if at the end of the buffer.
7052 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7053 even if point is not initially at the end of the word.
7054 (ada-matching-decl-start-re): Add "when".
7055 (ada-mode): Add support for abbrev-mode, outline-mode and
7056 which-func-mode Override the old find-file.el entry in
7057 ff-special-constructs since it is using the obsolete
7058 ada-spec-suffix variable
7059 (ada-no-auto-case): New function
7060 (ada-scan-paramlist): When parsing the argument type, accept
7061 spaces (as in "X 'Class", generated by Rational Rose).
7062 (ada-other-file-name): No longer loads the other file.
7063 (ada-popup-menu): Save and restore the current buffer and cursor
7064 position before and after displaying the menu.
7065 (ada-search-ignore-complex-boolean): New function.
7066 (ada-uncomment-region): Emacs21 already knows how to delete
7067 comments not starting in the first column.
7068 (ada-use-indent): New variable
7069 (ada-which-function): New function.
7070 (ada-with-indent): New variable
7071 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7072 can be batch-compiled from the command line.
7073
7074 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7075 Add to the menu when the file is loaded, not in ada-mode-hook.
7076 Add -toolbar to the default ddd command Switches moved from
7077 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7078 ada-prj-default-comp-opt
7079 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7080 Reference Manual to the menu
7081 (ada-check-current): rewritten as a call to ada-compile-current
7082 (ada-compile): Removed.
7083 (ada-compile-application, ada-compile-current, ada-check-current):
7084 Set the compilation-search-path so that compile.el automatically
7085 finds the sources in src_dir. Automatic scrollong of the
7086 compilation buffer. C-uC-cC-c asks for confirmation before
7087 compiling
7088 (ada-compile-current): New parameter, prj-field
7089 (ada-complete-identifier): Load the .ali file before doing
7090 processing
7091 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7092 conform to gnatmake's behavior.
7093 (ada-find-file-in-dir): New function
7094 (ada-find-references): Set the environment variables for gnatfind
7095 (ada-find-src-file-in-dir): New function.
7096 (ada-first-non-nil): Removed
7097 (ada-gdb-application): Add support for jdb, the java debugger.
7098 (ada-get-ada-file-name): Load the original-file first if not done
7099 yet.
7100 (ada-get-all-references): Handles the new ali syntax (parent types
7101 are found between <>).
7102 (ada-initialize-runtime-library): New function
7103 (ada-mode-hook): Always load a project file when a file is opened,
7104 so that the casing exceptions are correctly read.
7105 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7106 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7107 to open the project file, since the latter does not work with
7108 speedbar Get default values before loading the prj file, or the
7109 default executable file name is wrong. Use the absolute value of
7110 src_dir to initialize ada-search-directories and
7111 compilation-search-path,... Add the standard runtime library to
7112 the search path for find-file.
7113 (ada-prj-default-debugger): Was missing an opening '{'
7114 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7115 variables.
7116 (ada-prj-default-gnatmake-opt): New variable
7117 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7118 buffers, the project file is the default one Save the windows
7119 configuration before displaying the menu.
7120 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7121 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7122 ...) regexp-quote identifiers names to support operators +,
7123 -,... in regexps.
7124 (ada-remote): New function.
7125 (ada-run-application): Erase the output buffer before starting the
7126 run Support remote execution of the application. Use
7127 call-process, or the arguments are incorrectly parsed
7128 (ada-set-default-project-file): Reread the content of the active
7129 project file, not the one from the current buffer When a project
7130 file is set as the default project, all directories are
7131 automatically associated with it.
7132 (ada-set-environment): New function
7133 (ada-treat-cmd-string): New special variable ${current}
7134 (ada-treat-cmd-string): Revised. The substitution is now done for
7135 any ${...} substring
7136 (ada-xref-current): If no body was found, compiles the spec
7137 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7138 compiler to get rid of command line length limitations.
7139 (ada-xref-get-project-field): New function
7140 (ada-xref-project-files): New variable
7141 (ada-xref-runtime-library-specs-path)
7142 (ada-xref-runtime-library-ali-path): New variables
7143 (ada-xref-set-default-prj-values): Default run command now does a
7144 cd to the build directory. New field: main_unit Provide a default
7145 file name even if the current buffer has no prj file.
7146
7147 * ada-prj.el:
7148 Rewritten to show a tabbed-dialog.
7149 (ada-prj-add-ada-menu): Remove the map and name parameters.
7150 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7151 New function
7152 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7153 (ada-prj-load-from-file): New function
7154 (ada-prj-save): Always save fields that depend on the current buffer
7155 (ada-prj-show-value): New function
7156
7157 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7158 Ada mode. This will allow us to display the Ada menu in any buffer
7159 we want (for project items).
7160 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7161 number of spaces in the header.
7162
7163 2000-07-24 Dave Love <fx@gnu.org>
7164
7165 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7166
7167 2000-07-23 Noah Friedman <friedman@splode.com>
7168
7169 * type-break.el (type-break): perform autosave.
7170 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7171 (type-break-do-query): Cancel query schedule while performing
7172 actual query, to avoid possibility of a second query being made
7173 while first one is already in progress.
7174 (type-break-time-stamp-format): New variable.
7175 (type-break-time-stamp): New function.
7176 (type-break-time-warning): Use it.
7177 (type-break-keystroke-warning): Use it.
7178 (type-break-noninteractive-query): Use it.
7179
7180 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7181 cookie.
7182 Use add-minor-mode to set minor-mode-alist, if available.
7183 (eldoc-echo-area-use-multiline-p): New user option.
7184 (eldoc-echo-area-multiline-supported-p): New variable.
7185 (eldoc-docstring-format-sym-doc): Use them.
7186 (eldoc-mode): If not using idle timers, append to local post and
7187 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7188 (eldoc-display-message-no-interference-p): Don't interfere with
7189 edebug.
7190 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7191 (eldoc-function-arglist): New function.
7192 (eldoc-function-argstring): Use it.
7193
7194 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7195 auto save directory exists before calling directory-files.
7196
7197 2000-07-23 Dave Love <fx@gnu.org>
7198
7199 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7200 ^o, ^u.
7201
7202 2000-07-21 Dave Love <fx@gnu.org>
7203
7204 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7205 now passed to the function. It now works properly.
7206
7207 * smerge-mode.el (smerge-mode-menu): Fill it out.
7208
7209 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7210
7211 * info-look.el (info-lookup): If *info* is shown in another frame
7212 on the same display, select that frame, instead of switching to
7213 the Info buffer in another window of the selected frame.
7214
7215 * simple.el (universal-argument-map): Bind numeric keypad keys
7216 kp-0 to kp-9 and kp-subtract.
7217 (digit-argument): Handle these keys.
7218
7219 2000-07-20 Dave Love <fx@gnu.org>
7220
7221 * net/goto-addr.el (goto-address-fontify): Don't bother with
7222 buffer-modified and read-only stuff -- irrelevant with overlays.
7223 Put an extra property on the overlays and use it to clean up in
7224 case goto-address is re-run.
7225
7226 2000-07-19 Richard M. Stallman <rms@gnu.org>
7227
7228 * timer.el (run-with-idle-timer): Doc fix.
7229
7230 * mail/mail-utils.el (mail-strip-quoted-names):
7231 Handle case where <...> appears inside "...".
7232 Use replace-match to edit the string more simply.
7233 (rmail-dont-reply-to): Cope with an unmatched ".
7234
7235 2000-07-19 Dave Love <fx@gnu.org>
7236
7237 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7238 implementation.
7239
7240 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7241 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7242 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7243
7244 2000-07-19 Gerd Moellmann <gerd@gnu.org>
7245
7246 * textmodes/refer.el: Correct maintainer's email address.
7247
7248 * progmodes/hideif.el: Correct author's email address.
7249 Fix typo in comment.
7250
7251 * xml.el: New file.
7252
7253 * mail/mailheader.el: Correct author's mail address.
7254
7255 * gnus/parse-time.el: Correct author's mail address.
7256
7257 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7258
7259 * comint.el (comint-highlight-input, comint-highlight-face):
7260 New user options.
7261 (comint-input-ring-file-name): Change custom type.
7262 (comint-mode-map): Bind mouse-2.
7263 (comint-insert-clicked-input): New function.
7264 (comint-send-input): Handle input highlighting.
7265
7266 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7267
7268 * mouse.el (popup-menu): New function.
7269 (mouse-major-mode-menu): Use it.
7270
7271 2000-07-18 Dave Love <fx@gnu.org>
7272
7273 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7274 improvements.
7275
7276 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7277
7278 * faces.el (face-font-selection-order)
7279 (face-font-family-alternatives): Add custom type.
7280
7281 2000-07-18 Dave Love <fx@gnu.org>
7282
7283 * cus-edit.el (custom-variable-reset-saved)
7284 (custom-variable-reset-standard): Remove unused bindings.
7285
7286 * rect.el (open-rectangle-line): Remove unused let.
7287
7288 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7289
7290 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7291
7292 * cdl.el: Fix `Maintainer' keyword.
7293
7294 * play/pong.el: Add author's email address.
7295
7296 2000-07-17 Sam Steingold <sds@gnu.org>
7297
7298 * files.el (insert-directory): Call `split-string' instead of
7299 re-implementing it.
7300
7301 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7302
7303 * mail/vms-pmail.el: Change maintainer to FSF.
7304
7305 * net/goto-addr.el: Change maintainer to FSF.
7306
7307 * recentf.el: Update from author.
7308
7309 * info.el (Info-title-face-alist): Removed.
7310
7311 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7312
7313 * eshell/eshell.el (eshell): Replace links to eshell.info with
7314 links to eshell, to avoid problems on systems where the manual is
7315 installed as `eshell'.
7316 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7317 * eshell/em-smart.el (eshell-smart): Ditto.
7318 * eshell/em-banner.el (eshell-banner): Ditto.
7319 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7320
7321 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7322 same-file check in the MS-DOS version (it does support inodes).
7323
7324 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7325
7326 * eshell/eshell.el (eshell-directory-name):
7327 Run default directory name through convert-standard-filename.
7328
7329 2000-07-18 Kenichi Handa <handa@etl.go.jp>
7330
7331 * international/mule-cmds.el (select-safe-coding-system):
7332 Fix typo in the comment.
7333
7334 * language/european.el (compound-text):
7335 Force katakana-jisx0201 to be designated to G1.
7336
7337 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7338 Don't translate some national variant characters of latin-jisx0201.
7339 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7340
7341 * international/kkc.el (kkc-after-update-conversion-functions):
7342 New variable.
7343 (kkc-update-conversion): Run functions in it at the tail.
7344
7345 2000-07-16 John Wiegley <johnw@gnu.org>
7346
7347 * lisp/align.el (align-newline-and-indent):
7348 Adding new function. for auto-aligning blocks of code on RET.
7349 (align-region): Fixed badly formatted minibuffer message.
7350
7351 2000-07-17 Kenichi Handa <handa@etl.go.jp>
7352
7353 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7354 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7355 the conversion list at first if appropriate.
7356 (kkc-next): Don't update kkc-next-count here.
7357 (kkc-prev): Don't update kkc-prev-count here.
7358 (kkc-show-conversion-list-update): Fix setting up of conversion
7359 list message.
7360
7361 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7362
7363 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7364
7365 2000-07-16 Dave Love <fx@gnu.org>
7366
7367 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7368 function to be more specific.
7369
7370 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7371 non-string help-echo.
7372 (widget-types-convert-widget): Defsubst it.
7373 (widget-echo-help): Try to cope with a help-echo function of two
7374 possible sorts.
7375
7376 2000-07-15 Jason Rumney <jasonr@gnu.org>
7377
7378 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7379 Declare as obsolete.
7380
7381 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7382
7383 2000-07-14 Gerd Moellmann <gerd@gnu.org>
7384
7385 * hilit-chg.el: Fix typo.
7386
7387 2000-07-14 Dave Love <fx@gnu.org>
7388
7389 * info.el (Info-mode-menu): Fix use of :help, :enable.
7390
7391 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7394
7395 2000-07-13 Dave Love <fx@gnu.org>
7396
7397 * emacs-lisp/easymenu.el: Doc fixes.
7398 (easy-menu-remove): Defalias to ignore.
7399
7400 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7401 Call throw correctly.
7402
7403 2000-07-13 Gerd Moellmann <gerd@gnu.org>
7404
7405 * faces.el (frame-background-mode): Doc fix.
7406
7407 * simple.el (eval-expression-print-length): Change custom type to
7408 allow entering nil as value.
7409
7410 2000-07-13 Dave Love <fx@gnu.org>
7411
7412 * progmodes/fortran.el (fortran-imenu-generic-expression):
7413 Change definition layout.
7414 (fortran-mode-menu): Reinstate customize entries.
7415
7416 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7417 Use :filter, per old XEmacs code.
7418
7419 2000-07-12 Gerd Moellmann <gerd@gnu.org>
7420
7421 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7422 event when deciding what to send to the terminal.
7423
7424 2000-07-12 Dave Love <fx@gnu.org>
7425
7426 * cus-start.el: Add optional version as 4th element of specs and
7427 use it for several things new in v21. Remove load-path. Fix type
7428 of line-number-display-limit.
7429
7430 2000-07-11 Dave Love <fx@gnu.org>
7431
7432 * progmodes/fortran.el: Don't require easymenu.
7433 Use repeat counts in various regexps.
7434 (fortran-mode-syntax-table): Defvar directly.
7435 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7436 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7437 Use defvar, not defconst.
7438 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7439 (fortran-mode): Set fortran-comment-line-start-skip,
7440 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7441 (fortran-comment-indent): Use defsubst.
7442 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7443 Use fortran-comment-indent, not fortran-comment-indent-function.
7444 (fortran-comment-region, fortran-electric-line-number): Simplify.
7445 (fortran-auto-fill): New function.
7446 (fortran-do-auto-fill): Deleted.
7447 (fortran-find-comment-start-skip):
7448 Check for non-null comment-start-skip.
7449 (fortran-auto-fill-mode, fortran-fill-statement):
7450 Use fortran-auto-fill.
7451 (fortran-fill): Use fortran-auto-fill. Check for null
7452 comment-start-skip. Simplify final clause and use end-of-line finally.
7453
7454 * widget.el (widget-plist-member): New alias.
7455
7456 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7457
7458 * eshell/esh-module.el (toplevel): Reference
7459 byte-compile-current-file only if it is bound.
7460
7461 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7462
7463 * dired.el: Don't require `dired-aux'.
7464
7465 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7466
7467 * dired-aux.el (dired-show-file-type): New function.
7468 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7469 (dired-show-file-type): Add autoload.
7470
7471 2000-07-10 Kenichi Handa <handa@etl.go.jp>
7472
7473 * international/mule-diag.el (describe-font): Adjusted for the
7474 change of fontset-info.
7475 (print-fontset): Likewise.
7476
7477 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7478
7479 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7480
7481 2000-07-07 Gerd Moellmann <gerd@gnu.org>
7482
7483 * bindings.el: Bind `[delete]' to delete-char.
7484
7485 * dired.el (dired-find-alternate-file): New function.
7486 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7487 (toplevel): Require dired-aux when compiling.
7488 (dired-buffers): Move defvar within file to avoid compiler warning.
7489
7490 * info.el (Info-last-search): Variable removed.
7491 (Info-search-history): New variable.
7492 (Info-search): New Info-search-history.
7493
7494 * battery.el, info-look.el: Change author's mail address.
7495
7496 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7497
7498 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7499 if rmail-ignored-headers is nil.
7500 (rmail-retry-failure): Bind rmail-ignored-headers and
7501 rmail-displayed-headers to nil.
7502
7503 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7504
7505 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7506 (print-region-1): Don't hard code `-h' here.
7507
7508 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7509
7510 2000-07-01 Francesco Potorti` <pot@gnu.org>
7511
7512 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7513 exim can use "your message" instead of "the message".
7514
7515 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7516
7517 * facemenu.el: Docstrings fixes.
7518 (facemenu-get-face): Don't use internal-find-face.
7519 (facemenu-iterate): Rename arg to match the docstring.
7520
7521 * newcomment.el (uncomment-region): Be more careful when skipping
7522 backwards over `=' not to bump into BOBP.
7523
7524 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7525
7526 * ediff-diff.el (ediff-wordify): Use syntax table.
7527 * ediff-init.el (ediff-has-face-support-p): Use
7528 ediff-color-display-p.
7529 (ediff-color-display-p): Use display-color-p, changed to defun
7530 from defsubst.
7531 Got rid of special cases for NeXT and OS/2.
7532 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7533 face.
7534
7535 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * emacs-lisp/lucid.el: Require CL.
7538 (copy-tree, remprop): Remove, it's provided by CL.
7539 (map-keymap): Define in terms of cl-map-keymap.
7540 (extent-property, set-extent-end-glyph): New functions.
7541
7542 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7543
7544 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7545
7546 * Makefile.in (DONTCOMPILE): Add comment that the name may
7547 not be changed without changing the make-dist script.
7548
7549 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7550 (cl-mapc): Use mapc instead of cl-old-mapc.
7551
7552 2000-07-05 Andrew Innes <andrewi@gnu.org>
7553
7554 * makefile.nt: Add support for `bootstrap' and related targets.
7555
7556 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7557
7558 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7559 (easy-menu-do-define): Use `menu-item' format.
7560 Handle case where easy-menu-create-menu returns a symbol.
7561 Manually call the potential top-level filter in the function binding.
7562 (easy-menu-filter-return): New arg NAME.
7563 Convert to a keymap if MENU is an XEmacs menu.
7564 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7565 (easy-menu-converted-items-table, easy-menu-convert-item):
7566 New var and fun to memoize easy-menu-convert-item-1.
7567 (easy-menu-do-add-item): Use it.
7568 (easy-menu-create-menu): Use easy-menu-convert-item.
7569 Wrap easy-menu-filter-return around any :filter specification.
7570 Don't convert the menu if a filter was specified.
7571 Tell easy-menu-make-symbol not to check for MENU being an expression.
7572 (easy-menu-make-symbol): New arg NOEXP.
7573
7574 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7575
7576 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7577 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7578 (eval-defun): If called with prefix arg, instrument code for
7579 Edebug.
7580
7581 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7582 similar to that of eval-defun.
7583
7584 2000-07-04 Dave Love <fx@gnu.org>
7585
7586 * hl-line.el (hl-line-overlay): Make it permanent-local.
7587
7588 * calendar/todo-mode.el: Replaced with a working version, based on
7589 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7590
7591 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7592
7593 * paths.el (prune-directory-list): New function.
7594 (Info-default-directory-list): Rewritten to more methodically
7595 enumerate a big list of possible info directories (based on the
7596 list used by the standalone info reader).
7597
7598 * info.el (info-initialize): Use prune-directory-list to remove
7599 non-existent directories from Info-directory-list.
7600
7601 * paths.el (Info-default-directory-list): Try a list of possible
7602 info-directories instead of a single one. Add the possible
7603 info directory "/usr/share/info".
7604
7605 * woman.el (woman-man.conf-path): Explicitly include the debian
7606 man-db config file "/etc/manpath.config".
7607 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7608 are present in `manpath.config'.
7609 (woman-manpath): Include "/usr/share/man".
7610
7611 2000-07-03 Gerd Moellmann <gerd@gnu.org>
7612
7613 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7614
7615 * startup.el (command-line): Initialize blink-cursor based
7616 on window-system.
7617
7618 * frame.el (blink-cursor): Default to nil if not running under
7619 a window-system.
7620
7621 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7622 (face-x-resources): Remove duplicate entry for :font.
7623
7624 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7625 instead of cycling through windows with next-window.
7626
7627 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7628 of cycling through windows with next-window.
7629
7630 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7631 of cycling through windows with next-window.
7632
7633 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7634 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7635 instead of cycling through windows with next-window.
7636
7637 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7638 instead of cycling through windows with next-window.
7639
7640 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7641 of cycling through windows with next-window.
7642
7643 * terminal.el (te-process-output): Use walk-windows instead of
7644 cycling through windows with next-window.
7645
7646 * server.el (server-switch-buffer): Use some-window instead of
7647 cycling through windows with next-window.
7648
7649 * window.el (some-window): New function.
7650 (walk-windows): Remove reference to walk-windows-start.
7651
7652 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7653
7654 2000-07-03 Richard Stallman <rms@gnu.org>
7655
7656 * window.el (walk-windows): Guarantee termination by keeping a list
7657 of all the windows already handled.
7658
7659 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7660
7661 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7662 window-system.
7663
7664 * man.el (Man-notify-when-ready): Don't use window-system. If
7665 Man-notify-method is newframe, and the display is not
7666 multi-frame, select the frame created for the man page.
7667 (Man-init-defvars): Doc fix.
7668
7669 2000-06-28 Gerd Moellmann <gerd@gnu.org>
7670
7671 * faces.el (region): Change background color for light background.
7672
7673 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7674 attribute from mode-line face of Ediff control frame.
7675
7676 * replace.el (query-replace-map): Bind `e' like `E'.
7677
7678 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7679
7680 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7681 Change name to "Select All".
7682
7683 * dos-fns.el (convert-standard-filename): Fix last change.
7684
7685 2000-06-27 Gerd Moellmann <gerd@gnu.org>
7686
7687 * help.el (describe-variable): Don't insert a second `'s' in front
7688 of the string `value is shown below'. Since the syntax-table is
7689 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7690 an existing `'s', so that this won't be deleted.
7691
7692 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7693 * pcmpl-unix.el: New files.
7694
7695 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7696
7697 * wid-edit.el (widget-member): Use the new plist-member.
7698
7699 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7700
7701 * replace.el (perform-replace): Undo change of 2000-04-04.
7702 Instead, move backward 1 character at the end of the loop when
7703 necessary.
7704
7705 * faces.el (fringe): Change face for different backgrounds.
7706
7707 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7708 patch from John.
7709
7710 * eshell/*.el: Change spelling of the Free Software Foundation.
7711
7712 * eshell/esh-toggle.el: Removed.
7713
7714 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7715
7716 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7717 interactively.
7718
7719 2000-06-26 Alex Schroeder <alex@gnu.org>
7720
7721 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7722 `define-key'; instead of checking `(emacs-version)' check for
7723 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7724 for `;' and `o' which might be electric.
7725
7726 (sql-electric-stuff): New user option.
7727 (sql-magic-go): New function which uses `sql-electric-stuff'.
7728 (sql-magic-semicolon): New function which uses
7729 `sql-electric-stuff'.
7730
7731 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7732 is not fboundp.
7733
7734 (sql-oracle-options): New variable.
7735 (sql-oracle): Use it.
7736
7737 (sql-imenu-generic-expression): Doc change.
7738 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7739 is used.
7740
7741 (sql-informix): Added command line parameter "-" to force
7742 sql-informix-program to use stdout.
7743
7744 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7747 (cp864-decode-table): Doc fix.
7748 (cp720-decode-table): New variable, supports the Arabic OEM
7749 codepage used by Windows.
7750 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7751
7752 2000-06-23 Dave Love <fx@gnu.org>
7753
7754 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7755 (font-lock-fontify-anchored-keywords): Use
7756 line-beginning-position.
7757 (global-font-lock-mode): Use mapc.
7758
7759 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7760
7761 * eshell/esh-module.el: Require CL when compiling.
7762
7763 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7764
7765 * comint.el (comint-substitute-in-file-name): Call replace-match
7766 with second and third arg t.
7767
7768 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7769 Specify foreground color.
7770
7771 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7772 color.
7773
7774 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7775
7776 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7777 cddr instead of cdddr.
7778
7779 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7780 instead of copy-list.
7781
7782 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7783 of copy-list.
7784
7785 * subdirs.el: Add eshell subdirectory.
7786
7787 * eshell: New subdirectory containing the Eshell package.
7788
7789 * pcomplete.el: New file.
7790
7791 2000-06-23 Paul Eggert <eggert@twinsun.com>
7792
7793 * mail/mailpost.el (post-mail-send-it): Make sure file has
7794 proper permissions from birth.
7795
7796 * files.el (basic-save-buffer-2): When temporarily setting
7797 file modes, set them to current modes plus 0200, not to 0777.
7798
7799 * emerge.el (emerge-make-temp-file): Make sure file has proper
7800 permissions from birth.
7801
7802 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7803
7804 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7805 backup file name through convert-standard-filename.
7806
7807 * dos-fns.el (convert-standard-filename): Convert leading
7808 directories as well. When long file names are supported, convert
7809 characters that are invalid in Windows file names.
7810
7811 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7812
7813 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7814 ps-print crashes. New feature: page selection for printing. Create
7815 raw-text-unix coding system for XEmacs. Doc fix.
7816 (ps-print-version): New version number (5.2.3).
7817 (ps-plot-region): Bug fix.
7818 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7819 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7820 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7821 funs.
7822 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7823 (ps-last-page): New vars.
7824
7825 2000-06-21 Gerd Moellmann <gerd@gnu.org>
7826
7827 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7828 empty option string.
7829
7830 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7831
7832 * man.el (man): Doc fix.
7833
7834 2000-06-21 Kenichi Handa <handa@etl.go.jp>
7835
7836 * international/mule-cmds.el (set-language-info-alist): Docstring
7837 fixed.
7838
7839 2000-06-20 Gerd Moellmann <gerd@gnu.org>
7840
7841 * version.el (emacs-version): Use ISO date format.
7842
7843 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7844 instead of `M-backspace'.
7845
7846 * simple.el (turn-off-auto-fill): New function.
7847
7848 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7851 Renamed from with-buffer-prepared-for-font-lock and use
7852 inhibit-modification-hooks rather than setting *-change-functions.
7853 Update all functions to use the new name.
7854 (jit-lock-first-unfontify-pos): New semantics (and doc).
7855 (jit-lock-mode): Make non-interactive.
7856 Don't automatically turn on font-lock.
7857 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7858 Always use jit-lock-after-change.
7859 Remove and restore font-lock-after-change-function.
7860 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7861 (jit-lock-after-unfontify-buffer): Remove.
7862 (jit-lock-stealth-fontify):
7863 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7864 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7865
7866 2000-06-20 Sam Steingold <sds@gnu.org>
7867
7868 * emacs-lisp/cl-indent.el (toplevel): Indent
7869 `print-unreadable-object' properly. Untabify.
7870
7871 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7872
7873 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7874 Support for bibentry.
7875 (reftex-compile-variables): Fixed problem with end of section-re.
7876
7877 * texmodes/reftex-dcr.el (reftex-view-crossref,
7878 reftex-view-crossref-from-bibtex):
7879 Deal with changed `reftex-find-citation-regexp-format'.
7880 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7881 Replaced `remprop' with `put'.
7882 (reftex-view-crossref, reftex-view-crossref-when-idle):
7883 Support for bibentry.
7884
7885 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7886 New entry for bibentry package.
7887
7888 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7889 Regexp also matches "\nobibliography".
7890
7891 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7892 Call `reftex-ensure-write-access' before doing anything.
7893 (reftex-ensure-write-access): New function.
7894
7895 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7896
7897 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7898
7899 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7900
7901 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7902
7903 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7904
7905
7906 2000-06-20 Dave Love <fx@gnu.org>
7907
7908 * faces.el (frame-background-mode): Use set-default, not set, in
7909 setter.
7910 (frame-update-faces, frame-update-face-colors): Define with
7911 defalias.
7912
7913 * enriched.el (enriched-decode-foreground)
7914 (enriched-decode-background): Don't use internal-find-face.
7915
7916 * apropos.el: Doc fixes.
7917
7918 * cus-edit.el (customize-changed-options): Check arg.
7919 (customize-version-lessp): Don't require decimal point.
7920
7921 * custom.el (defcustom, defgroup): Doc fix.
7922
7923 * newcomment.el (comment) <defgroup>: Add :version.
7924 (comment-multi-line): Doc fix.
7925
7926 * emulation/mlsupport.el (define-hooked-local-abbrev,
7927 define-hooked-global-abbrev): Fix, using define-abbrev.
7928
7929 2000-06-19 Gerd Moellmann <gerd@gnu.org>
7930
7931 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7932 the whole buffer.
7933
7934 2000-06-19 Dave Love <fx@gnu.org>
7935
7936 * menu-bar.el (menu-bar-options-save): New function.
7937 (menu-bar-options-menu): Use it.
7938 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7939 Simplify.
7940
7941 2000-06-19 Andreas Schwab <schwab@suse.de>
7942
7943 * progmodes/etags.el (tags-query-replace): Put new parameters
7944 START and END at the end, for backward compatibility.
7945
7946 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7947
7948 * international/codepage.el:
7949 (cp-coding-system-for-codepage-1): Delete special codes for
7950 generating xxx-dos coding system because now a CCL based coding
7951 system can handle EOL conversion by default.
7952
7953 * international/mule.el (make-coding-system): Generate subsidiary
7954 coding systems for EOL handling variants even for a CCL based
7955 coding system.
7956
7957 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7958
7959 * international/isearch-x.el (isearch-minibuffer-input-method)
7960 (isearch-minibuffer-input-method-function): These variables
7961 deleted.
7962 (isearch-with-input-method): Don't use the above variables.
7963 (isearch-process-search-multibyte-characters): Likewise. Call
7964 read-string with the arg INHERIT-INPUT-METHOD t.
7965
7966 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7967
7968 * font-lock.el (font-lock-after-fontify-buffer)
7969 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7970
7971 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7972 Use consistent make-local-variable style for font-lock-fontified.
7973 (jit-lock-fontify-buffer):
7974 Don't bother checking for font-lock-mode and jit-lock-mode.
7975
7976 * time.el: Remove trailing ^M that prevent CVS-merging.
7977
7978 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7979
7980 * Makefile.in (distclean): New target.
7981
7982 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7983
7984 * Makefile.in (srcdir): Define for update-subdirs.
7985
7986 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7987
7988 * find-lisp.el: New file.
7989
7990 2000-06-16 Andrew Innes <andrewi@gnu.org>
7991
7992 * time.el (display-time-mail-function): New variable, to allow
7993 external packages to indicate when new mail is available.
7994 (display-time-update): Use it.
7995
7996 2000-06-16 Kenichi Handa <handa@etl.go.jp>
7997
7998 * international/mule.el (mule-version): Change version name to
7999 SAKAKI. AOI has already been used by Meadow.
8000
8001 * international/quail.el (quail-show-guidance-buf): To find the
8002 bottom window (but minibuffer), pay attention to the height of
8003 minibuffer.
8004
8005 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8006
8007 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8008 menu-bar menus. Add help strings. Don't remove the Edit menu
8009 from the menu bar, as the menu bar has enough space now.
8010
8011 * Makefile.in (SHELL): Make sure /bin/sh is used.
8012
8013 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8014 characters, which use series of two ^H characters instead of one.
8015
8016 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8017
8018 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8019 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8020 functions.
8021 (Info-find-node-2): Try a case-sensitive search first, then
8022 do a case-insensitive search.
8023
8024 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8025 tutorials.
8026
8027 * complete.el (PC-env-vars-alist): New variable.
8028 (PC-complete-as-file-name): New function.
8029 (partial-completion-mode): Initialize PC-env-vars-alist from
8030 process-environment.
8031 (PC-do-completion): Handle completion of env vars.
8032
8033 * info.el (Info-set-mode-line): Show file name in mode line,
8034 use `*Info*' instead of `Info:'.
8035
8036 * startup.el (command-line-1): Change copyright messages to year
8037 2000.
8038
8039 2000-06-15 Dave Love <fx@gnu.org>
8040
8041 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8042 not local-map.
8043
8044 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8045
8046 * international/mule.el (set-buffer-file-coding-system): Almost
8047 rewritten to handle `undecided' as no-op.
8048
8049 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8050
8051 * Makefile.in: New file.
8052
8053 * Makefile: Removed.
8054
8055 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8056 (goto-address-highlight-keymap): Bind C-c RET.
8057
8058 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8059
8060 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8061 inherits buffer-file-coding-system of the current buffer.
8062
8063 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8064 0. Give correct argument to set-auto-coding-function.
8065 (tar-expunge): For goto-char, use (point-min), not 0.
8066 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8067 (tar-subfile-save-buffer): Likewize.
8068
8069 * international/mule.el
8070 (after-insert-file-set-buffer-file-coding-system): Call
8071 set-buffer-file-coding-system with the arg FORCE t.
8072
8073 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8074
8075 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8076 nil. Contemporary sendmails issue an X-Authentication-Warning if
8077 the sender is set with `-f'.
8078
8079 2000-06-13 Dave Love <fx@gnu.org>
8080
8081 * help.el (describe-function-1): Kluge around cases of functions
8082 fset to subrs whose doc doesn't match their symbol-name.
8083
8084 * image.el (insert-image): Default STRING to a space.
8085
8086 * info.el Doc fixes.
8087 (Info-build-node-completions): Match Ref tags.
8088
8089 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8090
8091 * frame.el (display-multi-frame-p, display-multi-font-p): New
8092 defaliases for display-graphic-p.
8093
8094 * hl-line.el: Fixed a typo in commentary.
8095
8096 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8097
8098 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8099 fixed.
8100
8101 2000-06-12 Dave Love <fx@gnu.org>
8102
8103 * image.el (insert-image): Save a little consing.
8104
8105 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8106
8107 * language/tibet-util.el: Convert all tibetan-1-column characters
8108 to the corresponding tibetan characters.
8109 (tibetan-add-components): Delete code for the special treatment of
8110 'a chung.
8111
8112 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8113 change.
8114 (tibetan-vowel-transcription-alist): More rules added.
8115 (tibetan-composite-vowel-alist): New variable.
8116 (tibetan-precomposition-rule-alist): More rules added.
8117
8118 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8119
8120 * startup.el (command-line): Only call menu-bar-mode if interactive.
8121
8122 * thingatpt.el (toplevel symbol-properties):
8123 * textmodes/makeinfo.el (makeinfo-compile):
8124 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8125 * progmodes/hideif.el (hif-compress-define-list)
8126 (hide-ifdef-use-define-alist):
8127 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8128 (ange-ftp-vms-add-file-entry):
8129 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8130 * man.el (Man-build-man-command):
8131 * mail/rnewspost.el (news-reply-header-hook):
8132 * info.el (Info-insert-dir):
8133 * emulation/mlconvert.el (backward-word, forward-word, setq):
8134 * emacs-lisp/gulp.el (gulp-send-requests):
8135 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8136 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8137 (byte-optimize-apply, end of file):
8138 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8139 (ad-make-freeze-definition):
8140 * startup.el (command-line, command-line-1): Don't quote lambdas.
8141
8142 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8143 (cvs-cleanup-removed): New function.
8144 (cvs-cleanup-functions): New var.
8145 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8146 some flexibility in specifying additional entries to auto-cleanup.
8147 (cvs-quickdir): New function.
8148 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8149 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8150 (cvs-mode-find-file): Check that we are on a filename or dirname
8151 when invoked through a mouse-click.
8152 (cvs-full-path): Remove.
8153 (cvs-dired-action): Re-introduced.
8154 (cvs-dired-noselect): Use it.
8155 (vc-post-command-functions): use this new hook if available.
8156
8157 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8158 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8159 (cvs-filename-map, cvs-dirname-map): Remove.
8160 (cvs-default-action): Remove.
8161 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8162 if the arg is really a keymap.
8163 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8164 Don't hardcode the mapping from state (aka type) to face, but check
8165 the var cvs-fi-<type>-face instead.
8166 (cvs-fileinfo-from-entries): New function.
8167
8168 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8169 Docstring fix.
8170 (cvs-find-file-and-jump): Change default to be safer.
8171 (cvs-mode-diff-map): Define it as a function as well.
8172 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8173 Bind mouse-2 in this global map rather than with text-properties.
8174
8175 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8176 file to resolve the ambiguity between C(conflict) and C(need-merge).
8177
8178 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8179
8180 * international/mule.el (set-buffer-file-coding-system): If
8181 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8182 unconditionally.
8183
8184 2000-06-12 Dave Love <fx@gnu.org>
8185
8186 * wid-edit.el (widget-specify-button): Really suppress the face if
8187 required.
8188
8189 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8190
8191 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8192
8193 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8194
8195 * imenu.el (imenu-generic-expression): Docstring fix.
8196
8197 * composite.el (composition-function-table): Move the `put'
8198 below the autoload cookie so we can load the file before loaddefs.
8199
8200 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8201
8202 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8203 Handle easy-mmode-define-global-mode.
8204 For complex macros like define-minor-mode that can generate
8205 several autoload entries, try to autoload entries in the
8206 macroexpanded code.
8207
8208 * emacs-lisp/easy-mmode.el (define-minor-mode):
8209 If KEYMAP is a symbol, just use it.
8210 Use byte-compile-current-file and load-file-name to infer the
8211 proper :require to pass to defcustom.
8212 Wrap the hook var into `progn' so as not to autoload it.
8213 Add a :autoload-end cookie.
8214 Be more careful about the evaluation of KEYMAP.
8215 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8216 (define-derived-mode): Move define-abbrev-table outside of defvar.
8217
8218 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8219
8220 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8221 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8222 (backup-compiled-files): Ignore errors during `tar'.
8223 (bootstrap): Make autoloads before elc files.
8224
8225 2000-06-10 Kenichi Handa <handa@etl.go.jp>
8226
8227 * international/mule.el (set-buffer-file-coding-system): If one of
8228 undecided-XXX is specified, change only EOL conversion.
8229
8230 * international/mule-conf.el (unix): New alias for the coding
8231 system undecided-unix.
8232
8233 2000-06-09 Dave Love <fx@gnu.org>
8234
8235 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8236
8237 * progmodes/executable.el: Byte compile dynamic.
8238 (executable-insert): Change custom type.
8239 (executable-find): Add autoload cookie.
8240 (executable-make-buffer-file-executable-if-script-p): New
8241 function. After Noah Friedman.
8242
8243 * files.el (after-save-hook): Customize, with
8244 executable-make-buffer-file-executable-if-script-p as an option.
8245
8246 2000-06-09 Kenichi Handa <handa@etl.go.jp>
8247
8248 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8249 "tib24p-mule.bdf" for Tibetan.
8250
8251 * composite.el (decompose-composite-char): Declare it as obsolete.
8252
8253 * man.el (Man-fontify-manpage): Pay attention to underline and
8254 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8255
8256 2000-06-08 Gerd Moellmann <gerd@gnu.org>
8257
8258 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8259 Set maintainer to FSF since author isn't reachable.
8260
8261 2000-06-08 Dave Love <fx@gnu.org>
8262
8263 * international/mule-cmds.el (select-safe-coding-system): If
8264 DEFAULT-CODING-SYSTEM is not specified, also check the most
8265 preferred coding-system if buffer-file-coding-system is
8266 `undecided'. From Handa.
8267
8268 2000-06-08 Kenichi Handa <handa@etl.go.jp>
8269
8270 * international/mule.el
8271 (after-insert-file-set-buffer-file-coding-system): If the buffer
8272 size is greater than INSERTED, judget that we are not visiting.
8273
8274 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8275
8276 * whitespace.el (defgroup whitespace): Comment out `:version'.
8277 XEmacs 20.4 has problems defining the group with this present.
8278 We'll have this commented out till get resolve the problem.
8279
8280 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8281
8282 * align.el: Update from author.
8283
8284 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8285
8286 * apropos.el (apropos-mode-hook): New user variable.
8287 (apropos-mode): Run apropos-mode-hook.
8288
8289 2000-06-07 David Ponce <david@dponce.com>
8290
8291 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8292 commands. Require `wid-edit' at run-time.
8293
8294 2000-06-07 David Ponce <david@dponce.com>
8295
8296 * recentf.el: Added some "Commentary".
8297 (recentf-open-more-files, recentf-edit-list): Minor changes to
8298 move the point at the top of the file list. This behaviour is
8299 consistent with the menu one when the list contains a lot of
8300 files.
8301 (recentf-cleanup): Now displays the number of items removed from
8302 the list.
8303 (recentf-relative-filter) New menu filter to show filenames
8304 relative to `default-directory'.
8305
8306 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8307
8308 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8309 with/without giving an error if PostScript printer doesn't have this
8310 kind of page size. Zebra Stripe continues or restarts on next page.
8311 Manual/automatic paper feeding. Switch or not the header.
8312 (ps-print-version): New version number (5.2.2).
8313 (ps-windows-system): Include emx as a Windows system.
8314 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8315 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8316 (ps-background-text): Code fix.
8317 (ps-error-handler-message, ps-user-defined-prologue)
8318 (ps-print-prologue-header, ps-printer-name)
8319 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8320 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8321 (ps-use-face-background): Customization fix.
8322 (ps-n-up-database): Data fix.
8323 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8324 (ps-switch-header): New vars.
8325 (ps-xemacs-color-name, ps-face-foreground-name)
8326 (ps-face-background-name, ps-boolean-constant): New funs.
8327
8328 2000-06-07 Dave Love <fx@gnu.org>
8329
8330 * allout.el: New version from Manheimer.
8331
8332 2000-06-07 Kenichi Handa <handa@etl.go.jp>
8333
8334 * textmodes/fill.el (fill-find-break-point): Check the validity of
8335 charset.
8336
8337 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8338
8339 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8340 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8341 Call display-color-p and display-mouse-p instead of looking at
8342 window-system.
8343
8344 2000-06-06 Dave Love <fx@gnu.org>
8345
8346 * image.el (find-image): Doc fix. Return nil if image not found.
8347 (put-image, insert-image): Make STRING arg optional.
8348
8349 2000-06-06 Kenichi Handa <handa@etl.go.jp>
8350
8351 * language/vietnamese.el: Remove eval-when-compile.
8352 (viet-viscii-nonascii-translation-table): Define it as a
8353 translation table made from viet-viscii-decode-table.
8354 (viet-viscii-encode-table): Define it as a translation table made
8355 from the reverse map of above.
8356 (viet-vscii-nonascii-translation-table): Define it as a
8357 translation table made from viet-vscii-decode-table.
8358 (viet-vscii-encode-table): Define it as a translation table made
8359 from the reverse map of above.
8360 (ccl-decode-viscii): Use translate-character.
8361 (ccl-encode-viscii, ccl-encode-viscii-font)
8362 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8363 Likewize.
8364
8365 * language/cyrillic.el: Remove eval-when-compile.
8366 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8367 translation table made from cyrillic-koi8-r-decode-table.
8368 (cyrillic-koi8-r-encode-table): Define it as a translation table
8369 made from the reverse map of above.
8370 (ccl-decode-koi8): Use translate-character.
8371 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8372 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8373 a translation table made from cyrillic-alternativnyj-decode-table.
8374 (cyrillic-alternativnyj-encode-table): Define it as a translation
8375 table made from the reverse map of above.
8376 (ccl-decode-alternativnyj): Use translate-character.
8377 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8378 Likewize
8379
8380 * international/mule-diag.el (non-iso-charset-alist): Specify
8381 translation table symbol instead of translation table itself.
8382 (list-block-of-chars): CHARSET may be a translation table symbol.
8383
8384 * international/mule.el (make-coding-system): If CODING-SYSTEM
8385 already exists, override it.
8386
8387 * international/fontset.el: Use family `proportional' for Tibetan
8388 fonts.
8389
8390 * international/ccl.el (ccl-compile-translate-character): Don't
8391 check if Rrr has property translation-table.
8392 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8393
8394 2000-06-05 Gerd Moellmann <gerd@gnu.org>
8395
8396 * info.el: Bind case-fold-search to t when searching in case
8397 a user sets it to nil in a hook.
8398
8399 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8400
8401 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8402 * hl-line.el (hl-line-mode): Use the new :global key argument.
8403
8404 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8405 (tar-clip-time-string): Prepend a space.
8406 (tar-grind-file-mode): Construct a string rather than modifying one.
8407 (tar-header-block-summarize): Fix docstring.
8408 Use `format' rather than an error-prone set of copy-loops.
8409
8410 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8411 (diff-goto-source, diff-unified->context, diff-context->unified)
8412 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8413 understand the format output by the `-p' argument to diff.
8414
8415 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8416 (sh-re-done): Use defconst.
8417 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8418 (sh-help-string-for-variable, sh-guess-basic-offset):
8419 Don't quote lambdas.
8420 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8421 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8422
8423 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8424 (mh-letter-mode): Derive from text-mode.
8425 This implicitly means that it now calls kill-all-local-variables.
8426 Also remove the Emacs-18 compatibility code.
8427
8428 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8429 Make use of symbol-property doc-string-elt.
8430 Use memq rather than a sequence of eq.
8431 (doc-string-elt): Fix the wrong or missing previously unused values.
8432 (autoload-print-form): New function extracted from
8433 generate-file-autoloads to allow recursion when handling progn
8434 so that defvar's and defun's docstrings are properly printed.
8435 (generate-file-autoloads): Use it.
8436
8437 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8438 Use find-file-hooks in the minor-mode function.
8439 Be careful not to loop indefinitely in the post-command-hook function.
8440
8441 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8442
8443 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8444 tty's.
8445 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8446 differences whenever appropriate.
8447 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8448 * viper.el (find-file, find-file-other-window): Get viper to do
8449 wildcards.
8450
8451 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8452
8453 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8454 (jit-lock-fontify-buffer): New function for JIT refontification.
8455 (jit-lock-mode): Fix docstring.
8456 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8457 Remove jit-lock-after-change from the _local_ hook.
8458 (jit-lock-function-1): Fix docstring.
8459
8460 * info.el (Info-on-current-buffer): Initialize info.
8461
8462 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8463
8464 * progmodes/tcl.el (tcl-indent-for-comment):
8465 Ignore comment-indent-hook.
8466
8467 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8468 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8469 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8470 and improve to use the lighter to guess the capitalization.
8471 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8472 Add keyword arguments to specify global-ness or the custom group.
8473 Add local-map and help-echo properties to the lighter.
8474 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8475 (easy-mmode-define-global-mode): New macro.
8476
8477 2000-06-02 Dave Love <fx@gnu.org>
8478
8479 * wid-edit.el: byte-compile-dynamic since we typically don't use
8480 all the widgets. Don't require cl or widget. Remove
8481 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8482 (widget-read-event): Removed. Callers changed to use read-event.
8483 (widget-button-release-event-p): Renamed from
8484 button-release-event-p.
8485 (widget-field-add-space, widget-field-use-before-change):
8486 Uncustomize.
8487 (widget-specify-field): Use keymap property, not local-map.
8488 (widget-specify-button): Obey :suppress-face.
8489 (widget-specify-insert): Use modern backquote syntax.
8490 (widget-image-directory): Renamed from widget-glyph-directory.
8491 (widget-image-enable): Renamed from widget-glyph-enable.
8492 (widget-image-find): Replaces widget-glyph-find.
8493 (widget-button-pressed-face): Move defvar.
8494 (widget-image-insert): Replaces widget-glyph-insert.
8495 (widget-convert): Use keywordp.
8496 (widget-leave-text, widget-children-value-delete): Use mapc.
8497 (widget-keymap): Remove XEmacs stuff.
8498 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8499 (widget-button-click): Don't set point at the click, but re-centre
8500 if we scroll out of window. Rewritten for images v. glyphs &c.
8501 (widget-tabable-at): Use POS arg, not point.
8502 (widget-beginning-of-line, widget-end-of-line)
8503 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8504 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8505 (widget-default-create): Use widget-image-insert; some rewriting.
8506 (widget-visibility-value-create)
8507 (widget-push-button-value-create, widget-toggle-value-create): Use
8508 widget-image-insert.
8509 (checkbox): Create on and off images dynamically.
8510 (documentation-link): Change :help-echo.
8511 (widget-documentation-link-echo-help): Remove.
8512
8513 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8514
8515 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8516
8517 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8518 (easy-mmode-define-toggle, define-minor-mode): Use it.
8519 (easy-mmode-define-keymap): Docstring fix.
8520 (define-derived-mode): Default PARENT to fundamental-mode.
8521 Add the derived-mode-parent symbol-property.
8522 (easy-mmode-derived-mode-p): New function.
8523
8524 2000-06-02 Dave Love <fx@gnu.org>
8525
8526 * files.el (convert-standard-filename): Doc fix.
8527 (normal-backup-enable-predicate): New function.
8528 (backup-enable-predicate): Use it to replace the lambda form.
8529
8530 * calendar/todo-mode.el: [This needs more work on the outline
8531 stuff.] Doc fixes.
8532 (todo) <defgroup>: Add :version.
8533 (todo-add-category): Don't use pushnew.
8534 (todo-cmd-raise): Fix typo.
8535 (todo-top-priorities): Change temp buffer name.
8536 (todo-category-alist): Avoid redundant lambda.
8537 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8538 Use outline-next-heading.
8539
8540 * autoarg.el: Rewritten to use define-minor-mode.
8541 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8542 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8543
8544 2000-06-02 Kenichi Handa <handa@etl.go.jp>
8545
8546 * isearch.el (isearch-other-meta-char): Fix previous change.
8547
8548 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8549
8550 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8551 (log-edit-done): Only add the comment to the ring if it's different
8552 from the last comment entered.
8553
8554 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8555
8556 2000-06-01 Dave Love <fx@gnu.org>
8557
8558 * hl-line.el: Rewritten using define-minor-mode.
8559
8560 * help.el (describe-function-1): Distinguish special form from
8561 builtin function. Sanity-check presence of arglist for builtins.
8562
8563 2000-06-01 Kenichi Handa <handa@etl.go.jp>
8564
8565 * international/characters.el: Fix syntax/category setting of
8566 Tibetan characters.
8567
8568 * language/tibet-util.el (tibetan-add-components): Fixes for new
8569 encoding of Tibetan characters.
8570 (tibetan-decompose-precomposition-alist): New variable.
8571 (tibetan-decompose-region): Convert precomposed characters to
8572 non-precomposed characters.
8573 (tibetan-decompose-string): Likewise.
8574 (tibetan-composition-function): Fix args to
8575 thibetan-compose-string.
8576
8577 * language/tibetan.el (tibetan-composable-pattern): More
8578 characters included.
8579 (tibetan-consonant-transcription-alist): Rule for "R" added.
8580 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8581 "+R" added.
8582 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8583
8584 * language/lao-util.el (lao-composition-function): Fix args to
8585 compose-string.
8586
8587 * language/thai-util.el (thai-composition-function): Fix args to
8588 compose-string.
8589
8590 * isearch.el (isearch-update): Set disable-point-adjustment to t
8591 to prevent the point moving to the end of a composition when a
8592 part of a composition is searched.
8593 (isearch-other-meta-char): If the key invoking this command can be
8594 mapped by function-key-map to a printing char, call
8595 isearch-process-search-char directly.
8596
8597 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8598
8599 * emacs-lisp/bytecomp.el:
8600 * frame.el:
8601 * international/mule-cmds.el:
8602 * international/mule-util.el:
8603 * international/mule.el:
8604 * mouse.el:
8605 * subr.el:
8606 * faces.el: Update calls to make-obsolete with a WHEN argument.
8607
8608 * byte-run.el (make-obsolete, make-obsolete-variable):
8609 Add an optional WHEN argument and change the format of the
8610 symbol-property information.
8611 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8612 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8613 new obsolete-symbol-property format and print WHEN if it is provided.
8614
8615 2000-05-31 Dave Love <fx@gnu.org>
8616
8617 * loadhist.el (loadhist-hook-functions): Remove
8618 before-change-function, after-change-function.
8619 (unload-feature): Deal with symbols which are both bound and
8620 fbound.
8621
8622 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8623 before-change-function, after-change-function.
8624
8625 * simple.el (newline): Don't bind before-change-function,
8626 after-change-function.
8627
8628 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8629
8630 * whitespace.el (whitespace-rescan-timer-time): Update interval
8631 set to 600 seconds (10 minutes) instead of 60 seconds since
8632 a large number of whitespace buffers causes emacs to `freeze'
8633 for a considerable amount of time.
8634
8635 * whitespace.el: Updated email address
8636
8637 2000-05-31 Dave Love <fx@gnu.org>
8638
8639 * add-log.el (change-log-font-lock-keywords) <function>: Add
8640 pattern for function of change.
8641 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8642 acknowledgements patterns.
8643
8644 2000-05-31 Kenichi Handa <handa@etl.go.jp>
8645
8646 * isearch.el (isearch-printing-char): If keyboard coding system is
8647 being used, call isearch-process-search-multibyte-characters.
8648
8649 * international/isearch-x.el: Mostly rewritten.
8650
8651 * international/quail.el (quail-start-conversion): Don't include
8652 unhandled events in the returned events, but set them in
8653 unread-command-events. Exit if all inputs are deleted.
8654
8655 2000-05-30 Jason Rumney <jasonr@gnu.org>
8656
8657 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8658
8659 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8660 Reenable code to create initial fontsets.
8661 Use set-fontset-font in place of put-charset-property.
8662
8663 2000-05-30 Gerd Moellmann <gerd@gnu.org>
8664
8665 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8666 label, ensure that the first colon isn't followed by another.
8667
8668 * paths.el (Info-default-directory-list): Doc fix.
8669
8670 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8671 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8672 send a query containing USER only, not USER@HOST.
8673
8674 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8675 and rmail-msgend to compute the restriction at the end, instead of
8676 computing it.
8677
8678 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8679
8680 * dabbrev.el (dabbrev-expand): Don't display messages in the
8681 echo area if the minibuffer window is active.
8682
8683 * jit-lock.el (jit-lock-mode): Add after change function to
8684 local hook.
8685
8686 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8687
8688 * antlr-mode.el: New commands: hide/unhide actions,
8689 upcase/downcase literals.
8690 (antlr-tiny-action-length): New user option.
8691 (antlr-hide-actions): New command. Suggested by
8692 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8693 (antlr-mode-map): New binding [C-c C-v].
8694 (antlr-mode-menu): New entries.
8695 (antlr-downcase-literals): New command.
8696 (antlr-upcase-literals): Ditto.
8697
8698 * antlr-mode.el: Minor changes: indendation, mode-name.
8699 (antlr-indent-line): Indent cpp directive at column 0.
8700 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8701
8702 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8703 (antlr-font-lock-additional-keywords): Workaround for intentional
8704 bug in XEmacs version of font-lock.
8705 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8706 be used by a smarter version of `buffers-menu-grouping-function'.
8707
8708 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8709
8710 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8711 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8712
8713 2000-05-29 Kenichi Handa <handa@etl.go.jp>
8714
8715 * international/encoded-kb.el
8716 (encoded-kbd-iso2022-designation-map): Pay attention to that
8717 charset-iso-final-char return -1 for eight-bit-control and
8718 eight-bit-graphic.
8719
8720 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8721
8722 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8723 (speedbar-easymenu-definition-base): Use display-graphic-p where
8724 available, instead of window-system.
8725
8726 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8727
8728 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8729 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8730 coding systems.
8731
8732 2000-05-26 Dave Love <fx@gnu.org>
8733
8734 * disp-table.el (standard-display-underline): Don't use
8735 internal-find-face.
8736
8737 * mail/reporter.el: Maintainer change. Doc fixes.
8738 (reporter-version): Deleted.
8739
8740 * emacs-lisp/elp.el: Maintainer change.
8741 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8742
8743 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8744
8745 * add-log.el (add-change-log-entry): Merge the current entry with the
8746 previous one if the previous one is empty.
8747
8748 2000-05-26 Dave Love <fx@gnu.org>
8749
8750 * loadhist.el (unload-feature): Fix interactive spec [from
8751 lijnzaad@ebi.ac.uk].
8752
8753 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8754 subr-arity to check primitives.
8755 (byte-compile-flush-pending, byte-compile-file-form-progn)
8756 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8757 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8758 mapcar.
8759
8760 2000-05-26 Kenichi Handa <handa@etl.go.jp>
8761
8762 * international/fontset.el: Set family names of non-latin charsets
8763 in default fontset to "*".
8764
8765 * international/mule-diag.el (print-fontset): Combine family part
8766 and registry part of the fontname by "-*-" instead of "-".
8767
8768 * international/mule-cmds.el (encode-coding-char): Make strings
8769 multibyte before calling encode-coding-string.
8770
8771 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8772
8773 * derived.el: Fix keywords.
8774 (define-derived-mode): Only define if needed.
8775
8776 * simple.el (fill-comment, comment-column, comment-start)
8777 (comment-start-skip, comment-end, comment-indent-function)
8778 (block-comment-start, block-comment-end, indent-for-comment)
8779 (set-comment-column, kill-comment, comment-padding, comment-region)
8780 (comment-multi-line, indent-new-comment-line): Remove.
8781
8782 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8783 function names for comment operations.
8784
8785 * newcomment.el: Add abundant autoload cookies.
8786 (comment-style): Don't depend on runtime data at compile-time.
8787 (comment-indent-hook): Remove.
8788 (comment-indent): Check if comment-indent-hook is bound.
8789 (comment-region): Docstring fix.
8790
8791 2000-05-25 Dave Love <fx@gnu.org>
8792
8793 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8794 byte-code-function-p.
8795
8796 * mail/rmailsum.el: Add provide.
8797
8798 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8799
8800 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8801 defcustom.
8802
8803 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8804
8805 * ediff-diff.el (ediff-exec-process): delete --binary option from
8806 non-buffer ediff jobs.
8807
8808 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * hilit-chg.el (highlight-changes-mode): Ask about color or
8811 grayscale support, not about window-system.
8812
8813 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8814 window-system.
8815 (ffap-highlight): Always default to t.
8816
8817 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8818 display-popup-menus-p instead of looking at window-system.
8819
8820 * disp-table.el (standard-display-g1, standard-display-graphic):
8821 Only refuse to use string glyphs on X and MS-Windows.
8822
8823 * avoid.el: Remove window-system from commentary, suggest to use
8824 display-*-p instead.
8825
8826 * apropos.el (apropos-print): Use display-mouse-p instead of
8827 window-system.
8828
8829 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * international/codepage.el (cp-decoding-vector-for-codepage):
8832 Fill up unsupported characters with their own codes. From Kenichi
8833 Handa.
8834
8835 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8836
8837 * international/mule-diag.el (describe-char-after): Use
8838 display-graphic-p instead of window-system, so that this function
8839 works on MS-DOS.
8840
8841 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8842
8843 * international/codepage.el (cp-make-coding-systems-for-codepage):
8844 Remove the eight-bit-graphic and eight-bit-control charsets from
8845 the list of charsets which we convert into `?'.
8846
8847 2000-05-25 Kenichi Handa <handa@etl.go.jp>
8848
8849 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8850 private charsets.
8851 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8852 japanese-jisx0213-2): New charsets.
8853
8854 * international/fontset.el: Setup default fontset for new charsets.
8855
8856 2000-05-24 Dave Love <fx@gnu.org>
8857
8858 * info.el (Info-find-node-2): Restructure [following "Vadim
8859 S. Solomin" <sovs@uic.nnov.ru>].
8860
8861 * icomplete.el: Fix header for Finder.
8862
8863 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8864
8865 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8866 STAY.
8867
8868 * rmail.el (rmail-automatic-folder-directives): New user variable.
8869 (rmail-show-message): Add call to `rmail-auto-file' during
8870 display.
8871 (rmail-auto-file): New function.
8872
8873 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8874
8875 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8876 account.
8877 (ediff-test-utility,ediff-diff-mandatory-option)
8878 (ediff-reset-diff-options): Utilities for proper initialization of
8879 ediff-diff-options and ediff-diff3-options on Windows.
8880
8881 * ediff-init.el (ediff-merge-filename-prefix): New customizable
8882 variable.
8883
8884 * ediff-mult.el (ediff-filegroup-action): Use
8885 ediff-merge-filename-prefix.
8886
8887 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8888
8889 * viper-ex.el (ex-write): Set selective display to nil.
8890
8891 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8892
8893 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8894 aliases for hebrew-iso-8bit.
8895
8896 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8897
8898 * woman.el: New version from Francis J. Wright
8899 <F.J.Wright@Maths.QMW.ac.uk>.
8900 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8901 names in environment variables regardless of the path separator.
8902 (woman-topic-all-completions-1): Don't call file-name-directory-p
8903 on all files, since woman-file-regexp already filters out any
8904 directories.
8905
8906 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8907
8908 * international/quail.el (quail-start-translation): Don't change
8909 modified-p of the current buffer.
8910 (quail-start-conversion): Likewise.
8911
8912 * international/kkc.el (kkc-region): Don't change modified-p of
8913 the current buffer.
8914
8915 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8916 conform to RFC1468.
8917 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8918
8919 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8920
8921 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8922 (speedbar-insert-button): Invisible text property fix.
8923 (speedbar-directory-plus): Renamed from speedbar-directory-+
8924 (speedbar-directory-minus): Renamed from speedbar-directory--
8925 (speedbar-page-plus): Renamed from speedbar-file-+
8926 (speedbar-page-minus): Renamed from speedbar-file--
8927 (speedbar-page): Renamed from speedbar-file-
8928 (speedbar-tag): Renamed from speedbar-tag-
8929 (speedbar-tag-plus): Renamed from speedbar-tag-+
8930 (speedbar-tag-minus): Renamed from speedbar-tag--
8931 (speedbar-expand-image-button-alist): Use above renames.
8932
8933 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8934 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8935 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8936 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8937 * sb-pg.xpm: Renamed from sb-file.xpm
8938 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8939 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8940
8941 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8942
8943 * international/quail.el (quail-show-guidance-buf): Set
8944 current-input-method of the guidance buffer to the name of the
8945 curren input method.
8946
8947 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8948
8949 * progmodes/compile.el (compile-internal): Style typo.
8950
8951 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8952 quote vars and functions in the docstring.
8953
8954 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8955
8956 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8957 Don't quote lambdas.
8958
8959 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8960
8961 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8962
8963 * startup.el (command-line): Determine source file of compiled
8964 user init file differently. Warn if compiled user init file
8965 is older than its source file.
8966
8967 * ffap.el (ffap-url-regexp): Add `https'.
8968
8969 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8970
8971 * files.el (make-backup-file-name-1): Replace slashes with `!'
8972 rather than `|' (which is not allowed on Windows). Replace the
8973 drive letters with a string "drive_X".
8974
8975 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8976
8977 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8978
8979 * files.el (interpreter-mode-alist): Add `bash2'.
8980
8981 2000-05-22 Dave Love <fx@gnu.org>
8982
8983 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8984 mapc.
8985 (feature-file): Avoid calling symbol-name. Doc fix.
8986 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8987 (loadhist-hook-functions): Add mouse-position-function.
8988 (unload-feature): Change uses of mapcar.
8989
8990 * files.el (parse-colon-path): Doc fix.
8991 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8992 (set-auto-mode): Use mapc.
8993
8994 * complete.el (PC-look-for-include-file): Use :alnum: character
8995 class.
8996 (partial-completion-mode): Add autoload cookie.
8997
8998 2000-05-22 Sam Steingold <sds@gnu.org>
8999
9000 * info.el (Info-fontify-node): Fixed the call to
9001 `add-text-properties' (bug introduced on 2000-05-18).
9002
9003 2000-05-22 Dave Love <fx@gnu.org>
9004
9005 * bindings.el: Remove debug-ignored-errors set in other files.
9006
9007 * progmodes/etags.el: Add to debug-ignored-errors.
9008 (visit-tags-table-buffer): Clear out buffers holding old tables
9009 when making a new list.
9010 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9011 mapc.
9012
9013 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9014 quote keywords.
9015 (cmpl-string-case-type): Use character classes.
9016
9017 * comint.el:
9018 * textmodes/ispell.el:
9019 * imenu.el:
9020 * mail/mh-e.el:
9021 * progmodes/compile.el: Add to debug-ignored-errors.
9022
9023 * dabbrev.el: Add to debug-ignored-errors.
9024 (dabbrev-completion): Use mapc.
9025
9026 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9029 (woman-mapcan, woman-parse-man.conf)
9030 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9031 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9032 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9033 path syntax better.
9034 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9035 (woman-manpath): Call woman-parse-man.conf.
9036 (woman-emulation): New defcustom, defaults to nroff.
9037 (woman-font-support): New defconst.
9038 (woman-use-symbol-font): New defcustom.
9039 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9040 "Emulation".
9041 Many functions: Doc fix.
9042
9043 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9044
9045 * international/quail.el (quail-simple-translation-keymap): Map
9046 128..255 to quail-self-insert-command.
9047 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9048
9049 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9050
9051 * help.el (help-manyarg-func-alist): Typo.
9052
9053 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9054 intervals which makes it heaps simpler.
9055
9056 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9057 the nested comment markers.
9058
9059 * subr.el (remove-hook): Don't turn the hook's value into a list.
9060
9061 2000-05-21 Dave Love <fx@gnu.org>
9062
9063 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9064 are invalid characters.
9065
9066 * international/mule-util.el (detect-coding-with-priority): Use
9067 mapc. Remove redundant lambda.
9068
9069 * international/mule-diag.el (list-non-iso-charset-chars)
9070 (describe-fontset): Remove redundant lambda.
9071
9072 * emulation/crisp.el (brief-mode): New alias.
9073
9074 * emacs-lisp/ring.el (ring-elements): New function.
9075
9076 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9077 (easy-menu-do-add-item): Use keywordp.
9078
9079 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9080
9081 * replace.el: Doc and error message fixes.
9082 (replace-highlight): Use facep, not internal-find-face.
9083
9084 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9085
9086 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9087
9088 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9089 (log-edit-insert-changelog): Drop `:' as well.
9090
9091 * log-view.el: Fix file description.
9092 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9093 available.
9094 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9095 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9096
9097 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9098 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9099 Print a status message if the toggle is called interactively.
9100 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9101 for global minor modes and use `defcustom' for them.
9102 Use add-minor-mode.
9103 (easy-mmode-define-derived-mode): Remove.
9104 (define-derived-mode): Fancier default docstring.
9105 (easy-mmode-define-navigation): Signal an error rather than (ding).
9106
9107 * newcomment.el (comment-styles): New `box-multi'.
9108 (comment-normalize-vars): Better default for comment-continue to
9109 avoid whitespace-only continuations.
9110 (comment-search-forward): Always move even in the no-syntax case.
9111 (comment-padright): Only obey N if it's only obeyed for padleft.
9112 (comment-make-extra-lines): Better handling of empty continuations.
9113 Use `=' for the filler if comment-start has only one character.
9114 (uncomment-region): Try handling the special `=' filler.
9115 (comment-region): Allow LINES even if MULTI is nil.
9116 (comment-box): Choose box style based on comment-style.
9117
9118 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9119
9120 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9121 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9122
9123 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9124
9125 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9126 and insert, not subst-char-in-region.
9127
9128 * international/mule-diag.el (list-character-sets-1): Handle
9129 charsets eight-bit-control and eight-bit-graphic.
9130 (list-iso-charset-chars): Likewise.
9131 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9132 charactes as is. Use indent-to to align characters.
9133
9134 * international/mule-cmds.el (find-multibyte-characters): Never
9135 exclude charsets eight-bit-control and eight-bit-graphic.
9136
9137 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9138
9139 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9140 Don't quote lambdas.
9141
9142 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9143
9144 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9145
9146 * gud.el (gud-jdb-directories): Doc fix.
9147
9148 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9149
9150 * newcomment.el: New file.
9151
9152 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9153
9154 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9155
9156 2000-05-18 Andreas Schwab <schwab@suse.de>
9157
9158 * dired.el (dired-between-files): Also skip lines beginning with
9159 `used'.
9160
9161 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9162
9163 * msb.el (msb-menu-cond): Add choice `user'.
9164
9165 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9166
9167 * ps-print.el: Compatibility, customization and doc fix.
9168 (ps-printer-name-option): Replace defconst by defvar.
9169 (ps-postscript-code-directory): XEmacs compatibility.
9170 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9171 fix.
9172 (ps-user-defined-prologue, ps-print-prologue-header)
9173 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9174 compatibility and code fix.
9175 (ps-print-background-image, ps-print-background-text):
9176 Customization fix.
9177 (ps-line-number-start, ps-n-up-on): New vars.
9178
9179 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9180
9181 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9182 the indent-comment function to just return the appropriate indent.
9183
9184 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9185
9186 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9187 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9188 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9189
9190 2000-05-18 Dave Love <fx@gnu.org>
9191
9192 * info.el (Info-fontify-node): Add intangible property as well as
9193 invisible.
9194
9195 * calendar/appt.el (appt-make-list): Match all lines of entry.
9196 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9197
9198 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9199
9200 * international/mule-diag.el (describe-char-after): Call
9201 internal-char-font, not char-font. If internal-char-font returns
9202 nil, display "-- none --".
9203
9204 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9205
9206 * image.el (image-type-available-p): Don't reference image-types
9207 if it isn't bound.
9208
9209 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9210
9211 * autoarg.el (autoarg-mode): Typo in the :set argument.
9212
9213 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9214
9215 * startup.el (command-line-1): Don't signal an error if the
9216 directory for auto-save-list files does not yet exist.
9217
9218 2000-05-17 Kenichi Handa <handa@etl.go.jp>
9219
9220 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9221
9222 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9223
9224 * subr.el (remove-hook): `setq' hook-value, not `set'.
9225
9226 2000-05-16 Sam Steingold <sds@gnu.org>
9227
9228 * info.el (debug-ignored-errors): More errors to ignore.
9229
9230 2000-05-16 Dave Love <fx@gnu.org>
9231
9232 * cus-edit.el: Don't require cl or easymenu.
9233 (custom-variable-prompt): Test standard-value property, not
9234 user-variable-p.
9235
9236 2000-05-16 Sam Steingold <sds@gnu.org>
9237
9238 * subr.el (add-hook): `setq' hook-value, not `set'.
9239
9240 2000-05-16 Gerd Moellmann <gerd@gnu.org>
9241
9242 * startup.el (command-line-1): Mention the FAQ in the startup
9243 message.
9244
9245 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9246
9247 * progmodes/compile.el (compilation-parse-errors): Collect
9248 `nomessage' regexps last.
9249
9250 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9251
9252 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9253 to the function name.
9254
9255 2000-05-15 Dave Love <fx@gnu.org>
9256
9257 * speedbar.el (speedbar-recenter): Typo.
9258 (speedbar-expand-line): Make arg optional.
9259 (speedbar-mode): Avoid a compiler warning.
9260
9261 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9262
9263 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9264 user-specified option string is empty.
9265
9266 * mouse.el (mouse-yank-at-click): Doc fix.
9267
9268 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9269
9270 * term/internal.el (IT-character-translations): More updates of
9271 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9272 documents.
9273
9274 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9275
9276 * env.el (getenv): New function, interactively callable.
9277 (setenv, getenv): Remove autoload cookies.
9278
9279 * loadup.el: Load `env'.
9280
9281 * progmodes/f90.el: Change author's mail address.
9282
9283 2000-05-14 Dave Love <fx@gnu.org>
9284
9285 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9286 goto-addr as an option.
9287
9288 * help.el (help-xref-stack): Doc fix.
9289 (help-xref-following): New variable.
9290 (help-make-xrefs): Use it.
9291 (help-xref-go-back): Use position information from stack element.
9292 (help-follow): Make position in stack element a pair. Use
9293 help-xref-following.
9294
9295 * autoarg.el: New file.
9296
9297 * faces.el: Declare more functions obsolete.
9298
9299 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9300 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9301 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9302 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9303 Remove all the setup-...-environment functions.
9304
9305 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9306
9307 * speedbar.el: Updated the commentary section. xemacs20p now uses
9308 >= when detecting. Require `defimage' safely.
9309 (speedbar-easymenu-definition-base): Add toggle for images.
9310 (speedbar-easymenu-definition-special): Add flush cache & expand.
9311 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9312 (speedbar-reconfigure-keymaps-hook): New variable.
9313 (speedbar-frame-parameters): Updated documentation.
9314 (speedbar-use-imenu-flag): Updated custom tag
9315 (speedbar-dynamic-tags-function-list): New variable.
9316 (speedbar-tag-hierarchy-method): Updated doc & custom.
9317 (speedbar-indentation-width, speedbar-indentation-width) New
9318 variables.
9319 (speedbar-hide-button-brackets-flag): Customizable.
9320 (speedbar-vc-indicator): Doc update.
9321 (speedbar-ignored-path-expressions): Updated default value.
9322 (speedbar-supported-extension-expressions): Updated default value.
9323 (speedbar-syntax-table): Remove {} paren status.
9324 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9325 as "+". Added overlay aliases.
9326 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9327 `force-mode-line-update'.
9328 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9329 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9330 `mouse-set-point'
9331 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9332 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9333 of arbitrary text, and new helper functions.
9334 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9335 filename finder.
9336 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9337 (speedbar-directory-buttons): Update path search/expansion.
9338 (speedbar-make-tag-line): Pay attention to
9339 `speedbar-indentation-width'. Use more care w/ invisible
9340 properties.
9341 (speedbar-change-expand-button-char): Call
9342 `speedbar-insert-image-button-maybe'.
9343 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9344 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9345 (speedbar-trim-words-tag-hierarchy)
9346 (speedbar-simple-group-tag-hierarchy): New functions
9347 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9348 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9349 functions.
9350 (speedbar-mouse-set-point): New function
9351 (speedbar-power-click): Updated documentation.
9352 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9353 of tag prefix text.
9354 (speedbar-expand-line, speedbar-contract-line): Make more robust
9355 to strange text.
9356 (speedbar-expand-line): Takes universal argument to flush the
9357 cache.
9358 (speedbar-flush-expand-line): New function.
9359 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9360 Use new generator insertion method.
9361 (speedbar-fetch-dynamic-tags): New function.
9362 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9363 `speedbar-fetch-dynamic-imenu'.
9364 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9365 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9366 "Revert Buffer" menu items.
9367 (speedbar-buffer-buttons-engine): Be smarter when creating a
9368 filename tag (for expansion purposes.).
9369 (speedbar-highlight-one-tag-line,
9370 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9371 (speedbar-recenter): New functions.
9372 (defimage-speedbar): Image loading abstraction.
9373 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9374 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9375 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9376 (speedbar-tag-type, speedbar-tag-mail): New images.
9377 (speedbar-expand-image-button-alist): New variable.
9378 (speedbar-insert-image-button-maybe): Insert an image over some
9379 buttons.
9380
9381 2000-05-13 Kenichi Handa <handa@etl.go.jp>
9382
9383 * international/mule-cmds.el (encode-coding-char): An ASCII
9384 character is always encodable.
9385
9386 * international/mule-conf.el: Add more information in descriptions
9387 of character sets.
9388
9389 * international/mule-diag.el (describe-char-after): New function.
9390 (describe-font-internal): Adjusted for the change of font-info.
9391 (describe-font): Likewise.
9392 (print-fontset): Rewritten for the new fontset implementation.
9393 (describe-fontset): Include fontset alias names in completion.
9394 (list-fontsets): Adjusted for the change of print-fontset.
9395
9396 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9397 describe-char-after instead of displaying the detail in the echo
9398 area.
9399 (syntax-code-table): Format changed.
9400 (string-to-syntax): Adjusted for the above change.
9401
9402 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9403
9404 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9405
9406 2000-05-12 Dave Love <fx@gnu.org>
9407
9408 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9409 dependence. Use line-{beginning,end}-position, not
9410 point-at{b,e}ol. Some doc fixes.
9411 (todo-position): New function. Fix callers of position to use it.
9412 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9413
9414 2000-05-12 Gerd Moellmann <gerd@gnu.org>
9415
9416 * time.el (display-time-mail-icon): Use `:ascent center'.
9417
9418 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9419 handling FTP security extensions.
9420
9421 2000-05-11 Dave Love <fx@gnu.org>
9422
9423 * calendar/todo-mode.el: New file.
9424
9425 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9426
9427 * comint.el (comint-read-input-ring): Move reference to
9428 comint-input-ring-size outside of the save-excursion. It was
9429 causing the default value to be the only one ever seen.
9430
9431 * font-lock.el: Update copyright. Remove Simon Marshall's email
9432 address on request from him.
9433
9434 * subr.el (substitute-key-definition): Add comment describing
9435 the meaning of PREFIX.
9436
9437 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9438
9439 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9440
9441 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9442 (add-minor-mode): Don't make the variable buffer-local and add a
9443 reference to define-minor-mode in the docstring.
9444
9445 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9446 HEADER/FOOTER and fix bug with trailing empty directory.
9447 (cvs-append-to-ignore): Use vc-editable-p if available.
9448 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9449 (vc-do-command): Tweak advice to handle the new VC.
9450
9451 * log-view.el (log-view-goto-rev): New function for the new VC.
9452 (log-view-minor-wrap): Use mark-active.
9453
9454 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9455 (log-edit-changelog-full-paragraphs): New var.
9456 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9457 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9458 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9459 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9460 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9461 Replace the `cvs' prefix with `log-edit'.
9462
9463 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9464
9465 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9466 (diff-font-lock-defaults): Explicitly turn off multiline.
9467 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9468 (diff-ediff-patch): Fix call to ediff-patch-file.
9469 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9470 Handle comments.
9471
9472 * frame.el (automatic-hscrolling): Typo.
9473
9474 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9475
9476 2000-05-09 Sam Steingold <sds@goems.com>
9477
9478 * apropos.el (apropos-print): use `describe-face' instead of
9479 `customize-face-other-window'.
9480
9481 2000-05-09 Dave Love <fx@gnu.org>
9482
9483 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9484
9485 * help.el (describe-variable): Have customize button pop the
9486 help-xref stack when invoked.
9487 (help-xref-symbol-regexp): Add `face'.
9488 (help-make-xrefs): Check for quoted face names and adapt regexp
9489 submatch numbers to cope.
9490 (help-xref-interned): Maybe insert face doc too. Separate
9491 sections with a line of hyphens.
9492
9493 * faces.el: Some doc fixes. Declare some functions obsolete.
9494 (describe-face): Add customize button. Return the help
9495 text. Fix prompt.
9496
9497 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9498
9499 * term/internal.el (IT-character-translations): Fix last change.
9500
9501 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9502
9503 * woman.el: New file
9504 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9505
9506 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * term/internal.el (IT-character-translations): Update ASCII
9509 simulations for greek-iso8859-7, add latin-iso8859-14 and
9510 latin-iso8859-15.
9511
9512 * international/mule-cmds.el (set-language-info-alist): Call
9513 define-prefix-command with 3 arguments, to make the map suitable
9514 for a menu.
9515
9516 2000-05-07 Dave Love <fx@gnu.org>
9517
9518 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9519
9520 2000-05-05 Dave Love <fx@gnu.org>
9521
9522 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9523 list in doc string. Don't quote keyword symbols.
9524 * emacs-lisp/cl.el: Likewise
9525 * emacs-lisp/cl-seq.el: Likewise
9526
9527 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9528
9529 * abbrev.el (abbrev-mode): Make ARG optional.
9530
9531 2000-05-04 Gerd Moellmann <gerd@gnu.org>
9532
9533 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9534
9535 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9536
9537 * subr.el (substitute-key-definition): Clarify documentation.
9538
9539 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
9540
9541 * glasses.el (glasses-convert-to-unreadable): Use
9542 `glasses-separator' instead of the hard-wired "_".
9543 (glasses-mode): Call `glasses-make-unreadable' only in a single
9544 place.
9545
9546 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9547
9548 * term/internal.el (cjk-codepages-alist): Add associations for
9549 Chinese and Korean codepages. Remove FIXME comment.
9550
9551 2000-05-03 Dave Love <fx@gnu.org>
9552
9553 * time.el (display-time-mail-face, display-time-use-mail-icon):
9554 New option.
9555 (display-time-mail-icon): New variable.
9556 (display-time-string-forms): Use the above. Fix the local-map.
9557
9558 2000-05-03 Gerd Moellmann <gerd@gnu.org>
9559
9560 * replace.el (query-replace-map): Add binding for `E'.
9561 (query-replace-help): Extend help text.
9562 (perform-replace): Allow editing the replacement string.
9563
9564 * make-mode.el (makefile-mode-abbrev-table): New variable.
9565 (makefile-mode): Set local abbrev table to
9566 makefile-mode-abbrev-table.
9567 (makefile-font-lock-keywords): Fontify includes and conditionals.
9568
9569 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9570 set TOGGLE's value.
9571
9572 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9573 mail-interactive-insert-alias.
9574 (mail-abbrev-complete-alias): New command.
9575 (mail-mode-map): Bind it to `M-TAB'.
9576
9577 2000-05-03 Kenichi Handa <handa@etl.go.jp>
9578
9579 * language/lao-util.el (lao-compose-region): New function.
9580
9581 2000-05-02 Gerd Moellmann <gerd@gnu.org>
9582
9583 * files.el (recover-session): Make directories as necessary
9584 if they don't exist yet.
9585
9586 * calendar/cal-french.el
9587 (french-calendar-multibyte-special-days-array)
9588 (french-calendar-special-days-array): Change French text.
9589 (calendar-french-date-string): Change output.
9590 (calendar-goto-french-date): Likewise.
9591
9592 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9593
9594 * wid-edit.el (widget-default-active): Obey `:always-active'.
9595 (widget-documentation-string-value-create): Set `:always-active'.
9596
9597 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9600 default prefix to `~/_emacs.d/auto-save.list/_s'.
9601 (normal-top-level): Create the directory for auto-save files, if
9602 it doesn't already exist (in the ms-dos case only).
9603
9604 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9605
9606 * international/mule-cmds.el (set-language-environment): Don't
9607 concat an integer (dos-codepage), use format instead.
9608
9609 2000-05-02 Dave Love <fx@gnu.org>
9610
9611 * help.el (help-xref-on-pp): Check for constant symbols.
9612
9613 2000-04-29 Gerd Moellmann <gerd@gnu.org>
9614
9615 * startup.el (normal-top-level): Put a condition-case around
9616 the code loading subdirs.el.
9617
9618 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9619
9620 * ps-print.el: Upside-down and face background color printing,
9621 line number step, doc fix.
9622 (ps-print-version): New version number (5.2).
9623 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9624 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9625 (ps-spool-config): Var fix.
9626 (ps-printer-name-option): Const fix.
9627 (ps-print-upside-down, ps-use-face-background)
9628 (ps-line-number-step): New vars.
9629 (ps-window-system, ps-lp-system): New consts.
9630 (ps-face-background): New fun.
9631
9632 2000-04-28 Richard Stallman <rms@gnu.org>
9633
9634 * files.el (make-auto-save-file-name):
9635 Apply auto-save-file-name-transforms to visited file name
9636 before generating auto save file name.
9637 (auto-save-file-name-transforms): New variable.
9638
9639 * files.el (backup-enable-predicate):
9640 Correctly test for a file under a temporary directory.
9641
9642 2000-04-28 Gerd Moellmann <gerd@gnu.org>
9643
9644 * subr.el (add-minor-mode): Rewritten.
9645
9646 2000-04-28 Kenichi Handa <handa@etl.go.jp>
9647
9648 * mail/sendmail.el (sendmail-send-it): Set
9649 buffer-file-coding-system to the selected coding system for MIME
9650 header.
9651
9652 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9653
9654 * dired.el (dired-move-to-filename-regexp): Allow format where
9655 YYYY is followed by two spaces.
9656
9657 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9658 in the second character class of the regexp.
9659
9660 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9661 mh-etc, too.
9662
9663 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9664 nil.
9665
9666 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9667
9668 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9669 argument.
9670
9671 2000-04-27 Sen Nagata <sen@eccosys.com>
9672
9673 * emacs-lisp/crm.el (crm-completion-table): New variable.
9674 (crm-collection-fn, crm-test-completion)
9675 (completing-read-multiple): Use it.
9676
9677 2000-04-27 Dave Love <fx@gnu.org>
9678
9679 * help.el (locate-library): Use mapc.
9680 (help-manyarg-func-alist): Add call-process-region.
9681
9682 2000-04-26 Gerd Moellmann <gerd@gnu.org>
9683
9684 * subr.el (add-minor-mode): Make argument MAP optional.
9685
9686 * desktop.el (desktop-save): Save list of minor modes.
9687 (desktop-create-buffer): Restore minor modes.
9688 (desktop-minor-mode-table): New user-option.
9689
9690 * subr.el (add-minor-mode): New function.
9691
9692 * image.el (find-image): New function.
9693 (defimage): Rewritten to find image at load time.
9694
9695 * startup.el (normal-top-level-add-to-load-path): Handle
9696 case that the default directory is not in load-path.
9697
9698 * help.el: Old patch from Stefan Monnier.
9699 (help-xref-on-pp): New function.
9700 (describe-variable): Use it to display xrefs in a symbol's value.
9701
9702 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * cus-edit.el (custom-face): Fix parenthesis.
9705
9706 2000-04-26 Kenichi Handa <handa@etl.go.jp>
9707
9708 * mail/rmail.el (rmail-expunge): When there are no deleted
9709 messages, do nothing.
9710
9711 2000-04-26 Dave Love <fx@gnu.org>
9712
9713 * international/mule-cmds.el (locale-translation-file-name):
9714 Defvar to nil.
9715 (set-locale-environment): Set it here (at runtime).
9716
9717 2000-04-25 Gerd Moellmann <gerd@gnu.org>
9718
9719 * replace.el (perform-replace): Add parameters START and END. Use
9720 them instead of the check for a region in Transient Mark mode.
9721 (query-replace-read-args): Return two more list elements for the
9722 start and end of the region in Transient Mark mode.
9723 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9724 (map-query-replace-regexp, replace-string, replace-regexp): Add
9725 optional last arguments START and END and pass them to
9726 perform-replace.
9727
9728 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9729 form with additional arguments for perform-replace.
9730
9731 * progmodes/etags.el (tags-query-replace): Add parameters START
9732 and END. Construct a form with additional arguments for
9733 perform-replace.
9734
9735 * simple.el (shell-command): Set default directory for "*Shell
9736 Command Output" buffer.
9737
9738 * language/european.el (iso-latin-4): Fix typo.
9739
9740 * emacs-lisp/crm.el: New file.
9741
9742 2000-04-24 Dave Love <fx@gnu.org>
9743
9744 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9745 (Custom-reset-saved, Custom-reset-standard)
9746 (custom-group-value-create, custom-group-set, custom-group-save)
9747 (custom-group-reset-current, custom-group-reset-saved)
9748 (custom-group-reset-standard): Use mapc.
9749 (custom-buffer-create-internal): Disable undo when creating items.
9750 Use mapc.
9751 (custom-face): Avoid redundant lambda.
9752
9753 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9754
9755 * startup.el (auto-save-list-file-prefix): Set default to
9756 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9757
9758 2000-04-24 Sam Steingold <sds@gnu.org>
9759
9760 * time-stamp.el (time-stamp-string-preprocess): Always convert
9761 `field-result' to a string.
9762
9763 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9764
9765 * frame.el (scrolling): New group.
9766 (automatic-hscrolling): New user-option.
9767
9768 * startup.el (command-line-x-option-alist): Add `-lsp' and
9769 `--line-spacing'.
9770
9771 2000-04-19 Dave Love <fx@gnu.org>
9772
9773 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9774 (cl-mapc): Rename from mapc. Fix the funcall.
9775
9776 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9777
9778 * simple.el (clone-indirect-buffer-other-window): New command.
9779 (clone-indirect-buffer): Add optional arg NORECROD.
9780 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9781
9782 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9783
9784 * window.el (count-screen-lines): New function.
9785 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9786 instead of window-buffer-height.
9787
9788 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9789 non-existing variable comint-input-sentinel.
9790 (inferior-lisp-args-to-list): Removed.
9791 (inferior-lisp): Use split-string instead of
9792 inferior-lisp-args-to-list.
9793
9794 * hexl.el (hexl-insert-hex-string): New command.
9795
9796 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9797 instead of concat.
9798
9799 2000-04-18 Gerd Moellmann <gerd@gnu.org>
9800
9801 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9802 at the start of an existing but empty folder.
9803
9804 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9805
9806 * ps-mule.el: Customization fix, doc fix.
9807 (ps-multibyte-buffer): Customization fix.
9808
9809 2000-04-17 Richard M. Stallman <rms@gnu.org>
9810
9811 * subr.el (read-passwd): Use read-char-exclusive.
9812
9813 2000-04-17 Gerd Moellmann <gerd@gnu.org>
9814
9815 * textmodes/texinfo.el (texinfo-insert-@email)
9816 (texinfo-insert-@emph, texinfo-insert-@quotation)
9817 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9818 (texinfo-mode-map): Add key bindings for them.
9819
9820 * files.el (basic-save-buffer-2): Use a template with `$'
9821 instead of `#' for VMS.
9822
9823 * simple.el (clone-indirect-buffer): New function.
9824
9825 2000-04-16 Stephen Eglen <stephen@gnu.org>
9826
9827 * iswitchb.el (iswitchb-case): New function. If the user input
9828 contains any upper-case characters, the search is made
9829 case-sensitive.
9830
9831 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9832
9833 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9834 comment-end.
9835 (texinfo-font-lock-syntactic-keywords): New var.
9836 (texinfo-font-lock-keywords): Remove comment regexp.
9837 (texinfo-insert-block): New function.
9838 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9839 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9840 and font-lock-defaults. Use regexp-opt for outline-regexp.
9841 (texinfo-environments): New var.
9842 (texinfo-environment-regexp): Use regexp-opt and
9843 texinfo-environments.
9844
9845 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9846 ispell-process is bound since this might be eval'd before ispell
9847 is loaded.
9848 (ispell-message): Use a tiny bit less magic and a bit more hard
9849 data to figure out what kind of sc-cite-regexp to use.
9850
9851 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9852
9853 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9854 (insert-cyclic-diary-entry): Unquote the lambda.
9855
9856 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9857
9858 * files.el (backup-enable-predicate): Unquote the lambda.
9859
9860 * cus-edit.el (custom-face, face): Unquote the lambda.
9861
9862 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9863
9864 * ps-print.el: Check for line-beginning-position definition.
9865
9866 * ps-print.el: Fix counting lines in a region.
9867 (ps-print-version): New version number (5.1.5).
9868 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9869 (ps-printing-region): Fun code fix.
9870
9871 2000-04-15 Gerd Moellmann <gerd@gnu.org>
9872
9873 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9874 to file-directory-p.
9875
9876 2000-04-14 Gerd Moellmann <gerd@gnu.org>
9877
9878 * gud.el (gud-jdb-build-source-files-list): Check that directory
9879 exists before calling directory-files.
9880
9881 2000-04-13 Dave Love <fx@gnu.org>
9882
9883 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9884 syntax.
9885
9886 * emacs-lisp/cl-specs.el: Remove when, unless.
9887
9888 * emacs-lisp/cl-extra.el: Don't quote keywords.
9889 (cl-old-mapc): New variable.
9890 (mapc): Use it.
9891 (cl-map-intervals): Use with-current-buffer. Don't check for
9892 next-property-change.
9893 (cl-map-overlays): Use with-current-buffer.
9894 (cl-expt): Remove.
9895 (copy-tree, remprop): Define unconditionally.
9896
9897 * emacs-lisp/cl-compat.el (keywordp): Remove.
9898
9899 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9900 to use keywordp.
9901 (edebug-spec): Enable keywordp.
9902
9903 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9904 string-lessp.
9905
9906 * cus-start.el: Use keywordp.
9907
9908 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9909
9910 * diary-lib.el (include-other-diary-files): Fix the fix of
9911 2000-02-18 by doing a save-excursion.
9912
9913 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9914
9915 * ps-print.el: Customization fix, doc fix.
9916 (ps-print-version): New version number (5.1.4).
9917 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9918 (ps-print-preprint): Adjust code.
9919 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9920 (ps-print-prologue-header, ps-print-control-characters)
9921 (ps-spool-config): Customization fix.
9922
9923 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9924
9925 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9926 converted to the new menu-item format, names silightly changed,
9927 help strings added.
9928
9929 Support for spelling without async subprocesses:
9930
9931 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9932 (ispell-session-buffer): New variables.
9933 (ispell-start-process, ispell-process-status,
9934 ispell-accept-output, ispell-send-string): New functions, for
9935 Ispell invocation when async subprocesses aren't supported.
9936 (ispell-word, ispell-pdict-save, ispell-command-loop,
9937 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9938 to process-send-string with calls to ispell-send-string, and
9939 accept-process-output with ispell-accept-output.
9940 (ispell-init-process): Call ispell-process-status instead of
9941 process-status with.
9942 (ispell-init-process): Call ispell-start-process. Call
9943 ispell-accept-output and ispell-send-string. Don't call
9944 process-kill-without-query and kill-process if they are unbound.
9945 (ispell-async-processp): New function.
9946
9947 2000-04-12 Dave Love <fx@gnu.org>
9948
9949 * info.el: Add debug-ignored-errors.
9950 (Info-mode-menu): Add some items.
9951 (Info-directory): Add autoload cookie.
9952
9953 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9954 Modify `truncate-lines'. Make `describe-language-environment'
9955 always visible and add help. Modify `describe-key' help. Invoke
9956 Info-directory from `info'. New entry `emacs-manual'.
9957
9958 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9959
9960 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9961 propertized-buffer-identification.
9962 (ebrowse-update-member-buffer-mode-line): Likewise.
9963 (ebrowse--mode-strings): Removed.
9964 (ebrowse--mode-line-props): Removed.
9965
9966 * files.el (auto-mode-alist): Add `EBROWSE'.
9967
9968 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9969 space before testing for end of buffer.
9970 (ebrowse-load): Removed.
9971 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9972 (ebrowse-create-tree-buffer): Rewritten.
9973 (ebrowse-tree-mode): Read tree from buffer.
9974
9975 * progmodes/ebrowse-ffh.el: Removed.
9976
9977 2000-04-10 Kenichi Handa <handa@etl.go.jp>
9978
9979 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9980
9981 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9982
9983 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9984 at the wrong place.
9985
9986 2000-04-09 Dave Love <fx@gnu.org>
9987
9988 * files.el (backup-enable-predicate): Use
9989 temporary-file-directory, small-temporary-file-directory.
9990 (make-backup-file-name-function, backup-directory-alist): New
9991 variables.
9992 (make-backup-file-name-1): New function.
9993 (make-backup-file-name): Use it.
9994 (find-backup-file-name): Likewise. Use format for clarity, not
9995 concat.
9996 (file-newest-backup): Use make-backup-file-name.
9997
9998 2000-04-09 Gerd Moellmann <gerd@gnu.org>
9999
10000 * progmodes/ebrowse-ffh.el: New file.
10001
10002 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10003 to ebrowse-ffh.el.
10004 (ebrowse-load): Add autoload.
10005
10006 * finder.el (finder-commentary): Add autoload cookie.
10007
10008 * mail/rfc2368.el: Correct author's email address.
10009
10010 * progmodes/ebrowse.el: New file.
10011
10012 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10013 item help string.
10014 (easy-menu-do-add-item): Ditto.
10015 (easy-menu-define): Extend doc string.
10016
10017 * jit-lock.el (with-buffer-unmodified): Use
10018 restore-buffer-modified-p.
10019 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10020 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10021 with-buffer-unmodified.
10022
10023 2000-04-08 Dave Love <fx@gnu.org>
10024
10025 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10026 unless, when.
10027
10028 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10029
10030 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10031 (viper-flash-search-pattern): No operation when using Emacs
10032 doesn't support face.
10033 Use `viper-put-on-search-overlay'.
10034
10035 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10036
10037 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10038 like C-r.
10039
10040 * progmodes/make-mode.el: Some doc fixes.
10041 (makefile-mode-abbrev-table): New variable.
10042 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10043 (makefile-font-lock-keywords): Fontify includes and conditionals.
10044 (toplevel): Require `dabbrev' and `add-log' when compiling.
10045
10046 * replace.el (perform-replace): Don't move forward one char
10047 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10048 to do that because it leaves point 1 position after the last
10049 replacement, after everything has been replaced.
10050
10051 * jit-lock.el (with-buffer-unmodified): New macro.
10052 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10053 modified state.
10054 (jit-lock-function-1): Extracted from jit-lock-function; not
10055 preserving buffer's modified state.
10056 (jit-lock-function, jit-lock-stealth-fontify): Call
10057 jit-lock-function-1.
10058
10059 * mail/rfc2368.el: Remove supernumerary copyright line.
10060
10061 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10062
10063 * glasses.el: Provide facilities for inserting space before left
10064 parentheses and uncapitalization of identifiers.
10065 (glasses-mode): Try to remove old overlays in all cases.
10066
10067 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10068
10069 * progmodes/compile.el (compile-internal): Display the compilation
10070 buffer in a different frame, if it's already displayed there.
10071
10072 * mail/rfc2368.el: New file.
10073
10074 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10075 header and insert its value as mail body.
10076
10077 * subr.el (member-ignore-case): New function.
10078
10079 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10080 (dabbrev--find-expansion): Ignore buffers matching a regexp
10081 from dabbrev-ignored-regexps.
10082
10083 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10084 to extensions handled by gzip.
10085
10086 2000-04-03 Richard M. Stallman <rms@gnu.org>
10087
10088 * files.el (insert-directory): List the total free space
10089 along with the used space.
10090
10091 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10092 line is followed by one that matches CITATION-REGEXP, end the
10093 paragraph.
10094
10095 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10096
10097 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10098 (rmail-make-basic-summary-line): Use that option.
10099
10100 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10101
10102 * international/mule-cmds.el (encoded-string-description):
10103 Rewritten. Try pretty description for ISO 2022 escape sequences
10104 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10105 for hexadecimal format.
10106
10107 2000-04-01 Dave Love <fx@gnu.org>
10108
10109 * cpp.el: Change customization group to `c' from `C'.
10110
10111 * vcursor.el (vcursor-move): Use display-color-p.
10112
10113 * international/mule-util.el: Provide mule-utils.
10114 (string-to-sequence): Simplify and speed up.
10115
10116 * international/mule.el (make-coding-system): Purecopy doc-string.
10117
10118 * international/mule-cmds.el: Various menu changes.
10119 (describe-specified-language-support): Handle `Default'.
10120 (set-language-info): Purecopy `info'.
10121
10122 2000-03-31 Andrew Innes <andrewi@gnu.org>
10123
10124 * vc.el (vc-backend-diff): Return the correct status if we had to
10125 retry the rcsdiff command without the --brief option.
10126
10127 2000-03-31 Dave Love <fx@gnu.org>
10128
10129 * help.el (help-manyarg-func-alist): Correct several omissions.
10130
10131 * add-log.el: Don't require cl, fortran.
10132 (add-log-current-defun-function): Doc fix.
10133 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10134 fix.
10135 (change-log-version-rcs): Function deleted.
10136 (change-log-version-number-search): Doc fix. Use
10137 vc-workfile-version. Avoid CL dolist.
10138 (add-change-log-entry): Just call add-log-current-defun to get
10139 defun. Simplify somewhat.
10140 (change-log-get-method-definition-1): Likewise.
10141 (add-log-current-defun): Return nil if calling
10142 add-log-current-defun-function does so. Move Fortran stuff to
10143 fortran.el. Return string without properties.
10144
10145 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10146 and :alpha: char classes.
10147
10148 * mail/supercite.el: Defvar curline when compiling.
10149 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10150 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10151 rather than a-zA-Z0-9 to allow non-ASCII characters.
10152
10153 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10154
10155 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10156
10157 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10158 Re-enable new code.
10159
10160 * lpr.el (print-region-1): Use -d to specify printer name for
10161 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10162
10163 2000-03-31 Dave Love <fx@gnu.org>
10164
10165 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10166 for function definition in symbol's function value slot first
10167 instead of first consulting byte-compile-function-environment.
10168
10169 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10170
10171 * language/european.el ("Polish"): New language environment.
10172 (setup-polish-environment): New function.
10173
10174 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10175
10176 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10177 Disable new code.
10178
10179 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10180 trying to `load' the symbol of an autoload instead of the file
10181 recorded in the autoload. Fix error messages.
10182
10183 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10184
10185 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10186 (ps-print-version): New version number (5.1.3).
10187 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10188 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10189 (ps-generate-postscript-with-faces): Code fix.
10190 (ps-color-values): XEmacs compatibility.
10191 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10192 (ps-default-fg, ps-default-bg): Adjust customization.
10193 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10194 (ps-color-scale): Renaming old ps-color-value fun.
10195 (ps-print-headers): Replace ps-print-header group to avoid conflict
10196 with ps-print-header variable.
10197 (ps-print-miscellany): New group.
10198 (ps-format-color, ps-rgb-color): New funs.
10199 (ps-default-foreground): New var.
10200 (ps-printer-name-option): New const.
10201
10202 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10203
10204 * net/net-utils.el:
10205 (network-connection-host, network-connection-service): New variables
10206 (network-connection-mode): New mode, derived from comint-mode
10207 (network-connection-mode-setup): New function, saves host and
10208 service information in local variables.
10209
10210 * lisp/locate.el:
10211 (locate-word-at-point): Added this function
10212 (locate): Default to using locate-word-at-point as input
10213 Run dired-mode-hook
10214
10215 2000-03-29 Dave Love <fx@gnu.org>
10216
10217 * calendar/appt.el: Doc fixes.
10218 (appt-check): Convert min-to-app to a string before passing to
10219 appt-disp-window-function or concat.
10220 (appt-delete-window): Remove test for frame-root-window.
10221 (appt-select-lowest-window, appt-convert-time): Simplify.
10222
10223 * emacs-lisp/bytecomp.el: Doc fixes.
10224 (byte-compile-file-form-autoload): Update
10225 byte-compile-function-environment.
10226
10227 2000-03-29 Andreas Schwab <schwab@suse.de>
10228
10229 * emacs-lisp/autoload.el: Also print defsubst doc string
10230 specially.
10231
10232 * dired.el (dired-insert-directory): If dired-free-space-program
10233 failed just delete its output.
10234
10235 2000-03-29 Dave Love <fx@gnu.org>
10236
10237 * international/iso-cvt.el: Move provide to end. Doc fixes.
10238 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10239 (iso-iso2sgml, iso-sgml2iso): New functions.
10240 (iso-cvt-define-menu): Fix some entries and use backquote for
10241 clarity.
10242
10243 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10244
10245 2000-03-28 Gerd Moellmann <gerd@gnu.org>
10246
10247 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10248 ISO-DATE. If non-nil, return date in ISO 8601 format.
10249
10250 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10253 if it ever becomes used.
10254 (log-edit-mode-hook): Default to vc-log-mode-hook.
10255 (log-edit-mode): Fix the docstring.
10256
10257 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10258 the code.
10259
10260 2000-03-26 Dave Love <fx@gnu.org>
10261
10262 * net/browse-url.el (browse-url): Re-fix case of
10263 browse-url-browser-function being an alist.
10264 (browse-url): Add :link to defgroup.
10265
10266 * files.el: Doc fixes.
10267 (file-truename): Include `[' in wildcard characters.
10268 (automount-dir-prefix): Customize.
10269 (find-file-wildcards): Add :version.
10270 (find-file-noselect): Simplify a mapcar call.
10271
10272 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10273 compatible with inf-lisp version.
10274 (eval-defun-1): Fix custom-declare-variable case.
10275
10276 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10277
10278 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10279
10280 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10281
10282 * Makefile (COMPILE_FIRST): New macro.
10283 (compile-files): Compile files from COMPILE_FIRST first.
10284
10285 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10286 code.
10287
10288 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10289 matching open parenthesis in column 0 to defun-prompt-regexp
10290 only if open-paren-in-column-0-is-defun-start is set.
10291
10292 * sun-curs.el: Require CL at compile-time only.
10293
10294 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10295 instead of copy-list which is a function from CL.
10296 (msb--choose-menu, msb--mode-menu-cond)
10297 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10298 (msb--init-file-alist): Use mapcar instead of mapcan.
10299 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10300 `(' in column 0 in doc string.
10301 (msb--add-separators): Use mapcar instead of mapcan.
10302
10303 * cus-dep.el: Require CL at compile-time only.
10304
10305 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10306
10307 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10308 (byte-compile-warnings): New warning `noruntime'.
10309 (byte-compile-constants, byte-compile-variables): Fix docstring.
10310 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10311 execute `eval-whenc-compile's body.
10312 (byte-compile-unresolved-functions): Fix docstring.
10313 (byte-compile-eval): New function.
10314 (byte-compile-callargs-warn): Check if the function will be available
10315 at runtime (via property `byte-compile-noruntime').
10316 (byte-compile-print-syms): New function.
10317 (byte-compile-warn-about-unresolved-functions): Also warn about
10318 `noruntime' functions (and use `byte-compile-print-syms').
10319 (byte-compile-file): Capitalize the message.
10320
10321 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10322
10323 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10324 (rmail-expunge): Ask for confirmation depending on the setting
10325 of rmail-confirm-expunge.
10326
10327 2000-03-23 Gerd Moellmann <gerd@gnu.org>
10328
10329 * Makefile (bootstrap-clean): If $(emacs) exists, build
10330 loaddefs.el first. A loaddefs.el that's not up-to-date might
10331 cause a bootstrap failure because things don't autoload as
10332 expected.
10333
10334 2000-03-23 Dave Love <fx@gnu.org>
10335
10336 * net/browse-url.el: Restore previous use of
10337 browse-url-maybe-new-window.
10338
10339 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10340
10341 * ps-print.el: Skip banner page fix.
10342 (ps-print-version): New version number (5.1.2).
10343 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10344
10345 2000-03-23 Dave Pearson <davep@davep.org>
10346
10347 * net/quickurl.el Changed the type of parameter passed to the
10348 function defined by `quickurl-format-function'. Before only the
10349 text of the URL was passed. Now the whole URL structure is passed
10350 and the function is responsible for extracting the parts it
10351 requires. Changed the default of `quickurl-format-function'
10352 accordingly.
10353 (quickurl-insert): Changed the `funcall' of
10354 `quickurl-format-function' to match the above change.
10355 (quickurl-list-insert): Changed the `url' case so that it makes
10356 use of `quickurl-format-function', previous to this the format was
10357 hard wired.
10358
10359 2000-03-22 Gerd Moellmann <gerd@gnu.org>
10360
10361 * startup.el: Change some spellings for the X Window System.
10362
10363 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10364
10365 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10366 up the code and the regexp and make sure the cursor is temporarily
10367 moved to the suspicious line while querying the user.
10368
10369 2000-03-22 Jason Rumney <jasonr@gnu.org>
10370
10371 * w32-fns.el (w32-charset-info-alist): Initialize.
10372
10373 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10374
10375 * ps-print.el: N-up last page fix.
10376 (ps-print-version): New version number (5.1.1).
10377 (ps-end-file, ps-end-job, ps-generate): Code fix.
10378
10379 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10380
10381 * files.el (find-file-run-dired): Update docstring.
10382 (find-directory-functions): New hook.
10383 (find-file-noselect): Run find-directory-functions rather than
10384 calling dired directly.
10385
10386 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10387
10388 * pcvs.el: Add a minimal leading commentary.
10389 (cvs-make-cvs-buffer): Change the header part by removing the startup
10390 message and adding a `Module' entry. Also replace the FOOTER and
10391 HEADER special fileinfos with the new support in ewoc for updating
10392 its own footer and header.
10393 (cvs-update-header): Update to use the header/footer of the ewoc.
10394 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10395 (cvs-is-within-p): New function.
10396 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10397 to only examine some subset of the buffers.
10398
10399 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10400 `format' instead of our own ad-hoc functions.
10401 Remove HEADER and FOOTER cases, now handled in the EWOC.
10402 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10403
10404 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10405 output to avoid scaring the user.
10406 (cvs-parse-table): Catch message for non-up-to-date commits.
10407
10408 * pcvs-defs.el (cvs-startup-message): Remove.
10409 (cvs-global-menu): New autoloaded menu.
10410
10411 * pcvs-util.el (cvs-string-fill): Remove.
10412
10413 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10414 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10415 PP part of it and also make it work for footers and headers.
10416 (ewoc-create): Drop POS and BUFFER arguments.
10417 Use the DLL's dummy node to store the end-of-footer position.
10418 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10419 (ewoc-refresh): Remove unused `header' variable.
10420 (ewoc-(get|set)-hf): New functions.
10421
10422 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10423 log-view-*-(message|file) and use easy-mmode-define-navigation.
10424 (log-view-message-re): Match SCCS format as well.
10425 And match the revision line rather than the dashed separator line.
10426 (log-view-mode): Use the new define-derived-mode.
10427 (log-view-current-tag): Fill in with an actual implementation.
10428
10429 * cvs-status.el (cvs-status-(prev|next)): Rename from
10430 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10431 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10432 to let the output "breathe" a little more (more readable).
10433 (cvs-status-mode): Use the new define-derived-mode.
10434
10435 * smerge-mode.el (smerge-auto-leave): New function and variable.
10436 (smerge-basic-map): Rename from smerge-basic-keymap.
10437 Change the bindings for smerge-diff-*.
10438 (smerge-*-map): Use easy-mmode-defmap.
10439 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10440 (smerge-keep-*): Use smerge-auto-leave.
10441
10442 2000-03-21 Jason Rumney <jasonr@gnu.org>
10443
10444 * cus-edit.el (custom-button-face): Use 3D look for w32.
10445 (custom-button-pressed-face): Likewise.
10446
10447 2000-03-21 Gerd Moellmann <gerd@gnu.org>
10448
10449 * progmodes/etags.el (tags-case-fold-search): New user-option.
10450 (tags-loop-eval): New function. Bind case-fold-search around eval
10451 depending on the value of tags-case-fold-search.
10452 (tags-loop-continue): Use tags-loop-eval.
10453 (find-tag-in-order): Bind case-fold-search depending on the value
10454 of tags-case-fold-search.
10455
10456 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10457
10458 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10459 (diff-end-of-hunk): Return the end position for use in
10460 `easy-mmode-define-navigation'.
10461 (diff-recenter): Remove.
10462 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10463 of `easy-mmode-define-navigation'.
10464 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10465 previous renaming) and fix to use new names.
10466 (diff-merge-strings): Use \n as separator: simpler, faster.
10467 (diff-mode): Use `define-derived-mode'.
10468
10469 * derived.el (define-derived-mode): Don't autoload anymore.
10470 Prefer the macro-only version provided by easy-mmode.el.
10471
10472 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10473 `easy-mmode-define-derived-mode'.
10474 Use `combine-run-hooks'.
10475 (easy-mmode-define-navigation): New macro.
10476
10477 * subr.el (combine-run-hooks): New function.
10478
10479 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
10480
10481 * term/x-win.el: Fontsets related initialization is simplified.
10482
10483 * international/mule-diag.el (describe-font): Don't refer to
10484 global-fontset-alist, instead call font-list.
10485 (describe-fontset, list-fontsets, mule-diag): Likewise.
10486 (print-fontset): Adjusted for the change of fontset
10487 implementation.
10488
10489 * international/fontset.el (x-charset-registries): Variable
10490 removed, instead the corresponding data is stored in the default
10491 fontset.
10492 (register-alternate-fontnames): Function removed.
10493 (resolved-ascii-font): Variable removed.
10494 (x-compose-font-name): Ignore the second argument REDOCE.
10495 (x-complement-fontset-spec): Complement only an ASCII font and
10496 element for those charsets than can use that ASCII font.
10497 (generate-fontset-menu): Don't refer to global-fontset-alist,
10498 instead call fontset-list.
10499 (uninstantiated-fontset-alist): Variable removed.
10500 (x-style-funcs-alist): Likewise.
10501 (fontset-default-styles): Likewise.
10502 (x-modify-font-name): Function removed.
10503 (create-fontset-from-fontset-spec): Ignore the argument
10504 STYLE-VARIANT.
10505 (create-fontset-from-ascii-font): Docsting adjusted for the above
10506 change.
10507 (instantiate-fontset, resolve-fontset-name): Functions removed.
10508 (fontset-list): Now implemented by C code.
10509
10510 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10511 (describe-face): Include `font' attribute in the description.
10512
10513 2000-03-21 Kenichi Handa <handa@etl.go.jp>
10514
10515 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10516
10517 2000-03-20 Gerd Moellmann <gerd@gnu.org>
10518
10519 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10520 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10521 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10522
10523 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10524 about behavior of set-buffer-modified-p wrt redisplay.
10525
10526 2000-03-19 Richard M. Stallman <rms@gnu.org>
10527
10528 * view.el (view-mode-disable): Kill local binding of view-read-only.
10529
10530 2000-03-18 Gerd Moellmann <gerd@gnu.org>
10531
10532 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10533 is a string, convert it to a syntax cell using string-to-syntax.
10534
10535 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10536 (string-to-syntax): New function.
10537
10538 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10539 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10540 try to use passive ftp mode.
10541
10542 2000-03-17 Gerd Moellmann <gerd@gnu.org>
10543
10544 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10545
10546 * simple.el (append-to-buffer): Update point of windows after
10547 insertion.
10548
10549 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10550 forward then moving backward. Reindent.
10551
10552 * frame.el (other-frame): Call x-focus-frame only if
10553 focus-follows-mouse is off.
10554
10555 2000-03-17 Dave Love <fx@gnu.org>
10556
10557 * pcvs-util.el (cvs-strings->string): Rename
10558 replace-regexps-in-string.
10559
10560 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10561
10562 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10563 regexp for labels cannot span several lines.
10564
10565 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10566 `(setq :<key> ':<key>)' to the macro expansion.
10567
10568 2000-03-16 Dave Love <fx@gnu.org>
10569
10570 * progmodes/f90.el (f90): Put custom group under `languages', not
10571 `fortran'.
10572 (f90-mode-hook): Customize.
10573 (f90-mode): Set add-log-current-defun-function.
10574 (f90-current-defun): New function.
10575
10576 2000-03-16 Gerd Moellmann <gerd@gnu.org>
10577
10578 * cus-edit.el (custom-variable-tag-face): Handle case that
10579 default face's height is not a number.
10580 (custom-face-tag-face, custom-group-tag-face-1)
10581 (custom-group-tag-face): Ditto.
10582 (custom-group-tag-face-1): Add :group.
10583
10584 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10585
10586 2000-03-15 Gerd Moellmann <gerd@gnu.org>
10587
10588 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10589 requiring easymenu.
10590
10591 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10592
10593 * ps-print.el: PostScript user-defined prologue, PostScript error
10594 handler, doc fix.
10595 (ps-print-version): New version number (5.1).
10596 (ps-user-defined-prologue, ps-error-handler-message)
10597 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10598 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10599 (ps-insert-string): New function.
10600
10601 2000-03-15 Kenichi Handa <handa@etl.go.jp>
10602
10603 * international/ccl.el (ccl-compile-expression): Don't generate
10604 invalid self-assignment code.
10605
10606 2000-03-14 Dave Love <fx@gnu.org>
10607
10608 * subr.el (replace-regexp-in-string): Renamed from
10609 replace-regexps-in-string. Doc fix.
10610
10611 2000-03-12 Dave Love <fx@gnu.org>
10612
10613 * cus-edit.el: Doc fixes.
10614 (customize-set-variable, customize-save-variable): Rename args for
10615 doc.
10616 (custom-variable-tag-face, custom-face-tag-face)
10617 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10618 style which user identify as hyperlink.
10619 (hook): Don't add undefined functions to the hook.
10620 (debug-ignored-errors): Transfer message from bindings.el.
10621
10622 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10623
10624 * recentf.el (recentf-keep-non-readable-files-p): Remove
10625 double/nested definition.
10626
10627 2000-03-12 Dave Love <fx@gnu.org>
10628
10629 * facemenu.el (facemenu-get-face): Use display-color-p.
10630 * enriched.el (enriched-decode-foreground): Likewise.
10631 (enriched-decode-background): Likewise.
10632 * isearch.el (isearch-highlight): Likewise.
10633 * info-look.el (info-lookup): Likewise.
10634 * simple.el (completion-setup-function): Likewise.
10635
10636 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10637 :options.
10638
10639 * bindings.el (mode-line-format): Fix line-number and
10640 column-number items. Add help-echo for the background.
10641 (mode-line-mule-info): Modify help-echo.
10642
10643 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10644 defcustom.
10645
10646 * files.el (load-file): Allow completion to .elc.
10647
10648 * man.el: Doc fixes.
10649 (Man-init-defvars): Use display-color-p to set fontification.
10650
10651 * play/hanoi.el (hanoi-internal): Don't use oddp.
10652
10653 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10654
10655 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10656
10657 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10658
10659 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10660
10661 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10662 Fix comment.
10663
10664 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10665
10666 * font-lock.el (font-lock-keywords): Fix the doc now that
10667 regexp-opt-depth is unnecessary.
10668 (save-buffer-state): Set an edebug spec.
10669 (font-lock-fontify-anchored-keywords): Properly handle the case when
10670 the matcher goes past the limit.
10671
10672 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10673 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10674
10675 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10676 dll.el and cookie.el (from Elib) with heavy renaming and other
10677 massaging.
10678
10679 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10680 Autoload the functions used.
10681 (easy-mmode-define-syntax): Fix CL typo.
10682 (easy-mmode-define-derived-mode): Improve the docstring generation.
10683
10684 2000-03-10 Gerd Moellmann <gerd@gnu.org>
10685
10686 * textmodes/texinfo.el (texinfo-version): Variable and function
10687 removed.
10688
10689 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10690
10691 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10692 allow more flexibility.
10693 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10694 fns.
10695 (easy-mmode-defmap, easy-mmode-defsyntax)
10696 (easy-mmode-define-derived-mode): New macros.
10697
10698 2000-03-09 Didier Verna <didier@xemacs.org>
10699
10700 * rect.el (replace-rectangle): New function.
10701
10702 2000-03-09 Dave Love <fx@gnu.org>
10703
10704 * progmodes/fortran.el (fortran-comment-line-start): Define as
10705 "C".
10706 (fortran-comment-line-start-skip): Don't match cpp stuff.
10707 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10708 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10709 (fortran-mode): Don't set fortran-comment-line-start-skip,
10710 fortran-comment-line-start here. Set comment-start,
10711 add-log-current-defun.
10712 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10713 (fortran-current-defun): New function.
10714
10715 2000-03-09 Gerd Moellmann <gerd@gnu.org>
10716
10717 * emacs-lisp/re-builder.el: New file.
10718
10719 * mouse.el (mouse-drag-region): Don't run up-event handler
10720 if hscroll has changed.
10721
10722 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10723 builtin operators, use `font-lock-builtin-face' for Emacs and
10724 `font-lock-preprocessor-face' otherwise.
10725
10726 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10727 `(defun (setf foo)' differently.
10728
10729 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10730
10731 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10732 (regexp-opt): Update comment and adapt the code the new meaning of
10733 the `paren' argument of regex-opt-group for shy-groups.
10734 (regexp-opt-depth): Handle shy groups as well as backslashed
10735 backslashes.
10736 (regexp-opt-group): Turn the leading comment into a docstring.
10737 Allow `paren' to be a string (the string to use to open a group).
10738 Remove open-presuf and close-presuf. Instead of checking for `all
10739 one-char' and then later on check for `several one-char', handle
10740 both cases close together. Also apply a more generic algorithm
10741 for suffixes (the mirror image of the algorithm used for
10742 prefixes). Use shy-groups. Use nreverse rather than reverse.
10743 (regexp-opt-try-suffix): Removed.
10744
10745 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10746 from comint-mode-map, so we can just inherit from it. Also, move
10747 the initialization into the `defvar' since there's no docstring
10748 anyway and it's fairly short.
10749 (inferior-scheme-mode): Define it as derived-mode: the code is
10750 shorter and this way we inherit from comint-mode-map rather than
10751 copying it.
10752
10753 * subr.el (replace-regexps-in-string): Properly handle the case
10754 where we match an empty string.
10755
10756 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10757 when the command has a directory component (such as "./testml").
10758 Also fix a typo in the comment.
10759
10760 2000-03-08 Gerd Moellmann <gerd@gnu.org>
10761
10762 * Makefile (compile-files): Compile files one by one because
10763 that's the only way to ensure a clean compilation environment for
10764 each individual file.
10765
10766 * frame.el (other-frame): Call x-focus-frame.
10767
10768 2000-03-07 Dave Love <fx@gnu.org>
10769
10770 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10771 :require to defcustom.
10772
10773 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10774 lists.
10775
10776 * files.el (auto-mode-alist): Add configure.in.
10777
10778 * progmodes/autoconf.el: New file.
10779
10780 2000-03-07 Gerd Moellmann <gerd@gnu.org>
10781
10782 * mail/mh-e.el: Change maintainer to `none'.
10783
10784 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10785 to remove-hook and add-hook.
10786
10787 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10788
10789 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10790 it as the default.
10791 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10792 (sendmail-send-it): Conditionally add MIME headers specifying the
10793 used character set.
10794
10795 2000-03-07 Dave Love <fx@gnu.org>
10796
10797 * winner.el: Fix keywords, autoload cookies. Split
10798 eval-when-compile form to avoid compilation failure.
10799
10800 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10801
10802 * international/mule.el: Modify comment about coding system
10803 property `coding-category'.
10804 (make-coding-system): New argument EOL-TYPE. Pay attention to
10805 coding-category property of PROPERTIES.
10806
10807 * international/mule-conf.el (coding-category-utf-8,
10808 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10809 categories. Include them in the argument for set-coding-priority.
10810
10811 * international/mule-cmds.el (reset-language-environment): Include
10812 coding-category-utf-8, coding-category-utf-16-be, and
10813 coding-category-utf-16-le in the argument for set-coding-priority.
10814 (reset-language-environment): Initialize coding-category-utf-8,
10815 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10816
10817 2000-03-06 Karl Fogel <kfogel@red-bean.com>
10818
10819 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10820 code abstracted out of `bookmark-jump-noselect'. Now tries info
10821 extensions as well as compression extensions.
10822 (bookmark-jump-noselect): Use above new func.
10823
10824 2000-03-03 Gerd Moellmann <gerd@gnu.org>
10825
10826 * strokes.el: Change maintainer's mail address.
10827
10828 2000-03-03 Kenichi Handa <handa@etl.go.jp>
10829
10830 * international/mule-diag.el (list-character-sets): Make help-echo
10831 string by substitute-command-keys.
10832 (list-character-sets): Likewise.
10833 (sort-listed-character-sets): Call help-setup-xref.
10834
10835 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10836
10837 * time.el (display-time-mail-file): Add `none' to the list of
10838 choices.
10839
10840 2000-03-01 Dave Love <fx@gnu.org>
10841
10842 * help.el (help-xref-go-back): Don't try to set position.
10843
10844 * international/mule-diag.el (list-character-sets): Call
10845 help-setup-xref. Add help-echo to xrefs.
10846 (list-character-sets-1): Add help-echo to xrefs.
10847
10848 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10849
10850 * frame.el (blink-cursor-mode): Switch cursor on when turning
10851 the mode off.
10852
10853 * add-log.el (add-log-current-defun): Add support for
10854 Autoconf mode.
10855
10856 * mail/rmail.el (rmail-quit-hook): New variable.
10857
10858 2000-03-01 Dave Love <fx@gnu.org>
10859
10860 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10861
10862 * help.el (help-xref-button): Add help-echo arg.
10863 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10864
10865 * faces.el (list-faces-display): Supply help-echo with
10866 help-make-xrefs.
10867
10868 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10869 nil.
10870
10871 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10872
10873 * image.el (defimage): Look for image files in load-path.
10874
10875 * frame.el (busy-cursor-delay-seconds): Change type to
10876 `number'.
10877
10878 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10879
10880 * recentf.el (recentf): Added version tag to the defgroup of
10881 recentf.
10882
10883 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10884
10885 * recentf.el (recentf-cleanup): Changed to remove excluded file
10886 too.
10887 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10888 action to select/unselect a file.
10889 (recentf-edit-list): Code cleanup and improvement.
10890 (recentf-open-more-files-action): `recentf-open-more-files' button
10891 widget action to open a file.
10892 (recentf-open-more-files): No more use standard completion but
10893 widgets.
10894 (recentf-more-collection): Deleted.
10895 (recentf-more-history): Deleted.
10896 (recentf-setup-more-completion): Deleted.
10897
10898 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10899
10900 * recentf.el (recentf-mode): No more needs that Emacs is running
10901 under a window-system.
10902
10903 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10904
10905 * recentf.el (recentf-edit-list): New command to edit the recent
10906 list which allow the user to remove files.
10907 (recentf-edit-selected-items): New global variable, used by
10908 `recentf-edit-list' to hold the list of files to be removed from
10909 the recent list.
10910 (recentf-make-menu-items): Updated to display a "Edit list..."
10911 menu item. Minor code cleanup.
10912
10913 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10914
10915 * recentf.el (recentf-open-more-files): New command to open files
10916 that are not displayed in the menu.
10917 (recentf-more-collection): New global variable holding the set of
10918 permissible completions used by `recentf-open-more-files'.
10919 (recentf-more-history): New global variable holding the history list
10920 used by `recentf-open-more-files' completion.
10921 (recentf-setup-more-completion): New function to setup completion for
10922 `recentf-open-more-files'.
10923 (recentf-make-menu-items): Updated to display a "More..." menu item.
10924
10925 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10926
10927 * recentf.el (recentf-menu-action): Doc fixed.
10928
10929 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10930
10931 * recentf.el (recentf-menu-filter): Doc updated.
10932 (recentf-update-menu-hook): Allow menu filters to force menu update.
10933 (recentf-make-menu-items): New menu filter handling.
10934 (recentf-make-menu-item): New helper function.
10935 (recentf-menu-elements): New menu handling function.
10936 (recentf-sort-ascending): Updated to new menu filter handling.
10937 (recentf-sort-descending): Updated to new menu filter handling.
10938 (recentf-sort-basenames-ascending): New menu filter function.
10939 (recentf-sort-basenames-descending): New menu filter function.
10940 (recentf-show-basenames): New menu filter function.
10941 (recentf-show-basenames-ascending): New menu filter function.
10942 (recentf-show-basenames-descending): New menu filter function.
10943
10944 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10945
10946 * diary-lib.el (list-diary-entries): Don't try to go forward at
10947 the end of the buffer.
10948
10949 2000-02-29 Kenichi Handa <handa@etl.go.jp>
10950
10951 * international/mule-diag.el (list-character-sets): Completely
10952 rewritten.
10953 (sort-listed-character-sets): New function.
10954 (list-character-sets-1): Completely rewritten.
10955 (list-character-sets-2): New function.
10956 (non-iso-charset-alist): New variable.
10957 (decode-codepage-char): New function.
10958 (charset-history): New variable.
10959 (read-charset) (list-block-of-chars)
10960 (list-iso-charset-chars)
10961 (list-non-iso-charset-chars)
10962 (list-charset-chars): New functions.
10963 (mule-diag): Call list-character-sets-2, not
10964 list-character-sets-2.
10965 (dump-charsets): Likewise.
10966
10967 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10968
10969 * dired-x.el (dired-filename-at-point): Add `@' to valid
10970 file name characters.
10971 (dired-filename-at-point): Handle ange-ftp file names.
10972
10973 * frame.el (frame-notice-user-settings): Use assq-delete-all
10974 instead of assoc-delete-all.
10975 (frame-notice-user-settings): Ditto.
10976
10977 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10978 Don't copy alist.
10979
10980 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10981
10982 * calculator.el (calculator-use-menu): New option.
10983 (calculator-initial-bindings): Changed some bindings to work as
10984 macros.
10985 (calculator-forced-input): Removed.
10986 (calculator-restart-other-mode): New variable.
10987 (calculator-mode-map): Set up menu.
10988
10989 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10990
10991 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10992 tags.
10993
10994 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
10995
10996 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10997 translate all ESC key sequences.
10998 (viper-goto-mark-subr): restore markers for files for which
10999 they were saved.
11000 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11001 * viper-util.el (viper-set-replace-overlay-glyphs,
11002 viper-set-replace-overlay): always check if the replacement
11003 overlay is live.
11004 * viper.el (viper-vi-state-mode-list): added major modes.
11005 * ediff-wind.el: minor comment changes.
11006 * ediff.el: copyright notice date fix.
11007
11008 2000-02-27 Jason Rumney <jasonr@gnu.org>
11009
11010 * faces.el (face-font-family-alternatives): Add arial to helv.
11011 (mode-line, header-line, tool-bar): Same default as x for w32.
11012 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11013 face-font-family-alternatives from working.
11014 * term/w32-win.el (mouse-set-font): Do not build fontset from
11015 chosen font.
11016
11017 2000-02-25 Sam Steingold <sds@goems.com>
11018
11019 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11020 properly.
11021
11022 2000-02-25 Richard M. Stallman <rms@gnu.org>
11023
11024 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11025
11026 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11027
11028 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11029 writable.
11030
11031 * frame.el (busy-cursor-delay-seconds): New option.
11032
11033 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11034
11035 * frame.el (show-cursor-in-non-selected-windows): New option.
11036
11037 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11038
11039 * diary-lib.el (include-other-diary-files): Undo the selective
11040 display in any included file and don't kill it.
11041
11042 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11043
11044 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11045 bar. Menu items converted to (menu-item format, help strings
11046 added.
11047 [downcase, upcase]: Don't enable on MS-DOS.
11048 [symlink, symlinks]: Don't show if make-symbolic-link is not
11049 bound.
11050 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11051
11052 2000-02-23 Dave Love <fx@gnu.org>
11053
11054 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11055 (backward-kill-word): Revert addition of * to interactive spec --
11056 it's a feature.
11057
11058 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11059 (backward-kill-sentence, kill-sentence): Likewise.
11060
11061 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11062 scratch buffer name.
11063 (gud-format-command): Use int-to-string in ?l case. Simplify
11064 slightly.
11065
11066 * term/w32-win.el (internal-face-interactive): Update prompt for
11067 new read-face-name.
11068
11069 * mail/footnote.el (footnote): Add :version to defgroup.
11070 (footnote-section-tag-regexp): Customize.
11071 (footnote-start-tag, footnote-end-tag): New option.
11072 (footnote-latin-regexp): New variable.
11073 (Footnote-latin): New function.
11074 (footnote-style-alist): Add element for latin style.
11075 (footnote-style): Moved.
11076 (Footnote-goto-footnote): Use eq to test arg.
11077
11078 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11079
11080 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11081 (byte-compile-trueconstp): Include keywords.
11082 (byte-optimize-quote, byte-optimize-lapcode): Use
11083 byte-compile-const-symbol-p.
11084 (byte-optimize-char-before): New optimization.
11085
11086 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11087 (byte-compile-const-symbol-p): New function.
11088 (byte-compile-constp, byte-compile-out-toplevel)
11089 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11090 Use it.
11091
11092 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11093
11094 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11095
11096 * international/encoded-kb.el: Be sure to update minor-mode-alist
11097 and minor-mode-map-alist.
11098 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11099 codes SS2 and SS3 correctly.
11100 (encoded-kbd-self-insert-ccl): New function.
11101 (encoded-kbd-setup-keymap): New function.
11102 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11103 by calling encoded-kbd-setup-keymap.
11104
11105 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11106 characters.
11107 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11108 locally.
11109
11110 2000-02-22 Dave Love <fx@gnu.org>
11111
11112 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11113 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11114 defvar.
11115 (lisp-mode-syntax-table): Set up for #|...|# comments.
11116 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11117 classes. Match `defface'.
11118 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11119 (eval-defun-1): Fix for defcustom.
11120 (lisp-indent-region): Doc fix.
11121
11122 * subr.el (when, unless, split-string): Doc fix.
11123 (read-passwd): Move call of clear-this-command-keys to the right
11124 place.
11125 (replace-regexps-in-string): New function.
11126
11127 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11128
11129 * help.el (describe-variable): Set syntax table to
11130 emacs-lisp-mode-syntax-table when moving forward over the
11131 symbol's name.
11132
11133 2000-02-22 Dave Love <fx@gnu.org>
11134
11135 * xt-mouse.el: Doc fixes.
11136 (xterm-mouse-position-function): New function, replacing advice of
11137 mouse-position.
11138 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11139
11140 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11141
11142 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11143
11144 * format.el (format-annotate-single-property-change): Handle
11145 properties.with dotted-list values.
11146 (format-proper-list-p): New function.
11147
11148 * enriched.el (enriched-face-ans): Handle '(foreground-color
11149 . COLOR) and (background-color . COLOR).
11150
11151 2000-02-20 Dave Love <fx@gnu.org>
11152
11153 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11154 and assignments to it.
11155 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11156 current local map.
11157 (make-flyspell-overlay): Use it.
11158 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11159
11160 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11161 (lm-get-header-re): Defun, not defsubst.
11162 (lm-get-package-name): Defun, not defsubst. Simplify.
11163 (lm-version): Doc fix. Simplify.
11164 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11165 (lm-crack-address, lm-last-modified-date, lm-commentary)
11166 (lm-verify, lm-synopsis): Simplify.
11167 (lm-report-bug): Require emacsbug. Use compose-mail.
11168
11169 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11170
11171 * dired.el (dired-mode): Call propertized-buffer-identification
11172 to set mode-line-buffer-identification to something having
11173 the right text properties.
11174
11175 * bindings.el (propertized-buffer-identification): New function.
11176
11177 2000-02-20 Dave Love <fx@gnu.org>
11178
11179 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11180 check for t-mouse too.
11181
11182 * cus-start.el: Make echo-keystrokes `number'.
11183
11184 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11185
11186 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11187 Don't call ring-empty-p unless tags-location-ring is bound.
11188 From Noah Friedman <friedman@splode.com>.
11189
11190 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11191
11192 * progmodes/hideshow.el (hs-flag-region): No longer use
11193 `intangible' overlay property.
11194
11195 (hs-toggle-hiding): New command.
11196 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11197
11198 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11199 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11200 and deactivation.
11201
11202 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11203
11204 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11205
11206 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11207
11208 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11209
11210 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11211 of `*' to handle `(* ... *)' comments.
11212
11213 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11214
11215 * faces.el (list-faces-display): Use display-mouse-p instead of
11216 window-system.
11217
11218 * menu-bar.el (global-map): Menu-bar items converted to the new
11219 format (menu-item..., rearranged for better CUA compliance, and
11220 their names changed for better clarity. Help strings added.
11221
11222 * international/mule-cmds.el (mule-menu-keymap)
11223 (describe-language-environment-map, set-coding-system-map)
11224 (setup-language-environment-map): Convert to new (menu-item...
11225 form, add help strings. Change names of menu items for better
11226 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11227 submenu).
11228
11229 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11230
11231 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11232 within the code.
11233
11234 2000-02-16 Dave Love <fx@gnu.org>
11235
11236 * faces.el: Don't require custom. Add more specific :groups to
11237 various deffaces.
11238 (set-face-attribute): Purecopy args.
11239 (read-face-name): Default to name at point and use it in prompt.
11240 Remove colon from arg in all callers.
11241 (list-faces-display): Hyperlink to face descriptions and customize
11242 buffers.
11243
11244 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11245
11246 * wid-edit.el (widget-match-inline): An atom never matches a
11247 list.
11248
11249 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11250
11251 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11252 at ':' characters by call to split-string.
11253
11254 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11255
11256 * textmodes/bibtex.el: Added RCS version identification.
11257
11258 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11259
11260 * textmodes/bibtex.el: Some temporary comments removed.
11261 (bibtex-field-name, bibtex-entry-type): Made the relationship
11262 explicit.
11263 (bibtex-field-const): Allow capital letters.
11264 (bibtex-start-of-string): Deleted because unused.
11265
11266 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11267 use the term 'reference' to describe a bibtex entry as a whole.
11268 Further, reference keys are no longer called 'labels'.
11269 (bibtex-keys): Renamed to bibtex-reference-keys.
11270 (bibtex-reformat-previous-labels): Renamed to
11271 bibtex-reformat-previous-reference-keys.
11272 (bibtex-reference-type): Renamed to bibtex-entry-type.
11273 (bibtex-reference-head): Renamed to bibtex-entry-head.
11274 (bibtex-reference-maybe-empty-head): Renamed to
11275 bibtex-entry-maybe-empty-head.
11276 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11277 (bibtex-search-reference): Renamed to bibtex-search-entry.
11278 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11279 bibtex-enclosing-entry-maybe-empty-head.
11280 (bibtex-entry-field-alist, bibtex-entry-head,
11281 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11282 bibtex-map-entries, bibtex-search-entry,
11283 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11284 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11285 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11286 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11287 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11288 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11289 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11290
11291 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11292
11293 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11294 comment.
11295 (bibtex-format-field-delimiters): New function, functionality
11296 extracted from bibtex-format-entry.
11297 (bibtex-autokey-get-yearfield-digits): New function, functionality
11298 extracted from bibtex-autokey-get-yearfield.
11299
11300 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11301 entries in order to avoid stack overflow in the regexp matcher if
11302 field contents become large.
11303 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11304 bibtex-field-string-part-not-braced,
11305 bibtex-field-string-part-no-inner-braces,
11306 bibtex-field-string-part-1-inner-brace,
11307 bibtex-field-string-part-2-inner-braces,
11308 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11309 bibtex-field-string-quoted, bibtex-field-string,
11310 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11311 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11312 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11313 as parsing is now performed by the following functions.
11314 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11315 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11316 bibtex-parse-field-string, bibtex-search-forward-field-string,
11317 bibtex-parse-association, bibtex-field-name-for-parsing,
11318 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11319 bibtex-search-forward-field, bibtex-search-backward-field,
11320 bibtex-start-of-field, bibtex-end-of-field,
11321 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11322 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11323 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11324 bibtex-parse-string, bibtex-search-forward-string,
11325 bibtex-search-backward-string, bibtex-start-of-string,
11326 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11327 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11328 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11329 entries. Instead of reporting the results of the parsing by
11330 match-beginning or match-end, these functions return data structures
11331 that hold the corresponding positions.
11332 (bibtex-enclosing-field): Changed to also report field boundaries by
11333 return values rather than by match-beginning or match-end. The
11334 following functions have been adapted to use the new parsing
11335 functions.
11336 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11337 bibtex-enclosing-field, bibtex-format-entry,
11338 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11339 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11340 bibtex-print-help-message, bibtex-end-of-entry,
11341 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11342 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11343 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11344 method for parsing.
11345 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11346 bibtex-map-entries, bibtex-flash-head,
11347 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11348 bibtex-autokey-change, bibtex-autokey-get-namefield,
11349 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11350 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11351 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11352 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11353 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11354 order to make the new binding of case-fold-search immediately
11355 visible.
11356
11357 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11358
11359 * textmodes/bibtex.el: Copyright notice is up to date.
11360 Added constant 'bibtex-maintainer-salutation.
11361
11362 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11363 than make-temp-name, use match-string-no-properties and eliminate
11364 a quadratic behavior when building bibtex-strings.
11365
11366 * bibtex.el (bibtex-reference-key): Accept string entries whose
11367 reference key contains upper case letters.
11368
11369 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11370
11371 * bibtex.el (bibtex-reference-head): Allow entries to start with
11372 a new line.
11373
11374 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11375
11376 * bibtex.el: Hiding of entry bodies is not longer provided by
11377 bibtex.el directly. Instead the hideshow package can be used.
11378 Added a special bibtex entry to hs-special-modes-alist.
11379 (bibtex-hs-forward-sexp): Added for hideshow.el.
11380
11381 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11382
11383 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11384 at ':' characters by call to split-string.
11385
11386 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11387
11388 * textmodes/bibtex.el: Added RCS version identification.
11389
11390 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11391
11392 * textmodes/bibtex.el: Some temporary comments removed.
11393 (bibtex-field-name, bibtex-entry-type): Made the relationship
11394 explicit.
11395 (bibtex-field-const): Allow capital letters.
11396 (bibtex-start-of-string): Deleted because unused.
11397
11398 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11399 use the term 'reference' to describe a bibtex entry as a whole.
11400 Further, reference keys are no longer called 'labels'.
11401 (bibtex-keys): Renamed to bibtex-reference-keys.
11402 (bibtex-reformat-previous-labels): Renamed to
11403 bibtex-reformat-previous-reference-keys.
11404 (bibtex-reference-type): Renamed to bibtex-entry-type.
11405 (bibtex-reference-head): Renamed to bibtex-entry-head.
11406 (bibtex-reference-maybe-empty-head): Renamed to
11407 bibtex-entry-maybe-empty-head.
11408 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11409 (bibtex-search-reference): Renamed to bibtex-search-entry.
11410 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11411 bibtex-enclosing-entry-maybe-empty-head.
11412 (bibtex-entry-field-alist, bibtex-entry-head,
11413 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11414 bibtex-map-entries, bibtex-search-entry,
11415 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11416 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11417 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11418 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11419 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11420 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11421 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11422
11423 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11424
11425 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11426 comment.
11427 (bibtex-format-field-delimiters): New function, functionality
11428 extracted from bibtex-format-entry.
11429 (bibtex-autokey-get-yearfield-digits): New function, functionality
11430 extracted from bibtex-autokey-get-yearfield.
11431
11432 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11433 entries in order to avoid stack overflow in the regexp matcher if
11434 field contents become large.
11435 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11436 bibtex-field-string-part-not-braced,
11437 bibtex-field-string-part-no-inner-braces,
11438 bibtex-field-string-part-1-inner-brace,
11439 bibtex-field-string-part-2-inner-braces,
11440 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11441 bibtex-field-string-quoted, bibtex-field-string,
11442 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11443 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11444 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11445 as parsing is now performed by the following functions.
11446 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11447 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11448 bibtex-parse-field-string, bibtex-search-forward-field-string,
11449 bibtex-parse-association, bibtex-field-name-for-parsing,
11450 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11451 bibtex-search-forward-field, bibtex-search-backward-field,
11452 bibtex-start-of-field, bibtex-end-of-field,
11453 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11454 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11455 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11456 bibtex-parse-string, bibtex-search-forward-string,
11457 bibtex-search-backward-string, bibtex-start-of-string,
11458 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11459 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11460 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11461 entries. Instead of reporting the results of the parsing by
11462 match-beginning or match-end, these functions return data structures
11463 that hold the corresponding positions.
11464 (bibtex-enclosing-field): Changed to also report field boundaries by
11465 return values rather than by match-beginning or match-end. The
11466 following functions have been adapted to use the new parsing
11467 functions.
11468 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11469 bibtex-enclosing-field, bibtex-format-entry,
11470 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11471 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11472 bibtex-print-help-message, bibtex-end-of-entry,
11473 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11474 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11475 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11476 method for parsing.
11477 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11478 bibtex-map-entries, bibtex-flash-head,
11479 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11480 bibtex-autokey-change, bibtex-autokey-get-namefield,
11481 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11482 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11483 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11484 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11485 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11486 order to make the new binding of case-fold-search immediately
11487 visible.
11488
11489 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11490
11491 * textmodes/bibtex.el: Copyright notice is up to date.
11492 Added constant 'bibtex-maintainer-salutation.
11493
11494 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11495 than make-temp-name, use match-string-no-properties and eliminate
11496 a quadratic behavior when building bibtex-strings.
11497
11498 * bibtex.el (bibtex-reference-key): Accept string entries whose
11499 reference key contains upper case letters.
11500
11501 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11502
11503 * bibtex.el (bibtex-reference-head): Allow entries to start with
11504 a new line.
11505
11506 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11507
11508 * bibtex.el: Hiding of entry bodies is not longer provided by
11509 bibtex.el directly. Instead the hideshow package can be used.
11510 Added a special bibtex entry to hs-special-modes-alist.
11511 (bibtex-hs-forward-sexp): Added for hideshow.el.
11512
11513 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11514
11515 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11516 proceedings entry type (for cross referencing). Thanks to Wagner
11517 Toledo Correa for the suggestion.
11518
11519 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11520
11521 2000-02-14 Kenichi Handa <handa@etl.go.jp>
11522
11523 * international/characters.el: Setup case table for Vietnamese.
11524
11525 2000-02-12 Gerd Moellmann <gerd@gnu.org>
11526
11527 * uniquify.el (toplevel): Require CL at compile time.
11528 (uniquify-push): Removed.
11529
11530 * shadowfile.el (shadow-when): Removed.
11531
11532 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11533 (tempo-process-and-insert-string): Use dolist instead of
11534 tempo-dolist.
11535
11536 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11537 regexp for paragraph-start.
11538
11539 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11540 commas as well.
11541
11542 2000-02-10 Dave Love <fx@gnu.org>
11543
11544 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11545 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11546 Deleted.
11547 (widget-specify-field, widget-specify-button): Don't use
11548 widget-mouse-help as help-echo property.
11549 (default): Use #'ignore for :validate and :mouse-down-action.
11550 (checkbox): Add help-echo.
11551 (widget-sexp-validate): Rewritten to clarify error messages.
11552 (character): Use char-valid-p in :match function.
11553 (widget-color-complete): Use facemenu-color-alist.
11554 (widget-color-action): Use facemenu-read-color.
11555
11556 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11557 set up `caar' &c that we now have.
11558
11559 2000-02-09 Ray Blaak <blaak@gnu.org>
11560
11561 * delphi.el: Make resourcestring a declaration region, like const
11562 and var.
11563
11564 2000-02-09 Dave Love <fx@gnu.org>
11565
11566 * bindings.el (mode-line-input-method-map): New variable.
11567 (mode-line-mule-info): Use it; fix last change.
11568 (mode-line-mode-menu): Move definition.
11569 (mode-line-mouse-sensitive-p): Deleted.
11570 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11571 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11572 level.
11573
11574 * startup.el (command-line-1): Don't call
11575 make-mode-line-mouse-sensitive.
11576
11577 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11578
11579 * mail/rmail.el (rmail-retry-failure): Use
11580 rmail-beginning-of-message before rmail-toggle-header, because the
11581 former toggles headers.
11582
11583 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11584
11585 * diff-mode.el (diff-kill-junk): New interactive function.
11586 (diff-reverse-direction): Use delete-and-extract-region.
11587 (diff-post-command-hook): Restrict the area so that the hook also works
11588 outside of any diff hunk. This is necessary for the minor-mode.
11589 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11590 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11591
11592 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11593 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11594 so that it can be used more easily in <foo>-mode-hook. Also make sure
11595 to avoid duplicate entries.
11596 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11597 (font-lock-remove-keywords): Just as was done for `add', allow it to
11598 work even if font-lock-mode is nil. Also make sure we don't modify
11599 any pre-existing list by forcing a copy-sequence. Finally rename
11600 `major-mode' to `mode'.
11601 (font-lock-fontify-syntactic-anchored-keywords)
11602 (font-lock-fontify-anchored-keywords)
11603 (font-lock-fontify-keywords-region): Use line-end-position.
11604 Don't make `font-lock-multiline' local (it's now done in
11605 font-lock-set-defaults).
11606 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11607 move the `font-lock-fontified' creation to inside the `unless'.
11608
11609 2000-02-06 Andrew Innes <andrewi@gnu.org>
11610
11611 * term/w32-win.el (x-handle-args): Comment out call to message,
11612 which occurs before window system is initialized.
11613
11614 * makefile.nt: Add support for recompiling lisp code.
11615
11616 2000-02-04 Dave Love <fx@gnu.org>
11617
11618 * bindings.el (mode-line-mule-info): Fix/extend last change.
11619
11620 * completion.el: Replace completion-dolist with dolist.
11621
11622 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11623 dotimes.
11624
11625 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11626
11627 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11628 environment names before they go into the section regexp.
11629
11630 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11631 char class in regexp.
11632
11633 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11634 `case-fold-search' to nil.
11635
11636 * progmodes/idlwave.el (idlwave-template): Respect
11637 `idlwave-abbrev-change-case'.
11638 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11639 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11640 idlwave-while): respect `idlwave-reserved-word-upcase'.
11641 (idlwave-rw-case): New function.
11642 (idlwave-statement-match): Fixed problem with assignment regexp.
11643 (idlwave-font-lock-keywords): Improved regexp for keyword
11644 parameters.
11645 (idlwave-surround): New argument LENGTH to support padding of
11646 operators longer than 1 char.
11647
11648 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11649 idlwave-shell-expression-overlay. Implemented printing of
11650 expressions on higher levels of the calling stack.
11651 (idlwave-shell-display-level-in-calling-stack): Restore stack
11652 level.
11653 (idlwave-retrieve-expression-from-level): New function.
11654 (idlwave-shell-last-calling-stack): Variable removed.
11655 (idlwave-shell-reset): Argument action reversed (`visible' to
11656 `hidden'). Also remove stop-line overlay.
11657 (idlwave-shell-calling-stack-routine): New variable.
11658 (idlwave-shell-parse-stack-and-display): Messages now display
11659 negative level numbers.
11660 (idlwave-shell-mode): Set `modeline-format'.
11661 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11662 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11663 21.
11664 (idlwave-shell-print-expression-function): New option.
11665
11666 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11667 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11668 `tool-bar' instead of `toolbar'.
11669
11670 2000-02-02 Dave Love <fx@gnu.org>
11671
11672 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11673 emacs-lisp-mode-hook. Don't check for defalias being defined.
11674
11675 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11676 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11677 the new builtins directly.
11678
11679 * whitespace.el (whitespace): Add :version to defgroup.
11680
11681 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11682 Doc fix.
11683
11684 * thingatpt.el (sexp-at-point, symbol-at-point)
11685 (number-at-point, list-at-point): Add autoload cookie.
11686
11687 * recentf.el (recentf): Add :version to defgroup.
11688
11689 * quickurl.el (quickurl): Add :version to defgroup.
11690
11691 * elide-head.el (elide-head): Use point-marker more.
11692
11693 * bs.el (bs): Add :version to defgroup.
11694
11695 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11696
11697 * progmodes/delphi.el (delphi): Add :version to defgroup.
11698
11699 2000-02-02 Gerd Moellmann <gerd@gnu.org>
11700
11701 * ange-ftp.el (ange-ftp-write-region): Handle case that
11702 succeeding process operation sets a different coding system.
11703
11704 * calculator.el: New file.
11705
11706 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11707
11708 * frame.el (frames-on-display-list, framep-on-display): New
11709 functions.
11710 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11711 (display-selections-p, display-screens, display-pixel-width)
11712 (display-pixel-height, display-mm-width, display-mm-height)
11713 (display-backing-store, display-save-under, display-planes)
11714 (display-color-cells, display-visual-class): New functions.
11715
11716 * term/tty-colors.el (tty-color-gray-shades): New function.
11717
11718 * faces.el (display-color-p): Use framep-on-display.
11719 (display-grayscale-p): New function.
11720
11721 2000-01-31 Dave Love <fx@gnu.org>
11722
11723 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11724 (create-fontset-from-x-resource): Don't concat integers.
11725
11726 2000-01-31 Inge Frick <inge@nada.kth.se>
11727
11728 * view.el: Some changes in documentation. Removed some trailing
11729 whitespace. Changed some parameter names to agree with
11730 documentation.
11731 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11732 window is not deleted. Modifies change 1998-04-26.
11733
11734 2000-01-31 Gerd Moellmann <gerd@gnu.org>
11735
11736 * windmove.el: New file.
11737
11738 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11739 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11740 progmodes/ebnf-yac.el: Update copyright and license info.
11741
11742 * jit-lock.el (jit-lock-function): Widen before calculating end
11743 position.
11744 (jit-lock-stealth-chunk-start): Rewritten.
11745
11746 * info.el (Info-title-face-alist): Removed.
11747 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11748 faces.
11749 (Info-fontify-node): Use these faces.
11750
11751 2000-01-30 Gerd Moellmann <gerd@gnu.org>
11752
11753 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11754 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11755 `&allow-other-keywords'.
11756
11757 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11758 the list of directories scanned heuristically.
11759
11760 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11761 exist.
11762
11763 2000-01-30 Jason Rumney <jasonr@gnu.org>
11764
11765 * w32-fns.el: Define w32-tty-standard-colors.
11766
11767 * startup.el (command-line): Use w32-tty-standard-colors when in
11768 w32 console mode.
11769
11770 2000-01-30 Dave Love <fx@gnu.org>
11771
11772 * jka-compr.el (jka-compr-load): Fix up load-history.
11773
11774 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11775
11776 * emacs-lisp/cl-macs.el: Revert previous change.
11777
11778 2000-01-29 Dave Love <fx@gnu.org>
11779
11780 * facemenu.el: Purecopy various strings.
11781
11782 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11783 years. Deal with three-digit years.
11784
11785 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11786 defconst, purecopy.
11787 (help-back-label): Purecopy it.
11788
11789 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11790
11791 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11792 variable. If non-nil, order the buffer list according to the
11793 currently selected frame.
11794 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11795 non-nil, pass the selected frame to function buffer-list.
11796
11797 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11798
11799 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11800
11801 2000-01-28 Dave Love <fx@gnu.org>
11802
11803 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11804
11805 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11806 Don't use lisp-indent-hook property.
11807 (cl-abs): Remove.
11808
11809 * subr.el: Move out indent and edebug specs for when and unless.
11810
11811 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11812 when, unless.
11813
11814 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11815 unless, when.
11816
11817 2000-01-28 Gerd Moellmann <gerd@gnu.org>
11818
11819 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11820 `collecting' as synonym for `collect'.
11821
11822 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11823 for the case it contains spaces.
11824
11825 * simple.el (what-cursor-position): Change formatting of
11826 messages.
11827
11828 * frame.el (delete-other-frames): New function.
11829 (toplevel): Bind it to C-x 5 1.
11830
11831 * sort.el (sort-numeric-base): New option.
11832 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11833 interpret it as octal or hexadecimal. Use sort-numeric-base
11834 as default base.
11835
11836 * progmodes/glasses.el: New file.
11837
11838 2000-01-27 Gerd Moellmann <gerd@gnu.org>
11839
11840 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11841 userids differently.
11842
11843 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11844 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11845 progmodes/ebnf-yac.el: New files.
11846
11847 2000-01-26 Dave Love <fx@gnu.org>
11848
11849 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11850 on a function with an empty body. [From Eric Ludlam.]
11851
11852 2000-01-25 Andre Spiegel <spiegel@gnu.org>
11853
11854 * vc.el (vc-version-diff): Make sure file name is expanded.
11855
11856 2000-01-25 Gerd Moellmann <gerd@gnu.org>
11857
11858 * scroll-bar.el (scroll-bar-timer): Variable removed.
11859 (scroll-bar-toolkit-scroll): Don't use a timer.
11860
11861 2000-01-25 Kenichi Handa <handa@etl.go.jp>
11862
11863 * language/thai-util.el (thai-composition-function): Delete
11864 superfluous `a'.
11865
11866 2000-01-24 Dave Love <fx@gnu.org>
11867
11868 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11869 end-of-defun-function.
11870
11871 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11872 &c.
11873
11874 2000-01-22 Jason Rumney <jasonr@gnu.org>
11875
11876 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11877 conflicts with new face support.
11878
11879 2000-01-22 Richard M. Stallman <rms@gnu.org>
11880
11881 * replace.el (query-replace): Rename last arg to DELIMITED.
11882 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11883 (query-replace-regexp): Likewise.
11884
11885 2000-01-20 Richard M. Stallman <rms@gnu.org>
11886
11887 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11888
11889 * emacs-lisp/lisp.el (beginning-of-defun-function):
11890 Variable renamed from beginning-of-defun.
11891 Do not call make-variable-buffer-local.
11892 (beginning-of-defun-raw): Use new variable name; doc fix.
11893 (beginning-of-defun): Doc fix.
11894 (end-of-defun-function): Variable renamed from end-of-defun.
11895 Do not call make-variable-buffer-local.
11896 (end-of-defun): Use new variable name; doc fix.
11897
11898 * subr.el (dolist, dotimes): Copied from cl-macs.el
11899 and made to work.
11900
11901 * mail/undigest.el (rmail-digest-end-regexps):
11902 Variable replaces rmail-digest-end-regexp.
11903 Allows multiple regexps for detecting the end line.
11904 (undigestify-rmail-message): Corresponding changes.
11905
11906 2000-01-19 Dave Love <fx@gnu.org>
11907
11908 * files.el (user-init-file): Don't declare here -- is primitive.
11909
11910 * startup.el (command-line): Check for compiled user-init-file and
11911 set to uncompiled version if necessary.
11912
11913 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11914
11915 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11916 (undigestify-rmail-message): Use it.
11917
11918 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11919
11920 2000-01-17 Gerd Moellmann <gerd@gnu.org>
11921
11922 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11923 of mini-buffer.
11924
11925 2000-01-14 Gerd Moellmann <gerd@gnu.org>
11926
11927 * emacs-lisp/copyright.el (copyright-update): Removed the
11928 requirement for a trailing space from `copyright-regexp', to
11929 support copyrights with owner specified on a separate line..
11930
11931 * align.el: New file.
11932
11933 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11934
11935 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11936
11937 2000-01-13 Dave Love <fx@gnu.org>
11938
11939 * ph.el: Removed. (Obsoleted by EUDC.)
11940
11941 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11942
11943 * net/eudc.el (toplevel): Remove autoloaded code installing
11944 menu with easymenu, because that causes build problems.
11945
11946 * frame.el (frame-notice-user-settings): New variable.
11947 (frame-notice-user-settings): Don't modify frame parameters
11948 if called a second time.
11949
11950 2000-01-13 Richard M. Stallman <rms@gnu.org>
11951
11952 * frame.el (frame-notice-user-settings):
11953 Notice default-frame-parameters even for non-window frames.
11954
11955 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11956
11957 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11958 for Emacs.
11959 (eudc-bob-can-display-inline-images): Extend for Emacs.
11960 (eudc-bob-toggle-inline-display): Ditto.
11961 (eudc-bob-display-jpeg): Ditto.
11962
11963 2000-01-12 Gerd Moellmann <gerd@gnu.org>
11964
11965 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11966 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11967 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11968
11969 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11970 nil)'.
11971
11972 * subdirs.el: Add `net' directory.
11973
11974 * net: New directory.
11975
11976 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11977 eval-last-sexp. Don't bind debug-on-error here.
11978 (eval-last-sexp): New function. Bind debug-on-error if
11979 eval-expression-debug-on-error is non-nil.
11980 (eval-defun-2, eval-defun): Likewise.
11981
11982 * simple.el (eval-expression): Don't bind debug-on-error if
11983 eval-expression-debug-on-error is nil. Detect changed
11984 debug-on-error, and propagate new value to global binding, if
11985 eval-expression-debug-on-error is non-nil,
11986 (eval-expression-debug-on-error): Change doc string.
11987
11988 2000-01-11 Richard M. Stallman <rms@gnu.org>
11989
11990 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11991
11992 * emacs-lisp/lisp-mode.el (with-syntax-table):
11993 Set up lisp-indent-function property.
11994
11995 * subr.el (with-syntax-table): Moved from simple.el.
11996
11997 * simple.el (with-syntax-table): Moved to subr.el.
11998
11999 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12000
12001 * tmm.el (tmm-shortcut): Delete region after prompt instead
12002 of erasing buffer.
12003
12004 * textmodes/fill.el (fill-common-string-prefix): New function.
12005 (fill-context-prefix): Use the longest common prefix of first
12006 and second line fill prefix, if there is one.
12007
12008 2000-01-11 Richard M. Stallman <rms@gnu.org>
12009
12010 * array.el (array-mode): Don't use make-variable-buffer-local.
12011 Use make-local-variable for `truncate-lines'.
12012
12013 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12014
12015 * add-log.el (add-log-current-defun): Handle user-defined
12016 add-log-current-function returning nil,
12017
12018 * add-log.el (add-change-log-entry): Insert version number
12019 if having found a current function
12020
12021 * add-log.el (add-log-current-defun): Call
12022 `add-log-current-defun-function'. Try matches at level 0 and
12023 level 1. Strip whitespace from defun found.
12024
12025 2000-01-10 John Wiegley <johnw@gnu.org>
12026
12027 * allout.el (isearch-done/outline-provisions): Added `edit'
12028 argument to correspond with the current definition of
12029 `isearch-done'.
12030
12031 2000-01-10 Dave Love <fx@gnu.org>
12032
12033 * elide-head.el (elide-head): Use point-marker, not point.
12034
12035 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12036
12037 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12038 before and after the year 2000.
12039
12040 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12041 Add ispell- prefix.
12042
12043 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12044
12045 * ispell.el: Only define dictionaries in menus when they exist.
12046 (version18p): New variable.
12047 (version20p): New variable.
12048 (xemacsp): New variable.
12049 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12050 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12051 (ispell-dictionary-alist6): Russian command lines no longer accept
12052 run-together words.
12053 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12054 (ispell-dictionary-alist): Add koi8-r to customize definition.
12055 (check-ispell-version): Added documentation string. Returns
12056 library path when called non-interactively.
12057 (ispell-menu-map-needed): Uses new variables.
12058 (ispell-library-path): New variable.
12059 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12060 (ispell-word): Improved documentation string. Test for valid
12061 character mappings. Correctly check typed in word changes that can
12062 result in single words split into multiple words. Returns
12063 replacement word.
12064 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12065 replace in recursive query replace mode. Help message for
12066 recursive edit mode.
12067 (ispell-show-choices): Protect against bad framepop bindings.
12068 (ispell-help): Fix to work with XEmacs.
12069 (ispell-highlight-spelling-error): Use new variables.
12070 (ispell-overlay-window): Fix to work with XEmacs.
12071 (ispell-parse-output): Passed and returns location information
12072 tracking spelling corrections. Doesn't recheck same word on
12073 current line.
12074 (ispell-init-process): Protect against bogus XEmacs variable binding.
12075 Fix call to single argument in sleep-for. Use new variables.
12076 (ispell-region): Passed and returns location information tracking
12077 spelling corrections. Doesn't check same word on current line.
12078 Improved documentation string. Doesn't resend a line already
12079 checked to the ispell process - fixes bug in LaTeX parsing.
12080 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12081 (ispell-skip-region): No longer skips <TT> in SGML.
12082 (ispell-process-line): Tracks location information with spelling
12083 corrections. Added documentation string. Accounts for words
12084 already accepted on this line. Don't allow query-replace on line
12085 starting with math characters. Doesn't resend a line already sent
12086 to ispell process. Fixes alignment error bug.
12087
12088 2000-01-10 Richard M. Stallman <rms@gnu.org>
12089
12090 * dired-x.el (dired-guess-shell-alist-default):
12091 Suggest xloadimage, which is free, not xv, which isn't.
12092
12093 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12094 Don't ever include the host name or user name in the value.
12095
12096 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12097
12098 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12099 of a real newline.
12100
12101 2000-01-09 Stephen Eglen <stephen@gnu.org>
12102
12103 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12104 for .png files.
12105
12106 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12107
12108 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12109
12110 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12111
12112 * progmodes/cperl-mode.el: Replace ^F with ^L.
12113
12114 * sendmail.el (toplevel): Provide `sendmail' when compiling
12115 before `require'ing rmail and mailalias to prevent infinite
12116 recursion.
12117
12118 2000-01-08 Dave Love <fx@gnu.org>
12119
12120 * emacs-lisp/backquote.el: Remove inappropriate customization
12121 (allowing custom.el to use backquote).
12122
12123 2000-01-07 Dave Love <fx@gnu.org>
12124
12125 * add-log.el (add-log-debugging): Deleted.
12126 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12127 file. Remove debugging code.
12128 (change-log-get-method-definition, change-log-name): Add doc.
12129 (change-log-sortable-date-at): New function.
12130 (change-log-merge): New command.
12131
12132 * time.el (display-time-string-forms): Make the Mail string active.
12133 (display-time-update): Provide help-echo for load average.
12134
12135 * bindings.el (make-mode-line-mouse2-map): New function.
12136 (mode-line-modified): Use it and simplify.
12137 (mode-line-mule-info): Provide help-echo info.
12138 (minor-mode-alist): Activate the strings.
12139 (make-mode-line-mouse-sensitive): Simplify for
12140 mode-line-buffer-identification.
12141
12142 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12143
12144 * play/pong.el: New file.
12145
12146 2000-01-06 Dave Love <fx@gnu.org>
12147
12148 * array.el: Assorted cleanups for compiler warnings, doc strings,
12149 `array-' prefix for symbols.
12150
12151 2000-01-05 Dave Love <fx@gnu.org>
12152
12153 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12154 outline-headers-as-kill.
12155 (outline-mode): Define imenu-generic-expression.
12156 (outline-headers-as-kill): New command.
12157
12158 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12159 from paragraph-start.
12160 (paragraph-indent-minor-mode): New command.
12161
12162 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12163 M-C-e, M-C-h, C-j, C-xnd, TAB.
12164 (fortran-mode): Set beginning-of-defun, end-of-defun.
12165 (fortran-column-ruler): Simplify.
12166 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12167 (fortran-with-subprogram-narrowing): Likewise.
12168 (fortran-indent-subprogram): Call mark-defun.
12169 (fortran-check-for-matching-do): Change narrowing.
12170
12171 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12172 (cl-lucid-hash-tag): Delete.
12173 (cl-hash-table-p): Correct test for native table.
12174 (cl-hash-table-count): Use hash-table-count.
12175
12176 * browse-url.el (browse-url): Fix case of
12177 browse-url-browser-function being an alist.
12178
12179 2000-01-05 Carsten Dominik <cd@gnu.org>
12180
12181 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12182 (reftex-index-phrase-file-extension): New options.
12183
12184 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12185 Use new option `reftex-index-phrase-file-extension'.
12186
12187 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12188 `reftex-parse-file-extension'.
12189
12190 2000-01-05 Dave Love <fx@gnu.org>
12191
12192 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12193 (beginning-of-defun-raw): Use it.
12194 (end-of-defun): New variable.
12195 (end-of-defun): Use it.
12196 (check-parens): New command.
12197
12198 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12199
12200 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12201 (hs-show-block): Don't use `mapcar' when not accumulating.
12202
12203 Fix buglet in local variables initialization.
12204
12205 2000-01-05 Andreas Schwab <schwab@suse.de>
12206
12207 * hscroll.el (hscroll): Doc fix.
12208
12209 2000-01-05 Carsten Dominik <cd@gnu.org>
12210
12211 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12212 idlw-toolbar.
12213
12214 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12215 file idlw-rinfo.el.
12216 (idlwave-customize): load must read file idlw-shell.el.
12217 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12218
12219 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12220
12221 * progmodes/idlw-shell.el: Also provide idlwave-shell
12222 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12223 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12224
12225 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12226 both reftex-dcr and reftex-vcr.
12227
12228 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12229
12230 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12231
12232 * ps-print.el: PostScript code now is in separate files, doc fix.
12233 (ps-print-version): New version number (5.0.3).
12234 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12235 local.
12236 (ps-spool-config): Initialization fix.
12237 (ps-print-prologue-1, ps-print-prologue-2)
12238 (ps-print-duplex-feature): PostScript code moved to separated file.
12239 (ps-background-image): Little code reformating.
12240 (ps-begin-file, ps-begin-job): Fix code.
12241 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12242 (ps-prologue-file): New fun.
12243
12244 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12245
12246 * ps-vars.el: Eliminated.
12247
12248 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12249 `;;;###autoload'.
12250
12251 * ps-print.el: ps-vars eliminated, doc fix.
12252 (ps-print-version): New version number (5.0.2).
12253 (ps-spool-config): Initialization fix.
12254 (ps-print-customize): New fun.
12255
12256 2000-01-04 Gerd Moellmann <gerd@gnu.org>
12257
12258 * autorevert.el (auto-revert-mode): Return value of
12259 auto-revert-mode.
12260
12261 2000-01-04 Dave Love <fx@gnu.org>
12262
12263 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12264 menu items.
12265
12266 2000-01-03 Dave Love <fx@gnu.org>
12267
12268 * elide-head.el (elide-head) [defgroup]: Add :version.
12269
12270 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12271 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12272 `cl-hash-table-p', not `hash-table-p'.
12273 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12274
12275 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12276
12277 * faces.el (face-read-integer, read-face-attribute)
12278 (color-defined-p, color-values): unspecified-{f,b}g are now
12279 strings.
12280
12281 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12282
12283 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12284 at comment end, and re-insert them after filling.
12285
12286 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12287
12288 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
12289 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12290 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
12291
12292 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12293
12294 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12295 the new name of face-color-supported-p.
12296
12297 * term/w32-win.el (xw-defined-colors): Likewise.
12298
12299 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12300
12301 * simple.el (completion-setup-function): Count completion-size
12302 from minibuffer-prompt-end, not from point-min.
12303
12304 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12305
12306 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12307 Pass the frame to tty-color-* functions.
12308 (display-color-p, frame-set-background-mode): Pass the frame to
12309 tty-display-color-p.
12310
12311 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12312 tty-color-alist.
12313 (tty-color-alist, tty-modify-color-alist): New functions.
12314 (tty-color-define, tty-color-clear, tty-color-approximate)
12315 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12316 an optional parameter FRAME.
12317
12318 2000-01-01 Gerd Moellmann <gerd@gnu.org>
12319
12320 * image.el (create-image, defimage): Don't assume image data is a
12321 string.
12322
12323 * image.el (defimage): Handle specifications containing :data
12324 instead of :file.
12325 (image-type-from-data): New function.
12326 (image-type-from-file-header): Use it.
12327 (create-image): Add parameter DATA-P.
12328
12329 See ChangeLog.8 for earlier changes.
12330
12331 ;; Local Variables:
12332 ;; coding: iso-2022-7bit
12333 ;; End: