]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-11-22 Miles Bader <miles@gnu.org>
2
3 * image-file.el (insert-image-file): Don't make `read-only'
4 property rear-nonsticky.
5
6 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8 stashing away its original value.
9 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10 in the recursive edit.
11 Bind `isearch-original-minibuffer-message-timeout' to protect it.
12 (isearch-done): Restore `minibuffer-message-timeout'.
13
14 * cus-start.el: Remove entry for `mode-line-inverse-video'.
15
16 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
17
18 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
19
20 * find-lisp.el (find-lisp-find-files-internal):
21 Use dolist, when and file-name-as-directory.
22
23 * emacs-lisp/edebug.el (edebug-form-spec prop): use dolist.
24 (define-derived-mode, define-minor-mode): Add specs.
25
26 * window.el: General comment and spacing fixes.
27 (save-selected-window): Use backquotes.
28 (window-safely-shrinkable-p): New function.
29 (shrink-window-if-larger-than-buffer): Use it.
30
31 * subr.el (make-local-hook): Docstring fix.
32
33 * shell.el (shell-mode): Use define-derived-mode.
34
35 * newcomment.el (comment-indent): Insert comment before calling
36 comment-indent-function. Don't insert in column 0.
37 (comment-dwim): Indent before inserting comment.
38
39 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
40 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
41 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
42 Use mapc rather than map.
43
44 * files.el (find-buffer-visiting): Compare all attributes before
45 declaring two files identical (rather than just their inode-no).
46 (auto-mode-alist): Use \' rather than $.
47
48 * which-func.el: Update maintainer line.
49
50 * pcvs.el (uniquify-buffer-file-name): Remove advice.
51 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
52 (uniquify-buffer-file-name): Use it.
53
54 2000-11-22 Miles Bader <miles@gnu.org>
55
56 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
57 * simple.el (minibuffer-avoid-prompt): New function.
58
59 2000-11-21 Gerd Moellmann <gerd@gnu.org>
60
61 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
62
63 2000-11-21 Miles Bader <miles@gnu.org>
64
65 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
66 inclusion of `track-mouse'.
67
68 * textmodes/refill.el (refill-ignorable-overlay): New variable.
69 (refill-adjust-ignorable-overlay): New function.
70 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
71 only the paragraph's tail if possible.
72 Update `refill-ignorable-overlay'.
73 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
74
75 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
76 point inside the fill-prefix.
77
78 * textmodes/refill.el (refill-post-command-function): Don't reset
79 refill-doit in the case where a self-insertion command doesn't
80 case a refill. Use `refill-fill-paragraph-at', getting position
81 from `refill-doit'.
82 (refill-after-change-function): Set `refill-doit' to END.
83 (refill-fill-paragraph-at): New function, mostly from old
84 refill-fill-paragraph.
85 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
86 (refill-pre-command-function): New function.
87 (refill-mode): Add it to `pre-command-hook'.
88
89 2000-11-20 Gerd Moellmann <gerd@gnu.org>
90
91 * textmodes/artist.el (artist-mode): Fix autoload cookie.
92
93 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
94 javadoc tags.
95
96 2000-11-20 Andre Spiegel <spiegel@gnu.org>
97
98 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
99 vc.el).
100
101 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
102 require vc.
103
104 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
105 checkouts.
106
107 2000-11-20 Dave Love <fx@gnu.org>
108
109 * Makefile.in (DONTCOMPILE): Omit bindings.el.
110
111 2000-11-20 Gerd Moellmann <gerd@gnu.org>
112
113 * calculator.el: New version from author.
114
115 2000-11-19 Gerd Moellmann <gerd@gnu.org>
116
117 * info.el (info-menu-5): Doc fix.
118
119 * textmodes/artist.el: New file.
120
121 2000-11-19 Andre Spiegel <spiegel@gnu.org>
122
123 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
124 and differentiate according to checkout model.
125 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
126 since this function is only concerned with master state.
127
128 * vc-hooks.el (vc-workfile-unchanged-p,
129 vc-default-workfile-unchanged-p): Moved here from vc.el.
130
131 * vc.el (vc-workfile-unchanged-p,
132 vc-default-workfile-unchanged-p): See above.
133
134 2000-11-19 Miles Bader <miles@gnu.org>
135
136 * image-file.el (insert-image-file): Make `intangible' and
137 `read-only' properties rear-nonsticky too.
138
139 2000-11-18 Gerd Moellmann <gerd@gnu.org>
140
141 * ps-print.el: Update copyright notice.
142
143 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
144 (tooltip-show): Use the offsets.
145
146 * bindings.el (mode-line-modified): Fix a typo.
147 (mode-line-toggle-modified, mode-line-widen)
148 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
149
150 2000-11-17 Gerd Moellmann <gerd@gnu.org>
151
152 * ps-print.el: Minor fixes from author.
153
154 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
155
156 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
157 (vc-version-backup-file): Docstring fix.
158
159 2000-11-16 Gerd Moellmann <gerd@gnu.org>
160
161 * files.el (basic-save-buffer): Don't add a newline if
162 find-file-literally is non-nil.
163 (find-file-literally): Extend doc string.
164
165 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
166 sort(1) with the `-f' argument.
167
168 2000-11-16 Andre Spiegel <spiegel@gnu.org>
169
170 * vc.el: Updated backend documentation.
171 (vc-default-check-headers): New function.
172
173 * vc-{cvs,rcs,sccs}.el: Functions reordered.
174
175 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
176 up-to-date.
177 (vc-do-command): In the asynchronous case, output messages only if
178 the minibuffer is not active.
179
180 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
181 `vc-cvs-use-edit' is on.
182 (vc-cvs-checkout): When this is used for reverting the workfile,
183 make a backup of the original contents and revert to that in case
184 of error.
185 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
186 remote repositories.
187
188 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
189 for both version and ratio in the minibuffer.
190
191 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
192 Use vc-do-command to perform the annotation, not call-process.
193
194 2000-11-16 Kenichi Handa <handa@etl.go.jp>
195
196 * international/quail.el (quail-start-translation): Don't call
197 `message' before reading key sequence.
198
199 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
200
201 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
202
203 2000-11-16 Kenichi Handa <handa@etl.go.jp>
204
205 * window.el (fit-window-to-buffer): Be sure to acquire at least
206 one text line even if the buffer is empty.
207
208 2000-11-16 Gerd Moellmann <gerd@gnu.org>
209
210 * net/ange-ftp.el (ange-ftp-file-writable-p)
211 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
212 ange-ftp-process-verbose to nil.
213
214 2000-11-15 Dave Love <fx@gnu.org>
215
216 * wid-edit.el (widget-specify-field, widget-specify-button): If
217 :help-echo is a function, set help-echo of overlay to
218 widget-mouse-help.
219 (widget-mouse-help): New function.
220 (widget-echo-help): Rewritten for :help-echo functions only taking
221 a widget arg.
222
223 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
224 display-graphic-p.
225 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
226 and that JPEG is available.
227 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
228
229 * international/mule-cmds.el (locale-charset-language-names):
230 Match @euro.
231
232 2000-11-15 Gerd Moellmann <gerd@gnu.org>
233
234 * faces.el (face-set-after-frame-default): If
235 `inhibit-default-face-x-resources' is bound, don't intialize the
236 default face from X resources.
237
238 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
241 Don't set EMACSLOADPATH.
242
243 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
246 texinfo-insert-@url.
247 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
248 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
249
250 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
251
252 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
253 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
254 (checkdoc-minor-keymap): Backward compatibility.
255 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
256 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
257 (checkdoc-this-string-valid-engine): Be a bit more strict
258 to avoid matching substrings of `...' quoted vars/funs.
259 (checkdoc-defun-info): Only look for `interactive' if alone.
260 (debug-ignored-errors): Add "arg doesn't appear in docstring".
261
262 * progmodes/compile.el (grep): `tag-default' can be nil.
263
264 * newcomment.el (comment-indent): Paren typo.
265
266 2000-11-14 Dave Love <fx@gnu.org>
267
268 * calculator.el: New maintainer version.
269
270 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
271
272 * cmuscheme.el: Doc fixes.
273 (cmuscheme) <defgroup>: Use `scheme' as parent.
274 (cmuscheme-program-name): Remove. Change uses to
275 scheme-program-name.
276
277 * xscheme.el (scheme-program-name): Don't define here.
278
279 * progmodes/scheme.el (scheme-program-name): New variable
280 (originally in cmuscheme).
281
282 2000-11-14 Miles Bader <miles@gnu.org>
283
284 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
285 Handle header-lines. Don't loop forever if we can't enlarge the
286 window anymore. Simplify a bit.
287
288 2000-11-14 Kenichi Handa <handa@etl.go.jp>
289
290 * window.el (fit-window-to-buffer): Don't check
291 window-text-height. Assure that the last line is fully visible.
292
293 * international/quail.el (quail-show-guidance-buf): Call
294 fit-window-to-buffer to assure the enough height of the guidance
295 buffer.
296 (quail-update-guidance): Avoid making the guidance buffer shorter.
297
298 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
299
300 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
301 rather than `prepend' and add an interesting comment.
302 (tex-math-face, tex-font-lock-syntactic-face-function):
303 New face and function to use it.
304 (tex-define-common-keys, tex-mode-map): Use menu-item rather
305 than `menu-enable' symbol property.
306 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
307 (tex-mode): Add some latex-mode commands for auto-selection.
308 Use tex-font-lock-syntactic-face-function.
309 (tex-insert-quote): Simplify.
310 (tex-shell): New mode.
311 (tex-start-shell): Use it.
312 (tex-shell-proc, tex-shell-buf): New functions.
313 (tex-send-command): Use it.
314 (tex-main-file): Fix the meaning of the new arg REALFILE.
315 (tex-send-tex-command): New function split from `tex-start-tex'.
316 Set compilation-last-buffer and compilation-parsing-end.
317
318 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
319 when it follows non-comment text on the line.
320
321 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
322 Set font-lock-defaults.
323 (lisp-mode-shared-map): Init inside the defvar.
324 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
325 Use define-derived-mode.
326
327 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
328
329 * faces.el (header-line): Use `:box nil' for color/gs displays too.
330
331 2000-11-14 Gerd Moellmann <gerd@gnu.org>
332
333 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
334 recursively optimize body because that can lead to infinite
335 recursion; see comment there.
336
337 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
338
339 * faces.el (face-spec-set-match-display): Revert the change from
340 2000-10-24. Add a FIXME for after v21.1.
341
342 2000-11-13 Miles Bader <miles@gnu.org>
343
344 * textmodes/fill.el (skip-line-prefix): New function.
345 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
346 (fill-paragraph): Don't leave point inside the fill-prefix.
347 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
348 point inside the fill-prefix.
349
350 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
351
352 * calendar/calendar.el (generate-calendar-window): Use
353 `fit-window-to-buffer'.
354
355 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
356
357 * gud.el (gud-minor-mode): New var.
358 (gud-symbol, gud-val): New functions.
359 (gud-find-file): Copy gud-minor-mode to the new buffer.
360 (gud-menu-map): Include entries for commands that are not always
361 available, using :enable to (de)activate them.
362 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
363 (gud-mode-map): New map.
364 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
365 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
366 Don't set up gud's menu (it's done by the minor-mode).
367 (gud-minibuffer-local-map): New.
368 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
369 (gud-query-cmdline): New function.
370 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
371 (gud-mode): Use define-derived-mode.
372 Don't set up gud's menu (it's done by the minor-mode).
373 (gud-chop-words): Remove.
374 (gud-common-init): Use split-string instead.
375 (gud-new-keymap, gud-make-debug-menu): Eradicate.
376
377 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
378 Add keyword arg :name.
379
380 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
381 (diff-count-matches, diff-split-hunk): New functions.
382 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
383
384 * pcvs-info.el (cvs-fi-conflict-face): New var.
385
386 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
387 Make it into a simple syntax-table, shared among all submodes.
388 (sh-heredoc-face): Re-introduce.
389 (sh-font-lock-syntactic-face-function): New function.
390 (sh-mode): Use it. Also use define-derived-mode.
391 Remove old bogus setting of indent-region-function.
392 (sh-set-shell): Don't set the syntax-table any more.
393 (sh-mode-syntax-table) <defun>: Remove.
394
395 2000-11-12 Miles Bader <miles@gnu.org>
396
397 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
398 message if interactive.
399
400 2000-11-12 Dave Love <fx@gnu.org>
401
402 * mail/feedmail.el: Fix header,
403 (feedmail) <defgroup>: Add :link.
404
405 * view.el: Use local-map property, not keymap on mode-line string.
406
407 * scroll-all.el (scroll-all-mode): Customize variable. Add
408 autoload cookie to function.
409
410 * lazy-lock.el: Remove compatibility code.
411
412 * finder.el (finder-known-keywords): Add `files', remove `vms'.
413 (finder-help-echo): New variable.
414 (finder-mouse-face-on-line): Add help-echo stuff.
415 (finder-list-keywords, finder-list-matches): Use mapc.
416
417 * faces.el (face-font-registry-alternatives): Add :version.
418
419 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
420 tags-table-list.
421
422 * net/browse-url.el (browse-url-browser-function): Update :version.
423
424 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
425 (mail-mode): Use [:alnum:] in some regexps.
426
427 2000-11-10 Dave Love <fx@gnu.org>
428
429 * ediff.el (ediff-regions-internal, ediff-documentation):
430 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
431 fundamental mode.
432
433 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
434 buffer into fundamental mode.
435 (ediff-set-difference): Use copy-sequence if available.
436
437 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
438 ediff-patch-map non-nil.
439 (ediff-fixup-patch-map, ediff-fixup-patch-map)
440 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
441 buffer into fundamental mode.
442
443 * ediff-merg.el (state-or-merge): Defvar when compiling.
444
445 2000-11-10 Jason Rumney <jasonr@gnu.org>
446
447 * w32-fns.el (w32-add-charset-info): New function.
448 (w32-charset-info-alist): Use it.
449
450 2000-11-10 Gerd Moellmann <gerd@gnu.org>
451
452 * faces.el (face-font-registry-alternatives): New user-option.
453
454 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
455
456 * textmodes/texinfo.el (texinfo-block-default): New var.
457 (texinfo-insert-block): Use it. Insert a newline if needed.
458
459 * textmodes/fill.el (fill-indent-according-to-mode): New var.
460 (fill-region-as-paragraph): Use it.
461
462 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
463 (latex-mode): Tweak tex-*-(head|trail)er regexps.
464 Tweak paragraph regexps to allow a leading [ \t]*.
465 (tex-latex-block): Insert a newline if necessary.
466 (latex-insert-item): Only insert a newline if necessary.
467 (tex-guess-main-file): New function.
468 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
469 Set tex-main-file if TeX-master is provided.
470 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
471
472 2000-11-10 Gerd Moellmann <gerd@gnu.org>
473
474 * startup.el (command-line): Set the default tooltip-mode
475 to t for graphical displays which implement x-show-tip.
476
477 * tooltip.el (tooltip-mode): Add a comment about startup.el
478 setting the default value of this user-option.
479
480 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
481
482 * font-lock.el (font-lock-*-face) <defvar>: Move.
483 (font-lock-defaults-alist): Mark obsolete.
484 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
485 (font-lock-mode): Use define-minor-mode.
486 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
487 (font-lock-turn-off-thing-lock): Be more explicit.
488 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
489 (font-lock-syntactic-face-function): New var.
490 (font-lock-fontify-syntactically-region): Use it.
491 (font-lock-doc-face): New.
492
493 * pcvs.el (cvs-enabledp): Ignore errors.
494 (cvs-commit-filelist): Never query.
495 (cvs-mode-insert): Always add a terminating / in the initial prompt.
496 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
497 (cvs-do-removal): Use cvs-partition rather than delete-if.
498 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
499 cvs-bury-buffer.
500
501 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
502 Allow `next' to jump to after the end of the last match.
503
504 2000-11-09 Gerd Moellmann <gerd@gnu.org>
505
506 * simple.el (byte-compiling-files-p): New function.
507
508 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
509 if it is there.
510
511 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
512 nil again.
513
514 * textmodes/ispell.el (ispell-library-path): Don't call
515 check-ispell-version when byte-compiling because that starts
516 an ispell process, and ispell might not be installed.
517 (toplevel): Don't set up a menu when byte-compiling.
518
519 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
520 it, so that a boundp test can be used to determine if we're
521 currently byte-compiling.
522
523 2000-11-09 Dave Love <fx@gnu.org>
524
525 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
526 eval-after-load.
527
528 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
529
530 * ps-print.el: Patch for variable initialization when spooling. Doc
531 fix.
532 (ps-output-list): Fun eliminated.
533 (ps-begin-file, ps-begin-job): Code fix.
534
535 2000-11-08 Dave Love <fx@gnu.org>
536
537 * ediff-wind.el (ediff-control-frame-parameters): Zero
538 tool-bar-lines.
539
540 2000-11-08 Gerd Moellmann <gerd@gnu.org>
541
542 * simple.el (shell-command, display-message-or-buffer)
543 (shell-command-on-region): Mention resize-mini-windows in the doc
544 string.
545 (display-message-or-buffer): Take the value of resize-mini-windows
546 into account.
547
548 2000-11-07 Gerd Moellmann <gerd@gnu.org>
549
550 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
551
552 * dired.el (dired-between-files): Add `^. find' as an alternative
553 to the regular expression, for find-dired.
554
555 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
556
557 * textmodes/texnfo-upd.el: Require texinfo.
558 (defmacro, defgroup): Remove.
559 (texinfo-section-to-generic-alist): Remove.
560 Use texinfo-section-list instead (i.e. level is changed string->int).
561 (texinfo-filter): New function.
562 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
563 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
564 Use it. And use regexp-opt.
565 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
566 (texinfo-update-menu-region-beginning)
567 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
568 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
569 (texinfo-update-menu-same-level-regexps): Update.
570 (texinfo-update-node, texinfo-every-node-update)
571 (texinfo-sequential-node-update): Remove autoload cookie.
572
573 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
574 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
575 (texinfo-chapter-level-regexp): Remove.
576 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
577
578 2000-11-06 Dave Love <fx@gnu.org>
579
580 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
581
582 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
583 Match defun*.
584
585 2000-11-06 Kenichi Handa <handa@etl.go.jp>
586
587 * composite.el (composition-function-table): Variable declaration
588 moved to src/composite.c.
589 (compose-chars-after): New optional arg object.
590
591 2000-11-06 Gerd Moellmann <gerd@gnu.org>
592
593 * bindings.el (mode-line-toggle-read-only)
594 (mode-line-toggle-modified, mode-line-widen)
595 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
596 (make-mode-line-mouse2-map): Rewritten.
597 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
598 functions so that C-h k can show something with a doc string.
599
600 * startup.el (fancy-splash-delay): Set to 10 seconds.
601 (fancy-splash-max-time): New user-option.
602 (fancy-splash-stop-time): New variable.
603 (fancy-splash-screens): Set it. Catch `stop-splashing'.
604 (fancy-splash-screens-1): Throw `stop-splashing' when current
605 time is greater than fancy-splash-stop-time.
606
607 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
608
609 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
610
611 * pcvs.el (cvs-mode-marked): New arg `noquery'.
612 Prompt user for a file rather than raising an error.
613 (cvs-enabledp): Fix call to cvs-mode-marked.
614 (cvs-insert-file): New function (extracted from cvs-mode-insert).
615 (cvs-mode-insert): Use it. Change the init prompt' value.
616 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
617
618 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
619 Don't pass default arg to ewoc-locate.
620 (ewoc-collect): Return result in the right order.
621
622 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
623
624 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
625 (cvs-status-get-tags): Fix regexp.
626 (cvs-status-trees, cvs-status-cvstrees):
627 Combine after change hooks and don't sit-for.
628 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
629 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
630 Use make-char rather than hard-coded cryptic data.
631 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
632
633 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
634
635 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
636 (cvs-insert-strings): New function.
637
638 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
639
640 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
641 `mwheel-scroll-amount'.
642 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
643 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
644 string-matching against the version string.
645
646 2000-11-06 Kenichi Handa <handa@etl.go.jp>
647
648 * language/thai.el ("Thai"): Set a lisp form that produces
649 composed string in `sample-text' language info.
650
651 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
652 composed string in `sample-text' language info.
653
654 * international/mule-cmds.el (describe-language-environment): Eval
655 `sample-text' data and insert the result.
656
657 * international/mule-conf.el (compound-text): Define this coding
658 system here. Make x-ctext and ctext aliases of it.
659
660 * language/european.el (compound-text, ctext): Moved to
661 international/mule-conf.el.
662
663 2000-11-05 Andrew Innes <andrewi@gnu.org>
664
665 * w32-fns.el (w32-version): New function.
666
667 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
668
669 * progmodes/awk-mode.el: Update copyright.
670 (awk-mode-abbrev-table): Remove.
671 (awk-font-lock-keywords): Use regexp-opt.
672 (awk-mode): Use define-derived-mode.
673
674 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
675 when extracting a suffix.
676
677 2000-11-04 Andre Spiegel <spiegel@gnu.org>
678
679 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
680 auto-save-mode.
681
682 2000-11-04 Jason Rumney <jasonr@gnu.org>
683
684 * language/european.el (decode-mac-roman): Test against r1 not r0.
685
686 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
687
688 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
689 (icon-mode): Define indent-line-function.
690 (icon-comment-indent): Simplify.
691 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
692
693 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
694
695 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
696 Bind change-log-default-mode to defeat the caching done on it.
697 Don't bother saving excursion any more.
698
699 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
700
701 * frame.el (after-setting-font-hook): Rename hooks -> hook.
702 (set-frame-font): Use the new name (and the old for compatibility).
703
704 * toolbar/tool-bar.el (tool-bar-mode):
705 * time.el (display-time-mode):
706 * recentf.el (recentf-mode):
707 * paren.el (show-paren-mode):
708 * mwheel.el (mouse-wheel-mode):
709 * msb.el (msb-mode):
710 * jka-compr.el (auto-compression-mode):
711 * image-file.el (auto-image-file-mode):
712 * hl-line.el (hl-line-mode):
713 * delsel.el (delete-selection-mode):
714 * autoinsert.el (auto-insert-mode):
715 * complete.el (partial-completion-mode): Drop unneeded positional args.
716
717 * info.el (Info-mode):
718 * comint.el (comint-mode): Don't both with make-local-hook.
719
720 * log-edit.el (log-edit-menu): New menu.
721
722 2000-11-03 Miles Bader <miles@gnu.org>
723
724 * wid-edit.el (widget-end-of-line): Reinstate, with a new
725 definition, so that trailing spaces are handled properly.
726 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
727
728 2000-11-03 Gerd Moellmann <gerd@gnu.org>
729
730 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
731 tab character.
732 (fancy-splash-screens): Set tab-width to 20.
733
734 2000-11-03 Dave Love <fx@gnu.org>
735
736 * comint.el (comint-completion-addsuffix): Fix custom type.
737
738 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
739
740 * font-lock.el (font-lock-buffers): Remove.
741 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
742 (font-lock-change-major-mode): Remove.
743 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
744 (font-lock-default-fontify-region): Extend the multiline
745 fontification to whole lines.
746 (font-lock-fontify-anchored-keywords)
747 (font-lock-fontify-keywords-region): If matching just one
748 line (with \n) only mark the \n as multiline.
749
750 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
751 Correctly handle the case where several :group args are supplied.
752 Allow :extra-args.
753 (easy-mmode-define-global-mode): Allow :extra-args.
754 Correctly handle the case where several :group args are supplied.
755
756 2000-11-02 Miles Bader <miles@gnu.org>
757
758 * calendar/calendar.el (diary-face, calendar-today-face)
759 (holiday-face): Remove dependency on `window-system'.
760
761 2000-11-02 Ken Raeburn <raeburn@gnu.org>
762
763 * Makefile.in (emacs): Set EMACSLOADPATH always.
764 (update-authors, .el.elc, compile-files): Don't do it explicitly
765 here.
766 (compile-files): Bomb out if compilation of a file fails.
767
768 2000-11-02 Dave Love <fx@gnu.org>
769
770 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
771
772 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
773
774 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
775 punctuation in the warning inserted into the *mail* buffer.
776
777 2000-11-02 Gerd Moellmann <gerd@gnu.org>
778
779 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
780 (authors-public-domain-p): New function.
781 (authors-print): Use it.
782
783 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
784
785 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
786
787 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
788
789 * ps-print.el: Extension for even/odd printing. Doc fix.
790 (ps-print-version): New version number (6.3.1).
791 (ps-even-or-odd-pages): Customization fix.
792 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
793 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
794 (ps-page-count): Var replaced by `ps-page-column'.
795 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
796 (ps-print-sheet-p): New fun.
797
798 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
799
800 * tooltip.el (tooltip-gud-tips-setup): New function.
801 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
802 (tooltip-mode): Call tooltip-gud-tips-setup.
803 (tooltip-gud-tips): Use `gud-basic-call' instead of
804 process-send-string, so the prompt gets frobbed appropriately.
805 Handle nil return value from `tooltip-gud-print-command'.
806
807 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
808
809 * comint.el (comint-add-to-input-history): New function.
810 (comint-send-input): Use `comint-add-to-input-history'.
811
812 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
813
814 * info.el (info-menu-header): New face.
815 (Info-fontify-menu-headers): New function.
816 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
817
818 * info.el (Info-insert-dir): Don't include blank lines at
819 beginning of additional dir files (one is added automatically).
820
821 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
822
823 * emacs-lisp/easy-mmode.el (define-minor-mode):
824 Revert the latest changes.
825 Allow the three positional arguments to be skipped and replaced
826 by keyword arguments.
827 Add a :toggle argument to determine whether a nil arg means toggle
828 or means turn-on. The default is unchanged.
829 Add a call to force-mode-line-update.
830
831 2000-11-01 Dave Love <fx@gnu.org>
832
833 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
834 cookie.
835
836 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
837
838 * calendar/calendar.el (diary-face, holiday-face): Add
839 dark-background variants.
840
841 2000-10-31 Sam Steingold <sds@gnu.org>
842
843 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
844 `tex-main-file' does not have directory in it.
845
846 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
847
848 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
849
850 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
851
852 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
853 functional change.
854
855 2000-10-31 Gerd Moellmann <gerd@gnu.org>
856
857 * files.el (find-file-noselect): When we expand a wildcard, return
858 a list of buffers, as we should do according to the doc string.
859
860 2000-10-31 Ken Raeburn <raeburn@gnu.org>
861
862 * loadup.el (top level): Adjust load path if program name is
863 "../src/bootstrap-emacs", in case it's not dumped and thus the
864 load path adjustment hasn't already been done.
865
866 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
867
868 * ps-print.el: Fix bug on selected pages for printing. Use
869 `color-values' for Emacs 21. Ensure fontification when jit-lock
870 is on. Try to avoid warning messages when compiling. Doc Fix.
871 (ps-print-version): New version number (6.3).
872 (ps-color-device): Use `color-values' to determine if device
873 supports color.
874 (ps-color-values): Try to use `x-color-values' when using XEmacs.
875 (ps-print-page-p): Changed from defsubst to defun.
876 (ps-page-number): Changed from defmacro to defun.
877 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
878 printing.
879 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
880 (ps-end-file, ps-dummy-page): Funs eliminated.
881 (ps-print-color-scale): Changed default value.
882 (ps-page-n-up, ps-print-page-p): New internal vars.
883 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
884 (ps-plot-region, ps-generate, ps-end-job): Code fix.
885
886 * delim-col.el: Little programming improvement.
887 (delimit-columns-str): New macro.
888 (delimit-columns-region, delimit-columns-rectangle): Code fix.
889
890 2000-10-31 Kenichi Handa <handa@etl.go.jp>
891
892 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
893 Moved to european.el.
894 (ccl-encode-mac-roman-font, fontset-mac): Modified for
895 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
896 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
897 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
898
899 2000-10-30 Dave Love <fx@gnu.org>
900
901 * progmodes/cc-menus.el (imenu-generic-expression)
902 (imenu-progress-message): Only defvar when compiling.
903
904 * emacs-lisp/elp.el (elp-unload-hook): New function.
905
906 * loadhist.el (unload-feature): Call elp-restore-function,
907 checking for symbols; don't use elp-restore-all.
908 (loadhist-hook-functions): Doc fix.
909
910 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
911
912 * log-edit.el (log-edit-confirm): Fix the default.
913
914 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
915
916 * delim-col.el: Little fix: replace delimit-columns-align-columns by
917 delimit-columns-format.
918 (delimit-columns-region, delimit-columns-rectangle): Code fix.
919
920 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
921
922 * comint.el (comint-replace-by-expanded-history): Don't use
923 comint-get-old-input (we're not looking at *old* input).
924 (comint-get-old-input-default): If using fields, signal an error
925 when the point is not in an input field.
926
927 2000-10-30 Kenichi Handa <handa@etl.go.jp>
928
929 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
930 and mule-unicode-e000-ffff.
931
932 * international/mule.el (decode-char, encode-char): New functions.
933 (make-coding-system): Accept a symbol of translation table as a
934 value of property `safe-chars'.
935
936 * international/mule-cmds.el (encode-coding-char): Check property
937 safe-chars instead of safe-charsets.
938
939 * international/fontset.el (fontset-default): Modified for
940 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
941 (x-font-name-charset-alist): Likewise.
942 (ccl-encode-unicode-font): New CCL program. Record it in
943 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
944
945 * language/european.el (mac-roman-decoder, mac-roman-encoder):
946 New translation tables.
947 (decode-mac-roman, encode-mac-roman): Definition of these CCL
948 programs are modified and moved from mac-win.el.
949 (mac-roman): Definition of this coding system is modified and
950 moved from mac-win.el.
951
952 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
953
954 * ediff-wind.el (ediff-setup-control-frame): Enclose
955 face-attribute in condition-case to avoid errors in older emacsen.
956
957 2000-10-29 Miles Bader <miles@gnu.org>
958
959 * custom.el (custom-add-to-group): Allow multiple entries for a
960 given value OPTION, as long as their widget types are different.
961 * cus-edit.el (custom-face-value-create): If face name doesn't end
962 with "face", add such here (similar to custom group widgets).
963
964 * comint.el (comint-highlight-prompt): Add :type.
965
966 2000-10-28 John Wiegley <johnw@gnu.org>
967
968 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
969 Changed this function to operate on a temporary buffer instead of
970 the main buffer. This not only keeps flyspell from marking a
971 buffer as changed that wasn't, but it solves the jumpy cursor
972 problem when attempts are made to edit incorrect words.
973 (flyspell-maybe-correct-doubling): Same change as for
974 `flyspell-maybe-correct-transposition'.
975
976 * calendar/timeclock.el (timeclock-log): Doc fix.
977 (timeclock-last-event): Doc fix.
978 (timeclock-log): Kill the timelog buffer after appending a new
979 event.
980 (timeclock-find-discrep): Use a temp buffer to read in the
981 timelog, instead of visiting the file.
982 (timeclock-log-data): A new function, along with a host of helper
983 functions, for the purpose of making timelog data accessible to
984 programmers.
985
986 * eshell/esh-mode.el (window-height test): Make certain that
987 `eshell-stringify-t' is non-nil.
988 (eshell-password-prompt-regexp): Changed to a much simpler
989 password regexp.
990 (eshell-send-input): If `eshell-invoke-directly' returns t,
991 directly invoke the parsed command using `eval'. This improves
992 turn-around time on simple commands by a factor of three or
993 greater, such as cd, ls, pwd, etc. -- which get used very often.
994 It also conserves thousands of cons cells per call (since
995 `eshell-do-eval' consumes memory like a Cookie Monster set loose
996 in the Pacific Cookie Company).
997
998 * eshell/esh-test.el (eshell-test): Whitespace fix.
999
1000 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1001 `eshell-ls-initial-args' nil when inserting directory contents.
1002
1003 * eshell/em-script.el (eshell-script-initialize): Add names to
1004 `eshell-complex-commands, since `source' and `.' are complex.
1005
1006 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1007 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1008 `eshell-copy-handles'.
1009 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1010 bodies.
1011 (eshell-separate-commands): Whitespace fix.
1012 (eshell-complex-commands): Added a new list of names, for
1013 determining whether a given command is as simple as it looks.
1014 (eshell-invoke-directly): New function. Returns t if a command
1015 should be invoked directly (using `eval'), rather than indirectly
1016 using `eshell-do-eval'.
1017 (eshell-do-eval): Whitespace fix.
1018
1019 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1020 which provides an emulation of the DOS shell behavior of assuming
1021 that cp/mv/ln should copy/move/link to the current directory.
1022 (eshell-remove-entries): Added a doc string.
1023 (eshell-shuffle-files): Removed the check for `target' being null.
1024 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1025 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1026 it to do a smarter check of whether a destination was provided.
1027 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1028 (eshell/ln): Enable `:preserve-args', and use
1029 `eshell-mvcpln-template' to implement the body of the function.
1030 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1031 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1032 list after flattening it. This makes it possible to cat files
1033 with numerical names.
1034 (eshell-unix-initialize): Added several names to
1035 `eshell-complex-commands.
1036 (eshell-unix-command-complex-p): Return t if a given command name
1037 may result in external processes being invoked.
1038
1039 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1040 variable nil by default, since it slows down glob processing by a
1041 factor of two or more, and increases memory consumption.
1042
1043 * eshell/em-smart.el: Added a note about how memory consumptive
1044 smart display mode can be (at least this is true in Emacs 21).
1045 (eshell-smart-initialize): Whitespace fix.
1046 (eshell-refresh-windows): Use `if' instead of `when'.
1047 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1048 not necessary.
1049 (eshell-currently-handling-window): Added a missing global
1050 variable.
1051
1052 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1053 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1054 Whitespace fix.
1055 (eshell-ls-exclude-hidden): Added this variable in addition to
1056 `eshell-ls-exclude-regexp'. This one prevents files beginning
1057 with . from even being read, which can improve memory consumption
1058 quite a bit.
1059 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1060 read file entries beginning with a dot. In home directories with
1061 lots of hidden files, fully two-thirds of the time spent in ls is
1062 used to read directory entries that are immediately thrown away.
1063 (eshell-ls-initial-args): Added back this configuration variable,
1064 for specifying default initial arguments to every call to ls.
1065 Much faster than using an alias to do the same thing.
1066 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1067 (eshell-ls-dir): Whitespace change.
1068
1069 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1070
1071 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1072 available.
1073 (eshell-stringify-t): Added a customization variable, to indicate
1074 whether `t' should be rendered as a string at all. If not, one
1075 can still determine if the result of an expression is true using
1076 "file-exists-p FILE && echo true".
1077 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1078 stringify t!
1079
1080 * eshell/esh-module.el: Whitespace fix.
1081
1082 * eshell/em-alias.el (eshell-alias-initialize): Added
1083 `eshell-command-aliased-p' to `eshell-complex-commands'.
1084 (eshell-command-aliased-p): New function that returns t if a
1085 command name names an aliased.
1086
1087 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1088
1089 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1090 redrawing the screen when changing cursor color.
1091 (viper-insert-state-pre-command-sentinel)
1092 (viper-replace-state-pre-command-sentinel)
1093 (viper-replace-state-post-command-sentinel):
1094 Use viper-preserve-cursor-color.
1095 Many functions changed to use viper= instead of = when comparing
1096 characters.
1097 * viper-util.el (viper-memq-char,viper=): New functions for
1098 working with characters.
1099 (viper-change-cursor-color): Fixed buglet.
1100 Many functions changed to use viper= instead of = when comparing
1101 characters.
1102 * viper.el (viper-insert-state-mode-list): Added eshell.
1103
1104 * ediff-init.el (ediff-before-setup-hook): New hook.
1105 Several typos fixed in various docstrings.
1106 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1107 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1108 hook.
1109 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1110 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1111 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1112 (ediff-get-selected-buffers): New function.
1113 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1114 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1115 save-window-excursion.
1116 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1117 termination check in while loop.
1118 * ediff.el (ediff-get-default-file-name): Better defaults when in
1119 dired buffer.
1120 (ediff-files,ediff-merge-files,ediff-files3)
1121 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1122
1123 2000-10-28 Dave Love <fx@gnu.org>
1124
1125 * info.el (Info-fontify-node): Add help-echo for menu items.
1126
1127 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * startup.el (normal-top-level): If the value of $TERM indicates
1130 we are running from xterm or one of its work-alikes, default to a
1131 light background mode.
1132
1133 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1134 * faces.el (tty-handle-reverse-video): New function.
1135 (tty-create-frame-with-faces): Call it.
1136
1137 * frame.el (frame-notice-user-settings): Don't apply
1138 default-frame-alist and initial-frame-alist to MS-DOS frames.
1139 Call tty-handle-reverse-video, frame-set-background-mode, and
1140 face-set-after-frame-default for non-MS-DOS frames.
1141
1142 * startup.el (tty-long-option-alist): New variable.
1143 (tty-handle-args): New function.
1144 (command-line): Call tty-handle-args.
1145
1146 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1147 startup.el now does that for all character-terminal frames.
1148
1149 2000-10-28 Miles Bader <miles@gnu.org>
1150
1151 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1152 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1153 global. If :global is followed by a non-nil but non-t value,
1154 make the mode buffer-local, but also generate a `global-MODE'
1155 version using `easy-mmode-define-global-mode'. Add
1156 :conditional-turn-on keyword argument.
1157
1158 2000-10-28 Dave Love <fx@gnu.org>
1159
1160 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1161 use window-system.
1162
1163 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1164
1165 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1166 Don't call find-buffer-file-type-coding-system. Instead, just
1167 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1168 if the file is on an untranslated filesystem.
1169 (add-untranslated-filesystem): Use "D" instead of "f" inside
1170 interactive.
1171
1172 2000-10-27 Dave Love <fx@gnu.org>
1173
1174 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1175 (refill-mode): Use it.
1176
1177 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1178
1179 * international/quail.el (quail-activate): Don't make-local-hook.
1180
1181 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1182
1183 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1184 manual backups and file.~<rev>.~ for automatic ones.
1185 (vc-make-version-backup): Don't do it on MS-DOS without long file
1186 names.
1187
1188 * vc.el (vc-version-other-window): If an automatic backup of the
1189 desired version exists, rename it instead of copying it.
1190
1191 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1192 after command. If there's an unexpected error, signal it instead
1193 of being silent.
1194 (vc-cvs-merge-news): Be prepared for no news at all.
1195
1196 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1197
1198 * shell.el (shell): Add BUFFER argument.
1199 * comint.el (make-comint-in-buffer): New function.
1200 (make-comint): Use it.
1201
1202 * faces.el (face-spec-choose): Change syntax so that the list of
1203 attribute-value pairs is now the cdr of each clause, not the cadr.
1204 Detect old-style entries, and handle them. Use pop.
1205
1206 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1207
1208 * cus-edit.el (custom-mode-map): Use a sparse map.
1209 (custom-mode): Don't bother with make-local-hook.
1210
1211 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1212
1213 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1214
1215 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1216
1217 * ps-print.el: Avoid compilation gripes.
1218 (ps-print-version): New version number (6.2.1).
1219
1220 2000-10-26 Dave Love <fx@gnu.org>
1221
1222 * menu-bar.el: Modify some menu item help strings.
1223 (menu-bar-help-menu): Add link to MORE.STUFF.
1224
1225 * cus-edit.el (custom-mode): Add `special' mode-class property.
1226
1227 * wid-browse.el (widget-browse-mode): Likewise.
1228
1229 * wid-edit.el (widget-specify-field): Revert to using local-map
1230 property, not keymap.
1231
1232 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1233
1234 * wid-edit.el (widget-field-end): When checking for a `boundary'
1235 field, do so in the correct buffer.
1236
1237 * simple.el (undo): Correctly distinguish between numeric and
1238 non-numeric prefix args in non-transient-mark-mode, as per the doc
1239 string. When in transient-mark-mode, treat all prefix-args as
1240 numeric.
1241
1242 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1243 Position point on match. Handle N == 0 correctly.
1244
1245 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1246 (comint-mode-map): Reverse order of `comint-write-output' and
1247 `comint-append-output-to-file'.
1248 (comint-append-output-to-file): Reinstate this function, for the
1249 benefit of the menu.
1250
1251 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1252
1253 * vc.el (vc-version-other-window): Bind `file'.
1254
1255 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1256
1257 * Makefile.in (update-authors): New target for maintenance purposes.
1258
1259 * emacs-lisp/authors.el (batch-update-authors): New function.
1260 (authors-fixed-entries): New defconst.
1261 (authors-add-fixed-entries): New function.
1262 (authors): Call it.: Don't process lispref/.
1263
1264 2000-10-25 Jason Rumney <jasonr@gnu.org>
1265
1266 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1267 Merge x w32 and mac definitions.
1268
1269 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1270
1271 * menu-bar.el (menu-bar-options-menu): Add a help string for
1272 `uniquify'.
1273
1274 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1275
1276 * time-stamp.el (time-stamp-string-preprocess):
1277 Fix a wrong type argument error.
1278
1279 2000-10-25 Miles Bader <miles@gnu.org>
1280
1281 * recentf.el (recentf-mode): Variable removed.
1282 (recentf-mode): Use `define-minor-mode'.
1283
1284 * mwheel.el (mouse-wheel-mode): New global minor mode.
1285 (mwheel-install): Use `mouse-wheel-mode'.
1286
1287 2000-10-25 Dave Love <fx@gnu.org>
1288
1289 * progmodes/cperl-mode.el (cperl-mode):
1290 Set normal-auto-fill-function correctly.
1291
1292 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1293 inherit from global-map and don't nullify menu-bar and tool-bar
1294 bindings.
1295
1296 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1297
1298 * wid-edit.el (widget-field-at): New function.
1299 (widget-at, widget-field-activate): Use it.
1300 (widget-tabable-at): Use `widget-at'.
1301 (widget-specify-field): If the terminating character of the widget
1302 field (which is read-only) is a newline, put it into a special
1303 `boundary' field so that C-n/C-p act more naturally.
1304 (widget-field-end): Also don't subtract one if a special
1305 `boundary' field has been added after the widget field.
1306
1307 * comint.el (comint-output-filter, comint-send-input): Don't
1308 bother adding stickiness fields to overlays to fool the field
1309 code, since it should notice the overlay insertion-types now.
1310
1311 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1312 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1313 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1314
1315 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1316
1317 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1318 (authors): Set file coding system to iso-2022-7bit. Add
1319 file-local variables to output buffer.
1320
1321 * files.el (after-find-file): Don't print any warnings if
1322 WARN is nil.
1323
1324 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1325
1326 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1327
1328 * delim-col.el: Now there is a column formatting mechanism.
1329 Modified to customization mechanisms convention. Doc fix.
1330 (columns): New group for delim-col.
1331 (delimit-columns-before, delimit-columns-after)
1332 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1333 (delimit-columns-end): New vars.
1334 (delimit-columns-customize, delimit-columns-format): New funs.
1335 (delimit-columns-region, delimit-columns-rectangle)
1336 (delimit-columns-rectangle-line): Modified to support column
1337 formatting.
1338
1339 2000-10-24 Dave Love <fx@gnu.org>
1340
1341 * log-edit.el (log-edit): Add :version and a :group for vc.
1342
1343 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1344
1345 * files.el (after-find-file): Don't print a message ``New file''
1346 if WARN is nil.
1347
1348 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1349 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1350 get duplicate tool-bar entries because we'll see the global ones
1351 on more than one path through keymaps.
1352
1353 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1354
1355 * progmodes/cmacexp.el: Change Francesco's email address.
1356
1357 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1358
1359 * window.el (fit-window-to-buffer): Adjust point of the window
1360 buffer, not that of the current buffer.
1361
1362 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * progmodes/cmacexp.el: Update the euthor's email address.
1365
1366 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1367
1368 * faces.el (face-spec-set-match-display): Add `graphic' display
1369 type (the inverse of `tty'). Use `display-graphic-p' instead of
1370 the window-system variable.
1371
1372 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1373
1374 * international/isearch-x.el (isearch-with-input-method): Call
1375 input-method-function with the first event in
1376 unread-command-events.
1377
1378 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1379
1380 * faces.el (face-default-spec, face-user-default-spec): Make
1381 defsubsts.
1382
1383 2000-10-24 Andrew Choi <akochoi@i-cable.com>
1384
1385 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1386 New charsets.
1387
1388 * term/mac-win.el: Remove definitions of mac-roman-lower and
1389 mac-roman-upper, require dired, and define instead of set
1390 mac-ready-for-drag-n-drop to avoid compilation error.
1391
1392 2000-10-23 Andrew Innes <andrewi@gnu.org>
1393
1394 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1395 superfluous calls to subst-char-in-string; instead apply
1396 expand-file-name after convert-standard-filename to ensure
1397 expected directory separators are used.
1398
1399 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1400
1401 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1402
1403 2000-10-23 Dave Love <fx@gnu.org>
1404
1405 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1406 (tool-bar-add-item): Set foreground and background for XBM icons.
1407
1408 * international/latin1-disp.el (latin1-char-displayable-p): New
1409 function (from Handa).
1410 (latin1-display-check-font): Use it.
1411
1412 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1413 using :key-sequence, making it much more usable. Use nconc, not
1414 append.
1415 (imenu--create-keymap-1): Avoid append.
1416
1417 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1418
1419 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1420
1421 [the following changes fix a bug where `define-minor-mode' didn't
1422 correctly generate :require clauses for defcustoms in compiled files]
1423 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1424 (byte-compile-log-file, byte-compile-log-1): Don't set
1425 `byte-compile-current-file' to nil. Instead set
1426 `byte-compile-last-logged-file' to it. Test whether
1427 byte-compile-current-file equals byte-compile-last-logged-file
1428 instead of whether its nil.
1429 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
1430
1431 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1432
1433 * textmodes/refill.el: Fix var names in doc.
1434 (refill-mode): Don't bother with make-local-hook anymore.
1435
1436 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1437
1438 * faces.el (face-user-default-spec, face-default-spec): New functions.
1439 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
1440 (frame-set-background-mode, face-set-after-frame-default):
1441 Use `face-user-default-spec'. Simplify code slightly.
1442
1443 * woman.el (woman-italic-face, woman-bold-face)
1444 (woman-unknown-face): Add dark-background variants.
1445 (woman-default-faces): Renamed from `woman-colour-faces'.
1446 Set using the stored defaults, rather than using hard-wired colors.
1447 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1448 Just make the foreground `unspecified' rather than "black".
1449 (woman-menu): Rename menu entries accordingly.
1450
1451 * faces.el (header-line): Make more reasonable on mono/grayscale
1452 displays.
1453
1454 2000-10-23 Andrew Choi <akochoi@i-cable.com>
1455
1456 * cus-edit.el (custom-button-face): Use 3D look for mac.
1457 (custom-button-pressed-face): Likewise.
1458
1459 * faces.el (set-face-attributes-from-resources): Handle mac frames
1460 in the same way as x and w32 frames.
1461 (face-valid-attribute-values): Likewise.
1462 (read-face-attribute): Likewise.
1463 (defined-colors): Likewise.
1464 (color-defined-p): Likewise.
1465 (color-values): Likewise.
1466 (display-grayscale-p): Likewise.
1467 (face-set-after-frame-default): Likewise.
1468 (mode-line): Same default face as for x and w32.
1469 (tool-bar): Likewise.
1470
1471 * frame.el: Remove call to frame-notice-user-settings at end of
1472 the file.
1473
1474 * info.el (Info-fontify-node): make underlines invisible for mac
1475 as for x, pc, and w32 frame types.
1476
1477 * term/mac-win.el: New file.
1478
1479 2000-10-22 Dave Love <fx@gnu.org>
1480
1481 * textmodes/refill.el: New file.
1482
1483 2000-10-22 Andre Spiegel <spiegel@gnu.org>
1484
1485 * vc-hooks.el (vc-version-backup-file-name): New optional args
1486 MANUAL and REGEXP.
1487 (vc-delete-automatic-version-backups, vc-make-version-backup):
1488 New functions.
1489 (vc-before-save): Use the latter.
1490 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1491 confusion.
1492
1493 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1494 expected by vc[-hooks].el.
1495
1496 * vc.el (vc-checkout): Added `-p' suffix in call to
1497 vc-make-version-backups-p; use vc-make-version-backup to actually
1498 make the backup.
1499 (vc-version-other-window, vc-version-backup-file): Handle both
1500 automatic and manual backups.
1501 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1502 of all of them.
1503
1504 2000-10-22 Miles Bader <miles@gnu.org>
1505
1506 * comint.el (comint-highlight-input, comint-highlight-prompt):
1507 Renamed, `-face' at end removed.
1508 (comint-send-input, comint-output-filter): Use renamed faces.
1509
1510 * window.el (fit-window-to-buffer): Change defaulting of
1511 MAX-HEIGHT slightly.
1512
1513 * faces.el (color-values, color-defined-p): Use `member', not
1514 `memq', because it works correctly for strings.
1515 (frame-set-background-mode): Actually, "unspecified-fg" and
1516 "unspecified-bg" *are* strings. Use `member', not `memq', and
1517 `equal', not `eq', when a string value is possible.
1518
1519 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1522
1523 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1524
1525 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1526 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1527 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1528 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1529 (sh-font-lock-syntactic-keywords): Use them.
1530 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1531 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1532 (sh-mode): Don't override font-lock-unfontify-region-function.
1533 Use a copy of sh-font-lock-syntactic-keywords.
1534 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1535 Don't call sh-scan-buffer since font-lock does it on the fly.
1536 (sh-get-indent-info): Use `face' rather than `syntax-table'
1537 text-property to detect here-documents.
1538 Replace sh-special-syntax with sh-st-punc.
1539 (sh-prev-line): Use `face' rather than `syntax-table'
1540 text-property to skip over here-documents.
1541 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1542 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1543 (sh-electric-less, sh-set-here-doc-region)
1544 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1545 (sh-scan-buffer, sh-rescan-buffer): Remove.
1546
1547 2000-10-21 Andrew Innes <andrewi@gnu.org>
1548
1549 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1550 remote (ange-ftp) file names.
1551
1552 2000-10-21 Miles Bader <miles@gnu.org>
1553
1554 * window.el (fit-window-to-buffer): New function.
1555 (shrink-window-if-larger-than-buffer): Use it.
1556 (window-text-height): Don't expect minibuffers to have mode-lines.
1557
1558 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1559 * international/quail.el (quail-update-guidance): Use
1560 `fit-window-to-buffer' instead of `set-window-text-height'.
1561
1562 * international/quail.el (quail-show-guidance-buf): Make sure
1563 guidance window really has enough room.
1564 (quail-update-guidance): If quail-guidance-win is already shown,
1565 make sure its height is OK.
1566
1567 * window.el (window-text-height, set-window-text-height):
1568 New functions.
1569 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1570 instead of `window-height' & `mode-line-window-height-fudge'.
1571 (mode-line-window-height-fudge): Add FACE parameter.
1572 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1573 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1574
1575 2000-10-20 Miles Bader <miles@gnu.org>
1576
1577 * window.el (height-affecting-face-attributes): Use `defconst'.
1578
1579 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1580 New function, conditionally aliased to `mode-line-window-height-fudge'.
1581 (ispell-help): Use it.
1582 (ispell-choices-win-default-height): Don't include mode-line fudge.
1583 (ispell-choices-win-default-height): New function.
1584 (ispell-show-choices, ispell-command-loop): Use function
1585 `ispell-choices-win-default-height' instead of variable.
1586
1587 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1588
1589 * window.el (mode-line-window-height-fudge): New variable.
1590 (height-affecting-face-attributes): New variable.
1591 (mode-line-window-height-fudge): New function.
1592 (shrink-window-if-larger-than-buffer): Use it.
1593 * help.el (resize-temp-buffer-window): Likewise.
1594
1595 * info.el (Info-fontify-node): Add support for @subsubsection
1596 titles, which use `Info-title-4-face'.
1597 (Info-title-4-face): New face.
1598 (Info-title-3-face): Inherit from Info-title-4-face instead of
1599 variable-pitch.
1600
1601 2000-10-19 Jason Rumney <jasonr@gnu.org>
1602
1603 * dired.el (dired-insert-directory): Do not let errors signalled by
1604 attempt to run dired-free-space-program prevent dired from working.
1605
1606 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1607
1608 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1609
1610 2000-10-19 Gerd Moellmann <gerd@gnu.org>
1611
1612 * dirtrack.el (dirtrack): Fix call to run-hooks.
1613
1614 * cmuscheme.el (cmuscheme-program-name): Renamed from
1615 scheme-program-name because xscheme.el contains a defcustom with
1616 the same name. As a consequence, customizing group `cmuscheme'
1617 loaded `xscheme' which redefined run-scheme.
1618 (run-scheme): Use cmuscheme-program-name.
1619
1620 * ps-print.el (ps-print-emacs-type): Move into the
1621 eval-and-compile.
1622
1623 * play/doctor.el (doctor-death): Update the Samaritans'
1624 anonymous address, and add a website for Befrienders International.
1625
1626 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1627
1628 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1629 Avoid compilation gripes. Doc fix.
1630 (ps-print-version): New version number (6.2).
1631 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1632 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1633 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1634 (ps-x-extent-priority, ps-x-extent-start-position)
1635 (ps-x-face-font-instance, ps-x-find-coding-system)
1636 (ps-x-font-instance-properties, ps-x-make-color-instance)
1637 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1638 avoid compilation gripes without defining functions.
1639 (ps-e-find-composition): Alias for function find-composition, to have a
1640 suitable function depending on Emacs version.
1641 (ps-color-device, ps-color-values, ps-face-foreground-name)
1642 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1643 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1644 (ps-print-ensure-fontified): Function definitions surrounded by
1645 `eval-and-compile' to avoid compilation gripes.
1646 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1647 by symbol-value to avoid compilation gripes.
1648 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1649 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1650
1651 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1652
1653 * startup.el (normal-top-level): Call `frame-set-background-mode'
1654 after `frame-notice-user-settings' because the latter doesn't call
1655 the former on a tty.
1656
1657 * faces.el (frame-set-background-mode): `unspecified' &c are
1658 symbols, not strings.
1659
1660 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1663 why some "light*" colors are deliberately absent from the alist.
1664
1665 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1666 Change colors for tty's, as suggested by Miles Bader.
1667
1668 2000-10-19 Kenichi Handa <handa@etl.go.jp>
1669
1670 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1671 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1672 for ISO10646-1 fonts.
1673 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1674
1675 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1676
1677 * faces.el (frame-set-background-mode): If a tty frame defines a
1678 background color, use that to compute the background mode, instead
1679 of always defaulting to "dark".
1680
1681 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1682
1683 * comint.el (comint-write-output): New function.
1684 (comint-mode-map): Add it to the menu.
1685 Bind `C-c C-s' to comint-write-output.
1686
1687 2000-10-18 Gerd Moellmann <gerd@gnu.org>
1688
1689 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1690 Use fancy-splash-delay.
1691
1692 2000-10-18 Alex Schroeder <alex@gnu.org>
1693
1694 * progmodes/sql.el (sql-sybase-options): New option.
1695 (sql-sybase): Use it. Add sql-database to the list of parameters
1696 provided for login. The options -w 2048 -n are not used any more.
1697
1698 * comint.el (comint-read-input-ring): Bugfix such that the first
1699 and the last entry of the input ring file are not lost.
1700
1701 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1702
1703 * ps-print.el: Internal variable changes to defcustom,
1704 make-local-hook changes to defvar. Doc fix.
1705 (ps-print-version): New version number (6.1).
1706 (ps-setup, ps-do-despool): Code fix.
1707 (ps-printer-name): Customization fix.
1708 (ps-printer-name-option): Now is a defcustom instead of an
1709 internal variable.
1710 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1711 (ps-print-begin-column-hook): Now are defvar instead of
1712 make-local-hook.
1713
1714 2000-10-18 Miles Bader <miles@gnu.org>
1715
1716 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1717 (comint-kill-output): Changed into an alias for `comint-delete-output',
1718 and made obsolete.
1719 (comint-mode-map): Rename references to comint-kill-output.
1720
1721 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1722
1723 * diff-mode.el (diff-header-face, diff-file-header-face)
1724 (diff-changed-face): Add bold and italic attributes to tty faces.
1725 (diff-function-face): New face.
1726 (diff-font-lock-keywords): Use it.
1727
1728 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1729
1730 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1731 Remove commented-out call to force-mode-line-update.
1732 (comint-kill-output): Use `forward-line 0' instead of
1733 beginning-of-line to make sure we get past the prompt.
1734
1735 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1736
1737 * diff-mode.el (diff-header-face, diff-file-header-face):
1738 Add specific setting for dark background.
1739 (diff-context-face): Renamed from diff-comment-face.
1740 Set explicitly rather than inheriting from font-lock-comment-face.
1741
1742 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * startup.el (command-line): Move the code which sets the default
1745 TTY colors to before before-init-hook.
1746
1747 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1748
1749 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1750
1751 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1754 extensions, for MS-DOS.
1755
1756 * diff-mode.el (diff-header-face, diff-file-header-face)
1757 (diff-changed-face): Define tty-specific colors.
1758
1759 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1760
1761 * startup.el (fancy-splash-text): Realign the text.
1762
1763 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1764
1765 * font-lock.el (font-lock-comment-face): Define a separate default
1766 for dark-background tty's.
1767
1768 2000-10-17 Miles Bader <miles@gnu.org>
1769
1770 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1771 being obscured by whizzy mode-lines on graphics displays.
1772
1773 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1774
1775 * info.el (Info-title-1-face, Info-title-2-face)
1776 (Info-title-3-face): Define colors for tty's.
1777 (info-header-node): Remove unneeded tty-specific definition.
1778
1779 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1782 reverse from the frame parameters, and don't invert foreground and
1783 background colors.
1784
1785 2000-10-16 Miles Bader <miles@gnu.org>
1786
1787 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1788 string "*Info*". Call propertized-buffer-identification to spruce
1789 up the result.
1790
1791 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1792
1793 * help.el: Provide `help' for the sake of define-minor-mode
1794 which generates defcustoms with requires.
1795
1796 * jit-lock.el (jit-lock-after-change): If we're in text that
1797 matches a multi-line font-lock pattern, make sure the whole text
1798 will be redisplayed.
1799
1800 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1801 author's name is unknown.
1802
1803 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1804 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1805 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1806 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1807 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1808 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1809 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1810 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1811 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1812 Add author information.
1813
1814 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1815
1816 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1817 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1818 full-color version (using the Gimp) to eliminate dithering artifacts.
1819
1820 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1821
1822 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1823
1824 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1825
1826 2000-10-15 Dave Love <fx@gnu.org>
1827
1828 * progmodes/sh-script.el: Require skeleton and comint when
1829 compiling.
1830
1831 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1832
1833 * whitespace.el: Doc fixes.
1834 (top-level): Don't add hooks here.
1835 (whitespace-running-emacs): Deleted.
1836 (timer): Don't require.
1837 (whitespace): Add back :version conditional on xemacs test.
1838 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1839 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1840 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1841 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1842 Avoid specific xemacs test.
1843 (whitespace-global-mode): New option.
1844 (whitespace-global-mode): New command.
1845 (whitespace-unload-hook): New function.
1846
1847 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1848 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1849 (Info-fontify-node): `Goto' goes to `Go to'.
1850 (Info-fontify-node): Add help-echo to xref links.
1851
1852 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1853
1854 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1855
1856 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1857
1858 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1859 Use plist-get and allow :inherit.
1860
1861 * emacs-lisp/cl-macs.el (cl-do-arglist):
1862 Use plist-get and plist-member instead of memq.
1863
1864 * emacs-lisp/ewoc.el (ewoc-location): New function.
1865 (ewoc-enter-after, ewoc-enter-before): Document return value.
1866 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1867 Don't need make-local-hook any more.
1868 (cvs-addto-collection): Return the new tin.
1869 (cvs-mode-insert): Jump to the new line.
1870
1871 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1872
1873 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1874
1875 * font-lock.el (font-lock-syntactically-fontified): New var.
1876 (font-lock-fontify-syntactic-keywords-region): Use it.
1877 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1878
1879 * diff-mode.el (diff-find-file-name): Fix regexp.
1880
1881 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1882 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1883
1884 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1885 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1886 (sh-mode): Don't make all vars local here.
1887 (sh-kw): Reformat.
1888 (sh-set-shell): Use dolist. Don't set indent-region-function.
1889 (sh-mode-syntax-table): Use pop.
1890 (sh-remember-variable): Use push.
1891 (sh-help-string-for-variable): Use memq.
1892 (sh-safe-backward-sexp): Remove.
1893 (sh-safe-forward-sexp): Add ARG.
1894 (sh-get-indent-info, sh-prev-stmt): Use it.
1895 (sh-prev-line): Simplify by using forward-comment.
1896 (sh-this-is-a-continuation): Simplify.
1897 (sh-learn-buffer-indent): Use dolist.
1898 (sh-do-nothing): Remove.
1899 (sh-set-char-syntax, sh-set-here-doc-region):
1900 Use inhibit-modification-hooks.
1901 (sh-name-style): Use mapcar and push.
1902 (sh-load-style): Use dolist.
1903 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1904 (sh-case, sh-while-getopts): Use propertize directly rather
1905 than sh-electric-rparen.
1906
1907 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1908
1909 * textmodes/tex-mode.el: Require CL when compiling.
1910 (tex-mode-syntax-table): Init immediately.
1911 (tex-mode-map): Bind M-RET to latex-insert-item.
1912 (latex-mode): Set indent-line-function to latex-indent.
1913 (tex-common-initialization): Don't setup the syntax-table any more.
1914 (latex-insert-item): New skeleton.
1915 (tex-next-unmatched-end): Fix copy/paste braino.
1916 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1917 (latex-indent, latex-find-indent): New functions.
1918 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1919 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1920 (tex-compilation-parse-errors): Use with-syntax-table.
1921
1922 2000-10-15 Miles Bader <miles@gnu.org>
1923
1924 * font-lock.el (font-lock-comment-face): Change dark-background,
1925 color, non-tty, default to `chocolate1'.
1926
1927 2000-10-13 John Wiegley <johnw@gnu.org>
1928
1929 * eshell/esh-util.el (require): Added a missing `require' form,
1930 needed when compiling (for an ange-ftp macro definition).
1931
1932 2000-10-13 Dave Love <fx@gnu.org>
1933
1934 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1935
1936 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1937
1938 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1939 fix.
1940
1941 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1942 transparent -colors 8).
1943
1944 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1945
1946 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1947 that breaks with old list format timestamps.
1948 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1949 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1950 strings.
1951
1952 2000-10-13 John Wiegley <johnw@gnu.org>
1953
1954 * align.el, pcomplete.el, calendar/timeclock.el,
1955 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1956
1957 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1958 faulty math, where holiday hours were being computing as seconds.
1959
1960 2000-10-13 John Wiegley <johnw@gnu.org>
1961
1962 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1963 specifying what "other" kinds of buffers should be saved. This
1964 used to be hard-coded.
1965 (desktop-buffer-misc-functions): A global for specifying how
1966 auxiliary data should be determined for special buffer types.
1967 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1968 instead of hard-coding the special buffer types.
1969 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1970 auxiliary data, instead of hard-coding for Info buffers and dired.
1971 (desktop-buffer-info-misc-data): Aux function for determining Info
1972 buffer auxiliary info.
1973 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1974 (desktop-buffer-info): Changed this function to use the info
1975 gathered above.
1976 (desktop-create-buffer): Be a little more careful about what
1977 `minor-mode' means before calling it. This is important for some
1978 buffer types.
1979
1980 2000-10-13 John Wiegley <johnw@gnu.org>
1981
1982 * eshell/esh-util.el: Added a global form which declares an
1983 autoload for `parse-time-string', if that function is not already
1984 defined, and if parse-time.el is available on the user's system.
1985
1986 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1987 to be aware of ange-ftp user info.
1988 (eshell-do-ls): Bind `ange-cache'. Also, use
1989 `eshell-file-attributes'.
1990 (eshell-ls-annotate): Use `eshell-file-attributes'.
1991 (eshell-ls-file): Made the user-id printing code a bit smarter.
1992
1993 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1994 allow identification of alias user ids in remote directories.
1995 It's manual, but there's no other way to know when the current
1996 user on the local machine, is also the owning user on the remote
1997 machine.
1998 (fboundp): Bind `ange-cache'.
1999 (eshell-directory-files-and-attributes): Re-organized the logic a
2000 bit to use `eshell-file-attributes' instead of `file-attributes'.
2001 The former is more sensitive to directories that are read via FTP,
2002 and knows how to use ange-ftp to determine full attribute
2003 information, instead of just the name and last modtime.
2004 (eshell-current-ange-uids): Return the current user id when in a
2005 remote directory.
2006 (eshell-parse-ange-ls): Parse a full directory listing that has
2007 been returned by ange-ftp.
2008 (eshell-file-attributes): This beefed up version of
2009 `file-attributes' is only special if the user is currently in a
2010 remote directory, in which case it does a lot of work to find out
2011 what the real attributes of a file are, as they appear on the
2012 remote machine. This makes usage of remote directories (i.e.,
2013 ange-ftp pathnames) much more useful. You can now use Eshell as a
2014 full-fledged FTP client, with much more manipulation ability than
2015 most other clients.
2016
2017 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2018 variable, which means that Eshell's du should always be preferred
2019 in remote directories.
2020 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2021 just `file-attributes'.
2022 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2023 when reading remote directories. This is an Eshell-specific
2024 variable (not part of ange-ftp).
2025 (eshell/ln): Bind `ange-cache'.
2026 (eshell/du): Added some extra logic for determining when to use
2027 Eshell's du (which is slow), and when to use the external version
2028 (which may or may not exist).
2029
2030 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2031 `eshell-interactive-process', rather than using
2032 `get-buffer-process', since backgrounded processes don't count in
2033 the context of this function's logic.
2034
2035 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2036 `forward-char', so that null strings are parsed correctly.
2037
2038 2000-09-13 John Wiegley <johnw@gnu.org>
2039
2040 * eshell/em-pred.el (eshell-pred-file-type,
2041 eshell-pred-file-links, eshell-pred-file-size): Use
2042 `eshell-file-attributes'. This is more correct over ange-ftp.
2043
2044 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2045 that remote file globbing is more efficient.
2046
2047 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2048 gathering the files and attributes within a directory.
2049
2050 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2051 the command line is a special file (not a regular file, directory
2052 or symlink), always attempt to call the external version of cat.
2053
2054 2000-09-13 John Wiegley <johnw@gnu.org>
2055
2056 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2057 Eshell-friendly version of find-tag.
2058
2059 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2060
2061 * image-file.el (image-file-name-extensions)
2062 (image-file-name-regexps): Add autoload cookies.
2063
2064 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2065
2066 * international/mule-cmds.el (select-safe-coding-system): If FROM
2067 is string, show it in *Warning* buffer.
2068
2069 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2070
2071 * startup.el (normal-top-level): Use display-popup-menus-p instead
2072 of window-system.
2073 (command-line): Use display-graphic-p instead of window-system.
2074 (command-line-1): Use display-popup-menus-p and display-mouse-p
2075 instead of window-system.
2076
2077 2000-10-12 Sam Steingold <sds@gnu.org>
2078
2079 * tooltip.el (tooltip-use-echo-area): New user variable.
2080 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2081
2082 2000-10-12 Dave Love <fx@gnu.org>
2083
2084 * recentf.el: Maintainer's checkdoc fixes.
2085
2086 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2087 character class, not ASCII when matching file names.
2088 (fancy-splash-head): Add trailing slash to URL.
2089 (command-line): Don't require XPM support for toolbar.
2090
2091 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2092 (cperl-invalid-face): Revert last change.
2093 (cperl-init-faces): Quote cperl-invalid-face.
2094
2095 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2096
2097 * startup.el (fancy-splash-text): Remove superfluous quote.
2098
2099 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2100
2101 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2102 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2103 (command-line-1): Don't use fancy-splash-pending-command.
2104 (fancy-splash-screens-1): Goto point-min after inserting text.
2105
2106 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2107
2108 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2109 instead of shared-lisp-mode-map.
2110
2111 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2112
2113 * faces.el (header-line): Change tty-variant to use underlining.
2114
2115 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2116 (isearch-highlight): Restore lazy-isearch face properties at old
2117 position, and suppress them at new position.
2118 (isearch-dehighlight): Restore lazy-isearch face properties.
2119 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2120 over the real isearch overlay, but in that case, don't give it a
2121 face property. Use `push'.
2122
2123 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2124
2125 * man.el (Man-getpage-in-background): Fix previous change.
2126 Decode the process output only when we are in multibyte mode.
2127
2128 2000-10-11 Dave Love <fx@gnu.org>
2129
2130 * info.el (Info-mode-menu): Fix some help.
2131 (info-tool-bar-map): Add entry for Info-last.
2132
2133 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2134 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2135 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2136 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2137 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2138 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2139 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2140 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2141 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2142 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2143 Reduce colour requirements to 25 overall. (Probably wants
2144 revisiting from the originals to reduce further.)
2145
2146 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2147
2148 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2149 buffer-file-coding-system, instead of raw-text.
2150 (dehexlify-buffer): Bind coding-system-for-read to
2151 buffer-file-coding-system, instead of raw-text.
2152
2153 2000-10-11 Sam Steingold <sds@gnu.org>
2154
2155 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2156 `underline' - fixes the bug introduced on 2000-09-21.
2157
2158 2000-10-11 Dave Love <fx@gnu.org>
2159
2160 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2161 compiler warnings.
2162 (scheme-mode): Doc fix.
2163 (scheme-font-lock-keywords-1): Match `define-syntax'.
2164
2165 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2166
2167 * faces.el (frame-set-background-mode): Pay attention to saved
2168 face specs as well as default ones. Only do anything if the
2169 bg-mode or display-type has actually changed. Use `dolist'.
2170 (region): Make dark-background `region' face less in-your-face.
2171
2172 2000-10-10 Sam Steingold <sds@gnu.org>
2173
2174 * chistory.el, ielm.el, ledit.el:
2175 * progmodes/inf-lisp.el, progmodes/scheme.el:
2176 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2177
2178 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2179
2180 * textmodes/texinfo.el: Update copyright and fix typo.
2181
2182 * desktop.el (desktop-modes-not-to-save): New var.
2183 (desktop-save-buffer-p): Use it.
2184 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2185 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2186
2187 2000-10-10 Dave Love <fx@gnu.org>
2188
2189 * toolbar/tool-bar.el (tool-bar-add-item)
2190 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2191 display.
2192
2193 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2194 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2195 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2196 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2197 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2198 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2199 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2200 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2201 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2202 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2203 the .xpms; probably need retouching.
2204
2205 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2206
2207 * subr.el (add-to-list): Add optional argument APPEND.
2208 * battery.el (display-battery): Use `add-to-list'.
2209
2210 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2211
2212 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2213 these vars as symbol properties.
2214 (zone, zone-when-idle, zone-leave-me-alone)
2215 (zone-pgm-whack-chars): Use new symbol properties.
2216
2217 * battery.el (display-battery): Doc spelling fix.
2218
2219 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2220 property.
2221
2222 2000-10-09 Dave Love <fx@gnu.org>
2223
2224 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2225 has been initialized before calling tool-bar-setup.
2226 (tool-bar-add-item-from-menu): Add autoload cookie.
2227
2228 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * menu-bar.el (send-mail-item-name): New function.
2231 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2232 of mail-user-agent in the menu. Don't display the "Send Mail"
2233 item if mail-user-agent is nil or its value is ignore.
2234 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2235 if read-mail-command is nil or its value is ignore.
2236
2237 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2238
2239 2000-10-09 Miles Bader <miles@gnu.org>
2240
2241 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2242 Correct image size.
2243 * toolbar/left_arrow.xpm: Correct image size.
2244
2245 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2246 will be done by the definition of `auto-compression-mode' if
2247 necessary. Move code to uninstall existing file-name handler
2248 before definition of `auto-compression-mode'.
2249
2250 * image-file.el (auto-image-file-mode): Move to the end of the
2251 file, because `define-minor-mode' actually calls the mode-function
2252 if the associated variable is non-nil, which requires that all
2253 needed functions be already defined.
2254
2255 * mouse.el (popup-menu): Balance parens.
2256
2257 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2258
2259 * mouse.el (popup-menu): Move the command call outside the loop
2260 so that popup-menu returns whatever the command returns.
2261
2262 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2263 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2264 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2265 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2266
2267 * vc.el (vc-version-diff): diff-switches can be a list.
2268 Use relative filenames for prettier output.
2269
2270 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2271 (vc-post-command-functions): Remove old-VC compatibility code.
2272
2273 * newcomment.el (comment-indent-default): Autoload.
2274
2275 * font-lock.el (font-lock-defaults): Make buffer-local.
2276 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2277 (font-lock-choose-keywords):
2278 Ignore LEVEL unless KEYWORDS is a list of syms.
2279 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2280 Don't wrap regexp-opt things in \(...\) unnecessarily.
2281
2282 * jit-lock.el: Don't require font-lock any more.
2283 (jit-lock-functions): Make buffer-local.
2284 (jit-lock-saved-fontify-buffer-function): Remove.
2285 (jit-lock-mode): Remove autoload cookie.
2286 Remove font-lock specific code.
2287 (jit-lock-unregister): Don't bother handling complex hooks any more.
2288 (jit-lock-refontify): New function.
2289 (jit-lock-fontify-buffer): Use it.
2290 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2291 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2292 Add optional args START and END.
2293 Never call font-lock-fontify-region directly.
2294 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2295
2296 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2297
2298 2000-10-08 Dave Love <fx@gnu.org>
2299
2300 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2301
2302 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2303
2304 * play/studly.el (studlify-region, studlify-word): Add autoload
2305 cookie.
2306
2307 * play/morse.el (morse-region, unmorse-region): Add autoload
2308 cookie.
2309
2310 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2311 concat.
2312
2313 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2314 insist on symbols starting with word syntax.
2315 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2316 (eval-defun-1): Doc fix.
2317 (indent-sexp): Use nconc to build up indent-stack.
2318
2319 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2320 Gnus with little use.
2321 (mail-setup-hook): Add mail-abbrevs-setup to options.
2322
2323 * recentf.el: Doc fixes.
2324
2325 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2326 Clean up remainder.
2327
2328 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2329 without timezone and (8) with timezone to enforce some whitespace.
2330 Simplify code somewhat.
2331
2332 * options.el (list-options): Doc that you should use customize.
2333
2334 * iswitchb.el (iswitchb-mode): Add :require.
2335
2336 * info.el (Info-goto-node, Info-menu): Doc fix.
2337 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2338 (info-tool-bar-map): New variable.
2339 (Info-mode): Use it.
2340 (Info-edit-map): Define all in defvar.
2341 (speedbar-attached-frame): Avoid compiler warning.
2342
2343 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2344 (global-map): Bind [tool-bar] to a filtered map.
2345 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2346 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2347 Allow PBM icons.
2348 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2349
2350 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2351 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2352 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2353 icons, except up_arrow, which is left-arrow rotated.
2354
2355 * imenu.el (imenu-add-to-menubar): Fix last change.
2356
2357 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2358
2359 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2360 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2361
2362 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2363
2364 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2365 typos in doc strings.
2366
2367 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2368 the doc strings how to customize Font Lock faces.
2369
2370 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2371 computing growth when dragging the header line.
2372
2373 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2374
2375 * simple.el (kill-line): Doc fix.
2376
2377 2000-10-08 Miles Bader <miles@gnu.org>
2378
2379 * faces.el (secondary-selection): Make foreground visible on tty.
2380
2381 * jka-compr.el (auto-compression-mode): Move to the end of the
2382 file, because `define-minor-mode' actually calls the mode-function
2383 if the associated variable is non-nil, which requires that all
2384 needed functions be already defined.
2385 (with-auto-compression-mode): Add autoload cookie.
2386
2387 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * files.el (find-backup-file-name) [ms-dos]: If support for long
2390 file names is not available, behave as if version-control were set
2391 to never.
2392
2393 2000-10-07 Dave Love <fx@gnu.org>
2394
2395 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2396 (browse-url-gnome-moz): New function.
2397 (browse-url-browser-function): Use it.
2398 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2399
2400 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2401
2402 * indent.el (tab-always-indent): New var.
2403 (indent-for-tab-command): Use it.
2404
2405 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2406 raise an error. This way it can still default to a sane value.
2407
2408 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2409
2410 * startup.el (fancy-splash-screens): Use local rather than global map.
2411 Don't use `update-menu-bindings' any more.
2412 Get rid of assumptions about keymap representation.
2413
2414 2000-10-06 Dave Love <fx@gnu.org>
2415
2416 * textmodes/fill.el (sentence-end-double-space)
2417 (sentence-end-without-period): Doc fix.
2418 (adaptive-fill-regexp): Purecopy.
2419 (unjustify-current-line): Use line-end-position.
2420 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2421
2422 * net/eudc-vars.el (eudc): Add :version, :link.
2423
2424 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2425
2426 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2427 Fix for define-minor-mode.
2428 (function-at-point): Alias to function-called-at-point.
2429
2430 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2431
2432 * simple.el (backward-word): Doc fix.
2433
2434 * image-file.el (image-file-name-regexp): image-file-regexps ->
2435 image-file-name-regexps.
2436 (image-file-name-extensions): Add pbm.
2437
2438 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2439
2440 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2441 and add filename to the names so that diff-mode can jump to source.
2442
2443 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
2444 (tex-font-lock-keywords, tex-font-lock-keywords-2)
2445 (tex-font-lock-keywords-1): Remove.
2446 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2447 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
2448 (font-lock-default-fontify-region):
2449 Expand beg..end correctly when just following a multiline region.
2450 (font-lock-fontify-anchored-keywords):
2451 Include the anchor text as part of the multiline.
2452
2453 2000-10-06 Gerd Moellmann <gerd@gnu.org>
2454
2455 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2456 latter needs the autoloaded define-minor-mode macro during the
2457 bootstrap.
2458
2459 * startup.el (command-line): For now, activate tool-bar-mode only
2460 if XPM images are supported.
2461
2462 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2463 window by dragging a header-line at the top of the frame; that's
2464 confusing because the header-line doesn't move.
2465 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2466 of treating the event as a list. Some cleanup.
2467
2468 2000-10-06 Miles Bader <miles@gnu.org>
2469
2470 * simple.el (display-message-or-buffer): New function.
2471 (shell-command-on-region): Use `display-message-or-buffer'.
2472
2473 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2474 docstring parts.
2475
2476 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2477 (smbclient-prompt-regexp): Add usage note to doc string.
2478 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2479 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2480 Use add-hook for adding the comint filter function, and only do so
2481 if it's not already in the global hook list.
2482 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2483 to `make-local-variable'.
2484 (nslookup-font-lock-keywords): Remove prompt entry.
2485 (nslookup): Don't set the process-filter.
2486 (finger): Exit the loop correctly when the regexps list runs out.
2487 (ftp, smbclient, smbclient-list-shares):
2488 Set the real major mode immediately, not after execing.
2489 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2490
2491 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2492
2493 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2496
2497 * which-func.el (which-func-format): Remove spurious space.
2498 (which-func-mode): Don't make it permanent-local.
2499 (which-func-ff-hook): Allow which-func-maxout to be nil.
2500 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2501 (which-func-mode): Simplify.
2502 Use post-command-idle-hook rather than post-command-hook.
2503 Go through all buffers and update their state.
2504 (which-function): Also try add-log-current-defun-function.
2505
2506 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2507 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2508 Update call to with-vc-properties accordingly.
2509 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2510 (vc-revert-buffer): More careful about window selection and deletion.
2511 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2512
2513 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2514 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2515 (cvs-dired-action): Change the default to quickdir.
2516
2517 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2518 if comment-indent-function returns nil.
2519 (comment-indent-default): New function.
2520 (comment-indent-function): Use it and document the new semantics.
2521
2522 * image-file.el: Docstring fixes.
2523
2524 * help.el (help-xref-on-pp): Use match-string.
2525 (describe-variable): New arg BUFFER.
2526 Store the current buffer in the help-xref-stack.
2527 (temp-buffer-resize-mode): Use define-minor-mode.
2528
2529 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2530 consistently with its docstring.
2531 Set jit-lock-first-unfontify-pos in an idempotent way.
2532 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2533
2534 2000-10-05 Alex Schroeder <alex@gnu.org>
2535
2536 * sql.el (sql-mysql-options): New variable.
2537 (sql-mysql): Use it.
2538
2539 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2540
2541 * image.el (image): New group.
2542
2543 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2544 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2545
2546 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2547
2548 * net/net-utils.el (nslookup-font-lock-keywords)
2549 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2550 Ignore the value of wqindow-system; always define keywords
2551
2552 2000-10-05 Kenichi Handa <handa@etl.go.jp>
2553
2554 * startup.el (fancy-splash-screens): Remove the code for
2555 debugging; `(trace-to-stderr "EXITTT\n")'.
2556
2557 2000-10-05 Miles Bader <miles@gnu.org>
2558
2559 * diff-mode.el (diff-goto-source): Update call to
2560 `diff-hunk-status-msg' to reflect new REV variable.
2561
2562 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2563
2564 * progmodes/icon.el (icon-mode):
2565 Don't gratuitously override the default for comment-column.
2566
2567 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2568
2569 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2570 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2571 (jit-lock-functions): New var.
2572 (jit-lock-function-1): Use it if non-nil.
2573 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2574 Set the `fontified' property before doing the fontification to avoid
2575 repeatedly going through the same error.
2576 Don't turn errors into messages.
2577 (jit-lock-register, jit-lock-unregister): New functions.
2578
2579 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2580 Use with-current-buffer.
2581
2582 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2583 Turn comment into docstring.
2584
2585 * apropos.el (apropos-mode): Use define-derived-mode.
2586
2587 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2588
2589 * startup.el (fancy-splash-pending-command): New variable.
2590 (fancy-splash-pre-command): New function.
2591 (fancy-splash-screens): Rewritten.
2592 (command-line-1): If fancy-splash-pending-command is set, call it
2593 interactively.
2594
2595 2000-10-04 Dave Love <fx@gnu.org>
2596
2597 * toolbar/tool-bar.el (tool-bar-setup): New function.
2598 (tool-bar-mode): Use it.
2599
2600 * subr.el (substitute-key-definition): Doc fix.
2601 (play-sound-file): New command.
2602
2603 2000-10-04 Andre Spiegel <spiegel@gnu.org>
2604
2605 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2606 vc-version-backup-file-name): New functions.
2607
2608 * files.el (basic-save-buffer): Call vc-before-save before saving.
2609
2610 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2611 vc-cvs-stay-local-p.
2612
2613 * vc.el (vc-revert-buffer): Handle empty diff properly.
2614 (vc-version-backup-file): New function.
2615 (vc-checkout): Create a version backup if necessary.
2616 (vc-checkin): If a version backup file exists, delete it.
2617 (vc-version-diff): Diff locally using version backups, if available.
2618 (vc-revert-file): If there's a version backup, revert locally.
2619 (vc-transfer-file): Use version backup for base version, if
2620 available. If not, ask for confirmation whether to get it from the
2621 server. Update mode line before check-in.
2622
2623 2000-10-04 Dave Love <fx@gnu.org>
2624
2625 * toolbar/tool-bar.el (tool-bar-setup): New function.
2626 (tool-bar-mode): Use it.
2627
2628 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2629
2630 * net/net-utils.el (nslookup-font-lock-keywords)
2631 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2632 Only set if window-system is non-nil
2633 (net-utils-run-program): Returns buffer.
2634 (network-connection-reconnect): Added this function.
2635
2636 * generic.el:
2637 Incorporates extensive cleanup and docfixes by
2638 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2639 Uses cl compile-time macros.
2640 (generic-mode-name, generic-comment-list)
2641 (generic-keywords-list, generic-font-lock-expressions)
2642 (generic-mode-function-list, generic-mode-syntax-table):
2643 Removed variables.
2644 (generic-mode-alist): Renamed to generic-mode-list.
2645 (generic-find-file-regexp): Default changed to "^#".
2646 (generic-read-type): Uses completing read on generic-mode-list.
2647 (generic-mode-sanity-check): removed this function.
2648 (generic-add-to-auto-mode): Removed this function
2649 (generic-mode-internal): Bind mode-specific definitions
2650 into function instead of putting them in alist.
2651 (generic-mode-set-comments): Reworked extensively.
2652 (generic-mode-find-file-hook): Simplified regexp searching
2653 (generic-make-keywords-list): Omit extra pair of parens
2654
2655 * find-lisp.el (find-lisp-find-files-internal):
2656 Make sure directory name ends with "/".
2657
2658 * generic-x.el (apache-conf-generic-mode):
2659 Regexp now allows leading whitespace.
2660 (rc-generic-mode): Added eval-when-compile
2661 around generic-make-keywords-list.
2662 Deleted duplicate regexp
2663 (rul-generic-mode): Added eval-when-compile
2664 around generic-make-keywords-list.
2665 (etc-fstab-generic-mode): New generic mode.
2666 (rul-generic-mode): Removed one eval-when-compile
2667 which caused a max-specpdl-size exceeded error.
2668
2669 2000-10-04 Miles Bader <miles@gnu.org>
2670
2671 * simple.el (minibuffer-temporary-goal-position): New variable.
2672 (next-history-element): Try to keep the position of point in the
2673 input string constant.
2674
2675 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2676 (dired-do-create-files): If there's only one file, pass it in as
2677 the DEFAULT arg to dired-mark-read-file-name.
2678
2679 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2680
2681 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2682 (diff-goto-source): Be smarter when choosing REVERSE or not.
2683
2684 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2685 (texinfo-mode-menu): Add an explicit shortcut for update all.
2686
2687 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2688
2689 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2690 factorize backend-specific code cleanly (this was essentially
2691 conceived by Stefan Monnier).
2692 (vc-unregister): Function removed.
2693 (vc-revert-file): New function.
2694 (vc-revert-buffer): Delegate some of the work to it.
2695
2696 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2697 default branch unconditionally.
2698 (vc-rcs-set-default-branch): New function.
2699 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2700 (vc-rcs-checkin): If an appropriate default branch has been set,
2701 force creation of that branch.
2702 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2703 code (as suggested by Stefan Monnier).
2704
2705 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2706
2707 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2708 highlighting overlay with a different face over the overlay
2709 isearch uses to highlight the current match because that can lead
2710 to bad face combinations.
2711
2712 * loadup.el (toplevel): Load faces before isearch.
2713
2714 * isearch.el (isearch-faces): New custom group.
2715 (isearch): New defface; was already tested for in the code.
2716 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2717 (isearch-highlight): Always use face `isearch'.
2718
2719 2000-10-02 Dave Love <fx@gnu.org>
2720
2721 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2722 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2723 comparison of opcode with operand.
2724
2725 2000-10-03 Miles Bader <miles@gnu.org>
2726
2727 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2728 buffer, since the echo area will now grow to accommodate them.
2729
2730 2000-10-02 Andre Spiegel <spiegel@gnu.org>
2731
2732 * vc-hooks.el (vc-registered): If FILE used to be registered under
2733 a certain backend, try that one first.
2734
2735 * vc.el (vc-responsible-backend): Undo the previous change in the
2736 argument list. Handle multiple backends correctly.
2737 (vc-find-new-backend): Function removed.
2738 (vc-register): Use vc-responsible-backend, as before.
2739 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2740
2741 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2742
2743 * startup.el (fancy-splash-head): Change message below the
2744 logo.
2745
2746 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2747
2748 * diff-mode.el (diff-goto-source): Emit a status message.
2749 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2750 (diff-test-hunk): Fix doc string.
2751 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2752 (diff-advance-after-apply-hunk): New variable.
2753 (diff-apply-hunk): Don't return a value.
2754
2755 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2756
2757 * vc.el (vc-editable-p): Minor optimization.
2758 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2759 (vc-find-new-backend): New function split from vc-responsible-backend.
2760 (vc-register): Use it.
2761 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2762 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2763 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2764 (vc-clear-headers): Don't use find-file.
2765 (vc-revert-buffer): Use `and' again (must have been a braino).
2766 (vc-switch-backend): Only prompt if requested.
2767 Short circuit if nothing is to be done.
2768 Don't use vc-resynch-buffer which could lose unsaved editing.
2769 (vc-default-receive-file): Update call to vc-unregister.
2770 (with-vc-file, vc-next-action-on-file):
2771 Use vc-backend rather than vc-registered.
2772 (vc-next-action-on-file): Use intern-soft.
2773 Deal with read-only *vc-diff* buffer.
2774 (vc-transfer-file): Docstring fix.
2775
2776 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2777 (vc-rcs-receive-file): Avoid with-vc-properties.
2778 Update call to vc-unregister.
2779 Use constant `RCS' rather than (dynamically bound) var `backend'.
2780
2781 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2782
2783 * vc.el (vc-next-action-on-file): Update mode line only if file
2784 is visited.
2785 (vc-start-entry): New argument initial-contents. Don't visit the file
2786 if it isn't already visited. Brought documentation up-to-date.
2787 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2788 (vc-checkin): New optional arg initial-contents, which is passed to
2789 vc-start-entry.
2790 (vc-finish-logentry): Make sure to bury log buffer only if there
2791 really is one. Call `vc-resynch-buffer' on log-file, not
2792 buffer-file-name.
2793 (vc-default-comment-history, vc-default-wash-log): New functions.
2794 (vc-index-of): Removed.
2795 (vc-transfer-file): Make do without the above.
2796 (vc-default-receive-file): Call comment-history unconditionally. Pass
2797 the resulting string to vc-checkin, instead of inserting it into the
2798 comment ring.
2799
2800 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2801 unconditionally. Use the comments as initial contents of the log
2802 entry buffer. Document the trick to force branch creation with no
2803 changes.
2804
2805 2000-10-01 Miles Bader <miles@gnu.org>
2806
2807 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2808 `recenter' with an arg to prevent redrawing the display.
2809
2810 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2813
2814 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2815
2816 * progmodes/c-mode.el (c-mode):
2817 Don't gratuitously override the default for comment-column.
2818
2819 * textmodes/tex-mode.el (latex-metasection-list): New var.
2820 (latex-imenu-create-index): Use it.
2821 Move the regexp construction outside loops (and use push).
2822 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2823 (tex-font-lock-keywords): Moved from font-lock.el.
2824 (tex-comment-indent): Remove.
2825 (tex-common-initialization): Don't set comment-indent-function.
2826 (latex-block-default): New var.
2827 (tex-latex-block): Use it to provide a default choice.
2828 Add any unknown choice to latex-block-names.
2829 Insert [...] after {...}.
2830 (tex-last-unended-begin): Simplify regexp.
2831 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2832 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2833 (latex-mode): Set forward-sexp-function.
2834
2835 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2836 Add regexp for @ignore ... @end ignore.
2837 (texinfo-heading-face): New face.
2838 (texinfo-font-lock-keywords): Use it.
2839 (texinfo-mode-menu): New menu.
2840 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2841 New functions.
2842 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2843 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2844 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2845 Remove declaration.
2846 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2847
2848 * delsel.el (delete-selection-mode): Use define-minor-mode.
2849
2850 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2851
2852 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2853
2854 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2855
2856 2000-09-30 Gerd Moellmann <gerd@gnu.org>
2857
2858 * replace.el (keep-lines-read-args): New function.
2859 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2860 read arguments interactively. Add parameters RSTART and REND.
2861 Operate on the active region in Transient Mark mode.
2862
2863 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2864
2865 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2866 (authors-obsolete-files-regexps): New variable.
2867 (authors-add): Don't record changes in obsolete files.
2868
2869 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2870
2871 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2872
2873 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2874 (comment-indent): Make sure there's a space between code and comment.
2875 Shift comments left to avoid going past fill-column.
2876
2877 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2878
2879 * startup.el (startup-echo-area-message): New function.
2880 (display-startup-echo-area-message): Use it.
2881 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2882 (fancy-splash-default-action): New function.
2883 (fancy-splash-screens-1): New function.
2884 (fancy-splash-head): Put a help-echo and a keymap under the image.
2885
2886 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2887
2888 * diff-mode.el (diff-add-log-file-name): Remove.
2889 (diff-mode): Use add-log-buffer-file-name-function.
2890
2891 * add-log.el (find-change-log): New arg BUFFER-FILE.
2892 (add-log-file-name): Obey add-log-file-name-function.
2893 (add-log-buffer-file-name-function): New var.
2894 (add-change-log-entry): Use it.
2895
2896 2000-09-29 Miles Bader <miles@gnu.org>
2897
2898 * image-file.el (image-file-name-extensions): New variable.
2899 (image-file-name-regexps): Renamed from `image-file-regexps'.
2900 New default value is nil. Call `auto-image-file-mode'.
2901 (image-file-name-regexp): New function.
2902 (auto-image-file-mode): New minor mode.
2903 (insert-image-file): Don't make conditional on the image-file
2904 handler being enabled.
2905 (image-file-handler): Make the call here conditional instead.
2906 (set-image-file-handler-enabled, enable-image-file-handler)
2907 (disable-image-file-handler): Functions removed.
2908
2909 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2910 string.
2911
2912 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2913
2914 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2915 it's a function from CL.
2916 (latex-imenu-create-index): Replace eval-when-compile with progn
2917 because latex-section-alist is not bound while compiling.
2918
2919 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2922 (outline-mode): Use define-derived-mode.
2923
2924 * progmodes/perl-mode.el (perl-mode):
2925 * progmodes/awk-mode.el (awk-mode):
2926 * progmodes/asm-mode.el (asm-mode):
2927 Don't gratuitously override the default for comment-column.
2928
2929 * emacs-lisp/lisp.el (lisp-complete-symbol):
2930 Distinguish the let-binding case from the funcall case.
2931 (forward-sexp-function): New variable.
2932 (forward-sexp): Use it.
2933
2934 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2935 (easy-mmode-defmap): Remove the now useless autoload.
2936
2937 * time.el (display-time-mode): Use define-minor-mode.
2938
2939 * subr.el (add-minor-mode): Don't eval NAME.
2940 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2941 Use if rather than cond.
2942
2943 * simple.el (read-expression-map): Define more properly.
2944 (comment-indent-hook): Remove.
2945 (string-to-syntax): Bug fix.
2946
2947 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2948 (cvs-ediff-diff): Fix typo.
2949 (cvs-revert-if-needed): Don't bother preserving read-only.
2950
2951 * paren.el (show-paren-mode): Use define-minor-mode.
2952
2953 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2954 (toggle-auto-compression): Remove.
2955 (jka-compr-build-file-regexp): Remove useless grouping.
2956
2957 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2958 Avoid user-reserved bindings.
2959 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2960 (diff-header-face): Revert to grey85.
2961
2962 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2963
2964 * complete.el (partial-completion-mode) <defcustom>: Remove.
2965 (partial-completion-mode): Use define-minor-mode.
2966 (PC-do-completion): Understand `completion-auto-help = delay'
2967 to mean to popup the completion buffer only the second time.
2968 (PC-include-file-all-completions, PC-include-file-all-completions)
2969 (PC-include-file-all-completions): Don't quote lambda.
2970
2971 * comint.el (comint-mode-hook): Docstring fix.
2972 (comint-mode): Use define-derived-mode.
2973 (comint-mode-map): Remove obsolete comment.
2974 (make-comint): Minor stylistic change.
2975 (comint-insert-clicked-input): Be more careful to find the overlay.
2976 Use this-command-keys rather than hardcoding mouse-2.
2977
2978 * font-lock.el: Replace confusing (,@ with ,
2979 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2980 Don't use regexp-opt-depth. Spice up the regexp for args.
2981 Don't distinguish between cmds that can take an opt arg or not.
2982 Use `append' and `prepend' rather than `keep'.
2983
2984 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2985 (latex-outline-regexp): New var.
2986 (latex-outline-level): New fun.
2987 (latex-section-alist): New var.
2988 (latex-imenu-create-index): Use it. Use `push' as well.
2989 (tex-shell-map): Initialize it properly.
2990 (tex-mode): Minor stylistic change.
2991 (plain-tex-mode): Use define-derived-mode.
2992 (latex-mode): Use define-derived-mode.
2993 Construct the paragraph regexps in a more readable way.
2994 Set the buffer-local outline-{level,regexp} vars.
2995 (slitex-mode): Derive from latex-mode.
2996 (tex-common-initialization): Don't kill-all-vars anymore.
2997 Add setting for comment-add and font-lock-defaults.
2998 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2999 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3000 (tex-start-tex): New arg DIR (and send a chdir command for it).
3001 Also display the shell buffer and save it in tex-last-buffer-texed.
3002 (tex-region): Use expand-file-name rather than concat.
3003 Remove code made useless by changes in tex-start-tex.
3004 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3005
3006 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3007
3008 2000-09-28 Dave Love <fx@gnu.org>
3009
3010 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3011
3012 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3013
3014 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3015 `append'.
3016
3017 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * info.el (Info-extract-pointer): Undo last change.
3020 Instead, fix the position of the `bound' arg to re-search-backward.
3021
3022 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3023
3024 * info.el (Info-extract-pointer):
3025 Widen more carefully, to avoid finding pointers in other nodes.
3026 (Info-index): Use push.
3027
3028 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3029
3030 * frame.el (set-frame-font): Remove call to obsolete function
3031 frame-update-faces.
3032 (set-foreground-color, set-background-color): Likewise for
3033 frame-update-face-colors.
3034
3035 2000-09-27 Miles Bader <miles@gnu.org>
3036
3037 * image-file.el: New file.
3038
3039 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3040
3041 * frame.el (frame-notice-user-settings): Don't call
3042 frame-update-faces, which is a no-op now.
3043
3044 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3045 tool-bar-lines.
3046
3047 2000-09-27 Dave Love <fx@gnu.org>
3048
3049 * mouse.el: Fix last change.
3050
3051 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3052
3053 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3054
3055 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3056
3057 * international/quail.el (quail-help): The output message is
3058 improved.
3059
3060 2000-09-26 Dave Love <fx@gnu.org>
3061
3062 * mouse.el (popup-menu): If POSITION is nil, set it using
3063 mouse-position.
3064
3065 2000-09-25 Sam Steingold <sds@gnu.org>
3066
3067 * net/browse-url.el (browse-url-file-url): Check for null maps.
3068
3069 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3070
3071 * frame.el (frame-notice-user-settings): Don't add a
3072 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3073
3074 * frame.el (frame-notice-user-settings):
3075 Make tool-bar-mode and default-frame-alist consistent.
3076
3077 * toolbar/tool-bar.el (tool-bar-help): New function.
3078
3079 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3080
3081 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3082 current-load-list in top-level forms. Else this leaks a cons cell
3083 every time a defun is called.
3084
3085 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3086
3087 2000-09-25 Dave Love <fx@gnu.org>
3088
3089 * startup.el (fancy-splash-head): Check XPM is available.
3090
3091 * autoinsert.el (auto-insert): Doc fix.
3092 (auto-insert-alist): Following GNU notices, don't say `copyright
3093 _by_'. Use line-beginning-position.
3094 (auto-insert): Check buffer-file-name is non-nil before use.
3095
3096 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3097
3098 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3099 starting with `@def' or `@multitable', in addition to ones
3100 specified by the user in auto-fill-inhibit-regexp.
3101
3102 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3103
3104 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3105 rmail-dont-reply-to-names matches the empty string.
3106
3107 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3108
3109 * startup.el (command-line-1, fancy-splash-text): Change the
3110 text to sound more friendly.
3111
3112 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3113
3114 * progmodes/hideshow.el: Update author email address.
3115 Generally, sync w/ maintainer version 5.22.
3116 (hs-hide-all-non-comment-function): New var.
3117 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3118 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3119 (hs-show-region): Delete this command.
3120 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3121
3122 2000-09-22 Dave Love <fx@gnu.org>
3123
3124 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3125 (hl-line-highlight): Specify buffer when moving overlay.
3126
3127 * progmodes/fortran.el (fortran-mode): Locally set
3128 normal-auto-fill-function.
3129 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3130 (fortran-mode-map): Adjust auto-fill menu entry.
3131
3132 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3133
3134 * vc-rcs.el (toplevel): Require `vc' when compiling.
3135
3136 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3137
3138 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3139
3140 * vc.el (vc-switch-backend): Signal an error if the file is not
3141 registered under the new backend.
3142
3143 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3144 without explicit revision number.
3145
3146 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3147
3148 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3149 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3150 (diff-xor): New function.
3151 (diff-find-source-location): Use it. Fix a stupid name clash.
3152 (diff-hunk-status-msg): New function.
3153 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3154 (diff-test-hunk): Use diff-find-source-location.
3155 (diff-goto-source): Favor the `reverse'.
3156 (diff-hunk-text): Properly handle one-sided context diffs.
3157 (diff-apply-hunk): When done, advance to the next hunk.
3158
3159 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3160
3161 * startup.el (command-line): If frame was created with a non-zero
3162 tool-bar-lines parameter, switch tool-bar-mode on.
3163
3164 * add-log.el (change-log-date-face, change-log-name-face)
3165 (change-log-email-face, change-log-file-face)
3166 (change-log-list-face, change-log-conditionals-face)
3167 (change-log-function-face, change-log-acknowledgement-face):
3168 New faces, inheriting from font-lock faces.
3169 (change-log-font-lock-keywords): Use them.
3170
3171 2000-09-21 Dave Love <fx@gnu.org>
3172
3173 * progmodes/cperl-mode.el (top-level): Clean up
3174 `eval-when-compile's and assorted defvars.
3175 (cperl-invalid-face): Don't double-quote value. Change custom
3176 type.
3177 (cperl-mode): Set normal-auto-fill-function and don't zap
3178 auto-fill-function.
3179 (cperl-imenu--function-name-regexp-perl): Renamed from
3180 imenu-example--function-name-regexp-perl.
3181 (cperl-imenu--create-perl-index): Renamed from
3182 imenu-example--create-perl-index.
3183 (cperl-xsub-scan): Don't require cl.
3184
3185 * msb.el (msb-mode-map): Use substitute-key-definition.
3186 (msb-mode): Use msb-mode-map.
3187
3188 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3189
3190 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3191 New functions.
3192 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3193 (vc-switch-backend): New function.
3194 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3195 (vc-register): Fix prompt.
3196 (vc-unregister, vc-default-unregister): New functions.
3197 (vc-version-diff): Handle empty buffer in sentinel.
3198
3199 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3200 (vc-rcs-state-heuristic): Use it to guess the state of files with
3201 non-strict locking.
3202 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3203 been set with -b, but not created yet.
3204 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3205 contents in order to find the state.
3206 (vc-rcs-checkin): Allow creation of branches with no changes.
3207 (vc-rcs-unregister, vc-rcs-receive-file)
3208 (vc-rcs-set-non-strict-locking): New functions.
3209
3210 * vc-hooks.el (vc-name): Force correct computation of the value
3211 in case it is missing.
3212
3213 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3214
3215 * startup.el (fancy-splash-tail): Use a different foreground
3216 color on a dark frame background.
3217
3218 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3219
3220 * info.el: Use the correct capitalization when making Info-mode
3221 and Info-edit-mode `special' modes.
3222
3223 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3224
3225 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3226 (diff-mode): Add support for add-log.el.
3227 (diff-hunk-text): Use char offsets rather than line offsets.
3228 (diff-find-source-location): Replace LINE with line-offset (nil
3229 if not found) and always set POS to a meaningful position.
3230 Adapt to the new char-offsets.
3231 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3232 Adapt to the new diff-find-source-location.
3233 (diff-goto-source): Adapt to the new diff-find-source-location.
3234
3235 * add-log.el (add-log-file-name): New function (split out of
3236 add-change-log-entry).
3237 (add-change-log-entry): Use it.
3238 Call add-log-file-name-function with the changelog file name if
3239 the current buffer is not associated with any file.
3240 Avoid find-file if the selected window is dedicated.
3241
3242 * diff-mode.el (diff-find-source-location):
3243 Move code from diff-apply-hunk. Return buffer rather than file.
3244 (diff-apply-hunk): Use the new result from diff-find-source-location.
3245 (diff-goto-source): Use the new diff-find-source-location.
3246
3247 2000-09-20 Dave Love <fx@gnu.org>
3248
3249 * iswitchb.el: Some doc fixes.
3250 (iswitchb-mode-map): Define completely initially. Inherit
3251 minibuffer-local-map.
3252 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3253 fundamental-mode.
3254 (iswitchb-global-map): New variable.
3255 (iswitchb-summaries-to-end): Amalgamate regexps.
3256 (iswitchb-mode): New.
3257 (iswitchb-mode-hook): New variable.
3258 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3259 `extensions'.
3260
3261 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3262
3263 * ehelp.el (electric-help): New defgroup.
3264 (electric-help-shrink-window): New user-option.
3265 (with-electric-help): Use it.
3266
3267 * window.el (shrink-window-if-larger-than-buffer): If face
3268 `mode-line' has a :box, and we're on a graphical frame, add 1
3269 to the needed window height.
3270
3271 * frame.el (frame-notice-user-settings): Add a last parameter nil
3272 to a call to `append', because the last list passed to `append' is
3273 not copied, and so subsequent calls to assq-delete-all will modify
3274 default-frame-alist.
3275
3276 * startup.el (fancy-splash-image): Change :type.
3277 (fancy-splash-head): Use an XBM image if appropriate.
3278 (command-line-1): Show splash screens in more cases.
3279
3280 * startup.el (fancy-splash-text): Don't quote faces.
3281
3282 * dired.el (dired-font-lock-keywords): Undo last change.
3283 (dired-readin): Bind indent-tabs-mode to nil.
3284
3285 * startup.el (fancy-splash-head): If frame's background mode
3286 is `dark', change the black background of the image to gray.
3287 (fancy-splash-screens): Display startup echo area message.
3288 (display-startup-echo-area-message): New function.
3289
3290 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3291
3292 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3293
3294 * info.el (info-header-node): Tweak for color ttys.
3295
3296 * faces.el (face-valid-attribute-values): Make sure directories we
3297 search for stipples both exist and are readable before trying to
3298 search them.
3299
3300 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3301 in the dry-run case.
3302
3303 * jka-compr.el (with-auto-compression-mode): New macro.
3304
3305 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3306 (custom-group-tag-face, custom-variable-tag-face): Use relative
3307 :height and inherit from `variable-pitch' face instead of
3308 hardwiring :family.
3309 * hi-lock.el (hi-black-hb): Likewise.
3310
3311 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3312 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3313 toolbar-add-item, if image doesn't have a mask add a `:mask
3314 heuristic'.
3315
3316 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3317
3318 * diff-mode.el: Docstring fixes.
3319 (diff-header-face, diff-comment-face): New faces.
3320 (diff-font-lock-keywords): Highlight a bit differently.
3321 (diff-find-source-location): Don't return SPAN any more.
3322 (diff-hunk-text): Don't bother erasing the temp buffer.
3323 (diff-find-text): Drop argument LINE.
3324 (diff-apply-hunk): Update calls to diff-find-text.
3325 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3326
3327 * calendar/calendar.el: Docstring fixes.
3328 (calendar-make-alist): Don't quote lambda.
3329 (calendar-star-date): Use make-local-variable.
3330
3331 2000-09-19 Dave Love <fx@gnu.org>
3332
3333 * toolbar/tool-bar.el: Renamed from toolbar.el.
3334 Change `toolbar' to `tool-bar' generally in symbols.
3335 Make some items invisible in `special' major modes.
3336 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3337 Add arg PROPS.
3338
3339 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3340 Add :version here.
3341 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3342
3343 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3344
3345 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3346
3347 * files.el (find-file-suppress-same-file-warnings): New user-option.
3348 (find-file-noselect): Use it.
3349
3350 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3351 (fancy-splash-screen): Defgroup.
3352
3353 * add-log.el (change-log-font-lock-keywords): Match names
3354 more exactly for the case that font-lock-constant-face is
3355 underlined.
3356
3357 2000-09-19 Richard M. Stallman <rms@gnu.org>
3358
3359 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3360
3361 2000-09-19 Andre Spiegel <spiegel@gnu.org>
3362
3363 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3364
3365 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3366
3367 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3368 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3369 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3370 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3371 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3372 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3373 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3374 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3375 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3376 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3377 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3378 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3379
3380 * startup.el (fancy-splash-text): New variable.
3381 (fancy-splash-delay, fancy-splash-image): New user-options.
3382 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3383 (fancy-splash-screens): New functions.
3384 (command-line-1): If display has a `display' frame parameter, has
3385 colors, and we have XPM support, show more fancy splash screens.
3386
3387 2000-09-19 Dave Love <fx@gnu.org>
3388
3389 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3390 with null `help'. Use modern backquote syntax.
3391
3392 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3393
3394 * font-lock.el (font-lock-mode): Change message telling the user
3395 that ``the buffer is too big''.
3396
3397 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3398 for instance for the case that tab-width is 2.
3399
3400 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3401
3402 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3403 toolbar-add-item, if image doesn't have a mask add a `:mask
3404 heuristic'.
3405
3406 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3407
3408 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3409 and return a cons if it's non-nil.
3410 (diff-apply-hunk): Try to jump to the line in the source text
3411 corresponding to the position of point in the in the hunk.
3412
3413 * info.el (Info-title-3-face, Info-title-2-face)
3414 (Info-title-1-face): Use face inheritance and relative sizes
3415 instead of hard-wiring things.
3416
3417 * faces.el (secondary-selection): Make dark-background variant sane.
3418
3419 2000-09-16 Andrew Innes <andrewi@gnu.org>
3420
3421 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3422 read-only, since they aren't under VC now.
3423
3424 2000-09-17 Dave Love <fx@gnu.org>
3425
3426 * tmm.el: Replace mapcar with mapc in several places.
3427
3428 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3429 ad-unadvise.
3430
3431 * international/latin1-disp.el: New file.
3432
3433 * calendar/cal-move.el (scroll-calendar-left)
3434 (scroll-calendar-right): Make arg optional (for active mode line).
3435
3436 * calendar/calendar.el (calendar-mode-line-format): Make fields
3437 mouse-sensitive.
3438 (calendar-read-date, calendar-read-date, calendar-window-list):
3439 Unquote lambda.
3440 (calendar-month-name): Use aref, not sref.
3441
3442 * view.el (minor-mode-alist): Propertize the string.
3443
3444 * international/characters.el (standard-case-table): Add entries
3445 for Greek.
3446
3447 2000-09-18 Miles Bader <miles@gnu.org>
3448
3449 * info.el (info-node, info-xref): Add dark-background variants.
3450
3451 * faces.el (header-line): Change defaults to be less confusing
3452 when mixed with mode-lines.
3453
3454 * info.el (Info-fontify-node): Make a few cleanups.
3455 Add extra `help-echo' and `local-map' props to node xrefs.
3456 Use header-specific faces for node-names & xrefs.
3457 (Info-use-header-line): New variable.
3458 (info-header-xref, info-header-node): New faces.
3459 (Info-setup-header-line): New function.
3460 (Info-select-node): Call Info-setup-header-line when enabled.
3461 (Info-extract-pointer): Work even if the header line is hidden.
3462 (Info-header-line): New variable.
3463
3464 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * vms-patch.el (print-region-function): Don't quote lambda.
3467
3468 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3469
3470 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3471 (lm-get-header-re): Allow spaces between the header and the colon.
3472 (lm-header): Allow $ in non-RCS headers.
3473 (lm-header-multiline): Put the strings back into order.
3474 Stop at an empty line. Don't require two space chars if the
3475 line is clearly not another header line.
3476
3477 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3478 (popup-menu-popup): Remove.
3479
3480 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3481
3482 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3483 specification if or if not tool-bar item contains an `:enabled'
3484 property.
3485
3486 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3487 current buffer has no file name.
3488
3489 2000-09-15 Dave Love <fx@gnu.org>
3490
3491 * strokes.el: Sync with maintainer's current version with changes
3492 for Emacs, but avoid runtime cl and levents.
3493 (toplevel): Change autoloads and compilation requires.
3494 (strokes-version, strokes-bug-address, strokes-lift): Values
3495 changed.
3496 (strokes-xpm-header, strokes-insinuated): New variable.
3497 (strokes): Add :link.
3498 (strokes-mode): Customized.
3499 (strokes-while-inhibiting-garbage-collector): New macro.
3500 (strokes-remassoc): Avoid remove-if.
3501 (strokes-fix-button2-command): Don't use ad-do-it.
3502 (strokes-insinuate): New function.
3503 (strokes-button-press-event-p, strokes-button-release-event-p):
3504 New functions, used instead of non-`strokes-' versions..
3505 (strokes-mouse-event-p): Rewritten.
3506 (strokes-event-closest-point): Avoid event-point.
3507 (strokes-get-grid-position): Avoid cdadr, caadr
3508 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3509 functions.
3510 (strokes-help): Use with-output-to-temp-buffer.
3511 (strokes-window-configuration-changed-p): New function.
3512 (strokes-update-window-configuration): Use buffer-live-p,
3513 strokes-window-configuration-changed-p.
3514 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3515 (strokes-char-face): New face.
3516 (strokes-char-table, strokes-base64-chars): New variable.
3517 (strokes-xpm-for-stroke, strokes-list-strokes)
3518 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3519 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3520 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3521 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3522 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3523 functions.
3524
3525 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3526
3527 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3528
3529 * image.el (create-image): Doc fix.
3530
3531 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3532 instead of `:heuristic-mask t'.
3533
3534 2000-09-14 Andrew Innes <andrewi@gnu.org>
3535
3536 * makefile.w32-in: Revert to Unix line endings.
3537
3538 2000-09-14 Andrew Innes <andrewi@gnu.org>
3539
3540 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3541 when installing.
3542
3543 * makefile.nt (DONTCOMPILE): Fix typo.
3544
3545 * shell.el (shell-write-history-on-exit): New function.
3546 (shell-dumb-shell-regexp): New custom variable.
3547 (shell-mode): Make shell-write-history-on-exit the process
3548 sentinel if shell name matches shell-dumb-shell-regexp.
3549
3550 * w32-fns.el: Comment out before-init-hook function which resets
3551 source-directory based; this breaks bootstrap.
3552
3553 2000-09-14 Dave Love <fx@gnu.org>
3554
3555 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3556 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3557 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3558 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3559 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3560 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3561 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3562 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3563 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3564
3565 * toolbar/toolbar.el: New.
3566
3567 * subdirs.el: Add toolbar.
3568
3569 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3570
3571 * indent.el (indent-for-tab-command): Doc fix.
3572
3573 2000-09-14 Alex Schroeder <alex@gnu.org>
3574
3575 * ansi-color.el (ansi-colors): Doc change.
3576 (ansi-color-get-face): Simplified regexp.
3577 (ansi-color-faces-vector): Added more faces, doc change.
3578 (ansi-color-names-vector): Doc change.
3579 (ansi-color-regexp): Simplified regexp.
3580 (ansi-color-parameter-regexp): New regexp.
3581 (ansi-color-filter-apply): Doc change.
3582 (ansi-color-filter-region): Doc change.
3583 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3584 deal with zero length parameters.
3585 (ansi-color-apply-on-region): Doc change.
3586 (ansi-color-map): Doc change.
3587 (ansi-color-map-update): Removed debugging message.
3588 (ansi-color-get-face-1): Added condition-case to trap
3589 args-out-of-range errors.
3590 (ansi-color-get-face): Doc change.
3591 (ansi-color-make-face): Removed.
3592 (ansi-color-for-shell-mode): New option.
3593
3594 2000-09-13 Kenichi Handa <handa@etl.go.jp>
3595
3596 * international/quail.el (quail-start-translation): Translate KEY
3597 if necessary even if it doesn't have any mapping in the current
3598 input method.
3599 (quail-start-conversion): Likewise.
3600 (quail-help): The output message is improved.
3601
3602 2000-09-13 Miles Bader <miles@gnu.org>
3603
3604 * comint.el (comint-output-filter): Revert to using
3605 `insert-before-markers'. Add bletcherous hack to undo damage
3606 caused by `insert-before-markers'. Put `front-sticky' property on
3607 overlays created here so that the field code understands how the
3608 overlay works. Use a let when making comint-last-prompt-overlay,
3609 so that the code is easier to read.
3610
3611 2000-09-13 Dave Love <fx@gnu.org>
3612
3613 * wid-edit.el (widget-default-format-handler): DTRT when
3614 doc-property is a function.
3615
3616 2000-09-12 Francesco Potorti` <pot@gnu.org>
3617
3618 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3619 filed name if it's not there.
3620
3621 2000-09-12 Dave Love <fx@gnu.org>
3622
3623 * simple.el (read-mail-command): Doc fix.
3624 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3625
3626 * vc.el (vc-dired-listing-switches): Fix :version.
3627
3628 * vc-hooks.el: Doc fixes.
3629
3630 * subr.el (add-minor-mode): Use toggle-fun arg.
3631
3632 * speedbar.el: Add :version to several defcustoms.
3633
3634 * imenu.el (imenu--truncate-items, imenu--cleanup)
3635 (imenu--generic-function): Avoid mapcar.
3636 (imenu--replace-spaces): Function removed.
3637 (imenu--completion-buffer): Use subst-char-in-string.
3638 (imenu-add-to-menubar): Use keymap inheritance.
3639
3640 2000-09-12 Miles Bader <miles@gnu.org>
3641
3642 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3643 (diff-mode-map): Bind `diff-test-hunk'.
3644 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3645
3646 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3647
3648 * bytecomp.el (byte-compile-defvar): Undo last change
3649 because it breaks '(make-variable-buffer-local (defvar ...)'
3650 which is used at least in dired.
3651
3652 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3653
3654 * international/quail.el (quail-define-package): Docstring
3655 modified.
3656
3657 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3658
3659 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3660 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3661 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3662 docstring of "chinese-py".
3663
3664 * international/quail.el (quail-translation-docstring): New
3665 variable.
3666 (quail-show-keyboard-layout): Docstring modified.
3667 (quail-select-current): Likewise.
3668 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3669 infinite recursive call.
3670 (quail-help): Check quail-translation-docstring. Format of the
3671 output changed.
3672 (quail-help-insert-keymap-description): Adjusted for the above
3673 change.
3674
3675 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3676
3677 * bytecomp.el (byte-compile-defvar): Only cons onto
3678 current-load-list in top-level forms. Else this leaks a cons cell
3679 every time a defun is called.
3680
3681 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3682
3683 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3684 Now understands non-unified diffs. Some functionality moved into
3685 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3686 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3687 modify anything. Only reposition point in the patched file if the
3688 patch succeeds. Only pop up another window if POPUP is true.
3689 Emit a message describing what happened if successful, and at what
3690 line-offset. Automatically detect reversed hunks and do something
3691 appropriate.
3692 (diff-hunk-text, diff-find-text): New functions.
3693 (diff-filter-lines): Function removed.
3694 (diff-test-hunk): New function.
3695 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3696
3697 2000-09-10 Dave Love <fx@gnu.org>
3698
3699 * textmodes/tildify.el: Minor doc/commentary fixes.
3700 (tildify) <defgroup>: Add :version.
3701
3702 * faces.el (face-x-resources): Make custom type more specific.
3703 (frame-background-mode): Use mapc.
3704 (region) <defcustom>: Add :version.
3705
3706 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3707
3708 * vc-sccs.el (vc-sccs-register):
3709 * vc-rcs.el (vc-rcs-register):
3710 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3711 * vc.el (vc-register): Clear file's properties.
3712
3713 2000-09-08 Gerd Moellmann <gerd@gnu.org>
3714
3715 * faces.el (face-spec-set): Only face-spec-reset-face when
3716 ATTRS is non-nil.
3717
3718 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3719
3720 * help.el (help-insert-xref-button): Fix a typo in doc string.
3721
3722 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3725 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3726 methods.
3727
3728 * menu-bar.el (read-mail-item-name): New function.
3729 (menu-bar-tools-menu): Use it to compute and display the package
3730 used to read email.
3731 (menu-bar-tools-menu): Fix typo in GUD's help string.
3732
3733 2000-09-07 Dave Love <fx@gnu.org>
3734
3735 * diff-mode.el (diff-mouse-goto-source): New function.
3736
3737 * vc-sccs.el: Doc fixes.
3738 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3739
3740 * vc-rcs.el: Doc fixes.
3741 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3742 (vc-rcs-checkout-switches, vc-rcs-header)
3743 (vc-rcs-master-templates): Add or change :version.
3744
3745 * vc-cvs.el: Doc fixes.
3746 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3747 (vc-cvs-stay-local): Add :version.
3748
3749 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3750
3751 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3752
3753 * international/quail.el (quail-help): Fix previous change.
3754
3755 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3756
3757 * faces.el (color-values): Doc fix.
3758
3759 * faces.el (frame-set-background-mode): Use frame-parameter
3760 instead of frame-parameters.
3761
3762 * frame.el (filtered-frame-list): Reduce consing.
3763 (frames-on-display-list): Call frame-parameter instead of
3764 frame-parameters.
3765
3766 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3767
3768 * language/devan-util.el (devanagari-to-indian-region): In the
3769 loop, change the following char, not preceding char.
3770
3771 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3772
3773 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3774 instead of frame-parameters.
3775
3776 * faces.el (set-face-attribute): Simplify by calling
3777 internal-set-lisp-face-attribute with FRAME being 0.
3778
3779 * vc.el: Remove `Id' version control keyword.
3780
3781 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3782
3783 * help.el (help-make-xrefs): Adjusted for the change of
3784 help-xref-mule-regexp.
3785 (help-insert-xref-button): New function.
3786
3787 * international/mule-cmds.el (help-xref-mule-regexp-template):
3788 Include the pattern for character set.
3789 (leim): New group.
3790
3791 * international/quail.el: Don't require face.
3792 (quail): New group.
3793 (quail-other-command): Dummy command to make quail-help work better.
3794 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3795 (quail-keyboard-layout-substitution): New variable.
3796 (quail-update-keyboard-layout): New function.
3797 (quail-keyboard-layout-type): New customizable variable.
3798 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3799 (quail-keyboard-translate): Pay attention to
3800 quail-keyboard-layout-substitution.
3801 (quail-insert-kbd-layout): New function.
3802 (quail-show-keyboard-layout): New function.
3803 (quail-get-translation): If the definition is a vector of length
3804 1, and the element is a string of length 1, return the character
3805 in that string.
3806 (quail-update-current-translations): Fix the case of
3807 relative-index out of range.
3808 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3809 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3810 Show key sequences for all available characters.
3811 (quail-help-insert-keymap-description): Don't show such verbose
3812 key bindings as quail-self-insert-command.
3813
3814 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3815 Format changed, and each element now have extra documentations.
3816 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3817 Adjusted for the change of quail-cxterm-package-ext-info.
3818
3819 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3820
3821 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3822 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3823 during bootstrap.
3824
3825 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3826
3827 * vc.el: (toplevel): Don't require `dired' at run-time.
3828 (vc-dired-resynch-file): Remove autoload cookie.
3829
3830 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3831
3832 * vc.el: Made several backend functions optional.
3833 (vc-default-responsible-p): New function.
3834 (vc-merge): Use RET for first version to trigger merge-news, not
3835 prefix arg.
3836 (vc-annotate): Handle backends that do not support annotation.
3837 (vc-default-merge-news): Removed. The existence of a merge-news
3838 implementation is now checked on caller sites.
3839
3840 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3841 case.
3842
3843 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3844 special case that has been removed from the default in vc-hooks.el.
3845
3846 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3847
3848 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3849
3850 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3851
3852 * vc-hooks.el: Require vc during compilation.
3853 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3854 macro `with-vc-properties' in vc.el.
3855 (vc-file-getprop): Doc fix.
3856 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3857
3858 * vc.el: Require dired-aux during compilation.
3859 (vc-name-assoc-file): Moved to vc-sccs.el.
3860 (with-vc-properties): New macro.
3861 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3862 vc-finish-steal): Use it.
3863 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3864 to the backend-specific function is now supposed to do the checkout,
3865 too.
3866 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3867
3868 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3869 set file properties; that gets done in the generic code now.
3870
3871 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3872 Changed parameter list, added code from vc.el that does the
3873 checkout, possibly with a double-take.
3874
3875 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3876 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3877 the above under the new name.
3878 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3879 parameter list, added checkout command.
3880 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3881 properties; that gets done in the generic code now.
3882
3883 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3884
3885 * vc.el: Docstring fixes (courtesy of checkdoc).
3886
3887 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3888
3889 * vc.el (vc-checkout-writable-buffer-hook)
3890 (vc-checkout-writable-buffer): Remove.
3891 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3892 (vc-log-mode): Make it into a clean derived major mode.
3893 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3894 vc-log-mode if log-edit is not available.
3895 (vc-dired-mode-map): Don't set-keymap-parent yet.
3896 (vc-dired-mode): Do set-keymap-parent here.
3897 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3898
3899 2000-09-05 Gerd Moellmann <gerd@gnu.org>
3900
3901 * faces.el (set-face-attribute, face-spec-reset-face)
3902 (face-spec-set): Avoid consing by removing calls to `apply'.
3903
3904 * frame.el (frame-parameter): Move to C code.
3905
3906 2000-09-05 Dave Love <fx@gnu.org>
3907
3908 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3909 insert-before-markers-and-inherit. Now checked systematically!
3910
3911 2000-09-05 Alex Schroeder <alex@gnu.org>
3912
3913 * sql.el (sql-postgres): Use sql-postgres-options.
3914 (sql-postgres-options): New variable.
3915
3916 2000-09-05 Alex Schroeder <alex@gnu.org>
3917
3918 * sql.el (sql-mode-menu): Work around missing variable mark-active
3919 in XEmacs.
3920 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3921 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3922 compatibility.
3923
3924 2000-09-04 Gerd Moellmann <gerd@gnu.org>
3925
3926 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3927
3928 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3929
3930 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3931
3932 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3933
3934 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3935 don't support anything else under SCCS yet.
3936
3937 * vc-hooks.el: Minor doc fixes.
3938
3939 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3940
3941 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3942 not necessary. If verbose in state `needs-patch', do the same as
3943 under `up-to-date'. When NOT verbose and `needs-patch', check out
3944 latest version instead of `merge-news'.
3945 (vc-next-action-dired): Don't mess with default-directory here; it
3946 breaks other parts of dired. It is the job of the
3947 backend-specific functions to adjust it temporarily if they need it.
3948 (vc-next-action): Remove a special CVS case.
3949 (vc-clear-headers): New optional arg FILE.
3950 (vc-checkin, vc-checkout): Set properties vc-state and
3951 vc-checkout-time properly.
3952 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3953 (vc-print-log): Use new backend function `show-log-entry'.
3954 (vc-cancel-version): Do the checks in a different order. Added a
3955 FIXME concerning RCS-only code.
3956
3957 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3958 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3959
3960 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3961
3962 * vc-hooks.el (vc-default-mode-line-string): Show state
3963 `needs-patch' as a `-' too.
3964
3965 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3966
3967 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3968 (vc-default-could-register): New function.
3969 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3970 (vc-resynch-buffer): Call vc-dired-resynch-file.
3971 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3972 vc-resynch-buffer instead of vc-resynch-window.
3973 (vc-next-action-dired): Don't redisplay here, that gets done as a
3974 result of the individual file operations.
3975 (vc-retrieve-snapshot): Corrected prompt order.
3976
3977 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3978
3979 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3980 as well.
3981 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3982 hostname regexps. Updated all callers.
3983 (vc-cvs-responsible-p): Handle directories as well.
3984 (vc-cvs-could-register): New function.
3985 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3986 properties up-to-date.
3987
3988 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3989 user whether to create one.
3990
3991 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3992
3993 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3994 check out a non-existing file.
3995
3996 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3997 workfile does not exist.
3998
3999 * vc.el (vc-version-diff): Use `require' to check for existence of
4000 diff-mode.
4001
4002 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4003
4004 * vc-cvs.el (vc-cvs-registered): Use new function
4005 vc-cvs-parse-entry to do the actual work.
4006
4007 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4008
4009 * vc-hooks.el (vc-find-backend-function): If function doesn't
4010 exist, return nil instead of error.
4011 (vc-call-backend): Doc fix.
4012
4013 * vc.el (vc-do-command): Doc fix.
4014 (vc-finish-logentry): When checking in from vc-dired, choose the
4015 right backend for logentry check.
4016 (vc-dired-mode-map): Inherit from dired-mode-map.
4017 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4018 simplified.
4019 (vc-dired-state-info): Removed, updated caller.
4020 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4021 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4022 (vc-dired-listing-switches): New variable.
4023 (vc-directory): Use it, instead of dired-listing-switches.
4024
4025 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4026 (vc-cvs-dir-state): New function.
4027 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4028 (vc-cvs-parse-entry): New function, also to be used in
4029 vc-cvs-registered.
4030
4031 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4032
4033 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4034 *or* single-window-frames.
4035
4036 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4037
4038 * vc.el (vc-update-changelog): Split into generic part and default
4039 implementation. Doc string adapted.
4040 (vc-default-update-changelog): New function. Call the `rcs2log'
4041 script in exec-directory, to fix a long-standing nuisance.
4042
4043 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4044 simply signals an error.
4045
4046 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4049 control-flow more clear and to avoid running `cvs' twice.
4050
4051 * vc.el (vc-next-action-on-file): Doc fix.
4052 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4053 (vc-print-log): Eval `file' before constructing the continuation.
4054
4055 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4056
4057 * vc.el (vc-next-action-on-file): Corrected several messages.
4058 (vc-merge): Add prefix arg `merge-news'; handle it.
4059
4060 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4061 is not reached. It is.
4062 (vc-cvs-merge): Set state to 'edited after merge.
4063 (vc-cvs-merge-news): Set workfile version to nil if not known.
4064 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4065
4066 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4067 via stdout. (Merge from main line.)
4068
4069 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4072 detection.
4073
4074 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4075
4076 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4077 against kill-all-local-variables.
4078 (vc-log-edit): Don't save vc-parent-buffer any more.
4079 (vc-last-comment-match): Initialize to an empty string.
4080 (vc-post-command-functions): New hook.
4081 (vc-do-command): Run it.
4082 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4083 (vc-finish-logentry): Only add the comment to the ring if it's
4084 different from the last comment entered.
4085 (vc-new-comment-index): New function.
4086 (vc-previous-comment): Use it. Make the minibuffer message
4087 slightly less terse.
4088 (vc-comment-search-reverse): Make it work forward as well. Don't
4089 set vc-comment-ring-index if no match is found. Use
4090 vc-new-comment-index.
4091 (vc-comment-search-forward): Use vc-comment-search-reverse.
4092 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4093 define-derived-mode will do it for us. Bind `v' to a keymap that
4094 inherits from vc-prefix-map so that we can bind `vt' without
4095 binding C-x v t.
4096 (vc-retrieve-snapshot): Parenthesis typo.
4097
4098 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4099 to 1. Make sure to switch to *vc* before looking for an error
4100 message. Use vc-parse-buffer.
4101
4102 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4103
4104 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4105 and NAME.
4106 (vc-retrieve-snapshot): Split into two parts.
4107 (vc-default-retrieve-snapshot): New function.
4108
4109 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4110 (vc-cvs-retrieve-snapshot): New function (untested).
4111 (vc-cvs-stay-local): Default to t.
4112 (vc-cvs-remote-p): New function and property.
4113 (vc-cvs-state): Stay local only if the above is t.
4114 (vc-handle-cvs): Removed.
4115 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4116 done via vc-handled-backends now.
4117 (vc-cvs-header): Escape Id.
4118
4119 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4120
4121 * vc.el (vc-do-command): Remove unused commands.
4122 (vc-version-diff): Make sure default-directory ends with a slash.
4123 Move the window commands into a vc-exec-after.
4124 (vc-print-log): Move more of the code into the `vc-exec-after'.
4125
4126 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4127
4128 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4129 (vc-print-log): Search current revision from beginning of buffer.
4130 (vc-revert-buffer): Clear echo area after the diff is finished.
4131 (vc-prefix-map): Removed definition of "t" for terse display in vc
4132 dired.
4133 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4134 definition of "vt" for terse display.
4135 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4136
4137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * vc.el (vc-exec-after): Avoid caddr.
4140
4141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4142
4143 * vc.el (vc-exec-after): New function.
4144 (vc-do-command): Use it to add a termination message for async
4145 procs.
4146 (vc-checkout): Try to handle a missing-backend situation.
4147 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4148 of a directory with a backend using async diffs.
4149 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4150 present.
4151
4152 * vc-sccs.el (vc-sccs-state-heuristic): Use
4153 file-ownership-preserved-p.
4154
4155 * vc-rcs.el (vc-rcs-state-heuristic): Use
4156 file-ownership-preserved-p.
4157 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4158
4159 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4160
4161 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4162 vc-do-command.
4163
4164 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4165 when there are no changes.
4166
4167 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4168
4169 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4170
4171 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4172
4173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4174
4175 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4176
4177 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4178 the `fset' outside of the defvar so that it works even if
4179 vc-prefix-map was already defined.
4180 (vc-setup-buffer): New function, split out of vc-do-command.
4181 (vc-do-command): Allow BUFFER to be t to mean `just use the
4182 current buffer without any fuss'.
4183 (vc-version-diff): Change the `diff' backend operation to just put
4184 the diff in the current buffer without erasing it. Always use
4185 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4186 shrink-window-if-larger-than-buffer.
4187 (vc-print-log): Change the `print-log' backend operation to just
4188 put the log in the current buffer without erasing it. Protect
4189 shrink-window-if-larger-than-buffer.
4190 (vc-update-change-log): Fix setd typo.
4191
4192 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4193 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4194
4195 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4196 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4197 CMP.
4198
4199 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4200 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4201 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4202
4203 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4204
4205 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4206 not possible, use vc-BACKEND-workfile-unchanged-p.
4207 (vc-default-workfile-unchanged-p): New function. Delegates to a
4208 full vc-BACKEND-diff.
4209
4210 * vc-hooks.el (vc-simple-command): Removed.
4211
4212 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4213 instead of vc-simple-command.
4214 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4215 avoid doing a diff when opening a file.
4216 (vc-rcs-state): Added check for unlocked-changes.
4217 (vc-rcs-header): Escape Id.
4218 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4219 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4220 version.
4221
4222 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4223 (vc-sccs-diff): Remove optional arg CMP.
4224 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4225 SCCS-specific function.
4226
4227 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4228 vc-simple-command.
4229
4230 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4231
4232 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4233 (with-vc-file, vc-merge): Use vc-editable-p.
4234 (vc-do-command): Remove unused var vc-file and fix the
4235 doubly-defined `status' var. Add a user message when starting an
4236 async command.
4237 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4238 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4239 Use with-current-buffer.
4240 (vc-buffer-sync): Use unless.
4241 (vc-next-action-on-file): If the file is 'edited by read-only,
4242 make it read-write instead of trying to commit.
4243 (vc-version-diff, vc-update-change-log): Use `setq
4244 default-directory' rather than `cd'.
4245 (vc-log-edit): Don't forget to set default-directory in the
4246 buffer.
4247
4248 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4249 (vc-sccs-state-heuristic): Use file-writable-p instead of
4250 comparing userids.
4251 (vc-sccs-checkout): Use `unless'.
4252
4253 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4254 of comparing userids.
4255 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4256 Simplify the logic by eliminating unreachable code.
4257 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4258 just do a recursive call if we need to retry.
4259 (vc-rcs-checkout): Handle the case where rcs is missing by making
4260 the buffer read-write if requested and re-signalling the error.
4261
4262 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4263
4264 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * vc-hooks.el (vc-handled-backends): Docstring change.
4267 (vc-ignore-vc-files): Mark obsolete.
4268 (vc-registered): Check vc-ignore-vc-files.
4269 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4270 vc-ignore-vc-files.
4271
4272 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4273
4274 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4275
4276 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4277 files since ange-ftp already has vc-registered return nil.
4278
4279 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4280 (vc-sccs-workfile-version): Use with-temp-buffer and new
4281 vc-parse-buffer and don't bother setting the property.
4282 (vc-sccs-add-triple): Use with-current-buffer and
4283 find-file-noselect.
4284 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4285
4286 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4287 derives from the old vc-parse-buffer but uses the revision number
4288 rather than the date (much easier to compare robustly).
4289 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4290 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4291 locking-user more directly. Check strict locking and set
4292 checkout-model appropriately.
4293 (vc-rcs-parse-locks): Remove.
4294 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4295 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4296 (vc-rcs-system-release): Use with-current-buffer and
4297 vc-parse-buffer.
4298 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4299
4300 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4301 (vc-simple-command): Docstring fix.
4302 (vc-registered): Align the way the file-handler is called with the
4303 way the function itself works.
4304 (vc-file-owner): Remove.
4305
4306 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4307 extraction of fields and call to file-attributes because of a
4308 temporary bug in rcp.el.
4309 (vc-cvs-fetch-status): Use with-current-buffer.
4310
4311 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4312
4313 * vc.el (vc-do-command): Use file-relative-name.
4314 (vc-responsible-backend): Use vc-backend if possible.
4315 (vc-create-snapshot): Improve the `interactive' spec. Add support
4316 for branches and dispatch to backend-specific `create-snapshot'.
4317 (vc-default-create-snapshot): New function, containing the bulk of
4318 the old vc-create-snapshot.
4319 (vc-retrieve-snapshot): Improve the interactive spec.
4320
4321 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4322 (vc-backend-hook-functions): Remove.
4323 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4324 (vc-backend): Reintroduce the test for `file = nil' now that I
4325 know why it was there (and added a comment to better remember).
4326
4327 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4328 code from vc-sccs-hooks.el.
4329 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4330 'vc anymore.
4331 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4332 and file-directory-p instead of file-exists-p.
4333 (vc-sccs-check-headers): Simplify the regexp.
4334
4335 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4336 from vc-rcs-hooks.el. Don't require 'vc anymore.
4337 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4338 file-directory-p instead of file-exists-p.
4339
4340 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4341 from vc-cvs-hooks.el.
4342 (proto vc-cvs-registered): Require 'vc-cvs instead of
4343 'vc-cvs-hooks. Don't require 'vc anymore.
4344 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4345 file-directory-p instead of file-exists-p.
4346 (vc-cvs-create-snapshot): New function, replacing
4347 vc-cvs-assign-name.
4348 (vc-cvs-assign-name): Remove.
4349
4350 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4351
4352 * vc-cvs.el (vc-cvs-header): New var.
4353
4354 * vc-rcs.el (vc-rcs-exists): Remove.
4355 (vc-rcs-header): New var.
4356
4357 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4358 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4359 (vc-sccs-header): New var.
4360
4361 * vc.el (vc-do-command): Get rid of the `last' argument.
4362 (vc-header-alist): Remove, replaced by vc-X-header.
4363 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4364 (vc-dired-hook): Use expand-file-name instead of concat.
4365 (vc-directory): Use file-name-as-directory.
4366 (vc-snapshot-precondition, vc-create-snapshot)
4367 (vc-retrieve-snapshot): Allow the command to operate on any
4368 directory.
4369
4370 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4371 just removing the 'WORKFILE argument or by removing the 'MASTER
4372 argument and replacing `file' with (vc-name file).
4373
4374 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4375
4376 * vc.el: Update Copyright and add a crude list of backend funs.
4377 (vc-writable-p): New function.
4378 (with-vc-file): Use vc-writable-p.
4379 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4380 (vc-register): Avoid vc-name.
4381 (vc-locking-user): Remove.
4382 (vc-steal-lock): Make the `owner' arg non-optional.
4383 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4384 vc-checkout-model.
4385 (vc-default-dired-state-info): Use vc-state instead of
4386 vc-locking-user and return special strings for special states.
4387 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4388 and get rid of one of the special CVS cases.
4389 (vc-cancel-version): prettify error message with \\[...].
4390 (vc-rename-master): New function.
4391 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4392 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4393 the CVS special case generic.
4394 (vc-default-record-rename): Remove.
4395 (vc-file-tree-walk-internal): Only call FUNC for files that are
4396 under control of some VC backend and replace `concat' with
4397 expand-file-name.
4398 (vc-file-tree-walk): Update docstring.
4399 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4400 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4401
4402 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4403 vc-sccs-record-rename. Use `find-file-noselect' rather than
4404 `find-file' and call `vc-rename-master' to do the actual move.
4405 (vc-sccs-diff): Remove unused `backend' variable.
4406
4407 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4408 to delay loading of vc-sccs until it is really used.
4409 (vc-sccs-master-templates): Preload.
4410 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4411 (vc-sccs-project-dir): Remove (merged into
4412 vc-sccs-search-project-dir).
4413 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4414 rather than `concat', make sure it is preloaded and don't bother
4415 to check that the file actually exists.
4416 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4417 `locks' argument (use buffer's content instead) and eliminate n^2
4418 behavior.
4419
4420 * vc-rcs.el: Update Copyright.
4421 (vc-rcs-rename-file): New function.
4422 (vc-rcs-diff): Remove unused `backend' variable.
4423
4424 * vc-hooks.el: Update Copyright.
4425 (vc-backend): Don't accept a nil argument any more.
4426 (vc-up-to-date-p): Turn into a defsubst.
4427 (vc-possible-master): New function.
4428 (vc-check-master-templates): Use `vc-possible-master' and allow
4429 funs in vc-X-master-templates to return a non-existent file.
4430
4431 * vc-cvs.el: Update Copyright.
4432 (vc-cvs-diff): Remove unused `backend' variable.
4433 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
4434
4435 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4436
4437 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4438
4439 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4440 since it can be called from vc-rcs.el.
4441 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4442
4443 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4444
4445 * vc.el (vc-version-diff): Expand file name read from the
4446 minibuffer. Handle the case when a previous version number can't
4447 be guessed. Give suitable messages when there were no differences
4448 found.
4449 (vc-clear-headers): Call backend-specific implementation, if one
4450 exists.
4451 (vc-cancel-version): Made error checks generic. When done, clear
4452 headers generically, too.
4453
4454 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4455 from vc-clear-headers in vc.el.
4456
4457 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4458 correctly.
4459 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4460 optional. Handle the case when it's not there.
4461
4462 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4465
4466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4467
4468 * vc-hooks.el (vc-loadup): Remove.
4469 (vc-find-backend-function): Use `require'. Also, handle the case
4470 where vc-BACKEND-hooks.el doesn't exist.
4471 (vc-call-backend): Cleanup.
4472
4473 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4474
4475 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4476 vc-rcs-grab-templates)
4477 (vc-rcs-registered): Remove. The default function works as well.
4478 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4479 vc-sccs-grab-templates)
4480 (vc-sccs-registered): Remove. The default function works as well.
4481
4482 * vc.el (vc-version-diff): Left out a vc- in call to
4483 vc-call-backend.
4484 (vc-default-dired-state-info, vc-default-record-rename)
4485 (vc-default-merge-news): Update for the new backend argument.
4486
4487 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4488 using the default function.
4489 (vc-call-backend): If calling the default function, pass it the
4490 backend as first argument. Update the docstring accordingly.
4491 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4492 for the new backend argument.
4493 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4494 (vc-find-backend-function): Use the new name.
4495 (vc-default-registered): New function.
4496
4497 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * vc.el (vc-merge): Use vc-find-backend-function.
4500
4501 * vc-hooks.el (vc-backend-functions): Remove.
4502 (vc-loadup): Don't setup 'vc-functions.
4503 (vc-find-backend-function): New function.
4504 (vc-call-backend): Use above fun and populate 'vc-functions
4505 lazily.
4506 (vc-backend-defines): Remove.
4507
4508 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4509
4510 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4511 Call vc-call-backend without the leading vc-.
4512 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4513 (vc-check-headers): Call vc-call-backend without the leading vc-.
4514 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4515 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4516 Call vc-call-backend without the leading vc-.
4517
4518 * vc-cvs.el (tail): Provide vc-cvs.
4519 * vc-sccs.el (tail): Provide vc-sccs.
4520 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4521
4522 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4523 (vc-make-backend-function, vc-call): Pass names without leading
4524 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4525 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4526 (vc-call-backend): Always try to load vc-X-hooks.
4527 (vc-registered): Remove vc- in call to vc-call-backend.
4528
4529 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4530
4531 * vc.el (vc-process-filter): New function.
4532 (vc-do-command): Setup `vc-process-filter' for the async process.
4533 (vc-maybe-resolve-conflicts): New function to reduce
4534 code-duplication. Additionally, it puts the buffer in
4535 `smerge-mode' if applicable.
4536 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4537 calling `merge-news'.
4538 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4539 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4540 interfacing to log-edit.el.
4541 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4542 log-edit is available.
4543 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4544
4545 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4548 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4549 defvar and the initialization.
4550 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4551
4552 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4553 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4554
4555 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4556
4557 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4558
4559 * vc.el (vc-file-clear-masterprops): Removed.
4560 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4561 (vc-version-diff): Use buffer-size without argument.
4562 (vc-register): Heed vc-initial-comment.
4563
4564 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4565 default branch.
4566
4567 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4568 file name and workfile version.
4569 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4570
4571 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4572 vc-file-clear-masterprops.
4573
4574 * vc-sccs.el (vc-sccs-checkout): Removed call to
4575 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4576 rather than user login name.
4577
4578
4579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4582 `want-differences-if-changed' and simplify.
4583 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4584 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4585 output (which is invalid for async vc-diff) to decide whether to
4586 do the revert silently or not.
4587
4588 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4589
4590 * vc-hooks.el (vc-loadup): Load files quietly.
4591 (vc-call-backend): Oops, brain fart.
4592
4593 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4594
4595 * vc-cvs.el (vc-cvs-state): Typo.
4596 (vc-cvs-merge-news): Return the status code rather than the error msg.
4597
4598 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4599
4600 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4601 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4602 vc-state or vc-up-to-date-p.
4603 (vc-merge): Use vc-backend-defines to check whether merging is
4604 possible. Set state to 'edited after successful merge.
4605
4606 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4607 return that name. Redocumented.
4608
4609 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4612 new `vc-state' semantics.
4613 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4614 'vc-locking-user to the current user.
4615 (vc-merge): Inline vc-backend-merge. Comment out code that I
4616 don't understand and hence can't adapt to the new `vc-state' and
4617 `vc-locking-user' semantics.
4618 (vc-backend-merge): Remove.
4619
4620 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4621 rather than 'vc-locking-user.
4622
4623 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4624
4625 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4626 (vc-state): Don't use 'reserved any more. Just use the same
4627 convention as the one used for vc-<backend>-state where the
4628 locking user (as a string) is returned.
4629 (vc-locking-user): Update, based on the above convention. The
4630 'vc-locking-user property has disappeared.
4631 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4632
4633 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4634 with a heuristic one.
4635 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4636 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4637 error. That allows us to get to 'needs-merge even in the
4638 stay-local case. There's still no way to detect 'needs-patch in
4639 such a setup (or to force an update for that matter).
4640 (vc-cvs-logentry-check): Remove, the default works as well.
4641
4642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4645
4646 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4647 major-mode in which the buffer might have been put earlier. Use
4648 `remove' and `when'. Allow `okstatus' to be `async' and use
4649 `start-process' in this case.
4650 (vc-version-diff): Handle the case where the diff looks empty
4651 because of the use of an async process.
4652
4653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4654
4655 * vc.el (vc-next-action-on-file): Removed optional parameter
4656 `simple'. Recompute state unconditionally.
4657 (vc-default-toggle-read-only): Removed.
4658
4659 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4660 (vc-toggle-read-only): Undid prev change.
4661
4662 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4663 vc-cvs-simple-toggle. Redocumented.
4664 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4665 (vc-cvs-toggle-read-only): Removed.
4666
4667 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4670 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4671 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4672 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4673 still is. So maybe it should be removed.
4674 (vc-head-version, vc-find-binary): Remove.
4675 (vc-recompute-state): Move from vc-hooks.el.
4676 (vc-next-action-on-file): Add a `simple' argument to allow
4677 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4678 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4679 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4680 (vc-dired-mode-map): Properly defvar it.
4681 (vc-print-log): Call log-view-mode if available.
4682 (small-temporary-file-directory): defvar instead of use boundp.
4683 (vc-merge-news): Moved to vc-cvs.el.
4684 (vc-default-merge-news): New function.
4685
4686 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4687 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4688 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4689 unknown `vc-latest-version' function. It should probably refer to
4690 vc-workfile-version or somesuch, but it's very unclear to me and I
4691 don't have SCCS to test things.
4692
4693 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4694 (vc-sccs-state-heuristic): Fix typo.
4695 (vc-sccs-workfile-unchanged-p): Add missing argument.
4696
4697 * vc-rcs.el: Require vc and vc-rcs-hooks.
4698 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4699 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4700 (vc-release-greater-or-equal-p): Move from vc.
4701 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4702 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4703 (vc-rcs-checkout): Add a missing `new-version' argument in the
4704 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4705
4706 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4707 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4708 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4709 than the apparently unbound `workfile-version'.
4710
4711 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4712 (vc-file-prop-obarray): Use `make-vector'.
4713 (vc-backend-functions): Add new hookable functions
4714 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4715 (vc-loadup): If neither backend nor default functions exist, use
4716 the backend function rather than nil.
4717 (vc-call-backend): If the function if not bound yet, try to load
4718 the non-hook file to see if it provides it.
4719 (vc-call): New macro plus use it wherever possible.
4720 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4721 nor `vc-find-binary' since it's only called from
4722 vc-mistrust-permission which is only used once the backend is known.
4723 (vc-checkout-model): Fix parenthesis.
4724 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4725
4726 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4727 (vc-cvs-release, vc-cvs-system-release): Remove.
4728 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4729 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4730 status symbols.
4731 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4732 (vc-cvs-toggle-read-only): First cut at a function to allow a
4733 cvs-status-free vc-toggle-read-only.
4734 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4735 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4736 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4737 (vc-cvs-checkout): Modify access rights directly if the user
4738 requested not to use `cvs edit'. And refresh the mode line.
4739
4740 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4741 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4742
4743 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4744
4745 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4746 workfile' that got lost when the code was extracted from vc.el.
4747 And merged the tail with the rest of the code (not possible in the
4748 old vc.el where the tail was shared among all backends). And
4749 explicitly set the state to 'edited if `writable' is set.
4750
4751 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4752 (vc-cvs-state): Be careful to return the value from
4753 vc-cvs-parse-state.
4754 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4755 property but return it instead. Also be careful to handle a nil
4756 or "" `rev' when workfile is non-nil (it was handled properly when
4757 workfile was nil).
4758
4759 * vc.el: Removed those pesky unnecessary `(function' quotes.
4760 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4761 directly in the defvar.
4762 (vc-do-command): Bind inhibit-read-only so as to properly handle
4763 the case where the destination buffer has been made read-only.
4764 (vc-diff): Delegate to vc-version-diff in all cases.
4765 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4766 (vc-annotate-mode-variables): Removed (code moved partly to
4767 defvars and partly to vc-annotate-add-menu).
4768 (vc-annotate-mode): Turned into a derived-mode.
4769 (vc-annotate-add-menu): Moved in code in
4770 vc-annotate-mode-variables.
4771 (vc-update-change-log): Use make-temp-file if available.
4772
4773 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4774
4775 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4776 `vc-checkout-model' updated to `vc-cvs-update-model'.
4777
4778 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4779
4780 * vc.el (vc-next-action-on-file): Added handling of state
4781 `unlocked-changes'.
4782 (vc-checkout-carefully): Is now practically obsolete, unless the
4783 above is too slow to be enabled unconditionally.
4784 (vc-update-change-log): Fixed typo.
4785
4786 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4787
4788 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4789 Now handles state `unlocked-changes'.
4790 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4791
4792 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4793
4794 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4795 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4796 `unlocked-changes'.
4797 (vc-rcs-workfile-unchanged-p): Renamed from
4798 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4799 function yet, but supposed to become one soon.
4800
4801 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4802 `vc-steal-lock'.
4803 (vc-call-backend): Changed error message.
4804 (vc-state): Added description of state `unlocked-changes'.
4805
4806 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4807
4808 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4809 always return t in CVS-controlled directories.
4810
4811 * vc.el (vc-responsible-backend): New function.
4812 (vc-register): Largely rewritten.
4813 (vc-admin): Removed (implementation moved into vc-register).
4814 (vc-checkin): Redocumented.
4815 (vc-finish-logentry): If no backend defined yet (because we are in
4816 the process of registering), use the responsible backend.
4817
4818 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4819 Updated function lists.
4820 (vc-call-backend): Fixed typo.
4821
4822 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4823 New functions.
4824 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4825 Removed query option. Redocumented.
4826
4827 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4828
4829 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4830
4831 * vc.el: Updated callers of `vc-checkout-required' to use
4832 `vc-checkout-model'.
4833
4834 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4835
4836 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4837 stuff updated to reference this function instead of the old
4838 `vc-backend-release-p'.
4839
4840 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4841
4842 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4843 vc-checkout-model. Return appropriate values. Updated callers.
4844
4845 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4846
4847 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4848 (vc-backend-revert): Function moved into `vc-revert';
4849 `vc-next-action' must be updated to accomodate this change.
4850 (vc-backend-steal): Function moved into `vc-finish-steal'.
4851 (vc-backend-logentry-check): Function moved into
4852 `vc-finish-logentry'.
4853 (vc-backend-printlog): Function moved into `vc-print-log'.
4854 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4855 (vc-backend-assign-name): Function moved into
4856 `vc-create-snapshot'.
4857
4858 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4859
4860 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4861 Rename to vc-checkout-model. Return appropriate values.
4862 Update callers.
4863
4864 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4865 to vc-checkout-model.
4866 (vc-checkout-required): Rename to vc-checkout-model.
4867 Re-implement and re-comment.
4868 (vc-after-save): Use vc-checkout-model.
4869
4870 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4871
4872 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4873 Update to use the vc-BACKEND-diff functions instead.
4874 `vc-diff' is now working.
4875
4876 * vc-rcs.el (vc-rcs-logentry-check): New function.
4877
4878 * vc-cvs.el (vc-cvs-logentry-check): New function.
4879
4880 * vc-sccs.el (vc-sccs-diff): Function changed name from
4881 `vc-backend-diff'. This makes `vc-diff' work.
4882
4883 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4884 of functions possibly implemented in a vc-BACKEND library.
4885 (vc-checkout-required): Fix bug that caused an error to be
4886 signaled during `vc-after-save'.
4887
4888 * vc.el: Fix typo.
4889 This checkin is made with our new VC code base for the very first time.
4890 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4891
4892 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4893 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4894
4895 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4896 updated to `vc-uses-locking'.
4897 (vc-checkout-required): Call to backend function.
4898 `vc-checkout-required' updated to `vc-uses-locking' instead.
4899
4900 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4901 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4902
4903 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4904 to match the split into various backends.
4905 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4906 (vc-retrieve-snapshot): Bug fix.
4907
4908 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4909
4910 * vc-sccs.el (vc-sccs-release): Doc fix.
4911
4912 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4913
4914 * vc.el (vc-next-action-on-file): Bug found and fixed.
4915 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4916 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4917
4918 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4919 (vc-rcs-checkout): Name space cleaned up. No more revision number
4920 crunching function names that are not prefixed with vc-rcs.
4921 (vc-rcs-checkout-model): Function added. References to
4922 `vc-checkout-model' replaced.
4923
4924 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4925
4926 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4927 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4928 still need to be split, and implemented for RCS).
4929
4930 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4931
4932 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4933
4934 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4935 required by the vc.el file.
4936
4937 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4938 required by the vc.el file.
4939 (vc-rcs-exists): Function added.
4940
4941 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4942 required by the vc.el file.
4943
4944 * vc.el (vc-admin): Updated to handle selection of appropriate
4945 backend. Current implementation is crufty and need re-thinking.
4946
4947 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4948
4949 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4950
4951 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4952 beginning of annotate buffers correctly.
4953
4954 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4955 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4956 functionality updated quite a lot to support multiple backends.
4957 Variables `vc-annotate-mode', `vc-annotate-buffers',
4958 `vc-annotate-backend' added.
4959
4960 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4961 `vc-annotate-difference' added to supported backend functions.
4962
4963 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4964
4965 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4966 Use with-temp-file instead of /bin/sh. Merged from mainline
4967
4968 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4969
4970 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4971
4972 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4973
4974 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4975
4976 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4977
4978 * vc-hooks.el: vc-state-heuristic added to
4979 vc-backend-hook-functions.
4980
4981 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4982
4983 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4984
4985 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4986 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4987 state to `reserved'.
4988
4989 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4990 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4991
4992 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4993
4994 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4995 untouched.
4996
4997 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4998
4999 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5000 if defined. (Merged from main line, slightly adapted.)
5001
5002 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5003 millenium problem (merged from mainline).
5004
5005 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5006
5007 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5008 part and moved the non-BACKEND stuff to vc.el.
5009
5010 * vc.el: Split the annotate feature into a BACKEND specific part
5011 and moved it from the vc-cvs.el file to this one.
5012
5013 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5014
5015 * vc-hooks.el: Implement new state model.
5016 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5017 (vc-locking-user): Simplify. Now only needed if the file is
5018 locked by somebody else.
5019 (vc-lock-from-permissions): Remove. Functionality is in
5020 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5021 (vc-mode-line-string): New name for former vc-status. Adapted.
5022 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5023
5024 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5025 Various simplifications and adaptations all over the place.
5026
5027 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5028 Simplify and adapt the rest.
5029
5030 * vc.el (vc-resynch-window): Add TODO comment: check for
5031 interaction with view mode according to recent RCS change.
5032 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5033
5034 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5035
5036 * vc.el: Convert the remaining function comments to docstrings.
5037
5038 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5039
5040 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5041 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5042 (vc-minor-part, vc-previous-version): Functions that operate and
5043 compare revision numbers got proper documentation. Comments added
5044 about their possible removal.
5045
5046 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5047
5048 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5049 the vc-backend.el files.
5050
5051 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5052
5053 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5054 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5055 (vc-rcs-previous-version): Functions added.
5056
5057 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5058
5059 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5060
5061 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5062
5063 * vc-hooks.el (vc-master-templates): Is really obsolete.
5064 Comment out the definition for now. What is the right procedure
5065 to get rid of it?
5066 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5067 rewritten.
5068 (vc-default-registered): Remove.
5069 (vc-check-master-templates): New function; does mostly what the
5070 above did before.
5071 (vc-locking-user): Don't rely on the backend to set the property.
5072
5073 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5074 Rewrite documentation.
5075 (vc-rcs-templates-grabbed): New variable.
5076 (vc-rcs-grab-templates): New function.
5077 (vc-rcs-registered): Rewrite to use above mechanism.
5078
5079 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5080 Rewrite documentation.
5081 (vc-sccs-templates-grabbed): New variable.
5082 (vc-sccs-grab-templates): New function.
5083 (vc-sccs-registered): Rewrite to use above mechanism.
5084 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5085 Don't throw the result, simply return it.
5086
5087 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5088 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5089 (vc-cvs-registered): Does the check itself now. Simplify.
5090
5091 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5092 from main line.
5093
5094 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5095
5096 * vc-cvs.el (vc-cvs-diff): New function.
5097
5098 * vc-sccs.el (vc-sccs-diff): New function.
5099
5100 * vc-rcs.el (vc-rcs-diff): New function.
5101 (vc-rcs-checkout): Bug (typo) found and fixed.
5102 (vc-rcs-register-switches): New variable.
5103
5104 * vc.el (vc-backend-diff): Function removed and placed in the
5105 backend files.
5106
5107 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5108
5109 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5110
5111 * vc.el (vc-backend-checkout): Function removed and replaced in
5112 the vc-backend.el files.
5113
5114 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5115
5116 * vc.el (vc-backend-admin): Removed and replaced in the
5117 vc-backend.el files.
5118
5119 * vc.el (Martin): Removed all the annotate functionality since it
5120 is CVS backend specific.
5121
5122 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5123
5124 * spec.txt: Added specification of vc-state.
5125
5126 * vc-sccs-hooks.el (vc-sccs-master-properties):
5127 Remove handling of vc-latest-version and
5128 vc-your-latest-version. What used to be vc-latest-version, is now
5129 returned as vc-workfile-version.
5130 (vc-sccs-workfile-version): Adapt.
5131
5132 2000-09-04 Dave Love <fx@gnu.org>
5133
5134 * vc.el: [Merged from mainline.]
5135 (vc-dired-mode): Make the dired-move-to-filename-regexp
5136 regexp match the date, to avoid treating date as file size.
5137 Add YYYY S option to WESTERN/
5138
5139 2000-09-04 Dave Love <fx@gnu.org>
5140
5141 * vc.el: Require `compile' when compiling.
5142 (vc-logentry-check-hook): New option.
5143 (vc-steal-lock): Use compose-mail.
5144 (vc-dired-mode-map): Defvar when compiling.
5145 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5146 vc-sccs.el and renamed. Callers changed.
5147 (vc-backend-checkout, vc-backend-logentry-check)
5148 (vc-backend-merge-news): Doc fix.
5149 (vc-default-logentry-check): New function.
5150 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5151 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5152 (vc-backend-merge): Doc fix. Use backend functions.
5153 (vc-check-headers): Use backend functions.
5154
5155 * vc-cvs.el: Require vc when compiling.
5156 (vc-cvs-register-switches): Doc fix.
5157 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5158 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5159 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5160 New functions (code from vc.el).
5161 (vc-annotate-display-default): Fix interactive spec.
5162 (vc-annotate-time-span): Doc fix.
5163
5164 * vc-rcs.el: Require vc when compiling.
5165 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5166 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5167 (vc-rcs-checkin): New functions (code from vc.el).
5168 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5169 Doc fix.
5170 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5171
5172 * vc-sccs.el: Require vc when compiling.
5173 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5174 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5175 (vc-sccs-revert)
5176 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5177 from vc.el).
5178 (vc-sccs-add-triple, vc-sccs-record-rename)
5179 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5180 (vc-sccs-admin): Doc fix.
5181
5182 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5183
5184 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5185 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5186 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5187 from vc.el.
5188
5189 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5190
5191 * vc-cvs.el: Moved the annotate functionality from vc.el.
5192 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5193
5194 2000-09-04 Dave Love <fx@gnu.org>
5195
5196 * vc.el (vc-backend-release): Call vc-system-release.
5197
5198 * vc-sccs.el (vc-sccs-system-release):
5199 Renamed from vc-sccs-backend-release.
5200
5201 * vc-rcs.el (vc-rcs-system-release):
5202 Renamed from vc-rcs-backend-release.
5203
5204 * vc-cvs.el (vc-cvs-system-release):
5205 Renamed from vc-cvs-backend-release.
5206
5207 2000-09-04 Dave Love <fx@gnu.org>
5208
5209 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5210 backend files.
5211 (vc-backend-release): Dispatch to backend functions.
5212 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5213 probably needs attention.]
5214
5215 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5216 (vc-sccs-backend-release): New function.
5217
5218 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5219 (vc-cvs-backend-release): New function.
5220
5221 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5222 Doc fix.
5223 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5224 (vc-default-dired-state-info): New function.
5225 (vc-dired-state-info): Dispatch to backends.
5226 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5227
5228 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5229 from vc.el and renamed.
5230
5231 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5232
5233 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5234 (vc-version-other-window, vc-backend-assign-name): Removed
5235 references to vc-latest-version; sometimes changed into
5236 vc-workfile-version.
5237
5238 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5239 vc-rcs-master-workfile-version.
5240 (vc-rcs-workfile-version): Use the above. Don't call
5241 vc-latest-version (that was unreachable code, anyway).
5242 (vc-rcs-fetch-master-properties): Doc fix.
5243
5244 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5245 (vc-backend-hook-functions): Removed them from this list, too.
5246 (vc-fetch-properties): Removed.
5247 (vc-workfile-version): Doc fix.
5248
5249 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5250 (vc-rcs-workfile-version, vc-rcs-locking-user)
5251 (vc-rcs-uses-locking): Use it.
5252
5253 * vc-hooks.el (vc-consult-rcs-headers):
5254 Moved into vc-rcs-hooks.el, under the name
5255 vc-rcs-consult-headers.
5256
5257 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5258 headers.
5259 (vc-cvs-find-master): Use this name only; correct different
5260 versions of the name.
5261
5262 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5263 New functions.
5264 (vc-sccs-locking-user): Use the latter.
5265
5266 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5267 New functions.
5268
5269 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5270 Moved into both
5271 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5272 functions are implementation details of those two backends.
5273
5274 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5275
5276 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5277 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5278
5279 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5280 (vc-sccs-parse-locks): SCCS-specific code moved here from
5281 vc-hooks.
5282
5283 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5284 code moved here from vc-hooks.
5285
5286 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5287 into back-end specific parts and removed. Callers not updated
5288 yet; because I guess these callers will disappear into back-end
5289 specific files anyway.
5290
5291 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5292
5293 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5294 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5295 `vc-uses-locking'.
5296
5297 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5298 Store yes/no in the property, and return t/nil. Updated all
5299 callers.
5300
5301 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5302 vc-sccs-uses-locking. Don't set property.
5303 (vc-sccs-locking-user): Don't set property.
5304
5305 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5306 vc-cvs-uses-locking. Don't set property here; leave that to
5307 vc-hooks.
5308 (vc-cvs-locking-user): Reflect above change. Streamlined.
5309
5310 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5311 vc-rcs-uses-locking.
5312 (vc-rcs-locking-user): Reflect above change.
5313
5314 2000-09-04 Dave Love <fx@gnu.org>
5315
5316 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5317
5318 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5319
5320 * vc-hooks.el (vc-checkout-model): Punt to backends.
5321
5322 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5323
5324 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5325
5326 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5327 New functions.
5328
5329 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5330 New functions.
5331
5332 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5333 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5334
5335 * vc-hooks.el (vc-default-locking-user): New function.
5336 (vc-locking-user, vc-workfile-version): Punt to backends.
5337
5338 2000-09-04 Dave Love <fx@gnu.org>
5339
5340 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5341 (vc-master-workfile-version): Moved from vc-hooks.
5342
5343 * vc-rcs-hooks.el: Fix duplicate code in last change.
5344
5345 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5346 (vc-rcs-master-templates): Improve :type.
5347 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5348 vc-master-workfile-version): Moved from vc-hooks.
5349
5350 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5351 (vc-sccs-master-templates): Improve :type.
5352 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5353
5354 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5355
5356 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5357 (vc-cvs-master-templates): Improve :type. Use
5358 vc-cvs-find-cvs-master.
5359 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5360 from vc-hooks.
5361 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5362
5363 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5364 Moved to vc-cvs-hooks.
5365
5366 * vc-hooks.el: Add doc strings in various places. Simplify the
5367 minor mode setup.
5368 (vc-handled-backends): New user variable.
5369 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5370 simplification.
5371
5372 2000-09-04 Dave Love <fx@gnu.org>
5373
5374 * vc.el: Some doc fixes for autoloaded and interactive functions.
5375 Fix compilation warnings from ediff stuff.
5376 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5377
5378 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5379
5380 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5381
5382 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5383
5384 2000-09-04 Dave Love <fx@gnu.org>
5385
5386 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5387 New variable.
5388 (vc-make-backend-function, vc-loadup, vc-call-backend)
5389 (vc-backend-defines): New functions.
5390
5391 * vc-hooks.el: Various doc fixes.
5392 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5393 (vc-match-substring): Function removed. Callers changed to use
5394 match-string.
5395 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5396 Simplify.
5397
5398 2000-09-04 Dave Love <fx@gnu.org>
5399
5400 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5401 type.
5402 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5403 (vc-sccs-registered): Doc fix.
5404
5405 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5406 (vc-cvs-registered): Doc fix.
5407
5408 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5409 (vc-rcs-registered): Doc fix.
5410
5411 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5412
5413 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5414
5415 * vc-hooks.el: vc-registered has been renamed
5416 vc-default-registered. Some functions have been moved to the
5417 backend specific files. they all support the
5418 vc-BACKEND-registered functions.
5419
5420 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5421
5422 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5423
5424 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5425
5426 2000-09-04 Dave Love <fx@gnu.org>
5427
5428 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5429 menu-bar-update-hook.
5430
5431 * help.el (help-manyarg-func-alist): Add
5432 find-operation-coding-system.
5433
5434 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5435
5436 * custom.el (custom-set-variables): Print message about errors in
5437 setting.
5438
5439 2000-09-03 Andrew Innes <andrewi@gnu.org>
5440
5441 * makefile.w32-in: Change to DOS line endings.
5442
5443 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5444
5445 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5446 minor-mode keymaps, if they don't have one.
5447
5448 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5449
5450 * eshell/esh-module.el (eval-when-compile): Don't lose if
5451 esh-module.el's file name is truncated to DOS 8+3 limits.
5452
5453 2000-09-01 John Wiegley <johnw@gnu.org>
5454
5455 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5456 predicate, which caused entries in the completion list to be
5457 doubled.
5458
5459 2000-08-30 John Wiegley <johnw@gnu.org>
5460
5461 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5462 sending to subprocesses. Also, hook pre-command-hook if
5463 `eshell-send-direct-to-subprocesses' is non-nil.
5464 (eshell-send-direct-to-subprocesses): New config variable. If t,
5465 subprocess input is send immediately.
5466 (eshell-toggle-direct-send): New function.
5467 (eshell-self-insert-command): New function.
5468 (eshell-intercept-commands): New function.
5469 (eshell-send-input): If direct subprocess sending is enabled,
5470 don't echo any input to the Eshell buffer. Let the subprocess
5471 handle that. This requires "stty echo" in bash, for example.
5472
5473 2000-08-28 John Wiegley <johnw@gnu.org>
5474
5475 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5476 completion function for Eshell's implementation of `unset'.
5477
5478 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * info.el (Info-directory-list): Doc fix.
5481
5482 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5483
5484 * filecache.el (file-cache-add-directory-using-find): Don't quote
5485 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5486
5487 2000-08-31 Kenichi Handa <handa@etl.go.jp>
5488
5489 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5490 coding systems.
5491
5492 2000-08-30 Andrew Innes <andrewi@gnu.org>
5493
5494 * timer.el (run-with-idle-timer): Undo last change, so that timer
5495 is not activated immediately if Emacs is already idle. Some
5496 existing code relies on this behaviour.
5497
5498 2000-08-30 Miles Bader <miles@gnu.org>
5499
5500 * frame.el (set-frame-font): Do completion of font-name for
5501 interactive use.
5502
5503 2000-08-30 Kenichi Handa <handa@etl.go.jp>
5504
5505 * international/quail.el (quail-start-translation): Bind locally
5506 last-command-event, last-command, and this-command.
5507 (quail-start-conversion): Likewise.
5508 (quail-self-insert-command): Fix docstring.
5509
5510 2000-08-29 Gerd Moellmann <gerd@gnu.org>
5511
5512 * progmodes/executable.el
5513 (executable-make-buffer-file-executable-if-script-p): Check that
5514 buffer contains at least 2 characters.
5515
5516 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5517
5518 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5519
5520 2000-08-29 Dave Love <fx@gnu.org>
5521
5522 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5523 (diff-mode-shared-map): Bind mouse-2.
5524 (diff-imenu-generic-expression): New variable.
5525 (diff-mode): Use it.
5526
5527 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5528 (mouse-popup-menubar): Add minor mode menus.
5529 (popup-menu): Check for lookup-key returning number.
5530
5531 2000-08-29 Miles Bader <miles@gnu.org>
5532
5533 * comint.el (comint-send-input): Create overlays using the proper
5534 front/read-advance arguments.
5535
5536 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5537
5538 * ps-print.el: Even/odd pages printing. Doc fix.
5539 (ps-print-version): New version number (6.0).
5540 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5541 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5542 (ps-print-duplex-feature): Variable eliminated.
5543 (ps-even-or-odd-pages): New variable.
5544
5545 * progmodes/ebnf2ps.el: Doc fix.
5546 (ebnf-version): New version (3.3).
5547 (ebnf-user-arrow): Change variable customization to sexp.
5548 (ebnf-user-arrow): Function eliminated.
5549 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5550
5551 2000-08-29 Kenichi Handa <handa@etl.go.jp>
5552
5553 * help.el (help-xref-mule-regexp): New variable.
5554 (help-make-xrefs): Handle help-xref-mule-regexp.
5555
5556 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5557 variable.
5558 (describe-input-method): Temporarily activate the specfied input
5559 method to display the information.
5560 (describe-language-environment): Hyperlinks to mule related items.
5561
5562 * international/mule-diag.el (charset-multibyte-form-string): New
5563 function.
5564 (list-character-sets-1): Use charset-multibyte-form-string.
5565 (describe-character-set): New function.
5566 (describe-coding-system): Hyperlinks to safe character sets.
5567
5568 * international/quail.el (quail-help): New arg PACKAGE.
5569 Hyperlinks to mule related items.
5570 (quail-help-insert-keymap-description): Use
5571 substitute-command-keys instead of describe-bindings.
5572 (quail-translation-help): Hyperlinks to mule related items.
5573
5574 2000-08-28 John Wiegley <johnw@gnu.org>
5575
5576 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5577 have a defsubst call itself. Made `eshell-flatten-list' back into
5578 a function again.
5579
5580 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5581 catch, in case re-centering point at bottom messes up the display.
5582 This happens frequently in Emacs 21, due I believe to variable
5583 line heights.
5584
5585 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5586 to call `find-tag-interactive'.
5587
5588 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5589 the list of remember directories.
5590
5591 2000-08-28 John Wiegley <johnw@gnu.org>
5592
5593 * align.el: Test align-region-separate to see if it's a symbol.
5594
5595 2000-08-28 John Wiegley <johnw@gnu.org>
5596
5597 * eshell/esh-util.el (eshell-flatten-list): Made this function
5598 into a defsubst form. It gets used very frequently, although
5599 calls don't occur all that often.
5600
5601 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5602 examining it.
5603
5604 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5605 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5606 `eshell-protect'.
5607 (eshell-copy-handles): Created a new macro for duplicating the
5608 current set of open handles. This is needed by the looping
5609 functions.
5610 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5611 is not incorrectly stomped on.
5612
5613 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5614 declaration for pcomplete-use-paring.
5615 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5616 value of eshell-cmpl-use-paring.
5617 * pcomplete.el (pcomplete-use-paring): New config variable, to
5618 indicate whether paring should be used.
5619 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5620 completion alternatives that have already been used.
5621
5622 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5623 bound to C-c C-y, which will repeat the previous N arguments
5624 (based on prefix argument).
5625 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5626
5627 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5628 if there is no *Help* buffer. This is for XEmacs, which renames
5629 its help buffers uniquely. TODO: Find out what the current buffer
5630 name to delete is.
5631
5632 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5633 first entry that correlates to a passwd/group number. Later
5634 entries (used for group/user name aliasing to multiple IDs) are
5635 ignored.
5636
5637 * eshell/em-xtra.el (eshell/expr):
5638 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5639 (eshell-grep, eshell/diff, eshell/locate):
5640 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5641 argument list, before passing it to the system command.
5642
5643 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5644 `find-tag' for use at final position in Eshell buffers (which
5645 otherwise triggers an error on Emacs 21).
5646 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5647 buffer, if it is currently bound to `find-tag'.
5648
5649 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5650 in the list of matched Makefile names.
5651 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5652 directory, prefer its contents to Makefile.
5653
5654 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5655 directory parts (like "cd old new", or "cd =regexp"), are now case
5656 sensitive on non-Windows/DOS platforms.
5657
5658 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5659 types RET after an open delimiter (like "), display a message
5660 indicating that Eshell is waiting for the closing delimiter.
5661
5662 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5663 environment variables.
5664
5665 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5666 gracefully if the user enters incorrect arguments.
5667
5668 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5669 Eshell buffers.
5670
5671 * eshell/esh-var.el (eshell-interpolate-variable):
5672 * eshell/esh-mode.el (eshell-move-argument):
5673 * eshell/em-unix.el (eshell-du-sum-directory):
5674 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5675 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5676 (not (= ...)).
5677
5678 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5679 to ensure the `preserve' flag gets propagated when doing recursive
5680 directory copies.
5681
5682 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5683
5684 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5685 Don't convert \n into \0177 in memory.
5686 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5687 and back again, when reading and writing.
5688
5689 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5692 testing of `fboundp' on `processp'.
5693
5694 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5695 (eshell/jobs): Don't call process-list if it is not bound.
5696 (eshell-gather-process-output): Support systems where async
5697 subprocesses aren't supported.
5698 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5699 variables.
5700
5701 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5702 eshell-do-eval returns t.
5703 (eshell-do-pipelines-synchronously): New defmacro.
5704 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5705 when async subprocesses aren't supported.
5706 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5707 if async subprocesses aren't supported.
5708 (eshell-resume-command): Don't assume STATUS is a string.
5709
5710 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5711
5712 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5713 (eshell-close-target, eshell-get-target): Use eshell-processp.
5714 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5715 fix.
5716 (eshell-get-target, eshell-create-handles): Doc fix.
5717
5718 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5719
5720 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5721 criterion to include commands that output something, as long as it
5722 leaves both the command and the end-of-buffer visible when the
5723 command has exited.
5724 (eshell-review-quick-commands): Adjust the help doc string
5725 accordingly.
5726
5727 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5728
5729 * locate.el (locate): Cleaned up locate command's interactive prompting
5730 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5731
5732 * filecache.el (file-cache-case-fold-search): New variable
5733 (file-cache-assoc-function): New variable
5734 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5735 Use file-cache-case-fold-search variable
5736 (file-cache-add-file): Use file-cache-assoc-function
5737 (file-cache-delete-file): likewise
5738 (file-cache-directory-name): likewise
5739 (file-cache-debug-read-from-minibuffer): likewise
5740
5741 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5742
5743 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5744 (abbrev-table-name): New function.
5745 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5746 If non-nil list local abbrev, only.
5747
5748 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5749
5750 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5751 from Gnus support code, and use special article copy buffer
5752 `(gnus-original-article-buffer)' instead. This allows to get rid
5753 of article-hide-headers usage (which breaks in the latest Gnus
5754 version). Thanks to Detlev Zundel.
5755
5756 2000-08-28 Kenichi Handa <handa@etl.go.jp>
5757
5758 * international/quail.el (quail-use-package): Hide "... loaded"
5759 message.
5760 (quail-start-translation, quail-start-conversion): Likewise.
5761
5762 * international/kkc.el (kkc-region): Hide "... loaded" message.
5763
5764 2000-08-27 Dave Love <fx@gnu.org>
5765
5766 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5767
5768 2000-08-27 Miles Bader <miles@gnu.org>
5769
5770 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5771
5772 2000-08-27 Kenichi Handa <handa@etl.go.jp>
5773
5774 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5775 'ja-dic-cnv), not (require 'skkdic-cnv).
5776
5777 2000-08-26 Miles Bader <miles@gnu.org>
5778
5779 * faces.el (face-x-resources): Add entry for :inherit.
5780 * cus-face.el (custom-face-attributes): Add support for :inherit
5781 attribute. Add support for relative face heights.
5782 (custom-face-attributes-get): Treat `nil' as being a default value
5783 for :inherit (as well as `unspecified').
5784
5785 * faces.el (set-face-attribute): Update doc string.
5786 (face-attribute-name-alist): Add :inherit.
5787 (face-valid-attribute-values): Handle :inherit.
5788 (face-read-string): Rephrase prompt to be less confusing.
5789 Assume that DEFAULT is a string, since we must return a string.
5790 (face-read-integer): Use `format' to turn DEFAULT into an
5791 acceptable default for face-read-string. Match NEW-VALUE against
5792 the string "unspecified", not the symbol `unspecified', since
5793 that's what face-read-string returns.
5794 (read-face-attribute): Lookup a name for old-value in valid, and
5795 use it as a default if we find one. Treat all values from
5796 face-read-string as strings. If the default is used, don't do any
5797 more processing on the value, just use the old value directly.
5798 (read-face-and-attribute, modify-face): Tweak prompt.
5799 (read-face-name): Don't assume prompt ends with a space.
5800
5801 * faces.el (describe-face): Add support for :inherit attribute.
5802
5803 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5804
5805 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5806 concat doesn't accept interger.
5807
5808 * international/kkc.el: Remove SKK from Keywords. Require
5809 ja-dic-utl instead of skkdic-utl.
5810
5811 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5812 Provide ja-dic-cnv instead of skkdic-cnv.
5813 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5814 (iso-2022-7bit-short): Add safe-charsets property.
5815 (skkdic-convert-postfix): Search Japanese chou-on character in
5816 addition to Hiragana character.
5817 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5818 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5819 (batch-skkdic-convert): Likewise.
5820
5821 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5822 Provide ja-dic-utl instead of skkdic-utl.
5823 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5824
5825 2000-08-24 Dave Love <fx@gnu.org>
5826
5827 * disp-table.el (standard-display-default): Make the test of `l'
5828 useful.
5829
5830 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5831 mod sample text.
5832
5833 * international/iso-ascii.el: Make pilcrow convenient string
5834 consistent with section.
5835 (iso-ascii-display): Set up multibyte characters as well as
5836 unibyte.
5837
5838 2000-08-24 Kenichi Handa <handa@etl.go.jp>
5839
5840 * international/mule-cmds.el (reset-language-environment): Set
5841 default-process-coding-system to '(undecided . iso-latin-1), which
5842 makes process I/O almost consistent with file I/O. Call this
5843 function when mule-cmds.el[c] is loaded.
5844
5845 2000-08-22 Andrew Innes <andrewi@gnu.org>
5846
5847 * makefile.w32-in: New file.
5848
5849 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5850
5851 * comint.el (comint-output-filter): Compare end of
5852 comint-last-output-overlay with the start of the newly inserted
5853 text, not the end, when deciding whether to extend it.
5854 Set saved-point's insertion type to advance after insertion.
5855
5856 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5857 since this is now done independently of font-lock mode.
5858
5859 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5860
5861 * server.el (server-kill-new-buffers): New user option.
5862 (server-existing-buffer): New buffer-local variable.
5863 (server-visit-files): When using an existing buffer, set
5864 server-existing-buffer to t.
5865 (server-buffer-done): If server-kill-new-buffers is t, kill the
5866 buffer, unless it was already present before visiting it with
5867 Emacs server.
5868
5869 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5870
5871 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5872 even if the display doesn't support colors: some displays will
5873 support bold/underline faces.
5874
5875 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5876
5877 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5878
5879 * startup.el (command-line): If user's init file had an error,
5880 add explanatory text to *Messages*.
5881
5882 2000-08-21 Kenichi Handa <handa@etl.go.jp>
5883
5884 * man.el (Man-getpage-in-background): Decode the process output by
5885 the system locale coding system.
5886
5887 2000-08-20 Dave Love <fx@gnu.org>
5888
5889 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5890 Don't test x-popup-menu.
5891 (function) <complete-function>: Complete only fbound symbols.
5892 <validate, value>: New.
5893 (variable) <complete-function>: Complete only bound symbols.
5894 (coding-system): Add :base-only, :complete-function, :validate,
5895 :value, :prompt-match.
5896 (widget-coding-system-prompt-value): Use read-coding-system and
5897 act on :base-only.
5898 (editable-field): Add :help-echo.
5899 (widget-push-button-gui, widget-push-button-cache)
5900 (widget-gui-action, widget-editable-list-gui): COmment out, along
5901 with uses.
5902 (widget-at): Make arg optional.
5903 (widget-echo-help): Adjust for current help-echo calling sequence.
5904 (widget-specify-field, widget-specify-button)
5905 (widget-specify-insert, widget-get-sibling, widget-image-find)
5906 (widget-convert, widget-insert, widget-leave-text)
5907 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5908 (widget-setup, widget-field-find, widget-before-change)
5909 (widget-after-change, widget-default-complete)
5910 (widget-default-create, widget-default-delete)
5911 (widget-push-button-value-create, editable-field)
5912 (widget-field-prompt-value, widget-field-validate)
5913 (widget-choice-value-create, widget-choice-action)
5914 (widget-choice-validate, widget-checklist-add-item)
5915 (widget-radio-add-item, widget-radio-chosen)
5916 (widget-radio-value-inline, widget-editable-list-value-create)
5917 (widget-editable-list-entry-create)
5918 (widget-documentation-link-add)
5919 (widget-documentation-string-value-create)
5920 (widget-regexp-validate, widget-file-complete)
5921 (widget-sexp-validate, widget-plist-convert-widget)
5922 (widget-plist-convert-widget, widget-alist-convert-widget)
5923 (widget-alist-convert-widget, widget-color-complete): Simplify,
5924 particularly to avoid bindings which aren't optimized out.
5925
5926 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5927 Doc fix.
5928 (down-list, backward-up-list, up-list, kill-sexp)
5929 (backward-kill-sexp, mark-sexp): Make arg optional.
5930 (lisp-complete-symbol): Add optional arg PREDICATE.
5931
5932 * cus-start.el: Add display-buffer-reuse-frames,
5933 file-coding-system-alist.
5934
5935 2000-08-20 Gerd Moellmann <gerd@gnu.org>
5936
5937 * startup.el (command-line): Clear realized faces after
5938 modifying TTY color mappings.
5939
5940 2000-08-20 Miles Bader <miles@gnu.org>
5941
5942 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5943 merely a subset of FACE's attributes.
5944
5945 2000-08-19 Miles Bader <miles@gnu.org>
5946
5947 * comint.el (comint-output-filter): Save the point with a marker,
5948 not just a buffer position.
5949
5950 * international/mule.el (set-buffer-process-coding-system): Make
5951 interactive prompt less confusing.
5952
5953 2000-08-19 Gerd Moellmann <gerd@gnu.org>
5954
5955 * hilit-chg.el: General cleanup of doc strings, comments and
5956 code formatting.
5957
5958 2000-08-19 Miles Bader <miles@gnu.org>
5959
5960 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5961 Compiler macro removed; beginning-of-line is no longer always
5962 equivalent to forward-line, in the presence of fields.
5963
5964 * comint.el (comint-output-filter): Remove ad-hoc saving of
5965 restriction, and just use save-restriction, now that it works
5966 correctly. Don't adjust comint-last-input-start to account for
5967 our insertion; it shouldn't have moved because we don't use
5968 insert-before-markers anymore. Comment out call to
5969 `force-mode-line-update'; why is it here?
5970
5971 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5972 while checking for prompt to delete. Use `forward-line 0'
5973 instead of beginning-of-line.
5974 (gud-filter): Temporarily widen gud comint buffer while
5975 examining output.
5976
5977 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5978
5979 * progmodes/sh-script.el: Big bag of typos.
5980
5981 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5982 check since ispell-process is not bound when ispell is not yet loaded.
5983
5984 2000-08-18 Dave Love <fx@gnu.org>
5985
5986 * image.el (find-image): Copy `spec' before using plist-put.
5987
5988 2000-08-18 Gerd Moellmann <gerd@gnu.org>
5989
5990 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5991 `portugues'.
5992
5993 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5994 backward-kill-sexp, analogous to kill-sexp.
5995
5996 * progmodes/icon.el (icon-indent-line)
5997 (icon-is-continuation-line): Handle comments specially.
5998
5999 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6000
6001 * ispell.el: Set to standard author/maintainer/keyword fields.
6002 Fine tuning to menu map appearance and operation, and added help.
6003 Remove `start' and `end' error messages when compiling.
6004 (ispell-choices-win-default-height): Fixed comment string.
6005 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6006 castellano8 dictionaries.
6007 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6008 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6009 dictionary, added italiano dictionary.
6010 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6011 word character
6012 (ispell-tex-skip-alists): Added psfig support.
6013 (ispell-skip-html): Renamed from ispell-skip-sgml.
6014 (ispell-begin-skip-region-regexp, ispell-skip-region)
6015 (ispell-minor-check): Improved html skipping support to skip across
6016 code, and recognize `&' commands without propper `;' syntax;
6017 (ispell-process-line): Fix alignment error when manually
6018 correcting spelling.
6019 (ispell): Fix comment string.
6020 (ispell-add-per-file-word-list): Always put word list on new line.
6021
6022 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6023
6024 * format.el (format-encode-run-method): Fix error message to say
6025 `encode' instead of `decode'. Use save-window-excursion around
6026 shell-command-on-region as in format-decode-run-method because
6027 shell-command-on-region can display a buffer with error output.
6028 (format-decode): Don't record undo information for the decoding.
6029 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6030 that number part of the temporary buffer name so that more than
6031 one decoding using a temporary buffer can happen safely.
6032
6033 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6034 of `A-z' in the regexp.
6035
6036 * hilit-chg.el: Fix typos in commentary.
6037
6038 * help.el (view-emacs-news): Rewritten for new naming scheme
6039 for old NEWS files.
6040
6041 * startup.el (command-line): Pop to *Messages* in case an error
6042 is signaled while loading user-init-file.
6043
6044 2000-08-17 Andreas Schwab <schwab@suse.de>
6045
6046 * files.el (insert-directory): Don't lose original file name,
6047 undoing an undocumented change.
6048
6049 2000-08-17 Alex Schroeder <alex@gnu.org>
6050
6051 * sql.el (sql-magic-go): Use comint-bol.
6052 (sql-copy-column): Use comint-line-beginning-position.
6053 (comint-line-beginning-position): Define a replacement for
6054 comint-line-beginning-position if it is not fboundp.
6055
6056 2000-08-17 Alex Schroeder <alex@gnu.org>
6057
6058 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6059 it didn't have any effect anyway.
6060
6061 2000-08-17 Alex Schroeder <alex@gnu.org>
6062
6063 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6064 --pset and pager=off instead of sending \\o|cat at the beginning
6065 of the session.
6066
6067 2000-08-17 Miles Bader <miles@gnu.org>
6068
6069 * progmodes/octave-inf.el: Add compatibility definition of
6070 comint-line-beginning-position.
6071
6072 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6073
6074 * startup.el (normal-top-level): Look in each dir in load-path for
6075 a leim-list.el file too. This assures of loading leim-list.el
6076 that is created at Emacs installation time even if a user have his
6077 own leim-list.el.
6078
6079 2000-08-17 Miles Bader <miles@gnu.org>
6080
6081 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6082 foreground color to black if the background is dark.
6083
6084 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6085
6086 * loadhist.el (unload-feature): Typo.
6087
6088 * finder.el (finder-compile-keywords):
6089 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6090 to the generated file.
6091
6092 * mail/mh-e.el (mh-make-local-vars):
6093 Replace make-variable-buffer-local with make-local-variable.
6094
6095 * play/landmark.el:
6096 * options.el (Edit-options-{set,toggle,t,nil}):
6097 * mail/mailabbrev.el (mail-abbrevs-mode):
6098 * textmodes/tex-mode.el (tex-expand-files):
6099 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6100
6101 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6102
6103 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6104 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6105 Allow going past the last element.
6106 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6107 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6108 (cvs-mouse-toggle-mark): Don't move point.
6109 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6110
6111 * progmodes/compile.el (grep): Provide a default set of files.
6112 (next-error): Docstring fix.
6113 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6114
6115 * emacs-lisp/easy-mmode.el (define-minor-mode):
6116 Use `symbol-value' to keep the byte-compiler quiet.
6117
6118 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6119 (diff-find-source-location): New fun, extracted from diff-goto-source.
6120 (diff-goto-source): Use it.
6121 (diff-next-complex-hunk, diff-filter-lines): New function.
6122 (diff-apply-hunk): New command.
6123
6124 * smerge-mode.el (smerge-mode-menu): Doc fix.
6125
6126 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6127
6128 2000-08-16 Dave Love <fx@gnu.org>
6129
6130 * windmove.el (windmove) <defgroup>: Add :version.
6131
6132 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6133 (goto-address-fontify-p, goto-address-highlight-p)
6134 (goto-address-url-face, goto-address-url-mouse-face)
6135 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6136 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6137 (goto-address-fontify, goto-address-at-mouse): Simplify,
6138 (goto-address-at-point): browse-url-url-at-point,
6139 goto-address-find-address-at-point can return nil.
6140 (goto-address-find-address-at-point): Return nil on failure.
6141
6142 * align.el (align) <defgroup>: Add :version.
6143
6144 * calculator.el (calculator): Add :version.
6145 (calculator): Use two lines for calculator window if `modeline'
6146 face is boxed.
6147
6148 * play/5x5.el: Doc fixes.
6149 (5x5) <defgroup>: Add :version.
6150
6151 * play/fortune.el (fortune) <defgroup>: Add :version.
6152 (fortune-append): Fix error message.
6153 (fortune-from-region): Doc fix.
6154
6155 * play/pong.el (pong): Doc fix.
6156
6157 * play/morse.el: Keywords, commentary, autoloads.
6158
6159 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 * desktop.el (desktop-save): Don't look at symbol-value of a
6162 member of minor-mode-alist, unless it is boundp.
6163
6164 2000-08-16 Sam Steingold <sds@gnu.org>
6165
6166 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6167 `while'; use `with-current-buffer' instead of `save-excursion'.
6168 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6169
6170 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6171
6172 * international/ccl.el (declare-ccl-program): Docstring modified.
6173 (ccl-execute-with-args): Likewise.
6174
6175 2000-08-16 Miles Bader <miles@gnu.org>
6176
6177 * progmodes/sql.el: Add compatibility definition of
6178 comint-line-beginning-position.
6179
6180 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6181
6182 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6183 'buffer-menu' property.
6184 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6185 fails.
6186 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6187 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6188 wasn't killed.
6189
6190 * buff-menu.el (list-buffers-noselect): Don't display the
6191 *Buffer List* buffer.
6192
6193 * font-lock.el: Require jit-lock to prevent a very late
6194 `Loading jit-lock' message.
6195
6196 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6197 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6198 mail address.
6199
6200 2000-08-15 Miles Bader <miles@gnu.org>
6201
6202 * textmodes/ispell.el (ispell-graphic-p): New constant.
6203 (ispell-choices-win-default-height, ispell-help): Use
6204 `ispell-graphic-p' instead of `xemacsp'.
6205
6206 2000-08-15 Dave Love <fx@gnu.org>
6207
6208 * simple.el: Autoload widget-convert when compiling.
6209 (mail-user-agent): Doc fix.
6210
6211 * help.el (function-called-at-point, variable-at-point): Use
6212 with-syntax-table.
6213 (help-manyarg-func-alist): Add insert-and-inherit.
6214
6215 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6216
6217 * delsel.el (delsel-unload-hook): New function.
6218
6219 * find-file.el: Doc fixes. Move provide to end.
6220 (ff) <defgroup>: Add :link.
6221 (ff-goto-click): Deleted.
6222 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6223 Use mouse-set-point.
6224
6225 * textmodes/tildify.el: Doc fixes.
6226 (tildify) <defgroup>: Add:version.
6227
6228 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6229 (glasses-custom-set): Use set-default, not set.
6230 (minor-mode-alist): Propertize the lighter.
6231 (glasses-mode): Provide optional arg.
6232
6233 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6234 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6235 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6236 option. Provide :type.
6237 (cwarn-configuration): Provide :type.
6238 (cwarn-mode): Doc fix.
6239
6240 * add-log.el (change-log-merge): Doc fix.
6241 (change-log-redate): New command.
6242
6243 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6244 Doze and Dog.
6245 (browse-url): Use dolist, not mapcar.
6246 (browse-url-at-point): Check for null url.
6247 (browse-url-event-buffer, browse-url-event-point): Functions
6248 deleted.
6249 (browse-url-at-mouse, browse-url-netscape): Simplify.
6250
6251 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6252 modes.
6253 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6254 Fix previous change to mapcan.
6255 (msb--init-file-alist, msb--add-separators)
6256 (msb--make-keymap-menu): Simplify.
6257 (msb--choose-file-menu): Use copy-sequence.
6258 (msb-mode-map): Add title to keymap.
6259 (msb-unload-hook): New function.
6260
6261 * bs.el: Fix indentation.
6262 (bs) <defgroup>: Add :links.
6263 (bs-show): Doc fix.
6264 (bs-apply-sort-faces): Don't use window-system.
6265 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6266
6267 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6268
6269 * calendar/timeclock.el (timeclock-file): Run .timelog through
6270 convert-standard-filename.
6271
6272 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6273
6274 * emacs-lisp/authors.el: New file.
6275
6276 * paren.el (show-paren-priority): New user option.
6277 (show-paren-function): Set overlay priorities to
6278 show-paren-priority.
6279
6280 2000-08-14 Miles Bader <miles@gnu.org>
6281
6282 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6283 beginning-of-line with inhibit-field-text-motion bound.
6284
6285 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6286
6287 * calendar/timeclock.el: New file.
6288
6289 2000-08-14 David Ponce <david@dponce.com>
6290
6291 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6292 `widget-button-click'. so that one can use left mouse button to
6293 click on dialog buttons.
6294
6295 2000-08-14 Emmanuel Briot <briot@gnat.com>
6296
6297 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6298 identifiers, since XML is case sensitive
6299
6300 2000-08-12 Miles Bader <miles@gnu.org>
6301
6302 * comint.el (comint-output-filter): Don't bother frobbing
6303 window-start, it doesn't seem to be necessary.
6304
6305 * comint.el (comint-send-string, comint-send-region): Make into
6306 real functions. Snapshot the prompt before sending.
6307
6308 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6309
6310 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6311 technique similar to Info-index, instead of relying on specific
6312 names of relevant Index nodes.
6313 (Info-goto-emacs-command-node): Bind Info-history to nil when
6314 going to the first node found by Info-find-emacs-command-nodes.
6315
6316 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6317
6318 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6319
6320 2000-08-10 Miles Bader <miles@gnu.org>
6321
6322 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6323
6324 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6325
6326 * info.el (Info-file-list-for-emacs): More elements for the
6327 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6328 and woman manuals.
6329
6330 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6331
6332 * comint.el (comint-send-input): Make the newline boundary overlay
6333 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6334 (comint-output-filter): Use `insert' instead of
6335 `insert-before-markers'. Extend comint-last-output-overlay when
6336 necessary since we can't rely on insert-before-markers to do it.
6337 * gud.el (gud-filter): Use `with-current-buffer' instead of
6338 save-excursion when inserting the output, so that point gets
6339 updated correctly; the old method relied on a rather dodgy
6340 side-effect of comint-output-filter to avoid the effect of
6341 save-excursion.
6342
6343 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6344
6345 * files.el (recover-file): Call insert-directory instead of
6346 invoking `ls' directly.
6347
6348 2000-08-10 Miles Bader <miles@gnu.org>
6349
6350 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6351 (comint-last-prompt-overlay): New variables.
6352 (comint-output-filter): Implement prompt highlighting.
6353 (comint-snapshot-last-prompt): New function.
6354 (comint-send-input): Snapshot the last prompt.
6355 Use comint-highlight-input-face.
6356 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6357 Use defface instead of defcustom.
6358 (send-invisible, comint-send-eof): Snapshot the last prompt.
6359 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6360 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6361
6362 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6363
6364 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6365 (regexp-opt-group): Use a list of chars for `letters'.
6366 (regexp-opt-charset): `chars' is now a list of chars.
6367 Use a char-table rather than a vector so it works for multibyte chars.
6368
6369 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6370 Set cvs-minor-current-files to the selected fileinfo.
6371 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6372 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6373
6374 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * files.el (insert-directory): Don't call access-file on
6377 directories on DOS and Windows.
6378
6379 2000-08-09 Kenichi Handa <handa@etl.go.jp>
6380
6381 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6382 longer if necessary.
6383 (ccl-embed-code): Call ccl-embed-data to store CODE in
6384 ccl-program-vector.
6385
6386 2000-08-09 Miles Bader <miles@gnu.org>
6387
6388 * comint.el (comint-output-filter): Properly handle the case where
6389 the text surrounded by comint-last-output-overlay was deleted.
6390
6391 2000-08-08 Gerd Moellmann <gerd@gnu.org>
6392
6393 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6394 non-nil.
6395 (Info-file-list-for-emacs): Remove "info" from the list because
6396 that leads to trying to use the documentation from file `info'
6397 in various situations where it isn't appropriate, for instance
6398 C-h C-k C-h i.
6399
6400 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6401 DIR and/or STRING are nil.
6402
6403 * progmodes/compile.el (compilation-setup): Make variable
6404 compilation-error-screen-columns buffer-local, as some comment
6405 in the code suggests it should be.
6406
6407 * files.el (auto-mode-interpreter-regexp): New variable.
6408 (set-auto-mode): Use it.
6409
6410 * indent.el (indent-for-tab-command): Doc fix.
6411
6412 * mouse-sel.el (mouse-sel-mode): Doc fix.
6413
6414 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6415 labels.
6416
6417 * help.el (print-help-return-message): When
6418 display-buffer-reuse-frames is set, let the help window been quit,
6419 instead of deleting it, which might delete a reused frame.
6420
6421 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6422
6423 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6424 rename a directory to a name that differs only by its letter case.
6425
6426 2000-08-08 Kenichi Handa <handa@etl.go.jp>
6427
6428 * international/quail.el (quail-define-rules): Handle Quail decode
6429 map correctly. Add code for supporting annotations.
6430 (quail-install-decode-map): New function.
6431 (quail-defrule-internal): New optional arguments decode-map and
6432 props.
6433 (quail-advice): New function.
6434
6435 2000-08-07 Sam Steingold <sds@gnu.org>
6436
6437 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6438 `defconst', `define-condition', `with-slots'.
6439 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6440
6441 2000-08-03 Miles Bader <miles@gnu.org>
6442
6443 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6444 New variable.
6445 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6446 comint-use-prompt-regexp-instead-of-fields.
6447 (comint-send-input): Add `input' field property to stuff we send to
6448 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6449 (comint-output-filter): Add `output' field property to process
6450 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6451 (comint-replace-by-expanded-history)
6452 (comint-get-old-input-default, comint-show-output)
6453 (comint-backward-matching-input, comint-forward-matching-input)
6454 (comint-next-prompt, comint-previous-prompt): Use field
6455 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6456 (comint-line-beginning-position): New function.
6457 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6458 (comint-replace-by-expanded-history-before-point): Use
6459 comint-line-beginning-position and line-end-position.
6460 (comint-last-output-overlay): New variable.
6461 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6462
6463 * shell.el (shell-prompt-pattern): Doc change.
6464 (shell-backward-command): Use line-beginning-position.
6465
6466 * gud.el (gud-gdb-complete-command): Use
6467 comint-line-beginning-position.
6468
6469 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6470 comint-bol doesn't actually go to the beginning of the line.
6471
6472 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6473 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6474 (try-expand-line-all-buffers): Likewise.
6475
6476 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6477 explicitly matching comint-prompt-regexp.
6478 (sql-copy-column): Use comint-line-beginning-position instead of
6479 explicitly matching comint-prompt-regexp.
6480
6481 * progmodes/octave-inf.el (inferior-octave-complete): Use
6482 comint-line-beginning-position.
6483
6484 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6485
6486 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6487 looking for a prompt, use `forward-line 0' instead of
6488 `beginning-of-line', to avoid getting caught by an input field.
6489
6490 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6491
6492 * files.el (shell-quote-wildcard-pattern): Make sure to return
6493 PATTERN, in the Unix case.
6494
6495 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6496
6497 * play/zone.el (zone): Discard any pending input before running
6498 the randomly-chosen pgm.
6499
6500 2000-08-07 Kenichi Handa <handa@etl.go.jp>
6501
6502 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6503 checking the existence of any multibyte characters.
6504
6505 2000-08-06 Gerd Moellmann <gerd@gnu.org>
6506
6507 * help.el (describe-mode): Test minor-mode symbol for being
6508 bound before testing its value for being nil.
6509
6510 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6511 `first', `second', and `third'.
6512
6513 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6514 (second): Make it an alias for `cadr'.
6515
6516 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6517
6518 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6519 types of display support faces now.
6520
6521 2000-08-05 Gerd Moellmann <gerd@gnu.org>
6522
6523 * pcvs.el (require): Require `cl' during compilation, only.
6524
6525 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6526 (toplevel): Remove `remq' and `remove' from autoloads.
6527 (cl-fake-autoloads): New variable. If set, arrange for an error
6528 when CL functions etc. are autoloaded.
6529
6530 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6531
6532 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6533
6534 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6535 popped up, but the user clicks outside the menu, return an empty
6536 regexp (that causes unhighlight-regexp to have no effect).
6537
6538 * menu-bar.el (menu-bar-games-menu): Add Zone.
6539
6540 * hi-lock.el (toplevel): Require font-lock.
6541
6542 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6543
6544 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6545 (ebnf-8-bit-chars): New var for bug fix.
6546 (ebnf-string): Bug fix.
6547
6548 2000-08-03 Sam Steingold <sds@gnu.org>
6549
6550 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6551 instead of `buffer-string'.
6552 (require 'cl): Always, not just when compiling.
6553 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6554 necessary.
6555
6556 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * international/mule-cmds.el (select-safe-coding-system): Make
6559 the message text about selecting a safe coding system more clear.
6560
6561 2000-08-02 Gerd Moellmann <gerd@gnu.org>
6562
6563 * hi-lock.el: New file.
6564
6565 * play/zone.el: New file.
6566
6567 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6568 value of tab-width in the original buffer. Choose a line number
6569 format that's a multiple of the original buffer's tab width, so
6570 that lines appear right.
6571
6572 * textmodes/ispell.el (ispell): New function, replacing an alias.
6573 Spell-check active region if in transient-mark-mode and mark
6574 is active; otherwise spell-check buffer.
6575
6576 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6577
6578 * ps-mule.el: Fix a customization problem on
6579 ps-mule-font-info-database-default.
6580
6581 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6584 display-mouse-p instead of window-system.
6585 (ebrowse-member-mode-map): Ditto.
6586
6587 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6588
6589 * progmodes/ebnf2ps.el: Update ps-print functions call.
6590 Indentation fix. Doc fix.
6591 (ebnf-version): New version number (3.2).
6592 (ebnf-format-color, ebnf-begin-job): Code fix.
6593
6594 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6595
6596 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6597 font lock support on window-system.
6598 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6599
6600 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6601 display-color-p, if fboundp, instead of window-system.
6602
6603 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6604
6605 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6606 instead of window-system.
6607
6608 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6609 window-system.
6610 (widget-choice-mouse-down-action): Use display-popup-menus-p
6611 instead of window-system.
6612
6613 * strokes.el (strokes-file): Run the file name through
6614 convert-standard-filename.
6615 (strokes-mode): Call display-mouse-p instead of looking at
6616 window-system. Change the error message accordingly.
6617
6618 * progmodes/cpp.el (toplevel): Support faces on tty's.
6619
6620 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6621 (lm-plot-square, lm-init-display): Don't use window-system.
6622
6623 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6624 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6625
6626 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6627 instead of looking at window-system.
6628
6629 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6630
6631 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6632 of testing if iswitchb-prepost-hooks is bound, because the
6633 latter will always be true when invoking a recursive minibuffer
6634 from an active Iswitchb buffer.
6635
6636 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6637
6638 * files.el (shell-quote-wildcard-pattern): New function.
6639 (insert-directory): Call it. Only prepend "\" to command on Unix
6640 and GNU/Linux systems.
6641
6642 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6643
6644 * eshell/esh-groups.el: Change custom :link file names
6645 from `eshell.info' to `eshell'.
6646
6647 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6648
6649 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6650 correctly in recursive ange-ftp listings.
6651
6652 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6653
6654 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6655 ps-header-font-size-internal and
6656 ps-header-title-font-size-internal variables are not set,
6657 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6658 face text property is (foreground-color . COLOR) or
6659 `(background-color . COLOR)', ps-print crashes. Doc fix.
6660 (ps-print-version): New version number (5.2.4).
6661 (ps-plot-region): Code fix.
6662 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6663 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6664 Bug fix 2.
6665
6666 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
6667
6668 * glasses.el (glasses-make-readable): Fix uncapitalization of
6669 identifiers like `myXMLDocument'.
6670
6671 2000-07-28 Karl Fogel <kfogel@red-bean.com>
6672
6673 * mail/mail-hist.el (mail-hist-previous-input)
6674 (mail-hist-next-input): Do the obvious code factorization.
6675 (mail-hist-retrieve-and-insert): New func, contains common
6676 code of above two.
6677 If inserting a message body, leave point at top.
6678
6679 2000-07-28 Sam Steingold <sds@gnu.org>
6680
6681 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6682 Use `<=', not `<' to compare times!
6683 (ange-ftp-ls): Remove.
6684
6685 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6686
6687 * play/cookie1.el: Add explanation of how to make cookie.el
6688 compatible with strfile(1) to comment.
6689
6690 * subr.el (remove, remq): New functions.
6691
6692 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6693 escape `*' in regexps.
6694 (midnight-find): Reverse order of arguments in the funcall of
6695 TEST.
6696
6697 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6698 and `.class'.
6699
6700 * play/meese.el: Add Commentary section.
6701
6702 2000-07-27 Alex Schroeder <alex@gnu.org>
6703
6704 * sql.el (sql-ms): Added autoload cookie.
6705 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6706 (sql-oracle): Ditto.
6707 (sql-help): Doc change.
6708
6709 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6710 types and exceptions.
6711
6712 2000-07-27 Alex Schroeder <alex@gnu.org>
6713
6714 * sql.el (sql-placeholder-history): New variable.
6715 (sql-query-placeholders-and-send): New function that will query
6716 the user and replace placeholders with user input.
6717 (sql-oracle): If running on NT, set comint-input-sender to
6718 sql-query-placeholders-and-send.
6719
6720 (sql-stop): If in the SQLi buffer, insert stop notification, else
6721 present it as a message.
6722
6723 2000-07-27 Alex Schroeder <alex@gnu.org>
6724
6725 * sql.el (sql-input-ring-separator): Doc change.
6726 (sql-input-ring-file-name): Doc change.
6727 (sql-interactive-mode): Use `sql-input-ring-separator' and
6728 `sql-input-ring-file-name' to set the comint-mode equivalents
6729 without making them local variables.
6730 (sql-stop): Don't bind `sql-input-ring-separator' and
6731 `sql-input-ring-file-name' dynamically to their comint-mode
6732 equivalents.
6733
6734 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6735
6736 * international/mule.el (register-char-codings): New function.
6737 (make-coding-system): Handle `safe-chars' specification in the arg
6738 PROPERTY.
6739
6740 * international/mule-cmds.el
6741 (find-coding-systems-region-subset-p): This function deleted.
6742 (sort-coding-systems-predicate): New variable.
6743 (sort-coding-systems): New function.
6744 (find-coding-systems-region): Use
6745 find-coding-systems-region-internal.
6746 (find-coding-systems-string): Use find-coding-systems-region.
6747 (find-coding-systems-for-charsets): Check
6748 char-coding-system-table.
6749 (select-safe-coding-system-accept-default-p): New variable.
6750 (select-safe-coding-system): Mostly rewritten. New argument
6751 ACCEPT-DEFAULT-P.
6752 (select-message-coding-system): Call select-safe-coding-system
6753 with ACCEPT-DEFAULT-P arg.
6754 (reset-language-environment): Reset default-sendmail-coding-system
6755 to the default value iso-latin-1.
6756 (set-language-environment): Don't set the obsolete variable
6757 charset-origin-alist.
6758
6759 * international/codepage.el (cp-coding-system-for-codepage-1):
6760 Give `safe-chars' property to make-coding-system.
6761
6762 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6763 calling select-message-coding-system twice.
6764
6765 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6766 instead of `safe-charsets'.
6767 (cyrillic-alternativnyj): Likewise.
6768 (ccl-encode-alternativnyj): Don't check the charset
6769 cyrillic-iso8859-5.
6770
6771 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6772
6773 * composite.el (compose-chars-after): Preserve match data.
6774
6775 2000-07-26 Sam Steingold <sds@gnu.org>
6776
6777 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6778 (ange-ftp-real-file-newer-than-file-p): New function.
6779 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6780 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6781
6782 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6783 * midnight.el (midnight-float-time): Ditto.
6784
6785 2000-07-26 Andreas Schwab <schwab@suse.de>
6786
6787 * files.el (normal-backup-enable-predicate): Correct
6788 interpretation of the return value of compare-strings.
6789
6790 2000-07-26 Gerd Moellmann <gerd@gnu.org>
6791
6792 * isearch.el (isearch-resume): New function.
6793 (isearch-done): Add something to command-history to resume
6794 the search.
6795 (isearch-yank-line, isearch-yank-word): Use
6796 buffer-substring-no-properties instead of buffer-substring.
6797
6798 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6799 of flyspell-mouse-map.
6800
6801 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6802 duplicate definition.
6803 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6804
6805 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6806 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6807
6808 2000-07-25 Sam Steingold <sds@gnu.org>
6809
6810 * net/ange-ftp.el: Get modtime over the net.
6811 (ange-ftp-file-modtime): New function.
6812 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6813 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6814 Use it.
6815 (ange-ftp-dot-to-slash): New function.
6816 (ange-ftp-fix-name-for-vms): Use it.
6817
6818 * midnight.el (midnight-buffer-display-time): Use
6819 `with-current-buffer'.
6820
6821 2000-07-25 Gerd Moellmann <gerd@gnu.org>
6822
6823 * find-dired.el: Update copyright notice.
6824 (find-dired): Offer to kill a running `find'.
6825
6826 * enriched.el (enriched-face-ans): For a `foreground-color'
6827 property, return '(("x-color" COLOR))' so that COLOR will be
6828 output as a parameter of the x-color annotation. Likewise for the
6829 `background-color' property. In the case of normal face
6830 properties, don't return annotations for unspecified foreground
6831 and background face attributes.
6832
6833 2000-07-25 Kenichi Handa <handa@etl.go.jp>
6834
6835 * language/japan-util.el (japanese-katakana-region): Fix handling
6836 HANKAKU argument.
6837
6838 2000-07-25 Miles Bader <miles@gnu.org>
6839
6840 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6841 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6842 constrain-to-field.
6843
6844 2000-07-24 Andrew Innes <andrewi@gnu.org>
6845
6846 * timer.el (timer-activate-when-idle): Add optional parameter
6847 DONT-WAIT. Update docstring.
6848 (run-with-idle-timer): Specify extra parameter to
6849 timer-activate-when-idle, so that timer will be activated
6850 immediately if Emacs is already idle.
6851
6852 * w32-fns.el (w32-using-nt): Fix docstring.
6853
6854 2000-07-24 Dave Love <fx@gnu.org>
6855
6856 * mouse.el (popup-menu): Set last-command-event.
6857 (mouse-major-mode-menu-prefix): Declare.
6858
6859 2000-07-24 Gerd Moellmann <gerd@gnu.org>
6860
6861 * textmodes/flyspell.el: Update to author's version 1.5d.
6862
6863 * progmodes/hideshow.el: Update copyright notice.
6864
6865 * vcursor.el: Set maintainer to FSF, since author cannot
6866 be reached.
6867
6868 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6871 the prompt.
6872
6873 * mouse.el (popup-menu): Run the keymap through indirect-function,
6874 in case it was defined with define-prefix-key. If the menu is a
6875 list of keymaps, look up the binding of user's choice in each one
6876 of the keymaps.
6877 (mouse-popup-menubar): If the global and local menu-bar keymaps
6878 don't have a prompt string, create one and insert it into the
6879 keymap. Don't barf if current-local-map returns nil.
6880
6881 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6882
6883 * dired.el (dired-sort-R-check): Added to allow recursive listing
6884 to be undone.
6885 (dired-sort-other): Use it.
6886
6887 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6888
6889 * Release of cc-mode 5.27
6890
6891 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6892
6893 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6894 c-beginning-of-statement-1 that caused a bad case of recursion
6895 which could consume a lot of CPU in large classes in languages
6896 that have in-expression classes (i.e. Java and Pike).
6897
6898 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6899 statements before top level constructs (i.e. case 6 is moved
6900 before case 5 and is now case 4) to catch in-expression
6901 classes in top level expressions correctly.
6902
6903 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6904
6905 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6906 objc-method-intro. Case 4 removed and case 5I added.
6907
6908 * cc-langs.el (c-append-paragraph-start): New variable used by
6909 c-common-init to get paragraph-start correct.
6910 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6911 initialize paragraph-start to make it correct both with and
6912 without the javadoc special case.
6913
6914 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6915 initialize paragraph-start for javadoc markup.
6916
6917 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6918 change by defaulting this to t. It's motivated by the
6919 confusing behavior that otherwise arise from the style system
6920 when editing both java and non-java files at the same time
6921 (see the comments about style setting in c-common-init).
6922
6923 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6924
6925 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6926 similar to the one in c-fill-paragraph to check the fill
6927 prefix from the adaptive fill function for sanity.
6928
6929 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6930
6931 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6932 defun block.
6933
6934 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6935
6936 * cc-mode.texi Documented the change of cpp-macro.
6937
6938 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6939
6940 * cc-align.el (c-lineup-multi-inher): Handle lines with
6941 leading comma nicely. Extended to handle member initializers
6942 too.
6943
6944 * cc-engine.el: (c-beginning-of-inheritance-list,
6945 c-guess-basic-syntax): Fixed recognition of inheritance lists
6946 when the lines begins with a comma.
6947
6948 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6949
6950 * cc-vars.el (c-offsets-alist): Changed default for
6951 member-init-cont to c-lineup-multi-inher since it now handles
6952 member initializers and indents better for leading commas.
6953
6954 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6955
6956 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6957 handling that caused class open lines to be recognized as
6958 statement-conts in some cases.
6959
6960 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6961 guessed by the adaptive fill function unless point is on the
6962 first line of a block comment.
6963
6964 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6965 when the buffer ends with a macro continuation char.
6966
6967 * cc-engine.el (c-guess-basic-syntax): Added support for
6968 function definitions as statements in Pike. The first
6969 statement in a lambda block is now labeled defun-block-intro
6970 instead of statement-block-intro.
6971
6972 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6973 so that the class surrounding point is selected, not the one
6974 innermost in the state.
6975
6976 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6977 recognition of switch labels having hanging multiline
6978 statements.
6979
6980 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6981 some code in c-guess-basic-syntax to a separate function.
6982 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6983 recognition of member inits with multiple line arglists.
6984 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6985 member-init-cont when the commas are in funny places.
6986
6987 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6988
6989 * cc-defs.el (c-auto-newline): Removed this macro since it's
6990 not used anymore.
6991
6992 * cc-engine.el (c-looking-at-bos): New helper function.
6993 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6994 inexpr and toplevel classes apart in Pike.
6995
6996 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6997 of case 9A.
6998
6999 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7000 constant, since "class" can introduce an in-expression class
7001 in Pike nowadays.
7002
7003 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7004
7005 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7006 indentation on cpp-macro lines.
7007
7008 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7009 a syntax modifier like comment-intro, to make it possible to
7010 get syntactic indentation for preprocessor directives. It's
7011 incompatible wrt to lineup functions on cpp-macro, but it has
7012 no observable effect in the 99.9% common case where cpp-macro
7013 is set to -1000.
7014
7015 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7016
7017 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7018 member-init-cont when the preceding arglist is several lines.
7019
7020 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7021
7022 * cc-styles.el (c-style-alist): The basic offset for the BSD
7023 style corrected to 8.
7024
7025 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7026
7027 * cc-styles.el (c-style-alist): Adjusted the indentation of
7028 brace list openers in the gnu style.
7029
7030 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7031
7032 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7033
7034 * cc-cmds.el (c-electric-brace, c-electric-slash,
7035 c-electric-star, c-electric-semi&comma, c-electric-colon,
7036 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7037 when c-syntactic-indentation is nil.
7038
7039 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7040 we were left at comments preceding the first statement when
7041 reaching the beginning of the buffer.
7042
7043 * cc-vars.el (c-syntactic-indentation): New variable to turn
7044 off all syntactic indentation.
7045
7046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7047
7048 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7049 between the text and the block comment ender when it hangs,
7050 depending on how many there are before the fill.
7051
7052 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7053
7054 * cc-engine.el (c-beginning-of-closest-statement): New helper
7055 function to go back to the closest preceding statement start,
7056 which could be inside a conditional statement.
7057 * cc-engine.el (c-guess-basic-syntax): Use
7058 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7059
7060 * cc-engine.el (c-guess-basic-syntax): Better handling of
7061 arglist-intro, arglist-cont-nonempty and arglist-close when
7062 the arglist is nested inside parens. Cases 7A, 7C and 7F
7063 changed.
7064
7065 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7066 up-to-date with javadoc 1.2.
7067
7068 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7069
7070 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7071 multiline Pike type decls.
7072
7073 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7074
7075 * cc-cmds.el (c-indent-new-comment-line): Always break
7076 multiline comments in multiline mode, regardless of
7077 comment-multi-line.
7078
7079 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7080
7081 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7082 fully::qualified::names in C++ member init lists. Preamble in
7083 case 5D changed.
7084
7085 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7086
7087 * cc-langs.el (c-common-init): Handling of obsolete variables
7088 moved to c-initialize-cc-mode. More compatible style override
7089 when using global style variables.
7090 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7091 variables moved here.
7092
7093 * cc-mode.texi: Documented the special behavior of
7094 c-special-indent-hook as a style variable. Don't talk about
7095 doing (c-make-styles-buffer-local t) in a mode hook, since
7096 that's already too late to work right.
7097
7098 * cc-styles.el (c-make-styles-buffer-local): Flag style
7099 variable localness in c-style-variables-are-local-p to make
7100 the compatibility measure in c-common-init work well.
7101
7102 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7103 longer contain set-from-style.
7104 * cc-styles.el (c-initialize-builtin-style): Don't check for
7105 set-from-style on c-special-indent-hook.
7106 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7107 copy-alist is sufficient now.
7108
7109 * cc-styles.el (c-set-style, c-set-style-1,
7110 c-get-style-variables): Fixes to variable initialization so
7111 that duplicate entries in styles have the same effect
7112 regardless of DONT-OVERRIDE.
7113
7114 * cc-styles.el (c-set-style-2): Fixed bug where the
7115 initialization of inheriting styles failed when the
7116 dont-override flag is set.
7117
7118 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7119 on this.
7120
7121 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7122
7123 * cc-defs.el (c-forward-comment): Removed the workaround
7124 introduced in 5.38 since it had worse side-effects. If a line
7125 contains the string "//\"", it regarded the // as a comment
7126 start since the \ temporarily doesn't have escape syntax.
7127
7128 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7129
7130 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7131 ada-xref.el before ada-prj.el, so that the Project menu is created
7132 when ada-prj tries to add to it.
7133 (ada-activate-keys-for-case): Suppress the characters that are not
7134 part of the Ada syntax. Better compatibility with else-mode
7135 (ada-adjust-case-interactive): When auto-casing is not active,
7136 correctly insert newlines (used to insert only ^M). Prevent the
7137 syntax table from being changed in case of an error
7138 (or '_' becomes part of a word and some commands are confused).
7139 Do nothing if ada-auto-case is nil.
7140 (ada-after-keyword-p): Ignore keywords that are also attributes
7141 (ada-batch-reformat): Update usage comment
7142 (ada-call-from-contextual-menu): New function
7143 (ada-case-read-exceptions): Reinitialize the casing exception list
7144 first to nil first, so that the casing exception file can be
7145 shared.
7146 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7147 files.
7148 (ada-compile-goto-error): Fix regexp used to detect a file:line
7149 anywhere in the error message
7150 (ada-contextual-menu-last-point): New variable
7151 (ada-create-keymap): If the variable delete-key-deletes-forward is
7152 t on XEmacs, it means that DEL should delete one character
7153 forward.
7154 (ada-create-menu): Use :included instead of :visible for XEmacs.
7155 New submenu "Options".
7156 (ada-end-stmt-re): Correctly indent "select ... then abort"
7157 statements.
7158 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7159 even if they don't match ada-fill-comment-prefix Fix handling of
7160 paragraphs on the first or last line of a file.
7161 (ada-format-paramlist): Fix handling of default parameter values.
7162 (ada-get-body-name): New function.
7163 (ada-get-current-indent): Optimized by searchling directly for an
7164 existing generic part or a statement outside of it. Handle
7165 ada-indent-align-comments when indenting comments Replaced some
7166 regexps by testing directly the next character. This results in a
7167 huge speedup on some files. New indentation scheme for renames
7168 statements. Stop looking for the 'while' or 'for' associated with
7169 a 'loop' at the first semicolon encountered. A "return" can also
7170 match an anonymous access subprogram declaration.
7171 (ada-get-indent-noindent): Ignore strings and comments when
7172 looking for the keywords "record" and "private".
7173 (ada-goto-matching-decl-start): When matching "if", make sure we
7174 are not in fact seeing "end if". Ignore "when" statements except
7175 when initial keyword was "begin". Fix handling of nested
7176 procedures. Add a recursive call to this function to skip over
7177 other 'end' statmts. Fix indentation for "when .. => begin"
7178 (ada-in-open-paren-p): Fix indentation for complex boolean
7179 expressions, where 'and then', 'or else' and parenthesis
7180 statements are mixed up.
7181 (ada-in-paramlist-p): Skip comments while searching for the
7182 beginning Fix handling of operator declarations.
7183 (ada-indent-align-comments): New variable
7184 (ada-indent-current): Change the syntax table only in the
7185 protected section, so that we are sure it is restored correctly.
7186 (ada-indent-on-previous-lines): Use ada-use-indent and
7187 ada-with-indent Correctly indent "select ... then"
7188 (ada-indent-region): Slight speedup.
7189 (ada-indent-renames): New variable.
7190 (ada-last-which-function-subprog, ada-last-which-function-line):
7191 New variables
7192 (ada-looking-at-semi-private): Correctly indent the 'private'
7193 keyword when it is the first word in a package declaration.
7194 (ada-loose-case-word): Stop searching if at the end of the buffer.
7195 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7196 even if point is not initially at the end of the word.
7197 (ada-matching-decl-start-re): Add "when".
7198 (ada-mode): Add support for abbrev-mode, outline-mode and
7199 which-func-mode Override the old find-file.el entry in
7200 ff-special-constructs since it is using the obsolete
7201 ada-spec-suffix variable
7202 (ada-no-auto-case): New function
7203 (ada-scan-paramlist): When parsing the argument type, accept
7204 spaces (as in "X 'Class", generated by Rational Rose).
7205 (ada-other-file-name): No longer loads the other file.
7206 (ada-popup-menu): Save and restore the current buffer and cursor
7207 position before and after displaying the menu.
7208 (ada-search-ignore-complex-boolean): New function.
7209 (ada-uncomment-region): Emacs21 already knows how to delete
7210 comments not starting in the first column.
7211 (ada-use-indent): New variable
7212 (ada-which-function): New function.
7213 (ada-with-indent): New variable
7214 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7215 can be batch-compiled from the command line.
7216
7217 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7218 Add to the menu when the file is loaded, not in ada-mode-hook.
7219 Add -toolbar to the default ddd command Switches moved from
7220 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7221 ada-prj-default-comp-opt
7222 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7223 Reference Manual to the menu
7224 (ada-check-current): rewritten as a call to ada-compile-current
7225 (ada-compile): Removed.
7226 (ada-compile-application, ada-compile-current, ada-check-current):
7227 Set the compilation-search-path so that compile.el automatically
7228 finds the sources in src_dir. Automatic scrollong of the
7229 compilation buffer. C-uC-cC-c asks for confirmation before
7230 compiling
7231 (ada-compile-current): New parameter, prj-field
7232 (ada-complete-identifier): Load the .ali file before doing
7233 processing
7234 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7235 conform to gnatmake's behavior.
7236 (ada-find-file-in-dir): New function
7237 (ada-find-references): Set the environment variables for gnatfind
7238 (ada-find-src-file-in-dir): New function.
7239 (ada-first-non-nil): Removed
7240 (ada-gdb-application): Add support for jdb, the java debugger.
7241 (ada-get-ada-file-name): Load the original-file first if not done
7242 yet.
7243 (ada-get-all-references): Handles the new ali syntax (parent types
7244 are found between <>).
7245 (ada-initialize-runtime-library): New function
7246 (ada-mode-hook): Always load a project file when a file is opened,
7247 so that the casing exceptions are correctly read.
7248 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7249 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7250 to open the project file, since the latter does not work with
7251 speedbar Get default values before loading the prj file, or the
7252 default executable file name is wrong. Use the absolute value of
7253 src_dir to initialize ada-search-directories and
7254 compilation-search-path,... Add the standard runtime library to
7255 the search path for find-file.
7256 (ada-prj-default-debugger): Was missing an opening '{'
7257 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7258 variables.
7259 (ada-prj-default-gnatmake-opt): New variable
7260 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7261 buffers, the project file is the default one Save the windows
7262 configuration before displaying the menu.
7263 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7264 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7265 ...) regexp-quote identifiers names to support operators +,
7266 -,... in regexps.
7267 (ada-remote): New function.
7268 (ada-run-application): Erase the output buffer before starting the
7269 run Support remote execution of the application. Use
7270 call-process, or the arguments are incorrectly parsed
7271 (ada-set-default-project-file): Reread the content of the active
7272 project file, not the one from the current buffer When a project
7273 file is set as the default project, all directories are
7274 automatically associated with it.
7275 (ada-set-environment): New function
7276 (ada-treat-cmd-string): New special variable ${current}
7277 (ada-treat-cmd-string): Revised. The substitution is now done for
7278 any ${...} substring
7279 (ada-xref-current): If no body was found, compiles the spec
7280 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7281 compiler to get rid of command line length limitations.
7282 (ada-xref-get-project-field): New function
7283 (ada-xref-project-files): New variable
7284 (ada-xref-runtime-library-specs-path)
7285 (ada-xref-runtime-library-ali-path): New variables
7286 (ada-xref-set-default-prj-values): Default run command now does a
7287 cd to the build directory. New field: main_unit Provide a default
7288 file name even if the current buffer has no prj file.
7289
7290 * ada-prj.el:
7291 Rewritten to show a tabbed-dialog.
7292 (ada-prj-add-ada-menu): Remove the map and name parameters.
7293 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7294 New function
7295 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7296 (ada-prj-load-from-file): New function
7297 (ada-prj-save): Always save fields that depend on the current buffer
7298 (ada-prj-show-value): New function
7299
7300 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7301 Ada mode. This will allow us to display the Ada menu in any buffer
7302 we want (for project items).
7303 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7304 number of spaces in the header.
7305
7306 2000-07-24 Dave Love <fx@gnu.org>
7307
7308 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7309
7310 2000-07-23 Noah Friedman <friedman@splode.com>
7311
7312 * type-break.el (type-break): perform autosave.
7313 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7314 (type-break-do-query): Cancel query schedule while performing
7315 actual query, to avoid possibility of a second query being made
7316 while first one is already in progress.
7317 (type-break-time-stamp-format): New variable.
7318 (type-break-time-stamp): New function.
7319 (type-break-time-warning): Use it.
7320 (type-break-keystroke-warning): Use it.
7321 (type-break-noninteractive-query): Use it.
7322
7323 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7324 cookie.
7325 Use add-minor-mode to set minor-mode-alist, if available.
7326 (eldoc-echo-area-use-multiline-p): New user option.
7327 (eldoc-echo-area-multiline-supported-p): New variable.
7328 (eldoc-docstring-format-sym-doc): Use them.
7329 (eldoc-mode): If not using idle timers, append to local post and
7330 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7331 (eldoc-display-message-no-interference-p): Don't interfere with
7332 edebug.
7333 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7334 (eldoc-function-arglist): New function.
7335 (eldoc-function-argstring): Use it.
7336
7337 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7338 auto save directory exists before calling directory-files.
7339
7340 2000-07-23 Dave Love <fx@gnu.org>
7341
7342 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7343 ^o, ^u.
7344
7345 2000-07-21 Dave Love <fx@gnu.org>
7346
7347 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7348 now passed to the function. It now works properly.
7349
7350 * smerge-mode.el (smerge-mode-menu): Fill it out.
7351
7352 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7353
7354 * info-look.el (info-lookup): If *info* is shown in another frame
7355 on the same display, select that frame, instead of switching to
7356 the Info buffer in another window of the selected frame.
7357
7358 * simple.el (universal-argument-map): Bind numeric keypad keys
7359 kp-0 to kp-9 and kp-subtract.
7360 (digit-argument): Handle these keys.
7361
7362 2000-07-20 Dave Love <fx@gnu.org>
7363
7364 * net/goto-addr.el (goto-address-fontify): Don't bother with
7365 buffer-modified and read-only stuff -- irrelevant with overlays.
7366 Put an extra property on the overlays and use it to clean up in
7367 case goto-address is re-run.
7368
7369 2000-07-19 Richard M. Stallman <rms@gnu.org>
7370
7371 * timer.el (run-with-idle-timer): Doc fix.
7372
7373 * mail/mail-utils.el (mail-strip-quoted-names):
7374 Handle case where <...> appears inside "...".
7375 Use replace-match to edit the string more simply.
7376 (rmail-dont-reply-to): Cope with an unmatched ".
7377
7378 2000-07-19 Dave Love <fx@gnu.org>
7379
7380 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7381 implementation.
7382
7383 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7384 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7385 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7386
7387 2000-07-19 Gerd Moellmann <gerd@gnu.org>
7388
7389 * textmodes/refer.el: Correct maintainer's email address.
7390
7391 * progmodes/hideif.el: Correct author's email address.
7392 Fix typo in comment.
7393
7394 * xml.el: New file.
7395
7396 * mail/mailheader.el: Correct author's mail address.
7397
7398 * gnus/parse-time.el: Correct author's mail address.
7399
7400 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7401
7402 * comint.el (comint-highlight-input, comint-highlight-face):
7403 New user options.
7404 (comint-input-ring-file-name): Change custom type.
7405 (comint-mode-map): Bind mouse-2.
7406 (comint-insert-clicked-input): New function.
7407 (comint-send-input): Handle input highlighting.
7408
7409 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7410
7411 * mouse.el (popup-menu): New function.
7412 (mouse-major-mode-menu): Use it.
7413
7414 2000-07-18 Dave Love <fx@gnu.org>
7415
7416 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7417 improvements.
7418
7419 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7420
7421 * faces.el (face-font-selection-order)
7422 (face-font-family-alternatives): Add custom type.
7423
7424 2000-07-18 Dave Love <fx@gnu.org>
7425
7426 * cus-edit.el (custom-variable-reset-saved)
7427 (custom-variable-reset-standard): Remove unused bindings.
7428
7429 * rect.el (open-rectangle-line): Remove unused let.
7430
7431 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7432
7433 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7434
7435 * cdl.el: Fix `Maintainer' keyword.
7436
7437 * play/pong.el: Add author's email address.
7438
7439 2000-07-17 Sam Steingold <sds@gnu.org>
7440
7441 * files.el (insert-directory): Call `split-string' instead of
7442 re-implementing it.
7443
7444 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7445
7446 * mail/vms-pmail.el: Change maintainer to FSF.
7447
7448 * net/goto-addr.el: Change maintainer to FSF.
7449
7450 * recentf.el: Update from author.
7451
7452 * info.el (Info-title-face-alist): Removed.
7453
7454 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * eshell/eshell.el (eshell): Replace links to eshell.info with
7457 links to eshell, to avoid problems on systems where the manual is
7458 installed as `eshell'.
7459 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7460 * eshell/em-smart.el (eshell-smart): Ditto.
7461 * eshell/em-banner.el (eshell-banner): Ditto.
7462 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7463
7464 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7465 same-file check in the MS-DOS version (it does support inodes).
7466
7467 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7468
7469 * eshell/eshell.el (eshell-directory-name):
7470 Run default directory name through convert-standard-filename.
7471
7472 2000-07-18 Kenichi Handa <handa@etl.go.jp>
7473
7474 * international/mule-cmds.el (select-safe-coding-system):
7475 Fix typo in the comment.
7476
7477 * language/european.el (compound-text):
7478 Force katakana-jisx0201 to be designated to G1.
7479
7480 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7481 Don't translate some national variant characters of latin-jisx0201.
7482 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7483
7484 * international/kkc.el (kkc-after-update-conversion-functions):
7485 New variable.
7486 (kkc-update-conversion): Run functions in it at the tail.
7487
7488 2000-07-16 John Wiegley <johnw@gnu.org>
7489
7490 * lisp/align.el (align-newline-and-indent):
7491 Adding new function. for auto-aligning blocks of code on RET.
7492 (align-region): Fixed badly formatted minibuffer message.
7493
7494 2000-07-17 Kenichi Handa <handa@etl.go.jp>
7495
7496 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7497 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7498 the conversion list at first if appropriate.
7499 (kkc-next): Don't update kkc-next-count here.
7500 (kkc-prev): Don't update kkc-prev-count here.
7501 (kkc-show-conversion-list-update): Fix setting up of conversion
7502 list message.
7503
7504 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7505
7506 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7507
7508 2000-07-16 Dave Love <fx@gnu.org>
7509
7510 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7511 function to be more specific.
7512
7513 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7514 non-string help-echo.
7515 (widget-types-convert-widget): Defsubst it.
7516 (widget-echo-help): Try to cope with a help-echo function of two
7517 possible sorts.
7518
7519 2000-07-15 Jason Rumney <jasonr@gnu.org>
7520
7521 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7522 Declare as obsolete.
7523
7524 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7525
7526 2000-07-14 Gerd Moellmann <gerd@gnu.org>
7527
7528 * hilit-chg.el: Fix typo.
7529
7530 2000-07-14 Dave Love <fx@gnu.org>
7531
7532 * info.el (Info-mode-menu): Fix use of :help, :enable.
7533
7534 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7535
7536 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7537
7538 2000-07-13 Dave Love <fx@gnu.org>
7539
7540 * emacs-lisp/easymenu.el: Doc fixes.
7541 (easy-menu-remove): Defalias to ignore.
7542
7543 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7544 Call throw correctly.
7545
7546 2000-07-13 Gerd Moellmann <gerd@gnu.org>
7547
7548 * faces.el (frame-background-mode): Doc fix.
7549
7550 * simple.el (eval-expression-print-length): Change custom type to
7551 allow entering nil as value.
7552
7553 2000-07-13 Dave Love <fx@gnu.org>
7554
7555 * progmodes/fortran.el (fortran-imenu-generic-expression):
7556 Change definition layout.
7557 (fortran-mode-menu): Reinstate customize entries.
7558
7559 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7560 Use :filter, per old XEmacs code.
7561
7562 2000-07-12 Gerd Moellmann <gerd@gnu.org>
7563
7564 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7565 event when deciding what to send to the terminal.
7566
7567 2000-07-12 Dave Love <fx@gnu.org>
7568
7569 * cus-start.el: Add optional version as 4th element of specs and
7570 use it for several things new in v21. Remove load-path. Fix type
7571 of line-number-display-limit.
7572
7573 2000-07-11 Dave Love <fx@gnu.org>
7574
7575 * progmodes/fortran.el: Don't require easymenu.
7576 Use repeat counts in various regexps.
7577 (fortran-mode-syntax-table): Defvar directly.
7578 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7579 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7580 Use defvar, not defconst.
7581 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7582 (fortran-mode): Set fortran-comment-line-start-skip,
7583 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7584 (fortran-comment-indent): Use defsubst.
7585 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7586 Use fortran-comment-indent, not fortran-comment-indent-function.
7587 (fortran-comment-region, fortran-electric-line-number): Simplify.
7588 (fortran-auto-fill): New function.
7589 (fortran-do-auto-fill): Deleted.
7590 (fortran-find-comment-start-skip):
7591 Check for non-null comment-start-skip.
7592 (fortran-auto-fill-mode, fortran-fill-statement):
7593 Use fortran-auto-fill.
7594 (fortran-fill): Use fortran-auto-fill. Check for null
7595 comment-start-skip. Simplify final clause and use end-of-line finally.
7596
7597 * widget.el (widget-plist-member): New alias.
7598
7599 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7600
7601 * eshell/esh-module.el (toplevel): Reference
7602 byte-compile-current-file only if it is bound.
7603
7604 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7605
7606 * dired.el: Don't require `dired-aux'.
7607
7608 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7609
7610 * dired-aux.el (dired-show-file-type): New function.
7611 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7612 (dired-show-file-type): Add autoload.
7613
7614 2000-07-10 Kenichi Handa <handa@etl.go.jp>
7615
7616 * international/mule-diag.el (describe-font): Adjusted for the
7617 change of fontset-info.
7618 (print-fontset): Likewise.
7619
7620 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7621
7622 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7623
7624 2000-07-07 Gerd Moellmann <gerd@gnu.org>
7625
7626 * bindings.el: Bind `[delete]' to delete-char.
7627
7628 * dired.el (dired-find-alternate-file): New function.
7629 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7630 (toplevel): Require dired-aux when compiling.
7631 (dired-buffers): Move defvar within file to avoid compiler warning.
7632
7633 * info.el (Info-last-search): Variable removed.
7634 (Info-search-history): New variable.
7635 (Info-search): New Info-search-history.
7636
7637 * battery.el, info-look.el: Change author's mail address.
7638
7639 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7640
7641 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7642 if rmail-ignored-headers is nil.
7643 (rmail-retry-failure): Bind rmail-ignored-headers and
7644 rmail-displayed-headers to nil.
7645
7646 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7647
7648 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7649 (print-region-1): Don't hard code `-h' here.
7650
7651 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7652
7653 2000-07-01 Francesco Potorti` <pot@gnu.org>
7654
7655 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7656 exim can use "your message" instead of "the message".
7657
7658 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7659
7660 * facemenu.el: Docstrings fixes.
7661 (facemenu-get-face): Don't use internal-find-face.
7662 (facemenu-iterate): Rename arg to match the docstring.
7663
7664 * newcomment.el (uncomment-region): Be more careful when skipping
7665 backwards over `=' not to bump into BOBP.
7666
7667 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7668
7669 * ediff-diff.el (ediff-wordify): Use syntax table.
7670 * ediff-init.el (ediff-has-face-support-p): Use
7671 ediff-color-display-p.
7672 (ediff-color-display-p): Use display-color-p, changed to defun
7673 from defsubst.
7674 Got rid of special cases for NeXT and OS/2.
7675 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7676 face.
7677
7678 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7679
7680 * emacs-lisp/lucid.el: Require CL.
7681 (copy-tree, remprop): Remove, it's provided by CL.
7682 (map-keymap): Define in terms of cl-map-keymap.
7683 (extent-property, set-extent-end-glyph): New functions.
7684
7685 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7686
7687 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7688
7689 * Makefile.in (DONTCOMPILE): Add comment that the name may
7690 not be changed without changing the make-dist script.
7691
7692 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7693 (cl-mapc): Use mapc instead of cl-old-mapc.
7694
7695 2000-07-05 Andrew Innes <andrewi@gnu.org>
7696
7697 * makefile.nt: Add support for `bootstrap' and related targets.
7698
7699 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7702 (easy-menu-do-define): Use `menu-item' format.
7703 Handle case where easy-menu-create-menu returns a symbol.
7704 Manually call the potential top-level filter in the function binding.
7705 (easy-menu-filter-return): New arg NAME.
7706 Convert to a keymap if MENU is an XEmacs menu.
7707 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7708 (easy-menu-converted-items-table, easy-menu-convert-item):
7709 New var and fun to memoize easy-menu-convert-item-1.
7710 (easy-menu-do-add-item): Use it.
7711 (easy-menu-create-menu): Use easy-menu-convert-item.
7712 Wrap easy-menu-filter-return around any :filter specification.
7713 Don't convert the menu if a filter was specified.
7714 Tell easy-menu-make-symbol not to check for MENU being an expression.
7715 (easy-menu-make-symbol): New arg NOEXP.
7716
7717 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7718
7719 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7720 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7721 (eval-defun): If called with prefix arg, instrument code for
7722 Edebug.
7723
7724 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7725 similar to that of eval-defun.
7726
7727 2000-07-04 Dave Love <fx@gnu.org>
7728
7729 * hl-line.el (hl-line-overlay): Make it permanent-local.
7730
7731 * calendar/todo-mode.el: Replaced with a working version, based on
7732 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7733
7734 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7735
7736 * paths.el (prune-directory-list): New function.
7737 (Info-default-directory-list): Rewritten to more methodically
7738 enumerate a big list of possible info directories (based on the
7739 list used by the standalone info reader).
7740
7741 * info.el (info-initialize): Use prune-directory-list to remove
7742 non-existent directories from Info-directory-list.
7743
7744 * paths.el (Info-default-directory-list): Try a list of possible
7745 info-directories instead of a single one. Add the possible
7746 info directory "/usr/share/info".
7747
7748 * woman.el (woman-man.conf-path): Explicitly include the debian
7749 man-db config file "/etc/manpath.config".
7750 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7751 are present in `manpath.config'.
7752 (woman-manpath): Include "/usr/share/man".
7753
7754 2000-07-03 Gerd Moellmann <gerd@gnu.org>
7755
7756 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7757
7758 * startup.el (command-line): Initialize blink-cursor based
7759 on window-system.
7760
7761 * frame.el (blink-cursor): Default to nil if not running under
7762 a window-system.
7763
7764 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7765 (face-x-resources): Remove duplicate entry for :font.
7766
7767 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7768 instead of cycling through windows with next-window.
7769
7770 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7771 of cycling through windows with next-window.
7772
7773 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7774 of cycling through windows with next-window.
7775
7776 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7777 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7778 instead of cycling through windows with next-window.
7779
7780 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7781 instead of cycling through windows with next-window.
7782
7783 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7784 of cycling through windows with next-window.
7785
7786 * terminal.el (te-process-output): Use walk-windows instead of
7787 cycling through windows with next-window.
7788
7789 * server.el (server-switch-buffer): Use some-window instead of
7790 cycling through windows with next-window.
7791
7792 * window.el (some-window): New function.
7793 (walk-windows): Remove reference to walk-windows-start.
7794
7795 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7796
7797 2000-07-03 Richard Stallman <rms@gnu.org>
7798
7799 * window.el (walk-windows): Guarantee termination by keeping a list
7800 of all the windows already handled.
7801
7802 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7803
7804 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7805 window-system.
7806
7807 * man.el (Man-notify-when-ready): Don't use window-system. If
7808 Man-notify-method is newframe, and the display is not
7809 multi-frame, select the frame created for the man page.
7810 (Man-init-defvars): Doc fix.
7811
7812 2000-06-28 Gerd Moellmann <gerd@gnu.org>
7813
7814 * faces.el (region): Change background color for light background.
7815
7816 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7817 attribute from mode-line face of Ediff control frame.
7818
7819 * replace.el (query-replace-map): Bind `e' like `E'.
7820
7821 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7824 Change name to "Select All".
7825
7826 * dos-fns.el (convert-standard-filename): Fix last change.
7827
7828 2000-06-27 Gerd Moellmann <gerd@gnu.org>
7829
7830 * help.el (describe-variable): Don't insert a second `'s' in front
7831 of the string `value is shown below'. Since the syntax-table is
7832 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7833 an existing `'s', so that this won't be deleted.
7834
7835 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7836 * pcmpl-unix.el: New files.
7837
7838 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7839
7840 * wid-edit.el (widget-member): Use the new plist-member.
7841
7842 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7843
7844 * replace.el (perform-replace): Undo change of 2000-04-04.
7845 Instead, move backward 1 character at the end of the loop when
7846 necessary.
7847
7848 * faces.el (fringe): Change face for different backgrounds.
7849
7850 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7851 patch from John.
7852
7853 * eshell/*.el: Change spelling of the Free Software Foundation.
7854
7855 * eshell/esh-toggle.el: Removed.
7856
7857 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7858
7859 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7860 interactively.
7861
7862 2000-06-26 Alex Schroeder <alex@gnu.org>
7863
7864 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7865 `define-key'; instead of checking `(emacs-version)' check for
7866 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7867 for `;' and `o' which might be electric.
7868
7869 (sql-electric-stuff): New user option.
7870 (sql-magic-go): New function which uses `sql-electric-stuff'.
7871 (sql-magic-semicolon): New function which uses
7872 `sql-electric-stuff'.
7873
7874 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7875 is not fboundp.
7876
7877 (sql-oracle-options): New variable.
7878 (sql-oracle): Use it.
7879
7880 (sql-imenu-generic-expression): Doc change.
7881 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7882 is used.
7883
7884 (sql-informix): Added command line parameter "-" to force
7885 sql-informix-program to use stdout.
7886
7887 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7888
7889 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7890 (cp864-decode-table): Doc fix.
7891 (cp720-decode-table): New variable, supports the Arabic OEM
7892 codepage used by Windows.
7893 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7894
7895 2000-06-23 Dave Love <fx@gnu.org>
7896
7897 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7898 (font-lock-fontify-anchored-keywords): Use
7899 line-beginning-position.
7900 (global-font-lock-mode): Use mapc.
7901
7902 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7903
7904 * eshell/esh-module.el: Require CL when compiling.
7905
7906 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7907
7908 * comint.el (comint-substitute-in-file-name): Call replace-match
7909 with second and third arg t.
7910
7911 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7912 Specify foreground color.
7913
7914 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7915 color.
7916
7917 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7918
7919 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7920 cddr instead of cdddr.
7921
7922 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7923 instead of copy-list.
7924
7925 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7926 of copy-list.
7927
7928 * subdirs.el: Add eshell subdirectory.
7929
7930 * eshell: New subdirectory containing the Eshell package.
7931
7932 * pcomplete.el: New file.
7933
7934 2000-06-23 Paul Eggert <eggert@twinsun.com>
7935
7936 * mail/mailpost.el (post-mail-send-it): Make sure file has
7937 proper permissions from birth.
7938
7939 * files.el (basic-save-buffer-2): When temporarily setting
7940 file modes, set them to current modes plus 0200, not to 0777.
7941
7942 * emerge.el (emerge-make-temp-file): Make sure file has proper
7943 permissions from birth.
7944
7945 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7946
7947 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7948 backup file name through convert-standard-filename.
7949
7950 * dos-fns.el (convert-standard-filename): Convert leading
7951 directories as well. When long file names are supported, convert
7952 characters that are invalid in Windows file names.
7953
7954 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7955
7956 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7957 ps-print crashes. New feature: page selection for printing. Create
7958 raw-text-unix coding system for XEmacs. Doc fix.
7959 (ps-print-version): New version number (5.2.3).
7960 (ps-plot-region): Bug fix.
7961 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7962 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7963 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7964 funs.
7965 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7966 (ps-last-page): New vars.
7967
7968 2000-06-21 Gerd Moellmann <gerd@gnu.org>
7969
7970 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7971 empty option string.
7972
7973 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7974
7975 * man.el (man): Doc fix.
7976
7977 2000-06-21 Kenichi Handa <handa@etl.go.jp>
7978
7979 * international/mule-cmds.el (set-language-info-alist): Docstring
7980 fixed.
7981
7982 2000-06-20 Gerd Moellmann <gerd@gnu.org>
7983
7984 * version.el (emacs-version): Use ISO date format.
7985
7986 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7987 instead of `M-backspace'.
7988
7989 * simple.el (turn-off-auto-fill): New function.
7990
7991 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7992
7993 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7994 Renamed from with-buffer-prepared-for-font-lock and use
7995 inhibit-modification-hooks rather than setting *-change-functions.
7996 Update all functions to use the new name.
7997 (jit-lock-first-unfontify-pos): New semantics (and doc).
7998 (jit-lock-mode): Make non-interactive.
7999 Don't automatically turn on font-lock.
8000 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8001 Always use jit-lock-after-change.
8002 Remove and restore font-lock-after-change-function.
8003 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8004 (jit-lock-after-unfontify-buffer): Remove.
8005 (jit-lock-stealth-fontify):
8006 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8007 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8008
8009 2000-06-20 Sam Steingold <sds@gnu.org>
8010
8011 * emacs-lisp/cl-indent.el (toplevel): Indent
8012 `print-unreadable-object' properly. Untabify.
8013
8014 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8015
8016 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8017 Support for bibentry.
8018 (reftex-compile-variables): Fixed problem with end of section-re.
8019
8020 * texmodes/reftex-dcr.el (reftex-view-crossref,
8021 reftex-view-crossref-from-bibtex):
8022 Deal with changed `reftex-find-citation-regexp-format'.
8023 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8024 Replaced `remprop' with `put'.
8025 (reftex-view-crossref, reftex-view-crossref-when-idle):
8026 Support for bibentry.
8027
8028 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8029 New entry for bibentry package.
8030
8031 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8032 Regexp also matches "\nobibliography".
8033
8034 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8035 Call `reftex-ensure-write-access' before doing anything.
8036 (reftex-ensure-write-access): New function.
8037
8038 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8039
8040 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8041
8042 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8043
8044 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8045
8046 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8047
8048
8049 2000-06-20 Dave Love <fx@gnu.org>
8050
8051 * faces.el (frame-background-mode): Use set-default, not set, in
8052 setter.
8053 (frame-update-faces, frame-update-face-colors): Define with
8054 defalias.
8055
8056 * enriched.el (enriched-decode-foreground)
8057 (enriched-decode-background): Don't use internal-find-face.
8058
8059 * apropos.el: Doc fixes.
8060
8061 * cus-edit.el (customize-changed-options): Check arg.
8062 (customize-version-lessp): Don't require decimal point.
8063
8064 * custom.el (defcustom, defgroup): Doc fix.
8065
8066 * newcomment.el (comment) <defgroup>: Add :version.
8067 (comment-multi-line): Doc fix.
8068
8069 * emulation/mlsupport.el (define-hooked-local-abbrev,
8070 define-hooked-global-abbrev): Fix, using define-abbrev.
8071
8072 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8073
8074 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8075 the whole buffer.
8076
8077 2000-06-19 Dave Love <fx@gnu.org>
8078
8079 * menu-bar.el (menu-bar-options-save): New function.
8080 (menu-bar-options-menu): Use it.
8081 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8082 Simplify.
8083
8084 2000-06-19 Andreas Schwab <schwab@suse.de>
8085
8086 * progmodes/etags.el (tags-query-replace): Put new parameters
8087 START and END at the end, for backward compatibility.
8088
8089 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8090
8091 * international/codepage.el:
8092 (cp-coding-system-for-codepage-1): Delete special codes for
8093 generating xxx-dos coding system because now a CCL based coding
8094 system can handle EOL conversion by default.
8095
8096 * international/mule.el (make-coding-system): Generate subsidiary
8097 coding systems for EOL handling variants even for a CCL based
8098 coding system.
8099
8100 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8101
8102 * international/isearch-x.el (isearch-minibuffer-input-method)
8103 (isearch-minibuffer-input-method-function): These variables
8104 deleted.
8105 (isearch-with-input-method): Don't use the above variables.
8106 (isearch-process-search-multibyte-characters): Likewise. Call
8107 read-string with the arg INHERIT-INPUT-METHOD t.
8108
8109 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8110
8111 * font-lock.el (font-lock-after-fontify-buffer)
8112 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8113
8114 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8115 Use consistent make-local-variable style for font-lock-fontified.
8116 (jit-lock-fontify-buffer):
8117 Don't bother checking for font-lock-mode and jit-lock-mode.
8118
8119 * time.el: Remove trailing ^M that prevent CVS-merging.
8120
8121 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8122
8123 * Makefile.in (distclean): New target.
8124
8125 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8126
8127 * Makefile.in (srcdir): Define for update-subdirs.
8128
8129 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8130
8131 * find-lisp.el: New file.
8132
8133 2000-06-16 Andrew Innes <andrewi@gnu.org>
8134
8135 * time.el (display-time-mail-function): New variable, to allow
8136 external packages to indicate when new mail is available.
8137 (display-time-update): Use it.
8138
8139 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8140
8141 * international/mule.el (mule-version): Change version name to
8142 SAKAKI. AOI has already been used by Meadow.
8143
8144 * international/quail.el (quail-show-guidance-buf): To find the
8145 bottom window (but minibuffer), pay attention to the height of
8146 minibuffer.
8147
8148 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8149
8150 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8151 menu-bar menus. Add help strings. Don't remove the Edit menu
8152 from the menu bar, as the menu bar has enough space now.
8153
8154 * Makefile.in (SHELL): Make sure /bin/sh is used.
8155
8156 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8157 characters, which use series of two ^H characters instead of one.
8158
8159 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8160
8161 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8162 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8163 functions.
8164 (Info-find-node-2): Try a case-sensitive search first, then
8165 do a case-insensitive search.
8166
8167 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8168 tutorials.
8169
8170 * complete.el (PC-env-vars-alist): New variable.
8171 (PC-complete-as-file-name): New function.
8172 (partial-completion-mode): Initialize PC-env-vars-alist from
8173 process-environment.
8174 (PC-do-completion): Handle completion of env vars.
8175
8176 * info.el (Info-set-mode-line): Show file name in mode line,
8177 use `*Info*' instead of `Info:'.
8178
8179 * startup.el (command-line-1): Change copyright messages to year
8180 2000.
8181
8182 2000-06-15 Dave Love <fx@gnu.org>
8183
8184 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8185 not local-map.
8186
8187 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8188
8189 * international/mule.el (set-buffer-file-coding-system): Almost
8190 rewritten to handle `undecided' as no-op.
8191
8192 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8193
8194 * Makefile.in: New file.
8195
8196 * Makefile: Removed.
8197
8198 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8199 (goto-address-highlight-keymap): Bind C-c RET.
8200
8201 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8202
8203 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8204 inherits buffer-file-coding-system of the current buffer.
8205
8206 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8207 0. Give correct argument to set-auto-coding-function.
8208 (tar-expunge): For goto-char, use (point-min), not 0.
8209 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8210 (tar-subfile-save-buffer): Likewize.
8211
8212 * international/mule.el
8213 (after-insert-file-set-buffer-file-coding-system): Call
8214 set-buffer-file-coding-system with the arg FORCE t.
8215
8216 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8217
8218 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8219 nil. Contemporary sendmails issue an X-Authentication-Warning if
8220 the sender is set with `-f'.
8221
8222 2000-06-13 Dave Love <fx@gnu.org>
8223
8224 * help.el (describe-function-1): Kluge around cases of functions
8225 fset to subrs whose doc doesn't match their symbol-name.
8226
8227 * image.el (insert-image): Default STRING to a space.
8228
8229 * info.el Doc fixes.
8230 (Info-build-node-completions): Match Ref tags.
8231
8232 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8233
8234 * frame.el (display-multi-frame-p, display-multi-font-p): New
8235 defaliases for display-graphic-p.
8236
8237 * hl-line.el: Fixed a typo in commentary.
8238
8239 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8240
8241 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8242 fixed.
8243
8244 2000-06-12 Dave Love <fx@gnu.org>
8245
8246 * image.el (insert-image): Save a little consing.
8247
8248 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8249
8250 * language/tibet-util.el: Convert all tibetan-1-column characters
8251 to the corresponding tibetan characters.
8252 (tibetan-add-components): Delete code for the special treatment of
8253 'a chung.
8254
8255 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8256 change.
8257 (tibetan-vowel-transcription-alist): More rules added.
8258 (tibetan-composite-vowel-alist): New variable.
8259 (tibetan-precomposition-rule-alist): More rules added.
8260
8261 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8262
8263 * startup.el (command-line): Only call menu-bar-mode if interactive.
8264
8265 * thingatpt.el (toplevel symbol-properties):
8266 * textmodes/makeinfo.el (makeinfo-compile):
8267 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8268 * progmodes/hideif.el (hif-compress-define-list)
8269 (hide-ifdef-use-define-alist):
8270 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8271 (ange-ftp-vms-add-file-entry):
8272 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8273 * man.el (Man-build-man-command):
8274 * mail/rnewspost.el (news-reply-header-hook):
8275 * info.el (Info-insert-dir):
8276 * emulation/mlconvert.el (backward-word, forward-word, setq):
8277 * emacs-lisp/gulp.el (gulp-send-requests):
8278 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8279 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8280 (byte-optimize-apply, end of file):
8281 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8282 (ad-make-freeze-definition):
8283 * startup.el (command-line, command-line-1): Don't quote lambdas.
8284
8285 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8286 (cvs-cleanup-removed): New function.
8287 (cvs-cleanup-functions): New var.
8288 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8289 some flexibility in specifying additional entries to auto-cleanup.
8290 (cvs-quickdir): New function.
8291 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8292 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8293 (cvs-mode-find-file): Check that we are on a filename or dirname
8294 when invoked through a mouse-click.
8295 (cvs-full-path): Remove.
8296 (cvs-dired-action): Re-introduced.
8297 (cvs-dired-noselect): Use it.
8298 (vc-post-command-functions): use this new hook if available.
8299
8300 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8301 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8302 (cvs-filename-map, cvs-dirname-map): Remove.
8303 (cvs-default-action): Remove.
8304 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8305 if the arg is really a keymap.
8306 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8307 Don't hardcode the mapping from state (aka type) to face, but check
8308 the var cvs-fi-<type>-face instead.
8309 (cvs-fileinfo-from-entries): New function.
8310
8311 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8312 Docstring fix.
8313 (cvs-find-file-and-jump): Change default to be safer.
8314 (cvs-mode-diff-map): Define it as a function as well.
8315 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8316 Bind mouse-2 in this global map rather than with text-properties.
8317
8318 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8319 file to resolve the ambiguity between C(conflict) and C(need-merge).
8320
8321 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8322
8323 * international/mule.el (set-buffer-file-coding-system): If
8324 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8325 unconditionally.
8326
8327 2000-06-12 Dave Love <fx@gnu.org>
8328
8329 * wid-edit.el (widget-specify-button): Really suppress the face if
8330 required.
8331
8332 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8333
8334 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8335
8336 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8337
8338 * imenu.el (imenu-generic-expression): Docstring fix.
8339
8340 * composite.el (composition-function-table): Move the `put'
8341 below the autoload cookie so we can load the file before loaddefs.
8342
8343 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8344
8345 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8346 Handle easy-mmode-define-global-mode.
8347 For complex macros like define-minor-mode that can generate
8348 several autoload entries, try to autoload entries in the
8349 macroexpanded code.
8350
8351 * emacs-lisp/easy-mmode.el (define-minor-mode):
8352 If KEYMAP is a symbol, just use it.
8353 Use byte-compile-current-file and load-file-name to infer the
8354 proper :require to pass to defcustom.
8355 Wrap the hook var into `progn' so as not to autoload it.
8356 Add a :autoload-end cookie.
8357 Be more careful about the evaluation of KEYMAP.
8358 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8359 (define-derived-mode): Move define-abbrev-table outside of defvar.
8360
8361 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8362
8363 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8364 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8365 (backup-compiled-files): Ignore errors during `tar'.
8366 (bootstrap): Make autoloads before elc files.
8367
8368 2000-06-10 Kenichi Handa <handa@etl.go.jp>
8369
8370 * international/mule.el (set-buffer-file-coding-system): If one of
8371 undecided-XXX is specified, change only EOL conversion.
8372
8373 * international/mule-conf.el (unix): New alias for the coding
8374 system undecided-unix.
8375
8376 2000-06-09 Dave Love <fx@gnu.org>
8377
8378 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8379
8380 * progmodes/executable.el: Byte compile dynamic.
8381 (executable-insert): Change custom type.
8382 (executable-find): Add autoload cookie.
8383 (executable-make-buffer-file-executable-if-script-p): New
8384 function. After Noah Friedman.
8385
8386 * files.el (after-save-hook): Customize, with
8387 executable-make-buffer-file-executable-if-script-p as an option.
8388
8389 2000-06-09 Kenichi Handa <handa@etl.go.jp>
8390
8391 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8392 "tib24p-mule.bdf" for Tibetan.
8393
8394 * composite.el (decompose-composite-char): Declare it as obsolete.
8395
8396 * man.el (Man-fontify-manpage): Pay attention to underline and
8397 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8398
8399 2000-06-08 Gerd Moellmann <gerd@gnu.org>
8400
8401 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8402 Set maintainer to FSF since author isn't reachable.
8403
8404 2000-06-08 Dave Love <fx@gnu.org>
8405
8406 * international/mule-cmds.el (select-safe-coding-system): If
8407 DEFAULT-CODING-SYSTEM is not specified, also check the most
8408 preferred coding-system if buffer-file-coding-system is
8409 `undecided'. From Handa.
8410
8411 2000-06-08 Kenichi Handa <handa@etl.go.jp>
8412
8413 * international/mule.el
8414 (after-insert-file-set-buffer-file-coding-system): If the buffer
8415 size is greater than INSERTED, judget that we are not visiting.
8416
8417 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8418
8419 * whitespace.el (defgroup whitespace): Comment out `:version'.
8420 XEmacs 20.4 has problems defining the group with this present.
8421 We'll have this commented out till get resolve the problem.
8422
8423 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8424
8425 * align.el: Update from author.
8426
8427 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8428
8429 * apropos.el (apropos-mode-hook): New user variable.
8430 (apropos-mode): Run apropos-mode-hook.
8431
8432 2000-06-07 David Ponce <david@dponce.com>
8433
8434 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8435 commands. Require `wid-edit' at run-time.
8436
8437 2000-06-07 David Ponce <david@dponce.com>
8438
8439 * recentf.el: Added some "Commentary".
8440 (recentf-open-more-files, recentf-edit-list): Minor changes to
8441 move the point at the top of the file list. This behaviour is
8442 consistent with the menu one when the list contains a lot of
8443 files.
8444 (recentf-cleanup): Now displays the number of items removed from
8445 the list.
8446 (recentf-relative-filter) New menu filter to show filenames
8447 relative to `default-directory'.
8448
8449 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8450
8451 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8452 with/without giving an error if PostScript printer doesn't have this
8453 kind of page size. Zebra Stripe continues or restarts on next page.
8454 Manual/automatic paper feeding. Switch or not the header.
8455 (ps-print-version): New version number (5.2.2).
8456 (ps-windows-system): Include emx as a Windows system.
8457 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8458 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8459 (ps-background-text): Code fix.
8460 (ps-error-handler-message, ps-user-defined-prologue)
8461 (ps-print-prologue-header, ps-printer-name)
8462 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8463 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8464 (ps-use-face-background): Customization fix.
8465 (ps-n-up-database): Data fix.
8466 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8467 (ps-switch-header): New vars.
8468 (ps-xemacs-color-name, ps-face-foreground-name)
8469 (ps-face-background-name, ps-boolean-constant): New funs.
8470
8471 2000-06-07 Dave Love <fx@gnu.org>
8472
8473 * allout.el: New version from Manheimer.
8474
8475 2000-06-07 Kenichi Handa <handa@etl.go.jp>
8476
8477 * textmodes/fill.el (fill-find-break-point): Check the validity of
8478 charset.
8479
8480 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8481
8482 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8483 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8484 Call display-color-p and display-mouse-p instead of looking at
8485 window-system.
8486
8487 2000-06-06 Dave Love <fx@gnu.org>
8488
8489 * image.el (find-image): Doc fix. Return nil if image not found.
8490 (put-image, insert-image): Make STRING arg optional.
8491
8492 2000-06-06 Kenichi Handa <handa@etl.go.jp>
8493
8494 * language/vietnamese.el: Remove eval-when-compile.
8495 (viet-viscii-nonascii-translation-table): Define it as a
8496 translation table made from viet-viscii-decode-table.
8497 (viet-viscii-encode-table): Define it as a translation table made
8498 from the reverse map of above.
8499 (viet-vscii-nonascii-translation-table): Define it as a
8500 translation table made from viet-vscii-decode-table.
8501 (viet-vscii-encode-table): Define it as a translation table made
8502 from the reverse map of above.
8503 (ccl-decode-viscii): Use translate-character.
8504 (ccl-encode-viscii, ccl-encode-viscii-font)
8505 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8506 Likewize.
8507
8508 * language/cyrillic.el: Remove eval-when-compile.
8509 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8510 translation table made from cyrillic-koi8-r-decode-table.
8511 (cyrillic-koi8-r-encode-table): Define it as a translation table
8512 made from the reverse map of above.
8513 (ccl-decode-koi8): Use translate-character.
8514 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8515 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8516 a translation table made from cyrillic-alternativnyj-decode-table.
8517 (cyrillic-alternativnyj-encode-table): Define it as a translation
8518 table made from the reverse map of above.
8519 (ccl-decode-alternativnyj): Use translate-character.
8520 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8521 Likewize
8522
8523 * international/mule-diag.el (non-iso-charset-alist): Specify
8524 translation table symbol instead of translation table itself.
8525 (list-block-of-chars): CHARSET may be a translation table symbol.
8526
8527 * international/mule.el (make-coding-system): If CODING-SYSTEM
8528 already exists, override it.
8529
8530 * international/fontset.el: Use family `proportional' for Tibetan
8531 fonts.
8532
8533 * international/ccl.el (ccl-compile-translate-character): Don't
8534 check if Rrr has property translation-table.
8535 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8536
8537 2000-06-05 Gerd Moellmann <gerd@gnu.org>
8538
8539 * info.el: Bind case-fold-search to t when searching in case
8540 a user sets it to nil in a hook.
8541
8542 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8543
8544 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8545 * hl-line.el (hl-line-mode): Use the new :global key argument.
8546
8547 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8548 (tar-clip-time-string): Prepend a space.
8549 (tar-grind-file-mode): Construct a string rather than modifying one.
8550 (tar-header-block-summarize): Fix docstring.
8551 Use `format' rather than an error-prone set of copy-loops.
8552
8553 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8554 (diff-goto-source, diff-unified->context, diff-context->unified)
8555 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8556 understand the format output by the `-p' argument to diff.
8557
8558 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8559 (sh-re-done): Use defconst.
8560 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8561 (sh-help-string-for-variable, sh-guess-basic-offset):
8562 Don't quote lambdas.
8563 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8564 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8565
8566 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8567 (mh-letter-mode): Derive from text-mode.
8568 This implicitly means that it now calls kill-all-local-variables.
8569 Also remove the Emacs-18 compatibility code.
8570
8571 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8572 Make use of symbol-property doc-string-elt.
8573 Use memq rather than a sequence of eq.
8574 (doc-string-elt): Fix the wrong or missing previously unused values.
8575 (autoload-print-form): New function extracted from
8576 generate-file-autoloads to allow recursion when handling progn
8577 so that defvar's and defun's docstrings are properly printed.
8578 (generate-file-autoloads): Use it.
8579
8580 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8581 Use find-file-hooks in the minor-mode function.
8582 Be careful not to loop indefinitely in the post-command-hook function.
8583
8584 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8585
8586 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8587 tty's.
8588 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8589 differences whenever appropriate.
8590 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8591 * viper.el (find-file, find-file-other-window): Get viper to do
8592 wildcards.
8593
8594 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8595
8596 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8597 (jit-lock-fontify-buffer): New function for JIT refontification.
8598 (jit-lock-mode): Fix docstring.
8599 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8600 Remove jit-lock-after-change from the _local_ hook.
8601 (jit-lock-function-1): Fix docstring.
8602
8603 * info.el (Info-on-current-buffer): Initialize info.
8604
8605 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8606
8607 * progmodes/tcl.el (tcl-indent-for-comment):
8608 Ignore comment-indent-hook.
8609
8610 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8611 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8612 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8613 and improve to use the lighter to guess the capitalization.
8614 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8615 Add keyword arguments to specify global-ness or the custom group.
8616 Add local-map and help-echo properties to the lighter.
8617 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8618 (easy-mmode-define-global-mode): New macro.
8619
8620 2000-06-02 Dave Love <fx@gnu.org>
8621
8622 * wid-edit.el: byte-compile-dynamic since we typically don't use
8623 all the widgets. Don't require cl or widget. Remove
8624 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8625 (widget-read-event): Removed. Callers changed to use read-event.
8626 (widget-button-release-event-p): Renamed from
8627 button-release-event-p.
8628 (widget-field-add-space, widget-field-use-before-change):
8629 Uncustomize.
8630 (widget-specify-field): Use keymap property, not local-map.
8631 (widget-specify-button): Obey :suppress-face.
8632 (widget-specify-insert): Use modern backquote syntax.
8633 (widget-image-directory): Renamed from widget-glyph-directory.
8634 (widget-image-enable): Renamed from widget-glyph-enable.
8635 (widget-image-find): Replaces widget-glyph-find.
8636 (widget-button-pressed-face): Move defvar.
8637 (widget-image-insert): Replaces widget-glyph-insert.
8638 (widget-convert): Use keywordp.
8639 (widget-leave-text, widget-children-value-delete): Use mapc.
8640 (widget-keymap): Remove XEmacs stuff.
8641 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8642 (widget-button-click): Don't set point at the click, but re-centre
8643 if we scroll out of window. Rewritten for images v. glyphs &c.
8644 (widget-tabable-at): Use POS arg, not point.
8645 (widget-beginning-of-line, widget-end-of-line)
8646 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8647 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8648 (widget-default-create): Use widget-image-insert; some rewriting.
8649 (widget-visibility-value-create)
8650 (widget-push-button-value-create, widget-toggle-value-create): Use
8651 widget-image-insert.
8652 (checkbox): Create on and off images dynamically.
8653 (documentation-link): Change :help-echo.
8654 (widget-documentation-link-echo-help): Remove.
8655
8656 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8657
8658 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8659
8660 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8661 (easy-mmode-define-toggle, define-minor-mode): Use it.
8662 (easy-mmode-define-keymap): Docstring fix.
8663 (define-derived-mode): Default PARENT to fundamental-mode.
8664 Add the derived-mode-parent symbol-property.
8665 (easy-mmode-derived-mode-p): New function.
8666
8667 2000-06-02 Dave Love <fx@gnu.org>
8668
8669 * files.el (convert-standard-filename): Doc fix.
8670 (normal-backup-enable-predicate): New function.
8671 (backup-enable-predicate): Use it to replace the lambda form.
8672
8673 * calendar/todo-mode.el: [This needs more work on the outline
8674 stuff.] Doc fixes.
8675 (todo) <defgroup>: Add :version.
8676 (todo-add-category): Don't use pushnew.
8677 (todo-cmd-raise): Fix typo.
8678 (todo-top-priorities): Change temp buffer name.
8679 (todo-category-alist): Avoid redundant lambda.
8680 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8681 Use outline-next-heading.
8682
8683 * autoarg.el: Rewritten to use define-minor-mode.
8684 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8685 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8686
8687 2000-06-02 Kenichi Handa <handa@etl.go.jp>
8688
8689 * isearch.el (isearch-other-meta-char): Fix previous change.
8690
8691 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8692
8693 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8694 (log-edit-done): Only add the comment to the ring if it's different
8695 from the last comment entered.
8696
8697 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8698
8699 2000-06-01 Dave Love <fx@gnu.org>
8700
8701 * hl-line.el: Rewritten using define-minor-mode.
8702
8703 * help.el (describe-function-1): Distinguish special form from
8704 builtin function. Sanity-check presence of arglist for builtins.
8705
8706 2000-06-01 Kenichi Handa <handa@etl.go.jp>
8707
8708 * international/characters.el: Fix syntax/category setting of
8709 Tibetan characters.
8710
8711 * language/tibet-util.el (tibetan-add-components): Fixes for new
8712 encoding of Tibetan characters.
8713 (tibetan-decompose-precomposition-alist): New variable.
8714 (tibetan-decompose-region): Convert precomposed characters to
8715 non-precomposed characters.
8716 (tibetan-decompose-string): Likewise.
8717 (tibetan-composition-function): Fix args to
8718 thibetan-compose-string.
8719
8720 * language/tibetan.el (tibetan-composable-pattern): More
8721 characters included.
8722 (tibetan-consonant-transcription-alist): Rule for "R" added.
8723 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8724 "+R" added.
8725 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8726
8727 * language/lao-util.el (lao-composition-function): Fix args to
8728 compose-string.
8729
8730 * language/thai-util.el (thai-composition-function): Fix args to
8731 compose-string.
8732
8733 * isearch.el (isearch-update): Set disable-point-adjustment to t
8734 to prevent the point moving to the end of a composition when a
8735 part of a composition is searched.
8736 (isearch-other-meta-char): If the key invoking this command can be
8737 mapped by function-key-map to a printing char, call
8738 isearch-process-search-char directly.
8739
8740 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * emacs-lisp/bytecomp.el:
8743 * frame.el:
8744 * international/mule-cmds.el:
8745 * international/mule-util.el:
8746 * international/mule.el:
8747 * mouse.el:
8748 * subr.el:
8749 * faces.el: Update calls to make-obsolete with a WHEN argument.
8750
8751 * byte-run.el (make-obsolete, make-obsolete-variable):
8752 Add an optional WHEN argument and change the format of the
8753 symbol-property information.
8754 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8755 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8756 new obsolete-symbol-property format and print WHEN if it is provided.
8757
8758 2000-05-31 Dave Love <fx@gnu.org>
8759
8760 * loadhist.el (loadhist-hook-functions): Remove
8761 before-change-function, after-change-function.
8762 (unload-feature): Deal with symbols which are both bound and
8763 fbound.
8764
8765 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8766 before-change-function, after-change-function.
8767
8768 * simple.el (newline): Don't bind before-change-function,
8769 after-change-function.
8770
8771 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8772
8773 * whitespace.el (whitespace-rescan-timer-time): Update interval
8774 set to 600 seconds (10 minutes) instead of 60 seconds since
8775 a large number of whitespace buffers causes emacs to `freeze'
8776 for a considerable amount of time.
8777
8778 * whitespace.el: Updated email address
8779
8780 2000-05-31 Dave Love <fx@gnu.org>
8781
8782 * add-log.el (change-log-font-lock-keywords) <function>: Add
8783 pattern for function of change.
8784 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8785 acknowledgements patterns.
8786
8787 2000-05-31 Kenichi Handa <handa@etl.go.jp>
8788
8789 * isearch.el (isearch-printing-char): If keyboard coding system is
8790 being used, call isearch-process-search-multibyte-characters.
8791
8792 * international/isearch-x.el: Mostly rewritten.
8793
8794 * international/quail.el (quail-start-conversion): Don't include
8795 unhandled events in the returned events, but set them in
8796 unread-command-events. Exit if all inputs are deleted.
8797
8798 2000-05-30 Jason Rumney <jasonr@gnu.org>
8799
8800 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8801
8802 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8803 Reenable code to create initial fontsets.
8804 Use set-fontset-font in place of put-charset-property.
8805
8806 2000-05-30 Gerd Moellmann <gerd@gnu.org>
8807
8808 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8809 label, ensure that the first colon isn't followed by another.
8810
8811 * paths.el (Info-default-directory-list): Doc fix.
8812
8813 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8814 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8815 send a query containing USER only, not USER@HOST.
8816
8817 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8818 and rmail-msgend to compute the restriction at the end, instead of
8819 computing it.
8820
8821 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8822
8823 * dabbrev.el (dabbrev-expand): Don't display messages in the
8824 echo area if the minibuffer window is active.
8825
8826 * jit-lock.el (jit-lock-mode): Add after change function to
8827 local hook.
8828
8829 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8830
8831 * antlr-mode.el: New commands: hide/unhide actions,
8832 upcase/downcase literals.
8833 (antlr-tiny-action-length): New user option.
8834 (antlr-hide-actions): New command. Suggested by
8835 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8836 (antlr-mode-map): New binding [C-c C-v].
8837 (antlr-mode-menu): New entries.
8838 (antlr-downcase-literals): New command.
8839 (antlr-upcase-literals): Ditto.
8840
8841 * antlr-mode.el: Minor changes: indendation, mode-name.
8842 (antlr-indent-line): Indent cpp directive at column 0.
8843 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8844
8845 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8846 (antlr-font-lock-additional-keywords): Workaround for intentional
8847 bug in XEmacs version of font-lock.
8848 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8849 be used by a smarter version of `buffers-menu-grouping-function'.
8850
8851 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8852
8853 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8854 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8855
8856 2000-05-29 Kenichi Handa <handa@etl.go.jp>
8857
8858 * international/encoded-kb.el
8859 (encoded-kbd-iso2022-designation-map): Pay attention to that
8860 charset-iso-final-char return -1 for eight-bit-control and
8861 eight-bit-graphic.
8862
8863 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8864
8865 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8866 (speedbar-easymenu-definition-base): Use display-graphic-p where
8867 available, instead of window-system.
8868
8869 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8872 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8873 coding systems.
8874
8875 2000-05-26 Dave Love <fx@gnu.org>
8876
8877 * disp-table.el (standard-display-underline): Don't use
8878 internal-find-face.
8879
8880 * mail/reporter.el: Maintainer change. Doc fixes.
8881 (reporter-version): Deleted.
8882
8883 * emacs-lisp/elp.el: Maintainer change.
8884 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8885
8886 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8887
8888 * add-log.el (add-change-log-entry): Merge the current entry with the
8889 previous one if the previous one is empty.
8890
8891 2000-05-26 Dave Love <fx@gnu.org>
8892
8893 * loadhist.el (unload-feature): Fix interactive spec [from
8894 lijnzaad@ebi.ac.uk].
8895
8896 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8897 subr-arity to check primitives.
8898 (byte-compile-flush-pending, byte-compile-file-form-progn)
8899 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8900 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8901 mapcar.
8902
8903 2000-05-26 Kenichi Handa <handa@etl.go.jp>
8904
8905 * international/fontset.el: Set family names of non-latin charsets
8906 in default fontset to "*".
8907
8908 * international/mule-diag.el (print-fontset): Combine family part
8909 and registry part of the fontname by "-*-" instead of "-".
8910
8911 * international/mule-cmds.el (encode-coding-char): Make strings
8912 multibyte before calling encode-coding-string.
8913
8914 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8915
8916 * derived.el: Fix keywords.
8917 (define-derived-mode): Only define if needed.
8918
8919 * simple.el (fill-comment, comment-column, comment-start)
8920 (comment-start-skip, comment-end, comment-indent-function)
8921 (block-comment-start, block-comment-end, indent-for-comment)
8922 (set-comment-column, kill-comment, comment-padding, comment-region)
8923 (comment-multi-line, indent-new-comment-line): Remove.
8924
8925 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8926 function names for comment operations.
8927
8928 * newcomment.el: Add abundant autoload cookies.
8929 (comment-style): Don't depend on runtime data at compile-time.
8930 (comment-indent-hook): Remove.
8931 (comment-indent): Check if comment-indent-hook is bound.
8932 (comment-region): Docstring fix.
8933
8934 2000-05-25 Dave Love <fx@gnu.org>
8935
8936 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8937 byte-code-function-p.
8938
8939 * mail/rmailsum.el: Add provide.
8940
8941 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8942
8943 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8944 defcustom.
8945
8946 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8947
8948 * ediff-diff.el (ediff-exec-process): delete --binary option from
8949 non-buffer ediff jobs.
8950
8951 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * hilit-chg.el (highlight-changes-mode): Ask about color or
8954 grayscale support, not about window-system.
8955
8956 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8957 window-system.
8958 (ffap-highlight): Always default to t.
8959
8960 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8961 display-popup-menus-p instead of looking at window-system.
8962
8963 * disp-table.el (standard-display-g1, standard-display-graphic):
8964 Only refuse to use string glyphs on X and MS-Windows.
8965
8966 * avoid.el: Remove window-system from commentary, suggest to use
8967 display-*-p instead.
8968
8969 * apropos.el (apropos-print): Use display-mouse-p instead of
8970 window-system.
8971
8972 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8973
8974 * international/codepage.el (cp-decoding-vector-for-codepage):
8975 Fill up unsupported characters with their own codes. From Kenichi
8976 Handa.
8977
8978 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8979
8980 * international/mule-diag.el (describe-char-after): Use
8981 display-graphic-p instead of window-system, so that this function
8982 works on MS-DOS.
8983
8984 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8985
8986 * international/codepage.el (cp-make-coding-systems-for-codepage):
8987 Remove the eight-bit-graphic and eight-bit-control charsets from
8988 the list of charsets which we convert into `?'.
8989
8990 2000-05-25 Kenichi Handa <handa@etl.go.jp>
8991
8992 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8993 private charsets.
8994 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8995 japanese-jisx0213-2): New charsets.
8996
8997 * international/fontset.el: Setup default fontset for new charsets.
8998
8999 2000-05-24 Dave Love <fx@gnu.org>
9000
9001 * info.el (Info-find-node-2): Restructure [following "Vadim
9002 S. Solomin" <sovs@uic.nnov.ru>].
9003
9004 * icomplete.el: Fix header for Finder.
9005
9006 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9007
9008 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9009 STAY.
9010
9011 * rmail.el (rmail-automatic-folder-directives): New user variable.
9012 (rmail-show-message): Add call to `rmail-auto-file' during
9013 display.
9014 (rmail-auto-file): New function.
9015
9016 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9017
9018 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9019 account.
9020 (ediff-test-utility,ediff-diff-mandatory-option)
9021 (ediff-reset-diff-options): Utilities for proper initialization of
9022 ediff-diff-options and ediff-diff3-options on Windows.
9023
9024 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9025 variable.
9026
9027 * ediff-mult.el (ediff-filegroup-action): Use
9028 ediff-merge-filename-prefix.
9029
9030 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9031
9032 * viper-ex.el (ex-write): Set selective display to nil.
9033
9034 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9037 aliases for hebrew-iso-8bit.
9038
9039 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9040
9041 * woman.el: New version from Francis J. Wright
9042 <F.J.Wright@Maths.QMW.ac.uk>.
9043 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9044 names in environment variables regardless of the path separator.
9045 (woman-topic-all-completions-1): Don't call file-name-directory-p
9046 on all files, since woman-file-regexp already filters out any
9047 directories.
9048
9049 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9050
9051 * international/quail.el (quail-start-translation): Don't change
9052 modified-p of the current buffer.
9053 (quail-start-conversion): Likewise.
9054
9055 * international/kkc.el (kkc-region): Don't change modified-p of
9056 the current buffer.
9057
9058 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9059 conform to RFC1468.
9060 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9061
9062 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9063
9064 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9065 (speedbar-insert-button): Invisible text property fix.
9066 (speedbar-directory-plus): Renamed from speedbar-directory-+
9067 (speedbar-directory-minus): Renamed from speedbar-directory--
9068 (speedbar-page-plus): Renamed from speedbar-file-+
9069 (speedbar-page-minus): Renamed from speedbar-file--
9070 (speedbar-page): Renamed from speedbar-file-
9071 (speedbar-tag): Renamed from speedbar-tag-
9072 (speedbar-tag-plus): Renamed from speedbar-tag-+
9073 (speedbar-tag-minus): Renamed from speedbar-tag--
9074 (speedbar-expand-image-button-alist): Use above renames.
9075
9076 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9077 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9078 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9079 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9080 * sb-pg.xpm: Renamed from sb-file.xpm
9081 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9082 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9083
9084 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9085
9086 * international/quail.el (quail-show-guidance-buf): Set
9087 current-input-method of the guidance buffer to the name of the
9088 curren input method.
9089
9090 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9091
9092 * progmodes/compile.el (compile-internal): Style typo.
9093
9094 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9095 quote vars and functions in the docstring.
9096
9097 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9098
9099 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9100 Don't quote lambdas.
9101
9102 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9103
9104 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9105
9106 * startup.el (command-line): Determine source file of compiled
9107 user init file differently. Warn if compiled user init file
9108 is older than its source file.
9109
9110 * ffap.el (ffap-url-regexp): Add `https'.
9111
9112 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9113
9114 * files.el (make-backup-file-name-1): Replace slashes with `!'
9115 rather than `|' (which is not allowed on Windows). Replace the
9116 drive letters with a string "drive_X".
9117
9118 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9119
9120 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9121
9122 * files.el (interpreter-mode-alist): Add `bash2'.
9123
9124 2000-05-22 Dave Love <fx@gnu.org>
9125
9126 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9127 mapc.
9128 (feature-file): Avoid calling symbol-name. Doc fix.
9129 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9130 (loadhist-hook-functions): Add mouse-position-function.
9131 (unload-feature): Change uses of mapcar.
9132
9133 * files.el (parse-colon-path): Doc fix.
9134 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9135 (set-auto-mode): Use mapc.
9136
9137 * complete.el (PC-look-for-include-file): Use :alnum: character
9138 class.
9139 (partial-completion-mode): Add autoload cookie.
9140
9141 2000-05-22 Sam Steingold <sds@gnu.org>
9142
9143 * info.el (Info-fontify-node): Fixed the call to
9144 `add-text-properties' (bug introduced on 2000-05-18).
9145
9146 2000-05-22 Dave Love <fx@gnu.org>
9147
9148 * bindings.el: Remove debug-ignored-errors set in other files.
9149
9150 * progmodes/etags.el: Add to debug-ignored-errors.
9151 (visit-tags-table-buffer): Clear out buffers holding old tables
9152 when making a new list.
9153 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9154 mapc.
9155
9156 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9157 quote keywords.
9158 (cmpl-string-case-type): Use character classes.
9159
9160 * comint.el:
9161 * textmodes/ispell.el:
9162 * imenu.el:
9163 * mail/mh-e.el:
9164 * progmodes/compile.el: Add to debug-ignored-errors.
9165
9166 * dabbrev.el: Add to debug-ignored-errors.
9167 (dabbrev-completion): Use mapc.
9168
9169 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9170
9171 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9172 (woman-mapcan, woman-parse-man.conf)
9173 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9174 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9175 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9176 path syntax better.
9177 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9178 (woman-manpath): Call woman-parse-man.conf.
9179 (woman-emulation): New defcustom, defaults to nroff.
9180 (woman-font-support): New defconst.
9181 (woman-use-symbol-font): New defcustom.
9182 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9183 "Emulation".
9184 Many functions: Doc fix.
9185
9186 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9187
9188 * international/quail.el (quail-simple-translation-keymap): Map
9189 128..255 to quail-self-insert-command.
9190 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9191
9192 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9193
9194 * help.el (help-manyarg-func-alist): Typo.
9195
9196 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9197 intervals which makes it heaps simpler.
9198
9199 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9200 the nested comment markers.
9201
9202 * subr.el (remove-hook): Don't turn the hook's value into a list.
9203
9204 2000-05-21 Dave Love <fx@gnu.org>
9205
9206 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9207 are invalid characters.
9208
9209 * international/mule-util.el (detect-coding-with-priority): Use
9210 mapc. Remove redundant lambda.
9211
9212 * international/mule-diag.el (list-non-iso-charset-chars)
9213 (describe-fontset): Remove redundant lambda.
9214
9215 * emulation/crisp.el (brief-mode): New alias.
9216
9217 * emacs-lisp/ring.el (ring-elements): New function.
9218
9219 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9220 (easy-menu-do-add-item): Use keywordp.
9221
9222 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9223
9224 * replace.el: Doc and error message fixes.
9225 (replace-highlight): Use facep, not internal-find-face.
9226
9227 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9228
9229 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9230
9231 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9232 (log-edit-insert-changelog): Drop `:' as well.
9233
9234 * log-view.el: Fix file description.
9235 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9236 available.
9237 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9238 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9239
9240 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9241 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9242 Print a status message if the toggle is called interactively.
9243 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9244 for global minor modes and use `defcustom' for them.
9245 Use add-minor-mode.
9246 (easy-mmode-define-derived-mode): Remove.
9247 (define-derived-mode): Fancier default docstring.
9248 (easy-mmode-define-navigation): Signal an error rather than (ding).
9249
9250 * newcomment.el (comment-styles): New `box-multi'.
9251 (comment-normalize-vars): Better default for comment-continue to
9252 avoid whitespace-only continuations.
9253 (comment-search-forward): Always move even in the no-syntax case.
9254 (comment-padright): Only obey N if it's only obeyed for padleft.
9255 (comment-make-extra-lines): Better handling of empty continuations.
9256 Use `=' for the filler if comment-start has only one character.
9257 (uncomment-region): Try handling the special `=' filler.
9258 (comment-region): Allow LINES even if MULTI is nil.
9259 (comment-box): Choose box style based on comment-style.
9260
9261 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9262
9263 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9264 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9265
9266 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9267
9268 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9269 and insert, not subst-char-in-region.
9270
9271 * international/mule-diag.el (list-character-sets-1): Handle
9272 charsets eight-bit-control and eight-bit-graphic.
9273 (list-iso-charset-chars): Likewise.
9274 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9275 charactes as is. Use indent-to to align characters.
9276
9277 * international/mule-cmds.el (find-multibyte-characters): Never
9278 exclude charsets eight-bit-control and eight-bit-graphic.
9279
9280 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9283 Don't quote lambdas.
9284
9285 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9286
9287 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9288
9289 * gud.el (gud-jdb-directories): Doc fix.
9290
9291 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9292
9293 * newcomment.el: New file.
9294
9295 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9296
9297 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9298
9299 2000-05-18 Andreas Schwab <schwab@suse.de>
9300
9301 * dired.el (dired-between-files): Also skip lines beginning with
9302 `used'.
9303
9304 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9305
9306 * msb.el (msb-menu-cond): Add choice `user'.
9307
9308 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9309
9310 * ps-print.el: Compatibility, customization and doc fix.
9311 (ps-printer-name-option): Replace defconst by defvar.
9312 (ps-postscript-code-directory): XEmacs compatibility.
9313 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9314 fix.
9315 (ps-user-defined-prologue, ps-print-prologue-header)
9316 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9317 compatibility and code fix.
9318 (ps-print-background-image, ps-print-background-text):
9319 Customization fix.
9320 (ps-line-number-start, ps-n-up-on): New vars.
9321
9322 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9323
9324 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9325 the indent-comment function to just return the appropriate indent.
9326
9327 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9328
9329 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9330 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9331 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9332
9333 2000-05-18 Dave Love <fx@gnu.org>
9334
9335 * info.el (Info-fontify-node): Add intangible property as well as
9336 invisible.
9337
9338 * calendar/appt.el (appt-make-list): Match all lines of entry.
9339 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9340
9341 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9342
9343 * international/mule-diag.el (describe-char-after): Call
9344 internal-char-font, not char-font. If internal-char-font returns
9345 nil, display "-- none --".
9346
9347 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9348
9349 * image.el (image-type-available-p): Don't reference image-types
9350 if it isn't bound.
9351
9352 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * autoarg.el (autoarg-mode): Typo in the :set argument.
9355
9356 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9357
9358 * startup.el (command-line-1): Don't signal an error if the
9359 directory for auto-save-list files does not yet exist.
9360
9361 2000-05-17 Kenichi Handa <handa@etl.go.jp>
9362
9363 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9364
9365 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9366
9367 * subr.el (remove-hook): `setq' hook-value, not `set'.
9368
9369 2000-05-16 Sam Steingold <sds@gnu.org>
9370
9371 * info.el (debug-ignored-errors): More errors to ignore.
9372
9373 2000-05-16 Dave Love <fx@gnu.org>
9374
9375 * cus-edit.el: Don't require cl or easymenu.
9376 (custom-variable-prompt): Test standard-value property, not
9377 user-variable-p.
9378
9379 2000-05-16 Sam Steingold <sds@gnu.org>
9380
9381 * subr.el (add-hook): `setq' hook-value, not `set'.
9382
9383 2000-05-16 Gerd Moellmann <gerd@gnu.org>
9384
9385 * startup.el (command-line-1): Mention the FAQ in the startup
9386 message.
9387
9388 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9389
9390 * progmodes/compile.el (compilation-parse-errors): Collect
9391 `nomessage' regexps last.
9392
9393 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9394
9395 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9396 to the function name.
9397
9398 2000-05-15 Dave Love <fx@gnu.org>
9399
9400 * speedbar.el (speedbar-recenter): Typo.
9401 (speedbar-expand-line): Make arg optional.
9402 (speedbar-mode): Avoid a compiler warning.
9403
9404 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9405
9406 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9407 user-specified option string is empty.
9408
9409 * mouse.el (mouse-yank-at-click): Doc fix.
9410
9411 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9412
9413 * term/internal.el (IT-character-translations): More updates of
9414 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9415 documents.
9416
9417 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9418
9419 * env.el (getenv): New function, interactively callable.
9420 (setenv, getenv): Remove autoload cookies.
9421
9422 * loadup.el: Load `env'.
9423
9424 * progmodes/f90.el: Change author's mail address.
9425
9426 2000-05-14 Dave Love <fx@gnu.org>
9427
9428 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9429 goto-addr as an option.
9430
9431 * help.el (help-xref-stack): Doc fix.
9432 (help-xref-following): New variable.
9433 (help-make-xrefs): Use it.
9434 (help-xref-go-back): Use position information from stack element.
9435 (help-follow): Make position in stack element a pair. Use
9436 help-xref-following.
9437
9438 * autoarg.el: New file.
9439
9440 * faces.el: Declare more functions obsolete.
9441
9442 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9443 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9444 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9445 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9446 Remove all the setup-...-environment functions.
9447
9448 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9449
9450 * speedbar.el: Updated the commentary section. xemacs20p now uses
9451 >= when detecting. Require `defimage' safely.
9452 (speedbar-easymenu-definition-base): Add toggle for images.
9453 (speedbar-easymenu-definition-special): Add flush cache & expand.
9454 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9455 (speedbar-reconfigure-keymaps-hook): New variable.
9456 (speedbar-frame-parameters): Updated documentation.
9457 (speedbar-use-imenu-flag): Updated custom tag
9458 (speedbar-dynamic-tags-function-list): New variable.
9459 (speedbar-tag-hierarchy-method): Updated doc & custom.
9460 (speedbar-indentation-width, speedbar-indentation-width) New
9461 variables.
9462 (speedbar-hide-button-brackets-flag): Customizable.
9463 (speedbar-vc-indicator): Doc update.
9464 (speedbar-ignored-path-expressions): Updated default value.
9465 (speedbar-supported-extension-expressions): Updated default value.
9466 (speedbar-syntax-table): Remove {} paren status.
9467 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9468 as "+". Added overlay aliases.
9469 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9470 `force-mode-line-update'.
9471 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9472 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9473 `mouse-set-point'
9474 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9475 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9476 of arbitrary text, and new helper functions.
9477 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9478 filename finder.
9479 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9480 (speedbar-directory-buttons): Update path search/expansion.
9481 (speedbar-make-tag-line): Pay attention to
9482 `speedbar-indentation-width'. Use more care w/ invisible
9483 properties.
9484 (speedbar-change-expand-button-char): Call
9485 `speedbar-insert-image-button-maybe'.
9486 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9487 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9488 (speedbar-trim-words-tag-hierarchy)
9489 (speedbar-simple-group-tag-hierarchy): New functions
9490 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9491 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9492 functions.
9493 (speedbar-mouse-set-point): New function
9494 (speedbar-power-click): Updated documentation.
9495 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9496 of tag prefix text.
9497 (speedbar-expand-line, speedbar-contract-line): Make more robust
9498 to strange text.
9499 (speedbar-expand-line): Takes universal argument to flush the
9500 cache.
9501 (speedbar-flush-expand-line): New function.
9502 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9503 Use new generator insertion method.
9504 (speedbar-fetch-dynamic-tags): New function.
9505 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9506 `speedbar-fetch-dynamic-imenu'.
9507 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9508 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9509 "Revert Buffer" menu items.
9510 (speedbar-buffer-buttons-engine): Be smarter when creating a
9511 filename tag (for expansion purposes.).
9512 (speedbar-highlight-one-tag-line,
9513 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9514 (speedbar-recenter): New functions.
9515 (defimage-speedbar): Image loading abstraction.
9516 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9517 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9518 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9519 (speedbar-tag-type, speedbar-tag-mail): New images.
9520 (speedbar-expand-image-button-alist): New variable.
9521 (speedbar-insert-image-button-maybe): Insert an image over some
9522 buttons.
9523
9524 2000-05-13 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/mule-cmds.el (encode-coding-char): An ASCII
9527 character is always encodable.
9528
9529 * international/mule-conf.el: Add more information in descriptions
9530 of character sets.
9531
9532 * international/mule-diag.el (describe-char-after): New function.
9533 (describe-font-internal): Adjusted for the change of font-info.
9534 (describe-font): Likewise.
9535 (print-fontset): Rewritten for the new fontset implementation.
9536 (describe-fontset): Include fontset alias names in completion.
9537 (list-fontsets): Adjusted for the change of print-fontset.
9538
9539 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9540 describe-char-after instead of displaying the detail in the echo
9541 area.
9542 (syntax-code-table): Format changed.
9543 (string-to-syntax): Adjusted for the above change.
9544
9545 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9546
9547 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9548
9549 2000-05-12 Dave Love <fx@gnu.org>
9550
9551 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9552 dependence. Use line-{beginning,end}-position, not
9553 point-at{b,e}ol. Some doc fixes.
9554 (todo-position): New function. Fix callers of position to use it.
9555 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9556
9557 2000-05-12 Gerd Moellmann <gerd@gnu.org>
9558
9559 * time.el (display-time-mail-icon): Use `:ascent center'.
9560
9561 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9562 handling FTP security extensions.
9563
9564 2000-05-11 Dave Love <fx@gnu.org>
9565
9566 * calendar/todo-mode.el: New file.
9567
9568 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9569
9570 * comint.el (comint-read-input-ring): Move reference to
9571 comint-input-ring-size outside of the save-excursion. It was
9572 causing the default value to be the only one ever seen.
9573
9574 * font-lock.el: Update copyright. Remove Simon Marshall's email
9575 address on request from him.
9576
9577 * subr.el (substitute-key-definition): Add comment describing
9578 the meaning of PREFIX.
9579
9580 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9583
9584 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9585 (add-minor-mode): Don't make the variable buffer-local and add a
9586 reference to define-minor-mode in the docstring.
9587
9588 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9589 HEADER/FOOTER and fix bug with trailing empty directory.
9590 (cvs-append-to-ignore): Use vc-editable-p if available.
9591 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9592 (vc-do-command): Tweak advice to handle the new VC.
9593
9594 * log-view.el (log-view-goto-rev): New function for the new VC.
9595 (log-view-minor-wrap): Use mark-active.
9596
9597 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9598 (log-edit-changelog-full-paragraphs): New var.
9599 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9600 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9601 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9602 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9603 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9604 Replace the `cvs' prefix with `log-edit'.
9605
9606 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9607
9608 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9609 (diff-font-lock-defaults): Explicitly turn off multiline.
9610 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9611 (diff-ediff-patch): Fix call to ediff-patch-file.
9612 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9613 Handle comments.
9614
9615 * frame.el (automatic-hscrolling): Typo.
9616
9617 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9618
9619 2000-05-09 Sam Steingold <sds@goems.com>
9620
9621 * apropos.el (apropos-print): use `describe-face' instead of
9622 `customize-face-other-window'.
9623
9624 2000-05-09 Dave Love <fx@gnu.org>
9625
9626 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9627
9628 * help.el (describe-variable): Have customize button pop the
9629 help-xref stack when invoked.
9630 (help-xref-symbol-regexp): Add `face'.
9631 (help-make-xrefs): Check for quoted face names and adapt regexp
9632 submatch numbers to cope.
9633 (help-xref-interned): Maybe insert face doc too. Separate
9634 sections with a line of hyphens.
9635
9636 * faces.el: Some doc fixes. Declare some functions obsolete.
9637 (describe-face): Add customize button. Return the help
9638 text. Fix prompt.
9639
9640 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9641
9642 * term/internal.el (IT-character-translations): Fix last change.
9643
9644 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * woman.el: New file
9647 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9648
9649 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9650
9651 * term/internal.el (IT-character-translations): Update ASCII
9652 simulations for greek-iso8859-7, add latin-iso8859-14 and
9653 latin-iso8859-15.
9654
9655 * international/mule-cmds.el (set-language-info-alist): Call
9656 define-prefix-command with 3 arguments, to make the map suitable
9657 for a menu.
9658
9659 2000-05-07 Dave Love <fx@gnu.org>
9660
9661 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9662
9663 2000-05-05 Dave Love <fx@gnu.org>
9664
9665 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9666 list in doc string. Don't quote keyword symbols.
9667 * emacs-lisp/cl.el: Likewise
9668 * emacs-lisp/cl-seq.el: Likewise
9669
9670 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9671
9672 * abbrev.el (abbrev-mode): Make ARG optional.
9673
9674 2000-05-04 Gerd Moellmann <gerd@gnu.org>
9675
9676 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9677
9678 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9679
9680 * subr.el (substitute-key-definition): Clarify documentation.
9681
9682 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
9683
9684 * glasses.el (glasses-convert-to-unreadable): Use
9685 `glasses-separator' instead of the hard-wired "_".
9686 (glasses-mode): Call `glasses-make-unreadable' only in a single
9687 place.
9688
9689 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9690
9691 * term/internal.el (cjk-codepages-alist): Add associations for
9692 Chinese and Korean codepages. Remove FIXME comment.
9693
9694 2000-05-03 Dave Love <fx@gnu.org>
9695
9696 * time.el (display-time-mail-face, display-time-use-mail-icon):
9697 New option.
9698 (display-time-mail-icon): New variable.
9699 (display-time-string-forms): Use the above. Fix the local-map.
9700
9701 2000-05-03 Gerd Moellmann <gerd@gnu.org>
9702
9703 * replace.el (query-replace-map): Add binding for `E'.
9704 (query-replace-help): Extend help text.
9705 (perform-replace): Allow editing the replacement string.
9706
9707 * make-mode.el (makefile-mode-abbrev-table): New variable.
9708 (makefile-mode): Set local abbrev table to
9709 makefile-mode-abbrev-table.
9710 (makefile-font-lock-keywords): Fontify includes and conditionals.
9711
9712 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9713 set TOGGLE's value.
9714
9715 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9716 mail-interactive-insert-alias.
9717 (mail-abbrev-complete-alias): New command.
9718 (mail-mode-map): Bind it to `M-TAB'.
9719
9720 2000-05-03 Kenichi Handa <handa@etl.go.jp>
9721
9722 * language/lao-util.el (lao-compose-region): New function.
9723
9724 2000-05-02 Gerd Moellmann <gerd@gnu.org>
9725
9726 * files.el (recover-session): Make directories as necessary
9727 if they don't exist yet.
9728
9729 * calendar/cal-french.el
9730 (french-calendar-multibyte-special-days-array)
9731 (french-calendar-special-days-array): Change French text.
9732 (calendar-french-date-string): Change output.
9733 (calendar-goto-french-date): Likewise.
9734
9735 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9736
9737 * wid-edit.el (widget-default-active): Obey `:always-active'.
9738 (widget-documentation-string-value-create): Set `:always-active'.
9739
9740 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9741
9742 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9743 default prefix to `~/_emacs.d/auto-save.list/_s'.
9744 (normal-top-level): Create the directory for auto-save files, if
9745 it doesn't already exist (in the ms-dos case only).
9746
9747 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9748
9749 * international/mule-cmds.el (set-language-environment): Don't
9750 concat an integer (dos-codepage), use format instead.
9751
9752 2000-05-02 Dave Love <fx@gnu.org>
9753
9754 * help.el (help-xref-on-pp): Check for constant symbols.
9755
9756 2000-04-29 Gerd Moellmann <gerd@gnu.org>
9757
9758 * startup.el (normal-top-level): Put a condition-case around
9759 the code loading subdirs.el.
9760
9761 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9762
9763 * ps-print.el: Upside-down and face background color printing,
9764 line number step, doc fix.
9765 (ps-print-version): New version number (5.2).
9766 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9767 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9768 (ps-spool-config): Var fix.
9769 (ps-printer-name-option): Const fix.
9770 (ps-print-upside-down, ps-use-face-background)
9771 (ps-line-number-step): New vars.
9772 (ps-window-system, ps-lp-system): New consts.
9773 (ps-face-background): New fun.
9774
9775 2000-04-28 Richard Stallman <rms@gnu.org>
9776
9777 * files.el (make-auto-save-file-name):
9778 Apply auto-save-file-name-transforms to visited file name
9779 before generating auto save file name.
9780 (auto-save-file-name-transforms): New variable.
9781
9782 * files.el (backup-enable-predicate):
9783 Correctly test for a file under a temporary directory.
9784
9785 2000-04-28 Gerd Moellmann <gerd@gnu.org>
9786
9787 * subr.el (add-minor-mode): Rewritten.
9788
9789 2000-04-28 Kenichi Handa <handa@etl.go.jp>
9790
9791 * mail/sendmail.el (sendmail-send-it): Set
9792 buffer-file-coding-system to the selected coding system for MIME
9793 header.
9794
9795 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9796
9797 * dired.el (dired-move-to-filename-regexp): Allow format where
9798 YYYY is followed by two spaces.
9799
9800 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9801 in the second character class of the regexp.
9802
9803 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9804 mh-etc, too.
9805
9806 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9807 nil.
9808
9809 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9810
9811 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9812 argument.
9813
9814 2000-04-27 Sen Nagata <sen@eccosys.com>
9815
9816 * emacs-lisp/crm.el (crm-completion-table): New variable.
9817 (crm-collection-fn, crm-test-completion)
9818 (completing-read-multiple): Use it.
9819
9820 2000-04-27 Dave Love <fx@gnu.org>
9821
9822 * help.el (locate-library): Use mapc.
9823 (help-manyarg-func-alist): Add call-process-region.
9824
9825 2000-04-26 Gerd Moellmann <gerd@gnu.org>
9826
9827 * subr.el (add-minor-mode): Make argument MAP optional.
9828
9829 * desktop.el (desktop-save): Save list of minor modes.
9830 (desktop-create-buffer): Restore minor modes.
9831 (desktop-minor-mode-table): New user-option.
9832
9833 * subr.el (add-minor-mode): New function.
9834
9835 * image.el (find-image): New function.
9836 (defimage): Rewritten to find image at load time.
9837
9838 * startup.el (normal-top-level-add-to-load-path): Handle
9839 case that the default directory is not in load-path.
9840
9841 * help.el: Old patch from Stefan Monnier.
9842 (help-xref-on-pp): New function.
9843 (describe-variable): Use it to display xrefs in a symbol's value.
9844
9845 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * cus-edit.el (custom-face): Fix parenthesis.
9848
9849 2000-04-26 Kenichi Handa <handa@etl.go.jp>
9850
9851 * mail/rmail.el (rmail-expunge): When there are no deleted
9852 messages, do nothing.
9853
9854 2000-04-26 Dave Love <fx@gnu.org>
9855
9856 * international/mule-cmds.el (locale-translation-file-name):
9857 Defvar to nil.
9858 (set-locale-environment): Set it here (at runtime).
9859
9860 2000-04-25 Gerd Moellmann <gerd@gnu.org>
9861
9862 * replace.el (perform-replace): Add parameters START and END. Use
9863 them instead of the check for a region in Transient Mark mode.
9864 (query-replace-read-args): Return two more list elements for the
9865 start and end of the region in Transient Mark mode.
9866 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9867 (map-query-replace-regexp, replace-string, replace-regexp): Add
9868 optional last arguments START and END and pass them to
9869 perform-replace.
9870
9871 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9872 form with additional arguments for perform-replace.
9873
9874 * progmodes/etags.el (tags-query-replace): Add parameters START
9875 and END. Construct a form with additional arguments for
9876 perform-replace.
9877
9878 * simple.el (shell-command): Set default directory for "*Shell
9879 Command Output" buffer.
9880
9881 * language/european.el (iso-latin-4): Fix typo.
9882
9883 * emacs-lisp/crm.el: New file.
9884
9885 2000-04-24 Dave Love <fx@gnu.org>
9886
9887 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9888 (Custom-reset-saved, Custom-reset-standard)
9889 (custom-group-value-create, custom-group-set, custom-group-save)
9890 (custom-group-reset-current, custom-group-reset-saved)
9891 (custom-group-reset-standard): Use mapc.
9892 (custom-buffer-create-internal): Disable undo when creating items.
9893 Use mapc.
9894 (custom-face): Avoid redundant lambda.
9895
9896 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9897
9898 * startup.el (auto-save-list-file-prefix): Set default to
9899 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9900
9901 2000-04-24 Sam Steingold <sds@gnu.org>
9902
9903 * time-stamp.el (time-stamp-string-preprocess): Always convert
9904 `field-result' to a string.
9905
9906 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9907
9908 * frame.el (scrolling): New group.
9909 (automatic-hscrolling): New user-option.
9910
9911 * startup.el (command-line-x-option-alist): Add `-lsp' and
9912 `--line-spacing'.
9913
9914 2000-04-19 Dave Love <fx@gnu.org>
9915
9916 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9917 (cl-mapc): Rename from mapc. Fix the funcall.
9918
9919 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9920
9921 * simple.el (clone-indirect-buffer-other-window): New command.
9922 (clone-indirect-buffer): Add optional arg NORECROD.
9923 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9924
9925 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9926
9927 * window.el (count-screen-lines): New function.
9928 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9929 instead of window-buffer-height.
9930
9931 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9932 non-existing variable comint-input-sentinel.
9933 (inferior-lisp-args-to-list): Removed.
9934 (inferior-lisp): Use split-string instead of
9935 inferior-lisp-args-to-list.
9936
9937 * hexl.el (hexl-insert-hex-string): New command.
9938
9939 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9940 instead of concat.
9941
9942 2000-04-18 Gerd Moellmann <gerd@gnu.org>
9943
9944 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9945 at the start of an existing but empty folder.
9946
9947 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9948
9949 * ps-mule.el: Customization fix, doc fix.
9950 (ps-multibyte-buffer): Customization fix.
9951
9952 2000-04-17 Richard M. Stallman <rms@gnu.org>
9953
9954 * subr.el (read-passwd): Use read-char-exclusive.
9955
9956 2000-04-17 Gerd Moellmann <gerd@gnu.org>
9957
9958 * textmodes/texinfo.el (texinfo-insert-@email)
9959 (texinfo-insert-@emph, texinfo-insert-@quotation)
9960 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9961 (texinfo-mode-map): Add key bindings for them.
9962
9963 * files.el (basic-save-buffer-2): Use a template with `$'
9964 instead of `#' for VMS.
9965
9966 * simple.el (clone-indirect-buffer): New function.
9967
9968 2000-04-16 Stephen Eglen <stephen@gnu.org>
9969
9970 * iswitchb.el (iswitchb-case): New function. If the user input
9971 contains any upper-case characters, the search is made
9972 case-sensitive.
9973
9974 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9975
9976 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9977 comment-end.
9978 (texinfo-font-lock-syntactic-keywords): New var.
9979 (texinfo-font-lock-keywords): Remove comment regexp.
9980 (texinfo-insert-block): New function.
9981 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9982 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9983 and font-lock-defaults. Use regexp-opt for outline-regexp.
9984 (texinfo-environments): New var.
9985 (texinfo-environment-regexp): Use regexp-opt and
9986 texinfo-environments.
9987
9988 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9989 ispell-process is bound since this might be eval'd before ispell
9990 is loaded.
9991 (ispell-message): Use a tiny bit less magic and a bit more hard
9992 data to figure out what kind of sc-cite-regexp to use.
9993
9994 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9995
9996 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9997 (insert-cyclic-diary-entry): Unquote the lambda.
9998
9999 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10000
10001 * files.el (backup-enable-predicate): Unquote the lambda.
10002
10003 * cus-edit.el (custom-face, face): Unquote the lambda.
10004
10005 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10006
10007 * ps-print.el: Check for line-beginning-position definition.
10008
10009 * ps-print.el: Fix counting lines in a region.
10010 (ps-print-version): New version number (5.1.5).
10011 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10012 (ps-printing-region): Fun code fix.
10013
10014 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10015
10016 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10017 to file-directory-p.
10018
10019 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10020
10021 * gud.el (gud-jdb-build-source-files-list): Check that directory
10022 exists before calling directory-files.
10023
10024 2000-04-13 Dave Love <fx@gnu.org>
10025
10026 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10027 syntax.
10028
10029 * emacs-lisp/cl-specs.el: Remove when, unless.
10030
10031 * emacs-lisp/cl-extra.el: Don't quote keywords.
10032 (cl-old-mapc): New variable.
10033 (mapc): Use it.
10034 (cl-map-intervals): Use with-current-buffer. Don't check for
10035 next-property-change.
10036 (cl-map-overlays): Use with-current-buffer.
10037 (cl-expt): Remove.
10038 (copy-tree, remprop): Define unconditionally.
10039
10040 * emacs-lisp/cl-compat.el (keywordp): Remove.
10041
10042 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10043 to use keywordp.
10044 (edebug-spec): Enable keywordp.
10045
10046 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10047 string-lessp.
10048
10049 * cus-start.el: Use keywordp.
10050
10051 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10052
10053 * diary-lib.el (include-other-diary-files): Fix the fix of
10054 2000-02-18 by doing a save-excursion.
10055
10056 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10057
10058 * ps-print.el: Customization fix, doc fix.
10059 (ps-print-version): New version number (5.1.4).
10060 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10061 (ps-print-preprint): Adjust code.
10062 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10063 (ps-print-prologue-header, ps-print-control-characters)
10064 (ps-spool-config): Customization fix.
10065
10066 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10069 converted to the new menu-item format, names silightly changed,
10070 help strings added.
10071
10072 Support for spelling without async subprocesses:
10073
10074 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10075 (ispell-session-buffer): New variables.
10076 (ispell-start-process, ispell-process-status,
10077 ispell-accept-output, ispell-send-string): New functions, for
10078 Ispell invocation when async subprocesses aren't supported.
10079 (ispell-word, ispell-pdict-save, ispell-command-loop,
10080 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10081 to process-send-string with calls to ispell-send-string, and
10082 accept-process-output with ispell-accept-output.
10083 (ispell-init-process): Call ispell-process-status instead of
10084 process-status with.
10085 (ispell-init-process): Call ispell-start-process. Call
10086 ispell-accept-output and ispell-send-string. Don't call
10087 process-kill-without-query and kill-process if they are unbound.
10088 (ispell-async-processp): New function.
10089
10090 2000-04-12 Dave Love <fx@gnu.org>
10091
10092 * info.el: Add debug-ignored-errors.
10093 (Info-mode-menu): Add some items.
10094 (Info-directory): Add autoload cookie.
10095
10096 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10097 Modify `truncate-lines'. Make `describe-language-environment'
10098 always visible and add help. Modify `describe-key' help. Invoke
10099 Info-directory from `info'. New entry `emacs-manual'.
10100
10101 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10102
10103 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10104 propertized-buffer-identification.
10105 (ebrowse-update-member-buffer-mode-line): Likewise.
10106 (ebrowse--mode-strings): Removed.
10107 (ebrowse--mode-line-props): Removed.
10108
10109 * files.el (auto-mode-alist): Add `EBROWSE'.
10110
10111 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10112 space before testing for end of buffer.
10113 (ebrowse-load): Removed.
10114 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10115 (ebrowse-create-tree-buffer): Rewritten.
10116 (ebrowse-tree-mode): Read tree from buffer.
10117
10118 * progmodes/ebrowse-ffh.el: Removed.
10119
10120 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10121
10122 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10123
10124 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10125
10126 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10127 at the wrong place.
10128
10129 2000-04-09 Dave Love <fx@gnu.org>
10130
10131 * files.el (backup-enable-predicate): Use
10132 temporary-file-directory, small-temporary-file-directory.
10133 (make-backup-file-name-function, backup-directory-alist): New
10134 variables.
10135 (make-backup-file-name-1): New function.
10136 (make-backup-file-name): Use it.
10137 (find-backup-file-name): Likewise. Use format for clarity, not
10138 concat.
10139 (file-newest-backup): Use make-backup-file-name.
10140
10141 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10142
10143 * progmodes/ebrowse-ffh.el: New file.
10144
10145 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10146 to ebrowse-ffh.el.
10147 (ebrowse-load): Add autoload.
10148
10149 * finder.el (finder-commentary): Add autoload cookie.
10150
10151 * mail/rfc2368.el: Correct author's email address.
10152
10153 * progmodes/ebrowse.el: New file.
10154
10155 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10156 item help string.
10157 (easy-menu-do-add-item): Ditto.
10158 (easy-menu-define): Extend doc string.
10159
10160 * jit-lock.el (with-buffer-unmodified): Use
10161 restore-buffer-modified-p.
10162 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10163 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10164 with-buffer-unmodified.
10165
10166 2000-04-08 Dave Love <fx@gnu.org>
10167
10168 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10169 unless, when.
10170
10171 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10172
10173 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10174 (viper-flash-search-pattern): No operation when using Emacs
10175 doesn't support face.
10176 Use `viper-put-on-search-overlay'.
10177
10178 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10179
10180 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10181 like C-r.
10182
10183 * progmodes/make-mode.el: Some doc fixes.
10184 (makefile-mode-abbrev-table): New variable.
10185 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10186 (makefile-font-lock-keywords): Fontify includes and conditionals.
10187 (toplevel): Require `dabbrev' and `add-log' when compiling.
10188
10189 * replace.el (perform-replace): Don't move forward one char
10190 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10191 to do that because it leaves point 1 position after the last
10192 replacement, after everything has been replaced.
10193
10194 * jit-lock.el (with-buffer-unmodified): New macro.
10195 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10196 modified state.
10197 (jit-lock-function-1): Extracted from jit-lock-function; not
10198 preserving buffer's modified state.
10199 (jit-lock-function, jit-lock-stealth-fontify): Call
10200 jit-lock-function-1.
10201
10202 * mail/rfc2368.el: Remove supernumerary copyright line.
10203
10204 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10205
10206 * glasses.el: Provide facilities for inserting space before left
10207 parentheses and uncapitalization of identifiers.
10208 (glasses-mode): Try to remove old overlays in all cases.
10209
10210 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10211
10212 * progmodes/compile.el (compile-internal): Display the compilation
10213 buffer in a different frame, if it's already displayed there.
10214
10215 * mail/rfc2368.el: New file.
10216
10217 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10218 header and insert its value as mail body.
10219
10220 * subr.el (member-ignore-case): New function.
10221
10222 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10223 (dabbrev--find-expansion): Ignore buffers matching a regexp
10224 from dabbrev-ignored-regexps.
10225
10226 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10227 to extensions handled by gzip.
10228
10229 2000-04-03 Richard M. Stallman <rms@gnu.org>
10230
10231 * files.el (insert-directory): List the total free space
10232 along with the used space.
10233
10234 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10235 line is followed by one that matches CITATION-REGEXP, end the
10236 paragraph.
10237
10238 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10239
10240 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10241 (rmail-make-basic-summary-line): Use that option.
10242
10243 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10244
10245 * international/mule-cmds.el (encoded-string-description):
10246 Rewritten. Try pretty description for ISO 2022 escape sequences
10247 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10248 for hexadecimal format.
10249
10250 2000-04-01 Dave Love <fx@gnu.org>
10251
10252 * cpp.el: Change customization group to `c' from `C'.
10253
10254 * vcursor.el (vcursor-move): Use display-color-p.
10255
10256 * international/mule-util.el: Provide mule-utils.
10257 (string-to-sequence): Simplify and speed up.
10258
10259 * international/mule.el (make-coding-system): Purecopy doc-string.
10260
10261 * international/mule-cmds.el: Various menu changes.
10262 (describe-specified-language-support): Handle `Default'.
10263 (set-language-info): Purecopy `info'.
10264
10265 2000-03-31 Andrew Innes <andrewi@gnu.org>
10266
10267 * vc.el (vc-backend-diff): Return the correct status if we had to
10268 retry the rcsdiff command without the --brief option.
10269
10270 2000-03-31 Dave Love <fx@gnu.org>
10271
10272 * help.el (help-manyarg-func-alist): Correct several omissions.
10273
10274 * add-log.el: Don't require cl, fortran.
10275 (add-log-current-defun-function): Doc fix.
10276 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10277 fix.
10278 (change-log-version-rcs): Function deleted.
10279 (change-log-version-number-search): Doc fix. Use
10280 vc-workfile-version. Avoid CL dolist.
10281 (add-change-log-entry): Just call add-log-current-defun to get
10282 defun. Simplify somewhat.
10283 (change-log-get-method-definition-1): Likewise.
10284 (add-log-current-defun): Return nil if calling
10285 add-log-current-defun-function does so. Move Fortran stuff to
10286 fortran.el. Return string without properties.
10287
10288 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10289 and :alpha: char classes.
10290
10291 * mail/supercite.el: Defvar curline when compiling.
10292 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10293 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10294 rather than a-zA-Z0-9 to allow non-ASCII characters.
10295
10296 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10297
10298 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10299
10300 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10301 Re-enable new code.
10302
10303 * lpr.el (print-region-1): Use -d to specify printer name for
10304 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10305
10306 2000-03-31 Dave Love <fx@gnu.org>
10307
10308 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10309 for function definition in symbol's function value slot first
10310 instead of first consulting byte-compile-function-environment.
10311
10312 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10313
10314 * language/european.el ("Polish"): New language environment.
10315 (setup-polish-environment): New function.
10316
10317 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10318
10319 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10320 Disable new code.
10321
10322 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10323 trying to `load' the symbol of an autoload instead of the file
10324 recorded in the autoload. Fix error messages.
10325
10326 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10327
10328 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10329 (ps-print-version): New version number (5.1.3).
10330 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10331 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10332 (ps-generate-postscript-with-faces): Code fix.
10333 (ps-color-values): XEmacs compatibility.
10334 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10335 (ps-default-fg, ps-default-bg): Adjust customization.
10336 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10337 (ps-color-scale): Renaming old ps-color-value fun.
10338 (ps-print-headers): Replace ps-print-header group to avoid conflict
10339 with ps-print-header variable.
10340 (ps-print-miscellany): New group.
10341 (ps-format-color, ps-rgb-color): New funs.
10342 (ps-default-foreground): New var.
10343 (ps-printer-name-option): New const.
10344
10345 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10346
10347 * net/net-utils.el:
10348 (network-connection-host, network-connection-service): New variables
10349 (network-connection-mode): New mode, derived from comint-mode
10350 (network-connection-mode-setup): New function, saves host and
10351 service information in local variables.
10352
10353 * lisp/locate.el:
10354 (locate-word-at-point): Added this function
10355 (locate): Default to using locate-word-at-point as input
10356 Run dired-mode-hook
10357
10358 2000-03-29 Dave Love <fx@gnu.org>
10359
10360 * calendar/appt.el: Doc fixes.
10361 (appt-check): Convert min-to-app to a string before passing to
10362 appt-disp-window-function or concat.
10363 (appt-delete-window): Remove test for frame-root-window.
10364 (appt-select-lowest-window, appt-convert-time): Simplify.
10365
10366 * emacs-lisp/bytecomp.el: Doc fixes.
10367 (byte-compile-file-form-autoload): Update
10368 byte-compile-function-environment.
10369
10370 2000-03-29 Andreas Schwab <schwab@suse.de>
10371
10372 * emacs-lisp/autoload.el: Also print defsubst doc string
10373 specially.
10374
10375 * dired.el (dired-insert-directory): If dired-free-space-program
10376 failed just delete its output.
10377
10378 2000-03-29 Dave Love <fx@gnu.org>
10379
10380 * international/iso-cvt.el: Move provide to end. Doc fixes.
10381 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10382 (iso-iso2sgml, iso-sgml2iso): New functions.
10383 (iso-cvt-define-menu): Fix some entries and use backquote for
10384 clarity.
10385
10386 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10387
10388 2000-03-28 Gerd Moellmann <gerd@gnu.org>
10389
10390 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10391 ISO-DATE. If non-nil, return date in ISO 8601 format.
10392
10393 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10396 if it ever becomes used.
10397 (log-edit-mode-hook): Default to vc-log-mode-hook.
10398 (log-edit-mode): Fix the docstring.
10399
10400 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10401 the code.
10402
10403 2000-03-26 Dave Love <fx@gnu.org>
10404
10405 * net/browse-url.el (browse-url): Re-fix case of
10406 browse-url-browser-function being an alist.
10407 (browse-url): Add :link to defgroup.
10408
10409 * files.el: Doc fixes.
10410 (file-truename): Include `[' in wildcard characters.
10411 (automount-dir-prefix): Customize.
10412 (find-file-wildcards): Add :version.
10413 (find-file-noselect): Simplify a mapcar call.
10414
10415 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10416 compatible with inf-lisp version.
10417 (eval-defun-1): Fix custom-declare-variable case.
10418
10419 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10420
10421 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10422
10423 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10424
10425 * Makefile (COMPILE_FIRST): New macro.
10426 (compile-files): Compile files from COMPILE_FIRST first.
10427
10428 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10429 code.
10430
10431 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10432 matching open parenthesis in column 0 to defun-prompt-regexp
10433 only if open-paren-in-column-0-is-defun-start is set.
10434
10435 * sun-curs.el: Require CL at compile-time only.
10436
10437 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10438 instead of copy-list which is a function from CL.
10439 (msb--choose-menu, msb--mode-menu-cond)
10440 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10441 (msb--init-file-alist): Use mapcar instead of mapcan.
10442 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10443 `(' in column 0 in doc string.
10444 (msb--add-separators): Use mapcar instead of mapcan.
10445
10446 * cus-dep.el: Require CL at compile-time only.
10447
10448 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10449
10450 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10451 (byte-compile-warnings): New warning `noruntime'.
10452 (byte-compile-constants, byte-compile-variables): Fix docstring.
10453 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10454 execute `eval-whenc-compile's body.
10455 (byte-compile-unresolved-functions): Fix docstring.
10456 (byte-compile-eval): New function.
10457 (byte-compile-callargs-warn): Check if the function will be available
10458 at runtime (via property `byte-compile-noruntime').
10459 (byte-compile-print-syms): New function.
10460 (byte-compile-warn-about-unresolved-functions): Also warn about
10461 `noruntime' functions (and use `byte-compile-print-syms').
10462 (byte-compile-file): Capitalize the message.
10463
10464 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10465
10466 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10467 (rmail-expunge): Ask for confirmation depending on the setting
10468 of rmail-confirm-expunge.
10469
10470 2000-03-23 Gerd Moellmann <gerd@gnu.org>
10471
10472 * Makefile (bootstrap-clean): If $(emacs) exists, build
10473 loaddefs.el first. A loaddefs.el that's not up-to-date might
10474 cause a bootstrap failure because things don't autoload as
10475 expected.
10476
10477 2000-03-23 Dave Love <fx@gnu.org>
10478
10479 * net/browse-url.el: Restore previous use of
10480 browse-url-maybe-new-window.
10481
10482 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10483
10484 * ps-print.el: Skip banner page fix.
10485 (ps-print-version): New version number (5.1.2).
10486 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10487
10488 2000-03-23 Dave Pearson <davep@davep.org>
10489
10490 * net/quickurl.el Changed the type of parameter passed to the
10491 function defined by `quickurl-format-function'. Before only the
10492 text of the URL was passed. Now the whole URL structure is passed
10493 and the function is responsible for extracting the parts it
10494 requires. Changed the default of `quickurl-format-function'
10495 accordingly.
10496 (quickurl-insert): Changed the `funcall' of
10497 `quickurl-format-function' to match the above change.
10498 (quickurl-list-insert): Changed the `url' case so that it makes
10499 use of `quickurl-format-function', previous to this the format was
10500 hard wired.
10501
10502 2000-03-22 Gerd Moellmann <gerd@gnu.org>
10503
10504 * startup.el: Change some spellings for the X Window System.
10505
10506 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10507
10508 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10509 up the code and the regexp and make sure the cursor is temporarily
10510 moved to the suspicious line while querying the user.
10511
10512 2000-03-22 Jason Rumney <jasonr@gnu.org>
10513
10514 * w32-fns.el (w32-charset-info-alist): Initialize.
10515
10516 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10517
10518 * ps-print.el: N-up last page fix.
10519 (ps-print-version): New version number (5.1.1).
10520 (ps-end-file, ps-end-job, ps-generate): Code fix.
10521
10522 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10523
10524 * files.el (find-file-run-dired): Update docstring.
10525 (find-directory-functions): New hook.
10526 (find-file-noselect): Run find-directory-functions rather than
10527 calling dired directly.
10528
10529 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10530
10531 * pcvs.el: Add a minimal leading commentary.
10532 (cvs-make-cvs-buffer): Change the header part by removing the startup
10533 message and adding a `Module' entry. Also replace the FOOTER and
10534 HEADER special fileinfos with the new support in ewoc for updating
10535 its own footer and header.
10536 (cvs-update-header): Update to use the header/footer of the ewoc.
10537 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10538 (cvs-is-within-p): New function.
10539 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10540 to only examine some subset of the buffers.
10541
10542 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10543 `format' instead of our own ad-hoc functions.
10544 Remove HEADER and FOOTER cases, now handled in the EWOC.
10545 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10546
10547 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10548 output to avoid scaring the user.
10549 (cvs-parse-table): Catch message for non-up-to-date commits.
10550
10551 * pcvs-defs.el (cvs-startup-message): Remove.
10552 (cvs-global-menu): New autoloaded menu.
10553
10554 * pcvs-util.el (cvs-string-fill): Remove.
10555
10556 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10557 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10558 PP part of it and also make it work for footers and headers.
10559 (ewoc-create): Drop POS and BUFFER arguments.
10560 Use the DLL's dummy node to store the end-of-footer position.
10561 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10562 (ewoc-refresh): Remove unused `header' variable.
10563 (ewoc-(get|set)-hf): New functions.
10564
10565 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10566 log-view-*-(message|file) and use easy-mmode-define-navigation.
10567 (log-view-message-re): Match SCCS format as well.
10568 And match the revision line rather than the dashed separator line.
10569 (log-view-mode): Use the new define-derived-mode.
10570 (log-view-current-tag): Fill in with an actual implementation.
10571
10572 * cvs-status.el (cvs-status-(prev|next)): Rename from
10573 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10574 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10575 to let the output "breathe" a little more (more readable).
10576 (cvs-status-mode): Use the new define-derived-mode.
10577
10578 * smerge-mode.el (smerge-auto-leave): New function and variable.
10579 (smerge-basic-map): Rename from smerge-basic-keymap.
10580 Change the bindings for smerge-diff-*.
10581 (smerge-*-map): Use easy-mmode-defmap.
10582 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10583 (smerge-keep-*): Use smerge-auto-leave.
10584
10585 2000-03-21 Jason Rumney <jasonr@gnu.org>
10586
10587 * cus-edit.el (custom-button-face): Use 3D look for w32.
10588 (custom-button-pressed-face): Likewise.
10589
10590 2000-03-21 Gerd Moellmann <gerd@gnu.org>
10591
10592 * progmodes/etags.el (tags-case-fold-search): New user-option.
10593 (tags-loop-eval): New function. Bind case-fold-search around eval
10594 depending on the value of tags-case-fold-search.
10595 (tags-loop-continue): Use tags-loop-eval.
10596 (find-tag-in-order): Bind case-fold-search depending on the value
10597 of tags-case-fold-search.
10598
10599 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10600
10601 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10602 (diff-end-of-hunk): Return the end position for use in
10603 `easy-mmode-define-navigation'.
10604 (diff-recenter): Remove.
10605 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10606 of `easy-mmode-define-navigation'.
10607 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10608 previous renaming) and fix to use new names.
10609 (diff-merge-strings): Use \n as separator: simpler, faster.
10610 (diff-mode): Use `define-derived-mode'.
10611
10612 * derived.el (define-derived-mode): Don't autoload anymore.
10613 Prefer the macro-only version provided by easy-mmode.el.
10614
10615 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10616 `easy-mmode-define-derived-mode'.
10617 Use `combine-run-hooks'.
10618 (easy-mmode-define-navigation): New macro.
10619
10620 * subr.el (combine-run-hooks): New function.
10621
10622 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
10623
10624 * term/x-win.el: Fontsets related initialization is simplified.
10625
10626 * international/mule-diag.el (describe-font): Don't refer to
10627 global-fontset-alist, instead call font-list.
10628 (describe-fontset, list-fontsets, mule-diag): Likewise.
10629 (print-fontset): Adjusted for the change of fontset
10630 implementation.
10631
10632 * international/fontset.el (x-charset-registries): Variable
10633 removed, instead the corresponding data is stored in the default
10634 fontset.
10635 (register-alternate-fontnames): Function removed.
10636 (resolved-ascii-font): Variable removed.
10637 (x-compose-font-name): Ignore the second argument REDOCE.
10638 (x-complement-fontset-spec): Complement only an ASCII font and
10639 element for those charsets than can use that ASCII font.
10640 (generate-fontset-menu): Don't refer to global-fontset-alist,
10641 instead call fontset-list.
10642 (uninstantiated-fontset-alist): Variable removed.
10643 (x-style-funcs-alist): Likewise.
10644 (fontset-default-styles): Likewise.
10645 (x-modify-font-name): Function removed.
10646 (create-fontset-from-fontset-spec): Ignore the argument
10647 STYLE-VARIANT.
10648 (create-fontset-from-ascii-font): Docsting adjusted for the above
10649 change.
10650 (instantiate-fontset, resolve-fontset-name): Functions removed.
10651 (fontset-list): Now implemented by C code.
10652
10653 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10654 (describe-face): Include `font' attribute in the description.
10655
10656 2000-03-21 Kenichi Handa <handa@etl.go.jp>
10657
10658 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10659
10660 2000-03-20 Gerd Moellmann <gerd@gnu.org>
10661
10662 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10663 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10664 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10665
10666 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10667 about behavior of set-buffer-modified-p wrt redisplay.
10668
10669 2000-03-19 Richard M. Stallman <rms@gnu.org>
10670
10671 * view.el (view-mode-disable): Kill local binding of view-read-only.
10672
10673 2000-03-18 Gerd Moellmann <gerd@gnu.org>
10674
10675 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10676 is a string, convert it to a syntax cell using string-to-syntax.
10677
10678 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10679 (string-to-syntax): New function.
10680
10681 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10682 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10683 try to use passive ftp mode.
10684
10685 2000-03-17 Gerd Moellmann <gerd@gnu.org>
10686
10687 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10688
10689 * simple.el (append-to-buffer): Update point of windows after
10690 insertion.
10691
10692 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10693 forward then moving backward. Reindent.
10694
10695 * frame.el (other-frame): Call x-focus-frame only if
10696 focus-follows-mouse is off.
10697
10698 2000-03-17 Dave Love <fx@gnu.org>
10699
10700 * pcvs-util.el (cvs-strings->string): Rename
10701 replace-regexps-in-string.
10702
10703 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10706 regexp for labels cannot span several lines.
10707
10708 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10709 `(setq :<key> ':<key>)' to the macro expansion.
10710
10711 2000-03-16 Dave Love <fx@gnu.org>
10712
10713 * progmodes/f90.el (f90): Put custom group under `languages', not
10714 `fortran'.
10715 (f90-mode-hook): Customize.
10716 (f90-mode): Set add-log-current-defun-function.
10717 (f90-current-defun): New function.
10718
10719 2000-03-16 Gerd Moellmann <gerd@gnu.org>
10720
10721 * cus-edit.el (custom-variable-tag-face): Handle case that
10722 default face's height is not a number.
10723 (custom-face-tag-face, custom-group-tag-face-1)
10724 (custom-group-tag-face): Ditto.
10725 (custom-group-tag-face-1): Add :group.
10726
10727 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10728
10729 2000-03-15 Gerd Moellmann <gerd@gnu.org>
10730
10731 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10732 requiring easymenu.
10733
10734 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10735
10736 * ps-print.el: PostScript user-defined prologue, PostScript error
10737 handler, doc fix.
10738 (ps-print-version): New version number (5.1).
10739 (ps-user-defined-prologue, ps-error-handler-message)
10740 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10741 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10742 (ps-insert-string): New function.
10743
10744 2000-03-15 Kenichi Handa <handa@etl.go.jp>
10745
10746 * international/ccl.el (ccl-compile-expression): Don't generate
10747 invalid self-assignment code.
10748
10749 2000-03-14 Dave Love <fx@gnu.org>
10750
10751 * subr.el (replace-regexp-in-string): Renamed from
10752 replace-regexps-in-string. Doc fix.
10753
10754 2000-03-12 Dave Love <fx@gnu.org>
10755
10756 * cus-edit.el: Doc fixes.
10757 (customize-set-variable, customize-save-variable): Rename args for
10758 doc.
10759 (custom-variable-tag-face, custom-face-tag-face)
10760 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10761 style which user identify as hyperlink.
10762 (hook): Don't add undefined functions to the hook.
10763 (debug-ignored-errors): Transfer message from bindings.el.
10764
10765 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10766
10767 * recentf.el (recentf-keep-non-readable-files-p): Remove
10768 double/nested definition.
10769
10770 2000-03-12 Dave Love <fx@gnu.org>
10771
10772 * facemenu.el (facemenu-get-face): Use display-color-p.
10773 * enriched.el (enriched-decode-foreground): Likewise.
10774 (enriched-decode-background): Likewise.
10775 * isearch.el (isearch-highlight): Likewise.
10776 * info-look.el (info-lookup): Likewise.
10777 * simple.el (completion-setup-function): Likewise.
10778
10779 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10780 :options.
10781
10782 * bindings.el (mode-line-format): Fix line-number and
10783 column-number items. Add help-echo for the background.
10784 (mode-line-mule-info): Modify help-echo.
10785
10786 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10787 defcustom.
10788
10789 * files.el (load-file): Allow completion to .elc.
10790
10791 * man.el: Doc fixes.
10792 (Man-init-defvars): Use display-color-p to set fontification.
10793
10794 * play/hanoi.el (hanoi-internal): Don't use oddp.
10795
10796 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10797
10798 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10799
10800 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10801
10802 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10803
10804 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10805 Fix comment.
10806
10807 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * font-lock.el (font-lock-keywords): Fix the doc now that
10810 regexp-opt-depth is unnecessary.
10811 (save-buffer-state): Set an edebug spec.
10812 (font-lock-fontify-anchored-keywords): Properly handle the case when
10813 the matcher goes past the limit.
10814
10815 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10816 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10817
10818 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10819 dll.el and cookie.el (from Elib) with heavy renaming and other
10820 massaging.
10821
10822 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10823 Autoload the functions used.
10824 (easy-mmode-define-syntax): Fix CL typo.
10825 (easy-mmode-define-derived-mode): Improve the docstring generation.
10826
10827 2000-03-10 Gerd Moellmann <gerd@gnu.org>
10828
10829 * textmodes/texinfo.el (texinfo-version): Variable and function
10830 removed.
10831
10832 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10833
10834 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10835 allow more flexibility.
10836 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10837 fns.
10838 (easy-mmode-defmap, easy-mmode-defsyntax)
10839 (easy-mmode-define-derived-mode): New macros.
10840
10841 2000-03-09 Didier Verna <didier@xemacs.org>
10842
10843 * rect.el (replace-rectangle): New function.
10844
10845 2000-03-09 Dave Love <fx@gnu.org>
10846
10847 * progmodes/fortran.el (fortran-comment-line-start): Define as
10848 "C".
10849 (fortran-comment-line-start-skip): Don't match cpp stuff.
10850 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10851 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10852 (fortran-mode): Don't set fortran-comment-line-start-skip,
10853 fortran-comment-line-start here. Set comment-start,
10854 add-log-current-defun.
10855 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10856 (fortran-current-defun): New function.
10857
10858 2000-03-09 Gerd Moellmann <gerd@gnu.org>
10859
10860 * emacs-lisp/re-builder.el: New file.
10861
10862 * mouse.el (mouse-drag-region): Don't run up-event handler
10863 if hscroll has changed.
10864
10865 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10866 builtin operators, use `font-lock-builtin-face' for Emacs and
10867 `font-lock-preprocessor-face' otherwise.
10868
10869 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10870 `(defun (setf foo)' differently.
10871
10872 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10873
10874 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10875 (regexp-opt): Update comment and adapt the code the new meaning of
10876 the `paren' argument of regex-opt-group for shy-groups.
10877 (regexp-opt-depth): Handle shy groups as well as backslashed
10878 backslashes.
10879 (regexp-opt-group): Turn the leading comment into a docstring.
10880 Allow `paren' to be a string (the string to use to open a group).
10881 Remove open-presuf and close-presuf. Instead of checking for `all
10882 one-char' and then later on check for `several one-char', handle
10883 both cases close together. Also apply a more generic algorithm
10884 for suffixes (the mirror image of the algorithm used for
10885 prefixes). Use shy-groups. Use nreverse rather than reverse.
10886 (regexp-opt-try-suffix): Removed.
10887
10888 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10889 from comint-mode-map, so we can just inherit from it. Also, move
10890 the initialization into the `defvar' since there's no docstring
10891 anyway and it's fairly short.
10892 (inferior-scheme-mode): Define it as derived-mode: the code is
10893 shorter and this way we inherit from comint-mode-map rather than
10894 copying it.
10895
10896 * subr.el (replace-regexps-in-string): Properly handle the case
10897 where we match an empty string.
10898
10899 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10900 when the command has a directory component (such as "./testml").
10901 Also fix a typo in the comment.
10902
10903 2000-03-08 Gerd Moellmann <gerd@gnu.org>
10904
10905 * Makefile (compile-files): Compile files one by one because
10906 that's the only way to ensure a clean compilation environment for
10907 each individual file.
10908
10909 * frame.el (other-frame): Call x-focus-frame.
10910
10911 2000-03-07 Dave Love <fx@gnu.org>
10912
10913 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10914 :require to defcustom.
10915
10916 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10917 lists.
10918
10919 * files.el (auto-mode-alist): Add configure.in.
10920
10921 * progmodes/autoconf.el: New file.
10922
10923 2000-03-07 Gerd Moellmann <gerd@gnu.org>
10924
10925 * mail/mh-e.el: Change maintainer to `none'.
10926
10927 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10928 to remove-hook and add-hook.
10929
10930 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10931
10932 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10933 it as the default.
10934 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10935 (sendmail-send-it): Conditionally add MIME headers specifying the
10936 used character set.
10937
10938 2000-03-07 Dave Love <fx@gnu.org>
10939
10940 * winner.el: Fix keywords, autoload cookies. Split
10941 eval-when-compile form to avoid compilation failure.
10942
10943 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10944
10945 * international/mule.el: Modify comment about coding system
10946 property `coding-category'.
10947 (make-coding-system): New argument EOL-TYPE. Pay attention to
10948 coding-category property of PROPERTIES.
10949
10950 * international/mule-conf.el (coding-category-utf-8,
10951 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10952 categories. Include them in the argument for set-coding-priority.
10953
10954 * international/mule-cmds.el (reset-language-environment): Include
10955 coding-category-utf-8, coding-category-utf-16-be, and
10956 coding-category-utf-16-le in the argument for set-coding-priority.
10957 (reset-language-environment): Initialize coding-category-utf-8,
10958 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10959
10960 2000-03-06 Karl Fogel <kfogel@red-bean.com>
10961
10962 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10963 code abstracted out of `bookmark-jump-noselect'. Now tries info
10964 extensions as well as compression extensions.
10965 (bookmark-jump-noselect): Use above new func.
10966
10967 2000-03-03 Gerd Moellmann <gerd@gnu.org>
10968
10969 * strokes.el: Change maintainer's mail address.
10970
10971 2000-03-03 Kenichi Handa <handa@etl.go.jp>
10972
10973 * international/mule-diag.el (list-character-sets): Make help-echo
10974 string by substitute-command-keys.
10975 (list-character-sets): Likewise.
10976 (sort-listed-character-sets): Call help-setup-xref.
10977
10978 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10979
10980 * time.el (display-time-mail-file): Add `none' to the list of
10981 choices.
10982
10983 2000-03-01 Dave Love <fx@gnu.org>
10984
10985 * help.el (help-xref-go-back): Don't try to set position.
10986
10987 * international/mule-diag.el (list-character-sets): Call
10988 help-setup-xref. Add help-echo to xrefs.
10989 (list-character-sets-1): Add help-echo to xrefs.
10990
10991 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10992
10993 * frame.el (blink-cursor-mode): Switch cursor on when turning
10994 the mode off.
10995
10996 * add-log.el (add-log-current-defun): Add support for
10997 Autoconf mode.
10998
10999 * mail/rmail.el (rmail-quit-hook): New variable.
11000
11001 2000-03-01 Dave Love <fx@gnu.org>
11002
11003 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11004
11005 * help.el (help-xref-button): Add help-echo arg.
11006 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11007
11008 * faces.el (list-faces-display): Supply help-echo with
11009 help-make-xrefs.
11010
11011 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11012 nil.
11013
11014 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11015
11016 * image.el (defimage): Look for image files in load-path.
11017
11018 * frame.el (busy-cursor-delay-seconds): Change type to
11019 `number'.
11020
11021 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11022
11023 * recentf.el (recentf): Added version tag to the defgroup of
11024 recentf.
11025
11026 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11027
11028 * recentf.el (recentf-cleanup): Changed to remove excluded file
11029 too.
11030 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11031 action to select/unselect a file.
11032 (recentf-edit-list): Code cleanup and improvement.
11033 (recentf-open-more-files-action): `recentf-open-more-files' button
11034 widget action to open a file.
11035 (recentf-open-more-files): No more use standard completion but
11036 widgets.
11037 (recentf-more-collection): Deleted.
11038 (recentf-more-history): Deleted.
11039 (recentf-setup-more-completion): Deleted.
11040
11041 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11042
11043 * recentf.el (recentf-mode): No more needs that Emacs is running
11044 under a window-system.
11045
11046 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11047
11048 * recentf.el (recentf-edit-list): New command to edit the recent
11049 list which allow the user to remove files.
11050 (recentf-edit-selected-items): New global variable, used by
11051 `recentf-edit-list' to hold the list of files to be removed from
11052 the recent list.
11053 (recentf-make-menu-items): Updated to display a "Edit list..."
11054 menu item. Minor code cleanup.
11055
11056 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11057
11058 * recentf.el (recentf-open-more-files): New command to open files
11059 that are not displayed in the menu.
11060 (recentf-more-collection): New global variable holding the set of
11061 permissible completions used by `recentf-open-more-files'.
11062 (recentf-more-history): New global variable holding the history list
11063 used by `recentf-open-more-files' completion.
11064 (recentf-setup-more-completion): New function to setup completion for
11065 `recentf-open-more-files'.
11066 (recentf-make-menu-items): Updated to display a "More..." menu item.
11067
11068 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11069
11070 * recentf.el (recentf-menu-action): Doc fixed.
11071
11072 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11073
11074 * recentf.el (recentf-menu-filter): Doc updated.
11075 (recentf-update-menu-hook): Allow menu filters to force menu update.
11076 (recentf-make-menu-items): New menu filter handling.
11077 (recentf-make-menu-item): New helper function.
11078 (recentf-menu-elements): New menu handling function.
11079 (recentf-sort-ascending): Updated to new menu filter handling.
11080 (recentf-sort-descending): Updated to new menu filter handling.
11081 (recentf-sort-basenames-ascending): New menu filter function.
11082 (recentf-sort-basenames-descending): New menu filter function.
11083 (recentf-show-basenames): New menu filter function.
11084 (recentf-show-basenames-ascending): New menu filter function.
11085 (recentf-show-basenames-descending): New menu filter function.
11086
11087 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11088
11089 * diary-lib.el (list-diary-entries): Don't try to go forward at
11090 the end of the buffer.
11091
11092 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11093
11094 * international/mule-diag.el (list-character-sets): Completely
11095 rewritten.
11096 (sort-listed-character-sets): New function.
11097 (list-character-sets-1): Completely rewritten.
11098 (list-character-sets-2): New function.
11099 (non-iso-charset-alist): New variable.
11100 (decode-codepage-char): New function.
11101 (charset-history): New variable.
11102 (read-charset) (list-block-of-chars)
11103 (list-iso-charset-chars)
11104 (list-non-iso-charset-chars)
11105 (list-charset-chars): New functions.
11106 (mule-diag): Call list-character-sets-2, not
11107 list-character-sets-2.
11108 (dump-charsets): Likewise.
11109
11110 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11111
11112 * dired-x.el (dired-filename-at-point): Add `@' to valid
11113 file name characters.
11114 (dired-filename-at-point): Handle ange-ftp file names.
11115
11116 * frame.el (frame-notice-user-settings): Use assq-delete-all
11117 instead of assoc-delete-all.
11118 (frame-notice-user-settings): Ditto.
11119
11120 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11121 Don't copy alist.
11122
11123 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11124
11125 * calculator.el (calculator-use-menu): New option.
11126 (calculator-initial-bindings): Changed some bindings to work as
11127 macros.
11128 (calculator-forced-input): Removed.
11129 (calculator-restart-other-mode): New variable.
11130 (calculator-mode-map): Set up menu.
11131
11132 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11133
11134 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11135 tags.
11136
11137 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11138
11139 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11140 translate all ESC key sequences.
11141 (viper-goto-mark-subr): restore markers for files for which
11142 they were saved.
11143 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11144 * viper-util.el (viper-set-replace-overlay-glyphs,
11145 viper-set-replace-overlay): always check if the replacement
11146 overlay is live.
11147 * viper.el (viper-vi-state-mode-list): added major modes.
11148 * ediff-wind.el: minor comment changes.
11149 * ediff.el: copyright notice date fix.
11150
11151 2000-02-27 Jason Rumney <jasonr@gnu.org>
11152
11153 * faces.el (face-font-family-alternatives): Add arial to helv.
11154 (mode-line, header-line, tool-bar): Same default as x for w32.
11155 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11156 face-font-family-alternatives from working.
11157 * term/w32-win.el (mouse-set-font): Do not build fontset from
11158 chosen font.
11159
11160 2000-02-25 Sam Steingold <sds@goems.com>
11161
11162 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11163 properly.
11164
11165 2000-02-25 Richard M. Stallman <rms@gnu.org>
11166
11167 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11168
11169 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11170
11171 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11172 writable.
11173
11174 * frame.el (busy-cursor-delay-seconds): New option.
11175
11176 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11177
11178 * frame.el (show-cursor-in-non-selected-windows): New option.
11179
11180 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11181
11182 * diary-lib.el (include-other-diary-files): Undo the selective
11183 display in any included file and don't kill it.
11184
11185 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11186
11187 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11188 bar. Menu items converted to (menu-item format, help strings
11189 added.
11190 [downcase, upcase]: Don't enable on MS-DOS.
11191 [symlink, symlinks]: Don't show if make-symbolic-link is not
11192 bound.
11193 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11194
11195 2000-02-23 Dave Love <fx@gnu.org>
11196
11197 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11198 (backward-kill-word): Revert addition of * to interactive spec --
11199 it's a feature.
11200
11201 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11202 (backward-kill-sentence, kill-sentence): Likewise.
11203
11204 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11205 scratch buffer name.
11206 (gud-format-command): Use int-to-string in ?l case. Simplify
11207 slightly.
11208
11209 * term/w32-win.el (internal-face-interactive): Update prompt for
11210 new read-face-name.
11211
11212 * mail/footnote.el (footnote): Add :version to defgroup.
11213 (footnote-section-tag-regexp): Customize.
11214 (footnote-start-tag, footnote-end-tag): New option.
11215 (footnote-latin-regexp): New variable.
11216 (Footnote-latin): New function.
11217 (footnote-style-alist): Add element for latin style.
11218 (footnote-style): Moved.
11219 (Footnote-goto-footnote): Use eq to test arg.
11220
11221 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11222
11223 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11224 (byte-compile-trueconstp): Include keywords.
11225 (byte-optimize-quote, byte-optimize-lapcode): Use
11226 byte-compile-const-symbol-p.
11227 (byte-optimize-char-before): New optimization.
11228
11229 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11230 (byte-compile-const-symbol-p): New function.
11231 (byte-compile-constp, byte-compile-out-toplevel)
11232 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11233 Use it.
11234
11235 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11236
11237 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11238
11239 * international/encoded-kb.el: Be sure to update minor-mode-alist
11240 and minor-mode-map-alist.
11241 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11242 codes SS2 and SS3 correctly.
11243 (encoded-kbd-self-insert-ccl): New function.
11244 (encoded-kbd-setup-keymap): New function.
11245 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11246 by calling encoded-kbd-setup-keymap.
11247
11248 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11249 characters.
11250 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11251 locally.
11252
11253 2000-02-22 Dave Love <fx@gnu.org>
11254
11255 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11256 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11257 defvar.
11258 (lisp-mode-syntax-table): Set up for #|...|# comments.
11259 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11260 classes. Match `defface'.
11261 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11262 (eval-defun-1): Fix for defcustom.
11263 (lisp-indent-region): Doc fix.
11264
11265 * subr.el (when, unless, split-string): Doc fix.
11266 (read-passwd): Move call of clear-this-command-keys to the right
11267 place.
11268 (replace-regexps-in-string): New function.
11269
11270 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11271
11272 * help.el (describe-variable): Set syntax table to
11273 emacs-lisp-mode-syntax-table when moving forward over the
11274 symbol's name.
11275
11276 2000-02-22 Dave Love <fx@gnu.org>
11277
11278 * xt-mouse.el: Doc fixes.
11279 (xterm-mouse-position-function): New function, replacing advice of
11280 mouse-position.
11281 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11282
11283 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11284
11285 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11286
11287 * format.el (format-annotate-single-property-change): Handle
11288 properties.with dotted-list values.
11289 (format-proper-list-p): New function.
11290
11291 * enriched.el (enriched-face-ans): Handle '(foreground-color
11292 . COLOR) and (background-color . COLOR).
11293
11294 2000-02-20 Dave Love <fx@gnu.org>
11295
11296 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11297 and assignments to it.
11298 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11299 current local map.
11300 (make-flyspell-overlay): Use it.
11301 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11302
11303 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11304 (lm-get-header-re): Defun, not defsubst.
11305 (lm-get-package-name): Defun, not defsubst. Simplify.
11306 (lm-version): Doc fix. Simplify.
11307 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11308 (lm-crack-address, lm-last-modified-date, lm-commentary)
11309 (lm-verify, lm-synopsis): Simplify.
11310 (lm-report-bug): Require emacsbug. Use compose-mail.
11311
11312 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11313
11314 * dired.el (dired-mode): Call propertized-buffer-identification
11315 to set mode-line-buffer-identification to something having
11316 the right text properties.
11317
11318 * bindings.el (propertized-buffer-identification): New function.
11319
11320 2000-02-20 Dave Love <fx@gnu.org>
11321
11322 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11323 check for t-mouse too.
11324
11325 * cus-start.el: Make echo-keystrokes `number'.
11326
11327 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11330 Don't call ring-empty-p unless tags-location-ring is bound.
11331 From Noah Friedman <friedman@splode.com>.
11332
11333 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11334
11335 * progmodes/hideshow.el (hs-flag-region): No longer use
11336 `intangible' overlay property.
11337
11338 (hs-toggle-hiding): New command.
11339 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11340
11341 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11342 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11343 and deactivation.
11344
11345 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11346
11347 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11348
11349 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11350
11351 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11352
11353 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11354 of `*' to handle `(* ... *)' comments.
11355
11356 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11357
11358 * faces.el (list-faces-display): Use display-mouse-p instead of
11359 window-system.
11360
11361 * menu-bar.el (global-map): Menu-bar items converted to the new
11362 format (menu-item..., rearranged for better CUA compliance, and
11363 their names changed for better clarity. Help strings added.
11364
11365 * international/mule-cmds.el (mule-menu-keymap)
11366 (describe-language-environment-map, set-coding-system-map)
11367 (setup-language-environment-map): Convert to new (menu-item...
11368 form, add help strings. Change names of menu items for better
11369 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11370 submenu).
11371
11372 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11373
11374 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11375 within the code.
11376
11377 2000-02-16 Dave Love <fx@gnu.org>
11378
11379 * faces.el: Don't require custom. Add more specific :groups to
11380 various deffaces.
11381 (set-face-attribute): Purecopy args.
11382 (read-face-name): Default to name at point and use it in prompt.
11383 Remove colon from arg in all callers.
11384 (list-faces-display): Hyperlink to face descriptions and customize
11385 buffers.
11386
11387 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11388
11389 * wid-edit.el (widget-match-inline): An atom never matches a
11390 list.
11391
11392 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11393
11394 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11395 at ':' characters by call to split-string.
11396
11397 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11398
11399 * textmodes/bibtex.el: Added RCS version identification.
11400
11401 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11402
11403 * textmodes/bibtex.el: Some temporary comments removed.
11404 (bibtex-field-name, bibtex-entry-type): Made the relationship
11405 explicit.
11406 (bibtex-field-const): Allow capital letters.
11407 (bibtex-start-of-string): Deleted because unused.
11408
11409 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11410 use the term 'reference' to describe a bibtex entry as a whole.
11411 Further, reference keys are no longer called 'labels'.
11412 (bibtex-keys): Renamed to bibtex-reference-keys.
11413 (bibtex-reformat-previous-labels): Renamed to
11414 bibtex-reformat-previous-reference-keys.
11415 (bibtex-reference-type): Renamed to bibtex-entry-type.
11416 (bibtex-reference-head): Renamed to bibtex-entry-head.
11417 (bibtex-reference-maybe-empty-head): Renamed to
11418 bibtex-entry-maybe-empty-head.
11419 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11420 (bibtex-search-reference): Renamed to bibtex-search-entry.
11421 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11422 bibtex-enclosing-entry-maybe-empty-head.
11423 (bibtex-entry-field-alist, bibtex-entry-head,
11424 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11425 bibtex-map-entries, bibtex-search-entry,
11426 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11427 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11428 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11429 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11430 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11431 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11432 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11433
11434 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11435
11436 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11437 comment.
11438 (bibtex-format-field-delimiters): New function, functionality
11439 extracted from bibtex-format-entry.
11440 (bibtex-autokey-get-yearfield-digits): New function, functionality
11441 extracted from bibtex-autokey-get-yearfield.
11442
11443 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11444 entries in order to avoid stack overflow in the regexp matcher if
11445 field contents become large.
11446 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11447 bibtex-field-string-part-not-braced,
11448 bibtex-field-string-part-no-inner-braces,
11449 bibtex-field-string-part-1-inner-brace,
11450 bibtex-field-string-part-2-inner-braces,
11451 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11452 bibtex-field-string-quoted, bibtex-field-string,
11453 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11454 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11455 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11456 as parsing is now performed by the following functions.
11457 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11458 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11459 bibtex-parse-field-string, bibtex-search-forward-field-string,
11460 bibtex-parse-association, bibtex-field-name-for-parsing,
11461 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11462 bibtex-search-forward-field, bibtex-search-backward-field,
11463 bibtex-start-of-field, bibtex-end-of-field,
11464 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11465 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11466 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11467 bibtex-parse-string, bibtex-search-forward-string,
11468 bibtex-search-backward-string, bibtex-start-of-string,
11469 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11470 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11471 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11472 entries. Instead of reporting the results of the parsing by
11473 match-beginning or match-end, these functions return data structures
11474 that hold the corresponding positions.
11475 (bibtex-enclosing-field): Changed to also report field boundaries by
11476 return values rather than by match-beginning or match-end. The
11477 following functions have been adapted to use the new parsing
11478 functions.
11479 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11480 bibtex-enclosing-field, bibtex-format-entry,
11481 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11482 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11483 bibtex-print-help-message, bibtex-end-of-entry,
11484 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11485 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11486 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11487 method for parsing.
11488 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11489 bibtex-map-entries, bibtex-flash-head,
11490 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11491 bibtex-autokey-change, bibtex-autokey-get-namefield,
11492 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11493 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11494 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11495 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11496 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11497 order to make the new binding of case-fold-search immediately
11498 visible.
11499
11500 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11501
11502 * textmodes/bibtex.el: Copyright notice is up to date.
11503 Added constant 'bibtex-maintainer-salutation.
11504
11505 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11506 than make-temp-name, use match-string-no-properties and eliminate
11507 a quadratic behavior when building bibtex-strings.
11508
11509 * bibtex.el (bibtex-reference-key): Accept string entries whose
11510 reference key contains upper case letters.
11511
11512 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11513
11514 * bibtex.el (bibtex-reference-head): Allow entries to start with
11515 a new line.
11516
11517 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11518
11519 * bibtex.el: Hiding of entry bodies is not longer provided by
11520 bibtex.el directly. Instead the hideshow package can be used.
11521 Added a special bibtex entry to hs-special-modes-alist.
11522 (bibtex-hs-forward-sexp): Added for hideshow.el.
11523
11524 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11525
11526 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11527 at ':' characters by call to split-string.
11528
11529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11530
11531 * textmodes/bibtex.el: Added RCS version identification.
11532
11533 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11534
11535 * textmodes/bibtex.el: Some temporary comments removed.
11536 (bibtex-field-name, bibtex-entry-type): Made the relationship
11537 explicit.
11538 (bibtex-field-const): Allow capital letters.
11539 (bibtex-start-of-string): Deleted because unused.
11540
11541 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11542 use the term 'reference' to describe a bibtex entry as a whole.
11543 Further, reference keys are no longer called 'labels'.
11544 (bibtex-keys): Renamed to bibtex-reference-keys.
11545 (bibtex-reformat-previous-labels): Renamed to
11546 bibtex-reformat-previous-reference-keys.
11547 (bibtex-reference-type): Renamed to bibtex-entry-type.
11548 (bibtex-reference-head): Renamed to bibtex-entry-head.
11549 (bibtex-reference-maybe-empty-head): Renamed to
11550 bibtex-entry-maybe-empty-head.
11551 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11552 (bibtex-search-reference): Renamed to bibtex-search-entry.
11553 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11554 bibtex-enclosing-entry-maybe-empty-head.
11555 (bibtex-entry-field-alist, bibtex-entry-head,
11556 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11557 bibtex-map-entries, bibtex-search-entry,
11558 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11559 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11560 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11561 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11562 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11563 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11564 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11565
11566 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11567
11568 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11569 comment.
11570 (bibtex-format-field-delimiters): New function, functionality
11571 extracted from bibtex-format-entry.
11572 (bibtex-autokey-get-yearfield-digits): New function, functionality
11573 extracted from bibtex-autokey-get-yearfield.
11574
11575 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11576 entries in order to avoid stack overflow in the regexp matcher if
11577 field contents become large.
11578 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11579 bibtex-field-string-part-not-braced,
11580 bibtex-field-string-part-no-inner-braces,
11581 bibtex-field-string-part-1-inner-brace,
11582 bibtex-field-string-part-2-inner-braces,
11583 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11584 bibtex-field-string-quoted, bibtex-field-string,
11585 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11586 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11587 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11588 as parsing is now performed by the following functions.
11589 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11590 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11591 bibtex-parse-field-string, bibtex-search-forward-field-string,
11592 bibtex-parse-association, bibtex-field-name-for-parsing,
11593 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11594 bibtex-search-forward-field, bibtex-search-backward-field,
11595 bibtex-start-of-field, bibtex-end-of-field,
11596 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11597 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11598 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11599 bibtex-parse-string, bibtex-search-forward-string,
11600 bibtex-search-backward-string, bibtex-start-of-string,
11601 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11602 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11603 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11604 entries. Instead of reporting the results of the parsing by
11605 match-beginning or match-end, these functions return data structures
11606 that hold the corresponding positions.
11607 (bibtex-enclosing-field): Changed to also report field boundaries by
11608 return values rather than by match-beginning or match-end. The
11609 following functions have been adapted to use the new parsing
11610 functions.
11611 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11612 bibtex-enclosing-field, bibtex-format-entry,
11613 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11614 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11615 bibtex-print-help-message, bibtex-end-of-entry,
11616 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11617 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11618 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11619 method for parsing.
11620 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11621 bibtex-map-entries, bibtex-flash-head,
11622 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11623 bibtex-autokey-change, bibtex-autokey-get-namefield,
11624 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11625 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11626 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11627 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11628 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11629 order to make the new binding of case-fold-search immediately
11630 visible.
11631
11632 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11633
11634 * textmodes/bibtex.el: Copyright notice is up to date.
11635 Added constant 'bibtex-maintainer-salutation.
11636
11637 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11638 than make-temp-name, use match-string-no-properties and eliminate
11639 a quadratic behavior when building bibtex-strings.
11640
11641 * bibtex.el (bibtex-reference-key): Accept string entries whose
11642 reference key contains upper case letters.
11643
11644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11645
11646 * bibtex.el (bibtex-reference-head): Allow entries to start with
11647 a new line.
11648
11649 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11650
11651 * bibtex.el: Hiding of entry bodies is not longer provided by
11652 bibtex.el directly. Instead the hideshow package can be used.
11653 Added a special bibtex entry to hs-special-modes-alist.
11654 (bibtex-hs-forward-sexp): Added for hideshow.el.
11655
11656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11657
11658 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11659 proceedings entry type (for cross referencing). Thanks to Wagner
11660 Toledo Correa for the suggestion.
11661
11662 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11663
11664 2000-02-14 Kenichi Handa <handa@etl.go.jp>
11665
11666 * international/characters.el: Setup case table for Vietnamese.
11667
11668 2000-02-12 Gerd Moellmann <gerd@gnu.org>
11669
11670 * uniquify.el (toplevel): Require CL at compile time.
11671 (uniquify-push): Removed.
11672
11673 * shadowfile.el (shadow-when): Removed.
11674
11675 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11676 (tempo-process-and-insert-string): Use dolist instead of
11677 tempo-dolist.
11678
11679 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11680 regexp for paragraph-start.
11681
11682 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11683 commas as well.
11684
11685 2000-02-10 Dave Love <fx@gnu.org>
11686
11687 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11688 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11689 Deleted.
11690 (widget-specify-field, widget-specify-button): Don't use
11691 widget-mouse-help as help-echo property.
11692 (default): Use #'ignore for :validate and :mouse-down-action.
11693 (checkbox): Add help-echo.
11694 (widget-sexp-validate): Rewritten to clarify error messages.
11695 (character): Use char-valid-p in :match function.
11696 (widget-color-complete): Use facemenu-color-alist.
11697 (widget-color-action): Use facemenu-read-color.
11698
11699 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11700 set up `caar' &c that we now have.
11701
11702 2000-02-09 Ray Blaak <blaak@gnu.org>
11703
11704 * delphi.el: Make resourcestring a declaration region, like const
11705 and var.
11706
11707 2000-02-09 Dave Love <fx@gnu.org>
11708
11709 * bindings.el (mode-line-input-method-map): New variable.
11710 (mode-line-mule-info): Use it; fix last change.
11711 (mode-line-mode-menu): Move definition.
11712 (mode-line-mouse-sensitive-p): Deleted.
11713 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11714 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11715 level.
11716
11717 * startup.el (command-line-1): Don't call
11718 make-mode-line-mouse-sensitive.
11719
11720 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11721
11722 * mail/rmail.el (rmail-retry-failure): Use
11723 rmail-beginning-of-message before rmail-toggle-header, because the
11724 former toggles headers.
11725
11726 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11727
11728 * diff-mode.el (diff-kill-junk): New interactive function.
11729 (diff-reverse-direction): Use delete-and-extract-region.
11730 (diff-post-command-hook): Restrict the area so that the hook also works
11731 outside of any diff hunk. This is necessary for the minor-mode.
11732 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11733 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11734
11735 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11736 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11737 so that it can be used more easily in <foo>-mode-hook. Also make sure
11738 to avoid duplicate entries.
11739 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11740 (font-lock-remove-keywords): Just as was done for `add', allow it to
11741 work even if font-lock-mode is nil. Also make sure we don't modify
11742 any pre-existing list by forcing a copy-sequence. Finally rename
11743 `major-mode' to `mode'.
11744 (font-lock-fontify-syntactic-anchored-keywords)
11745 (font-lock-fontify-anchored-keywords)
11746 (font-lock-fontify-keywords-region): Use line-end-position.
11747 Don't make `font-lock-multiline' local (it's now done in
11748 font-lock-set-defaults).
11749 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11750 move the `font-lock-fontified' creation to inside the `unless'.
11751
11752 2000-02-06 Andrew Innes <andrewi@gnu.org>
11753
11754 * term/w32-win.el (x-handle-args): Comment out call to message,
11755 which occurs before window system is initialized.
11756
11757 * makefile.nt: Add support for recompiling lisp code.
11758
11759 2000-02-04 Dave Love <fx@gnu.org>
11760
11761 * bindings.el (mode-line-mule-info): Fix/extend last change.
11762
11763 * completion.el: Replace completion-dolist with dolist.
11764
11765 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11766 dotimes.
11767
11768 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11769
11770 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11771 environment names before they go into the section regexp.
11772
11773 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11774 char class in regexp.
11775
11776 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11777 `case-fold-search' to nil.
11778
11779 * progmodes/idlwave.el (idlwave-template): Respect
11780 `idlwave-abbrev-change-case'.
11781 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11782 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11783 idlwave-while): respect `idlwave-reserved-word-upcase'.
11784 (idlwave-rw-case): New function.
11785 (idlwave-statement-match): Fixed problem with assignment regexp.
11786 (idlwave-font-lock-keywords): Improved regexp for keyword
11787 parameters.
11788 (idlwave-surround): New argument LENGTH to support padding of
11789 operators longer than 1 char.
11790
11791 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11792 idlwave-shell-expression-overlay. Implemented printing of
11793 expressions on higher levels of the calling stack.
11794 (idlwave-shell-display-level-in-calling-stack): Restore stack
11795 level.
11796 (idlwave-retrieve-expression-from-level): New function.
11797 (idlwave-shell-last-calling-stack): Variable removed.
11798 (idlwave-shell-reset): Argument action reversed (`visible' to
11799 `hidden'). Also remove stop-line overlay.
11800 (idlwave-shell-calling-stack-routine): New variable.
11801 (idlwave-shell-parse-stack-and-display): Messages now display
11802 negative level numbers.
11803 (idlwave-shell-mode): Set `modeline-format'.
11804 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11805 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11806 21.
11807 (idlwave-shell-print-expression-function): New option.
11808
11809 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11810 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11811 `tool-bar' instead of `toolbar'.
11812
11813 2000-02-02 Dave Love <fx@gnu.org>
11814
11815 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11816 emacs-lisp-mode-hook. Don't check for defalias being defined.
11817
11818 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11819 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11820 the new builtins directly.
11821
11822 * whitespace.el (whitespace): Add :version to defgroup.
11823
11824 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11825 Doc fix.
11826
11827 * thingatpt.el (sexp-at-point, symbol-at-point)
11828 (number-at-point, list-at-point): Add autoload cookie.
11829
11830 * recentf.el (recentf): Add :version to defgroup.
11831
11832 * quickurl.el (quickurl): Add :version to defgroup.
11833
11834 * elide-head.el (elide-head): Use point-marker more.
11835
11836 * bs.el (bs): Add :version to defgroup.
11837
11838 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11839
11840 * progmodes/delphi.el (delphi): Add :version to defgroup.
11841
11842 2000-02-02 Gerd Moellmann <gerd@gnu.org>
11843
11844 * ange-ftp.el (ange-ftp-write-region): Handle case that
11845 succeeding process operation sets a different coding system.
11846
11847 * calculator.el: New file.
11848
11849 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11850
11851 * frame.el (frames-on-display-list, framep-on-display): New
11852 functions.
11853 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11854 (display-selections-p, display-screens, display-pixel-width)
11855 (display-pixel-height, display-mm-width, display-mm-height)
11856 (display-backing-store, display-save-under, display-planes)
11857 (display-color-cells, display-visual-class): New functions.
11858
11859 * term/tty-colors.el (tty-color-gray-shades): New function.
11860
11861 * faces.el (display-color-p): Use framep-on-display.
11862 (display-grayscale-p): New function.
11863
11864 2000-01-31 Dave Love <fx@gnu.org>
11865
11866 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11867 (create-fontset-from-x-resource): Don't concat integers.
11868
11869 2000-01-31 Inge Frick <inge@nada.kth.se>
11870
11871 * view.el: Some changes in documentation. Removed some trailing
11872 whitespace. Changed some parameter names to agree with
11873 documentation.
11874 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11875 window is not deleted. Modifies change 1998-04-26.
11876
11877 2000-01-31 Gerd Moellmann <gerd@gnu.org>
11878
11879 * windmove.el: New file.
11880
11881 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11882 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11883 progmodes/ebnf-yac.el: Update copyright and license info.
11884
11885 * jit-lock.el (jit-lock-function): Widen before calculating end
11886 position.
11887 (jit-lock-stealth-chunk-start): Rewritten.
11888
11889 * info.el (Info-title-face-alist): Removed.
11890 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11891 faces.
11892 (Info-fontify-node): Use these faces.
11893
11894 2000-01-30 Gerd Moellmann <gerd@gnu.org>
11895
11896 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11897 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11898 `&allow-other-keywords'.
11899
11900 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11901 the list of directories scanned heuristically.
11902
11903 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11904 exist.
11905
11906 2000-01-30 Jason Rumney <jasonr@gnu.org>
11907
11908 * w32-fns.el: Define w32-tty-standard-colors.
11909
11910 * startup.el (command-line): Use w32-tty-standard-colors when in
11911 w32 console mode.
11912
11913 2000-01-30 Dave Love <fx@gnu.org>
11914
11915 * jka-compr.el (jka-compr-load): Fix up load-history.
11916
11917 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11918
11919 * emacs-lisp/cl-macs.el: Revert previous change.
11920
11921 2000-01-29 Dave Love <fx@gnu.org>
11922
11923 * facemenu.el: Purecopy various strings.
11924
11925 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11926 years. Deal with three-digit years.
11927
11928 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11929 defconst, purecopy.
11930 (help-back-label): Purecopy it.
11931
11932 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11933
11934 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11935 variable. If non-nil, order the buffer list according to the
11936 currently selected frame.
11937 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11938 non-nil, pass the selected frame to function buffer-list.
11939
11940 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11941
11942 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11943
11944 2000-01-28 Dave Love <fx@gnu.org>
11945
11946 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11947
11948 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11949 Don't use lisp-indent-hook property.
11950 (cl-abs): Remove.
11951
11952 * subr.el: Move out indent and edebug specs for when and unless.
11953
11954 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11955 when, unless.
11956
11957 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11958 unless, when.
11959
11960 2000-01-28 Gerd Moellmann <gerd@gnu.org>
11961
11962 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11963 `collecting' as synonym for `collect'.
11964
11965 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11966 for the case it contains spaces.
11967
11968 * simple.el (what-cursor-position): Change formatting of
11969 messages.
11970
11971 * frame.el (delete-other-frames): New function.
11972 (toplevel): Bind it to C-x 5 1.
11973
11974 * sort.el (sort-numeric-base): New option.
11975 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11976 interpret it as octal or hexadecimal. Use sort-numeric-base
11977 as default base.
11978
11979 * progmodes/glasses.el: New file.
11980
11981 2000-01-27 Gerd Moellmann <gerd@gnu.org>
11982
11983 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11984 userids differently.
11985
11986 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11987 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11988 progmodes/ebnf-yac.el: New files.
11989
11990 2000-01-26 Dave Love <fx@gnu.org>
11991
11992 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11993 on a function with an empty body. [From Eric Ludlam.]
11994
11995 2000-01-25 Andre Spiegel <spiegel@gnu.org>
11996
11997 * vc.el (vc-version-diff): Make sure file name is expanded.
11998
11999 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12000
12001 * scroll-bar.el (scroll-bar-timer): Variable removed.
12002 (scroll-bar-toolkit-scroll): Don't use a timer.
12003
12004 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12005
12006 * language/thai-util.el (thai-composition-function): Delete
12007 superfluous `a'.
12008
12009 2000-01-24 Dave Love <fx@gnu.org>
12010
12011 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12012 end-of-defun-function.
12013
12014 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12015 &c.
12016
12017 2000-01-22 Jason Rumney <jasonr@gnu.org>
12018
12019 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12020 conflicts with new face support.
12021
12022 2000-01-22 Richard M. Stallman <rms@gnu.org>
12023
12024 * replace.el (query-replace): Rename last arg to DELIMITED.
12025 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12026 (query-replace-regexp): Likewise.
12027
12028 2000-01-20 Richard M. Stallman <rms@gnu.org>
12029
12030 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12031
12032 * emacs-lisp/lisp.el (beginning-of-defun-function):
12033 Variable renamed from beginning-of-defun.
12034 Do not call make-variable-buffer-local.
12035 (beginning-of-defun-raw): Use new variable name; doc fix.
12036 (beginning-of-defun): Doc fix.
12037 (end-of-defun-function): Variable renamed from end-of-defun.
12038 Do not call make-variable-buffer-local.
12039 (end-of-defun): Use new variable name; doc fix.
12040
12041 * subr.el (dolist, dotimes): Copied from cl-macs.el
12042 and made to work.
12043
12044 * mail/undigest.el (rmail-digest-end-regexps):
12045 Variable replaces rmail-digest-end-regexp.
12046 Allows multiple regexps for detecting the end line.
12047 (undigestify-rmail-message): Corresponding changes.
12048
12049 2000-01-19 Dave Love <fx@gnu.org>
12050
12051 * files.el (user-init-file): Don't declare here -- is primitive.
12052
12053 * startup.el (command-line): Check for compiled user-init-file and
12054 set to uncompiled version if necessary.
12055
12056 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12057
12058 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12059 (undigestify-rmail-message): Use it.
12060
12061 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12062
12063 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12064
12065 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12066 of mini-buffer.
12067
12068 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12069
12070 * emacs-lisp/copyright.el (copyright-update): Removed the
12071 requirement for a trailing space from `copyright-regexp', to
12072 support copyrights with owner specified on a separate line..
12073
12074 * align.el: New file.
12075
12076 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12077
12078 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12079
12080 2000-01-13 Dave Love <fx@gnu.org>
12081
12082 * ph.el: Removed. (Obsoleted by EUDC.)
12083
12084 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12085
12086 * net/eudc.el (toplevel): Remove autoloaded code installing
12087 menu with easymenu, because that causes build problems.
12088
12089 * frame.el (frame-notice-user-settings): New variable.
12090 (frame-notice-user-settings): Don't modify frame parameters
12091 if called a second time.
12092
12093 2000-01-13 Richard M. Stallman <rms@gnu.org>
12094
12095 * frame.el (frame-notice-user-settings):
12096 Notice default-frame-parameters even for non-window frames.
12097
12098 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12099
12100 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12101 for Emacs.
12102 (eudc-bob-can-display-inline-images): Extend for Emacs.
12103 (eudc-bob-toggle-inline-display): Ditto.
12104 (eudc-bob-display-jpeg): Ditto.
12105
12106 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12107
12108 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12109 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12110 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12111
12112 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12113 nil)'.
12114
12115 * subdirs.el: Add `net' directory.
12116
12117 * net: New directory.
12118
12119 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12120 eval-last-sexp. Don't bind debug-on-error here.
12121 (eval-last-sexp): New function. Bind debug-on-error if
12122 eval-expression-debug-on-error is non-nil.
12123 (eval-defun-2, eval-defun): Likewise.
12124
12125 * simple.el (eval-expression): Don't bind debug-on-error if
12126 eval-expression-debug-on-error is nil. Detect changed
12127 debug-on-error, and propagate new value to global binding, if
12128 eval-expression-debug-on-error is non-nil,
12129 (eval-expression-debug-on-error): Change doc string.
12130
12131 2000-01-11 Richard M. Stallman <rms@gnu.org>
12132
12133 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12134
12135 * emacs-lisp/lisp-mode.el (with-syntax-table):
12136 Set up lisp-indent-function property.
12137
12138 * subr.el (with-syntax-table): Moved from simple.el.
12139
12140 * simple.el (with-syntax-table): Moved to subr.el.
12141
12142 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12143
12144 * tmm.el (tmm-shortcut): Delete region after prompt instead
12145 of erasing buffer.
12146
12147 * textmodes/fill.el (fill-common-string-prefix): New function.
12148 (fill-context-prefix): Use the longest common prefix of first
12149 and second line fill prefix, if there is one.
12150
12151 2000-01-11 Richard M. Stallman <rms@gnu.org>
12152
12153 * array.el (array-mode): Don't use make-variable-buffer-local.
12154 Use make-local-variable for `truncate-lines'.
12155
12156 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12157
12158 * add-log.el (add-log-current-defun): Handle user-defined
12159 add-log-current-function returning nil,
12160
12161 * add-log.el (add-change-log-entry): Insert version number
12162 if having found a current function
12163
12164 * add-log.el (add-log-current-defun): Call
12165 `add-log-current-defun-function'. Try matches at level 0 and
12166 level 1. Strip whitespace from defun found.
12167
12168 2000-01-10 John Wiegley <johnw@gnu.org>
12169
12170 * allout.el (isearch-done/outline-provisions): Added `edit'
12171 argument to correspond with the current definition of
12172 `isearch-done'.
12173
12174 2000-01-10 Dave Love <fx@gnu.org>
12175
12176 * elide-head.el (elide-head): Use point-marker, not point.
12177
12178 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12179
12180 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12181 before and after the year 2000.
12182
12183 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12184 Add ispell- prefix.
12185
12186 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12187
12188 * ispell.el: Only define dictionaries in menus when they exist.
12189 (version18p): New variable.
12190 (version20p): New variable.
12191 (xemacsp): New variable.
12192 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12193 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12194 (ispell-dictionary-alist6): Russian command lines no longer accept
12195 run-together words.
12196 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12197 (ispell-dictionary-alist): Add koi8-r to customize definition.
12198 (check-ispell-version): Added documentation string. Returns
12199 library path when called non-interactively.
12200 (ispell-menu-map-needed): Uses new variables.
12201 (ispell-library-path): New variable.
12202 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12203 (ispell-word): Improved documentation string. Test for valid
12204 character mappings. Correctly check typed in word changes that can
12205 result in single words split into multiple words. Returns
12206 replacement word.
12207 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12208 replace in recursive query replace mode. Help message for
12209 recursive edit mode.
12210 (ispell-show-choices): Protect against bad framepop bindings.
12211 (ispell-help): Fix to work with XEmacs.
12212 (ispell-highlight-spelling-error): Use new variables.
12213 (ispell-overlay-window): Fix to work with XEmacs.
12214 (ispell-parse-output): Passed and returns location information
12215 tracking spelling corrections. Doesn't recheck same word on
12216 current line.
12217 (ispell-init-process): Protect against bogus XEmacs variable binding.
12218 Fix call to single argument in sleep-for. Use new variables.
12219 (ispell-region): Passed and returns location information tracking
12220 spelling corrections. Doesn't check same word on current line.
12221 Improved documentation string. Doesn't resend a line already
12222 checked to the ispell process - fixes bug in LaTeX parsing.
12223 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12224 (ispell-skip-region): No longer skips <TT> in SGML.
12225 (ispell-process-line): Tracks location information with spelling
12226 corrections. Added documentation string. Accounts for words
12227 already accepted on this line. Don't allow query-replace on line
12228 starting with math characters. Doesn't resend a line already sent
12229 to ispell process. Fixes alignment error bug.
12230
12231 2000-01-10 Richard M. Stallman <rms@gnu.org>
12232
12233 * dired-x.el (dired-guess-shell-alist-default):
12234 Suggest xloadimage, which is free, not xv, which isn't.
12235
12236 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12237 Don't ever include the host name or user name in the value.
12238
12239 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12240
12241 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12242 of a real newline.
12243
12244 2000-01-09 Stephen Eglen <stephen@gnu.org>
12245
12246 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12247 for .png files.
12248
12249 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12250
12251 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12252
12253 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12254
12255 * progmodes/cperl-mode.el: Replace ^F with ^L.
12256
12257 * sendmail.el (toplevel): Provide `sendmail' when compiling
12258 before `require'ing rmail and mailalias to prevent infinite
12259 recursion.
12260
12261 2000-01-08 Dave Love <fx@gnu.org>
12262
12263 * emacs-lisp/backquote.el: Remove inappropriate customization
12264 (allowing custom.el to use backquote).
12265
12266 2000-01-07 Dave Love <fx@gnu.org>
12267
12268 * add-log.el (add-log-debugging): Deleted.
12269 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12270 file. Remove debugging code.
12271 (change-log-get-method-definition, change-log-name): Add doc.
12272 (change-log-sortable-date-at): New function.
12273 (change-log-merge): New command.
12274
12275 * time.el (display-time-string-forms): Make the Mail string active.
12276 (display-time-update): Provide help-echo for load average.
12277
12278 * bindings.el (make-mode-line-mouse2-map): New function.
12279 (mode-line-modified): Use it and simplify.
12280 (mode-line-mule-info): Provide help-echo info.
12281 (minor-mode-alist): Activate the strings.
12282 (make-mode-line-mouse-sensitive): Simplify for
12283 mode-line-buffer-identification.
12284
12285 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12286
12287 * play/pong.el: New file.
12288
12289 2000-01-06 Dave Love <fx@gnu.org>
12290
12291 * array.el: Assorted cleanups for compiler warnings, doc strings,
12292 `array-' prefix for symbols.
12293
12294 2000-01-05 Dave Love <fx@gnu.org>
12295
12296 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12297 outline-headers-as-kill.
12298 (outline-mode): Define imenu-generic-expression.
12299 (outline-headers-as-kill): New command.
12300
12301 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12302 from paragraph-start.
12303 (paragraph-indent-minor-mode): New command.
12304
12305 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12306 M-C-e, M-C-h, C-j, C-xnd, TAB.
12307 (fortran-mode): Set beginning-of-defun, end-of-defun.
12308 (fortran-column-ruler): Simplify.
12309 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12310 (fortran-with-subprogram-narrowing): Likewise.
12311 (fortran-indent-subprogram): Call mark-defun.
12312 (fortran-check-for-matching-do): Change narrowing.
12313
12314 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12315 (cl-lucid-hash-tag): Delete.
12316 (cl-hash-table-p): Correct test for native table.
12317 (cl-hash-table-count): Use hash-table-count.
12318
12319 * browse-url.el (browse-url): Fix case of
12320 browse-url-browser-function being an alist.
12321
12322 2000-01-05 Carsten Dominik <cd@gnu.org>
12323
12324 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12325 (reftex-index-phrase-file-extension): New options.
12326
12327 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12328 Use new option `reftex-index-phrase-file-extension'.
12329
12330 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12331 `reftex-parse-file-extension'.
12332
12333 2000-01-05 Dave Love <fx@gnu.org>
12334
12335 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12336 (beginning-of-defun-raw): Use it.
12337 (end-of-defun): New variable.
12338 (end-of-defun): Use it.
12339 (check-parens): New command.
12340
12341 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12342
12343 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12344 (hs-show-block): Don't use `mapcar' when not accumulating.
12345
12346 Fix buglet in local variables initialization.
12347
12348 2000-01-05 Andreas Schwab <schwab@suse.de>
12349
12350 * hscroll.el (hscroll): Doc fix.
12351
12352 2000-01-05 Carsten Dominik <cd@gnu.org>
12353
12354 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12355 idlw-toolbar.
12356
12357 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12358 file idlw-rinfo.el.
12359 (idlwave-customize): load must read file idlw-shell.el.
12360 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12361
12362 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12363
12364 * progmodes/idlw-shell.el: Also provide idlwave-shell
12365 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12366 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12367
12368 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12369 both reftex-dcr and reftex-vcr.
12370
12371 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12372
12373 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12374
12375 * ps-print.el: PostScript code now is in separate files, doc fix.
12376 (ps-print-version): New version number (5.0.3).
12377 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12378 local.
12379 (ps-spool-config): Initialization fix.
12380 (ps-print-prologue-1, ps-print-prologue-2)
12381 (ps-print-duplex-feature): PostScript code moved to separated file.
12382 (ps-background-image): Little code reformating.
12383 (ps-begin-file, ps-begin-job): Fix code.
12384 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12385 (ps-prologue-file): New fun.
12386
12387 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12388
12389 * ps-vars.el: Eliminated.
12390
12391 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12392 `;;;###autoload'.
12393
12394 * ps-print.el: ps-vars eliminated, doc fix.
12395 (ps-print-version): New version number (5.0.2).
12396 (ps-spool-config): Initialization fix.
12397 (ps-print-customize): New fun.
12398
12399 2000-01-04 Gerd Moellmann <gerd@gnu.org>
12400
12401 * autorevert.el (auto-revert-mode): Return value of
12402 auto-revert-mode.
12403
12404 2000-01-04 Dave Love <fx@gnu.org>
12405
12406 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12407 menu items.
12408
12409 2000-01-03 Dave Love <fx@gnu.org>
12410
12411 * elide-head.el (elide-head) [defgroup]: Add :version.
12412
12413 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12414 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12415 `cl-hash-table-p', not `hash-table-p'.
12416 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12417
12418 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12419
12420 * faces.el (face-read-integer, read-face-attribute)
12421 (color-defined-p, color-values): unspecified-{f,b}g are now
12422 strings.
12423
12424 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12425
12426 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12427 at comment end, and re-insert them after filling.
12428
12429 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12430
12431 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
12432 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12433 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
12434
12435 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12436
12437 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12438 the new name of face-color-supported-p.
12439
12440 * term/w32-win.el (xw-defined-colors): Likewise.
12441
12442 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12443
12444 * simple.el (completion-setup-function): Count completion-size
12445 from minibuffer-prompt-end, not from point-min.
12446
12447 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12448
12449 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12450 Pass the frame to tty-color-* functions.
12451 (display-color-p, frame-set-background-mode): Pass the frame to
12452 tty-display-color-p.
12453
12454 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12455 tty-color-alist.
12456 (tty-color-alist, tty-modify-color-alist): New functions.
12457 (tty-color-define, tty-color-clear, tty-color-approximate)
12458 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12459 an optional parameter FRAME.
12460
12461 2000-01-01 Gerd Moellmann <gerd@gnu.org>
12462
12463 * image.el (create-image, defimage): Don't assume image data is a
12464 string.
12465
12466 * image.el (defimage): Handle specifications containing :data
12467 instead of :file.
12468 (image-type-from-data): New function.
12469 (image-type-from-file-header): Use it.
12470 (create-image): Add parameter DATA-P.
12471
12472 See ChangeLog.8 for earlier changes.
12473
12474 ;; Local Variables:
12475 ;; coding: iso-2022-7bit
12476 ;; End: