*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4
5 * bindings.el (mode-line-mode-menu): Reverse the order
6 of define-keys so that the menu appears in alphabetical order.
7
8 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9
10 * progmodes/glasses.el (glasses-mode): Update mode line at the end
11 of the function.
12
13 2000-12-07 Dave Love <fx@gnu.org>
14
15 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
16
17 * facemenu.el (facemenu-unlisted-faces): Fix value.
18
19 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
20
21 * font-lock.el (font-lock-default-fontify-region):
22 Include the terminating \n (off-by-one error).
23 (font-lock-set-defaults): Use dolist.
24
25 * derived.el (define-derived-mode): Don't use combine-run-hooks.
26
27 2000-12-07 Kenichi Handa <handa@etl.go.jp>
28
29 * international/mule-cmds.el (describe-language-environment): Fix
30 for the case that an input method title is not string but a list.
31
32 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
33 of wrong SIZE record.
34
35 2000-12-06 Dave Love <fx@gnu.org>
36
37 * newcomment.el (comment-region, comment-dwim): Doc fix.
38
39 * textmodes/texinfo.el: Require tex-mode when compiling.
40 (texinfo-update-node): Doc fix.
41 (texinfo-imenu-generic-expression): Add @anchor.
42 (texinfo-font-lock-keywords): Add @uref.
43 (texinfo-inside-macro-p): Don't use ignore-errors.
44 (texinfo-insert-quote): Match more contexts.
45
46 * international/mule.el (decode-char, encode-char): Doc fix.
47 (auto-coding-alist): Customize.
48
49 * files.el (load-file): Fix change of 2000-03-12.
50
51 * wid-edit.el (widget-text-keymap): Doc fix.
52
53 2000-12-06 Andrew Innes <andrewi@gnu.org>
54
55 * makefile.w32-in (lisp): Set to an absolute directory, namely
56 $(CURDIR).
57
58 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
61 read generated-autoload-file, and set buffer-file-coding-system to
62 raw-text-unix after reading the file.
63
64 * international/mule-conf.el (file-coding-system-alist): Use
65 raw-text for reading loaddefs.el and raw-text-unix for writing
66 it.
67
68 2000-12-06 Gerd Moellmann <gerd@gnu.org>
69
70 * replace.el (occur): Make line-number-width 1 smaller for the
71 colon following the line number.
72
73 * startup.el (fancy-splash-text, command-line-1): Use
74 `File' for the menu name instead of `Files'.
75
76 * tmm.el: Update copyright.
77
78 * cus-start.el: Add entry for even-window-heights.
79
80 2000-12-06 Miles Bader <miles@gnu.org>
81
82 * faces.el (frame-set-background-mode): Avoid stomping on
83 locally modified faces.
84
85 2000-12-06 Kenichi Handa <handa@etl.go.jp>
86
87 * international/fontset.el: Correct the font registries for
88 japanese-jisx0213-1 and japanese-jisx0213-2.
89
90 2000-12-05 Gerd Moellmann <gerd@gnu.org>
91
92 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
93
94 * iswitchb.el: Update customization commentary.
95
96 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
97
98 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
99 (tpu-search-highlight): Fixed comparison of overlay end positions.
100 (tpu-trim-line-ends): Implemented trimming logic locally.
101
102 * emulation/tpu-extras.el (tpu-write-file-hook)
103 (tpu-set-cursor-bound): Replaced picture-clean with
104 tpu-trim-line-ends.
105
106 2000-12-05 Kenichi Handa <handa@etl.go.jp>
107
108 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
109 to cn-gb.
110 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
111
112 2000-12-04 Dave Love <fx@gnu.org>
113
114 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
115
116 2000-12-04 Gerd Moellmann <gerd@gnu.org>
117
118 * mail/rmailsum.el (rmail-summary-expunge)
119 (rmail-summary-expunge-and-save): Ask for confirmation with
120 rmail-expunge-confirmed.
121
122 * mail/rmail.el (rmail-expunge-confirmed): New function.
123 (rmail-expunge): Use it.
124
125 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
126 (etags-recognize-tags-table, find-tag-in-order): New
127 functionality: interpret file names as tags.
128
129 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
130
131 * info.el (Info-scroll-prefer-subnodes): New defcustom.
132 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
133 visit the first subnode until the bottom of the current node is
134 visible.
135
136 2000-12-04 Gerd Moellmann <gerd@gnu.org>
137
138 * format.el (format-decode): Don't change buffer's undo list.
139
140 2000-12-04 Kenichi Handa <handa@etl.go.jp>
141
142 * faces.el (face-font-registry-alternatives): Add entries for CJK
143 fonts. Doc-string adjusted for the actual usage of this data.
144
145 * international/fontset.el: Change the font registries for CJK
146 fonts in the default fontset. Don't append '*' to registries.
147
148 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
149
150 * emacs-lisp/easy-mmode.el (define-derived-mode)
151 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
152
153 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
154 (derived-mode-p): New function.
155 (derived-mode-make-docstring): Add `docstring' argument.
156 Use it if available and complete it if necessary.
157
158 2000-12-03 Andreas Schwab <schwab@suse.de>
159
160 * type-break.el (type-break): Don't make parent of itself.
161
162 2000-12-03 Miles Bader <miles@gnu.org>
163
164 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
165
166 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
167
168 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
169 (tex-main-file, tex-file): Simplify.
170 (tex-generate-zap-file-name): Use subst-char-in-string.
171 (tex-strip-dots): Remove.
172
173 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
174
175 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
176 to check if the match succeeded.
177
178 2000-12-02 Gerd Moellmann <gerd@gnu.org>
179
180 * startup.el (use-fancy-splash-screens-p): New function.
181 (command-line-1): Use it to determine whether or not to use
182 a fancy splash screen.
183
184 2000-12-02 Andreas Schwab <schwab@suse.de>
185
186 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
187
188 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
189
190 * international/mule.el (make-char): Fix last change.
191
192 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
193 New defcustoms.
194 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
195 autoloading tex-mode; instead, do the same manually. Use
196 texinfo-open-quote and texinfo-close-quote. Insert literal quote
197 with numeric argument. Docstring fix.
198 (toplevel): Require cl when compiling.
199
200 * international/mule.el (make-char): Doc fix.
201
202 2000-12-02 Jason Rumney <jasonr@gnu.org>
203
204 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
205 the Emacs Lisp manual)
206
207 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
208
209 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
210
211 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
212 the Emacs Lisp manual).
213
214 2000-12-02 Gerd Moellmann <gerd@gnu.org>
215
216 * simple.el (next-line-add-newlines): Change default to nil.
217
218 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
219
220 * files.el (revert-buffer, recover-file): Bind
221 coding-system-for-read to emacs-mule-unix, not to no-conversion.
222
223 2000-12-01 Gerd Moellmann <gerd@gnu.org>
224
225 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
226
227 * play/5x5.el (5x5-play-solution):
228
229 2000-12-01 Miles Bader <miles@gnu.org>
230
231 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
232
233 2000-12-01 Kenichi Handa <handa@etl.go.jp>
234
235 * international/mule-diag.el (describe-char-after): Fix typo.
236 (describe-character-set, non-iso-charset-alist): Fix typo.
237
238 2000-12-01 Miles Bader <miles@gnu.org>
239
240 * image-file.el (image-file-name-regexp): Automatically add
241 upper-case variants of each filename extension in
242 `image-file-name-extensions', since they seem to be common.
243
244 * simple.el (minibuffer-contents)
245 (minibuffer-contents-no-properties, delete-minibuffer-contents):
246 New functions.
247 * filecache.el (file-cache-directory-name)
248 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
249
250 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
251
252 * filecache.el (file-cache-minibuffer-complete): Don't try to
253 delete the minibuffer prompt.
254
255 2000-11-30 Dave Love <fx@gnu.org>
256
257 * cus-start.el: Fix read-buffer-function type.
258
259 2000-11-30 Gerd Moellmann <gerd@gnu.org>
260
261 * md5.el: Removed. There's a built-in function, now.
262
263 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
264
265 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
266 as dummy 0-th char of rmail-deleted-vector.
267
268 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
269
270 * ps-print.el (ps-end-job): Bind case-fold-search only after
271 switching to ps-spool-buffer.
272
273 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
274
275 * ps-print.el: Line number font customization. PostScript: Lines and
276 PageCount are initialized on each page. Doc Fix.
277 (ps-print-version): New version number (6.3.2).
278 (ps-lpr-switches, ps-font-info-database, ps-font-size)
279 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
280 (ps-right-header): Customization fix.
281 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
282 Fix code.
283 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
284 New vars.
285
286 2000-11-30 Gerd Moellmann <gerd@gnu.org>
287
288 * bs.el: Fix typos and spelling errors.
289 (bs-appearance) <defgroup>: Renamed from bs-appearence.
290 (bs-configuration): Doc fix.
291
292 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
293
294 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
295
296 * emulation/tpu-edt.el (tpu-version): New version.
297 (tpu-search-overlay, tpu-replace-overlay): New initial range.
298 (tpu-original-mode-line): Variable deleted.
299 (tpu-mark-flag): New initial value.
300 (tpu-set-mode-line): Don't redefine mode-line-format. Add
301 tpu-mark-flag to minor-mode-alist.
302 (tpu-update-mode-line): New mark flag logic.
303 (tpu-get): Use find-file-wildcards.
304 (tpu-search-highlight): Move overlay less, reset overlay properly.
305 (tpu-unselect): Deactivate mark.
306 (tpu-lm-replace): Reset overlay properly.
307 (tpu-forward-line): Use forward-visible-line.
308 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
309
310 * emulation/tpu-extras.el (tpu-forward-line): Use
311 forward-visible-line.
312
313 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
314
315 * cus-edit.el (custom-face-value-create): Always emphasize tag.
316
317 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
318
319 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
320 and skip whitespace and newlines.
321
322 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
323
324 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
325
326 2000-11-29 Gerd Moellmann <gerd@gnu.org>
327
328 * help.el (describe-function-1): Regexp-quote function name
329 when used as part of a regexp.
330
331 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
332 face-attribute instead of face-foreground and face-background.
333 (tool-bar-add-item): Likewise, and handle unspecified colors.
334
335 * enriched.el (enriched-face-ans): Use face-attribute instead
336 of face-foreground and face-background.
337
338 * faces.el (face-foreground, face-background, face-stipple):
339 Return nil if attribute is unspecified, for backward
340 compatibility.
341
342 * files.el (auto-mode-alist): Add an entry for antlr-mode.
343
344 * play/5x5.el: Remove version info.
345
346 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
347
348 * frame.el (blink-cursor-mode): Doc fix.
349
350 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
351
352 * antlr-mode.el: New commands to run ANTLR from within Emacs and
353 to create Makefile rules.
354 (antlr-tool-command): New user option.
355 (antlr-ask-about-save): New user option.
356 (antlr-makefile-specification): New user option.
357 (antlr-file-formats-alist): New variable.
358 (antlr-special-file-formats): New variable.
359 (antlr-unknown-file-formats): New user option.
360 (antlr-help-unknown-file-text): New variable.
361 (antlr-help-rules-intro): New variable.
362 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
363 (antlr-mode-menu): Add entries.
364 (antlr-file-dependencies): New function.
365 (antlr-directory-dependencies): New function.
366 (antlr-superclasses-glibs): New function.
367 (antlr-run-tool): New command.
368 (antlr-makefile-insert-variable): New function.
369 (antlr-insert-makefile-rules): New function.
370 (antlr-show-makefile-rules): New command.
371
372 * antlr-mode.el: More Emacs/XEmacs stuff.
373 (antlr-no-action-keywords): New constant with value nil.
374 (antlr-font-lock-keywords-alist): Use it. Old value would break
375 syntax highlighting in Emacs-21.0.
376 (antlr-default-directory): Emacs/XEmacs dependend function.
377 (antlr-read-shell-command): Ditto.
378 (antlr-with-displaying-help-buffer): Ditto.
379
380 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
381
382 * antlr-mode.el: imenu, parsing and highlighting changes.
383 (antlr-imenu-create-index-function): Don't create extra submenus
384 for definitions in different grammar classes. It is not necessary
385 for the menu and would make command `imenu' awkward to use.
386 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
387 header actions and more than one.
388 (antlr-font-lock-tokendef-face): Changed color.
389 (antlr-font-lock-tokenref-face): Changed color.
390 (antlr-font-lock-additional-keywords): Also highlight lowercase.
391 (antlr-mode-syntax-table): New variable.
392 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
393 (antlr-with-syntax-table): Don't copy syntax table.
394
395 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
396
397 * antlr-mode.el: Minor changes: language setting.
398 (antlr-language-alist): The value for file option "language" can
399 be both an identifier and a string.
400 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
401 (antlr-language-limit-n-regexp): Change accordingly.
402
403 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
404
405 * antlr-mode.el: Minor changes: tabs, hiding.
406 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
407 (antlr-action-visibility): Also allow value nil to also hide the
408 braces. Renamed from `antlr-tiny-action-length'.
409 Suggested by Jay@aol.com.
410 (antlr-hide-actions): Change accordingly. Hide line if completely
411 hidden action is on a line of its own.
412
413 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
414
415 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
416
417 * sort.el (sort-columns): Don't concat strings with numbers.
418
419 2000-11-29 Dave Love <fx@gnu.org>
420
421 * cus-edit.el (face): Fix :format.
422
423 * mail/feedmail.el: Require smtpmail when compiling.
424 (mail-do-fcc): Autoload.
425 (feedmail) <defgroup>: Fix :link.
426 (feedmail-nuke-body-in-fcc): Fix :type.
427 (feedmail-send-it): Add autoload cookie.
428
429 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
430
431 * newcomment.el (comment-indent): Save excursion around call to
432 comment-indent-function.
433
434 2000-11-29 Miles Bader <miles@gnu.org>
435
436 * subr.el (member-ignore-case): Return the tail of the list who's
437 car matches, like `member', not the matching element itself.
438
439 2000-11-29 Kenichi Handa <handa@etl.go.jp>
440
441 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
442 should not contain `\n'.
443
444 2000-11-28 Gerd Moellmann <gerd@gnu.org>
445
446 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
447
448 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
449
450 * dired-aux.el (dired-do-create-files): Construct default file
451 name for dired-mark-read-file-name so that when the user enters
452 just RET, the target file will end up in the target directory.
453
454 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
455 local-abbrev-table before changing buffers because it might
456 have a buffer-local binding.
457
458 2000-11-28 Miles Bader <miles@gnu.org>
459
460 * simple.el (delete-horizontal-space): Handle fields more generally.
461
462 2000-11-28 Gerd Moellmann <gerd@gnu.org>
463
464 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
465
466 2000-11-28 Dave Love <fx@gnu.org>
467
468 * progmodes/ps-mode.el (ps-mode): Set comment-start and
469 comment-start-skip locally.
470
471 * progmodes/fortran.el (fortran-mode): Don't set
472 fortran-comment-line-start-skip. Set comment-start to
473 fortran-comment-line-start.
474 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
475 (fortran-comment-line-start-skip): Simplify slightly.
476
477 2000-11-28 Gerd Moellmann <gerd@gnu.org>
478
479 * play/5x5.el: Remove RCS keyword.
480
481 * bs.el: Mistaken commit, undone 2000-11-30.
482
483 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
484
485 * textmodes/tildify.el (tildify-string-alist): Add
486 `plain-tex-mode' here.
487
488 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
489
490 * chistory.el (Command-history-setup): Remove extraneous `keymap'
491 reference.
492
493 2000-11-28 Miles Bader <miles@gnu.org>
494
495 * cus-face.el (custom-face-attributes): Add post-filter function
496 for :box. Make pre-filter function for :box handle all cases.
497
498 * wid-edit.el (widget-choose): Make sure pop-up window is large
499 enough to display all the choices, as there's no way to scroll it.
500
501 2000-11-28 Kenichi Handa <handa@etl.go.jp>
502
503 * international/mule-conf.el: Make the coding system no-conversion
504 safe for all characters.
505
506 2000-11-27 Dave Love <fx@gnu.org>
507
508 * net/ldap.el (ldap) <defgroup>: Add :version.
509
510 * tooltip.el (tooltip-use-echo-area): Doc fix.
511
512 * cus-start.el <minibuffer-prompt-properties>: Add version.
513 <read-buffer-function>: Add.
514
515 * apropos.el (apropos-print): Add help-echo to active text.
516
517 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
518
519 2000-11-27 Gerd Moellmann <gerd@gnu.org>
520
521 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
522 type, group and version.
523
524 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * select.el (x-get-selection): Docstring fix.
527
528 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
529
530 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
531
532 2000-11-27 Andrew Innes <andrewi@gnu.org>
533
534 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
535
536 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
537
538 2000-11-27 Miles Bader <miles@gnu.org>
539
540 * dired.el (dired-get-filename): Return filename verbatim if
541 LOCALP is `verbatim'.
542 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
543 `verbatim' so that we don't inadvertently delete a non-existant
544 directory name.
545
546 2000-11-27 Kenichi Handa <handa@etl.go.jp>
547
548 * international/characters.el: Specify cases and syntaxes for
549 mule-unicode-0100-24ff.
550
551 2000-11-27 Gerd Moellmann <gerd@gnu.org>
552
553 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
554 that foreground and/or background colors of the face `tool-bar'
555 are unspecified.
556
557 2000-11-27 Miles Bader <miles@gnu.org>
558
559 * wid-edit.el (widget-field-buffer, widget-field-start)
560 (widget-field-end): Handle widget field `pseudo-overlays'.
561 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
562 if it's there instead of in `widget-field-list'.
563
564 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
565 (help-make-xrefs): Delete extraneous newlines at the end of the
566 docstring.
567
568 2000-11-25 Jason Rumney <jasonr@gnu.org>
569
570 * startup.el (command-line): Call set-locale-environment after
571 Window System init file is read, as it can result in a call to
572 redraw-frame.
573
574 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
575
576 * simple.el (shell-command): Mention the effect of the prefix
577 argument in the doc string.
578
579 2000-11-25 Miles Bader <miles@gnu.org>
580
581 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
582
583 * wid-edit.el (widget-field-value-delete): Don't try to delete
584 overlay when it's the `pseudo-overlay' that exists at some points.
585
586 2000-11-24 Jason Rumney <jasonr@gnu.org>
587
588 * international/mule-cmds.el (locale-language-names): Add "jp" as
589 a non-standard alternative for Japanese.
590
591 2000-11-24 Andre Spiegel <spiegel@gnu.org>
592
593 * vc-hooks.el: Require 'cl during compilation.
594
595 2000-11-24 Gerd Moellmann <gerd@gnu.org>
596
597 * faces.el (face-set-after-frame-default): Let face attributes
598 specified for new frames override frame parameters.
599
600 * startup.el (command-line): Fix computation of the source file
601 for user-init-file when user-init-file is a compiled file.
602
603 2000-11-24 Miles Bader <miles@gnu.org>
604
605 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
606 (custom-post-filter-face-spec): New functions.
607 (custom-face-set, custom-face-value-create): Filter the face spec
608 before and after customization.
609 (custom-face-set): If VALUE specifies a null face, pass a
610 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
611 * cus-face.el (custom-face-attributes): Remove SET and GET
612 functions. Add some IN-FILTER and OUT-FILTER functions in the few
613 cases they're needed.
614
615 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
616 that it's distinguishable from the :off-glyph on dark-background
617 displays. Set its background color too.
618
619 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
620 so that people can easily turn it off.
621
622 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
623
624 * ediff-diff.el: Moved variables around to have it compile under NT.
625
626 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
627
628 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
629
630 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
631 redundant skip-small-frames test.
632
633 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
634 (viper-downgrade-to-insert): protect against errors in hooks.
635
636 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
637 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
638 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
639 functions.
640
641 * viper-util.el (viper-memq-char): Bug fixes.
642
643 * viper.el (viper-mode): Fix cursor handling.
644
645 2000-11-24 Kenichi Handa <handa@etl.go.jp>
646
647 * international/mule-diag.el (list-iso-charset-chars): For
648 two-byte charset, fix the `while' condition.
649 (list-non-iso-charset-chars): Fix the `while' condition.
650
651 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
652
653 * subr.el (add-hook, remove-hook): Don't call make-local-hook
654 if the variable is make-variable-buffer-local.
655
656 * progmodes/ada-stmt.el (ada-template-map): Initialize
657 and bind it to C-c t in ada-mode-map.
658 (ada-stmt-mode-hook): New function extracted from old code.
659 Only change the buffer-local side of skeleton-*.
660 (ada-mode-hook): Use it.
661
662 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
663
664 * iswitchb.el (iswitchb-minibuf-depth): New variable.
665 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
666 we expect to be returned by minibuffer-depth once we prompt the
667 user in the minibuffer.
668 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
669 as recorded in iswitchb-minibuf-depth, return non-nil.
670
671 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
672
673 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
674 (hscroll-window-maybe): Docstring fix.
675
676 2000-11-23 Dave Love <fx@gnu.org>
677
678 * rect.el (string-rectangle): Don't test delete-selection-mode.
679
680 2000-11-23 Gerd Moellmann <gerd@gnu.org>
681
682 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
683 is in the tool bar.
684
685 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
686 with `no-dir'; we want the directory part to be able to remove
687 it.
688
689 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
690
691 * textmodes/outline.el (outline-flag-region):
692 Don't bind inhibit-read-only since we don't modify the buffer.
693 (outline-isearch-open-invisible): Don't jump to overlay-start
694 since we're trying to unhide text around point.
695 (outline-discard-overlays): Use dolist.
696
697 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
698
699 2000-11-22 Gerd Moellmann <gerd@gnu.org>
700
701 * mail/rmail.el (rmail-confirm-expunge): Default to
702 y-or-n-p.
703
704 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
705
706 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
707 Fix ARG regexp to skip quoted braces.
708 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
709 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
710 are (correctly) handled separately).
711 Remove `caption' and `footnote' from `citations': they contain text.
712 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
713 (latex-skeleton-end-hook): New function.
714 (latex-mode): Use it.
715 (tex-start-tex-marker): Remove.
716 (tex-send-tex-command): Don't set tex-start-tex-marker.
717 (tex-error-parse-syntax-table): New var.
718 (tex-compilation-parse-errors): Use it.
719 Ignore tex-start-tex-marker. Don't bother with marker-position.
720 (tex-validate-buffer): Don't bother with marker-position.
721
722 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
723 (flyspell-generic-progmode-verify): Use it.
724
725 2000-11-22 Sam Steingold <sds@gnu.org>
726
727 * simple.el (delete-trailing-whitespace): New interactive
728 function.
729
730 * progmodes/ada-mode.el (ada-mode): Use it instead of
731 `ada-remove-trailing-spaces'.
732 (ada-remove-trailing-spaces): Removed.
733
734 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
735
736 * textmodes/picture.el (picture-clean): Removed.
737 (picture-mode-exit): Call it instead of `picture-clean'.
738
739 2000-11-22 Gerd Moellmann <gerd@gnu.org>
740
741 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
742
743 * hi-lock.el (hi-lock-refontify): Don't call non-existent
744 jit-lock-fontify-buffer; it should anyway be unneccessary to
745 do anything special when jit-lock is active.
746 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
747
748 2000-11-22 Dave Love <fx@gnu.org>
749
750 * calendar/todo-mode.el (todo-top-priorities): Use
751 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
752
753 * language/chinese.el, language/cyrillic.el:
754 * language/devanagari.el, language/ethiopic.el, language/greek.el:
755 * language/hebrew.el, language/indian.el, language/japanese.el:
756 * language/korean.el, language/lao.el, language/misc-lang.el:
757 * language/thai.el, language/tibetan.el, language/vietnamese.el:
758 Use provide.
759
760 * cus-edit.el (custom-buffer-create-internal): Save some consing.
761 (custom-variable-set): Improve validation error mesage.
762
763 * rect.el (string-rectangle): Revert last change.
764 (string-rectangle-line): New arg DELETE.
765 (string-rectangle): Check delete-selection-mode.
766
767 * emacs-lisp/edebug.el (edebug-version)
768 (edebug-maintainer-address): Deleted.
769 (edebug-submit-bug-report): Just alias to report-emacs-bug.
770 (edebug-read-function): Account for other `'#' read forms.
771 (edebug-mode-menus): Make some items toggles.
772 (edebug-outside-unread-command-event, unread-command-event):
773 Remove these to avoid warnings.
774
775 2000-11-22 David Ponce <david@dponce.com>
776
777 * recentf.el (recentf-menu-items-for-commands)
778 (recentf-make-menu-items, recentf-make-menu-item)
779 (recentf-filter-changer): Added :help and :active menu-item properties.
780
781 (recentf-build-dir-rules, recentf-dump-variable)
782 (recentf-edit-list, recentf-open-files-item)
783 (recentf-open-files): Replaced unnecessary `mapcar' with new
784 built-in `mapc'.
785
786 2000-11-23 Miles Bader <miles@gnu.org>
787
788 * faces.el (menu): Make inverse-video on ttys too.
789
790 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
791
792 * simple.el (comment-line-break-function): Use the new name
793 indent-new-comment-line -> comment-indent-new-line.
794 (clone-indirect-buffer): Don't ignore NORECORD.
795 (next-completion): Properly handle the case where items are adjacent.
796
797 * mouse.el (popup-menu): Stupid typo.
798
799 2000-11-22 Gerd Moellmann <gerd@gnu.org>
800
801 * emacs-lisp/authors.el: Remove autoload cookies, add author,
802 maintainer, keywords tags.
803
804 * rect.el (replace-rectangle): Don't call string-rectangle-line
805 with too many arguments.
806
807 2000-11-22 Andre Spiegel <spiegel@gnu.org>
808
809 * ediff-util.el (ediff-file-checked-out-p)
810 (ediff-file-checked-in-p): Call vc-state instead of
811 vc-locking-user, which no longer exists.
812
813 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
814
815 2000-11-22 Dave Love <fx@gnu.org>
816
817 * md5.el (md5): Provide.
818 (md5): Fix error call.
819
820 2000-11-22 Miles Bader <miles@gnu.org>
821
822 * textmodes/refill.el (refill-adjust-ignorable-overlay)
823 (refill-fill-paragraph-at): Remove debugging code.
824
825 * calendar/calendar.el (generate-calendar-window): When we don't
826 call `fit-window-to-buffer', make sure the top line is fully visible.
827
828 * image-file.el (insert-image-file): Don't make `read-only'
829 property rear-nonsticky.
830
831 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
832 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
833 stashing away its original value.
834 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
835 in the recursive edit.
836 Bind `isearch-original-minibuffer-message-timeout' to protect it.
837 (isearch-done): Restore `minibuffer-message-timeout'.
838
839 * cus-start.el: Remove entry for `mode-line-inverse-video'.
840
841 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
842
843 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
844
845 * find-lisp.el (find-lisp-find-files-internal):
846 Use dolist, when and file-name-as-directory.
847
848 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
849 (define-derived-mode, define-minor-mode): Add specs.
850
851 * window.el: General comment and spacing fixes.
852 (save-selected-window): Use backquotes.
853 (window-safely-shrinkable-p): New function.
854 (shrink-window-if-larger-than-buffer): Use it.
855
856 * subr.el (make-local-hook): Docstring fix.
857
858 * shell.el (shell-mode): Use define-derived-mode.
859
860 * newcomment.el (comment-indent): Insert comment before calling
861 comment-indent-function. Don't insert in column 0.
862 (comment-dwim): Indent before inserting comment.
863
864 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
865 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
866 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
867 Use mapc rather than map.
868
869 * files.el (find-buffer-visiting): Compare all attributes before
870 declaring two files identical (rather than just their inode-no).
871 (auto-mode-alist): Use \' rather than $.
872
873 * which-func.el: Update maintainer line.
874
875 * pcvs.el (uniquify-buffer-file-name): Remove advice.
876 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
877 (uniquify-buffer-file-name): Use it.
878
879 2000-11-22 Miles Bader <miles@gnu.org>
880
881 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
882 * simple.el (minibuffer-avoid-prompt): New function.
883
884 2000-11-21 Gerd Moellmann <gerd@gnu.org>
885
886 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
887
888 2000-11-21 Miles Bader <miles@gnu.org>
889
890 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
891 inclusion of `track-mouse'.
892
893 * textmodes/refill.el (refill-ignorable-overlay): New variable.
894 (refill-adjust-ignorable-overlay): New function.
895 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
896 only the paragraph's tail if possible.
897 Update `refill-ignorable-overlay'.
898 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
899
900 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
901 point inside the fill-prefix.
902
903 * textmodes/refill.el (refill-post-command-function): Don't reset
904 refill-doit in the case where a self-insertion command doesn't
905 case a refill. Use `refill-fill-paragraph-at', getting position
906 from `refill-doit'.
907 (refill-after-change-function): Set `refill-doit' to END.
908 (refill-fill-paragraph-at): New function, mostly from old
909 refill-fill-paragraph.
910 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
911 (refill-pre-command-function): New function.
912 (refill-mode): Add it to `pre-command-hook'.
913
914 2000-11-20 Gerd Moellmann <gerd@gnu.org>
915
916 * textmodes/artist.el (artist-mode): Fix autoload cookie.
917
918 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
919 javadoc tags.
920
921 2000-11-20 Andre Spiegel <spiegel@gnu.org>
922
923 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
924 vc.el).
925
926 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
927 require vc.
928
929 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
930 checkouts.
931
932 2000-11-20 Dave Love <fx@gnu.org>
933
934 * Makefile.in (DONTCOMPILE): Omit bindings.el.
935
936 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
937
938 * calculator.el (calculator-paste): Use `if' instead of `and'
939 and `or'.
940 (calculator-help): Don't use electric-describe-mode for XEmacs.
941
942 2000-11-19 Gerd Moellmann <gerd@gnu.org>
943
944 * info.el (info-menu-5): Doc fix.
945
946 * textmodes/artist.el: New file.
947
948 2000-11-19 Andre Spiegel <spiegel@gnu.org>
949
950 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
951 and differentiate according to checkout model.
952 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
953 since this function is only concerned with master state.
954
955 * vc-hooks.el (vc-workfile-unchanged-p,
956 vc-default-workfile-unchanged-p): Moved here from vc.el.
957
958 * vc.el (vc-workfile-unchanged-p,
959 vc-default-workfile-unchanged-p): See above.
960
961 2000-11-19 Miles Bader <miles@gnu.org>
962
963 * image-file.el (insert-image-file): Make `intangible' and
964 `read-only' properties rear-nonsticky too.
965
966 2000-11-18 Gerd Moellmann <gerd@gnu.org>
967
968 * ps-print.el: Update copyright notice.
969
970 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
971 (tooltip-show): Use the offsets.
972
973 * bindings.el (mode-line-modified): Fix a typo.
974 (mode-line-toggle-modified, mode-line-widen)
975 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
976
977 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
978
979 * ps-print.el (toplevel): Test for find-coding-system being
980 fboundp before calling ps-x-find-coding-system.
981
982 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
983
984 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
985 (vc-version-backup-file): Docstring fix.
986
987 2000-11-16 Gerd Moellmann <gerd@gnu.org>
988
989 * files.el (basic-save-buffer): Don't add a newline if
990 find-file-literally is non-nil.
991 (find-file-literally): Extend doc string.
992
993 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
994 sort(1) with the `-f' argument.
995
996 2000-11-16 Andre Spiegel <spiegel@gnu.org>
997
998 * vc.el: Updated backend documentation.
999 (vc-default-check-headers): New function.
1000
1001 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1002
1003 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1004 up-to-date.
1005 (vc-do-command): In the asynchronous case, output messages only if
1006 the minibuffer is not active.
1007
1008 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1009 `vc-cvs-use-edit' is on.
1010 (vc-cvs-checkout): When this is used for reverting the workfile,
1011 make a backup of the original contents and revert to that in case
1012 of error.
1013 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1014 remote repositories.
1015
1016 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1017 for both version and ratio in the minibuffer.
1018
1019 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1020 Use vc-do-command to perform the annotation, not call-process.
1021
1022 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1023
1024 * international/quail.el (quail-start-translation): Don't call
1025 `message' before reading key sequence.
1026
1027 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1028
1029 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1030
1031 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1032
1033 * window.el (fit-window-to-buffer): Be sure to acquire at least
1034 one text line even if the buffer is empty.
1035
1036 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1037
1038 * net/ange-ftp.el (ange-ftp-file-writable-p)
1039 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1040 ange-ftp-process-verbose to nil.
1041
1042 2000-11-15 Dave Love <fx@gnu.org>
1043
1044 * wid-edit.el (widget-specify-field, widget-specify-button): If
1045 :help-echo is a function, set help-echo of overlay to
1046 widget-mouse-help.
1047 (widget-mouse-help): New function.
1048 (widget-echo-help): Rewritten for :help-echo functions only taking
1049 a widget arg.
1050
1051 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1052 display-graphic-p.
1053 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1054 and that JPEG is available.
1055 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1056
1057 * international/mule-cmds.el (locale-charset-language-names):
1058 Match @euro.
1059
1060 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1061
1062 * faces.el (face-set-after-frame-default): If
1063 `inhibit-default-face-x-resources' is bound, don't intialize the
1064 default face from X resources.
1065
1066 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1069 Don't set EMACSLOADPATH.
1070
1071 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1072
1073 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1074 texinfo-insert-@url.
1075 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1076 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1077
1078 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1079
1080 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1081 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1082 (checkdoc-minor-keymap): Backward compatibility.
1083 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1084 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1085 (checkdoc-this-string-valid-engine): Be a bit more strict
1086 to avoid matching substrings of `...' quoted vars/funs.
1087 (checkdoc-defun-info): Only look for `interactive' if alone.
1088 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1089
1090 * progmodes/compile.el (grep): `tag-default' can be nil.
1091
1092 * newcomment.el (comment-indent): Paren typo.
1093
1094 2000-11-14 Dave Love <fx@gnu.org>
1095
1096 * calculator.el: New maintainer version.
1097
1098 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1099
1100 * cmuscheme.el: Doc fixes.
1101 (cmuscheme) <defgroup>: Use `scheme' as parent.
1102 (cmuscheme-program-name): Remove. Change uses to
1103 scheme-program-name.
1104
1105 * xscheme.el (scheme-program-name): Don't define here.
1106
1107 * progmodes/scheme.el (scheme-program-name): New variable
1108 (originally in cmuscheme).
1109
1110 2000-11-14 Miles Bader <miles@gnu.org>
1111
1112 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1113 Handle header-lines. Don't loop forever if we can't enlarge the
1114 window anymore. Simplify a bit.
1115
1116 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1117
1118 * window.el (fit-window-to-buffer): Don't check
1119 window-text-height. Assure that the last line is fully visible.
1120
1121 * international/quail.el (quail-show-guidance-buf): Call
1122 fit-window-to-buffer to assure the enough height of the guidance
1123 buffer.
1124 (quail-update-guidance): Avoid making the guidance buffer shorter.
1125
1126 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1127
1128 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1129 rather than `prepend' and add an interesting comment.
1130 (tex-math-face, tex-font-lock-syntactic-face-function):
1131 New face and function to use it.
1132 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1133 than `menu-enable' symbol property.
1134 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1135 (tex-mode): Add some latex-mode commands for auto-selection.
1136 Use tex-font-lock-syntactic-face-function.
1137 (tex-insert-quote): Simplify.
1138 (tex-shell): New mode.
1139 (tex-start-shell): Use it.
1140 (tex-shell-proc, tex-shell-buf): New functions.
1141 (tex-send-command): Use it.
1142 (tex-main-file): Fix the meaning of the new arg REALFILE.
1143 (tex-send-tex-command): New function split from `tex-start-tex'.
1144 Set compilation-last-buffer and compilation-parsing-end.
1145
1146 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1147 when it follows non-comment text on the line.
1148
1149 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1150 Set font-lock-defaults.
1151 (lisp-mode-shared-map): Init inside the defvar.
1152 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1153 Use define-derived-mode.
1154
1155 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1156
1157 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1158
1159 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1160
1161 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1162 recursively optimize body because that can lead to infinite
1163 recursion; see comment there.
1164
1165 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * faces.el (face-spec-set-match-display): Revert the change from
1168 2000-10-24. Add a FIXME for after v21.1.
1169
1170 2000-11-13 Miles Bader <miles@gnu.org>
1171
1172 * textmodes/fill.el (skip-line-prefix): New function.
1173 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1174 (fill-paragraph): Don't leave point inside the fill-prefix.
1175 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1176 point inside the fill-prefix.
1177
1178 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1179
1180 * calendar/calendar.el (generate-calendar-window): Use
1181 `fit-window-to-buffer'.
1182
1183 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1184
1185 * gud.el (gud-minor-mode): New var.
1186 (gud-symbol, gud-val): New functions.
1187 (gud-find-file): Copy gud-minor-mode to the new buffer.
1188 (gud-menu-map): Include entries for commands that are not always
1189 available, using :enable to (de)activate them.
1190 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1191 (gud-mode-map): New map.
1192 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1193 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1194 Don't set up gud's menu (it's done by the minor-mode).
1195 (gud-minibuffer-local-map): New.
1196 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1197 (gud-query-cmdline): New function.
1198 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1199 (gud-mode): Use define-derived-mode.
1200 Don't set up gud's menu (it's done by the minor-mode).
1201 (gud-chop-words): Remove.
1202 (gud-common-init): Use split-string instead.
1203 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1204
1205 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1206 Add keyword arg :name.
1207
1208 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1209 (diff-count-matches, diff-split-hunk): New functions.
1210 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1211
1212 * pcvs-info.el (cvs-fi-conflict-face): New var.
1213
1214 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1215 Make it into a simple syntax-table, shared among all submodes.
1216 (sh-heredoc-face): Re-introduce.
1217 (sh-font-lock-syntactic-face-function): New function.
1218 (sh-mode): Use it. Also use define-derived-mode.
1219 Remove old bogus setting of indent-region-function.
1220 (sh-set-shell): Don't set the syntax-table any more.
1221 (sh-mode-syntax-table) <defun>: Remove.
1222
1223 2000-11-12 Miles Bader <miles@gnu.org>
1224
1225 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1226 message if interactive.
1227
1228 2000-11-12 Dave Love <fx@gnu.org>
1229
1230 * mail/feedmail.el: Fix header,
1231 (feedmail) <defgroup>: Add :link.
1232
1233 * view.el: Use local-map property, not keymap on mode-line string.
1234
1235 * scroll-all.el (scroll-all-mode): Customize variable. Add
1236 autoload cookie to function.
1237
1238 * lazy-lock.el: Remove compatibility code.
1239
1240 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1241 (finder-help-echo): New variable.
1242 (finder-mouse-face-on-line): Add help-echo stuff.
1243 (finder-list-keywords, finder-list-matches): Use mapc.
1244
1245 * faces.el (face-font-registry-alternatives): Add :version.
1246
1247 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1248 tags-table-list.
1249
1250 * net/browse-url.el (browse-url-browser-function): Update :version.
1251
1252 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1253 (mail-mode): Use [:alnum:] in some regexps.
1254
1255 2000-11-10 Dave Love <fx@gnu.org>
1256
1257 * ediff.el (ediff-regions-internal, ediff-documentation):
1258 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1259 fundamental mode.
1260
1261 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1262 buffer into fundamental mode.
1263 (ediff-set-difference): Use copy-sequence if available.
1264
1265 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1266 ediff-patch-map non-nil.
1267 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1268 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1269 buffer into fundamental mode.
1270
1271 * ediff-merg.el (state-or-merge): Defvar when compiling.
1272
1273 2000-11-10 Jason Rumney <jasonr@gnu.org>
1274
1275 * w32-fns.el (w32-add-charset-info): New function.
1276 (w32-charset-info-alist): Use it.
1277
1278 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1279
1280 * faces.el (face-font-registry-alternatives): New user-option.
1281
1282 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * textmodes/texinfo.el (texinfo-block-default): New var.
1285 (texinfo-insert-block): Use it. Insert a newline if needed.
1286
1287 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1288 (fill-region-as-paragraph): Use it.
1289
1290 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1291 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1292 Tweak paragraph regexps to allow a leading [ \t]*.
1293 (tex-latex-block): Insert a newline if necessary.
1294 (latex-insert-item): Only insert a newline if necessary.
1295 (tex-guess-main-file): New function.
1296 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1297 Set tex-main-file if TeX-master is provided.
1298 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1299
1300 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1301
1302 * startup.el (command-line): Set the default tooltip-mode
1303 to t for graphical displays which implement x-show-tip.
1304
1305 * tooltip.el (tooltip-mode): Add a comment about startup.el
1306 setting the default value of this user-option.
1307
1308 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1309
1310 * font-lock.el (font-lock-*-face) <defvar>: Move.
1311 (font-lock-defaults-alist): Mark obsolete.
1312 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1313 (font-lock-mode): Use define-minor-mode.
1314 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1315 (font-lock-turn-off-thing-lock): Be more explicit.
1316 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1317 (font-lock-syntactic-face-function): New var.
1318 (font-lock-fontify-syntactically-region): Use it.
1319 (font-lock-doc-face): New.
1320
1321 * pcvs.el (cvs-enabledp): Ignore errors.
1322 (cvs-commit-filelist): Never query.
1323 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1324 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1325 (cvs-do-removal): Use cvs-partition rather than delete-if.
1326 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1327 cvs-bury-buffer.
1328
1329 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1330 Allow `next' to jump to after the end of the last match.
1331
1332 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1333
1334 * simple.el (byte-compiling-files-p): New function.
1335
1336 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1337 if it is there.
1338
1339 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1340 nil again.
1341
1342 * textmodes/ispell.el (ispell-library-path): Don't call
1343 check-ispell-version when byte-compiling because that starts
1344 an ispell process, and ispell might not be installed.
1345 (toplevel): Don't set up a menu when byte-compiling.
1346
1347 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1348 it, so that a boundp test can be used to determine if we're
1349 currently byte-compiling.
1350
1351 2000-11-09 Dave Love <fx@gnu.org>
1352
1353 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1354 eval-after-load.
1355
1356 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1357
1358 * ps-print.el: Patch for variable initialization when spooling. Doc
1359 fix.
1360 (ps-output-list): Fun eliminated.
1361 (ps-begin-file, ps-begin-job): Code fix.
1362
1363 2000-11-08 Dave Love <fx@gnu.org>
1364
1365 * ediff-wind.el (ediff-control-frame-parameters): Zero
1366 tool-bar-lines.
1367
1368 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1369
1370 * simple.el (shell-command, display-message-or-buffer)
1371 (shell-command-on-region): Mention resize-mini-windows in the doc
1372 string.
1373 (display-message-or-buffer): Take the value of resize-mini-windows
1374 into account.
1375
1376 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1377
1378 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1379
1380 * dired.el (dired-between-files): Add `^. find' as an alternative
1381 to the regular expression, for find-dired.
1382
1383 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1384
1385 * textmodes/texnfo-upd.el: Require texinfo.
1386 (defmacro, defgroup): Remove.
1387 (texinfo-section-to-generic-alist): Remove.
1388 Use texinfo-section-list instead (i.e. level is changed string->int).
1389 (texinfo-filter): New function.
1390 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1391 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1392 Use it. And use regexp-opt.
1393 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1394 (texinfo-update-menu-region-beginning)
1395 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1396 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1397 (texinfo-update-menu-same-level-regexps): Update.
1398 (texinfo-update-node, texinfo-every-node-update)
1399 (texinfo-sequential-node-update): Remove autoload cookie.
1400
1401 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1402 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1403 (texinfo-chapter-level-regexp): Remove.
1404 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1405
1406 2000-11-06 Dave Love <fx@gnu.org>
1407
1408 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1409
1410 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1411 Match defun*.
1412
1413 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1414
1415 * composite.el (composition-function-table): Variable declaration
1416 moved to src/composite.c.
1417 (compose-chars-after): New optional arg object.
1418
1419 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1420
1421 * bindings.el (mode-line-toggle-read-only)
1422 (mode-line-toggle-modified, mode-line-widen)
1423 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1424 (make-mode-line-mouse2-map): Rewritten.
1425 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1426 functions so that C-h k can show something with a doc string.
1427
1428 * startup.el (fancy-splash-delay): Set to 10 seconds.
1429 (fancy-splash-max-time): New user-option.
1430 (fancy-splash-stop-time): New variable.
1431 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1432 (fancy-splash-screens-1): Throw `stop-splashing' when current
1433 time is greater than fancy-splash-stop-time.
1434
1435 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1438
1439 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1440 Prompt user for a file rather than raising an error.
1441 (cvs-enabledp): Fix call to cvs-mode-marked.
1442 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1443 (cvs-mode-insert): Use it. Change the init prompt' value.
1444 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1445
1446 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1447 Don't pass default arg to ewoc-locate.
1448 (ewoc-collect): Return result in the right order.
1449
1450 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1451
1452 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1453 (cvs-status-get-tags): Fix regexp.
1454 (cvs-status-trees, cvs-status-cvstrees):
1455 Combine after change hooks and don't sit-for.
1456 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1457 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1458 Use make-char rather than hard-coded cryptic data.
1459 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1460
1461 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1462
1463 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1464 (cvs-insert-strings): New function.
1465
1466 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1467
1468 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1469 `mwheel-scroll-amount'.
1470 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1471 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1472 string-matching against the version string.
1473
1474 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1475
1476 * language/thai.el ("Thai"): Set a lisp form that produces
1477 composed string in `sample-text' language info.
1478
1479 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1480 composed string in `sample-text' language info.
1481
1482 * international/mule-cmds.el (describe-language-environment): Eval
1483 `sample-text' data and insert the result.
1484
1485 * international/mule-conf.el (compound-text): Define this coding
1486 system here. Make x-ctext and ctext aliases of it.
1487
1488 * language/european.el (compound-text, ctext): Moved to
1489 international/mule-conf.el.
1490
1491 2000-11-05 Andrew Innes <andrewi@gnu.org>
1492
1493 * w32-fns.el (w32-version): New function.
1494
1495 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1496
1497 * progmodes/awk-mode.el: Update copyright.
1498 (awk-mode-abbrev-table): Remove.
1499 (awk-font-lock-keywords): Use regexp-opt.
1500 (awk-mode): Use define-derived-mode.
1501
1502 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1503 when extracting a suffix.
1504
1505 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1506
1507 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1508 auto-save-mode.
1509
1510 2000-11-04 Jason Rumney <jasonr@gnu.org>
1511
1512 * language/european.el (decode-mac-roman): Test against r1 not r0.
1513
1514 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1515
1516 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1517 (icon-mode): Define indent-line-function.
1518 (icon-comment-indent): Simplify.
1519 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1520
1521 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1522
1523 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1524 Bind change-log-default-mode to defeat the caching done on it.
1525 Don't bother saving excursion any more.
1526
1527 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1528
1529 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1530 (set-frame-font): Use the new name (and the old for compatibility).
1531
1532 * toolbar/tool-bar.el (tool-bar-mode):
1533 * time.el (display-time-mode):
1534 * recentf.el (recentf-mode):
1535 * paren.el (show-paren-mode):
1536 * mwheel.el (mouse-wheel-mode):
1537 * msb.el (msb-mode):
1538 * jka-compr.el (auto-compression-mode):
1539 * image-file.el (auto-image-file-mode):
1540 * hl-line.el (hl-line-mode):
1541 * delsel.el (delete-selection-mode):
1542 * autoinsert.el (auto-insert-mode):
1543 * complete.el (partial-completion-mode): Drop unneeded positional args.
1544
1545 * info.el (Info-mode):
1546 * comint.el (comint-mode): Don't bother with make-local-hook.
1547
1548 * log-edit.el (log-edit-menu): New menu.
1549
1550 2000-11-03 Miles Bader <miles@gnu.org>
1551
1552 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1553 definition, so that trailing spaces are handled properly.
1554 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1555
1556 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1557
1558 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1559 tab character.
1560 (fancy-splash-screens): Set tab-width to 20.
1561
1562 2000-11-03 Dave Love <fx@gnu.org>
1563
1564 * comint.el (comint-completion-addsuffix): Fix custom type.
1565
1566 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1567
1568 * font-lock.el (font-lock-buffers): Remove.
1569 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1570 (font-lock-change-major-mode): Remove.
1571 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1572 (font-lock-default-fontify-region): Extend the multiline
1573 fontification to whole lines.
1574 (font-lock-fontify-anchored-keywords)
1575 (font-lock-fontify-keywords-region): If matching just one
1576 line (with \n) only mark the \n as multiline.
1577
1578 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1579 Correctly handle the case where several :group args are supplied.
1580 Allow :extra-args.
1581 (easy-mmode-define-global-mode): Allow :extra-args.
1582 Correctly handle the case where several :group args are supplied.
1583
1584 2000-11-02 Miles Bader <miles@gnu.org>
1585
1586 * calendar/calendar.el (diary-face, calendar-today-face)
1587 (holiday-face): Remove dependency on `window-system'.
1588
1589 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1590
1591 * Makefile.in (emacs): Set EMACSLOADPATH always.
1592 (update-authors, .el.elc, compile-files): Don't do it explicitly
1593 here.
1594 (compile-files): Bomb out if compilation of a file fails.
1595
1596 2000-11-02 Dave Love <fx@gnu.org>
1597
1598 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1599
1600 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1601
1602 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1603 punctuation in the warning inserted into the *mail* buffer.
1604
1605 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1606
1607 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1608 (authors-public-domain-p): New function.
1609 (authors-print): Use it.
1610
1611 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1612
1613 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1614
1615 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1616
1617 * ps-print.el: Extension for even/odd printing. Doc fix.
1618 (ps-print-version): New version number (6.3.1).
1619 (ps-even-or-odd-pages): Customization fix.
1620 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1621 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1622 (ps-page-count): Var replaced by `ps-page-column'.
1623 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1624 (ps-print-sheet-p): New fun.
1625
1626 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1627
1628 * tooltip.el (tooltip-gud-tips-setup): New function.
1629 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1630 (tooltip-mode): Call tooltip-gud-tips-setup.
1631 (tooltip-gud-tips): Use `gud-basic-call' instead of
1632 process-send-string, so the prompt gets frobbed appropriately.
1633 Handle nil return value from `tooltip-gud-print-command'.
1634
1635 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1636
1637 * comint.el (comint-add-to-input-history): New function.
1638 (comint-send-input): Use `comint-add-to-input-history'.
1639
1640 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1641
1642 * info.el (info-menu-header): New face.
1643 (Info-fontify-menu-headers): New function.
1644 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1645
1646 * info.el (Info-insert-dir): Don't include blank lines at
1647 beginning of additional dir files (one is added automatically).
1648
1649 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1650
1651 * emacs-lisp/easy-mmode.el (define-minor-mode):
1652 Revert the latest changes.
1653 Allow the three positional arguments to be skipped and replaced
1654 by keyword arguments.
1655 Add a :toggle argument to determine whether a nil arg means toggle
1656 or means turn-on. The default is unchanged.
1657 Add a call to force-mode-line-update.
1658
1659 2000-11-01 Dave Love <fx@gnu.org>
1660
1661 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1662 cookie.
1663
1664 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1665
1666 * calendar/calendar.el (diary-face, holiday-face): Add
1667 dark-background variants.
1668
1669 2000-10-31 Sam Steingold <sds@gnu.org>
1670
1671 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1672 `tex-main-file' does not have directory in it.
1673
1674 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1675
1676 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1677
1678 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1679
1680 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1681 functional change.
1682
1683 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1684
1685 * files.el (find-file-noselect): When we expand a wildcard, return
1686 a list of buffers, as we should do according to the doc string.
1687
1688 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1689
1690 * loadup.el (top level): Adjust load path if program name is
1691 "../src/bootstrap-emacs", in case it's not dumped and thus the
1692 load path adjustment hasn't already been done.
1693
1694 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1695
1696 * ps-print.el: Fix bug on selected pages for printing. Use
1697 `color-values' for Emacs 21. Ensure fontification when jit-lock
1698 is on. Try to avoid warning messages when compiling. Doc Fix.
1699 (ps-print-version): New version number (6.3).
1700 (ps-color-device): Use `color-values' to determine if device
1701 supports color.
1702 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1703 (ps-print-page-p): Changed from defsubst to defun.
1704 (ps-page-number): Changed from defmacro to defun.
1705 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1706 printing.
1707 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1708 (ps-end-file, ps-dummy-page): Funs eliminated.
1709 (ps-print-color-scale): Changed default value.
1710 (ps-page-n-up, ps-print-page-p): New internal vars.
1711 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1712 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1713
1714 * delim-col.el: Little programming improvement.
1715 (delimit-columns-str): New macro.
1716 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1717
1718 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1719
1720 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1721 Moved to european.el.
1722 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1723 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1724 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1725 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1726
1727 2000-10-30 Dave Love <fx@gnu.org>
1728
1729 * progmodes/cc-menus.el (imenu-generic-expression)
1730 (imenu-progress-message): Only defvar when compiling.
1731
1732 * emacs-lisp/elp.el (elp-unload-hook): New function.
1733
1734 * loadhist.el (unload-feature): Call elp-restore-function,
1735 checking for symbols; don't use elp-restore-all.
1736 (loadhist-hook-functions): Doc fix.
1737
1738 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1739
1740 * log-edit.el (log-edit-confirm): Fix the default.
1741
1742 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1743
1744 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1745 delimit-columns-format.
1746 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1747
1748 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1749
1750 * comint.el (comint-replace-by-expanded-history): Don't use
1751 comint-get-old-input (we're not looking at *old* input).
1752 (comint-get-old-input-default): If using fields, signal an error
1753 when the point is not in an input field.
1754
1755 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1756
1757 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1758 and mule-unicode-e000-ffff.
1759
1760 * international/mule.el (decode-char, encode-char): New functions.
1761 (make-coding-system): Accept a symbol of translation table as a
1762 value of property `safe-chars'.
1763
1764 * international/mule-cmds.el (encode-coding-char): Check property
1765 safe-chars instead of safe-charsets.
1766
1767 * international/fontset.el (fontset-default): Modified for
1768 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1769 (x-font-name-charset-alist): Likewise.
1770 (ccl-encode-unicode-font): New CCL program. Record it in
1771 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1772
1773 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1774 New translation tables.
1775 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1776 programs are modified and moved from mac-win.el.
1777 (mac-roman): Definition of this coding system is modified and
1778 moved from mac-win.el.
1779
1780 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1781
1782 * ediff-wind.el (ediff-setup-control-frame): Enclose
1783 face-attribute in condition-case to avoid errors in older emacsen.
1784
1785 2000-10-29 Miles Bader <miles@gnu.org>
1786
1787 * custom.el (custom-add-to-group): Allow multiple entries for a
1788 given value OPTION, as long as their widget types are different.
1789 * cus-edit.el (custom-face-value-create): If face name doesn't end
1790 with "face", add such here (similar to custom group widgets).
1791
1792 * comint.el (comint-highlight-prompt): Add :type.
1793
1794 2000-10-28 John Wiegley <johnw@gnu.org>
1795
1796 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1797 Changed this function to operate on a temporary buffer instead of
1798 the main buffer. This not only keeps flyspell from marking a
1799 buffer as changed that wasn't, but it solves the jumpy cursor
1800 problem when attempts are made to edit incorrect words.
1801 (flyspell-maybe-correct-doubling): Same change as for
1802 `flyspell-maybe-correct-transposition'.
1803
1804 * calendar/timeclock.el (timeclock-log): Doc fix.
1805 (timeclock-last-event): Doc fix.
1806 (timeclock-log): Kill the timelog buffer after appending a new
1807 event.
1808 (timeclock-find-discrep): Use a temp buffer to read in the
1809 timelog, instead of visiting the file.
1810 (timeclock-log-data): A new function, along with a host of helper
1811 functions, for the purpose of making timelog data accessible to
1812 programmers.
1813
1814 * eshell/esh-mode.el (window-height test): Make certain that
1815 `eshell-stringify-t' is non-nil.
1816 (eshell-password-prompt-regexp): Changed to a much simpler
1817 password regexp.
1818 (eshell-send-input): If `eshell-invoke-directly' returns t,
1819 directly invoke the parsed command using `eval'. This improves
1820 turn-around time on simple commands by a factor of three or
1821 greater, such as cd, ls, pwd, etc. -- which get used very often.
1822 It also conserves thousands of cons cells per call (since
1823 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1824 in the Pacific Cookie Company).
1825
1826 * eshell/esh-test.el (eshell-test): Whitespace fix.
1827
1828 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1829 `eshell-ls-initial-args' nil when inserting directory contents.
1830
1831 * eshell/em-script.el (eshell-script-initialize): Add names to
1832 `eshell-complex-commands, since `source' and `.' are complex.
1833
1834 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1835 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1836 `eshell-copy-handles'.
1837 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1838 bodies.
1839 (eshell-separate-commands): Whitespace fix.
1840 (eshell-complex-commands): Added a new list of names, for
1841 determining whether a given command is as simple as it looks.
1842 (eshell-invoke-directly): New function. Returns t if a command
1843 should be invoked directly (using `eval'), rather than indirectly
1844 using `eshell-do-eval'.
1845 (eshell-do-eval): Whitespace fix.
1846
1847 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1848 which provides an emulation of the DOS shell behavior of assuming
1849 that cp/mv/ln should copy/move/link to the current directory.
1850 (eshell-remove-entries): Added a doc string.
1851 (eshell-shuffle-files): Removed the check for `target' being null.
1852 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1853 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1854 it to do a smarter check of whether a destination was provided.
1855 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1856 (eshell/ln): Enable `:preserve-args', and use
1857 `eshell-mvcpln-template' to implement the body of the function.
1858 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1859 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1860 list after flattening it. This makes it possible to cat files
1861 with numerical names.
1862 (eshell-unix-initialize): Added several names to
1863 `eshell-complex-commands.
1864 (eshell-unix-command-complex-p): Return t if a given command name
1865 may result in external processes being invoked.
1866
1867 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1868 variable nil by default, since it slows down glob processing by a
1869 factor of two or more, and increases memory consumption.
1870
1871 * eshell/em-smart.el: Added a note about how memory consumptive
1872 smart display mode can be (at least this is true in Emacs 21).
1873 (eshell-smart-initialize): Whitespace fix.
1874 (eshell-refresh-windows): Use `if' instead of `when'.
1875 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1876 not necessary.
1877 (eshell-currently-handling-window): Added a missing global
1878 variable.
1879
1880 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1881 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1882 Whitespace fix.
1883 (eshell-ls-exclude-hidden): Added this variable in addition to
1884 `eshell-ls-exclude-regexp'. This one prevents files beginning
1885 with . from even being read, which can improve memory consumption
1886 quite a bit.
1887 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1888 read file entries beginning with a dot. In home directories with
1889 lots of hidden files, fully two-thirds of the time spent in ls is
1890 used to read directory entries that are immediately thrown away.
1891 (eshell-ls-initial-args): Added back this configuration variable,
1892 for specifying default initial arguments to every call to ls.
1893 Much faster than using an alias to do the same thing.
1894 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1895 (eshell-ls-dir): Whitespace change.
1896
1897 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1898
1899 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1900 available.
1901 (eshell-stringify-t): Added a customization variable, to indicate
1902 whether `t' should be rendered as a string at all. If not, one
1903 can still determine if the result of an expression is true using
1904 "file-exists-p FILE && echo true".
1905 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1906 stringify t!
1907
1908 * eshell/esh-module.el: Whitespace fix.
1909
1910 * eshell/em-alias.el (eshell-alias-initialize): Added
1911 `eshell-command-aliased-p' to `eshell-complex-commands'.
1912 (eshell-command-aliased-p): New function that returns t if a
1913 command name names an aliased.
1914
1915 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1916
1917 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1918 redrawing the screen when changing cursor color.
1919 (viper-insert-state-pre-command-sentinel)
1920 (viper-replace-state-pre-command-sentinel)
1921 (viper-replace-state-post-command-sentinel):
1922 Use viper-preserve-cursor-color.
1923 Many functions changed to use viper= instead of = when comparing
1924 characters.
1925 * viper-util.el (viper-memq-char,viper=): New functions for
1926 working with characters.
1927 (viper-change-cursor-color): Fixed buglet.
1928 Many functions changed to use viper= instead of = when comparing
1929 characters.
1930 * viper.el (viper-insert-state-mode-list): Added eshell.
1931
1932 * ediff-init.el (ediff-before-setup-hook): New hook.
1933 Several typos fixed in various docstrings.
1934 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1935 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1936 hook.
1937 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1938 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1939 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1940 (ediff-get-selected-buffers): New function.
1941 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1942 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1943 save-window-excursion.
1944 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1945 termination check in while loop.
1946 * ediff.el (ediff-get-default-file-name): Better defaults when in
1947 dired buffer.
1948 (ediff-files,ediff-merge-files,ediff-files3)
1949 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1950
1951 2000-10-28 Dave Love <fx@gnu.org>
1952
1953 * info.el (Info-fontify-node): Add help-echo for menu items.
1954
1955 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1956
1957 * startup.el (normal-top-level): If the value of $TERM indicates
1958 we are running from xterm or one of its work-alikes, default to a
1959 light background mode.
1960
1961 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1962 * faces.el (tty-handle-reverse-video): New function.
1963 (tty-create-frame-with-faces): Call it.
1964
1965 * frame.el (frame-notice-user-settings): Don't apply
1966 default-frame-alist and initial-frame-alist to MS-DOS frames.
1967 Call tty-handle-reverse-video, frame-set-background-mode, and
1968 face-set-after-frame-default for non-MS-DOS frames.
1969
1970 * startup.el (tty-long-option-alist): New variable.
1971 (tty-handle-args): New function.
1972 (command-line): Call tty-handle-args.
1973
1974 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1975 startup.el now does that for all character-terminal frames.
1976
1977 2000-10-28 Miles Bader <miles@gnu.org>
1978
1979 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1980 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1981 global. If :global is followed by a non-nil but non-t value,
1982 make the mode buffer-local, but also generate a `global-MODE'
1983 version using `easy-mmode-define-global-mode'. Add
1984 :conditional-turn-on keyword argument.
1985
1986 2000-10-28 Dave Love <fx@gnu.org>
1987
1988 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1989 use window-system.
1990
1991 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1992
1993 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1994 Don't call find-buffer-file-type-coding-system. Instead, just
1995 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1996 if the file is on an untranslated filesystem.
1997 (add-untranslated-filesystem): Use "D" instead of "f" inside
1998 interactive.
1999
2000 2000-10-27 Dave Love <fx@gnu.org>
2001
2002 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2003 (refill-mode): Use it.
2004
2005 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2006
2007 * international/quail.el (quail-activate): Don't make-local-hook.
2008
2009 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2010
2011 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2012 manual backups and file.~<rev>.~ for automatic ones.
2013 (vc-make-version-backup): Don't do it on MS-DOS without long file
2014 names.
2015
2016 * vc.el (vc-version-other-window): If an automatic backup of the
2017 desired version exists, rename it instead of copying it.
2018
2019 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2020 after command. If there's an unexpected error, signal it instead
2021 of being silent.
2022 (vc-cvs-merge-news): Be prepared for no news at all.
2023
2024 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2025
2026 * shell.el (shell): Add BUFFER argument.
2027 * comint.el (make-comint-in-buffer): New function.
2028 (make-comint): Use it.
2029
2030 * faces.el (face-spec-choose): Change syntax so that the list of
2031 attribute-value pairs is now the cdr of each clause, not the cadr.
2032 Detect old-style entries, and handle them. Use pop.
2033
2034 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2035
2036 * cus-edit.el (custom-mode-map): Use a sparse map.
2037 (custom-mode): Don't bother with make-local-hook.
2038
2039 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2040
2041 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2042
2043 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2044
2045 * ps-print.el: Avoid compilation gripes.
2046 (ps-print-version): New version number (6.2.1).
2047
2048 2000-10-26 Dave Love <fx@gnu.org>
2049
2050 * menu-bar.el: Modify some menu item help strings.
2051 (menu-bar-help-menu): Add link to MORE.STUFF.
2052
2053 * cus-edit.el (custom-mode): Add `special' mode-class property.
2054
2055 * wid-browse.el (widget-browse-mode): Likewise.
2056
2057 * wid-edit.el (widget-specify-field): Revert to using local-map
2058 property, not keymap.
2059
2060 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2061
2062 * wid-edit.el (widget-field-end): When checking for a `boundary'
2063 field, do so in the correct buffer.
2064
2065 * simple.el (undo): Correctly distinguish between numeric and
2066 non-numeric prefix args in non-transient-mark-mode, as per the doc
2067 string. When in transient-mark-mode, treat all prefix-args as
2068 numeric.
2069
2070 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2071 Position point on match. Handle N == 0 correctly.
2072
2073 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2074 (comint-mode-map): Reverse order of `comint-write-output' and
2075 `comint-append-output-to-file'.
2076 (comint-append-output-to-file): Reinstate this function, for the
2077 benefit of the menu.
2078
2079 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * vc.el (vc-version-other-window): Bind `file'.
2082
2083 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2084
2085 * Makefile.in (update-authors): New target for maintenance purposes.
2086
2087 * emacs-lisp/authors.el (batch-update-authors): New function.
2088 (authors-fixed-entries): New defconst.
2089 (authors-add-fixed-entries): New function.
2090 (authors): Call it.: Don't process lispref/.
2091
2092 2000-10-25 Jason Rumney <jasonr@gnu.org>
2093
2094 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2095 Merge x w32 and mac definitions.
2096
2097 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2098
2099 * menu-bar.el (menu-bar-options-menu): Add a help string for
2100 `uniquify'.
2101
2102 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2103
2104 * time-stamp.el (time-stamp-string-preprocess):
2105 Fix a wrong type argument error.
2106
2107 2000-10-25 Miles Bader <miles@gnu.org>
2108
2109 * recentf.el (recentf-mode): Variable removed.
2110 (recentf-mode): Use `define-minor-mode'.
2111
2112 * mwheel.el (mouse-wheel-mode): New global minor mode.
2113 (mwheel-install): Use `mouse-wheel-mode'.
2114
2115 2000-10-25 Dave Love <fx@gnu.org>
2116
2117 * progmodes/cperl-mode.el (cperl-mode):
2118 Set normal-auto-fill-function correctly.
2119
2120 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2121 inherit from global-map and don't nullify menu-bar and tool-bar
2122 bindings.
2123
2124 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2125
2126 * wid-edit.el (widget-field-at): New function.
2127 (widget-at, widget-field-activate): Use it.
2128 (widget-tabable-at): Use `widget-at'.
2129 (widget-specify-field): If the terminating character of the widget
2130 field (which is read-only) is a newline, put it into a special
2131 `boundary' field so that C-n/C-p act more naturally.
2132 (widget-field-end): Also don't subtract one if a special
2133 `boundary' field has been added after the widget field.
2134
2135 * comint.el (comint-output-filter, comint-send-input): Don't
2136 bother adding stickiness fields to overlays to fool the field
2137 code, since it should notice the overlay insertion-types now.
2138
2139 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2140 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2141 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2142
2143 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2144
2145 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2146 (authors): Set file coding system to iso-2022-7bit. Add
2147 file-local variables to output buffer.
2148
2149 * files.el (after-find-file): Don't print any warnings if
2150 WARN is nil.
2151
2152 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2153
2154 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2155
2156 * delim-col.el: Now there is a column formatting mechanism.
2157 Modified to customization mechanisms convention. Doc fix.
2158 (columns): New group for delim-col.
2159 (delimit-columns-before, delimit-columns-after)
2160 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2161 (delimit-columns-end): New vars.
2162 (delimit-columns-customize, delimit-columns-format): New funs.
2163 (delimit-columns-region, delimit-columns-rectangle)
2164 (delimit-columns-rectangle-line): Modified to support column
2165 formatting.
2166
2167 2000-10-24 Dave Love <fx@gnu.org>
2168
2169 * log-edit.el (log-edit): Add :version and a :group for vc.
2170
2171 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2172
2173 * files.el (after-find-file): Don't print a message ``New file''
2174 if WARN is nil.
2175
2176 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2177 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2178 get duplicate tool-bar entries because we'll see the global ones
2179 on more than one path through keymaps.
2180
2181 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2182
2183 * progmodes/cmacexp.el: Change Francesco's email address.
2184
2185 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2186
2187 * window.el (fit-window-to-buffer): Adjust point of the window
2188 buffer, not that of the current buffer.
2189
2190 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2191
2192 * progmodes/cmacexp.el: Update the euthor's email address.
2193
2194 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2195
2196 * faces.el (face-spec-set-match-display): Add `graphic' display
2197 type (the inverse of `tty'). Use `display-graphic-p' instead of
2198 the window-system variable.
2199
2200 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2201
2202 * international/isearch-x.el (isearch-with-input-method): Call
2203 input-method-function with the first event in
2204 unread-command-events.
2205
2206 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2207
2208 * faces.el (face-default-spec, face-user-default-spec): Make
2209 defsubsts.
2210
2211 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2212
2213 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2214 New charsets.
2215
2216 * term/mac-win.el: Remove definitions of mac-roman-lower and
2217 mac-roman-upper, require dired, and define instead of set
2218 mac-ready-for-drag-n-drop to avoid compilation error.
2219
2220 2000-10-23 Andrew Innes <andrewi@gnu.org>
2221
2222 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2223 superfluous calls to subst-char-in-string; instead apply
2224 expand-file-name after convert-standard-filename to ensure
2225 expected directory separators are used.
2226
2227 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2228
2229 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2230
2231 2000-10-23 Dave Love <fx@gnu.org>
2232
2233 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2234 (tool-bar-add-item): Set foreground and background for XBM icons.
2235
2236 * international/latin1-disp.el (latin1-char-displayable-p): New
2237 function (from Handa).
2238 (latin1-display-check-font): Use it.
2239
2240 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2241 using :key-sequence, making it much more usable. Use nconc, not
2242 append.
2243 (imenu--create-keymap-1): Avoid append.
2244
2245 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2246
2247 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2248
2249 [the following changes fix a bug where `define-minor-mode' didn't
2250 correctly generate :require clauses for defcustoms in compiled files]
2251 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2252 (byte-compile-log-file, byte-compile-log-1): Don't set
2253 `byte-compile-current-file' to nil. Instead set
2254 `byte-compile-last-logged-file' to it. Test whether
2255 byte-compile-current-file equals byte-compile-last-logged-file
2256 instead of whether its nil.
2257 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2258
2259 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2260
2261 * textmodes/refill.el: Fix var names in doc.
2262 (refill-mode): Don't bother with make-local-hook anymore.
2263
2264 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2265
2266 * faces.el (face-user-default-spec, face-default-spec): New functions.
2267 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2268 (frame-set-background-mode, face-set-after-frame-default):
2269 Use `face-user-default-spec'. Simplify code slightly.
2270
2271 * woman.el (woman-italic-face, woman-bold-face)
2272 (woman-unknown-face): Add dark-background variants.
2273 (woman-default-faces): Renamed from `woman-colour-faces'.
2274 Set using the stored defaults, rather than using hard-wired colors.
2275 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2276 Just make the foreground `unspecified' rather than "black".
2277 (woman-menu): Rename menu entries accordingly.
2278
2279 * faces.el (header-line): Make more reasonable on mono/grayscale
2280 displays.
2281
2282 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2283
2284 * cus-edit.el (custom-button-face): Use 3D look for mac.
2285 (custom-button-pressed-face): Likewise.
2286
2287 * faces.el (set-face-attributes-from-resources): Handle mac frames
2288 in the same way as x and w32 frames.
2289 (face-valid-attribute-values): Likewise.
2290 (read-face-attribute): Likewise.
2291 (defined-colors): Likewise.
2292 (color-defined-p): Likewise.
2293 (color-values): Likewise.
2294 (display-grayscale-p): Likewise.
2295 (face-set-after-frame-default): Likewise.
2296 (mode-line): Same default face as for x and w32.
2297 (tool-bar): Likewise.
2298
2299 * frame.el: Remove call to frame-notice-user-settings at end of
2300 the file.
2301
2302 * info.el (Info-fontify-node): make underlines invisible for mac
2303 as for x, pc, and w32 frame types.
2304
2305 * term/mac-win.el: New file.
2306
2307 2000-10-22 Dave Love <fx@gnu.org>
2308
2309 * textmodes/refill.el: New file.
2310
2311 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2312
2313 * vc-hooks.el (vc-version-backup-file-name): New optional args
2314 MANUAL and REGEXP.
2315 (vc-delete-automatic-version-backups, vc-make-version-backup):
2316 New functions.
2317 (vc-before-save): Use the latter.
2318 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2319 confusion.
2320
2321 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2322 expected by vc[-hooks].el.
2323
2324 * vc.el (vc-checkout): Added `-p' suffix in call to
2325 vc-make-version-backups-p; use vc-make-version-backup to actually
2326 make the backup.
2327 (vc-version-other-window, vc-version-backup-file): Handle both
2328 automatic and manual backups.
2329 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2330 of all of them.
2331
2332 2000-10-22 Miles Bader <miles@gnu.org>
2333
2334 * comint.el (comint-highlight-input, comint-highlight-prompt):
2335 Renamed, `-face' at end removed.
2336 (comint-send-input, comint-output-filter): Use renamed faces.
2337
2338 * window.el (fit-window-to-buffer): Change defaulting of
2339 MAX-HEIGHT slightly.
2340
2341 * faces.el (color-values, color-defined-p): Use `member', not
2342 `memq', because it works correctly for strings.
2343 (frame-set-background-mode): Actually, "unspecified-fg" and
2344 "unspecified-bg" *are* strings. Use `member', not `memq', and
2345 `equal', not `eq', when a string value is possible.
2346
2347 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2350
2351 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2352
2353 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2354 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2355 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2356 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2357 (sh-font-lock-syntactic-keywords): Use them.
2358 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2359 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2360 (sh-mode): Don't override font-lock-unfontify-region-function.
2361 Use a copy of sh-font-lock-syntactic-keywords.
2362 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2363 Don't call sh-scan-buffer since font-lock does it on the fly.
2364 (sh-get-indent-info): Use `face' rather than `syntax-table'
2365 text-property to detect here-documents.
2366 Replace sh-special-syntax with sh-st-punc.
2367 (sh-prev-line): Use `face' rather than `syntax-table'
2368 text-property to skip over here-documents.
2369 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2370 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2371 (sh-electric-less, sh-set-here-doc-region)
2372 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2373 (sh-scan-buffer, sh-rescan-buffer): Remove.
2374
2375 2000-10-21 Andrew Innes <andrewi@gnu.org>
2376
2377 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2378 remote (ange-ftp) file names.
2379
2380 2000-10-21 Miles Bader <miles@gnu.org>
2381
2382 * window.el (fit-window-to-buffer): New function.
2383 (shrink-window-if-larger-than-buffer): Use it.
2384 (window-text-height): Don't expect minibuffers to have mode-lines.
2385
2386 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2387 * international/quail.el (quail-update-guidance): Use
2388 `fit-window-to-buffer' instead of `set-window-text-height'.
2389
2390 * international/quail.el (quail-show-guidance-buf): Make sure
2391 guidance window really has enough room.
2392 (quail-update-guidance): If quail-guidance-win is already shown,
2393 make sure its height is OK.
2394
2395 * window.el (window-text-height, set-window-text-height):
2396 New functions.
2397 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2398 instead of `window-height' & `mode-line-window-height-fudge'.
2399 (mode-line-window-height-fudge): Add FACE parameter.
2400 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2401 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2402
2403 2000-10-20 Miles Bader <miles@gnu.org>
2404
2405 * window.el (height-affecting-face-attributes): Use `defconst'.
2406
2407 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2408 New function, conditionally aliased to `mode-line-window-height-fudge'.
2409 (ispell-help): Use it.
2410 (ispell-choices-win-default-height): Don't include mode-line fudge.
2411 (ispell-choices-win-default-height): New function.
2412 (ispell-show-choices, ispell-command-loop): Use function
2413 `ispell-choices-win-default-height' instead of variable.
2414
2415 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2416
2417 * window.el (mode-line-window-height-fudge): New variable.
2418 (height-affecting-face-attributes): New variable.
2419 (mode-line-window-height-fudge): New function.
2420 (shrink-window-if-larger-than-buffer): Use it.
2421 * help.el (resize-temp-buffer-window): Likewise.
2422
2423 * info.el (Info-fontify-node): Add support for @subsubsection
2424 titles, which use `Info-title-4-face'.
2425 (Info-title-4-face): New face.
2426 (Info-title-3-face): Inherit from Info-title-4-face instead of
2427 variable-pitch.
2428
2429 2000-10-19 Jason Rumney <jasonr@gnu.org>
2430
2431 * dired.el (dired-insert-directory): Do not let errors signalled by
2432 attempt to run dired-free-space-program prevent dired from working.
2433
2434 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2435
2436 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2437
2438 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2439
2440 * dirtrack.el (dirtrack): Fix call to run-hooks.
2441
2442 * cmuscheme.el (cmuscheme-program-name): Renamed from
2443 scheme-program-name because xscheme.el contains a defcustom with
2444 the same name. As a consequence, customizing group `cmuscheme'
2445 loaded `xscheme' which redefined run-scheme.
2446 (run-scheme): Use cmuscheme-program-name.
2447
2448 * ps-print.el (ps-print-emacs-type): Move into the
2449 eval-and-compile.
2450
2451 * play/doctor.el (doctor-death): Update the Samaritans'
2452 anonymous address, and add a website for Befrienders International.
2453
2454 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2455
2456 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2457 Avoid compilation gripes. Doc fix.
2458 (ps-print-version): New version number (6.2).
2459 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2460 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2461 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2462 (ps-x-extent-priority, ps-x-extent-start-position)
2463 (ps-x-face-font-instance, ps-x-find-coding-system)
2464 (ps-x-font-instance-properties, ps-x-make-color-instance)
2465 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2466 avoid compilation gripes without defining functions.
2467 (ps-e-find-composition): Alias for function find-composition, to have a
2468 suitable function depending on Emacs version.
2469 (ps-color-device, ps-color-values, ps-face-foreground-name)
2470 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2471 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2472 (ps-print-ensure-fontified): Function definitions surrounded by
2473 `eval-and-compile' to avoid compilation gripes.
2474 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2475 by symbol-value to avoid compilation gripes.
2476 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2477 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2478
2479 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2480
2481 * startup.el (normal-top-level): Call `frame-set-background-mode'
2482 after `frame-notice-user-settings' because the latter doesn't call
2483 the former on a tty.
2484
2485 * faces.el (frame-set-background-mode): `unspecified' &c are
2486 symbols, not strings.
2487
2488 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2491 why some "light*" colors are deliberately absent from the alist.
2492
2493 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2494 Change colors for tty's, as suggested by Miles Bader.
2495
2496 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2497
2498 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2499 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2500 for ISO10646-1 fonts.
2501 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2502
2503 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2504
2505 * faces.el (frame-set-background-mode): If a tty frame defines a
2506 background color, use that to compute the background mode, instead
2507 of always defaulting to "dark".
2508
2509 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2510
2511 * comint.el (comint-write-output): New function.
2512 (comint-mode-map): Add it to the menu.
2513 Bind `C-c C-s' to comint-write-output.
2514
2515 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2516
2517 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2518 Use fancy-splash-delay.
2519
2520 2000-10-18 Alex Schroeder <alex@gnu.org>
2521
2522 * progmodes/sql.el (sql-sybase-options): New option.
2523 (sql-sybase): Use it. Add sql-database to the list of parameters
2524 provided for login. The options -w 2048 -n are not used any more.
2525
2526 * comint.el (comint-read-input-ring): Bugfix such that the first
2527 and the last entry of the input ring file are not lost.
2528
2529 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2530
2531 * ps-print.el: Internal variable changes to defcustom,
2532 make-local-hook changes to defvar. Doc fix.
2533 (ps-print-version): New version number (6.1).
2534 (ps-setup, ps-do-despool): Code fix.
2535 (ps-printer-name): Customization fix.
2536 (ps-printer-name-option): Now is a defcustom instead of an
2537 internal variable.
2538 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2539 (ps-print-begin-column-hook): Now are defvar instead of
2540 make-local-hook.
2541
2542 2000-10-18 Miles Bader <miles@gnu.org>
2543
2544 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2545 (comint-kill-output): Changed into an alias for `comint-delete-output',
2546 and made obsolete.
2547 (comint-mode-map): Rename references to comint-kill-output.
2548
2549 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2550
2551 * diff-mode.el (diff-header-face, diff-file-header-face)
2552 (diff-changed-face): Add bold and italic attributes to tty faces.
2553 (diff-function-face): New face.
2554 (diff-font-lock-keywords): Use it.
2555
2556 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2557
2558 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2559 Remove commented-out call to force-mode-line-update.
2560 (comint-kill-output): Use `forward-line 0' instead of
2561 beginning-of-line to make sure we get past the prompt.
2562
2563 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * diff-mode.el (diff-header-face, diff-file-header-face):
2566 Add specific setting for dark background.
2567 (diff-context-face): Renamed from diff-comment-face.
2568 Set explicitly rather than inheriting from font-lock-comment-face.
2569
2570 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2571
2572 * startup.el (command-line): Move the code which sets the default
2573 TTY colors to before before-init-hook.
2574
2575 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2576
2577 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2578
2579 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2580
2581 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2582 extensions, for MS-DOS.
2583
2584 * diff-mode.el (diff-header-face, diff-file-header-face)
2585 (diff-changed-face): Define tty-specific colors.
2586
2587 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2588
2589 * startup.el (fancy-splash-text): Realign the text.
2590
2591 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * font-lock.el (font-lock-comment-face): Define a separate default
2594 for dark-background tty's.
2595
2596 2000-10-17 Miles Bader <miles@gnu.org>
2597
2598 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2599 being obscured by whizzy mode-lines on graphics displays.
2600
2601 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2602
2603 * info.el (Info-title-1-face, Info-title-2-face)
2604 (Info-title-3-face): Define colors for tty's.
2605 (info-header-node): Remove unneeded tty-specific definition.
2606
2607 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2610 reverse from the frame parameters, and don't invert foreground and
2611 background colors.
2612
2613 2000-10-16 Miles Bader <miles@gnu.org>
2614
2615 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2616 string "*Info*". Call propertized-buffer-identification to spruce
2617 up the result.
2618
2619 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2620
2621 * help.el: Provide `help' for the sake of define-minor-mode
2622 which generates defcustoms with requires.
2623
2624 * jit-lock.el (jit-lock-after-change): If we're in text that
2625 matches a multi-line font-lock pattern, make sure the whole text
2626 will be redisplayed.
2627
2628 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2629 author's name is unknown.
2630
2631 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2632 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2633 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2634 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2635 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2636 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2637 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2638 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2639 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2640 Add author information.
2641
2642 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2643
2644 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2645 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2646 full-color version (using the Gimp) to eliminate dithering artifacts.
2647
2648 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2649
2650 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2651
2652 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2653
2654 2000-10-15 Dave Love <fx@gnu.org>
2655
2656 * progmodes/sh-script.el: Require skeleton and comint when
2657 compiling.
2658
2659 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2660
2661 * whitespace.el: Doc fixes.
2662 (top-level): Don't add hooks here.
2663 (whitespace-running-emacs): Deleted.
2664 (timer): Don't require.
2665 (whitespace): Add back :version conditional on xemacs test.
2666 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2667 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2668 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2669 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2670 Avoid specific xemacs test.
2671 (whitespace-global-mode): New option.
2672 (whitespace-global-mode): New command.
2673 (whitespace-unload-hook): New function.
2674
2675 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2676 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2677 (Info-fontify-node): `Goto' goes to `Go to'.
2678 (Info-fontify-node): Add help-echo to xref links.
2679
2680 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2681
2682 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2683
2684 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2685
2686 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2687 Use plist-get and allow :inherit.
2688
2689 * emacs-lisp/cl-macs.el (cl-do-arglist):
2690 Use plist-get and plist-member instead of memq.
2691
2692 * emacs-lisp/ewoc.el (ewoc-location): New function.
2693 (ewoc-enter-after, ewoc-enter-before): Document return value.
2694 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2695 Don't need make-local-hook any more.
2696 (cvs-addto-collection): Return the new tin.
2697 (cvs-mode-insert): Jump to the new line.
2698
2699 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2700
2701 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2702
2703 * font-lock.el (font-lock-syntactically-fontified): New var.
2704 (font-lock-fontify-syntactic-keywords-region): Use it.
2705 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2706
2707 * diff-mode.el (diff-find-file-name): Fix regexp.
2708
2709 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2710 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2711
2712 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2713 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2714 (sh-mode): Don't make all vars local here.
2715 (sh-kw): Reformat.
2716 (sh-set-shell): Use dolist. Don't set indent-region-function.
2717 (sh-mode-syntax-table): Use pop.
2718 (sh-remember-variable): Use push.
2719 (sh-help-string-for-variable): Use memq.
2720 (sh-safe-backward-sexp): Remove.
2721 (sh-safe-forward-sexp): Add ARG.
2722 (sh-get-indent-info, sh-prev-stmt): Use it.
2723 (sh-prev-line): Simplify by using forward-comment.
2724 (sh-this-is-a-continuation): Simplify.
2725 (sh-learn-buffer-indent): Use dolist.
2726 (sh-do-nothing): Remove.
2727 (sh-set-char-syntax, sh-set-here-doc-region):
2728 Use inhibit-modification-hooks.
2729 (sh-name-style): Use mapcar and push.
2730 (sh-load-style): Use dolist.
2731 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2732 (sh-case, sh-while-getopts): Use propertize directly rather
2733 than sh-electric-rparen.
2734
2735 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2736
2737 * textmodes/tex-mode.el: Require CL when compiling.
2738 (tex-mode-syntax-table): Init immediately.
2739 (tex-mode-map): Bind M-RET to latex-insert-item.
2740 (latex-mode): Set indent-line-function to latex-indent.
2741 (tex-common-initialization): Don't setup the syntax-table any more.
2742 (latex-insert-item): New skeleton.
2743 (tex-next-unmatched-end): Fix copy/paste braino.
2744 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2745 (latex-indent, latex-find-indent): New functions.
2746 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2747 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2748 (tex-compilation-parse-errors): Use with-syntax-table.
2749
2750 2000-10-15 Miles Bader <miles@gnu.org>
2751
2752 * font-lock.el (font-lock-comment-face): Change dark-background,
2753 color, non-tty, default to `chocolate1'.
2754
2755 2000-10-13 John Wiegley <johnw@gnu.org>
2756
2757 * eshell/esh-util.el (require): Added a missing `require' form,
2758 needed when compiling (for an ange-ftp macro definition).
2759
2760 2000-10-13 Dave Love <fx@gnu.org>
2761
2762 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2763
2764 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2765
2766 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2767 fix.
2768
2769 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2770 transparent -colors 8).
2771
2772 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2773
2774 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2775 that breaks with old list format timestamps.
2776 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2777 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2778 strings.
2779
2780 2000-10-13 John Wiegley <johnw@gnu.org>
2781
2782 * align.el, pcomplete.el, calendar/timeclock.el,
2783 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2784
2785 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2786 faulty math, where holiday hours were being computing as seconds.
2787
2788 2000-10-13 John Wiegley <johnw@gnu.org>
2789
2790 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2791 specifying what "other" kinds of buffers should be saved. This
2792 used to be hard-coded.
2793 (desktop-buffer-misc-functions): A global for specifying how
2794 auxiliary data should be determined for special buffer types.
2795 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2796 instead of hard-coding the special buffer types.
2797 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2798 auxiliary data, instead of hard-coding for Info buffers and dired.
2799 (desktop-buffer-info-misc-data): Aux function for determining Info
2800 buffer auxiliary info.
2801 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2802 (desktop-buffer-info): Changed this function to use the info
2803 gathered above.
2804 (desktop-create-buffer): Be a little more careful about what
2805 `minor-mode' means before calling it. This is important for some
2806 buffer types.
2807
2808 2000-10-13 John Wiegley <johnw@gnu.org>
2809
2810 * eshell/esh-util.el: Added a global form which declares an
2811 autoload for `parse-time-string', if that function is not already
2812 defined, and if parse-time.el is available on the user's system.
2813
2814 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2815 to be aware of ange-ftp user info.
2816 (eshell-do-ls): Bind `ange-cache'. Also, use
2817 `eshell-file-attributes'.
2818 (eshell-ls-annotate): Use `eshell-file-attributes'.
2819 (eshell-ls-file): Made the user-id printing code a bit smarter.
2820
2821 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2822 allow identification of alias user ids in remote directories.
2823 It's manual, but there's no other way to know when the current
2824 user on the local machine, is also the owning user on the remote
2825 machine.
2826 (fboundp): Bind `ange-cache'.
2827 (eshell-directory-files-and-attributes): Re-organized the logic a
2828 bit to use `eshell-file-attributes' instead of `file-attributes'.
2829 The former is more sensitive to directories that are read via FTP,
2830 and knows how to use ange-ftp to determine full attribute
2831 information, instead of just the name and last modtime.
2832 (eshell-current-ange-uids): Return the current user id when in a
2833 remote directory.
2834 (eshell-parse-ange-ls): Parse a full directory listing that has
2835 been returned by ange-ftp.
2836 (eshell-file-attributes): This beefed up version of
2837 `file-attributes' is only special if the user is currently in a
2838 remote directory, in which case it does a lot of work to find out
2839 what the real attributes of a file are, as they appear on the
2840 remote machine. This makes usage of remote directories (i.e.,
2841 ange-ftp pathnames) much more useful. You can now use Eshell as a
2842 full-fledged FTP client, with much more manipulation ability than
2843 most other clients.
2844
2845 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2846 variable, which means that Eshell's du should always be preferred
2847 in remote directories.
2848 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2849 just `file-attributes'.
2850 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2851 when reading remote directories. This is an Eshell-specific
2852 variable (not part of ange-ftp).
2853 (eshell/ln): Bind `ange-cache'.
2854 (eshell/du): Added some extra logic for determining when to use
2855 Eshell's du (which is slow), and when to use the external version
2856 (which may or may not exist).
2857
2858 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2859 `eshell-interactive-process', rather than using
2860 `get-buffer-process', since backgrounded processes don't count in
2861 the context of this function's logic.
2862
2863 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2864 `forward-char', so that null strings are parsed correctly.
2865
2866 2000-09-13 John Wiegley <johnw@gnu.org>
2867
2868 * eshell/em-pred.el (eshell-pred-file-type,
2869 eshell-pred-file-links, eshell-pred-file-size): Use
2870 `eshell-file-attributes'. This is more correct over ange-ftp.
2871
2872 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2873 that remote file globbing is more efficient.
2874
2875 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2876 gathering the files and attributes within a directory.
2877
2878 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2879 the command line is a special file (not a regular file, directory
2880 or symlink), always attempt to call the external version of cat.
2881
2882 2000-09-13 John Wiegley <johnw@gnu.org>
2883
2884 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2885 Eshell-friendly version of find-tag.
2886
2887 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2888
2889 * image-file.el (image-file-name-extensions)
2890 (image-file-name-regexps): Add autoload cookies.
2891
2892 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2893
2894 * international/mule-cmds.el (select-safe-coding-system): If FROM
2895 is string, show it in *Warning* buffer.
2896
2897 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * startup.el (normal-top-level): Use display-popup-menus-p instead
2900 of window-system.
2901 (command-line): Use display-graphic-p instead of window-system.
2902 (command-line-1): Use display-popup-menus-p and display-mouse-p
2903 instead of window-system.
2904
2905 2000-10-12 Sam Steingold <sds@gnu.org>
2906
2907 * tooltip.el (tooltip-use-echo-area): New user variable.
2908 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2909
2910 2000-10-12 Dave Love <fx@gnu.org>
2911
2912 * recentf.el: Maintainer's checkdoc fixes.
2913
2914 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2915 character class, not ASCII when matching file names.
2916 (fancy-splash-head): Add trailing slash to URL.
2917 (command-line): Don't require XPM support for toolbar.
2918
2919 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2920 (cperl-invalid-face): Revert last change.
2921 (cperl-init-faces): Quote cperl-invalid-face.
2922
2923 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2924
2925 * startup.el (fancy-splash-text): Remove superfluous quote.
2926
2927 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2928
2929 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2930 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2931 (command-line-1): Don't use fancy-splash-pending-command.
2932 (fancy-splash-screens-1): Goto point-min after inserting text.
2933
2934 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2935
2936 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2937 instead of shared-lisp-mode-map.
2938
2939 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2940
2941 * faces.el (header-line): Change tty-variant to use underlining.
2942
2943 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2944 (isearch-highlight): Restore lazy-isearch face properties at old
2945 position, and suppress them at new position.
2946 (isearch-dehighlight): Restore lazy-isearch face properties.
2947 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2948 over the real isearch overlay, but in that case, don't give it a
2949 face property. Use `push'.
2950
2951 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2952
2953 * man.el (Man-getpage-in-background): Fix previous change.
2954 Decode the process output only when we are in multibyte mode.
2955
2956 2000-10-11 Dave Love <fx@gnu.org>
2957
2958 * info.el (Info-mode-menu): Fix some help.
2959 (info-tool-bar-map): Add entry for Info-last.
2960
2961 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2962 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2963 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2964 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2965 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2966 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2967 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2968 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2969 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2970 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2971 Reduce colour requirements to 25 overall. (Probably wants
2972 revisiting from the originals to reduce further.)
2973
2974 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2977 buffer-file-coding-system, instead of raw-text.
2978 (dehexlify-buffer): Bind coding-system-for-read to
2979 buffer-file-coding-system, instead of raw-text.
2980
2981 2000-10-11 Sam Steingold <sds@gnu.org>
2982
2983 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2984 `underline' - fixes the bug introduced on 2000-09-21.
2985
2986 2000-10-11 Dave Love <fx@gnu.org>
2987
2988 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2989 compiler warnings.
2990 (scheme-mode): Doc fix.
2991 (scheme-font-lock-keywords-1): Match `define-syntax'.
2992
2993 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2994
2995 * faces.el (frame-set-background-mode): Pay attention to saved
2996 face specs as well as default ones. Only do anything if the
2997 bg-mode or display-type has actually changed. Use `dolist'.
2998 (region): Make dark-background `region' face less in-your-face.
2999
3000 2000-10-10 Sam Steingold <sds@gnu.org>
3001
3002 * chistory.el, ielm.el, ledit.el:
3003 * progmodes/inf-lisp.el, progmodes/scheme.el:
3004 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3005
3006 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3007
3008 * textmodes/texinfo.el: Update copyright and fix typo.
3009
3010 * desktop.el (desktop-modes-not-to-save): New var.
3011 (desktop-save-buffer-p): Use it.
3012 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3013 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3014
3015 2000-10-10 Dave Love <fx@gnu.org>
3016
3017 * toolbar/tool-bar.el (tool-bar-add-item)
3018 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3019 display.
3020
3021 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3022 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3023 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3024 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3025 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3026 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3027 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3028 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3029 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3030 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3031 the .xpms; probably need retouching.
3032
3033 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3034
3035 * subr.el (add-to-list): Add optional argument APPEND.
3036 * battery.el (display-battery): Use `add-to-list'.
3037
3038 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3039
3040 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3041 these vars as symbol properties.
3042 (zone, zone-when-idle, zone-leave-me-alone)
3043 (zone-pgm-whack-chars): Use new symbol properties.
3044
3045 * battery.el (display-battery): Doc spelling fix.
3046
3047 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3048 property.
3049
3050 2000-10-09 Dave Love <fx@gnu.org>
3051
3052 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3053 has been initialized before calling tool-bar-setup.
3054 (tool-bar-add-item-from-menu): Add autoload cookie.
3055
3056 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3057
3058 * menu-bar.el (send-mail-item-name): New function.
3059 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3060 of mail-user-agent in the menu. Don't display the "Send Mail"
3061 item if mail-user-agent is nil or its value is ignore.
3062 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3063 if read-mail-command is nil or its value is ignore.
3064
3065 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3066
3067 2000-10-09 Miles Bader <miles@gnu.org>
3068
3069 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3070 Correct image size.
3071 * toolbar/left_arrow.xpm: Correct image size.
3072
3073 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3074 will be done by the definition of `auto-compression-mode' if
3075 necessary. Move code to uninstall existing file-name handler
3076 before definition of `auto-compression-mode'.
3077
3078 * image-file.el (auto-image-file-mode): Move to the end of the
3079 file, because `define-minor-mode' actually calls the mode-function
3080 if the associated variable is non-nil, which requires that all
3081 needed functions be already defined.
3082
3083 * mouse.el (popup-menu): Balance parens.
3084
3085 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3086
3087 * mouse.el (popup-menu): Move the command call outside the loop
3088 so that popup-menu returns whatever the command returns.
3089
3090 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3091 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3092 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3093 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3094
3095 * vc.el (vc-version-diff): diff-switches can be a list.
3096 Use relative filenames for prettier output.
3097
3098 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3099 (vc-post-command-functions): Remove old-VC compatibility code.
3100
3101 * newcomment.el (comment-indent-default): Autoload.
3102
3103 * font-lock.el (font-lock-defaults): Make buffer-local.
3104 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3105 (font-lock-choose-keywords):
3106 Ignore LEVEL unless KEYWORDS is a list of syms.
3107 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3108 Don't wrap regexp-opt things in \(...\) unnecessarily.
3109
3110 * jit-lock.el: Don't require font-lock any more.
3111 (jit-lock-functions): Make buffer-local.
3112 (jit-lock-saved-fontify-buffer-function): Remove.
3113 (jit-lock-mode): Remove autoload cookie.
3114 Remove font-lock specific code.
3115 (jit-lock-unregister): Don't bother handling complex hooks any more.
3116 (jit-lock-refontify): New function.
3117 (jit-lock-fontify-buffer): Use it.
3118 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3119 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3120 Add optional args START and END.
3121 Never call font-lock-fontify-region directly.
3122 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3123
3124 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3125
3126 2000-10-08 Dave Love <fx@gnu.org>
3127
3128 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3129
3130 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3131
3132 * play/studly.el (studlify-region, studlify-word): Add autoload
3133 cookie.
3134
3135 * play/morse.el (morse-region, unmorse-region): Add autoload
3136 cookie.
3137
3138 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3139 concat.
3140
3141 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3142 insist on symbols starting with word syntax.
3143 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3144 (eval-defun-1): Doc fix.
3145 (indent-sexp): Use nconc to build up indent-stack.
3146
3147 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3148 Gnus with little use.
3149 (mail-setup-hook): Add mail-abbrevs-setup to options.
3150
3151 * recentf.el: Doc fixes.
3152
3153 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3154 Clean up remainder.
3155
3156 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3157 without timezone and (8) with timezone to enforce some whitespace.
3158 Simplify code somewhat.
3159
3160 * options.el (list-options): Doc that you should use customize.
3161
3162 * iswitchb.el (iswitchb-mode): Add :require.
3163
3164 * info.el (Info-goto-node, Info-menu): Doc fix.
3165 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3166 (info-tool-bar-map): New variable.
3167 (Info-mode): Use it.
3168 (Info-edit-map): Define all in defvar.
3169 (speedbar-attached-frame): Avoid compiler warning.
3170
3171 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3172 (global-map): Bind [tool-bar] to a filtered map.
3173 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3174 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3175 Allow PBM icons.
3176 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3177
3178 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3179 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3180 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3181 icons, except up_arrow, which is left-arrow rotated.
3182
3183 * imenu.el (imenu-add-to-menubar): Fix last change.
3184
3185 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3186
3187 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3188 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3189
3190 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3191
3192 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3193 typos in doc strings.
3194
3195 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3196 the doc strings how to customize Font Lock faces.
3197
3198 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3199 computing growth when dragging the header line.
3200
3201 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3202
3203 * simple.el (kill-line): Doc fix.
3204
3205 2000-10-08 Miles Bader <miles@gnu.org>
3206
3207 * faces.el (secondary-selection): Make foreground visible on tty.
3208
3209 * jka-compr.el (auto-compression-mode): Move to the end of the
3210 file, because `define-minor-mode' actually calls the mode-function
3211 if the associated variable is non-nil, which requires that all
3212 needed functions be already defined.
3213 (with-auto-compression-mode): Add autoload cookie.
3214
3215 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3216
3217 * files.el (find-backup-file-name) [ms-dos]: If support for long
3218 file names is not available, behave as if version-control were set
3219 to never.
3220
3221 2000-10-07 Dave Love <fx@gnu.org>
3222
3223 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3224 (browse-url-gnome-moz): New function.
3225 (browse-url-browser-function): Use it.
3226 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3227
3228 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * indent.el (tab-always-indent): New var.
3231 (indent-for-tab-command): Use it.
3232
3233 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3234 raise an error. This way it can still default to a sane value.
3235
3236 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3237
3238 * startup.el (fancy-splash-screens): Use local rather than global map.
3239 Don't use `update-menu-bindings' any more.
3240 Get rid of assumptions about keymap representation.
3241
3242 2000-10-06 Dave Love <fx@gnu.org>
3243
3244 * textmodes/fill.el (sentence-end-double-space)
3245 (sentence-end-without-period): Doc fix.
3246 (adaptive-fill-regexp): Purecopy.
3247 (unjustify-current-line): Use line-end-position.
3248 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3249
3250 * net/eudc-vars.el (eudc): Add :version, :link.
3251
3252 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3253
3254 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3255 Fix for define-minor-mode.
3256 (function-at-point): Alias to function-called-at-point.
3257
3258 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3259
3260 * simple.el (backward-word): Doc fix.
3261
3262 * image-file.el (image-file-name-regexp): image-file-regexps ->
3263 image-file-name-regexps.
3264 (image-file-name-extensions): Add pbm.
3265
3266 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3269 and add filename to the names so that diff-mode can jump to source.
3270
3271 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3272 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3273 (tex-font-lock-keywords-1): Remove.
3274 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3275 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3276 (font-lock-default-fontify-region):
3277 Expand beg..end correctly when just following a multiline region.
3278 (font-lock-fontify-anchored-keywords):
3279 Include the anchor text as part of the multiline.
3280
3281 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3282
3283 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3284 latter needs the autoloaded define-minor-mode macro during the
3285 bootstrap.
3286
3287 * startup.el (command-line): For now, activate tool-bar-mode only
3288 if XPM images are supported.
3289
3290 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3291 window by dragging a header-line at the top of the frame; that's
3292 confusing because the header-line doesn't move.
3293 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3294 of treating the event as a list. Some cleanup.
3295
3296 2000-10-06 Miles Bader <miles@gnu.org>
3297
3298 * simple.el (display-message-or-buffer): New function.
3299 (shell-command-on-region): Use `display-message-or-buffer'.
3300
3301 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3302 docstring parts.
3303
3304 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3305 (smbclient-prompt-regexp): Add usage note to doc string.
3306 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3307 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3308 Use add-hook for adding the comint filter function, and only do so
3309 if it's not already in the global hook list.
3310 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3311 to `make-local-variable'.
3312 (nslookup-font-lock-keywords): Remove prompt entry.
3313 (nslookup): Don't set the process-filter.
3314 (finger): Exit the loop correctly when the regexps list runs out.
3315 (ftp, smbclient, smbclient-list-shares):
3316 Set the real major mode immediately, not after execing.
3317 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3318
3319 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3320
3321 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3322
3323 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3324
3325 * which-func.el (which-func-format): Remove spurious space.
3326 (which-func-mode): Don't make it permanent-local.
3327 (which-func-ff-hook): Allow which-func-maxout to be nil.
3328 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3329 (which-func-mode): Simplify.
3330 Use post-command-idle-hook rather than post-command-hook.
3331 Go through all buffers and update their state.
3332 (which-function): Also try add-log-current-defun-function.
3333
3334 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3335 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3336 Update call to with-vc-properties accordingly.
3337 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3338 (vc-revert-buffer): More careful about window selection and deletion.
3339 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3340
3341 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3342 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3343 (cvs-dired-action): Change the default to quickdir.
3344
3345 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3346 if comment-indent-function returns nil.
3347 (comment-indent-default): New function.
3348 (comment-indent-function): Use it and document the new semantics.
3349
3350 * image-file.el: Docstring fixes.
3351
3352 * help.el (help-xref-on-pp): Use match-string.
3353 (describe-variable): New arg BUFFER.
3354 Store the current buffer in the help-xref-stack.
3355 (temp-buffer-resize-mode): Use define-minor-mode.
3356
3357 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3358 consistently with its docstring.
3359 Set jit-lock-first-unfontify-pos in an idempotent way.
3360 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3361
3362 2000-10-05 Alex Schroeder <alex@gnu.org>
3363
3364 * sql.el (sql-mysql-options): New variable.
3365 (sql-mysql): Use it.
3366
3367 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3368
3369 * image.el (image): New group.
3370
3371 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3372 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3373
3374 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3375
3376 * net/net-utils.el (nslookup-font-lock-keywords)
3377 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3378 Ignore the value of wqindow-system; always define keywords
3379
3380 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3381
3382 * startup.el (fancy-splash-screens): Remove the code for
3383 debugging; `(trace-to-stderr "EXITTT\n")'.
3384
3385 2000-10-05 Miles Bader <miles@gnu.org>
3386
3387 * diff-mode.el (diff-goto-source): Update call to
3388 `diff-hunk-status-msg' to reflect new REV variable.
3389
3390 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3391
3392 * progmodes/icon.el (icon-mode):
3393 Don't gratuitously override the default for comment-column.
3394
3395 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3396
3397 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3398 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3399 (jit-lock-functions): New var.
3400 (jit-lock-function-1): Use it if non-nil.
3401 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3402 Set the `fontified' property before doing the fontification to avoid
3403 repeatedly going through the same error.
3404 Don't turn errors into messages.
3405 (jit-lock-register, jit-lock-unregister): New functions.
3406
3407 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3408 Use with-current-buffer.
3409
3410 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3411 Turn comment into docstring.
3412
3413 * apropos.el (apropos-mode): Use define-derived-mode.
3414
3415 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3416
3417 * startup.el (fancy-splash-pending-command): New variable.
3418 (fancy-splash-pre-command): New function.
3419 (fancy-splash-screens): Rewritten.
3420 (command-line-1): If fancy-splash-pending-command is set, call it
3421 interactively.
3422
3423 2000-10-04 Dave Love <fx@gnu.org>
3424
3425 * toolbar/tool-bar.el (tool-bar-setup): New function.
3426 (tool-bar-mode): Use it.
3427
3428 * subr.el (substitute-key-definition): Doc fix.
3429 (play-sound-file): New command.
3430
3431 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3432
3433 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3434 vc-version-backup-file-name): New functions.
3435
3436 * files.el (basic-save-buffer): Call vc-before-save before saving.
3437
3438 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3439 vc-cvs-stay-local-p.
3440
3441 * vc.el (vc-revert-buffer): Handle empty diff properly.
3442 (vc-version-backup-file): New function.
3443 (vc-checkout): Create a version backup if necessary.
3444 (vc-checkin): If a version backup file exists, delete it.
3445 (vc-version-diff): Diff locally using version backups, if available.
3446 (vc-revert-file): If there's a version backup, revert locally.
3447 (vc-transfer-file): Use version backup for base version, if
3448 available. If not, ask for confirmation whether to get it from the
3449 server. Update mode line before check-in.
3450
3451 2000-10-04 Dave Love <fx@gnu.org>
3452
3453 * toolbar/tool-bar.el (tool-bar-setup): New function.
3454 (tool-bar-mode): Use it.
3455
3456 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3457
3458 * net/net-utils.el (nslookup-font-lock-keywords)
3459 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3460 Only set if window-system is non-nil
3461 (net-utils-run-program): Returns buffer.
3462 (network-connection-reconnect): Added this function.
3463
3464 * generic.el:
3465 Incorporates extensive cleanup and docfixes by
3466 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3467 Uses cl compile-time macros.
3468 (generic-mode-name, generic-comment-list)
3469 (generic-keywords-list, generic-font-lock-expressions)
3470 (generic-mode-function-list, generic-mode-syntax-table):
3471 Removed variables.
3472 (generic-mode-alist): Renamed to generic-mode-list.
3473 (generic-find-file-regexp): Default changed to "^#".
3474 (generic-read-type): Uses completing read on generic-mode-list.
3475 (generic-mode-sanity-check): removed this function.
3476 (generic-add-to-auto-mode): Removed this function
3477 (generic-mode-internal): Bind mode-specific definitions
3478 into function instead of putting them in alist.
3479 (generic-mode-set-comments): Reworked extensively.
3480 (generic-mode-find-file-hook): Simplified regexp searching
3481 (generic-make-keywords-list): Omit extra pair of parens
3482
3483 * find-lisp.el (find-lisp-find-files-internal):
3484 Make sure directory name ends with "/".
3485
3486 * generic-x.el (apache-conf-generic-mode):
3487 Regexp now allows leading whitespace.
3488 (rc-generic-mode): Added eval-when-compile
3489 around generic-make-keywords-list.
3490 Deleted duplicate regexp
3491 (rul-generic-mode): Added eval-when-compile
3492 around generic-make-keywords-list.
3493 (etc-fstab-generic-mode): New generic mode.
3494 (rul-generic-mode): Removed one eval-when-compile
3495 which caused a max-specpdl-size exceeded error.
3496
3497 2000-10-04 Miles Bader <miles@gnu.org>
3498
3499 * simple.el (minibuffer-temporary-goal-position): New variable.
3500 (next-history-element): Try to keep the position of point in the
3501 input string constant.
3502
3503 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3504 (dired-do-create-files): If there's only one file, pass it in as
3505 the DEFAULT arg to dired-mark-read-file-name.
3506
3507 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3508
3509 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3510 (diff-goto-source): Be smarter when choosing REVERSE or not.
3511
3512 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3513 (texinfo-mode-menu): Add an explicit shortcut for update all.
3514
3515 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3516
3517 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3518 factorize backend-specific code cleanly (this was essentially
3519 conceived by Stefan Monnier).
3520 (vc-unregister): Function removed.
3521 (vc-revert-file): New function.
3522 (vc-revert-buffer): Delegate some of the work to it.
3523
3524 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3525 default branch unconditionally.
3526 (vc-rcs-set-default-branch): New function.
3527 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3528 (vc-rcs-checkin): If an appropriate default branch has been set,
3529 force creation of that branch.
3530 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3531 code (as suggested by Stefan Monnier).
3532
3533 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3534
3535 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3536 highlighting overlay with a different face over the overlay
3537 isearch uses to highlight the current match because that can lead
3538 to bad face combinations.
3539
3540 * loadup.el (toplevel): Load faces before isearch.
3541
3542 * isearch.el (isearch-faces): New custom group.
3543 (isearch): New defface; was already tested for in the code.
3544 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3545 (isearch-highlight): Always use face `isearch'.
3546
3547 2000-10-02 Dave Love <fx@gnu.org>
3548
3549 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3550 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3551 comparison of opcode with operand.
3552
3553 2000-10-03 Miles Bader <miles@gnu.org>
3554
3555 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3556 buffer, since the echo area will now grow to accommodate them.
3557
3558 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3559
3560 * vc-hooks.el (vc-registered): If FILE used to be registered under
3561 a certain backend, try that one first.
3562
3563 * vc.el (vc-responsible-backend): Undo the previous change in the
3564 argument list. Handle multiple backends correctly.
3565 (vc-find-new-backend): Function removed.
3566 (vc-register): Use vc-responsible-backend, as before.
3567 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3568
3569 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3570
3571 * startup.el (fancy-splash-head): Change message below the
3572 logo.
3573
3574 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3575
3576 * diff-mode.el (diff-goto-source): Emit a status message.
3577 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3578 (diff-test-hunk): Fix doc string.
3579 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3580 (diff-advance-after-apply-hunk): New variable.
3581 (diff-apply-hunk): Don't return a value.
3582
3583 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3584
3585 * vc.el (vc-editable-p): Minor optimization.
3586 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3587 (vc-find-new-backend): New function split from vc-responsible-backend.
3588 (vc-register): Use it.
3589 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3590 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3591 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3592 (vc-clear-headers): Don't use find-file.
3593 (vc-revert-buffer): Use `and' again (must have been a braino).
3594 (vc-switch-backend): Only prompt if requested.
3595 Short circuit if nothing is to be done.
3596 Don't use vc-resynch-buffer which could lose unsaved editing.
3597 (vc-default-receive-file): Update call to vc-unregister.
3598 (with-vc-file, vc-next-action-on-file):
3599 Use vc-backend rather than vc-registered.
3600 (vc-next-action-on-file): Use intern-soft.
3601 Deal with read-only *vc-diff* buffer.
3602 (vc-transfer-file): Docstring fix.
3603
3604 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3605 (vc-rcs-receive-file): Avoid with-vc-properties.
3606 Update call to vc-unregister.
3607 Use constant `RCS' rather than (dynamically bound) var `backend'.
3608
3609 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3610
3611 * vc.el (vc-next-action-on-file): Update mode line only if file
3612 is visited.
3613 (vc-start-entry): New argument initial-contents. Don't visit the file
3614 if it isn't already visited. Brought documentation up-to-date.
3615 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3616 (vc-checkin): New optional arg initial-contents, which is passed to
3617 vc-start-entry.
3618 (vc-finish-logentry): Make sure to bury log buffer only if there
3619 really is one. Call `vc-resynch-buffer' on log-file, not
3620 buffer-file-name.
3621 (vc-default-comment-history, vc-default-wash-log): New functions.
3622 (vc-index-of): Removed.
3623 (vc-transfer-file): Make do without the above.
3624 (vc-default-receive-file): Call comment-history unconditionally. Pass
3625 the resulting string to vc-checkin, instead of inserting it into the
3626 comment ring.
3627
3628 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3629 unconditionally. Use the comments as initial contents of the log
3630 entry buffer. Document the trick to force branch creation with no
3631 changes.
3632
3633 2000-10-01 Miles Bader <miles@gnu.org>
3634
3635 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3636 `recenter' with an arg to prevent redrawing the display.
3637
3638 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3639
3640 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3641
3642 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3643
3644 * progmodes/c-mode.el (c-mode):
3645 Don't gratuitously override the default for comment-column.
3646
3647 * textmodes/tex-mode.el (latex-metasection-list): New var.
3648 (latex-imenu-create-index): Use it.
3649 Move the regexp construction outside loops (and use push).
3650 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3651 (tex-font-lock-keywords): Moved from font-lock.el.
3652 (tex-comment-indent): Remove.
3653 (tex-common-initialization): Don't set comment-indent-function.
3654 (latex-block-default): New var.
3655 (tex-latex-block): Use it to provide a default choice.
3656 Add any unknown choice to latex-block-names.
3657 Insert [...] after {...}.
3658 (tex-last-unended-begin): Simplify regexp.
3659 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3660 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3661 (latex-mode): Set forward-sexp-function.
3662
3663 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3664 Add regexp for @ignore ... @end ignore.
3665 (texinfo-heading-face): New face.
3666 (texinfo-font-lock-keywords): Use it.
3667 (texinfo-mode-menu): New menu.
3668 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3669 New functions.
3670 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3671 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3672 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3673 Remove declaration.
3674 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3675
3676 * delsel.el (delete-selection-mode): Use define-minor-mode.
3677
3678 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3679
3680 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3681
3682 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3683
3684 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3685
3686 * replace.el (keep-lines-read-args): New function.
3687 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3688 read arguments interactively. Add parameters RSTART and REND.
3689 Operate on the active region in Transient Mark mode.
3690
3691 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3692
3693 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3694 (authors-obsolete-files-regexps): New variable.
3695 (authors-add): Don't record changes in obsolete files.
3696
3697 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3698
3699 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3700
3701 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3702 (comment-indent): Make sure there's a space between code and comment.
3703 Shift comments left to avoid going past fill-column.
3704
3705 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3706
3707 * startup.el (startup-echo-area-message): New function.
3708 (display-startup-echo-area-message): Use it.
3709 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3710 (fancy-splash-default-action): New function.
3711 (fancy-splash-screens-1): New function.
3712 (fancy-splash-head): Put a help-echo and a keymap under the image.
3713
3714 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3715
3716 * diff-mode.el (diff-add-log-file-name): Remove.
3717 (diff-mode): Use add-log-buffer-file-name-function.
3718
3719 * add-log.el (find-change-log): New arg BUFFER-FILE.
3720 (add-log-file-name): Obey add-log-file-name-function.
3721 (add-log-buffer-file-name-function): New var.
3722 (add-change-log-entry): Use it.
3723
3724 2000-09-29 Miles Bader <miles@gnu.org>
3725
3726 * image-file.el (image-file-name-extensions): New variable.
3727 (image-file-name-regexps): Renamed from `image-file-regexps'.
3728 New default value is nil. Call `auto-image-file-mode'.
3729 (image-file-name-regexp): New function.
3730 (auto-image-file-mode): New minor mode.
3731 (insert-image-file): Don't make conditional on the image-file
3732 handler being enabled.
3733 (image-file-handler): Make the call here conditional instead.
3734 (set-image-file-handler-enabled, enable-image-file-handler)
3735 (disable-image-file-handler): Functions removed.
3736
3737 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3738 string.
3739
3740 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3741
3742 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3743 it's a function from CL.
3744 (latex-imenu-create-index): Replace eval-when-compile with progn
3745 because latex-section-alist is not bound while compiling.
3746
3747 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3748
3749 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3750 (outline-mode): Use define-derived-mode.
3751
3752 * progmodes/perl-mode.el (perl-mode):
3753 * progmodes/awk-mode.el (awk-mode):
3754 * progmodes/asm-mode.el (asm-mode):
3755 Don't gratuitously override the default for comment-column.
3756
3757 * emacs-lisp/lisp.el (lisp-complete-symbol):
3758 Distinguish the let-binding case from the funcall case.
3759 (forward-sexp-function): New variable.
3760 (forward-sexp): Use it.
3761
3762 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3763 (easy-mmode-defmap): Remove the now useless autoload.
3764
3765 * time.el (display-time-mode): Use define-minor-mode.
3766
3767 * subr.el (add-minor-mode): Don't eval NAME.
3768 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3769 Use if rather than cond.
3770
3771 * simple.el (read-expression-map): Define more properly.
3772 (comment-indent-hook): Remove.
3773 (string-to-syntax): Bug fix.
3774
3775 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3776 (cvs-ediff-diff): Fix typo.
3777 (cvs-revert-if-needed): Don't bother preserving read-only.
3778
3779 * paren.el (show-paren-mode): Use define-minor-mode.
3780
3781 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3782 (toggle-auto-compression): Remove.
3783 (jka-compr-build-file-regexp): Remove useless grouping.
3784
3785 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3786 Avoid user-reserved bindings.
3787 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3788 (diff-header-face): Revert to grey85.
3789
3790 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3791
3792 * complete.el (partial-completion-mode) <defcustom>: Remove.
3793 (partial-completion-mode): Use define-minor-mode.
3794 (PC-do-completion): Understand `completion-auto-help = delay'
3795 to mean to popup the completion buffer only the second time.
3796 (PC-include-file-all-completions, PC-include-file-all-completions)
3797 (PC-include-file-all-completions): Don't quote lambda.
3798
3799 * comint.el (comint-mode-hook): Docstring fix.
3800 (comint-mode): Use define-derived-mode.
3801 (comint-mode-map): Remove obsolete comment.
3802 (make-comint): Minor stylistic change.
3803 (comint-insert-clicked-input): Be more careful to find the overlay.
3804 Use this-command-keys rather than hardcoding mouse-2.
3805
3806 * font-lock.el: Replace confusing (,@ with ,
3807 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3808 Don't use regexp-opt-depth. Spice up the regexp for args.
3809 Don't distinguish between cmds that can take an opt arg or not.
3810 Use `append' and `prepend' rather than `keep'.
3811
3812 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3813 (latex-outline-regexp): New var.
3814 (latex-outline-level): New fun.
3815 (latex-section-alist): New var.
3816 (latex-imenu-create-index): Use it. Use `push' as well.
3817 (tex-shell-map): Initialize it properly.
3818 (tex-mode): Minor stylistic change.
3819 (plain-tex-mode): Use define-derived-mode.
3820 (latex-mode): Use define-derived-mode.
3821 Construct the paragraph regexps in a more readable way.
3822 Set the buffer-local outline-{level,regexp} vars.
3823 (slitex-mode): Derive from latex-mode.
3824 (tex-common-initialization): Don't kill-all-vars anymore.
3825 Add setting for comment-add and font-lock-defaults.
3826 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3827 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3828 (tex-start-tex): New arg DIR (and send a chdir command for it).
3829 Also display the shell buffer and save it in tex-last-buffer-texed.
3830 (tex-region): Use expand-file-name rather than concat.
3831 Remove code made useless by changes in tex-start-tex.
3832 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3833
3834 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3835
3836 2000-09-28 Dave Love <fx@gnu.org>
3837
3838 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3839
3840 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3841
3842 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3843 `append'.
3844
3845 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3846
3847 * info.el (Info-extract-pointer): Undo last change.
3848 Instead, fix the position of the `bound' arg to re-search-backward.
3849
3850 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3851
3852 * info.el (Info-extract-pointer):
3853 Widen more carefully, to avoid finding pointers in other nodes.
3854 (Info-index): Use push.
3855
3856 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3857
3858 * frame.el (set-frame-font): Remove call to obsolete function
3859 frame-update-faces.
3860 (set-foreground-color, set-background-color): Likewise for
3861 frame-update-face-colors.
3862
3863 2000-09-27 Miles Bader <miles@gnu.org>
3864
3865 * image-file.el: New file.
3866
3867 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3868
3869 * frame.el (frame-notice-user-settings): Don't call
3870 frame-update-faces, which is a no-op now.
3871
3872 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3873 tool-bar-lines.
3874
3875 2000-09-27 Dave Love <fx@gnu.org>
3876
3877 * mouse.el: Fix last change.
3878
3879 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3880
3881 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3882
3883 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3884
3885 * international/quail.el (quail-help): The output message is
3886 improved.
3887
3888 2000-09-26 Dave Love <fx@gnu.org>
3889
3890 * mouse.el (popup-menu): If POSITION is nil, set it using
3891 mouse-position.
3892
3893 2000-09-25 Sam Steingold <sds@gnu.org>
3894
3895 * net/browse-url.el (browse-url-file-url): Check for null maps.
3896
3897 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3898
3899 * frame.el (frame-notice-user-settings): Don't add a
3900 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3901
3902 * frame.el (frame-notice-user-settings):
3903 Make tool-bar-mode and default-frame-alist consistent.
3904
3905 * toolbar/tool-bar.el (tool-bar-help): New function.
3906
3907 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3908
3909 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3910 current-load-list in top-level forms. Else this leaks a cons cell
3911 every time a defun is called.
3912
3913 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3914
3915 2000-09-25 Dave Love <fx@gnu.org>
3916
3917 * startup.el (fancy-splash-head): Check XPM is available.
3918
3919 * autoinsert.el (auto-insert): Doc fix.
3920 (auto-insert-alist): Following GNU notices, don't say `copyright
3921 _by_'. Use line-beginning-position.
3922 (auto-insert): Check buffer-file-name is non-nil before use.
3923
3924 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3925
3926 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3927 starting with `@def' or `@multitable', in addition to ones
3928 specified by the user in auto-fill-inhibit-regexp.
3929
3930 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3931
3932 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3933 rmail-dont-reply-to-names matches the empty string.
3934
3935 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3936
3937 * startup.el (command-line-1, fancy-splash-text): Change the
3938 text to sound more friendly.
3939
3940 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3941
3942 * progmodes/hideshow.el: Update author email address.
3943 Generally, sync w/ maintainer version 5.22.
3944 (hs-hide-all-non-comment-function): New var.
3945 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3946 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3947 (hs-show-region): Delete this command.
3948 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3949
3950 2000-09-22 Dave Love <fx@gnu.org>
3951
3952 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3953 (hl-line-highlight): Specify buffer when moving overlay.
3954
3955 * progmodes/fortran.el (fortran-mode): Locally set
3956 normal-auto-fill-function.
3957 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3958 (fortran-mode-map): Adjust auto-fill menu entry.
3959
3960 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3961
3962 * vc-rcs.el (toplevel): Require `vc' when compiling.
3963
3964 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3965
3966 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3967
3968 * vc.el (vc-switch-backend): Signal an error if the file is not
3969 registered under the new backend.
3970
3971 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3972 without explicit revision number.
3973
3974 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3975
3976 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3977 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3978 (diff-xor): New function.
3979 (diff-find-source-location): Use it. Fix a stupid name clash.
3980 (diff-hunk-status-msg): New function.
3981 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3982 (diff-test-hunk): Use diff-find-source-location.
3983 (diff-goto-source): Favor the `reverse'.
3984 (diff-hunk-text): Properly handle one-sided context diffs.
3985 (diff-apply-hunk): When done, advance to the next hunk.
3986
3987 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3988
3989 * startup.el (command-line): If frame was created with a non-zero
3990 tool-bar-lines parameter, switch tool-bar-mode on.
3991
3992 * add-log.el (change-log-date-face, change-log-name-face)
3993 (change-log-email-face, change-log-file-face)
3994 (change-log-list-face, change-log-conditionals-face)
3995 (change-log-function-face, change-log-acknowledgement-face):
3996 New faces, inheriting from font-lock faces.
3997 (change-log-font-lock-keywords): Use them.
3998
3999 2000-09-21 Dave Love <fx@gnu.org>
4000
4001 * progmodes/cperl-mode.el (top-level): Clean up
4002 `eval-when-compile's and assorted defvars.
4003 (cperl-invalid-face): Don't double-quote value. Change custom
4004 type.
4005 (cperl-mode): Set normal-auto-fill-function and don't zap
4006 auto-fill-function.
4007 (cperl-imenu--function-name-regexp-perl): Renamed from
4008 imenu-example--function-name-regexp-perl.
4009 (cperl-imenu--create-perl-index): Renamed from
4010 imenu-example--create-perl-index.
4011 (cperl-xsub-scan): Don't require cl.
4012
4013 * msb.el (msb-mode-map): Use substitute-key-definition.
4014 (msb-mode): Use msb-mode-map.
4015
4016 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4017
4018 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4019 New functions.
4020 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4021 (vc-switch-backend): New function.
4022 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4023 (vc-register): Fix prompt.
4024 (vc-unregister, vc-default-unregister): New functions.
4025 (vc-version-diff): Handle empty buffer in sentinel.
4026
4027 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4028 (vc-rcs-state-heuristic): Use it to guess the state of files with
4029 non-strict locking.
4030 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4031 been set with -b, but not created yet.
4032 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4033 contents in order to find the state.
4034 (vc-rcs-checkin): Allow creation of branches with no changes.
4035 (vc-rcs-unregister, vc-rcs-receive-file)
4036 (vc-rcs-set-non-strict-locking): New functions.
4037
4038 * vc-hooks.el (vc-name): Force correct computation of the value
4039 in case it is missing.
4040
4041 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4042
4043 * startup.el (fancy-splash-tail): Use a different foreground
4044 color on a dark frame background.
4045
4046 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4047
4048 * info.el: Use the correct capitalization when making Info-mode
4049 and Info-edit-mode `special' modes.
4050
4051 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4052
4053 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4054 (diff-mode): Add support for add-log.el.
4055 (diff-hunk-text): Use char offsets rather than line offsets.
4056 (diff-find-source-location): Replace LINE with line-offset (nil
4057 if not found) and always set POS to a meaningful position.
4058 Adapt to the new char-offsets.
4059 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4060 Adapt to the new diff-find-source-location.
4061 (diff-goto-source): Adapt to the new diff-find-source-location.
4062
4063 * add-log.el (add-log-file-name): New function (split out of
4064 add-change-log-entry).
4065 (add-change-log-entry): Use it.
4066 Call add-log-file-name-function with the changelog file name if
4067 the current buffer is not associated with any file.
4068 Avoid find-file if the selected window is dedicated.
4069
4070 * diff-mode.el (diff-find-source-location):
4071 Move code from diff-apply-hunk. Return buffer rather than file.
4072 (diff-apply-hunk): Use the new result from diff-find-source-location.
4073 (diff-goto-source): Use the new diff-find-source-location.
4074
4075 2000-09-20 Dave Love <fx@gnu.org>
4076
4077 * iswitchb.el: Some doc fixes.
4078 (iswitchb-mode-map): Define completely initially. Inherit
4079 minibuffer-local-map.
4080 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4081 fundamental-mode.
4082 (iswitchb-global-map): New variable.
4083 (iswitchb-summaries-to-end): Amalgamate regexps.
4084 (iswitchb-mode): New.
4085 (iswitchb-mode-hook): New variable.
4086 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4087 `extensions'.
4088
4089 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4090
4091 * ehelp.el (electric-help): New defgroup.
4092 (electric-help-shrink-window): New user-option.
4093 (with-electric-help): Use it.
4094
4095 * window.el (shrink-window-if-larger-than-buffer): If face
4096 `mode-line' has a :box, and we're on a graphical frame, add 1
4097 to the needed window height.
4098
4099 * frame.el (frame-notice-user-settings): Add a last parameter nil
4100 to a call to `append', because the last list passed to `append' is
4101 not copied, and so subsequent calls to assq-delete-all will modify
4102 default-frame-alist.
4103
4104 * startup.el (fancy-splash-image): Change :type.
4105 (fancy-splash-head): Use an XBM image if appropriate.
4106 (command-line-1): Show splash screens in more cases.
4107
4108 * startup.el (fancy-splash-text): Don't quote faces.
4109
4110 * dired.el (dired-font-lock-keywords): Undo last change.
4111 (dired-readin): Bind indent-tabs-mode to nil.
4112
4113 * startup.el (fancy-splash-head): If frame's background mode
4114 is `dark', change the black background of the image to gray.
4115 (fancy-splash-screens): Display startup echo area message.
4116 (display-startup-echo-area-message): New function.
4117
4118 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4119
4120 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4121
4122 * info.el (info-header-node): Tweak for color ttys.
4123
4124 * faces.el (face-valid-attribute-values): Make sure directories we
4125 search for stipples both exist and are readable before trying to
4126 search them.
4127
4128 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4129 in the dry-run case.
4130
4131 * jka-compr.el (with-auto-compression-mode): New macro.
4132
4133 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4134 (custom-group-tag-face, custom-variable-tag-face): Use relative
4135 :height and inherit from `variable-pitch' face instead of
4136 hardwiring :family.
4137 * hi-lock.el (hi-black-hb): Likewise.
4138
4139 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4141 toolbar-add-item, if image doesn't have a mask add a `:mask
4142 heuristic'.
4143
4144 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * diff-mode.el: Docstring fixes.
4147 (diff-header-face, diff-comment-face): New faces.
4148 (diff-font-lock-keywords): Highlight a bit differently.
4149 (diff-find-source-location): Don't return SPAN any more.
4150 (diff-hunk-text): Don't bother erasing the temp buffer.
4151 (diff-find-text): Drop argument LINE.
4152 (diff-apply-hunk): Update calls to diff-find-text.
4153 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4154
4155 * calendar/calendar.el: Docstring fixes.
4156 (calendar-make-alist): Don't quote lambda.
4157 (calendar-star-date): Use make-local-variable.
4158
4159 2000-09-19 Dave Love <fx@gnu.org>
4160
4161 * toolbar/tool-bar.el: Renamed from toolbar.el.
4162 Change `toolbar' to `tool-bar' generally in symbols.
4163 Make some items invisible in `special' major modes.
4164 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4165 Add arg PROPS.
4166
4167 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4168 Add :version here.
4169 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4170
4171 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4172
4173 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4174
4175 * files.el (find-file-suppress-same-file-warnings): New user-option.
4176 (find-file-noselect): Use it.
4177
4178 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4179 (fancy-splash-screen): Defgroup.
4180
4181 * add-log.el (change-log-font-lock-keywords): Match names
4182 more exactly for the case that font-lock-constant-face is
4183 underlined.
4184
4185 2000-09-19 Richard M. Stallman <rms@gnu.org>
4186
4187 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4188
4189 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4190
4191 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4192
4193 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4194
4195 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4196 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4197 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4198 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4199 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4200 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4201 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4202 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4203 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4204 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4205 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4206 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4207
4208 * startup.el (fancy-splash-text): New variable.
4209 (fancy-splash-delay, fancy-splash-image): New user-options.
4210 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4211 (fancy-splash-screens): New functions.
4212 (command-line-1): If display has a `display' frame parameter, has
4213 colors, and we have XPM support, show more fancy splash screens.
4214
4215 2000-09-19 Dave Love <fx@gnu.org>
4216
4217 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4218 with null `help'. Use modern backquote syntax.
4219
4220 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4221
4222 * font-lock.el (font-lock-mode): Change message telling the user
4223 that ``the buffer is too big''.
4224
4225 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4226 for instance for the case that tab-width is 2.
4227
4228 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4229
4230 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4231 toolbar-add-item, if image doesn't have a mask add a `:mask
4232 heuristic'.
4233
4234 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4235
4236 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4237 and return a cons if it's non-nil.
4238 (diff-apply-hunk): Try to jump to the line in the source text
4239 corresponding to the position of point in the in the hunk.
4240
4241 * info.el (Info-title-3-face, Info-title-2-face)
4242 (Info-title-1-face): Use face inheritance and relative sizes
4243 instead of hard-wiring things.
4244
4245 * faces.el (secondary-selection): Make dark-background variant sane.
4246
4247 2000-09-16 Andrew Innes <andrewi@gnu.org>
4248
4249 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4250 read-only, since they aren't under VC now.
4251
4252 2000-09-17 Dave Love <fx@gnu.org>
4253
4254 * tmm.el: Replace mapcar with mapc in several places.
4255
4256 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4257 ad-unadvise.
4258
4259 * international/latin1-disp.el: New file.
4260
4261 * calendar/cal-move.el (scroll-calendar-left)
4262 (scroll-calendar-right): Make arg optional (for active mode line).
4263
4264 * calendar/calendar.el (calendar-mode-line-format): Make fields
4265 mouse-sensitive.
4266 (calendar-read-date, calendar-read-date, calendar-window-list):
4267 Unquote lambda.
4268 (calendar-month-name): Use aref, not sref.
4269
4270 * view.el (minor-mode-alist): Propertize the string.
4271
4272 * international/characters.el (standard-case-table): Add entries
4273 for Greek.
4274
4275 2000-09-18 Miles Bader <miles@gnu.org>
4276
4277 * info.el (info-node, info-xref): Add dark-background variants.
4278
4279 * faces.el (header-line): Change defaults to be less confusing
4280 when mixed with mode-lines.
4281
4282 * info.el (Info-fontify-node): Make a few cleanups.
4283 Add extra `help-echo' and `local-map' props to node xrefs.
4284 Use header-specific faces for node-names & xrefs.
4285 (Info-use-header-line): New variable.
4286 (info-header-xref, info-header-node): New faces.
4287 (Info-setup-header-line): New function.
4288 (Info-select-node): Call Info-setup-header-line when enabled.
4289 (Info-extract-pointer): Work even if the header line is hidden.
4290 (Info-header-line): New variable.
4291
4292 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4293
4294 * vms-patch.el (print-region-function): Don't quote lambda.
4295
4296 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4297
4298 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4299 (lm-get-header-re): Allow spaces between the header and the colon.
4300 (lm-header): Allow $ in non-RCS headers.
4301 (lm-header-multiline): Put the strings back into order.
4302 Stop at an empty line. Don't require two space chars if the
4303 line is clearly not another header line.
4304
4305 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4306 (popup-menu-popup): Remove.
4307
4308 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4309
4310 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4311 specification if or if not tool-bar item contains an `:enabled'
4312 property.
4313
4314 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4315 current buffer has no file name.
4316
4317 2000-09-15 Dave Love <fx@gnu.org>
4318
4319 * strokes.el: Sync with maintainer's current version with changes
4320 for Emacs, but avoid runtime cl and levents.
4321 (toplevel): Change autoloads and compilation requires.
4322 (strokes-version, strokes-bug-address, strokes-lift): Values
4323 changed.
4324 (strokes-xpm-header, strokes-insinuated): New variable.
4325 (strokes): Add :link.
4326 (strokes-mode): Customized.
4327 (strokes-while-inhibiting-garbage-collector): New macro.
4328 (strokes-remassoc): Avoid remove-if.
4329 (strokes-fix-button2-command): Don't use ad-do-it.
4330 (strokes-insinuate): New function.
4331 (strokes-button-press-event-p, strokes-button-release-event-p):
4332 New functions, used instead of non-`strokes-' versions..
4333 (strokes-mouse-event-p): Rewritten.
4334 (strokes-event-closest-point): Avoid event-point.
4335 (strokes-get-grid-position): Avoid cdadr, caadr
4336 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4337 functions.
4338 (strokes-help): Use with-output-to-temp-buffer.
4339 (strokes-window-configuration-changed-p): New function.
4340 (strokes-update-window-configuration): Use buffer-live-p,
4341 strokes-window-configuration-changed-p.
4342 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4343 (strokes-char-face): New face.
4344 (strokes-char-table, strokes-base64-chars): New variable.
4345 (strokes-xpm-for-stroke, strokes-list-strokes)
4346 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4347 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4348 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4349 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4350 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4351 functions.
4352
4353 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4354
4355 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4356
4357 * image.el (create-image): Doc fix.
4358
4359 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4360 instead of `:heuristic-mask t'.
4361
4362 2000-09-14 Andrew Innes <andrewi@gnu.org>
4363
4364 * makefile.w32-in: Revert to Unix line endings.
4365
4366 2000-09-14 Andrew Innes <andrewi@gnu.org>
4367
4368 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4369 when installing.
4370
4371 * makefile.nt (DONTCOMPILE): Fix typo.
4372
4373 * shell.el (shell-write-history-on-exit): New function.
4374 (shell-dumb-shell-regexp): New custom variable.
4375 (shell-mode): Make shell-write-history-on-exit the process
4376 sentinel if shell name matches shell-dumb-shell-regexp.
4377
4378 * w32-fns.el: Comment out before-init-hook function which resets
4379 source-directory based; this breaks bootstrap.
4380
4381 2000-09-14 Dave Love <fx@gnu.org>
4382
4383 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4384 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4385 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4386 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4387 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4388 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4389 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4390 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4391 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4392
4393 * toolbar/toolbar.el: New.
4394
4395 * subdirs.el: Add toolbar.
4396
4397 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4398
4399 * indent.el (indent-for-tab-command): Doc fix.
4400
4401 2000-09-14 Alex Schroeder <alex@gnu.org>
4402
4403 * ansi-color.el (ansi-colors): Doc change.
4404 (ansi-color-get-face): Simplified regexp.
4405 (ansi-color-faces-vector): Added more faces, doc change.
4406 (ansi-color-names-vector): Doc change.
4407 (ansi-color-regexp): Simplified regexp.
4408 (ansi-color-parameter-regexp): New regexp.
4409 (ansi-color-filter-apply): Doc change.
4410 (ansi-color-filter-region): Doc change.
4411 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4412 deal with zero length parameters.
4413 (ansi-color-apply-on-region): Doc change.
4414 (ansi-color-map): Doc change.
4415 (ansi-color-map-update): Removed debugging message.
4416 (ansi-color-get-face-1): Added condition-case to trap
4417 args-out-of-range errors.
4418 (ansi-color-get-face): Doc change.
4419 (ansi-color-make-face): Removed.
4420 (ansi-color-for-shell-mode): New option.
4421
4422 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4423
4424 * international/quail.el (quail-start-translation): Translate KEY
4425 if necessary even if it doesn't have any mapping in the current
4426 input method.
4427 (quail-start-conversion): Likewise.
4428 (quail-help): The output message is improved.
4429
4430 2000-09-13 Miles Bader <miles@gnu.org>
4431
4432 * comint.el (comint-output-filter): Revert to using
4433 `insert-before-markers'. Add bletcherous hack to undo damage
4434 caused by `insert-before-markers'. Put `front-sticky' property on
4435 overlays created here so that the field code understands how the
4436 overlay works. Use a let when making comint-last-prompt-overlay,
4437 so that the code is easier to read.
4438
4439 2000-09-13 Dave Love <fx@gnu.org>
4440
4441 * wid-edit.el (widget-default-format-handler): DTRT when
4442 doc-property is a function.
4443
4444 2000-09-12 Francesco Potorti` <pot@gnu.org>
4445
4446 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4447 filed name if it's not there.
4448
4449 2000-09-12 Dave Love <fx@gnu.org>
4450
4451 * simple.el (read-mail-command): Doc fix.
4452 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4453
4454 * vc.el (vc-dired-listing-switches): Fix :version.
4455
4456 * vc-hooks.el: Doc fixes.
4457
4458 * subr.el (add-minor-mode): Use toggle-fun arg.
4459
4460 * speedbar.el: Add :version to several defcustoms.
4461
4462 * imenu.el (imenu--truncate-items, imenu--cleanup)
4463 (imenu--generic-function): Avoid mapcar.
4464 (imenu--replace-spaces): Function removed.
4465 (imenu--completion-buffer): Use subst-char-in-string.
4466 (imenu-add-to-menubar): Use keymap inheritance.
4467
4468 2000-09-12 Miles Bader <miles@gnu.org>
4469
4470 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4471 (diff-mode-map): Bind `diff-test-hunk'.
4472 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4473
4474 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4475
4476 * bytecomp.el (byte-compile-defvar): Undo last change
4477 because it breaks '(make-variable-buffer-local (defvar ...)'
4478 which is used at least in dired.
4479
4480 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4481
4482 * international/quail.el (quail-define-package): Docstring
4483 modified.
4484
4485 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4486
4487 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4488 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4489 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4490 docstring of "chinese-py".
4491
4492 * international/quail.el (quail-translation-docstring): New
4493 variable.
4494 (quail-show-keyboard-layout): Docstring modified.
4495 (quail-select-current): Likewise.
4496 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4497 infinite recursive call.
4498 (quail-help): Check quail-translation-docstring. Format of the
4499 output changed.
4500 (quail-help-insert-keymap-description): Adjusted for the above
4501 change.
4502
4503 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4504
4505 * bytecomp.el (byte-compile-defvar): Only cons onto
4506 current-load-list in top-level forms. Else this leaks a cons cell
4507 every time a defun is called.
4508
4509 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4510
4511 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4512 Now understands non-unified diffs. Some functionality moved into
4513 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4514 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4515 modify anything. Only reposition point in the patched file if the
4516 patch succeeds. Only pop up another window if POPUP is true.
4517 Emit a message describing what happened if successful, and at what
4518 line-offset. Automatically detect reversed hunks and do something
4519 appropriate.
4520 (diff-hunk-text, diff-find-text): New functions.
4521 (diff-filter-lines): Function removed.
4522 (diff-test-hunk): New function.
4523 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4524
4525 2000-09-10 Dave Love <fx@gnu.org>
4526
4527 * textmodes/tildify.el: Minor doc/commentary fixes.
4528 (tildify) <defgroup>: Add :version.
4529
4530 * faces.el (face-x-resources): Make custom type more specific.
4531 (frame-background-mode): Use mapc.
4532 (region) <defcustom>: Add :version.
4533
4534 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * vc-sccs.el (vc-sccs-register):
4537 * vc-rcs.el (vc-rcs-register):
4538 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4539 * vc.el (vc-register): Clear file's properties.
4540
4541 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4542
4543 * faces.el (face-spec-set): Only face-spec-reset-face when
4544 ATTRS is non-nil.
4545
4546 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * help.el (help-insert-xref-button): Fix a typo in doc string.
4549
4550 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4551
4552 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4553 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4554 methods.
4555
4556 * menu-bar.el (read-mail-item-name): New function.
4557 (menu-bar-tools-menu): Use it to compute and display the package
4558 used to read email.
4559 (menu-bar-tools-menu): Fix typo in GUD's help string.
4560
4561 2000-09-07 Dave Love <fx@gnu.org>
4562
4563 * diff-mode.el (diff-mouse-goto-source): New function.
4564
4565 * vc-sccs.el: Doc fixes.
4566 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4567
4568 * vc-rcs.el: Doc fixes.
4569 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4570 (vc-rcs-checkout-switches, vc-rcs-header)
4571 (vc-rcs-master-templates): Add or change :version.
4572
4573 * vc-cvs.el: Doc fixes.
4574 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4575 (vc-cvs-stay-local): Add :version.
4576
4577 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4578
4579 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4580
4581 * international/quail.el (quail-help): Fix previous change.
4582
4583 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4584
4585 * faces.el (color-values): Doc fix.
4586
4587 * faces.el (frame-set-background-mode): Use frame-parameter
4588 instead of frame-parameters.
4589
4590 * frame.el (filtered-frame-list): Reduce consing.
4591 (frames-on-display-list): Call frame-parameter instead of
4592 frame-parameters.
4593
4594 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4595
4596 * language/devan-util.el (devanagari-to-indian-region): In the
4597 loop, change the following char, not preceding char.
4598
4599 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4600
4601 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4602 instead of frame-parameters.
4603
4604 * faces.el (set-face-attribute): Simplify by calling
4605 internal-set-lisp-face-attribute with FRAME being 0.
4606
4607 * vc.el: Remove `Id' version control keyword.
4608
4609 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4610
4611 * help.el (help-make-xrefs): Adjusted for the change of
4612 help-xref-mule-regexp.
4613 (help-insert-xref-button): New function.
4614
4615 * international/mule-cmds.el (help-xref-mule-regexp-template):
4616 Include the pattern for character set.
4617 (leim): New group.
4618
4619 * international/quail.el: Don't require face.
4620 (quail): New group.
4621 (quail-other-command): Dummy command to make quail-help work better.
4622 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4623 (quail-keyboard-layout-substitution): New variable.
4624 (quail-update-keyboard-layout): New function.
4625 (quail-keyboard-layout-type): New customizable variable.
4626 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4627 (quail-keyboard-translate): Pay attention to
4628 quail-keyboard-layout-substitution.
4629 (quail-insert-kbd-layout): New function.
4630 (quail-show-keyboard-layout): New function.
4631 (quail-get-translation): If the definition is a vector of length
4632 1, and the element is a string of length 1, return the character
4633 in that string.
4634 (quail-update-current-translations): Fix the case of
4635 relative-index out of range.
4636 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4637 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4638 Show key sequences for all available characters.
4639 (quail-help-insert-keymap-description): Don't show such verbose
4640 key bindings as quail-self-insert-command.
4641
4642 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4643 Format changed, and each element now have extra documentations.
4644 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4645 Adjusted for the change of quail-cxterm-package-ext-info.
4646
4647 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4648
4649 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4650 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4651 during bootstrap.
4652
4653 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4654
4655 * vc.el: (toplevel): Don't require `dired' at run-time.
4656 (vc-dired-resynch-file): Remove autoload cookie.
4657
4658 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4659
4660 * vc.el: Made several backend functions optional.
4661 (vc-default-responsible-p): New function.
4662 (vc-merge): Use RET for first version to trigger merge-news, not
4663 prefix arg.
4664 (vc-annotate): Handle backends that do not support annotation.
4665 (vc-default-merge-news): Removed. The existence of a merge-news
4666 implementation is now checked on caller sites.
4667
4668 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4669 case.
4670
4671 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4672 special case that has been removed from the default in vc-hooks.el.
4673
4674 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4675
4676 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4677
4678 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4679
4680 * vc-hooks.el: Require vc during compilation.
4681 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4682 macro `with-vc-properties' in vc.el.
4683 (vc-file-getprop): Doc fix.
4684 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4685
4686 * vc.el: Require dired-aux during compilation.
4687 (vc-name-assoc-file): Moved to vc-sccs.el.
4688 (with-vc-properties): New macro.
4689 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4690 vc-finish-steal): Use it.
4691 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4692 to the backend-specific function is now supposed to do the checkout,
4693 too.
4694 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4695
4696 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4697 set file properties; that gets done in the generic code now.
4698
4699 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4700 Changed parameter list, added code from vc.el that does the
4701 checkout, possibly with a double-take.
4702
4703 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4704 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4705 the above under the new name.
4706 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4707 parameter list, added checkout command.
4708 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4709 properties; that gets done in the generic code now.
4710
4711 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4712
4713 * vc.el: Docstring fixes (courtesy of checkdoc).
4714
4715 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4716
4717 * vc.el (vc-checkout-writable-buffer-hook)
4718 (vc-checkout-writable-buffer): Remove.
4719 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4720 (vc-log-mode): Make it into a clean derived major mode.
4721 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4722 vc-log-mode if log-edit is not available.
4723 (vc-dired-mode-map): Don't set-keymap-parent yet.
4724 (vc-dired-mode): Do set-keymap-parent here.
4725 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4726
4727 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4728
4729 * faces.el (set-face-attribute, face-spec-reset-face)
4730 (face-spec-set): Avoid consing by removing calls to `apply'.
4731
4732 * frame.el (frame-parameter): Move to C code.
4733
4734 2000-09-05 Dave Love <fx@gnu.org>
4735
4736 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4737 insert-before-markers-and-inherit. Now checked systematically!
4738
4739 2000-09-05 Alex Schroeder <alex@gnu.org>
4740
4741 * sql.el (sql-postgres): Use sql-postgres-options.
4742 (sql-postgres-options): New variable.
4743
4744 2000-09-05 Alex Schroeder <alex@gnu.org>
4745
4746 * sql.el (sql-mode-menu): Work around missing variable mark-active
4747 in XEmacs.
4748 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4749 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4750 compatibility.
4751
4752 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4753
4754 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4755
4756 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4757
4758 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4759
4760 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4761
4762 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4763 don't support anything else under SCCS yet.
4764
4765 * vc-hooks.el: Minor doc fixes.
4766
4767 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4768
4769 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4770 not necessary. If verbose in state `needs-patch', do the same as
4771 under `up-to-date'. When NOT verbose and `needs-patch', check out
4772 latest version instead of `merge-news'.
4773 (vc-next-action-dired): Don't mess with default-directory here; it
4774 breaks other parts of dired. It is the job of the
4775 backend-specific functions to adjust it temporarily if they need it.
4776 (vc-next-action): Remove a special CVS case.
4777 (vc-clear-headers): New optional arg FILE.
4778 (vc-checkin, vc-checkout): Set properties vc-state and
4779 vc-checkout-time properly.
4780 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4781 (vc-print-log): Use new backend function `show-log-entry'.
4782 (vc-cancel-version): Do the checks in a different order. Added a
4783 FIXME concerning RCS-only code.
4784
4785 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4786 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4787
4788 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4789
4790 * vc-hooks.el (vc-default-mode-line-string): Show state
4791 `needs-patch' as a `-' too.
4792
4793 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4794
4795 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4796 (vc-default-could-register): New function.
4797 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4798 (vc-resynch-buffer): Call vc-dired-resynch-file.
4799 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4800 vc-resynch-buffer instead of vc-resynch-window.
4801 (vc-next-action-dired): Don't redisplay here, that gets done as a
4802 result of the individual file operations.
4803 (vc-retrieve-snapshot): Corrected prompt order.
4804
4805 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4806
4807 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4808 as well.
4809 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4810 hostname regexps. Updated all callers.
4811 (vc-cvs-responsible-p): Handle directories as well.
4812 (vc-cvs-could-register): New function.
4813 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4814 properties up-to-date.
4815
4816 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4817 user whether to create one.
4818
4819 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4820
4821 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4822 check out a non-existing file.
4823
4824 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4825 workfile does not exist.
4826
4827 * vc.el (vc-version-diff): Use `require' to check for existence of
4828 diff-mode.
4829
4830 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4831
4832 * vc-cvs.el (vc-cvs-registered): Use new function
4833 vc-cvs-parse-entry to do the actual work.
4834
4835 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4836
4837 * vc-hooks.el (vc-find-backend-function): If function doesn't
4838 exist, return nil instead of error.
4839 (vc-call-backend): Doc fix.
4840
4841 * vc.el (vc-do-command): Doc fix.
4842 (vc-finish-logentry): When checking in from vc-dired, choose the
4843 right backend for logentry check.
4844 (vc-dired-mode-map): Inherit from dired-mode-map.
4845 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4846 simplified.
4847 (vc-dired-state-info): Removed, updated caller.
4848 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4849 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4850 (vc-dired-listing-switches): New variable.
4851 (vc-directory): Use it, instead of dired-listing-switches.
4852
4853 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4854 (vc-cvs-dir-state): New function.
4855 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4856 (vc-cvs-parse-entry): New function, also to be used in
4857 vc-cvs-registered.
4858
4859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4862 *or* single-window-frames.
4863
4864 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4865
4866 * vc.el (vc-update-changelog): Split into generic part and default
4867 implementation. Doc string adapted.
4868 (vc-default-update-changelog): New function. Call the `rcs2log'
4869 script in exec-directory, to fix a long-standing nuisance.
4870
4871 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4872 simply signals an error.
4873
4874 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4875
4876 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4877 control-flow more clear and to avoid running `cvs' twice.
4878
4879 * vc.el (vc-next-action-on-file): Doc fix.
4880 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4881 (vc-print-log): Eval `file' before constructing the continuation.
4882
4883 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4884
4885 * vc.el (vc-next-action-on-file): Corrected several messages.
4886 (vc-merge): Add prefix arg `merge-news'; handle it.
4887
4888 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4889 is not reached. It is.
4890 (vc-cvs-merge): Set state to 'edited after merge.
4891 (vc-cvs-merge-news): Set workfile version to nil if not known.
4892 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4893
4894 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4895 via stdout. (Merge from main line.)
4896
4897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4898
4899 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4900 detection.
4901
4902 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4903
4904 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4905 against kill-all-local-variables.
4906 (vc-log-edit): Don't save vc-parent-buffer any more.
4907 (vc-last-comment-match): Initialize to an empty string.
4908 (vc-post-command-functions): New hook.
4909 (vc-do-command): Run it.
4910 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4911 (vc-finish-logentry): Only add the comment to the ring if it's
4912 different from the last comment entered.
4913 (vc-new-comment-index): New function.
4914 (vc-previous-comment): Use it. Make the minibuffer message
4915 slightly less terse.
4916 (vc-comment-search-reverse): Make it work forward as well. Don't
4917 set vc-comment-ring-index if no match is found. Use
4918 vc-new-comment-index.
4919 (vc-comment-search-forward): Use vc-comment-search-reverse.
4920 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4921 define-derived-mode will do it for us. Bind `v' to a keymap that
4922 inherits from vc-prefix-map so that we can bind `vt' without
4923 binding C-x v t.
4924 (vc-retrieve-snapshot): Parenthesis typo.
4925
4926 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4927 to 1. Make sure to switch to *vc* before looking for an error
4928 message. Use vc-parse-buffer.
4929
4930 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4931
4932 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4933 and NAME.
4934 (vc-retrieve-snapshot): Split into two parts.
4935 (vc-default-retrieve-snapshot): New function.
4936
4937 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4938 (vc-cvs-retrieve-snapshot): New function (untested).
4939 (vc-cvs-stay-local): Default to t.
4940 (vc-cvs-remote-p): New function and property.
4941 (vc-cvs-state): Stay local only if the above is t.
4942 (vc-handle-cvs): Removed.
4943 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4944 done via vc-handled-backends now.
4945 (vc-cvs-header): Escape Id.
4946
4947 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4948
4949 * vc.el (vc-do-command): Remove unused commands.
4950 (vc-version-diff): Make sure default-directory ends with a slash.
4951 Move the window commands into a vc-exec-after.
4952 (vc-print-log): Move more of the code into the `vc-exec-after'.
4953
4954 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4955
4956 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4957 (vc-print-log): Search current revision from beginning of buffer.
4958 (vc-revert-buffer): Clear echo area after the diff is finished.
4959 (vc-prefix-map): Removed definition of "t" for terse display in vc
4960 dired.
4961 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4962 definition of "vt" for terse display.
4963 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4964
4965 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4966
4967 * vc.el (vc-exec-after): Avoid caddr.
4968
4969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4970
4971 * vc.el (vc-exec-after): New function.
4972 (vc-do-command): Use it to add a termination message for async
4973 procs.
4974 (vc-checkout): Try to handle a missing-backend situation.
4975 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4976 of a directory with a backend using async diffs.
4977 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4978 present.
4979
4980 * vc-sccs.el (vc-sccs-state-heuristic): Use
4981 file-ownership-preserved-p.
4982
4983 * vc-rcs.el (vc-rcs-state-heuristic): Use
4984 file-ownership-preserved-p.
4985 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4986
4987 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4988
4989 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4990 vc-do-command.
4991
4992 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4993 when there are no changes.
4994
4995 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4996
4997 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4998
4999 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5000
5001 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5002
5003 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5004
5005 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5006 the `fset' outside of the defvar so that it works even if
5007 vc-prefix-map was already defined.
5008 (vc-setup-buffer): New function, split out of vc-do-command.
5009 (vc-do-command): Allow BUFFER to be t to mean `just use the
5010 current buffer without any fuss'.
5011 (vc-version-diff): Change the `diff' backend operation to just put
5012 the diff in the current buffer without erasing it. Always use
5013 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5014 shrink-window-if-larger-than-buffer.
5015 (vc-print-log): Change the `print-log' backend operation to just
5016 put the log in the current buffer without erasing it. Protect
5017 shrink-window-if-larger-than-buffer.
5018 (vc-update-change-log): Fix setd typo.
5019
5020 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5021 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5022
5023 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5024 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5025 CMP.
5026
5027 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5028 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5029 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5030
5031 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5032
5033 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5034 not possible, use vc-BACKEND-workfile-unchanged-p.
5035 (vc-default-workfile-unchanged-p): New function. Delegates to a
5036 full vc-BACKEND-diff.
5037
5038 * vc-hooks.el (vc-simple-command): Removed.
5039
5040 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5041 instead of vc-simple-command.
5042 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5043 avoid doing a diff when opening a file.
5044 (vc-rcs-state): Added check for unlocked-changes.
5045 (vc-rcs-header): Escape Id.
5046 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5047 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5048 version.
5049
5050 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5051 (vc-sccs-diff): Remove optional arg CMP.
5052 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5053 SCCS-specific function.
5054
5055 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5056 vc-simple-command.
5057
5058 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5059
5060 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5061 (with-vc-file, vc-merge): Use vc-editable-p.
5062 (vc-do-command): Remove unused var vc-file and fix the
5063 doubly-defined `status' var. Add a user message when starting an
5064 async command.
5065 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5066 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5067 Use with-current-buffer.
5068 (vc-buffer-sync): Use unless.
5069 (vc-next-action-on-file): If the file is 'edited by read-only,
5070 make it read-write instead of trying to commit.
5071 (vc-version-diff, vc-update-change-log): Use `setq
5072 default-directory' rather than `cd'.
5073 (vc-log-edit): Don't forget to set default-directory in the
5074 buffer.
5075
5076 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5077 (vc-sccs-state-heuristic): Use file-writable-p instead of
5078 comparing userids.
5079 (vc-sccs-checkout): Use `unless'.
5080
5081 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5082 of comparing userids.
5083 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5084 Simplify the logic by eliminating unreachable code.
5085 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5086 just do a recursive call if we need to retry.
5087 (vc-rcs-checkout): Handle the case where rcs is missing by making
5088 the buffer read-write if requested and re-signalling the error.
5089
5090 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5091
5092 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5093
5094 * vc-hooks.el (vc-handled-backends): Docstring change.
5095 (vc-ignore-vc-files): Mark obsolete.
5096 (vc-registered): Check vc-ignore-vc-files.
5097 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5098 vc-ignore-vc-files.
5099
5100 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5101
5102 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5105 files since ange-ftp already has vc-registered return nil.
5106
5107 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5108 (vc-sccs-workfile-version): Use with-temp-buffer and new
5109 vc-parse-buffer and don't bother setting the property.
5110 (vc-sccs-add-triple): Use with-current-buffer and
5111 find-file-noselect.
5112 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5113
5114 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5115 derives from the old vc-parse-buffer but uses the revision number
5116 rather than the date (much easier to compare robustly).
5117 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5118 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5119 locking-user more directly. Check strict locking and set
5120 checkout-model appropriately.
5121 (vc-rcs-parse-locks): Remove.
5122 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5123 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5124 (vc-rcs-system-release): Use with-current-buffer and
5125 vc-parse-buffer.
5126 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5127
5128 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5129 (vc-simple-command): Docstring fix.
5130 (vc-registered): Align the way the file-handler is called with the
5131 way the function itself works.
5132 (vc-file-owner): Remove.
5133
5134 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5135 extraction of fields and call to file-attributes because of a
5136 temporary bug in rcp.el.
5137 (vc-cvs-fetch-status): Use with-current-buffer.
5138
5139 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5140
5141 * vc.el (vc-do-command): Use file-relative-name.
5142 (vc-responsible-backend): Use vc-backend if possible.
5143 (vc-create-snapshot): Improve the `interactive' spec. Add support
5144 for branches and dispatch to backend-specific `create-snapshot'.
5145 (vc-default-create-snapshot): New function, containing the bulk of
5146 the old vc-create-snapshot.
5147 (vc-retrieve-snapshot): Improve the interactive spec.
5148
5149 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5150 (vc-backend-hook-functions): Remove.
5151 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5152 (vc-backend): Reintroduce the test for `file = nil' now that I
5153 know why it was there (and added a comment to better remember).
5154
5155 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5156 code from vc-sccs-hooks.el.
5157 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5158 'vc anymore.
5159 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5160 and file-directory-p instead of file-exists-p.
5161 (vc-sccs-check-headers): Simplify the regexp.
5162
5163 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5164 from vc-rcs-hooks.el. Don't require 'vc anymore.
5165 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5166 file-directory-p instead of file-exists-p.
5167
5168 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5169 from vc-cvs-hooks.el.
5170 (proto vc-cvs-registered): Require 'vc-cvs instead of
5171 'vc-cvs-hooks. Don't require 'vc anymore.
5172 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5173 file-directory-p instead of file-exists-p.
5174 (vc-cvs-create-snapshot): New function, replacing
5175 vc-cvs-assign-name.
5176 (vc-cvs-assign-name): Remove.
5177
5178 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5179
5180 * vc-cvs.el (vc-cvs-header): New var.
5181
5182 * vc-rcs.el (vc-rcs-exists): Remove.
5183 (vc-rcs-header): New var.
5184
5185 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5186 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5187 (vc-sccs-header): New var.
5188
5189 * vc.el (vc-do-command): Get rid of the `last' argument.
5190 (vc-header-alist): Remove, replaced by vc-X-header.
5191 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5192 (vc-dired-hook): Use expand-file-name instead of concat.
5193 (vc-directory): Use file-name-as-directory.
5194 (vc-snapshot-precondition, vc-create-snapshot)
5195 (vc-retrieve-snapshot): Allow the command to operate on any
5196 directory.
5197
5198 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5199 just removing the 'WORKFILE argument or by removing the 'MASTER
5200 argument and replacing `file' with (vc-name file).
5201
5202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5203
5204 * vc.el: Update Copyright and add a crude list of backend funs.
5205 (vc-writable-p): New function.
5206 (with-vc-file): Use vc-writable-p.
5207 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5208 (vc-register): Avoid vc-name.
5209 (vc-locking-user): Remove.
5210 (vc-steal-lock): Make the `owner' arg non-optional.
5211 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5212 vc-checkout-model.
5213 (vc-default-dired-state-info): Use vc-state instead of
5214 vc-locking-user and return special strings for special states.
5215 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5216 and get rid of one of the special CVS cases.
5217 (vc-cancel-version): prettify error message with \\[...].
5218 (vc-rename-master): New function.
5219 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5220 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5221 the CVS special case generic.
5222 (vc-default-record-rename): Remove.
5223 (vc-file-tree-walk-internal): Only call FUNC for files that are
5224 under control of some VC backend and replace `concat' with
5225 expand-file-name.
5226 (vc-file-tree-walk): Update docstring.
5227 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5228 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5229
5230 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5231 vc-sccs-record-rename. Use `find-file-noselect' rather than
5232 `find-file' and call `vc-rename-master' to do the actual move.
5233 (vc-sccs-diff): Remove unused `backend' variable.
5234
5235 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5236 to delay loading of vc-sccs until it is really used.
5237 (vc-sccs-master-templates): Preload.
5238 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5239 (vc-sccs-project-dir): Remove (merged into
5240 vc-sccs-search-project-dir).
5241 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5242 rather than `concat', make sure it is preloaded and don't bother
5243 to check that the file actually exists.
5244 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5245 `locks' argument (use buffer's content instead) and eliminate n^2
5246 behavior.
5247
5248 * vc-rcs.el: Update Copyright.
5249 (vc-rcs-rename-file): New function.
5250 (vc-rcs-diff): Remove unused `backend' variable.
5251
5252 * vc-hooks.el: Update Copyright.
5253 (vc-backend): Don't accept a nil argument any more.
5254 (vc-up-to-date-p): Turn into a defsubst.
5255 (vc-possible-master): New function.
5256 (vc-check-master-templates): Use `vc-possible-master' and allow
5257 funs in vc-X-master-templates to return a non-existent file.
5258
5259 * vc-cvs.el: Update Copyright.
5260 (vc-cvs-diff): Remove unused `backend' variable.
5261 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5262
5263 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5264
5265 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5268 since it can be called from vc-rcs.el.
5269 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5270
5271 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5272
5273 * vc.el (vc-version-diff): Expand file name read from the
5274 minibuffer. Handle the case when a previous version number can't
5275 be guessed. Give suitable messages when there were no differences
5276 found.
5277 (vc-clear-headers): Call backend-specific implementation, if one
5278 exists.
5279 (vc-cancel-version): Made error checks generic. When done, clear
5280 headers generically, too.
5281
5282 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5283 from vc-clear-headers in vc.el.
5284
5285 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5286 correctly.
5287 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5288 optional. Handle the case when it's not there.
5289
5290 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5291
5292 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5293
5294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5295
5296 * vc-hooks.el (vc-loadup): Remove.
5297 (vc-find-backend-function): Use `require'. Also, handle the case
5298 where vc-BACKEND-hooks.el doesn't exist.
5299 (vc-call-backend): Cleanup.
5300
5301 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5304 vc-rcs-grab-templates)
5305 (vc-rcs-registered): Remove. The default function works as well.
5306 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5307 vc-sccs-grab-templates)
5308 (vc-sccs-registered): Remove. The default function works as well.
5309
5310 * vc.el (vc-version-diff): Left out a vc- in call to
5311 vc-call-backend.
5312 (vc-default-dired-state-info, vc-default-record-rename)
5313 (vc-default-merge-news): Update for the new backend argument.
5314
5315 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5316 using the default function.
5317 (vc-call-backend): If calling the default function, pass it the
5318 backend as first argument. Update the docstring accordingly.
5319 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5320 for the new backend argument.
5321 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5322 (vc-find-backend-function): Use the new name.
5323 (vc-default-registered): New function.
5324
5325 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5326
5327 * vc.el (vc-merge): Use vc-find-backend-function.
5328
5329 * vc-hooks.el (vc-backend-functions): Remove.
5330 (vc-loadup): Don't setup 'vc-functions.
5331 (vc-find-backend-function): New function.
5332 (vc-call-backend): Use above fun and populate 'vc-functions
5333 lazily.
5334 (vc-backend-defines): Remove.
5335
5336 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5337
5338 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5339 Call vc-call-backend without the leading vc-.
5340 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5341 (vc-check-headers): Call vc-call-backend without the leading vc-.
5342 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5343 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5344 Call vc-call-backend without the leading vc-.
5345
5346 * vc-cvs.el (tail): Provide vc-cvs.
5347 * vc-sccs.el (tail): Provide vc-sccs.
5348 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5349
5350 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5351 (vc-make-backend-function, vc-call): Pass names without leading
5352 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5353 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5354 (vc-call-backend): Always try to load vc-X-hooks.
5355 (vc-registered): Remove vc- in call to vc-call-backend.
5356
5357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5358
5359 * vc.el (vc-process-filter): New function.
5360 (vc-do-command): Setup `vc-process-filter' for the async process.
5361 (vc-maybe-resolve-conflicts): New function to reduce
5362 code-duplication. Additionally, it puts the buffer in
5363 `smerge-mode' if applicable.
5364 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5365 calling `merge-news'.
5366 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5367 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5368 interfacing to log-edit.el.
5369 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5370 log-edit is available.
5371 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5372
5373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5376 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5377 defvar and the initialization.
5378 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5379
5380 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5381 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5382
5383 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5384
5385 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5386
5387 * vc.el (vc-file-clear-masterprops): Removed.
5388 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5389 (vc-version-diff): Use buffer-size without argument.
5390 (vc-register): Heed vc-initial-comment.
5391
5392 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5393 default branch.
5394
5395 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5396 file name and workfile version.
5397 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5398
5399 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5400 vc-file-clear-masterprops.
5401
5402 * vc-sccs.el (vc-sccs-checkout): Removed call to
5403 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5404 rather than user login name.
5405
5406
5407 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5408
5409 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5410 `want-differences-if-changed' and simplify.
5411 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5412 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5413 output (which is invalid for async vc-diff) to decide whether to
5414 do the revert silently or not.
5415
5416 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * vc-hooks.el (vc-loadup): Load files quietly.
5419 (vc-call-backend): Oops, brain fart.
5420
5421 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5422
5423 * vc-cvs.el (vc-cvs-state): Typo.
5424 (vc-cvs-merge-news): Return the status code rather than the error msg.
5425
5426 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5427
5428 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5429 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5430 vc-state or vc-up-to-date-p.
5431 (vc-merge): Use vc-backend-defines to check whether merging is
5432 possible. Set state to 'edited after successful merge.
5433
5434 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5435 return that name. Redocumented.
5436
5437 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5440 new `vc-state' semantics.
5441 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5442 'vc-locking-user to the current user.
5443 (vc-merge): Inline vc-backend-merge. Comment out code that I
5444 don't understand and hence can't adapt to the new `vc-state' and
5445 `vc-locking-user' semantics.
5446 (vc-backend-merge): Remove.
5447
5448 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5449 rather than 'vc-locking-user.
5450
5451 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5452
5453 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5454 (vc-state): Don't use 'reserved any more. Just use the same
5455 convention as the one used for vc-<backend>-state where the
5456 locking user (as a string) is returned.
5457 (vc-locking-user): Update, based on the above convention. The
5458 'vc-locking-user property has disappeared.
5459 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5460
5461 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5462 with a heuristic one.
5463 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5464 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5465 error. That allows us to get to 'needs-merge even in the
5466 stay-local case. There's still no way to detect 'needs-patch in
5467 such a setup (or to force an update for that matter).
5468 (vc-cvs-logentry-check): Remove, the default works as well.
5469
5470 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5473
5474 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5475 major-mode in which the buffer might have been put earlier. Use
5476 `remove' and `when'. Allow `okstatus' to be `async' and use
5477 `start-process' in this case.
5478 (vc-version-diff): Handle the case where the diff looks empty
5479 because of the use of an async process.
5480
5481 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5482
5483 * vc.el (vc-next-action-on-file): Removed optional parameter
5484 `simple'. Recompute state unconditionally.
5485 (vc-default-toggle-read-only): Removed.
5486
5487 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5488 (vc-toggle-read-only): Undid prev change.
5489
5490 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5491 vc-cvs-simple-toggle. Redocumented.
5492 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5493 (vc-cvs-toggle-read-only): Removed.
5494
5495 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5498 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5499 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5500 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5501 still is. So maybe it should be removed.
5502 (vc-head-version, vc-find-binary): Remove.
5503 (vc-recompute-state): Move from vc-hooks.el.
5504 (vc-next-action-on-file): Add a `simple' argument to allow
5505 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5506 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5507 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5508 (vc-dired-mode-map): Properly defvar it.
5509 (vc-print-log): Call log-view-mode if available.
5510 (small-temporary-file-directory): defvar instead of use boundp.
5511 (vc-merge-news): Moved to vc-cvs.el.
5512 (vc-default-merge-news): New function.
5513
5514 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5515 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5516 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5517 unknown `vc-latest-version' function. It should probably refer to
5518 vc-workfile-version or somesuch, but it's very unclear to me and I
5519 don't have SCCS to test things.
5520
5521 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5522 (vc-sccs-state-heuristic): Fix typo.
5523 (vc-sccs-workfile-unchanged-p): Add missing argument.
5524
5525 * vc-rcs.el: Require vc and vc-rcs-hooks.
5526 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5527 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5528 (vc-release-greater-or-equal-p): Move from vc.
5529 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5530 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5531 (vc-rcs-checkout): Add a missing `new-version' argument in the
5532 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5533
5534 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5535 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5536 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5537 than the apparently unbound `workfile-version'.
5538
5539 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5540 (vc-file-prop-obarray): Use `make-vector'.
5541 (vc-backend-functions): Add new hookable functions
5542 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5543 (vc-loadup): If neither backend nor default functions exist, use
5544 the backend function rather than nil.
5545 (vc-call-backend): If the function if not bound yet, try to load
5546 the non-hook file to see if it provides it.
5547 (vc-call): New macro plus use it wherever possible.
5548 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5549 nor `vc-find-binary' since it's only called from
5550 vc-mistrust-permission which is only used once the backend is known.
5551 (vc-checkout-model): Fix parenthesis.
5552 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5553
5554 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5555 (vc-cvs-release, vc-cvs-system-release): Remove.
5556 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5557 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5558 status symbols.
5559 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5560 (vc-cvs-toggle-read-only): First cut at a function to allow a
5561 cvs-status-free vc-toggle-read-only.
5562 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5563 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5564 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5565 (vc-cvs-checkout): Modify access rights directly if the user
5566 requested not to use `cvs edit'. And refresh the mode line.
5567
5568 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5569 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5570
5571 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5572
5573 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5574 workfile' that got lost when the code was extracted from vc.el.
5575 And merged the tail with the rest of the code (not possible in the
5576 old vc.el where the tail was shared among all backends). And
5577 explicitly set the state to 'edited if `writable' is set.
5578
5579 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5580 (vc-cvs-state): Be careful to return the value from
5581 vc-cvs-parse-state.
5582 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5583 property but return it instead. Also be careful to handle a nil
5584 or "" `rev' when workfile is non-nil (it was handled properly when
5585 workfile was nil).
5586
5587 * vc.el: Removed those pesky unnecessary `(function' quotes.
5588 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5589 directly in the defvar.
5590 (vc-do-command): Bind inhibit-read-only so as to properly handle
5591 the case where the destination buffer has been made read-only.
5592 (vc-diff): Delegate to vc-version-diff in all cases.
5593 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5594 (vc-annotate-mode-variables): Removed (code moved partly to
5595 defvars and partly to vc-annotate-add-menu).
5596 (vc-annotate-mode): Turned into a derived-mode.
5597 (vc-annotate-add-menu): Moved in code in
5598 vc-annotate-mode-variables.
5599 (vc-update-change-log): Use make-temp-file if available.
5600
5601 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5602
5603 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5604 `vc-checkout-model' updated to `vc-cvs-update-model'.
5605
5606 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5607
5608 * vc.el (vc-next-action-on-file): Added handling of state
5609 `unlocked-changes'.
5610 (vc-checkout-carefully): Is now practically obsolete, unless the
5611 above is too slow to be enabled unconditionally.
5612 (vc-update-change-log): Fixed typo.
5613
5614 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5615
5616 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5617 Now handles state `unlocked-changes'.
5618 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5619
5620 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5621
5622 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5623 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5624 `unlocked-changes'.
5625 (vc-rcs-workfile-unchanged-p): Renamed from
5626 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5627 function yet, but supposed to become one soon.
5628
5629 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5630 `vc-steal-lock'.
5631 (vc-call-backend): Changed error message.
5632 (vc-state): Added description of state `unlocked-changes'.
5633
5634 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5635
5636 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5637 always return t in CVS-controlled directories.
5638
5639 * vc.el (vc-responsible-backend): New function.
5640 (vc-register): Largely rewritten.
5641 (vc-admin): Removed (implementation moved into vc-register).
5642 (vc-checkin): Redocumented.
5643 (vc-finish-logentry): If no backend defined yet (because we are in
5644 the process of registering), use the responsible backend.
5645
5646 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5647 Updated function lists.
5648 (vc-call-backend): Fixed typo.
5649
5650 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5651 New functions.
5652 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5653 Removed query option. Redocumented.
5654
5655 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5656
5657 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5658
5659 * vc.el: Updated callers of `vc-checkout-required' to use
5660 `vc-checkout-model'.
5661
5662 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5663
5664 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5665 stuff updated to reference this function instead of the old
5666 `vc-backend-release-p'.
5667
5668 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5669
5670 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5671 vc-checkout-model. Return appropriate values. Updated callers.
5672
5673 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5674
5675 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5676 (vc-backend-revert): Function moved into `vc-revert';
5677 `vc-next-action' must be updated to accomodate this change.
5678 (vc-backend-steal): Function moved into `vc-finish-steal'.
5679 (vc-backend-logentry-check): Function moved into
5680 `vc-finish-logentry'.
5681 (vc-backend-printlog): Function moved into `vc-print-log'.
5682 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5683 (vc-backend-assign-name): Function moved into
5684 `vc-create-snapshot'.
5685
5686 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5687
5688 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5689 Rename to vc-checkout-model. Return appropriate values.
5690 Update callers.
5691
5692 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5693 to vc-checkout-model.
5694 (vc-checkout-required): Rename to vc-checkout-model.
5695 Re-implement and re-comment.
5696 (vc-after-save): Use vc-checkout-model.
5697
5698 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5699
5700 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5701 Update to use the vc-BACKEND-diff functions instead.
5702 `vc-diff' is now working.
5703
5704 * vc-rcs.el (vc-rcs-logentry-check): New function.
5705
5706 * vc-cvs.el (vc-cvs-logentry-check): New function.
5707
5708 * vc-sccs.el (vc-sccs-diff): Function changed name from
5709 `vc-backend-diff'. This makes `vc-diff' work.
5710
5711 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5712 of functions possibly implemented in a vc-BACKEND library.
5713 (vc-checkout-required): Fix bug that caused an error to be
5714 signaled during `vc-after-save'.
5715
5716 * vc.el: Fix typo.
5717 This checkin is made with our new VC code base for the very first time.
5718 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5719
5720 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5721 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5722
5723 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5724 updated to `vc-uses-locking'.
5725 (vc-checkout-required): Call to backend function.
5726 `vc-checkout-required' updated to `vc-uses-locking' instead.
5727
5728 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5729 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5730
5731 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5732 to match the split into various backends.
5733 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5734 (vc-retrieve-snapshot): Bug fix.
5735
5736 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5737
5738 * vc-sccs.el (vc-sccs-release): Doc fix.
5739
5740 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5741
5742 * vc.el (vc-next-action-on-file): Bug found and fixed.
5743 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5744 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5745
5746 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5747 (vc-rcs-checkout): Name space cleaned up. No more revision number
5748 crunching function names that are not prefixed with vc-rcs.
5749 (vc-rcs-checkout-model): Function added. References to
5750 `vc-checkout-model' replaced.
5751
5752 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5753
5754 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5755 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5756 still need to be split, and implemented for RCS).
5757
5758 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5759
5760 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5761
5762 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5763 required by the vc.el file.
5764
5765 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5766 required by the vc.el file.
5767 (vc-rcs-exists): Function added.
5768
5769 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5770 required by the vc.el file.
5771
5772 * vc.el (vc-admin): Updated to handle selection of appropriate
5773 backend. Current implementation is crufty and need re-thinking.
5774
5775 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5776
5777 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5778
5779 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5780 beginning of annotate buffers correctly.
5781
5782 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5783 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5784 functionality updated quite a lot to support multiple backends.
5785 Variables `vc-annotate-mode', `vc-annotate-buffers',
5786 `vc-annotate-backend' added.
5787
5788 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5789 `vc-annotate-difference' added to supported backend functions.
5790
5791 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5792
5793 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5794 Use with-temp-file instead of /bin/sh. Merged from mainline
5795
5796 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5797
5798 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5799
5800 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5801
5802 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5803
5804 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5805
5806 * vc-hooks.el: vc-state-heuristic added to
5807 vc-backend-hook-functions.
5808
5809 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5810
5811 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5812
5813 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5814 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5815 state to `reserved'.
5816
5817 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5818 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5819
5820 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5821
5822 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5823 untouched.
5824
5825 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5826
5827 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5828 if defined. (Merged from main line, slightly adapted.)
5829
5830 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5831 millenium problem (merged from mainline).
5832
5833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5834
5835 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5836 part and moved the non-BACKEND stuff to vc.el.
5837
5838 * vc.el: Split the annotate feature into a BACKEND specific part
5839 and moved it from the vc-cvs.el file to this one.
5840
5841 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5842
5843 * vc-hooks.el: Implement new state model.
5844 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5845 (vc-locking-user): Simplify. Now only needed if the file is
5846 locked by somebody else.
5847 (vc-lock-from-permissions): Remove. Functionality is in
5848 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5849 (vc-mode-line-string): New name for former vc-status. Adapted.
5850 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5851
5852 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5853 Various simplifications and adaptations all over the place.
5854
5855 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5856 Simplify and adapt the rest.
5857
5858 * vc.el (vc-resynch-window): Add TODO comment: check for
5859 interaction with view mode according to recent RCS change.
5860 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5861
5862 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5863
5864 * vc.el: Convert the remaining function comments to docstrings.
5865
5866 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5867
5868 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5869 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5870 (vc-minor-part, vc-previous-version): Functions that operate and
5871 compare revision numbers got proper documentation. Comments added
5872 about their possible removal.
5873
5874 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5875
5876 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5877 the vc-backend.el files.
5878
5879 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5880
5881 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5882 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5883 (vc-rcs-previous-version): Functions added.
5884
5885 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5886
5887 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5888
5889 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5890
5891 * vc-hooks.el (vc-master-templates): Is really obsolete.
5892 Comment out the definition for now. What is the right procedure
5893 to get rid of it?
5894 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5895 rewritten.
5896 (vc-default-registered): Remove.
5897 (vc-check-master-templates): New function; does mostly what the
5898 above did before.
5899 (vc-locking-user): Don't rely on the backend to set the property.
5900
5901 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5902 Rewrite documentation.
5903 (vc-rcs-templates-grabbed): New variable.
5904 (vc-rcs-grab-templates): New function.
5905 (vc-rcs-registered): Rewrite to use above mechanism.
5906
5907 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5908 Rewrite documentation.
5909 (vc-sccs-templates-grabbed): New variable.
5910 (vc-sccs-grab-templates): New function.
5911 (vc-sccs-registered): Rewrite to use above mechanism.
5912 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5913 Don't throw the result, simply return it.
5914
5915 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5916 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5917 (vc-cvs-registered): Does the check itself now. Simplify.
5918
5919 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5920 from main line.
5921
5922 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5923
5924 * vc-cvs.el (vc-cvs-diff): New function.
5925
5926 * vc-sccs.el (vc-sccs-diff): New function.
5927
5928 * vc-rcs.el (vc-rcs-diff): New function.
5929 (vc-rcs-checkout): Bug (typo) found and fixed.
5930 (vc-rcs-register-switches): New variable.
5931
5932 * vc.el (vc-backend-diff): Function removed and placed in the
5933 backend files.
5934
5935 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5936
5937 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5938
5939 * vc.el (vc-backend-checkout): Function removed and replaced in
5940 the vc-backend.el files.
5941
5942 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5943
5944 * vc.el (vc-backend-admin): Removed and replaced in the
5945 vc-backend.el files.
5946
5947 * vc.el (Martin): Removed all the annotate functionality since it
5948 is CVS backend specific.
5949
5950 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5951
5952 * spec.txt: Added specification of vc-state.
5953
5954 * vc-sccs-hooks.el (vc-sccs-master-properties):
5955 Remove handling of vc-latest-version and
5956 vc-your-latest-version. What used to be vc-latest-version, is now
5957 returned as vc-workfile-version.
5958 (vc-sccs-workfile-version): Adapt.
5959
5960 2000-09-04 Dave Love <fx@gnu.org>
5961
5962 * vc.el: [Merged from mainline.]
5963 (vc-dired-mode): Make the dired-move-to-filename-regexp
5964 regexp match the date, to avoid treating date as file size.
5965 Add YYYY S option to WESTERN/
5966
5967 2000-09-04 Dave Love <fx@gnu.org>
5968
5969 * vc.el: Require `compile' when compiling.
5970 (vc-logentry-check-hook): New option.
5971 (vc-steal-lock): Use compose-mail.
5972 (vc-dired-mode-map): Defvar when compiling.
5973 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5974 vc-sccs.el and renamed. Callers changed.
5975 (vc-backend-checkout, vc-backend-logentry-check)
5976 (vc-backend-merge-news): Doc fix.
5977 (vc-default-logentry-check): New function.
5978 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5979 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5980 (vc-backend-merge): Doc fix. Use backend functions.
5981 (vc-check-headers): Use backend functions.
5982
5983 * vc-cvs.el: Require vc when compiling.
5984 (vc-cvs-register-switches): Doc fix.
5985 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5986 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5987 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5988 New functions (code from vc.el).
5989 (vc-annotate-display-default): Fix interactive spec.
5990 (vc-annotate-time-span): Doc fix.
5991
5992 * vc-rcs.el: Require vc when compiling.
5993 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5994 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5995 (vc-rcs-checkin): New functions (code from vc.el).
5996 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5997 Doc fix.
5998 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5999
6000 * vc-sccs.el: Require vc when compiling.
6001 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6002 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6003 (vc-sccs-revert)
6004 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6005 from vc.el).
6006 (vc-sccs-add-triple, vc-sccs-record-rename)
6007 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6008 (vc-sccs-admin): Doc fix.
6009
6010 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6011
6012 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6013 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6014 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6015 from vc.el.
6016
6017 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6018
6019 * vc-cvs.el: Moved the annotate functionality from vc.el.
6020 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6021
6022 2000-09-04 Dave Love <fx@gnu.org>
6023
6024 * vc.el (vc-backend-release): Call vc-system-release.
6025
6026 * vc-sccs.el (vc-sccs-system-release):
6027 Renamed from vc-sccs-backend-release.
6028
6029 * vc-rcs.el (vc-rcs-system-release):
6030 Renamed from vc-rcs-backend-release.
6031
6032 * vc-cvs.el (vc-cvs-system-release):
6033 Renamed from vc-cvs-backend-release.
6034
6035 2000-09-04 Dave Love <fx@gnu.org>
6036
6037 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6038 backend files.
6039 (vc-backend-release): Dispatch to backend functions.
6040 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6041 probably needs attention.]
6042
6043 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6044 (vc-sccs-backend-release): New function.
6045
6046 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6047 (vc-cvs-backend-release): New function.
6048
6049 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6050 Doc fix.
6051 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6052 (vc-default-dired-state-info): New function.
6053 (vc-dired-state-info): Dispatch to backends.
6054 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6055
6056 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6057 from vc.el and renamed.
6058
6059 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6060
6061 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6062 (vc-version-other-window, vc-backend-assign-name): Removed
6063 references to vc-latest-version; sometimes changed into
6064 vc-workfile-version.
6065
6066 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6067 vc-rcs-master-workfile-version.
6068 (vc-rcs-workfile-version): Use the above. Don't call
6069 vc-latest-version (that was unreachable code, anyway).
6070 (vc-rcs-fetch-master-properties): Doc fix.
6071
6072 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6073 (vc-backend-hook-functions): Removed them from this list, too.
6074 (vc-fetch-properties): Removed.
6075 (vc-workfile-version): Doc fix.
6076
6077 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6078 (vc-rcs-workfile-version, vc-rcs-locking-user)
6079 (vc-rcs-uses-locking): Use it.
6080
6081 * vc-hooks.el (vc-consult-rcs-headers):
6082 Moved into vc-rcs-hooks.el, under the name
6083 vc-rcs-consult-headers.
6084
6085 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6086 headers.
6087 (vc-cvs-find-master): Use this name only; correct different
6088 versions of the name.
6089
6090 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6091 New functions.
6092 (vc-sccs-locking-user): Use the latter.
6093
6094 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6095 New functions.
6096
6097 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6098 Moved into both
6099 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6100 functions are implementation details of those two backends.
6101
6102 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6103
6104 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6105 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6106
6107 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6108 (vc-sccs-parse-locks): SCCS-specific code moved here from
6109 vc-hooks.
6110
6111 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6112 code moved here from vc-hooks.
6113
6114 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6115 into back-end specific parts and removed. Callers not updated
6116 yet; because I guess these callers will disappear into back-end
6117 specific files anyway.
6118
6119 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6120
6121 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6122 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6123 `vc-uses-locking'.
6124
6125 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6126 Store yes/no in the property, and return t/nil. Updated all
6127 callers.
6128
6129 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6130 vc-sccs-uses-locking. Don't set property.
6131 (vc-sccs-locking-user): Don't set property.
6132
6133 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6134 vc-cvs-uses-locking. Don't set property here; leave that to
6135 vc-hooks.
6136 (vc-cvs-locking-user): Reflect above change. Streamlined.
6137
6138 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6139 vc-rcs-uses-locking.
6140 (vc-rcs-locking-user): Reflect above change.
6141
6142 2000-09-04 Dave Love <fx@gnu.org>
6143
6144 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6145
6146 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6147
6148 * vc-hooks.el (vc-checkout-model): Punt to backends.
6149
6150 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6151
6152 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6153
6154 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6155 New functions.
6156
6157 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6158 New functions.
6159
6160 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6161 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6162
6163 * vc-hooks.el (vc-default-locking-user): New function.
6164 (vc-locking-user, vc-workfile-version): Punt to backends.
6165
6166 2000-09-04 Dave Love <fx@gnu.org>
6167
6168 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6169 (vc-master-workfile-version): Moved from vc-hooks.
6170
6171 * vc-rcs-hooks.el: Fix duplicate code in last change.
6172
6173 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6174 (vc-rcs-master-templates): Improve :type.
6175 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6176 vc-master-workfile-version): Moved from vc-hooks.
6177
6178 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6179 (vc-sccs-master-templates): Improve :type.
6180 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6181
6182 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6183
6184 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6185 (vc-cvs-master-templates): Improve :type. Use
6186 vc-cvs-find-cvs-master.
6187 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6188 from vc-hooks.
6189 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6190
6191 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6192 Moved to vc-cvs-hooks.
6193
6194 * vc-hooks.el: Add doc strings in various places. Simplify the
6195 minor mode setup.
6196 (vc-handled-backends): New user variable.
6197 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6198 simplification.
6199
6200 2000-09-04 Dave Love <fx@gnu.org>
6201
6202 * vc.el: Some doc fixes for autoloaded and interactive functions.
6203 Fix compilation warnings from ediff stuff.
6204 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6205
6206 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6207
6208 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6209
6210 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6211
6212 2000-09-04 Dave Love <fx@gnu.org>
6213
6214 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6215 New variable.
6216 (vc-make-backend-function, vc-loadup, vc-call-backend)
6217 (vc-backend-defines): New functions.
6218
6219 * vc-hooks.el: Various doc fixes.
6220 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6221 (vc-match-substring): Function removed. Callers changed to use
6222 match-string.
6223 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6224 Simplify.
6225
6226 2000-09-04 Dave Love <fx@gnu.org>
6227
6228 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6229 type.
6230 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6231 (vc-sccs-registered): Doc fix.
6232
6233 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6234 (vc-cvs-registered): Doc fix.
6235
6236 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6237 (vc-rcs-registered): Doc fix.
6238
6239 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6240
6241 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6242
6243 * vc-hooks.el: vc-registered has been renamed
6244 vc-default-registered. Some functions have been moved to the
6245 backend specific files. they all support the
6246 vc-BACKEND-registered functions.
6247
6248 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6249
6250 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6251
6252 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6253
6254 2000-09-04 Dave Love <fx@gnu.org>
6255
6256 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6257 menu-bar-update-hook.
6258
6259 * help.el (help-manyarg-func-alist): Add
6260 find-operation-coding-system.
6261
6262 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6263
6264 * custom.el (custom-set-variables): Print message about errors in
6265 setting.
6266
6267 2000-09-03 Andrew Innes <andrewi@gnu.org>
6268
6269 * makefile.w32-in: Change to DOS line endings.
6270
6271 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6272
6273 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6274 minor-mode keymaps, if they don't have one.
6275
6276 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6277
6278 * eshell/esh-module.el (eval-when-compile): Don't lose if
6279 esh-module.el's file name is truncated to DOS 8+3 limits.
6280
6281 2000-09-01 John Wiegley <johnw@gnu.org>
6282
6283 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6284 predicate, which caused entries in the completion list to be
6285 doubled.
6286
6287 2000-08-30 John Wiegley <johnw@gnu.org>
6288
6289 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6290 sending to subprocesses. Also, hook pre-command-hook if
6291 `eshell-send-direct-to-subprocesses' is non-nil.
6292 (eshell-send-direct-to-subprocesses): New config variable. If t,
6293 subprocess input is send immediately.
6294 (eshell-toggle-direct-send): New function.
6295 (eshell-self-insert-command): New function.
6296 (eshell-intercept-commands): New function.
6297 (eshell-send-input): If direct subprocess sending is enabled,
6298 don't echo any input to the Eshell buffer. Let the subprocess
6299 handle that. This requires "stty echo" in bash, for example.
6300
6301 2000-08-28 John Wiegley <johnw@gnu.org>
6302
6303 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6304 completion function for Eshell's implementation of `unset'.
6305
6306 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6307
6308 * info.el (Info-directory-list): Doc fix.
6309
6310 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6311
6312 * filecache.el (file-cache-add-directory-using-find): Don't quote
6313 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6314
6315 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6316
6317 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6318 coding systems.
6319
6320 2000-08-30 Andrew Innes <andrewi@gnu.org>
6321
6322 * timer.el (run-with-idle-timer): Undo last change, so that timer
6323 is not activated immediately if Emacs is already idle. Some
6324 existing code relies on this behaviour.
6325
6326 2000-08-30 Miles Bader <miles@gnu.org>
6327
6328 * frame.el (set-frame-font): Do completion of font-name for
6329 interactive use.
6330
6331 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6332
6333 * international/quail.el (quail-start-translation): Bind locally
6334 last-command-event, last-command, and this-command.
6335 (quail-start-conversion): Likewise.
6336 (quail-self-insert-command): Fix docstring.
6337
6338 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6339
6340 * progmodes/executable.el
6341 (executable-make-buffer-file-executable-if-script-p): Check that
6342 buffer contains at least 2 characters.
6343
6344 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6347
6348 2000-08-29 Dave Love <fx@gnu.org>
6349
6350 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6351 (diff-mode-shared-map): Bind mouse-2.
6352 (diff-imenu-generic-expression): New variable.
6353 (diff-mode): Use it.
6354
6355 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6356 (mouse-popup-menubar): Add minor mode menus.
6357 (popup-menu): Check for lookup-key returning number.
6358
6359 2000-08-29 Miles Bader <miles@gnu.org>
6360
6361 * comint.el (comint-send-input): Create overlays using the proper
6362 front/read-advance arguments.
6363
6364 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6365
6366 * ps-print.el: Even/odd pages printing. Doc fix.
6367 (ps-print-version): New version number (6.0).
6368 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6369 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6370 (ps-print-duplex-feature): Variable eliminated.
6371 (ps-even-or-odd-pages): New variable.
6372
6373 * progmodes/ebnf2ps.el: Doc fix.
6374 (ebnf-version): New version (3.3).
6375 (ebnf-user-arrow): Change variable customization to sexp.
6376 (ebnf-user-arrow): Function eliminated.
6377 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6378
6379 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6380
6381 * help.el (help-xref-mule-regexp): New variable.
6382 (help-make-xrefs): Handle help-xref-mule-regexp.
6383
6384 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6385 variable.
6386 (describe-input-method): Temporarily activate the specfied input
6387 method to display the information.
6388 (describe-language-environment): Hyperlinks to mule related items.
6389
6390 * international/mule-diag.el (charset-multibyte-form-string): New
6391 function.
6392 (list-character-sets-1): Use charset-multibyte-form-string.
6393 (describe-character-set): New function.
6394 (describe-coding-system): Hyperlinks to safe character sets.
6395
6396 * international/quail.el (quail-help): New arg PACKAGE.
6397 Hyperlinks to mule related items.
6398 (quail-help-insert-keymap-description): Use
6399 substitute-command-keys instead of describe-bindings.
6400 (quail-translation-help): Hyperlinks to mule related items.
6401
6402 2000-08-28 John Wiegley <johnw@gnu.org>
6403
6404 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6405 have a defsubst call itself. Made `eshell-flatten-list' back into
6406 a function again.
6407
6408 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6409 catch, in case re-centering point at bottom messes up the display.
6410 This happens frequently in Emacs 21, due I believe to variable
6411 line heights.
6412
6413 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6414 to call `find-tag-interactive'.
6415
6416 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6417 the list of remember directories.
6418
6419 2000-08-28 John Wiegley <johnw@gnu.org>
6420
6421 * align.el: Test align-region-separate to see if it's a symbol.
6422
6423 2000-08-28 John Wiegley <johnw@gnu.org>
6424
6425 * eshell/esh-util.el (eshell-flatten-list): Made this function
6426 into a defsubst form. It gets used very frequently, although
6427 calls don't occur all that often.
6428
6429 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6430 examining it.
6431
6432 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6433 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6434 `eshell-protect'.
6435 (eshell-copy-handles): Created a new macro for duplicating the
6436 current set of open handles. This is needed by the looping
6437 functions.
6438 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6439 is not incorrectly stomped on.
6440
6441 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6442 declaration for pcomplete-use-paring.
6443 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6444 value of eshell-cmpl-use-paring.
6445 * pcomplete.el (pcomplete-use-paring): New config variable, to
6446 indicate whether paring should be used.
6447 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6448 completion alternatives that have already been used.
6449
6450 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6451 bound to C-c C-y, which will repeat the previous N arguments
6452 (based on prefix argument).
6453 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6454
6455 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6456 if there is no *Help* buffer. This is for XEmacs, which renames
6457 its help buffers uniquely. TODO: Find out what the current buffer
6458 name to delete is.
6459
6460 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6461 first entry that correlates to a passwd/group number. Later
6462 entries (used for group/user name aliasing to multiple IDs) are
6463 ignored.
6464
6465 * eshell/em-xtra.el (eshell/expr):
6466 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6467 (eshell-grep, eshell/diff, eshell/locate):
6468 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6469 argument list, before passing it to the system command.
6470
6471 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6472 `find-tag' for use at final position in Eshell buffers (which
6473 otherwise triggers an error on Emacs 21).
6474 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6475 buffer, if it is currently bound to `find-tag'.
6476
6477 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6478 in the list of matched Makefile names.
6479 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6480 directory, prefer its contents to Makefile.
6481
6482 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6483 directory parts (like "cd old new", or "cd =regexp"), are now case
6484 sensitive on non-Windows/DOS platforms.
6485
6486 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6487 types RET after an open delimiter (like "), display a message
6488 indicating that Eshell is waiting for the closing delimiter.
6489
6490 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6491 environment variables.
6492
6493 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6494 gracefully if the user enters incorrect arguments.
6495
6496 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6497 Eshell buffers.
6498
6499 * eshell/esh-var.el (eshell-interpolate-variable):
6500 * eshell/esh-mode.el (eshell-move-argument):
6501 * eshell/em-unix.el (eshell-du-sum-directory):
6502 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6503 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6504 (not (= ...)).
6505
6506 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6507 to ensure the `preserve' flag gets propagated when doing recursive
6508 directory copies.
6509
6510 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6511
6512 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6513 Don't convert \n into \0177 in memory.
6514 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6515 and back again, when reading and writing.
6516
6517 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6518
6519 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6520 testing of `fboundp' on `processp'.
6521
6522 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6523 (eshell/jobs): Don't call process-list if it is not bound.
6524 (eshell-gather-process-output): Support systems where async
6525 subprocesses aren't supported.
6526 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6527 variables.
6528
6529 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6530 eshell-do-eval returns t.
6531 (eshell-do-pipelines-synchronously): New defmacro.
6532 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6533 when async subprocesses aren't supported.
6534 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6535 if async subprocesses aren't supported.
6536 (eshell-resume-command): Don't assume STATUS is a string.
6537
6538 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6539
6540 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6541 (eshell-close-target, eshell-get-target): Use eshell-processp.
6542 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6543 fix.
6544 (eshell-get-target, eshell-create-handles): Doc fix.
6545
6546 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6547
6548 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6549 criterion to include commands that output something, as long as it
6550 leaves both the command and the end-of-buffer visible when the
6551 command has exited.
6552 (eshell-review-quick-commands): Adjust the help doc string
6553 accordingly.
6554
6555 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6556
6557 * locate.el (locate): Cleaned up locate command's interactive prompting
6558 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6559
6560 * filecache.el (file-cache-case-fold-search): New variable
6561 (file-cache-assoc-function): New variable
6562 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6563 Use file-cache-case-fold-search variable
6564 (file-cache-add-file): Use file-cache-assoc-function
6565 (file-cache-delete-file): likewise
6566 (file-cache-directory-name): likewise
6567 (file-cache-debug-read-from-minibuffer): likewise
6568
6569 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6570
6571 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6572 (abbrev-table-name): New function.
6573 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6574 If non-nil list local abbrev, only.
6575
6576 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6577
6578 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6579 from Gnus support code, and use special article copy buffer
6580 `(gnus-original-article-buffer)' instead. This allows to get rid
6581 of article-hide-headers usage (which breaks in the latest Gnus
6582 version). Thanks to Detlev Zundel.
6583
6584 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6585
6586 * international/quail.el (quail-use-package): Hide "... loaded"
6587 message.
6588 (quail-start-translation, quail-start-conversion): Likewise.
6589
6590 * international/kkc.el (kkc-region): Hide "... loaded" message.
6591
6592 2000-08-27 Dave Love <fx@gnu.org>
6593
6594 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6595
6596 2000-08-27 Miles Bader <miles@gnu.org>
6597
6598 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6599
6600 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6601
6602 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6603 'ja-dic-cnv), not (require 'skkdic-cnv).
6604
6605 2000-08-26 Miles Bader <miles@gnu.org>
6606
6607 * faces.el (face-x-resources): Add entry for :inherit.
6608 * cus-face.el (custom-face-attributes): Add support for :inherit
6609 attribute. Add support for relative face heights.
6610 (custom-face-attributes-get): Treat `nil' as being a default value
6611 for :inherit (as well as `unspecified').
6612
6613 * faces.el (set-face-attribute): Update doc string.
6614 (face-attribute-name-alist): Add :inherit.
6615 (face-valid-attribute-values): Handle :inherit.
6616 (face-read-string): Rephrase prompt to be less confusing.
6617 Assume that DEFAULT is a string, since we must return a string.
6618 (face-read-integer): Use `format' to turn DEFAULT into an
6619 acceptable default for face-read-string. Match NEW-VALUE against
6620 the string "unspecified", not the symbol `unspecified', since
6621 that's what face-read-string returns.
6622 (read-face-attribute): Lookup a name for old-value in valid, and
6623 use it as a default if we find one. Treat all values from
6624 face-read-string as strings. If the default is used, don't do any
6625 more processing on the value, just use the old value directly.
6626 (read-face-and-attribute, modify-face): Tweak prompt.
6627 (read-face-name): Don't assume prompt ends with a space.
6628
6629 * faces.el (describe-face): Add support for :inherit attribute.
6630
6631 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6632
6633 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6634 concat doesn't accept interger.
6635
6636 * international/kkc.el: Remove SKK from Keywords. Require
6637 ja-dic-utl instead of skkdic-utl.
6638
6639 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6640 Provide ja-dic-cnv instead of skkdic-cnv.
6641 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6642 (iso-2022-7bit-short): Add safe-charsets property.
6643 (skkdic-convert-postfix): Search Japanese chou-on character in
6644 addition to Hiragana character.
6645 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6646 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6647 (batch-skkdic-convert): Likewise.
6648
6649 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6650 Provide ja-dic-utl instead of skkdic-utl.
6651 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6652
6653 2000-08-24 Dave Love <fx@gnu.org>
6654
6655 * disp-table.el (standard-display-default): Make the test of `l'
6656 useful.
6657
6658 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6659 mod sample text.
6660
6661 * international/iso-ascii.el: Make pilcrow convenient string
6662 consistent with section.
6663 (iso-ascii-display): Set up multibyte characters as well as
6664 unibyte.
6665
6666 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6667
6668 * international/mule-cmds.el (reset-language-environment): Set
6669 default-process-coding-system to '(undecided . iso-latin-1), which
6670 makes process I/O almost consistent with file I/O. Call this
6671 function when mule-cmds.el[c] is loaded.
6672
6673 2000-08-22 Andrew Innes <andrewi@gnu.org>
6674
6675 * makefile.w32-in: New file.
6676
6677 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6678
6679 * comint.el (comint-output-filter): Compare end of
6680 comint-last-output-overlay with the start of the newly inserted
6681 text, not the end, when deciding whether to extend it.
6682 Set saved-point's insertion type to advance after insertion.
6683
6684 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6685 since this is now done independently of font-lock mode.
6686
6687 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6688
6689 * server.el (server-kill-new-buffers): New user option.
6690 (server-existing-buffer): New buffer-local variable.
6691 (server-visit-files): When using an existing buffer, set
6692 server-existing-buffer to t.
6693 (server-buffer-done): If server-kill-new-buffers is t, kill the
6694 buffer, unless it was already present before visiting it with
6695 Emacs server.
6696
6697 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6698
6699 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6700 even if the display doesn't support colors: some displays will
6701 support bold/underline faces.
6702
6703 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6704
6705 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6706
6707 * startup.el (command-line): If user's init file had an error,
6708 add explanatory text to *Messages*.
6709
6710 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6711
6712 * man.el (Man-getpage-in-background): Decode the process output by
6713 the system locale coding system.
6714
6715 2000-08-20 Dave Love <fx@gnu.org>
6716
6717 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6718 Don't test x-popup-menu.
6719 (function) <complete-function>: Complete only fbound symbols.
6720 <validate, value>: New.
6721 (variable) <complete-function>: Complete only bound symbols.
6722 (coding-system): Add :base-only, :complete-function, :validate,
6723 :value, :prompt-match.
6724 (widget-coding-system-prompt-value): Use read-coding-system and
6725 act on :base-only.
6726 (editable-field): Add :help-echo.
6727 (widget-push-button-gui, widget-push-button-cache)
6728 (widget-gui-action, widget-editable-list-gui): COmment out, along
6729 with uses.
6730 (widget-at): Make arg optional.
6731 (widget-echo-help): Adjust for current help-echo calling sequence.
6732 (widget-specify-field, widget-specify-button)
6733 (widget-specify-insert, widget-get-sibling, widget-image-find)
6734 (widget-convert, widget-insert, widget-leave-text)
6735 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6736 (widget-setup, widget-field-find, widget-before-change)
6737 (widget-after-change, widget-default-complete)
6738 (widget-default-create, widget-default-delete)
6739 (widget-push-button-value-create, editable-field)
6740 (widget-field-prompt-value, widget-field-validate)
6741 (widget-choice-value-create, widget-choice-action)
6742 (widget-choice-validate, widget-checklist-add-item)
6743 (widget-radio-add-item, widget-radio-chosen)
6744 (widget-radio-value-inline, widget-editable-list-value-create)
6745 (widget-editable-list-entry-create)
6746 (widget-documentation-link-add)
6747 (widget-documentation-string-value-create)
6748 (widget-regexp-validate, widget-file-complete)
6749 (widget-sexp-validate, widget-plist-convert-widget)
6750 (widget-plist-convert-widget, widget-alist-convert-widget)
6751 (widget-alist-convert-widget, widget-color-complete): Simplify,
6752 particularly to avoid bindings which aren't optimized out.
6753
6754 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6755 Doc fix.
6756 (down-list, backward-up-list, up-list, kill-sexp)
6757 (backward-kill-sexp, mark-sexp): Make arg optional.
6758 (lisp-complete-symbol): Add optional arg PREDICATE.
6759
6760 * cus-start.el: Add display-buffer-reuse-frames,
6761 file-coding-system-alist.
6762
6763 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6764
6765 * startup.el (command-line): Clear realized faces after
6766 modifying TTY color mappings.
6767
6768 2000-08-20 Miles Bader <miles@gnu.org>
6769
6770 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6771 merely a subset of FACE's attributes.
6772
6773 2000-08-19 Miles Bader <miles@gnu.org>
6774
6775 * comint.el (comint-output-filter): Save the point with a marker,
6776 not just a buffer position.
6777
6778 * international/mule.el (set-buffer-process-coding-system): Make
6779 interactive prompt less confusing.
6780
6781 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6782
6783 * hilit-chg.el: General cleanup of doc strings, comments and
6784 code formatting.
6785
6786 2000-08-19 Miles Bader <miles@gnu.org>
6787
6788 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6789 Compiler macro removed; beginning-of-line is no longer always
6790 equivalent to forward-line, in the presence of fields.
6791
6792 * comint.el (comint-output-filter): Remove ad-hoc saving of
6793 restriction, and just use save-restriction, now that it works
6794 correctly. Don't adjust comint-last-input-start to account for
6795 our insertion; it shouldn't have moved because we don't use
6796 insert-before-markers anymore. Comment out call to
6797 `force-mode-line-update'; why is it here?
6798
6799 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6800 while checking for prompt to delete. Use `forward-line 0'
6801 instead of beginning-of-line.
6802 (gud-filter): Temporarily widen gud comint buffer while
6803 examining output.
6804
6805 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6806
6807 * progmodes/sh-script.el: Big bag of typos.
6808
6809 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6810 check since ispell-process is not bound when ispell is not yet loaded.
6811
6812 2000-08-18 Dave Love <fx@gnu.org>
6813
6814 * image.el (find-image): Copy `spec' before using plist-put.
6815
6816 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6817
6818 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6819 `portugues'.
6820
6821 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6822 backward-kill-sexp, analogous to kill-sexp.
6823
6824 * progmodes/icon.el (icon-indent-line)
6825 (icon-is-continuation-line): Handle comments specially.
6826
6827 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6828
6829 * ispell.el: Set to standard author/maintainer/keyword fields.
6830 Fine tuning to menu map appearance and operation, and added help.
6831 Remove `start' and `end' error messages when compiling.
6832 (ispell-choices-win-default-height): Fixed comment string.
6833 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6834 castellano8 dictionaries.
6835 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6836 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6837 dictionary, added italiano dictionary.
6838 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6839 word character
6840 (ispell-tex-skip-alists): Added psfig support.
6841 (ispell-skip-html): Renamed from ispell-skip-sgml.
6842 (ispell-begin-skip-region-regexp, ispell-skip-region)
6843 (ispell-minor-check): Improved html skipping support to skip across
6844 code, and recognize `&' commands without propper `;' syntax;
6845 (ispell-process-line): Fix alignment error when manually
6846 correcting spelling.
6847 (ispell): Fix comment string.
6848 (ispell-add-per-file-word-list): Always put word list on new line.
6849
6850 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6851
6852 * format.el (format-encode-run-method): Fix error message to say
6853 `encode' instead of `decode'. Use save-window-excursion around
6854 shell-command-on-region as in format-decode-run-method because
6855 shell-command-on-region can display a buffer with error output.
6856 (format-decode): Don't record undo information for the decoding.
6857 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6858 that number part of the temporary buffer name so that more than
6859 one decoding using a temporary buffer can happen safely.
6860
6861 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6862 of `A-z' in the regexp.
6863
6864 * hilit-chg.el: Fix typos in commentary.
6865
6866 * help.el (view-emacs-news): Rewritten for new naming scheme
6867 for old NEWS files.
6868
6869 * startup.el (command-line): Pop to *Messages* in case an error
6870 is signaled while loading user-init-file.
6871
6872 2000-08-17 Andreas Schwab <schwab@suse.de>
6873
6874 * files.el (insert-directory): Don't lose original file name,
6875 undoing an undocumented change.
6876
6877 2000-08-17 Alex Schroeder <alex@gnu.org>
6878
6879 * sql.el (sql-magic-go): Use comint-bol.
6880 (sql-copy-column): Use comint-line-beginning-position.
6881 (comint-line-beginning-position): Define a replacement for
6882 comint-line-beginning-position if it is not fboundp.
6883
6884 2000-08-17 Alex Schroeder <alex@gnu.org>
6885
6886 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6887 it didn't have any effect anyway.
6888
6889 2000-08-17 Alex Schroeder <alex@gnu.org>
6890
6891 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6892 --pset and pager=off instead of sending \\o|cat at the beginning
6893 of the session.
6894
6895 2000-08-17 Miles Bader <miles@gnu.org>
6896
6897 * progmodes/octave-inf.el: Add compatibility definition of
6898 comint-line-beginning-position.
6899
6900 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6901
6902 * startup.el (normal-top-level): Look in each dir in load-path for
6903 a leim-list.el file too. This assures of loading leim-list.el
6904 that is created at Emacs installation time even if a user have his
6905 own leim-list.el.
6906
6907 2000-08-17 Miles Bader <miles@gnu.org>
6908
6909 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6910 foreground color to black if the background is dark.
6911
6912 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6913
6914 * loadhist.el (unload-feature): Typo.
6915
6916 * finder.el (finder-compile-keywords):
6917 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6918 to the generated file.
6919
6920 * mail/mh-e.el (mh-make-local-vars):
6921 Replace make-variable-buffer-local with make-local-variable.
6922
6923 * play/landmark.el:
6924 * options.el (Edit-options-{set,toggle,t,nil}):
6925 * mail/mailabbrev.el (mail-abbrevs-mode):
6926 * textmodes/tex-mode.el (tex-expand-files):
6927 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6928
6929 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6930
6931 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6932 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6933 Allow going past the last element.
6934 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6935 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6936 (cvs-mouse-toggle-mark): Don't move point.
6937 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6938
6939 * progmodes/compile.el (grep): Provide a default set of files.
6940 (next-error): Docstring fix.
6941 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6942
6943 * emacs-lisp/easy-mmode.el (define-minor-mode):
6944 Use `symbol-value' to keep the byte-compiler quiet.
6945
6946 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6947 (diff-find-source-location): New fun, extracted from diff-goto-source.
6948 (diff-goto-source): Use it.
6949 (diff-next-complex-hunk, diff-filter-lines): New function.
6950 (diff-apply-hunk): New command.
6951
6952 * smerge-mode.el (smerge-mode-menu): Doc fix.
6953
6954 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6955
6956 2000-08-16 Dave Love <fx@gnu.org>
6957
6958 * windmove.el (windmove) <defgroup>: Add :version.
6959
6960 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6961 (goto-address-fontify-p, goto-address-highlight-p)
6962 (goto-address-url-face, goto-address-url-mouse-face)
6963 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6964 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6965 (goto-address-fontify, goto-address-at-mouse): Simplify,
6966 (goto-address-at-point): browse-url-url-at-point,
6967 goto-address-find-address-at-point can return nil.
6968 (goto-address-find-address-at-point): Return nil on failure.
6969
6970 * align.el (align) <defgroup>: Add :version.
6971
6972 * calculator.el (calculator): Add :version.
6973 (calculator): Use two lines for calculator window if `modeline'
6974 face is boxed.
6975
6976 * play/5x5.el: Doc fixes.
6977 (5x5) <defgroup>: Add :version.
6978
6979 * play/fortune.el (fortune) <defgroup>: Add :version.
6980 (fortune-append): Fix error message.
6981 (fortune-from-region): Doc fix.
6982
6983 * play/pong.el (pong): Doc fix.
6984
6985 * play/morse.el: Keywords, commentary, autoloads.
6986
6987 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6988
6989 * desktop.el (desktop-save): Don't look at symbol-value of a
6990 member of minor-mode-alist, unless it is boundp.
6991
6992 2000-08-16 Sam Steingold <sds@gnu.org>
6993
6994 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6995 `while'; use `with-current-buffer' instead of `save-excursion'.
6996 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6997
6998 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6999
7000 * international/ccl.el (declare-ccl-program): Docstring modified.
7001 (ccl-execute-with-args): Likewise.
7002
7003 2000-08-16 Miles Bader <miles@gnu.org>
7004
7005 * progmodes/sql.el: Add compatibility definition of
7006 comint-line-beginning-position.
7007
7008 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7009
7010 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7011 'buffer-menu' property.
7012 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7013 fails.
7014 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7015 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7016 wasn't killed.
7017
7018 * buff-menu.el (list-buffers-noselect): Don't display the
7019 *Buffer List* buffer.
7020
7021 * font-lock.el: Require jit-lock to prevent a very late
7022 `Loading jit-lock' message.
7023
7024 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7025 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7026 mail address.
7027
7028 2000-08-15 Miles Bader <miles@gnu.org>
7029
7030 * textmodes/ispell.el (ispell-graphic-p): New constant.
7031 (ispell-choices-win-default-height, ispell-help): Use
7032 `ispell-graphic-p' instead of `xemacsp'.
7033
7034 2000-08-15 Dave Love <fx@gnu.org>
7035
7036 * simple.el: Autoload widget-convert when compiling.
7037 (mail-user-agent): Doc fix.
7038
7039 * help.el (function-called-at-point, variable-at-point): Use
7040 with-syntax-table.
7041 (help-manyarg-func-alist): Add insert-and-inherit.
7042
7043 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7044
7045 * delsel.el (delsel-unload-hook): New function.
7046
7047 * find-file.el: Doc fixes. Move provide to end.
7048 (ff) <defgroup>: Add :link.
7049 (ff-goto-click): Deleted.
7050 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7051 Use mouse-set-point.
7052
7053 * textmodes/tildify.el: Doc fixes.
7054 (tildify) <defgroup>: Add:version.
7055
7056 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7057 (glasses-custom-set): Use set-default, not set.
7058 (minor-mode-alist): Propertize the lighter.
7059 (glasses-mode): Provide optional arg.
7060
7061 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7062 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7063 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7064 option. Provide :type.
7065 (cwarn-configuration): Provide :type.
7066 (cwarn-mode): Doc fix.
7067
7068 * add-log.el (change-log-merge): Doc fix.
7069 (change-log-redate): New command.
7070
7071 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7072 Doze and Dog.
7073 (browse-url): Use dolist, not mapcar.
7074 (browse-url-at-point): Check for null url.
7075 (browse-url-event-buffer, browse-url-event-point): Functions
7076 deleted.
7077 (browse-url-at-mouse, browse-url-netscape): Simplify.
7078
7079 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7080 modes.
7081 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7082 Fix previous change to mapcan.
7083 (msb--init-file-alist, msb--add-separators)
7084 (msb--make-keymap-menu): Simplify.
7085 (msb--choose-file-menu): Use copy-sequence.
7086 (msb-mode-map): Add title to keymap.
7087 (msb-unload-hook): New function.
7088
7089 * bs.el: Fix indentation.
7090 (bs) <defgroup>: Add :links.
7091 (bs-show): Doc fix.
7092 (bs-apply-sort-faces): Don't use window-system.
7093 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7094
7095 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7096
7097 * calendar/timeclock.el (timeclock-file): Run .timelog through
7098 convert-standard-filename.
7099
7100 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7101
7102 * emacs-lisp/authors.el: New file.
7103
7104 * paren.el (show-paren-priority): New user option.
7105 (show-paren-function): Set overlay priorities to
7106 show-paren-priority.
7107
7108 2000-08-14 Miles Bader <miles@gnu.org>
7109
7110 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7111 beginning-of-line with inhibit-field-text-motion bound.
7112
7113 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7114
7115 * calendar/timeclock.el: New file.
7116
7117 2000-08-14 David Ponce <david@dponce.com>
7118
7119 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7120 `widget-button-click'. so that one can use left mouse button to
7121 click on dialog buttons.
7122
7123 2000-08-14 Emmanuel Briot <briot@gnat.com>
7124
7125 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7126 identifiers, since XML is case sensitive
7127
7128 2000-08-12 Miles Bader <miles@gnu.org>
7129
7130 * comint.el (comint-output-filter): Don't bother frobbing
7131 window-start, it doesn't seem to be necessary.
7132
7133 * comint.el (comint-send-string, comint-send-region): Make into
7134 real functions. Snapshot the prompt before sending.
7135
7136 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7137
7138 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7139 technique similar to Info-index, instead of relying on specific
7140 names of relevant Index nodes.
7141 (Info-goto-emacs-command-node): Bind Info-history to nil when
7142 going to the first node found by Info-find-emacs-command-nodes.
7143
7144 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7145
7146 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7147
7148 2000-08-10 Miles Bader <miles@gnu.org>
7149
7150 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7151
7152 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7153
7154 * info.el (Info-file-list-for-emacs): More elements for the
7155 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7156 and woman manuals.
7157
7158 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7159
7160 * comint.el (comint-send-input): Make the newline boundary overlay
7161 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7162 (comint-output-filter): Use `insert' instead of
7163 `insert-before-markers'. Extend comint-last-output-overlay when
7164 necessary since we can't rely on insert-before-markers to do it.
7165 * gud.el (gud-filter): Use `with-current-buffer' instead of
7166 save-excursion when inserting the output, so that point gets
7167 updated correctly; the old method relied on a rather dodgy
7168 side-effect of comint-output-filter to avoid the effect of
7169 save-excursion.
7170
7171 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * files.el (recover-file): Call insert-directory instead of
7174 invoking `ls' directly.
7175
7176 2000-08-10 Miles Bader <miles@gnu.org>
7177
7178 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7179 (comint-last-prompt-overlay): New variables.
7180 (comint-output-filter): Implement prompt highlighting.
7181 (comint-snapshot-last-prompt): New function.
7182 (comint-send-input): Snapshot the last prompt.
7183 Use comint-highlight-input-face.
7184 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7185 Use defface instead of defcustom.
7186 (send-invisible, comint-send-eof): Snapshot the last prompt.
7187 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7188 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7189
7190 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7193 (regexp-opt-group): Use a list of chars for `letters'.
7194 (regexp-opt-charset): `chars' is now a list of chars.
7195 Use a char-table rather than a vector so it works for multibyte chars.
7196
7197 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7198 Set cvs-minor-current-files to the selected fileinfo.
7199 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7200 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7201
7202 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7203
7204 * files.el (insert-directory): Don't call access-file on
7205 directories on DOS and Windows.
7206
7207 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7208
7209 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7210 longer if necessary.
7211 (ccl-embed-code): Call ccl-embed-data to store CODE in
7212 ccl-program-vector.
7213
7214 2000-08-09 Miles Bader <miles@gnu.org>
7215
7216 * comint.el (comint-output-filter): Properly handle the case where
7217 the text surrounded by comint-last-output-overlay was deleted.
7218
7219 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7220
7221 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7222 non-nil.
7223 (Info-file-list-for-emacs): Remove "info" from the list because
7224 that leads to trying to use the documentation from file `info'
7225 in various situations where it isn't appropriate, for instance
7226 C-h C-k C-h i.
7227
7228 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7229 DIR and/or STRING are nil.
7230
7231 * progmodes/compile.el (compilation-setup): Make variable
7232 compilation-error-screen-columns buffer-local, as some comment
7233 in the code suggests it should be.
7234
7235 * files.el (auto-mode-interpreter-regexp): New variable.
7236 (set-auto-mode): Use it.
7237
7238 * indent.el (indent-for-tab-command): Doc fix.
7239
7240 * mouse-sel.el (mouse-sel-mode): Doc fix.
7241
7242 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7243 labels.
7244
7245 * help.el (print-help-return-message): When
7246 display-buffer-reuse-frames is set, let the help window been quit,
7247 instead of deleting it, which might delete a reused frame.
7248
7249 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7250
7251 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7252 rename a directory to a name that differs only by its letter case.
7253
7254 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7255
7256 * international/quail.el (quail-define-rules): Handle Quail decode
7257 map correctly. Add code for supporting annotations.
7258 (quail-install-decode-map): New function.
7259 (quail-defrule-internal): New optional arguments decode-map and
7260 props.
7261 (quail-advice): New function.
7262
7263 2000-08-07 Sam Steingold <sds@gnu.org>
7264
7265 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7266 `defconst', `define-condition', `with-slots'.
7267 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7268
7269 2000-08-03 Miles Bader <miles@gnu.org>
7270
7271 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7272 New variable.
7273 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7274 comint-use-prompt-regexp-instead-of-fields.
7275 (comint-send-input): Add `input' field property to stuff we send to
7276 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7277 (comint-output-filter): Add `output' field property to process
7278 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7279 (comint-replace-by-expanded-history)
7280 (comint-get-old-input-default, comint-show-output)
7281 (comint-backward-matching-input, comint-forward-matching-input)
7282 (comint-next-prompt, comint-previous-prompt): Use field
7283 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7284 (comint-line-beginning-position): New function.
7285 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7286 (comint-replace-by-expanded-history-before-point): Use
7287 comint-line-beginning-position and line-end-position.
7288 (comint-last-output-overlay): New variable.
7289 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7290
7291 * shell.el (shell-prompt-pattern): Doc change.
7292 (shell-backward-command): Use line-beginning-position.
7293
7294 * gud.el (gud-gdb-complete-command): Use
7295 comint-line-beginning-position.
7296
7297 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7298 comint-bol doesn't actually go to the beginning of the line.
7299
7300 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7301 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7302 (try-expand-line-all-buffers): Likewise.
7303
7304 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7305 explicitly matching comint-prompt-regexp.
7306 (sql-copy-column): Use comint-line-beginning-position instead of
7307 explicitly matching comint-prompt-regexp.
7308
7309 * progmodes/octave-inf.el (inferior-octave-complete): Use
7310 comint-line-beginning-position.
7311
7312 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7313
7314 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7315 looking for a prompt, use `forward-line 0' instead of
7316 `beginning-of-line', to avoid getting caught by an input field.
7317
7318 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7319
7320 * files.el (shell-quote-wildcard-pattern): Make sure to return
7321 PATTERN, in the Unix case.
7322
7323 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7324
7325 * play/zone.el (zone): Discard any pending input before running
7326 the randomly-chosen pgm.
7327
7328 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7329
7330 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7331 checking the existence of any multibyte characters.
7332
7333 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7334
7335 * help.el (describe-mode): Test minor-mode symbol for being
7336 bound before testing its value for being nil.
7337
7338 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7339 `first', `second', and `third'.
7340
7341 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7342 (second): Make it an alias for `cadr'.
7343
7344 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7345
7346 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7347 types of display support faces now.
7348
7349 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7350
7351 * pcvs.el (require): Require `cl' during compilation, only.
7352
7353 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7354 (toplevel): Remove `remq' and `remove' from autoloads.
7355 (cl-fake-autoloads): New variable. If set, arrange for an error
7356 when CL functions etc. are autoloaded.
7357
7358 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7359
7360 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7361
7362 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7363 popped up, but the user clicks outside the menu, return an empty
7364 regexp (that causes unhighlight-regexp to have no effect).
7365
7366 * menu-bar.el (menu-bar-games-menu): Add Zone.
7367
7368 * hi-lock.el (toplevel): Require font-lock.
7369
7370 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7371
7372 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7373 (ebnf-8-bit-chars): New var for bug fix.
7374 (ebnf-string): Bug fix.
7375
7376 2000-08-03 Sam Steingold <sds@gnu.org>
7377
7378 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7379 instead of `buffer-string'.
7380 (require 'cl): Always, not just when compiling.
7381 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7382 necessary.
7383
7384 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7385
7386 * international/mule-cmds.el (select-safe-coding-system): Make
7387 the message text about selecting a safe coding system more clear.
7388
7389 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7390
7391 * hi-lock.el: New file.
7392
7393 * play/zone.el: New file.
7394
7395 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7396 value of tab-width in the original buffer. Choose a line number
7397 format that's a multiple of the original buffer's tab width, so
7398 that lines appear right.
7399
7400 * textmodes/ispell.el (ispell): New function, replacing an alias.
7401 Spell-check active region if in transient-mark-mode and mark
7402 is active; otherwise spell-check buffer.
7403
7404 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7405
7406 * ps-mule.el: Fix a customization problem on
7407 ps-mule-font-info-database-default.
7408
7409 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7410
7411 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7412 display-mouse-p instead of window-system.
7413 (ebrowse-member-mode-map): Ditto.
7414
7415 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7416
7417 * progmodes/ebnf2ps.el: Update ps-print functions call.
7418 Indentation fix. Doc fix.
7419 (ebnf-version): New version number (3.2).
7420 (ebnf-format-color, ebnf-begin-job): Code fix.
7421
7422 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7425 font lock support on window-system.
7426 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7427
7428 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7429 display-color-p, if fboundp, instead of window-system.
7430
7431 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7432
7433 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7434 instead of window-system.
7435
7436 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7437 window-system.
7438 (widget-choice-mouse-down-action): Use display-popup-menus-p
7439 instead of window-system.
7440
7441 * strokes.el (strokes-file): Run the file name through
7442 convert-standard-filename.
7443 (strokes-mode): Call display-mouse-p instead of looking at
7444 window-system. Change the error message accordingly.
7445
7446 * progmodes/cpp.el (toplevel): Support faces on tty's.
7447
7448 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7449 (lm-plot-square, lm-init-display): Don't use window-system.
7450
7451 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7452 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7453
7454 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7455 instead of looking at window-system.
7456
7457 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7458
7459 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7460 of testing if iswitchb-prepost-hooks is bound, because the
7461 latter will always be true when invoking a recursive minibuffer
7462 from an active Iswitchb buffer.
7463
7464 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7465
7466 * files.el (shell-quote-wildcard-pattern): New function.
7467 (insert-directory): Call it. Only prepend "\" to command on Unix
7468 and GNU/Linux systems.
7469
7470 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7471
7472 * eshell/esh-groups.el: Change custom :link file names
7473 from `eshell.info' to `eshell'.
7474
7475 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7476
7477 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7478 correctly in recursive ange-ftp listings.
7479
7480 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7481
7482 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7483 ps-header-font-size-internal and
7484 ps-header-title-font-size-internal variables are not set,
7485 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7486 face text property is (foreground-color . COLOR) or
7487 `(background-color . COLOR)', ps-print crashes. Doc fix.
7488 (ps-print-version): New version number (5.2.4).
7489 (ps-plot-region): Code fix.
7490 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7491 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7492 Bug fix 2.
7493
7494 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7495
7496 * glasses.el (glasses-make-readable): Fix uncapitalization of
7497 identifiers like `myXMLDocument'.
7498
7499 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7500
7501 * mail/mail-hist.el (mail-hist-previous-input)
7502 (mail-hist-next-input): Do the obvious code factorization.
7503 (mail-hist-retrieve-and-insert): New func, contains common
7504 code of above two.
7505 If inserting a message body, leave point at top.
7506
7507 2000-07-28 Sam Steingold <sds@gnu.org>
7508
7509 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7510 Use `<=', not `<' to compare times!
7511 (ange-ftp-ls): Remove.
7512
7513 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7514
7515 * play/cookie1.el: Add explanation of how to make cookie.el
7516 compatible with strfile(1) to comment.
7517
7518 * subr.el (remove, remq): New functions.
7519
7520 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7521 escape `*' in regexps.
7522 (midnight-find): Reverse order of arguments in the funcall of
7523 TEST.
7524
7525 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7526 and `.class'.
7527
7528 * play/meese.el: Add Commentary section.
7529
7530 2000-07-27 Alex Schroeder <alex@gnu.org>
7531
7532 * sql.el (sql-ms): Added autoload cookie.
7533 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7534 (sql-oracle): Ditto.
7535 (sql-help): Doc change.
7536
7537 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7538 types and exceptions.
7539
7540 2000-07-27 Alex Schroeder <alex@gnu.org>
7541
7542 * sql.el (sql-placeholder-history): New variable.
7543 (sql-query-placeholders-and-send): New function that will query
7544 the user and replace placeholders with user input.
7545 (sql-oracle): If running on NT, set comint-input-sender to
7546 sql-query-placeholders-and-send.
7547
7548 (sql-stop): If in the SQLi buffer, insert stop notification, else
7549 present it as a message.
7550
7551 2000-07-27 Alex Schroeder <alex@gnu.org>
7552
7553 * sql.el (sql-input-ring-separator): Doc change.
7554 (sql-input-ring-file-name): Doc change.
7555 (sql-interactive-mode): Use `sql-input-ring-separator' and
7556 `sql-input-ring-file-name' to set the comint-mode equivalents
7557 without making them local variables.
7558 (sql-stop): Don't bind `sql-input-ring-separator' and
7559 `sql-input-ring-file-name' dynamically to their comint-mode
7560 equivalents.
7561
7562 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7563
7564 * international/mule.el (register-char-codings): New function.
7565 (make-coding-system): Handle `safe-chars' specification in the arg
7566 PROPERTY.
7567
7568 * international/mule-cmds.el
7569 (find-coding-systems-region-subset-p): This function deleted.
7570 (sort-coding-systems-predicate): New variable.
7571 (sort-coding-systems): New function.
7572 (find-coding-systems-region): Use
7573 find-coding-systems-region-internal.
7574 (find-coding-systems-string): Use find-coding-systems-region.
7575 (find-coding-systems-for-charsets): Check
7576 char-coding-system-table.
7577 (select-safe-coding-system-accept-default-p): New variable.
7578 (select-safe-coding-system): Mostly rewritten. New argument
7579 ACCEPT-DEFAULT-P.
7580 (select-message-coding-system): Call select-safe-coding-system
7581 with ACCEPT-DEFAULT-P arg.
7582 (reset-language-environment): Reset default-sendmail-coding-system
7583 to the default value iso-latin-1.
7584 (set-language-environment): Don't set the obsolete variable
7585 charset-origin-alist.
7586
7587 * international/codepage.el (cp-coding-system-for-codepage-1):
7588 Give `safe-chars' property to make-coding-system.
7589
7590 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7591 calling select-message-coding-system twice.
7592
7593 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7594 instead of `safe-charsets'.
7595 (cyrillic-alternativnyj): Likewise.
7596 (ccl-encode-alternativnyj): Don't check the charset
7597 cyrillic-iso8859-5.
7598
7599 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7600
7601 * composite.el (compose-chars-after): Preserve match data.
7602
7603 2000-07-26 Sam Steingold <sds@gnu.org>
7604
7605 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7606 (ange-ftp-real-file-newer-than-file-p): New function.
7607 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7608 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7609
7610 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7611 * midnight.el (midnight-float-time): Ditto.
7612
7613 2000-07-26 Andreas Schwab <schwab@suse.de>
7614
7615 * files.el (normal-backup-enable-predicate): Correct
7616 interpretation of the return value of compare-strings.
7617
7618 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7619
7620 * isearch.el (isearch-resume): New function.
7621 (isearch-done): Add something to command-history to resume
7622 the search.
7623 (isearch-yank-line, isearch-yank-word): Use
7624 buffer-substring-no-properties instead of buffer-substring.
7625
7626 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7627 of flyspell-mouse-map.
7628
7629 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7630 duplicate definition.
7631 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7632
7633 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7634 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7635
7636 2000-07-25 Sam Steingold <sds@gnu.org>
7637
7638 * net/ange-ftp.el: Get modtime over the net.
7639 (ange-ftp-file-modtime): New function.
7640 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7641 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7642 Use it.
7643 (ange-ftp-dot-to-slash): New function.
7644 (ange-ftp-fix-name-for-vms): Use it.
7645
7646 * midnight.el (midnight-buffer-display-time): Use
7647 `with-current-buffer'.
7648
7649 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7650
7651 * find-dired.el: Update copyright notice.
7652 (find-dired): Offer to kill a running `find'.
7653
7654 * enriched.el (enriched-face-ans): For a `foreground-color'
7655 property, return '(("x-color" COLOR))' so that COLOR will be
7656 output as a parameter of the x-color annotation. Likewise for the
7657 `background-color' property. In the case of normal face
7658 properties, don't return annotations for unspecified foreground
7659 and background face attributes.
7660
7661 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7662
7663 * language/japan-util.el (japanese-katakana-region): Fix handling
7664 HANKAKU argument.
7665
7666 2000-07-25 Miles Bader <miles@gnu.org>
7667
7668 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7669 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7670 constrain-to-field.
7671
7672 2000-07-24 Andrew Innes <andrewi@gnu.org>
7673
7674 * timer.el (timer-activate-when-idle): Add optional parameter
7675 DONT-WAIT. Update docstring.
7676 (run-with-idle-timer): Specify extra parameter to
7677 timer-activate-when-idle, so that timer will be activated
7678 immediately if Emacs is already idle.
7679
7680 * w32-fns.el (w32-using-nt): Fix docstring.
7681
7682 2000-07-24 Dave Love <fx@gnu.org>
7683
7684 * mouse.el (popup-menu): Set last-command-event.
7685 (mouse-major-mode-menu-prefix): Declare.
7686
7687 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7688
7689 * textmodes/flyspell.el: Update to author's version 1.5d.
7690
7691 * progmodes/hideshow.el: Update copyright notice.
7692
7693 * vcursor.el: Set maintainer to FSF, since author cannot
7694 be reached.
7695
7696 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7697
7698 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7699 the prompt.
7700
7701 * mouse.el (popup-menu): Run the keymap through indirect-function,
7702 in case it was defined with define-prefix-key. If the menu is a
7703 list of keymaps, look up the binding of user's choice in each one
7704 of the keymaps.
7705 (mouse-popup-menubar): If the global and local menu-bar keymaps
7706 don't have a prompt string, create one and insert it into the
7707 keymap. Don't barf if current-local-map returns nil.
7708
7709 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7710
7711 * dired.el (dired-sort-R-check): Added to allow recursive listing
7712 to be undone.
7713 (dired-sort-other): Use it.
7714
7715 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7716
7717 * Release of cc-mode 5.27
7718
7719 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7720
7721 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7722 c-beginning-of-statement-1 that caused a bad case of recursion
7723 which could consume a lot of CPU in large classes in languages
7724 that have in-expression classes (i.e. Java and Pike).
7725
7726 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7727 statements before top level constructs (i.e. case 6 is moved
7728 before case 5 and is now case 4) to catch in-expression
7729 classes in top level expressions correctly.
7730
7731 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7732
7733 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7734 objc-method-intro. Case 4 removed and case 5I added.
7735
7736 * cc-langs.el (c-append-paragraph-start): New variable used by
7737 c-common-init to get paragraph-start correct.
7738 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7739 initialize paragraph-start to make it correct both with and
7740 without the javadoc special case.
7741
7742 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7743 initialize paragraph-start for javadoc markup.
7744
7745 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7746 change by defaulting this to t. It's motivated by the
7747 confusing behavior that otherwise arise from the style system
7748 when editing both java and non-java files at the same time
7749 (see the comments about style setting in c-common-init).
7750
7751 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7752
7753 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7754 similar to the one in c-fill-paragraph to check the fill
7755 prefix from the adaptive fill function for sanity.
7756
7757 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7758
7759 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7760 defun block.
7761
7762 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7763
7764 * cc-mode.texi Documented the change of cpp-macro.
7765
7766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7767
7768 * cc-align.el (c-lineup-multi-inher): Handle lines with
7769 leading comma nicely. Extended to handle member initializers
7770 too.
7771
7772 * cc-engine.el: (c-beginning-of-inheritance-list,
7773 c-guess-basic-syntax): Fixed recognition of inheritance lists
7774 when the lines begins with a comma.
7775
7776 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7777
7778 * cc-vars.el (c-offsets-alist): Changed default for
7779 member-init-cont to c-lineup-multi-inher since it now handles
7780 member initializers and indents better for leading commas.
7781
7782 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7783
7784 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7785 handling that caused class open lines to be recognized as
7786 statement-conts in some cases.
7787
7788 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7789 guessed by the adaptive fill function unless point is on the
7790 first line of a block comment.
7791
7792 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7793 when the buffer ends with a macro continuation char.
7794
7795 * cc-engine.el (c-guess-basic-syntax): Added support for
7796 function definitions as statements in Pike. The first
7797 statement in a lambda block is now labeled defun-block-intro
7798 instead of statement-block-intro.
7799
7800 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7801 so that the class surrounding point is selected, not the one
7802 innermost in the state.
7803
7804 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7805 recognition of switch labels having hanging multiline
7806 statements.
7807
7808 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7809 some code in c-guess-basic-syntax to a separate function.
7810 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7811 recognition of member inits with multiple line arglists.
7812 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7813 member-init-cont when the commas are in funny places.
7814
7815 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7816
7817 * cc-defs.el (c-auto-newline): Removed this macro since it's
7818 not used anymore.
7819
7820 * cc-engine.el (c-looking-at-bos): New helper function.
7821 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7822 inexpr and toplevel classes apart in Pike.
7823
7824 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7825 of case 9A.
7826
7827 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7828 constant, since "class" can introduce an in-expression class
7829 in Pike nowadays.
7830
7831 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7832
7833 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7834 indentation on cpp-macro lines.
7835
7836 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7837 a syntax modifier like comment-intro, to make it possible to
7838 get syntactic indentation for preprocessor directives. It's
7839 incompatible wrt to lineup functions on cpp-macro, but it has
7840 no observable effect in the 99.9% common case where cpp-macro
7841 is set to -1000.
7842
7843 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7844
7845 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7846 member-init-cont when the preceding arglist is several lines.
7847
7848 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7849
7850 * cc-styles.el (c-style-alist): The basic offset for the BSD
7851 style corrected to 8.
7852
7853 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7854
7855 * cc-styles.el (c-style-alist): Adjusted the indentation of
7856 brace list openers in the gnu style.
7857
7858 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7859
7860 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7861
7862 * cc-cmds.el (c-electric-brace, c-electric-slash,
7863 c-electric-star, c-electric-semi&comma, c-electric-colon,
7864 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7865 when c-syntactic-indentation is nil.
7866
7867 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7868 we were left at comments preceding the first statement when
7869 reaching the beginning of the buffer.
7870
7871 * cc-vars.el (c-syntactic-indentation): New variable to turn
7872 off all syntactic indentation.
7873
7874 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7875
7876 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7877 between the text and the block comment ender when it hangs,
7878 depending on how many there are before the fill.
7879
7880 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7881
7882 * cc-engine.el (c-beginning-of-closest-statement): New helper
7883 function to go back to the closest preceding statement start,
7884 which could be inside a conditional statement.
7885 * cc-engine.el (c-guess-basic-syntax): Use
7886 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7887
7888 * cc-engine.el (c-guess-basic-syntax): Better handling of
7889 arglist-intro, arglist-cont-nonempty and arglist-close when
7890 the arglist is nested inside parens. Cases 7A, 7C and 7F
7891 changed.
7892
7893 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7894 up-to-date with javadoc 1.2.
7895
7896 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7897
7898 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7899 multiline Pike type decls.
7900
7901 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7902
7903 * cc-cmds.el (c-indent-new-comment-line): Always break
7904 multiline comments in multiline mode, regardless of
7905 comment-multi-line.
7906
7907 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7908
7909 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7910 fully::qualified::names in C++ member init lists. Preamble in
7911 case 5D changed.
7912
7913 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7914
7915 * cc-langs.el (c-common-init): Handling of obsolete variables
7916 moved to c-initialize-cc-mode. More compatible style override
7917 when using global style variables.
7918 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7919 variables moved here.
7920
7921 * cc-mode.texi: Documented the special behavior of
7922 c-special-indent-hook as a style variable. Don't talk about
7923 doing (c-make-styles-buffer-local t) in a mode hook, since
7924 that's already too late to work right.
7925
7926 * cc-styles.el (c-make-styles-buffer-local): Flag style
7927 variable localness in c-style-variables-are-local-p to make
7928 the compatibility measure in c-common-init work well.
7929
7930 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7931 longer contain set-from-style.
7932 * cc-styles.el (c-initialize-builtin-style): Don't check for
7933 set-from-style on c-special-indent-hook.
7934 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7935 copy-alist is sufficient now.
7936
7937 * cc-styles.el (c-set-style, c-set-style-1,
7938 c-get-style-variables): Fixes to variable initialization so
7939 that duplicate entries in styles have the same effect
7940 regardless of DONT-OVERRIDE.
7941
7942 * cc-styles.el (c-set-style-2): Fixed bug where the
7943 initialization of inheriting styles failed when the
7944 dont-override flag is set.
7945
7946 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7947 on this.
7948
7949 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7950
7951 * cc-defs.el (c-forward-comment): Removed the workaround
7952 introduced in 5.38 since it had worse side-effects. If a line
7953 contains the string "//\"", it regarded the // as a comment
7954 start since the \ temporarily doesn't have escape syntax.
7955
7956 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7957
7958 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7959 ada-xref.el before ada-prj.el, so that the Project menu is created
7960 when ada-prj tries to add to it.
7961 (ada-activate-keys-for-case): Suppress the characters that are not
7962 part of the Ada syntax. Better compatibility with else-mode
7963 (ada-adjust-case-interactive): When auto-casing is not active,
7964 correctly insert newlines (used to insert only ^M). Prevent the
7965 syntax table from being changed in case of an error
7966 (or '_' becomes part of a word and some commands are confused).
7967 Do nothing if ada-auto-case is nil.
7968 (ada-after-keyword-p): Ignore keywords that are also attributes
7969 (ada-batch-reformat): Update usage comment
7970 (ada-call-from-contextual-menu): New function
7971 (ada-case-read-exceptions): Reinitialize the casing exception list
7972 first to nil first, so that the casing exception file can be
7973 shared.
7974 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7975 files.
7976 (ada-compile-goto-error): Fix regexp used to detect a file:line
7977 anywhere in the error message
7978 (ada-contextual-menu-last-point): New variable
7979 (ada-create-keymap): If the variable delete-key-deletes-forward is
7980 t on XEmacs, it means that DEL should delete one character
7981 forward.
7982 (ada-create-menu): Use :included instead of :visible for XEmacs.
7983 New submenu "Options".
7984 (ada-end-stmt-re): Correctly indent "select ... then abort"
7985 statements.
7986 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7987 even if they don't match ada-fill-comment-prefix Fix handling of
7988 paragraphs on the first or last line of a file.
7989 (ada-format-paramlist): Fix handling of default parameter values.
7990 (ada-get-body-name): New function.
7991 (ada-get-current-indent): Optimized by searchling directly for an
7992 existing generic part or a statement outside of it. Handle
7993 ada-indent-align-comments when indenting comments Replaced some
7994 regexps by testing directly the next character. This results in a
7995 huge speedup on some files. New indentation scheme for renames
7996 statements. Stop looking for the 'while' or 'for' associated with
7997 a 'loop' at the first semicolon encountered. A "return" can also
7998 match an anonymous access subprogram declaration.
7999 (ada-get-indent-noindent): Ignore strings and comments when
8000 looking for the keywords "record" and "private".
8001 (ada-goto-matching-decl-start): When matching "if", make sure we
8002 are not in fact seeing "end if". Ignore "when" statements except
8003 when initial keyword was "begin". Fix handling of nested
8004 procedures. Add a recursive call to this function to skip over
8005 other 'end' statmts. Fix indentation for "when .. => begin"
8006 (ada-in-open-paren-p): Fix indentation for complex boolean
8007 expressions, where 'and then', 'or else' and parenthesis
8008 statements are mixed up.
8009 (ada-in-paramlist-p): Skip comments while searching for the
8010 beginning Fix handling of operator declarations.
8011 (ada-indent-align-comments): New variable
8012 (ada-indent-current): Change the syntax table only in the
8013 protected section, so that we are sure it is restored correctly.
8014 (ada-indent-on-previous-lines): Use ada-use-indent and
8015 ada-with-indent Correctly indent "select ... then"
8016 (ada-indent-region): Slight speedup.
8017 (ada-indent-renames): New variable.
8018 (ada-last-which-function-subprog, ada-last-which-function-line):
8019 New variables
8020 (ada-looking-at-semi-private): Correctly indent the 'private'
8021 keyword when it is the first word in a package declaration.
8022 (ada-loose-case-word): Stop searching if at the end of the buffer.
8023 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8024 even if point is not initially at the end of the word.
8025 (ada-matching-decl-start-re): Add "when".
8026 (ada-mode): Add support for abbrev-mode, outline-mode and
8027 which-func-mode Override the old find-file.el entry in
8028 ff-special-constructs since it is using the obsolete
8029 ada-spec-suffix variable
8030 (ada-no-auto-case): New function
8031 (ada-scan-paramlist): When parsing the argument type, accept
8032 spaces (as in "X 'Class", generated by Rational Rose).
8033 (ada-other-file-name): No longer loads the other file.
8034 (ada-popup-menu): Save and restore the current buffer and cursor
8035 position before and after displaying the menu.
8036 (ada-search-ignore-complex-boolean): New function.
8037 (ada-uncomment-region): Emacs21 already knows how to delete
8038 comments not starting in the first column.
8039 (ada-use-indent): New variable
8040 (ada-which-function): New function.
8041 (ada-with-indent): New variable
8042 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8043 can be batch-compiled from the command line.
8044
8045 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8046 Add to the menu when the file is loaded, not in ada-mode-hook.
8047 Add -toolbar to the default ddd command Switches moved from
8048 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8049 ada-prj-default-comp-opt
8050 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8051 Reference Manual to the menu
8052 (ada-check-current): rewritten as a call to ada-compile-current
8053 (ada-compile): Removed.
8054 (ada-compile-application, ada-compile-current, ada-check-current):
8055 Set the compilation-search-path so that compile.el automatically
8056 finds the sources in src_dir. Automatic scrollong of the
8057 compilation buffer. C-uC-cC-c asks for confirmation before
8058 compiling
8059 (ada-compile-current): New parameter, prj-field
8060 (ada-complete-identifier): Load the .ali file before doing
8061 processing
8062 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8063 conform to gnatmake's behavior.
8064 (ada-find-file-in-dir): New function
8065 (ada-find-references): Set the environment variables for gnatfind
8066 (ada-find-src-file-in-dir): New function.
8067 (ada-first-non-nil): Removed
8068 (ada-gdb-application): Add support for jdb, the java debugger.
8069 (ada-get-ada-file-name): Load the original-file first if not done
8070 yet.
8071 (ada-get-all-references): Handles the new ali syntax (parent types
8072 are found between <>).
8073 (ada-initialize-runtime-library): New function
8074 (ada-mode-hook): Always load a project file when a file is opened,
8075 so that the casing exceptions are correctly read.
8076 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8077 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8078 to open the project file, since the latter does not work with
8079 speedbar Get default values before loading the prj file, or the
8080 default executable file name is wrong. Use the absolute value of
8081 src_dir to initialize ada-search-directories and
8082 compilation-search-path,... Add the standard runtime library to
8083 the search path for find-file.
8084 (ada-prj-default-debugger): Was missing an opening '{'
8085 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8086 variables.
8087 (ada-prj-default-gnatmake-opt): New variable
8088 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8089 buffers, the project file is the default one Save the windows
8090 configuration before displaying the menu.
8091 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8092 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8093 ...) regexp-quote identifiers names to support operators +,
8094 -,... in regexps.
8095 (ada-remote): New function.
8096 (ada-run-application): Erase the output buffer before starting the
8097 run Support remote execution of the application. Use
8098 call-process, or the arguments are incorrectly parsed
8099 (ada-set-default-project-file): Reread the content of the active
8100 project file, not the one from the current buffer When a project
8101 file is set as the default project, all directories are
8102 automatically associated with it.
8103 (ada-set-environment): New function
8104 (ada-treat-cmd-string): New special variable ${current}
8105 (ada-treat-cmd-string): Revised. The substitution is now done for
8106 any ${...} substring
8107 (ada-xref-current): If no body was found, compiles the spec
8108 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8109 compiler to get rid of command line length limitations.
8110 (ada-xref-get-project-field): New function
8111 (ada-xref-project-files): New variable
8112 (ada-xref-runtime-library-specs-path)
8113 (ada-xref-runtime-library-ali-path): New variables
8114 (ada-xref-set-default-prj-values): Default run command now does a
8115 cd to the build directory. New field: main_unit Provide a default
8116 file name even if the current buffer has no prj file.
8117
8118 * ada-prj.el:
8119 Rewritten to show a tabbed-dialog.
8120 (ada-prj-add-ada-menu): Remove the map and name parameters.
8121 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8122 New function
8123 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8124 (ada-prj-load-from-file): New function
8125 (ada-prj-save): Always save fields that depend on the current buffer
8126 (ada-prj-show-value): New function
8127
8128 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8129 Ada mode. This will allow us to display the Ada menu in any buffer
8130 we want (for project items).
8131 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8132 number of spaces in the header.
8133
8134 2000-07-24 Dave Love <fx@gnu.org>
8135
8136 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8137
8138 2000-07-23 Noah Friedman <friedman@splode.com>
8139
8140 * type-break.el (type-break): perform autosave.
8141 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8142 (type-break-do-query): Cancel query schedule while performing
8143 actual query, to avoid possibility of a second query being made
8144 while first one is already in progress.
8145 (type-break-time-stamp-format): New variable.
8146 (type-break-time-stamp): New function.
8147 (type-break-time-warning): Use it.
8148 (type-break-keystroke-warning): Use it.
8149 (type-break-noninteractive-query): Use it.
8150
8151 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8152 cookie.
8153 Use add-minor-mode to set minor-mode-alist, if available.
8154 (eldoc-echo-area-use-multiline-p): New user option.
8155 (eldoc-echo-area-multiline-supported-p): New variable.
8156 (eldoc-docstring-format-sym-doc): Use them.
8157 (eldoc-mode): If not using idle timers, append to local post and
8158 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8159 (eldoc-display-message-no-interference-p): Don't interfere with
8160 edebug.
8161 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8162 (eldoc-function-arglist): New function.
8163 (eldoc-function-argstring): Use it.
8164
8165 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8166 auto save directory exists before calling directory-files.
8167
8168 2000-07-23 Dave Love <fx@gnu.org>
8169
8170 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8171 ^o, ^u.
8172
8173 2000-07-21 Dave Love <fx@gnu.org>
8174
8175 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8176 now passed to the function. It now works properly.
8177
8178 * smerge-mode.el (smerge-mode-menu): Fill it out.
8179
8180 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8181
8182 * info-look.el (info-lookup): If *info* is shown in another frame
8183 on the same display, select that frame, instead of switching to
8184 the Info buffer in another window of the selected frame.
8185
8186 * simple.el (universal-argument-map): Bind numeric keypad keys
8187 kp-0 to kp-9 and kp-subtract.
8188 (digit-argument): Handle these keys.
8189
8190 2000-07-20 Dave Love <fx@gnu.org>
8191
8192 * net/goto-addr.el (goto-address-fontify): Don't bother with
8193 buffer-modified and read-only stuff -- irrelevant with overlays.
8194 Put an extra property on the overlays and use it to clean up in
8195 case goto-address is re-run.
8196
8197 2000-07-19 Richard M. Stallman <rms@gnu.org>
8198
8199 * timer.el (run-with-idle-timer): Doc fix.
8200
8201 * mail/mail-utils.el (mail-strip-quoted-names):
8202 Handle case where <...> appears inside "...".
8203 Use replace-match to edit the string more simply.
8204 (rmail-dont-reply-to): Cope with an unmatched ".
8205
8206 2000-07-19 Dave Love <fx@gnu.org>
8207
8208 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8209 implementation.
8210
8211 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8212 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8213 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8214
8215 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8216
8217 * textmodes/refer.el: Correct maintainer's email address.
8218
8219 * progmodes/hideif.el: Correct author's email address.
8220 Fix typo in comment.
8221
8222 * xml.el: New file.
8223
8224 * mail/mailheader.el: Correct author's mail address.
8225
8226 * gnus/parse-time.el: Correct author's mail address.
8227
8228 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8229
8230 * comint.el (comint-highlight-input, comint-highlight-face):
8231 New user options.
8232 (comint-input-ring-file-name): Change custom type.
8233 (comint-mode-map): Bind mouse-2.
8234 (comint-insert-clicked-input): New function.
8235 (comint-send-input): Handle input highlighting.
8236
8237 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8238
8239 * mouse.el (popup-menu): New function.
8240 (mouse-major-mode-menu): Use it.
8241
8242 2000-07-18 Dave Love <fx@gnu.org>
8243
8244 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8245 improvements.
8246
8247 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8248
8249 * faces.el (face-font-selection-order)
8250 (face-font-family-alternatives): Add custom type.
8251
8252 2000-07-18 Dave Love <fx@gnu.org>
8253
8254 * cus-edit.el (custom-variable-reset-saved)
8255 (custom-variable-reset-standard): Remove unused bindings.
8256
8257 * rect.el (open-rectangle-line): Remove unused let.
8258
8259 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8260
8261 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8262
8263 * cdl.el: Fix `Maintainer' keyword.
8264
8265 * play/pong.el: Add author's email address.
8266
8267 2000-07-17 Sam Steingold <sds@gnu.org>
8268
8269 * files.el (insert-directory): Call `split-string' instead of
8270 re-implementing it.
8271
8272 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8273
8274 * mail/vms-pmail.el: Change maintainer to FSF.
8275
8276 * net/goto-addr.el: Change maintainer to FSF.
8277
8278 * info.el (Info-title-face-alist): Removed.
8279
8280 2000-07-18 David Ponce <david@dponce.com>
8281
8282 * recentf.el (recentf-open-files): New command that works like
8283 `recentf-open-more-files', but shows the whole list of files (not just
8284 those omitted from the menu). Useful if you don't use a menu-bar!
8285 (recentf-open-more-files) Modified to use `recentf-open-files'.
8286
8287 (recentf-open-files, recentf-open-more-files)
8288 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8289
8290 (recentf-dialog-mode): New mode for dialogs. You can now just type
8291 "q" to cancel the dialogs.
8292
8293 2000-07-18 David Ponce <david@dponce.com>
8294
8295 * recentf.el: This is a major update of recentf.el. It adds new
8296 features to better organize the recentf menu and "More..." buffer.
8297
8298 Using new provided menu filtering functions you can now organize the
8299 recent files list:
8300
8301 - by major modes
8302 - by directories
8303 - by user defined rules
8304
8305 Finally, with the new `recentf-filter-changer' customizable filter you
8306 can define a ring of filters and dynamically (via the menu) cycle on
8307 each menu organization in the ring (a la msb).
8308
8309 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8310
8311 * eshell/eshell.el (eshell): Replace links to eshell.info with
8312 links to eshell, to avoid problems on systems where the manual is
8313 installed as `eshell'.
8314 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8315 * eshell/em-smart.el (eshell-smart): Ditto.
8316 * eshell/em-banner.el (eshell-banner): Ditto.
8317 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8318
8319 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8320 same-file check in the MS-DOS version (it does support inodes).
8321
8322 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8323
8324 * eshell/eshell.el (eshell-directory-name):
8325 Run default directory name through convert-standard-filename.
8326
8327 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8328
8329 * international/mule-cmds.el (select-safe-coding-system):
8330 Fix typo in the comment.
8331
8332 * language/european.el (compound-text):
8333 Force katakana-jisx0201 to be designated to G1.
8334
8335 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8336 Don't translate some national variant characters of latin-jisx0201.
8337 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8338
8339 * international/kkc.el (kkc-after-update-conversion-functions):
8340 New variable.
8341 (kkc-update-conversion): Run functions in it at the tail.
8342
8343 2000-07-16 John Wiegley <johnw@gnu.org>
8344
8345 * lisp/align.el (align-newline-and-indent):
8346 Adding new function. for auto-aligning blocks of code on RET.
8347 (align-region): Fixed badly formatted minibuffer message.
8348
8349 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8350
8351 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8352 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8353 the conversion list at first if appropriate.
8354 (kkc-next): Don't update kkc-next-count here.
8355 (kkc-prev): Don't update kkc-prev-count here.
8356 (kkc-show-conversion-list-update): Fix setting up of conversion
8357 list message.
8358
8359 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8360
8361 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8362
8363 2000-07-16 Dave Love <fx@gnu.org>
8364
8365 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8366 function to be more specific.
8367
8368 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8369 non-string help-echo.
8370 (widget-types-convert-widget): Defsubst it.
8371 (widget-echo-help): Try to cope with a help-echo function of two
8372 possible sorts.
8373
8374 2000-07-15 Jason Rumney <jasonr@gnu.org>
8375
8376 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8377 Declare as obsolete.
8378
8379 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8380
8381 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8382
8383 * hilit-chg.el: Fix typo.
8384
8385 2000-07-14 Dave Love <fx@gnu.org>
8386
8387 * info.el (Info-mode-menu): Fix use of :help, :enable.
8388
8389 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8390
8391 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8392
8393 2000-07-13 Dave Love <fx@gnu.org>
8394
8395 * emacs-lisp/easymenu.el: Doc fixes.
8396 (easy-menu-remove): Defalias to ignore.
8397
8398 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8399 Call throw correctly.
8400
8401 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8402
8403 * faces.el (frame-background-mode): Doc fix.
8404
8405 * simple.el (eval-expression-print-length): Change custom type to
8406 allow entering nil as value.
8407
8408 2000-07-13 Dave Love <fx@gnu.org>
8409
8410 * progmodes/fortran.el (fortran-imenu-generic-expression):
8411 Change definition layout.
8412 (fortran-mode-menu): Reinstate customize entries.
8413
8414 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8415 Use :filter, per old XEmacs code.
8416
8417 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8418
8419 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8420 event when deciding what to send to the terminal.
8421
8422 2000-07-12 Dave Love <fx@gnu.org>
8423
8424 * cus-start.el: Add optional version as 4th element of specs and
8425 use it for several things new in v21. Remove load-path. Fix type
8426 of line-number-display-limit.
8427
8428 2000-07-11 Dave Love <fx@gnu.org>
8429
8430 * progmodes/fortran.el: Don't require easymenu.
8431 Use repeat counts in various regexps.
8432 (fortran-mode-syntax-table): Defvar directly.
8433 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8434 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8435 Use defvar, not defconst.
8436 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8437 (fortran-mode): Set fortran-comment-line-start-skip,
8438 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8439 (fortran-comment-indent): Use defsubst.
8440 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8441 Use fortran-comment-indent, not fortran-comment-indent-function.
8442 (fortran-comment-region, fortran-electric-line-number): Simplify.
8443 (fortran-auto-fill): New function.
8444 (fortran-do-auto-fill): Deleted.
8445 (fortran-find-comment-start-skip):
8446 Check for non-null comment-start-skip.
8447 (fortran-auto-fill-mode, fortran-fill-statement):
8448 Use fortran-auto-fill.
8449 (fortran-fill): Use fortran-auto-fill. Check for null
8450 comment-start-skip. Simplify final clause and use end-of-line finally.
8451
8452 * widget.el (widget-plist-member): New alias.
8453
8454 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8455
8456 * eshell/esh-module.el (toplevel): Reference
8457 byte-compile-current-file only if it is bound.
8458
8459 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8460
8461 * dired.el: Don't require `dired-aux'.
8462
8463 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8464
8465 * dired-aux.el (dired-show-file-type): New function.
8466 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8467 (dired-show-file-type): Add autoload.
8468
8469 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/mule-diag.el (describe-font): Adjusted for the
8472 change of fontset-info.
8473 (print-fontset): Likewise.
8474
8475 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8476
8477 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8478
8479 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8480
8481 * bindings.el: Bind `[delete]' to delete-char.
8482
8483 * dired.el (dired-find-alternate-file): New function.
8484 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8485 (toplevel): Require dired-aux when compiling.
8486 (dired-buffers): Move defvar within file to avoid compiler warning.
8487
8488 * info.el (Info-last-search): Variable removed.
8489 (Info-search-history): New variable.
8490 (Info-search): New Info-search-history.
8491
8492 * battery.el, info-look.el: Change author's mail address.
8493
8494 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8495
8496 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8497 if rmail-ignored-headers is nil.
8498 (rmail-retry-failure): Bind rmail-ignored-headers and
8499 rmail-displayed-headers to nil.
8500
8501 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8502
8503 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8504 (print-region-1): Don't hard code `-h' here.
8505
8506 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8507
8508 2000-07-01 Francesco Potorti` <pot@gnu.org>
8509
8510 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8511 exim can use "your message" instead of "the message".
8512
8513 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8514
8515 * facemenu.el: Docstrings fixes.
8516 (facemenu-get-face): Don't use internal-find-face.
8517 (facemenu-iterate): Rename arg to match the docstring.
8518
8519 * newcomment.el (uncomment-region): Be more careful when skipping
8520 backwards over `=' not to bump into BOBP.
8521
8522 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8523
8524 * ediff-diff.el (ediff-wordify): Use syntax table.
8525 * ediff-init.el (ediff-has-face-support-p): Use
8526 ediff-color-display-p.
8527 (ediff-color-display-p): Use display-color-p, changed to defun
8528 from defsubst.
8529 Got rid of special cases for NeXT and OS/2.
8530 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8531 face.
8532
8533 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8534
8535 * emacs-lisp/lucid.el: Require CL.
8536 (copy-tree, remprop): Remove, it's provided by CL.
8537 (map-keymap): Define in terms of cl-map-keymap.
8538 (extent-property, set-extent-end-glyph): New functions.
8539
8540 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8541
8542 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8543
8544 * Makefile.in (DONTCOMPILE): Add comment that the name may
8545 not be changed without changing the make-dist script.
8546
8547 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8548 (cl-mapc): Use mapc instead of cl-old-mapc.
8549
8550 2000-07-05 Andrew Innes <andrewi@gnu.org>
8551
8552 * makefile.nt: Add support for `bootstrap' and related targets.
8553
8554 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8555
8556 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8557 (easy-menu-do-define): Use `menu-item' format.
8558 Handle case where easy-menu-create-menu returns a symbol.
8559 Manually call the potential top-level filter in the function binding.
8560 (easy-menu-filter-return): New arg NAME.
8561 Convert to a keymap if MENU is an XEmacs menu.
8562 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8563 (easy-menu-converted-items-table, easy-menu-convert-item):
8564 New var and fun to memoize easy-menu-convert-item-1.
8565 (easy-menu-do-add-item): Use it.
8566 (easy-menu-create-menu): Use easy-menu-convert-item.
8567 Wrap easy-menu-filter-return around any :filter specification.
8568 Don't convert the menu if a filter was specified.
8569 Tell easy-menu-make-symbol not to check for MENU being an expression.
8570 (easy-menu-make-symbol): New arg NOEXP.
8571
8572 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8573
8574 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8575 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8576 (eval-defun): If called with prefix arg, instrument code for
8577 Edebug.
8578
8579 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8580 similar to that of eval-defun.
8581
8582 2000-07-04 Dave Love <fx@gnu.org>
8583
8584 * hl-line.el (hl-line-overlay): Make it permanent-local.
8585
8586 * calendar/todo-mode.el: Replaced with a working version, based on
8587 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8588
8589 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8590
8591 * paths.el (prune-directory-list): New function.
8592 (Info-default-directory-list): Rewritten to more methodically
8593 enumerate a big list of possible info directories (based on the
8594 list used by the standalone info reader).
8595
8596 * info.el (info-initialize): Use prune-directory-list to remove
8597 non-existent directories from Info-directory-list.
8598
8599 * paths.el (Info-default-directory-list): Try a list of possible
8600 info-directories instead of a single one. Add the possible
8601 info directory "/usr/share/info".
8602
8603 * woman.el (woman-man.conf-path): Explicitly include the debian
8604 man-db config file "/etc/manpath.config".
8605 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8606 are present in `manpath.config'.
8607 (woman-manpath): Include "/usr/share/man".
8608
8609 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8610
8611 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8612
8613 * startup.el (command-line): Initialize blink-cursor based
8614 on window-system.
8615
8616 * frame.el (blink-cursor): Default to nil if not running under
8617 a window-system.
8618
8619 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8620 (face-x-resources): Remove duplicate entry for :font.
8621
8622 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8623 instead of cycling through windows with next-window.
8624
8625 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8626 of cycling through windows with next-window.
8627
8628 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8629 of cycling through windows with next-window.
8630
8631 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8632 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8633 instead of cycling through windows with next-window.
8634
8635 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8636 instead of cycling through windows with next-window.
8637
8638 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8639 of cycling through windows with next-window.
8640
8641 * terminal.el (te-process-output): Use walk-windows instead of
8642 cycling through windows with next-window.
8643
8644 * server.el (server-switch-buffer): Use some-window instead of
8645 cycling through windows with next-window.
8646
8647 * window.el (some-window): New function.
8648 (walk-windows): Remove reference to walk-windows-start.
8649
8650 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8651
8652 2000-07-03 Richard Stallman <rms@gnu.org>
8653
8654 * window.el (walk-windows): Guarantee termination by keeping a list
8655 of all the windows already handled.
8656
8657 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8658
8659 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8660 window-system.
8661
8662 * man.el (Man-notify-when-ready): Don't use window-system. If
8663 Man-notify-method is newframe, and the display is not
8664 multi-frame, select the frame created for the man page.
8665 (Man-init-defvars): Doc fix.
8666
8667 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8668
8669 * faces.el (region): Change background color for light background.
8670
8671 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8672 attribute from mode-line face of Ediff control frame.
8673
8674 * replace.el (query-replace-map): Bind `e' like `E'.
8675
8676 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8677
8678 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8679 Change name to "Select All".
8680
8681 * dos-fns.el (convert-standard-filename): Fix last change.
8682
8683 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8684
8685 * help.el (describe-variable): Don't insert a second `'s' in front
8686 of the string `value is shown below'. Since the syntax-table is
8687 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8688 an existing `'s', so that this won't be deleted.
8689
8690 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8691 * pcmpl-unix.el: New files.
8692
8693 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8694
8695 * wid-edit.el (widget-member): Use the new plist-member.
8696
8697 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8698
8699 * replace.el (perform-replace): Undo change of 2000-04-04.
8700 Instead, move backward 1 character at the end of the loop when
8701 necessary.
8702
8703 * faces.el (fringe): Change face for different backgrounds.
8704
8705 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8706 patch from John.
8707
8708 * eshell/*.el: Change spelling of the Free Software Foundation.
8709
8710 * eshell/esh-toggle.el: Removed.
8711
8712 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8713
8714 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8715 interactively.
8716
8717 2000-06-26 Alex Schroeder <alex@gnu.org>
8718
8719 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8720 `define-key'; instead of checking `(emacs-version)' check for
8721 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8722 for `;' and `o' which might be electric.
8723
8724 (sql-electric-stuff): New user option.
8725 (sql-magic-go): New function which uses `sql-electric-stuff'.
8726 (sql-magic-semicolon): New function which uses
8727 `sql-electric-stuff'.
8728
8729 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8730 is not fboundp.
8731
8732 (sql-oracle-options): New variable.
8733 (sql-oracle): Use it.
8734
8735 (sql-imenu-generic-expression): Doc change.
8736 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8737 is used.
8738
8739 (sql-informix): Added command line parameter "-" to force
8740 sql-informix-program to use stdout.
8741
8742 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8745 (cp864-decode-table): Doc fix.
8746 (cp720-decode-table): New variable, supports the Arabic OEM
8747 codepage used by Windows.
8748 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8749
8750 2000-06-23 Dave Love <fx@gnu.org>
8751
8752 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8753 (font-lock-fontify-anchored-keywords): Use
8754 line-beginning-position.
8755 (global-font-lock-mode): Use mapc.
8756
8757 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * eshell/esh-module.el: Require CL when compiling.
8760
8761 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8762
8763 * comint.el (comint-substitute-in-file-name): Call replace-match
8764 with second and third arg t.
8765
8766 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8767 Specify foreground color.
8768
8769 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8770 color.
8771
8772 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8773
8774 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8775 cddr instead of cdddr.
8776
8777 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8778 instead of copy-list.
8779
8780 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8781 of copy-list.
8782
8783 * subdirs.el: Add eshell subdirectory.
8784
8785 * eshell: New subdirectory containing the Eshell package.
8786
8787 * pcomplete.el: New file.
8788
8789 2000-06-23 Paul Eggert <eggert@twinsun.com>
8790
8791 * mail/mailpost.el (post-mail-send-it): Make sure file has
8792 proper permissions from birth.
8793
8794 * files.el (basic-save-buffer-2): When temporarily setting
8795 file modes, set them to current modes plus 0200, not to 0777.
8796
8797 * emerge.el (emerge-make-temp-file): Make sure file has proper
8798 permissions from birth.
8799
8800 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8801
8802 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8803 backup file name through convert-standard-filename.
8804
8805 * dos-fns.el (convert-standard-filename): Convert leading
8806 directories as well. When long file names are supported, convert
8807 characters that are invalid in Windows file names.
8808
8809 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8810
8811 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8812 ps-print crashes. New feature: page selection for printing. Create
8813 raw-text-unix coding system for XEmacs. Doc fix.
8814 (ps-print-version): New version number (5.2.3).
8815 (ps-plot-region): Bug fix.
8816 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8817 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8818 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8819 funs.
8820 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8821 (ps-last-page): New vars.
8822
8823 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8824
8825 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8826 empty option string.
8827
8828 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * man.el (man): Doc fix.
8831
8832 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8833
8834 * international/mule-cmds.el (set-language-info-alist): Docstring
8835 fixed.
8836
8837 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8838
8839 * version.el (emacs-version): Use ISO date format.
8840
8841 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8842 instead of `M-backspace'.
8843
8844 * simple.el (turn-off-auto-fill): New function.
8845
8846 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8847
8848 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8849 Renamed from with-buffer-prepared-for-font-lock and use
8850 inhibit-modification-hooks rather than setting *-change-functions.
8851 Update all functions to use the new name.
8852 (jit-lock-first-unfontify-pos): New semantics (and doc).
8853 (jit-lock-mode): Make non-interactive.
8854 Don't automatically turn on font-lock.
8855 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8856 Always use jit-lock-after-change.
8857 Remove and restore font-lock-after-change-function.
8858 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8859 (jit-lock-after-unfontify-buffer): Remove.
8860 (jit-lock-stealth-fontify):
8861 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8862 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8863
8864 2000-06-20 Sam Steingold <sds@gnu.org>
8865
8866 * emacs-lisp/cl-indent.el (toplevel): Indent
8867 `print-unreadable-object' properly. Untabify.
8868
8869 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8870
8871 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8872 Support for bibentry.
8873 (reftex-compile-variables): Fixed problem with end of section-re.
8874
8875 * texmodes/reftex-dcr.el (reftex-view-crossref,
8876 reftex-view-crossref-from-bibtex):
8877 Deal with changed `reftex-find-citation-regexp-format'.
8878 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8879 Replaced `remprop' with `put'.
8880 (reftex-view-crossref, reftex-view-crossref-when-idle):
8881 Support for bibentry.
8882
8883 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8884 New entry for bibentry package.
8885
8886 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8887 Regexp also matches "\nobibliography".
8888
8889 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8890 Call `reftex-ensure-write-access' before doing anything.
8891 (reftex-ensure-write-access): New function.
8892
8893 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8894
8895 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8896
8897 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8898
8899 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8900
8901 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8902
8903
8904 2000-06-20 Dave Love <fx@gnu.org>
8905
8906 * faces.el (frame-background-mode): Use set-default, not set, in
8907 setter.
8908 (frame-update-faces, frame-update-face-colors): Define with
8909 defalias.
8910
8911 * enriched.el (enriched-decode-foreground)
8912 (enriched-decode-background): Don't use internal-find-face.
8913
8914 * apropos.el: Doc fixes.
8915
8916 * cus-edit.el (customize-changed-options): Check arg.
8917 (customize-version-lessp): Don't require decimal point.
8918
8919 * custom.el (defcustom, defgroup): Doc fix.
8920
8921 * newcomment.el (comment) <defgroup>: Add :version.
8922 (comment-multi-line): Doc fix.
8923
8924 * emulation/mlsupport.el (define-hooked-local-abbrev,
8925 define-hooked-global-abbrev): Fix, using define-abbrev.
8926
8927 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8928
8929 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8930 the whole buffer.
8931
8932 2000-06-19 Dave Love <fx@gnu.org>
8933
8934 * menu-bar.el (menu-bar-options-save): New function.
8935 (menu-bar-options-menu): Use it.
8936 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8937 Simplify.
8938
8939 2000-06-19 Andreas Schwab <schwab@suse.de>
8940
8941 * progmodes/etags.el (tags-query-replace): Put new parameters
8942 START and END at the end, for backward compatibility.
8943
8944 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8945
8946 * international/codepage.el:
8947 (cp-coding-system-for-codepage-1): Delete special codes for
8948 generating xxx-dos coding system because now a CCL based coding
8949 system can handle EOL conversion by default.
8950
8951 * international/mule.el (make-coding-system): Generate subsidiary
8952 coding systems for EOL handling variants even for a CCL based
8953 coding system.
8954
8955 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8956
8957 * international/isearch-x.el (isearch-minibuffer-input-method)
8958 (isearch-minibuffer-input-method-function): These variables
8959 deleted.
8960 (isearch-with-input-method): Don't use the above variables.
8961 (isearch-process-search-multibyte-characters): Likewise. Call
8962 read-string with the arg INHERIT-INPUT-METHOD t.
8963
8964 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8965
8966 * font-lock.el (font-lock-after-fontify-buffer)
8967 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8968
8969 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8970 Use consistent make-local-variable style for font-lock-fontified.
8971 (jit-lock-fontify-buffer):
8972 Don't bother checking for font-lock-mode and jit-lock-mode.
8973
8974 * time.el: Remove trailing ^M that prevent CVS-merging.
8975
8976 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8977
8978 * Makefile.in (distclean): New target.
8979
8980 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8981
8982 * Makefile.in (srcdir): Define for update-subdirs.
8983
8984 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8985
8986 * find-lisp.el: New file.
8987
8988 2000-06-16 Andrew Innes <andrewi@gnu.org>
8989
8990 * time.el (display-time-mail-function): New variable, to allow
8991 external packages to indicate when new mail is available.
8992 (display-time-update): Use it.
8993
8994 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/mule.el (mule-version): Change version name to
8997 SAKAKI. AOI has already been used by Meadow.
8998
8999 * international/quail.el (quail-show-guidance-buf): To find the
9000 bottom window (but minibuffer), pay attention to the height of
9001 minibuffer.
9002
9003 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9004
9005 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9006 menu-bar menus. Add help strings. Don't remove the Edit menu
9007 from the menu bar, as the menu bar has enough space now.
9008
9009 * Makefile.in (SHELL): Make sure /bin/sh is used.
9010
9011 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9012 characters, which use series of two ^H characters instead of one.
9013
9014 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9015
9016 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9017 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9018 functions.
9019 (Info-find-node-2): Try a case-sensitive search first, then
9020 do a case-insensitive search.
9021
9022 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9023 tutorials.
9024
9025 * complete.el (PC-env-vars-alist): New variable.
9026 (PC-complete-as-file-name): New function.
9027 (partial-completion-mode): Initialize PC-env-vars-alist from
9028 process-environment.
9029 (PC-do-completion): Handle completion of env vars.
9030
9031 * info.el (Info-set-mode-line): Show file name in mode line,
9032 use `*Info*' instead of `Info:'.
9033
9034 * startup.el (command-line-1): Change copyright messages to year
9035 2000.
9036
9037 2000-06-15 Dave Love <fx@gnu.org>
9038
9039 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9040 not local-map.
9041
9042 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9043
9044 * international/mule.el (set-buffer-file-coding-system): Almost
9045 rewritten to handle `undecided' as no-op.
9046
9047 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9048
9049 * Makefile.in: New file.
9050
9051 * Makefile: Removed.
9052
9053 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9054 (goto-address-highlight-keymap): Bind C-c RET.
9055
9056 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9057
9058 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9059 inherits buffer-file-coding-system of the current buffer.
9060
9061 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9062 0. Give correct argument to set-auto-coding-function.
9063 (tar-expunge): For goto-char, use (point-min), not 0.
9064 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9065 (tar-subfile-save-buffer): Likewize.
9066
9067 * international/mule.el
9068 (after-insert-file-set-buffer-file-coding-system): Call
9069 set-buffer-file-coding-system with the arg FORCE t.
9070
9071 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9072
9073 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9074 nil. Contemporary sendmails issue an X-Authentication-Warning if
9075 the sender is set with `-f'.
9076
9077 2000-06-13 Dave Love <fx@gnu.org>
9078
9079 * help.el (describe-function-1): Kluge around cases of functions
9080 fset to subrs whose doc doesn't match their symbol-name.
9081
9082 * image.el (insert-image): Default STRING to a space.
9083
9084 * info.el Doc fixes.
9085 (Info-build-node-completions): Match Ref tags.
9086
9087 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9088
9089 * frame.el (display-multi-frame-p, display-multi-font-p): New
9090 defaliases for display-graphic-p.
9091
9092 * hl-line.el: Fixed a typo in commentary.
9093
9094 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9095
9096 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9097 fixed.
9098
9099 2000-06-12 Dave Love <fx@gnu.org>
9100
9101 * image.el (insert-image): Save a little consing.
9102
9103 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9104
9105 * language/tibet-util.el: Convert all tibetan-1-column characters
9106 to the corresponding tibetan characters.
9107 (tibetan-add-components): Delete code for the special treatment of
9108 'a chung.
9109
9110 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9111 change.
9112 (tibetan-vowel-transcription-alist): More rules added.
9113 (tibetan-composite-vowel-alist): New variable.
9114 (tibetan-precomposition-rule-alist): More rules added.
9115
9116 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9117
9118 * startup.el (command-line): Only call menu-bar-mode if interactive.
9119
9120 * thingatpt.el (toplevel symbol-properties):
9121 * textmodes/makeinfo.el (makeinfo-compile):
9122 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9123 * progmodes/hideif.el (hif-compress-define-list)
9124 (hide-ifdef-use-define-alist):
9125 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9126 (ange-ftp-vms-add-file-entry):
9127 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9128 * man.el (Man-build-man-command):
9129 * mail/rnewspost.el (news-reply-header-hook):
9130 * info.el (Info-insert-dir):
9131 * emulation/mlconvert.el (backward-word, forward-word, setq):
9132 * emacs-lisp/gulp.el (gulp-send-requests):
9133 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9134 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9135 (byte-optimize-apply, end of file):
9136 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9137 (ad-make-freeze-definition):
9138 * startup.el (command-line, command-line-1): Don't quote lambdas.
9139
9140 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9141 (cvs-cleanup-removed): New function.
9142 (cvs-cleanup-functions): New var.
9143 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9144 some flexibility in specifying additional entries to auto-cleanup.
9145 (cvs-quickdir): New function.
9146 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9147 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9148 (cvs-mode-find-file): Check that we are on a filename or dirname
9149 when invoked through a mouse-click.
9150 (cvs-full-path): Remove.
9151 (cvs-dired-action): Re-introduced.
9152 (cvs-dired-noselect): Use it.
9153 (vc-post-command-functions): use this new hook if available.
9154
9155 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9156 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9157 (cvs-filename-map, cvs-dirname-map): Remove.
9158 (cvs-default-action): Remove.
9159 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9160 if the arg is really a keymap.
9161 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9162 Don't hardcode the mapping from state (aka type) to face, but check
9163 the var cvs-fi-<type>-face instead.
9164 (cvs-fileinfo-from-entries): New function.
9165
9166 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9167 Docstring fix.
9168 (cvs-find-file-and-jump): Change default to be safer.
9169 (cvs-mode-diff-map): Define it as a function as well.
9170 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9171 Bind mouse-2 in this global map rather than with text-properties.
9172
9173 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9174 file to resolve the ambiguity between C(conflict) and C(need-merge).
9175
9176 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9177
9178 * international/mule.el (set-buffer-file-coding-system): If
9179 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9180 unconditionally.
9181
9182 2000-06-12 Dave Love <fx@gnu.org>
9183
9184 * wid-edit.el (widget-specify-button): Really suppress the face if
9185 required.
9186
9187 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9188
9189 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9190
9191 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9192
9193 * imenu.el (imenu-generic-expression): Docstring fix.
9194
9195 * composite.el (composition-function-table): Move the `put'
9196 below the autoload cookie so we can load the file before loaddefs.
9197
9198 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9199
9200 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9201 Handle easy-mmode-define-global-mode.
9202 For complex macros like define-minor-mode that can generate
9203 several autoload entries, try to autoload entries in the
9204 macroexpanded code.
9205
9206 * emacs-lisp/easy-mmode.el (define-minor-mode):
9207 If KEYMAP is a symbol, just use it.
9208 Use byte-compile-current-file and load-file-name to infer the
9209 proper :require to pass to defcustom.
9210 Wrap the hook var into `progn' so as not to autoload it.
9211 Add a :autoload-end cookie.
9212 Be more careful about the evaluation of KEYMAP.
9213 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9214 (define-derived-mode): Move define-abbrev-table outside of defvar.
9215
9216 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9217
9218 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9219 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9220 (backup-compiled-files): Ignore errors during `tar'.
9221 (bootstrap): Make autoloads before elc files.
9222
9223 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9224
9225 * international/mule.el (set-buffer-file-coding-system): If one of
9226 undecided-XXX is specified, change only EOL conversion.
9227
9228 * international/mule-conf.el (unix): New alias for the coding
9229 system undecided-unix.
9230
9231 2000-06-09 Dave Love <fx@gnu.org>
9232
9233 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9234
9235 * progmodes/executable.el: Byte compile dynamic.
9236 (executable-insert): Change custom type.
9237 (executable-find): Add autoload cookie.
9238 (executable-make-buffer-file-executable-if-script-p): New
9239 function. After Noah Friedman.
9240
9241 * files.el (after-save-hook): Customize, with
9242 executable-make-buffer-file-executable-if-script-p as an option.
9243
9244 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9245
9246 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9247 "tib24p-mule.bdf" for Tibetan.
9248
9249 * composite.el (decompose-composite-char): Declare it as obsolete.
9250
9251 * man.el (Man-fontify-manpage): Pay attention to underline and
9252 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9253
9254 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9255
9256 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9257 Set maintainer to FSF since author isn't reachable.
9258
9259 2000-06-08 Dave Love <fx@gnu.org>
9260
9261 * international/mule-cmds.el (select-safe-coding-system): If
9262 DEFAULT-CODING-SYSTEM is not specified, also check the most
9263 preferred coding-system if buffer-file-coding-system is
9264 `undecided'. From Handa.
9265
9266 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9267
9268 * international/mule.el
9269 (after-insert-file-set-buffer-file-coding-system): If the buffer
9270 size is greater than INSERTED, judget that we are not visiting.
9271
9272 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9273
9274 * whitespace.el (defgroup whitespace): Comment out `:version'.
9275 XEmacs 20.4 has problems defining the group with this present.
9276 We'll have this commented out till get resolve the problem.
9277
9278 2000-06-07 John Wiegley <johnw@gnu.org>
9279
9280 * align.el (align-dq-string-modes, align-sq-string-modes)
9281 (align-open-comment-modes): Add pyhton-mode.
9282 (align-rules-list): Use get-text-property instead of
9283 text-properties-at.
9284 (align-rules-list): Add python-assignment.
9285 (align-rules-list): Change perl-comma-delimiter to
9286 basic-comma-delimiter. Use if for Perl modes and python-mode.
9287 (align-rules-list): Add python-chain-logic and
9288 basic-line-continuation.
9289
9290 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9291
9292 * apropos.el (apropos-mode-hook): New user variable.
9293 (apropos-mode): Run apropos-mode-hook.
9294
9295 2000-06-07 David Ponce <david@dponce.com>
9296
9297 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9298 commands. Require `wid-edit' at run-time.
9299
9300 2000-06-07 David Ponce <david@dponce.com>
9301
9302 * recentf.el: Added some "Commentary".
9303 (recentf-open-more-files, recentf-edit-list): Minor changes to
9304 move the point at the top of the file list. This behaviour is
9305 consistent with the menu one when the list contains a lot of
9306 files.
9307 (recentf-cleanup): Now displays the number of items removed from
9308 the list.
9309 (recentf-relative-filter) New menu filter to show filenames
9310 relative to `default-directory'.
9311
9312 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9313
9314 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9315 with/without giving an error if PostScript printer doesn't have this
9316 kind of page size. Zebra Stripe continues or restarts on next page.
9317 Manual/automatic paper feeding. Switch or not the header.
9318 (ps-print-version): New version number (5.2.2).
9319 (ps-windows-system): Include emx as a Windows system.
9320 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9321 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9322 (ps-background-text): Code fix.
9323 (ps-error-handler-message, ps-user-defined-prologue)
9324 (ps-print-prologue-header, ps-printer-name)
9325 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9326 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9327 (ps-use-face-background): Customization fix.
9328 (ps-n-up-database): Data fix.
9329 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9330 (ps-switch-header): New vars.
9331 (ps-xemacs-color-name, ps-face-foreground-name)
9332 (ps-face-background-name, ps-boolean-constant): New funs.
9333
9334 2000-06-07 Dave Love <fx@gnu.org>
9335
9336 * allout.el: New version from Manheimer.
9337
9338 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9339
9340 * textmodes/fill.el (fill-find-break-point): Check the validity of
9341 charset.
9342
9343 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9344
9345 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9346 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9347 Call display-color-p and display-mouse-p instead of looking at
9348 window-system.
9349
9350 2000-06-06 Dave Love <fx@gnu.org>
9351
9352 * image.el (find-image): Doc fix. Return nil if image not found.
9353 (put-image, insert-image): Make STRING arg optional.
9354
9355 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9356
9357 * language/vietnamese.el: Remove eval-when-compile.
9358 (viet-viscii-nonascii-translation-table): Define it as a
9359 translation table made from viet-viscii-decode-table.
9360 (viet-viscii-encode-table): Define it as a translation table made
9361 from the reverse map of above.
9362 (viet-vscii-nonascii-translation-table): Define it as a
9363 translation table made from viet-vscii-decode-table.
9364 (viet-vscii-encode-table): Define it as a translation table made
9365 from the reverse map of above.
9366 (ccl-decode-viscii): Use translate-character.
9367 (ccl-encode-viscii, ccl-encode-viscii-font)
9368 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9369 Likewize.
9370
9371 * language/cyrillic.el: Remove eval-when-compile.
9372 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9373 translation table made from cyrillic-koi8-r-decode-table.
9374 (cyrillic-koi8-r-encode-table): Define it as a translation table
9375 made from the reverse map of above.
9376 (ccl-decode-koi8): Use translate-character.
9377 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9378 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9379 a translation table made from cyrillic-alternativnyj-decode-table.
9380 (cyrillic-alternativnyj-encode-table): Define it as a translation
9381 table made from the reverse map of above.
9382 (ccl-decode-alternativnyj): Use translate-character.
9383 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9384 Likewize
9385
9386 * international/mule-diag.el (non-iso-charset-alist): Specify
9387 translation table symbol instead of translation table itself.
9388 (list-block-of-chars): CHARSET may be a translation table symbol.
9389
9390 * international/mule.el (make-coding-system): If CODING-SYSTEM
9391 already exists, override it.
9392
9393 * international/fontset.el: Use family `proportional' for Tibetan
9394 fonts.
9395
9396 * international/ccl.el (ccl-compile-translate-character): Don't
9397 check if Rrr has property translation-table.
9398 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9399
9400 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9401
9402 * info.el: Bind case-fold-search to t when searching in case
9403 a user sets it to nil in a hook.
9404
9405 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9406
9407 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9408 * hl-line.el (hl-line-mode): Use the new :global key argument.
9409
9410 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9411 (tar-clip-time-string): Prepend a space.
9412 (tar-grind-file-mode): Construct a string rather than modifying one.
9413 (tar-header-block-summarize): Fix docstring.
9414 Use `format' rather than an error-prone set of copy-loops.
9415
9416 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9417 (diff-goto-source, diff-unified->context, diff-context->unified)
9418 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9419 understand the format output by the `-p' argument to diff.
9420
9421 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9422 (sh-re-done): Use defconst.
9423 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9424 (sh-help-string-for-variable, sh-guess-basic-offset):
9425 Don't quote lambdas.
9426 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9427 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9428
9429 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9430 (mh-letter-mode): Derive from text-mode.
9431 This implicitly means that it now calls kill-all-local-variables.
9432 Also remove the Emacs-18 compatibility code.
9433
9434 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9435 Make use of symbol-property doc-string-elt.
9436 Use memq rather than a sequence of eq.
9437 (doc-string-elt): Fix the wrong or missing previously unused values.
9438 (autoload-print-form): New function extracted from
9439 generate-file-autoloads to allow recursion when handling progn
9440 so that defvar's and defun's docstrings are properly printed.
9441 (generate-file-autoloads): Use it.
9442
9443 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9444 Use find-file-hooks in the minor-mode function.
9445 Be careful not to loop indefinitely in the post-command-hook function.
9446
9447 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9448
9449 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9450 tty's.
9451 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9452 differences whenever appropriate.
9453 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9454 * viper.el (find-file, find-file-other-window): Get viper to do
9455 wildcards.
9456
9457 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9458
9459 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9460 (jit-lock-fontify-buffer): New function for JIT refontification.
9461 (jit-lock-mode): Fix docstring.
9462 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9463 Remove jit-lock-after-change from the _local_ hook.
9464 (jit-lock-function-1): Fix docstring.
9465
9466 * info.el (Info-on-current-buffer): Initialize info.
9467
9468 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9469
9470 * progmodes/tcl.el (tcl-indent-for-comment):
9471 Ignore comment-indent-hook.
9472
9473 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9474 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9475 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9476 and improve to use the lighter to guess the capitalization.
9477 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9478 Add keyword arguments to specify global-ness or the custom group.
9479 Add local-map and help-echo properties to the lighter.
9480 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9481 (easy-mmode-define-global-mode): New macro.
9482
9483 2000-06-02 Dave Love <fx@gnu.org>
9484
9485 * wid-edit.el: byte-compile-dynamic since we typically don't use
9486 all the widgets. Don't require cl or widget. Remove
9487 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9488 (widget-read-event): Removed. Callers changed to use read-event.
9489 (widget-button-release-event-p): Renamed from
9490 button-release-event-p.
9491 (widget-field-add-space, widget-field-use-before-change):
9492 Uncustomize.
9493 (widget-specify-field): Use keymap property, not local-map.
9494 (widget-specify-button): Obey :suppress-face.
9495 (widget-specify-insert): Use modern backquote syntax.
9496 (widget-image-directory): Renamed from widget-glyph-directory.
9497 (widget-image-enable): Renamed from widget-glyph-enable.
9498 (widget-image-find): Replaces widget-glyph-find.
9499 (widget-button-pressed-face): Move defvar.
9500 (widget-image-insert): Replaces widget-glyph-insert.
9501 (widget-convert): Use keywordp.
9502 (widget-leave-text, widget-children-value-delete): Use mapc.
9503 (widget-keymap): Remove XEmacs stuff.
9504 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9505 (widget-button-click): Don't set point at the click, but re-centre
9506 if we scroll out of window. Rewritten for images v. glyphs &c.
9507 (widget-tabable-at): Use POS arg, not point.
9508 (widget-beginning-of-line, widget-end-of-line)
9509 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9510 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9511 (widget-default-create): Use widget-image-insert; some rewriting.
9512 (widget-visibility-value-create)
9513 (widget-push-button-value-create, widget-toggle-value-create): Use
9514 widget-image-insert.
9515 (checkbox): Create on and off images dynamically.
9516 (documentation-link): Change :help-echo.
9517 (widget-documentation-link-echo-help): Remove.
9518
9519 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9520
9521 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9522
9523 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9524 (easy-mmode-define-toggle, define-minor-mode): Use it.
9525 (easy-mmode-define-keymap): Docstring fix.
9526 (define-derived-mode): Default PARENT to fundamental-mode.
9527 Add the derived-mode-parent symbol-property.
9528 (easy-mmode-derived-mode-p): New function.
9529
9530 2000-06-02 Dave Love <fx@gnu.org>
9531
9532 * files.el (convert-standard-filename): Doc fix.
9533 (normal-backup-enable-predicate): New function.
9534 (backup-enable-predicate): Use it to replace the lambda form.
9535
9536 * calendar/todo-mode.el: [This needs more work on the outline
9537 stuff.] Doc fixes.
9538 (todo) <defgroup>: Add :version.
9539 (todo-add-category): Don't use pushnew.
9540 (todo-cmd-raise): Fix typo.
9541 (todo-top-priorities): Change temp buffer name.
9542 (todo-category-alist): Avoid redundant lambda.
9543 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9544 Use outline-next-heading.
9545
9546 * autoarg.el: Rewritten to use define-minor-mode.
9547 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9548 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9549
9550 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9551
9552 * isearch.el (isearch-other-meta-char): Fix previous change.
9553
9554 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9555
9556 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9557 (log-edit-done): Only add the comment to the ring if it's different
9558 from the last comment entered.
9559
9560 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9561
9562 2000-06-01 Dave Love <fx@gnu.org>
9563
9564 * hl-line.el: Rewritten using define-minor-mode.
9565
9566 * help.el (describe-function-1): Distinguish special form from
9567 builtin function. Sanity-check presence of arglist for builtins.
9568
9569 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9570
9571 * international/characters.el: Fix syntax/category setting of
9572 Tibetan characters.
9573
9574 * language/tibet-util.el (tibetan-add-components): Fixes for new
9575 encoding of Tibetan characters.
9576 (tibetan-decompose-precomposition-alist): New variable.
9577 (tibetan-decompose-region): Convert precomposed characters to
9578 non-precomposed characters.
9579 (tibetan-decompose-string): Likewise.
9580 (tibetan-composition-function): Fix args to
9581 thibetan-compose-string.
9582
9583 * language/tibetan.el (tibetan-composable-pattern): More
9584 characters included.
9585 (tibetan-consonant-transcription-alist): Rule for "R" added.
9586 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9587 "+R" added.
9588 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9589
9590 * language/lao-util.el (lao-composition-function): Fix args to
9591 compose-string.
9592
9593 * language/thai-util.el (thai-composition-function): Fix args to
9594 compose-string.
9595
9596 * isearch.el (isearch-update): Set disable-point-adjustment to t
9597 to prevent the point moving to the end of a composition when a
9598 part of a composition is searched.
9599 (isearch-other-meta-char): If the key invoking this command can be
9600 mapped by function-key-map to a printing char, call
9601 isearch-process-search-char directly.
9602
9603 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9604
9605 * emacs-lisp/bytecomp.el:
9606 * frame.el:
9607 * international/mule-cmds.el:
9608 * international/mule-util.el:
9609 * international/mule.el:
9610 * mouse.el:
9611 * subr.el:
9612 * faces.el: Update calls to make-obsolete with a WHEN argument.
9613
9614 * byte-run.el (make-obsolete, make-obsolete-variable):
9615 Add an optional WHEN argument and change the format of the
9616 symbol-property information.
9617 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9618 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9619 new obsolete-symbol-property format and print WHEN if it is provided.
9620
9621 2000-05-31 Dave Love <fx@gnu.org>
9622
9623 * loadhist.el (loadhist-hook-functions): Remove
9624 before-change-function, after-change-function.
9625 (unload-feature): Deal with symbols which are both bound and
9626 fbound.
9627
9628 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9629 before-change-function, after-change-function.
9630
9631 * simple.el (newline): Don't bind before-change-function,
9632 after-change-function.
9633
9634 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9635
9636 * whitespace.el (whitespace-rescan-timer-time): Update interval
9637 set to 600 seconds (10 minutes) instead of 60 seconds since
9638 a large number of whitespace buffers causes emacs to `freeze'
9639 for a considerable amount of time.
9640
9641 * whitespace.el: Updated email address
9642
9643 2000-05-31 Dave Love <fx@gnu.org>
9644
9645 * add-log.el (change-log-font-lock-keywords) <function>: Add
9646 pattern for function of change.
9647 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9648 acknowledgements patterns.
9649
9650 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9651
9652 * isearch.el (isearch-printing-char): If keyboard coding system is
9653 being used, call isearch-process-search-multibyte-characters.
9654
9655 * international/isearch-x.el: Mostly rewritten.
9656
9657 * international/quail.el (quail-start-conversion): Don't include
9658 unhandled events in the returned events, but set them in
9659 unread-command-events. Exit if all inputs are deleted.
9660
9661 2000-05-30 Jason Rumney <jasonr@gnu.org>
9662
9663 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9664
9665 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9666 Reenable code to create initial fontsets.
9667 Use set-fontset-font in place of put-charset-property.
9668
9669 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9670
9671 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9672 label, ensure that the first colon isn't followed by another.
9673
9674 * paths.el (Info-default-directory-list): Doc fix.
9675
9676 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9677 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9678 send a query containing USER only, not USER@HOST.
9679
9680 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9681 and rmail-msgend to compute the restriction at the end, instead of
9682 computing it.
9683
9684 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9685
9686 * dabbrev.el (dabbrev-expand): Don't display messages in the
9687 echo area if the minibuffer window is active.
9688
9689 * jit-lock.el (jit-lock-mode): Add after change function to
9690 local hook.
9691
9692 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9693
9694 * antlr-mode.el: New commands: hide/unhide actions,
9695 upcase/downcase literals.
9696 (antlr-tiny-action-length): New user option.
9697 (antlr-hide-actions): New command. Suggested by
9698 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9699 (antlr-mode-map): New binding [C-c C-v].
9700 (antlr-mode-menu): New entries.
9701 (antlr-downcase-literals): New command.
9702 (antlr-upcase-literals): Ditto.
9703
9704 * antlr-mode.el: Minor changes: indendation, mode-name.
9705 (antlr-indent-line): Indent cpp directive at column 0.
9706 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9707
9708 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9709 (antlr-font-lock-additional-keywords): Workaround for intentional
9710 bug in XEmacs version of font-lock.
9711 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9712 be used by a smarter version of `buffers-menu-grouping-function'.
9713
9714 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9715
9716 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9717 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9718
9719 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9720
9721 * international/encoded-kb.el
9722 (encoded-kbd-iso2022-designation-map): Pay attention to that
9723 charset-iso-final-char return -1 for eight-bit-control and
9724 eight-bit-graphic.
9725
9726 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9729 (speedbar-easymenu-definition-base): Use display-graphic-p where
9730 available, instead of window-system.
9731
9732 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9735 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9736 coding systems.
9737
9738 2000-05-26 Dave Love <fx@gnu.org>
9739
9740 * disp-table.el (standard-display-underline): Don't use
9741 internal-find-face.
9742
9743 * mail/reporter.el: Maintainer change. Doc fixes.
9744 (reporter-version): Deleted.
9745
9746 * emacs-lisp/elp.el: Maintainer change.
9747 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9748
9749 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9750
9751 * add-log.el (add-change-log-entry): Merge the current entry with the
9752 previous one if the previous one is empty.
9753
9754 2000-05-26 Dave Love <fx@gnu.org>
9755
9756 * loadhist.el (unload-feature): Fix interactive spec [from
9757 lijnzaad@ebi.ac.uk].
9758
9759 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9760 subr-arity to check primitives.
9761 (byte-compile-flush-pending, byte-compile-file-form-progn)
9762 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9763 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9764 mapcar.
9765
9766 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9767
9768 * international/fontset.el: Set family names of non-latin charsets
9769 in default fontset to "*".
9770
9771 * international/mule-diag.el (print-fontset): Combine family part
9772 and registry part of the fontname by "-*-" instead of "-".
9773
9774 * international/mule-cmds.el (encode-coding-char): Make strings
9775 multibyte before calling encode-coding-string.
9776
9777 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9778
9779 * derived.el: Fix keywords.
9780 (define-derived-mode): Only define if needed.
9781
9782 * simple.el (fill-comment, comment-column, comment-start)
9783 (comment-start-skip, comment-end, comment-indent-function)
9784 (block-comment-start, block-comment-end, indent-for-comment)
9785 (set-comment-column, kill-comment, comment-padding, comment-region)
9786 (comment-multi-line, indent-new-comment-line): Remove.
9787
9788 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9789 function names for comment operations.
9790
9791 * newcomment.el: Add abundant autoload cookies.
9792 (comment-style): Don't depend on runtime data at compile-time.
9793 (comment-indent-hook): Remove.
9794 (comment-indent): Check if comment-indent-hook is bound.
9795 (comment-region): Docstring fix.
9796
9797 2000-05-25 Dave Love <fx@gnu.org>
9798
9799 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9800 byte-code-function-p.
9801
9802 * mail/rmailsum.el: Add provide.
9803
9804 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9805
9806 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9807 defcustom.
9808
9809 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9810
9811 * ediff-diff.el (ediff-exec-process): delete --binary option from
9812 non-buffer ediff jobs.
9813
9814 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9815
9816 * hilit-chg.el (highlight-changes-mode): Ask about color or
9817 grayscale support, not about window-system.
9818
9819 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9820 window-system.
9821 (ffap-highlight): Always default to t.
9822
9823 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9824 display-popup-menus-p instead of looking at window-system.
9825
9826 * disp-table.el (standard-display-g1, standard-display-graphic):
9827 Only refuse to use string glyphs on X and MS-Windows.
9828
9829 * avoid.el: Remove window-system from commentary, suggest to use
9830 display-*-p instead.
9831
9832 * apropos.el (apropos-print): Use display-mouse-p instead of
9833 window-system.
9834
9835 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * international/codepage.el (cp-decoding-vector-for-codepage):
9838 Fill up unsupported characters with their own codes. From Kenichi
9839 Handa.
9840
9841 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9842
9843 * international/mule-diag.el (describe-char-after): Use
9844 display-graphic-p instead of window-system, so that this function
9845 works on MS-DOS.
9846
9847 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * international/codepage.el (cp-make-coding-systems-for-codepage):
9850 Remove the eight-bit-graphic and eight-bit-control charsets from
9851 the list of charsets which we convert into `?'.
9852
9853 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9854
9855 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9856 private charsets.
9857 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9858 japanese-jisx0213-2): New charsets.
9859
9860 * international/fontset.el: Setup default fontset for new charsets.
9861
9862 2000-05-24 Dave Love <fx@gnu.org>
9863
9864 * info.el (Info-find-node-2): Restructure [following "Vadim
9865 S. Solomin" <sovs@uic.nnov.ru>].
9866
9867 * icomplete.el: Fix header for Finder.
9868
9869 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9870
9871 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9872 STAY.
9873
9874 * rmail.el (rmail-automatic-folder-directives): New user variable.
9875 (rmail-show-message): Add call to `rmail-auto-file' during
9876 display.
9877 (rmail-auto-file): New function.
9878
9879 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9880
9881 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9882 account.
9883 (ediff-test-utility,ediff-diff-mandatory-option)
9884 (ediff-reset-diff-options): Utilities for proper initialization of
9885 ediff-diff-options and ediff-diff3-options on Windows.
9886
9887 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9888 variable.
9889
9890 * ediff-mult.el (ediff-filegroup-action): Use
9891 ediff-merge-filename-prefix.
9892
9893 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9894
9895 * viper-ex.el (ex-write): Set selective display to nil.
9896
9897 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9900 aliases for hebrew-iso-8bit.
9901
9902 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9903
9904 * woman.el: New version from Francis J. Wright
9905 <F.J.Wright@Maths.QMW.ac.uk>.
9906 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9907 names in environment variables regardless of the path separator.
9908 (woman-topic-all-completions-1): Don't call file-name-directory-p
9909 on all files, since woman-file-regexp already filters out any
9910 directories.
9911
9912 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9913
9914 * international/quail.el (quail-start-translation): Don't change
9915 modified-p of the current buffer.
9916 (quail-start-conversion): Likewise.
9917
9918 * international/kkc.el (kkc-region): Don't change modified-p of
9919 the current buffer.
9920
9921 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9922 conform to RFC1468.
9923 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9924
9925 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9926
9927 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9928 (speedbar-insert-button): Invisible text property fix.
9929 (speedbar-directory-plus): Renamed from speedbar-directory-+
9930 (speedbar-directory-minus): Renamed from speedbar-directory--
9931 (speedbar-page-plus): Renamed from speedbar-file-+
9932 (speedbar-page-minus): Renamed from speedbar-file--
9933 (speedbar-page): Renamed from speedbar-file-
9934 (speedbar-tag): Renamed from speedbar-tag-
9935 (speedbar-tag-plus): Renamed from speedbar-tag-+
9936 (speedbar-tag-minus): Renamed from speedbar-tag--
9937 (speedbar-expand-image-button-alist): Use above renames.
9938
9939 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9940 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9941 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9942 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9943 * sb-pg.xpm: Renamed from sb-file.xpm
9944 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9945 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9946
9947 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9948
9949 * international/quail.el (quail-show-guidance-buf): Set
9950 current-input-method of the guidance buffer to the name of the
9951 curren input method.
9952
9953 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9954
9955 * progmodes/compile.el (compile-internal): Style typo.
9956
9957 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9958 quote vars and functions in the docstring.
9959
9960 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9961
9962 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9963 Don't quote lambdas.
9964
9965 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9966
9967 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9968
9969 * startup.el (command-line): Determine source file of compiled
9970 user init file differently. Warn if compiled user init file
9971 is older than its source file.
9972
9973 * ffap.el (ffap-url-regexp): Add `https'.
9974
9975 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9976
9977 * files.el (make-backup-file-name-1): Replace slashes with `!'
9978 rather than `|' (which is not allowed on Windows). Replace the
9979 drive letters with a string "drive_X".
9980
9981 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9982
9983 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9984
9985 * files.el (interpreter-mode-alist): Add `bash2'.
9986
9987 2000-05-22 Dave Love <fx@gnu.org>
9988
9989 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9990 mapc.
9991 (feature-file): Avoid calling symbol-name. Doc fix.
9992 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9993 (loadhist-hook-functions): Add mouse-position-function.
9994 (unload-feature): Change uses of mapcar.
9995
9996 * files.el (parse-colon-path): Doc fix.
9997 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9998 (set-auto-mode): Use mapc.
9999
10000 * complete.el (PC-look-for-include-file): Use :alnum: character
10001 class.
10002 (partial-completion-mode): Add autoload cookie.
10003
10004 2000-05-22 Sam Steingold <sds@gnu.org>
10005
10006 * info.el (Info-fontify-node): Fixed the call to
10007 `add-text-properties' (bug introduced on 2000-05-18).
10008
10009 2000-05-22 Dave Love <fx@gnu.org>
10010
10011 * bindings.el: Remove debug-ignored-errors set in other files.
10012
10013 * progmodes/etags.el: Add to debug-ignored-errors.
10014 (visit-tags-table-buffer): Clear out buffers holding old tables
10015 when making a new list.
10016 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10017 mapc.
10018
10019 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10020 quote keywords.
10021 (cmpl-string-case-type): Use character classes.
10022
10023 * comint.el:
10024 * textmodes/ispell.el:
10025 * imenu.el:
10026 * mail/mh-e.el:
10027 * progmodes/compile.el: Add to debug-ignored-errors.
10028
10029 * dabbrev.el: Add to debug-ignored-errors.
10030 (dabbrev-completion): Use mapc.
10031
10032 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10033
10034 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10035 (woman-mapcan, woman-parse-man.conf)
10036 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10037 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10038 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10039 path syntax better.
10040 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10041 (woman-manpath): Call woman-parse-man.conf.
10042 (woman-emulation): New defcustom, defaults to nroff.
10043 (woman-font-support): New defconst.
10044 (woman-use-symbol-font): New defcustom.
10045 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10046 "Emulation".
10047 Many functions: Doc fix.
10048
10049 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10050
10051 * international/quail.el (quail-simple-translation-keymap): Map
10052 128..255 to quail-self-insert-command.
10053 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10054
10055 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10056
10057 * help.el (help-manyarg-func-alist): Typo.
10058
10059 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10060 intervals which makes it heaps simpler.
10061
10062 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10063 the nested comment markers.
10064
10065 * subr.el (remove-hook): Don't turn the hook's value into a list.
10066
10067 2000-05-21 Dave Love <fx@gnu.org>
10068
10069 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10070 are invalid characters.
10071
10072 * international/mule-util.el (detect-coding-with-priority): Use
10073 mapc. Remove redundant lambda.
10074
10075 * international/mule-diag.el (list-non-iso-charset-chars)
10076 (describe-fontset): Remove redundant lambda.
10077
10078 * emulation/crisp.el (brief-mode): New alias.
10079
10080 * emacs-lisp/ring.el (ring-elements): New function.
10081
10082 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10083 (easy-menu-do-add-item): Use keywordp.
10084
10085 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10086
10087 * replace.el: Doc and error message fixes.
10088 (replace-highlight): Use facep, not internal-find-face.
10089
10090 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10091
10092 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10093
10094 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10095 (log-edit-insert-changelog): Drop `:' as well.
10096
10097 * log-view.el: Fix file description.
10098 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10099 available.
10100 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10101 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10102
10103 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10104 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10105 Print a status message if the toggle is called interactively.
10106 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10107 for global minor modes and use `defcustom' for them.
10108 Use add-minor-mode.
10109 (easy-mmode-define-derived-mode): Remove.
10110 (define-derived-mode): Fancier default docstring.
10111 (easy-mmode-define-navigation): Signal an error rather than (ding).
10112
10113 * newcomment.el (comment-styles): New `box-multi'.
10114 (comment-normalize-vars): Better default for comment-continue to
10115 avoid whitespace-only continuations.
10116 (comment-search-forward): Always move even in the no-syntax case.
10117 (comment-padright): Only obey N if it's only obeyed for padleft.
10118 (comment-make-extra-lines): Better handling of empty continuations.
10119 Use `=' for the filler if comment-start has only one character.
10120 (uncomment-region): Try handling the special `=' filler.
10121 (comment-region): Allow LINES even if MULTI is nil.
10122 (comment-box): Choose box style based on comment-style.
10123
10124 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10125
10126 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10127 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10128
10129 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10130
10131 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10132 and insert, not subst-char-in-region.
10133
10134 * international/mule-diag.el (list-character-sets-1): Handle
10135 charsets eight-bit-control and eight-bit-graphic.
10136 (list-iso-charset-chars): Likewise.
10137 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10138 charactes as is. Use indent-to to align characters.
10139
10140 * international/mule-cmds.el (find-multibyte-characters): Never
10141 exclude charsets eight-bit-control and eight-bit-graphic.
10142
10143 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10144
10145 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10146 Don't quote lambdas.
10147
10148 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10149
10150 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10151
10152 * gud.el (gud-jdb-directories): Doc fix.
10153
10154 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10155
10156 * newcomment.el: New file.
10157
10158 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10159
10160 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10161
10162 2000-05-18 Andreas Schwab <schwab@suse.de>
10163
10164 * dired.el (dired-between-files): Also skip lines beginning with
10165 `used'.
10166
10167 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10168
10169 * msb.el (msb-menu-cond): Add choice `user'.
10170
10171 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10172
10173 * ps-print.el: Compatibility, customization and doc fix.
10174 (ps-printer-name-option): Replace defconst by defvar.
10175 (ps-postscript-code-directory): XEmacs compatibility.
10176 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10177 fix.
10178 (ps-user-defined-prologue, ps-print-prologue-header)
10179 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10180 compatibility and code fix.
10181 (ps-print-background-image, ps-print-background-text):
10182 Customization fix.
10183 (ps-line-number-start, ps-n-up-on): New vars.
10184
10185 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10186
10187 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10188 the indent-comment function to just return the appropriate indent.
10189
10190 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10191
10192 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10193 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10194 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10195
10196 2000-05-18 Dave Love <fx@gnu.org>
10197
10198 * info.el (Info-fontify-node): Add intangible property as well as
10199 invisible.
10200
10201 * calendar/appt.el (appt-make-list): Match all lines of entry.
10202 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10203
10204 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10205
10206 * international/mule-diag.el (describe-char-after): Call
10207 internal-char-font, not char-font. If internal-char-font returns
10208 nil, display "-- none --".
10209
10210 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10211
10212 * image.el (image-type-available-p): Don't reference image-types
10213 if it isn't bound.
10214
10215 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10216
10217 * autoarg.el (autoarg-mode): Typo in the :set argument.
10218
10219 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10220
10221 * startup.el (command-line-1): Don't signal an error if the
10222 directory for auto-save-list files does not yet exist.
10223
10224 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10225
10226 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10227
10228 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10229
10230 * subr.el (remove-hook): `setq' hook-value, not `set'.
10231
10232 2000-05-16 Sam Steingold <sds@gnu.org>
10233
10234 * info.el (debug-ignored-errors): More errors to ignore.
10235
10236 2000-05-16 Dave Love <fx@gnu.org>
10237
10238 * cus-edit.el: Don't require cl or easymenu.
10239 (custom-variable-prompt): Test standard-value property, not
10240 user-variable-p.
10241
10242 2000-05-16 Sam Steingold <sds@gnu.org>
10243
10244 * subr.el (add-hook): `setq' hook-value, not `set'.
10245
10246 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10247
10248 * startup.el (command-line-1): Mention the FAQ in the startup
10249 message.
10250
10251 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10252
10253 * progmodes/compile.el (compilation-parse-errors): Collect
10254 `nomessage' regexps last.
10255
10256 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10257
10258 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10259 to the function name.
10260
10261 2000-05-15 Dave Love <fx@gnu.org>
10262
10263 * speedbar.el (speedbar-recenter): Typo.
10264 (speedbar-expand-line): Make arg optional.
10265 (speedbar-mode): Avoid a compiler warning.
10266
10267 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10268
10269 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10270 user-specified option string is empty.
10271
10272 * mouse.el (mouse-yank-at-click): Doc fix.
10273
10274 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10275
10276 * term/internal.el (IT-character-translations): More updates of
10277 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10278 documents.
10279
10280 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10281
10282 * env.el (getenv): New function, interactively callable.
10283 (setenv, getenv): Remove autoload cookies.
10284
10285 * loadup.el: Load `env'.
10286
10287 * progmodes/f90.el: Change author's mail address.
10288
10289 2000-05-14 Dave Love <fx@gnu.org>
10290
10291 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10292 goto-addr as an option.
10293
10294 * help.el (help-xref-stack): Doc fix.
10295 (help-xref-following): New variable.
10296 (help-make-xrefs): Use it.
10297 (help-xref-go-back): Use position information from stack element.
10298 (help-follow): Make position in stack element a pair. Use
10299 help-xref-following.
10300
10301 * autoarg.el: New file.
10302
10303 * faces.el: Declare more functions obsolete.
10304
10305 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10306 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10307 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10308 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10309 Remove all the setup-...-environment functions.
10310
10311 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10312
10313 * speedbar.el: Updated the commentary section. xemacs20p now uses
10314 >= when detecting. Require `defimage' safely.
10315 (speedbar-easymenu-definition-base): Add toggle for images.
10316 (speedbar-easymenu-definition-special): Add flush cache & expand.
10317 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10318 (speedbar-reconfigure-keymaps-hook): New variable.
10319 (speedbar-frame-parameters): Updated documentation.
10320 (speedbar-use-imenu-flag): Updated custom tag
10321 (speedbar-dynamic-tags-function-list): New variable.
10322 (speedbar-tag-hierarchy-method): Updated doc & custom.
10323 (speedbar-indentation-width, speedbar-indentation-width) New
10324 variables.
10325 (speedbar-hide-button-brackets-flag): Customizable.
10326 (speedbar-vc-indicator): Doc update.
10327 (speedbar-ignored-path-expressions): Updated default value.
10328 (speedbar-supported-extension-expressions): Updated default value.
10329 (speedbar-syntax-table): Remove {} paren status.
10330 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10331 as "+". Added overlay aliases.
10332 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10333 `force-mode-line-update'.
10334 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10335 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10336 `mouse-set-point'
10337 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10338 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10339 of arbitrary text, and new helper functions.
10340 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10341 filename finder.
10342 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10343 (speedbar-directory-buttons): Update path search/expansion.
10344 (speedbar-make-tag-line): Pay attention to
10345 `speedbar-indentation-width'. Use more care w/ invisible
10346 properties.
10347 (speedbar-change-expand-button-char): Call
10348 `speedbar-insert-image-button-maybe'.
10349 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10350 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10351 (speedbar-trim-words-tag-hierarchy)
10352 (speedbar-simple-group-tag-hierarchy): New functions
10353 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10354 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10355 functions.
10356 (speedbar-mouse-set-point): New function
10357 (speedbar-power-click): Updated documentation.
10358 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10359 of tag prefix text.
10360 (speedbar-expand-line, speedbar-contract-line): Make more robust
10361 to strange text.
10362 (speedbar-expand-line): Takes universal argument to flush the
10363 cache.
10364 (speedbar-flush-expand-line): New function.
10365 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10366 Use new generator insertion method.
10367 (speedbar-fetch-dynamic-tags): New function.
10368 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10369 `speedbar-fetch-dynamic-imenu'.
10370 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10371 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10372 "Revert Buffer" menu items.
10373 (speedbar-buffer-buttons-engine): Be smarter when creating a
10374 filename tag (for expansion purposes.).
10375 (speedbar-highlight-one-tag-line,
10376 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10377 (speedbar-recenter): New functions.
10378 (defimage-speedbar): Image loading abstraction.
10379 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10380 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10381 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10382 (speedbar-tag-type, speedbar-tag-mail): New images.
10383 (speedbar-expand-image-button-alist): New variable.
10384 (speedbar-insert-image-button-maybe): Insert an image over some
10385 buttons.
10386
10387 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10388
10389 * international/mule-cmds.el (encode-coding-char): An ASCII
10390 character is always encodable.
10391
10392 * international/mule-conf.el: Add more information in descriptions
10393 of character sets.
10394
10395 * international/mule-diag.el (describe-char-after): New function.
10396 (describe-font-internal): Adjusted for the change of font-info.
10397 (describe-font): Likewise.
10398 (print-fontset): Rewritten for the new fontset implementation.
10399 (describe-fontset): Include fontset alias names in completion.
10400 (list-fontsets): Adjusted for the change of print-fontset.
10401
10402 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10403 describe-char-after instead of displaying the detail in the echo
10404 area.
10405 (syntax-code-table): Format changed.
10406 (string-to-syntax): Adjusted for the above change.
10407
10408 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10409
10410 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10411
10412 2000-05-12 Dave Love <fx@gnu.org>
10413
10414 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10415 dependence. Use line-{beginning,end}-position, not
10416 point-at{b,e}ol. Some doc fixes.
10417 (todo-position): New function. Fix callers of position to use it.
10418 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10419
10420 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10421
10422 * time.el (display-time-mail-icon): Use `:ascent center'.
10423
10424 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10425 handling FTP security extensions.
10426
10427 2000-05-11 Dave Love <fx@gnu.org>
10428
10429 * calendar/todo-mode.el: New file.
10430
10431 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10432
10433 * comint.el (comint-read-input-ring): Move reference to
10434 comint-input-ring-size outside of the save-excursion. It was
10435 causing the default value to be the only one ever seen.
10436
10437 * font-lock.el: Update copyright. Remove Simon Marshall's email
10438 address on request from him.
10439
10440 * subr.el (substitute-key-definition): Add comment describing
10441 the meaning of PREFIX.
10442
10443 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10444
10445 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10446
10447 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10448 (add-minor-mode): Don't make the variable buffer-local and add a
10449 reference to define-minor-mode in the docstring.
10450
10451 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10452 HEADER/FOOTER and fix bug with trailing empty directory.
10453 (cvs-append-to-ignore): Use vc-editable-p if available.
10454 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10455 (vc-do-command): Tweak advice to handle the new VC.
10456
10457 * log-view.el (log-view-goto-rev): New function for the new VC.
10458 (log-view-minor-wrap): Use mark-active.
10459
10460 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10461 (log-edit-changelog-full-paragraphs): New var.
10462 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10463 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10464 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10465 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10466 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10467 Replace the `cvs' prefix with `log-edit'.
10468
10469 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10470
10471 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10472 (diff-font-lock-defaults): Explicitly turn off multiline.
10473 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10474 (diff-ediff-patch): Fix call to ediff-patch-file.
10475 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10476 Handle comments.
10477
10478 * frame.el (automatic-hscrolling): Typo.
10479
10480 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10481
10482 2000-05-09 Sam Steingold <sds@goems.com>
10483
10484 * apropos.el (apropos-print): use `describe-face' instead of
10485 `customize-face-other-window'.
10486
10487 2000-05-09 Dave Love <fx@gnu.org>
10488
10489 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10490
10491 * help.el (describe-variable): Have customize button pop the
10492 help-xref stack when invoked.
10493 (help-xref-symbol-regexp): Add `face'.
10494 (help-make-xrefs): Check for quoted face names and adapt regexp
10495 submatch numbers to cope.
10496 (help-xref-interned): Maybe insert face doc too. Separate
10497 sections with a line of hyphens.
10498
10499 * faces.el: Some doc fixes. Declare some functions obsolete.
10500 (describe-face): Add customize button. Return the help
10501 text. Fix prompt.
10502
10503 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10504
10505 * term/internal.el (IT-character-translations): Fix last change.
10506
10507 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10508
10509 * woman.el: New file
10510 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10511
10512 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10513
10514 * term/internal.el (IT-character-translations): Update ASCII
10515 simulations for greek-iso8859-7, add latin-iso8859-14 and
10516 latin-iso8859-15.
10517
10518 * international/mule-cmds.el (set-language-info-alist): Call
10519 define-prefix-command with 3 arguments, to make the map suitable
10520 for a menu.
10521
10522 2000-05-07 Dave Love <fx@gnu.org>
10523
10524 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10525
10526 2000-05-05 Dave Love <fx@gnu.org>
10527
10528 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10529 list in doc string. Don't quote keyword symbols.
10530 * emacs-lisp/cl.el: Likewise
10531 * emacs-lisp/cl-seq.el: Likewise
10532
10533 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10534
10535 * abbrev.el (abbrev-mode): Make ARG optional.
10536
10537 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10538
10539 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10540
10541 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10542
10543 * subr.el (substitute-key-definition): Clarify documentation.
10544
10545 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10546
10547 * glasses.el (glasses-convert-to-unreadable): Use
10548 `glasses-separator' instead of the hard-wired "_".
10549 (glasses-mode): Call `glasses-make-unreadable' only in a single
10550 place.
10551
10552 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * term/internal.el (cjk-codepages-alist): Add associations for
10555 Chinese and Korean codepages. Remove FIXME comment.
10556
10557 2000-05-03 Dave Love <fx@gnu.org>
10558
10559 * time.el (display-time-mail-face, display-time-use-mail-icon):
10560 New option.
10561 (display-time-mail-icon): New variable.
10562 (display-time-string-forms): Use the above. Fix the local-map.
10563
10564 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10565
10566 * replace.el (query-replace-map): Add binding for `E'.
10567 (query-replace-help): Extend help text.
10568 (perform-replace): Allow editing the replacement string.
10569
10570 * make-mode.el (makefile-mode-abbrev-table): New variable.
10571 (makefile-mode): Set local abbrev table to
10572 makefile-mode-abbrev-table.
10573 (makefile-font-lock-keywords): Fontify includes and conditionals.
10574
10575 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10576 set TOGGLE's value.
10577
10578 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10579 mail-interactive-insert-alias.
10580 (mail-abbrev-complete-alias): New command.
10581 (mail-mode-map): Bind it to `M-TAB'.
10582
10583 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10584
10585 * language/lao-util.el (lao-compose-region): New function.
10586
10587 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10588
10589 * files.el (recover-session): Make directories as necessary
10590 if they don't exist yet.
10591
10592 * calendar/cal-french.el
10593 (french-calendar-multibyte-special-days-array)
10594 (french-calendar-special-days-array): Change French text.
10595 (calendar-french-date-string): Change output.
10596 (calendar-goto-french-date): Likewise.
10597
10598 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10599
10600 * wid-edit.el (widget-default-active): Obey `:always-active'.
10601 (widget-documentation-string-value-create): Set `:always-active'.
10602
10603 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10606 default prefix to `~/_emacs.d/auto-save.list/_s'.
10607 (normal-top-level): Create the directory for auto-save files, if
10608 it doesn't already exist (in the ms-dos case only).
10609
10610 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10611
10612 * international/mule-cmds.el (set-language-environment): Don't
10613 concat an integer (dos-codepage), use format instead.
10614
10615 2000-05-02 Dave Love <fx@gnu.org>
10616
10617 * help.el (help-xref-on-pp): Check for constant symbols.
10618
10619 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10620
10621 * startup.el (normal-top-level): Put a condition-case around
10622 the code loading subdirs.el.
10623
10624 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10625
10626 * ps-print.el: Upside-down and face background color printing,
10627 line number step, doc fix.
10628 (ps-print-version): New version number (5.2).
10629 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10630 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10631 (ps-spool-config): Var fix.
10632 (ps-printer-name-option): Const fix.
10633 (ps-print-upside-down, ps-use-face-background)
10634 (ps-line-number-step): New vars.
10635 (ps-window-system, ps-lp-system): New consts.
10636 (ps-face-background): New fun.
10637
10638 2000-04-28 Richard Stallman <rms@gnu.org>
10639
10640 * files.el (make-auto-save-file-name):
10641 Apply auto-save-file-name-transforms to visited file name
10642 before generating auto save file name.
10643 (auto-save-file-name-transforms): New variable.
10644
10645 * files.el (backup-enable-predicate):
10646 Correctly test for a file under a temporary directory.
10647
10648 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10649
10650 * subr.el (add-minor-mode): Rewritten.
10651
10652 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10653
10654 * mail/sendmail.el (sendmail-send-it): Set
10655 buffer-file-coding-system to the selected coding system for MIME
10656 header.
10657
10658 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10659
10660 * dired.el (dired-move-to-filename-regexp): Allow format where
10661 YYYY is followed by two spaces.
10662
10663 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10664 in the second character class of the regexp.
10665
10666 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10667 mh-etc, too.
10668
10669 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10670 nil.
10671
10672 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10673
10674 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10675 argument.
10676
10677 2000-04-27 Sen Nagata <sen@eccosys.com>
10678
10679 * emacs-lisp/crm.el (crm-completion-table): New variable.
10680 (crm-collection-fn, crm-test-completion)
10681 (completing-read-multiple): Use it.
10682
10683 2000-04-27 Dave Love <fx@gnu.org>
10684
10685 * help.el (locate-library): Use mapc.
10686 (help-manyarg-func-alist): Add call-process-region.
10687
10688 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10689
10690 * subr.el (add-minor-mode): Make argument MAP optional.
10691
10692 * desktop.el (desktop-save): Save list of minor modes.
10693 (desktop-create-buffer): Restore minor modes.
10694 (desktop-minor-mode-table): New user-option.
10695
10696 * subr.el (add-minor-mode): New function.
10697
10698 * image.el (find-image): New function.
10699 (defimage): Rewritten to find image at load time.
10700
10701 * startup.el (normal-top-level-add-to-load-path): Handle
10702 case that the default directory is not in load-path.
10703
10704 * help.el: Old patch from Stefan Monnier.
10705 (help-xref-on-pp): New function.
10706 (describe-variable): Use it to display xrefs in a symbol's value.
10707
10708 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10709
10710 * cus-edit.el (custom-face): Fix parenthesis.
10711
10712 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10713
10714 * mail/rmail.el (rmail-expunge): When there are no deleted
10715 messages, do nothing.
10716
10717 2000-04-26 Dave Love <fx@gnu.org>
10718
10719 * international/mule-cmds.el (locale-translation-file-name):
10720 Defvar to nil.
10721 (set-locale-environment): Set it here (at runtime).
10722
10723 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10724
10725 * replace.el (perform-replace): Add parameters START and END. Use
10726 them instead of the check for a region in Transient Mark mode.
10727 (query-replace-read-args): Return two more list elements for the
10728 start and end of the region in Transient Mark mode.
10729 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10730 (map-query-replace-regexp, replace-string, replace-regexp): Add
10731 optional last arguments START and END and pass them to
10732 perform-replace.
10733
10734 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10735 form with additional arguments for perform-replace.
10736
10737 * progmodes/etags.el (tags-query-replace): Add parameters START
10738 and END. Construct a form with additional arguments for
10739 perform-replace.
10740
10741 * simple.el (shell-command): Set default directory for "*Shell
10742 Command Output" buffer.
10743
10744 * language/european.el (iso-latin-4): Fix typo.
10745
10746 * emacs-lisp/crm.el: New file.
10747
10748 2000-04-24 Dave Love <fx@gnu.org>
10749
10750 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10751 (Custom-reset-saved, Custom-reset-standard)
10752 (custom-group-value-create, custom-group-set, custom-group-save)
10753 (custom-group-reset-current, custom-group-reset-saved)
10754 (custom-group-reset-standard): Use mapc.
10755 (custom-buffer-create-internal): Disable undo when creating items.
10756 Use mapc.
10757 (custom-face): Avoid redundant lambda.
10758
10759 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10760
10761 * startup.el (auto-save-list-file-prefix): Set default to
10762 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10763
10764 2000-04-24 Sam Steingold <sds@gnu.org>
10765
10766 * time-stamp.el (time-stamp-string-preprocess): Always convert
10767 `field-result' to a string.
10768
10769 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10770
10771 * frame.el (scrolling): New group.
10772 (automatic-hscrolling): New user-option.
10773
10774 * startup.el (command-line-x-option-alist): Add `-lsp' and
10775 `--line-spacing'.
10776
10777 2000-04-19 Dave Love <fx@gnu.org>
10778
10779 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10780 (cl-mapc): Rename from mapc. Fix the funcall.
10781
10782 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10783
10784 * simple.el (clone-indirect-buffer-other-window): New command.
10785 (clone-indirect-buffer): Add optional arg NORECROD.
10786 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10787
10788 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10789
10790 * window.el (count-screen-lines): New function.
10791 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10792 instead of window-buffer-height.
10793
10794 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10795 non-existing variable comint-input-sentinel.
10796 (inferior-lisp-args-to-list): Removed.
10797 (inferior-lisp): Use split-string instead of
10798 inferior-lisp-args-to-list.
10799
10800 * hexl.el (hexl-insert-hex-string): New command.
10801
10802 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10803 instead of concat.
10804
10805 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10806
10807 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10808 at the start of an existing but empty folder.
10809
10810 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10811
10812 * ps-mule.el: Customization fix, doc fix.
10813 (ps-multibyte-buffer): Customization fix.
10814
10815 2000-04-17 Richard M. Stallman <rms@gnu.org>
10816
10817 * subr.el (read-passwd): Use read-char-exclusive.
10818
10819 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10820
10821 * textmodes/texinfo.el (texinfo-insert-@email)
10822 (texinfo-insert-@emph, texinfo-insert-@quotation)
10823 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10824 (texinfo-mode-map): Add key bindings for them.
10825
10826 * files.el (basic-save-buffer-2): Use a template with `$'
10827 instead of `#' for VMS.
10828
10829 * simple.el (clone-indirect-buffer): New function.
10830
10831 2000-04-16 Stephen Eglen <stephen@gnu.org>
10832
10833 * iswitchb.el (iswitchb-case): New function. If the user input
10834 contains any upper-case characters, the search is made
10835 case-sensitive.
10836
10837 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10838
10839 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10840 comment-end.
10841 (texinfo-font-lock-syntactic-keywords): New var.
10842 (texinfo-font-lock-keywords): Remove comment regexp.
10843 (texinfo-insert-block): New function.
10844 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10845 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10846 and font-lock-defaults. Use regexp-opt for outline-regexp.
10847 (texinfo-environments): New var.
10848 (texinfo-environment-regexp): Use regexp-opt and
10849 texinfo-environments.
10850
10851 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10852 ispell-process is bound since this might be eval'd before ispell
10853 is loaded.
10854 (ispell-message): Use a tiny bit less magic and a bit more hard
10855 data to figure out what kind of sc-cite-regexp to use.
10856
10857 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10858
10859 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10860 (insert-cyclic-diary-entry): Unquote the lambda.
10861
10862 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10863
10864 * files.el (backup-enable-predicate): Unquote the lambda.
10865
10866 * cus-edit.el (custom-face, face): Unquote the lambda.
10867
10868 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10869
10870 * ps-print.el: Check for line-beginning-position definition.
10871
10872 * ps-print.el: Fix counting lines in a region.
10873 (ps-print-version): New version number (5.1.5).
10874 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10875 (ps-printing-region): Fun code fix.
10876
10877 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10878
10879 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10880 to file-directory-p.
10881
10882 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10883
10884 * gud.el (gud-jdb-build-source-files-list): Check that directory
10885 exists before calling directory-files.
10886
10887 2000-04-13 Dave Love <fx@gnu.org>
10888
10889 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10890 syntax.
10891
10892 * emacs-lisp/cl-specs.el: Remove when, unless.
10893
10894 * emacs-lisp/cl-extra.el: Don't quote keywords.
10895 (cl-old-mapc): New variable.
10896 (mapc): Use it.
10897 (cl-map-intervals): Use with-current-buffer. Don't check for
10898 next-property-change.
10899 (cl-map-overlays): Use with-current-buffer.
10900 (cl-expt): Remove.
10901 (copy-tree, remprop): Define unconditionally.
10902
10903 * emacs-lisp/cl-compat.el (keywordp): Remove.
10904
10905 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10906 to use keywordp.
10907 (edebug-spec): Enable keywordp.
10908
10909 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10910 string-lessp.
10911
10912 * cus-start.el: Use keywordp.
10913
10914 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10915
10916 * diary-lib.el (include-other-diary-files): Fix the fix of
10917 2000-02-18 by doing a save-excursion.
10918
10919 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10920
10921 * ps-print.el: Customization fix, doc fix.
10922 (ps-print-version): New version number (5.1.4).
10923 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10924 (ps-print-preprint): Adjust code.
10925 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10926 (ps-print-prologue-header, ps-print-control-characters)
10927 (ps-spool-config): Customization fix.
10928
10929 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10932 converted to the new menu-item format, names silightly changed,
10933 help strings added.
10934
10935 Support for spelling without async subprocesses:
10936
10937 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10938 (ispell-session-buffer): New variables.
10939 (ispell-start-process, ispell-process-status,
10940 ispell-accept-output, ispell-send-string): New functions, for
10941 Ispell invocation when async subprocesses aren't supported.
10942 (ispell-word, ispell-pdict-save, ispell-command-loop,
10943 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10944 to process-send-string with calls to ispell-send-string, and
10945 accept-process-output with ispell-accept-output.
10946 (ispell-init-process): Call ispell-process-status instead of
10947 process-status with.
10948 (ispell-init-process): Call ispell-start-process. Call
10949 ispell-accept-output and ispell-send-string. Don't call
10950 process-kill-without-query and kill-process if they are unbound.
10951 (ispell-async-processp): New function.
10952
10953 2000-04-12 Dave Love <fx@gnu.org>
10954
10955 * info.el: Add debug-ignored-errors.
10956 (Info-mode-menu): Add some items.
10957 (Info-directory): Add autoload cookie.
10958
10959 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10960 Modify `truncate-lines'. Make `describe-language-environment'
10961 always visible and add help. Modify `describe-key' help. Invoke
10962 Info-directory from `info'. New entry `emacs-manual'.
10963
10964 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10965
10966 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10967 propertized-buffer-identification.
10968 (ebrowse-update-member-buffer-mode-line): Likewise.
10969 (ebrowse--mode-strings): Removed.
10970 (ebrowse--mode-line-props): Removed.
10971
10972 * files.el (auto-mode-alist): Add `EBROWSE'.
10973
10974 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10975 space before testing for end of buffer.
10976 (ebrowse-load): Removed.
10977 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10978 (ebrowse-create-tree-buffer): Rewritten.
10979 (ebrowse-tree-mode): Read tree from buffer.
10980
10981 * progmodes/ebrowse-ffh.el: Removed.
10982
10983 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10984
10985 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10986
10987 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10988
10989 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10990 at the wrong place.
10991
10992 2000-04-09 Dave Love <fx@gnu.org>
10993
10994 * files.el (backup-enable-predicate): Use
10995 temporary-file-directory, small-temporary-file-directory.
10996 (make-backup-file-name-function, backup-directory-alist): New
10997 variables.
10998 (make-backup-file-name-1): New function.
10999 (make-backup-file-name): Use it.
11000 (find-backup-file-name): Likewise. Use format for clarity, not
11001 concat.
11002 (file-newest-backup): Use make-backup-file-name.
11003
11004 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11005
11006 * progmodes/ebrowse-ffh.el: New file.
11007
11008 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11009 to ebrowse-ffh.el.
11010 (ebrowse-load): Add autoload.
11011
11012 * finder.el (finder-commentary): Add autoload cookie.
11013
11014 * mail/rfc2368.el: Correct author's email address.
11015
11016 * progmodes/ebrowse.el: New file.
11017
11018 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11019 item help string.
11020 (easy-menu-do-add-item): Ditto.
11021 (easy-menu-define): Extend doc string.
11022
11023 * jit-lock.el (with-buffer-unmodified): Use
11024 restore-buffer-modified-p.
11025 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11026 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11027 with-buffer-unmodified.
11028
11029 2000-04-08 Dave Love <fx@gnu.org>
11030
11031 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11032 unless, when.
11033
11034 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11035
11036 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11037 (viper-flash-search-pattern): No operation when using Emacs
11038 doesn't support face.
11039 Use `viper-put-on-search-overlay'.
11040
11041 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11042
11043 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11044 like C-r.
11045
11046 * progmodes/make-mode.el: Some doc fixes.
11047 (makefile-mode-abbrev-table): New variable.
11048 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11049 (makefile-font-lock-keywords): Fontify includes and conditionals.
11050 (toplevel): Require `dabbrev' and `add-log' when compiling.
11051
11052 * replace.el (perform-replace): Don't move forward one char
11053 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11054 to do that because it leaves point 1 position after the last
11055 replacement, after everything has been replaced.
11056
11057 * jit-lock.el (with-buffer-unmodified): New macro.
11058 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11059 modified state.
11060 (jit-lock-function-1): Extracted from jit-lock-function; not
11061 preserving buffer's modified state.
11062 (jit-lock-function, jit-lock-stealth-fontify): Call
11063 jit-lock-function-1.
11064
11065 * mail/rfc2368.el: Remove supernumerary copyright line.
11066
11067 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11068
11069 * glasses.el: Provide facilities for inserting space before left
11070 parentheses and uncapitalization of identifiers.
11071 (glasses-mode): Try to remove old overlays in all cases.
11072
11073 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11074
11075 * progmodes/compile.el (compile-internal): Display the compilation
11076 buffer in a different frame, if it's already displayed there.
11077
11078 * mail/rfc2368.el: New file.
11079
11080 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11081 header and insert its value as mail body.
11082
11083 * subr.el (member-ignore-case): New function.
11084
11085 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11086 (dabbrev--find-expansion): Ignore buffers matching a regexp
11087 from dabbrev-ignored-regexps.
11088
11089 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11090 to extensions handled by gzip.
11091
11092 2000-04-03 Richard M. Stallman <rms@gnu.org>
11093
11094 * files.el (insert-directory): List the total free space
11095 along with the used space.
11096
11097 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11098 line is followed by one that matches CITATION-REGEXP, end the
11099 paragraph.
11100
11101 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11102
11103 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11104 (rmail-make-basic-summary-line): Use that option.
11105
11106 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11107
11108 * international/mule-cmds.el (encoded-string-description):
11109 Rewritten. Try pretty description for ISO 2022 escape sequences
11110 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11111 for hexadecimal format.
11112
11113 2000-04-01 Dave Love <fx@gnu.org>
11114
11115 * cpp.el: Change customization group to `c' from `C'.
11116
11117 * vcursor.el (vcursor-move): Use display-color-p.
11118
11119 * international/mule-util.el: Provide mule-utils.
11120 (string-to-sequence): Simplify and speed up.
11121
11122 * international/mule.el (make-coding-system): Purecopy doc-string.
11123
11124 * international/mule-cmds.el: Various menu changes.
11125 (describe-specified-language-support): Handle `Default'.
11126 (set-language-info): Purecopy `info'.
11127
11128 2000-03-31 Andrew Innes <andrewi@gnu.org>
11129
11130 * vc.el (vc-backend-diff): Return the correct status if we had to
11131 retry the rcsdiff command without the --brief option.
11132
11133 2000-03-31 Dave Love <fx@gnu.org>
11134
11135 * help.el (help-manyarg-func-alist): Correct several omissions.
11136
11137 * add-log.el: Don't require cl, fortran.
11138 (add-log-current-defun-function): Doc fix.
11139 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11140 fix.
11141 (change-log-version-rcs): Function deleted.
11142 (change-log-version-number-search): Doc fix. Use
11143 vc-workfile-version. Avoid CL dolist.
11144 (add-change-log-entry): Just call add-log-current-defun to get
11145 defun. Simplify somewhat.
11146 (change-log-get-method-definition-1): Likewise.
11147 (add-log-current-defun): Return nil if calling
11148 add-log-current-defun-function does so. Move Fortran stuff to
11149 fortran.el. Return string without properties.
11150
11151 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11152 and :alpha: char classes.
11153
11154 * mail/supercite.el: Defvar curline when compiling.
11155 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11156 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11157 rather than a-zA-Z0-9 to allow non-ASCII characters.
11158
11159 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11160
11161 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11162
11163 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11164 Re-enable new code.
11165
11166 * lpr.el (print-region-1): Use -d to specify printer name for
11167 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11168
11169 2000-03-31 Dave Love <fx@gnu.org>
11170
11171 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11172 for function definition in symbol's function value slot first
11173 instead of first consulting byte-compile-function-environment.
11174
11175 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11176
11177 * language/european.el ("Polish"): New language environment.
11178 (setup-polish-environment): New function.
11179
11180 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11181
11182 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11183 Disable new code.
11184
11185 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11186 trying to `load' the symbol of an autoload instead of the file
11187 recorded in the autoload. Fix error messages.
11188
11189 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11190
11191 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11192 (ps-print-version): New version number (5.1.3).
11193 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11194 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11195 (ps-generate-postscript-with-faces): Code fix.
11196 (ps-color-values): XEmacs compatibility.
11197 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11198 (ps-default-fg, ps-default-bg): Adjust customization.
11199 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11200 (ps-color-scale): Renaming old ps-color-value fun.
11201 (ps-print-headers): Replace ps-print-header group to avoid conflict
11202 with ps-print-header variable.
11203 (ps-print-miscellany): New group.
11204 (ps-format-color, ps-rgb-color): New funs.
11205 (ps-default-foreground): New var.
11206 (ps-printer-name-option): New const.
11207
11208 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11209
11210 * net/net-utils.el:
11211 (network-connection-host, network-connection-service): New variables
11212 (network-connection-mode): New mode, derived from comint-mode
11213 (network-connection-mode-setup): New function, saves host and
11214 service information in local variables.
11215
11216 * lisp/locate.el:
11217 (locate-word-at-point): Added this function
11218 (locate): Default to using locate-word-at-point as input
11219 Run dired-mode-hook
11220
11221 2000-03-29 Dave Love <fx@gnu.org>
11222
11223 * calendar/appt.el: Doc fixes.
11224 (appt-check): Convert min-to-app to a string before passing to
11225 appt-disp-window-function or concat.
11226 (appt-delete-window): Remove test for frame-root-window.
11227 (appt-select-lowest-window, appt-convert-time): Simplify.
11228
11229 * emacs-lisp/bytecomp.el: Doc fixes.
11230 (byte-compile-file-form-autoload): Update
11231 byte-compile-function-environment.
11232
11233 2000-03-29 Andreas Schwab <schwab@suse.de>
11234
11235 * emacs-lisp/autoload.el: Also print defsubst doc string
11236 specially.
11237
11238 * dired.el (dired-insert-directory): If dired-free-space-program
11239 failed just delete its output.
11240
11241 2000-03-29 Dave Love <fx@gnu.org>
11242
11243 * international/iso-cvt.el: Move provide to end. Doc fixes.
11244 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11245 (iso-iso2sgml, iso-sgml2iso): New functions.
11246 (iso-cvt-define-menu): Fix some entries and use backquote for
11247 clarity.
11248
11249 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11250
11251 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11252
11253 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11254 ISO-DATE. If non-nil, return date in ISO 8601 format.
11255
11256 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11259 if it ever becomes used.
11260 (log-edit-mode-hook): Default to vc-log-mode-hook.
11261 (log-edit-mode): Fix the docstring.
11262
11263 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11264 the code.
11265
11266 2000-03-26 Dave Love <fx@gnu.org>
11267
11268 * net/browse-url.el (browse-url): Re-fix case of
11269 browse-url-browser-function being an alist.
11270 (browse-url): Add :link to defgroup.
11271
11272 * files.el: Doc fixes.
11273 (file-truename): Include `[' in wildcard characters.
11274 (automount-dir-prefix): Customize.
11275 (find-file-wildcards): Add :version.
11276 (find-file-noselect): Simplify a mapcar call.
11277
11278 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11279 compatible with inf-lisp version.
11280 (eval-defun-1): Fix custom-declare-variable case.
11281
11282 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11283
11284 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11285
11286 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11287
11288 * Makefile (COMPILE_FIRST): New macro.
11289 (compile-files): Compile files from COMPILE_FIRST first.
11290
11291 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11292 code.
11293
11294 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11295 matching open parenthesis in column 0 to defun-prompt-regexp
11296 only if open-paren-in-column-0-is-defun-start is set.
11297
11298 * sun-curs.el: Require CL at compile-time only.
11299
11300 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11301 instead of copy-list which is a function from CL.
11302 (msb--choose-menu, msb--mode-menu-cond)
11303 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11304 (msb--init-file-alist): Use mapcar instead of mapcan.
11305 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11306 `(' in column 0 in doc string.
11307 (msb--add-separators): Use mapcar instead of mapcan.
11308
11309 * cus-dep.el: Require CL at compile-time only.
11310
11311 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11312
11313 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11314 (byte-compile-warnings): New warning `noruntime'.
11315 (byte-compile-constants, byte-compile-variables): Fix docstring.
11316 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11317 execute `eval-whenc-compile's body.
11318 (byte-compile-unresolved-functions): Fix docstring.
11319 (byte-compile-eval): New function.
11320 (byte-compile-callargs-warn): Check if the function will be available
11321 at runtime (via property `byte-compile-noruntime').
11322 (byte-compile-print-syms): New function.
11323 (byte-compile-warn-about-unresolved-functions): Also warn about
11324 `noruntime' functions (and use `byte-compile-print-syms').
11325 (byte-compile-file): Capitalize the message.
11326
11327 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11328
11329 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11330 (rmail-expunge): Ask for confirmation depending on the setting
11331 of rmail-confirm-expunge.
11332
11333 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11334
11335 * Makefile (bootstrap-clean): If $(emacs) exists, build
11336 loaddefs.el first. A loaddefs.el that's not up-to-date might
11337 cause a bootstrap failure because things don't autoload as
11338 expected.
11339
11340 2000-03-23 Dave Love <fx@gnu.org>
11341
11342 * net/browse-url.el: Restore previous use of
11343 browse-url-maybe-new-window.
11344
11345 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11346
11347 * ps-print.el: Skip banner page fix.
11348 (ps-print-version): New version number (5.1.2).
11349 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11350
11351 2000-03-23 Dave Pearson <davep@davep.org>
11352
11353 * net/quickurl.el Changed the type of parameter passed to the
11354 function defined by `quickurl-format-function'. Before only the
11355 text of the URL was passed. Now the whole URL structure is passed
11356 and the function is responsible for extracting the parts it
11357 requires. Changed the default of `quickurl-format-function'
11358 accordingly.
11359 (quickurl-insert): Changed the `funcall' of
11360 `quickurl-format-function' to match the above change.
11361 (quickurl-list-insert): Changed the `url' case so that it makes
11362 use of `quickurl-format-function', previous to this the format was
11363 hard wired.
11364
11365 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11366
11367 * startup.el: Change some spellings for the X Window System.
11368
11369 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11370
11371 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11372 up the code and the regexp and make sure the cursor is temporarily
11373 moved to the suspicious line while querying the user.
11374
11375 2000-03-22 Jason Rumney <jasonr@gnu.org>
11376
11377 * w32-fns.el (w32-charset-info-alist): Initialize.
11378
11379 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11380
11381 * ps-print.el: N-up last page fix.
11382 (ps-print-version): New version number (5.1.1).
11383 (ps-end-file, ps-end-job, ps-generate): Code fix.
11384
11385 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11386
11387 * files.el (find-file-run-dired): Update docstring.
11388 (find-directory-functions): New hook.
11389 (find-file-noselect): Run find-directory-functions rather than
11390 calling dired directly.
11391
11392 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11393
11394 * pcvs.el: Add a minimal leading commentary.
11395 (cvs-make-cvs-buffer): Change the header part by removing the startup
11396 message and adding a `Module' entry. Also replace the FOOTER and
11397 HEADER special fileinfos with the new support in ewoc for updating
11398 its own footer and header.
11399 (cvs-update-header): Update to use the header/footer of the ewoc.
11400 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11401 (cvs-is-within-p): New function.
11402 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11403 to only examine some subset of the buffers.
11404
11405 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11406 `format' instead of our own ad-hoc functions.
11407 Remove HEADER and FOOTER cases, now handled in the EWOC.
11408 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11409
11410 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11411 output to avoid scaring the user.
11412 (cvs-parse-table): Catch message for non-up-to-date commits.
11413
11414 * pcvs-defs.el (cvs-startup-message): Remove.
11415 (cvs-global-menu): New autoloaded menu.
11416
11417 * pcvs-util.el (cvs-string-fill): Remove.
11418
11419 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11420 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11421 PP part of it and also make it work for footers and headers.
11422 (ewoc-create): Drop POS and BUFFER arguments.
11423 Use the DLL's dummy node to store the end-of-footer position.
11424 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11425 (ewoc-refresh): Remove unused `header' variable.
11426 (ewoc-(get|set)-hf): New functions.
11427
11428 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11429 log-view-*-(message|file) and use easy-mmode-define-navigation.
11430 (log-view-message-re): Match SCCS format as well.
11431 And match the revision line rather than the dashed separator line.
11432 (log-view-mode): Use the new define-derived-mode.
11433 (log-view-current-tag): Fill in with an actual implementation.
11434
11435 * cvs-status.el (cvs-status-(prev|next)): Rename from
11436 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11437 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11438 to let the output "breathe" a little more (more readable).
11439 (cvs-status-mode): Use the new define-derived-mode.
11440
11441 * smerge-mode.el (smerge-auto-leave): New function and variable.
11442 (smerge-basic-map): Rename from smerge-basic-keymap.
11443 Change the bindings for smerge-diff-*.
11444 (smerge-*-map): Use easy-mmode-defmap.
11445 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11446 (smerge-keep-*): Use smerge-auto-leave.
11447
11448 2000-03-21 Jason Rumney <jasonr@gnu.org>
11449
11450 * cus-edit.el (custom-button-face): Use 3D look for w32.
11451 (custom-button-pressed-face): Likewise.
11452
11453 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11454
11455 * progmodes/etags.el (tags-case-fold-search): New user-option.
11456 (tags-loop-eval): New function. Bind case-fold-search around eval
11457 depending on the value of tags-case-fold-search.
11458 (tags-loop-continue): Use tags-loop-eval.
11459 (find-tag-in-order): Bind case-fold-search depending on the value
11460 of tags-case-fold-search.
11461
11462 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11463
11464 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11465 (diff-end-of-hunk): Return the end position for use in
11466 `easy-mmode-define-navigation'.
11467 (diff-recenter): Remove.
11468 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11469 of `easy-mmode-define-navigation'.
11470 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11471 previous renaming) and fix to use new names.
11472 (diff-merge-strings): Use \n as separator: simpler, faster.
11473 (diff-mode): Use `define-derived-mode'.
11474
11475 * derived.el (define-derived-mode): Don't autoload anymore.
11476 Prefer the macro-only version provided by easy-mmode.el.
11477
11478 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11479 `easy-mmode-define-derived-mode'.
11480 Use `combine-run-hooks'.
11481 (easy-mmode-define-navigation): New macro.
11482
11483 * subr.el (combine-run-hooks): New function.
11484
11485 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11486
11487 * term/x-win.el: Fontsets related initialization is simplified.
11488
11489 * international/mule-diag.el (describe-font): Don't refer to
11490 global-fontset-alist, instead call font-list.
11491 (describe-fontset, list-fontsets, mule-diag): Likewise.
11492 (print-fontset): Adjusted for the change of fontset
11493 implementation.
11494
11495 * international/fontset.el (x-charset-registries): Variable
11496 removed, instead the corresponding data is stored in the default
11497 fontset.
11498 (register-alternate-fontnames): Function removed.
11499 (resolved-ascii-font): Variable removed.
11500 (x-compose-font-name): Ignore the second argument REDOCE.
11501 (x-complement-fontset-spec): Complement only an ASCII font and
11502 element for those charsets than can use that ASCII font.
11503 (generate-fontset-menu): Don't refer to global-fontset-alist,
11504 instead call fontset-list.
11505 (uninstantiated-fontset-alist): Variable removed.
11506 (x-style-funcs-alist): Likewise.
11507 (fontset-default-styles): Likewise.
11508 (x-modify-font-name): Function removed.
11509 (create-fontset-from-fontset-spec): Ignore the argument
11510 STYLE-VARIANT.
11511 (create-fontset-from-ascii-font): Docsting adjusted for the above
11512 change.
11513 (instantiate-fontset, resolve-fontset-name): Functions removed.
11514 (fontset-list): Now implemented by C code.
11515
11516 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11517 (describe-face): Include `font' attribute in the description.
11518
11519 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11520
11521 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11522
11523 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11524
11525 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11526 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11527 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11528
11529 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11530 about behavior of set-buffer-modified-p wrt redisplay.
11531
11532 2000-03-19 Richard M. Stallman <rms@gnu.org>
11533
11534 * view.el (view-mode-disable): Kill local binding of view-read-only.
11535
11536 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11537
11538 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11539 is a string, convert it to a syntax cell using string-to-syntax.
11540
11541 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11542 (string-to-syntax): New function.
11543
11544 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11545 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11546 try to use passive ftp mode.
11547
11548 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11549
11550 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11551
11552 * simple.el (append-to-buffer): Update point of windows after
11553 insertion.
11554
11555 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11556 forward then moving backward. Reindent.
11557
11558 * frame.el (other-frame): Call x-focus-frame only if
11559 focus-follows-mouse is off.
11560
11561 2000-03-17 Dave Love <fx@gnu.org>
11562
11563 * pcvs-util.el (cvs-strings->string): Rename
11564 replace-regexps-in-string.
11565
11566 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11567
11568 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11569 regexp for labels cannot span several lines.
11570
11571 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11572 `(setq :<key> ':<key>)' to the macro expansion.
11573
11574 2000-03-16 Dave Love <fx@gnu.org>
11575
11576 * progmodes/f90.el (f90): Put custom group under `languages', not
11577 `fortran'.
11578 (f90-mode-hook): Customize.
11579 (f90-mode): Set add-log-current-defun-function.
11580 (f90-current-defun): New function.
11581
11582 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11583
11584 * cus-edit.el (custom-variable-tag-face): Handle case that
11585 default face's height is not a number.
11586 (custom-face-tag-face, custom-group-tag-face-1)
11587 (custom-group-tag-face): Ditto.
11588 (custom-group-tag-face-1): Add :group.
11589
11590 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11591
11592 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11593
11594 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11595 requiring easymenu.
11596
11597 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11598
11599 * ps-print.el: PostScript user-defined prologue, PostScript error
11600 handler, doc fix.
11601 (ps-print-version): New version number (5.1).
11602 (ps-user-defined-prologue, ps-error-handler-message)
11603 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11604 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11605 (ps-insert-string): New function.
11606
11607 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11608
11609 * international/ccl.el (ccl-compile-expression): Don't generate
11610 invalid self-assignment code.
11611
11612 2000-03-14 Dave Love <fx@gnu.org>
11613
11614 * subr.el (replace-regexp-in-string): Renamed from
11615 replace-regexps-in-string. Doc fix.
11616
11617 2000-03-12 Dave Love <fx@gnu.org>
11618
11619 * cus-edit.el: Doc fixes.
11620 (customize-set-variable, customize-save-variable): Rename args for
11621 doc.
11622 (custom-variable-tag-face, custom-face-tag-face)
11623 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11624 style which user identify as hyperlink.
11625 (hook): Don't add undefined functions to the hook.
11626 (debug-ignored-errors): Transfer message from bindings.el.
11627
11628 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11629
11630 * recentf.el (recentf-keep-non-readable-files-p): Remove
11631 double/nested definition.
11632
11633 2000-03-12 Dave Love <fx@gnu.org>
11634
11635 * facemenu.el (facemenu-get-face): Use display-color-p.
11636 * enriched.el (enriched-decode-foreground): Likewise.
11637 (enriched-decode-background): Likewise.
11638 * isearch.el (isearch-highlight): Likewise.
11639 * info-look.el (info-lookup): Likewise.
11640 * simple.el (completion-setup-function): Likewise.
11641
11642 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11643 :options.
11644
11645 * bindings.el (mode-line-format): Fix line-number and
11646 column-number items. Add help-echo for the background.
11647 (mode-line-mule-info): Modify help-echo.
11648
11649 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11650
11651 * files.el (load-file): Allow completion to .elc.
11652
11653 * man.el: Doc fixes.
11654 (Man-init-defvars): Use display-color-p to set fontification.
11655
11656 * play/hanoi.el (hanoi-internal): Don't use oddp.
11657
11658 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11659
11660 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11661
11662 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11663
11664 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11665
11666 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11667 Fix comment.
11668
11669 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11670
11671 * font-lock.el (font-lock-keywords): Fix the doc now that
11672 regexp-opt-depth is unnecessary.
11673 (save-buffer-state): Set an edebug spec.
11674 (font-lock-fontify-anchored-keywords): Properly handle the case when
11675 the matcher goes past the limit.
11676
11677 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11678 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11679
11680 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11681 dll.el and cookie.el (from Elib) with heavy renaming and other
11682 massaging.
11683
11684 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11685 Autoload the functions used.
11686 (easy-mmode-define-syntax): Fix CL typo.
11687 (easy-mmode-define-derived-mode): Improve the docstring generation.
11688
11689 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11690
11691 * textmodes/texinfo.el (texinfo-version): Variable and function
11692 removed.
11693
11694 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11695
11696 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11697 allow more flexibility.
11698 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11699 fns.
11700 (easy-mmode-defmap, easy-mmode-defsyntax)
11701 (easy-mmode-define-derived-mode): New macros.
11702
11703 2000-03-09 Didier Verna <didier@xemacs.org>
11704
11705 * rect.el (replace-rectangle): New function.
11706
11707 2000-03-09 Dave Love <fx@gnu.org>
11708
11709 * progmodes/fortran.el (fortran-comment-line-start): Define as
11710 "C".
11711 (fortran-comment-line-start-skip): Don't match cpp stuff.
11712 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11713 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11714 (fortran-mode): Don't set fortran-comment-line-start-skip,
11715 fortran-comment-line-start here. Set comment-start,
11716 add-log-current-defun.
11717 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11718 (fortran-current-defun): New function.
11719
11720 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11721
11722 * emacs-lisp/re-builder.el: New file.
11723
11724 * mouse.el (mouse-drag-region): Don't run up-event handler
11725 if hscroll has changed.
11726
11727 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11728 builtin operators, use `font-lock-builtin-face' for Emacs and
11729 `font-lock-preprocessor-face' otherwise.
11730
11731 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11732 `(defun (setf foo)' differently.
11733
11734 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11735
11736 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11737 (regexp-opt): Update comment and adapt the code the new meaning of
11738 the `paren' argument of regex-opt-group for shy-groups.
11739 (regexp-opt-depth): Handle shy groups as well as backslashed
11740 backslashes.
11741 (regexp-opt-group): Turn the leading comment into a docstring.
11742 Allow `paren' to be a string (the string to use to open a group).
11743 Remove open-presuf and close-presuf. Instead of checking for `all
11744 one-char' and then later on check for `several one-char', handle
11745 both cases close together. Also apply a more generic algorithm
11746 for suffixes (the mirror image of the algorithm used for
11747 prefixes). Use shy-groups. Use nreverse rather than reverse.
11748 (regexp-opt-try-suffix): Removed.
11749
11750 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11751 from comint-mode-map, so we can just inherit from it. Also, move
11752 the initialization into the `defvar' since there's no docstring
11753 anyway and it's fairly short.
11754 (inferior-scheme-mode): Define it as derived-mode: the code is
11755 shorter and this way we inherit from comint-mode-map rather than
11756 copying it.
11757
11758 * subr.el (replace-regexps-in-string): Properly handle the case
11759 where we match an empty string.
11760
11761 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11762 when the command has a directory component (such as "./testml").
11763 Also fix a typo in the comment.
11764
11765 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11766
11767 * Makefile (compile-files): Compile files one by one because
11768 that's the only way to ensure a clean compilation environment for
11769 each individual file.
11770
11771 * frame.el (other-frame): Call x-focus-frame.
11772
11773 2000-03-07 Dave Love <fx@gnu.org>
11774
11775 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11776 :require to defcustom.
11777
11778 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11779 lists.
11780
11781 * files.el (auto-mode-alist): Add configure.in.
11782
11783 * progmodes/autoconf.el: New file.
11784
11785 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11786
11787 * mail/mh-e.el: Change maintainer to `none'.
11788
11789 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11790 to remove-hook and add-hook.
11791
11792 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11793
11794 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11795 it as the default.
11796 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11797 (sendmail-send-it): Conditionally add MIME headers specifying the
11798 used character set.
11799
11800 2000-03-07 Dave Love <fx@gnu.org>
11801
11802 * winner.el: Fix keywords, autoload cookies. Split
11803 eval-when-compile form to avoid compilation failure.
11804
11805 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11806
11807 * international/mule.el: Modify comment about coding system
11808 property `coding-category'.
11809 (make-coding-system): New argument EOL-TYPE. Pay attention to
11810 coding-category property of PROPERTIES.
11811
11812 * international/mule-conf.el (coding-category-utf-8,
11813 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11814 categories. Include them in the argument for set-coding-priority.
11815
11816 * international/mule-cmds.el (reset-language-environment): Include
11817 coding-category-utf-8, coding-category-utf-16-be, and
11818 coding-category-utf-16-le in the argument for set-coding-priority.
11819 (reset-language-environment): Initialize coding-category-utf-8,
11820 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11821
11822 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11823
11824 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11825 code abstracted out of `bookmark-jump-noselect'. Now tries info
11826 extensions as well as compression extensions.
11827 (bookmark-jump-noselect): Use above new func.
11828
11829 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11830
11831 * strokes.el: Change maintainer's mail address.
11832
11833 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11834
11835 * international/mule-diag.el (list-character-sets): Make help-echo
11836 string by substitute-command-keys.
11837 (list-character-sets): Likewise.
11838 (sort-listed-character-sets): Call help-setup-xref.
11839
11840 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11841
11842 * time.el (display-time-mail-file): Add `none' to the list of
11843 choices.
11844
11845 2000-03-01 Dave Love <fx@gnu.org>
11846
11847 * help.el (help-xref-go-back): Don't try to set position.
11848
11849 * international/mule-diag.el (list-character-sets): Call
11850 help-setup-xref. Add help-echo to xrefs.
11851 (list-character-sets-1): Add help-echo to xrefs.
11852
11853 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11854
11855 * frame.el (blink-cursor-mode): Switch cursor on when turning
11856 the mode off.
11857
11858 * add-log.el (add-log-current-defun): Add support for
11859 Autoconf mode.
11860
11861 * mail/rmail.el (rmail-quit-hook): New variable.
11862
11863 2000-03-01 Dave Love <fx@gnu.org>
11864
11865 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11866
11867 * help.el (help-xref-button): Add help-echo arg.
11868 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11869
11870 * faces.el (list-faces-display): Supply help-echo with
11871 help-make-xrefs.
11872
11873 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11874 nil.
11875
11876 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11877
11878 * image.el (defimage): Look for image files in load-path.
11879
11880 * frame.el (busy-cursor-delay-seconds): Change type to
11881 `number'.
11882
11883 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11884
11885 * recentf.el (recentf): Added version tag to the defgroup of
11886 recentf.
11887
11888 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11889
11890 * recentf.el (recentf-cleanup): Changed to remove excluded file
11891 too.
11892 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11893 action to select/unselect a file.
11894 (recentf-edit-list): Code cleanup and improvement.
11895 (recentf-open-more-files-action): `recentf-open-more-files' button
11896 widget action to open a file.
11897 (recentf-open-more-files): No more use standard completion but
11898 widgets.
11899 (recentf-more-collection): Deleted.
11900 (recentf-more-history): Deleted.
11901 (recentf-setup-more-completion): Deleted.
11902
11903 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11904
11905 * recentf.el (recentf-mode): No more needs that Emacs is running
11906 under a window-system.
11907
11908 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11909
11910 * recentf.el (recentf-edit-list): New command to edit the recent
11911 list which allow the user to remove files.
11912 (recentf-edit-selected-items): New global variable, used by
11913 `recentf-edit-list' to hold the list of files to be removed from
11914 the recent list.
11915 (recentf-make-menu-items): Updated to display a "Edit list..."
11916 menu item. Minor code cleanup.
11917
11918 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11919
11920 * recentf.el (recentf-open-more-files): New command to open files
11921 that are not displayed in the menu.
11922 (recentf-more-collection): New global variable holding the set of
11923 permissible completions used by `recentf-open-more-files'.
11924 (recentf-more-history): New global variable holding the history list
11925 used by `recentf-open-more-files' completion.
11926 (recentf-setup-more-completion): New function to setup completion for
11927 `recentf-open-more-files'.
11928 (recentf-make-menu-items): Updated to display a "More..." menu item.
11929
11930 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11931
11932 * recentf.el (recentf-menu-action): Doc fixed.
11933
11934 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11935
11936 * recentf.el (recentf-menu-filter): Doc updated.
11937 (recentf-update-menu-hook): Allow menu filters to force menu update.
11938 (recentf-make-menu-items): New menu filter handling.
11939 (recentf-make-menu-item): New helper function.
11940 (recentf-menu-elements): New menu handling function.
11941 (recentf-sort-ascending): Updated to new menu filter handling.
11942 (recentf-sort-descending): Updated to new menu filter handling.
11943 (recentf-sort-basenames-ascending): New menu filter function.
11944 (recentf-sort-basenames-descending): New menu filter function.
11945 (recentf-show-basenames): New menu filter function.
11946 (recentf-show-basenames-ascending): New menu filter function.
11947 (recentf-show-basenames-descending): New menu filter function.
11948
11949 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11950
11951 * diary-lib.el (list-diary-entries): Don't try to go forward at
11952 the end of the buffer.
11953
11954 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11955
11956 * international/mule-diag.el (list-character-sets): Completely
11957 rewritten.
11958 (sort-listed-character-sets): New function.
11959 (list-character-sets-1): Completely rewritten.
11960 (list-character-sets-2): New function.
11961 (non-iso-charset-alist): New variable.
11962 (decode-codepage-char): New function.
11963 (charset-history): New variable.
11964 (read-charset) (list-block-of-chars)
11965 (list-iso-charset-chars)
11966 (list-non-iso-charset-chars)
11967 (list-charset-chars): New functions.
11968 (mule-diag): Call list-character-sets-2, not
11969 list-character-sets-2.
11970 (dump-charsets): Likewise.
11971
11972 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11973
11974 * dired-x.el (dired-filename-at-point): Add `@' to valid
11975 file name characters.
11976 (dired-filename-at-point): Handle ange-ftp file names.
11977
11978 * frame.el (frame-notice-user-settings): Use assq-delete-all
11979 instead of assoc-delete-all.
11980 (frame-notice-user-settings): Ditto.
11981
11982 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11983 Don't copy alist.
11984
11985 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11986
11987 * calculator.el (calculator-use-menu): New option.
11988 (calculator-initial-bindings): Changed some bindings to work as
11989 macros.
11990 (calculator-forced-input): Removed.
11991 (calculator-restart-other-mode): New variable.
11992 (calculator-mode-map): Set up menu.
11993
11994 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11995
11996 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11997 tags.
11998
11999 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12000
12001 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12002 translate all ESC key sequences.
12003 (viper-goto-mark-subr): restore markers for files for which
12004 they were saved.
12005 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12006 * viper-util.el (viper-set-replace-overlay-glyphs,
12007 viper-set-replace-overlay): always check if the replacement
12008 overlay is live.
12009 * viper.el (viper-vi-state-mode-list): added major modes.
12010 * ediff-wind.el: minor comment changes.
12011 * ediff.el: copyright notice date fix.
12012
12013 2000-02-27 Jason Rumney <jasonr@gnu.org>
12014
12015 * faces.el (face-font-family-alternatives): Add arial to helv.
12016 (mode-line, header-line, tool-bar): Same default as x for w32.
12017 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12018 face-font-family-alternatives from working.
12019 * term/w32-win.el (mouse-set-font): Do not build fontset from
12020 chosen font.
12021
12022 2000-02-25 Sam Steingold <sds@goems.com>
12023
12024 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12025 properly.
12026
12027 2000-02-25 Richard M. Stallman <rms@gnu.org>
12028
12029 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12030
12031 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12032
12033 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12034 writable.
12035
12036 * frame.el (busy-cursor-delay-seconds): New option.
12037
12038 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12039
12040 * frame.el (show-cursor-in-non-selected-windows): New option.
12041
12042 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12043
12044 * diary-lib.el (include-other-diary-files): Undo the selective
12045 display in any included file and don't kill it.
12046
12047 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12050 bar. Menu items converted to (menu-item format, help strings
12051 added.
12052 [downcase, upcase]: Don't enable on MS-DOS.
12053 [symlink, symlinks]: Don't show if make-symbolic-link is not
12054 bound.
12055 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12056
12057 2000-02-23 Dave Love <fx@gnu.org>
12058
12059 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12060 (backward-kill-word): Revert addition of * to interactive spec --
12061 it's a feature.
12062
12063 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12064 (backward-kill-sentence, kill-sentence): Likewise.
12065
12066 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12067 scratch buffer name.
12068 (gud-format-command): Use int-to-string in ?l case. Simplify
12069 slightly.
12070
12071 * term/w32-win.el (internal-face-interactive): Update prompt for
12072 new read-face-name.
12073
12074 * mail/footnote.el (footnote): Add :version to defgroup.
12075 (footnote-section-tag-regexp): Customize.
12076 (footnote-start-tag, footnote-end-tag): New option.
12077 (footnote-latin-regexp): New variable.
12078 (Footnote-latin): New function.
12079 (footnote-style-alist): Add element for latin style.
12080 (footnote-style): Moved.
12081 (Footnote-goto-footnote): Use eq to test arg.
12082
12083 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12084
12085 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12086 (byte-compile-trueconstp): Include keywords.
12087 (byte-optimize-quote, byte-optimize-lapcode): Use
12088 byte-compile-const-symbol-p.
12089 (byte-optimize-char-before): New optimization.
12090
12091 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12092 (byte-compile-const-symbol-p): New function.
12093 (byte-compile-constp, byte-compile-out-toplevel)
12094 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12095 Use it.
12096
12097 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12098
12099 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12100
12101 * international/encoded-kb.el: Be sure to update minor-mode-alist
12102 and minor-mode-map-alist.
12103 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12104 codes SS2 and SS3 correctly.
12105 (encoded-kbd-self-insert-ccl): New function.
12106 (encoded-kbd-setup-keymap): New function.
12107 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12108 by calling encoded-kbd-setup-keymap.
12109
12110 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12111 characters.
12112 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12113 locally.
12114
12115 2000-02-22 Dave Love <fx@gnu.org>
12116
12117 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12118 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12119 defvar.
12120 (lisp-mode-syntax-table): Set up for #|...|# comments.
12121 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12122 classes. Match `defface'.
12123 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12124 (eval-defun-1): Fix for defcustom.
12125 (lisp-indent-region): Doc fix.
12126
12127 * subr.el (when, unless, split-string): Doc fix.
12128 (read-passwd): Move call of clear-this-command-keys to the right
12129 place.
12130 (replace-regexps-in-string): New function.
12131
12132 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12133
12134 * help.el (describe-variable): Set syntax table to
12135 emacs-lisp-mode-syntax-table when moving forward over the
12136 symbol's name.
12137
12138 2000-02-22 Dave Love <fx@gnu.org>
12139
12140 * xt-mouse.el: Doc fixes.
12141 (xterm-mouse-position-function): New function, replacing advice of
12142 mouse-position.
12143 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12144
12145 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12146
12147 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12148
12149 * format.el (format-annotate-single-property-change): Handle
12150 properties.with dotted-list values.
12151 (format-proper-list-p): New function.
12152
12153 * enriched.el (enriched-face-ans): Handle '(foreground-color
12154 . COLOR) and (background-color . COLOR).
12155
12156 2000-02-20 Dave Love <fx@gnu.org>
12157
12158 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12159 and assignments to it.
12160 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12161 current local map.
12162 (make-flyspell-overlay): Use it.
12163 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12164
12165 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12166 (lm-get-header-re): Defun, not defsubst.
12167 (lm-get-package-name): Defun, not defsubst. Simplify.
12168 (lm-version): Doc fix. Simplify.
12169 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12170 (lm-crack-address, lm-last-modified-date, lm-commentary)
12171 (lm-verify, lm-synopsis): Simplify.
12172 (lm-report-bug): Require emacsbug. Use compose-mail.
12173
12174 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12175
12176 * dired.el (dired-mode): Call propertized-buffer-identification
12177 to set mode-line-buffer-identification to something having
12178 the right text properties.
12179
12180 * bindings.el (propertized-buffer-identification): New function.
12181
12182 2000-02-20 Dave Love <fx@gnu.org>
12183
12184 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12185 check for t-mouse too.
12186
12187 * cus-start.el: Make echo-keystrokes `number'.
12188
12189 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12192 Don't call ring-empty-p unless tags-location-ring is bound.
12193 From Noah Friedman <friedman@splode.com>.
12194
12195 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12196
12197 * progmodes/hideshow.el (hs-flag-region): No longer use
12198 `intangible' overlay property.
12199
12200 (hs-toggle-hiding): New command.
12201 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12202
12203 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12204 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12205 and deactivation.
12206
12207 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12208
12209 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12210
12211 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12212
12213 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12214
12215 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12216 of `*' to handle `(* ... *)' comments.
12217
12218 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12219
12220 * faces.el (list-faces-display): Use display-mouse-p instead of
12221 window-system.
12222
12223 * menu-bar.el (global-map): Menu-bar items converted to the new
12224 format (menu-item..., rearranged for better CUA compliance, and
12225 their names changed for better clarity. Help strings added.
12226
12227 * international/mule-cmds.el (mule-menu-keymap)
12228 (describe-language-environment-map, set-coding-system-map)
12229 (setup-language-environment-map): Convert to new (menu-item...
12230 form, add help strings. Change names of menu items for better
12231 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12232 submenu).
12233
12234 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12235
12236 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12237 within the code.
12238
12239 2000-02-16 Dave Love <fx@gnu.org>
12240
12241 * faces.el: Don't require custom. Add more specific :groups to
12242 various deffaces.
12243 (set-face-attribute): Purecopy args.
12244 (read-face-name): Default to name at point and use it in prompt.
12245 Remove colon from arg in all callers.
12246 (list-faces-display): Hyperlink to face descriptions and customize
12247 buffers.
12248
12249 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12250
12251 * wid-edit.el (widget-match-inline): An atom never matches a
12252 list.
12253
12254 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12255
12256 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12257 at ':' characters by call to split-string.
12258
12259 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12260
12261 * textmodes/bibtex.el: Added RCS version identification.
12262
12263 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12264
12265 * textmodes/bibtex.el: Some temporary comments removed.
12266 (bibtex-field-name, bibtex-entry-type): Made the relationship
12267 explicit.
12268 (bibtex-field-const): Allow capital letters.
12269 (bibtex-start-of-string): Deleted because unused.
12270
12271 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12272 use the term 'reference' to describe a bibtex entry as a whole.
12273 Further, reference keys are no longer called 'labels'.
12274 (bibtex-keys): Renamed to bibtex-reference-keys.
12275 (bibtex-reformat-previous-labels): Renamed to
12276 bibtex-reformat-previous-reference-keys.
12277 (bibtex-reference-type): Renamed to bibtex-entry-type.
12278 (bibtex-reference-head): Renamed to bibtex-entry-head.
12279 (bibtex-reference-maybe-empty-head): Renamed to
12280 bibtex-entry-maybe-empty-head.
12281 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12282 (bibtex-search-reference): Renamed to bibtex-search-entry.
12283 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12284 bibtex-enclosing-entry-maybe-empty-head.
12285 (bibtex-entry-field-alist, bibtex-entry-head,
12286 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12287 bibtex-map-entries, bibtex-search-entry,
12288 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12289 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12290 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12291 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12292 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12293 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12294 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12295
12296 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12297
12298 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12299 comment.
12300 (bibtex-format-field-delimiters): New function, functionality
12301 extracted from bibtex-format-entry.
12302 (bibtex-autokey-get-yearfield-digits): New function, functionality
12303 extracted from bibtex-autokey-get-yearfield.
12304
12305 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12306 entries in order to avoid stack overflow in the regexp matcher if
12307 field contents become large.
12308 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12309 bibtex-field-string-part-not-braced,
12310 bibtex-field-string-part-no-inner-braces,
12311 bibtex-field-string-part-1-inner-brace,
12312 bibtex-field-string-part-2-inner-braces,
12313 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12314 bibtex-field-string-quoted, bibtex-field-string,
12315 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12316 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12317 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12318 as parsing is now performed by the following functions.
12319 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12320 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12321 bibtex-parse-field-string, bibtex-search-forward-field-string,
12322 bibtex-parse-association, bibtex-field-name-for-parsing,
12323 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12324 bibtex-search-forward-field, bibtex-search-backward-field,
12325 bibtex-start-of-field, bibtex-end-of-field,
12326 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12327 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12328 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12329 bibtex-parse-string, bibtex-search-forward-string,
12330 bibtex-search-backward-string, bibtex-start-of-string,
12331 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12332 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12333 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12334 entries. Instead of reporting the results of the parsing by
12335 match-beginning or match-end, these functions return data structures
12336 that hold the corresponding positions.
12337 (bibtex-enclosing-field): Changed to also report field boundaries by
12338 return values rather than by match-beginning or match-end. The
12339 following functions have been adapted to use the new parsing
12340 functions.
12341 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12342 bibtex-enclosing-field, bibtex-format-entry,
12343 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12344 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12345 bibtex-print-help-message, bibtex-end-of-entry,
12346 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12347 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12348 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12349 method for parsing.
12350 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12351 bibtex-map-entries, bibtex-flash-head,
12352 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12353 bibtex-autokey-change, bibtex-autokey-get-namefield,
12354 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12355 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12356 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12357 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12358 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12359 order to make the new binding of case-fold-search immediately
12360 visible.
12361
12362 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12363
12364 * textmodes/bibtex.el: Copyright notice is up to date.
12365 Added constant 'bibtex-maintainer-salutation.
12366
12367 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12368 than make-temp-name, use match-string-no-properties and eliminate
12369 a quadratic behavior when building bibtex-strings.
12370
12371 * bibtex.el (bibtex-reference-key): Accept string entries whose
12372 reference key contains upper case letters.
12373
12374 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12375
12376 * bibtex.el (bibtex-reference-head): Allow entries to start with
12377 a new line.
12378
12379 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12380
12381 * bibtex.el: Hiding of entry bodies is not longer provided by
12382 bibtex.el directly. Instead the hideshow package can be used.
12383 Added a special bibtex entry to hs-special-modes-alist.
12384 (bibtex-hs-forward-sexp): Added for hideshow.el.
12385
12386 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12387
12388 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12389 at ':' characters by call to split-string.
12390
12391 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12392
12393 * textmodes/bibtex.el: Added RCS version identification.
12394
12395 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12396
12397 * textmodes/bibtex.el: Some temporary comments removed.
12398 (bibtex-field-name, bibtex-entry-type): Made the relationship
12399 explicit.
12400 (bibtex-field-const): Allow capital letters.
12401 (bibtex-start-of-string): Deleted because unused.
12402
12403 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12404 use the term 'reference' to describe a bibtex entry as a whole.
12405 Further, reference keys are no longer called 'labels'.
12406 (bibtex-keys): Renamed to bibtex-reference-keys.
12407 (bibtex-reformat-previous-labels): Renamed to
12408 bibtex-reformat-previous-reference-keys.
12409 (bibtex-reference-type): Renamed to bibtex-entry-type.
12410 (bibtex-reference-head): Renamed to bibtex-entry-head.
12411 (bibtex-reference-maybe-empty-head): Renamed to
12412 bibtex-entry-maybe-empty-head.
12413 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12414 (bibtex-search-reference): Renamed to bibtex-search-entry.
12415 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12416 bibtex-enclosing-entry-maybe-empty-head.
12417 (bibtex-entry-field-alist, bibtex-entry-head,
12418 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12419 bibtex-map-entries, bibtex-search-entry,
12420 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12421 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12422 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12423 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12424 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12425 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12426 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12427
12428 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12429
12430 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12431 comment.
12432 (bibtex-format-field-delimiters): New function, functionality
12433 extracted from bibtex-format-entry.
12434 (bibtex-autokey-get-yearfield-digits): New function, functionality
12435 extracted from bibtex-autokey-get-yearfield.
12436
12437 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12438 entries in order to avoid stack overflow in the regexp matcher if
12439 field contents become large.
12440 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12441 bibtex-field-string-part-not-braced,
12442 bibtex-field-string-part-no-inner-braces,
12443 bibtex-field-string-part-1-inner-brace,
12444 bibtex-field-string-part-2-inner-braces,
12445 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12446 bibtex-field-string-quoted, bibtex-field-string,
12447 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12448 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12449 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12450 as parsing is now performed by the following functions.
12451 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12452 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12453 bibtex-parse-field-string, bibtex-search-forward-field-string,
12454 bibtex-parse-association, bibtex-field-name-for-parsing,
12455 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12456 bibtex-search-forward-field, bibtex-search-backward-field,
12457 bibtex-start-of-field, bibtex-end-of-field,
12458 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12459 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12460 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12461 bibtex-parse-string, bibtex-search-forward-string,
12462 bibtex-search-backward-string, bibtex-start-of-string,
12463 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12464 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12465 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12466 entries. Instead of reporting the results of the parsing by
12467 match-beginning or match-end, these functions return data structures
12468 that hold the corresponding positions.
12469 (bibtex-enclosing-field): Changed to also report field boundaries by
12470 return values rather than by match-beginning or match-end. The
12471 following functions have been adapted to use the new parsing
12472 functions.
12473 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12474 bibtex-enclosing-field, bibtex-format-entry,
12475 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12476 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12477 bibtex-print-help-message, bibtex-end-of-entry,
12478 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12479 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12480 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12481 method for parsing.
12482 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12483 bibtex-map-entries, bibtex-flash-head,
12484 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12485 bibtex-autokey-change, bibtex-autokey-get-namefield,
12486 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12487 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12488 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12489 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12490 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12491 order to make the new binding of case-fold-search immediately
12492 visible.
12493
12494 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12495
12496 * textmodes/bibtex.el: Copyright notice is up to date.
12497 Added constant 'bibtex-maintainer-salutation.
12498
12499 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12500 than make-temp-name, use match-string-no-properties and eliminate
12501 a quadratic behavior when building bibtex-strings.
12502
12503 * bibtex.el (bibtex-reference-key): Accept string entries whose
12504 reference key contains upper case letters.
12505
12506 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12507
12508 * bibtex.el (bibtex-reference-head): Allow entries to start with
12509 a new line.
12510
12511 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12512
12513 * bibtex.el: Hiding of entry bodies is not longer provided by
12514 bibtex.el directly. Instead the hideshow package can be used.
12515 Added a special bibtex entry to hs-special-modes-alist.
12516 (bibtex-hs-forward-sexp): Added for hideshow.el.
12517
12518 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12519
12520 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12521 proceedings entry type (for cross referencing). Thanks to Wagner
12522 Toledo Correa for the suggestion.
12523
12524 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12525
12526 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12527
12528 * international/characters.el: Setup case table for Vietnamese.
12529
12530 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12531
12532 * uniquify.el (toplevel): Require CL at compile time.
12533 (uniquify-push): Removed.
12534
12535 * shadowfile.el (shadow-when): Removed.
12536
12537 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12538 (tempo-process-and-insert-string): Use dolist instead of
12539 tempo-dolist.
12540
12541 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12542 regexp for paragraph-start.
12543
12544 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12545 commas as well.
12546
12547 2000-02-10 Dave Love <fx@gnu.org>
12548
12549 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12550 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12551 Deleted.
12552 (widget-specify-field, widget-specify-button): Don't use
12553 widget-mouse-help as help-echo property.
12554 (default): Use #'ignore for :validate and :mouse-down-action.
12555 (checkbox): Add help-echo.
12556 (widget-sexp-validate): Rewritten to clarify error messages.
12557 (character): Use char-valid-p in :match function.
12558 (widget-color-complete): Use facemenu-color-alist.
12559 (widget-color-action): Use facemenu-read-color.
12560
12561 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12562 set up `caar' &c that we now have.
12563
12564 2000-02-09 Ray Blaak <blaak@gnu.org>
12565
12566 * delphi.el: Make resourcestring a declaration region, like const
12567 and var.
12568
12569 2000-02-09 Dave Love <fx@gnu.org>
12570
12571 * bindings.el (mode-line-input-method-map): New variable.
12572 (mode-line-mule-info): Use it; fix last change.
12573 (mode-line-mode-menu): Move definition.
12574 (mode-line-mouse-sensitive-p): Deleted.
12575 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12576 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12577 level.
12578
12579 * startup.el (command-line-1): Don't call
12580 make-mode-line-mouse-sensitive.
12581
12582 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12583
12584 * mail/rmail.el (rmail-retry-failure): Use
12585 rmail-beginning-of-message before rmail-toggle-header, because the
12586 former toggles headers.
12587
12588 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12589
12590 * diff-mode.el (diff-kill-junk): New interactive function.
12591 (diff-reverse-direction): Use delete-and-extract-region.
12592 (diff-post-command-hook): Restrict the area so that the hook also works
12593 outside of any diff hunk. This is necessary for the minor-mode.
12594 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12595 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12596
12597 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12598 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12599 so that it can be used more easily in <foo>-mode-hook. Also make sure
12600 to avoid duplicate entries.
12601 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12602 (font-lock-remove-keywords): Just as was done for `add', allow it to
12603 work even if font-lock-mode is nil. Also make sure we don't modify
12604 any pre-existing list by forcing a copy-sequence. Finally rename
12605 `major-mode' to `mode'.
12606 (font-lock-fontify-syntactic-anchored-keywords)
12607 (font-lock-fontify-anchored-keywords)
12608 (font-lock-fontify-keywords-region): Use line-end-position.
12609 Don't make `font-lock-multiline' local (it's now done in
12610 font-lock-set-defaults).
12611 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12612 move the `font-lock-fontified' creation to inside the `unless'.
12613
12614 2000-02-06 Andrew Innes <andrewi@gnu.org>
12615
12616 * term/w32-win.el (x-handle-args): Comment out call to message,
12617 which occurs before window system is initialized.
12618
12619 * makefile.nt: Add support for recompiling lisp code.
12620
12621 2000-02-04 Dave Love <fx@gnu.org>
12622
12623 * bindings.el (mode-line-mule-info): Fix/extend last change.
12624
12625 * completion.el: Replace completion-dolist with dolist.
12626
12627 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12628 dotimes.
12629
12630 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12631
12632 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12633 environment names before they go into the section regexp.
12634
12635 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12636 char class in regexp.
12637
12638 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12639 `case-fold-search' to nil.
12640
12641 * progmodes/idlwave.el (idlwave-template): Respect
12642 `idlwave-abbrev-change-case'.
12643 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12644 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12645 idlwave-while): respect `idlwave-reserved-word-upcase'.
12646 (idlwave-rw-case): New function.
12647 (idlwave-statement-match): Fixed problem with assignment regexp.
12648 (idlwave-font-lock-keywords): Improved regexp for keyword
12649 parameters.
12650 (idlwave-surround): New argument LENGTH to support padding of
12651 operators longer than 1 char.
12652
12653 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12654 idlwave-shell-expression-overlay. Implemented printing of
12655 expressions on higher levels of the calling stack.
12656 (idlwave-shell-display-level-in-calling-stack): Restore stack
12657 level.
12658 (idlwave-retrieve-expression-from-level): New function.
12659 (idlwave-shell-last-calling-stack): Variable removed.
12660 (idlwave-shell-reset): Argument action reversed (`visible' to
12661 `hidden'). Also remove stop-line overlay.
12662 (idlwave-shell-calling-stack-routine): New variable.
12663 (idlwave-shell-parse-stack-and-display): Messages now display
12664 negative level numbers.
12665 (idlwave-shell-mode): Set `modeline-format'.
12666 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12667 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12668 21.
12669 (idlwave-shell-print-expression-function): New option.
12670
12671 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12672 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12673 `tool-bar' instead of `toolbar'.
12674
12675 2000-02-02 Dave Love <fx@gnu.org>
12676
12677 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12678 emacs-lisp-mode-hook. Don't check for defalias being defined.
12679
12680 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12681 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12682 the new builtins directly.
12683
12684 * whitespace.el (whitespace): Add :version to defgroup.
12685
12686 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12687 Doc fix.
12688
12689 * thingatpt.el (sexp-at-point, symbol-at-point)
12690 (number-at-point, list-at-point): Add autoload cookie.
12691
12692 * recentf.el (recentf): Add :version to defgroup.
12693
12694 * quickurl.el (quickurl): Add :version to defgroup.
12695
12696 * elide-head.el (elide-head): Use point-marker more.
12697
12698 * bs.el (bs): Add :version to defgroup.
12699
12700 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12701
12702 * progmodes/delphi.el (delphi): Add :version to defgroup.
12703
12704 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12705
12706 * ange-ftp.el (ange-ftp-write-region): Handle case that
12707 succeeding process operation sets a different coding system.
12708
12709 * calculator.el: New file.
12710
12711 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12712
12713 * frame.el (frames-on-display-list, framep-on-display): New
12714 functions.
12715 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12716 (display-selections-p, display-screens, display-pixel-width)
12717 (display-pixel-height, display-mm-width, display-mm-height)
12718 (display-backing-store, display-save-under, display-planes)
12719 (display-color-cells, display-visual-class): New functions.
12720
12721 * term/tty-colors.el (tty-color-gray-shades): New function.
12722
12723 * faces.el (display-color-p): Use framep-on-display.
12724 (display-grayscale-p): New function.
12725
12726 2000-01-31 Dave Love <fx@gnu.org>
12727
12728 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12729 (create-fontset-from-x-resource): Don't concat integers.
12730
12731 2000-01-31 Inge Frick <inge@nada.kth.se>
12732
12733 * view.el: Some changes in documentation. Removed some trailing
12734 whitespace. Changed some parameter names to agree with
12735 documentation.
12736 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12737 window is not deleted. Modifies change 1998-04-26.
12738
12739 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12740
12741 * windmove.el: New file.
12742
12743 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12744 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12745 progmodes/ebnf-yac.el: Update copyright and license info.
12746
12747 * jit-lock.el (jit-lock-function): Widen before calculating end
12748 position.
12749 (jit-lock-stealth-chunk-start): Rewritten.
12750
12751 * info.el (Info-title-face-alist): Removed.
12752 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12753 faces.
12754 (Info-fontify-node): Use these faces.
12755
12756 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12757
12758 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12759 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12760 `&allow-other-keywords'.
12761
12762 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12763 the list of directories scanned heuristically.
12764
12765 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12766 exist.
12767
12768 2000-01-30 Jason Rumney <jasonr@gnu.org>
12769
12770 * w32-fns.el: Define w32-tty-standard-colors.
12771
12772 * startup.el (command-line): Use w32-tty-standard-colors when in
12773 w32 console mode.
12774
12775 2000-01-30 Dave Love <fx@gnu.org>
12776
12777 * jka-compr.el (jka-compr-load): Fix up load-history.
12778
12779 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12780
12781 * emacs-lisp/cl-macs.el: Revert previous change.
12782
12783 2000-01-29 Dave Love <fx@gnu.org>
12784
12785 * facemenu.el: Purecopy various strings.
12786
12787 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12788 years. Deal with three-digit years.
12789
12790 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12791 defconst, purecopy.
12792 (help-back-label): Purecopy it.
12793
12794 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12795
12796 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12797 variable. If non-nil, order the buffer list according to the
12798 currently selected frame.
12799 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12800 non-nil, pass the selected frame to function buffer-list.
12801
12802 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12803
12804 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12805
12806 2000-01-28 Dave Love <fx@gnu.org>
12807
12808 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12809
12810 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12811 Don't use lisp-indent-hook property.
12812 (cl-abs): Remove.
12813
12814 * subr.el: Move out indent and edebug specs for when and unless.
12815
12816 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12817 when, unless.
12818
12819 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12820 unless, when.
12821
12822 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12823
12824 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12825 `collecting' as synonym for `collect'.
12826
12827 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12828 for the case it contains spaces.
12829
12830 * simple.el (what-cursor-position): Change formatting of
12831 messages.
12832
12833 * frame.el (delete-other-frames): New function.
12834 (toplevel): Bind it to C-x 5 1.
12835
12836 * sort.el (sort-numeric-base): New option.
12837 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12838 interpret it as octal or hexadecimal. Use sort-numeric-base
12839 as default base.
12840
12841 * progmodes/glasses.el: New file.
12842
12843 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12844
12845 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12846 userids differently.
12847
12848 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12849 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12850 progmodes/ebnf-yac.el: New files.
12851
12852 2000-01-26 Dave Love <fx@gnu.org>
12853
12854 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12855 on a function with an empty body. [From Eric Ludlam.]
12856
12857 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12858
12859 * vc.el (vc-version-diff): Make sure file name is expanded.
12860
12861 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12862
12863 * scroll-bar.el (scroll-bar-timer): Variable removed.
12864 (scroll-bar-toolkit-scroll): Don't use a timer.
12865
12866 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12867
12868 * language/thai-util.el (thai-composition-function): Delete
12869 superfluous `a'.
12870
12871 2000-01-24 Dave Love <fx@gnu.org>
12872
12873 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12874 end-of-defun-function.
12875
12876 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12877 &c.
12878
12879 2000-01-22 Jason Rumney <jasonr@gnu.org>
12880
12881 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12882 conflicts with new face support.
12883
12884 2000-01-22 Richard M. Stallman <rms@gnu.org>
12885
12886 * replace.el (query-replace): Rename last arg to DELIMITED.
12887 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12888 (query-replace-regexp): Likewise.
12889
12890 2000-01-20 Richard M. Stallman <rms@gnu.org>
12891
12892 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12893
12894 * emacs-lisp/lisp.el (beginning-of-defun-function):
12895 Variable renamed from beginning-of-defun.
12896 Do not call make-variable-buffer-local.
12897 (beginning-of-defun-raw): Use new variable name; doc fix.
12898 (beginning-of-defun): Doc fix.
12899 (end-of-defun-function): Variable renamed from end-of-defun.
12900 Do not call make-variable-buffer-local.
12901 (end-of-defun): Use new variable name; doc fix.
12902
12903 * subr.el (dolist, dotimes): Copied from cl-macs.el
12904 and made to work.
12905
12906 * mail/undigest.el (rmail-digest-end-regexps):
12907 Variable replaces rmail-digest-end-regexp.
12908 Allows multiple regexps for detecting the end line.
12909 (undigestify-rmail-message): Corresponding changes.
12910
12911 2000-01-19 Dave Love <fx@gnu.org>
12912
12913 * files.el (user-init-file): Don't declare here -- is primitive.
12914
12915 * startup.el (command-line): Check for compiled user-init-file and
12916 set to uncompiled version if necessary.
12917
12918 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12919
12920 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12921 (undigestify-rmail-message): Use it.
12922
12923 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12924
12925 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12926
12927 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12928 of mini-buffer.
12929
12930 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12931
12932 * emacs-lisp/copyright.el (copyright-update): Removed the
12933 requirement for a trailing space from `copyright-regexp', to
12934 support copyrights with owner specified on a separate line..
12935
12936 * align.el: New file.
12937
12938 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12939
12940 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12941
12942 2000-01-13 Dave Love <fx@gnu.org>
12943
12944 * ph.el: Removed. (Obsoleted by EUDC.)
12945
12946 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12947
12948 * net/eudc.el (toplevel): Remove autoloaded code installing
12949 menu with easymenu, because that causes build problems.
12950
12951 * frame.el (frame-notice-user-settings): New variable.
12952 (frame-notice-user-settings): Don't modify frame parameters
12953 if called a second time.
12954
12955 2000-01-13 Richard M. Stallman <rms@gnu.org>
12956
12957 * frame.el (frame-notice-user-settings):
12958 Notice default-frame-parameters even for non-window frames.
12959
12960 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12961
12962 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12963 for Emacs.
12964 (eudc-bob-can-display-inline-images): Extend for Emacs.
12965 (eudc-bob-toggle-inline-display): Ditto.
12966 (eudc-bob-display-jpeg): Ditto.
12967
12968 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12969
12970 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12971 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12972 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12973
12974 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12975 nil)'.
12976
12977 * subdirs.el: Add `net' directory.
12978
12979 * net: New directory.
12980
12981 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12982 eval-last-sexp. Don't bind debug-on-error here.
12983 (eval-last-sexp): New function. Bind debug-on-error if
12984 eval-expression-debug-on-error is non-nil.
12985 (eval-defun-2, eval-defun): Likewise.
12986
12987 * simple.el (eval-expression): Don't bind debug-on-error if
12988 eval-expression-debug-on-error is nil. Detect changed
12989 debug-on-error, and propagate new value to global binding, if
12990 eval-expression-debug-on-error is non-nil,
12991 (eval-expression-debug-on-error): Change doc string.
12992
12993 2000-01-11 Richard M. Stallman <rms@gnu.org>
12994
12995 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12996
12997 * emacs-lisp/lisp-mode.el (with-syntax-table):
12998 Set up lisp-indent-function property.
12999
13000 * subr.el (with-syntax-table): Moved from simple.el.
13001
13002 * simple.el (with-syntax-table): Moved to subr.el.
13003
13004 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13005
13006 * tmm.el (tmm-shortcut): Delete region after prompt instead
13007 of erasing buffer.
13008
13009 * textmodes/fill.el (fill-common-string-prefix): New function.
13010 (fill-context-prefix): Use the longest common prefix of first
13011 and second line fill prefix, if there is one.
13012
13013 2000-01-11 Richard M. Stallman <rms@gnu.org>
13014
13015 * array.el (array-mode): Don't use make-variable-buffer-local.
13016 Use make-local-variable for `truncate-lines'.
13017
13018 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13019
13020 * add-log.el (add-log-current-defun): Handle user-defined
13021 add-log-current-function returning nil,
13022
13023 * add-log.el (add-change-log-entry): Insert version number
13024 if having found a current function
13025
13026 * add-log.el (add-log-current-defun): Call
13027 `add-log-current-defun-function'. Try matches at level 0 and
13028 level 1. Strip whitespace from defun found.
13029
13030 2000-01-10 John Wiegley <johnw@gnu.org>
13031
13032 * allout.el (isearch-done/outline-provisions): Added `edit'
13033 argument to correspond with the current definition of
13034 `isearch-done'.
13035
13036 2000-01-10 Dave Love <fx@gnu.org>
13037
13038 * elide-head.el (elide-head): Use point-marker, not point.
13039
13040 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13041
13042 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13043 before and after the year 2000.
13044
13045 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13046 Add ispell- prefix.
13047
13048 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13049
13050 * ispell.el: Only define dictionaries in menus when they exist.
13051 (version18p): New variable.
13052 (version20p): New variable.
13053 (xemacsp): New variable.
13054 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13055 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13056 (ispell-dictionary-alist6): Russian command lines no longer accept
13057 run-together words.
13058 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13059 (ispell-dictionary-alist): Add koi8-r to customize definition.
13060 (check-ispell-version): Added documentation string. Returns
13061 library path when called non-interactively.
13062 (ispell-menu-map-needed): Uses new variables.
13063 (ispell-library-path): New variable.
13064 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13065 (ispell-word): Improved documentation string. Test for valid
13066 character mappings. Correctly check typed in word changes that can
13067 result in single words split into multiple words. Returns
13068 replacement word.
13069 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13070 replace in recursive query replace mode. Help message for
13071 recursive edit mode.
13072 (ispell-show-choices): Protect against bad framepop bindings.
13073 (ispell-help): Fix to work with XEmacs.
13074 (ispell-highlight-spelling-error): Use new variables.
13075 (ispell-overlay-window): Fix to work with XEmacs.
13076 (ispell-parse-output): Passed and returns location information
13077 tracking spelling corrections. Doesn't recheck same word on
13078 current line.
13079 (ispell-init-process): Protect against bogus XEmacs variable binding.
13080 Fix call to single argument in sleep-for. Use new variables.
13081 (ispell-region): Passed and returns location information tracking
13082 spelling corrections. Doesn't check same word on current line.
13083 Improved documentation string. Doesn't resend a line already
13084 checked to the ispell process - fixes bug in LaTeX parsing.
13085 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13086 (ispell-skip-region): No longer skips <TT> in SGML.
13087 (ispell-process-line): Tracks location information with spelling
13088 corrections. Added documentation string. Accounts for words
13089 already accepted on this line. Don't allow query-replace on line
13090 starting with math characters. Doesn't resend a line already sent
13091 to ispell process. Fixes alignment error bug.
13092
13093 2000-01-10 Richard M. Stallman <rms@gnu.org>
13094
13095 * dired-x.el (dired-guess-shell-alist-default):
13096 Suggest xloadimage, which is free, not xv, which isn't.
13097
13098 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13099 Don't ever include the host name or user name in the value.
13100
13101 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13102
13103 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13104 of a real newline.
13105
13106 2000-01-09 Stephen Eglen <stephen@gnu.org>
13107
13108 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13109 for .png files.
13110
13111 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13112
13113 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13114
13115 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13116
13117 * progmodes/cperl-mode.el: Replace ^F with ^L.
13118
13119 * sendmail.el (toplevel): Provide `sendmail' when compiling
13120 before `require'ing rmail and mailalias to prevent infinite
13121 recursion.
13122
13123 2000-01-08 Dave Love <fx@gnu.org>
13124
13125 * emacs-lisp/backquote.el: Remove inappropriate customization
13126 (allowing custom.el to use backquote).
13127
13128 2000-01-07 Dave Love <fx@gnu.org>
13129
13130 * add-log.el (add-log-debugging): Deleted.
13131 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13132 file. Remove debugging code.
13133 (change-log-get-method-definition, change-log-name): Add doc.
13134 (change-log-sortable-date-at): New function.
13135 (change-log-merge): New command.
13136
13137 * time.el (display-time-string-forms): Make the Mail string active.
13138 (display-time-update): Provide help-echo for load average.
13139
13140 * bindings.el (make-mode-line-mouse2-map): New function.
13141 (mode-line-modified): Use it and simplify.
13142 (mode-line-mule-info): Provide help-echo info.
13143 (minor-mode-alist): Activate the strings.
13144 (make-mode-line-mouse-sensitive): Simplify for
13145 mode-line-buffer-identification.
13146
13147 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13148
13149 * play/pong.el: New file.
13150
13151 2000-01-06 Dave Love <fx@gnu.org>
13152
13153 * array.el: Assorted cleanups for compiler warnings, doc strings,
13154 `array-' prefix for symbols.
13155
13156 2000-01-05 Dave Love <fx@gnu.org>
13157
13158 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13159 outline-headers-as-kill.
13160 (outline-mode): Define imenu-generic-expression.
13161 (outline-headers-as-kill): New command.
13162
13163 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13164 from paragraph-start.
13165 (paragraph-indent-minor-mode): New command.
13166
13167 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13168 M-C-e, M-C-h, C-j, C-xnd, TAB.
13169 (fortran-mode): Set beginning-of-defun, end-of-defun.
13170 (fortran-column-ruler): Simplify.
13171 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13172 (fortran-with-subprogram-narrowing): Likewise.
13173 (fortran-indent-subprogram): Call mark-defun.
13174 (fortran-check-for-matching-do): Change narrowing.
13175
13176 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13177 (cl-lucid-hash-tag): Delete.
13178 (cl-hash-table-p): Correct test for native table.
13179 (cl-hash-table-count): Use hash-table-count.
13180
13181 * browse-url.el (browse-url): Fix case of
13182 browse-url-browser-function being an alist.
13183
13184 2000-01-05 Carsten Dominik <cd@gnu.org>
13185
13186 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13187 (reftex-index-phrase-file-extension): New options.
13188
13189 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13190 Use new option `reftex-index-phrase-file-extension'.
13191
13192 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13193 `reftex-parse-file-extension'.
13194
13195 2000-01-05 Dave Love <fx@gnu.org>
13196
13197 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13198 (beginning-of-defun-raw): Use it.
13199 (end-of-defun): New variable.
13200 (end-of-defun): Use it.
13201 (check-parens): New command.
13202
13203 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13204
13205 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13206 (hs-show-block): Don't use `mapcar' when not accumulating.
13207
13208 Fix buglet in local variables initialization.
13209
13210 2000-01-05 Andreas Schwab <schwab@suse.de>
13211
13212 * hscroll.el (hscroll): Doc fix.
13213
13214 2000-01-05 Carsten Dominik <cd@gnu.org>
13215
13216 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13217 idlw-toolbar.
13218
13219 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13220 file idlw-rinfo.el.
13221 (idlwave-customize): load must read file idlw-shell.el.
13222 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13223
13224 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13225
13226 * progmodes/idlw-shell.el: Also provide idlwave-shell
13227 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13228 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13229
13230 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13231 both reftex-dcr and reftex-vcr.
13232
13233 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13234
13235 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13236
13237 * ps-print.el: PostScript code now is in separate files, doc fix.
13238 (ps-print-version): New version number (5.0.3).
13239 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13240 local.
13241 (ps-spool-config): Initialization fix.
13242 (ps-print-prologue-1, ps-print-prologue-2)
13243 (ps-print-duplex-feature): PostScript code moved to separated file.
13244 (ps-background-image): Little code reformating.
13245 (ps-begin-file, ps-begin-job): Fix code.
13246 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13247 (ps-prologue-file): New fun.
13248
13249 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13250
13251 * ps-vars.el: Eliminated.
13252
13253 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13254 `;;;###autoload'.
13255
13256 * ps-print.el: ps-vars eliminated, doc fix.
13257 (ps-print-version): New version number (5.0.2).
13258 (ps-spool-config): Initialization fix.
13259 (ps-print-customize): New fun.
13260
13261 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13262
13263 * autorevert.el (auto-revert-mode): Return value of
13264 auto-revert-mode.
13265
13266 2000-01-04 Dave Love <fx@gnu.org>
13267
13268 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13269 menu items.
13270
13271 2000-01-03 Dave Love <fx@gnu.org>
13272
13273 * elide-head.el (elide-head) [defgroup]: Add :version.
13274
13275 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13276 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13277 `cl-hash-table-p', not `hash-table-p'.
13278 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13279
13280 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13281
13282 * faces.el (face-read-integer, read-face-attribute)
13283 (color-defined-p, color-values): unspecified-{f,b}g are now
13284 strings.
13285
13286 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13287
13288 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13289 at comment end, and re-insert them after filling.
13290
13291 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13292
13293 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13294 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13295 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13296
13297 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13298
13299 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13300 the new name of face-color-supported-p.
13301
13302 * term/w32-win.el (xw-defined-colors): Likewise.
13303
13304 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13305
13306 * simple.el (completion-setup-function): Count completion-size
13307 from minibuffer-prompt-end, not from point-min.
13308
13309 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13310
13311 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13312 Pass the frame to tty-color-* functions.
13313 (display-color-p, frame-set-background-mode): Pass the frame to
13314 tty-display-color-p.
13315
13316 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13317 tty-color-alist.
13318 (tty-color-alist, tty-modify-color-alist): New functions.
13319 (tty-color-define, tty-color-clear, tty-color-approximate)
13320 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13321 an optional parameter FRAME.
13322
13323 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13324
13325 * image.el (create-image, defimage): Don't assume image data is a
13326 string.
13327
13328 * image.el (defimage): Handle specifications containing :data
13329 instead of :file.
13330 (image-type-from-data): New function.
13331 (image-type-from-file-header): Use it.
13332 (create-image): Add parameter DATA-P.
13333
13334 See ChangeLog.8 for earlier changes.
13335
13336 ;; Local Variables:
13337 ;; coding: iso-2022-7bit
13338 ;; End: