]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove stuff about selection timeout, which is
[gnu-emacs] / lisp / ChangeLog
1 2000-12-08 Andrew Innes <andrewi@gnu.org>
2
3 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4 accessible in -nw mode.
5
6 * term/w32-win.el: Remove stuff about selection timeout, which is
7 irrelevant on Windows. Move clipboard support to w32-fns.el, so
8 it is accessible in -nw mode.
9
10 2000-12-08 Dave Love <fx@gnu.org>
11
12 * emacs-lisp/lisp-mode.el (lisp-mode): Set
13 font-lock-keywords-case-fold-search.
14
15 2000-12-08 Gerd Moellmann <gerd@gnu.org>
16
17 * textmodes/ispell.el (ispell): Doc fix.
18
19 2000-12-08 Kenichi Handa <handa@etl.go.jp>
20
21 * international/quail.el (quail-insert-decode-map): Check the
22 frame width of a window displaying the current buffer, not that of
23 the selected frame.
24 (quail-help): Make sure that the help buffer has window before
25 inserting text in it.
26
27 2000-12-07 Sam Steingold <sds@gnu.org>
28
29 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
30 Backquote is used in isearch.el, so autoloading saves nothing.
31
32 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
33
34 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
35 the CVS and RCS subdirectories case-insensitively.
36
37 * dired.el (dired-insert-directory): If file-system-info is
38 fboundp, call it instead of invoking dired-free-space-program.
39
40 2000-12-07 Gerd Moellmann <gerd@gnu.org>
41
42 * server.el (server-visit-files): Push files on file-name-history.
43
44 * progmodes/cc-langs.el: Update copyright.
45
46 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
47
48 * bindings.el (mode-line-mode-menu): Add glasses-mode.
49
50 * bindings.el (mode-line-mode-menu): Reverse the order
51 of define-keys so that the menu appears in alphabetical order.
52
53 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
54
55 * progmodes/glasses.el (glasses-mode): Update mode line at the end
56 of the function.
57
58 2000-12-07 Dave Love <fx@gnu.org>
59
60 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
61
62 * facemenu.el (facemenu-unlisted-faces): Fix value.
63
64 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
65
66 * font-lock.el (font-lock-default-fontify-region):
67 Include the terminating \n (off-by-one error).
68 (font-lock-set-defaults): Use dolist.
69
70 * derived.el (define-derived-mode): Don't use combine-run-hooks.
71
72 2000-12-07 Kenichi Handa <handa@etl.go.jp>
73
74 * international/mule-cmds.el (describe-language-environment): Fix
75 for the case that an input method title is not string but a list.
76
77 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
78 of wrong SIZE record.
79
80 2000-12-06 Dave Love <fx@gnu.org>
81
82 * newcomment.el (comment-region, comment-dwim): Doc fix.
83
84 * textmodes/texinfo.el: Require tex-mode when compiling.
85 (texinfo-update-node): Doc fix.
86 (texinfo-imenu-generic-expression): Add @anchor.
87 (texinfo-font-lock-keywords): Add @uref.
88 (texinfo-inside-macro-p): Don't use ignore-errors.
89 (texinfo-insert-quote): Match more contexts.
90
91 * international/mule.el (decode-char, encode-char): Doc fix.
92 (auto-coding-alist): Customize.
93
94 * files.el (load-file): Fix change of 2000-03-12.
95
96 * wid-edit.el (widget-text-keymap): Doc fix.
97
98 2000-12-06 Andrew Innes <andrewi@gnu.org>
99
100 * makefile.w32-in (lisp): Set to an absolute directory, namely
101 $(CURDIR).
102
103 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
106 read generated-autoload-file, and set buffer-file-coding-system to
107 raw-text-unix after reading the file.
108
109 * international/mule-conf.el (file-coding-system-alist): Use
110 raw-text for reading loaddefs.el and raw-text-unix for writing
111 it.
112
113 2000-12-06 Gerd Moellmann <gerd@gnu.org>
114
115 * replace.el (occur): Make line-number-width 1 smaller for the
116 colon following the line number.
117
118 * startup.el (fancy-splash-text, command-line-1): Use
119 `File' for the menu name instead of `Files'.
120
121 * tmm.el: Update copyright.
122
123 * cus-start.el: Add entry for even-window-heights.
124
125 2000-12-06 Miles Bader <miles@gnu.org>
126
127 * faces.el (frame-set-background-mode): Avoid stomping on
128 locally modified faces.
129
130 2000-12-06 Kenichi Handa <handa@etl.go.jp>
131
132 * international/fontset.el: Correct the font registries for
133 japanese-jisx0213-1 and japanese-jisx0213-2.
134
135 2000-12-05 Gerd Moellmann <gerd@gnu.org>
136
137 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
138
139 * iswitchb.el: Update customization commentary.
140
141 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
142
143 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
144 (tpu-search-highlight): Fixed comparison of overlay end positions.
145 (tpu-trim-line-ends): Implemented trimming logic locally.
146
147 * emulation/tpu-extras.el (tpu-write-file-hook)
148 (tpu-set-cursor-bound): Replaced picture-clean with
149 tpu-trim-line-ends.
150
151 2000-12-05 Kenichi Handa <handa@etl.go.jp>
152
153 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
154 to cn-gb.
155 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
156
157 2000-12-04 Dave Love <fx@gnu.org>
158
159 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
160
161 2000-12-04 Gerd Moellmann <gerd@gnu.org>
162
163 * mail/rmailsum.el (rmail-summary-expunge)
164 (rmail-summary-expunge-and-save): Ask for confirmation with
165 rmail-expunge-confirmed.
166
167 * mail/rmail.el (rmail-expunge-confirmed): New function.
168 (rmail-expunge): Use it.
169
170 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
171 (etags-recognize-tags-table, find-tag-in-order): New
172 functionality: interpret file names as tags.
173
174 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * info.el (Info-scroll-prefer-subnodes): New defcustom.
177 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
178 visit the first subnode until the bottom of the current node is
179 visible.
180
181 2000-12-04 Gerd Moellmann <gerd@gnu.org>
182
183 * format.el (format-decode): Don't change buffer's undo list.
184
185 2000-12-04 Kenichi Handa <handa@etl.go.jp>
186
187 * faces.el (face-font-registry-alternatives): Add entries for CJK
188 fonts. Doc-string adjusted for the actual usage of this data.
189
190 * international/fontset.el: Change the font registries for CJK
191 fonts in the default fontset. Don't append '*' to registries.
192
193 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
194
195 * emacs-lisp/easy-mmode.el (define-derived-mode)
196 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
197
198 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
199 (derived-mode-p): New function.
200 (derived-mode-make-docstring): Add `docstring' argument.
201 Use it if available and complete it if necessary.
202
203 2000-12-03 Andreas Schwab <schwab@suse.de>
204
205 * type-break.el (type-break): Don't make parent of itself.
206
207 2000-12-03 Miles Bader <miles@gnu.org>
208
209 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
210
211 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
212
213 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
214 (tex-main-file, tex-file): Simplify.
215 (tex-generate-zap-file-name): Use subst-char-in-string.
216 (tex-strip-dots): Remove.
217
218 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
219
220 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
221 to check if the match succeeded.
222
223 2000-12-02 Gerd Moellmann <gerd@gnu.org>
224
225 * startup.el (use-fancy-splash-screens-p): New function.
226 (command-line-1): Use it to determine whether or not to use
227 a fancy splash screen.
228
229 2000-12-02 Andreas Schwab <schwab@suse.de>
230
231 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
232
233 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
234
235 * international/mule.el (make-char): Fix last change.
236
237 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
238 New defcustoms.
239 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
240 autoloading tex-mode; instead, do the same manually. Use
241 texinfo-open-quote and texinfo-close-quote. Insert literal quote
242 with numeric argument. Docstring fix.
243 (toplevel): Require cl when compiling.
244
245 * international/mule.el (make-char): Doc fix.
246
247 2000-12-02 Jason Rumney <jasonr@gnu.org>
248
249 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
250 the Emacs Lisp manual)
251
252 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
255
256 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
257 the Emacs Lisp manual).
258
259 2000-12-02 Gerd Moellmann <gerd@gnu.org>
260
261 * simple.el (next-line-add-newlines): Change default to nil.
262
263 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * files.el (revert-buffer, recover-file): Bind
266 coding-system-for-read to emacs-mule-unix, not to no-conversion.
267
268 2000-12-01 Gerd Moellmann <gerd@gnu.org>
269
270 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
271
272 * play/5x5.el (5x5-play-solution):
273
274 2000-12-01 Miles Bader <miles@gnu.org>
275
276 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
277
278 2000-12-01 Kenichi Handa <handa@etl.go.jp>
279
280 * international/mule-diag.el (describe-char-after): Fix typo.
281 (describe-character-set, non-iso-charset-alist): Fix typo.
282
283 2000-12-01 Miles Bader <miles@gnu.org>
284
285 * image-file.el (image-file-name-regexp): Automatically add
286 upper-case variants of each filename extension in
287 `image-file-name-extensions', since they seem to be common.
288
289 * simple.el (minibuffer-contents)
290 (minibuffer-contents-no-properties, delete-minibuffer-contents):
291 New functions.
292 * filecache.el (file-cache-directory-name)
293 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
294
295 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
296
297 * filecache.el (file-cache-minibuffer-complete): Don't try to
298 delete the minibuffer prompt.
299
300 2000-11-30 Dave Love <fx@gnu.org>
301
302 * cus-start.el: Fix read-buffer-function type.
303
304 2000-11-30 Gerd Moellmann <gerd@gnu.org>
305
306 * md5.el: Removed. There's a built-in function, now.
307
308 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
309
310 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
311 as dummy 0-th char of rmail-deleted-vector.
312
313 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
314
315 * ps-print.el (ps-end-job): Bind case-fold-search only after
316 switching to ps-spool-buffer.
317
318 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319
320 * ps-print.el: Line number font customization. PostScript: Lines and
321 PageCount are initialized on each page. Doc Fix.
322 (ps-print-version): New version number (6.3.2).
323 (ps-lpr-switches, ps-font-info-database, ps-font-size)
324 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
325 (ps-right-header): Customization fix.
326 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
327 Fix code.
328 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
329 New vars.
330
331 2000-11-30 Gerd Moellmann <gerd@gnu.org>
332
333 * bs.el: Fix typos and spelling errors.
334 (bs-appearance) <defgroup>: Renamed from bs-appearence.
335 (bs-configuration): Doc fix.
336
337 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
338
339 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
340
341 * emulation/tpu-edt.el (tpu-version): New version.
342 (tpu-search-overlay, tpu-replace-overlay): New initial range.
343 (tpu-original-mode-line): Variable deleted.
344 (tpu-mark-flag): New initial value.
345 (tpu-set-mode-line): Don't redefine mode-line-format. Add
346 tpu-mark-flag to minor-mode-alist.
347 (tpu-update-mode-line): New mark flag logic.
348 (tpu-get): Use find-file-wildcards.
349 (tpu-search-highlight): Move overlay less, reset overlay properly.
350 (tpu-unselect): Deactivate mark.
351 (tpu-lm-replace): Reset overlay properly.
352 (tpu-forward-line): Use forward-visible-line.
353 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
354
355 * emulation/tpu-extras.el (tpu-forward-line): Use
356 forward-visible-line.
357
358 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
359
360 * cus-edit.el (custom-face-value-create): Always emphasize tag.
361
362 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
363
364 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
365 and skip whitespace and newlines.
366
367 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
368
369 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
370
371 2000-11-29 Gerd Moellmann <gerd@gnu.org>
372
373 * help.el (describe-function-1): Regexp-quote function name
374 when used as part of a regexp.
375
376 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
377 face-attribute instead of face-foreground and face-background.
378 (tool-bar-add-item): Likewise, and handle unspecified colors.
379
380 * enriched.el (enriched-face-ans): Use face-attribute instead
381 of face-foreground and face-background.
382
383 * faces.el (face-foreground, face-background, face-stipple):
384 Return nil if attribute is unspecified, for backward
385 compatibility.
386
387 * files.el (auto-mode-alist): Add an entry for antlr-mode.
388
389 * play/5x5.el: Remove version info.
390
391 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
392
393 * frame.el (blink-cursor-mode): Doc fix.
394
395 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
396
397 * antlr-mode.el: New commands to run ANTLR from within Emacs and
398 to create Makefile rules.
399 (antlr-tool-command): New user option.
400 (antlr-ask-about-save): New user option.
401 (antlr-makefile-specification): New user option.
402 (antlr-file-formats-alist): New variable.
403 (antlr-special-file-formats): New variable.
404 (antlr-unknown-file-formats): New user option.
405 (antlr-help-unknown-file-text): New variable.
406 (antlr-help-rules-intro): New variable.
407 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
408 (antlr-mode-menu): Add entries.
409 (antlr-file-dependencies): New function.
410 (antlr-directory-dependencies): New function.
411 (antlr-superclasses-glibs): New function.
412 (antlr-run-tool): New command.
413 (antlr-makefile-insert-variable): New function.
414 (antlr-insert-makefile-rules): New function.
415 (antlr-show-makefile-rules): New command.
416
417 * antlr-mode.el: More Emacs/XEmacs stuff.
418 (antlr-no-action-keywords): New constant with value nil.
419 (antlr-font-lock-keywords-alist): Use it. Old value would break
420 syntax highlighting in Emacs-21.0.
421 (antlr-default-directory): Emacs/XEmacs dependend function.
422 (antlr-read-shell-command): Ditto.
423 (antlr-with-displaying-help-buffer): Ditto.
424
425 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
426
427 * antlr-mode.el: imenu, parsing and highlighting changes.
428 (antlr-imenu-create-index-function): Don't create extra submenus
429 for definitions in different grammar classes. It is not necessary
430 for the menu and would make command `imenu' awkward to use.
431 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
432 header actions and more than one.
433 (antlr-font-lock-tokendef-face): Changed color.
434 (antlr-font-lock-tokenref-face): Changed color.
435 (antlr-font-lock-additional-keywords): Also highlight lowercase.
436 (antlr-mode-syntax-table): New variable.
437 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
438 (antlr-with-syntax-table): Don't copy syntax table.
439
440 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
441
442 * antlr-mode.el: Minor changes: language setting.
443 (antlr-language-alist): The value for file option "language" can
444 be both an identifier and a string.
445 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
446 (antlr-language-limit-n-regexp): Change accordingly.
447
448 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
449
450 * antlr-mode.el: Minor changes: tabs, hiding.
451 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
452 (antlr-action-visibility): Also allow value nil to also hide the
453 braces. Renamed from `antlr-tiny-action-length'.
454 Suggested by Jay@aol.com.
455 (antlr-hide-actions): Change accordingly. Hide line if completely
456 hidden action is on a line of its own.
457
458 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
459
460 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
461
462 * sort.el (sort-columns): Don't concat strings with numbers.
463
464 2000-11-29 Dave Love <fx@gnu.org>
465
466 * cus-edit.el (face): Fix :format.
467
468 * mail/feedmail.el: Require smtpmail when compiling.
469 (mail-do-fcc): Autoload.
470 (feedmail) <defgroup>: Fix :link.
471 (feedmail-nuke-body-in-fcc): Fix :type.
472 (feedmail-send-it): Add autoload cookie.
473
474 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
475
476 * newcomment.el (comment-indent): Save excursion around call to
477 comment-indent-function.
478
479 2000-11-29 Miles Bader <miles@gnu.org>
480
481 * subr.el (member-ignore-case): Return the tail of the list who's
482 car matches, like `member', not the matching element itself.
483
484 2000-11-29 Kenichi Handa <handa@etl.go.jp>
485
486 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
487 should not contain `\n'.
488
489 2000-11-28 Gerd Moellmann <gerd@gnu.org>
490
491 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
492
493 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
494
495 * dired-aux.el (dired-do-create-files): Construct default file
496 name for dired-mark-read-file-name so that when the user enters
497 just RET, the target file will end up in the target directory.
498
499 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
500 local-abbrev-table before changing buffers because it might
501 have a buffer-local binding.
502
503 2000-11-28 Miles Bader <miles@gnu.org>
504
505 * simple.el (delete-horizontal-space): Handle fields more generally.
506
507 2000-11-28 Gerd Moellmann <gerd@gnu.org>
508
509 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
510
511 2000-11-28 Dave Love <fx@gnu.org>
512
513 * progmodes/ps-mode.el (ps-mode): Set comment-start and
514 comment-start-skip locally.
515
516 * progmodes/fortran.el (fortran-mode): Don't set
517 fortran-comment-line-start-skip. Set comment-start to
518 fortran-comment-line-start.
519 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
520 (fortran-comment-line-start-skip): Simplify slightly.
521
522 2000-11-28 Gerd Moellmann <gerd@gnu.org>
523
524 * play/5x5.el: Remove RCS keyword.
525
526 * bs.el: Mistaken commit, undone 2000-11-30.
527
528 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
529
530 * textmodes/tildify.el (tildify-string-alist): Add
531 `plain-tex-mode' here.
532
533 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
534
535 * chistory.el (Command-history-setup): Remove extraneous `keymap'
536 reference.
537
538 2000-11-28 Miles Bader <miles@gnu.org>
539
540 * cus-face.el (custom-face-attributes): Add post-filter function
541 for :box. Make pre-filter function for :box handle all cases.
542
543 * wid-edit.el (widget-choose): Make sure pop-up window is large
544 enough to display all the choices, as there's no way to scroll it.
545
546 2000-11-28 Kenichi Handa <handa@etl.go.jp>
547
548 * international/mule-conf.el: Make the coding system no-conversion
549 safe for all characters.
550
551 2000-11-27 Dave Love <fx@gnu.org>
552
553 * net/ldap.el (ldap) <defgroup>: Add :version.
554
555 * tooltip.el (tooltip-use-echo-area): Doc fix.
556
557 * cus-start.el <minibuffer-prompt-properties>: Add version.
558 <read-buffer-function>: Add.
559
560 * apropos.el (apropos-print): Add help-echo to active text.
561
562 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
563
564 2000-11-27 Gerd Moellmann <gerd@gnu.org>
565
566 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
567 type, group and version.
568
569 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
570
571 * select.el (x-get-selection): Docstring fix.
572
573 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
574
575 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
576
577 2000-11-27 Andrew Innes <andrewi@gnu.org>
578
579 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
580
581 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
582
583 2000-11-27 Miles Bader <miles@gnu.org>
584
585 * dired.el (dired-get-filename): Return filename verbatim if
586 LOCALP is `verbatim'.
587 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
588 `verbatim' so that we don't inadvertently delete a non-existant
589 directory name.
590
591 2000-11-27 Kenichi Handa <handa@etl.go.jp>
592
593 * international/characters.el: Specify cases and syntaxes for
594 mule-unicode-0100-24ff.
595
596 2000-11-27 Gerd Moellmann <gerd@gnu.org>
597
598 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
599 that foreground and/or background colors of the face `tool-bar'
600 are unspecified.
601
602 2000-11-27 Miles Bader <miles@gnu.org>
603
604 * wid-edit.el (widget-field-buffer, widget-field-start)
605 (widget-field-end): Handle widget field `pseudo-overlays'.
606 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
607 if it's there instead of in `widget-field-list'.
608
609 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
610 (help-make-xrefs): Delete extraneous newlines at the end of the
611 docstring.
612
613 2000-11-25 Jason Rumney <jasonr@gnu.org>
614
615 * startup.el (command-line): Call set-locale-environment after
616 Window System init file is read, as it can result in a call to
617 redraw-frame.
618
619 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
620
621 * simple.el (shell-command): Mention the effect of the prefix
622 argument in the doc string.
623
624 2000-11-25 Miles Bader <miles@gnu.org>
625
626 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
627
628 * wid-edit.el (widget-field-value-delete): Don't try to delete
629 overlay when it's the `pseudo-overlay' that exists at some points.
630
631 2000-11-24 Jason Rumney <jasonr@gnu.org>
632
633 * international/mule-cmds.el (locale-language-names): Add "jp" as
634 a non-standard alternative for Japanese.
635
636 2000-11-24 Andre Spiegel <spiegel@gnu.org>
637
638 * vc-hooks.el: Require 'cl during compilation.
639
640 2000-11-24 Gerd Moellmann <gerd@gnu.org>
641
642 * faces.el (face-set-after-frame-default): Let face attributes
643 specified for new frames override frame parameters.
644
645 * startup.el (command-line): Fix computation of the source file
646 for user-init-file when user-init-file is a compiled file.
647
648 2000-11-24 Miles Bader <miles@gnu.org>
649
650 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
651 (custom-post-filter-face-spec): New functions.
652 (custom-face-set, custom-face-value-create): Filter the face spec
653 before and after customization.
654 (custom-face-set): If VALUE specifies a null face, pass a
655 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
656 * cus-face.el (custom-face-attributes): Remove SET and GET
657 functions. Add some IN-FILTER and OUT-FILTER functions in the few
658 cases they're needed.
659
660 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
661 that it's distinguishable from the :off-glyph on dark-background
662 displays. Set its background color too.
663
664 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
665 so that people can easily turn it off.
666
667 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
668
669 * ediff-diff.el: Moved variables around to have it compile under NT.
670
671 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
672
673 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
674
675 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
676 redundant skip-small-frames test.
677
678 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
679 (viper-downgrade-to-insert): protect against errors in hooks.
680
681 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
682 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
683 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
684 functions.
685
686 * viper-util.el (viper-memq-char): Bug fixes.
687
688 * viper.el (viper-mode): Fix cursor handling.
689
690 2000-11-24 Kenichi Handa <handa@etl.go.jp>
691
692 * international/mule-diag.el (list-iso-charset-chars): For
693 two-byte charset, fix the `while' condition.
694 (list-non-iso-charset-chars): Fix the `while' condition.
695
696 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
697
698 * subr.el (add-hook, remove-hook): Don't call make-local-hook
699 if the variable is make-variable-buffer-local.
700
701 * progmodes/ada-stmt.el (ada-template-map): Initialize
702 and bind it to C-c t in ada-mode-map.
703 (ada-stmt-mode-hook): New function extracted from old code.
704 Only change the buffer-local side of skeleton-*.
705 (ada-mode-hook): Use it.
706
707 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * iswitchb.el (iswitchb-minibuf-depth): New variable.
710 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
711 we expect to be returned by minibuffer-depth once we prompt the
712 user in the minibuffer.
713 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
714 as recorded in iswitchb-minibuf-depth, return non-nil.
715
716 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
717
718 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
719 (hscroll-window-maybe): Docstring fix.
720
721 2000-11-23 Dave Love <fx@gnu.org>
722
723 * rect.el (string-rectangle): Don't test delete-selection-mode.
724
725 2000-11-23 Gerd Moellmann <gerd@gnu.org>
726
727 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
728 is in the tool bar.
729
730 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
731 with `no-dir'; we want the directory part to be able to remove
732 it.
733
734 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
735
736 * textmodes/outline.el (outline-flag-region):
737 Don't bind inhibit-read-only since we don't modify the buffer.
738 (outline-isearch-open-invisible): Don't jump to overlay-start
739 since we're trying to unhide text around point.
740 (outline-discard-overlays): Use dolist.
741
742 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
743
744 2000-11-22 Gerd Moellmann <gerd@gnu.org>
745
746 * mail/rmail.el (rmail-confirm-expunge): Default to
747 y-or-n-p.
748
749 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
750
751 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
752 Fix ARG regexp to skip quoted braces.
753 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
754 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
755 are (correctly) handled separately).
756 Remove `caption' and `footnote' from `citations': they contain text.
757 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
758 (latex-skeleton-end-hook): New function.
759 (latex-mode): Use it.
760 (tex-start-tex-marker): Remove.
761 (tex-send-tex-command): Don't set tex-start-tex-marker.
762 (tex-error-parse-syntax-table): New var.
763 (tex-compilation-parse-errors): Use it.
764 Ignore tex-start-tex-marker. Don't bother with marker-position.
765 (tex-validate-buffer): Don't bother with marker-position.
766
767 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
768 (flyspell-generic-progmode-verify): Use it.
769
770 2000-11-22 Sam Steingold <sds@gnu.org>
771
772 * simple.el (delete-trailing-whitespace): New interactive
773 function.
774
775 * progmodes/ada-mode.el (ada-mode): Use it instead of
776 `ada-remove-trailing-spaces'.
777 (ada-remove-trailing-spaces): Removed.
778
779 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
780
781 * textmodes/picture.el (picture-clean): Removed.
782 (picture-mode-exit): Call it instead of `picture-clean'.
783
784 2000-11-22 Gerd Moellmann <gerd@gnu.org>
785
786 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
787
788 * hi-lock.el (hi-lock-refontify): Don't call non-existent
789 jit-lock-fontify-buffer; it should anyway be unneccessary to
790 do anything special when jit-lock is active.
791 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
792
793 2000-11-22 Dave Love <fx@gnu.org>
794
795 * calendar/todo-mode.el (todo-top-priorities): Use
796 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
797
798 * language/chinese.el, language/cyrillic.el:
799 * language/devanagari.el, language/ethiopic.el, language/greek.el:
800 * language/hebrew.el, language/indian.el, language/japanese.el:
801 * language/korean.el, language/lao.el, language/misc-lang.el:
802 * language/thai.el, language/tibetan.el, language/vietnamese.el:
803 Use provide.
804
805 * cus-edit.el (custom-buffer-create-internal): Save some consing.
806 (custom-variable-set): Improve validation error mesage.
807
808 * rect.el (string-rectangle): Revert last change.
809 (string-rectangle-line): New arg DELETE.
810 (string-rectangle): Check delete-selection-mode.
811
812 * emacs-lisp/edebug.el (edebug-version)
813 (edebug-maintainer-address): Deleted.
814 (edebug-submit-bug-report): Just alias to report-emacs-bug.
815 (edebug-read-function): Account for other `'#' read forms.
816 (edebug-mode-menus): Make some items toggles.
817 (edebug-outside-unread-command-event, unread-command-event):
818 Remove these to avoid warnings.
819
820 2000-11-22 David Ponce <david@dponce.com>
821
822 * recentf.el (recentf-menu-items-for-commands)
823 (recentf-make-menu-items, recentf-make-menu-item)
824 (recentf-filter-changer): Added :help and :active menu-item properties.
825
826 (recentf-build-dir-rules, recentf-dump-variable)
827 (recentf-edit-list, recentf-open-files-item)
828 (recentf-open-files): Replaced unnecessary `mapcar' with new
829 built-in `mapc'.
830
831 2000-11-23 Miles Bader <miles@gnu.org>
832
833 * faces.el (menu): Make inverse-video on ttys too.
834
835 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
836
837 * simple.el (comment-line-break-function): Use the new name
838 indent-new-comment-line -> comment-indent-new-line.
839 (clone-indirect-buffer): Don't ignore NORECORD.
840 (next-completion): Properly handle the case where items are adjacent.
841
842 * mouse.el (popup-menu): Stupid typo.
843
844 2000-11-22 Gerd Moellmann <gerd@gnu.org>
845
846 * emacs-lisp/authors.el: Remove autoload cookies, add author,
847 maintainer, keywords tags.
848
849 * rect.el (replace-rectangle): Don't call string-rectangle-line
850 with too many arguments.
851
852 2000-11-22 Andre Spiegel <spiegel@gnu.org>
853
854 * ediff-util.el (ediff-file-checked-out-p)
855 (ediff-file-checked-in-p): Call vc-state instead of
856 vc-locking-user, which no longer exists.
857
858 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
859
860 2000-11-22 Dave Love <fx@gnu.org>
861
862 * md5.el (md5): Provide.
863 (md5): Fix error call.
864
865 2000-11-22 Miles Bader <miles@gnu.org>
866
867 * textmodes/refill.el (refill-adjust-ignorable-overlay)
868 (refill-fill-paragraph-at): Remove debugging code.
869
870 * calendar/calendar.el (generate-calendar-window): When we don't
871 call `fit-window-to-buffer', make sure the top line is fully visible.
872
873 * image-file.el (insert-image-file): Don't make `read-only'
874 property rear-nonsticky.
875
876 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
877 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
878 stashing away its original value.
879 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
880 in the recursive edit.
881 Bind `isearch-original-minibuffer-message-timeout' to protect it.
882 (isearch-done): Restore `minibuffer-message-timeout'.
883
884 * cus-start.el: Remove entry for `mode-line-inverse-video'.
885
886 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
887
888 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
889
890 * find-lisp.el (find-lisp-find-files-internal):
891 Use dolist, when and file-name-as-directory.
892
893 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
894 (define-derived-mode, define-minor-mode): Add specs.
895
896 * window.el: General comment and spacing fixes.
897 (save-selected-window): Use backquotes.
898 (window-safely-shrinkable-p): New function.
899 (shrink-window-if-larger-than-buffer): Use it.
900
901 * subr.el (make-local-hook): Docstring fix.
902
903 * shell.el (shell-mode): Use define-derived-mode.
904
905 * newcomment.el (comment-indent): Insert comment before calling
906 comment-indent-function. Don't insert in column 0.
907 (comment-dwim): Indent before inserting comment.
908
909 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
910 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
911 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
912 Use mapc rather than map.
913
914 * files.el (find-buffer-visiting): Compare all attributes before
915 declaring two files identical (rather than just their inode-no).
916 (auto-mode-alist): Use \' rather than $.
917
918 * which-func.el: Update maintainer line.
919
920 * pcvs.el (uniquify-buffer-file-name): Remove advice.
921 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
922 (uniquify-buffer-file-name): Use it.
923
924 2000-11-22 Miles Bader <miles@gnu.org>
925
926 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
927 * simple.el (minibuffer-avoid-prompt): New function.
928
929 2000-11-21 Gerd Moellmann <gerd@gnu.org>
930
931 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
932
933 2000-11-21 Miles Bader <miles@gnu.org>
934
935 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
936 inclusion of `track-mouse'.
937
938 * textmodes/refill.el (refill-ignorable-overlay): New variable.
939 (refill-adjust-ignorable-overlay): New function.
940 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
941 only the paragraph's tail if possible.
942 Update `refill-ignorable-overlay'.
943 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
944
945 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
946 point inside the fill-prefix.
947
948 * textmodes/refill.el (refill-post-command-function): Don't reset
949 refill-doit in the case where a self-insertion command doesn't
950 case a refill. Use `refill-fill-paragraph-at', getting position
951 from `refill-doit'.
952 (refill-after-change-function): Set `refill-doit' to END.
953 (refill-fill-paragraph-at): New function, mostly from old
954 refill-fill-paragraph.
955 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
956 (refill-pre-command-function): New function.
957 (refill-mode): Add it to `pre-command-hook'.
958
959 2000-11-20 Gerd Moellmann <gerd@gnu.org>
960
961 * textmodes/artist.el (artist-mode): Fix autoload cookie.
962
963 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
964 javadoc tags.
965
966 2000-11-20 Andre Spiegel <spiegel@gnu.org>
967
968 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
969 vc.el).
970
971 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
972 require vc.
973
974 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
975 checkouts.
976
977 2000-11-20 Dave Love <fx@gnu.org>
978
979 * Makefile.in (DONTCOMPILE): Omit bindings.el.
980
981 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
982
983 * calculator.el (calculator-paste): Use `if' instead of `and'
984 and `or'.
985 (calculator-help): Don't use electric-describe-mode for XEmacs.
986
987 2000-11-19 Gerd Moellmann <gerd@gnu.org>
988
989 * info.el (info-menu-5): Doc fix.
990
991 * textmodes/artist.el: New file.
992
993 2000-11-19 Andre Spiegel <spiegel@gnu.org>
994
995 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
996 and differentiate according to checkout model.
997 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
998 since this function is only concerned with master state.
999
1000 * vc-hooks.el (vc-workfile-unchanged-p,
1001 vc-default-workfile-unchanged-p): Moved here from vc.el.
1002
1003 * vc.el (vc-workfile-unchanged-p,
1004 vc-default-workfile-unchanged-p): See above.
1005
1006 2000-11-19 Miles Bader <miles@gnu.org>
1007
1008 * image-file.el (insert-image-file): Make `intangible' and
1009 `read-only' properties rear-nonsticky too.
1010
1011 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1012
1013 * ps-print.el: Update copyright notice.
1014
1015 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1016 (tooltip-show): Use the offsets.
1017
1018 * bindings.el (mode-line-modified): Fix a typo.
1019 (mode-line-toggle-modified, mode-line-widen)
1020 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1021
1022 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1023
1024 * ps-print.el (toplevel): Test for find-coding-system being
1025 fboundp before calling ps-x-find-coding-system.
1026
1027 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1028
1029 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1030 (vc-version-backup-file): Docstring fix.
1031
1032 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1033
1034 * files.el (basic-save-buffer): Don't add a newline if
1035 find-file-literally is non-nil.
1036 (find-file-literally): Extend doc string.
1037
1038 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1039 sort(1) with the `-f' argument.
1040
1041 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1042
1043 * vc.el: Updated backend documentation.
1044 (vc-default-check-headers): New function.
1045
1046 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1047
1048 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1049 up-to-date.
1050 (vc-do-command): In the asynchronous case, output messages only if
1051 the minibuffer is not active.
1052
1053 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1054 `vc-cvs-use-edit' is on.
1055 (vc-cvs-checkout): When this is used for reverting the workfile,
1056 make a backup of the original contents and revert to that in case
1057 of error.
1058 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1059 remote repositories.
1060
1061 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1062 for both version and ratio in the minibuffer.
1063
1064 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1065 Use vc-do-command to perform the annotation, not call-process.
1066
1067 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1068
1069 * international/quail.el (quail-start-translation): Don't call
1070 `message' before reading key sequence.
1071
1072 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1073
1074 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1075
1076 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1077
1078 * window.el (fit-window-to-buffer): Be sure to acquire at least
1079 one text line even if the buffer is empty.
1080
1081 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1082
1083 * net/ange-ftp.el (ange-ftp-file-writable-p)
1084 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1085 ange-ftp-process-verbose to nil.
1086
1087 2000-11-15 Dave Love <fx@gnu.org>
1088
1089 * wid-edit.el (widget-specify-field, widget-specify-button): If
1090 :help-echo is a function, set help-echo of overlay to
1091 widget-mouse-help.
1092 (widget-mouse-help): New function.
1093 (widget-echo-help): Rewritten for :help-echo functions only taking
1094 a widget arg.
1095
1096 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1097 display-graphic-p.
1098 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1099 and that JPEG is available.
1100 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1101
1102 * international/mule-cmds.el (locale-charset-language-names):
1103 Match @euro.
1104
1105 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1106
1107 * faces.el (face-set-after-frame-default): If
1108 `inhibit-default-face-x-resources' is bound, don't intialize the
1109 default face from X resources.
1110
1111 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1114 Don't set EMACSLOADPATH.
1115
1116 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1119 texinfo-insert-@url.
1120 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1121 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1122
1123 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1124
1125 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1126 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1127 (checkdoc-minor-keymap): Backward compatibility.
1128 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1129 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1130 (checkdoc-this-string-valid-engine): Be a bit more strict
1131 to avoid matching substrings of `...' quoted vars/funs.
1132 (checkdoc-defun-info): Only look for `interactive' if alone.
1133 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1134
1135 * progmodes/compile.el (grep): `tag-default' can be nil.
1136
1137 * newcomment.el (comment-indent): Paren typo.
1138
1139 2000-11-14 Dave Love <fx@gnu.org>
1140
1141 * calculator.el: New maintainer version.
1142
1143 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1144
1145 * cmuscheme.el: Doc fixes.
1146 (cmuscheme) <defgroup>: Use `scheme' as parent.
1147 (cmuscheme-program-name): Remove. Change uses to
1148 scheme-program-name.
1149
1150 * xscheme.el (scheme-program-name): Don't define here.
1151
1152 * progmodes/scheme.el (scheme-program-name): New variable
1153 (originally in cmuscheme).
1154
1155 2000-11-14 Miles Bader <miles@gnu.org>
1156
1157 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1158 Handle header-lines. Don't loop forever if we can't enlarge the
1159 window anymore. Simplify a bit.
1160
1161 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1162
1163 * window.el (fit-window-to-buffer): Don't check
1164 window-text-height. Assure that the last line is fully visible.
1165
1166 * international/quail.el (quail-show-guidance-buf): Call
1167 fit-window-to-buffer to assure the enough height of the guidance
1168 buffer.
1169 (quail-update-guidance): Avoid making the guidance buffer shorter.
1170
1171 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1172
1173 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1174 rather than `prepend' and add an interesting comment.
1175 (tex-math-face, tex-font-lock-syntactic-face-function):
1176 New face and function to use it.
1177 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1178 than `menu-enable' symbol property.
1179 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1180 (tex-mode): Add some latex-mode commands for auto-selection.
1181 Use tex-font-lock-syntactic-face-function.
1182 (tex-insert-quote): Simplify.
1183 (tex-shell): New mode.
1184 (tex-start-shell): Use it.
1185 (tex-shell-proc, tex-shell-buf): New functions.
1186 (tex-send-command): Use it.
1187 (tex-main-file): Fix the meaning of the new arg REALFILE.
1188 (tex-send-tex-command): New function split from `tex-start-tex'.
1189 Set compilation-last-buffer and compilation-parsing-end.
1190
1191 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1192 when it follows non-comment text on the line.
1193
1194 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1195 Set font-lock-defaults.
1196 (lisp-mode-shared-map): Init inside the defvar.
1197 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1198 Use define-derived-mode.
1199
1200 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1201
1202 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1203
1204 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1205
1206 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1207 recursively optimize body because that can lead to infinite
1208 recursion; see comment there.
1209
1210 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1211
1212 * faces.el (face-spec-set-match-display): Revert the change from
1213 2000-10-24. Add a FIXME for after v21.1.
1214
1215 2000-11-13 Miles Bader <miles@gnu.org>
1216
1217 * textmodes/fill.el (skip-line-prefix): New function.
1218 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1219 (fill-paragraph): Don't leave point inside the fill-prefix.
1220 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1221 point inside the fill-prefix.
1222
1223 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1224
1225 * calendar/calendar.el (generate-calendar-window): Use
1226 `fit-window-to-buffer'.
1227
1228 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * gud.el (gud-minor-mode): New var.
1231 (gud-symbol, gud-val): New functions.
1232 (gud-find-file): Copy gud-minor-mode to the new buffer.
1233 (gud-menu-map): Include entries for commands that are not always
1234 available, using :enable to (de)activate them.
1235 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1236 (gud-mode-map): New map.
1237 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1238 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1239 Don't set up gud's menu (it's done by the minor-mode).
1240 (gud-minibuffer-local-map): New.
1241 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1242 (gud-query-cmdline): New function.
1243 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1244 (gud-mode): Use define-derived-mode.
1245 Don't set up gud's menu (it's done by the minor-mode).
1246 (gud-chop-words): Remove.
1247 (gud-common-init): Use split-string instead.
1248 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1249
1250 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1251 Add keyword arg :name.
1252
1253 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1254 (diff-count-matches, diff-split-hunk): New functions.
1255 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1256
1257 * pcvs-info.el (cvs-fi-conflict-face): New var.
1258
1259 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1260 Make it into a simple syntax-table, shared among all submodes.
1261 (sh-heredoc-face): Re-introduce.
1262 (sh-font-lock-syntactic-face-function): New function.
1263 (sh-mode): Use it. Also use define-derived-mode.
1264 Remove old bogus setting of indent-region-function.
1265 (sh-set-shell): Don't set the syntax-table any more.
1266 (sh-mode-syntax-table) <defun>: Remove.
1267
1268 2000-11-12 Miles Bader <miles@gnu.org>
1269
1270 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1271 message if interactive.
1272
1273 2000-11-12 Dave Love <fx@gnu.org>
1274
1275 * mail/feedmail.el: Fix header,
1276 (feedmail) <defgroup>: Add :link.
1277
1278 * view.el: Use local-map property, not keymap on mode-line string.
1279
1280 * scroll-all.el (scroll-all-mode): Customize variable. Add
1281 autoload cookie to function.
1282
1283 * lazy-lock.el: Remove compatibility code.
1284
1285 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1286 (finder-help-echo): New variable.
1287 (finder-mouse-face-on-line): Add help-echo stuff.
1288 (finder-list-keywords, finder-list-matches): Use mapc.
1289
1290 * faces.el (face-font-registry-alternatives): Add :version.
1291
1292 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1293 tags-table-list.
1294
1295 * net/browse-url.el (browse-url-browser-function): Update :version.
1296
1297 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1298 (mail-mode): Use [:alnum:] in some regexps.
1299
1300 2000-11-10 Dave Love <fx@gnu.org>
1301
1302 * ediff.el (ediff-regions-internal, ediff-documentation):
1303 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1304 fundamental mode.
1305
1306 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1307 buffer into fundamental mode.
1308 (ediff-set-difference): Use copy-sequence if available.
1309
1310 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1311 ediff-patch-map non-nil.
1312 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1313 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1314 buffer into fundamental mode.
1315
1316 * ediff-merg.el (state-or-merge): Defvar when compiling.
1317
1318 2000-11-10 Jason Rumney <jasonr@gnu.org>
1319
1320 * w32-fns.el (w32-add-charset-info): New function.
1321 (w32-charset-info-alist): Use it.
1322
1323 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1324
1325 * faces.el (face-font-registry-alternatives): New user-option.
1326
1327 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1328
1329 * textmodes/texinfo.el (texinfo-block-default): New var.
1330 (texinfo-insert-block): Use it. Insert a newline if needed.
1331
1332 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1333 (fill-region-as-paragraph): Use it.
1334
1335 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1336 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1337 Tweak paragraph regexps to allow a leading [ \t]*.
1338 (tex-latex-block): Insert a newline if necessary.
1339 (latex-insert-item): Only insert a newline if necessary.
1340 (tex-guess-main-file): New function.
1341 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1342 Set tex-main-file if TeX-master is provided.
1343 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1344
1345 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1346
1347 * startup.el (command-line): Set the default tooltip-mode
1348 to t for graphical displays which implement x-show-tip.
1349
1350 * tooltip.el (tooltip-mode): Add a comment about startup.el
1351 setting the default value of this user-option.
1352
1353 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1354
1355 * font-lock.el (font-lock-*-face) <defvar>: Move.
1356 (font-lock-defaults-alist): Mark obsolete.
1357 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1358 (font-lock-mode): Use define-minor-mode.
1359 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1360 (font-lock-turn-off-thing-lock): Be more explicit.
1361 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1362 (font-lock-syntactic-face-function): New var.
1363 (font-lock-fontify-syntactically-region): Use it.
1364 (font-lock-doc-face): New.
1365
1366 * pcvs.el (cvs-enabledp): Ignore errors.
1367 (cvs-commit-filelist): Never query.
1368 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1369 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1370 (cvs-do-removal): Use cvs-partition rather than delete-if.
1371 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1372 cvs-bury-buffer.
1373
1374 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1375 Allow `next' to jump to after the end of the last match.
1376
1377 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1378
1379 * simple.el (byte-compiling-files-p): New function.
1380
1381 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1382 if it is there.
1383
1384 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1385 nil again.
1386
1387 * textmodes/ispell.el (ispell-library-path): Don't call
1388 check-ispell-version when byte-compiling because that starts
1389 an ispell process, and ispell might not be installed.
1390 (toplevel): Don't set up a menu when byte-compiling.
1391
1392 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1393 it, so that a boundp test can be used to determine if we're
1394 currently byte-compiling.
1395
1396 2000-11-09 Dave Love <fx@gnu.org>
1397
1398 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1399 eval-after-load.
1400
1401 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1402
1403 * ps-print.el: Patch for variable initialization when spooling. Doc
1404 fix.
1405 (ps-output-list): Fun eliminated.
1406 (ps-begin-file, ps-begin-job): Code fix.
1407
1408 2000-11-08 Dave Love <fx@gnu.org>
1409
1410 * ediff-wind.el (ediff-control-frame-parameters): Zero
1411 tool-bar-lines.
1412
1413 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1414
1415 * simple.el (shell-command, display-message-or-buffer)
1416 (shell-command-on-region): Mention resize-mini-windows in the doc
1417 string.
1418 (display-message-or-buffer): Take the value of resize-mini-windows
1419 into account.
1420
1421 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1422
1423 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1424
1425 * dired.el (dired-between-files): Add `^. find' as an alternative
1426 to the regular expression, for find-dired.
1427
1428 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * textmodes/texnfo-upd.el: Require texinfo.
1431 (defmacro, defgroup): Remove.
1432 (texinfo-section-to-generic-alist): Remove.
1433 Use texinfo-section-list instead (i.e. level is changed string->int).
1434 (texinfo-filter): New function.
1435 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1436 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1437 Use it. And use regexp-opt.
1438 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1439 (texinfo-update-menu-region-beginning)
1440 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1441 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1442 (texinfo-update-menu-same-level-regexps): Update.
1443 (texinfo-update-node, texinfo-every-node-update)
1444 (texinfo-sequential-node-update): Remove autoload cookie.
1445
1446 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1447 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1448 (texinfo-chapter-level-regexp): Remove.
1449 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1450
1451 2000-11-06 Dave Love <fx@gnu.org>
1452
1453 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1454
1455 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1456 Match defun*.
1457
1458 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1459
1460 * composite.el (composition-function-table): Variable declaration
1461 moved to src/composite.c.
1462 (compose-chars-after): New optional arg object.
1463
1464 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1465
1466 * bindings.el (mode-line-toggle-read-only)
1467 (mode-line-toggle-modified, mode-line-widen)
1468 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1469 (make-mode-line-mouse2-map): Rewritten.
1470 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1471 functions so that C-h k can show something with a doc string.
1472
1473 * startup.el (fancy-splash-delay): Set to 10 seconds.
1474 (fancy-splash-max-time): New user-option.
1475 (fancy-splash-stop-time): New variable.
1476 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1477 (fancy-splash-screens-1): Throw `stop-splashing' when current
1478 time is greater than fancy-splash-stop-time.
1479
1480 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1483
1484 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1485 Prompt user for a file rather than raising an error.
1486 (cvs-enabledp): Fix call to cvs-mode-marked.
1487 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1488 (cvs-mode-insert): Use it. Change the init prompt' value.
1489 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1490
1491 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1492 Don't pass default arg to ewoc-locate.
1493 (ewoc-collect): Return result in the right order.
1494
1495 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1496
1497 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1498 (cvs-status-get-tags): Fix regexp.
1499 (cvs-status-trees, cvs-status-cvstrees):
1500 Combine after change hooks and don't sit-for.
1501 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1502 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1503 Use make-char rather than hard-coded cryptic data.
1504 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1505
1506 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1507
1508 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1509 (cvs-insert-strings): New function.
1510
1511 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1512
1513 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1514 `mwheel-scroll-amount'.
1515 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1516 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1517 string-matching against the version string.
1518
1519 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1520
1521 * language/thai.el ("Thai"): Set a lisp form that produces
1522 composed string in `sample-text' language info.
1523
1524 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1525 composed string in `sample-text' language info.
1526
1527 * international/mule-cmds.el (describe-language-environment): Eval
1528 `sample-text' data and insert the result.
1529
1530 * international/mule-conf.el (compound-text): Define this coding
1531 system here. Make x-ctext and ctext aliases of it.
1532
1533 * language/european.el (compound-text, ctext): Moved to
1534 international/mule-conf.el.
1535
1536 2000-11-05 Andrew Innes <andrewi@gnu.org>
1537
1538 * w32-fns.el (w32-version): New function.
1539
1540 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * progmodes/awk-mode.el: Update copyright.
1543 (awk-mode-abbrev-table): Remove.
1544 (awk-font-lock-keywords): Use regexp-opt.
1545 (awk-mode): Use define-derived-mode.
1546
1547 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1548 when extracting a suffix.
1549
1550 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1551
1552 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1553 auto-save-mode.
1554
1555 2000-11-04 Jason Rumney <jasonr@gnu.org>
1556
1557 * language/european.el (decode-mac-roman): Test against r1 not r0.
1558
1559 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1560
1561 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1562 (icon-mode): Define indent-line-function.
1563 (icon-comment-indent): Simplify.
1564 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1565
1566 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1567
1568 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1569 Bind change-log-default-mode to defeat the caching done on it.
1570 Don't bother saving excursion any more.
1571
1572 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1573
1574 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1575 (set-frame-font): Use the new name (and the old for compatibility).
1576
1577 * toolbar/tool-bar.el (tool-bar-mode):
1578 * time.el (display-time-mode):
1579 * recentf.el (recentf-mode):
1580 * paren.el (show-paren-mode):
1581 * mwheel.el (mouse-wheel-mode):
1582 * msb.el (msb-mode):
1583 * jka-compr.el (auto-compression-mode):
1584 * image-file.el (auto-image-file-mode):
1585 * hl-line.el (hl-line-mode):
1586 * delsel.el (delete-selection-mode):
1587 * autoinsert.el (auto-insert-mode):
1588 * complete.el (partial-completion-mode): Drop unneeded positional args.
1589
1590 * info.el (Info-mode):
1591 * comint.el (comint-mode): Don't bother with make-local-hook.
1592
1593 * log-edit.el (log-edit-menu): New menu.
1594
1595 2000-11-03 Miles Bader <miles@gnu.org>
1596
1597 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1598 definition, so that trailing spaces are handled properly.
1599 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1600
1601 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1602
1603 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1604 tab character.
1605 (fancy-splash-screens): Set tab-width to 20.
1606
1607 2000-11-03 Dave Love <fx@gnu.org>
1608
1609 * comint.el (comint-completion-addsuffix): Fix custom type.
1610
1611 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1612
1613 * font-lock.el (font-lock-buffers): Remove.
1614 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1615 (font-lock-change-major-mode): Remove.
1616 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1617 (font-lock-default-fontify-region): Extend the multiline
1618 fontification to whole lines.
1619 (font-lock-fontify-anchored-keywords)
1620 (font-lock-fontify-keywords-region): If matching just one
1621 line (with \n) only mark the \n as multiline.
1622
1623 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1624 Correctly handle the case where several :group args are supplied.
1625 Allow :extra-args.
1626 (easy-mmode-define-global-mode): Allow :extra-args.
1627 Correctly handle the case where several :group args are supplied.
1628
1629 2000-11-02 Miles Bader <miles@gnu.org>
1630
1631 * calendar/calendar.el (diary-face, calendar-today-face)
1632 (holiday-face): Remove dependency on `window-system'.
1633
1634 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1635
1636 * Makefile.in (emacs): Set EMACSLOADPATH always.
1637 (update-authors, .el.elc, compile-files): Don't do it explicitly
1638 here.
1639 (compile-files): Bomb out if compilation of a file fails.
1640
1641 2000-11-02 Dave Love <fx@gnu.org>
1642
1643 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1644
1645 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1646
1647 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1648 punctuation in the warning inserted into the *mail* buffer.
1649
1650 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1651
1652 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1653 (authors-public-domain-p): New function.
1654 (authors-print): Use it.
1655
1656 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1657
1658 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1659
1660 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1661
1662 * ps-print.el: Extension for even/odd printing. Doc fix.
1663 (ps-print-version): New version number (6.3.1).
1664 (ps-even-or-odd-pages): Customization fix.
1665 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1666 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1667 (ps-page-count): Var replaced by `ps-page-column'.
1668 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1669 (ps-print-sheet-p): New fun.
1670
1671 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1672
1673 * tooltip.el (tooltip-gud-tips-setup): New function.
1674 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1675 (tooltip-mode): Call tooltip-gud-tips-setup.
1676 (tooltip-gud-tips): Use `gud-basic-call' instead of
1677 process-send-string, so the prompt gets frobbed appropriately.
1678 Handle nil return value from `tooltip-gud-print-command'.
1679
1680 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1681
1682 * comint.el (comint-add-to-input-history): New function.
1683 (comint-send-input): Use `comint-add-to-input-history'.
1684
1685 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1686
1687 * info.el (info-menu-header): New face.
1688 (Info-fontify-menu-headers): New function.
1689 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1690
1691 * info.el (Info-insert-dir): Don't include blank lines at
1692 beginning of additional dir files (one is added automatically).
1693
1694 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1695
1696 * emacs-lisp/easy-mmode.el (define-minor-mode):
1697 Revert the latest changes.
1698 Allow the three positional arguments to be skipped and replaced
1699 by keyword arguments.
1700 Add a :toggle argument to determine whether a nil arg means toggle
1701 or means turn-on. The default is unchanged.
1702 Add a call to force-mode-line-update.
1703
1704 2000-11-01 Dave Love <fx@gnu.org>
1705
1706 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1707 cookie.
1708
1709 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1710
1711 * calendar/calendar.el (diary-face, holiday-face): Add
1712 dark-background variants.
1713
1714 2000-10-31 Sam Steingold <sds@gnu.org>
1715
1716 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1717 `tex-main-file' does not have directory in it.
1718
1719 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1722
1723 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1724
1725 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1726 functional change.
1727
1728 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1729
1730 * files.el (find-file-noselect): When we expand a wildcard, return
1731 a list of buffers, as we should do according to the doc string.
1732
1733 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1734
1735 * loadup.el (top level): Adjust load path if program name is
1736 "../src/bootstrap-emacs", in case it's not dumped and thus the
1737 load path adjustment hasn't already been done.
1738
1739 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1740
1741 * ps-print.el: Fix bug on selected pages for printing. Use
1742 `color-values' for Emacs 21. Ensure fontification when jit-lock
1743 is on. Try to avoid warning messages when compiling. Doc Fix.
1744 (ps-print-version): New version number (6.3).
1745 (ps-color-device): Use `color-values' to determine if device
1746 supports color.
1747 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1748 (ps-print-page-p): Changed from defsubst to defun.
1749 (ps-page-number): Changed from defmacro to defun.
1750 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1751 printing.
1752 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1753 (ps-end-file, ps-dummy-page): Funs eliminated.
1754 (ps-print-color-scale): Changed default value.
1755 (ps-page-n-up, ps-print-page-p): New internal vars.
1756 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1757 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1758
1759 * delim-col.el: Little programming improvement.
1760 (delimit-columns-str): New macro.
1761 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1762
1763 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1764
1765 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1766 Moved to european.el.
1767 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1768 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1769 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1770 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1771
1772 2000-10-30 Dave Love <fx@gnu.org>
1773
1774 * progmodes/cc-menus.el (imenu-generic-expression)
1775 (imenu-progress-message): Only defvar when compiling.
1776
1777 * emacs-lisp/elp.el (elp-unload-hook): New function.
1778
1779 * loadhist.el (unload-feature): Call elp-restore-function,
1780 checking for symbols; don't use elp-restore-all.
1781 (loadhist-hook-functions): Doc fix.
1782
1783 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1784
1785 * log-edit.el (log-edit-confirm): Fix the default.
1786
1787 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1788
1789 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1790 delimit-columns-format.
1791 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1792
1793 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1794
1795 * comint.el (comint-replace-by-expanded-history): Don't use
1796 comint-get-old-input (we're not looking at *old* input).
1797 (comint-get-old-input-default): If using fields, signal an error
1798 when the point is not in an input field.
1799
1800 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1801
1802 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1803 and mule-unicode-e000-ffff.
1804
1805 * international/mule.el (decode-char, encode-char): New functions.
1806 (make-coding-system): Accept a symbol of translation table as a
1807 value of property `safe-chars'.
1808
1809 * international/mule-cmds.el (encode-coding-char): Check property
1810 safe-chars instead of safe-charsets.
1811
1812 * international/fontset.el (fontset-default): Modified for
1813 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1814 (x-font-name-charset-alist): Likewise.
1815 (ccl-encode-unicode-font): New CCL program. Record it in
1816 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1817
1818 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1819 New translation tables.
1820 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1821 programs are modified and moved from mac-win.el.
1822 (mac-roman): Definition of this coding system is modified and
1823 moved from mac-win.el.
1824
1825 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1826
1827 * ediff-wind.el (ediff-setup-control-frame): Enclose
1828 face-attribute in condition-case to avoid errors in older emacsen.
1829
1830 2000-10-29 Miles Bader <miles@gnu.org>
1831
1832 * custom.el (custom-add-to-group): Allow multiple entries for a
1833 given value OPTION, as long as their widget types are different.
1834 * cus-edit.el (custom-face-value-create): If face name doesn't end
1835 with "face", add such here (similar to custom group widgets).
1836
1837 * comint.el (comint-highlight-prompt): Add :type.
1838
1839 2000-10-28 John Wiegley <johnw@gnu.org>
1840
1841 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1842 Changed this function to operate on a temporary buffer instead of
1843 the main buffer. This not only keeps flyspell from marking a
1844 buffer as changed that wasn't, but it solves the jumpy cursor
1845 problem when attempts are made to edit incorrect words.
1846 (flyspell-maybe-correct-doubling): Same change as for
1847 `flyspell-maybe-correct-transposition'.
1848
1849 * calendar/timeclock.el (timeclock-log): Doc fix.
1850 (timeclock-last-event): Doc fix.
1851 (timeclock-log): Kill the timelog buffer after appending a new
1852 event.
1853 (timeclock-find-discrep): Use a temp buffer to read in the
1854 timelog, instead of visiting the file.
1855 (timeclock-log-data): A new function, along with a host of helper
1856 functions, for the purpose of making timelog data accessible to
1857 programmers.
1858
1859 * eshell/esh-mode.el (window-height test): Make certain that
1860 `eshell-stringify-t' is non-nil.
1861 (eshell-password-prompt-regexp): Changed to a much simpler
1862 password regexp.
1863 (eshell-send-input): If `eshell-invoke-directly' returns t,
1864 directly invoke the parsed command using `eval'. This improves
1865 turn-around time on simple commands by a factor of three or
1866 greater, such as cd, ls, pwd, etc. -- which get used very often.
1867 It also conserves thousands of cons cells per call (since
1868 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1869 in the Pacific Cookie Company).
1870
1871 * eshell/esh-test.el (eshell-test): Whitespace fix.
1872
1873 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1874 `eshell-ls-initial-args' nil when inserting directory contents.
1875
1876 * eshell/em-script.el (eshell-script-initialize): Add names to
1877 `eshell-complex-commands, since `source' and `.' are complex.
1878
1879 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1880 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1881 `eshell-copy-handles'.
1882 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1883 bodies.
1884 (eshell-separate-commands): Whitespace fix.
1885 (eshell-complex-commands): Added a new list of names, for
1886 determining whether a given command is as simple as it looks.
1887 (eshell-invoke-directly): New function. Returns t if a command
1888 should be invoked directly (using `eval'), rather than indirectly
1889 using `eshell-do-eval'.
1890 (eshell-do-eval): Whitespace fix.
1891
1892 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1893 which provides an emulation of the DOS shell behavior of assuming
1894 that cp/mv/ln should copy/move/link to the current directory.
1895 (eshell-remove-entries): Added a doc string.
1896 (eshell-shuffle-files): Removed the check for `target' being null.
1897 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1898 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1899 it to do a smarter check of whether a destination was provided.
1900 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1901 (eshell/ln): Enable `:preserve-args', and use
1902 `eshell-mvcpln-template' to implement the body of the function.
1903 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1904 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1905 list after flattening it. This makes it possible to cat files
1906 with numerical names.
1907 (eshell-unix-initialize): Added several names to
1908 `eshell-complex-commands.
1909 (eshell-unix-command-complex-p): Return t if a given command name
1910 may result in external processes being invoked.
1911
1912 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1913 variable nil by default, since it slows down glob processing by a
1914 factor of two or more, and increases memory consumption.
1915
1916 * eshell/em-smart.el: Added a note about how memory consumptive
1917 smart display mode can be (at least this is true in Emacs 21).
1918 (eshell-smart-initialize): Whitespace fix.
1919 (eshell-refresh-windows): Use `if' instead of `when'.
1920 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1921 not necessary.
1922 (eshell-currently-handling-window): Added a missing global
1923 variable.
1924
1925 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1926 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1927 Whitespace fix.
1928 (eshell-ls-exclude-hidden): Added this variable in addition to
1929 `eshell-ls-exclude-regexp'. This one prevents files beginning
1930 with . from even being read, which can improve memory consumption
1931 quite a bit.
1932 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1933 read file entries beginning with a dot. In home directories with
1934 lots of hidden files, fully two-thirds of the time spent in ls is
1935 used to read directory entries that are immediately thrown away.
1936 (eshell-ls-initial-args): Added back this configuration variable,
1937 for specifying default initial arguments to every call to ls.
1938 Much faster than using an alias to do the same thing.
1939 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1940 (eshell-ls-dir): Whitespace change.
1941
1942 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1943
1944 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1945 available.
1946 (eshell-stringify-t): Added a customization variable, to indicate
1947 whether `t' should be rendered as a string at all. If not, one
1948 can still determine if the result of an expression is true using
1949 "file-exists-p FILE && echo true".
1950 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1951 stringify t!
1952
1953 * eshell/esh-module.el: Whitespace fix.
1954
1955 * eshell/em-alias.el (eshell-alias-initialize): Added
1956 `eshell-command-aliased-p' to `eshell-complex-commands'.
1957 (eshell-command-aliased-p): New function that returns t if a
1958 command name names an aliased.
1959
1960 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1961
1962 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1963 redrawing the screen when changing cursor color.
1964 (viper-insert-state-pre-command-sentinel)
1965 (viper-replace-state-pre-command-sentinel)
1966 (viper-replace-state-post-command-sentinel):
1967 Use viper-preserve-cursor-color.
1968 Many functions changed to use viper= instead of = when comparing
1969 characters.
1970 * viper-util.el (viper-memq-char,viper=): New functions for
1971 working with characters.
1972 (viper-change-cursor-color): Fixed buglet.
1973 Many functions changed to use viper= instead of = when comparing
1974 characters.
1975 * viper.el (viper-insert-state-mode-list): Added eshell.
1976
1977 * ediff-init.el (ediff-before-setup-hook): New hook.
1978 Several typos fixed in various docstrings.
1979 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1980 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1981 hook.
1982 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1983 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1984 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1985 (ediff-get-selected-buffers): New function.
1986 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1987 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1988 save-window-excursion.
1989 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1990 termination check in while loop.
1991 * ediff.el (ediff-get-default-file-name): Better defaults when in
1992 dired buffer.
1993 (ediff-files,ediff-merge-files,ediff-files3)
1994 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1995
1996 2000-10-28 Dave Love <fx@gnu.org>
1997
1998 * info.el (Info-fontify-node): Add help-echo for menu items.
1999
2000 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2001
2002 * startup.el (normal-top-level): If the value of $TERM indicates
2003 we are running from xterm or one of its work-alikes, default to a
2004 light background mode.
2005
2006 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2007 * faces.el (tty-handle-reverse-video): New function.
2008 (tty-create-frame-with-faces): Call it.
2009
2010 * frame.el (frame-notice-user-settings): Don't apply
2011 default-frame-alist and initial-frame-alist to MS-DOS frames.
2012 Call tty-handle-reverse-video, frame-set-background-mode, and
2013 face-set-after-frame-default for non-MS-DOS frames.
2014
2015 * startup.el (tty-long-option-alist): New variable.
2016 (tty-handle-args): New function.
2017 (command-line): Call tty-handle-args.
2018
2019 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2020 startup.el now does that for all character-terminal frames.
2021
2022 2000-10-28 Miles Bader <miles@gnu.org>
2023
2024 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2025 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2026 global. If :global is followed by a non-nil but non-t value,
2027 make the mode buffer-local, but also generate a `global-MODE'
2028 version using `easy-mmode-define-global-mode'. Add
2029 :conditional-turn-on keyword argument.
2030
2031 2000-10-28 Dave Love <fx@gnu.org>
2032
2033 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2034 use window-system.
2035
2036 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2039 Don't call find-buffer-file-type-coding-system. Instead, just
2040 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2041 if the file is on an untranslated filesystem.
2042 (add-untranslated-filesystem): Use "D" instead of "f" inside
2043 interactive.
2044
2045 2000-10-27 Dave Love <fx@gnu.org>
2046
2047 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2048 (refill-mode): Use it.
2049
2050 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * international/quail.el (quail-activate): Don't make-local-hook.
2053
2054 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2055
2056 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2057 manual backups and file.~<rev>.~ for automatic ones.
2058 (vc-make-version-backup): Don't do it on MS-DOS without long file
2059 names.
2060
2061 * vc.el (vc-version-other-window): If an automatic backup of the
2062 desired version exists, rename it instead of copying it.
2063
2064 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2065 after command. If there's an unexpected error, signal it instead
2066 of being silent.
2067 (vc-cvs-merge-news): Be prepared for no news at all.
2068
2069 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2070
2071 * shell.el (shell): Add BUFFER argument.
2072 * comint.el (make-comint-in-buffer): New function.
2073 (make-comint): Use it.
2074
2075 * faces.el (face-spec-choose): Change syntax so that the list of
2076 attribute-value pairs is now the cdr of each clause, not the cadr.
2077 Detect old-style entries, and handle them. Use pop.
2078
2079 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * cus-edit.el (custom-mode-map): Use a sparse map.
2082 (custom-mode): Don't bother with make-local-hook.
2083
2084 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2085
2086 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2087
2088 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2089
2090 * ps-print.el: Avoid compilation gripes.
2091 (ps-print-version): New version number (6.2.1).
2092
2093 2000-10-26 Dave Love <fx@gnu.org>
2094
2095 * menu-bar.el: Modify some menu item help strings.
2096 (menu-bar-help-menu): Add link to MORE.STUFF.
2097
2098 * cus-edit.el (custom-mode): Add `special' mode-class property.
2099
2100 * wid-browse.el (widget-browse-mode): Likewise.
2101
2102 * wid-edit.el (widget-specify-field): Revert to using local-map
2103 property, not keymap.
2104
2105 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2106
2107 * wid-edit.el (widget-field-end): When checking for a `boundary'
2108 field, do so in the correct buffer.
2109
2110 * simple.el (undo): Correctly distinguish between numeric and
2111 non-numeric prefix args in non-transient-mark-mode, as per the doc
2112 string. When in transient-mark-mode, treat all prefix-args as
2113 numeric.
2114
2115 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2116 Position point on match. Handle N == 0 correctly.
2117
2118 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2119 (comint-mode-map): Reverse order of `comint-write-output' and
2120 `comint-append-output-to-file'.
2121 (comint-append-output-to-file): Reinstate this function, for the
2122 benefit of the menu.
2123
2124 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2125
2126 * vc.el (vc-version-other-window): Bind `file'.
2127
2128 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2129
2130 * Makefile.in (update-authors): New target for maintenance purposes.
2131
2132 * emacs-lisp/authors.el (batch-update-authors): New function.
2133 (authors-fixed-entries): New defconst.
2134 (authors-add-fixed-entries): New function.
2135 (authors): Call it.: Don't process lispref/.
2136
2137 2000-10-25 Jason Rumney <jasonr@gnu.org>
2138
2139 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2140 Merge x w32 and mac definitions.
2141
2142 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2143
2144 * menu-bar.el (menu-bar-options-menu): Add a help string for
2145 `uniquify'.
2146
2147 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2148
2149 * time-stamp.el (time-stamp-string-preprocess):
2150 Fix a wrong type argument error.
2151
2152 2000-10-25 Miles Bader <miles@gnu.org>
2153
2154 * recentf.el (recentf-mode): Variable removed.
2155 (recentf-mode): Use `define-minor-mode'.
2156
2157 * mwheel.el (mouse-wheel-mode): New global minor mode.
2158 (mwheel-install): Use `mouse-wheel-mode'.
2159
2160 2000-10-25 Dave Love <fx@gnu.org>
2161
2162 * progmodes/cperl-mode.el (cperl-mode):
2163 Set normal-auto-fill-function correctly.
2164
2165 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2166 inherit from global-map and don't nullify menu-bar and tool-bar
2167 bindings.
2168
2169 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2170
2171 * wid-edit.el (widget-field-at): New function.
2172 (widget-at, widget-field-activate): Use it.
2173 (widget-tabable-at): Use `widget-at'.
2174 (widget-specify-field): If the terminating character of the widget
2175 field (which is read-only) is a newline, put it into a special
2176 `boundary' field so that C-n/C-p act more naturally.
2177 (widget-field-end): Also don't subtract one if a special
2178 `boundary' field has been added after the widget field.
2179
2180 * comint.el (comint-output-filter, comint-send-input): Don't
2181 bother adding stickiness fields to overlays to fool the field
2182 code, since it should notice the overlay insertion-types now.
2183
2184 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2185 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2186 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2187
2188 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2189
2190 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2191 (authors): Set file coding system to iso-2022-7bit. Add
2192 file-local variables to output buffer.
2193
2194 * files.el (after-find-file): Don't print any warnings if
2195 WARN is nil.
2196
2197 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2198
2199 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2200
2201 * delim-col.el: Now there is a column formatting mechanism.
2202 Modified to customization mechanisms convention. Doc fix.
2203 (columns): New group for delim-col.
2204 (delimit-columns-before, delimit-columns-after)
2205 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2206 (delimit-columns-end): New vars.
2207 (delimit-columns-customize, delimit-columns-format): New funs.
2208 (delimit-columns-region, delimit-columns-rectangle)
2209 (delimit-columns-rectangle-line): Modified to support column
2210 formatting.
2211
2212 2000-10-24 Dave Love <fx@gnu.org>
2213
2214 * log-edit.el (log-edit): Add :version and a :group for vc.
2215
2216 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2217
2218 * files.el (after-find-file): Don't print a message ``New file''
2219 if WARN is nil.
2220
2221 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2222 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2223 get duplicate tool-bar entries because we'll see the global ones
2224 on more than one path through keymaps.
2225
2226 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2227
2228 * progmodes/cmacexp.el: Change Francesco's email address.
2229
2230 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2231
2232 * window.el (fit-window-to-buffer): Adjust point of the window
2233 buffer, not that of the current buffer.
2234
2235 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2236
2237 * progmodes/cmacexp.el: Update the euthor's email address.
2238
2239 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2240
2241 * faces.el (face-spec-set-match-display): Add `graphic' display
2242 type (the inverse of `tty'). Use `display-graphic-p' instead of
2243 the window-system variable.
2244
2245 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2246
2247 * international/isearch-x.el (isearch-with-input-method): Call
2248 input-method-function with the first event in
2249 unread-command-events.
2250
2251 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2252
2253 * faces.el (face-default-spec, face-user-default-spec): Make
2254 defsubsts.
2255
2256 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2257
2258 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2259 New charsets.
2260
2261 * term/mac-win.el: Remove definitions of mac-roman-lower and
2262 mac-roman-upper, require dired, and define instead of set
2263 mac-ready-for-drag-n-drop to avoid compilation error.
2264
2265 2000-10-23 Andrew Innes <andrewi@gnu.org>
2266
2267 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2268 superfluous calls to subst-char-in-string; instead apply
2269 expand-file-name after convert-standard-filename to ensure
2270 expected directory separators are used.
2271
2272 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2273
2274 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2275
2276 2000-10-23 Dave Love <fx@gnu.org>
2277
2278 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2279 (tool-bar-add-item): Set foreground and background for XBM icons.
2280
2281 * international/latin1-disp.el (latin1-char-displayable-p): New
2282 function (from Handa).
2283 (latin1-display-check-font): Use it.
2284
2285 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2286 using :key-sequence, making it much more usable. Use nconc, not
2287 append.
2288 (imenu--create-keymap-1): Avoid append.
2289
2290 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2291
2292 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2293
2294 [the following changes fix a bug where `define-minor-mode' didn't
2295 correctly generate :require clauses for defcustoms in compiled files]
2296 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2297 (byte-compile-log-file, byte-compile-log-1): Don't set
2298 `byte-compile-current-file' to nil. Instead set
2299 `byte-compile-last-logged-file' to it. Test whether
2300 byte-compile-current-file equals byte-compile-last-logged-file
2301 instead of whether its nil.
2302 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2303
2304 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * textmodes/refill.el: Fix var names in doc.
2307 (refill-mode): Don't bother with make-local-hook anymore.
2308
2309 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2310
2311 * faces.el (face-user-default-spec, face-default-spec): New functions.
2312 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2313 (frame-set-background-mode, face-set-after-frame-default):
2314 Use `face-user-default-spec'. Simplify code slightly.
2315
2316 * woman.el (woman-italic-face, woman-bold-face)
2317 (woman-unknown-face): Add dark-background variants.
2318 (woman-default-faces): Renamed from `woman-colour-faces'.
2319 Set using the stored defaults, rather than using hard-wired colors.
2320 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2321 Just make the foreground `unspecified' rather than "black".
2322 (woman-menu): Rename menu entries accordingly.
2323
2324 * faces.el (header-line): Make more reasonable on mono/grayscale
2325 displays.
2326
2327 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2328
2329 * cus-edit.el (custom-button-face): Use 3D look for mac.
2330 (custom-button-pressed-face): Likewise.
2331
2332 * faces.el (set-face-attributes-from-resources): Handle mac frames
2333 in the same way as x and w32 frames.
2334 (face-valid-attribute-values): Likewise.
2335 (read-face-attribute): Likewise.
2336 (defined-colors): Likewise.
2337 (color-defined-p): Likewise.
2338 (color-values): Likewise.
2339 (display-grayscale-p): Likewise.
2340 (face-set-after-frame-default): Likewise.
2341 (mode-line): Same default face as for x and w32.
2342 (tool-bar): Likewise.
2343
2344 * frame.el: Remove call to frame-notice-user-settings at end of
2345 the file.
2346
2347 * info.el (Info-fontify-node): make underlines invisible for mac
2348 as for x, pc, and w32 frame types.
2349
2350 * term/mac-win.el: New file.
2351
2352 2000-10-22 Dave Love <fx@gnu.org>
2353
2354 * textmodes/refill.el: New file.
2355
2356 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2357
2358 * vc-hooks.el (vc-version-backup-file-name): New optional args
2359 MANUAL and REGEXP.
2360 (vc-delete-automatic-version-backups, vc-make-version-backup):
2361 New functions.
2362 (vc-before-save): Use the latter.
2363 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2364 confusion.
2365
2366 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2367 expected by vc[-hooks].el.
2368
2369 * vc.el (vc-checkout): Added `-p' suffix in call to
2370 vc-make-version-backups-p; use vc-make-version-backup to actually
2371 make the backup.
2372 (vc-version-other-window, vc-version-backup-file): Handle both
2373 automatic and manual backups.
2374 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2375 of all of them.
2376
2377 2000-10-22 Miles Bader <miles@gnu.org>
2378
2379 * comint.el (comint-highlight-input, comint-highlight-prompt):
2380 Renamed, `-face' at end removed.
2381 (comint-send-input, comint-output-filter): Use renamed faces.
2382
2383 * window.el (fit-window-to-buffer): Change defaulting of
2384 MAX-HEIGHT slightly.
2385
2386 * faces.el (color-values, color-defined-p): Use `member', not
2387 `memq', because it works correctly for strings.
2388 (frame-set-background-mode): Actually, "unspecified-fg" and
2389 "unspecified-bg" *are* strings. Use `member', not `memq', and
2390 `equal', not `eq', when a string value is possible.
2391
2392 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2395
2396 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2397
2398 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2399 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2400 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2401 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2402 (sh-font-lock-syntactic-keywords): Use them.
2403 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2404 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2405 (sh-mode): Don't override font-lock-unfontify-region-function.
2406 Use a copy of sh-font-lock-syntactic-keywords.
2407 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2408 Don't call sh-scan-buffer since font-lock does it on the fly.
2409 (sh-get-indent-info): Use `face' rather than `syntax-table'
2410 text-property to detect here-documents.
2411 Replace sh-special-syntax with sh-st-punc.
2412 (sh-prev-line): Use `face' rather than `syntax-table'
2413 text-property to skip over here-documents.
2414 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2415 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2416 (sh-electric-less, sh-set-here-doc-region)
2417 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2418 (sh-scan-buffer, sh-rescan-buffer): Remove.
2419
2420 2000-10-21 Andrew Innes <andrewi@gnu.org>
2421
2422 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2423 remote (ange-ftp) file names.
2424
2425 2000-10-21 Miles Bader <miles@gnu.org>
2426
2427 * window.el (fit-window-to-buffer): New function.
2428 (shrink-window-if-larger-than-buffer): Use it.
2429 (window-text-height): Don't expect minibuffers to have mode-lines.
2430
2431 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2432 * international/quail.el (quail-update-guidance): Use
2433 `fit-window-to-buffer' instead of `set-window-text-height'.
2434
2435 * international/quail.el (quail-show-guidance-buf): Make sure
2436 guidance window really has enough room.
2437 (quail-update-guidance): If quail-guidance-win is already shown,
2438 make sure its height is OK.
2439
2440 * window.el (window-text-height, set-window-text-height):
2441 New functions.
2442 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2443 instead of `window-height' & `mode-line-window-height-fudge'.
2444 (mode-line-window-height-fudge): Add FACE parameter.
2445 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2446 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2447
2448 2000-10-20 Miles Bader <miles@gnu.org>
2449
2450 * window.el (height-affecting-face-attributes): Use `defconst'.
2451
2452 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2453 New function, conditionally aliased to `mode-line-window-height-fudge'.
2454 (ispell-help): Use it.
2455 (ispell-choices-win-default-height): Don't include mode-line fudge.
2456 (ispell-choices-win-default-height): New function.
2457 (ispell-show-choices, ispell-command-loop): Use function
2458 `ispell-choices-win-default-height' instead of variable.
2459
2460 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2461
2462 * window.el (mode-line-window-height-fudge): New variable.
2463 (height-affecting-face-attributes): New variable.
2464 (mode-line-window-height-fudge): New function.
2465 (shrink-window-if-larger-than-buffer): Use it.
2466 * help.el (resize-temp-buffer-window): Likewise.
2467
2468 * info.el (Info-fontify-node): Add support for @subsubsection
2469 titles, which use `Info-title-4-face'.
2470 (Info-title-4-face): New face.
2471 (Info-title-3-face): Inherit from Info-title-4-face instead of
2472 variable-pitch.
2473
2474 2000-10-19 Jason Rumney <jasonr@gnu.org>
2475
2476 * dired.el (dired-insert-directory): Do not let errors signalled by
2477 attempt to run dired-free-space-program prevent dired from working.
2478
2479 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2480
2481 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2482
2483 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2484
2485 * dirtrack.el (dirtrack): Fix call to run-hooks.
2486
2487 * cmuscheme.el (cmuscheme-program-name): Renamed from
2488 scheme-program-name because xscheme.el contains a defcustom with
2489 the same name. As a consequence, customizing group `cmuscheme'
2490 loaded `xscheme' which redefined run-scheme.
2491 (run-scheme): Use cmuscheme-program-name.
2492
2493 * ps-print.el (ps-print-emacs-type): Move into the
2494 eval-and-compile.
2495
2496 * play/doctor.el (doctor-death): Update the Samaritans'
2497 anonymous address, and add a website for Befrienders International.
2498
2499 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2500
2501 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2502 Avoid compilation gripes. Doc fix.
2503 (ps-print-version): New version number (6.2).
2504 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2505 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2506 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2507 (ps-x-extent-priority, ps-x-extent-start-position)
2508 (ps-x-face-font-instance, ps-x-find-coding-system)
2509 (ps-x-font-instance-properties, ps-x-make-color-instance)
2510 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2511 avoid compilation gripes without defining functions.
2512 (ps-e-find-composition): Alias for function find-composition, to have a
2513 suitable function depending on Emacs version.
2514 (ps-color-device, ps-color-values, ps-face-foreground-name)
2515 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2516 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2517 (ps-print-ensure-fontified): Function definitions surrounded by
2518 `eval-and-compile' to avoid compilation gripes.
2519 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2520 by symbol-value to avoid compilation gripes.
2521 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2522 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2523
2524 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2525
2526 * startup.el (normal-top-level): Call `frame-set-background-mode'
2527 after `frame-notice-user-settings' because the latter doesn't call
2528 the former on a tty.
2529
2530 * faces.el (frame-set-background-mode): `unspecified' &c are
2531 symbols, not strings.
2532
2533 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2536 why some "light*" colors are deliberately absent from the alist.
2537
2538 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2539 Change colors for tty's, as suggested by Miles Bader.
2540
2541 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2542
2543 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2544 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2545 for ISO10646-1 fonts.
2546 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2547
2548 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2549
2550 * faces.el (frame-set-background-mode): If a tty frame defines a
2551 background color, use that to compute the background mode, instead
2552 of always defaulting to "dark".
2553
2554 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2555
2556 * comint.el (comint-write-output): New function.
2557 (comint-mode-map): Add it to the menu.
2558 Bind `C-c C-s' to comint-write-output.
2559
2560 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2561
2562 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2563 Use fancy-splash-delay.
2564
2565 2000-10-18 Alex Schroeder <alex@gnu.org>
2566
2567 * progmodes/sql.el (sql-sybase-options): New option.
2568 (sql-sybase): Use it. Add sql-database to the list of parameters
2569 provided for login. The options -w 2048 -n are not used any more.
2570
2571 * comint.el (comint-read-input-ring): Bugfix such that the first
2572 and the last entry of the input ring file are not lost.
2573
2574 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2575
2576 * ps-print.el: Internal variable changes to defcustom,
2577 make-local-hook changes to defvar. Doc fix.
2578 (ps-print-version): New version number (6.1).
2579 (ps-setup, ps-do-despool): Code fix.
2580 (ps-printer-name): Customization fix.
2581 (ps-printer-name-option): Now is a defcustom instead of an
2582 internal variable.
2583 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2584 (ps-print-begin-column-hook): Now are defvar instead of
2585 make-local-hook.
2586
2587 2000-10-18 Miles Bader <miles@gnu.org>
2588
2589 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2590 (comint-kill-output): Changed into an alias for `comint-delete-output',
2591 and made obsolete.
2592 (comint-mode-map): Rename references to comint-kill-output.
2593
2594 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2595
2596 * diff-mode.el (diff-header-face, diff-file-header-face)
2597 (diff-changed-face): Add bold and italic attributes to tty faces.
2598 (diff-function-face): New face.
2599 (diff-font-lock-keywords): Use it.
2600
2601 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2602
2603 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2604 Remove commented-out call to force-mode-line-update.
2605 (comint-kill-output): Use `forward-line 0' instead of
2606 beginning-of-line to make sure we get past the prompt.
2607
2608 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2609
2610 * diff-mode.el (diff-header-face, diff-file-header-face):
2611 Add specific setting for dark background.
2612 (diff-context-face): Renamed from diff-comment-face.
2613 Set explicitly rather than inheriting from font-lock-comment-face.
2614
2615 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * startup.el (command-line): Move the code which sets the default
2618 TTY colors to before before-init-hook.
2619
2620 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2621
2622 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2623
2624 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2625
2626 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2627 extensions, for MS-DOS.
2628
2629 * diff-mode.el (diff-header-face, diff-file-header-face)
2630 (diff-changed-face): Define tty-specific colors.
2631
2632 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2633
2634 * startup.el (fancy-splash-text): Realign the text.
2635
2636 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * font-lock.el (font-lock-comment-face): Define a separate default
2639 for dark-background tty's.
2640
2641 2000-10-17 Miles Bader <miles@gnu.org>
2642
2643 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2644 being obscured by whizzy mode-lines on graphics displays.
2645
2646 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * info.el (Info-title-1-face, Info-title-2-face)
2649 (Info-title-3-face): Define colors for tty's.
2650 (info-header-node): Remove unneeded tty-specific definition.
2651
2652 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2653
2654 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2655 reverse from the frame parameters, and don't invert foreground and
2656 background colors.
2657
2658 2000-10-16 Miles Bader <miles@gnu.org>
2659
2660 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2661 string "*Info*". Call propertized-buffer-identification to spruce
2662 up the result.
2663
2664 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2665
2666 * help.el: Provide `help' for the sake of define-minor-mode
2667 which generates defcustoms with requires.
2668
2669 * jit-lock.el (jit-lock-after-change): If we're in text that
2670 matches a multi-line font-lock pattern, make sure the whole text
2671 will be redisplayed.
2672
2673 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2674 author's name is unknown.
2675
2676 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2677 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2678 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2679 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2680 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2681 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2682 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2683 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2684 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2685 Add author information.
2686
2687 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2688
2689 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2690 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2691 full-color version (using the Gimp) to eliminate dithering artifacts.
2692
2693 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2694
2695 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2696
2697 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2698
2699 2000-10-15 Dave Love <fx@gnu.org>
2700
2701 * progmodes/sh-script.el: Require skeleton and comint when
2702 compiling.
2703
2704 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2705
2706 * whitespace.el: Doc fixes.
2707 (top-level): Don't add hooks here.
2708 (whitespace-running-emacs): Deleted.
2709 (timer): Don't require.
2710 (whitespace): Add back :version conditional on xemacs test.
2711 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2712 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2713 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2714 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2715 Avoid specific xemacs test.
2716 (whitespace-global-mode): New option.
2717 (whitespace-global-mode): New command.
2718 (whitespace-unload-hook): New function.
2719
2720 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2721 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2722 (Info-fontify-node): `Goto' goes to `Go to'.
2723 (Info-fontify-node): Add help-echo to xref links.
2724
2725 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2728
2729 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2730
2731 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2732 Use plist-get and allow :inherit.
2733
2734 * emacs-lisp/cl-macs.el (cl-do-arglist):
2735 Use plist-get and plist-member instead of memq.
2736
2737 * emacs-lisp/ewoc.el (ewoc-location): New function.
2738 (ewoc-enter-after, ewoc-enter-before): Document return value.
2739 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2740 Don't need make-local-hook any more.
2741 (cvs-addto-collection): Return the new tin.
2742 (cvs-mode-insert): Jump to the new line.
2743
2744 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2745
2746 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2747
2748 * font-lock.el (font-lock-syntactically-fontified): New var.
2749 (font-lock-fontify-syntactic-keywords-region): Use it.
2750 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2751
2752 * diff-mode.el (diff-find-file-name): Fix regexp.
2753
2754 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2755 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2756
2757 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2758 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2759 (sh-mode): Don't make all vars local here.
2760 (sh-kw): Reformat.
2761 (sh-set-shell): Use dolist. Don't set indent-region-function.
2762 (sh-mode-syntax-table): Use pop.
2763 (sh-remember-variable): Use push.
2764 (sh-help-string-for-variable): Use memq.
2765 (sh-safe-backward-sexp): Remove.
2766 (sh-safe-forward-sexp): Add ARG.
2767 (sh-get-indent-info, sh-prev-stmt): Use it.
2768 (sh-prev-line): Simplify by using forward-comment.
2769 (sh-this-is-a-continuation): Simplify.
2770 (sh-learn-buffer-indent): Use dolist.
2771 (sh-do-nothing): Remove.
2772 (sh-set-char-syntax, sh-set-here-doc-region):
2773 Use inhibit-modification-hooks.
2774 (sh-name-style): Use mapcar and push.
2775 (sh-load-style): Use dolist.
2776 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2777 (sh-case, sh-while-getopts): Use propertize directly rather
2778 than sh-electric-rparen.
2779
2780 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2781
2782 * textmodes/tex-mode.el: Require CL when compiling.
2783 (tex-mode-syntax-table): Init immediately.
2784 (tex-mode-map): Bind M-RET to latex-insert-item.
2785 (latex-mode): Set indent-line-function to latex-indent.
2786 (tex-common-initialization): Don't setup the syntax-table any more.
2787 (latex-insert-item): New skeleton.
2788 (tex-next-unmatched-end): Fix copy/paste braino.
2789 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2790 (latex-indent, latex-find-indent): New functions.
2791 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2792 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2793 (tex-compilation-parse-errors): Use with-syntax-table.
2794
2795 2000-10-15 Miles Bader <miles@gnu.org>
2796
2797 * font-lock.el (font-lock-comment-face): Change dark-background,
2798 color, non-tty, default to `chocolate1'.
2799
2800 2000-10-13 John Wiegley <johnw@gnu.org>
2801
2802 * eshell/esh-util.el (require): Added a missing `require' form,
2803 needed when compiling (for an ange-ftp macro definition).
2804
2805 2000-10-13 Dave Love <fx@gnu.org>
2806
2807 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2808
2809 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2810
2811 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2812 fix.
2813
2814 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2815 transparent -colors 8).
2816
2817 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2818
2819 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2820 that breaks with old list format timestamps.
2821 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2822 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2823 strings.
2824
2825 2000-10-13 John Wiegley <johnw@gnu.org>
2826
2827 * align.el, pcomplete.el, calendar/timeclock.el,
2828 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2829
2830 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2831 faulty math, where holiday hours were being computing as seconds.
2832
2833 2000-10-13 John Wiegley <johnw@gnu.org>
2834
2835 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2836 specifying what "other" kinds of buffers should be saved. This
2837 used to be hard-coded.
2838 (desktop-buffer-misc-functions): A global for specifying how
2839 auxiliary data should be determined for special buffer types.
2840 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2841 instead of hard-coding the special buffer types.
2842 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2843 auxiliary data, instead of hard-coding for Info buffers and dired.
2844 (desktop-buffer-info-misc-data): Aux function for determining Info
2845 buffer auxiliary info.
2846 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2847 (desktop-buffer-info): Changed this function to use the info
2848 gathered above.
2849 (desktop-create-buffer): Be a little more careful about what
2850 `minor-mode' means before calling it. This is important for some
2851 buffer types.
2852
2853 2000-10-13 John Wiegley <johnw@gnu.org>
2854
2855 * eshell/esh-util.el: Added a global form which declares an
2856 autoload for `parse-time-string', if that function is not already
2857 defined, and if parse-time.el is available on the user's system.
2858
2859 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2860 to be aware of ange-ftp user info.
2861 (eshell-do-ls): Bind `ange-cache'. Also, use
2862 `eshell-file-attributes'.
2863 (eshell-ls-annotate): Use `eshell-file-attributes'.
2864 (eshell-ls-file): Made the user-id printing code a bit smarter.
2865
2866 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2867 allow identification of alias user ids in remote directories.
2868 It's manual, but there's no other way to know when the current
2869 user on the local machine, is also the owning user on the remote
2870 machine.
2871 (fboundp): Bind `ange-cache'.
2872 (eshell-directory-files-and-attributes): Re-organized the logic a
2873 bit to use `eshell-file-attributes' instead of `file-attributes'.
2874 The former is more sensitive to directories that are read via FTP,
2875 and knows how to use ange-ftp to determine full attribute
2876 information, instead of just the name and last modtime.
2877 (eshell-current-ange-uids): Return the current user id when in a
2878 remote directory.
2879 (eshell-parse-ange-ls): Parse a full directory listing that has
2880 been returned by ange-ftp.
2881 (eshell-file-attributes): This beefed up version of
2882 `file-attributes' is only special if the user is currently in a
2883 remote directory, in which case it does a lot of work to find out
2884 what the real attributes of a file are, as they appear on the
2885 remote machine. This makes usage of remote directories (i.e.,
2886 ange-ftp pathnames) much more useful. You can now use Eshell as a
2887 full-fledged FTP client, with much more manipulation ability than
2888 most other clients.
2889
2890 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2891 variable, which means that Eshell's du should always be preferred
2892 in remote directories.
2893 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2894 just `file-attributes'.
2895 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2896 when reading remote directories. This is an Eshell-specific
2897 variable (not part of ange-ftp).
2898 (eshell/ln): Bind `ange-cache'.
2899 (eshell/du): Added some extra logic for determining when to use
2900 Eshell's du (which is slow), and when to use the external version
2901 (which may or may not exist).
2902
2903 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2904 `eshell-interactive-process', rather than using
2905 `get-buffer-process', since backgrounded processes don't count in
2906 the context of this function's logic.
2907
2908 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2909 `forward-char', so that null strings are parsed correctly.
2910
2911 2000-09-13 John Wiegley <johnw@gnu.org>
2912
2913 * eshell/em-pred.el (eshell-pred-file-type,
2914 eshell-pred-file-links, eshell-pred-file-size): Use
2915 `eshell-file-attributes'. This is more correct over ange-ftp.
2916
2917 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2918 that remote file globbing is more efficient.
2919
2920 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2921 gathering the files and attributes within a directory.
2922
2923 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2924 the command line is a special file (not a regular file, directory
2925 or symlink), always attempt to call the external version of cat.
2926
2927 2000-09-13 John Wiegley <johnw@gnu.org>
2928
2929 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2930 Eshell-friendly version of find-tag.
2931
2932 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2933
2934 * image-file.el (image-file-name-extensions)
2935 (image-file-name-regexps): Add autoload cookies.
2936
2937 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2938
2939 * international/mule-cmds.el (select-safe-coding-system): If FROM
2940 is string, show it in *Warning* buffer.
2941
2942 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2943
2944 * startup.el (normal-top-level): Use display-popup-menus-p instead
2945 of window-system.
2946 (command-line): Use display-graphic-p instead of window-system.
2947 (command-line-1): Use display-popup-menus-p and display-mouse-p
2948 instead of window-system.
2949
2950 2000-10-12 Sam Steingold <sds@gnu.org>
2951
2952 * tooltip.el (tooltip-use-echo-area): New user variable.
2953 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2954
2955 2000-10-12 Dave Love <fx@gnu.org>
2956
2957 * recentf.el: Maintainer's checkdoc fixes.
2958
2959 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2960 character class, not ASCII when matching file names.
2961 (fancy-splash-head): Add trailing slash to URL.
2962 (command-line): Don't require XPM support for toolbar.
2963
2964 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2965 (cperl-invalid-face): Revert last change.
2966 (cperl-init-faces): Quote cperl-invalid-face.
2967
2968 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2969
2970 * startup.el (fancy-splash-text): Remove superfluous quote.
2971
2972 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2973
2974 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2975 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2976 (command-line-1): Don't use fancy-splash-pending-command.
2977 (fancy-splash-screens-1): Goto point-min after inserting text.
2978
2979 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2980
2981 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2982 instead of shared-lisp-mode-map.
2983
2984 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2985
2986 * faces.el (header-line): Change tty-variant to use underlining.
2987
2988 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2989 (isearch-highlight): Restore lazy-isearch face properties at old
2990 position, and suppress them at new position.
2991 (isearch-dehighlight): Restore lazy-isearch face properties.
2992 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2993 over the real isearch overlay, but in that case, don't give it a
2994 face property. Use `push'.
2995
2996 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2997
2998 * man.el (Man-getpage-in-background): Fix previous change.
2999 Decode the process output only when we are in multibyte mode.
3000
3001 2000-10-11 Dave Love <fx@gnu.org>
3002
3003 * info.el (Info-mode-menu): Fix some help.
3004 (info-tool-bar-map): Add entry for Info-last.
3005
3006 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3007 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3008 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3009 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3010 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3011 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3012 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3013 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3014 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3015 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3016 Reduce colour requirements to 25 overall. (Probably wants
3017 revisiting from the originals to reduce further.)
3018
3019 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3022 buffer-file-coding-system, instead of raw-text.
3023 (dehexlify-buffer): Bind coding-system-for-read to
3024 buffer-file-coding-system, instead of raw-text.
3025
3026 2000-10-11 Sam Steingold <sds@gnu.org>
3027
3028 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3029 `underline' - fixes the bug introduced on 2000-09-21.
3030
3031 2000-10-11 Dave Love <fx@gnu.org>
3032
3033 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3034 compiler warnings.
3035 (scheme-mode): Doc fix.
3036 (scheme-font-lock-keywords-1): Match `define-syntax'.
3037
3038 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3039
3040 * faces.el (frame-set-background-mode): Pay attention to saved
3041 face specs as well as default ones. Only do anything if the
3042 bg-mode or display-type has actually changed. Use `dolist'.
3043 (region): Make dark-background `region' face less in-your-face.
3044
3045 2000-10-10 Sam Steingold <sds@gnu.org>
3046
3047 * chistory.el, ielm.el, ledit.el:
3048 * progmodes/inf-lisp.el, progmodes/scheme.el:
3049 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3050
3051 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * textmodes/texinfo.el: Update copyright and fix typo.
3054
3055 * desktop.el (desktop-modes-not-to-save): New var.
3056 (desktop-save-buffer-p): Use it.
3057 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3058 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3059
3060 2000-10-10 Dave Love <fx@gnu.org>
3061
3062 * toolbar/tool-bar.el (tool-bar-add-item)
3063 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3064 display.
3065
3066 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3067 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3068 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3069 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3070 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3071 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3072 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3073 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3074 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3075 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3076 the .xpms; probably need retouching.
3077
3078 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3079
3080 * subr.el (add-to-list): Add optional argument APPEND.
3081 * battery.el (display-battery): Use `add-to-list'.
3082
3083 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3084
3085 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3086 these vars as symbol properties.
3087 (zone, zone-when-idle, zone-leave-me-alone)
3088 (zone-pgm-whack-chars): Use new symbol properties.
3089
3090 * battery.el (display-battery): Doc spelling fix.
3091
3092 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3093 property.
3094
3095 2000-10-09 Dave Love <fx@gnu.org>
3096
3097 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3098 has been initialized before calling tool-bar-setup.
3099 (tool-bar-add-item-from-menu): Add autoload cookie.
3100
3101 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * menu-bar.el (send-mail-item-name): New function.
3104 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3105 of mail-user-agent in the menu. Don't display the "Send Mail"
3106 item if mail-user-agent is nil or its value is ignore.
3107 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3108 if read-mail-command is nil or its value is ignore.
3109
3110 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3111
3112 2000-10-09 Miles Bader <miles@gnu.org>
3113
3114 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3115 Correct image size.
3116 * toolbar/left_arrow.xpm: Correct image size.
3117
3118 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3119 will be done by the definition of `auto-compression-mode' if
3120 necessary. Move code to uninstall existing file-name handler
3121 before definition of `auto-compression-mode'.
3122
3123 * image-file.el (auto-image-file-mode): Move to the end of the
3124 file, because `define-minor-mode' actually calls the mode-function
3125 if the associated variable is non-nil, which requires that all
3126 needed functions be already defined.
3127
3128 * mouse.el (popup-menu): Balance parens.
3129
3130 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3131
3132 * mouse.el (popup-menu): Move the command call outside the loop
3133 so that popup-menu returns whatever the command returns.
3134
3135 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3136 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3137 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3138 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3139
3140 * vc.el (vc-version-diff): diff-switches can be a list.
3141 Use relative filenames for prettier output.
3142
3143 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3144 (vc-post-command-functions): Remove old-VC compatibility code.
3145
3146 * newcomment.el (comment-indent-default): Autoload.
3147
3148 * font-lock.el (font-lock-defaults): Make buffer-local.
3149 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3150 (font-lock-choose-keywords):
3151 Ignore LEVEL unless KEYWORDS is a list of syms.
3152 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3153 Don't wrap regexp-opt things in \(...\) unnecessarily.
3154
3155 * jit-lock.el: Don't require font-lock any more.
3156 (jit-lock-functions): Make buffer-local.
3157 (jit-lock-saved-fontify-buffer-function): Remove.
3158 (jit-lock-mode): Remove autoload cookie.
3159 Remove font-lock specific code.
3160 (jit-lock-unregister): Don't bother handling complex hooks any more.
3161 (jit-lock-refontify): New function.
3162 (jit-lock-fontify-buffer): Use it.
3163 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3164 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3165 Add optional args START and END.
3166 Never call font-lock-fontify-region directly.
3167 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3168
3169 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3170
3171 2000-10-08 Dave Love <fx@gnu.org>
3172
3173 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3174
3175 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3176
3177 * play/studly.el (studlify-region, studlify-word): Add autoload
3178 cookie.
3179
3180 * play/morse.el (morse-region, unmorse-region): Add autoload
3181 cookie.
3182
3183 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3184 concat.
3185
3186 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3187 insist on symbols starting with word syntax.
3188 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3189 (eval-defun-1): Doc fix.
3190 (indent-sexp): Use nconc to build up indent-stack.
3191
3192 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3193 Gnus with little use.
3194 (mail-setup-hook): Add mail-abbrevs-setup to options.
3195
3196 * recentf.el: Doc fixes.
3197
3198 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3199 Clean up remainder.
3200
3201 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3202 without timezone and (8) with timezone to enforce some whitespace.
3203 Simplify code somewhat.
3204
3205 * options.el (list-options): Doc that you should use customize.
3206
3207 * iswitchb.el (iswitchb-mode): Add :require.
3208
3209 * info.el (Info-goto-node, Info-menu): Doc fix.
3210 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3211 (info-tool-bar-map): New variable.
3212 (Info-mode): Use it.
3213 (Info-edit-map): Define all in defvar.
3214 (speedbar-attached-frame): Avoid compiler warning.
3215
3216 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3217 (global-map): Bind [tool-bar] to a filtered map.
3218 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3219 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3220 Allow PBM icons.
3221 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3222
3223 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3224 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3225 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3226 icons, except up_arrow, which is left-arrow rotated.
3227
3228 * imenu.el (imenu-add-to-menubar): Fix last change.
3229
3230 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3231
3232 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3233 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3234
3235 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3236
3237 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3238 typos in doc strings.
3239
3240 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3241 the doc strings how to customize Font Lock faces.
3242
3243 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3244 computing growth when dragging the header line.
3245
3246 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3247
3248 * simple.el (kill-line): Doc fix.
3249
3250 2000-10-08 Miles Bader <miles@gnu.org>
3251
3252 * faces.el (secondary-selection): Make foreground visible on tty.
3253
3254 * jka-compr.el (auto-compression-mode): Move to the end of the
3255 file, because `define-minor-mode' actually calls the mode-function
3256 if the associated variable is non-nil, which requires that all
3257 needed functions be already defined.
3258 (with-auto-compression-mode): Add autoload cookie.
3259
3260 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3261
3262 * files.el (find-backup-file-name) [ms-dos]: If support for long
3263 file names is not available, behave as if version-control were set
3264 to never.
3265
3266 2000-10-07 Dave Love <fx@gnu.org>
3267
3268 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3269 (browse-url-gnome-moz): New function.
3270 (browse-url-browser-function): Use it.
3271 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3272
3273 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3274
3275 * indent.el (tab-always-indent): New var.
3276 (indent-for-tab-command): Use it.
3277
3278 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3279 raise an error. This way it can still default to a sane value.
3280
3281 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3282
3283 * startup.el (fancy-splash-screens): Use local rather than global map.
3284 Don't use `update-menu-bindings' any more.
3285 Get rid of assumptions about keymap representation.
3286
3287 2000-10-06 Dave Love <fx@gnu.org>
3288
3289 * textmodes/fill.el (sentence-end-double-space)
3290 (sentence-end-without-period): Doc fix.
3291 (adaptive-fill-regexp): Purecopy.
3292 (unjustify-current-line): Use line-end-position.
3293 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3294
3295 * net/eudc-vars.el (eudc): Add :version, :link.
3296
3297 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3298
3299 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3300 Fix for define-minor-mode.
3301 (function-at-point): Alias to function-called-at-point.
3302
3303 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3304
3305 * simple.el (backward-word): Doc fix.
3306
3307 * image-file.el (image-file-name-regexp): image-file-regexps ->
3308 image-file-name-regexps.
3309 (image-file-name-extensions): Add pbm.
3310
3311 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3312
3313 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3314 and add filename to the names so that diff-mode can jump to source.
3315
3316 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3317 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3318 (tex-font-lock-keywords-1): Remove.
3319 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3320 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3321 (font-lock-default-fontify-region):
3322 Expand beg..end correctly when just following a multiline region.
3323 (font-lock-fontify-anchored-keywords):
3324 Include the anchor text as part of the multiline.
3325
3326 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3327
3328 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3329 latter needs the autoloaded define-minor-mode macro during the
3330 bootstrap.
3331
3332 * startup.el (command-line): For now, activate tool-bar-mode only
3333 if XPM images are supported.
3334
3335 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3336 window by dragging a header-line at the top of the frame; that's
3337 confusing because the header-line doesn't move.
3338 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3339 of treating the event as a list. Some cleanup.
3340
3341 2000-10-06 Miles Bader <miles@gnu.org>
3342
3343 * simple.el (display-message-or-buffer): New function.
3344 (shell-command-on-region): Use `display-message-or-buffer'.
3345
3346 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3347 docstring parts.
3348
3349 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3350 (smbclient-prompt-regexp): Add usage note to doc string.
3351 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3352 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3353 Use add-hook for adding the comint filter function, and only do so
3354 if it's not already in the global hook list.
3355 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3356 to `make-local-variable'.
3357 (nslookup-font-lock-keywords): Remove prompt entry.
3358 (nslookup): Don't set the process-filter.
3359 (finger): Exit the loop correctly when the regexps list runs out.
3360 (ftp, smbclient, smbclient-list-shares):
3361 Set the real major mode immediately, not after execing.
3362 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3363
3364 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3365
3366 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3367
3368 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3369
3370 * which-func.el (which-func-format): Remove spurious space.
3371 (which-func-mode): Don't make it permanent-local.
3372 (which-func-ff-hook): Allow which-func-maxout to be nil.
3373 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3374 (which-func-mode): Simplify.
3375 Use post-command-idle-hook rather than post-command-hook.
3376 Go through all buffers and update their state.
3377 (which-function): Also try add-log-current-defun-function.
3378
3379 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3380 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3381 Update call to with-vc-properties accordingly.
3382 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3383 (vc-revert-buffer): More careful about window selection and deletion.
3384 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3385
3386 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3387 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3388 (cvs-dired-action): Change the default to quickdir.
3389
3390 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3391 if comment-indent-function returns nil.
3392 (comment-indent-default): New function.
3393 (comment-indent-function): Use it and document the new semantics.
3394
3395 * image-file.el: Docstring fixes.
3396
3397 * help.el (help-xref-on-pp): Use match-string.
3398 (describe-variable): New arg BUFFER.
3399 Store the current buffer in the help-xref-stack.
3400 (temp-buffer-resize-mode): Use define-minor-mode.
3401
3402 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3403 consistently with its docstring.
3404 Set jit-lock-first-unfontify-pos in an idempotent way.
3405 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3406
3407 2000-10-05 Alex Schroeder <alex@gnu.org>
3408
3409 * sql.el (sql-mysql-options): New variable.
3410 (sql-mysql): Use it.
3411
3412 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3413
3414 * image.el (image): New group.
3415
3416 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3417 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3418
3419 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3420
3421 * net/net-utils.el (nslookup-font-lock-keywords)
3422 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3423 Ignore the value of wqindow-system; always define keywords
3424
3425 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3426
3427 * startup.el (fancy-splash-screens): Remove the code for
3428 debugging; `(trace-to-stderr "EXITTT\n")'.
3429
3430 2000-10-05 Miles Bader <miles@gnu.org>
3431
3432 * diff-mode.el (diff-goto-source): Update call to
3433 `diff-hunk-status-msg' to reflect new REV variable.
3434
3435 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * progmodes/icon.el (icon-mode):
3438 Don't gratuitously override the default for comment-column.
3439
3440 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3441
3442 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3443 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3444 (jit-lock-functions): New var.
3445 (jit-lock-function-1): Use it if non-nil.
3446 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3447 Set the `fontified' property before doing the fontification to avoid
3448 repeatedly going through the same error.
3449 Don't turn errors into messages.
3450 (jit-lock-register, jit-lock-unregister): New functions.
3451
3452 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3453 Use with-current-buffer.
3454
3455 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3456 Turn comment into docstring.
3457
3458 * apropos.el (apropos-mode): Use define-derived-mode.
3459
3460 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3461
3462 * startup.el (fancy-splash-pending-command): New variable.
3463 (fancy-splash-pre-command): New function.
3464 (fancy-splash-screens): Rewritten.
3465 (command-line-1): If fancy-splash-pending-command is set, call it
3466 interactively.
3467
3468 2000-10-04 Dave Love <fx@gnu.org>
3469
3470 * toolbar/tool-bar.el (tool-bar-setup): New function.
3471 (tool-bar-mode): Use it.
3472
3473 * subr.el (substitute-key-definition): Doc fix.
3474 (play-sound-file): New command.
3475
3476 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3477
3478 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3479 vc-version-backup-file-name): New functions.
3480
3481 * files.el (basic-save-buffer): Call vc-before-save before saving.
3482
3483 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3484 vc-cvs-stay-local-p.
3485
3486 * vc.el (vc-revert-buffer): Handle empty diff properly.
3487 (vc-version-backup-file): New function.
3488 (vc-checkout): Create a version backup if necessary.
3489 (vc-checkin): If a version backup file exists, delete it.
3490 (vc-version-diff): Diff locally using version backups, if available.
3491 (vc-revert-file): If there's a version backup, revert locally.
3492 (vc-transfer-file): Use version backup for base version, if
3493 available. If not, ask for confirmation whether to get it from the
3494 server. Update mode line before check-in.
3495
3496 2000-10-04 Dave Love <fx@gnu.org>
3497
3498 * toolbar/tool-bar.el (tool-bar-setup): New function.
3499 (tool-bar-mode): Use it.
3500
3501 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3502
3503 * net/net-utils.el (nslookup-font-lock-keywords)
3504 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3505 Only set if window-system is non-nil
3506 (net-utils-run-program): Returns buffer.
3507 (network-connection-reconnect): Added this function.
3508
3509 * generic.el:
3510 Incorporates extensive cleanup and docfixes by
3511 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3512 Uses cl compile-time macros.
3513 (generic-mode-name, generic-comment-list)
3514 (generic-keywords-list, generic-font-lock-expressions)
3515 (generic-mode-function-list, generic-mode-syntax-table):
3516 Removed variables.
3517 (generic-mode-alist): Renamed to generic-mode-list.
3518 (generic-find-file-regexp): Default changed to "^#".
3519 (generic-read-type): Uses completing read on generic-mode-list.
3520 (generic-mode-sanity-check): removed this function.
3521 (generic-add-to-auto-mode): Removed this function
3522 (generic-mode-internal): Bind mode-specific definitions
3523 into function instead of putting them in alist.
3524 (generic-mode-set-comments): Reworked extensively.
3525 (generic-mode-find-file-hook): Simplified regexp searching
3526 (generic-make-keywords-list): Omit extra pair of parens
3527
3528 * find-lisp.el (find-lisp-find-files-internal):
3529 Make sure directory name ends with "/".
3530
3531 * generic-x.el (apache-conf-generic-mode):
3532 Regexp now allows leading whitespace.
3533 (rc-generic-mode): Added eval-when-compile
3534 around generic-make-keywords-list.
3535 Deleted duplicate regexp
3536 (rul-generic-mode): Added eval-when-compile
3537 around generic-make-keywords-list.
3538 (etc-fstab-generic-mode): New generic mode.
3539 (rul-generic-mode): Removed one eval-when-compile
3540 which caused a max-specpdl-size exceeded error.
3541
3542 2000-10-04 Miles Bader <miles@gnu.org>
3543
3544 * simple.el (minibuffer-temporary-goal-position): New variable.
3545 (next-history-element): Try to keep the position of point in the
3546 input string constant.
3547
3548 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3549 (dired-do-create-files): If there's only one file, pass it in as
3550 the DEFAULT arg to dired-mark-read-file-name.
3551
3552 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3553
3554 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3555 (diff-goto-source): Be smarter when choosing REVERSE or not.
3556
3557 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3558 (texinfo-mode-menu): Add an explicit shortcut for update all.
3559
3560 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3561
3562 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3563 factorize backend-specific code cleanly (this was essentially
3564 conceived by Stefan Monnier).
3565 (vc-unregister): Function removed.
3566 (vc-revert-file): New function.
3567 (vc-revert-buffer): Delegate some of the work to it.
3568
3569 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3570 default branch unconditionally.
3571 (vc-rcs-set-default-branch): New function.
3572 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3573 (vc-rcs-checkin): If an appropriate default branch has been set,
3574 force creation of that branch.
3575 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3576 code (as suggested by Stefan Monnier).
3577
3578 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3579
3580 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3581 highlighting overlay with a different face over the overlay
3582 isearch uses to highlight the current match because that can lead
3583 to bad face combinations.
3584
3585 * loadup.el (toplevel): Load faces before isearch.
3586
3587 * isearch.el (isearch-faces): New custom group.
3588 (isearch): New defface; was already tested for in the code.
3589 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3590 (isearch-highlight): Always use face `isearch'.
3591
3592 2000-10-02 Dave Love <fx@gnu.org>
3593
3594 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3595 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3596 comparison of opcode with operand.
3597
3598 2000-10-03 Miles Bader <miles@gnu.org>
3599
3600 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3601 buffer, since the echo area will now grow to accommodate them.
3602
3603 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3604
3605 * vc-hooks.el (vc-registered): If FILE used to be registered under
3606 a certain backend, try that one first.
3607
3608 * vc.el (vc-responsible-backend): Undo the previous change in the
3609 argument list. Handle multiple backends correctly.
3610 (vc-find-new-backend): Function removed.
3611 (vc-register): Use vc-responsible-backend, as before.
3612 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3613
3614 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3615
3616 * startup.el (fancy-splash-head): Change message below the
3617 logo.
3618
3619 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3620
3621 * diff-mode.el (diff-goto-source): Emit a status message.
3622 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3623 (diff-test-hunk): Fix doc string.
3624 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3625 (diff-advance-after-apply-hunk): New variable.
3626 (diff-apply-hunk): Don't return a value.
3627
3628 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3629
3630 * vc.el (vc-editable-p): Minor optimization.
3631 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3632 (vc-find-new-backend): New function split from vc-responsible-backend.
3633 (vc-register): Use it.
3634 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3635 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3636 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3637 (vc-clear-headers): Don't use find-file.
3638 (vc-revert-buffer): Use `and' again (must have been a braino).
3639 (vc-switch-backend): Only prompt if requested.
3640 Short circuit if nothing is to be done.
3641 Don't use vc-resynch-buffer which could lose unsaved editing.
3642 (vc-default-receive-file): Update call to vc-unregister.
3643 (with-vc-file, vc-next-action-on-file):
3644 Use vc-backend rather than vc-registered.
3645 (vc-next-action-on-file): Use intern-soft.
3646 Deal with read-only *vc-diff* buffer.
3647 (vc-transfer-file): Docstring fix.
3648
3649 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3650 (vc-rcs-receive-file): Avoid with-vc-properties.
3651 Update call to vc-unregister.
3652 Use constant `RCS' rather than (dynamically bound) var `backend'.
3653
3654 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3655
3656 * vc.el (vc-next-action-on-file): Update mode line only if file
3657 is visited.
3658 (vc-start-entry): New argument initial-contents. Don't visit the file
3659 if it isn't already visited. Brought documentation up-to-date.
3660 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3661 (vc-checkin): New optional arg initial-contents, which is passed to
3662 vc-start-entry.
3663 (vc-finish-logentry): Make sure to bury log buffer only if there
3664 really is one. Call `vc-resynch-buffer' on log-file, not
3665 buffer-file-name.
3666 (vc-default-comment-history, vc-default-wash-log): New functions.
3667 (vc-index-of): Removed.
3668 (vc-transfer-file): Make do without the above.
3669 (vc-default-receive-file): Call comment-history unconditionally. Pass
3670 the resulting string to vc-checkin, instead of inserting it into the
3671 comment ring.
3672
3673 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3674 unconditionally. Use the comments as initial contents of the log
3675 entry buffer. Document the trick to force branch creation with no
3676 changes.
3677
3678 2000-10-01 Miles Bader <miles@gnu.org>
3679
3680 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3681 `recenter' with an arg to prevent redrawing the display.
3682
3683 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3684
3685 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3686
3687 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3688
3689 * progmodes/c-mode.el (c-mode):
3690 Don't gratuitously override the default for comment-column.
3691
3692 * textmodes/tex-mode.el (latex-metasection-list): New var.
3693 (latex-imenu-create-index): Use it.
3694 Move the regexp construction outside loops (and use push).
3695 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3696 (tex-font-lock-keywords): Moved from font-lock.el.
3697 (tex-comment-indent): Remove.
3698 (tex-common-initialization): Don't set comment-indent-function.
3699 (latex-block-default): New var.
3700 (tex-latex-block): Use it to provide a default choice.
3701 Add any unknown choice to latex-block-names.
3702 Insert [...] after {...}.
3703 (tex-last-unended-begin): Simplify regexp.
3704 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3705 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3706 (latex-mode): Set forward-sexp-function.
3707
3708 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3709 Add regexp for @ignore ... @end ignore.
3710 (texinfo-heading-face): New face.
3711 (texinfo-font-lock-keywords): Use it.
3712 (texinfo-mode-menu): New menu.
3713 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3714 New functions.
3715 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3716 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3717 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3718 Remove declaration.
3719 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3720
3721 * delsel.el (delete-selection-mode): Use define-minor-mode.
3722
3723 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3724
3725 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3726
3727 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3728
3729 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3730
3731 * replace.el (keep-lines-read-args): New function.
3732 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3733 read arguments interactively. Add parameters RSTART and REND.
3734 Operate on the active region in Transient Mark mode.
3735
3736 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3737
3738 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3739 (authors-obsolete-files-regexps): New variable.
3740 (authors-add): Don't record changes in obsolete files.
3741
3742 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3743
3744 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3745
3746 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3747 (comment-indent): Make sure there's a space between code and comment.
3748 Shift comments left to avoid going past fill-column.
3749
3750 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3751
3752 * startup.el (startup-echo-area-message): New function.
3753 (display-startup-echo-area-message): Use it.
3754 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3755 (fancy-splash-default-action): New function.
3756 (fancy-splash-screens-1): New function.
3757 (fancy-splash-head): Put a help-echo and a keymap under the image.
3758
3759 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3760
3761 * diff-mode.el (diff-add-log-file-name): Remove.
3762 (diff-mode): Use add-log-buffer-file-name-function.
3763
3764 * add-log.el (find-change-log): New arg BUFFER-FILE.
3765 (add-log-file-name): Obey add-log-file-name-function.
3766 (add-log-buffer-file-name-function): New var.
3767 (add-change-log-entry): Use it.
3768
3769 2000-09-29 Miles Bader <miles@gnu.org>
3770
3771 * image-file.el (image-file-name-extensions): New variable.
3772 (image-file-name-regexps): Renamed from `image-file-regexps'.
3773 New default value is nil. Call `auto-image-file-mode'.
3774 (image-file-name-regexp): New function.
3775 (auto-image-file-mode): New minor mode.
3776 (insert-image-file): Don't make conditional on the image-file
3777 handler being enabled.
3778 (image-file-handler): Make the call here conditional instead.
3779 (set-image-file-handler-enabled, enable-image-file-handler)
3780 (disable-image-file-handler): Functions removed.
3781
3782 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3783 string.
3784
3785 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3786
3787 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3788 it's a function from CL.
3789 (latex-imenu-create-index): Replace eval-when-compile with progn
3790 because latex-section-alist is not bound while compiling.
3791
3792 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3793
3794 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3795 (outline-mode): Use define-derived-mode.
3796
3797 * progmodes/perl-mode.el (perl-mode):
3798 * progmodes/awk-mode.el (awk-mode):
3799 * progmodes/asm-mode.el (asm-mode):
3800 Don't gratuitously override the default for comment-column.
3801
3802 * emacs-lisp/lisp.el (lisp-complete-symbol):
3803 Distinguish the let-binding case from the funcall case.
3804 (forward-sexp-function): New variable.
3805 (forward-sexp): Use it.
3806
3807 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3808 (easy-mmode-defmap): Remove the now useless autoload.
3809
3810 * time.el (display-time-mode): Use define-minor-mode.
3811
3812 * subr.el (add-minor-mode): Don't eval NAME.
3813 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3814 Use if rather than cond.
3815
3816 * simple.el (read-expression-map): Define more properly.
3817 (comment-indent-hook): Remove.
3818 (string-to-syntax): Bug fix.
3819
3820 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3821 (cvs-ediff-diff): Fix typo.
3822 (cvs-revert-if-needed): Don't bother preserving read-only.
3823
3824 * paren.el (show-paren-mode): Use define-minor-mode.
3825
3826 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3827 (toggle-auto-compression): Remove.
3828 (jka-compr-build-file-regexp): Remove useless grouping.
3829
3830 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3831 Avoid user-reserved bindings.
3832 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3833 (diff-header-face): Revert to grey85.
3834
3835 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3836
3837 * complete.el (partial-completion-mode) <defcustom>: Remove.
3838 (partial-completion-mode): Use define-minor-mode.
3839 (PC-do-completion): Understand `completion-auto-help = delay'
3840 to mean to popup the completion buffer only the second time.
3841 (PC-include-file-all-completions, PC-include-file-all-completions)
3842 (PC-include-file-all-completions): Don't quote lambda.
3843
3844 * comint.el (comint-mode-hook): Docstring fix.
3845 (comint-mode): Use define-derived-mode.
3846 (comint-mode-map): Remove obsolete comment.
3847 (make-comint): Minor stylistic change.
3848 (comint-insert-clicked-input): Be more careful to find the overlay.
3849 Use this-command-keys rather than hardcoding mouse-2.
3850
3851 * font-lock.el: Replace confusing (,@ with ,
3852 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3853 Don't use regexp-opt-depth. Spice up the regexp for args.
3854 Don't distinguish between cmds that can take an opt arg or not.
3855 Use `append' and `prepend' rather than `keep'.
3856
3857 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3858 (latex-outline-regexp): New var.
3859 (latex-outline-level): New fun.
3860 (latex-section-alist): New var.
3861 (latex-imenu-create-index): Use it. Use `push' as well.
3862 (tex-shell-map): Initialize it properly.
3863 (tex-mode): Minor stylistic change.
3864 (plain-tex-mode): Use define-derived-mode.
3865 (latex-mode): Use define-derived-mode.
3866 Construct the paragraph regexps in a more readable way.
3867 Set the buffer-local outline-{level,regexp} vars.
3868 (slitex-mode): Derive from latex-mode.
3869 (tex-common-initialization): Don't kill-all-vars anymore.
3870 Add setting for comment-add and font-lock-defaults.
3871 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3872 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3873 (tex-start-tex): New arg DIR (and send a chdir command for it).
3874 Also display the shell buffer and save it in tex-last-buffer-texed.
3875 (tex-region): Use expand-file-name rather than concat.
3876 Remove code made useless by changes in tex-start-tex.
3877 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3878
3879 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3880
3881 2000-09-28 Dave Love <fx@gnu.org>
3882
3883 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3884
3885 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3886
3887 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3888 `append'.
3889
3890 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * info.el (Info-extract-pointer): Undo last change.
3893 Instead, fix the position of the `bound' arg to re-search-backward.
3894
3895 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * info.el (Info-extract-pointer):
3898 Widen more carefully, to avoid finding pointers in other nodes.
3899 (Info-index): Use push.
3900
3901 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3902
3903 * frame.el (set-frame-font): Remove call to obsolete function
3904 frame-update-faces.
3905 (set-foreground-color, set-background-color): Likewise for
3906 frame-update-face-colors.
3907
3908 2000-09-27 Miles Bader <miles@gnu.org>
3909
3910 * image-file.el: New file.
3911
3912 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3913
3914 * frame.el (frame-notice-user-settings): Don't call
3915 frame-update-faces, which is a no-op now.
3916
3917 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3918 tool-bar-lines.
3919
3920 2000-09-27 Dave Love <fx@gnu.org>
3921
3922 * mouse.el: Fix last change.
3923
3924 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3925
3926 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3927
3928 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3929
3930 * international/quail.el (quail-help): The output message is
3931 improved.
3932
3933 2000-09-26 Dave Love <fx@gnu.org>
3934
3935 * mouse.el (popup-menu): If POSITION is nil, set it using
3936 mouse-position.
3937
3938 2000-09-25 Sam Steingold <sds@gnu.org>
3939
3940 * net/browse-url.el (browse-url-file-url): Check for null maps.
3941
3942 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3943
3944 * frame.el (frame-notice-user-settings): Don't add a
3945 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3946
3947 * frame.el (frame-notice-user-settings):
3948 Make tool-bar-mode and default-frame-alist consistent.
3949
3950 * toolbar/tool-bar.el (tool-bar-help): New function.
3951
3952 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3953
3954 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3955 current-load-list in top-level forms. Else this leaks a cons cell
3956 every time a defun is called.
3957
3958 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3959
3960 2000-09-25 Dave Love <fx@gnu.org>
3961
3962 * startup.el (fancy-splash-head): Check XPM is available.
3963
3964 * autoinsert.el (auto-insert): Doc fix.
3965 (auto-insert-alist): Following GNU notices, don't say `copyright
3966 _by_'. Use line-beginning-position.
3967 (auto-insert): Check buffer-file-name is non-nil before use.
3968
3969 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3970
3971 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3972 starting with `@def' or `@multitable', in addition to ones
3973 specified by the user in auto-fill-inhibit-regexp.
3974
3975 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3976
3977 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3978 rmail-dont-reply-to-names matches the empty string.
3979
3980 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3981
3982 * startup.el (command-line-1, fancy-splash-text): Change the
3983 text to sound more friendly.
3984
3985 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3986
3987 * progmodes/hideshow.el: Update author email address.
3988 Generally, sync w/ maintainer version 5.22.
3989 (hs-hide-all-non-comment-function): New var.
3990 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3991 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3992 (hs-show-region): Delete this command.
3993 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3994
3995 2000-09-22 Dave Love <fx@gnu.org>
3996
3997 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3998 (hl-line-highlight): Specify buffer when moving overlay.
3999
4000 * progmodes/fortran.el (fortran-mode): Locally set
4001 normal-auto-fill-function.
4002 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4003 (fortran-mode-map): Adjust auto-fill menu entry.
4004
4005 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4006
4007 * vc-rcs.el (toplevel): Require `vc' when compiling.
4008
4009 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4010
4011 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4012
4013 * vc.el (vc-switch-backend): Signal an error if the file is not
4014 registered under the new backend.
4015
4016 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4017 without explicit revision number.
4018
4019 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4020
4021 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4022 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4023 (diff-xor): New function.
4024 (diff-find-source-location): Use it. Fix a stupid name clash.
4025 (diff-hunk-status-msg): New function.
4026 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4027 (diff-test-hunk): Use diff-find-source-location.
4028 (diff-goto-source): Favor the `reverse'.
4029 (diff-hunk-text): Properly handle one-sided context diffs.
4030 (diff-apply-hunk): When done, advance to the next hunk.
4031
4032 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4033
4034 * startup.el (command-line): If frame was created with a non-zero
4035 tool-bar-lines parameter, switch tool-bar-mode on.
4036
4037 * add-log.el (change-log-date-face, change-log-name-face)
4038 (change-log-email-face, change-log-file-face)
4039 (change-log-list-face, change-log-conditionals-face)
4040 (change-log-function-face, change-log-acknowledgement-face):
4041 New faces, inheriting from font-lock faces.
4042 (change-log-font-lock-keywords): Use them.
4043
4044 2000-09-21 Dave Love <fx@gnu.org>
4045
4046 * progmodes/cperl-mode.el (top-level): Clean up
4047 `eval-when-compile's and assorted defvars.
4048 (cperl-invalid-face): Don't double-quote value. Change custom
4049 type.
4050 (cperl-mode): Set normal-auto-fill-function and don't zap
4051 auto-fill-function.
4052 (cperl-imenu--function-name-regexp-perl): Renamed from
4053 imenu-example--function-name-regexp-perl.
4054 (cperl-imenu--create-perl-index): Renamed from
4055 imenu-example--create-perl-index.
4056 (cperl-xsub-scan): Don't require cl.
4057
4058 * msb.el (msb-mode-map): Use substitute-key-definition.
4059 (msb-mode): Use msb-mode-map.
4060
4061 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4062
4063 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4064 New functions.
4065 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4066 (vc-switch-backend): New function.
4067 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4068 (vc-register): Fix prompt.
4069 (vc-unregister, vc-default-unregister): New functions.
4070 (vc-version-diff): Handle empty buffer in sentinel.
4071
4072 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4073 (vc-rcs-state-heuristic): Use it to guess the state of files with
4074 non-strict locking.
4075 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4076 been set with -b, but not created yet.
4077 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4078 contents in order to find the state.
4079 (vc-rcs-checkin): Allow creation of branches with no changes.
4080 (vc-rcs-unregister, vc-rcs-receive-file)
4081 (vc-rcs-set-non-strict-locking): New functions.
4082
4083 * vc-hooks.el (vc-name): Force correct computation of the value
4084 in case it is missing.
4085
4086 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4087
4088 * startup.el (fancy-splash-tail): Use a different foreground
4089 color on a dark frame background.
4090
4091 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4092
4093 * info.el: Use the correct capitalization when making Info-mode
4094 and Info-edit-mode `special' modes.
4095
4096 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4099 (diff-mode): Add support for add-log.el.
4100 (diff-hunk-text): Use char offsets rather than line offsets.
4101 (diff-find-source-location): Replace LINE with line-offset (nil
4102 if not found) and always set POS to a meaningful position.
4103 Adapt to the new char-offsets.
4104 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4105 Adapt to the new diff-find-source-location.
4106 (diff-goto-source): Adapt to the new diff-find-source-location.
4107
4108 * add-log.el (add-log-file-name): New function (split out of
4109 add-change-log-entry).
4110 (add-change-log-entry): Use it.
4111 Call add-log-file-name-function with the changelog file name if
4112 the current buffer is not associated with any file.
4113 Avoid find-file if the selected window is dedicated.
4114
4115 * diff-mode.el (diff-find-source-location):
4116 Move code from diff-apply-hunk. Return buffer rather than file.
4117 (diff-apply-hunk): Use the new result from diff-find-source-location.
4118 (diff-goto-source): Use the new diff-find-source-location.
4119
4120 2000-09-20 Dave Love <fx@gnu.org>
4121
4122 * iswitchb.el: Some doc fixes.
4123 (iswitchb-mode-map): Define completely initially. Inherit
4124 minibuffer-local-map.
4125 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4126 fundamental-mode.
4127 (iswitchb-global-map): New variable.
4128 (iswitchb-summaries-to-end): Amalgamate regexps.
4129 (iswitchb-mode): New.
4130 (iswitchb-mode-hook): New variable.
4131 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4132 `extensions'.
4133
4134 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4135
4136 * ehelp.el (electric-help): New defgroup.
4137 (electric-help-shrink-window): New user-option.
4138 (with-electric-help): Use it.
4139
4140 * window.el (shrink-window-if-larger-than-buffer): If face
4141 `mode-line' has a :box, and we're on a graphical frame, add 1
4142 to the needed window height.
4143
4144 * frame.el (frame-notice-user-settings): Add a last parameter nil
4145 to a call to `append', because the last list passed to `append' is
4146 not copied, and so subsequent calls to assq-delete-all will modify
4147 default-frame-alist.
4148
4149 * startup.el (fancy-splash-image): Change :type.
4150 (fancy-splash-head): Use an XBM image if appropriate.
4151 (command-line-1): Show splash screens in more cases.
4152
4153 * startup.el (fancy-splash-text): Don't quote faces.
4154
4155 * dired.el (dired-font-lock-keywords): Undo last change.
4156 (dired-readin): Bind indent-tabs-mode to nil.
4157
4158 * startup.el (fancy-splash-head): If frame's background mode
4159 is `dark', change the black background of the image to gray.
4160 (fancy-splash-screens): Display startup echo area message.
4161 (display-startup-echo-area-message): New function.
4162
4163 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4164
4165 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4166
4167 * info.el (info-header-node): Tweak for color ttys.
4168
4169 * faces.el (face-valid-attribute-values): Make sure directories we
4170 search for stipples both exist and are readable before trying to
4171 search them.
4172
4173 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4174 in the dry-run case.
4175
4176 * jka-compr.el (with-auto-compression-mode): New macro.
4177
4178 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4179 (custom-group-tag-face, custom-variable-tag-face): Use relative
4180 :height and inherit from `variable-pitch' face instead of
4181 hardwiring :family.
4182 * hi-lock.el (hi-black-hb): Likewise.
4183
4184 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4185 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4186 toolbar-add-item, if image doesn't have a mask add a `:mask
4187 heuristic'.
4188
4189 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4190
4191 * diff-mode.el: Docstring fixes.
4192 (diff-header-face, diff-comment-face): New faces.
4193 (diff-font-lock-keywords): Highlight a bit differently.
4194 (diff-find-source-location): Don't return SPAN any more.
4195 (diff-hunk-text): Don't bother erasing the temp buffer.
4196 (diff-find-text): Drop argument LINE.
4197 (diff-apply-hunk): Update calls to diff-find-text.
4198 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4199
4200 * calendar/calendar.el: Docstring fixes.
4201 (calendar-make-alist): Don't quote lambda.
4202 (calendar-star-date): Use make-local-variable.
4203
4204 2000-09-19 Dave Love <fx@gnu.org>
4205
4206 * toolbar/tool-bar.el: Renamed from toolbar.el.
4207 Change `toolbar' to `tool-bar' generally in symbols.
4208 Make some items invisible in `special' major modes.
4209 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4210 Add arg PROPS.
4211
4212 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4213 Add :version here.
4214 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4215
4216 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4217
4218 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4219
4220 * files.el (find-file-suppress-same-file-warnings): New user-option.
4221 (find-file-noselect): Use it.
4222
4223 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4224 (fancy-splash-screen): Defgroup.
4225
4226 * add-log.el (change-log-font-lock-keywords): Match names
4227 more exactly for the case that font-lock-constant-face is
4228 underlined.
4229
4230 2000-09-19 Richard M. Stallman <rms@gnu.org>
4231
4232 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4233
4234 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4235
4236 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4237
4238 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4239
4240 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4241 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4242 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4243 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4244 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4245 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4246 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4247 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4248 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4249 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4250 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4251 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4252
4253 * startup.el (fancy-splash-text): New variable.
4254 (fancy-splash-delay, fancy-splash-image): New user-options.
4255 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4256 (fancy-splash-screens): New functions.
4257 (command-line-1): If display has a `display' frame parameter, has
4258 colors, and we have XPM support, show more fancy splash screens.
4259
4260 2000-09-19 Dave Love <fx@gnu.org>
4261
4262 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4263 with null `help'. Use modern backquote syntax.
4264
4265 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4266
4267 * font-lock.el (font-lock-mode): Change message telling the user
4268 that ``the buffer is too big''.
4269
4270 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4271 for instance for the case that tab-width is 2.
4272
4273 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4274
4275 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4276 toolbar-add-item, if image doesn't have a mask add a `:mask
4277 heuristic'.
4278
4279 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4280
4281 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4282 and return a cons if it's non-nil.
4283 (diff-apply-hunk): Try to jump to the line in the source text
4284 corresponding to the position of point in the in the hunk.
4285
4286 * info.el (Info-title-3-face, Info-title-2-face)
4287 (Info-title-1-face): Use face inheritance and relative sizes
4288 instead of hard-wiring things.
4289
4290 * faces.el (secondary-selection): Make dark-background variant sane.
4291
4292 2000-09-16 Andrew Innes <andrewi@gnu.org>
4293
4294 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4295 read-only, since they aren't under VC now.
4296
4297 2000-09-17 Dave Love <fx@gnu.org>
4298
4299 * tmm.el: Replace mapcar with mapc in several places.
4300
4301 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4302 ad-unadvise.
4303
4304 * international/latin1-disp.el: New file.
4305
4306 * calendar/cal-move.el (scroll-calendar-left)
4307 (scroll-calendar-right): Make arg optional (for active mode line).
4308
4309 * calendar/calendar.el (calendar-mode-line-format): Make fields
4310 mouse-sensitive.
4311 (calendar-read-date, calendar-read-date, calendar-window-list):
4312 Unquote lambda.
4313 (calendar-month-name): Use aref, not sref.
4314
4315 * view.el (minor-mode-alist): Propertize the string.
4316
4317 * international/characters.el (standard-case-table): Add entries
4318 for Greek.
4319
4320 2000-09-18 Miles Bader <miles@gnu.org>
4321
4322 * info.el (info-node, info-xref): Add dark-background variants.
4323
4324 * faces.el (header-line): Change defaults to be less confusing
4325 when mixed with mode-lines.
4326
4327 * info.el (Info-fontify-node): Make a few cleanups.
4328 Add extra `help-echo' and `local-map' props to node xrefs.
4329 Use header-specific faces for node-names & xrefs.
4330 (Info-use-header-line): New variable.
4331 (info-header-xref, info-header-node): New faces.
4332 (Info-setup-header-line): New function.
4333 (Info-select-node): Call Info-setup-header-line when enabled.
4334 (Info-extract-pointer): Work even if the header line is hidden.
4335 (Info-header-line): New variable.
4336
4337 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * vms-patch.el (print-region-function): Don't quote lambda.
4340
4341 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4342
4343 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4344 (lm-get-header-re): Allow spaces between the header and the colon.
4345 (lm-header): Allow $ in non-RCS headers.
4346 (lm-header-multiline): Put the strings back into order.
4347 Stop at an empty line. Don't require two space chars if the
4348 line is clearly not another header line.
4349
4350 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4351 (popup-menu-popup): Remove.
4352
4353 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4354
4355 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4356 specification if or if not tool-bar item contains an `:enabled'
4357 property.
4358
4359 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4360 current buffer has no file name.
4361
4362 2000-09-15 Dave Love <fx@gnu.org>
4363
4364 * strokes.el: Sync with maintainer's current version with changes
4365 for Emacs, but avoid runtime cl and levents.
4366 (toplevel): Change autoloads and compilation requires.
4367 (strokes-version, strokes-bug-address, strokes-lift): Values
4368 changed.
4369 (strokes-xpm-header, strokes-insinuated): New variable.
4370 (strokes): Add :link.
4371 (strokes-mode): Customized.
4372 (strokes-while-inhibiting-garbage-collector): New macro.
4373 (strokes-remassoc): Avoid remove-if.
4374 (strokes-fix-button2-command): Don't use ad-do-it.
4375 (strokes-insinuate): New function.
4376 (strokes-button-press-event-p, strokes-button-release-event-p):
4377 New functions, used instead of non-`strokes-' versions..
4378 (strokes-mouse-event-p): Rewritten.
4379 (strokes-event-closest-point): Avoid event-point.
4380 (strokes-get-grid-position): Avoid cdadr, caadr
4381 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4382 functions.
4383 (strokes-help): Use with-output-to-temp-buffer.
4384 (strokes-window-configuration-changed-p): New function.
4385 (strokes-update-window-configuration): Use buffer-live-p,
4386 strokes-window-configuration-changed-p.
4387 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4388 (strokes-char-face): New face.
4389 (strokes-char-table, strokes-base64-chars): New variable.
4390 (strokes-xpm-for-stroke, strokes-list-strokes)
4391 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4392 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4393 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4394 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4395 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4396 functions.
4397
4398 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4399
4400 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4401
4402 * image.el (create-image): Doc fix.
4403
4404 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4405 instead of `:heuristic-mask t'.
4406
4407 2000-09-14 Andrew Innes <andrewi@gnu.org>
4408
4409 * makefile.w32-in: Revert to Unix line endings.
4410
4411 2000-09-14 Andrew Innes <andrewi@gnu.org>
4412
4413 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4414 when installing.
4415
4416 * makefile.nt (DONTCOMPILE): Fix typo.
4417
4418 * shell.el (shell-write-history-on-exit): New function.
4419 (shell-dumb-shell-regexp): New custom variable.
4420 (shell-mode): Make shell-write-history-on-exit the process
4421 sentinel if shell name matches shell-dumb-shell-regexp.
4422
4423 * w32-fns.el: Comment out before-init-hook function which resets
4424 source-directory based; this breaks bootstrap.
4425
4426 2000-09-14 Dave Love <fx@gnu.org>
4427
4428 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4429 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4430 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4431 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4432 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4433 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4434 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4435 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4436 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4437
4438 * toolbar/toolbar.el: New.
4439
4440 * subdirs.el: Add toolbar.
4441
4442 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4443
4444 * indent.el (indent-for-tab-command): Doc fix.
4445
4446 2000-09-14 Alex Schroeder <alex@gnu.org>
4447
4448 * ansi-color.el (ansi-colors): Doc change.
4449 (ansi-color-get-face): Simplified regexp.
4450 (ansi-color-faces-vector): Added more faces, doc change.
4451 (ansi-color-names-vector): Doc change.
4452 (ansi-color-regexp): Simplified regexp.
4453 (ansi-color-parameter-regexp): New regexp.
4454 (ansi-color-filter-apply): Doc change.
4455 (ansi-color-filter-region): Doc change.
4456 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4457 deal with zero length parameters.
4458 (ansi-color-apply-on-region): Doc change.
4459 (ansi-color-map): Doc change.
4460 (ansi-color-map-update): Removed debugging message.
4461 (ansi-color-get-face-1): Added condition-case to trap
4462 args-out-of-range errors.
4463 (ansi-color-get-face): Doc change.
4464 (ansi-color-make-face): Removed.
4465 (ansi-color-for-shell-mode): New option.
4466
4467 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4468
4469 * international/quail.el (quail-start-translation): Translate KEY
4470 if necessary even if it doesn't have any mapping in the current
4471 input method.
4472 (quail-start-conversion): Likewise.
4473 (quail-help): The output message is improved.
4474
4475 2000-09-13 Miles Bader <miles@gnu.org>
4476
4477 * comint.el (comint-output-filter): Revert to using
4478 `insert-before-markers'. Add bletcherous hack to undo damage
4479 caused by `insert-before-markers'. Put `front-sticky' property on
4480 overlays created here so that the field code understands how the
4481 overlay works. Use a let when making comint-last-prompt-overlay,
4482 so that the code is easier to read.
4483
4484 2000-09-13 Dave Love <fx@gnu.org>
4485
4486 * wid-edit.el (widget-default-format-handler): DTRT when
4487 doc-property is a function.
4488
4489 2000-09-12 Francesco Potorti` <pot@gnu.org>
4490
4491 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4492 filed name if it's not there.
4493
4494 2000-09-12 Dave Love <fx@gnu.org>
4495
4496 * simple.el (read-mail-command): Doc fix.
4497 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4498
4499 * vc.el (vc-dired-listing-switches): Fix :version.
4500
4501 * vc-hooks.el: Doc fixes.
4502
4503 * subr.el (add-minor-mode): Use toggle-fun arg.
4504
4505 * speedbar.el: Add :version to several defcustoms.
4506
4507 * imenu.el (imenu--truncate-items, imenu--cleanup)
4508 (imenu--generic-function): Avoid mapcar.
4509 (imenu--replace-spaces): Function removed.
4510 (imenu--completion-buffer): Use subst-char-in-string.
4511 (imenu-add-to-menubar): Use keymap inheritance.
4512
4513 2000-09-12 Miles Bader <miles@gnu.org>
4514
4515 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4516 (diff-mode-map): Bind `diff-test-hunk'.
4517 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4518
4519 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4520
4521 * bytecomp.el (byte-compile-defvar): Undo last change
4522 because it breaks '(make-variable-buffer-local (defvar ...)'
4523 which is used at least in dired.
4524
4525 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4526
4527 * international/quail.el (quail-define-package): Docstring
4528 modified.
4529
4530 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4531
4532 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4533 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4534 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4535 docstring of "chinese-py".
4536
4537 * international/quail.el (quail-translation-docstring): New
4538 variable.
4539 (quail-show-keyboard-layout): Docstring modified.
4540 (quail-select-current): Likewise.
4541 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4542 infinite recursive call.
4543 (quail-help): Check quail-translation-docstring. Format of the
4544 output changed.
4545 (quail-help-insert-keymap-description): Adjusted for the above
4546 change.
4547
4548 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4549
4550 * bytecomp.el (byte-compile-defvar): Only cons onto
4551 current-load-list in top-level forms. Else this leaks a cons cell
4552 every time a defun is called.
4553
4554 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4555
4556 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4557 Now understands non-unified diffs. Some functionality moved into
4558 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4559 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4560 modify anything. Only reposition point in the patched file if the
4561 patch succeeds. Only pop up another window if POPUP is true.
4562 Emit a message describing what happened if successful, and at what
4563 line-offset. Automatically detect reversed hunks and do something
4564 appropriate.
4565 (diff-hunk-text, diff-find-text): New functions.
4566 (diff-filter-lines): Function removed.
4567 (diff-test-hunk): New function.
4568 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4569
4570 2000-09-10 Dave Love <fx@gnu.org>
4571
4572 * textmodes/tildify.el: Minor doc/commentary fixes.
4573 (tildify) <defgroup>: Add :version.
4574
4575 * faces.el (face-x-resources): Make custom type more specific.
4576 (frame-background-mode): Use mapc.
4577 (region) <defcustom>: Add :version.
4578
4579 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * vc-sccs.el (vc-sccs-register):
4582 * vc-rcs.el (vc-rcs-register):
4583 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4584 * vc.el (vc-register): Clear file's properties.
4585
4586 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4587
4588 * faces.el (face-spec-set): Only face-spec-reset-face when
4589 ATTRS is non-nil.
4590
4591 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * help.el (help-insert-xref-button): Fix a typo in doc string.
4594
4595 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4596
4597 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4598 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4599 methods.
4600
4601 * menu-bar.el (read-mail-item-name): New function.
4602 (menu-bar-tools-menu): Use it to compute and display the package
4603 used to read email.
4604 (menu-bar-tools-menu): Fix typo in GUD's help string.
4605
4606 2000-09-07 Dave Love <fx@gnu.org>
4607
4608 * diff-mode.el (diff-mouse-goto-source): New function.
4609
4610 * vc-sccs.el: Doc fixes.
4611 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4612
4613 * vc-rcs.el: Doc fixes.
4614 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4615 (vc-rcs-checkout-switches, vc-rcs-header)
4616 (vc-rcs-master-templates): Add or change :version.
4617
4618 * vc-cvs.el: Doc fixes.
4619 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4620 (vc-cvs-stay-local): Add :version.
4621
4622 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4623
4624 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4625
4626 * international/quail.el (quail-help): Fix previous change.
4627
4628 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4629
4630 * faces.el (color-values): Doc fix.
4631
4632 * faces.el (frame-set-background-mode): Use frame-parameter
4633 instead of frame-parameters.
4634
4635 * frame.el (filtered-frame-list): Reduce consing.
4636 (frames-on-display-list): Call frame-parameter instead of
4637 frame-parameters.
4638
4639 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4640
4641 * language/devan-util.el (devanagari-to-indian-region): In the
4642 loop, change the following char, not preceding char.
4643
4644 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4645
4646 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4647 instead of frame-parameters.
4648
4649 * faces.el (set-face-attribute): Simplify by calling
4650 internal-set-lisp-face-attribute with FRAME being 0.
4651
4652 * vc.el: Remove `Id' version control keyword.
4653
4654 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4655
4656 * help.el (help-make-xrefs): Adjusted for the change of
4657 help-xref-mule-regexp.
4658 (help-insert-xref-button): New function.
4659
4660 * international/mule-cmds.el (help-xref-mule-regexp-template):
4661 Include the pattern for character set.
4662 (leim): New group.
4663
4664 * international/quail.el: Don't require face.
4665 (quail): New group.
4666 (quail-other-command): Dummy command to make quail-help work better.
4667 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4668 (quail-keyboard-layout-substitution): New variable.
4669 (quail-update-keyboard-layout): New function.
4670 (quail-keyboard-layout-type): New customizable variable.
4671 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4672 (quail-keyboard-translate): Pay attention to
4673 quail-keyboard-layout-substitution.
4674 (quail-insert-kbd-layout): New function.
4675 (quail-show-keyboard-layout): New function.
4676 (quail-get-translation): If the definition is a vector of length
4677 1, and the element is a string of length 1, return the character
4678 in that string.
4679 (quail-update-current-translations): Fix the case of
4680 relative-index out of range.
4681 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4682 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4683 Show key sequences for all available characters.
4684 (quail-help-insert-keymap-description): Don't show such verbose
4685 key bindings as quail-self-insert-command.
4686
4687 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4688 Format changed, and each element now have extra documentations.
4689 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4690 Adjusted for the change of quail-cxterm-package-ext-info.
4691
4692 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4693
4694 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4695 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4696 during bootstrap.
4697
4698 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4699
4700 * vc.el: (toplevel): Don't require `dired' at run-time.
4701 (vc-dired-resynch-file): Remove autoload cookie.
4702
4703 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4704
4705 * vc.el: Made several backend functions optional.
4706 (vc-default-responsible-p): New function.
4707 (vc-merge): Use RET for first version to trigger merge-news, not
4708 prefix arg.
4709 (vc-annotate): Handle backends that do not support annotation.
4710 (vc-default-merge-news): Removed. The existence of a merge-news
4711 implementation is now checked on caller sites.
4712
4713 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4714 case.
4715
4716 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4717 special case that has been removed from the default in vc-hooks.el.
4718
4719 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4722
4723 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4724
4725 * vc-hooks.el: Require vc during compilation.
4726 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4727 macro `with-vc-properties' in vc.el.
4728 (vc-file-getprop): Doc fix.
4729 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4730
4731 * vc.el: Require dired-aux during compilation.
4732 (vc-name-assoc-file): Moved to vc-sccs.el.
4733 (with-vc-properties): New macro.
4734 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4735 vc-finish-steal): Use it.
4736 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4737 to the backend-specific function is now supposed to do the checkout,
4738 too.
4739 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4740
4741 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4742 set file properties; that gets done in the generic code now.
4743
4744 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4745 Changed parameter list, added code from vc.el that does the
4746 checkout, possibly with a double-take.
4747
4748 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4749 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4750 the above under the new name.
4751 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4752 parameter list, added checkout command.
4753 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4754 properties; that gets done in the generic code now.
4755
4756 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * vc.el: Docstring fixes (courtesy of checkdoc).
4759
4760 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4761
4762 * vc.el (vc-checkout-writable-buffer-hook)
4763 (vc-checkout-writable-buffer): Remove.
4764 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4765 (vc-log-mode): Make it into a clean derived major mode.
4766 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4767 vc-log-mode if log-edit is not available.
4768 (vc-dired-mode-map): Don't set-keymap-parent yet.
4769 (vc-dired-mode): Do set-keymap-parent here.
4770 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4771
4772 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4773
4774 * faces.el (set-face-attribute, face-spec-reset-face)
4775 (face-spec-set): Avoid consing by removing calls to `apply'.
4776
4777 * frame.el (frame-parameter): Move to C code.
4778
4779 2000-09-05 Dave Love <fx@gnu.org>
4780
4781 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4782 insert-before-markers-and-inherit. Now checked systematically!
4783
4784 2000-09-05 Alex Schroeder <alex@gnu.org>
4785
4786 * sql.el (sql-postgres): Use sql-postgres-options.
4787 (sql-postgres-options): New variable.
4788
4789 2000-09-05 Alex Schroeder <alex@gnu.org>
4790
4791 * sql.el (sql-mode-menu): Work around missing variable mark-active
4792 in XEmacs.
4793 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4794 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4795 compatibility.
4796
4797 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4798
4799 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4800
4801 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4802
4803 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4804
4805 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4806
4807 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4808 don't support anything else under SCCS yet.
4809
4810 * vc-hooks.el: Minor doc fixes.
4811
4812 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4813
4814 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4815 not necessary. If verbose in state `needs-patch', do the same as
4816 under `up-to-date'. When NOT verbose and `needs-patch', check out
4817 latest version instead of `merge-news'.
4818 (vc-next-action-dired): Don't mess with default-directory here; it
4819 breaks other parts of dired. It is the job of the
4820 backend-specific functions to adjust it temporarily if they need it.
4821 (vc-next-action): Remove a special CVS case.
4822 (vc-clear-headers): New optional arg FILE.
4823 (vc-checkin, vc-checkout): Set properties vc-state and
4824 vc-checkout-time properly.
4825 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4826 (vc-print-log): Use new backend function `show-log-entry'.
4827 (vc-cancel-version): Do the checks in a different order. Added a
4828 FIXME concerning RCS-only code.
4829
4830 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4831 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4832
4833 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4834
4835 * vc-hooks.el (vc-default-mode-line-string): Show state
4836 `needs-patch' as a `-' too.
4837
4838 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4839
4840 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4841 (vc-default-could-register): New function.
4842 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4843 (vc-resynch-buffer): Call vc-dired-resynch-file.
4844 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4845 vc-resynch-buffer instead of vc-resynch-window.
4846 (vc-next-action-dired): Don't redisplay here, that gets done as a
4847 result of the individual file operations.
4848 (vc-retrieve-snapshot): Corrected prompt order.
4849
4850 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4851
4852 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4853 as well.
4854 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4855 hostname regexps. Updated all callers.
4856 (vc-cvs-responsible-p): Handle directories as well.
4857 (vc-cvs-could-register): New function.
4858 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4859 properties up-to-date.
4860
4861 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4862 user whether to create one.
4863
4864 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4865
4866 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4867 check out a non-existing file.
4868
4869 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4870 workfile does not exist.
4871
4872 * vc.el (vc-version-diff): Use `require' to check for existence of
4873 diff-mode.
4874
4875 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4876
4877 * vc-cvs.el (vc-cvs-registered): Use new function
4878 vc-cvs-parse-entry to do the actual work.
4879
4880 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4881
4882 * vc-hooks.el (vc-find-backend-function): If function doesn't
4883 exist, return nil instead of error.
4884 (vc-call-backend): Doc fix.
4885
4886 * vc.el (vc-do-command): Doc fix.
4887 (vc-finish-logentry): When checking in from vc-dired, choose the
4888 right backend for logentry check.
4889 (vc-dired-mode-map): Inherit from dired-mode-map.
4890 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4891 simplified.
4892 (vc-dired-state-info): Removed, updated caller.
4893 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4894 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4895 (vc-dired-listing-switches): New variable.
4896 (vc-directory): Use it, instead of dired-listing-switches.
4897
4898 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4899 (vc-cvs-dir-state): New function.
4900 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4901 (vc-cvs-parse-entry): New function, also to be used in
4902 vc-cvs-registered.
4903
4904 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4905
4906 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4907 *or* single-window-frames.
4908
4909 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4910
4911 * vc.el (vc-update-changelog): Split into generic part and default
4912 implementation. Doc string adapted.
4913 (vc-default-update-changelog): New function. Call the `rcs2log'
4914 script in exec-directory, to fix a long-standing nuisance.
4915
4916 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4917 simply signals an error.
4918
4919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4922 control-flow more clear and to avoid running `cvs' twice.
4923
4924 * vc.el (vc-next-action-on-file): Doc fix.
4925 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4926 (vc-print-log): Eval `file' before constructing the continuation.
4927
4928 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4929
4930 * vc.el (vc-next-action-on-file): Corrected several messages.
4931 (vc-merge): Add prefix arg `merge-news'; handle it.
4932
4933 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4934 is not reached. It is.
4935 (vc-cvs-merge): Set state to 'edited after merge.
4936 (vc-cvs-merge-news): Set workfile version to nil if not known.
4937 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4938
4939 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4940 via stdout. (Merge from main line.)
4941
4942 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4943
4944 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4945 detection.
4946
4947 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4948
4949 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4950 against kill-all-local-variables.
4951 (vc-log-edit): Don't save vc-parent-buffer any more.
4952 (vc-last-comment-match): Initialize to an empty string.
4953 (vc-post-command-functions): New hook.
4954 (vc-do-command): Run it.
4955 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4956 (vc-finish-logentry): Only add the comment to the ring if it's
4957 different from the last comment entered.
4958 (vc-new-comment-index): New function.
4959 (vc-previous-comment): Use it. Make the minibuffer message
4960 slightly less terse.
4961 (vc-comment-search-reverse): Make it work forward as well. Don't
4962 set vc-comment-ring-index if no match is found. Use
4963 vc-new-comment-index.
4964 (vc-comment-search-forward): Use vc-comment-search-reverse.
4965 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4966 define-derived-mode will do it for us. Bind `v' to a keymap that
4967 inherits from vc-prefix-map so that we can bind `vt' without
4968 binding C-x v t.
4969 (vc-retrieve-snapshot): Parenthesis typo.
4970
4971 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4972 to 1. Make sure to switch to *vc* before looking for an error
4973 message. Use vc-parse-buffer.
4974
4975 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4976
4977 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4978 and NAME.
4979 (vc-retrieve-snapshot): Split into two parts.
4980 (vc-default-retrieve-snapshot): New function.
4981
4982 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4983 (vc-cvs-retrieve-snapshot): New function (untested).
4984 (vc-cvs-stay-local): Default to t.
4985 (vc-cvs-remote-p): New function and property.
4986 (vc-cvs-state): Stay local only if the above is t.
4987 (vc-handle-cvs): Removed.
4988 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4989 done via vc-handled-backends now.
4990 (vc-cvs-header): Escape Id.
4991
4992 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4993
4994 * vc.el (vc-do-command): Remove unused commands.
4995 (vc-version-diff): Make sure default-directory ends with a slash.
4996 Move the window commands into a vc-exec-after.
4997 (vc-print-log): Move more of the code into the `vc-exec-after'.
4998
4999 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5000
5001 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5002 (vc-print-log): Search current revision from beginning of buffer.
5003 (vc-revert-buffer): Clear echo area after the diff is finished.
5004 (vc-prefix-map): Removed definition of "t" for terse display in vc
5005 dired.
5006 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5007 definition of "vt" for terse display.
5008 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5009
5010 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5011
5012 * vc.el (vc-exec-after): Avoid caddr.
5013
5014 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5015
5016 * vc.el (vc-exec-after): New function.
5017 (vc-do-command): Use it to add a termination message for async
5018 procs.
5019 (vc-checkout): Try to handle a missing-backend situation.
5020 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5021 of a directory with a backend using async diffs.
5022 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5023 present.
5024
5025 * vc-sccs.el (vc-sccs-state-heuristic): Use
5026 file-ownership-preserved-p.
5027
5028 * vc-rcs.el (vc-rcs-state-heuristic): Use
5029 file-ownership-preserved-p.
5030 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5031
5032 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5033
5034 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5035 vc-do-command.
5036
5037 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5038 when there are no changes.
5039
5040 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5041
5042 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5043
5044 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5045
5046 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5047
5048 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5049
5050 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5051 the `fset' outside of the defvar so that it works even if
5052 vc-prefix-map was already defined.
5053 (vc-setup-buffer): New function, split out of vc-do-command.
5054 (vc-do-command): Allow BUFFER to be t to mean `just use the
5055 current buffer without any fuss'.
5056 (vc-version-diff): Change the `diff' backend operation to just put
5057 the diff in the current buffer without erasing it. Always use
5058 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5059 shrink-window-if-larger-than-buffer.
5060 (vc-print-log): Change the `print-log' backend operation to just
5061 put the log in the current buffer without erasing it. Protect
5062 shrink-window-if-larger-than-buffer.
5063 (vc-update-change-log): Fix setd typo.
5064
5065 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5066 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5067
5068 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5069 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5070 CMP.
5071
5072 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5073 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5074 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5075
5076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5077
5078 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5079 not possible, use vc-BACKEND-workfile-unchanged-p.
5080 (vc-default-workfile-unchanged-p): New function. Delegates to a
5081 full vc-BACKEND-diff.
5082
5083 * vc-hooks.el (vc-simple-command): Removed.
5084
5085 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5086 instead of vc-simple-command.
5087 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5088 avoid doing a diff when opening a file.
5089 (vc-rcs-state): Added check for unlocked-changes.
5090 (vc-rcs-header): Escape Id.
5091 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5092 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5093 version.
5094
5095 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5096 (vc-sccs-diff): Remove optional arg CMP.
5097 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5098 SCCS-specific function.
5099
5100 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5101 vc-simple-command.
5102
5103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5106 (with-vc-file, vc-merge): Use vc-editable-p.
5107 (vc-do-command): Remove unused var vc-file and fix the
5108 doubly-defined `status' var. Add a user message when starting an
5109 async command.
5110 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5111 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5112 Use with-current-buffer.
5113 (vc-buffer-sync): Use unless.
5114 (vc-next-action-on-file): If the file is 'edited by read-only,
5115 make it read-write instead of trying to commit.
5116 (vc-version-diff, vc-update-change-log): Use `setq
5117 default-directory' rather than `cd'.
5118 (vc-log-edit): Don't forget to set default-directory in the
5119 buffer.
5120
5121 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5122 (vc-sccs-state-heuristic): Use file-writable-p instead of
5123 comparing userids.
5124 (vc-sccs-checkout): Use `unless'.
5125
5126 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5127 of comparing userids.
5128 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5129 Simplify the logic by eliminating unreachable code.
5130 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5131 just do a recursive call if we need to retry.
5132 (vc-rcs-checkout): Handle the case where rcs is missing by making
5133 the buffer read-write if requested and re-signalling the error.
5134
5135 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5136
5137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * vc-hooks.el (vc-handled-backends): Docstring change.
5140 (vc-ignore-vc-files): Mark obsolete.
5141 (vc-registered): Check vc-ignore-vc-files.
5142 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5143 vc-ignore-vc-files.
5144
5145 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5146
5147 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5148
5149 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5150 files since ange-ftp already has vc-registered return nil.
5151
5152 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5153 (vc-sccs-workfile-version): Use with-temp-buffer and new
5154 vc-parse-buffer and don't bother setting the property.
5155 (vc-sccs-add-triple): Use with-current-buffer and
5156 find-file-noselect.
5157 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5158
5159 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5160 derives from the old vc-parse-buffer but uses the revision number
5161 rather than the date (much easier to compare robustly).
5162 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5163 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5164 locking-user more directly. Check strict locking and set
5165 checkout-model appropriately.
5166 (vc-rcs-parse-locks): Remove.
5167 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5168 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5169 (vc-rcs-system-release): Use with-current-buffer and
5170 vc-parse-buffer.
5171 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5172
5173 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5174 (vc-simple-command): Docstring fix.
5175 (vc-registered): Align the way the file-handler is called with the
5176 way the function itself works.
5177 (vc-file-owner): Remove.
5178
5179 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5180 extraction of fields and call to file-attributes because of a
5181 temporary bug in rcp.el.
5182 (vc-cvs-fetch-status): Use with-current-buffer.
5183
5184 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5185
5186 * vc.el (vc-do-command): Use file-relative-name.
5187 (vc-responsible-backend): Use vc-backend if possible.
5188 (vc-create-snapshot): Improve the `interactive' spec. Add support
5189 for branches and dispatch to backend-specific `create-snapshot'.
5190 (vc-default-create-snapshot): New function, containing the bulk of
5191 the old vc-create-snapshot.
5192 (vc-retrieve-snapshot): Improve the interactive spec.
5193
5194 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5195 (vc-backend-hook-functions): Remove.
5196 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5197 (vc-backend): Reintroduce the test for `file = nil' now that I
5198 know why it was there (and added a comment to better remember).
5199
5200 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5201 code from vc-sccs-hooks.el.
5202 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5203 'vc anymore.
5204 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5205 and file-directory-p instead of file-exists-p.
5206 (vc-sccs-check-headers): Simplify the regexp.
5207
5208 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5209 from vc-rcs-hooks.el. Don't require 'vc anymore.
5210 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5211 file-directory-p instead of file-exists-p.
5212
5213 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5214 from vc-cvs-hooks.el.
5215 (proto vc-cvs-registered): Require 'vc-cvs instead of
5216 'vc-cvs-hooks. Don't require 'vc anymore.
5217 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5218 file-directory-p instead of file-exists-p.
5219 (vc-cvs-create-snapshot): New function, replacing
5220 vc-cvs-assign-name.
5221 (vc-cvs-assign-name): Remove.
5222
5223 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5224
5225 * vc-cvs.el (vc-cvs-header): New var.
5226
5227 * vc-rcs.el (vc-rcs-exists): Remove.
5228 (vc-rcs-header): New var.
5229
5230 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5231 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5232 (vc-sccs-header): New var.
5233
5234 * vc.el (vc-do-command): Get rid of the `last' argument.
5235 (vc-header-alist): Remove, replaced by vc-X-header.
5236 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5237 (vc-dired-hook): Use expand-file-name instead of concat.
5238 (vc-directory): Use file-name-as-directory.
5239 (vc-snapshot-precondition, vc-create-snapshot)
5240 (vc-retrieve-snapshot): Allow the command to operate on any
5241 directory.
5242
5243 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5244 just removing the 'WORKFILE argument or by removing the 'MASTER
5245 argument and replacing `file' with (vc-name file).
5246
5247 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5248
5249 * vc.el: Update Copyright and add a crude list of backend funs.
5250 (vc-writable-p): New function.
5251 (with-vc-file): Use vc-writable-p.
5252 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5253 (vc-register): Avoid vc-name.
5254 (vc-locking-user): Remove.
5255 (vc-steal-lock): Make the `owner' arg non-optional.
5256 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5257 vc-checkout-model.
5258 (vc-default-dired-state-info): Use vc-state instead of
5259 vc-locking-user and return special strings for special states.
5260 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5261 and get rid of one of the special CVS cases.
5262 (vc-cancel-version): prettify error message with \\[...].
5263 (vc-rename-master): New function.
5264 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5265 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5266 the CVS special case generic.
5267 (vc-default-record-rename): Remove.
5268 (vc-file-tree-walk-internal): Only call FUNC for files that are
5269 under control of some VC backend and replace `concat' with
5270 expand-file-name.
5271 (vc-file-tree-walk): Update docstring.
5272 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5273 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5274
5275 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5276 vc-sccs-record-rename. Use `find-file-noselect' rather than
5277 `find-file' and call `vc-rename-master' to do the actual move.
5278 (vc-sccs-diff): Remove unused `backend' variable.
5279
5280 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5281 to delay loading of vc-sccs until it is really used.
5282 (vc-sccs-master-templates): Preload.
5283 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5284 (vc-sccs-project-dir): Remove (merged into
5285 vc-sccs-search-project-dir).
5286 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5287 rather than `concat', make sure it is preloaded and don't bother
5288 to check that the file actually exists.
5289 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5290 `locks' argument (use buffer's content instead) and eliminate n^2
5291 behavior.
5292
5293 * vc-rcs.el: Update Copyright.
5294 (vc-rcs-rename-file): New function.
5295 (vc-rcs-diff): Remove unused `backend' variable.
5296
5297 * vc-hooks.el: Update Copyright.
5298 (vc-backend): Don't accept a nil argument any more.
5299 (vc-up-to-date-p): Turn into a defsubst.
5300 (vc-possible-master): New function.
5301 (vc-check-master-templates): Use `vc-possible-master' and allow
5302 funs in vc-X-master-templates to return a non-existent file.
5303
5304 * vc-cvs.el: Update Copyright.
5305 (vc-cvs-diff): Remove unused `backend' variable.
5306 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5307
5308 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5309
5310 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5313 since it can be called from vc-rcs.el.
5314 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5315
5316 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5317
5318 * vc.el (vc-version-diff): Expand file name read from the
5319 minibuffer. Handle the case when a previous version number can't
5320 be guessed. Give suitable messages when there were no differences
5321 found.
5322 (vc-clear-headers): Call backend-specific implementation, if one
5323 exists.
5324 (vc-cancel-version): Made error checks generic. When done, clear
5325 headers generically, too.
5326
5327 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5328 from vc-clear-headers in vc.el.
5329
5330 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5331 correctly.
5332 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5333 optional. Handle the case when it's not there.
5334
5335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5338
5339 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * vc-hooks.el (vc-loadup): Remove.
5342 (vc-find-backend-function): Use `require'. Also, handle the case
5343 where vc-BACKEND-hooks.el doesn't exist.
5344 (vc-call-backend): Cleanup.
5345
5346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5347
5348 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5349 vc-rcs-grab-templates)
5350 (vc-rcs-registered): Remove. The default function works as well.
5351 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5352 vc-sccs-grab-templates)
5353 (vc-sccs-registered): Remove. The default function works as well.
5354
5355 * vc.el (vc-version-diff): Left out a vc- in call to
5356 vc-call-backend.
5357 (vc-default-dired-state-info, vc-default-record-rename)
5358 (vc-default-merge-news): Update for the new backend argument.
5359
5360 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5361 using the default function.
5362 (vc-call-backend): If calling the default function, pass it the
5363 backend as first argument. Update the docstring accordingly.
5364 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5365 for the new backend argument.
5366 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5367 (vc-find-backend-function): Use the new name.
5368 (vc-default-registered): New function.
5369
5370 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5371
5372 * vc.el (vc-merge): Use vc-find-backend-function.
5373
5374 * vc-hooks.el (vc-backend-functions): Remove.
5375 (vc-loadup): Don't setup 'vc-functions.
5376 (vc-find-backend-function): New function.
5377 (vc-call-backend): Use above fun and populate 'vc-functions
5378 lazily.
5379 (vc-backend-defines): Remove.
5380
5381 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5382
5383 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5384 Call vc-call-backend without the leading vc-.
5385 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5386 (vc-check-headers): Call vc-call-backend without the leading vc-.
5387 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5388 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5389 Call vc-call-backend without the leading vc-.
5390
5391 * vc-cvs.el (tail): Provide vc-cvs.
5392 * vc-sccs.el (tail): Provide vc-sccs.
5393 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5394
5395 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5396 (vc-make-backend-function, vc-call): Pass names without leading
5397 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5398 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5399 (vc-call-backend): Always try to load vc-X-hooks.
5400 (vc-registered): Remove vc- in call to vc-call-backend.
5401
5402 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5403
5404 * vc.el (vc-process-filter): New function.
5405 (vc-do-command): Setup `vc-process-filter' for the async process.
5406 (vc-maybe-resolve-conflicts): New function to reduce
5407 code-duplication. Additionally, it puts the buffer in
5408 `smerge-mode' if applicable.
5409 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5410 calling `merge-news'.
5411 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5412 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5413 interfacing to log-edit.el.
5414 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5415 log-edit is available.
5416 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5417
5418 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5421 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5422 defvar and the initialization.
5423 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5424
5425 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5426 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5427
5428 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5429
5430 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5431
5432 * vc.el (vc-file-clear-masterprops): Removed.
5433 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5434 (vc-version-diff): Use buffer-size without argument.
5435 (vc-register): Heed vc-initial-comment.
5436
5437 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5438 default branch.
5439
5440 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5441 file name and workfile version.
5442 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5443
5444 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5445 vc-file-clear-masterprops.
5446
5447 * vc-sccs.el (vc-sccs-checkout): Removed call to
5448 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5449 rather than user login name.
5450
5451
5452 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5453
5454 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5455 `want-differences-if-changed' and simplify.
5456 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5457 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5458 output (which is invalid for async vc-diff) to decide whether to
5459 do the revert silently or not.
5460
5461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * vc-hooks.el (vc-loadup): Load files quietly.
5464 (vc-call-backend): Oops, brain fart.
5465
5466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5467
5468 * vc-cvs.el (vc-cvs-state): Typo.
5469 (vc-cvs-merge-news): Return the status code rather than the error msg.
5470
5471 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5472
5473 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5474 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5475 vc-state or vc-up-to-date-p.
5476 (vc-merge): Use vc-backend-defines to check whether merging is
5477 possible. Set state to 'edited after successful merge.
5478
5479 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5480 return that name. Redocumented.
5481
5482 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5483
5484 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5485 new `vc-state' semantics.
5486 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5487 'vc-locking-user to the current user.
5488 (vc-merge): Inline vc-backend-merge. Comment out code that I
5489 don't understand and hence can't adapt to the new `vc-state' and
5490 `vc-locking-user' semantics.
5491 (vc-backend-merge): Remove.
5492
5493 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5494 rather than 'vc-locking-user.
5495
5496 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5497
5498 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5499 (vc-state): Don't use 'reserved any more. Just use the same
5500 convention as the one used for vc-<backend>-state where the
5501 locking user (as a string) is returned.
5502 (vc-locking-user): Update, based on the above convention. The
5503 'vc-locking-user property has disappeared.
5504 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5505
5506 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5507 with a heuristic one.
5508 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5509 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5510 error. That allows us to get to 'needs-merge even in the
5511 stay-local case. There's still no way to detect 'needs-patch in
5512 such a setup (or to force an update for that matter).
5513 (vc-cvs-logentry-check): Remove, the default works as well.
5514
5515 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5516
5517 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5518
5519 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5520 major-mode in which the buffer might have been put earlier. Use
5521 `remove' and `when'. Allow `okstatus' to be `async' and use
5522 `start-process' in this case.
5523 (vc-version-diff): Handle the case where the diff looks empty
5524 because of the use of an async process.
5525
5526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5527
5528 * vc.el (vc-next-action-on-file): Removed optional parameter
5529 `simple'. Recompute state unconditionally.
5530 (vc-default-toggle-read-only): Removed.
5531
5532 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5533 (vc-toggle-read-only): Undid prev change.
5534
5535 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5536 vc-cvs-simple-toggle. Redocumented.
5537 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5538 (vc-cvs-toggle-read-only): Removed.
5539
5540 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5541
5542 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5543 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5544 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5545 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5546 still is. So maybe it should be removed.
5547 (vc-head-version, vc-find-binary): Remove.
5548 (vc-recompute-state): Move from vc-hooks.el.
5549 (vc-next-action-on-file): Add a `simple' argument to allow
5550 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5551 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5552 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5553 (vc-dired-mode-map): Properly defvar it.
5554 (vc-print-log): Call log-view-mode if available.
5555 (small-temporary-file-directory): defvar instead of use boundp.
5556 (vc-merge-news): Moved to vc-cvs.el.
5557 (vc-default-merge-news): New function.
5558
5559 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5560 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5561 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5562 unknown `vc-latest-version' function. It should probably refer to
5563 vc-workfile-version or somesuch, but it's very unclear to me and I
5564 don't have SCCS to test things.
5565
5566 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5567 (vc-sccs-state-heuristic): Fix typo.
5568 (vc-sccs-workfile-unchanged-p): Add missing argument.
5569
5570 * vc-rcs.el: Require vc and vc-rcs-hooks.
5571 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5572 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5573 (vc-release-greater-or-equal-p): Move from vc.
5574 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5575 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5576 (vc-rcs-checkout): Add a missing `new-version' argument in the
5577 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5578
5579 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5580 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5581 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5582 than the apparently unbound `workfile-version'.
5583
5584 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5585 (vc-file-prop-obarray): Use `make-vector'.
5586 (vc-backend-functions): Add new hookable functions
5587 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5588 (vc-loadup): If neither backend nor default functions exist, use
5589 the backend function rather than nil.
5590 (vc-call-backend): If the function if not bound yet, try to load
5591 the non-hook file to see if it provides it.
5592 (vc-call): New macro plus use it wherever possible.
5593 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5594 nor `vc-find-binary' since it's only called from
5595 vc-mistrust-permission which is only used once the backend is known.
5596 (vc-checkout-model): Fix parenthesis.
5597 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5598
5599 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5600 (vc-cvs-release, vc-cvs-system-release): Remove.
5601 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5602 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5603 status symbols.
5604 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5605 (vc-cvs-toggle-read-only): First cut at a function to allow a
5606 cvs-status-free vc-toggle-read-only.
5607 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5608 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5609 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5610 (vc-cvs-checkout): Modify access rights directly if the user
5611 requested not to use `cvs edit'. And refresh the mode line.
5612
5613 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5614 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5615
5616 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5619 workfile' that got lost when the code was extracted from vc.el.
5620 And merged the tail with the rest of the code (not possible in the
5621 old vc.el where the tail was shared among all backends). And
5622 explicitly set the state to 'edited if `writable' is set.
5623
5624 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5625 (vc-cvs-state): Be careful to return the value from
5626 vc-cvs-parse-state.
5627 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5628 property but return it instead. Also be careful to handle a nil
5629 or "" `rev' when workfile is non-nil (it was handled properly when
5630 workfile was nil).
5631
5632 * vc.el: Removed those pesky unnecessary `(function' quotes.
5633 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5634 directly in the defvar.
5635 (vc-do-command): Bind inhibit-read-only so as to properly handle
5636 the case where the destination buffer has been made read-only.
5637 (vc-diff): Delegate to vc-version-diff in all cases.
5638 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5639 (vc-annotate-mode-variables): Removed (code moved partly to
5640 defvars and partly to vc-annotate-add-menu).
5641 (vc-annotate-mode): Turned into a derived-mode.
5642 (vc-annotate-add-menu): Moved in code in
5643 vc-annotate-mode-variables.
5644 (vc-update-change-log): Use make-temp-file if available.
5645
5646 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5647
5648 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5649 `vc-checkout-model' updated to `vc-cvs-update-model'.
5650
5651 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5652
5653 * vc.el (vc-next-action-on-file): Added handling of state
5654 `unlocked-changes'.
5655 (vc-checkout-carefully): Is now practically obsolete, unless the
5656 above is too slow to be enabled unconditionally.
5657 (vc-update-change-log): Fixed typo.
5658
5659 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5660
5661 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5662 Now handles state `unlocked-changes'.
5663 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5664
5665 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5666
5667 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5668 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5669 `unlocked-changes'.
5670 (vc-rcs-workfile-unchanged-p): Renamed from
5671 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5672 function yet, but supposed to become one soon.
5673
5674 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5675 `vc-steal-lock'.
5676 (vc-call-backend): Changed error message.
5677 (vc-state): Added description of state `unlocked-changes'.
5678
5679 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5680
5681 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5682 always return t in CVS-controlled directories.
5683
5684 * vc.el (vc-responsible-backend): New function.
5685 (vc-register): Largely rewritten.
5686 (vc-admin): Removed (implementation moved into vc-register).
5687 (vc-checkin): Redocumented.
5688 (vc-finish-logentry): If no backend defined yet (because we are in
5689 the process of registering), use the responsible backend.
5690
5691 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5692 Updated function lists.
5693 (vc-call-backend): Fixed typo.
5694
5695 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5696 New functions.
5697 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5698 Removed query option. Redocumented.
5699
5700 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5701
5702 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5703
5704 * vc.el: Updated callers of `vc-checkout-required' to use
5705 `vc-checkout-model'.
5706
5707 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5708
5709 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5710 stuff updated to reference this function instead of the old
5711 `vc-backend-release-p'.
5712
5713 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5714
5715 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5716 vc-checkout-model. Return appropriate values. Updated callers.
5717
5718 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5719
5720 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5721 (vc-backend-revert): Function moved into `vc-revert';
5722 `vc-next-action' must be updated to accomodate this change.
5723 (vc-backend-steal): Function moved into `vc-finish-steal'.
5724 (vc-backend-logentry-check): Function moved into
5725 `vc-finish-logentry'.
5726 (vc-backend-printlog): Function moved into `vc-print-log'.
5727 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5728 (vc-backend-assign-name): Function moved into
5729 `vc-create-snapshot'.
5730
5731 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5732
5733 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5734 Rename to vc-checkout-model. Return appropriate values.
5735 Update callers.
5736
5737 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5738 to vc-checkout-model.
5739 (vc-checkout-required): Rename to vc-checkout-model.
5740 Re-implement and re-comment.
5741 (vc-after-save): Use vc-checkout-model.
5742
5743 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5744
5745 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5746 Update to use the vc-BACKEND-diff functions instead.
5747 `vc-diff' is now working.
5748
5749 * vc-rcs.el (vc-rcs-logentry-check): New function.
5750
5751 * vc-cvs.el (vc-cvs-logentry-check): New function.
5752
5753 * vc-sccs.el (vc-sccs-diff): Function changed name from
5754 `vc-backend-diff'. This makes `vc-diff' work.
5755
5756 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5757 of functions possibly implemented in a vc-BACKEND library.
5758 (vc-checkout-required): Fix bug that caused an error to be
5759 signaled during `vc-after-save'.
5760
5761 * vc.el: Fix typo.
5762 This checkin is made with our new VC code base for the very first time.
5763 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5764
5765 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5766 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5767
5768 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5769 updated to `vc-uses-locking'.
5770 (vc-checkout-required): Call to backend function.
5771 `vc-checkout-required' updated to `vc-uses-locking' instead.
5772
5773 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5774 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5775
5776 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5777 to match the split into various backends.
5778 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5779 (vc-retrieve-snapshot): Bug fix.
5780
5781 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5782
5783 * vc-sccs.el (vc-sccs-release): Doc fix.
5784
5785 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5786
5787 * vc.el (vc-next-action-on-file): Bug found and fixed.
5788 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5789 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5790
5791 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5792 (vc-rcs-checkout): Name space cleaned up. No more revision number
5793 crunching function names that are not prefixed with vc-rcs.
5794 (vc-rcs-checkout-model): Function added. References to
5795 `vc-checkout-model' replaced.
5796
5797 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5798
5799 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5800 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5801 still need to be split, and implemented for RCS).
5802
5803 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5804
5805 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5806
5807 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5808 required by the vc.el file.
5809
5810 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5811 required by the vc.el file.
5812 (vc-rcs-exists): Function added.
5813
5814 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5815 required by the vc.el file.
5816
5817 * vc.el (vc-admin): Updated to handle selection of appropriate
5818 backend. Current implementation is crufty and need re-thinking.
5819
5820 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5821
5822 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5823
5824 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5825 beginning of annotate buffers correctly.
5826
5827 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5828 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5829 functionality updated quite a lot to support multiple backends.
5830 Variables `vc-annotate-mode', `vc-annotate-buffers',
5831 `vc-annotate-backend' added.
5832
5833 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5834 `vc-annotate-difference' added to supported backend functions.
5835
5836 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5837
5838 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5839 Use with-temp-file instead of /bin/sh. Merged from mainline
5840
5841 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5842
5843 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5844
5845 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5846
5847 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5848
5849 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5850
5851 * vc-hooks.el: vc-state-heuristic added to
5852 vc-backend-hook-functions.
5853
5854 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5855
5856 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5857
5858 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5859 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5860 state to `reserved'.
5861
5862 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5863 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5864
5865 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5866
5867 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5868 untouched.
5869
5870 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5871
5872 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5873 if defined. (Merged from main line, slightly adapted.)
5874
5875 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5876 millenium problem (merged from mainline).
5877
5878 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5879
5880 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5881 part and moved the non-BACKEND stuff to vc.el.
5882
5883 * vc.el: Split the annotate feature into a BACKEND specific part
5884 and moved it from the vc-cvs.el file to this one.
5885
5886 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5887
5888 * vc-hooks.el: Implement new state model.
5889 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5890 (vc-locking-user): Simplify. Now only needed if the file is
5891 locked by somebody else.
5892 (vc-lock-from-permissions): Remove. Functionality is in
5893 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5894 (vc-mode-line-string): New name for former vc-status. Adapted.
5895 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5896
5897 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5898 Various simplifications and adaptations all over the place.
5899
5900 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5901 Simplify and adapt the rest.
5902
5903 * vc.el (vc-resynch-window): Add TODO comment: check for
5904 interaction with view mode according to recent RCS change.
5905 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5906
5907 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5908
5909 * vc.el: Convert the remaining function comments to docstrings.
5910
5911 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5912
5913 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5914 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5915 (vc-minor-part, vc-previous-version): Functions that operate and
5916 compare revision numbers got proper documentation. Comments added
5917 about their possible removal.
5918
5919 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5920
5921 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5922 the vc-backend.el files.
5923
5924 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5925
5926 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5927 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5928 (vc-rcs-previous-version): Functions added.
5929
5930 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5931
5932 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5933
5934 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5935
5936 * vc-hooks.el (vc-master-templates): Is really obsolete.
5937 Comment out the definition for now. What is the right procedure
5938 to get rid of it?
5939 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5940 rewritten.
5941 (vc-default-registered): Remove.
5942 (vc-check-master-templates): New function; does mostly what the
5943 above did before.
5944 (vc-locking-user): Don't rely on the backend to set the property.
5945
5946 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5947 Rewrite documentation.
5948 (vc-rcs-templates-grabbed): New variable.
5949 (vc-rcs-grab-templates): New function.
5950 (vc-rcs-registered): Rewrite to use above mechanism.
5951
5952 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5953 Rewrite documentation.
5954 (vc-sccs-templates-grabbed): New variable.
5955 (vc-sccs-grab-templates): New function.
5956 (vc-sccs-registered): Rewrite to use above mechanism.
5957 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5958 Don't throw the result, simply return it.
5959
5960 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5961 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5962 (vc-cvs-registered): Does the check itself now. Simplify.
5963
5964 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5965 from main line.
5966
5967 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5968
5969 * vc-cvs.el (vc-cvs-diff): New function.
5970
5971 * vc-sccs.el (vc-sccs-diff): New function.
5972
5973 * vc-rcs.el (vc-rcs-diff): New function.
5974 (vc-rcs-checkout): Bug (typo) found and fixed.
5975 (vc-rcs-register-switches): New variable.
5976
5977 * vc.el (vc-backend-diff): Function removed and placed in the
5978 backend files.
5979
5980 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5981
5982 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5983
5984 * vc.el (vc-backend-checkout): Function removed and replaced in
5985 the vc-backend.el files.
5986
5987 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5988
5989 * vc.el (vc-backend-admin): Removed and replaced in the
5990 vc-backend.el files.
5991
5992 * vc.el (Martin): Removed all the annotate functionality since it
5993 is CVS backend specific.
5994
5995 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5996
5997 * spec.txt: Added specification of vc-state.
5998
5999 * vc-sccs-hooks.el (vc-sccs-master-properties):
6000 Remove handling of vc-latest-version and
6001 vc-your-latest-version. What used to be vc-latest-version, is now
6002 returned as vc-workfile-version.
6003 (vc-sccs-workfile-version): Adapt.
6004
6005 2000-09-04 Dave Love <fx@gnu.org>
6006
6007 * vc.el: [Merged from mainline.]
6008 (vc-dired-mode): Make the dired-move-to-filename-regexp
6009 regexp match the date, to avoid treating date as file size.
6010 Add YYYY S option to WESTERN/
6011
6012 2000-09-04 Dave Love <fx@gnu.org>
6013
6014 * vc.el: Require `compile' when compiling.
6015 (vc-logentry-check-hook): New option.
6016 (vc-steal-lock): Use compose-mail.
6017 (vc-dired-mode-map): Defvar when compiling.
6018 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6019 vc-sccs.el and renamed. Callers changed.
6020 (vc-backend-checkout, vc-backend-logentry-check)
6021 (vc-backend-merge-news): Doc fix.
6022 (vc-default-logentry-check): New function.
6023 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6024 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6025 (vc-backend-merge): Doc fix. Use backend functions.
6026 (vc-check-headers): Use backend functions.
6027
6028 * vc-cvs.el: Require vc when compiling.
6029 (vc-cvs-register-switches): Doc fix.
6030 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6031 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6032 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6033 New functions (code from vc.el).
6034 (vc-annotate-display-default): Fix interactive spec.
6035 (vc-annotate-time-span): Doc fix.
6036
6037 * vc-rcs.el: Require vc when compiling.
6038 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6039 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6040 (vc-rcs-checkin): New functions (code from vc.el).
6041 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6042 Doc fix.
6043 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6044
6045 * vc-sccs.el: Require vc when compiling.
6046 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6047 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6048 (vc-sccs-revert)
6049 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6050 from vc.el).
6051 (vc-sccs-add-triple, vc-sccs-record-rename)
6052 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6053 (vc-sccs-admin): Doc fix.
6054
6055 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6056
6057 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6058 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6059 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6060 from vc.el.
6061
6062 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6063
6064 * vc-cvs.el: Moved the annotate functionality from vc.el.
6065 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6066
6067 2000-09-04 Dave Love <fx@gnu.org>
6068
6069 * vc.el (vc-backend-release): Call vc-system-release.
6070
6071 * vc-sccs.el (vc-sccs-system-release):
6072 Renamed from vc-sccs-backend-release.
6073
6074 * vc-rcs.el (vc-rcs-system-release):
6075 Renamed from vc-rcs-backend-release.
6076
6077 * vc-cvs.el (vc-cvs-system-release):
6078 Renamed from vc-cvs-backend-release.
6079
6080 2000-09-04 Dave Love <fx@gnu.org>
6081
6082 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6083 backend files.
6084 (vc-backend-release): Dispatch to backend functions.
6085 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6086 probably needs attention.]
6087
6088 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6089 (vc-sccs-backend-release): New function.
6090
6091 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6092 (vc-cvs-backend-release): New function.
6093
6094 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6095 Doc fix.
6096 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6097 (vc-default-dired-state-info): New function.
6098 (vc-dired-state-info): Dispatch to backends.
6099 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6100
6101 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6102 from vc.el and renamed.
6103
6104 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6105
6106 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6107 (vc-version-other-window, vc-backend-assign-name): Removed
6108 references to vc-latest-version; sometimes changed into
6109 vc-workfile-version.
6110
6111 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6112 vc-rcs-master-workfile-version.
6113 (vc-rcs-workfile-version): Use the above. Don't call
6114 vc-latest-version (that was unreachable code, anyway).
6115 (vc-rcs-fetch-master-properties): Doc fix.
6116
6117 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6118 (vc-backend-hook-functions): Removed them from this list, too.
6119 (vc-fetch-properties): Removed.
6120 (vc-workfile-version): Doc fix.
6121
6122 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6123 (vc-rcs-workfile-version, vc-rcs-locking-user)
6124 (vc-rcs-uses-locking): Use it.
6125
6126 * vc-hooks.el (vc-consult-rcs-headers):
6127 Moved into vc-rcs-hooks.el, under the name
6128 vc-rcs-consult-headers.
6129
6130 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6131 headers.
6132 (vc-cvs-find-master): Use this name only; correct different
6133 versions of the name.
6134
6135 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6136 New functions.
6137 (vc-sccs-locking-user): Use the latter.
6138
6139 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6140 New functions.
6141
6142 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6143 Moved into both
6144 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6145 functions are implementation details of those two backends.
6146
6147 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6148
6149 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6150 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6151
6152 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6153 (vc-sccs-parse-locks): SCCS-specific code moved here from
6154 vc-hooks.
6155
6156 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6157 code moved here from vc-hooks.
6158
6159 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6160 into back-end specific parts and removed. Callers not updated
6161 yet; because I guess these callers will disappear into back-end
6162 specific files anyway.
6163
6164 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6165
6166 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6167 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6168 `vc-uses-locking'.
6169
6170 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6171 Store yes/no in the property, and return t/nil. Updated all
6172 callers.
6173
6174 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6175 vc-sccs-uses-locking. Don't set property.
6176 (vc-sccs-locking-user): Don't set property.
6177
6178 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6179 vc-cvs-uses-locking. Don't set property here; leave that to
6180 vc-hooks.
6181 (vc-cvs-locking-user): Reflect above change. Streamlined.
6182
6183 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6184 vc-rcs-uses-locking.
6185 (vc-rcs-locking-user): Reflect above change.
6186
6187 2000-09-04 Dave Love <fx@gnu.org>
6188
6189 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6190
6191 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6192
6193 * vc-hooks.el (vc-checkout-model): Punt to backends.
6194
6195 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6196
6197 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6198
6199 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6200 New functions.
6201
6202 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6203 New functions.
6204
6205 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6206 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6207
6208 * vc-hooks.el (vc-default-locking-user): New function.
6209 (vc-locking-user, vc-workfile-version): Punt to backends.
6210
6211 2000-09-04 Dave Love <fx@gnu.org>
6212
6213 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6214 (vc-master-workfile-version): Moved from vc-hooks.
6215
6216 * vc-rcs-hooks.el: Fix duplicate code in last change.
6217
6218 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6219 (vc-rcs-master-templates): Improve :type.
6220 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6221 vc-master-workfile-version): Moved from vc-hooks.
6222
6223 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6224 (vc-sccs-master-templates): Improve :type.
6225 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6226
6227 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6228
6229 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6230 (vc-cvs-master-templates): Improve :type. Use
6231 vc-cvs-find-cvs-master.
6232 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6233 from vc-hooks.
6234 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6235
6236 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6237 Moved to vc-cvs-hooks.
6238
6239 * vc-hooks.el: Add doc strings in various places. Simplify the
6240 minor mode setup.
6241 (vc-handled-backends): New user variable.
6242 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6243 simplification.
6244
6245 2000-09-04 Dave Love <fx@gnu.org>
6246
6247 * vc.el: Some doc fixes for autoloaded and interactive functions.
6248 Fix compilation warnings from ediff stuff.
6249 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6250
6251 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6252
6253 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6254
6255 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6256
6257 2000-09-04 Dave Love <fx@gnu.org>
6258
6259 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6260 New variable.
6261 (vc-make-backend-function, vc-loadup, vc-call-backend)
6262 (vc-backend-defines): New functions.
6263
6264 * vc-hooks.el: Various doc fixes.
6265 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6266 (vc-match-substring): Function removed. Callers changed to use
6267 match-string.
6268 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6269 Simplify.
6270
6271 2000-09-04 Dave Love <fx@gnu.org>
6272
6273 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6274 type.
6275 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6276 (vc-sccs-registered): Doc fix.
6277
6278 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6279 (vc-cvs-registered): Doc fix.
6280
6281 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6282 (vc-rcs-registered): Doc fix.
6283
6284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6285
6286 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6287
6288 * vc-hooks.el: vc-registered has been renamed
6289 vc-default-registered. Some functions have been moved to the
6290 backend specific files. they all support the
6291 vc-BACKEND-registered functions.
6292
6293 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6294
6295 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6296
6297 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6298
6299 2000-09-04 Dave Love <fx@gnu.org>
6300
6301 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6302 menu-bar-update-hook.
6303
6304 * help.el (help-manyarg-func-alist): Add
6305 find-operation-coding-system.
6306
6307 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6308
6309 * custom.el (custom-set-variables): Print message about errors in
6310 setting.
6311
6312 2000-09-03 Andrew Innes <andrewi@gnu.org>
6313
6314 * makefile.w32-in: Change to DOS line endings.
6315
6316 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6317
6318 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6319 minor-mode keymaps, if they don't have one.
6320
6321 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6322
6323 * eshell/esh-module.el (eval-when-compile): Don't lose if
6324 esh-module.el's file name is truncated to DOS 8+3 limits.
6325
6326 2000-09-01 John Wiegley <johnw@gnu.org>
6327
6328 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6329 predicate, which caused entries in the completion list to be
6330 doubled.
6331
6332 2000-08-30 John Wiegley <johnw@gnu.org>
6333
6334 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6335 sending to subprocesses. Also, hook pre-command-hook if
6336 `eshell-send-direct-to-subprocesses' is non-nil.
6337 (eshell-send-direct-to-subprocesses): New config variable. If t,
6338 subprocess input is send immediately.
6339 (eshell-toggle-direct-send): New function.
6340 (eshell-self-insert-command): New function.
6341 (eshell-intercept-commands): New function.
6342 (eshell-send-input): If direct subprocess sending is enabled,
6343 don't echo any input to the Eshell buffer. Let the subprocess
6344 handle that. This requires "stty echo" in bash, for example.
6345
6346 2000-08-28 John Wiegley <johnw@gnu.org>
6347
6348 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6349 completion function for Eshell's implementation of `unset'.
6350
6351 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6352
6353 * info.el (Info-directory-list): Doc fix.
6354
6355 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6356
6357 * filecache.el (file-cache-add-directory-using-find): Don't quote
6358 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6359
6360 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6361
6362 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6363 coding systems.
6364
6365 2000-08-30 Andrew Innes <andrewi@gnu.org>
6366
6367 * timer.el (run-with-idle-timer): Undo last change, so that timer
6368 is not activated immediately if Emacs is already idle. Some
6369 existing code relies on this behaviour.
6370
6371 2000-08-30 Miles Bader <miles@gnu.org>
6372
6373 * frame.el (set-frame-font): Do completion of font-name for
6374 interactive use.
6375
6376 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6377
6378 * international/quail.el (quail-start-translation): Bind locally
6379 last-command-event, last-command, and this-command.
6380 (quail-start-conversion): Likewise.
6381 (quail-self-insert-command): Fix docstring.
6382
6383 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6384
6385 * progmodes/executable.el
6386 (executable-make-buffer-file-executable-if-script-p): Check that
6387 buffer contains at least 2 characters.
6388
6389 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6392
6393 2000-08-29 Dave Love <fx@gnu.org>
6394
6395 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6396 (diff-mode-shared-map): Bind mouse-2.
6397 (diff-imenu-generic-expression): New variable.
6398 (diff-mode): Use it.
6399
6400 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6401 (mouse-popup-menubar): Add minor mode menus.
6402 (popup-menu): Check for lookup-key returning number.
6403
6404 2000-08-29 Miles Bader <miles@gnu.org>
6405
6406 * comint.el (comint-send-input): Create overlays using the proper
6407 front/read-advance arguments.
6408
6409 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6410
6411 * ps-print.el: Even/odd pages printing. Doc fix.
6412 (ps-print-version): New version number (6.0).
6413 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6414 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6415 (ps-print-duplex-feature): Variable eliminated.
6416 (ps-even-or-odd-pages): New variable.
6417
6418 * progmodes/ebnf2ps.el: Doc fix.
6419 (ebnf-version): New version (3.3).
6420 (ebnf-user-arrow): Change variable customization to sexp.
6421 (ebnf-user-arrow): Function eliminated.
6422 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6423
6424 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6425
6426 * help.el (help-xref-mule-regexp): New variable.
6427 (help-make-xrefs): Handle help-xref-mule-regexp.
6428
6429 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6430 variable.
6431 (describe-input-method): Temporarily activate the specfied input
6432 method to display the information.
6433 (describe-language-environment): Hyperlinks to mule related items.
6434
6435 * international/mule-diag.el (charset-multibyte-form-string): New
6436 function.
6437 (list-character-sets-1): Use charset-multibyte-form-string.
6438 (describe-character-set): New function.
6439 (describe-coding-system): Hyperlinks to safe character sets.
6440
6441 * international/quail.el (quail-help): New arg PACKAGE.
6442 Hyperlinks to mule related items.
6443 (quail-help-insert-keymap-description): Use
6444 substitute-command-keys instead of describe-bindings.
6445 (quail-translation-help): Hyperlinks to mule related items.
6446
6447 2000-08-28 John Wiegley <johnw@gnu.org>
6448
6449 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6450 have a defsubst call itself. Made `eshell-flatten-list' back into
6451 a function again.
6452
6453 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6454 catch, in case re-centering point at bottom messes up the display.
6455 This happens frequently in Emacs 21, due I believe to variable
6456 line heights.
6457
6458 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6459 to call `find-tag-interactive'.
6460
6461 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6462 the list of remember directories.
6463
6464 2000-08-28 John Wiegley <johnw@gnu.org>
6465
6466 * align.el: Test align-region-separate to see if it's a symbol.
6467
6468 2000-08-28 John Wiegley <johnw@gnu.org>
6469
6470 * eshell/esh-util.el (eshell-flatten-list): Made this function
6471 into a defsubst form. It gets used very frequently, although
6472 calls don't occur all that often.
6473
6474 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6475 examining it.
6476
6477 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6478 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6479 `eshell-protect'.
6480 (eshell-copy-handles): Created a new macro for duplicating the
6481 current set of open handles. This is needed by the looping
6482 functions.
6483 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6484 is not incorrectly stomped on.
6485
6486 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6487 declaration for pcomplete-use-paring.
6488 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6489 value of eshell-cmpl-use-paring.
6490 * pcomplete.el (pcomplete-use-paring): New config variable, to
6491 indicate whether paring should be used.
6492 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6493 completion alternatives that have already been used.
6494
6495 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6496 bound to C-c C-y, which will repeat the previous N arguments
6497 (based on prefix argument).
6498 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6499
6500 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6501 if there is no *Help* buffer. This is for XEmacs, which renames
6502 its help buffers uniquely. TODO: Find out what the current buffer
6503 name to delete is.
6504
6505 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6506 first entry that correlates to a passwd/group number. Later
6507 entries (used for group/user name aliasing to multiple IDs) are
6508 ignored.
6509
6510 * eshell/em-xtra.el (eshell/expr):
6511 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6512 (eshell-grep, eshell/diff, eshell/locate):
6513 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6514 argument list, before passing it to the system command.
6515
6516 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6517 `find-tag' for use at final position in Eshell buffers (which
6518 otherwise triggers an error on Emacs 21).
6519 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6520 buffer, if it is currently bound to `find-tag'.
6521
6522 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6523 in the list of matched Makefile names.
6524 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6525 directory, prefer its contents to Makefile.
6526
6527 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6528 directory parts (like "cd old new", or "cd =regexp"), are now case
6529 sensitive on non-Windows/DOS platforms.
6530
6531 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6532 types RET after an open delimiter (like "), display a message
6533 indicating that Eshell is waiting for the closing delimiter.
6534
6535 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6536 environment variables.
6537
6538 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6539 gracefully if the user enters incorrect arguments.
6540
6541 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6542 Eshell buffers.
6543
6544 * eshell/esh-var.el (eshell-interpolate-variable):
6545 * eshell/esh-mode.el (eshell-move-argument):
6546 * eshell/em-unix.el (eshell-du-sum-directory):
6547 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6548 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6549 (not (= ...)).
6550
6551 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6552 to ensure the `preserve' flag gets propagated when doing recursive
6553 directory copies.
6554
6555 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6556
6557 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6558 Don't convert \n into \0177 in memory.
6559 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6560 and back again, when reading and writing.
6561
6562 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6563
6564 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6565 testing of `fboundp' on `processp'.
6566
6567 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6568 (eshell/jobs): Don't call process-list if it is not bound.
6569 (eshell-gather-process-output): Support systems where async
6570 subprocesses aren't supported.
6571 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6572 variables.
6573
6574 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6575 eshell-do-eval returns t.
6576 (eshell-do-pipelines-synchronously): New defmacro.
6577 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6578 when async subprocesses aren't supported.
6579 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6580 if async subprocesses aren't supported.
6581 (eshell-resume-command): Don't assume STATUS is a string.
6582
6583 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6584
6585 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6586 (eshell-close-target, eshell-get-target): Use eshell-processp.
6587 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6588 fix.
6589 (eshell-get-target, eshell-create-handles): Doc fix.
6590
6591 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6592
6593 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6594 criterion to include commands that output something, as long as it
6595 leaves both the command and the end-of-buffer visible when the
6596 command has exited.
6597 (eshell-review-quick-commands): Adjust the help doc string
6598 accordingly.
6599
6600 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6601
6602 * locate.el (locate): Cleaned up locate command's interactive prompting
6603 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6604
6605 * filecache.el (file-cache-case-fold-search): New variable
6606 (file-cache-assoc-function): New variable
6607 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6608 Use file-cache-case-fold-search variable
6609 (file-cache-add-file): Use file-cache-assoc-function
6610 (file-cache-delete-file): likewise
6611 (file-cache-directory-name): likewise
6612 (file-cache-debug-read-from-minibuffer): likewise
6613
6614 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6615
6616 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6617 (abbrev-table-name): New function.
6618 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6619 If non-nil list local abbrev, only.
6620
6621 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6622
6623 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6624 from Gnus support code, and use special article copy buffer
6625 `(gnus-original-article-buffer)' instead. This allows to get rid
6626 of article-hide-headers usage (which breaks in the latest Gnus
6627 version). Thanks to Detlev Zundel.
6628
6629 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6630
6631 * international/quail.el (quail-use-package): Hide "... loaded"
6632 message.
6633 (quail-start-translation, quail-start-conversion): Likewise.
6634
6635 * international/kkc.el (kkc-region): Hide "... loaded" message.
6636
6637 2000-08-27 Dave Love <fx@gnu.org>
6638
6639 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6640
6641 2000-08-27 Miles Bader <miles@gnu.org>
6642
6643 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6644
6645 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6646
6647 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6648 'ja-dic-cnv), not (require 'skkdic-cnv).
6649
6650 2000-08-26 Miles Bader <miles@gnu.org>
6651
6652 * faces.el (face-x-resources): Add entry for :inherit.
6653 * cus-face.el (custom-face-attributes): Add support for :inherit
6654 attribute. Add support for relative face heights.
6655 (custom-face-attributes-get): Treat `nil' as being a default value
6656 for :inherit (as well as `unspecified').
6657
6658 * faces.el (set-face-attribute): Update doc string.
6659 (face-attribute-name-alist): Add :inherit.
6660 (face-valid-attribute-values): Handle :inherit.
6661 (face-read-string): Rephrase prompt to be less confusing.
6662 Assume that DEFAULT is a string, since we must return a string.
6663 (face-read-integer): Use `format' to turn DEFAULT into an
6664 acceptable default for face-read-string. Match NEW-VALUE against
6665 the string "unspecified", not the symbol `unspecified', since
6666 that's what face-read-string returns.
6667 (read-face-attribute): Lookup a name for old-value in valid, and
6668 use it as a default if we find one. Treat all values from
6669 face-read-string as strings. If the default is used, don't do any
6670 more processing on the value, just use the old value directly.
6671 (read-face-and-attribute, modify-face): Tweak prompt.
6672 (read-face-name): Don't assume prompt ends with a space.
6673
6674 * faces.el (describe-face): Add support for :inherit attribute.
6675
6676 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6677
6678 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6679 concat doesn't accept interger.
6680
6681 * international/kkc.el: Remove SKK from Keywords. Require
6682 ja-dic-utl instead of skkdic-utl.
6683
6684 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6685 Provide ja-dic-cnv instead of skkdic-cnv.
6686 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6687 (iso-2022-7bit-short): Add safe-charsets property.
6688 (skkdic-convert-postfix): Search Japanese chou-on character in
6689 addition to Hiragana character.
6690 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6691 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6692 (batch-skkdic-convert): Likewise.
6693
6694 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6695 Provide ja-dic-utl instead of skkdic-utl.
6696 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6697
6698 2000-08-24 Dave Love <fx@gnu.org>
6699
6700 * disp-table.el (standard-display-default): Make the test of `l'
6701 useful.
6702
6703 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6704 mod sample text.
6705
6706 * international/iso-ascii.el: Make pilcrow convenient string
6707 consistent with section.
6708 (iso-ascii-display): Set up multibyte characters as well as
6709 unibyte.
6710
6711 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6712
6713 * international/mule-cmds.el (reset-language-environment): Set
6714 default-process-coding-system to '(undecided . iso-latin-1), which
6715 makes process I/O almost consistent with file I/O. Call this
6716 function when mule-cmds.el[c] is loaded.
6717
6718 2000-08-22 Andrew Innes <andrewi@gnu.org>
6719
6720 * makefile.w32-in: New file.
6721
6722 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6723
6724 * comint.el (comint-output-filter): Compare end of
6725 comint-last-output-overlay with the start of the newly inserted
6726 text, not the end, when deciding whether to extend it.
6727 Set saved-point's insertion type to advance after insertion.
6728
6729 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6730 since this is now done independently of font-lock mode.
6731
6732 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6733
6734 * server.el (server-kill-new-buffers): New user option.
6735 (server-existing-buffer): New buffer-local variable.
6736 (server-visit-files): When using an existing buffer, set
6737 server-existing-buffer to t.
6738 (server-buffer-done): If server-kill-new-buffers is t, kill the
6739 buffer, unless it was already present before visiting it with
6740 Emacs server.
6741
6742 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6743
6744 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6745 even if the display doesn't support colors: some displays will
6746 support bold/underline faces.
6747
6748 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6749
6750 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6751
6752 * startup.el (command-line): If user's init file had an error,
6753 add explanatory text to *Messages*.
6754
6755 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6756
6757 * man.el (Man-getpage-in-background): Decode the process output by
6758 the system locale coding system.
6759
6760 2000-08-20 Dave Love <fx@gnu.org>
6761
6762 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6763 Don't test x-popup-menu.
6764 (function) <complete-function>: Complete only fbound symbols.
6765 <validate, value>: New.
6766 (variable) <complete-function>: Complete only bound symbols.
6767 (coding-system): Add :base-only, :complete-function, :validate,
6768 :value, :prompt-match.
6769 (widget-coding-system-prompt-value): Use read-coding-system and
6770 act on :base-only.
6771 (editable-field): Add :help-echo.
6772 (widget-push-button-gui, widget-push-button-cache)
6773 (widget-gui-action, widget-editable-list-gui): COmment out, along
6774 with uses.
6775 (widget-at): Make arg optional.
6776 (widget-echo-help): Adjust for current help-echo calling sequence.
6777 (widget-specify-field, widget-specify-button)
6778 (widget-specify-insert, widget-get-sibling, widget-image-find)
6779 (widget-convert, widget-insert, widget-leave-text)
6780 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6781 (widget-setup, widget-field-find, widget-before-change)
6782 (widget-after-change, widget-default-complete)
6783 (widget-default-create, widget-default-delete)
6784 (widget-push-button-value-create, editable-field)
6785 (widget-field-prompt-value, widget-field-validate)
6786 (widget-choice-value-create, widget-choice-action)
6787 (widget-choice-validate, widget-checklist-add-item)
6788 (widget-radio-add-item, widget-radio-chosen)
6789 (widget-radio-value-inline, widget-editable-list-value-create)
6790 (widget-editable-list-entry-create)
6791 (widget-documentation-link-add)
6792 (widget-documentation-string-value-create)
6793 (widget-regexp-validate, widget-file-complete)
6794 (widget-sexp-validate, widget-plist-convert-widget)
6795 (widget-plist-convert-widget, widget-alist-convert-widget)
6796 (widget-alist-convert-widget, widget-color-complete): Simplify,
6797 particularly to avoid bindings which aren't optimized out.
6798
6799 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6800 Doc fix.
6801 (down-list, backward-up-list, up-list, kill-sexp)
6802 (backward-kill-sexp, mark-sexp): Make arg optional.
6803 (lisp-complete-symbol): Add optional arg PREDICATE.
6804
6805 * cus-start.el: Add display-buffer-reuse-frames,
6806 file-coding-system-alist.
6807
6808 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6809
6810 * startup.el (command-line): Clear realized faces after
6811 modifying TTY color mappings.
6812
6813 2000-08-20 Miles Bader <miles@gnu.org>
6814
6815 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6816 merely a subset of FACE's attributes.
6817
6818 2000-08-19 Miles Bader <miles@gnu.org>
6819
6820 * comint.el (comint-output-filter): Save the point with a marker,
6821 not just a buffer position.
6822
6823 * international/mule.el (set-buffer-process-coding-system): Make
6824 interactive prompt less confusing.
6825
6826 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6827
6828 * hilit-chg.el: General cleanup of doc strings, comments and
6829 code formatting.
6830
6831 2000-08-19 Miles Bader <miles@gnu.org>
6832
6833 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6834 Compiler macro removed; beginning-of-line is no longer always
6835 equivalent to forward-line, in the presence of fields.
6836
6837 * comint.el (comint-output-filter): Remove ad-hoc saving of
6838 restriction, and just use save-restriction, now that it works
6839 correctly. Don't adjust comint-last-input-start to account for
6840 our insertion; it shouldn't have moved because we don't use
6841 insert-before-markers anymore. Comment out call to
6842 `force-mode-line-update'; why is it here?
6843
6844 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6845 while checking for prompt to delete. Use `forward-line 0'
6846 instead of beginning-of-line.
6847 (gud-filter): Temporarily widen gud comint buffer while
6848 examining output.
6849
6850 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6851
6852 * progmodes/sh-script.el: Big bag of typos.
6853
6854 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6855 check since ispell-process is not bound when ispell is not yet loaded.
6856
6857 2000-08-18 Dave Love <fx@gnu.org>
6858
6859 * image.el (find-image): Copy `spec' before using plist-put.
6860
6861 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6862
6863 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6864 `portugues'.
6865
6866 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6867 backward-kill-sexp, analogous to kill-sexp.
6868
6869 * progmodes/icon.el (icon-indent-line)
6870 (icon-is-continuation-line): Handle comments specially.
6871
6872 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6873
6874 * ispell.el: Set to standard author/maintainer/keyword fields.
6875 Fine tuning to menu map appearance and operation, and added help.
6876 Remove `start' and `end' error messages when compiling.
6877 (ispell-choices-win-default-height): Fixed comment string.
6878 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6879 castellano8 dictionaries.
6880 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6881 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6882 dictionary, added italiano dictionary.
6883 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6884 word character
6885 (ispell-tex-skip-alists): Added psfig support.
6886 (ispell-skip-html): Renamed from ispell-skip-sgml.
6887 (ispell-begin-skip-region-regexp, ispell-skip-region)
6888 (ispell-minor-check): Improved html skipping support to skip across
6889 code, and recognize `&' commands without propper `;' syntax;
6890 (ispell-process-line): Fix alignment error when manually
6891 correcting spelling.
6892 (ispell): Fix comment string.
6893 (ispell-add-per-file-word-list): Always put word list on new line.
6894
6895 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6896
6897 * format.el (format-encode-run-method): Fix error message to say
6898 `encode' instead of `decode'. Use save-window-excursion around
6899 shell-command-on-region as in format-decode-run-method because
6900 shell-command-on-region can display a buffer with error output.
6901 (format-decode): Don't record undo information for the decoding.
6902 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6903 that number part of the temporary buffer name so that more than
6904 one decoding using a temporary buffer can happen safely.
6905
6906 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6907 of `A-z' in the regexp.
6908
6909 * hilit-chg.el: Fix typos in commentary.
6910
6911 * help.el (view-emacs-news): Rewritten for new naming scheme
6912 for old NEWS files.
6913
6914 * startup.el (command-line): Pop to *Messages* in case an error
6915 is signaled while loading user-init-file.
6916
6917 2000-08-17 Andreas Schwab <schwab@suse.de>
6918
6919 * files.el (insert-directory): Don't lose original file name,
6920 undoing an undocumented change.
6921
6922 2000-08-17 Alex Schroeder <alex@gnu.org>
6923
6924 * sql.el (sql-magic-go): Use comint-bol.
6925 (sql-copy-column): Use comint-line-beginning-position.
6926 (comint-line-beginning-position): Define a replacement for
6927 comint-line-beginning-position if it is not fboundp.
6928
6929 2000-08-17 Alex Schroeder <alex@gnu.org>
6930
6931 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6932 it didn't have any effect anyway.
6933
6934 2000-08-17 Alex Schroeder <alex@gnu.org>
6935
6936 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6937 --pset and pager=off instead of sending \\o|cat at the beginning
6938 of the session.
6939
6940 2000-08-17 Miles Bader <miles@gnu.org>
6941
6942 * progmodes/octave-inf.el: Add compatibility definition of
6943 comint-line-beginning-position.
6944
6945 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6946
6947 * startup.el (normal-top-level): Look in each dir in load-path for
6948 a leim-list.el file too. This assures of loading leim-list.el
6949 that is created at Emacs installation time even if a user have his
6950 own leim-list.el.
6951
6952 2000-08-17 Miles Bader <miles@gnu.org>
6953
6954 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6955 foreground color to black if the background is dark.
6956
6957 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6958
6959 * loadhist.el (unload-feature): Typo.
6960
6961 * finder.el (finder-compile-keywords):
6962 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6963 to the generated file.
6964
6965 * mail/mh-e.el (mh-make-local-vars):
6966 Replace make-variable-buffer-local with make-local-variable.
6967
6968 * play/landmark.el:
6969 * options.el (Edit-options-{set,toggle,t,nil}):
6970 * mail/mailabbrev.el (mail-abbrevs-mode):
6971 * textmodes/tex-mode.el (tex-expand-files):
6972 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6973
6974 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6975
6976 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6977 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6978 Allow going past the last element.
6979 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6980 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6981 (cvs-mouse-toggle-mark): Don't move point.
6982 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6983
6984 * progmodes/compile.el (grep): Provide a default set of files.
6985 (next-error): Docstring fix.
6986 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6987
6988 * emacs-lisp/easy-mmode.el (define-minor-mode):
6989 Use `symbol-value' to keep the byte-compiler quiet.
6990
6991 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6992 (diff-find-source-location): New fun, extracted from diff-goto-source.
6993 (diff-goto-source): Use it.
6994 (diff-next-complex-hunk, diff-filter-lines): New function.
6995 (diff-apply-hunk): New command.
6996
6997 * smerge-mode.el (smerge-mode-menu): Doc fix.
6998
6999 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7000
7001 2000-08-16 Dave Love <fx@gnu.org>
7002
7003 * windmove.el (windmove) <defgroup>: Add :version.
7004
7005 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7006 (goto-address-fontify-p, goto-address-highlight-p)
7007 (goto-address-url-face, goto-address-url-mouse-face)
7008 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7009 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7010 (goto-address-fontify, goto-address-at-mouse): Simplify,
7011 (goto-address-at-point): browse-url-url-at-point,
7012 goto-address-find-address-at-point can return nil.
7013 (goto-address-find-address-at-point): Return nil on failure.
7014
7015 * align.el (align) <defgroup>: Add :version.
7016
7017 * calculator.el (calculator): Add :version.
7018 (calculator): Use two lines for calculator window if `modeline'
7019 face is boxed.
7020
7021 * play/5x5.el: Doc fixes.
7022 (5x5) <defgroup>: Add :version.
7023
7024 * play/fortune.el (fortune) <defgroup>: Add :version.
7025 (fortune-append): Fix error message.
7026 (fortune-from-region): Doc fix.
7027
7028 * play/pong.el (pong): Doc fix.
7029
7030 * play/morse.el: Keywords, commentary, autoloads.
7031
7032 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7033
7034 * desktop.el (desktop-save): Don't look at symbol-value of a
7035 member of minor-mode-alist, unless it is boundp.
7036
7037 2000-08-16 Sam Steingold <sds@gnu.org>
7038
7039 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7040 `while'; use `with-current-buffer' instead of `save-excursion'.
7041 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7042
7043 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7044
7045 * international/ccl.el (declare-ccl-program): Docstring modified.
7046 (ccl-execute-with-args): Likewise.
7047
7048 2000-08-16 Miles Bader <miles@gnu.org>
7049
7050 * progmodes/sql.el: Add compatibility definition of
7051 comint-line-beginning-position.
7052
7053 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7054
7055 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7056 'buffer-menu' property.
7057 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7058 fails.
7059 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7060 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7061 wasn't killed.
7062
7063 * buff-menu.el (list-buffers-noselect): Don't display the
7064 *Buffer List* buffer.
7065
7066 * font-lock.el: Require jit-lock to prevent a very late
7067 `Loading jit-lock' message.
7068
7069 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7070 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7071 mail address.
7072
7073 2000-08-15 Miles Bader <miles@gnu.org>
7074
7075 * textmodes/ispell.el (ispell-graphic-p): New constant.
7076 (ispell-choices-win-default-height, ispell-help): Use
7077 `ispell-graphic-p' instead of `xemacsp'.
7078
7079 2000-08-15 Dave Love <fx@gnu.org>
7080
7081 * simple.el: Autoload widget-convert when compiling.
7082 (mail-user-agent): Doc fix.
7083
7084 * help.el (function-called-at-point, variable-at-point): Use
7085 with-syntax-table.
7086 (help-manyarg-func-alist): Add insert-and-inherit.
7087
7088 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7089
7090 * delsel.el (delsel-unload-hook): New function.
7091
7092 * find-file.el: Doc fixes. Move provide to end.
7093 (ff) <defgroup>: Add :link.
7094 (ff-goto-click): Deleted.
7095 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7096 Use mouse-set-point.
7097
7098 * textmodes/tildify.el: Doc fixes.
7099 (tildify) <defgroup>: Add:version.
7100
7101 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7102 (glasses-custom-set): Use set-default, not set.
7103 (minor-mode-alist): Propertize the lighter.
7104 (glasses-mode): Provide optional arg.
7105
7106 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7107 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7108 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7109 option. Provide :type.
7110 (cwarn-configuration): Provide :type.
7111 (cwarn-mode): Doc fix.
7112
7113 * add-log.el (change-log-merge): Doc fix.
7114 (change-log-redate): New command.
7115
7116 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7117 Doze and Dog.
7118 (browse-url): Use dolist, not mapcar.
7119 (browse-url-at-point): Check for null url.
7120 (browse-url-event-buffer, browse-url-event-point): Functions
7121 deleted.
7122 (browse-url-at-mouse, browse-url-netscape): Simplify.
7123
7124 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7125 modes.
7126 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7127 Fix previous change to mapcan.
7128 (msb--init-file-alist, msb--add-separators)
7129 (msb--make-keymap-menu): Simplify.
7130 (msb--choose-file-menu): Use copy-sequence.
7131 (msb-mode-map): Add title to keymap.
7132 (msb-unload-hook): New function.
7133
7134 * bs.el: Fix indentation.
7135 (bs) <defgroup>: Add :links.
7136 (bs-show): Doc fix.
7137 (bs-apply-sort-faces): Don't use window-system.
7138 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7139
7140 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7141
7142 * calendar/timeclock.el (timeclock-file): Run .timelog through
7143 convert-standard-filename.
7144
7145 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7146
7147 * emacs-lisp/authors.el: New file.
7148
7149 * paren.el (show-paren-priority): New user option.
7150 (show-paren-function): Set overlay priorities to
7151 show-paren-priority.
7152
7153 2000-08-14 Miles Bader <miles@gnu.org>
7154
7155 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7156 beginning-of-line with inhibit-field-text-motion bound.
7157
7158 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7159
7160 * calendar/timeclock.el: New file.
7161
7162 2000-08-14 David Ponce <david@dponce.com>
7163
7164 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7165 `widget-button-click'. so that one can use left mouse button to
7166 click on dialog buttons.
7167
7168 2000-08-14 Emmanuel Briot <briot@gnat.com>
7169
7170 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7171 identifiers, since XML is case sensitive
7172
7173 2000-08-12 Miles Bader <miles@gnu.org>
7174
7175 * comint.el (comint-output-filter): Don't bother frobbing
7176 window-start, it doesn't seem to be necessary.
7177
7178 * comint.el (comint-send-string, comint-send-region): Make into
7179 real functions. Snapshot the prompt before sending.
7180
7181 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7182
7183 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7184 technique similar to Info-index, instead of relying on specific
7185 names of relevant Index nodes.
7186 (Info-goto-emacs-command-node): Bind Info-history to nil when
7187 going to the first node found by Info-find-emacs-command-nodes.
7188
7189 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7190
7191 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7192
7193 2000-08-10 Miles Bader <miles@gnu.org>
7194
7195 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7196
7197 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * info.el (Info-file-list-for-emacs): More elements for the
7200 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7201 and woman manuals.
7202
7203 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7204
7205 * comint.el (comint-send-input): Make the newline boundary overlay
7206 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7207 (comint-output-filter): Use `insert' instead of
7208 `insert-before-markers'. Extend comint-last-output-overlay when
7209 necessary since we can't rely on insert-before-markers to do it.
7210 * gud.el (gud-filter): Use `with-current-buffer' instead of
7211 save-excursion when inserting the output, so that point gets
7212 updated correctly; the old method relied on a rather dodgy
7213 side-effect of comint-output-filter to avoid the effect of
7214 save-excursion.
7215
7216 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * files.el (recover-file): Call insert-directory instead of
7219 invoking `ls' directly.
7220
7221 2000-08-10 Miles Bader <miles@gnu.org>
7222
7223 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7224 (comint-last-prompt-overlay): New variables.
7225 (comint-output-filter): Implement prompt highlighting.
7226 (comint-snapshot-last-prompt): New function.
7227 (comint-send-input): Snapshot the last prompt.
7228 Use comint-highlight-input-face.
7229 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7230 Use defface instead of defcustom.
7231 (send-invisible, comint-send-eof): Snapshot the last prompt.
7232 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7233 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7234
7235 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7236
7237 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7238 (regexp-opt-group): Use a list of chars for `letters'.
7239 (regexp-opt-charset): `chars' is now a list of chars.
7240 Use a char-table rather than a vector so it works for multibyte chars.
7241
7242 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7243 Set cvs-minor-current-files to the selected fileinfo.
7244 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7245 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7246
7247 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * files.el (insert-directory): Don't call access-file on
7250 directories on DOS and Windows.
7251
7252 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7253
7254 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7255 longer if necessary.
7256 (ccl-embed-code): Call ccl-embed-data to store CODE in
7257 ccl-program-vector.
7258
7259 2000-08-09 Miles Bader <miles@gnu.org>
7260
7261 * comint.el (comint-output-filter): Properly handle the case where
7262 the text surrounded by comint-last-output-overlay was deleted.
7263
7264 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7265
7266 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7267 non-nil.
7268 (Info-file-list-for-emacs): Remove "info" from the list because
7269 that leads to trying to use the documentation from file `info'
7270 in various situations where it isn't appropriate, for instance
7271 C-h C-k C-h i.
7272
7273 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7274 DIR and/or STRING are nil.
7275
7276 * progmodes/compile.el (compilation-setup): Make variable
7277 compilation-error-screen-columns buffer-local, as some comment
7278 in the code suggests it should be.
7279
7280 * files.el (auto-mode-interpreter-regexp): New variable.
7281 (set-auto-mode): Use it.
7282
7283 * indent.el (indent-for-tab-command): Doc fix.
7284
7285 * mouse-sel.el (mouse-sel-mode): Doc fix.
7286
7287 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7288 labels.
7289
7290 * help.el (print-help-return-message): When
7291 display-buffer-reuse-frames is set, let the help window been quit,
7292 instead of deleting it, which might delete a reused frame.
7293
7294 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7295
7296 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7297 rename a directory to a name that differs only by its letter case.
7298
7299 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7300
7301 * international/quail.el (quail-define-rules): Handle Quail decode
7302 map correctly. Add code for supporting annotations.
7303 (quail-install-decode-map): New function.
7304 (quail-defrule-internal): New optional arguments decode-map and
7305 props.
7306 (quail-advice): New function.
7307
7308 2000-08-07 Sam Steingold <sds@gnu.org>
7309
7310 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7311 `defconst', `define-condition', `with-slots'.
7312 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7313
7314 2000-08-03 Miles Bader <miles@gnu.org>
7315
7316 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7317 New variable.
7318 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7319 comint-use-prompt-regexp-instead-of-fields.
7320 (comint-send-input): Add `input' field property to stuff we send to
7321 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7322 (comint-output-filter): Add `output' field property to process
7323 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7324 (comint-replace-by-expanded-history)
7325 (comint-get-old-input-default, comint-show-output)
7326 (comint-backward-matching-input, comint-forward-matching-input)
7327 (comint-next-prompt, comint-previous-prompt): Use field
7328 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7329 (comint-line-beginning-position): New function.
7330 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7331 (comint-replace-by-expanded-history-before-point): Use
7332 comint-line-beginning-position and line-end-position.
7333 (comint-last-output-overlay): New variable.
7334 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7335
7336 * shell.el (shell-prompt-pattern): Doc change.
7337 (shell-backward-command): Use line-beginning-position.
7338
7339 * gud.el (gud-gdb-complete-command): Use
7340 comint-line-beginning-position.
7341
7342 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7343 comint-bol doesn't actually go to the beginning of the line.
7344
7345 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7346 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7347 (try-expand-line-all-buffers): Likewise.
7348
7349 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7350 explicitly matching comint-prompt-regexp.
7351 (sql-copy-column): Use comint-line-beginning-position instead of
7352 explicitly matching comint-prompt-regexp.
7353
7354 * progmodes/octave-inf.el (inferior-octave-complete): Use
7355 comint-line-beginning-position.
7356
7357 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7358
7359 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7360 looking for a prompt, use `forward-line 0' instead of
7361 `beginning-of-line', to avoid getting caught by an input field.
7362
7363 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7364
7365 * files.el (shell-quote-wildcard-pattern): Make sure to return
7366 PATTERN, in the Unix case.
7367
7368 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7369
7370 * play/zone.el (zone): Discard any pending input before running
7371 the randomly-chosen pgm.
7372
7373 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7374
7375 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7376 checking the existence of any multibyte characters.
7377
7378 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7379
7380 * help.el (describe-mode): Test minor-mode symbol for being
7381 bound before testing its value for being nil.
7382
7383 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7384 `first', `second', and `third'.
7385
7386 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7387 (second): Make it an alias for `cadr'.
7388
7389 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7390
7391 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7392 types of display support faces now.
7393
7394 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7395
7396 * pcvs.el (require): Require `cl' during compilation, only.
7397
7398 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7399 (toplevel): Remove `remq' and `remove' from autoloads.
7400 (cl-fake-autoloads): New variable. If set, arrange for an error
7401 when CL functions etc. are autoloaded.
7402
7403 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7404
7405 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7406
7407 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7408 popped up, but the user clicks outside the menu, return an empty
7409 regexp (that causes unhighlight-regexp to have no effect).
7410
7411 * menu-bar.el (menu-bar-games-menu): Add Zone.
7412
7413 * hi-lock.el (toplevel): Require font-lock.
7414
7415 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7416
7417 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7418 (ebnf-8-bit-chars): New var for bug fix.
7419 (ebnf-string): Bug fix.
7420
7421 2000-08-03 Sam Steingold <sds@gnu.org>
7422
7423 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7424 instead of `buffer-string'.
7425 (require 'cl): Always, not just when compiling.
7426 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7427 necessary.
7428
7429 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7430
7431 * international/mule-cmds.el (select-safe-coding-system): Make
7432 the message text about selecting a safe coding system more clear.
7433
7434 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7435
7436 * hi-lock.el: New file.
7437
7438 * play/zone.el: New file.
7439
7440 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7441 value of tab-width in the original buffer. Choose a line number
7442 format that's a multiple of the original buffer's tab width, so
7443 that lines appear right.
7444
7445 * textmodes/ispell.el (ispell): New function, replacing an alias.
7446 Spell-check active region if in transient-mark-mode and mark
7447 is active; otherwise spell-check buffer.
7448
7449 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7450
7451 * ps-mule.el: Fix a customization problem on
7452 ps-mule-font-info-database-default.
7453
7454 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7457 display-mouse-p instead of window-system.
7458 (ebrowse-member-mode-map): Ditto.
7459
7460 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7461
7462 * progmodes/ebnf2ps.el: Update ps-print functions call.
7463 Indentation fix. Doc fix.
7464 (ebnf-version): New version number (3.2).
7465 (ebnf-format-color, ebnf-begin-job): Code fix.
7466
7467 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7470 font lock support on window-system.
7471 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7472
7473 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7474 display-color-p, if fboundp, instead of window-system.
7475
7476 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7477
7478 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7479 instead of window-system.
7480
7481 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7482 window-system.
7483 (widget-choice-mouse-down-action): Use display-popup-menus-p
7484 instead of window-system.
7485
7486 * strokes.el (strokes-file): Run the file name through
7487 convert-standard-filename.
7488 (strokes-mode): Call display-mouse-p instead of looking at
7489 window-system. Change the error message accordingly.
7490
7491 * progmodes/cpp.el (toplevel): Support faces on tty's.
7492
7493 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7494 (lm-plot-square, lm-init-display): Don't use window-system.
7495
7496 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7497 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7498
7499 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7500 instead of looking at window-system.
7501
7502 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7503
7504 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7505 of testing if iswitchb-prepost-hooks is bound, because the
7506 latter will always be true when invoking a recursive minibuffer
7507 from an active Iswitchb buffer.
7508
7509 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7510
7511 * files.el (shell-quote-wildcard-pattern): New function.
7512 (insert-directory): Call it. Only prepend "\" to command on Unix
7513 and GNU/Linux systems.
7514
7515 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7516
7517 * eshell/esh-groups.el: Change custom :link file names
7518 from `eshell.info' to `eshell'.
7519
7520 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7521
7522 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7523 correctly in recursive ange-ftp listings.
7524
7525 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7526
7527 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7528 ps-header-font-size-internal and
7529 ps-header-title-font-size-internal variables are not set,
7530 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7531 face text property is (foreground-color . COLOR) or
7532 `(background-color . COLOR)', ps-print crashes. Doc fix.
7533 (ps-print-version): New version number (5.2.4).
7534 (ps-plot-region): Code fix.
7535 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7536 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7537 Bug fix 2.
7538
7539 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7540
7541 * glasses.el (glasses-make-readable): Fix uncapitalization of
7542 identifiers like `myXMLDocument'.
7543
7544 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7545
7546 * mail/mail-hist.el (mail-hist-previous-input)
7547 (mail-hist-next-input): Do the obvious code factorization.
7548 (mail-hist-retrieve-and-insert): New func, contains common
7549 code of above two.
7550 If inserting a message body, leave point at top.
7551
7552 2000-07-28 Sam Steingold <sds@gnu.org>
7553
7554 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7555 Use `<=', not `<' to compare times!
7556 (ange-ftp-ls): Remove.
7557
7558 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7559
7560 * play/cookie1.el: Add explanation of how to make cookie.el
7561 compatible with strfile(1) to comment.
7562
7563 * subr.el (remove, remq): New functions.
7564
7565 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7566 escape `*' in regexps.
7567 (midnight-find): Reverse order of arguments in the funcall of
7568 TEST.
7569
7570 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7571 and `.class'.
7572
7573 * play/meese.el: Add Commentary section.
7574
7575 2000-07-27 Alex Schroeder <alex@gnu.org>
7576
7577 * sql.el (sql-ms): Added autoload cookie.
7578 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7579 (sql-oracle): Ditto.
7580 (sql-help): Doc change.
7581
7582 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7583 types and exceptions.
7584
7585 2000-07-27 Alex Schroeder <alex@gnu.org>
7586
7587 * sql.el (sql-placeholder-history): New variable.
7588 (sql-query-placeholders-and-send): New function that will query
7589 the user and replace placeholders with user input.
7590 (sql-oracle): If running on NT, set comint-input-sender to
7591 sql-query-placeholders-and-send.
7592
7593 (sql-stop): If in the SQLi buffer, insert stop notification, else
7594 present it as a message.
7595
7596 2000-07-27 Alex Schroeder <alex@gnu.org>
7597
7598 * sql.el (sql-input-ring-separator): Doc change.
7599 (sql-input-ring-file-name): Doc change.
7600 (sql-interactive-mode): Use `sql-input-ring-separator' and
7601 `sql-input-ring-file-name' to set the comint-mode equivalents
7602 without making them local variables.
7603 (sql-stop): Don't bind `sql-input-ring-separator' and
7604 `sql-input-ring-file-name' dynamically to their comint-mode
7605 equivalents.
7606
7607 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7608
7609 * international/mule.el (register-char-codings): New function.
7610 (make-coding-system): Handle `safe-chars' specification in the arg
7611 PROPERTY.
7612
7613 * international/mule-cmds.el
7614 (find-coding-systems-region-subset-p): This function deleted.
7615 (sort-coding-systems-predicate): New variable.
7616 (sort-coding-systems): New function.
7617 (find-coding-systems-region): Use
7618 find-coding-systems-region-internal.
7619 (find-coding-systems-string): Use find-coding-systems-region.
7620 (find-coding-systems-for-charsets): Check
7621 char-coding-system-table.
7622 (select-safe-coding-system-accept-default-p): New variable.
7623 (select-safe-coding-system): Mostly rewritten. New argument
7624 ACCEPT-DEFAULT-P.
7625 (select-message-coding-system): Call select-safe-coding-system
7626 with ACCEPT-DEFAULT-P arg.
7627 (reset-language-environment): Reset default-sendmail-coding-system
7628 to the default value iso-latin-1.
7629 (set-language-environment): Don't set the obsolete variable
7630 charset-origin-alist.
7631
7632 * international/codepage.el (cp-coding-system-for-codepage-1):
7633 Give `safe-chars' property to make-coding-system.
7634
7635 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7636 calling select-message-coding-system twice.
7637
7638 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7639 instead of `safe-charsets'.
7640 (cyrillic-alternativnyj): Likewise.
7641 (ccl-encode-alternativnyj): Don't check the charset
7642 cyrillic-iso8859-5.
7643
7644 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7645
7646 * composite.el (compose-chars-after): Preserve match data.
7647
7648 2000-07-26 Sam Steingold <sds@gnu.org>
7649
7650 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7651 (ange-ftp-real-file-newer-than-file-p): New function.
7652 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7653 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7654
7655 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7656 * midnight.el (midnight-float-time): Ditto.
7657
7658 2000-07-26 Andreas Schwab <schwab@suse.de>
7659
7660 * files.el (normal-backup-enable-predicate): Correct
7661 interpretation of the return value of compare-strings.
7662
7663 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7664
7665 * isearch.el (isearch-resume): New function.
7666 (isearch-done): Add something to command-history to resume
7667 the search.
7668 (isearch-yank-line, isearch-yank-word): Use
7669 buffer-substring-no-properties instead of buffer-substring.
7670
7671 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7672 of flyspell-mouse-map.
7673
7674 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7675 duplicate definition.
7676 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7677
7678 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7679 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7680
7681 2000-07-25 Sam Steingold <sds@gnu.org>
7682
7683 * net/ange-ftp.el: Get modtime over the net.
7684 (ange-ftp-file-modtime): New function.
7685 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7686 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7687 Use it.
7688 (ange-ftp-dot-to-slash): New function.
7689 (ange-ftp-fix-name-for-vms): Use it.
7690
7691 * midnight.el (midnight-buffer-display-time): Use
7692 `with-current-buffer'.
7693
7694 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7695
7696 * find-dired.el: Update copyright notice.
7697 (find-dired): Offer to kill a running `find'.
7698
7699 * enriched.el (enriched-face-ans): For a `foreground-color'
7700 property, return '(("x-color" COLOR))' so that COLOR will be
7701 output as a parameter of the x-color annotation. Likewise for the
7702 `background-color' property. In the case of normal face
7703 properties, don't return annotations for unspecified foreground
7704 and background face attributes.
7705
7706 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7707
7708 * language/japan-util.el (japanese-katakana-region): Fix handling
7709 HANKAKU argument.
7710
7711 2000-07-25 Miles Bader <miles@gnu.org>
7712
7713 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7714 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7715 constrain-to-field.
7716
7717 2000-07-24 Andrew Innes <andrewi@gnu.org>
7718
7719 * timer.el (timer-activate-when-idle): Add optional parameter
7720 DONT-WAIT. Update docstring.
7721 (run-with-idle-timer): Specify extra parameter to
7722 timer-activate-when-idle, so that timer will be activated
7723 immediately if Emacs is already idle.
7724
7725 * w32-fns.el (w32-using-nt): Fix docstring.
7726
7727 2000-07-24 Dave Love <fx@gnu.org>
7728
7729 * mouse.el (popup-menu): Set last-command-event.
7730 (mouse-major-mode-menu-prefix): Declare.
7731
7732 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7733
7734 * textmodes/flyspell.el: Update to author's version 1.5d.
7735
7736 * progmodes/hideshow.el: Update copyright notice.
7737
7738 * vcursor.el: Set maintainer to FSF, since author cannot
7739 be reached.
7740
7741 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7742
7743 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7744 the prompt.
7745
7746 * mouse.el (popup-menu): Run the keymap through indirect-function,
7747 in case it was defined with define-prefix-key. If the menu is a
7748 list of keymaps, look up the binding of user's choice in each one
7749 of the keymaps.
7750 (mouse-popup-menubar): If the global and local menu-bar keymaps
7751 don't have a prompt string, create one and insert it into the
7752 keymap. Don't barf if current-local-map returns nil.
7753
7754 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7755
7756 * dired.el (dired-sort-R-check): Added to allow recursive listing
7757 to be undone.
7758 (dired-sort-other): Use it.
7759
7760 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7761
7762 * Release of cc-mode 5.27
7763
7764 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7765
7766 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7767 c-beginning-of-statement-1 that caused a bad case of recursion
7768 which could consume a lot of CPU in large classes in languages
7769 that have in-expression classes (i.e. Java and Pike).
7770
7771 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7772 statements before top level constructs (i.e. case 6 is moved
7773 before case 5 and is now case 4) to catch in-expression
7774 classes in top level expressions correctly.
7775
7776 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7777
7778 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7779 objc-method-intro. Case 4 removed and case 5I added.
7780
7781 * cc-langs.el (c-append-paragraph-start): New variable used by
7782 c-common-init to get paragraph-start correct.
7783 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7784 initialize paragraph-start to make it correct both with and
7785 without the javadoc special case.
7786
7787 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7788 initialize paragraph-start for javadoc markup.
7789
7790 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7791 change by defaulting this to t. It's motivated by the
7792 confusing behavior that otherwise arise from the style system
7793 when editing both java and non-java files at the same time
7794 (see the comments about style setting in c-common-init).
7795
7796 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7797
7798 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7799 similar to the one in c-fill-paragraph to check the fill
7800 prefix from the adaptive fill function for sanity.
7801
7802 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7803
7804 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7805 defun block.
7806
7807 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7808
7809 * cc-mode.texi Documented the change of cpp-macro.
7810
7811 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7812
7813 * cc-align.el (c-lineup-multi-inher): Handle lines with
7814 leading comma nicely. Extended to handle member initializers
7815 too.
7816
7817 * cc-engine.el: (c-beginning-of-inheritance-list,
7818 c-guess-basic-syntax): Fixed recognition of inheritance lists
7819 when the lines begins with a comma.
7820
7821 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7822
7823 * cc-vars.el (c-offsets-alist): Changed default for
7824 member-init-cont to c-lineup-multi-inher since it now handles
7825 member initializers and indents better for leading commas.
7826
7827 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7828
7829 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7830 handling that caused class open lines to be recognized as
7831 statement-conts in some cases.
7832
7833 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7834 guessed by the adaptive fill function unless point is on the
7835 first line of a block comment.
7836
7837 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7838 when the buffer ends with a macro continuation char.
7839
7840 * cc-engine.el (c-guess-basic-syntax): Added support for
7841 function definitions as statements in Pike. The first
7842 statement in a lambda block is now labeled defun-block-intro
7843 instead of statement-block-intro.
7844
7845 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7846 so that the class surrounding point is selected, not the one
7847 innermost in the state.
7848
7849 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7850 recognition of switch labels having hanging multiline
7851 statements.
7852
7853 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7854 some code in c-guess-basic-syntax to a separate function.
7855 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7856 recognition of member inits with multiple line arglists.
7857 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7858 member-init-cont when the commas are in funny places.
7859
7860 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7861
7862 * cc-defs.el (c-auto-newline): Removed this macro since it's
7863 not used anymore.
7864
7865 * cc-engine.el (c-looking-at-bos): New helper function.
7866 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7867 inexpr and toplevel classes apart in Pike.
7868
7869 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7870 of case 9A.
7871
7872 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7873 constant, since "class" can introduce an in-expression class
7874 in Pike nowadays.
7875
7876 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7877
7878 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7879 indentation on cpp-macro lines.
7880
7881 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7882 a syntax modifier like comment-intro, to make it possible to
7883 get syntactic indentation for preprocessor directives. It's
7884 incompatible wrt to lineup functions on cpp-macro, but it has
7885 no observable effect in the 99.9% common case where cpp-macro
7886 is set to -1000.
7887
7888 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7889
7890 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7891 member-init-cont when the preceding arglist is several lines.
7892
7893 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7894
7895 * cc-styles.el (c-style-alist): The basic offset for the BSD
7896 style corrected to 8.
7897
7898 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7899
7900 * cc-styles.el (c-style-alist): Adjusted the indentation of
7901 brace list openers in the gnu style.
7902
7903 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7904
7905 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7906
7907 * cc-cmds.el (c-electric-brace, c-electric-slash,
7908 c-electric-star, c-electric-semi&comma, c-electric-colon,
7909 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7910 when c-syntactic-indentation is nil.
7911
7912 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7913 we were left at comments preceding the first statement when
7914 reaching the beginning of the buffer.
7915
7916 * cc-vars.el (c-syntactic-indentation): New variable to turn
7917 off all syntactic indentation.
7918
7919 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7920
7921 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7922 between the text and the block comment ender when it hangs,
7923 depending on how many there are before the fill.
7924
7925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7926
7927 * cc-engine.el (c-beginning-of-closest-statement): New helper
7928 function to go back to the closest preceding statement start,
7929 which could be inside a conditional statement.
7930 * cc-engine.el (c-guess-basic-syntax): Use
7931 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7932
7933 * cc-engine.el (c-guess-basic-syntax): Better handling of
7934 arglist-intro, arglist-cont-nonempty and arglist-close when
7935 the arglist is nested inside parens. Cases 7A, 7C and 7F
7936 changed.
7937
7938 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7939 up-to-date with javadoc 1.2.
7940
7941 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7942
7943 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7944 multiline Pike type decls.
7945
7946 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7947
7948 * cc-cmds.el (c-indent-new-comment-line): Always break
7949 multiline comments in multiline mode, regardless of
7950 comment-multi-line.
7951
7952 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7953
7954 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7955 fully::qualified::names in C++ member init lists. Preamble in
7956 case 5D changed.
7957
7958 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7959
7960 * cc-langs.el (c-common-init): Handling of obsolete variables
7961 moved to c-initialize-cc-mode. More compatible style override
7962 when using global style variables.
7963 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7964 variables moved here.
7965
7966 * cc-mode.texi: Documented the special behavior of
7967 c-special-indent-hook as a style variable. Don't talk about
7968 doing (c-make-styles-buffer-local t) in a mode hook, since
7969 that's already too late to work right.
7970
7971 * cc-styles.el (c-make-styles-buffer-local): Flag style
7972 variable localness in c-style-variables-are-local-p to make
7973 the compatibility measure in c-common-init work well.
7974
7975 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7976 longer contain set-from-style.
7977 * cc-styles.el (c-initialize-builtin-style): Don't check for
7978 set-from-style on c-special-indent-hook.
7979 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7980 copy-alist is sufficient now.
7981
7982 * cc-styles.el (c-set-style, c-set-style-1,
7983 c-get-style-variables): Fixes to variable initialization so
7984 that duplicate entries in styles have the same effect
7985 regardless of DONT-OVERRIDE.
7986
7987 * cc-styles.el (c-set-style-2): Fixed bug where the
7988 initialization of inheriting styles failed when the
7989 dont-override flag is set.
7990
7991 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7992 on this.
7993
7994 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7995
7996 * cc-defs.el (c-forward-comment): Removed the workaround
7997 introduced in 5.38 since it had worse side-effects. If a line
7998 contains the string "//\"", it regarded the // as a comment
7999 start since the \ temporarily doesn't have escape syntax.
8000
8001 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8002
8003 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8004 ada-xref.el before ada-prj.el, so that the Project menu is created
8005 when ada-prj tries to add to it.
8006 (ada-activate-keys-for-case): Suppress the characters that are not
8007 part of the Ada syntax. Better compatibility with else-mode
8008 (ada-adjust-case-interactive): When auto-casing is not active,
8009 correctly insert newlines (used to insert only ^M). Prevent the
8010 syntax table from being changed in case of an error
8011 (or '_' becomes part of a word and some commands are confused).
8012 Do nothing if ada-auto-case is nil.
8013 (ada-after-keyword-p): Ignore keywords that are also attributes
8014 (ada-batch-reformat): Update usage comment
8015 (ada-call-from-contextual-menu): New function
8016 (ada-case-read-exceptions): Reinitialize the casing exception list
8017 first to nil first, so that the casing exception file can be
8018 shared.
8019 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8020 files.
8021 (ada-compile-goto-error): Fix regexp used to detect a file:line
8022 anywhere in the error message
8023 (ada-contextual-menu-last-point): New variable
8024 (ada-create-keymap): If the variable delete-key-deletes-forward is
8025 t on XEmacs, it means that DEL should delete one character
8026 forward.
8027 (ada-create-menu): Use :included instead of :visible for XEmacs.
8028 New submenu "Options".
8029 (ada-end-stmt-re): Correctly indent "select ... then abort"
8030 statements.
8031 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8032 even if they don't match ada-fill-comment-prefix Fix handling of
8033 paragraphs on the first or last line of a file.
8034 (ada-format-paramlist): Fix handling of default parameter values.
8035 (ada-get-body-name): New function.
8036 (ada-get-current-indent): Optimized by searchling directly for an
8037 existing generic part or a statement outside of it. Handle
8038 ada-indent-align-comments when indenting comments Replaced some
8039 regexps by testing directly the next character. This results in a
8040 huge speedup on some files. New indentation scheme for renames
8041 statements. Stop looking for the 'while' or 'for' associated with
8042 a 'loop' at the first semicolon encountered. A "return" can also
8043 match an anonymous access subprogram declaration.
8044 (ada-get-indent-noindent): Ignore strings and comments when
8045 looking for the keywords "record" and "private".
8046 (ada-goto-matching-decl-start): When matching "if", make sure we
8047 are not in fact seeing "end if". Ignore "when" statements except
8048 when initial keyword was "begin". Fix handling of nested
8049 procedures. Add a recursive call to this function to skip over
8050 other 'end' statmts. Fix indentation for "when .. => begin"
8051 (ada-in-open-paren-p): Fix indentation for complex boolean
8052 expressions, where 'and then', 'or else' and parenthesis
8053 statements are mixed up.
8054 (ada-in-paramlist-p): Skip comments while searching for the
8055 beginning Fix handling of operator declarations.
8056 (ada-indent-align-comments): New variable
8057 (ada-indent-current): Change the syntax table only in the
8058 protected section, so that we are sure it is restored correctly.
8059 (ada-indent-on-previous-lines): Use ada-use-indent and
8060 ada-with-indent Correctly indent "select ... then"
8061 (ada-indent-region): Slight speedup.
8062 (ada-indent-renames): New variable.
8063 (ada-last-which-function-subprog, ada-last-which-function-line):
8064 New variables
8065 (ada-looking-at-semi-private): Correctly indent the 'private'
8066 keyword when it is the first word in a package declaration.
8067 (ada-loose-case-word): Stop searching if at the end of the buffer.
8068 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8069 even if point is not initially at the end of the word.
8070 (ada-matching-decl-start-re): Add "when".
8071 (ada-mode): Add support for abbrev-mode, outline-mode and
8072 which-func-mode Override the old find-file.el entry in
8073 ff-special-constructs since it is using the obsolete
8074 ada-spec-suffix variable
8075 (ada-no-auto-case): New function
8076 (ada-scan-paramlist): When parsing the argument type, accept
8077 spaces (as in "X 'Class", generated by Rational Rose).
8078 (ada-other-file-name): No longer loads the other file.
8079 (ada-popup-menu): Save and restore the current buffer and cursor
8080 position before and after displaying the menu.
8081 (ada-search-ignore-complex-boolean): New function.
8082 (ada-uncomment-region): Emacs21 already knows how to delete
8083 comments not starting in the first column.
8084 (ada-use-indent): New variable
8085 (ada-which-function): New function.
8086 (ada-with-indent): New variable
8087 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8088 can be batch-compiled from the command line.
8089
8090 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8091 Add to the menu when the file is loaded, not in ada-mode-hook.
8092 Add -toolbar to the default ddd command Switches moved from
8093 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8094 ada-prj-default-comp-opt
8095 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8096 Reference Manual to the menu
8097 (ada-check-current): rewritten as a call to ada-compile-current
8098 (ada-compile): Removed.
8099 (ada-compile-application, ada-compile-current, ada-check-current):
8100 Set the compilation-search-path so that compile.el automatically
8101 finds the sources in src_dir. Automatic scrollong of the
8102 compilation buffer. C-uC-cC-c asks for confirmation before
8103 compiling
8104 (ada-compile-current): New parameter, prj-field
8105 (ada-complete-identifier): Load the .ali file before doing
8106 processing
8107 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8108 conform to gnatmake's behavior.
8109 (ada-find-file-in-dir): New function
8110 (ada-find-references): Set the environment variables for gnatfind
8111 (ada-find-src-file-in-dir): New function.
8112 (ada-first-non-nil): Removed
8113 (ada-gdb-application): Add support for jdb, the java debugger.
8114 (ada-get-ada-file-name): Load the original-file first if not done
8115 yet.
8116 (ada-get-all-references): Handles the new ali syntax (parent types
8117 are found between <>).
8118 (ada-initialize-runtime-library): New function
8119 (ada-mode-hook): Always load a project file when a file is opened,
8120 so that the casing exceptions are correctly read.
8121 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8122 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8123 to open the project file, since the latter does not work with
8124 speedbar Get default values before loading the prj file, or the
8125 default executable file name is wrong. Use the absolute value of
8126 src_dir to initialize ada-search-directories and
8127 compilation-search-path,... Add the standard runtime library to
8128 the search path for find-file.
8129 (ada-prj-default-debugger): Was missing an opening '{'
8130 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8131 variables.
8132 (ada-prj-default-gnatmake-opt): New variable
8133 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8134 buffers, the project file is the default one Save the windows
8135 configuration before displaying the menu.
8136 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8137 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8138 ...) regexp-quote identifiers names to support operators +,
8139 -,... in regexps.
8140 (ada-remote): New function.
8141 (ada-run-application): Erase the output buffer before starting the
8142 run Support remote execution of the application. Use
8143 call-process, or the arguments are incorrectly parsed
8144 (ada-set-default-project-file): Reread the content of the active
8145 project file, not the one from the current buffer When a project
8146 file is set as the default project, all directories are
8147 automatically associated with it.
8148 (ada-set-environment): New function
8149 (ada-treat-cmd-string): New special variable ${current}
8150 (ada-treat-cmd-string): Revised. The substitution is now done for
8151 any ${...} substring
8152 (ada-xref-current): If no body was found, compiles the spec
8153 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8154 compiler to get rid of command line length limitations.
8155 (ada-xref-get-project-field): New function
8156 (ada-xref-project-files): New variable
8157 (ada-xref-runtime-library-specs-path)
8158 (ada-xref-runtime-library-ali-path): New variables
8159 (ada-xref-set-default-prj-values): Default run command now does a
8160 cd to the build directory. New field: main_unit Provide a default
8161 file name even if the current buffer has no prj file.
8162
8163 * ada-prj.el:
8164 Rewritten to show a tabbed-dialog.
8165 (ada-prj-add-ada-menu): Remove the map and name parameters.
8166 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8167 New function
8168 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8169 (ada-prj-load-from-file): New function
8170 (ada-prj-save): Always save fields that depend on the current buffer
8171 (ada-prj-show-value): New function
8172
8173 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8174 Ada mode. This will allow us to display the Ada menu in any buffer
8175 we want (for project items).
8176 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8177 number of spaces in the header.
8178
8179 2000-07-24 Dave Love <fx@gnu.org>
8180
8181 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8182
8183 2000-07-23 Noah Friedman <friedman@splode.com>
8184
8185 * type-break.el (type-break): perform autosave.
8186 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8187 (type-break-do-query): Cancel query schedule while performing
8188 actual query, to avoid possibility of a second query being made
8189 while first one is already in progress.
8190 (type-break-time-stamp-format): New variable.
8191 (type-break-time-stamp): New function.
8192 (type-break-time-warning): Use it.
8193 (type-break-keystroke-warning): Use it.
8194 (type-break-noninteractive-query): Use it.
8195
8196 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8197 cookie.
8198 Use add-minor-mode to set minor-mode-alist, if available.
8199 (eldoc-echo-area-use-multiline-p): New user option.
8200 (eldoc-echo-area-multiline-supported-p): New variable.
8201 (eldoc-docstring-format-sym-doc): Use them.
8202 (eldoc-mode): If not using idle timers, append to local post and
8203 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8204 (eldoc-display-message-no-interference-p): Don't interfere with
8205 edebug.
8206 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8207 (eldoc-function-arglist): New function.
8208 (eldoc-function-argstring): Use it.
8209
8210 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8211 auto save directory exists before calling directory-files.
8212
8213 2000-07-23 Dave Love <fx@gnu.org>
8214
8215 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8216 ^o, ^u.
8217
8218 2000-07-21 Dave Love <fx@gnu.org>
8219
8220 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8221 now passed to the function. It now works properly.
8222
8223 * smerge-mode.el (smerge-mode-menu): Fill it out.
8224
8225 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8226
8227 * info-look.el (info-lookup): If *info* is shown in another frame
8228 on the same display, select that frame, instead of switching to
8229 the Info buffer in another window of the selected frame.
8230
8231 * simple.el (universal-argument-map): Bind numeric keypad keys
8232 kp-0 to kp-9 and kp-subtract.
8233 (digit-argument): Handle these keys.
8234
8235 2000-07-20 Dave Love <fx@gnu.org>
8236
8237 * net/goto-addr.el (goto-address-fontify): Don't bother with
8238 buffer-modified and read-only stuff -- irrelevant with overlays.
8239 Put an extra property on the overlays and use it to clean up in
8240 case goto-address is re-run.
8241
8242 2000-07-19 Richard M. Stallman <rms@gnu.org>
8243
8244 * timer.el (run-with-idle-timer): Doc fix.
8245
8246 * mail/mail-utils.el (mail-strip-quoted-names):
8247 Handle case where <...> appears inside "...".
8248 Use replace-match to edit the string more simply.
8249 (rmail-dont-reply-to): Cope with an unmatched ".
8250
8251 2000-07-19 Dave Love <fx@gnu.org>
8252
8253 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8254 implementation.
8255
8256 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8257 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8258 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8259
8260 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8261
8262 * textmodes/refer.el: Correct maintainer's email address.
8263
8264 * progmodes/hideif.el: Correct author's email address.
8265 Fix typo in comment.
8266
8267 * xml.el: New file.
8268
8269 * mail/mailheader.el: Correct author's mail address.
8270
8271 * gnus/parse-time.el: Correct author's mail address.
8272
8273 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8274
8275 * comint.el (comint-highlight-input, comint-highlight-face):
8276 New user options.
8277 (comint-input-ring-file-name): Change custom type.
8278 (comint-mode-map): Bind mouse-2.
8279 (comint-insert-clicked-input): New function.
8280 (comint-send-input): Handle input highlighting.
8281
8282 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8283
8284 * mouse.el (popup-menu): New function.
8285 (mouse-major-mode-menu): Use it.
8286
8287 2000-07-18 Dave Love <fx@gnu.org>
8288
8289 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8290 improvements.
8291
8292 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8293
8294 * faces.el (face-font-selection-order)
8295 (face-font-family-alternatives): Add custom type.
8296
8297 2000-07-18 Dave Love <fx@gnu.org>
8298
8299 * cus-edit.el (custom-variable-reset-saved)
8300 (custom-variable-reset-standard): Remove unused bindings.
8301
8302 * rect.el (open-rectangle-line): Remove unused let.
8303
8304 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8305
8306 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8307
8308 * cdl.el: Fix `Maintainer' keyword.
8309
8310 * play/pong.el: Add author's email address.
8311
8312 2000-07-17 Sam Steingold <sds@gnu.org>
8313
8314 * files.el (insert-directory): Call `split-string' instead of
8315 re-implementing it.
8316
8317 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8318
8319 * mail/vms-pmail.el: Change maintainer to FSF.
8320
8321 * net/goto-addr.el: Change maintainer to FSF.
8322
8323 * info.el (Info-title-face-alist): Removed.
8324
8325 2000-07-18 David Ponce <david@dponce.com>
8326
8327 * recentf.el (recentf-open-files): New command that works like
8328 `recentf-open-more-files', but shows the whole list of files (not just
8329 those omitted from the menu). Useful if you don't use a menu-bar!
8330 (recentf-open-more-files) Modified to use `recentf-open-files'.
8331
8332 (recentf-open-files, recentf-open-more-files)
8333 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8334
8335 (recentf-dialog-mode): New mode for dialogs. You can now just type
8336 "q" to cancel the dialogs.
8337
8338 2000-07-18 David Ponce <david@dponce.com>
8339
8340 * recentf.el: This is a major update of recentf.el. It adds new
8341 features to better organize the recentf menu and "More..." buffer.
8342
8343 Using new provided menu filtering functions you can now organize the
8344 recent files list:
8345
8346 - by major modes
8347 - by directories
8348 - by user defined rules
8349
8350 Finally, with the new `recentf-filter-changer' customizable filter you
8351 can define a ring of filters and dynamically (via the menu) cycle on
8352 each menu organization in the ring (a la msb).
8353
8354 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8355
8356 * eshell/eshell.el (eshell): Replace links to eshell.info with
8357 links to eshell, to avoid problems on systems where the manual is
8358 installed as `eshell'.
8359 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8360 * eshell/em-smart.el (eshell-smart): Ditto.
8361 * eshell/em-banner.el (eshell-banner): Ditto.
8362 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8363
8364 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8365 same-file check in the MS-DOS version (it does support inodes).
8366
8367 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8368
8369 * eshell/eshell.el (eshell-directory-name):
8370 Run default directory name through convert-standard-filename.
8371
8372 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8373
8374 * international/mule-cmds.el (select-safe-coding-system):
8375 Fix typo in the comment.
8376
8377 * language/european.el (compound-text):
8378 Force katakana-jisx0201 to be designated to G1.
8379
8380 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8381 Don't translate some national variant characters of latin-jisx0201.
8382 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8383
8384 * international/kkc.el (kkc-after-update-conversion-functions):
8385 New variable.
8386 (kkc-update-conversion): Run functions in it at the tail.
8387
8388 2000-07-16 John Wiegley <johnw@gnu.org>
8389
8390 * lisp/align.el (align-newline-and-indent):
8391 Adding new function. for auto-aligning blocks of code on RET.
8392 (align-region): Fixed badly formatted minibuffer message.
8393
8394 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8395
8396 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8397 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8398 the conversion list at first if appropriate.
8399 (kkc-next): Don't update kkc-next-count here.
8400 (kkc-prev): Don't update kkc-prev-count here.
8401 (kkc-show-conversion-list-update): Fix setting up of conversion
8402 list message.
8403
8404 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8405
8406 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8407
8408 2000-07-16 Dave Love <fx@gnu.org>
8409
8410 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8411 function to be more specific.
8412
8413 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8414 non-string help-echo.
8415 (widget-types-convert-widget): Defsubst it.
8416 (widget-echo-help): Try to cope with a help-echo function of two
8417 possible sorts.
8418
8419 2000-07-15 Jason Rumney <jasonr@gnu.org>
8420
8421 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8422 Declare as obsolete.
8423
8424 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8425
8426 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8427
8428 * hilit-chg.el: Fix typo.
8429
8430 2000-07-14 Dave Love <fx@gnu.org>
8431
8432 * info.el (Info-mode-menu): Fix use of :help, :enable.
8433
8434 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8435
8436 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8437
8438 2000-07-13 Dave Love <fx@gnu.org>
8439
8440 * emacs-lisp/easymenu.el: Doc fixes.
8441 (easy-menu-remove): Defalias to ignore.
8442
8443 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8444 Call throw correctly.
8445
8446 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8447
8448 * faces.el (frame-background-mode): Doc fix.
8449
8450 * simple.el (eval-expression-print-length): Change custom type to
8451 allow entering nil as value.
8452
8453 2000-07-13 Dave Love <fx@gnu.org>
8454
8455 * progmodes/fortran.el (fortran-imenu-generic-expression):
8456 Change definition layout.
8457 (fortran-mode-menu): Reinstate customize entries.
8458
8459 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8460 Use :filter, per old XEmacs code.
8461
8462 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8463
8464 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8465 event when deciding what to send to the terminal.
8466
8467 2000-07-12 Dave Love <fx@gnu.org>
8468
8469 * cus-start.el: Add optional version as 4th element of specs and
8470 use it for several things new in v21. Remove load-path. Fix type
8471 of line-number-display-limit.
8472
8473 2000-07-11 Dave Love <fx@gnu.org>
8474
8475 * progmodes/fortran.el: Don't require easymenu.
8476 Use repeat counts in various regexps.
8477 (fortran-mode-syntax-table): Defvar directly.
8478 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8479 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8480 Use defvar, not defconst.
8481 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8482 (fortran-mode): Set fortran-comment-line-start-skip,
8483 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8484 (fortran-comment-indent): Use defsubst.
8485 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8486 Use fortran-comment-indent, not fortran-comment-indent-function.
8487 (fortran-comment-region, fortran-electric-line-number): Simplify.
8488 (fortran-auto-fill): New function.
8489 (fortran-do-auto-fill): Deleted.
8490 (fortran-find-comment-start-skip):
8491 Check for non-null comment-start-skip.
8492 (fortran-auto-fill-mode, fortran-fill-statement):
8493 Use fortran-auto-fill.
8494 (fortran-fill): Use fortran-auto-fill. Check for null
8495 comment-start-skip. Simplify final clause and use end-of-line finally.
8496
8497 * widget.el (widget-plist-member): New alias.
8498
8499 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8500
8501 * eshell/esh-module.el (toplevel): Reference
8502 byte-compile-current-file only if it is bound.
8503
8504 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8505
8506 * dired.el: Don't require `dired-aux'.
8507
8508 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8509
8510 * dired-aux.el (dired-show-file-type): New function.
8511 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8512 (dired-show-file-type): Add autoload.
8513
8514 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8515
8516 * international/mule-diag.el (describe-font): Adjusted for the
8517 change of fontset-info.
8518 (print-fontset): Likewise.
8519
8520 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8521
8522 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8523
8524 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8525
8526 * bindings.el: Bind `[delete]' to delete-char.
8527
8528 * dired.el (dired-find-alternate-file): New function.
8529 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8530 (toplevel): Require dired-aux when compiling.
8531 (dired-buffers): Move defvar within file to avoid compiler warning.
8532
8533 * info.el (Info-last-search): Variable removed.
8534 (Info-search-history): New variable.
8535 (Info-search): New Info-search-history.
8536
8537 * battery.el, info-look.el: Change author's mail address.
8538
8539 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8540
8541 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8542 if rmail-ignored-headers is nil.
8543 (rmail-retry-failure): Bind rmail-ignored-headers and
8544 rmail-displayed-headers to nil.
8545
8546 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8547
8548 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8549 (print-region-1): Don't hard code `-h' here.
8550
8551 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8552
8553 2000-07-01 Francesco Potorti` <pot@gnu.org>
8554
8555 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8556 exim can use "your message" instead of "the message".
8557
8558 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8559
8560 * facemenu.el: Docstrings fixes.
8561 (facemenu-get-face): Don't use internal-find-face.
8562 (facemenu-iterate): Rename arg to match the docstring.
8563
8564 * newcomment.el (uncomment-region): Be more careful when skipping
8565 backwards over `=' not to bump into BOBP.
8566
8567 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8568
8569 * ediff-diff.el (ediff-wordify): Use syntax table.
8570 * ediff-init.el (ediff-has-face-support-p): Use
8571 ediff-color-display-p.
8572 (ediff-color-display-p): Use display-color-p, changed to defun
8573 from defsubst.
8574 Got rid of special cases for NeXT and OS/2.
8575 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8576 face.
8577
8578 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8579
8580 * emacs-lisp/lucid.el: Require CL.
8581 (copy-tree, remprop): Remove, it's provided by CL.
8582 (map-keymap): Define in terms of cl-map-keymap.
8583 (extent-property, set-extent-end-glyph): New functions.
8584
8585 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8586
8587 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8588
8589 * Makefile.in (DONTCOMPILE): Add comment that the name may
8590 not be changed without changing the make-dist script.
8591
8592 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8593 (cl-mapc): Use mapc instead of cl-old-mapc.
8594
8595 2000-07-05 Andrew Innes <andrewi@gnu.org>
8596
8597 * makefile.nt: Add support for `bootstrap' and related targets.
8598
8599 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8602 (easy-menu-do-define): Use `menu-item' format.
8603 Handle case where easy-menu-create-menu returns a symbol.
8604 Manually call the potential top-level filter in the function binding.
8605 (easy-menu-filter-return): New arg NAME.
8606 Convert to a keymap if MENU is an XEmacs menu.
8607 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8608 (easy-menu-converted-items-table, easy-menu-convert-item):
8609 New var and fun to memoize easy-menu-convert-item-1.
8610 (easy-menu-do-add-item): Use it.
8611 (easy-menu-create-menu): Use easy-menu-convert-item.
8612 Wrap easy-menu-filter-return around any :filter specification.
8613 Don't convert the menu if a filter was specified.
8614 Tell easy-menu-make-symbol not to check for MENU being an expression.
8615 (easy-menu-make-symbol): New arg NOEXP.
8616
8617 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8618
8619 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8620 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8621 (eval-defun): If called with prefix arg, instrument code for
8622 Edebug.
8623
8624 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8625 similar to that of eval-defun.
8626
8627 2000-07-04 Dave Love <fx@gnu.org>
8628
8629 * hl-line.el (hl-line-overlay): Make it permanent-local.
8630
8631 * calendar/todo-mode.el: Replaced with a working version, based on
8632 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8633
8634 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8635
8636 * paths.el (prune-directory-list): New function.
8637 (Info-default-directory-list): Rewritten to more methodically
8638 enumerate a big list of possible info directories (based on the
8639 list used by the standalone info reader).
8640
8641 * info.el (info-initialize): Use prune-directory-list to remove
8642 non-existent directories from Info-directory-list.
8643
8644 * paths.el (Info-default-directory-list): Try a list of possible
8645 info-directories instead of a single one. Add the possible
8646 info directory "/usr/share/info".
8647
8648 * woman.el (woman-man.conf-path): Explicitly include the debian
8649 man-db config file "/etc/manpath.config".
8650 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8651 are present in `manpath.config'.
8652 (woman-manpath): Include "/usr/share/man".
8653
8654 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8655
8656 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8657
8658 * startup.el (command-line): Initialize blink-cursor based
8659 on window-system.
8660
8661 * frame.el (blink-cursor): Default to nil if not running under
8662 a window-system.
8663
8664 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8665 (face-x-resources): Remove duplicate entry for :font.
8666
8667 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8668 instead of cycling through windows with next-window.
8669
8670 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8671 of cycling through windows with next-window.
8672
8673 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8674 of cycling through windows with next-window.
8675
8676 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8677 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8678 instead of cycling through windows with next-window.
8679
8680 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8681 instead of cycling through windows with next-window.
8682
8683 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8684 of cycling through windows with next-window.
8685
8686 * terminal.el (te-process-output): Use walk-windows instead of
8687 cycling through windows with next-window.
8688
8689 * server.el (server-switch-buffer): Use some-window instead of
8690 cycling through windows with next-window.
8691
8692 * window.el (some-window): New function.
8693 (walk-windows): Remove reference to walk-windows-start.
8694
8695 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8696
8697 2000-07-03 Richard Stallman <rms@gnu.org>
8698
8699 * window.el (walk-windows): Guarantee termination by keeping a list
8700 of all the windows already handled.
8701
8702 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8703
8704 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8705 window-system.
8706
8707 * man.el (Man-notify-when-ready): Don't use window-system. If
8708 Man-notify-method is newframe, and the display is not
8709 multi-frame, select the frame created for the man page.
8710 (Man-init-defvars): Doc fix.
8711
8712 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8713
8714 * faces.el (region): Change background color for light background.
8715
8716 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8717 attribute from mode-line face of Ediff control frame.
8718
8719 * replace.el (query-replace-map): Bind `e' like `E'.
8720
8721 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8724 Change name to "Select All".
8725
8726 * dos-fns.el (convert-standard-filename): Fix last change.
8727
8728 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8729
8730 * help.el (describe-variable): Don't insert a second `'s' in front
8731 of the string `value is shown below'. Since the syntax-table is
8732 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8733 an existing `'s', so that this won't be deleted.
8734
8735 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8736 * pcmpl-unix.el: New files.
8737
8738 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * wid-edit.el (widget-member): Use the new plist-member.
8741
8742 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8743
8744 * replace.el (perform-replace): Undo change of 2000-04-04.
8745 Instead, move backward 1 character at the end of the loop when
8746 necessary.
8747
8748 * faces.el (fringe): Change face for different backgrounds.
8749
8750 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8751 patch from John.
8752
8753 * eshell/*.el: Change spelling of the Free Software Foundation.
8754
8755 * eshell/esh-toggle.el: Removed.
8756
8757 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8758
8759 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8760 interactively.
8761
8762 2000-06-26 Alex Schroeder <alex@gnu.org>
8763
8764 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8765 `define-key'; instead of checking `(emacs-version)' check for
8766 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8767 for `;' and `o' which might be electric.
8768
8769 (sql-electric-stuff): New user option.
8770 (sql-magic-go): New function which uses `sql-electric-stuff'.
8771 (sql-magic-semicolon): New function which uses
8772 `sql-electric-stuff'.
8773
8774 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8775 is not fboundp.
8776
8777 (sql-oracle-options): New variable.
8778 (sql-oracle): Use it.
8779
8780 (sql-imenu-generic-expression): Doc change.
8781 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8782 is used.
8783
8784 (sql-informix): Added command line parameter "-" to force
8785 sql-informix-program to use stdout.
8786
8787 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8788
8789 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8790 (cp864-decode-table): Doc fix.
8791 (cp720-decode-table): New variable, supports the Arabic OEM
8792 codepage used by Windows.
8793 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8794
8795 2000-06-23 Dave Love <fx@gnu.org>
8796
8797 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8798 (font-lock-fontify-anchored-keywords): Use
8799 line-beginning-position.
8800 (global-font-lock-mode): Use mapc.
8801
8802 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8803
8804 * eshell/esh-module.el: Require CL when compiling.
8805
8806 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8807
8808 * comint.el (comint-substitute-in-file-name): Call replace-match
8809 with second and third arg t.
8810
8811 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8812 Specify foreground color.
8813
8814 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8815 color.
8816
8817 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8818
8819 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8820 cddr instead of cdddr.
8821
8822 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8823 instead of copy-list.
8824
8825 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8826 of copy-list.
8827
8828 * subdirs.el: Add eshell subdirectory.
8829
8830 * eshell: New subdirectory containing the Eshell package.
8831
8832 * pcomplete.el: New file.
8833
8834 2000-06-23 Paul Eggert <eggert@twinsun.com>
8835
8836 * mail/mailpost.el (post-mail-send-it): Make sure file has
8837 proper permissions from birth.
8838
8839 * files.el (basic-save-buffer-2): When temporarily setting
8840 file modes, set them to current modes plus 0200, not to 0777.
8841
8842 * emerge.el (emerge-make-temp-file): Make sure file has proper
8843 permissions from birth.
8844
8845 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8846
8847 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8848 backup file name through convert-standard-filename.
8849
8850 * dos-fns.el (convert-standard-filename): Convert leading
8851 directories as well. When long file names are supported, convert
8852 characters that are invalid in Windows file names.
8853
8854 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8855
8856 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8857 ps-print crashes. New feature: page selection for printing. Create
8858 raw-text-unix coding system for XEmacs. Doc fix.
8859 (ps-print-version): New version number (5.2.3).
8860 (ps-plot-region): Bug fix.
8861 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8862 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8863 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8864 funs.
8865 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8866 (ps-last-page): New vars.
8867
8868 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8869
8870 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8871 empty option string.
8872
8873 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8874
8875 * man.el (man): Doc fix.
8876
8877 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8878
8879 * international/mule-cmds.el (set-language-info-alist): Docstring
8880 fixed.
8881
8882 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8883
8884 * version.el (emacs-version): Use ISO date format.
8885
8886 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8887 instead of `M-backspace'.
8888
8889 * simple.el (turn-off-auto-fill): New function.
8890
8891 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8892
8893 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8894 Renamed from with-buffer-prepared-for-font-lock and use
8895 inhibit-modification-hooks rather than setting *-change-functions.
8896 Update all functions to use the new name.
8897 (jit-lock-first-unfontify-pos): New semantics (and doc).
8898 (jit-lock-mode): Make non-interactive.
8899 Don't automatically turn on font-lock.
8900 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8901 Always use jit-lock-after-change.
8902 Remove and restore font-lock-after-change-function.
8903 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8904 (jit-lock-after-unfontify-buffer): Remove.
8905 (jit-lock-stealth-fontify):
8906 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8907 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8908
8909 2000-06-20 Sam Steingold <sds@gnu.org>
8910
8911 * emacs-lisp/cl-indent.el (toplevel): Indent
8912 `print-unreadable-object' properly. Untabify.
8913
8914 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8915
8916 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8917 Support for bibentry.
8918 (reftex-compile-variables): Fixed problem with end of section-re.
8919
8920 * texmodes/reftex-dcr.el (reftex-view-crossref,
8921 reftex-view-crossref-from-bibtex):
8922 Deal with changed `reftex-find-citation-regexp-format'.
8923 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8924 Replaced `remprop' with `put'.
8925 (reftex-view-crossref, reftex-view-crossref-when-idle):
8926 Support for bibentry.
8927
8928 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8929 New entry for bibentry package.
8930
8931 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8932 Regexp also matches "\nobibliography".
8933
8934 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8935 Call `reftex-ensure-write-access' before doing anything.
8936 (reftex-ensure-write-access): New function.
8937
8938 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8939
8940 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8941
8942 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8943
8944 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8945
8946 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8947
8948
8949 2000-06-20 Dave Love <fx@gnu.org>
8950
8951 * faces.el (frame-background-mode): Use set-default, not set, in
8952 setter.
8953 (frame-update-faces, frame-update-face-colors): Define with
8954 defalias.
8955
8956 * enriched.el (enriched-decode-foreground)
8957 (enriched-decode-background): Don't use internal-find-face.
8958
8959 * apropos.el: Doc fixes.
8960
8961 * cus-edit.el (customize-changed-options): Check arg.
8962 (customize-version-lessp): Don't require decimal point.
8963
8964 * custom.el (defcustom, defgroup): Doc fix.
8965
8966 * newcomment.el (comment) <defgroup>: Add :version.
8967 (comment-multi-line): Doc fix.
8968
8969 * emulation/mlsupport.el (define-hooked-local-abbrev,
8970 define-hooked-global-abbrev): Fix, using define-abbrev.
8971
8972 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8973
8974 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8975 the whole buffer.
8976
8977 2000-06-19 Dave Love <fx@gnu.org>
8978
8979 * menu-bar.el (menu-bar-options-save): New function.
8980 (menu-bar-options-menu): Use it.
8981 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8982 Simplify.
8983
8984 2000-06-19 Andreas Schwab <schwab@suse.de>
8985
8986 * progmodes/etags.el (tags-query-replace): Put new parameters
8987 START and END at the end, for backward compatibility.
8988
8989 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8990
8991 * international/codepage.el:
8992 (cp-coding-system-for-codepage-1): Delete special codes for
8993 generating xxx-dos coding system because now a CCL based coding
8994 system can handle EOL conversion by default.
8995
8996 * international/mule.el (make-coding-system): Generate subsidiary
8997 coding systems for EOL handling variants even for a CCL based
8998 coding system.
8999
9000 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9001
9002 * international/isearch-x.el (isearch-minibuffer-input-method)
9003 (isearch-minibuffer-input-method-function): These variables
9004 deleted.
9005 (isearch-with-input-method): Don't use the above variables.
9006 (isearch-process-search-multibyte-characters): Likewise. Call
9007 read-string with the arg INHERIT-INPUT-METHOD t.
9008
9009 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9010
9011 * font-lock.el (font-lock-after-fontify-buffer)
9012 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9013
9014 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9015 Use consistent make-local-variable style for font-lock-fontified.
9016 (jit-lock-fontify-buffer):
9017 Don't bother checking for font-lock-mode and jit-lock-mode.
9018
9019 * time.el: Remove trailing ^M that prevent CVS-merging.
9020
9021 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9022
9023 * Makefile.in (distclean): New target.
9024
9025 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9026
9027 * Makefile.in (srcdir): Define for update-subdirs.
9028
9029 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9030
9031 * find-lisp.el: New file.
9032
9033 2000-06-16 Andrew Innes <andrewi@gnu.org>
9034
9035 * time.el (display-time-mail-function): New variable, to allow
9036 external packages to indicate when new mail is available.
9037 (display-time-update): Use it.
9038
9039 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/mule.el (mule-version): Change version name to
9042 SAKAKI. AOI has already been used by Meadow.
9043
9044 * international/quail.el (quail-show-guidance-buf): To find the
9045 bottom window (but minibuffer), pay attention to the height of
9046 minibuffer.
9047
9048 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9049
9050 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9051 menu-bar menus. Add help strings. Don't remove the Edit menu
9052 from the menu bar, as the menu bar has enough space now.
9053
9054 * Makefile.in (SHELL): Make sure /bin/sh is used.
9055
9056 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9057 characters, which use series of two ^H characters instead of one.
9058
9059 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9060
9061 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9062 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9063 functions.
9064 (Info-find-node-2): Try a case-sensitive search first, then
9065 do a case-insensitive search.
9066
9067 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9068 tutorials.
9069
9070 * complete.el (PC-env-vars-alist): New variable.
9071 (PC-complete-as-file-name): New function.
9072 (partial-completion-mode): Initialize PC-env-vars-alist from
9073 process-environment.
9074 (PC-do-completion): Handle completion of env vars.
9075
9076 * info.el (Info-set-mode-line): Show file name in mode line,
9077 use `*Info*' instead of `Info:'.
9078
9079 * startup.el (command-line-1): Change copyright messages to year
9080 2000.
9081
9082 2000-06-15 Dave Love <fx@gnu.org>
9083
9084 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9085 not local-map.
9086
9087 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9088
9089 * international/mule.el (set-buffer-file-coding-system): Almost
9090 rewritten to handle `undecided' as no-op.
9091
9092 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9093
9094 * Makefile.in: New file.
9095
9096 * Makefile: Removed.
9097
9098 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9099 (goto-address-highlight-keymap): Bind C-c RET.
9100
9101 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9102
9103 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9104 inherits buffer-file-coding-system of the current buffer.
9105
9106 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9107 0. Give correct argument to set-auto-coding-function.
9108 (tar-expunge): For goto-char, use (point-min), not 0.
9109 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9110 (tar-subfile-save-buffer): Likewize.
9111
9112 * international/mule.el
9113 (after-insert-file-set-buffer-file-coding-system): Call
9114 set-buffer-file-coding-system with the arg FORCE t.
9115
9116 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9117
9118 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9119 nil. Contemporary sendmails issue an X-Authentication-Warning if
9120 the sender is set with `-f'.
9121
9122 2000-06-13 Dave Love <fx@gnu.org>
9123
9124 * help.el (describe-function-1): Kluge around cases of functions
9125 fset to subrs whose doc doesn't match their symbol-name.
9126
9127 * image.el (insert-image): Default STRING to a space.
9128
9129 * info.el Doc fixes.
9130 (Info-build-node-completions): Match Ref tags.
9131
9132 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * frame.el (display-multi-frame-p, display-multi-font-p): New
9135 defaliases for display-graphic-p.
9136
9137 * hl-line.el: Fixed a typo in commentary.
9138
9139 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9140
9141 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9142 fixed.
9143
9144 2000-06-12 Dave Love <fx@gnu.org>
9145
9146 * image.el (insert-image): Save a little consing.
9147
9148 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9149
9150 * language/tibet-util.el: Convert all tibetan-1-column characters
9151 to the corresponding tibetan characters.
9152 (tibetan-add-components): Delete code for the special treatment of
9153 'a chung.
9154
9155 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9156 change.
9157 (tibetan-vowel-transcription-alist): More rules added.
9158 (tibetan-composite-vowel-alist): New variable.
9159 (tibetan-precomposition-rule-alist): More rules added.
9160
9161 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9162
9163 * startup.el (command-line): Only call menu-bar-mode if interactive.
9164
9165 * thingatpt.el (toplevel symbol-properties):
9166 * textmodes/makeinfo.el (makeinfo-compile):
9167 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9168 * progmodes/hideif.el (hif-compress-define-list)
9169 (hide-ifdef-use-define-alist):
9170 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9171 (ange-ftp-vms-add-file-entry):
9172 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9173 * man.el (Man-build-man-command):
9174 * mail/rnewspost.el (news-reply-header-hook):
9175 * info.el (Info-insert-dir):
9176 * emulation/mlconvert.el (backward-word, forward-word, setq):
9177 * emacs-lisp/gulp.el (gulp-send-requests):
9178 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9179 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9180 (byte-optimize-apply, end of file):
9181 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9182 (ad-make-freeze-definition):
9183 * startup.el (command-line, command-line-1): Don't quote lambdas.
9184
9185 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9186 (cvs-cleanup-removed): New function.
9187 (cvs-cleanup-functions): New var.
9188 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9189 some flexibility in specifying additional entries to auto-cleanup.
9190 (cvs-quickdir): New function.
9191 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9192 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9193 (cvs-mode-find-file): Check that we are on a filename or dirname
9194 when invoked through a mouse-click.
9195 (cvs-full-path): Remove.
9196 (cvs-dired-action): Re-introduced.
9197 (cvs-dired-noselect): Use it.
9198 (vc-post-command-functions): use this new hook if available.
9199
9200 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9201 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9202 (cvs-filename-map, cvs-dirname-map): Remove.
9203 (cvs-default-action): Remove.
9204 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9205 if the arg is really a keymap.
9206 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9207 Don't hardcode the mapping from state (aka type) to face, but check
9208 the var cvs-fi-<type>-face instead.
9209 (cvs-fileinfo-from-entries): New function.
9210
9211 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9212 Docstring fix.
9213 (cvs-find-file-and-jump): Change default to be safer.
9214 (cvs-mode-diff-map): Define it as a function as well.
9215 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9216 Bind mouse-2 in this global map rather than with text-properties.
9217
9218 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9219 file to resolve the ambiguity between C(conflict) and C(need-merge).
9220
9221 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/mule.el (set-buffer-file-coding-system): If
9224 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9225 unconditionally.
9226
9227 2000-06-12 Dave Love <fx@gnu.org>
9228
9229 * wid-edit.el (widget-specify-button): Really suppress the face if
9230 required.
9231
9232 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9233
9234 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9235
9236 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9237
9238 * imenu.el (imenu-generic-expression): Docstring fix.
9239
9240 * composite.el (composition-function-table): Move the `put'
9241 below the autoload cookie so we can load the file before loaddefs.
9242
9243 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9244
9245 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9246 Handle easy-mmode-define-global-mode.
9247 For complex macros like define-minor-mode that can generate
9248 several autoload entries, try to autoload entries in the
9249 macroexpanded code.
9250
9251 * emacs-lisp/easy-mmode.el (define-minor-mode):
9252 If KEYMAP is a symbol, just use it.
9253 Use byte-compile-current-file and load-file-name to infer the
9254 proper :require to pass to defcustom.
9255 Wrap the hook var into `progn' so as not to autoload it.
9256 Add a :autoload-end cookie.
9257 Be more careful about the evaluation of KEYMAP.
9258 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9259 (define-derived-mode): Move define-abbrev-table outside of defvar.
9260
9261 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9262
9263 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9264 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9265 (backup-compiled-files): Ignore errors during `tar'.
9266 (bootstrap): Make autoloads before elc files.
9267
9268 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9269
9270 * international/mule.el (set-buffer-file-coding-system): If one of
9271 undecided-XXX is specified, change only EOL conversion.
9272
9273 * international/mule-conf.el (unix): New alias for the coding
9274 system undecided-unix.
9275
9276 2000-06-09 Dave Love <fx@gnu.org>
9277
9278 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9279
9280 * progmodes/executable.el: Byte compile dynamic.
9281 (executable-insert): Change custom type.
9282 (executable-find): Add autoload cookie.
9283 (executable-make-buffer-file-executable-if-script-p): New
9284 function. After Noah Friedman.
9285
9286 * files.el (after-save-hook): Customize, with
9287 executable-make-buffer-file-executable-if-script-p as an option.
9288
9289 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9290
9291 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9292 "tib24p-mule.bdf" for Tibetan.
9293
9294 * composite.el (decompose-composite-char): Declare it as obsolete.
9295
9296 * man.el (Man-fontify-manpage): Pay attention to underline and
9297 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9298
9299 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9300
9301 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9302 Set maintainer to FSF since author isn't reachable.
9303
9304 2000-06-08 Dave Love <fx@gnu.org>
9305
9306 * international/mule-cmds.el (select-safe-coding-system): If
9307 DEFAULT-CODING-SYSTEM is not specified, also check the most
9308 preferred coding-system if buffer-file-coding-system is
9309 `undecided'. From Handa.
9310
9311 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9312
9313 * international/mule.el
9314 (after-insert-file-set-buffer-file-coding-system): If the buffer
9315 size is greater than INSERTED, judget that we are not visiting.
9316
9317 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9318
9319 * whitespace.el (defgroup whitespace): Comment out `:version'.
9320 XEmacs 20.4 has problems defining the group with this present.
9321 We'll have this commented out till get resolve the problem.
9322
9323 2000-06-07 John Wiegley <johnw@gnu.org>
9324
9325 * align.el (align-dq-string-modes, align-sq-string-modes)
9326 (align-open-comment-modes): Add pyhton-mode.
9327 (align-rules-list): Use get-text-property instead of
9328 text-properties-at.
9329 (align-rules-list): Add python-assignment.
9330 (align-rules-list): Change perl-comma-delimiter to
9331 basic-comma-delimiter. Use if for Perl modes and python-mode.
9332 (align-rules-list): Add python-chain-logic and
9333 basic-line-continuation.
9334
9335 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9336
9337 * apropos.el (apropos-mode-hook): New user variable.
9338 (apropos-mode): Run apropos-mode-hook.
9339
9340 2000-06-07 David Ponce <david@dponce.com>
9341
9342 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9343 commands. Require `wid-edit' at run-time.
9344
9345 2000-06-07 David Ponce <david@dponce.com>
9346
9347 * recentf.el: Added some "Commentary".
9348 (recentf-open-more-files, recentf-edit-list): Minor changes to
9349 move the point at the top of the file list. This behaviour is
9350 consistent with the menu one when the list contains a lot of
9351 files.
9352 (recentf-cleanup): Now displays the number of items removed from
9353 the list.
9354 (recentf-relative-filter) New menu filter to show filenames
9355 relative to `default-directory'.
9356
9357 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9358
9359 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9360 with/without giving an error if PostScript printer doesn't have this
9361 kind of page size. Zebra Stripe continues or restarts on next page.
9362 Manual/automatic paper feeding. Switch or not the header.
9363 (ps-print-version): New version number (5.2.2).
9364 (ps-windows-system): Include emx as a Windows system.
9365 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9366 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9367 (ps-background-text): Code fix.
9368 (ps-error-handler-message, ps-user-defined-prologue)
9369 (ps-print-prologue-header, ps-printer-name)
9370 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9371 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9372 (ps-use-face-background): Customization fix.
9373 (ps-n-up-database): Data fix.
9374 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9375 (ps-switch-header): New vars.
9376 (ps-xemacs-color-name, ps-face-foreground-name)
9377 (ps-face-background-name, ps-boolean-constant): New funs.
9378
9379 2000-06-07 Dave Love <fx@gnu.org>
9380
9381 * allout.el: New version from Manheimer.
9382
9383 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9384
9385 * textmodes/fill.el (fill-find-break-point): Check the validity of
9386 charset.
9387
9388 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9389
9390 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9391 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9392 Call display-color-p and display-mouse-p instead of looking at
9393 window-system.
9394
9395 2000-06-06 Dave Love <fx@gnu.org>
9396
9397 * image.el (find-image): Doc fix. Return nil if image not found.
9398 (put-image, insert-image): Make STRING arg optional.
9399
9400 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9401
9402 * language/vietnamese.el: Remove eval-when-compile.
9403 (viet-viscii-nonascii-translation-table): Define it as a
9404 translation table made from viet-viscii-decode-table.
9405 (viet-viscii-encode-table): Define it as a translation table made
9406 from the reverse map of above.
9407 (viet-vscii-nonascii-translation-table): Define it as a
9408 translation table made from viet-vscii-decode-table.
9409 (viet-vscii-encode-table): Define it as a translation table made
9410 from the reverse map of above.
9411 (ccl-decode-viscii): Use translate-character.
9412 (ccl-encode-viscii, ccl-encode-viscii-font)
9413 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9414 Likewize.
9415
9416 * language/cyrillic.el: Remove eval-when-compile.
9417 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9418 translation table made from cyrillic-koi8-r-decode-table.
9419 (cyrillic-koi8-r-encode-table): Define it as a translation table
9420 made from the reverse map of above.
9421 (ccl-decode-koi8): Use translate-character.
9422 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9423 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9424 a translation table made from cyrillic-alternativnyj-decode-table.
9425 (cyrillic-alternativnyj-encode-table): Define it as a translation
9426 table made from the reverse map of above.
9427 (ccl-decode-alternativnyj): Use translate-character.
9428 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9429 Likewize
9430
9431 * international/mule-diag.el (non-iso-charset-alist): Specify
9432 translation table symbol instead of translation table itself.
9433 (list-block-of-chars): CHARSET may be a translation table symbol.
9434
9435 * international/mule.el (make-coding-system): If CODING-SYSTEM
9436 already exists, override it.
9437
9438 * international/fontset.el: Use family `proportional' for Tibetan
9439 fonts.
9440
9441 * international/ccl.el (ccl-compile-translate-character): Don't
9442 check if Rrr has property translation-table.
9443 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9444
9445 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9446
9447 * info.el: Bind case-fold-search to t when searching in case
9448 a user sets it to nil in a hook.
9449
9450 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9451
9452 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9453 * hl-line.el (hl-line-mode): Use the new :global key argument.
9454
9455 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9456 (tar-clip-time-string): Prepend a space.
9457 (tar-grind-file-mode): Construct a string rather than modifying one.
9458 (tar-header-block-summarize): Fix docstring.
9459 Use `format' rather than an error-prone set of copy-loops.
9460
9461 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9462 (diff-goto-source, diff-unified->context, diff-context->unified)
9463 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9464 understand the format output by the `-p' argument to diff.
9465
9466 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9467 (sh-re-done): Use defconst.
9468 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9469 (sh-help-string-for-variable, sh-guess-basic-offset):
9470 Don't quote lambdas.
9471 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9472 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9473
9474 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9475 (mh-letter-mode): Derive from text-mode.
9476 This implicitly means that it now calls kill-all-local-variables.
9477 Also remove the Emacs-18 compatibility code.
9478
9479 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9480 Make use of symbol-property doc-string-elt.
9481 Use memq rather than a sequence of eq.
9482 (doc-string-elt): Fix the wrong or missing previously unused values.
9483 (autoload-print-form): New function extracted from
9484 generate-file-autoloads to allow recursion when handling progn
9485 so that defvar's and defun's docstrings are properly printed.
9486 (generate-file-autoloads): Use it.
9487
9488 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9489 Use find-file-hooks in the minor-mode function.
9490 Be careful not to loop indefinitely in the post-command-hook function.
9491
9492 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9493
9494 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9495 tty's.
9496 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9497 differences whenever appropriate.
9498 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9499 * viper.el (find-file, find-file-other-window): Get viper to do
9500 wildcards.
9501
9502 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9505 (jit-lock-fontify-buffer): New function for JIT refontification.
9506 (jit-lock-mode): Fix docstring.
9507 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9508 Remove jit-lock-after-change from the _local_ hook.
9509 (jit-lock-function-1): Fix docstring.
9510
9511 * info.el (Info-on-current-buffer): Initialize info.
9512
9513 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9514
9515 * progmodes/tcl.el (tcl-indent-for-comment):
9516 Ignore comment-indent-hook.
9517
9518 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9519 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9520 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9521 and improve to use the lighter to guess the capitalization.
9522 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9523 Add keyword arguments to specify global-ness or the custom group.
9524 Add local-map and help-echo properties to the lighter.
9525 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9526 (easy-mmode-define-global-mode): New macro.
9527
9528 2000-06-02 Dave Love <fx@gnu.org>
9529
9530 * wid-edit.el: byte-compile-dynamic since we typically don't use
9531 all the widgets. Don't require cl or widget. Remove
9532 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9533 (widget-read-event): Removed. Callers changed to use read-event.
9534 (widget-button-release-event-p): Renamed from
9535 button-release-event-p.
9536 (widget-field-add-space, widget-field-use-before-change):
9537 Uncustomize.
9538 (widget-specify-field): Use keymap property, not local-map.
9539 (widget-specify-button): Obey :suppress-face.
9540 (widget-specify-insert): Use modern backquote syntax.
9541 (widget-image-directory): Renamed from widget-glyph-directory.
9542 (widget-image-enable): Renamed from widget-glyph-enable.
9543 (widget-image-find): Replaces widget-glyph-find.
9544 (widget-button-pressed-face): Move defvar.
9545 (widget-image-insert): Replaces widget-glyph-insert.
9546 (widget-convert): Use keywordp.
9547 (widget-leave-text, widget-children-value-delete): Use mapc.
9548 (widget-keymap): Remove XEmacs stuff.
9549 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9550 (widget-button-click): Don't set point at the click, but re-centre
9551 if we scroll out of window. Rewritten for images v. glyphs &c.
9552 (widget-tabable-at): Use POS arg, not point.
9553 (widget-beginning-of-line, widget-end-of-line)
9554 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9555 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9556 (widget-default-create): Use widget-image-insert; some rewriting.
9557 (widget-visibility-value-create)
9558 (widget-push-button-value-create, widget-toggle-value-create): Use
9559 widget-image-insert.
9560 (checkbox): Create on and off images dynamically.
9561 (documentation-link): Change :help-echo.
9562 (widget-documentation-link-echo-help): Remove.
9563
9564 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9565
9566 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9567
9568 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9569 (easy-mmode-define-toggle, define-minor-mode): Use it.
9570 (easy-mmode-define-keymap): Docstring fix.
9571 (define-derived-mode): Default PARENT to fundamental-mode.
9572 Add the derived-mode-parent symbol-property.
9573 (easy-mmode-derived-mode-p): New function.
9574
9575 2000-06-02 Dave Love <fx@gnu.org>
9576
9577 * files.el (convert-standard-filename): Doc fix.
9578 (normal-backup-enable-predicate): New function.
9579 (backup-enable-predicate): Use it to replace the lambda form.
9580
9581 * calendar/todo-mode.el: [This needs more work on the outline
9582 stuff.] Doc fixes.
9583 (todo) <defgroup>: Add :version.
9584 (todo-add-category): Don't use pushnew.
9585 (todo-cmd-raise): Fix typo.
9586 (todo-top-priorities): Change temp buffer name.
9587 (todo-category-alist): Avoid redundant lambda.
9588 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9589 Use outline-next-heading.
9590
9591 * autoarg.el: Rewritten to use define-minor-mode.
9592 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9593 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9594
9595 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9596
9597 * isearch.el (isearch-other-meta-char): Fix previous change.
9598
9599 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9600
9601 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9602 (log-edit-done): Only add the comment to the ring if it's different
9603 from the last comment entered.
9604
9605 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9606
9607 2000-06-01 Dave Love <fx@gnu.org>
9608
9609 * hl-line.el: Rewritten using define-minor-mode.
9610
9611 * help.el (describe-function-1): Distinguish special form from
9612 builtin function. Sanity-check presence of arglist for builtins.
9613
9614 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9615
9616 * international/characters.el: Fix syntax/category setting of
9617 Tibetan characters.
9618
9619 * language/tibet-util.el (tibetan-add-components): Fixes for new
9620 encoding of Tibetan characters.
9621 (tibetan-decompose-precomposition-alist): New variable.
9622 (tibetan-decompose-region): Convert precomposed characters to
9623 non-precomposed characters.
9624 (tibetan-decompose-string): Likewise.
9625 (tibetan-composition-function): Fix args to
9626 thibetan-compose-string.
9627
9628 * language/tibetan.el (tibetan-composable-pattern): More
9629 characters included.
9630 (tibetan-consonant-transcription-alist): Rule for "R" added.
9631 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9632 "+R" added.
9633 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9634
9635 * language/lao-util.el (lao-composition-function): Fix args to
9636 compose-string.
9637
9638 * language/thai-util.el (thai-composition-function): Fix args to
9639 compose-string.
9640
9641 * isearch.el (isearch-update): Set disable-point-adjustment to t
9642 to prevent the point moving to the end of a composition when a
9643 part of a composition is searched.
9644 (isearch-other-meta-char): If the key invoking this command can be
9645 mapped by function-key-map to a printing char, call
9646 isearch-process-search-char directly.
9647
9648 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9649
9650 * emacs-lisp/bytecomp.el:
9651 * frame.el:
9652 * international/mule-cmds.el:
9653 * international/mule-util.el:
9654 * international/mule.el:
9655 * mouse.el:
9656 * subr.el:
9657 * faces.el: Update calls to make-obsolete with a WHEN argument.
9658
9659 * byte-run.el (make-obsolete, make-obsolete-variable):
9660 Add an optional WHEN argument and change the format of the
9661 symbol-property information.
9662 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9663 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9664 new obsolete-symbol-property format and print WHEN if it is provided.
9665
9666 2000-05-31 Dave Love <fx@gnu.org>
9667
9668 * loadhist.el (loadhist-hook-functions): Remove
9669 before-change-function, after-change-function.
9670 (unload-feature): Deal with symbols which are both bound and
9671 fbound.
9672
9673 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9674 before-change-function, after-change-function.
9675
9676 * simple.el (newline): Don't bind before-change-function,
9677 after-change-function.
9678
9679 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9680
9681 * whitespace.el (whitespace-rescan-timer-time): Update interval
9682 set to 600 seconds (10 minutes) instead of 60 seconds since
9683 a large number of whitespace buffers causes emacs to `freeze'
9684 for a considerable amount of time.
9685
9686 * whitespace.el: Updated email address
9687
9688 2000-05-31 Dave Love <fx@gnu.org>
9689
9690 * add-log.el (change-log-font-lock-keywords) <function>: Add
9691 pattern for function of change.
9692 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9693 acknowledgements patterns.
9694
9695 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9696
9697 * isearch.el (isearch-printing-char): If keyboard coding system is
9698 being used, call isearch-process-search-multibyte-characters.
9699
9700 * international/isearch-x.el: Mostly rewritten.
9701
9702 * international/quail.el (quail-start-conversion): Don't include
9703 unhandled events in the returned events, but set them in
9704 unread-command-events. Exit if all inputs are deleted.
9705
9706 2000-05-30 Jason Rumney <jasonr@gnu.org>
9707
9708 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9709
9710 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9711 Reenable code to create initial fontsets.
9712 Use set-fontset-font in place of put-charset-property.
9713
9714 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9715
9716 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9717 label, ensure that the first colon isn't followed by another.
9718
9719 * paths.el (Info-default-directory-list): Doc fix.
9720
9721 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9722 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9723 send a query containing USER only, not USER@HOST.
9724
9725 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9726 and rmail-msgend to compute the restriction at the end, instead of
9727 computing it.
9728
9729 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9730
9731 * dabbrev.el (dabbrev-expand): Don't display messages in the
9732 echo area if the minibuffer window is active.
9733
9734 * jit-lock.el (jit-lock-mode): Add after change function to
9735 local hook.
9736
9737 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9738
9739 * antlr-mode.el: New commands: hide/unhide actions,
9740 upcase/downcase literals.
9741 (antlr-tiny-action-length): New user option.
9742 (antlr-hide-actions): New command. Suggested by
9743 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9744 (antlr-mode-map): New binding [C-c C-v].
9745 (antlr-mode-menu): New entries.
9746 (antlr-downcase-literals): New command.
9747 (antlr-upcase-literals): Ditto.
9748
9749 * antlr-mode.el: Minor changes: indendation, mode-name.
9750 (antlr-indent-line): Indent cpp directive at column 0.
9751 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9752
9753 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9754 (antlr-font-lock-additional-keywords): Workaround for intentional
9755 bug in XEmacs version of font-lock.
9756 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9757 be used by a smarter version of `buffers-menu-grouping-function'.
9758
9759 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9760
9761 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9762 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9763
9764 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9765
9766 * international/encoded-kb.el
9767 (encoded-kbd-iso2022-designation-map): Pay attention to that
9768 charset-iso-final-char return -1 for eight-bit-control and
9769 eight-bit-graphic.
9770
9771 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9772
9773 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9774 (speedbar-easymenu-definition-base): Use display-graphic-p where
9775 available, instead of window-system.
9776
9777 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9778
9779 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9780 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9781 coding systems.
9782
9783 2000-05-26 Dave Love <fx@gnu.org>
9784
9785 * disp-table.el (standard-display-underline): Don't use
9786 internal-find-face.
9787
9788 * mail/reporter.el: Maintainer change. Doc fixes.
9789 (reporter-version): Deleted.
9790
9791 * emacs-lisp/elp.el: Maintainer change.
9792 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9793
9794 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * add-log.el (add-change-log-entry): Merge the current entry with the
9797 previous one if the previous one is empty.
9798
9799 2000-05-26 Dave Love <fx@gnu.org>
9800
9801 * loadhist.el (unload-feature): Fix interactive spec [from
9802 lijnzaad@ebi.ac.uk].
9803
9804 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9805 subr-arity to check primitives.
9806 (byte-compile-flush-pending, byte-compile-file-form-progn)
9807 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9808 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9809 mapcar.
9810
9811 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9812
9813 * international/fontset.el: Set family names of non-latin charsets
9814 in default fontset to "*".
9815
9816 * international/mule-diag.el (print-fontset): Combine family part
9817 and registry part of the fontname by "-*-" instead of "-".
9818
9819 * international/mule-cmds.el (encode-coding-char): Make strings
9820 multibyte before calling encode-coding-string.
9821
9822 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9823
9824 * derived.el: Fix keywords.
9825 (define-derived-mode): Only define if needed.
9826
9827 * simple.el (fill-comment, comment-column, comment-start)
9828 (comment-start-skip, comment-end, comment-indent-function)
9829 (block-comment-start, block-comment-end, indent-for-comment)
9830 (set-comment-column, kill-comment, comment-padding, comment-region)
9831 (comment-multi-line, indent-new-comment-line): Remove.
9832
9833 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9834 function names for comment operations.
9835
9836 * newcomment.el: Add abundant autoload cookies.
9837 (comment-style): Don't depend on runtime data at compile-time.
9838 (comment-indent-hook): Remove.
9839 (comment-indent): Check if comment-indent-hook is bound.
9840 (comment-region): Docstring fix.
9841
9842 2000-05-25 Dave Love <fx@gnu.org>
9843
9844 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9845 byte-code-function-p.
9846
9847 * mail/rmailsum.el: Add provide.
9848
9849 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9850
9851 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9852 defcustom.
9853
9854 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9855
9856 * ediff-diff.el (ediff-exec-process): delete --binary option from
9857 non-buffer ediff jobs.
9858
9859 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * hilit-chg.el (highlight-changes-mode): Ask about color or
9862 grayscale support, not about window-system.
9863
9864 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9865 window-system.
9866 (ffap-highlight): Always default to t.
9867
9868 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9869 display-popup-menus-p instead of looking at window-system.
9870
9871 * disp-table.el (standard-display-g1, standard-display-graphic):
9872 Only refuse to use string glyphs on X and MS-Windows.
9873
9874 * avoid.el: Remove window-system from commentary, suggest to use
9875 display-*-p instead.
9876
9877 * apropos.el (apropos-print): Use display-mouse-p instead of
9878 window-system.
9879
9880 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9881
9882 * international/codepage.el (cp-decoding-vector-for-codepage):
9883 Fill up unsupported characters with their own codes. From Kenichi
9884 Handa.
9885
9886 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * international/mule-diag.el (describe-char-after): Use
9889 display-graphic-p instead of window-system, so that this function
9890 works on MS-DOS.
9891
9892 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9893
9894 * international/codepage.el (cp-make-coding-systems-for-codepage):
9895 Remove the eight-bit-graphic and eight-bit-control charsets from
9896 the list of charsets which we convert into `?'.
9897
9898 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9899
9900 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9901 private charsets.
9902 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9903 japanese-jisx0213-2): New charsets.
9904
9905 * international/fontset.el: Setup default fontset for new charsets.
9906
9907 2000-05-24 Dave Love <fx@gnu.org>
9908
9909 * info.el (Info-find-node-2): Restructure [following "Vadim
9910 S. Solomin" <sovs@uic.nnov.ru>].
9911
9912 * icomplete.el: Fix header for Finder.
9913
9914 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9915
9916 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9917 STAY.
9918
9919 * rmail.el (rmail-automatic-folder-directives): New user variable.
9920 (rmail-show-message): Add call to `rmail-auto-file' during
9921 display.
9922 (rmail-auto-file): New function.
9923
9924 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9925
9926 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9927 account.
9928 (ediff-test-utility,ediff-diff-mandatory-option)
9929 (ediff-reset-diff-options): Utilities for proper initialization of
9930 ediff-diff-options and ediff-diff3-options on Windows.
9931
9932 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9933 variable.
9934
9935 * ediff-mult.el (ediff-filegroup-action): Use
9936 ediff-merge-filename-prefix.
9937
9938 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9939
9940 * viper-ex.el (ex-write): Set selective display to nil.
9941
9942 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9943
9944 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9945 aliases for hebrew-iso-8bit.
9946
9947 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9948
9949 * woman.el: New version from Francis J. Wright
9950 <F.J.Wright@Maths.QMW.ac.uk>.
9951 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9952 names in environment variables regardless of the path separator.
9953 (woman-topic-all-completions-1): Don't call file-name-directory-p
9954 on all files, since woman-file-regexp already filters out any
9955 directories.
9956
9957 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9958
9959 * international/quail.el (quail-start-translation): Don't change
9960 modified-p of the current buffer.
9961 (quail-start-conversion): Likewise.
9962
9963 * international/kkc.el (kkc-region): Don't change modified-p of
9964 the current buffer.
9965
9966 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9967 conform to RFC1468.
9968 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9969
9970 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9971
9972 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9973 (speedbar-insert-button): Invisible text property fix.
9974 (speedbar-directory-plus): Renamed from speedbar-directory-+
9975 (speedbar-directory-minus): Renamed from speedbar-directory--
9976 (speedbar-page-plus): Renamed from speedbar-file-+
9977 (speedbar-page-minus): Renamed from speedbar-file--
9978 (speedbar-page): Renamed from speedbar-file-
9979 (speedbar-tag): Renamed from speedbar-tag-
9980 (speedbar-tag-plus): Renamed from speedbar-tag-+
9981 (speedbar-tag-minus): Renamed from speedbar-tag--
9982 (speedbar-expand-image-button-alist): Use above renames.
9983
9984 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9985 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9986 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9987 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9988 * sb-pg.xpm: Renamed from sb-file.xpm
9989 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9990 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9991
9992 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9993
9994 * international/quail.el (quail-show-guidance-buf): Set
9995 current-input-method of the guidance buffer to the name of the
9996 curren input method.
9997
9998 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9999
10000 * progmodes/compile.el (compile-internal): Style typo.
10001
10002 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10003 quote vars and functions in the docstring.
10004
10005 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10006
10007 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10008 Don't quote lambdas.
10009
10010 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10011
10012 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10013
10014 * startup.el (command-line): Determine source file of compiled
10015 user init file differently. Warn if compiled user init file
10016 is older than its source file.
10017
10018 * ffap.el (ffap-url-regexp): Add `https'.
10019
10020 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * files.el (make-backup-file-name-1): Replace slashes with `!'
10023 rather than `|' (which is not allowed on Windows). Replace the
10024 drive letters with a string "drive_X".
10025
10026 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10027
10028 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10029
10030 * files.el (interpreter-mode-alist): Add `bash2'.
10031
10032 2000-05-22 Dave Love <fx@gnu.org>
10033
10034 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10035 mapc.
10036 (feature-file): Avoid calling symbol-name. Doc fix.
10037 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10038 (loadhist-hook-functions): Add mouse-position-function.
10039 (unload-feature): Change uses of mapcar.
10040
10041 * files.el (parse-colon-path): Doc fix.
10042 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10043 (set-auto-mode): Use mapc.
10044
10045 * complete.el (PC-look-for-include-file): Use :alnum: character
10046 class.
10047 (partial-completion-mode): Add autoload cookie.
10048
10049 2000-05-22 Sam Steingold <sds@gnu.org>
10050
10051 * info.el (Info-fontify-node): Fixed the call to
10052 `add-text-properties' (bug introduced on 2000-05-18).
10053
10054 2000-05-22 Dave Love <fx@gnu.org>
10055
10056 * bindings.el: Remove debug-ignored-errors set in other files.
10057
10058 * progmodes/etags.el: Add to debug-ignored-errors.
10059 (visit-tags-table-buffer): Clear out buffers holding old tables
10060 when making a new list.
10061 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10062 mapc.
10063
10064 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10065 quote keywords.
10066 (cmpl-string-case-type): Use character classes.
10067
10068 * comint.el:
10069 * textmodes/ispell.el:
10070 * imenu.el:
10071 * mail/mh-e.el:
10072 * progmodes/compile.el: Add to debug-ignored-errors.
10073
10074 * dabbrev.el: Add to debug-ignored-errors.
10075 (dabbrev-completion): Use mapc.
10076
10077 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10078
10079 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10080 (woman-mapcan, woman-parse-man.conf)
10081 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10082 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10083 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10084 path syntax better.
10085 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10086 (woman-manpath): Call woman-parse-man.conf.
10087 (woman-emulation): New defcustom, defaults to nroff.
10088 (woman-font-support): New defconst.
10089 (woman-use-symbol-font): New defcustom.
10090 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10091 "Emulation".
10092 Many functions: Doc fix.
10093
10094 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10095
10096 * international/quail.el (quail-simple-translation-keymap): Map
10097 128..255 to quail-self-insert-command.
10098 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10099
10100 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * help.el (help-manyarg-func-alist): Typo.
10103
10104 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10105 intervals which makes it heaps simpler.
10106
10107 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10108 the nested comment markers.
10109
10110 * subr.el (remove-hook): Don't turn the hook's value into a list.
10111
10112 2000-05-21 Dave Love <fx@gnu.org>
10113
10114 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10115 are invalid characters.
10116
10117 * international/mule-util.el (detect-coding-with-priority): Use
10118 mapc. Remove redundant lambda.
10119
10120 * international/mule-diag.el (list-non-iso-charset-chars)
10121 (describe-fontset): Remove redundant lambda.
10122
10123 * emulation/crisp.el (brief-mode): New alias.
10124
10125 * emacs-lisp/ring.el (ring-elements): New function.
10126
10127 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10128 (easy-menu-do-add-item): Use keywordp.
10129
10130 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10131
10132 * replace.el: Doc and error message fixes.
10133 (replace-highlight): Use facep, not internal-find-face.
10134
10135 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10136
10137 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10138
10139 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10140 (log-edit-insert-changelog): Drop `:' as well.
10141
10142 * log-view.el: Fix file description.
10143 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10144 available.
10145 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10146 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10147
10148 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10149 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10150 Print a status message if the toggle is called interactively.
10151 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10152 for global minor modes and use `defcustom' for them.
10153 Use add-minor-mode.
10154 (easy-mmode-define-derived-mode): Remove.
10155 (define-derived-mode): Fancier default docstring.
10156 (easy-mmode-define-navigation): Signal an error rather than (ding).
10157
10158 * newcomment.el (comment-styles): New `box-multi'.
10159 (comment-normalize-vars): Better default for comment-continue to
10160 avoid whitespace-only continuations.
10161 (comment-search-forward): Always move even in the no-syntax case.
10162 (comment-padright): Only obey N if it's only obeyed for padleft.
10163 (comment-make-extra-lines): Better handling of empty continuations.
10164 Use `=' for the filler if comment-start has only one character.
10165 (uncomment-region): Try handling the special `=' filler.
10166 (comment-region): Allow LINES even if MULTI is nil.
10167 (comment-box): Choose box style based on comment-style.
10168
10169 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10170
10171 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10172 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10173
10174 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10175
10176 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10177 and insert, not subst-char-in-region.
10178
10179 * international/mule-diag.el (list-character-sets-1): Handle
10180 charsets eight-bit-control and eight-bit-graphic.
10181 (list-iso-charset-chars): Likewise.
10182 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10183 charactes as is. Use indent-to to align characters.
10184
10185 * international/mule-cmds.el (find-multibyte-characters): Never
10186 exclude charsets eight-bit-control and eight-bit-graphic.
10187
10188 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10189
10190 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10191 Don't quote lambdas.
10192
10193 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10194
10195 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10196
10197 * gud.el (gud-jdb-directories): Doc fix.
10198
10199 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10200
10201 * newcomment.el: New file.
10202
10203 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10204
10205 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10206
10207 2000-05-18 Andreas Schwab <schwab@suse.de>
10208
10209 * dired.el (dired-between-files): Also skip lines beginning with
10210 `used'.
10211
10212 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10213
10214 * msb.el (msb-menu-cond): Add choice `user'.
10215
10216 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10217
10218 * ps-print.el: Compatibility, customization and doc fix.
10219 (ps-printer-name-option): Replace defconst by defvar.
10220 (ps-postscript-code-directory): XEmacs compatibility.
10221 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10222 fix.
10223 (ps-user-defined-prologue, ps-print-prologue-header)
10224 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10225 compatibility and code fix.
10226 (ps-print-background-image, ps-print-background-text):
10227 Customization fix.
10228 (ps-line-number-start, ps-n-up-on): New vars.
10229
10230 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10231
10232 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10233 the indent-comment function to just return the appropriate indent.
10234
10235 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10236
10237 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10238 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10239 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10240
10241 2000-05-18 Dave Love <fx@gnu.org>
10242
10243 * info.el (Info-fontify-node): Add intangible property as well as
10244 invisible.
10245
10246 * calendar/appt.el (appt-make-list): Match all lines of entry.
10247 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10248
10249 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10250
10251 * international/mule-diag.el (describe-char-after): Call
10252 internal-char-font, not char-font. If internal-char-font returns
10253 nil, display "-- none --".
10254
10255 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10256
10257 * image.el (image-type-available-p): Don't reference image-types
10258 if it isn't bound.
10259
10260 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10261
10262 * autoarg.el (autoarg-mode): Typo in the :set argument.
10263
10264 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10265
10266 * startup.el (command-line-1): Don't signal an error if the
10267 directory for auto-save-list files does not yet exist.
10268
10269 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10270
10271 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10272
10273 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * subr.el (remove-hook): `setq' hook-value, not `set'.
10276
10277 2000-05-16 Sam Steingold <sds@gnu.org>
10278
10279 * info.el (debug-ignored-errors): More errors to ignore.
10280
10281 2000-05-16 Dave Love <fx@gnu.org>
10282
10283 * cus-edit.el: Don't require cl or easymenu.
10284 (custom-variable-prompt): Test standard-value property, not
10285 user-variable-p.
10286
10287 2000-05-16 Sam Steingold <sds@gnu.org>
10288
10289 * subr.el (add-hook): `setq' hook-value, not `set'.
10290
10291 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10292
10293 * startup.el (command-line-1): Mention the FAQ in the startup
10294 message.
10295
10296 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10297
10298 * progmodes/compile.el (compilation-parse-errors): Collect
10299 `nomessage' regexps last.
10300
10301 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10302
10303 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10304 to the function name.
10305
10306 2000-05-15 Dave Love <fx@gnu.org>
10307
10308 * speedbar.el (speedbar-recenter): Typo.
10309 (speedbar-expand-line): Make arg optional.
10310 (speedbar-mode): Avoid a compiler warning.
10311
10312 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10313
10314 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10315 user-specified option string is empty.
10316
10317 * mouse.el (mouse-yank-at-click): Doc fix.
10318
10319 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10320
10321 * term/internal.el (IT-character-translations): More updates of
10322 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10323 documents.
10324
10325 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10326
10327 * env.el (getenv): New function, interactively callable.
10328 (setenv, getenv): Remove autoload cookies.
10329
10330 * loadup.el: Load `env'.
10331
10332 * progmodes/f90.el: Change author's mail address.
10333
10334 2000-05-14 Dave Love <fx@gnu.org>
10335
10336 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10337 goto-addr as an option.
10338
10339 * help.el (help-xref-stack): Doc fix.
10340 (help-xref-following): New variable.
10341 (help-make-xrefs): Use it.
10342 (help-xref-go-back): Use position information from stack element.
10343 (help-follow): Make position in stack element a pair. Use
10344 help-xref-following.
10345
10346 * autoarg.el: New file.
10347
10348 * faces.el: Declare more functions obsolete.
10349
10350 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10351 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10352 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10353 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10354 Remove all the setup-...-environment functions.
10355
10356 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10357
10358 * speedbar.el: Updated the commentary section. xemacs20p now uses
10359 >= when detecting. Require `defimage' safely.
10360 (speedbar-easymenu-definition-base): Add toggle for images.
10361 (speedbar-easymenu-definition-special): Add flush cache & expand.
10362 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10363 (speedbar-reconfigure-keymaps-hook): New variable.
10364 (speedbar-frame-parameters): Updated documentation.
10365 (speedbar-use-imenu-flag): Updated custom tag
10366 (speedbar-dynamic-tags-function-list): New variable.
10367 (speedbar-tag-hierarchy-method): Updated doc & custom.
10368 (speedbar-indentation-width, speedbar-indentation-width) New
10369 variables.
10370 (speedbar-hide-button-brackets-flag): Customizable.
10371 (speedbar-vc-indicator): Doc update.
10372 (speedbar-ignored-path-expressions): Updated default value.
10373 (speedbar-supported-extension-expressions): Updated default value.
10374 (speedbar-syntax-table): Remove {} paren status.
10375 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10376 as "+". Added overlay aliases.
10377 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10378 `force-mode-line-update'.
10379 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10380 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10381 `mouse-set-point'
10382 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10383 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10384 of arbitrary text, and new helper functions.
10385 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10386 filename finder.
10387 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10388 (speedbar-directory-buttons): Update path search/expansion.
10389 (speedbar-make-tag-line): Pay attention to
10390 `speedbar-indentation-width'. Use more care w/ invisible
10391 properties.
10392 (speedbar-change-expand-button-char): Call
10393 `speedbar-insert-image-button-maybe'.
10394 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10395 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10396 (speedbar-trim-words-tag-hierarchy)
10397 (speedbar-simple-group-tag-hierarchy): New functions
10398 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10399 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10400 functions.
10401 (speedbar-mouse-set-point): New function
10402 (speedbar-power-click): Updated documentation.
10403 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10404 of tag prefix text.
10405 (speedbar-expand-line, speedbar-contract-line): Make more robust
10406 to strange text.
10407 (speedbar-expand-line): Takes universal argument to flush the
10408 cache.
10409 (speedbar-flush-expand-line): New function.
10410 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10411 Use new generator insertion method.
10412 (speedbar-fetch-dynamic-tags): New function.
10413 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10414 `speedbar-fetch-dynamic-imenu'.
10415 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10416 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10417 "Revert Buffer" menu items.
10418 (speedbar-buffer-buttons-engine): Be smarter when creating a
10419 filename tag (for expansion purposes.).
10420 (speedbar-highlight-one-tag-line,
10421 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10422 (speedbar-recenter): New functions.
10423 (defimage-speedbar): Image loading abstraction.
10424 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10425 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10426 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10427 (speedbar-tag-type, speedbar-tag-mail): New images.
10428 (speedbar-expand-image-button-alist): New variable.
10429 (speedbar-insert-image-button-maybe): Insert an image over some
10430 buttons.
10431
10432 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10433
10434 * international/mule-cmds.el (encode-coding-char): An ASCII
10435 character is always encodable.
10436
10437 * international/mule-conf.el: Add more information in descriptions
10438 of character sets.
10439
10440 * international/mule-diag.el (describe-char-after): New function.
10441 (describe-font-internal): Adjusted for the change of font-info.
10442 (describe-font): Likewise.
10443 (print-fontset): Rewritten for the new fontset implementation.
10444 (describe-fontset): Include fontset alias names in completion.
10445 (list-fontsets): Adjusted for the change of print-fontset.
10446
10447 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10448 describe-char-after instead of displaying the detail in the echo
10449 area.
10450 (syntax-code-table): Format changed.
10451 (string-to-syntax): Adjusted for the above change.
10452
10453 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10454
10455 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10456
10457 2000-05-12 Dave Love <fx@gnu.org>
10458
10459 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10460 dependence. Use line-{beginning,end}-position, not
10461 point-at{b,e}ol. Some doc fixes.
10462 (todo-position): New function. Fix callers of position to use it.
10463 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10464
10465 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10466
10467 * time.el (display-time-mail-icon): Use `:ascent center'.
10468
10469 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10470 handling FTP security extensions.
10471
10472 2000-05-11 Dave Love <fx@gnu.org>
10473
10474 * calendar/todo-mode.el: New file.
10475
10476 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10477
10478 * comint.el (comint-read-input-ring): Move reference to
10479 comint-input-ring-size outside of the save-excursion. It was
10480 causing the default value to be the only one ever seen.
10481
10482 * font-lock.el: Update copyright. Remove Simon Marshall's email
10483 address on request from him.
10484
10485 * subr.el (substitute-key-definition): Add comment describing
10486 the meaning of PREFIX.
10487
10488 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10489
10490 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10491
10492 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10493 (add-minor-mode): Don't make the variable buffer-local and add a
10494 reference to define-minor-mode in the docstring.
10495
10496 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10497 HEADER/FOOTER and fix bug with trailing empty directory.
10498 (cvs-append-to-ignore): Use vc-editable-p if available.
10499 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10500 (vc-do-command): Tweak advice to handle the new VC.
10501
10502 * log-view.el (log-view-goto-rev): New function for the new VC.
10503 (log-view-minor-wrap): Use mark-active.
10504
10505 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10506 (log-edit-changelog-full-paragraphs): New var.
10507 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10508 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10509 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10510 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10511 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10512 Replace the `cvs' prefix with `log-edit'.
10513
10514 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10515
10516 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10517 (diff-font-lock-defaults): Explicitly turn off multiline.
10518 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10519 (diff-ediff-patch): Fix call to ediff-patch-file.
10520 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10521 Handle comments.
10522
10523 * frame.el (automatic-hscrolling): Typo.
10524
10525 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10526
10527 2000-05-09 Sam Steingold <sds@goems.com>
10528
10529 * apropos.el (apropos-print): use `describe-face' instead of
10530 `customize-face-other-window'.
10531
10532 2000-05-09 Dave Love <fx@gnu.org>
10533
10534 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10535
10536 * help.el (describe-variable): Have customize button pop the
10537 help-xref stack when invoked.
10538 (help-xref-symbol-regexp): Add `face'.
10539 (help-make-xrefs): Check for quoted face names and adapt regexp
10540 submatch numbers to cope.
10541 (help-xref-interned): Maybe insert face doc too. Separate
10542 sections with a line of hyphens.
10543
10544 * faces.el: Some doc fixes. Declare some functions obsolete.
10545 (describe-face): Add customize button. Return the help
10546 text. Fix prompt.
10547
10548 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10549
10550 * term/internal.el (IT-character-translations): Fix last change.
10551
10552 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * woman.el: New file
10555 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10556
10557 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10558
10559 * term/internal.el (IT-character-translations): Update ASCII
10560 simulations for greek-iso8859-7, add latin-iso8859-14 and
10561 latin-iso8859-15.
10562
10563 * international/mule-cmds.el (set-language-info-alist): Call
10564 define-prefix-command with 3 arguments, to make the map suitable
10565 for a menu.
10566
10567 2000-05-07 Dave Love <fx@gnu.org>
10568
10569 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10570
10571 2000-05-05 Dave Love <fx@gnu.org>
10572
10573 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10574 list in doc string. Don't quote keyword symbols.
10575 * emacs-lisp/cl.el: Likewise
10576 * emacs-lisp/cl-seq.el: Likewise
10577
10578 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10579
10580 * abbrev.el (abbrev-mode): Make ARG optional.
10581
10582 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10583
10584 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10585
10586 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10587
10588 * subr.el (substitute-key-definition): Clarify documentation.
10589
10590 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10591
10592 * glasses.el (glasses-convert-to-unreadable): Use
10593 `glasses-separator' instead of the hard-wired "_".
10594 (glasses-mode): Call `glasses-make-unreadable' only in a single
10595 place.
10596
10597 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10598
10599 * term/internal.el (cjk-codepages-alist): Add associations for
10600 Chinese and Korean codepages. Remove FIXME comment.
10601
10602 2000-05-03 Dave Love <fx@gnu.org>
10603
10604 * time.el (display-time-mail-face, display-time-use-mail-icon):
10605 New option.
10606 (display-time-mail-icon): New variable.
10607 (display-time-string-forms): Use the above. Fix the local-map.
10608
10609 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10610
10611 * replace.el (query-replace-map): Add binding for `E'.
10612 (query-replace-help): Extend help text.
10613 (perform-replace): Allow editing the replacement string.
10614
10615 * make-mode.el (makefile-mode-abbrev-table): New variable.
10616 (makefile-mode): Set local abbrev table to
10617 makefile-mode-abbrev-table.
10618 (makefile-font-lock-keywords): Fontify includes and conditionals.
10619
10620 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10621 set TOGGLE's value.
10622
10623 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10624 mail-interactive-insert-alias.
10625 (mail-abbrev-complete-alias): New command.
10626 (mail-mode-map): Bind it to `M-TAB'.
10627
10628 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10629
10630 * language/lao-util.el (lao-compose-region): New function.
10631
10632 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10633
10634 * files.el (recover-session): Make directories as necessary
10635 if they don't exist yet.
10636
10637 * calendar/cal-french.el
10638 (french-calendar-multibyte-special-days-array)
10639 (french-calendar-special-days-array): Change French text.
10640 (calendar-french-date-string): Change output.
10641 (calendar-goto-french-date): Likewise.
10642
10643 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10644
10645 * wid-edit.el (widget-default-active): Obey `:always-active'.
10646 (widget-documentation-string-value-create): Set `:always-active'.
10647
10648 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10649
10650 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10651 default prefix to `~/_emacs.d/auto-save.list/_s'.
10652 (normal-top-level): Create the directory for auto-save files, if
10653 it doesn't already exist (in the ms-dos case only).
10654
10655 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10656
10657 * international/mule-cmds.el (set-language-environment): Don't
10658 concat an integer (dos-codepage), use format instead.
10659
10660 2000-05-02 Dave Love <fx@gnu.org>
10661
10662 * help.el (help-xref-on-pp): Check for constant symbols.
10663
10664 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10665
10666 * startup.el (normal-top-level): Put a condition-case around
10667 the code loading subdirs.el.
10668
10669 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10670
10671 * ps-print.el: Upside-down and face background color printing,
10672 line number step, doc fix.
10673 (ps-print-version): New version number (5.2).
10674 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10675 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10676 (ps-spool-config): Var fix.
10677 (ps-printer-name-option): Const fix.
10678 (ps-print-upside-down, ps-use-face-background)
10679 (ps-line-number-step): New vars.
10680 (ps-window-system, ps-lp-system): New consts.
10681 (ps-face-background): New fun.
10682
10683 2000-04-28 Richard Stallman <rms@gnu.org>
10684
10685 * files.el (make-auto-save-file-name):
10686 Apply auto-save-file-name-transforms to visited file name
10687 before generating auto save file name.
10688 (auto-save-file-name-transforms): New variable.
10689
10690 * files.el (backup-enable-predicate):
10691 Correctly test for a file under a temporary directory.
10692
10693 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10694
10695 * subr.el (add-minor-mode): Rewritten.
10696
10697 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10698
10699 * mail/sendmail.el (sendmail-send-it): Set
10700 buffer-file-coding-system to the selected coding system for MIME
10701 header.
10702
10703 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10704
10705 * dired.el (dired-move-to-filename-regexp): Allow format where
10706 YYYY is followed by two spaces.
10707
10708 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10709 in the second character class of the regexp.
10710
10711 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10712 mh-etc, too.
10713
10714 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10715 nil.
10716
10717 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10718
10719 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10720 argument.
10721
10722 2000-04-27 Sen Nagata <sen@eccosys.com>
10723
10724 * emacs-lisp/crm.el (crm-completion-table): New variable.
10725 (crm-collection-fn, crm-test-completion)
10726 (completing-read-multiple): Use it.
10727
10728 2000-04-27 Dave Love <fx@gnu.org>
10729
10730 * help.el (locate-library): Use mapc.
10731 (help-manyarg-func-alist): Add call-process-region.
10732
10733 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10734
10735 * subr.el (add-minor-mode): Make argument MAP optional.
10736
10737 * desktop.el (desktop-save): Save list of minor modes.
10738 (desktop-create-buffer): Restore minor modes.
10739 (desktop-minor-mode-table): New user-option.
10740
10741 * subr.el (add-minor-mode): New function.
10742
10743 * image.el (find-image): New function.
10744 (defimage): Rewritten to find image at load time.
10745
10746 * startup.el (normal-top-level-add-to-load-path): Handle
10747 case that the default directory is not in load-path.
10748
10749 * help.el: Old patch from Stefan Monnier.
10750 (help-xref-on-pp): New function.
10751 (describe-variable): Use it to display xrefs in a symbol's value.
10752
10753 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10754
10755 * cus-edit.el (custom-face): Fix parenthesis.
10756
10757 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10758
10759 * mail/rmail.el (rmail-expunge): When there are no deleted
10760 messages, do nothing.
10761
10762 2000-04-26 Dave Love <fx@gnu.org>
10763
10764 * international/mule-cmds.el (locale-translation-file-name):
10765 Defvar to nil.
10766 (set-locale-environment): Set it here (at runtime).
10767
10768 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10769
10770 * replace.el (perform-replace): Add parameters START and END. Use
10771 them instead of the check for a region in Transient Mark mode.
10772 (query-replace-read-args): Return two more list elements for the
10773 start and end of the region in Transient Mark mode.
10774 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10775 (map-query-replace-regexp, replace-string, replace-regexp): Add
10776 optional last arguments START and END and pass them to
10777 perform-replace.
10778
10779 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10780 form with additional arguments for perform-replace.
10781
10782 * progmodes/etags.el (tags-query-replace): Add parameters START
10783 and END. Construct a form with additional arguments for
10784 perform-replace.
10785
10786 * simple.el (shell-command): Set default directory for "*Shell
10787 Command Output" buffer.
10788
10789 * language/european.el (iso-latin-4): Fix typo.
10790
10791 * emacs-lisp/crm.el: New file.
10792
10793 2000-04-24 Dave Love <fx@gnu.org>
10794
10795 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10796 (Custom-reset-saved, Custom-reset-standard)
10797 (custom-group-value-create, custom-group-set, custom-group-save)
10798 (custom-group-reset-current, custom-group-reset-saved)
10799 (custom-group-reset-standard): Use mapc.
10800 (custom-buffer-create-internal): Disable undo when creating items.
10801 Use mapc.
10802 (custom-face): Avoid redundant lambda.
10803
10804 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10805
10806 * startup.el (auto-save-list-file-prefix): Set default to
10807 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10808
10809 2000-04-24 Sam Steingold <sds@gnu.org>
10810
10811 * time-stamp.el (time-stamp-string-preprocess): Always convert
10812 `field-result' to a string.
10813
10814 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10815
10816 * frame.el (scrolling): New group.
10817 (automatic-hscrolling): New user-option.
10818
10819 * startup.el (command-line-x-option-alist): Add `-lsp' and
10820 `--line-spacing'.
10821
10822 2000-04-19 Dave Love <fx@gnu.org>
10823
10824 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10825 (cl-mapc): Rename from mapc. Fix the funcall.
10826
10827 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10828
10829 * simple.el (clone-indirect-buffer-other-window): New command.
10830 (clone-indirect-buffer): Add optional arg NORECROD.
10831 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10832
10833 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10834
10835 * window.el (count-screen-lines): New function.
10836 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10837 instead of window-buffer-height.
10838
10839 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10840 non-existing variable comint-input-sentinel.
10841 (inferior-lisp-args-to-list): Removed.
10842 (inferior-lisp): Use split-string instead of
10843 inferior-lisp-args-to-list.
10844
10845 * hexl.el (hexl-insert-hex-string): New command.
10846
10847 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10848 instead of concat.
10849
10850 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10851
10852 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10853 at the start of an existing but empty folder.
10854
10855 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10856
10857 * ps-mule.el: Customization fix, doc fix.
10858 (ps-multibyte-buffer): Customization fix.
10859
10860 2000-04-17 Richard M. Stallman <rms@gnu.org>
10861
10862 * subr.el (read-passwd): Use read-char-exclusive.
10863
10864 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10865
10866 * textmodes/texinfo.el (texinfo-insert-@email)
10867 (texinfo-insert-@emph, texinfo-insert-@quotation)
10868 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10869 (texinfo-mode-map): Add key bindings for them.
10870
10871 * files.el (basic-save-buffer-2): Use a template with `$'
10872 instead of `#' for VMS.
10873
10874 * simple.el (clone-indirect-buffer): New function.
10875
10876 2000-04-16 Stephen Eglen <stephen@gnu.org>
10877
10878 * iswitchb.el (iswitchb-case): New function. If the user input
10879 contains any upper-case characters, the search is made
10880 case-sensitive.
10881
10882 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10883
10884 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10885 comment-end.
10886 (texinfo-font-lock-syntactic-keywords): New var.
10887 (texinfo-font-lock-keywords): Remove comment regexp.
10888 (texinfo-insert-block): New function.
10889 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10890 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10891 and font-lock-defaults. Use regexp-opt for outline-regexp.
10892 (texinfo-environments): New var.
10893 (texinfo-environment-regexp): Use regexp-opt and
10894 texinfo-environments.
10895
10896 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10897 ispell-process is bound since this might be eval'd before ispell
10898 is loaded.
10899 (ispell-message): Use a tiny bit less magic and a bit more hard
10900 data to figure out what kind of sc-cite-regexp to use.
10901
10902 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10903
10904 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10905 (insert-cyclic-diary-entry): Unquote the lambda.
10906
10907 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10908
10909 * files.el (backup-enable-predicate): Unquote the lambda.
10910
10911 * cus-edit.el (custom-face, face): Unquote the lambda.
10912
10913 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10914
10915 * ps-print.el: Check for line-beginning-position definition.
10916
10917 * ps-print.el: Fix counting lines in a region.
10918 (ps-print-version): New version number (5.1.5).
10919 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10920 (ps-printing-region): Fun code fix.
10921
10922 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10923
10924 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10925 to file-directory-p.
10926
10927 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10928
10929 * gud.el (gud-jdb-build-source-files-list): Check that directory
10930 exists before calling directory-files.
10931
10932 2000-04-13 Dave Love <fx@gnu.org>
10933
10934 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10935 syntax.
10936
10937 * emacs-lisp/cl-specs.el: Remove when, unless.
10938
10939 * emacs-lisp/cl-extra.el: Don't quote keywords.
10940 (cl-old-mapc): New variable.
10941 (mapc): Use it.
10942 (cl-map-intervals): Use with-current-buffer. Don't check for
10943 next-property-change.
10944 (cl-map-overlays): Use with-current-buffer.
10945 (cl-expt): Remove.
10946 (copy-tree, remprop): Define unconditionally.
10947
10948 * emacs-lisp/cl-compat.el (keywordp): Remove.
10949
10950 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10951 to use keywordp.
10952 (edebug-spec): Enable keywordp.
10953
10954 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10955 string-lessp.
10956
10957 * cus-start.el: Use keywordp.
10958
10959 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10960
10961 * diary-lib.el (include-other-diary-files): Fix the fix of
10962 2000-02-18 by doing a save-excursion.
10963
10964 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10965
10966 * ps-print.el: Customization fix, doc fix.
10967 (ps-print-version): New version number (5.1.4).
10968 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10969 (ps-print-preprint): Adjust code.
10970 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10971 (ps-print-prologue-header, ps-print-control-characters)
10972 (ps-spool-config): Customization fix.
10973
10974 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10975
10976 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10977 converted to the new menu-item format, names silightly changed,
10978 help strings added.
10979
10980 Support for spelling without async subprocesses:
10981
10982 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10983 (ispell-session-buffer): New variables.
10984 (ispell-start-process, ispell-process-status,
10985 ispell-accept-output, ispell-send-string): New functions, for
10986 Ispell invocation when async subprocesses aren't supported.
10987 (ispell-word, ispell-pdict-save, ispell-command-loop,
10988 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10989 to process-send-string with calls to ispell-send-string, and
10990 accept-process-output with ispell-accept-output.
10991 (ispell-init-process): Call ispell-process-status instead of
10992 process-status with.
10993 (ispell-init-process): Call ispell-start-process. Call
10994 ispell-accept-output and ispell-send-string. Don't call
10995 process-kill-without-query and kill-process if they are unbound.
10996 (ispell-async-processp): New function.
10997
10998 2000-04-12 Dave Love <fx@gnu.org>
10999
11000 * info.el: Add debug-ignored-errors.
11001 (Info-mode-menu): Add some items.
11002 (Info-directory): Add autoload cookie.
11003
11004 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11005 Modify `truncate-lines'. Make `describe-language-environment'
11006 always visible and add help. Modify `describe-key' help. Invoke
11007 Info-directory from `info'. New entry `emacs-manual'.
11008
11009 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11010
11011 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11012 propertized-buffer-identification.
11013 (ebrowse-update-member-buffer-mode-line): Likewise.
11014 (ebrowse--mode-strings): Removed.
11015 (ebrowse--mode-line-props): Removed.
11016
11017 * files.el (auto-mode-alist): Add `EBROWSE'.
11018
11019 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11020 space before testing for end of buffer.
11021 (ebrowse-load): Removed.
11022 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11023 (ebrowse-create-tree-buffer): Rewritten.
11024 (ebrowse-tree-mode): Read tree from buffer.
11025
11026 * progmodes/ebrowse-ffh.el: Removed.
11027
11028 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11029
11030 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11031
11032 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11033
11034 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11035 at the wrong place.
11036
11037 2000-04-09 Dave Love <fx@gnu.org>
11038
11039 * files.el (backup-enable-predicate): Use
11040 temporary-file-directory, small-temporary-file-directory.
11041 (make-backup-file-name-function, backup-directory-alist): New
11042 variables.
11043 (make-backup-file-name-1): New function.
11044 (make-backup-file-name): Use it.
11045 (find-backup-file-name): Likewise. Use format for clarity, not
11046 concat.
11047 (file-newest-backup): Use make-backup-file-name.
11048
11049 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11050
11051 * progmodes/ebrowse-ffh.el: New file.
11052
11053 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11054 to ebrowse-ffh.el.
11055 (ebrowse-load): Add autoload.
11056
11057 * finder.el (finder-commentary): Add autoload cookie.
11058
11059 * mail/rfc2368.el: Correct author's email address.
11060
11061 * progmodes/ebrowse.el: New file.
11062
11063 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11064 item help string.
11065 (easy-menu-do-add-item): Ditto.
11066 (easy-menu-define): Extend doc string.
11067
11068 * jit-lock.el (with-buffer-unmodified): Use
11069 restore-buffer-modified-p.
11070 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11071 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11072 with-buffer-unmodified.
11073
11074 2000-04-08 Dave Love <fx@gnu.org>
11075
11076 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11077 unless, when.
11078
11079 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11080
11081 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11082 (viper-flash-search-pattern): No operation when using Emacs
11083 doesn't support face.
11084 Use `viper-put-on-search-overlay'.
11085
11086 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11087
11088 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11089 like C-r.
11090
11091 * progmodes/make-mode.el: Some doc fixes.
11092 (makefile-mode-abbrev-table): New variable.
11093 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11094 (makefile-font-lock-keywords): Fontify includes and conditionals.
11095 (toplevel): Require `dabbrev' and `add-log' when compiling.
11096
11097 * replace.el (perform-replace): Don't move forward one char
11098 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11099 to do that because it leaves point 1 position after the last
11100 replacement, after everything has been replaced.
11101
11102 * jit-lock.el (with-buffer-unmodified): New macro.
11103 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11104 modified state.
11105 (jit-lock-function-1): Extracted from jit-lock-function; not
11106 preserving buffer's modified state.
11107 (jit-lock-function, jit-lock-stealth-fontify): Call
11108 jit-lock-function-1.
11109
11110 * mail/rfc2368.el: Remove supernumerary copyright line.
11111
11112 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11113
11114 * glasses.el: Provide facilities for inserting space before left
11115 parentheses and uncapitalization of identifiers.
11116 (glasses-mode): Try to remove old overlays in all cases.
11117
11118 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11119
11120 * progmodes/compile.el (compile-internal): Display the compilation
11121 buffer in a different frame, if it's already displayed there.
11122
11123 * mail/rfc2368.el: New file.
11124
11125 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11126 header and insert its value as mail body.
11127
11128 * subr.el (member-ignore-case): New function.
11129
11130 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11131 (dabbrev--find-expansion): Ignore buffers matching a regexp
11132 from dabbrev-ignored-regexps.
11133
11134 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11135 to extensions handled by gzip.
11136
11137 2000-04-03 Richard M. Stallman <rms@gnu.org>
11138
11139 * files.el (insert-directory): List the total free space
11140 along with the used space.
11141
11142 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11143 line is followed by one that matches CITATION-REGEXP, end the
11144 paragraph.
11145
11146 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11147
11148 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11149 (rmail-make-basic-summary-line): Use that option.
11150
11151 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11152
11153 * international/mule-cmds.el (encoded-string-description):
11154 Rewritten. Try pretty description for ISO 2022 escape sequences
11155 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11156 for hexadecimal format.
11157
11158 2000-04-01 Dave Love <fx@gnu.org>
11159
11160 * cpp.el: Change customization group to `c' from `C'.
11161
11162 * vcursor.el (vcursor-move): Use display-color-p.
11163
11164 * international/mule-util.el: Provide mule-utils.
11165 (string-to-sequence): Simplify and speed up.
11166
11167 * international/mule.el (make-coding-system): Purecopy doc-string.
11168
11169 * international/mule-cmds.el: Various menu changes.
11170 (describe-specified-language-support): Handle `Default'.
11171 (set-language-info): Purecopy `info'.
11172
11173 2000-03-31 Andrew Innes <andrewi@gnu.org>
11174
11175 * vc.el (vc-backend-diff): Return the correct status if we had to
11176 retry the rcsdiff command without the --brief option.
11177
11178 2000-03-31 Dave Love <fx@gnu.org>
11179
11180 * help.el (help-manyarg-func-alist): Correct several omissions.
11181
11182 * add-log.el: Don't require cl, fortran.
11183 (add-log-current-defun-function): Doc fix.
11184 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11185 fix.
11186 (change-log-version-rcs): Function deleted.
11187 (change-log-version-number-search): Doc fix. Use
11188 vc-workfile-version. Avoid CL dolist.
11189 (add-change-log-entry): Just call add-log-current-defun to get
11190 defun. Simplify somewhat.
11191 (change-log-get-method-definition-1): Likewise.
11192 (add-log-current-defun): Return nil if calling
11193 add-log-current-defun-function does so. Move Fortran stuff to
11194 fortran.el. Return string without properties.
11195
11196 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11197 and :alpha: char classes.
11198
11199 * mail/supercite.el: Defvar curline when compiling.
11200 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11201 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11202 rather than a-zA-Z0-9 to allow non-ASCII characters.
11203
11204 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11205
11206 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11207
11208 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11209 Re-enable new code.
11210
11211 * lpr.el (print-region-1): Use -d to specify printer name for
11212 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11213
11214 2000-03-31 Dave Love <fx@gnu.org>
11215
11216 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11217 for function definition in symbol's function value slot first
11218 instead of first consulting byte-compile-function-environment.
11219
11220 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11221
11222 * language/european.el ("Polish"): New language environment.
11223 (setup-polish-environment): New function.
11224
11225 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11226
11227 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11228 Disable new code.
11229
11230 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11231 trying to `load' the symbol of an autoload instead of the file
11232 recorded in the autoload. Fix error messages.
11233
11234 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11235
11236 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11237 (ps-print-version): New version number (5.1.3).
11238 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11239 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11240 (ps-generate-postscript-with-faces): Code fix.
11241 (ps-color-values): XEmacs compatibility.
11242 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11243 (ps-default-fg, ps-default-bg): Adjust customization.
11244 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11245 (ps-color-scale): Renaming old ps-color-value fun.
11246 (ps-print-headers): Replace ps-print-header group to avoid conflict
11247 with ps-print-header variable.
11248 (ps-print-miscellany): New group.
11249 (ps-format-color, ps-rgb-color): New funs.
11250 (ps-default-foreground): New var.
11251 (ps-printer-name-option): New const.
11252
11253 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11254
11255 * net/net-utils.el:
11256 (network-connection-host, network-connection-service): New variables
11257 (network-connection-mode): New mode, derived from comint-mode
11258 (network-connection-mode-setup): New function, saves host and
11259 service information in local variables.
11260
11261 * lisp/locate.el:
11262 (locate-word-at-point): Added this function
11263 (locate): Default to using locate-word-at-point as input
11264 Run dired-mode-hook
11265
11266 2000-03-29 Dave Love <fx@gnu.org>
11267
11268 * calendar/appt.el: Doc fixes.
11269 (appt-check): Convert min-to-app to a string before passing to
11270 appt-disp-window-function or concat.
11271 (appt-delete-window): Remove test for frame-root-window.
11272 (appt-select-lowest-window, appt-convert-time): Simplify.
11273
11274 * emacs-lisp/bytecomp.el: Doc fixes.
11275 (byte-compile-file-form-autoload): Update
11276 byte-compile-function-environment.
11277
11278 2000-03-29 Andreas Schwab <schwab@suse.de>
11279
11280 * emacs-lisp/autoload.el: Also print defsubst doc string
11281 specially.
11282
11283 * dired.el (dired-insert-directory): If dired-free-space-program
11284 failed just delete its output.
11285
11286 2000-03-29 Dave Love <fx@gnu.org>
11287
11288 * international/iso-cvt.el: Move provide to end. Doc fixes.
11289 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11290 (iso-iso2sgml, iso-sgml2iso): New functions.
11291 (iso-cvt-define-menu): Fix some entries and use backquote for
11292 clarity.
11293
11294 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11295
11296 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11297
11298 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11299 ISO-DATE. If non-nil, return date in ISO 8601 format.
11300
11301 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11302
11303 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11304 if it ever becomes used.
11305 (log-edit-mode-hook): Default to vc-log-mode-hook.
11306 (log-edit-mode): Fix the docstring.
11307
11308 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11309 the code.
11310
11311 2000-03-26 Dave Love <fx@gnu.org>
11312
11313 * net/browse-url.el (browse-url): Re-fix case of
11314 browse-url-browser-function being an alist.
11315 (browse-url): Add :link to defgroup.
11316
11317 * files.el: Doc fixes.
11318 (file-truename): Include `[' in wildcard characters.
11319 (automount-dir-prefix): Customize.
11320 (find-file-wildcards): Add :version.
11321 (find-file-noselect): Simplify a mapcar call.
11322
11323 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11324 compatible with inf-lisp version.
11325 (eval-defun-1): Fix custom-declare-variable case.
11326
11327 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11328
11329 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11330
11331 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11332
11333 * Makefile (COMPILE_FIRST): New macro.
11334 (compile-files): Compile files from COMPILE_FIRST first.
11335
11336 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11337 code.
11338
11339 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11340 matching open parenthesis in column 0 to defun-prompt-regexp
11341 only if open-paren-in-column-0-is-defun-start is set.
11342
11343 * sun-curs.el: Require CL at compile-time only.
11344
11345 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11346 instead of copy-list which is a function from CL.
11347 (msb--choose-menu, msb--mode-menu-cond)
11348 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11349 (msb--init-file-alist): Use mapcar instead of mapcan.
11350 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11351 `(' in column 0 in doc string.
11352 (msb--add-separators): Use mapcar instead of mapcan.
11353
11354 * cus-dep.el: Require CL at compile-time only.
11355
11356 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11357
11358 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11359 (byte-compile-warnings): New warning `noruntime'.
11360 (byte-compile-constants, byte-compile-variables): Fix docstring.
11361 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11362 execute `eval-whenc-compile's body.
11363 (byte-compile-unresolved-functions): Fix docstring.
11364 (byte-compile-eval): New function.
11365 (byte-compile-callargs-warn): Check if the function will be available
11366 at runtime (via property `byte-compile-noruntime').
11367 (byte-compile-print-syms): New function.
11368 (byte-compile-warn-about-unresolved-functions): Also warn about
11369 `noruntime' functions (and use `byte-compile-print-syms').
11370 (byte-compile-file): Capitalize the message.
11371
11372 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11373
11374 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11375 (rmail-expunge): Ask for confirmation depending on the setting
11376 of rmail-confirm-expunge.
11377
11378 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11379
11380 * Makefile (bootstrap-clean): If $(emacs) exists, build
11381 loaddefs.el first. A loaddefs.el that's not up-to-date might
11382 cause a bootstrap failure because things don't autoload as
11383 expected.
11384
11385 2000-03-23 Dave Love <fx@gnu.org>
11386
11387 * net/browse-url.el: Restore previous use of
11388 browse-url-maybe-new-window.
11389
11390 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11391
11392 * ps-print.el: Skip banner page fix.
11393 (ps-print-version): New version number (5.1.2).
11394 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11395
11396 2000-03-23 Dave Pearson <davep@davep.org>
11397
11398 * net/quickurl.el Changed the type of parameter passed to the
11399 function defined by `quickurl-format-function'. Before only the
11400 text of the URL was passed. Now the whole URL structure is passed
11401 and the function is responsible for extracting the parts it
11402 requires. Changed the default of `quickurl-format-function'
11403 accordingly.
11404 (quickurl-insert): Changed the `funcall' of
11405 `quickurl-format-function' to match the above change.
11406 (quickurl-list-insert): Changed the `url' case so that it makes
11407 use of `quickurl-format-function', previous to this the format was
11408 hard wired.
11409
11410 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11411
11412 * startup.el: Change some spellings for the X Window System.
11413
11414 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11415
11416 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11417 up the code and the regexp and make sure the cursor is temporarily
11418 moved to the suspicious line while querying the user.
11419
11420 2000-03-22 Jason Rumney <jasonr@gnu.org>
11421
11422 * w32-fns.el (w32-charset-info-alist): Initialize.
11423
11424 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11425
11426 * ps-print.el: N-up last page fix.
11427 (ps-print-version): New version number (5.1.1).
11428 (ps-end-file, ps-end-job, ps-generate): Code fix.
11429
11430 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11431
11432 * files.el (find-file-run-dired): Update docstring.
11433 (find-directory-functions): New hook.
11434 (find-file-noselect): Run find-directory-functions rather than
11435 calling dired directly.
11436
11437 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11438
11439 * pcvs.el: Add a minimal leading commentary.
11440 (cvs-make-cvs-buffer): Change the header part by removing the startup
11441 message and adding a `Module' entry. Also replace the FOOTER and
11442 HEADER special fileinfos with the new support in ewoc for updating
11443 its own footer and header.
11444 (cvs-update-header): Update to use the header/footer of the ewoc.
11445 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11446 (cvs-is-within-p): New function.
11447 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11448 to only examine some subset of the buffers.
11449
11450 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11451 `format' instead of our own ad-hoc functions.
11452 Remove HEADER and FOOTER cases, now handled in the EWOC.
11453 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11454
11455 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11456 output to avoid scaring the user.
11457 (cvs-parse-table): Catch message for non-up-to-date commits.
11458
11459 * pcvs-defs.el (cvs-startup-message): Remove.
11460 (cvs-global-menu): New autoloaded menu.
11461
11462 * pcvs-util.el (cvs-string-fill): Remove.
11463
11464 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11465 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11466 PP part of it and also make it work for footers and headers.
11467 (ewoc-create): Drop POS and BUFFER arguments.
11468 Use the DLL's dummy node to store the end-of-footer position.
11469 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11470 (ewoc-refresh): Remove unused `header' variable.
11471 (ewoc-(get|set)-hf): New functions.
11472
11473 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11474 log-view-*-(message|file) and use easy-mmode-define-navigation.
11475 (log-view-message-re): Match SCCS format as well.
11476 And match the revision line rather than the dashed separator line.
11477 (log-view-mode): Use the new define-derived-mode.
11478 (log-view-current-tag): Fill in with an actual implementation.
11479
11480 * cvs-status.el (cvs-status-(prev|next)): Rename from
11481 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11482 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11483 to let the output "breathe" a little more (more readable).
11484 (cvs-status-mode): Use the new define-derived-mode.
11485
11486 * smerge-mode.el (smerge-auto-leave): New function and variable.
11487 (smerge-basic-map): Rename from smerge-basic-keymap.
11488 Change the bindings for smerge-diff-*.
11489 (smerge-*-map): Use easy-mmode-defmap.
11490 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11491 (smerge-keep-*): Use smerge-auto-leave.
11492
11493 2000-03-21 Jason Rumney <jasonr@gnu.org>
11494
11495 * cus-edit.el (custom-button-face): Use 3D look for w32.
11496 (custom-button-pressed-face): Likewise.
11497
11498 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11499
11500 * progmodes/etags.el (tags-case-fold-search): New user-option.
11501 (tags-loop-eval): New function. Bind case-fold-search around eval
11502 depending on the value of tags-case-fold-search.
11503 (tags-loop-continue): Use tags-loop-eval.
11504 (find-tag-in-order): Bind case-fold-search depending on the value
11505 of tags-case-fold-search.
11506
11507 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11508
11509 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11510 (diff-end-of-hunk): Return the end position for use in
11511 `easy-mmode-define-navigation'.
11512 (diff-recenter): Remove.
11513 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11514 of `easy-mmode-define-navigation'.
11515 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11516 previous renaming) and fix to use new names.
11517 (diff-merge-strings): Use \n as separator: simpler, faster.
11518 (diff-mode): Use `define-derived-mode'.
11519
11520 * derived.el (define-derived-mode): Don't autoload anymore.
11521 Prefer the macro-only version provided by easy-mmode.el.
11522
11523 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11524 `easy-mmode-define-derived-mode'.
11525 Use `combine-run-hooks'.
11526 (easy-mmode-define-navigation): New macro.
11527
11528 * subr.el (combine-run-hooks): New function.
11529
11530 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11531
11532 * term/x-win.el: Fontsets related initialization is simplified.
11533
11534 * international/mule-diag.el (describe-font): Don't refer to
11535 global-fontset-alist, instead call font-list.
11536 (describe-fontset, list-fontsets, mule-diag): Likewise.
11537 (print-fontset): Adjusted for the change of fontset
11538 implementation.
11539
11540 * international/fontset.el (x-charset-registries): Variable
11541 removed, instead the corresponding data is stored in the default
11542 fontset.
11543 (register-alternate-fontnames): Function removed.
11544 (resolved-ascii-font): Variable removed.
11545 (x-compose-font-name): Ignore the second argument REDOCE.
11546 (x-complement-fontset-spec): Complement only an ASCII font and
11547 element for those charsets than can use that ASCII font.
11548 (generate-fontset-menu): Don't refer to global-fontset-alist,
11549 instead call fontset-list.
11550 (uninstantiated-fontset-alist): Variable removed.
11551 (x-style-funcs-alist): Likewise.
11552 (fontset-default-styles): Likewise.
11553 (x-modify-font-name): Function removed.
11554 (create-fontset-from-fontset-spec): Ignore the argument
11555 STYLE-VARIANT.
11556 (create-fontset-from-ascii-font): Docsting adjusted for the above
11557 change.
11558 (instantiate-fontset, resolve-fontset-name): Functions removed.
11559 (fontset-list): Now implemented by C code.
11560
11561 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11562 (describe-face): Include `font' attribute in the description.
11563
11564 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11565
11566 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11567
11568 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11569
11570 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11571 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11572 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11573
11574 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11575 about behavior of set-buffer-modified-p wrt redisplay.
11576
11577 2000-03-19 Richard M. Stallman <rms@gnu.org>
11578
11579 * view.el (view-mode-disable): Kill local binding of view-read-only.
11580
11581 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11582
11583 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11584 is a string, convert it to a syntax cell using string-to-syntax.
11585
11586 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11587 (string-to-syntax): New function.
11588
11589 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11590 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11591 try to use passive ftp mode.
11592
11593 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11594
11595 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11596
11597 * simple.el (append-to-buffer): Update point of windows after
11598 insertion.
11599
11600 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11601 forward then moving backward. Reindent.
11602
11603 * frame.el (other-frame): Call x-focus-frame only if
11604 focus-follows-mouse is off.
11605
11606 2000-03-17 Dave Love <fx@gnu.org>
11607
11608 * pcvs-util.el (cvs-strings->string): Rename
11609 replace-regexps-in-string.
11610
11611 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11612
11613 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11614 regexp for labels cannot span several lines.
11615
11616 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11617 `(setq :<key> ':<key>)' to the macro expansion.
11618
11619 2000-03-16 Dave Love <fx@gnu.org>
11620
11621 * progmodes/f90.el (f90): Put custom group under `languages', not
11622 `fortran'.
11623 (f90-mode-hook): Customize.
11624 (f90-mode): Set add-log-current-defun-function.
11625 (f90-current-defun): New function.
11626
11627 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11628
11629 * cus-edit.el (custom-variable-tag-face): Handle case that
11630 default face's height is not a number.
11631 (custom-face-tag-face, custom-group-tag-face-1)
11632 (custom-group-tag-face): Ditto.
11633 (custom-group-tag-face-1): Add :group.
11634
11635 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11636
11637 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11638
11639 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11640 requiring easymenu.
11641
11642 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11643
11644 * ps-print.el: PostScript user-defined prologue, PostScript error
11645 handler, doc fix.
11646 (ps-print-version): New version number (5.1).
11647 (ps-user-defined-prologue, ps-error-handler-message)
11648 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11649 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11650 (ps-insert-string): New function.
11651
11652 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11653
11654 * international/ccl.el (ccl-compile-expression): Don't generate
11655 invalid self-assignment code.
11656
11657 2000-03-14 Dave Love <fx@gnu.org>
11658
11659 * subr.el (replace-regexp-in-string): Renamed from
11660 replace-regexps-in-string. Doc fix.
11661
11662 2000-03-12 Dave Love <fx@gnu.org>
11663
11664 * cus-edit.el: Doc fixes.
11665 (customize-set-variable, customize-save-variable): Rename args for
11666 doc.
11667 (custom-variable-tag-face, custom-face-tag-face)
11668 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11669 style which user identify as hyperlink.
11670 (hook): Don't add undefined functions to the hook.
11671 (debug-ignored-errors): Transfer message from bindings.el.
11672
11673 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11674
11675 * recentf.el (recentf-keep-non-readable-files-p): Remove
11676 double/nested definition.
11677
11678 2000-03-12 Dave Love <fx@gnu.org>
11679
11680 * facemenu.el (facemenu-get-face): Use display-color-p.
11681 * enriched.el (enriched-decode-foreground): Likewise.
11682 (enriched-decode-background): Likewise.
11683 * isearch.el (isearch-highlight): Likewise.
11684 * info-look.el (info-lookup): Likewise.
11685 * simple.el (completion-setup-function): Likewise.
11686
11687 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11688 :options.
11689
11690 * bindings.el (mode-line-format): Fix line-number and
11691 column-number items. Add help-echo for the background.
11692 (mode-line-mule-info): Modify help-echo.
11693
11694 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11695
11696 * files.el (load-file): Allow completion to .elc.
11697
11698 * man.el: Doc fixes.
11699 (Man-init-defvars): Use display-color-p to set fontification.
11700
11701 * play/hanoi.el (hanoi-internal): Don't use oddp.
11702
11703 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11704
11705 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11706
11707 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11708
11709 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11710
11711 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11712 Fix comment.
11713
11714 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11715
11716 * font-lock.el (font-lock-keywords): Fix the doc now that
11717 regexp-opt-depth is unnecessary.
11718 (save-buffer-state): Set an edebug spec.
11719 (font-lock-fontify-anchored-keywords): Properly handle the case when
11720 the matcher goes past the limit.
11721
11722 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11723 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11724
11725 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11726 dll.el and cookie.el (from Elib) with heavy renaming and other
11727 massaging.
11728
11729 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11730 Autoload the functions used.
11731 (easy-mmode-define-syntax): Fix CL typo.
11732 (easy-mmode-define-derived-mode): Improve the docstring generation.
11733
11734 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11735
11736 * textmodes/texinfo.el (texinfo-version): Variable and function
11737 removed.
11738
11739 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11740
11741 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11742 allow more flexibility.
11743 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11744 fns.
11745 (easy-mmode-defmap, easy-mmode-defsyntax)
11746 (easy-mmode-define-derived-mode): New macros.
11747
11748 2000-03-09 Didier Verna <didier@xemacs.org>
11749
11750 * rect.el (replace-rectangle): New function.
11751
11752 2000-03-09 Dave Love <fx@gnu.org>
11753
11754 * progmodes/fortran.el (fortran-comment-line-start): Define as
11755 "C".
11756 (fortran-comment-line-start-skip): Don't match cpp stuff.
11757 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11758 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11759 (fortran-mode): Don't set fortran-comment-line-start-skip,
11760 fortran-comment-line-start here. Set comment-start,
11761 add-log-current-defun.
11762 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11763 (fortran-current-defun): New function.
11764
11765 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11766
11767 * emacs-lisp/re-builder.el: New file.
11768
11769 * mouse.el (mouse-drag-region): Don't run up-event handler
11770 if hscroll has changed.
11771
11772 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11773 builtin operators, use `font-lock-builtin-face' for Emacs and
11774 `font-lock-preprocessor-face' otherwise.
11775
11776 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11777 `(defun (setf foo)' differently.
11778
11779 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11780
11781 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11782 (regexp-opt): Update comment and adapt the code the new meaning of
11783 the `paren' argument of regex-opt-group for shy-groups.
11784 (regexp-opt-depth): Handle shy groups as well as backslashed
11785 backslashes.
11786 (regexp-opt-group): Turn the leading comment into a docstring.
11787 Allow `paren' to be a string (the string to use to open a group).
11788 Remove open-presuf and close-presuf. Instead of checking for `all
11789 one-char' and then later on check for `several one-char', handle
11790 both cases close together. Also apply a more generic algorithm
11791 for suffixes (the mirror image of the algorithm used for
11792 prefixes). Use shy-groups. Use nreverse rather than reverse.
11793 (regexp-opt-try-suffix): Removed.
11794
11795 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11796 from comint-mode-map, so we can just inherit from it. Also, move
11797 the initialization into the `defvar' since there's no docstring
11798 anyway and it's fairly short.
11799 (inferior-scheme-mode): Define it as derived-mode: the code is
11800 shorter and this way we inherit from comint-mode-map rather than
11801 copying it.
11802
11803 * subr.el (replace-regexps-in-string): Properly handle the case
11804 where we match an empty string.
11805
11806 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11807 when the command has a directory component (such as "./testml").
11808 Also fix a typo in the comment.
11809
11810 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11811
11812 * Makefile (compile-files): Compile files one by one because
11813 that's the only way to ensure a clean compilation environment for
11814 each individual file.
11815
11816 * frame.el (other-frame): Call x-focus-frame.
11817
11818 2000-03-07 Dave Love <fx@gnu.org>
11819
11820 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11821 :require to defcustom.
11822
11823 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11824 lists.
11825
11826 * files.el (auto-mode-alist): Add configure.in.
11827
11828 * progmodes/autoconf.el: New file.
11829
11830 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11831
11832 * mail/mh-e.el: Change maintainer to `none'.
11833
11834 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11835 to remove-hook and add-hook.
11836
11837 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11838
11839 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11840 it as the default.
11841 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11842 (sendmail-send-it): Conditionally add MIME headers specifying the
11843 used character set.
11844
11845 2000-03-07 Dave Love <fx@gnu.org>
11846
11847 * winner.el: Fix keywords, autoload cookies. Split
11848 eval-when-compile form to avoid compilation failure.
11849
11850 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11851
11852 * international/mule.el: Modify comment about coding system
11853 property `coding-category'.
11854 (make-coding-system): New argument EOL-TYPE. Pay attention to
11855 coding-category property of PROPERTIES.
11856
11857 * international/mule-conf.el (coding-category-utf-8,
11858 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11859 categories. Include them in the argument for set-coding-priority.
11860
11861 * international/mule-cmds.el (reset-language-environment): Include
11862 coding-category-utf-8, coding-category-utf-16-be, and
11863 coding-category-utf-16-le in the argument for set-coding-priority.
11864 (reset-language-environment): Initialize coding-category-utf-8,
11865 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11866
11867 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11868
11869 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11870 code abstracted out of `bookmark-jump-noselect'. Now tries info
11871 extensions as well as compression extensions.
11872 (bookmark-jump-noselect): Use above new func.
11873
11874 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11875
11876 * strokes.el: Change maintainer's mail address.
11877
11878 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11879
11880 * international/mule-diag.el (list-character-sets): Make help-echo
11881 string by substitute-command-keys.
11882 (list-character-sets): Likewise.
11883 (sort-listed-character-sets): Call help-setup-xref.
11884
11885 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11886
11887 * time.el (display-time-mail-file): Add `none' to the list of
11888 choices.
11889
11890 2000-03-01 Dave Love <fx@gnu.org>
11891
11892 * help.el (help-xref-go-back): Don't try to set position.
11893
11894 * international/mule-diag.el (list-character-sets): Call
11895 help-setup-xref. Add help-echo to xrefs.
11896 (list-character-sets-1): Add help-echo to xrefs.
11897
11898 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11899
11900 * frame.el (blink-cursor-mode): Switch cursor on when turning
11901 the mode off.
11902
11903 * add-log.el (add-log-current-defun): Add support for
11904 Autoconf mode.
11905
11906 * mail/rmail.el (rmail-quit-hook): New variable.
11907
11908 2000-03-01 Dave Love <fx@gnu.org>
11909
11910 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11911
11912 * help.el (help-xref-button): Add help-echo arg.
11913 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11914
11915 * faces.el (list-faces-display): Supply help-echo with
11916 help-make-xrefs.
11917
11918 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11919 nil.
11920
11921 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11922
11923 * image.el (defimage): Look for image files in load-path.
11924
11925 * frame.el (busy-cursor-delay-seconds): Change type to
11926 `number'.
11927
11928 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11929
11930 * recentf.el (recentf): Added version tag to the defgroup of
11931 recentf.
11932
11933 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11934
11935 * recentf.el (recentf-cleanup): Changed to remove excluded file
11936 too.
11937 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11938 action to select/unselect a file.
11939 (recentf-edit-list): Code cleanup and improvement.
11940 (recentf-open-more-files-action): `recentf-open-more-files' button
11941 widget action to open a file.
11942 (recentf-open-more-files): No more use standard completion but
11943 widgets.
11944 (recentf-more-collection): Deleted.
11945 (recentf-more-history): Deleted.
11946 (recentf-setup-more-completion): Deleted.
11947
11948 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11949
11950 * recentf.el (recentf-mode): No more needs that Emacs is running
11951 under a window-system.
11952
11953 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11954
11955 * recentf.el (recentf-edit-list): New command to edit the recent
11956 list which allow the user to remove files.
11957 (recentf-edit-selected-items): New global variable, used by
11958 `recentf-edit-list' to hold the list of files to be removed from
11959 the recent list.
11960 (recentf-make-menu-items): Updated to display a "Edit list..."
11961 menu item. Minor code cleanup.
11962
11963 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11964
11965 * recentf.el (recentf-open-more-files): New command to open files
11966 that are not displayed in the menu.
11967 (recentf-more-collection): New global variable holding the set of
11968 permissible completions used by `recentf-open-more-files'.
11969 (recentf-more-history): New global variable holding the history list
11970 used by `recentf-open-more-files' completion.
11971 (recentf-setup-more-completion): New function to setup completion for
11972 `recentf-open-more-files'.
11973 (recentf-make-menu-items): Updated to display a "More..." menu item.
11974
11975 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11976
11977 * recentf.el (recentf-menu-action): Doc fixed.
11978
11979 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11980
11981 * recentf.el (recentf-menu-filter): Doc updated.
11982 (recentf-update-menu-hook): Allow menu filters to force menu update.
11983 (recentf-make-menu-items): New menu filter handling.
11984 (recentf-make-menu-item): New helper function.
11985 (recentf-menu-elements): New menu handling function.
11986 (recentf-sort-ascending): Updated to new menu filter handling.
11987 (recentf-sort-descending): Updated to new menu filter handling.
11988 (recentf-sort-basenames-ascending): New menu filter function.
11989 (recentf-sort-basenames-descending): New menu filter function.
11990 (recentf-show-basenames): New menu filter function.
11991 (recentf-show-basenames-ascending): New menu filter function.
11992 (recentf-show-basenames-descending): New menu filter function.
11993
11994 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11995
11996 * diary-lib.el (list-diary-entries): Don't try to go forward at
11997 the end of the buffer.
11998
11999 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12000
12001 * international/mule-diag.el (list-character-sets): Completely
12002 rewritten.
12003 (sort-listed-character-sets): New function.
12004 (list-character-sets-1): Completely rewritten.
12005 (list-character-sets-2): New function.
12006 (non-iso-charset-alist): New variable.
12007 (decode-codepage-char): New function.
12008 (charset-history): New variable.
12009 (read-charset) (list-block-of-chars)
12010 (list-iso-charset-chars)
12011 (list-non-iso-charset-chars)
12012 (list-charset-chars): New functions.
12013 (mule-diag): Call list-character-sets-2, not
12014 list-character-sets-2.
12015 (dump-charsets): Likewise.
12016
12017 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12018
12019 * dired-x.el (dired-filename-at-point): Add `@' to valid
12020 file name characters.
12021 (dired-filename-at-point): Handle ange-ftp file names.
12022
12023 * frame.el (frame-notice-user-settings): Use assq-delete-all
12024 instead of assoc-delete-all.
12025 (frame-notice-user-settings): Ditto.
12026
12027 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12028 Don't copy alist.
12029
12030 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12031
12032 * calculator.el (calculator-use-menu): New option.
12033 (calculator-initial-bindings): Changed some bindings to work as
12034 macros.
12035 (calculator-forced-input): Removed.
12036 (calculator-restart-other-mode): New variable.
12037 (calculator-mode-map): Set up menu.
12038
12039 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12040
12041 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12042 tags.
12043
12044 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12045
12046 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12047 translate all ESC key sequences.
12048 (viper-goto-mark-subr): restore markers for files for which
12049 they were saved.
12050 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12051 * viper-util.el (viper-set-replace-overlay-glyphs,
12052 viper-set-replace-overlay): always check if the replacement
12053 overlay is live.
12054 * viper.el (viper-vi-state-mode-list): added major modes.
12055 * ediff-wind.el: minor comment changes.
12056 * ediff.el: copyright notice date fix.
12057
12058 2000-02-27 Jason Rumney <jasonr@gnu.org>
12059
12060 * faces.el (face-font-family-alternatives): Add arial to helv.
12061 (mode-line, header-line, tool-bar): Same default as x for w32.
12062 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12063 face-font-family-alternatives from working.
12064 * term/w32-win.el (mouse-set-font): Do not build fontset from
12065 chosen font.
12066
12067 2000-02-25 Sam Steingold <sds@goems.com>
12068
12069 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12070 properly.
12071
12072 2000-02-25 Richard M. Stallman <rms@gnu.org>
12073
12074 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12075
12076 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12077
12078 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12079 writable.
12080
12081 * frame.el (busy-cursor-delay-seconds): New option.
12082
12083 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12084
12085 * frame.el (show-cursor-in-non-selected-windows): New option.
12086
12087 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12088
12089 * diary-lib.el (include-other-diary-files): Undo the selective
12090 display in any included file and don't kill it.
12091
12092 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12093
12094 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12095 bar. Menu items converted to (menu-item format, help strings
12096 added.
12097 [downcase, upcase]: Don't enable on MS-DOS.
12098 [symlink, symlinks]: Don't show if make-symbolic-link is not
12099 bound.
12100 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12101
12102 2000-02-23 Dave Love <fx@gnu.org>
12103
12104 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12105 (backward-kill-word): Revert addition of * to interactive spec --
12106 it's a feature.
12107
12108 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12109 (backward-kill-sentence, kill-sentence): Likewise.
12110
12111 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12112 scratch buffer name.
12113 (gud-format-command): Use int-to-string in ?l case. Simplify
12114 slightly.
12115
12116 * term/w32-win.el (internal-face-interactive): Update prompt for
12117 new read-face-name.
12118
12119 * mail/footnote.el (footnote): Add :version to defgroup.
12120 (footnote-section-tag-regexp): Customize.
12121 (footnote-start-tag, footnote-end-tag): New option.
12122 (footnote-latin-regexp): New variable.
12123 (Footnote-latin): New function.
12124 (footnote-style-alist): Add element for latin style.
12125 (footnote-style): Moved.
12126 (Footnote-goto-footnote): Use eq to test arg.
12127
12128 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12129
12130 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12131 (byte-compile-trueconstp): Include keywords.
12132 (byte-optimize-quote, byte-optimize-lapcode): Use
12133 byte-compile-const-symbol-p.
12134 (byte-optimize-char-before): New optimization.
12135
12136 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12137 (byte-compile-const-symbol-p): New function.
12138 (byte-compile-constp, byte-compile-out-toplevel)
12139 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12140 Use it.
12141
12142 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12143
12144 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12145
12146 * international/encoded-kb.el: Be sure to update minor-mode-alist
12147 and minor-mode-map-alist.
12148 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12149 codes SS2 and SS3 correctly.
12150 (encoded-kbd-self-insert-ccl): New function.
12151 (encoded-kbd-setup-keymap): New function.
12152 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12153 by calling encoded-kbd-setup-keymap.
12154
12155 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12156 characters.
12157 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12158 locally.
12159
12160 2000-02-22 Dave Love <fx@gnu.org>
12161
12162 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12163 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12164 defvar.
12165 (lisp-mode-syntax-table): Set up for #|...|# comments.
12166 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12167 classes. Match `defface'.
12168 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12169 (eval-defun-1): Fix for defcustom.
12170 (lisp-indent-region): Doc fix.
12171
12172 * subr.el (when, unless, split-string): Doc fix.
12173 (read-passwd): Move call of clear-this-command-keys to the right
12174 place.
12175 (replace-regexps-in-string): New function.
12176
12177 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12178
12179 * help.el (describe-variable): Set syntax table to
12180 emacs-lisp-mode-syntax-table when moving forward over the
12181 symbol's name.
12182
12183 2000-02-22 Dave Love <fx@gnu.org>
12184
12185 * xt-mouse.el: Doc fixes.
12186 (xterm-mouse-position-function): New function, replacing advice of
12187 mouse-position.
12188 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12189
12190 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12191
12192 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12193
12194 * format.el (format-annotate-single-property-change): Handle
12195 properties.with dotted-list values.
12196 (format-proper-list-p): New function.
12197
12198 * enriched.el (enriched-face-ans): Handle '(foreground-color
12199 . COLOR) and (background-color . COLOR).
12200
12201 2000-02-20 Dave Love <fx@gnu.org>
12202
12203 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12204 and assignments to it.
12205 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12206 current local map.
12207 (make-flyspell-overlay): Use it.
12208 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12209
12210 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12211 (lm-get-header-re): Defun, not defsubst.
12212 (lm-get-package-name): Defun, not defsubst. Simplify.
12213 (lm-version): Doc fix. Simplify.
12214 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12215 (lm-crack-address, lm-last-modified-date, lm-commentary)
12216 (lm-verify, lm-synopsis): Simplify.
12217 (lm-report-bug): Require emacsbug. Use compose-mail.
12218
12219 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12220
12221 * dired.el (dired-mode): Call propertized-buffer-identification
12222 to set mode-line-buffer-identification to something having
12223 the right text properties.
12224
12225 * bindings.el (propertized-buffer-identification): New function.
12226
12227 2000-02-20 Dave Love <fx@gnu.org>
12228
12229 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12230 check for t-mouse too.
12231
12232 * cus-start.el: Make echo-keystrokes `number'.
12233
12234 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12235
12236 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12237 Don't call ring-empty-p unless tags-location-ring is bound.
12238 From Noah Friedman <friedman@splode.com>.
12239
12240 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12241
12242 * progmodes/hideshow.el (hs-flag-region): No longer use
12243 `intangible' overlay property.
12244
12245 (hs-toggle-hiding): New command.
12246 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12247
12248 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12249 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12250 and deactivation.
12251
12252 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12253
12254 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12255
12256 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12257
12258 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12259
12260 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12261 of `*' to handle `(* ... *)' comments.
12262
12263 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12264
12265 * faces.el (list-faces-display): Use display-mouse-p instead of
12266 window-system.
12267
12268 * menu-bar.el (global-map): Menu-bar items converted to the new
12269 format (menu-item..., rearranged for better CUA compliance, and
12270 their names changed for better clarity. Help strings added.
12271
12272 * international/mule-cmds.el (mule-menu-keymap)
12273 (describe-language-environment-map, set-coding-system-map)
12274 (setup-language-environment-map): Convert to new (menu-item...
12275 form, add help strings. Change names of menu items for better
12276 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12277 submenu).
12278
12279 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12280
12281 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12282 within the code.
12283
12284 2000-02-16 Dave Love <fx@gnu.org>
12285
12286 * faces.el: Don't require custom. Add more specific :groups to
12287 various deffaces.
12288 (set-face-attribute): Purecopy args.
12289 (read-face-name): Default to name at point and use it in prompt.
12290 Remove colon from arg in all callers.
12291 (list-faces-display): Hyperlink to face descriptions and customize
12292 buffers.
12293
12294 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12295
12296 * wid-edit.el (widget-match-inline): An atom never matches a
12297 list.
12298
12299 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12300
12301 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12302 at ':' characters by call to split-string.
12303
12304 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12305
12306 * textmodes/bibtex.el: Added RCS version identification.
12307
12308 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12309
12310 * textmodes/bibtex.el: Some temporary comments removed.
12311 (bibtex-field-name, bibtex-entry-type): Made the relationship
12312 explicit.
12313 (bibtex-field-const): Allow capital letters.
12314 (bibtex-start-of-string): Deleted because unused.
12315
12316 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12317 use the term 'reference' to describe a bibtex entry as a whole.
12318 Further, reference keys are no longer called 'labels'.
12319 (bibtex-keys): Renamed to bibtex-reference-keys.
12320 (bibtex-reformat-previous-labels): Renamed to
12321 bibtex-reformat-previous-reference-keys.
12322 (bibtex-reference-type): Renamed to bibtex-entry-type.
12323 (bibtex-reference-head): Renamed to bibtex-entry-head.
12324 (bibtex-reference-maybe-empty-head): Renamed to
12325 bibtex-entry-maybe-empty-head.
12326 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12327 (bibtex-search-reference): Renamed to bibtex-search-entry.
12328 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12329 bibtex-enclosing-entry-maybe-empty-head.
12330 (bibtex-entry-field-alist, bibtex-entry-head,
12331 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12332 bibtex-map-entries, bibtex-search-entry,
12333 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12334 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12335 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12336 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12337 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12338 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12339 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12340
12341 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12342
12343 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12344 comment.
12345 (bibtex-format-field-delimiters): New function, functionality
12346 extracted from bibtex-format-entry.
12347 (bibtex-autokey-get-yearfield-digits): New function, functionality
12348 extracted from bibtex-autokey-get-yearfield.
12349
12350 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12351 entries in order to avoid stack overflow in the regexp matcher if
12352 field contents become large.
12353 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12354 bibtex-field-string-part-not-braced,
12355 bibtex-field-string-part-no-inner-braces,
12356 bibtex-field-string-part-1-inner-brace,
12357 bibtex-field-string-part-2-inner-braces,
12358 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12359 bibtex-field-string-quoted, bibtex-field-string,
12360 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12361 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12362 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12363 as parsing is now performed by the following functions.
12364 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12365 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12366 bibtex-parse-field-string, bibtex-search-forward-field-string,
12367 bibtex-parse-association, bibtex-field-name-for-parsing,
12368 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12369 bibtex-search-forward-field, bibtex-search-backward-field,
12370 bibtex-start-of-field, bibtex-end-of-field,
12371 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12372 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12373 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12374 bibtex-parse-string, bibtex-search-forward-string,
12375 bibtex-search-backward-string, bibtex-start-of-string,
12376 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12377 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12378 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12379 entries. Instead of reporting the results of the parsing by
12380 match-beginning or match-end, these functions return data structures
12381 that hold the corresponding positions.
12382 (bibtex-enclosing-field): Changed to also report field boundaries by
12383 return values rather than by match-beginning or match-end. The
12384 following functions have been adapted to use the new parsing
12385 functions.
12386 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12387 bibtex-enclosing-field, bibtex-format-entry,
12388 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12389 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12390 bibtex-print-help-message, bibtex-end-of-entry,
12391 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12392 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12393 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12394 method for parsing.
12395 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12396 bibtex-map-entries, bibtex-flash-head,
12397 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12398 bibtex-autokey-change, bibtex-autokey-get-namefield,
12399 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12400 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12401 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12402 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12403 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12404 order to make the new binding of case-fold-search immediately
12405 visible.
12406
12407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12408
12409 * textmodes/bibtex.el: Copyright notice is up to date.
12410 Added constant 'bibtex-maintainer-salutation.
12411
12412 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12413 than make-temp-name, use match-string-no-properties and eliminate
12414 a quadratic behavior when building bibtex-strings.
12415
12416 * bibtex.el (bibtex-reference-key): Accept string entries whose
12417 reference key contains upper case letters.
12418
12419 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12420
12421 * bibtex.el (bibtex-reference-head): Allow entries to start with
12422 a new line.
12423
12424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12425
12426 * bibtex.el: Hiding of entry bodies is not longer provided by
12427 bibtex.el directly. Instead the hideshow package can be used.
12428 Added a special bibtex entry to hs-special-modes-alist.
12429 (bibtex-hs-forward-sexp): Added for hideshow.el.
12430
12431 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12432
12433 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12434 at ':' characters by call to split-string.
12435
12436 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12437
12438 * textmodes/bibtex.el: Added RCS version identification.
12439
12440 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12441
12442 * textmodes/bibtex.el: Some temporary comments removed.
12443 (bibtex-field-name, bibtex-entry-type): Made the relationship
12444 explicit.
12445 (bibtex-field-const): Allow capital letters.
12446 (bibtex-start-of-string): Deleted because unused.
12447
12448 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12449 use the term 'reference' to describe a bibtex entry as a whole.
12450 Further, reference keys are no longer called 'labels'.
12451 (bibtex-keys): Renamed to bibtex-reference-keys.
12452 (bibtex-reformat-previous-labels): Renamed to
12453 bibtex-reformat-previous-reference-keys.
12454 (bibtex-reference-type): Renamed to bibtex-entry-type.
12455 (bibtex-reference-head): Renamed to bibtex-entry-head.
12456 (bibtex-reference-maybe-empty-head): Renamed to
12457 bibtex-entry-maybe-empty-head.
12458 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12459 (bibtex-search-reference): Renamed to bibtex-search-entry.
12460 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12461 bibtex-enclosing-entry-maybe-empty-head.
12462 (bibtex-entry-field-alist, bibtex-entry-head,
12463 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12464 bibtex-map-entries, bibtex-search-entry,
12465 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12466 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12467 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12468 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12469 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12470 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12471 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12472
12473 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12474
12475 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12476 comment.
12477 (bibtex-format-field-delimiters): New function, functionality
12478 extracted from bibtex-format-entry.
12479 (bibtex-autokey-get-yearfield-digits): New function, functionality
12480 extracted from bibtex-autokey-get-yearfield.
12481
12482 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12483 entries in order to avoid stack overflow in the regexp matcher if
12484 field contents become large.
12485 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12486 bibtex-field-string-part-not-braced,
12487 bibtex-field-string-part-no-inner-braces,
12488 bibtex-field-string-part-1-inner-brace,
12489 bibtex-field-string-part-2-inner-braces,
12490 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12491 bibtex-field-string-quoted, bibtex-field-string,
12492 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12493 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12494 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12495 as parsing is now performed by the following functions.
12496 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12497 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12498 bibtex-parse-field-string, bibtex-search-forward-field-string,
12499 bibtex-parse-association, bibtex-field-name-for-parsing,
12500 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12501 bibtex-search-forward-field, bibtex-search-backward-field,
12502 bibtex-start-of-field, bibtex-end-of-field,
12503 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12504 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12505 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12506 bibtex-parse-string, bibtex-search-forward-string,
12507 bibtex-search-backward-string, bibtex-start-of-string,
12508 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12509 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12510 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12511 entries. Instead of reporting the results of the parsing by
12512 match-beginning or match-end, these functions return data structures
12513 that hold the corresponding positions.
12514 (bibtex-enclosing-field): Changed to also report field boundaries by
12515 return values rather than by match-beginning or match-end. The
12516 following functions have been adapted to use the new parsing
12517 functions.
12518 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12519 bibtex-enclosing-field, bibtex-format-entry,
12520 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12521 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12522 bibtex-print-help-message, bibtex-end-of-entry,
12523 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12524 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12525 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12526 method for parsing.
12527 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12528 bibtex-map-entries, bibtex-flash-head,
12529 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12530 bibtex-autokey-change, bibtex-autokey-get-namefield,
12531 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12532 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12533 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12534 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12535 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12536 order to make the new binding of case-fold-search immediately
12537 visible.
12538
12539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12540
12541 * textmodes/bibtex.el: Copyright notice is up to date.
12542 Added constant 'bibtex-maintainer-salutation.
12543
12544 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12545 than make-temp-name, use match-string-no-properties and eliminate
12546 a quadratic behavior when building bibtex-strings.
12547
12548 * bibtex.el (bibtex-reference-key): Accept string entries whose
12549 reference key contains upper case letters.
12550
12551 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12552
12553 * bibtex.el (bibtex-reference-head): Allow entries to start with
12554 a new line.
12555
12556 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12557
12558 * bibtex.el: Hiding of entry bodies is not longer provided by
12559 bibtex.el directly. Instead the hideshow package can be used.
12560 Added a special bibtex entry to hs-special-modes-alist.
12561 (bibtex-hs-forward-sexp): Added for hideshow.el.
12562
12563 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12564
12565 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12566 proceedings entry type (for cross referencing). Thanks to Wagner
12567 Toledo Correa for the suggestion.
12568
12569 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12570
12571 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12572
12573 * international/characters.el: Setup case table for Vietnamese.
12574
12575 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12576
12577 * uniquify.el (toplevel): Require CL at compile time.
12578 (uniquify-push): Removed.
12579
12580 * shadowfile.el (shadow-when): Removed.
12581
12582 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12583 (tempo-process-and-insert-string): Use dolist instead of
12584 tempo-dolist.
12585
12586 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12587 regexp for paragraph-start.
12588
12589 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12590 commas as well.
12591
12592 2000-02-10 Dave Love <fx@gnu.org>
12593
12594 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12595 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12596 Deleted.
12597 (widget-specify-field, widget-specify-button): Don't use
12598 widget-mouse-help as help-echo property.
12599 (default): Use #'ignore for :validate and :mouse-down-action.
12600 (checkbox): Add help-echo.
12601 (widget-sexp-validate): Rewritten to clarify error messages.
12602 (character): Use char-valid-p in :match function.
12603 (widget-color-complete): Use facemenu-color-alist.
12604 (widget-color-action): Use facemenu-read-color.
12605
12606 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12607 set up `caar' &c that we now have.
12608
12609 2000-02-09 Ray Blaak <blaak@gnu.org>
12610
12611 * delphi.el: Make resourcestring a declaration region, like const
12612 and var.
12613
12614 2000-02-09 Dave Love <fx@gnu.org>
12615
12616 * bindings.el (mode-line-input-method-map): New variable.
12617 (mode-line-mule-info): Use it; fix last change.
12618 (mode-line-mode-menu): Move definition.
12619 (mode-line-mouse-sensitive-p): Deleted.
12620 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12621 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12622 level.
12623
12624 * startup.el (command-line-1): Don't call
12625 make-mode-line-mouse-sensitive.
12626
12627 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12628
12629 * mail/rmail.el (rmail-retry-failure): Use
12630 rmail-beginning-of-message before rmail-toggle-header, because the
12631 former toggles headers.
12632
12633 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12634
12635 * diff-mode.el (diff-kill-junk): New interactive function.
12636 (diff-reverse-direction): Use delete-and-extract-region.
12637 (diff-post-command-hook): Restrict the area so that the hook also works
12638 outside of any diff hunk. This is necessary for the minor-mode.
12639 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12640 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12641
12642 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12643 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12644 so that it can be used more easily in <foo>-mode-hook. Also make sure
12645 to avoid duplicate entries.
12646 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12647 (font-lock-remove-keywords): Just as was done for `add', allow it to
12648 work even if font-lock-mode is nil. Also make sure we don't modify
12649 any pre-existing list by forcing a copy-sequence. Finally rename
12650 `major-mode' to `mode'.
12651 (font-lock-fontify-syntactic-anchored-keywords)
12652 (font-lock-fontify-anchored-keywords)
12653 (font-lock-fontify-keywords-region): Use line-end-position.
12654 Don't make `font-lock-multiline' local (it's now done in
12655 font-lock-set-defaults).
12656 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12657 move the `font-lock-fontified' creation to inside the `unless'.
12658
12659 2000-02-06 Andrew Innes <andrewi@gnu.org>
12660
12661 * term/w32-win.el (x-handle-args): Comment out call to message,
12662 which occurs before window system is initialized.
12663
12664 * makefile.nt: Add support for recompiling lisp code.
12665
12666 2000-02-04 Dave Love <fx@gnu.org>
12667
12668 * bindings.el (mode-line-mule-info): Fix/extend last change.
12669
12670 * completion.el: Replace completion-dolist with dolist.
12671
12672 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12673 dotimes.
12674
12675 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12676
12677 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12678 environment names before they go into the section regexp.
12679
12680 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12681 char class in regexp.
12682
12683 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12684 `case-fold-search' to nil.
12685
12686 * progmodes/idlwave.el (idlwave-template): Respect
12687 `idlwave-abbrev-change-case'.
12688 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12689 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12690 idlwave-while): respect `idlwave-reserved-word-upcase'.
12691 (idlwave-rw-case): New function.
12692 (idlwave-statement-match): Fixed problem with assignment regexp.
12693 (idlwave-font-lock-keywords): Improved regexp for keyword
12694 parameters.
12695 (idlwave-surround): New argument LENGTH to support padding of
12696 operators longer than 1 char.
12697
12698 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12699 idlwave-shell-expression-overlay. Implemented printing of
12700 expressions on higher levels of the calling stack.
12701 (idlwave-shell-display-level-in-calling-stack): Restore stack
12702 level.
12703 (idlwave-retrieve-expression-from-level): New function.
12704 (idlwave-shell-last-calling-stack): Variable removed.
12705 (idlwave-shell-reset): Argument action reversed (`visible' to
12706 `hidden'). Also remove stop-line overlay.
12707 (idlwave-shell-calling-stack-routine): New variable.
12708 (idlwave-shell-parse-stack-and-display): Messages now display
12709 negative level numbers.
12710 (idlwave-shell-mode): Set `modeline-format'.
12711 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12712 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12713 21.
12714 (idlwave-shell-print-expression-function): New option.
12715
12716 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12717 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12718 `tool-bar' instead of `toolbar'.
12719
12720 2000-02-02 Dave Love <fx@gnu.org>
12721
12722 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12723 emacs-lisp-mode-hook. Don't check for defalias being defined.
12724
12725 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12726 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12727 the new builtins directly.
12728
12729 * whitespace.el (whitespace): Add :version to defgroup.
12730
12731 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12732 Doc fix.
12733
12734 * thingatpt.el (sexp-at-point, symbol-at-point)
12735 (number-at-point, list-at-point): Add autoload cookie.
12736
12737 * recentf.el (recentf): Add :version to defgroup.
12738
12739 * quickurl.el (quickurl): Add :version to defgroup.
12740
12741 * elide-head.el (elide-head): Use point-marker more.
12742
12743 * bs.el (bs): Add :version to defgroup.
12744
12745 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12746
12747 * progmodes/delphi.el (delphi): Add :version to defgroup.
12748
12749 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12750
12751 * ange-ftp.el (ange-ftp-write-region): Handle case that
12752 succeeding process operation sets a different coding system.
12753
12754 * calculator.el: New file.
12755
12756 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12757
12758 * frame.el (frames-on-display-list, framep-on-display): New
12759 functions.
12760 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12761 (display-selections-p, display-screens, display-pixel-width)
12762 (display-pixel-height, display-mm-width, display-mm-height)
12763 (display-backing-store, display-save-under, display-planes)
12764 (display-color-cells, display-visual-class): New functions.
12765
12766 * term/tty-colors.el (tty-color-gray-shades): New function.
12767
12768 * faces.el (display-color-p): Use framep-on-display.
12769 (display-grayscale-p): New function.
12770
12771 2000-01-31 Dave Love <fx@gnu.org>
12772
12773 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12774 (create-fontset-from-x-resource): Don't concat integers.
12775
12776 2000-01-31 Inge Frick <inge@nada.kth.se>
12777
12778 * view.el: Some changes in documentation. Removed some trailing
12779 whitespace. Changed some parameter names to agree with
12780 documentation.
12781 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12782 window is not deleted. Modifies change 1998-04-26.
12783
12784 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12785
12786 * windmove.el: New file.
12787
12788 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12789 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12790 progmodes/ebnf-yac.el: Update copyright and license info.
12791
12792 * jit-lock.el (jit-lock-function): Widen before calculating end
12793 position.
12794 (jit-lock-stealth-chunk-start): Rewritten.
12795
12796 * info.el (Info-title-face-alist): Removed.
12797 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12798 faces.
12799 (Info-fontify-node): Use these faces.
12800
12801 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12802
12803 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12804 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12805 `&allow-other-keywords'.
12806
12807 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12808 the list of directories scanned heuristically.
12809
12810 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12811 exist.
12812
12813 2000-01-30 Jason Rumney <jasonr@gnu.org>
12814
12815 * w32-fns.el: Define w32-tty-standard-colors.
12816
12817 * startup.el (command-line): Use w32-tty-standard-colors when in
12818 w32 console mode.
12819
12820 2000-01-30 Dave Love <fx@gnu.org>
12821
12822 * jka-compr.el (jka-compr-load): Fix up load-history.
12823
12824 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12825
12826 * emacs-lisp/cl-macs.el: Revert previous change.
12827
12828 2000-01-29 Dave Love <fx@gnu.org>
12829
12830 * facemenu.el: Purecopy various strings.
12831
12832 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12833 years. Deal with three-digit years.
12834
12835 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12836 defconst, purecopy.
12837 (help-back-label): Purecopy it.
12838
12839 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12840
12841 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12842 variable. If non-nil, order the buffer list according to the
12843 currently selected frame.
12844 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12845 non-nil, pass the selected frame to function buffer-list.
12846
12847 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12848
12849 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12850
12851 2000-01-28 Dave Love <fx@gnu.org>
12852
12853 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12854
12855 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12856 Don't use lisp-indent-hook property.
12857 (cl-abs): Remove.
12858
12859 * subr.el: Move out indent and edebug specs for when and unless.
12860
12861 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12862 when, unless.
12863
12864 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12865 unless, when.
12866
12867 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12868
12869 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12870 `collecting' as synonym for `collect'.
12871
12872 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12873 for the case it contains spaces.
12874
12875 * simple.el (what-cursor-position): Change formatting of
12876 messages.
12877
12878 * frame.el (delete-other-frames): New function.
12879 (toplevel): Bind it to C-x 5 1.
12880
12881 * sort.el (sort-numeric-base): New option.
12882 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12883 interpret it as octal or hexadecimal. Use sort-numeric-base
12884 as default base.
12885
12886 * progmodes/glasses.el: New file.
12887
12888 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12889
12890 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12891 userids differently.
12892
12893 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12894 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12895 progmodes/ebnf-yac.el: New files.
12896
12897 2000-01-26 Dave Love <fx@gnu.org>
12898
12899 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12900 on a function with an empty body. [From Eric Ludlam.]
12901
12902 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12903
12904 * vc.el (vc-version-diff): Make sure file name is expanded.
12905
12906 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12907
12908 * scroll-bar.el (scroll-bar-timer): Variable removed.
12909 (scroll-bar-toolkit-scroll): Don't use a timer.
12910
12911 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12912
12913 * language/thai-util.el (thai-composition-function): Delete
12914 superfluous `a'.
12915
12916 2000-01-24 Dave Love <fx@gnu.org>
12917
12918 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12919 end-of-defun-function.
12920
12921 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12922 &c.
12923
12924 2000-01-22 Jason Rumney <jasonr@gnu.org>
12925
12926 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12927 conflicts with new face support.
12928
12929 2000-01-22 Richard M. Stallman <rms@gnu.org>
12930
12931 * replace.el (query-replace): Rename last arg to DELIMITED.
12932 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12933 (query-replace-regexp): Likewise.
12934
12935 2000-01-20 Richard M. Stallman <rms@gnu.org>
12936
12937 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12938
12939 * emacs-lisp/lisp.el (beginning-of-defun-function):
12940 Variable renamed from beginning-of-defun.
12941 Do not call make-variable-buffer-local.
12942 (beginning-of-defun-raw): Use new variable name; doc fix.
12943 (beginning-of-defun): Doc fix.
12944 (end-of-defun-function): Variable renamed from end-of-defun.
12945 Do not call make-variable-buffer-local.
12946 (end-of-defun): Use new variable name; doc fix.
12947
12948 * subr.el (dolist, dotimes): Copied from cl-macs.el
12949 and made to work.
12950
12951 * mail/undigest.el (rmail-digest-end-regexps):
12952 Variable replaces rmail-digest-end-regexp.
12953 Allows multiple regexps for detecting the end line.
12954 (undigestify-rmail-message): Corresponding changes.
12955
12956 2000-01-19 Dave Love <fx@gnu.org>
12957
12958 * files.el (user-init-file): Don't declare here -- is primitive.
12959
12960 * startup.el (command-line): Check for compiled user-init-file and
12961 set to uncompiled version if necessary.
12962
12963 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12964
12965 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12966 (undigestify-rmail-message): Use it.
12967
12968 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12969
12970 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12971
12972 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12973 of mini-buffer.
12974
12975 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12976
12977 * emacs-lisp/copyright.el (copyright-update): Removed the
12978 requirement for a trailing space from `copyright-regexp', to
12979 support copyrights with owner specified on a separate line..
12980
12981 * align.el: New file.
12982
12983 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12984
12985 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12986
12987 2000-01-13 Dave Love <fx@gnu.org>
12988
12989 * ph.el: Removed. (Obsoleted by EUDC.)
12990
12991 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12992
12993 * net/eudc.el (toplevel): Remove autoloaded code installing
12994 menu with easymenu, because that causes build problems.
12995
12996 * frame.el (frame-notice-user-settings): New variable.
12997 (frame-notice-user-settings): Don't modify frame parameters
12998 if called a second time.
12999
13000 2000-01-13 Richard M. Stallman <rms@gnu.org>
13001
13002 * frame.el (frame-notice-user-settings):
13003 Notice default-frame-parameters even for non-window frames.
13004
13005 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13006
13007 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13008 for Emacs.
13009 (eudc-bob-can-display-inline-images): Extend for Emacs.
13010 (eudc-bob-toggle-inline-display): Ditto.
13011 (eudc-bob-display-jpeg): Ditto.
13012
13013 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13014
13015 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13016 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13017 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13018
13019 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13020 nil)'.
13021
13022 * subdirs.el: Add `net' directory.
13023
13024 * net: New directory.
13025
13026 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13027 eval-last-sexp. Don't bind debug-on-error here.
13028 (eval-last-sexp): New function. Bind debug-on-error if
13029 eval-expression-debug-on-error is non-nil.
13030 (eval-defun-2, eval-defun): Likewise.
13031
13032 * simple.el (eval-expression): Don't bind debug-on-error if
13033 eval-expression-debug-on-error is nil. Detect changed
13034 debug-on-error, and propagate new value to global binding, if
13035 eval-expression-debug-on-error is non-nil,
13036 (eval-expression-debug-on-error): Change doc string.
13037
13038 2000-01-11 Richard M. Stallman <rms@gnu.org>
13039
13040 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13041
13042 * emacs-lisp/lisp-mode.el (with-syntax-table):
13043 Set up lisp-indent-function property.
13044
13045 * subr.el (with-syntax-table): Moved from simple.el.
13046
13047 * simple.el (with-syntax-table): Moved to subr.el.
13048
13049 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13050
13051 * tmm.el (tmm-shortcut): Delete region after prompt instead
13052 of erasing buffer.
13053
13054 * textmodes/fill.el (fill-common-string-prefix): New function.
13055 (fill-context-prefix): Use the longest common prefix of first
13056 and second line fill prefix, if there is one.
13057
13058 2000-01-11 Richard M. Stallman <rms@gnu.org>
13059
13060 * array.el (array-mode): Don't use make-variable-buffer-local.
13061 Use make-local-variable for `truncate-lines'.
13062
13063 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13064
13065 * add-log.el (add-log-current-defun): Handle user-defined
13066 add-log-current-function returning nil,
13067
13068 * add-log.el (add-change-log-entry): Insert version number
13069 if having found a current function
13070
13071 * add-log.el (add-log-current-defun): Call
13072 `add-log-current-defun-function'. Try matches at level 0 and
13073 level 1. Strip whitespace from defun found.
13074
13075 2000-01-10 John Wiegley <johnw@gnu.org>
13076
13077 * allout.el (isearch-done/outline-provisions): Added `edit'
13078 argument to correspond with the current definition of
13079 `isearch-done'.
13080
13081 2000-01-10 Dave Love <fx@gnu.org>
13082
13083 * elide-head.el (elide-head): Use point-marker, not point.
13084
13085 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13086
13087 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13088 before and after the year 2000.
13089
13090 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13091 Add ispell- prefix.
13092
13093 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13094
13095 * ispell.el: Only define dictionaries in menus when they exist.
13096 (version18p): New variable.
13097 (version20p): New variable.
13098 (xemacsp): New variable.
13099 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13100 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13101 (ispell-dictionary-alist6): Russian command lines no longer accept
13102 run-together words.
13103 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13104 (ispell-dictionary-alist): Add koi8-r to customize definition.
13105 (check-ispell-version): Added documentation string. Returns
13106 library path when called non-interactively.
13107 (ispell-menu-map-needed): Uses new variables.
13108 (ispell-library-path): New variable.
13109 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13110 (ispell-word): Improved documentation string. Test for valid
13111 character mappings. Correctly check typed in word changes that can
13112 result in single words split into multiple words. Returns
13113 replacement word.
13114 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13115 replace in recursive query replace mode. Help message for
13116 recursive edit mode.
13117 (ispell-show-choices): Protect against bad framepop bindings.
13118 (ispell-help): Fix to work with XEmacs.
13119 (ispell-highlight-spelling-error): Use new variables.
13120 (ispell-overlay-window): Fix to work with XEmacs.
13121 (ispell-parse-output): Passed and returns location information
13122 tracking spelling corrections. Doesn't recheck same word on
13123 current line.
13124 (ispell-init-process): Protect against bogus XEmacs variable binding.
13125 Fix call to single argument in sleep-for. Use new variables.
13126 (ispell-region): Passed and returns location information tracking
13127 spelling corrections. Doesn't check same word on current line.
13128 Improved documentation string. Doesn't resend a line already
13129 checked to the ispell process - fixes bug in LaTeX parsing.
13130 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13131 (ispell-skip-region): No longer skips <TT> in SGML.
13132 (ispell-process-line): Tracks location information with spelling
13133 corrections. Added documentation string. Accounts for words
13134 already accepted on this line. Don't allow query-replace on line
13135 starting with math characters. Doesn't resend a line already sent
13136 to ispell process. Fixes alignment error bug.
13137
13138 2000-01-10 Richard M. Stallman <rms@gnu.org>
13139
13140 * dired-x.el (dired-guess-shell-alist-default):
13141 Suggest xloadimage, which is free, not xv, which isn't.
13142
13143 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13144 Don't ever include the host name or user name in the value.
13145
13146 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13147
13148 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13149 of a real newline.
13150
13151 2000-01-09 Stephen Eglen <stephen@gnu.org>
13152
13153 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13154 for .png files.
13155
13156 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13157
13158 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13159
13160 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13161
13162 * progmodes/cperl-mode.el: Replace ^F with ^L.
13163
13164 * sendmail.el (toplevel): Provide `sendmail' when compiling
13165 before `require'ing rmail and mailalias to prevent infinite
13166 recursion.
13167
13168 2000-01-08 Dave Love <fx@gnu.org>
13169
13170 * emacs-lisp/backquote.el: Remove inappropriate customization
13171 (allowing custom.el to use backquote).
13172
13173 2000-01-07 Dave Love <fx@gnu.org>
13174
13175 * add-log.el (add-log-debugging): Deleted.
13176 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13177 file. Remove debugging code.
13178 (change-log-get-method-definition, change-log-name): Add doc.
13179 (change-log-sortable-date-at): New function.
13180 (change-log-merge): New command.
13181
13182 * time.el (display-time-string-forms): Make the Mail string active.
13183 (display-time-update): Provide help-echo for load average.
13184
13185 * bindings.el (make-mode-line-mouse2-map): New function.
13186 (mode-line-modified): Use it and simplify.
13187 (mode-line-mule-info): Provide help-echo info.
13188 (minor-mode-alist): Activate the strings.
13189 (make-mode-line-mouse-sensitive): Simplify for
13190 mode-line-buffer-identification.
13191
13192 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13193
13194 * play/pong.el: New file.
13195
13196 2000-01-06 Dave Love <fx@gnu.org>
13197
13198 * array.el: Assorted cleanups for compiler warnings, doc strings,
13199 `array-' prefix for symbols.
13200
13201 2000-01-05 Dave Love <fx@gnu.org>
13202
13203 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13204 outline-headers-as-kill.
13205 (outline-mode): Define imenu-generic-expression.
13206 (outline-headers-as-kill): New command.
13207
13208 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13209 from paragraph-start.
13210 (paragraph-indent-minor-mode): New command.
13211
13212 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13213 M-C-e, M-C-h, C-j, C-xnd, TAB.
13214 (fortran-mode): Set beginning-of-defun, end-of-defun.
13215 (fortran-column-ruler): Simplify.
13216 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13217 (fortran-with-subprogram-narrowing): Likewise.
13218 (fortran-indent-subprogram): Call mark-defun.
13219 (fortran-check-for-matching-do): Change narrowing.
13220
13221 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13222 (cl-lucid-hash-tag): Delete.
13223 (cl-hash-table-p): Correct test for native table.
13224 (cl-hash-table-count): Use hash-table-count.
13225
13226 * browse-url.el (browse-url): Fix case of
13227 browse-url-browser-function being an alist.
13228
13229 2000-01-05 Carsten Dominik <cd@gnu.org>
13230
13231 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13232 (reftex-index-phrase-file-extension): New options.
13233
13234 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13235 Use new option `reftex-index-phrase-file-extension'.
13236
13237 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13238 `reftex-parse-file-extension'.
13239
13240 2000-01-05 Dave Love <fx@gnu.org>
13241
13242 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13243 (beginning-of-defun-raw): Use it.
13244 (end-of-defun): New variable.
13245 (end-of-defun): Use it.
13246 (check-parens): New command.
13247
13248 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13249
13250 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13251 (hs-show-block): Don't use `mapcar' when not accumulating.
13252
13253 Fix buglet in local variables initialization.
13254
13255 2000-01-05 Andreas Schwab <schwab@suse.de>
13256
13257 * hscroll.el (hscroll): Doc fix.
13258
13259 2000-01-05 Carsten Dominik <cd@gnu.org>
13260
13261 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13262 idlw-toolbar.
13263
13264 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13265 file idlw-rinfo.el.
13266 (idlwave-customize): load must read file idlw-shell.el.
13267 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13268
13269 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13270
13271 * progmodes/idlw-shell.el: Also provide idlwave-shell
13272 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13273 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13274
13275 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13276 both reftex-dcr and reftex-vcr.
13277
13278 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13279
13280 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13281
13282 * ps-print.el: PostScript code now is in separate files, doc fix.
13283 (ps-print-version): New version number (5.0.3).
13284 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13285 local.
13286 (ps-spool-config): Initialization fix.
13287 (ps-print-prologue-1, ps-print-prologue-2)
13288 (ps-print-duplex-feature): PostScript code moved to separated file.
13289 (ps-background-image): Little code reformating.
13290 (ps-begin-file, ps-begin-job): Fix code.
13291 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13292 (ps-prologue-file): New fun.
13293
13294 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13295
13296 * ps-vars.el: Eliminated.
13297
13298 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13299 `;;;###autoload'.
13300
13301 * ps-print.el: ps-vars eliminated, doc fix.
13302 (ps-print-version): New version number (5.0.2).
13303 (ps-spool-config): Initialization fix.
13304 (ps-print-customize): New fun.
13305
13306 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13307
13308 * autorevert.el (auto-revert-mode): Return value of
13309 auto-revert-mode.
13310
13311 2000-01-04 Dave Love <fx@gnu.org>
13312
13313 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13314 menu items.
13315
13316 2000-01-03 Dave Love <fx@gnu.org>
13317
13318 * elide-head.el (elide-head) [defgroup]: Add :version.
13319
13320 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13321 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13322 `cl-hash-table-p', not `hash-table-p'.
13323 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13324
13325 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13326
13327 * faces.el (face-read-integer, read-face-attribute)
13328 (color-defined-p, color-values): unspecified-{f,b}g are now
13329 strings.
13330
13331 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13332
13333 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13334 at comment end, and re-insert them after filling.
13335
13336 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13337
13338 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13339 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13340 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13341
13342 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13343
13344 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13345 the new name of face-color-supported-p.
13346
13347 * term/w32-win.el (xw-defined-colors): Likewise.
13348
13349 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13350
13351 * simple.el (completion-setup-function): Count completion-size
13352 from minibuffer-prompt-end, not from point-min.
13353
13354 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13355
13356 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13357 Pass the frame to tty-color-* functions.
13358 (display-color-p, frame-set-background-mode): Pass the frame to
13359 tty-display-color-p.
13360
13361 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13362 tty-color-alist.
13363 (tty-color-alist, tty-modify-color-alist): New functions.
13364 (tty-color-define, tty-color-clear, tty-color-approximate)
13365 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13366 an optional parameter FRAME.
13367
13368 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13369
13370 * image.el (create-image, defimage): Don't assume image data is a
13371 string.
13372
13373 * image.el (defimage): Handle specifications containing :data
13374 instead of :file.
13375 (image-type-from-data): New function.
13376 (image-type-from-file-header): Use it.
13377 (create-image): Add parameter DATA-P.
13378
13379 See ChangeLog.8 for earlier changes.
13380
13381 ;; Local Variables:
13382 ;; coding: iso-2022-7bit
13383 ;; End: