(reftex-view-crossref): added SPACE and TAB as key separators.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2
3 * textmodes/reftex-dcr.el (reftex-view-crossref): added SPACE and
4 TAB as key separators.
5
6 2000-12-19 Alex Schroeder <alex@gnu.org>
7
8 * sql.el (sql-sybase-options): New option.
9 (sql-sybase): Use it. Add sql-database to the list of parameters
10 provided for login. The options -w 2048 -n are not used any more.
11 (sql-postgres-options): Changed default from "--pset" to "-P".
12 (sql-mysql-options): Doc change.
13 (sql-stop): Doc change.
14
15 2000-12-19 Kenichi Handa <handa@etl.go.jp>
16
17 * international/quail.el (quail-input-method): Always hide
18 the guidance buffer on exiting.
19
20 2000-12-18 Gerd Moellmann <gerd@gnu.org>
21
22 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
23 isn't fboundp.
24
25 * server.el (server-buffer-done): Bury the buffer before
26 killing it.
27
28 * faces.el (face-spec-set): Interpret a nil in specs for
29 foreground and background colors as `unspecified', for
30 compatibility with 20.x.
31
32 2000-12-18 Dave Love <fx@gnu.org>
33
34 * simple.el (mail-user-agent): Doc fix.
35 (input-mode-8-bit): Removed.
36
37 * international/mule.el (set-keyboard-coding-system): Doc fix.
38 (keyboard-coding-system): New option.
39
40 * mail/sendmail.el (send-mail-function): Customize.
41
42 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
43
44 * international/codepage.el (cp866-decode-table): New table.
45
46 2000-12-18 Gerd Moellmann <gerd@gnu.org>
47
48 * version.el (emacs-version): Remove `%a' from the time format
49 because the weekday doesn't fit well into each locale.
50
51 2000-12-18 Miles Bader <miles@gnu.org>
52
53 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
54
55 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
56 Check that emacs-major-version is `=' to 20, not `>='.
57 (artist-replace-chars): Use `make-string' instead of a loop.
58
59 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
60
61 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
62 (cvs-execute-single-file): Don't change directory.
63 Patch from Per Cederqvist.
64
65 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * textmodes/ispell.el (check-ispell-version): If
68 `ispell-program-name' is "aspell", pass it the -v switch instead
69 of -vv.
70
71 2000-12-16 Kenichi Handa <handa@etl.go.jp>
72
73 * international/mule-diag.el (mule-diag): Insert information about
74 configure options, multibyte awareness, language env.
75
76 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
77 regexp to search for candidates.
78
79 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
80
81 * info.el (Info-forward-node): If the node has an
82 Info-header-line, widen the buffer before searching for "next:"
83 and "up:" pointers, and set the search limit to stay in the
84 current node.
85
86 2000-12-16 Miles Bader <miles@gnu.org>
87
88 * simple.el (delete-trailing-whitespace): Remove extraneous let.
89
90 2000-12-15 Miles Bader <miles@gnu.org>
91
92 * comint.el (comint-send-string, comint-send-region): Also accept
93 a buffer, buffer-name, or nil for PROCESS, for compatibility with
94 process-send-string/region.
95
96 2000-12-15 Gerd Moellmann <gerd@gnu.org>
97
98 * isearch.el (isearch-lazy-highlight-max): New user-option.
99 (isearch-lazy-highlight-update): Don't highlight more than
100 isearch-lazy-highlight-max matches.
101
102 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
103
104 2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
105
106 * sort.el (sort-columns): Fix error message.
107
108 * dabbrev.el (dabbrev--last-case-pattern): Value is now
109 `upcase' or `downcase' or nil.
110 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
111 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
112 (dabbrev--substitute-expansion): New arg record-case-pattern.
113 If it is non-nil, set dabbrev--last-case-pattern.
114 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
115
116 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
117
118 2000-12-15 Miles Bader <miles@gnu.org>
119
120 * paths.el (Info-default-directory-list): Don't delete
121 configure-info-directory from the list of standard info
122 directories when appending it to the end -- their order is
123 important.
124
125 * faces.el (read-face-attribute): If there's no entry for the
126 user's input in VALID, just use it as-is (this will often result
127 in an error, but it may be OK for e.g. colors using hexadecimal
128 notation, and at least will yield a better error message).
129
130 * window.el (mode-line-window-height-fudge): Function removed.
131 (height-affecting-face-attributes, mode-line-window-height-fudge):
132 Variables removed.
133 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
134 window is really the right size. Use vertical-motion
135 rather than forward-line.
136 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
137 (ispell-command-loop, ispell-show-choices): Use the variable
138 ispell-choices-win-default-height, rather than the function.
139 (ispell-choices-win-default-height): Function removed.
140 (ispell-mode-line-window-height-fudge): Function removed.
141
142 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
143
144 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
145
146 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
147
148 * paths.el (Info-default-directory-list): If
149 configure-info-directory is not one of the standard directories,
150 put it first in the list; otherwise put it last. Doc string
151 changed accordingly.
152
153 * info.el (Info-directory-list): Change doc string to reflect the
154 change in Info-default-directory-list.
155
156 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
157 windows-nt as windowed environments, even under -nw.
158
159 * startup.el (command-line): Don't call x-backspace-delete-keys-p
160 if not fboundp. Switch delete-forward mode for the <delete> key
161 on all PC platforms, even under -nw.
162
163 * term/internal.el ([M-delete]): Remap to M-d.
164
165 2000-12-14 Gerd Moellmann <gerd@gnu.org>
166
167 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
168
169 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
172
173 2000-12-14 Gerd Moellmann <gerd@gnu.org>
174
175 * startup.el (command-line): Call delete-key-deletes-forward-mode,
176 if appropriate.
177
178 * simple.el (delete-key-deletes-forward): New user-option.
179 (delete-key-deletes-forward-mode): New function.
180
181 * bindings.el: Bind `delete' to backward-delete-char.
182
183 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
184 if symbol is bound before getting its value.
185
186 * tooltip.el (tooltip-show): If an error is signaled in
187 x-show-tip, display that error, and display the help in the
188 echo area.
189
190 2000-12-14 Kenichi Handa <handa@etl.go.jp>
191
192 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
193 "... entries" messages for every 10000 entries, not 10.
194
195 2000-12-13 Karl Fogel <kfogel@red-bean.com>
196
197 * bookmark.el: Provide a generic exit hook, as suggested by
198 Ovidiu Predescu <ovidiu@cup.hp.com>:
199 (bookmark-exit-hook): New var.
200 (bookmark-exit-hook-internal): New func, replaces
201 old raw lambda form in `kill-emacs-hook', and runs new
202 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
203 as logically that feature must have been provided if this function
204 is running.
205 Removed ;;;###autoload before the `add-hook' call.
206
207 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
208
209 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
210 (easy-menu-current-active-maps): New function.
211 (easy-menu-get-map): Use it.
212 Make a proper menu entry when creating a new keymap.
213
214 2000-12-13 Kenichi Handa <handa@etl.go.jp>
215
216 * international/characters.el: Fix cases and syntaxes for
217 mule-unicode-0100-24ff.
218
219 * dired.el (dired-move-to-filename-regexp): Fixed for the case
220 that a Japanese character is not appended after day and year.
221
222 * info.el (Info-suffix-list): Change format for a command that
223 requires arguments.
224 (info-insert-file-contents): Adjusted for the above change.
225
226 2000-12-12 Andreas Schwab <schwab@suse.de>
227
228 * tar-mode.el (tar-extract): Base the name of the subfile buffer
229 on the name of the tar buffer. Verify that the existing buffer is
230 visiting the same subfile.
231
232 2000-12-12 Dave Love <fx@gnu.org>
233
234 * subdirs.el: Add obsolete.
235
236 2000-12-12 Gerd Moellmann <gerd@gnu.org>
237
238 * mail/rmailsum.el (rmail-summary-expunge)
239 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
240 instead of rmail-confirm-expunge.
241
242 * replace.el (perform-replace): Don't use an empty match adjacent
243 to a non-empty match when computing the next match before the
244 replacement is performed.
245
246 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
247
248 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
249 definition (patch by Stefan Monnier).
250 (glasses-mode): Use jit-lock instead of `after-change-functions'
251 (patch by Stefan Monnier).
252
253 2000-12-12 Miles Bader <miles@gnu.org>
254
255 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
256 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
257
258 2000-12-12 Andrew Choi <akochoi@i-cable.com>
259
260 * term/mac-win.el: Remove load for ls-lisp.
261
262 * loadup.el: Load ls-lisp for system-type `macos'.
263
264 2000-12-12 Miles Bader <miles@gnu.org>
265
266 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
267 Respect field end too.
268 (just-one-space): Respect fields as `delete-horizontal-space'.
269 (newline-and-indent, reindent-then-newline-and-indent): Use
270 `delete-horizontal-space'.
271
272 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
273
274 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
275 (so as to obey the field property in the minibuffer).
276
277 * obsolete/c-mode.el: Moved from lisp/progmodes.
278 * obsolete/auto-show.el: Moved from lisp.
279 * obsolete/ooutline.el: Moved from lisp/textmodes.
280
281 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
282
283 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
284 changes to list them here.
285
286 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
287 many changes to list them here.
288
289 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
290 many changes to list them here.
291
292 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
293
294 2000-12-11 Gerd Moellmann <gerd@gnu.org>
295
296 * simple.el (kill-new): Don't try to setcar kill-ring if it is
297 nil.
298
299 * cus-edit.el (custom-save-variables, custom-save-faces):
300 Comment fix.
301
302 * hscroll.el: Moved to `obsolete' subdir.
303
304 2000-12-11 Miles Bader <miles@gnu.org>
305
306 * window.el (window-text-height): Function removed (now in C).
307
308 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
309
310 * log-edit.el (log-edit-parent-buffer): New var.
311 (log-edit): Set it. Add BUFFER argument.
312 (log-edit-done): Use char-before.
313 Don't bother checking validity of vc-comment-ring.
314 Only bury the buffer if log-edit popped it up.
315
316 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
317 (cvs-mode-diff-help): Remove.
318 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
319 (cvs-mode-marked): Set up the default for CMD manually.
320
321 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
322 Remove binding for ? now made unnecessary.
323
324 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
325
326 * textmodes/reftex.el (reftex-scanning-info-available-p): New
327 function
328 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
329
330 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
331 when master file is not open.
332
333 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
334
335 * progmodes/ada-stmt.el: Update `maintainer'.
336
337 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
338
339 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
340 choices to match documentation string.
341
342 2000-12-09 Miles Bader <miles@gnu.org>
343
344 * minibuf-eldef.el: New file.
345
346 * window.el (fit-window-to-buffer): Don't pass last argument to
347 pos-visible-in-window-p, now that its meaning is inverted.
348
349 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
350
351 * image.el (create-image): Doc fix; spotted by Per Cederqvist
352 <ceder@lysator.liu.se>.
353
354 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
355
356 * autoinsert.el (auto-insert-alist): Add missing final \n.
357
358 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
359 (cvs-menu-map): Remove.
360 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
361 (cvs-mode-quit): Turn it back into a plain function.
362
363 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
364 (texinfo-filter): Remove (move to texinfo.el).
365
366 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
367 file where it's more visible.
368 (texinfo-filter, texinfo-chapter-level-regexp): New variables
369 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
370 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
371 (texinfo-inside-macro-p): Only catch `scan-error's.
372 (texinfo-inside-env-p): Make better use of the match info.
373 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
374 (texinfo-insert-@end): Slight re-organization.
375 Also remove useless `looking-at' call.
376
377 2000-12-08 Andrew Innes <andrewi@gnu.org>
378
379 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
380 accessible in -nw mode.
381
382 * term/w32-win.el: Remove stuff about selection timeout, which is
383 irrelevant on Windows. Move clipboard support to w32-fns.el, so
384 it is accessible in -nw mode.
385
386 2000-12-08 Dave Love <fx@gnu.org>
387
388 * emacs-lisp/lisp-mode.el (lisp-mode): Set
389 font-lock-keywords-case-fold-search.
390
391 2000-12-08 Gerd Moellmann <gerd@gnu.org>
392
393 * textmodes/ispell.el (ispell): Doc fix.
394
395 2000-12-08 Kenichi Handa <handa@etl.go.jp>
396
397 * international/quail.el (quail-insert-decode-map): Check the
398 frame width of a window displaying the current buffer, not that of
399 the selected frame.
400 (quail-help): Make sure that the help buffer has window before
401 inserting text in it.
402
403 2000-12-07 Sam Steingold <sds@gnu.org>
404
405 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
406 Backquote is used in isearch.el, so autoloading saves nothing.
407
408 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
409
410 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
411 the CVS and RCS subdirectories case-insensitively.
412
413 * dired.el (dired-insert-directory): If file-system-info is
414 fboundp, call it instead of invoking dired-free-space-program.
415
416 2000-12-07 Gerd Moellmann <gerd@gnu.org>
417
418 * server.el (server-visit-files): Push files on file-name-history.
419
420 * progmodes/cc-langs.el: Update copyright.
421
422 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
423
424 * bindings.el (mode-line-mode-menu): Add glasses-mode.
425
426 * bindings.el (mode-line-mode-menu): Reverse the order
427 of define-keys so that the menu appears in alphabetical order.
428
429 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
430
431 * progmodes/glasses.el (glasses-mode): Update mode line at the end
432 of the function.
433
434 2000-12-07 Dave Love <fx@gnu.org>
435
436 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
437
438 * facemenu.el (facemenu-unlisted-faces): Fix value.
439
440 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
441
442 * font-lock.el (font-lock-default-fontify-region):
443 Include the terminating \n (off-by-one error).
444 (font-lock-set-defaults): Use dolist.
445
446 * derived.el (define-derived-mode): Don't use combine-run-hooks.
447
448 2000-12-07 Kenichi Handa <handa@etl.go.jp>
449
450 * international/mule-cmds.el (describe-language-environment): Fix
451 for the case that an input method title is not string but a list.
452
453 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
454 of wrong SIZE record.
455
456 2000-12-06 Dave Love <fx@gnu.org>
457
458 * newcomment.el (comment-region, comment-dwim): Doc fix.
459
460 * textmodes/texinfo.el: Require tex-mode when compiling.
461 (texinfo-update-node): Doc fix.
462 (texinfo-imenu-generic-expression): Add @anchor.
463 (texinfo-font-lock-keywords): Add @uref.
464 (texinfo-inside-macro-p): Don't use ignore-errors.
465 (texinfo-insert-quote): Match more contexts.
466
467 * international/mule.el (decode-char, encode-char): Doc fix.
468 (auto-coding-alist): Customize.
469
470 * files.el (load-file): Fix change of 2000-03-12.
471
472 * wid-edit.el (widget-text-keymap): Doc fix.
473
474 2000-12-06 Andrew Innes <andrewi@gnu.org>
475
476 * makefile.w32-in (lisp): Set to an absolute directory, namely
477 $(CURDIR).
478
479 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
482 read generated-autoload-file, and set buffer-file-coding-system to
483 raw-text-unix after reading the file.
484
485 * international/mule-conf.el (file-coding-system-alist): Use
486 raw-text for reading loaddefs.el and raw-text-unix for writing
487 it.
488
489 2000-12-06 Gerd Moellmann <gerd@gnu.org>
490
491 * replace.el (occur): Make line-number-width 1 smaller for the
492 colon following the line number.
493
494 * startup.el (fancy-splash-text, command-line-1): Use
495 `File' for the menu name instead of `Files'.
496
497 * tmm.el: Update copyright.
498
499 * cus-start.el: Add entry for even-window-heights.
500
501 2000-12-06 Miles Bader <miles@gnu.org>
502
503 * faces.el (frame-set-background-mode): Avoid stomping on
504 locally modified faces.
505
506 2000-12-06 Kenichi Handa <handa@etl.go.jp>
507
508 * international/fontset.el: Correct the font registries for
509 japanese-jisx0213-1 and japanese-jisx0213-2.
510
511 2000-12-05 Gerd Moellmann <gerd@gnu.org>
512
513 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
514
515 * iswitchb.el: Update customization commentary.
516
517 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
518
519 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
520 (tpu-search-highlight): Fixed comparison of overlay end positions.
521 (tpu-trim-line-ends): Implemented trimming logic locally.
522
523 * emulation/tpu-extras.el (tpu-write-file-hook)
524 (tpu-set-cursor-bound): Replaced picture-clean with
525 tpu-trim-line-ends.
526
527 2000-12-05 Kenichi Handa <handa@etl.go.jp>
528
529 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
530 to cn-gb.
531 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
532
533 2000-12-04 Dave Love <fx@gnu.org>
534
535 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
536
537 2000-12-04 Gerd Moellmann <gerd@gnu.org>
538
539 * mail/rmailsum.el (rmail-summary-expunge)
540 (rmail-summary-expunge-and-save): Ask for confirmation with
541 rmail-expunge-confirmed.
542
543 * mail/rmail.el (rmail-expunge-confirmed): New function.
544 (rmail-expunge): Use it.
545
546 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
547 (etags-recognize-tags-table, find-tag-in-order): New
548 functionality: interpret file names as tags.
549
550 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * info.el (Info-scroll-prefer-subnodes): New defcustom.
553 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
554 visit the first subnode until the bottom of the current node is
555 visible.
556
557 2000-12-04 Gerd Moellmann <gerd@gnu.org>
558
559 * format.el (format-decode): Don't change buffer's undo list.
560
561 2000-12-04 Kenichi Handa <handa@etl.go.jp>
562
563 * faces.el (face-font-registry-alternatives): Add entries for CJK
564 fonts. Doc-string adjusted for the actual usage of this data.
565
566 * international/fontset.el: Change the font registries for CJK
567 fonts in the default fontset. Don't append '*' to registries.
568
569 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
570
571 * emacs-lisp/easy-mmode.el (define-derived-mode)
572 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
573
574 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
575 (derived-mode-p): New function.
576 (derived-mode-make-docstring): Add `docstring' argument.
577 Use it if available and complete it if necessary.
578
579 2000-12-03 Andreas Schwab <schwab@suse.de>
580
581 * type-break.el (type-break): Don't make parent of itself.
582
583 2000-12-03 Miles Bader <miles@gnu.org>
584
585 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
586
587 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
588
589 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
590 (tex-main-file, tex-file): Simplify.
591 (tex-generate-zap-file-name): Use subst-char-in-string.
592 (tex-strip-dots): Remove.
593
594 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
595
596 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
597 to check if the match succeeded.
598
599 2000-12-02 Gerd Moellmann <gerd@gnu.org>
600
601 * startup.el (use-fancy-splash-screens-p): New function.
602 (command-line-1): Use it to determine whether or not to use
603 a fancy splash screen.
604
605 2000-12-02 Andreas Schwab <schwab@suse.de>
606
607 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
608
609 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
610
611 * international/mule.el (make-char): Fix last change.
612
613 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
614 New defcustoms.
615 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
616 autoloading tex-mode; instead, do the same manually. Use
617 texinfo-open-quote and texinfo-close-quote. Insert literal quote
618 with numeric argument. Docstring fix.
619 (toplevel): Require cl when compiling.
620
621 * international/mule.el (make-char): Doc fix.
622
623 2000-12-02 Jason Rumney <jasonr@gnu.org>
624
625 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
626 the Emacs Lisp manual)
627
628 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
631
632 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
633 the Emacs Lisp manual).
634
635 2000-12-02 Gerd Moellmann <gerd@gnu.org>
636
637 * simple.el (next-line-add-newlines): Change default to nil.
638
639 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
640
641 * files.el (revert-buffer, recover-file): Bind
642 coding-system-for-read to emacs-mule-unix, not to no-conversion.
643
644 2000-12-01 Gerd Moellmann <gerd@gnu.org>
645
646 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
647
648 2000-12-01 Miles Bader <miles@gnu.org>
649
650 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
651
652 2000-12-01 Kenichi Handa <handa@etl.go.jp>
653
654 * international/mule-diag.el (describe-char-after): Fix typo.
655 (describe-character-set, non-iso-charset-alist): Fix typo.
656
657 2000-12-01 Miles Bader <miles@gnu.org>
658
659 * image-file.el (image-file-name-regexp): Automatically add
660 upper-case variants of each filename extension in
661 `image-file-name-extensions', since they seem to be common.
662
663 * simple.el (minibuffer-contents)
664 (minibuffer-contents-no-properties, delete-minibuffer-contents):
665 New functions.
666 * filecache.el (file-cache-directory-name)
667 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
668
669 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
670
671 * filecache.el (file-cache-minibuffer-complete): Don't try to
672 delete the minibuffer prompt.
673
674 2000-11-30 Dave Love <fx@gnu.org>
675
676 * cus-start.el: Fix read-buffer-function type.
677
678 2000-11-30 Gerd Moellmann <gerd@gnu.org>
679
680 * md5.el: Removed. There's a built-in function, now.
681
682 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
683
684 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
685 as dummy 0-th char of rmail-deleted-vector.
686
687 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * ps-print.el (ps-end-job): Bind case-fold-search only after
690 switching to ps-spool-buffer.
691
692 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
693
694 * ps-print.el: Line number font customization. PostScript: Lines and
695 PageCount are initialized on each page. Doc Fix.
696 (ps-print-version): New version number (6.3.2).
697 (ps-lpr-switches, ps-font-info-database, ps-font-size)
698 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
699 (ps-right-header): Customization fix.
700 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
701 Fix code.
702 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
703 New vars.
704
705 2000-11-30 Gerd Moellmann <gerd@gnu.org>
706
707 * bs.el: Fix typos and spelling errors.
708 (bs-appearance) <defgroup>: Renamed from bs-appearence.
709 (bs-configuration): Doc fix.
710
711 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
712
713 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
714
715 * emulation/tpu-edt.el (tpu-version): New version.
716 (tpu-search-overlay, tpu-replace-overlay): New initial range.
717 (tpu-original-mode-line): Variable deleted.
718 (tpu-mark-flag): New initial value.
719 (tpu-set-mode-line): Don't redefine mode-line-format. Add
720 tpu-mark-flag to minor-mode-alist.
721 (tpu-update-mode-line): New mark flag logic.
722 (tpu-get): Use find-file-wildcards.
723 (tpu-search-highlight): Move overlay less, reset overlay properly.
724 (tpu-unselect): Deactivate mark.
725 (tpu-lm-replace): Reset overlay properly.
726 (tpu-forward-line): Use forward-visible-line.
727 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
728
729 * emulation/tpu-extras.el (tpu-forward-line): Use
730 forward-visible-line.
731
732 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
733
734 * cus-edit.el (custom-face-value-create): Always emphasize tag.
735
736 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
737
738 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
739 and skip whitespace and newlines.
740
741 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
742
743 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
744
745 2000-11-29 Gerd Moellmann <gerd@gnu.org>
746
747 * help.el (describe-function-1): Regexp-quote function name
748 when used as part of a regexp.
749
750 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
751 face-attribute instead of face-foreground and face-background.
752 (tool-bar-add-item): Likewise, and handle unspecified colors.
753
754 * enriched.el (enriched-face-ans): Use face-attribute instead
755 of face-foreground and face-background.
756
757 * faces.el (face-foreground, face-background, face-stipple):
758 Return nil if attribute is unspecified, for backward
759 compatibility.
760
761 * files.el (auto-mode-alist): Add an entry for antlr-mode.
762
763 * play/5x5.el: Remove version info.
764
765 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
766
767 * frame.el (blink-cursor-mode): Doc fix.
768
769 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
770
771 * antlr-mode.el: New commands to run ANTLR from within Emacs and
772 to create Makefile rules.
773 (antlr-tool-command): New user option.
774 (antlr-ask-about-save): New user option.
775 (antlr-makefile-specification): New user option.
776 (antlr-file-formats-alist): New variable.
777 (antlr-special-file-formats): New variable.
778 (antlr-unknown-file-formats): New user option.
779 (antlr-help-unknown-file-text): New variable.
780 (antlr-help-rules-intro): New variable.
781 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
782 (antlr-mode-menu): Add entries.
783 (antlr-file-dependencies): New function.
784 (antlr-directory-dependencies): New function.
785 (antlr-superclasses-glibs): New function.
786 (antlr-run-tool): New command.
787 (antlr-makefile-insert-variable): New function.
788 (antlr-insert-makefile-rules): New function.
789 (antlr-show-makefile-rules): New command.
790
791 * antlr-mode.el: More Emacs/XEmacs stuff.
792 (antlr-no-action-keywords): New constant with value nil.
793 (antlr-font-lock-keywords-alist): Use it. Old value would break
794 syntax highlighting in Emacs-21.0.
795 (antlr-default-directory): Emacs/XEmacs dependend function.
796 (antlr-read-shell-command): Ditto.
797 (antlr-with-displaying-help-buffer): Ditto.
798
799 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
800
801 * antlr-mode.el: imenu, parsing and highlighting changes.
802 (antlr-imenu-create-index-function): Don't create extra submenus
803 for definitions in different grammar classes. It is not necessary
804 for the menu and would make command `imenu' awkward to use.
805 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
806 header actions and more than one.
807 (antlr-font-lock-tokendef-face): Changed color.
808 (antlr-font-lock-tokenref-face): Changed color.
809 (antlr-font-lock-additional-keywords): Also highlight lowercase.
810 (antlr-mode-syntax-table): New variable.
811 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
812 (antlr-with-syntax-table): Don't copy syntax table.
813
814 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
815
816 * antlr-mode.el: Minor changes: language setting.
817 (antlr-language-alist): The value for file option "language" can
818 be both an identifier and a string.
819 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
820 (antlr-language-limit-n-regexp): Change accordingly.
821
822 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
823
824 * antlr-mode.el: Minor changes: tabs, hiding.
825 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
826 (antlr-action-visibility): Also allow value nil to also hide the
827 braces. Renamed from `antlr-tiny-action-length'.
828 Suggested by Jay@aol.com.
829 (antlr-hide-actions): Change accordingly. Hide line if completely
830 hidden action is on a line of its own.
831
832 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
833
834 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
835
836 * sort.el (sort-columns): Don't concat strings with numbers.
837
838 2000-11-29 Dave Love <fx@gnu.org>
839
840 * cus-edit.el (face): Fix :format.
841
842 * mail/feedmail.el: Require smtpmail when compiling.
843 (mail-do-fcc): Autoload.
844 (feedmail) <defgroup>: Fix :link.
845 (feedmail-nuke-body-in-fcc): Fix :type.
846 (feedmail-send-it): Add autoload cookie.
847
848 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
849
850 * newcomment.el (comment-indent): Save excursion around call to
851 comment-indent-function.
852
853 2000-11-29 Miles Bader <miles@gnu.org>
854
855 * subr.el (member-ignore-case): Return the tail of the list who's
856 car matches, like `member', not the matching element itself.
857
858 2000-11-29 Kenichi Handa <handa@etl.go.jp>
859
860 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
861 should not contain `\n'.
862
863 2000-11-28 Gerd Moellmann <gerd@gnu.org>
864
865 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
866
867 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
868
869 * dired-aux.el (dired-do-create-files): Construct default file
870 name for dired-mark-read-file-name so that when the user enters
871 just RET, the target file will end up in the target directory.
872
873 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
874 local-abbrev-table before changing buffers because it might
875 have a buffer-local binding.
876
877 2000-11-28 Miles Bader <miles@gnu.org>
878
879 * simple.el (delete-horizontal-space): Handle fields more generally.
880
881 2000-11-28 Gerd Moellmann <gerd@gnu.org>
882
883 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
884
885 2000-11-28 Dave Love <fx@gnu.org>
886
887 * progmodes/ps-mode.el (ps-mode): Set comment-start and
888 comment-start-skip locally.
889
890 * progmodes/fortran.el (fortran-mode): Don't set
891 fortran-comment-line-start-skip. Set comment-start to
892 fortran-comment-line-start.
893 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
894 (fortran-comment-line-start-skip): Simplify slightly.
895
896 2000-11-28 Gerd Moellmann <gerd@gnu.org>
897
898 * play/5x5.el: Remove RCS keyword.
899
900 * bs.el: Mistaken commit, undone 2000-11-30.
901
902 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
903
904 * textmodes/tildify.el (tildify-string-alist): Add
905 `plain-tex-mode' here.
906
907 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
908
909 * chistory.el (Command-history-setup): Remove extraneous `keymap'
910 reference.
911
912 2000-11-28 Miles Bader <miles@gnu.org>
913
914 * cus-face.el (custom-face-attributes): Add post-filter function
915 for :box. Make pre-filter function for :box handle all cases.
916
917 * wid-edit.el (widget-choose): Make sure pop-up window is large
918 enough to display all the choices, as there's no way to scroll it.
919
920 2000-11-28 Kenichi Handa <handa@etl.go.jp>
921
922 * international/mule-conf.el: Make the coding system no-conversion
923 safe for all characters.
924
925 2000-11-27 Dave Love <fx@gnu.org>
926
927 * net/ldap.el (ldap) <defgroup>: Add :version.
928
929 * tooltip.el (tooltip-use-echo-area): Doc fix.
930
931 * cus-start.el <minibuffer-prompt-properties>: Add version.
932 <read-buffer-function>: Add.
933
934 * apropos.el (apropos-print): Add help-echo to active text.
935
936 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
937
938 2000-11-27 Gerd Moellmann <gerd@gnu.org>
939
940 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
941 type, group and version.
942
943 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * select.el (x-get-selection): Docstring fix.
946
947 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
948
949 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
950
951 2000-11-27 Andrew Innes <andrewi@gnu.org>
952
953 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
954
955 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
956
957 2000-11-27 Miles Bader <miles@gnu.org>
958
959 * dired.el (dired-get-filename): Return filename verbatim if
960 LOCALP is `verbatim'.
961 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
962 `verbatim' so that we don't inadvertently delete a non-existant
963 directory name.
964
965 2000-11-27 Kenichi Handa <handa@etl.go.jp>
966
967 * international/characters.el: Specify cases and syntaxes for
968 mule-unicode-0100-24ff.
969
970 2000-11-27 Gerd Moellmann <gerd@gnu.org>
971
972 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
973 that foreground and/or background colors of the face `tool-bar'
974 are unspecified.
975
976 2000-11-27 Miles Bader <miles@gnu.org>
977
978 * wid-edit.el (widget-field-buffer, widget-field-start)
979 (widget-field-end): Handle widget field `pseudo-overlays'.
980 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
981 if it's there instead of in `widget-field-list'.
982
983 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
984 (help-make-xrefs): Delete extraneous newlines at the end of the
985 docstring.
986
987 2000-11-25 Jason Rumney <jasonr@gnu.org>
988
989 * startup.el (command-line): Call set-locale-environment after
990 Window System init file is read, as it can result in a call to
991 redraw-frame.
992
993 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * simple.el (shell-command): Mention the effect of the prefix
996 argument in the doc string.
997
998 2000-11-25 Miles Bader <miles@gnu.org>
999
1000 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1001
1002 * wid-edit.el (widget-field-value-delete): Don't try to delete
1003 overlay when it's the `pseudo-overlay' that exists at some points.
1004
1005 2000-11-24 Jason Rumney <jasonr@gnu.org>
1006
1007 * international/mule-cmds.el (locale-language-names): Add "jp" as
1008 a non-standard alternative for Japanese.
1009
1010 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1011
1012 * vc-hooks.el: Require 'cl during compilation.
1013
1014 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1015
1016 * faces.el (face-set-after-frame-default): Let face attributes
1017 specified for new frames override frame parameters.
1018
1019 * startup.el (command-line): Fix computation of the source file
1020 for user-init-file when user-init-file is a compiled file.
1021
1022 2000-11-24 Miles Bader <miles@gnu.org>
1023
1024 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1025 (custom-post-filter-face-spec): New functions.
1026 (custom-face-set, custom-face-value-create): Filter the face spec
1027 before and after customization.
1028 (custom-face-set): If VALUE specifies a null face, pass a
1029 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1030 * cus-face.el (custom-face-attributes): Remove SET and GET
1031 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1032 cases they're needed.
1033
1034 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1035 that it's distinguishable from the :off-glyph on dark-background
1036 displays. Set its background color too.
1037
1038 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1039 so that people can easily turn it off.
1040
1041 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1042
1043 * ediff-diff.el: Moved variables around to have it compile under NT.
1044
1045 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1046
1047 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1048
1049 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1050 redundant skip-small-frames test.
1051
1052 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1053 (viper-downgrade-to-insert): protect against errors in hooks.
1054
1055 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1056 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1057 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1058 functions.
1059
1060 * viper-util.el (viper-memq-char): Bug fixes.
1061
1062 * viper.el (viper-mode): Fix cursor handling.
1063
1064 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1065
1066 * international/mule-diag.el (list-iso-charset-chars): For
1067 two-byte charset, fix the `while' condition.
1068 (list-non-iso-charset-chars): Fix the `while' condition.
1069
1070 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1071
1072 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1073 if the variable is make-variable-buffer-local.
1074
1075 * progmodes/ada-stmt.el (ada-template-map): Initialize
1076 and bind it to C-c t in ada-mode-map.
1077 (ada-stmt-mode-hook): New function extracted from old code.
1078 Only change the buffer-local side of skeleton-*.
1079 (ada-mode-hook): Use it.
1080
1081 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1082
1083 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1084 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1085 we expect to be returned by minibuffer-depth once we prompt the
1086 user in the minibuffer.
1087 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1088 as recorded in iswitchb-minibuf-depth, return non-nil.
1089
1090 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1093 (hscroll-window-maybe): Docstring fix.
1094
1095 2000-11-23 Dave Love <fx@gnu.org>
1096
1097 * rect.el (string-rectangle): Don't test delete-selection-mode.
1098
1099 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1100
1101 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1102 is in the tool bar.
1103
1104 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1105 with `no-dir'; we want the directory part to be able to remove
1106 it.
1107
1108 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1109
1110 * textmodes/outline.el (outline-flag-region):
1111 Don't bind inhibit-read-only since we don't modify the buffer.
1112 (outline-isearch-open-invisible): Don't jump to overlay-start
1113 since we're trying to unhide text around point.
1114 (outline-discard-overlays): Use dolist.
1115
1116 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1117
1118 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1119
1120 * mail/rmail.el (rmail-confirm-expunge): Default to
1121 y-or-n-p.
1122
1123 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1124
1125 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1126 Fix ARG regexp to skip quoted braces.
1127 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1128 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1129 are (correctly) handled separately).
1130 Remove `caption' and `footnote' from `citations': they contain text.
1131 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1132 (latex-skeleton-end-hook): New function.
1133 (latex-mode): Use it.
1134 (tex-start-tex-marker): Remove.
1135 (tex-send-tex-command): Don't set tex-start-tex-marker.
1136 (tex-error-parse-syntax-table): New var.
1137 (tex-compilation-parse-errors): Use it.
1138 Ignore tex-start-tex-marker. Don't bother with marker-position.
1139 (tex-validate-buffer): Don't bother with marker-position.
1140
1141 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1142 (flyspell-generic-progmode-verify): Use it.
1143
1144 2000-11-22 Sam Steingold <sds@gnu.org>
1145
1146 * simple.el (delete-trailing-whitespace): New interactive
1147 function.
1148
1149 * progmodes/ada-mode.el (ada-mode): Use it instead of
1150 `ada-remove-trailing-spaces'.
1151 (ada-remove-trailing-spaces): Removed.
1152
1153 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1154
1155 * textmodes/picture.el (picture-clean): Removed.
1156 (picture-mode-exit): Call it instead of `picture-clean'.
1157
1158 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1159
1160 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1161
1162 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1163 jit-lock-fontify-buffer; it should anyway be unneccessary to
1164 do anything special when jit-lock is active.
1165 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1166
1167 2000-11-22 Dave Love <fx@gnu.org>
1168
1169 * calendar/todo-mode.el (todo-top-priorities): Use
1170 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1171
1172 * language/chinese.el, language/cyrillic.el:
1173 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1174 * language/hebrew.el, language/indian.el, language/japanese.el:
1175 * language/korean.el, language/lao.el, language/misc-lang.el:
1176 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1177 Use provide.
1178
1179 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1180 (custom-variable-set): Improve validation error mesage.
1181
1182 * rect.el (string-rectangle): Revert last change.
1183 (string-rectangle-line): New arg DELETE.
1184 (string-rectangle): Check delete-selection-mode.
1185
1186 * emacs-lisp/edebug.el (edebug-version)
1187 (edebug-maintainer-address): Deleted.
1188 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1189 (edebug-read-function): Account for other `'#' read forms.
1190 (edebug-mode-menus): Make some items toggles.
1191 (edebug-outside-unread-command-event, unread-command-event):
1192 Remove these to avoid warnings.
1193
1194 2000-11-22 David Ponce <david@dponce.com>
1195
1196 * recentf.el (recentf-menu-items-for-commands)
1197 (recentf-make-menu-items, recentf-make-menu-item)
1198 (recentf-filter-changer): Added :help and :active menu-item properties.
1199
1200 (recentf-build-dir-rules, recentf-dump-variable)
1201 (recentf-edit-list, recentf-open-files-item)
1202 (recentf-open-files): Replaced unnecessary `mapcar' with new
1203 built-in `mapc'.
1204
1205 2000-11-23 Miles Bader <miles@gnu.org>
1206
1207 * faces.el (menu): Make inverse-video on ttys too.
1208
1209 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1210
1211 * simple.el (comment-line-break-function): Use the new name
1212 indent-new-comment-line -> comment-indent-new-line.
1213 (clone-indirect-buffer): Don't ignore NORECORD.
1214 (next-completion): Properly handle the case where items are adjacent.
1215
1216 * mouse.el (popup-menu): Stupid typo.
1217
1218 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1219
1220 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1221 maintainer, keywords tags.
1222
1223 * rect.el (replace-rectangle): Don't call string-rectangle-line
1224 with too many arguments.
1225
1226 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1227
1228 * ediff-util.el (ediff-file-checked-out-p)
1229 (ediff-file-checked-in-p): Call vc-state instead of
1230 vc-locking-user, which no longer exists.
1231
1232 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1233
1234 2000-11-22 Dave Love <fx@gnu.org>
1235
1236 * md5.el (md5): Provide.
1237 (md5): Fix error call.
1238
1239 2000-11-22 Miles Bader <miles@gnu.org>
1240
1241 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1242 (refill-fill-paragraph-at): Remove debugging code.
1243
1244 * calendar/calendar.el (generate-calendar-window): When we don't
1245 call `fit-window-to-buffer', make sure the top line is fully visible.
1246
1247 * image-file.el (insert-image-file): Don't make `read-only'
1248 property rear-nonsticky.
1249
1250 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1251 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1252 stashing away its original value.
1253 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1254 in the recursive edit.
1255 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1256 (isearch-done): Restore `minibuffer-message-timeout'.
1257
1258 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1259
1260 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1263
1264 * find-lisp.el (find-lisp-find-files-internal):
1265 Use dolist, when and file-name-as-directory.
1266
1267 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1268 (define-derived-mode, define-minor-mode): Add specs.
1269
1270 * window.el: General comment and spacing fixes.
1271 (save-selected-window): Use backquotes.
1272 (window-safely-shrinkable-p): New function.
1273 (shrink-window-if-larger-than-buffer): Use it.
1274
1275 * subr.el (make-local-hook): Docstring fix.
1276
1277 * shell.el (shell-mode): Use define-derived-mode.
1278
1279 * newcomment.el (comment-indent): Insert comment before calling
1280 comment-indent-function. Don't insert in column 0.
1281 (comment-dwim): Indent before inserting comment.
1282
1283 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1284 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1285 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1286 Use mapc rather than map.
1287
1288 * files.el (find-buffer-visiting): Compare all attributes before
1289 declaring two files identical (rather than just their inode-no).
1290 (auto-mode-alist): Use \' rather than $.
1291
1292 * which-func.el: Update maintainer line.
1293
1294 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1295 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1296 (uniquify-buffer-file-name): Use it.
1297
1298 2000-11-22 Miles Bader <miles@gnu.org>
1299
1300 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1301 * simple.el (minibuffer-avoid-prompt): New function.
1302
1303 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1304
1305 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1306
1307 2000-11-21 Miles Bader <miles@gnu.org>
1308
1309 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1310 inclusion of `track-mouse'.
1311
1312 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1313 (refill-adjust-ignorable-overlay): New function.
1314 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1315 only the paragraph's tail if possible.
1316 Update `refill-ignorable-overlay'.
1317 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1318
1319 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1320 point inside the fill-prefix.
1321
1322 * textmodes/refill.el (refill-post-command-function): Don't reset
1323 refill-doit in the case where a self-insertion command doesn't
1324 case a refill. Use `refill-fill-paragraph-at', getting position
1325 from `refill-doit'.
1326 (refill-after-change-function): Set `refill-doit' to END.
1327 (refill-fill-paragraph-at): New function, mostly from old
1328 refill-fill-paragraph.
1329 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1330 (refill-pre-command-function): New function.
1331 (refill-mode): Add it to `pre-command-hook'.
1332
1333 2000-11-20 Gerd Moellmann <gerd@gnu.org>
1334
1335 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1336
1337 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1338 javadoc tags.
1339
1340 2000-11-20 Andre Spiegel <spiegel@gnu.org>
1341
1342 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1343 vc.el).
1344
1345 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1346 require vc.
1347
1348 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1349 checkouts.
1350
1351 2000-11-20 Dave Love <fx@gnu.org>
1352
1353 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1354
1355 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
1356
1357 * calculator.el (calculator-paste): Use `if' instead of `and'
1358 and `or'.
1359 (calculator-help): Don't use electric-describe-mode for XEmacs.
1360
1361 2000-11-19 Gerd Moellmann <gerd@gnu.org>
1362
1363 * info.el (info-menu-5): Doc fix.
1364
1365 * textmodes/artist.el: New file.
1366
1367 2000-11-19 Andre Spiegel <spiegel@gnu.org>
1368
1369 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1370 and differentiate according to checkout model.
1371 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1372 since this function is only concerned with master state.
1373
1374 * vc-hooks.el (vc-workfile-unchanged-p,
1375 vc-default-workfile-unchanged-p): Moved here from vc.el.
1376
1377 * vc.el (vc-workfile-unchanged-p,
1378 vc-default-workfile-unchanged-p): See above.
1379
1380 2000-11-19 Miles Bader <miles@gnu.org>
1381
1382 * image-file.el (insert-image-file): Make `intangible' and
1383 `read-only' properties rear-nonsticky too.
1384
1385 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1386
1387 * ps-print.el: Update copyright notice.
1388
1389 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1390 (tooltip-show): Use the offsets.
1391
1392 * bindings.el (mode-line-modified): Fix a typo.
1393 (mode-line-toggle-modified, mode-line-widen)
1394 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1395
1396 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1397
1398 * ps-print.el (toplevel): Test for find-coding-system being
1399 fboundp before calling ps-x-find-coding-system.
1400
1401 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1402
1403 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1404 (vc-version-backup-file): Docstring fix.
1405
1406 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1407
1408 * files.el (basic-save-buffer): Don't add a newline if
1409 find-file-literally is non-nil.
1410 (find-file-literally): Extend doc string.
1411
1412 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1413 sort(1) with the `-f' argument.
1414
1415 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1416
1417 * vc.el: Updated backend documentation.
1418 (vc-default-check-headers): New function.
1419
1420 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1421
1422 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1423 up-to-date.
1424 (vc-do-command): In the asynchronous case, output messages only if
1425 the minibuffer is not active.
1426
1427 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1428 `vc-cvs-use-edit' is on.
1429 (vc-cvs-checkout): When this is used for reverting the workfile,
1430 make a backup of the original contents and revert to that in case
1431 of error.
1432 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1433 remote repositories.
1434
1435 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1436 for both version and ratio in the minibuffer.
1437
1438 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1439 Use vc-do-command to perform the annotation, not call-process.
1440
1441 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1442
1443 * international/quail.el (quail-start-translation): Don't call
1444 `message' before reading key sequence.
1445
1446 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1447
1448 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1449
1450 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1451
1452 * window.el (fit-window-to-buffer): Be sure to acquire at least
1453 one text line even if the buffer is empty.
1454
1455 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1456
1457 * net/ange-ftp.el (ange-ftp-file-writable-p)
1458 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1459 ange-ftp-process-verbose to nil.
1460
1461 2000-11-15 Dave Love <fx@gnu.org>
1462
1463 * wid-edit.el (widget-specify-field, widget-specify-button): If
1464 :help-echo is a function, set help-echo of overlay to
1465 widget-mouse-help.
1466 (widget-mouse-help): New function.
1467 (widget-echo-help): Rewritten for :help-echo functions only taking
1468 a widget arg.
1469
1470 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1471 display-graphic-p.
1472 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1473 and that JPEG is available.
1474 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1475
1476 * international/mule-cmds.el (locale-charset-language-names):
1477 Match @euro.
1478
1479 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1480
1481 * faces.el (face-set-after-frame-default): If
1482 `inhibit-default-face-x-resources' is bound, don't intialize the
1483 default face from X resources.
1484
1485 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1488 Don't set EMACSLOADPATH.
1489
1490 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1491
1492 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1493 texinfo-insert-@url.
1494 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1495 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1496
1497 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1498
1499 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1500 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1501 (checkdoc-minor-keymap): Backward compatibility.
1502 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1503 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1504 (checkdoc-this-string-valid-engine): Be a bit more strict
1505 to avoid matching substrings of `...' quoted vars/funs.
1506 (checkdoc-defun-info): Only look for `interactive' if alone.
1507 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1508
1509 * progmodes/compile.el (grep): `tag-default' can be nil.
1510
1511 * newcomment.el (comment-indent): Paren typo.
1512
1513 2000-11-14 Dave Love <fx@gnu.org>
1514
1515 * calculator.el: New maintainer version.
1516
1517 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1518
1519 * cmuscheme.el: Doc fixes.
1520 (cmuscheme) <defgroup>: Use `scheme' as parent.
1521 (cmuscheme-program-name): Remove. Change uses to
1522 scheme-program-name.
1523
1524 * xscheme.el (scheme-program-name): Don't define here.
1525
1526 * progmodes/scheme.el (scheme-program-name): New variable
1527 (originally in cmuscheme).
1528
1529 2000-11-14 Miles Bader <miles@gnu.org>
1530
1531 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1532 Handle header-lines. Don't loop forever if we can't enlarge the
1533 window anymore. Simplify a bit.
1534
1535 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1536
1537 * window.el (fit-window-to-buffer): Don't check
1538 window-text-height. Assure that the last line is fully visible.
1539
1540 * international/quail.el (quail-show-guidance-buf): Call
1541 fit-window-to-buffer to assure the enough height of the guidance
1542 buffer.
1543 (quail-update-guidance): Avoid making the guidance buffer shorter.
1544
1545 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1546
1547 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1548 rather than `prepend' and add an interesting comment.
1549 (tex-math-face, tex-font-lock-syntactic-face-function):
1550 New face and function to use it.
1551 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1552 than `menu-enable' symbol property.
1553 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1554 (tex-mode): Add some latex-mode commands for auto-selection.
1555 Use tex-font-lock-syntactic-face-function.
1556 (tex-insert-quote): Simplify.
1557 (tex-shell): New mode.
1558 (tex-start-shell): Use it.
1559 (tex-shell-proc, tex-shell-buf): New functions.
1560 (tex-send-command): Use it.
1561 (tex-main-file): Fix the meaning of the new arg REALFILE.
1562 (tex-send-tex-command): New function split from `tex-start-tex'.
1563 Set compilation-last-buffer and compilation-parsing-end.
1564
1565 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1566 when it follows non-comment text on the line.
1567
1568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1569 Set font-lock-defaults.
1570 (lisp-mode-shared-map): Init inside the defvar.
1571 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1572 Use define-derived-mode.
1573
1574 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1575
1576 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1577
1578 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1579
1580 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1581 recursively optimize body because that can lead to infinite
1582 recursion; see comment there.
1583
1584 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1585
1586 * faces.el (face-spec-set-match-display): Revert the change from
1587 2000-10-24. Add a FIXME for after v21.1.
1588
1589 2000-11-13 Miles Bader <miles@gnu.org>
1590
1591 * textmodes/fill.el (skip-line-prefix): New function.
1592 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1593 (fill-paragraph): Don't leave point inside the fill-prefix.
1594 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1595 point inside the fill-prefix.
1596
1597 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1598
1599 * calendar/calendar.el (generate-calendar-window): Use
1600 `fit-window-to-buffer'.
1601
1602 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1603
1604 * gud.el (gud-minor-mode): New var.
1605 (gud-symbol, gud-val): New functions.
1606 (gud-find-file): Copy gud-minor-mode to the new buffer.
1607 (gud-menu-map): Include entries for commands that are not always
1608 available, using :enable to (de)activate them.
1609 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1610 (gud-mode-map): New map.
1611 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1612 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1613 Don't set up gud's menu (it's done by the minor-mode).
1614 (gud-minibuffer-local-map): New.
1615 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1616 (gud-query-cmdline): New function.
1617 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1618 (gud-mode): Use define-derived-mode.
1619 Don't set up gud's menu (it's done by the minor-mode).
1620 (gud-chop-words): Remove.
1621 (gud-common-init): Use split-string instead.
1622 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1623
1624 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1625 Add keyword arg :name.
1626
1627 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1628 (diff-count-matches, diff-split-hunk): New functions.
1629 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1630
1631 * pcvs-info.el (cvs-fi-conflict-face): New var.
1632
1633 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1634 Make it into a simple syntax-table, shared among all submodes.
1635 (sh-heredoc-face): Re-introduce.
1636 (sh-font-lock-syntactic-face-function): New function.
1637 (sh-mode): Use it. Also use define-derived-mode.
1638 Remove old bogus setting of indent-region-function.
1639 (sh-set-shell): Don't set the syntax-table any more.
1640 (sh-mode-syntax-table) <defun>: Remove.
1641
1642 2000-11-12 Miles Bader <miles@gnu.org>
1643
1644 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1645 message if interactive.
1646
1647 2000-11-12 Dave Love <fx@gnu.org>
1648
1649 * mail/feedmail.el: Fix header,
1650 (feedmail) <defgroup>: Add :link.
1651
1652 * view.el: Use local-map property, not keymap on mode-line string.
1653
1654 * scroll-all.el (scroll-all-mode): Customize variable. Add
1655 autoload cookie to function.
1656
1657 * lazy-lock.el: Remove compatibility code.
1658
1659 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1660 (finder-help-echo): New variable.
1661 (finder-mouse-face-on-line): Add help-echo stuff.
1662 (finder-list-keywords, finder-list-matches): Use mapc.
1663
1664 * faces.el (face-font-registry-alternatives): Add :version.
1665
1666 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1667 tags-table-list.
1668
1669 * net/browse-url.el (browse-url-browser-function): Update :version.
1670
1671 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1672 (mail-mode): Use [:alnum:] in some regexps.
1673
1674 2000-11-10 Dave Love <fx@gnu.org>
1675
1676 * ediff.el (ediff-regions-internal, ediff-documentation):
1677 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1678 fundamental mode.
1679
1680 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1681 buffer into fundamental mode.
1682 (ediff-set-difference): Use copy-sequence if available.
1683
1684 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1685 ediff-patch-map non-nil.
1686 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1687 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1688 buffer into fundamental mode.
1689
1690 * ediff-merg.el (state-or-merge): Defvar when compiling.
1691
1692 2000-11-10 Jason Rumney <jasonr@gnu.org>
1693
1694 * w32-fns.el (w32-add-charset-info): New function.
1695 (w32-charset-info-alist): Use it.
1696
1697 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1698
1699 * faces.el (face-font-registry-alternatives): New user-option.
1700
1701 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1702
1703 * textmodes/texinfo.el (texinfo-block-default): New var.
1704 (texinfo-insert-block): Use it. Insert a newline if needed.
1705
1706 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1707 (fill-region-as-paragraph): Use it.
1708
1709 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1710 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1711 Tweak paragraph regexps to allow a leading [ \t]*.
1712 (tex-latex-block): Insert a newline if necessary.
1713 (latex-insert-item): Only insert a newline if necessary.
1714 (tex-guess-main-file): New function.
1715 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1716 Set tex-main-file if TeX-master is provided.
1717 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1718
1719 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1720
1721 * startup.el (command-line): Set the default tooltip-mode
1722 to t for graphical displays which implement x-show-tip.
1723
1724 * tooltip.el (tooltip-mode): Add a comment about startup.el
1725 setting the default value of this user-option.
1726
1727 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * font-lock.el (font-lock-*-face) <defvar>: Move.
1730 (font-lock-defaults-alist): Mark obsolete.
1731 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1732 (font-lock-mode): Use define-minor-mode.
1733 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1734 (font-lock-turn-off-thing-lock): Be more explicit.
1735 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1736 (font-lock-syntactic-face-function): New var.
1737 (font-lock-fontify-syntactically-region): Use it.
1738 (font-lock-doc-face): New.
1739
1740 * pcvs.el (cvs-enabledp): Ignore errors.
1741 (cvs-commit-filelist): Never query.
1742 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1743 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1744 (cvs-do-removal): Use cvs-partition rather than delete-if.
1745 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1746 cvs-bury-buffer.
1747
1748 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1749 Allow `next' to jump to after the end of the last match.
1750
1751 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1752
1753 * simple.el (byte-compiling-files-p): New function.
1754
1755 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1756 if it is there.
1757
1758 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1759 nil again.
1760
1761 * textmodes/ispell.el (ispell-library-path): Don't call
1762 check-ispell-version when byte-compiling because that starts
1763 an ispell process, and ispell might not be installed.
1764 (toplevel): Don't set up a menu when byte-compiling.
1765
1766 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1767 it, so that a boundp test can be used to determine if we're
1768 currently byte-compiling.
1769
1770 2000-11-09 Dave Love <fx@gnu.org>
1771
1772 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1773 eval-after-load.
1774
1775 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1776
1777 * ps-print.el: Patch for variable initialization when spooling. Doc
1778 fix.
1779 (ps-output-list): Fun eliminated.
1780 (ps-begin-file, ps-begin-job): Code fix.
1781
1782 2000-11-08 Dave Love <fx@gnu.org>
1783
1784 * ediff-wind.el (ediff-control-frame-parameters): Zero
1785 tool-bar-lines.
1786
1787 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1788
1789 * simple.el (shell-command, display-message-or-buffer)
1790 (shell-command-on-region): Mention resize-mini-windows in the doc
1791 string.
1792 (display-message-or-buffer): Take the value of resize-mini-windows
1793 into account.
1794
1795 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1796
1797 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1798
1799 * dired.el (dired-between-files): Add `^. find' as an alternative
1800 to the regular expression, for find-dired.
1801
1802 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1803
1804 * textmodes/texnfo-upd.el: Require texinfo.
1805 (defmacro, defgroup): Remove.
1806 (texinfo-section-to-generic-alist): Remove.
1807 Use texinfo-section-list instead (i.e. level is changed string->int).
1808 (texinfo-filter): New function.
1809 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1810 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1811 Use it. And use regexp-opt.
1812 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1813 (texinfo-update-menu-region-beginning)
1814 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1815 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1816 (texinfo-update-menu-same-level-regexps): Update.
1817 (texinfo-update-node, texinfo-every-node-update)
1818 (texinfo-sequential-node-update): Remove autoload cookie.
1819
1820 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1821 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1822 (texinfo-chapter-level-regexp): Remove.
1823 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1824
1825 2000-11-06 Dave Love <fx@gnu.org>
1826
1827 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1828
1829 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1830 Match defun*.
1831
1832 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1833
1834 * composite.el (composition-function-table): Variable declaration
1835 moved to src/composite.c.
1836 (compose-chars-after): New optional arg object.
1837
1838 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1839
1840 * bindings.el (mode-line-toggle-read-only)
1841 (mode-line-toggle-modified, mode-line-widen)
1842 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1843 (make-mode-line-mouse2-map): Rewritten.
1844 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1845 functions so that C-h k can show something with a doc string.
1846
1847 * startup.el (fancy-splash-delay): Set to 10 seconds.
1848 (fancy-splash-max-time): New user-option.
1849 (fancy-splash-stop-time): New variable.
1850 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1851 (fancy-splash-screens-1): Throw `stop-splashing' when current
1852 time is greater than fancy-splash-stop-time.
1853
1854 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1857
1858 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1859 Prompt user for a file rather than raising an error.
1860 (cvs-enabledp): Fix call to cvs-mode-marked.
1861 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1862 (cvs-mode-insert): Use it. Change the init prompt' value.
1863 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1864
1865 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1866 Don't pass default arg to ewoc-locate.
1867 (ewoc-collect): Return result in the right order.
1868
1869 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1870
1871 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1872 (cvs-status-get-tags): Fix regexp.
1873 (cvs-status-trees, cvs-status-cvstrees):
1874 Combine after change hooks and don't sit-for.
1875 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1876 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1877 Use make-char rather than hard-coded cryptic data.
1878 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1879
1880 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1881
1882 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1883 (cvs-insert-strings): New function.
1884
1885 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1886
1887 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1888 `mwheel-scroll-amount'.
1889 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1890 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1891 string-matching against the version string.
1892
1893 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1894
1895 * language/thai.el ("Thai"): Set a lisp form that produces
1896 composed string in `sample-text' language info.
1897
1898 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1899 composed string in `sample-text' language info.
1900
1901 * international/mule-cmds.el (describe-language-environment): Eval
1902 `sample-text' data and insert the result.
1903
1904 * international/mule-conf.el (compound-text): Define this coding
1905 system here. Make x-ctext and ctext aliases of it.
1906
1907 * language/european.el (compound-text, ctext): Moved to
1908 international/mule-conf.el.
1909
1910 2000-11-05 Andrew Innes <andrewi@gnu.org>
1911
1912 * w32-fns.el (w32-version): New function.
1913
1914 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * progmodes/awk-mode.el: Update copyright.
1917 (awk-mode-abbrev-table): Remove.
1918 (awk-font-lock-keywords): Use regexp-opt.
1919 (awk-mode): Use define-derived-mode.
1920
1921 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1922 when extracting a suffix.
1923
1924 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1925
1926 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1927 auto-save-mode.
1928
1929 2000-11-04 Jason Rumney <jasonr@gnu.org>
1930
1931 * language/european.el (decode-mac-roman): Test against r1 not r0.
1932
1933 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1934
1935 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1936 (icon-mode): Define indent-line-function.
1937 (icon-comment-indent): Simplify.
1938 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1939
1940 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1941
1942 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1943 Bind change-log-default-mode to defeat the caching done on it.
1944 Don't bother saving excursion any more.
1945
1946 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1947
1948 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1949 (set-frame-font): Use the new name (and the old for compatibility).
1950
1951 * toolbar/tool-bar.el (tool-bar-mode):
1952 * time.el (display-time-mode):
1953 * recentf.el (recentf-mode):
1954 * paren.el (show-paren-mode):
1955 * mwheel.el (mouse-wheel-mode):
1956 * msb.el (msb-mode):
1957 * jka-compr.el (auto-compression-mode):
1958 * image-file.el (auto-image-file-mode):
1959 * hl-line.el (hl-line-mode):
1960 * delsel.el (delete-selection-mode):
1961 * autoinsert.el (auto-insert-mode):
1962 * complete.el (partial-completion-mode): Drop unneeded positional args.
1963
1964 * info.el (Info-mode):
1965 * comint.el (comint-mode): Don't bother with make-local-hook.
1966
1967 * log-edit.el (log-edit-menu): New menu.
1968
1969 2000-11-03 Miles Bader <miles@gnu.org>
1970
1971 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1972 definition, so that trailing spaces are handled properly.
1973 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1974
1975 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1976
1977 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1978 tab character.
1979 (fancy-splash-screens): Set tab-width to 20.
1980
1981 2000-11-03 Dave Love <fx@gnu.org>
1982
1983 * comint.el (comint-completion-addsuffix): Fix custom type.
1984
1985 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * font-lock.el (font-lock-buffers): Remove.
1988 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1989 (font-lock-change-major-mode): Remove.
1990 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1991 (font-lock-default-fontify-region): Extend the multiline
1992 fontification to whole lines.
1993 (font-lock-fontify-anchored-keywords)
1994 (font-lock-fontify-keywords-region): If matching just one
1995 line (with \n) only mark the \n as multiline.
1996
1997 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1998 Correctly handle the case where several :group args are supplied.
1999 Allow :extra-args.
2000 (easy-mmode-define-global-mode): Allow :extra-args.
2001 Correctly handle the case where several :group args are supplied.
2002
2003 2000-11-02 Miles Bader <miles@gnu.org>
2004
2005 * calendar/calendar.el (diary-face, calendar-today-face)
2006 (holiday-face): Remove dependency on `window-system'.
2007
2008 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2009
2010 * Makefile.in (emacs): Set EMACSLOADPATH always.
2011 (update-authors, .el.elc, compile-files): Don't do it explicitly
2012 here.
2013 (compile-files): Bomb out if compilation of a file fails.
2014
2015 2000-11-02 Dave Love <fx@gnu.org>
2016
2017 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2018
2019 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2020
2021 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2022 punctuation in the warning inserted into the *mail* buffer.
2023
2024 2000-11-02 Gerd Moellmann <gerd@gnu.org>
2025
2026 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2027 (authors-public-domain-p): New function.
2028 (authors-print): Use it.
2029
2030 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2031
2032 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2033
2034 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2035
2036 * ps-print.el: Extension for even/odd printing. Doc fix.
2037 (ps-print-version): New version number (6.3.1).
2038 (ps-even-or-odd-pages): Customization fix.
2039 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2040 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2041 (ps-page-count): Var replaced by `ps-page-column'.
2042 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2043 (ps-print-sheet-p): New fun.
2044
2045 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2046
2047 * tooltip.el (tooltip-gud-tips-setup): New function.
2048 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2049 (tooltip-mode): Call tooltip-gud-tips-setup.
2050 (tooltip-gud-tips): Use `gud-basic-call' instead of
2051 process-send-string, so the prompt gets frobbed appropriately.
2052 Handle nil return value from `tooltip-gud-print-command'.
2053
2054 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2055
2056 * comint.el (comint-add-to-input-history): New function.
2057 (comint-send-input): Use `comint-add-to-input-history'.
2058
2059 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2060
2061 * info.el (info-menu-header): New face.
2062 (Info-fontify-menu-headers): New function.
2063 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2064
2065 * info.el (Info-insert-dir): Don't include blank lines at
2066 beginning of additional dir files (one is added automatically).
2067
2068 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2069
2070 * emacs-lisp/easy-mmode.el (define-minor-mode):
2071 Revert the latest changes.
2072 Allow the three positional arguments to be skipped and replaced
2073 by keyword arguments.
2074 Add a :toggle argument to determine whether a nil arg means toggle
2075 or means turn-on. The default is unchanged.
2076 Add a call to force-mode-line-update.
2077
2078 2000-11-01 Dave Love <fx@gnu.org>
2079
2080 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2081 cookie.
2082
2083 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2084
2085 * calendar/calendar.el (diary-face, holiday-face): Add
2086 dark-background variants.
2087
2088 2000-10-31 Sam Steingold <sds@gnu.org>
2089
2090 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2091 `tex-main-file' does not have directory in it.
2092
2093 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2094
2095 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2096
2097 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2098
2099 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2100 functional change.
2101
2102 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2103
2104 * files.el (find-file-noselect): When we expand a wildcard, return
2105 a list of buffers, as we should do according to the doc string.
2106
2107 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2108
2109 * loadup.el (top level): Adjust load path if program name is
2110 "../src/bootstrap-emacs", in case it's not dumped and thus the
2111 load path adjustment hasn't already been done.
2112
2113 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2114
2115 * ps-print.el: Fix bug on selected pages for printing. Use
2116 `color-values' for Emacs 21. Ensure fontification when jit-lock
2117 is on. Try to avoid warning messages when compiling. Doc Fix.
2118 (ps-print-version): New version number (6.3).
2119 (ps-color-device): Use `color-values' to determine if device
2120 supports color.
2121 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2122 (ps-print-page-p): Changed from defsubst to defun.
2123 (ps-page-number): Changed from defmacro to defun.
2124 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2125 printing.
2126 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2127 (ps-end-file, ps-dummy-page): Funs eliminated.
2128 (ps-print-color-scale): Changed default value.
2129 (ps-page-n-up, ps-print-page-p): New internal vars.
2130 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2131 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2132
2133 * delim-col.el: Little programming improvement.
2134 (delimit-columns-str): New macro.
2135 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2136
2137 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2138
2139 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2140 Moved to european.el.
2141 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2142 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2143 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2144 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2145
2146 2000-10-30 Dave Love <fx@gnu.org>
2147
2148 * progmodes/cc-menus.el (imenu-generic-expression)
2149 (imenu-progress-message): Only defvar when compiling.
2150
2151 * emacs-lisp/elp.el (elp-unload-hook): New function.
2152
2153 * loadhist.el (unload-feature): Call elp-restore-function,
2154 checking for symbols; don't use elp-restore-all.
2155 (loadhist-hook-functions): Doc fix.
2156
2157 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2158
2159 * log-edit.el (log-edit-confirm): Fix the default.
2160
2161 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2162
2163 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2164 delimit-columns-format.
2165 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2166
2167 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2168
2169 * comint.el (comint-replace-by-expanded-history): Don't use
2170 comint-get-old-input (we're not looking at *old* input).
2171 (comint-get-old-input-default): If using fields, signal an error
2172 when the point is not in an input field.
2173
2174 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2175
2176 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2177 and mule-unicode-e000-ffff.
2178
2179 * international/mule.el (decode-char, encode-char): New functions.
2180 (make-coding-system): Accept a symbol of translation table as a
2181 value of property `safe-chars'.
2182
2183 * international/mule-cmds.el (encode-coding-char): Check property
2184 safe-chars instead of safe-charsets.
2185
2186 * international/fontset.el (fontset-default): Modified for
2187 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2188 (x-font-name-charset-alist): Likewise.
2189 (ccl-encode-unicode-font): New CCL program. Record it in
2190 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2191
2192 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2193 New translation tables.
2194 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2195 programs are modified and moved from mac-win.el.
2196 (mac-roman): Definition of this coding system is modified and
2197 moved from mac-win.el.
2198
2199 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2200
2201 * ediff-wind.el (ediff-setup-control-frame): Enclose
2202 face-attribute in condition-case to avoid errors in older emacsen.
2203
2204 2000-10-29 Miles Bader <miles@gnu.org>
2205
2206 * custom.el (custom-add-to-group): Allow multiple entries for a
2207 given value OPTION, as long as their widget types are different.
2208 * cus-edit.el (custom-face-value-create): If face name doesn't end
2209 with "face", add such here (similar to custom group widgets).
2210
2211 * comint.el (comint-highlight-prompt): Add :type.
2212
2213 2000-10-28 John Wiegley <johnw@gnu.org>
2214
2215 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2216 Changed this function to operate on a temporary buffer instead of
2217 the main buffer. This not only keeps flyspell from marking a
2218 buffer as changed that wasn't, but it solves the jumpy cursor
2219 problem when attempts are made to edit incorrect words.
2220 (flyspell-maybe-correct-doubling): Same change as for
2221 `flyspell-maybe-correct-transposition'.
2222
2223 * calendar/timeclock.el (timeclock-log): Doc fix.
2224 (timeclock-last-event): Doc fix.
2225 (timeclock-log): Kill the timelog buffer after appending a new
2226 event.
2227 (timeclock-find-discrep): Use a temp buffer to read in the
2228 timelog, instead of visiting the file.
2229 (timeclock-log-data): A new function, along with a host of helper
2230 functions, for the purpose of making timelog data accessible to
2231 programmers.
2232
2233 * eshell/esh-mode.el (window-height test): Make certain that
2234 `eshell-stringify-t' is non-nil.
2235 (eshell-password-prompt-regexp): Changed to a much simpler
2236 password regexp.
2237 (eshell-send-input): If `eshell-invoke-directly' returns t,
2238 directly invoke the parsed command using `eval'. This improves
2239 turn-around time on simple commands by a factor of three or
2240 greater, such as cd, ls, pwd, etc. -- which get used very often.
2241 It also conserves thousands of cons cells per call (since
2242 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2243 in the Pacific Cookie Company).
2244
2245 * eshell/esh-test.el (eshell-test): Whitespace fix.
2246
2247 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2248 `eshell-ls-initial-args' nil when inserting directory contents.
2249
2250 * eshell/em-script.el (eshell-script-initialize): Add names to
2251 `eshell-complex-commands, since `source' and `.' are complex.
2252
2253 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2254 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2255 `eshell-copy-handles'.
2256 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2257 bodies.
2258 (eshell-separate-commands): Whitespace fix.
2259 (eshell-complex-commands): Added a new list of names, for
2260 determining whether a given command is as simple as it looks.
2261 (eshell-invoke-directly): New function. Returns t if a command
2262 should be invoked directly (using `eval'), rather than indirectly
2263 using `eshell-do-eval'.
2264 (eshell-do-eval): Whitespace fix.
2265
2266 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2267 which provides an emulation of the DOS shell behavior of assuming
2268 that cp/mv/ln should copy/move/link to the current directory.
2269 (eshell-remove-entries): Added a doc string.
2270 (eshell-shuffle-files): Removed the check for `target' being null.
2271 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2272 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2273 it to do a smarter check of whether a destination was provided.
2274 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2275 (eshell/ln): Enable `:preserve-args', and use
2276 `eshell-mvcpln-template' to implement the body of the function.
2277 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2278 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2279 list after flattening it. This makes it possible to cat files
2280 with numerical names.
2281 (eshell-unix-initialize): Added several names to
2282 `eshell-complex-commands.
2283 (eshell-unix-command-complex-p): Return t if a given command name
2284 may result in external processes being invoked.
2285
2286 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2287 variable nil by default, since it slows down glob processing by a
2288 factor of two or more, and increases memory consumption.
2289
2290 * eshell/em-smart.el: Added a note about how memory consumptive
2291 smart display mode can be (at least this is true in Emacs 21).
2292 (eshell-smart-initialize): Whitespace fix.
2293 (eshell-refresh-windows): Use `if' instead of `when'.
2294 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2295 not necessary.
2296 (eshell-currently-handling-window): Added a missing global
2297 variable.
2298
2299 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2300 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2301 Whitespace fix.
2302 (eshell-ls-exclude-hidden): Added this variable in addition to
2303 `eshell-ls-exclude-regexp'. This one prevents files beginning
2304 with . from even being read, which can improve memory consumption
2305 quite a bit.
2306 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2307 read file entries beginning with a dot. In home directories with
2308 lots of hidden files, fully two-thirds of the time spent in ls is
2309 used to read directory entries that are immediately thrown away.
2310 (eshell-ls-initial-args): Added back this configuration variable,
2311 for specifying default initial arguments to every call to ls.
2312 Much faster than using an alias to do the same thing.
2313 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2314 (eshell-ls-dir): Whitespace change.
2315
2316 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2317
2318 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2319 available.
2320 (eshell-stringify-t): Added a customization variable, to indicate
2321 whether `t' should be rendered as a string at all. If not, one
2322 can still determine if the result of an expression is true using
2323 "file-exists-p FILE && echo true".
2324 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2325 stringify t!
2326
2327 * eshell/esh-module.el: Whitespace fix.
2328
2329 * eshell/em-alias.el (eshell-alias-initialize): Added
2330 `eshell-command-aliased-p' to `eshell-complex-commands'.
2331 (eshell-command-aliased-p): New function that returns t if a
2332 command name names an aliased.
2333
2334 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2335
2336 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2337 redrawing the screen when changing cursor color.
2338 (viper-insert-state-pre-command-sentinel)
2339 (viper-replace-state-pre-command-sentinel)
2340 (viper-replace-state-post-command-sentinel):
2341 Use viper-preserve-cursor-color.
2342 Many functions changed to use viper= instead of = when comparing
2343 characters.
2344 * viper-util.el (viper-memq-char,viper=): New functions for
2345 working with characters.
2346 (viper-change-cursor-color): Fixed buglet.
2347 Many functions changed to use viper= instead of = when comparing
2348 characters.
2349 * viper.el (viper-insert-state-mode-list): Added eshell.
2350
2351 * ediff-init.el (ediff-before-setup-hook): New hook.
2352 Several typos fixed in various docstrings.
2353 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2354 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2355 hook.
2356 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2357 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2358 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2359 (ediff-get-selected-buffers): New function.
2360 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2361 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2362 save-window-excursion.
2363 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2364 termination check in while loop.
2365 * ediff.el (ediff-get-default-file-name): Better defaults when in
2366 dired buffer.
2367 (ediff-files,ediff-merge-files,ediff-files3)
2368 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2369
2370 2000-10-28 Dave Love <fx@gnu.org>
2371
2372 * info.el (Info-fontify-node): Add help-echo for menu items.
2373
2374 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2375
2376 * startup.el (normal-top-level): If the value of $TERM indicates
2377 we are running from xterm or one of its work-alikes, default to a
2378 light background mode.
2379
2380 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2381 * faces.el (tty-handle-reverse-video): New function.
2382 (tty-create-frame-with-faces): Call it.
2383
2384 * frame.el (frame-notice-user-settings): Don't apply
2385 default-frame-alist and initial-frame-alist to MS-DOS frames.
2386 Call tty-handle-reverse-video, frame-set-background-mode, and
2387 face-set-after-frame-default for non-MS-DOS frames.
2388
2389 * startup.el (tty-long-option-alist): New variable.
2390 (tty-handle-args): New function.
2391 (command-line): Call tty-handle-args.
2392
2393 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2394 startup.el now does that for all character-terminal frames.
2395
2396 2000-10-28 Miles Bader <miles@gnu.org>
2397
2398 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2399 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2400 global. If :global is followed by a non-nil but non-t value,
2401 make the mode buffer-local, but also generate a `global-MODE'
2402 version using `easy-mmode-define-global-mode'. Add
2403 :conditional-turn-on keyword argument.
2404
2405 2000-10-28 Dave Love <fx@gnu.org>
2406
2407 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2408 use window-system.
2409
2410 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2411
2412 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2413 Don't call find-buffer-file-type-coding-system. Instead, just
2414 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2415 if the file is on an untranslated filesystem.
2416 (add-untranslated-filesystem): Use "D" instead of "f" inside
2417 interactive.
2418
2419 2000-10-27 Dave Love <fx@gnu.org>
2420
2421 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2422 (refill-mode): Use it.
2423
2424 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2425
2426 * international/quail.el (quail-activate): Don't make-local-hook.
2427
2428 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2429
2430 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2431 manual backups and file.~<rev>.~ for automatic ones.
2432 (vc-make-version-backup): Don't do it on MS-DOS without long file
2433 names.
2434
2435 * vc.el (vc-version-other-window): If an automatic backup of the
2436 desired version exists, rename it instead of copying it.
2437
2438 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2439 after command. If there's an unexpected error, signal it instead
2440 of being silent.
2441 (vc-cvs-merge-news): Be prepared for no news at all.
2442
2443 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2444
2445 * shell.el (shell): Add BUFFER argument.
2446 * comint.el (make-comint-in-buffer): New function.
2447 (make-comint): Use it.
2448
2449 * faces.el (face-spec-choose): Change syntax so that the list of
2450 attribute-value pairs is now the cdr of each clause, not the cadr.
2451 Detect old-style entries, and handle them. Use pop.
2452
2453 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2454
2455 * cus-edit.el (custom-mode-map): Use a sparse map.
2456 (custom-mode): Don't bother with make-local-hook.
2457
2458 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2459
2460 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2461
2462 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2463
2464 * ps-print.el: Avoid compilation gripes.
2465 (ps-print-version): New version number (6.2.1).
2466
2467 2000-10-26 Dave Love <fx@gnu.org>
2468
2469 * menu-bar.el: Modify some menu item help strings.
2470 (menu-bar-help-menu): Add link to MORE.STUFF.
2471
2472 * cus-edit.el (custom-mode): Add `special' mode-class property.
2473
2474 * wid-browse.el (widget-browse-mode): Likewise.
2475
2476 * wid-edit.el (widget-specify-field): Revert to using local-map
2477 property, not keymap.
2478
2479 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2480
2481 * wid-edit.el (widget-field-end): When checking for a `boundary'
2482 field, do so in the correct buffer.
2483
2484 * simple.el (undo): Correctly distinguish between numeric and
2485 non-numeric prefix args in non-transient-mark-mode, as per the doc
2486 string. When in transient-mark-mode, treat all prefix-args as
2487 numeric.
2488
2489 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2490 Position point on match. Handle N == 0 correctly.
2491
2492 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2493 (comint-mode-map): Reverse order of `comint-write-output' and
2494 `comint-append-output-to-file'.
2495 (comint-append-output-to-file): Reinstate this function, for the
2496 benefit of the menu.
2497
2498 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2499
2500 * vc.el (vc-version-other-window): Bind `file'.
2501
2502 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2503
2504 * Makefile.in (update-authors): New target for maintenance purposes.
2505
2506 * emacs-lisp/authors.el (batch-update-authors): New function.
2507 (authors-fixed-entries): New defconst.
2508 (authors-add-fixed-entries): New function.
2509 (authors): Call it.: Don't process lispref/.
2510
2511 2000-10-25 Jason Rumney <jasonr@gnu.org>
2512
2513 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2514 Merge x w32 and mac definitions.
2515
2516 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2517
2518 * menu-bar.el (menu-bar-options-menu): Add a help string for
2519 `uniquify'.
2520
2521 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2522
2523 * time-stamp.el (time-stamp-string-preprocess):
2524 Fix a wrong type argument error.
2525
2526 2000-10-25 Miles Bader <miles@gnu.org>
2527
2528 * recentf.el (recentf-mode): Variable removed.
2529 (recentf-mode): Use `define-minor-mode'.
2530
2531 * mwheel.el (mouse-wheel-mode): New global minor mode.
2532 (mwheel-install): Use `mouse-wheel-mode'.
2533
2534 2000-10-25 Dave Love <fx@gnu.org>
2535
2536 * progmodes/cperl-mode.el (cperl-mode):
2537 Set normal-auto-fill-function correctly.
2538
2539 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2540 inherit from global-map and don't nullify menu-bar and tool-bar
2541 bindings.
2542
2543 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2544
2545 * wid-edit.el (widget-field-at): New function.
2546 (widget-at, widget-field-activate): Use it.
2547 (widget-tabable-at): Use `widget-at'.
2548 (widget-specify-field): If the terminating character of the widget
2549 field (which is read-only) is a newline, put it into a special
2550 `boundary' field so that C-n/C-p act more naturally.
2551 (widget-field-end): Also don't subtract one if a special
2552 `boundary' field has been added after the widget field.
2553
2554 * comint.el (comint-output-filter, comint-send-input): Don't
2555 bother adding stickiness fields to overlays to fool the field
2556 code, since it should notice the overlay insertion-types now.
2557
2558 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2559 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2560 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2561
2562 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2563
2564 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2565 (authors): Set file coding system to iso-2022-7bit. Add
2566 file-local variables to output buffer.
2567
2568 * files.el (after-find-file): Don't print any warnings if
2569 WARN is nil.
2570
2571 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2572
2573 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2574
2575 * delim-col.el: Now there is a column formatting mechanism.
2576 Modified to customization mechanisms convention. Doc fix.
2577 (columns): New group for delim-col.
2578 (delimit-columns-before, delimit-columns-after)
2579 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2580 (delimit-columns-end): New vars.
2581 (delimit-columns-customize, delimit-columns-format): New funs.
2582 (delimit-columns-region, delimit-columns-rectangle)
2583 (delimit-columns-rectangle-line): Modified to support column
2584 formatting.
2585
2586 2000-10-24 Dave Love <fx@gnu.org>
2587
2588 * log-edit.el (log-edit): Add :version and a :group for vc.
2589
2590 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2591
2592 * files.el (after-find-file): Don't print a message ``New file''
2593 if WARN is nil.
2594
2595 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2596 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2597 get duplicate tool-bar entries because we'll see the global ones
2598 on more than one path through keymaps.
2599
2600 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2601
2602 * progmodes/cmacexp.el: Change Francesco's email address.
2603
2604 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2605
2606 * window.el (fit-window-to-buffer): Adjust point of the window
2607 buffer, not that of the current buffer.
2608
2609 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2610
2611 * progmodes/cmacexp.el: Update the euthor's email address.
2612
2613 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2614
2615 * faces.el (face-spec-set-match-display): Add `graphic' display
2616 type (the inverse of `tty'). Use `display-graphic-p' instead of
2617 the window-system variable.
2618
2619 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2620
2621 * international/isearch-x.el (isearch-with-input-method): Call
2622 input-method-function with the first event in
2623 unread-command-events.
2624
2625 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2626
2627 * faces.el (face-default-spec, face-user-default-spec): Make
2628 defsubsts.
2629
2630 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2631
2632 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2633 New charsets.
2634
2635 * term/mac-win.el: Remove definitions of mac-roman-lower and
2636 mac-roman-upper, require dired, and define instead of set
2637 mac-ready-for-drag-n-drop to avoid compilation error.
2638
2639 2000-10-23 Andrew Innes <andrewi@gnu.org>
2640
2641 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2642 superfluous calls to subst-char-in-string; instead apply
2643 expand-file-name after convert-standard-filename to ensure
2644 expected directory separators are used.
2645
2646 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2649
2650 2000-10-23 Dave Love <fx@gnu.org>
2651
2652 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2653 (tool-bar-add-item): Set foreground and background for XBM icons.
2654
2655 * international/latin1-disp.el (latin1-char-displayable-p): New
2656 function (from Handa).
2657 (latin1-display-check-font): Use it.
2658
2659 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2660 using :key-sequence, making it much more usable. Use nconc, not
2661 append.
2662 (imenu--create-keymap-1): Avoid append.
2663
2664 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2665
2666 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2667
2668 [the following changes fix a bug where `define-minor-mode' didn't
2669 correctly generate :require clauses for defcustoms in compiled files]
2670 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2671 (byte-compile-log-file, byte-compile-log-1): Don't set
2672 `byte-compile-current-file' to nil. Instead set
2673 `byte-compile-last-logged-file' to it. Test whether
2674 byte-compile-current-file equals byte-compile-last-logged-file
2675 instead of whether its nil.
2676 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2677
2678 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2679
2680 * textmodes/refill.el: Fix var names in doc.
2681 (refill-mode): Don't bother with make-local-hook anymore.
2682
2683 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2684
2685 * faces.el (face-user-default-spec, face-default-spec): New functions.
2686 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2687 (frame-set-background-mode, face-set-after-frame-default):
2688 Use `face-user-default-spec'. Simplify code slightly.
2689
2690 * woman.el (woman-italic-face, woman-bold-face)
2691 (woman-unknown-face): Add dark-background variants.
2692 (woman-default-faces): Renamed from `woman-colour-faces'.
2693 Set using the stored defaults, rather than using hard-wired colors.
2694 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2695 Just make the foreground `unspecified' rather than "black".
2696 (woman-menu): Rename menu entries accordingly.
2697
2698 * faces.el (header-line): Make more reasonable on mono/grayscale
2699 displays.
2700
2701 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2702
2703 * cus-edit.el (custom-button-face): Use 3D look for mac.
2704 (custom-button-pressed-face): Likewise.
2705
2706 * faces.el (set-face-attributes-from-resources): Handle mac frames
2707 in the same way as x and w32 frames.
2708 (face-valid-attribute-values): Likewise.
2709 (read-face-attribute): Likewise.
2710 (defined-colors): Likewise.
2711 (color-defined-p): Likewise.
2712 (color-values): Likewise.
2713 (display-grayscale-p): Likewise.
2714 (face-set-after-frame-default): Likewise.
2715 (mode-line): Same default face as for x and w32.
2716 (tool-bar): Likewise.
2717
2718 * frame.el: Remove call to frame-notice-user-settings at end of
2719 the file.
2720
2721 * info.el (Info-fontify-node): make underlines invisible for mac
2722 as for x, pc, and w32 frame types.
2723
2724 * term/mac-win.el: New file.
2725
2726 2000-10-22 Dave Love <fx@gnu.org>
2727
2728 * textmodes/refill.el: New file.
2729
2730 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2731
2732 * vc-hooks.el (vc-version-backup-file-name): New optional args
2733 MANUAL and REGEXP.
2734 (vc-delete-automatic-version-backups, vc-make-version-backup):
2735 New functions.
2736 (vc-before-save): Use the latter.
2737 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2738 confusion.
2739
2740 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2741 expected by vc[-hooks].el.
2742
2743 * vc.el (vc-checkout): Added `-p' suffix in call to
2744 vc-make-version-backups-p; use vc-make-version-backup to actually
2745 make the backup.
2746 (vc-version-other-window, vc-version-backup-file): Handle both
2747 automatic and manual backups.
2748 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2749 of all of them.
2750
2751 2000-10-22 Miles Bader <miles@gnu.org>
2752
2753 * comint.el (comint-highlight-input, comint-highlight-prompt):
2754 Renamed, `-face' at end removed.
2755 (comint-send-input, comint-output-filter): Use renamed faces.
2756
2757 * window.el (fit-window-to-buffer): Change defaulting of
2758 MAX-HEIGHT slightly.
2759
2760 * faces.el (color-values, color-defined-p): Use `member', not
2761 `memq', because it works correctly for strings.
2762 (frame-set-background-mode): Actually, "unspecified-fg" and
2763 "unspecified-bg" *are* strings. Use `member', not `memq', and
2764 `equal', not `eq', when a string value is possible.
2765
2766 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2767
2768 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2769
2770 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2773 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2774 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2775 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2776 (sh-font-lock-syntactic-keywords): Use them.
2777 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2778 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2779 (sh-mode): Don't override font-lock-unfontify-region-function.
2780 Use a copy of sh-font-lock-syntactic-keywords.
2781 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2782 Don't call sh-scan-buffer since font-lock does it on the fly.
2783 (sh-get-indent-info): Use `face' rather than `syntax-table'
2784 text-property to detect here-documents.
2785 Replace sh-special-syntax with sh-st-punc.
2786 (sh-prev-line): Use `face' rather than `syntax-table'
2787 text-property to skip over here-documents.
2788 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2789 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2790 (sh-electric-less, sh-set-here-doc-region)
2791 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2792 (sh-scan-buffer, sh-rescan-buffer): Remove.
2793
2794 2000-10-21 Andrew Innes <andrewi@gnu.org>
2795
2796 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2797 remote (ange-ftp) file names.
2798
2799 2000-10-21 Miles Bader <miles@gnu.org>
2800
2801 * window.el (fit-window-to-buffer): New function.
2802 (shrink-window-if-larger-than-buffer): Use it.
2803 (window-text-height): Don't expect minibuffers to have mode-lines.
2804
2805 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2806 * international/quail.el (quail-update-guidance): Use
2807 `fit-window-to-buffer' instead of `set-window-text-height'.
2808
2809 * international/quail.el (quail-show-guidance-buf): Make sure
2810 guidance window really has enough room.
2811 (quail-update-guidance): If quail-guidance-win is already shown,
2812 make sure its height is OK.
2813
2814 * window.el (window-text-height, set-window-text-height):
2815 New functions.
2816 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2817 instead of `window-height' & `mode-line-window-height-fudge'.
2818 (mode-line-window-height-fudge): Add FACE parameter.
2819 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2820 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2821
2822 2000-10-20 Miles Bader <miles@gnu.org>
2823
2824 * window.el (height-affecting-face-attributes): Use `defconst'.
2825
2826 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2827 New function, conditionally aliased to `mode-line-window-height-fudge'.
2828 (ispell-help): Use it.
2829 (ispell-choices-win-default-height): Don't include mode-line fudge.
2830 (ispell-choices-win-default-height): New function.
2831 (ispell-show-choices, ispell-command-loop): Use function
2832 `ispell-choices-win-default-height' instead of variable.
2833
2834 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2835
2836 * window.el (mode-line-window-height-fudge): New variable.
2837 (height-affecting-face-attributes): New variable.
2838 (mode-line-window-height-fudge): New function.
2839 (shrink-window-if-larger-than-buffer): Use it.
2840 * help.el (resize-temp-buffer-window): Likewise.
2841
2842 * info.el (Info-fontify-node): Add support for @subsubsection
2843 titles, which use `Info-title-4-face'.
2844 (Info-title-4-face): New face.
2845 (Info-title-3-face): Inherit from Info-title-4-face instead of
2846 variable-pitch.
2847
2848 2000-10-19 Jason Rumney <jasonr@gnu.org>
2849
2850 * dired.el (dired-insert-directory): Do not let errors signalled by
2851 attempt to run dired-free-space-program prevent dired from working.
2852
2853 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2856
2857 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2858
2859 * dirtrack.el (dirtrack): Fix call to run-hooks.
2860
2861 * cmuscheme.el (cmuscheme-program-name): Renamed from
2862 scheme-program-name because xscheme.el contains a defcustom with
2863 the same name. As a consequence, customizing group `cmuscheme'
2864 loaded `xscheme' which redefined run-scheme.
2865 (run-scheme): Use cmuscheme-program-name.
2866
2867 * ps-print.el (ps-print-emacs-type): Move into the
2868 eval-and-compile.
2869
2870 * play/doctor.el (doctor-death): Update the Samaritans'
2871 anonymous address, and add a website for Befrienders International.
2872
2873 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2874
2875 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2876 Avoid compilation gripes. Doc fix.
2877 (ps-print-version): New version number (6.2).
2878 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2879 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2880 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2881 (ps-x-extent-priority, ps-x-extent-start-position)
2882 (ps-x-face-font-instance, ps-x-find-coding-system)
2883 (ps-x-font-instance-properties, ps-x-make-color-instance)
2884 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2885 avoid compilation gripes without defining functions.
2886 (ps-e-find-composition): Alias for function find-composition, to have a
2887 suitable function depending on Emacs version.
2888 (ps-color-device, ps-color-values, ps-face-foreground-name)
2889 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2890 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2891 (ps-print-ensure-fontified): Function definitions surrounded by
2892 `eval-and-compile' to avoid compilation gripes.
2893 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2894 by symbol-value to avoid compilation gripes.
2895 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2896 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2897
2898 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2899
2900 * startup.el (normal-top-level): Call `frame-set-background-mode'
2901 after `frame-notice-user-settings' because the latter doesn't call
2902 the former on a tty.
2903
2904 * faces.el (frame-set-background-mode): `unspecified' &c are
2905 symbols, not strings.
2906
2907 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2908
2909 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2910 why some "light*" colors are deliberately absent from the alist.
2911
2912 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2913 Change colors for tty's, as suggested by Miles Bader.
2914
2915 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2916
2917 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2918 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2919 for ISO10646-1 fonts.
2920 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2921
2922 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2923
2924 * faces.el (frame-set-background-mode): If a tty frame defines a
2925 background color, use that to compute the background mode, instead
2926 of always defaulting to "dark".
2927
2928 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2929
2930 * comint.el (comint-write-output): New function.
2931 (comint-mode-map): Add it to the menu.
2932 Bind `C-c C-s' to comint-write-output.
2933
2934 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2935
2936 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2937 Use fancy-splash-delay.
2938
2939 2000-10-18 Alex Schroeder <alex@gnu.org>
2940
2941 * progmodes/sql.el (sql-sybase-options): New option.
2942 (sql-sybase): Use it. Add sql-database to the list of parameters
2943 provided for login. The options -w 2048 -n are not used any more.
2944
2945 * comint.el (comint-read-input-ring): Bugfix such that the first
2946 and the last entry of the input ring file are not lost.
2947
2948 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2949
2950 * ps-print.el: Internal variable changes to defcustom,
2951 make-local-hook changes to defvar. Doc fix.
2952 (ps-print-version): New version number (6.1).
2953 (ps-setup, ps-do-despool): Code fix.
2954 (ps-printer-name): Customization fix.
2955 (ps-printer-name-option): Now is a defcustom instead of an
2956 internal variable.
2957 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2958 (ps-print-begin-column-hook): Now are defvar instead of
2959 make-local-hook.
2960
2961 2000-10-18 Miles Bader <miles@gnu.org>
2962
2963 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2964 (comint-kill-output): Changed into an alias for `comint-delete-output',
2965 and made obsolete.
2966 (comint-mode-map): Rename references to comint-kill-output.
2967
2968 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * diff-mode.el (diff-header-face, diff-file-header-face)
2971 (diff-changed-face): Add bold and italic attributes to tty faces.
2972 (diff-function-face): New face.
2973 (diff-font-lock-keywords): Use it.
2974
2975 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2976
2977 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2978 Remove commented-out call to force-mode-line-update.
2979 (comint-kill-output): Use `forward-line 0' instead of
2980 beginning-of-line to make sure we get past the prompt.
2981
2982 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2983
2984 * diff-mode.el (diff-header-face, diff-file-header-face):
2985 Add specific setting for dark background.
2986 (diff-context-face): Renamed from diff-comment-face.
2987 Set explicitly rather than inheriting from font-lock-comment-face.
2988
2989 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2990
2991 * startup.el (command-line): Move the code which sets the default
2992 TTY colors to before before-init-hook.
2993
2994 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2995
2996 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2997
2998 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2999
3000 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3001 extensions, for MS-DOS.
3002
3003 * diff-mode.el (diff-header-face, diff-file-header-face)
3004 (diff-changed-face): Define tty-specific colors.
3005
3006 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3007
3008 * startup.el (fancy-splash-text): Realign the text.
3009
3010 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * font-lock.el (font-lock-comment-face): Define a separate default
3013 for dark-background tty's.
3014
3015 2000-10-17 Miles Bader <miles@gnu.org>
3016
3017 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3018 being obscured by whizzy mode-lines on graphics displays.
3019
3020 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3021
3022 * info.el (Info-title-1-face, Info-title-2-face)
3023 (Info-title-3-face): Define colors for tty's.
3024 (info-header-node): Remove unneeded tty-specific definition.
3025
3026 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3027
3028 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3029 reverse from the frame parameters, and don't invert foreground and
3030 background colors.
3031
3032 2000-10-16 Miles Bader <miles@gnu.org>
3033
3034 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3035 string "*Info*". Call propertized-buffer-identification to spruce
3036 up the result.
3037
3038 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3039
3040 * help.el: Provide `help' for the sake of define-minor-mode
3041 which generates defcustoms with requires.
3042
3043 * jit-lock.el (jit-lock-after-change): If we're in text that
3044 matches a multi-line font-lock pattern, make sure the whole text
3045 will be redisplayed.
3046
3047 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3048 author's name is unknown.
3049
3050 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3051 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3052 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3053 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3054 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3055 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3056 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3057 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3058 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3059 Add author information.
3060
3061 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3062
3063 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3064 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3065 full-color version (using the Gimp) to eliminate dithering artifacts.
3066
3067 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3068
3069 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3070
3071 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3072
3073 2000-10-15 Dave Love <fx@gnu.org>
3074
3075 * progmodes/sh-script.el: Require skeleton and comint when
3076 compiling.
3077
3078 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3079
3080 * whitespace.el: Doc fixes.
3081 (top-level): Don't add hooks here.
3082 (whitespace-running-emacs): Deleted.
3083 (timer): Don't require.
3084 (whitespace): Add back :version conditional on xemacs test.
3085 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3086 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3087 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3088 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3089 Avoid specific xemacs test.
3090 (whitespace-global-mode): New option.
3091 (whitespace-global-mode): New command.
3092 (whitespace-unload-hook): New function.
3093
3094 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3095 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3096 (Info-fontify-node): `Goto' goes to `Go to'.
3097 (Info-fontify-node): Add help-echo to xref links.
3098
3099 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3100
3101 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3102
3103 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3104
3105 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3106 Use plist-get and allow :inherit.
3107
3108 * emacs-lisp/cl-macs.el (cl-do-arglist):
3109 Use plist-get and plist-member instead of memq.
3110
3111 * emacs-lisp/ewoc.el (ewoc-location): New function.
3112 (ewoc-enter-after, ewoc-enter-before): Document return value.
3113 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3114 Don't need make-local-hook any more.
3115 (cvs-addto-collection): Return the new tin.
3116 (cvs-mode-insert): Jump to the new line.
3117
3118 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3119
3120 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3121
3122 * font-lock.el (font-lock-syntactically-fontified): New var.
3123 (font-lock-fontify-syntactic-keywords-region): Use it.
3124 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3125
3126 * diff-mode.el (diff-find-file-name): Fix regexp.
3127
3128 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3129 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3130
3131 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3132 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3133 (sh-mode): Don't make all vars local here.
3134 (sh-kw): Reformat.
3135 (sh-set-shell): Use dolist. Don't set indent-region-function.
3136 (sh-mode-syntax-table): Use pop.
3137 (sh-remember-variable): Use push.
3138 (sh-help-string-for-variable): Use memq.
3139 (sh-safe-backward-sexp): Remove.
3140 (sh-safe-forward-sexp): Add ARG.
3141 (sh-get-indent-info, sh-prev-stmt): Use it.
3142 (sh-prev-line): Simplify by using forward-comment.
3143 (sh-this-is-a-continuation): Simplify.
3144 (sh-learn-buffer-indent): Use dolist.
3145 (sh-do-nothing): Remove.
3146 (sh-set-char-syntax, sh-set-here-doc-region):
3147 Use inhibit-modification-hooks.
3148 (sh-name-style): Use mapcar and push.
3149 (sh-load-style): Use dolist.
3150 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3151 (sh-case, sh-while-getopts): Use propertize directly rather
3152 than sh-electric-rparen.
3153
3154 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3155
3156 * textmodes/tex-mode.el: Require CL when compiling.
3157 (tex-mode-syntax-table): Init immediately.
3158 (tex-mode-map): Bind M-RET to latex-insert-item.
3159 (latex-mode): Set indent-line-function to latex-indent.
3160 (tex-common-initialization): Don't setup the syntax-table any more.
3161 (latex-insert-item): New skeleton.
3162 (tex-next-unmatched-end): Fix copy/paste braino.
3163 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3164 (latex-indent, latex-find-indent): New functions.
3165 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3166 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3167 (tex-compilation-parse-errors): Use with-syntax-table.
3168
3169 2000-10-15 Miles Bader <miles@gnu.org>
3170
3171 * font-lock.el (font-lock-comment-face): Change dark-background,
3172 color, non-tty, default to `chocolate1'.
3173
3174 2000-10-13 John Wiegley <johnw@gnu.org>
3175
3176 * eshell/esh-util.el (require): Added a missing `require' form,
3177 needed when compiling (for an ange-ftp macro definition).
3178
3179 2000-10-13 Dave Love <fx@gnu.org>
3180
3181 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3182
3183 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3184
3185 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3186 fix.
3187
3188 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3189 transparent -colors 8).
3190
3191 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3192
3193 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3194 that breaks with old list format timestamps.
3195 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3196 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3197 strings.
3198
3199 2000-10-13 John Wiegley <johnw@gnu.org>
3200
3201 * align.el, pcomplete.el, calendar/timeclock.el,
3202 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3203
3204 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3205 faulty math, where holiday hours were being computing as seconds.
3206
3207 2000-10-13 John Wiegley <johnw@gnu.org>
3208
3209 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3210 specifying what "other" kinds of buffers should be saved. This
3211 used to be hard-coded.
3212 (desktop-buffer-misc-functions): A global for specifying how
3213 auxiliary data should be determined for special buffer types.
3214 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3215 instead of hard-coding the special buffer types.
3216 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3217 auxiliary data, instead of hard-coding for Info buffers and dired.
3218 (desktop-buffer-info-misc-data): Aux function for determining Info
3219 buffer auxiliary info.
3220 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3221 (desktop-buffer-info): Changed this function to use the info
3222 gathered above.
3223 (desktop-create-buffer): Be a little more careful about what
3224 `minor-mode' means before calling it. This is important for some
3225 buffer types.
3226
3227 2000-10-13 John Wiegley <johnw@gnu.org>
3228
3229 * eshell/esh-util.el: Added a global form which declares an
3230 autoload for `parse-time-string', if that function is not already
3231 defined, and if parse-time.el is available on the user's system.
3232
3233 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3234 to be aware of ange-ftp user info.
3235 (eshell-do-ls): Bind `ange-cache'. Also, use
3236 `eshell-file-attributes'.
3237 (eshell-ls-annotate): Use `eshell-file-attributes'.
3238 (eshell-ls-file): Made the user-id printing code a bit smarter.
3239
3240 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3241 allow identification of alias user ids in remote directories.
3242 It's manual, but there's no other way to know when the current
3243 user on the local machine, is also the owning user on the remote
3244 machine.
3245 (fboundp): Bind `ange-cache'.
3246 (eshell-directory-files-and-attributes): Re-organized the logic a
3247 bit to use `eshell-file-attributes' instead of `file-attributes'.
3248 The former is more sensitive to directories that are read via FTP,
3249 and knows how to use ange-ftp to determine full attribute
3250 information, instead of just the name and last modtime.
3251 (eshell-current-ange-uids): Return the current user id when in a
3252 remote directory.
3253 (eshell-parse-ange-ls): Parse a full directory listing that has
3254 been returned by ange-ftp.
3255 (eshell-file-attributes): This beefed up version of
3256 `file-attributes' is only special if the user is currently in a
3257 remote directory, in which case it does a lot of work to find out
3258 what the real attributes of a file are, as they appear on the
3259 remote machine. This makes usage of remote directories (i.e.,
3260 ange-ftp pathnames) much more useful. You can now use Eshell as a
3261 full-fledged FTP client, with much more manipulation ability than
3262 most other clients.
3263
3264 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3265 variable, which means that Eshell's du should always be preferred
3266 in remote directories.
3267 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3268 just `file-attributes'.
3269 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3270 when reading remote directories. This is an Eshell-specific
3271 variable (not part of ange-ftp).
3272 (eshell/ln): Bind `ange-cache'.
3273 (eshell/du): Added some extra logic for determining when to use
3274 Eshell's du (which is slow), and when to use the external version
3275 (which may or may not exist).
3276
3277 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3278 `eshell-interactive-process', rather than using
3279 `get-buffer-process', since backgrounded processes don't count in
3280 the context of this function's logic.
3281
3282 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3283 `forward-char', so that null strings are parsed correctly.
3284
3285 2000-09-13 John Wiegley <johnw@gnu.org>
3286
3287 * eshell/em-pred.el (eshell-pred-file-type,
3288 eshell-pred-file-links, eshell-pred-file-size): Use
3289 `eshell-file-attributes'. This is more correct over ange-ftp.
3290
3291 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3292 that remote file globbing is more efficient.
3293
3294 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3295 gathering the files and attributes within a directory.
3296
3297 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3298 the command line is a special file (not a regular file, directory
3299 or symlink), always attempt to call the external version of cat.
3300
3301 2000-09-13 John Wiegley <johnw@gnu.org>
3302
3303 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3304 Eshell-friendly version of find-tag.
3305
3306 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3307
3308 * image-file.el (image-file-name-extensions)
3309 (image-file-name-regexps): Add autoload cookies.
3310
3311 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3312
3313 * international/mule-cmds.el (select-safe-coding-system): If FROM
3314 is string, show it in *Warning* buffer.
3315
3316 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * startup.el (normal-top-level): Use display-popup-menus-p instead
3319 of window-system.
3320 (command-line): Use display-graphic-p instead of window-system.
3321 (command-line-1): Use display-popup-menus-p and display-mouse-p
3322 instead of window-system.
3323
3324 2000-10-12 Sam Steingold <sds@gnu.org>
3325
3326 * tooltip.el (tooltip-use-echo-area): New user variable.
3327 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3328
3329 2000-10-12 Dave Love <fx@gnu.org>
3330
3331 * recentf.el: Maintainer's checkdoc fixes.
3332
3333 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3334 character class, not ASCII when matching file names.
3335 (fancy-splash-head): Add trailing slash to URL.
3336 (command-line): Don't require XPM support for toolbar.
3337
3338 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3339 (cperl-invalid-face): Revert last change.
3340 (cperl-init-faces): Quote cperl-invalid-face.
3341
3342 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3343
3344 * startup.el (fancy-splash-text): Remove superfluous quote.
3345
3346 2000-10-12 Gerd Moellmann <gerd@gnu.org>
3347
3348 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3349 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3350 (command-line-1): Don't use fancy-splash-pending-command.
3351 (fancy-splash-screens-1): Goto point-min after inserting text.
3352
3353 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3354
3355 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3356 instead of shared-lisp-mode-map.
3357
3358 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3359
3360 * faces.el (header-line): Change tty-variant to use underlining.
3361
3362 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3363 (isearch-highlight): Restore lazy-isearch face properties at old
3364 position, and suppress them at new position.
3365 (isearch-dehighlight): Restore lazy-isearch face properties.
3366 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3367 over the real isearch overlay, but in that case, don't give it a
3368 face property. Use `push'.
3369
3370 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3371
3372 * man.el (Man-getpage-in-background): Fix previous change.
3373 Decode the process output only when we are in multibyte mode.
3374
3375 2000-10-11 Dave Love <fx@gnu.org>
3376
3377 * info.el (Info-mode-menu): Fix some help.
3378 (info-tool-bar-map): Add entry for Info-last.
3379
3380 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3381 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3382 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3383 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3384 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3385 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3386 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3387 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3388 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3389 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3390 Reduce colour requirements to 25 overall. (Probably wants
3391 revisiting from the originals to reduce further.)
3392
3393 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3396 buffer-file-coding-system, instead of raw-text.
3397 (dehexlify-buffer): Bind coding-system-for-read to
3398 buffer-file-coding-system, instead of raw-text.
3399
3400 2000-10-11 Sam Steingold <sds@gnu.org>
3401
3402 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3403 `underline' - fixes the bug introduced on 2000-09-21.
3404
3405 2000-10-11 Dave Love <fx@gnu.org>
3406
3407 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3408 compiler warnings.
3409 (scheme-mode): Doc fix.
3410 (scheme-font-lock-keywords-1): Match `define-syntax'.
3411
3412 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3413
3414 * faces.el (frame-set-background-mode): Pay attention to saved
3415 face specs as well as default ones. Only do anything if the
3416 bg-mode or display-type has actually changed. Use `dolist'.
3417 (region): Make dark-background `region' face less in-your-face.
3418
3419 2000-10-10 Sam Steingold <sds@gnu.org>
3420
3421 * chistory.el, ielm.el, ledit.el:
3422 * progmodes/inf-lisp.el, progmodes/scheme.el:
3423 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3424
3425 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3426
3427 * textmodes/texinfo.el: Update copyright and fix typo.
3428
3429 * desktop.el (desktop-modes-not-to-save): New var.
3430 (desktop-save-buffer-p): Use it.
3431 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3432 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3433
3434 2000-10-10 Dave Love <fx@gnu.org>
3435
3436 * toolbar/tool-bar.el (tool-bar-add-item)
3437 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3438 display.
3439
3440 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3441 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3442 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3443 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3444 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3445 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3446 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3447 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3448 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3449 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3450 the .xpms; probably need retouching.
3451
3452 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3453
3454 * subr.el (add-to-list): Add optional argument APPEND.
3455 * battery.el (display-battery): Use `add-to-list'.
3456
3457 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3458
3459 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3460 these vars as symbol properties.
3461 (zone, zone-when-idle, zone-leave-me-alone)
3462 (zone-pgm-whack-chars): Use new symbol properties.
3463
3464 * battery.el (display-battery): Doc spelling fix.
3465
3466 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3467 property.
3468
3469 2000-10-09 Dave Love <fx@gnu.org>
3470
3471 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3472 has been initialized before calling tool-bar-setup.
3473 (tool-bar-add-item-from-menu): Add autoload cookie.
3474
3475 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3476
3477 * menu-bar.el (send-mail-item-name): New function.
3478 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3479 of mail-user-agent in the menu. Don't display the "Send Mail"
3480 item if mail-user-agent is nil or its value is ignore.
3481 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3482 if read-mail-command is nil or its value is ignore.
3483
3484 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3485
3486 2000-10-09 Miles Bader <miles@gnu.org>
3487
3488 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3489 Correct image size.
3490 * toolbar/left_arrow.xpm: Correct image size.
3491
3492 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3493 will be done by the definition of `auto-compression-mode' if
3494 necessary. Move code to uninstall existing file-name handler
3495 before definition of `auto-compression-mode'.
3496
3497 * image-file.el (auto-image-file-mode): Move to the end of the
3498 file, because `define-minor-mode' actually calls the mode-function
3499 if the associated variable is non-nil, which requires that all
3500 needed functions be already defined.
3501
3502 * mouse.el (popup-menu): Balance parens.
3503
3504 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3505
3506 * mouse.el (popup-menu): Move the command call outside the loop
3507 so that popup-menu returns whatever the command returns.
3508
3509 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3510 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3511 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3512 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3513
3514 * vc.el (vc-version-diff): diff-switches can be a list.
3515 Use relative filenames for prettier output.
3516
3517 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3518 (vc-post-command-functions): Remove old-VC compatibility code.
3519
3520 * newcomment.el (comment-indent-default): Autoload.
3521
3522 * font-lock.el (font-lock-defaults): Make buffer-local.
3523 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3524 (font-lock-choose-keywords):
3525 Ignore LEVEL unless KEYWORDS is a list of syms.
3526 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3527 Don't wrap regexp-opt things in \(...\) unnecessarily.
3528
3529 * jit-lock.el: Don't require font-lock any more.
3530 (jit-lock-functions): Make buffer-local.
3531 (jit-lock-saved-fontify-buffer-function): Remove.
3532 (jit-lock-mode): Remove autoload cookie.
3533 Remove font-lock specific code.
3534 (jit-lock-unregister): Don't bother handling complex hooks any more.
3535 (jit-lock-refontify): New function.
3536 (jit-lock-fontify-buffer): Use it.
3537 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3538 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3539 Add optional args START and END.
3540 Never call font-lock-fontify-region directly.
3541 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3542
3543 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3544
3545 2000-10-08 Dave Love <fx@gnu.org>
3546
3547 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3548
3549 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3550
3551 * play/studly.el (studlify-region, studlify-word): Add autoload
3552 cookie.
3553
3554 * play/morse.el (morse-region, unmorse-region): Add autoload
3555 cookie.
3556
3557 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3558 concat.
3559
3560 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3561 insist on symbols starting with word syntax.
3562 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3563 (eval-defun-1): Doc fix.
3564 (indent-sexp): Use nconc to build up indent-stack.
3565
3566 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3567 Gnus with little use.
3568 (mail-setup-hook): Add mail-abbrevs-setup to options.
3569
3570 * recentf.el: Doc fixes.
3571
3572 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3573 Clean up remainder.
3574
3575 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3576 without timezone and (8) with timezone to enforce some whitespace.
3577 Simplify code somewhat.
3578
3579 * options.el (list-options): Doc that you should use customize.
3580
3581 * iswitchb.el (iswitchb-mode): Add :require.
3582
3583 * info.el (Info-goto-node, Info-menu): Doc fix.
3584 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3585 (info-tool-bar-map): New variable.
3586 (Info-mode): Use it.
3587 (Info-edit-map): Define all in defvar.
3588 (speedbar-attached-frame): Avoid compiler warning.
3589
3590 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3591 (global-map): Bind [tool-bar] to a filtered map.
3592 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3593 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3594 Allow PBM icons.
3595 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3596
3597 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3598 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3599 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3600 icons, except up_arrow, which is left-arrow rotated.
3601
3602 * imenu.el (imenu-add-to-menubar): Fix last change.
3603
3604 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3605
3606 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3607 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3608
3609 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3610
3611 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3612 typos in doc strings.
3613
3614 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3615 the doc strings how to customize Font Lock faces.
3616
3617 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3618 computing growth when dragging the header line.
3619
3620 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * simple.el (kill-line): Doc fix.
3623
3624 2000-10-08 Miles Bader <miles@gnu.org>
3625
3626 * faces.el (secondary-selection): Make foreground visible on tty.
3627
3628 * jka-compr.el (auto-compression-mode): Move to the end of the
3629 file, because `define-minor-mode' actually calls the mode-function
3630 if the associated variable is non-nil, which requires that all
3631 needed functions be already defined.
3632 (with-auto-compression-mode): Add autoload cookie.
3633
3634 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3635
3636 * files.el (find-backup-file-name) [ms-dos]: If support for long
3637 file names is not available, behave as if version-control were set
3638 to never.
3639
3640 2000-10-07 Dave Love <fx@gnu.org>
3641
3642 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3643 (browse-url-gnome-moz): New function.
3644 (browse-url-browser-function): Use it.
3645 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3646
3647 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3648
3649 * indent.el (tab-always-indent): New var.
3650 (indent-for-tab-command): Use it.
3651
3652 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3653 raise an error. This way it can still default to a sane value.
3654
3655 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3656
3657 * startup.el (fancy-splash-screens): Use local rather than global map.
3658 Don't use `update-menu-bindings' any more.
3659 Get rid of assumptions about keymap representation.
3660
3661 2000-10-06 Dave Love <fx@gnu.org>
3662
3663 * textmodes/fill.el (sentence-end-double-space)
3664 (sentence-end-without-period): Doc fix.
3665 (adaptive-fill-regexp): Purecopy.
3666 (unjustify-current-line): Use line-end-position.
3667 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3668
3669 * net/eudc-vars.el (eudc): Add :version, :link.
3670
3671 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3672
3673 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3674 Fix for define-minor-mode.
3675 (function-at-point): Alias to function-called-at-point.
3676
3677 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3678
3679 * simple.el (backward-word): Doc fix.
3680
3681 * image-file.el (image-file-name-regexp): image-file-regexps ->
3682 image-file-name-regexps.
3683 (image-file-name-extensions): Add pbm.
3684
3685 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3688 and add filename to the names so that diff-mode can jump to source.
3689
3690 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3691 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3692 (tex-font-lock-keywords-1): Remove.
3693 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3694 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3695 (font-lock-default-fontify-region):
3696 Expand beg..end correctly when just following a multiline region.
3697 (font-lock-fontify-anchored-keywords):
3698 Include the anchor text as part of the multiline.
3699
3700 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3701
3702 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3703 latter needs the autoloaded define-minor-mode macro during the
3704 bootstrap.
3705
3706 * startup.el (command-line): For now, activate tool-bar-mode only
3707 if XPM images are supported.
3708
3709 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3710 window by dragging a header-line at the top of the frame; that's
3711 confusing because the header-line doesn't move.
3712 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3713 of treating the event as a list. Some cleanup.
3714
3715 2000-10-06 Miles Bader <miles@gnu.org>
3716
3717 * simple.el (display-message-or-buffer): New function.
3718 (shell-command-on-region): Use `display-message-or-buffer'.
3719
3720 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3721 docstring parts.
3722
3723 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3724 (smbclient-prompt-regexp): Add usage note to doc string.
3725 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3726 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3727 Use add-hook for adding the comint filter function, and only do so
3728 if it's not already in the global hook list.
3729 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3730 to `make-local-variable'.
3731 (nslookup-font-lock-keywords): Remove prompt entry.
3732 (nslookup): Don't set the process-filter.
3733 (finger): Exit the loop correctly when the regexps list runs out.
3734 (ftp, smbclient, smbclient-list-shares):
3735 Set the real major mode immediately, not after execing.
3736 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3737
3738 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3739
3740 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3741
3742 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3743
3744 * which-func.el (which-func-format): Remove spurious space.
3745 (which-func-mode): Don't make it permanent-local.
3746 (which-func-ff-hook): Allow which-func-maxout to be nil.
3747 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3748 (which-func-mode): Simplify.
3749 Use post-command-idle-hook rather than post-command-hook.
3750 Go through all buffers and update their state.
3751 (which-function): Also try add-log-current-defun-function.
3752
3753 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3754 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3755 Update call to with-vc-properties accordingly.
3756 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3757 (vc-revert-buffer): More careful about window selection and deletion.
3758 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3759
3760 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3761 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3762 (cvs-dired-action): Change the default to quickdir.
3763
3764 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3765 if comment-indent-function returns nil.
3766 (comment-indent-default): New function.
3767 (comment-indent-function): Use it and document the new semantics.
3768
3769 * image-file.el: Docstring fixes.
3770
3771 * help.el (help-xref-on-pp): Use match-string.
3772 (describe-variable): New arg BUFFER.
3773 Store the current buffer in the help-xref-stack.
3774 (temp-buffer-resize-mode): Use define-minor-mode.
3775
3776 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3777 consistently with its docstring.
3778 Set jit-lock-first-unfontify-pos in an idempotent way.
3779 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3780
3781 2000-10-05 Alex Schroeder <alex@gnu.org>
3782
3783 * sql.el (sql-mysql-options): New variable.
3784 (sql-mysql): Use it.
3785
3786 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3787
3788 * image.el (image): New group.
3789
3790 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3791 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3792
3793 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3794
3795 * net/net-utils.el (nslookup-font-lock-keywords)
3796 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3797 Ignore the value of wqindow-system; always define keywords
3798
3799 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3800
3801 * startup.el (fancy-splash-screens): Remove the code for
3802 debugging; `(trace-to-stderr "EXITTT\n")'.
3803
3804 2000-10-05 Miles Bader <miles@gnu.org>
3805
3806 * diff-mode.el (diff-goto-source): Update call to
3807 `diff-hunk-status-msg' to reflect new REV variable.
3808
3809 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3810
3811 * progmodes/icon.el (icon-mode):
3812 Don't gratuitously override the default for comment-column.
3813
3814 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3815
3816 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3817 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3818 (jit-lock-functions): New var.
3819 (jit-lock-function-1): Use it if non-nil.
3820 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3821 Set the `fontified' property before doing the fontification to avoid
3822 repeatedly going through the same error.
3823 Don't turn errors into messages.
3824 (jit-lock-register, jit-lock-unregister): New functions.
3825
3826 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3827 Use with-current-buffer.
3828
3829 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3830 Turn comment into docstring.
3831
3832 * apropos.el (apropos-mode): Use define-derived-mode.
3833
3834 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3835
3836 * startup.el (fancy-splash-pending-command): New variable.
3837 (fancy-splash-pre-command): New function.
3838 (fancy-splash-screens): Rewritten.
3839 (command-line-1): If fancy-splash-pending-command is set, call it
3840 interactively.
3841
3842 2000-10-04 Dave Love <fx@gnu.org>
3843
3844 * toolbar/tool-bar.el (tool-bar-setup): New function.
3845 (tool-bar-mode): Use it.
3846
3847 * subr.el (substitute-key-definition): Doc fix.
3848 (play-sound-file): New command.
3849
3850 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3851
3852 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3853 vc-version-backup-file-name): New functions.
3854
3855 * files.el (basic-save-buffer): Call vc-before-save before saving.
3856
3857 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3858 vc-cvs-stay-local-p.
3859
3860 * vc.el (vc-revert-buffer): Handle empty diff properly.
3861 (vc-version-backup-file): New function.
3862 (vc-checkout): Create a version backup if necessary.
3863 (vc-checkin): If a version backup file exists, delete it.
3864 (vc-version-diff): Diff locally using version backups, if available.
3865 (vc-revert-file): If there's a version backup, revert locally.
3866 (vc-transfer-file): Use version backup for base version, if
3867 available. If not, ask for confirmation whether to get it from the
3868 server. Update mode line before check-in.
3869
3870 2000-10-04 Dave Love <fx@gnu.org>
3871
3872 * toolbar/tool-bar.el (tool-bar-setup): New function.
3873 (tool-bar-mode): Use it.
3874
3875 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3876
3877 * net/net-utils.el (nslookup-font-lock-keywords)
3878 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3879 Only set if window-system is non-nil
3880 (net-utils-run-program): Returns buffer.
3881 (network-connection-reconnect): Added this function.
3882
3883 * generic.el:
3884 Incorporates extensive cleanup and docfixes by
3885 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3886 Uses cl compile-time macros.
3887 (generic-mode-name, generic-comment-list)
3888 (generic-keywords-list, generic-font-lock-expressions)
3889 (generic-mode-function-list, generic-mode-syntax-table):
3890 Removed variables.
3891 (generic-mode-alist): Renamed to generic-mode-list.
3892 (generic-find-file-regexp): Default changed to "^#".
3893 (generic-read-type): Uses completing read on generic-mode-list.
3894 (generic-mode-sanity-check): removed this function.
3895 (generic-add-to-auto-mode): Removed this function
3896 (generic-mode-internal): Bind mode-specific definitions
3897 into function instead of putting them in alist.
3898 (generic-mode-set-comments): Reworked extensively.
3899 (generic-mode-find-file-hook): Simplified regexp searching
3900 (generic-make-keywords-list): Omit extra pair of parens
3901
3902 * find-lisp.el (find-lisp-find-files-internal):
3903 Make sure directory name ends with "/".
3904
3905 * generic-x.el (apache-conf-generic-mode):
3906 Regexp now allows leading whitespace.
3907 (rc-generic-mode): Added eval-when-compile
3908 around generic-make-keywords-list.
3909 Deleted duplicate regexp
3910 (rul-generic-mode): Added eval-when-compile
3911 around generic-make-keywords-list.
3912 (etc-fstab-generic-mode): New generic mode.
3913 (rul-generic-mode): Removed one eval-when-compile
3914 which caused a max-specpdl-size exceeded error.
3915
3916 2000-10-04 Miles Bader <miles@gnu.org>
3917
3918 * simple.el (minibuffer-temporary-goal-position): New variable.
3919 (next-history-element): Try to keep the position of point in the
3920 input string constant.
3921
3922 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3923 (dired-do-create-files): If there's only one file, pass it in as
3924 the DEFAULT arg to dired-mark-read-file-name.
3925
3926 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3929 (diff-goto-source): Be smarter when choosing REVERSE or not.
3930
3931 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3932 (texinfo-mode-menu): Add an explicit shortcut for update all.
3933
3934 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3935
3936 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3937 factorize backend-specific code cleanly (this was essentially
3938 conceived by Stefan Monnier).
3939 (vc-unregister): Function removed.
3940 (vc-revert-file): New function.
3941 (vc-revert-buffer): Delegate some of the work to it.
3942
3943 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3944 default branch unconditionally.
3945 (vc-rcs-set-default-branch): New function.
3946 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3947 (vc-rcs-checkin): If an appropriate default branch has been set,
3948 force creation of that branch.
3949 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3950 code (as suggested by Stefan Monnier).
3951
3952 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3953
3954 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3955 highlighting overlay with a different face over the overlay
3956 isearch uses to highlight the current match because that can lead
3957 to bad face combinations.
3958
3959 * loadup.el (toplevel): Load faces before isearch.
3960
3961 * isearch.el (isearch-faces): New custom group.
3962 (isearch): New defface; was already tested for in the code.
3963 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3964 (isearch-highlight): Always use face `isearch'.
3965
3966 2000-10-02 Dave Love <fx@gnu.org>
3967
3968 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3969 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3970 comparison of opcode with operand.
3971
3972 2000-10-03 Miles Bader <miles@gnu.org>
3973
3974 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3975 buffer, since the echo area will now grow to accommodate them.
3976
3977 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3978
3979 * vc-hooks.el (vc-registered): If FILE used to be registered under
3980 a certain backend, try that one first.
3981
3982 * vc.el (vc-responsible-backend): Undo the previous change in the
3983 argument list. Handle multiple backends correctly.
3984 (vc-find-new-backend): Function removed.
3985 (vc-register): Use vc-responsible-backend, as before.
3986 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3987
3988 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3989
3990 * startup.el (fancy-splash-head): Change message below the
3991 logo.
3992
3993 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3994
3995 * diff-mode.el (diff-goto-source): Emit a status message.
3996 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3997 (diff-test-hunk): Fix doc string.
3998 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3999 (diff-advance-after-apply-hunk): New variable.
4000 (diff-apply-hunk): Don't return a value.
4001
4002 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4003
4004 * vc.el (vc-editable-p): Minor optimization.
4005 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4006 (vc-find-new-backend): New function split from vc-responsible-backend.
4007 (vc-register): Use it.
4008 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4009 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4010 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4011 (vc-clear-headers): Don't use find-file.
4012 (vc-revert-buffer): Use `and' again (must have been a braino).
4013 (vc-switch-backend): Only prompt if requested.
4014 Short circuit if nothing is to be done.
4015 Don't use vc-resynch-buffer which could lose unsaved editing.
4016 (vc-default-receive-file): Update call to vc-unregister.
4017 (with-vc-file, vc-next-action-on-file):
4018 Use vc-backend rather than vc-registered.
4019 (vc-next-action-on-file): Use intern-soft.
4020 Deal with read-only *vc-diff* buffer.
4021 (vc-transfer-file): Docstring fix.
4022
4023 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4024 (vc-rcs-receive-file): Avoid with-vc-properties.
4025 Update call to vc-unregister.
4026 Use constant `RCS' rather than (dynamically bound) var `backend'.
4027
4028 2000-10-01 Andre Spiegel <spiegel@gnu.org>
4029
4030 * vc.el (vc-next-action-on-file): Update mode line only if file
4031 is visited.
4032 (vc-start-entry): New argument initial-contents. Don't visit the file
4033 if it isn't already visited. Brought documentation up-to-date.
4034 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4035 (vc-checkin): New optional arg initial-contents, which is passed to
4036 vc-start-entry.
4037 (vc-finish-logentry): Make sure to bury log buffer only if there
4038 really is one. Call `vc-resynch-buffer' on log-file, not
4039 buffer-file-name.
4040 (vc-default-comment-history, vc-default-wash-log): New functions.
4041 (vc-index-of): Removed.
4042 (vc-transfer-file): Make do without the above.
4043 (vc-default-receive-file): Call comment-history unconditionally. Pass
4044 the resulting string to vc-checkin, instead of inserting it into the
4045 comment ring.
4046
4047 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4048 unconditionally. Use the comments as initial contents of the log
4049 entry buffer. Document the trick to force branch creation with no
4050 changes.
4051
4052 2000-10-01 Miles Bader <miles@gnu.org>
4053
4054 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4055 `recenter' with an arg to prevent redrawing the display.
4056
4057 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4058
4059 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4060
4061 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4062
4063 * progmodes/c-mode.el (c-mode):
4064 Don't gratuitously override the default for comment-column.
4065
4066 * textmodes/tex-mode.el (latex-metasection-list): New var.
4067 (latex-imenu-create-index): Use it.
4068 Move the regexp construction outside loops (and use push).
4069 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4070 (tex-font-lock-keywords): Moved from font-lock.el.
4071 (tex-comment-indent): Remove.
4072 (tex-common-initialization): Don't set comment-indent-function.
4073 (latex-block-default): New var.
4074 (tex-latex-block): Use it to provide a default choice.
4075 Add any unknown choice to latex-block-names.
4076 Insert [...] after {...}.
4077 (tex-last-unended-begin): Simplify regexp.
4078 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4079 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4080 (latex-mode): Set forward-sexp-function.
4081
4082 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4083 Add regexp for @ignore ... @end ignore.
4084 (texinfo-heading-face): New face.
4085 (texinfo-font-lock-keywords): Use it.
4086 (texinfo-mode-menu): New menu.
4087 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4088 New functions.
4089 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4090 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4091 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4092 Remove declaration.
4093 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4094
4095 * delsel.el (delete-selection-mode): Use define-minor-mode.
4096
4097 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4098
4099 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4100
4101 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4102
4103 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4104
4105 * replace.el (keep-lines-read-args): New function.
4106 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4107 read arguments interactively. Add parameters RSTART and REND.
4108 Operate on the active region in Transient Mark mode.
4109
4110 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4111
4112 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4113 (authors-obsolete-files-regexps): New variable.
4114 (authors-add): Don't record changes in obsolete files.
4115
4116 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4117
4118 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4119
4120 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4121 (comment-indent): Make sure there's a space between code and comment.
4122 Shift comments left to avoid going past fill-column.
4123
4124 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4125
4126 * startup.el (startup-echo-area-message): New function.
4127 (display-startup-echo-area-message): Use it.
4128 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4129 (fancy-splash-default-action): New function.
4130 (fancy-splash-screens-1): New function.
4131 (fancy-splash-head): Put a help-echo and a keymap under the image.
4132
4133 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4134
4135 * diff-mode.el (diff-add-log-file-name): Remove.
4136 (diff-mode): Use add-log-buffer-file-name-function.
4137
4138 * add-log.el (find-change-log): New arg BUFFER-FILE.
4139 (add-log-file-name): Obey add-log-file-name-function.
4140 (add-log-buffer-file-name-function): New var.
4141 (add-change-log-entry): Use it.
4142
4143 2000-09-29 Miles Bader <miles@gnu.org>
4144
4145 * image-file.el (image-file-name-extensions): New variable.
4146 (image-file-name-regexps): Renamed from `image-file-regexps'.
4147 New default value is nil. Call `auto-image-file-mode'.
4148 (image-file-name-regexp): New function.
4149 (auto-image-file-mode): New minor mode.
4150 (insert-image-file): Don't make conditional on the image-file
4151 handler being enabled.
4152 (image-file-handler): Make the call here conditional instead.
4153 (set-image-file-handler-enabled, enable-image-file-handler)
4154 (disable-image-file-handler): Functions removed.
4155
4156 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4157 string.
4158
4159 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4160
4161 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4162 it's a function from CL.
4163 (latex-imenu-create-index): Replace eval-when-compile with progn
4164 because latex-section-alist is not bound while compiling.
4165
4166 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4167
4168 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4169 (outline-mode): Use define-derived-mode.
4170
4171 * progmodes/perl-mode.el (perl-mode):
4172 * progmodes/awk-mode.el (awk-mode):
4173 * progmodes/asm-mode.el (asm-mode):
4174 Don't gratuitously override the default for comment-column.
4175
4176 * emacs-lisp/lisp.el (lisp-complete-symbol):
4177 Distinguish the let-binding case from the funcall case.
4178 (forward-sexp-function): New variable.
4179 (forward-sexp): Use it.
4180
4181 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4182 (easy-mmode-defmap): Remove the now useless autoload.
4183
4184 * time.el (display-time-mode): Use define-minor-mode.
4185
4186 * subr.el (add-minor-mode): Don't eval NAME.
4187 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4188 Use if rather than cond.
4189
4190 * simple.el (read-expression-map): Define more properly.
4191 (comment-indent-hook): Remove.
4192 (string-to-syntax): Bug fix.
4193
4194 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4195 (cvs-ediff-diff): Fix typo.
4196 (cvs-revert-if-needed): Don't bother preserving read-only.
4197
4198 * paren.el (show-paren-mode): Use define-minor-mode.
4199
4200 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4201 (toggle-auto-compression): Remove.
4202 (jka-compr-build-file-regexp): Remove useless grouping.
4203
4204 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4205 Avoid user-reserved bindings.
4206 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4207 (diff-header-face): Revert to grey85.
4208
4209 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4210
4211 * complete.el (partial-completion-mode) <defcustom>: Remove.
4212 (partial-completion-mode): Use define-minor-mode.
4213 (PC-do-completion): Understand `completion-auto-help = delay'
4214 to mean to popup the completion buffer only the second time.
4215 (PC-include-file-all-completions, PC-include-file-all-completions)
4216 (PC-include-file-all-completions): Don't quote lambda.
4217
4218 * comint.el (comint-mode-hook): Docstring fix.
4219 (comint-mode): Use define-derived-mode.
4220 (comint-mode-map): Remove obsolete comment.
4221 (make-comint): Minor stylistic change.
4222 (comint-insert-clicked-input): Be more careful to find the overlay.
4223 Use this-command-keys rather than hardcoding mouse-2.
4224
4225 * font-lock.el: Replace confusing (,@ with ,
4226 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4227 Don't use regexp-opt-depth. Spice up the regexp for args.
4228 Don't distinguish between cmds that can take an opt arg or not.
4229 Use `append' and `prepend' rather than `keep'.
4230
4231 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4232 (latex-outline-regexp): New var.
4233 (latex-outline-level): New fun.
4234 (latex-section-alist): New var.
4235 (latex-imenu-create-index): Use it. Use `push' as well.
4236 (tex-shell-map): Initialize it properly.
4237 (tex-mode): Minor stylistic change.
4238 (plain-tex-mode): Use define-derived-mode.
4239 (latex-mode): Use define-derived-mode.
4240 Construct the paragraph regexps in a more readable way.
4241 Set the buffer-local outline-{level,regexp} vars.
4242 (slitex-mode): Derive from latex-mode.
4243 (tex-common-initialization): Don't kill-all-vars anymore.
4244 Add setting for comment-add and font-lock-defaults.
4245 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4246 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4247 (tex-start-tex): New arg DIR (and send a chdir command for it).
4248 Also display the shell buffer and save it in tex-last-buffer-texed.
4249 (tex-region): Use expand-file-name rather than concat.
4250 Remove code made useless by changes in tex-start-tex.
4251 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4252
4253 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4254
4255 2000-09-28 Dave Love <fx@gnu.org>
4256
4257 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4258
4259 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4260
4261 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4262 `append'.
4263
4264 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * info.el (Info-extract-pointer): Undo last change.
4267 Instead, fix the position of the `bound' arg to re-search-backward.
4268
4269 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4270
4271 * info.el (Info-extract-pointer):
4272 Widen more carefully, to avoid finding pointers in other nodes.
4273 (Info-index): Use push.
4274
4275 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4276
4277 * frame.el (set-frame-font): Remove call to obsolete function
4278 frame-update-faces.
4279 (set-foreground-color, set-background-color): Likewise for
4280 frame-update-face-colors.
4281
4282 2000-09-27 Miles Bader <miles@gnu.org>
4283
4284 * image-file.el: New file.
4285
4286 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4287
4288 * frame.el (frame-notice-user-settings): Don't call
4289 frame-update-faces, which is a no-op now.
4290
4291 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4292 tool-bar-lines.
4293
4294 2000-09-27 Dave Love <fx@gnu.org>
4295
4296 * mouse.el: Fix last change.
4297
4298 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4299
4300 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4301
4302 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4303
4304 * international/quail.el (quail-help): The output message is
4305 improved.
4306
4307 2000-09-26 Dave Love <fx@gnu.org>
4308
4309 * mouse.el (popup-menu): If POSITION is nil, set it using
4310 mouse-position.
4311
4312 2000-09-25 Sam Steingold <sds@gnu.org>
4313
4314 * net/browse-url.el (browse-url-file-url): Check for null maps.
4315
4316 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4317
4318 * frame.el (frame-notice-user-settings): Don't add a
4319 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4320
4321 * frame.el (frame-notice-user-settings):
4322 Make tool-bar-mode and default-frame-alist consistent.
4323
4324 * toolbar/tool-bar.el (tool-bar-help): New function.
4325
4326 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4327
4328 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4329 current-load-list in top-level forms. Else this leaks a cons cell
4330 every time a defun is called.
4331
4332 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4333
4334 2000-09-25 Dave Love <fx@gnu.org>
4335
4336 * startup.el (fancy-splash-head): Check XPM is available.
4337
4338 * autoinsert.el (auto-insert): Doc fix.
4339 (auto-insert-alist): Following GNU notices, don't say `copyright
4340 _by_'. Use line-beginning-position.
4341 (auto-insert): Check buffer-file-name is non-nil before use.
4342
4343 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4344
4345 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4346 starting with `@def' or `@multitable', in addition to ones
4347 specified by the user in auto-fill-inhibit-regexp.
4348
4349 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
4350
4351 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4352 rmail-dont-reply-to-names matches the empty string.
4353
4354 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4355
4356 * startup.el (command-line-1, fancy-splash-text): Change the
4357 text to sound more friendly.
4358
4359 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4360
4361 * progmodes/hideshow.el: Update author email address.
4362 Generally, sync w/ maintainer version 5.22.
4363 (hs-hide-all-non-comment-function): New var.
4364 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4365 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4366 (hs-show-region): Delete this command.
4367 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4368
4369 2000-09-22 Dave Love <fx@gnu.org>
4370
4371 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4372 (hl-line-highlight): Specify buffer when moving overlay.
4373
4374 * progmodes/fortran.el (fortran-mode): Locally set
4375 normal-auto-fill-function.
4376 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4377 (fortran-mode-map): Adjust auto-fill menu entry.
4378
4379 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4380
4381 * vc-rcs.el (toplevel): Require `vc' when compiling.
4382
4383 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4384
4385 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4386
4387 * vc.el (vc-switch-backend): Signal an error if the file is not
4388 registered under the new backend.
4389
4390 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4391 without explicit revision number.
4392
4393 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4394
4395 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4396 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4397 (diff-xor): New function.
4398 (diff-find-source-location): Use it. Fix a stupid name clash.
4399 (diff-hunk-status-msg): New function.
4400 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4401 (diff-test-hunk): Use diff-find-source-location.
4402 (diff-goto-source): Favor the `reverse'.
4403 (diff-hunk-text): Properly handle one-sided context diffs.
4404 (diff-apply-hunk): When done, advance to the next hunk.
4405
4406 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4407
4408 * startup.el (command-line): If frame was created with a non-zero
4409 tool-bar-lines parameter, switch tool-bar-mode on.
4410
4411 * add-log.el (change-log-date-face, change-log-name-face)
4412 (change-log-email-face, change-log-file-face)
4413 (change-log-list-face, change-log-conditionals-face)
4414 (change-log-function-face, change-log-acknowledgement-face):
4415 New faces, inheriting from font-lock faces.
4416 (change-log-font-lock-keywords): Use them.
4417
4418 2000-09-21 Dave Love <fx@gnu.org>
4419
4420 * progmodes/cperl-mode.el (top-level): Clean up
4421 `eval-when-compile's and assorted defvars.
4422 (cperl-invalid-face): Don't double-quote value. Change custom
4423 type.
4424 (cperl-mode): Set normal-auto-fill-function and don't zap
4425 auto-fill-function.
4426 (cperl-imenu--function-name-regexp-perl): Renamed from
4427 imenu-example--function-name-regexp-perl.
4428 (cperl-imenu--create-perl-index): Renamed from
4429 imenu-example--create-perl-index.
4430 (cperl-xsub-scan): Don't require cl.
4431
4432 * msb.el (msb-mode-map): Use substitute-key-definition.
4433 (msb-mode): Use msb-mode-map.
4434
4435 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4436
4437 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4438 New functions.
4439 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4440 (vc-switch-backend): New function.
4441 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4442 (vc-register): Fix prompt.
4443 (vc-unregister, vc-default-unregister): New functions.
4444 (vc-version-diff): Handle empty buffer in sentinel.
4445
4446 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4447 (vc-rcs-state-heuristic): Use it to guess the state of files with
4448 non-strict locking.
4449 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4450 been set with -b, but not created yet.
4451 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4452 contents in order to find the state.
4453 (vc-rcs-checkin): Allow creation of branches with no changes.
4454 (vc-rcs-unregister, vc-rcs-receive-file)
4455 (vc-rcs-set-non-strict-locking): New functions.
4456
4457 * vc-hooks.el (vc-name): Force correct computation of the value
4458 in case it is missing.
4459
4460 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4461
4462 * startup.el (fancy-splash-tail): Use a different foreground
4463 color on a dark frame background.
4464
4465 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4466
4467 * info.el: Use the correct capitalization when making Info-mode
4468 and Info-edit-mode `special' modes.
4469
4470 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4471
4472 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4473 (diff-mode): Add support for add-log.el.
4474 (diff-hunk-text): Use char offsets rather than line offsets.
4475 (diff-find-source-location): Replace LINE with line-offset (nil
4476 if not found) and always set POS to a meaningful position.
4477 Adapt to the new char-offsets.
4478 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4479 Adapt to the new diff-find-source-location.
4480 (diff-goto-source): Adapt to the new diff-find-source-location.
4481
4482 * add-log.el (add-log-file-name): New function (split out of
4483 add-change-log-entry).
4484 (add-change-log-entry): Use it.
4485 Call add-log-file-name-function with the changelog file name if
4486 the current buffer is not associated with any file.
4487 Avoid find-file if the selected window is dedicated.
4488
4489 * diff-mode.el (diff-find-source-location):
4490 Move code from diff-apply-hunk. Return buffer rather than file.
4491 (diff-apply-hunk): Use the new result from diff-find-source-location.
4492 (diff-goto-source): Use the new diff-find-source-location.
4493
4494 2000-09-20 Dave Love <fx@gnu.org>
4495
4496 * iswitchb.el: Some doc fixes.
4497 (iswitchb-mode-map): Define completely initially. Inherit
4498 minibuffer-local-map.
4499 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4500 fundamental-mode.
4501 (iswitchb-global-map): New variable.
4502 (iswitchb-summaries-to-end): Amalgamate regexps.
4503 (iswitchb-mode): New.
4504 (iswitchb-mode-hook): New variable.
4505 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4506 `extensions'.
4507
4508 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4509
4510 * ehelp.el (electric-help): New defgroup.
4511 (electric-help-shrink-window): New user-option.
4512 (with-electric-help): Use it.
4513
4514 * window.el (shrink-window-if-larger-than-buffer): If face
4515 `mode-line' has a :box, and we're on a graphical frame, add 1
4516 to the needed window height.
4517
4518 * frame.el (frame-notice-user-settings): Add a last parameter nil
4519 to a call to `append', because the last list passed to `append' is
4520 not copied, and so subsequent calls to assq-delete-all will modify
4521 default-frame-alist.
4522
4523 * startup.el (fancy-splash-image): Change :type.
4524 (fancy-splash-head): Use an XBM image if appropriate.
4525 (command-line-1): Show splash screens in more cases.
4526
4527 * startup.el (fancy-splash-text): Don't quote faces.
4528
4529 * dired.el (dired-font-lock-keywords): Undo last change.
4530 (dired-readin): Bind indent-tabs-mode to nil.
4531
4532 * startup.el (fancy-splash-head): If frame's background mode
4533 is `dark', change the black background of the image to gray.
4534 (fancy-splash-screens): Display startup echo area message.
4535 (display-startup-echo-area-message): New function.
4536
4537 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4538
4539 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4540
4541 * info.el (info-header-node): Tweak for color ttys.
4542
4543 * faces.el (face-valid-attribute-values): Make sure directories we
4544 search for stipples both exist and are readable before trying to
4545 search them.
4546
4547 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4548 in the dry-run case.
4549
4550 * jka-compr.el (with-auto-compression-mode): New macro.
4551
4552 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4553 (custom-group-tag-face, custom-variable-tag-face): Use relative
4554 :height and inherit from `variable-pitch' face instead of
4555 hardwiring :family.
4556 * hi-lock.el (hi-black-hb): Likewise.
4557
4558 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4559 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4560 toolbar-add-item, if image doesn't have a mask add a `:mask
4561 heuristic'.
4562
4563 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4564
4565 * diff-mode.el: Docstring fixes.
4566 (diff-header-face, diff-comment-face): New faces.
4567 (diff-font-lock-keywords): Highlight a bit differently.
4568 (diff-find-source-location): Don't return SPAN any more.
4569 (diff-hunk-text): Don't bother erasing the temp buffer.
4570 (diff-find-text): Drop argument LINE.
4571 (diff-apply-hunk): Update calls to diff-find-text.
4572 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4573
4574 * calendar/calendar.el: Docstring fixes.
4575 (calendar-make-alist): Don't quote lambda.
4576 (calendar-star-date): Use make-local-variable.
4577
4578 2000-09-19 Dave Love <fx@gnu.org>
4579
4580 * toolbar/tool-bar.el: Renamed from toolbar.el.
4581 Change `toolbar' to `tool-bar' generally in symbols.
4582 Make some items invisible in `special' major modes.
4583 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4584 Add arg PROPS.
4585
4586 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4587 Add :version here.
4588 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4589
4590 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4591
4592 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4593
4594 * files.el (find-file-suppress-same-file-warnings): New user-option.
4595 (find-file-noselect): Use it.
4596
4597 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4598 (fancy-splash-screen): Defgroup.
4599
4600 * add-log.el (change-log-font-lock-keywords): Match names
4601 more exactly for the case that font-lock-constant-face is
4602 underlined.
4603
4604 2000-09-19 Richard M. Stallman <rms@gnu.org>
4605
4606 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4607
4608 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4609
4610 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4611
4612 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4613
4614 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4615 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4616 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4617 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4618 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4619 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4620 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4621 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4622 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4623 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4624 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4625 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4626
4627 * startup.el (fancy-splash-text): New variable.
4628 (fancy-splash-delay, fancy-splash-image): New user-options.
4629 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4630 (fancy-splash-screens): New functions.
4631 (command-line-1): If display has a `display' frame parameter, has
4632 colors, and we have XPM support, show more fancy splash screens.
4633
4634 2000-09-19 Dave Love <fx@gnu.org>
4635
4636 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4637 with null `help'. Use modern backquote syntax.
4638
4639 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4640
4641 * font-lock.el (font-lock-mode): Change message telling the user
4642 that ``the buffer is too big''.
4643
4644 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4645 for instance for the case that tab-width is 2.
4646
4647 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4648
4649 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4650 toolbar-add-item, if image doesn't have a mask add a `:mask
4651 heuristic'.
4652
4653 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4654
4655 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4656 and return a cons if it's non-nil.
4657 (diff-apply-hunk): Try to jump to the line in the source text
4658 corresponding to the position of point in the in the hunk.
4659
4660 * info.el (Info-title-3-face, Info-title-2-face)
4661 (Info-title-1-face): Use face inheritance and relative sizes
4662 instead of hard-wiring things.
4663
4664 * faces.el (secondary-selection): Make dark-background variant sane.
4665
4666 2000-09-16 Andrew Innes <andrewi@gnu.org>
4667
4668 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4669 read-only, since they aren't under VC now.
4670
4671 2000-09-17 Dave Love <fx@gnu.org>
4672
4673 * tmm.el: Replace mapcar with mapc in several places.
4674
4675 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4676 ad-unadvise.
4677
4678 * international/latin1-disp.el: New file.
4679
4680 * calendar/cal-move.el (scroll-calendar-left)
4681 (scroll-calendar-right): Make arg optional (for active mode line).
4682
4683 * calendar/calendar.el (calendar-mode-line-format): Make fields
4684 mouse-sensitive.
4685 (calendar-read-date, calendar-read-date, calendar-window-list):
4686 Unquote lambda.
4687 (calendar-month-name): Use aref, not sref.
4688
4689 * view.el (minor-mode-alist): Propertize the string.
4690
4691 * international/characters.el (standard-case-table): Add entries
4692 for Greek.
4693
4694 2000-09-18 Miles Bader <miles@gnu.org>
4695
4696 * info.el (info-node, info-xref): Add dark-background variants.
4697
4698 * faces.el (header-line): Change defaults to be less confusing
4699 when mixed with mode-lines.
4700
4701 * info.el (Info-fontify-node): Make a few cleanups.
4702 Add extra `help-echo' and `local-map' props to node xrefs.
4703 Use header-specific faces for node-names & xrefs.
4704 (Info-use-header-line): New variable.
4705 (info-header-xref, info-header-node): New faces.
4706 (Info-setup-header-line): New function.
4707 (Info-select-node): Call Info-setup-header-line when enabled.
4708 (Info-extract-pointer): Work even if the header line is hidden.
4709 (Info-header-line): New variable.
4710
4711 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4712
4713 * vms-patch.el (print-region-function): Don't quote lambda.
4714
4715 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4716
4717 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4718 (lm-get-header-re): Allow spaces between the header and the colon.
4719 (lm-header): Allow $ in non-RCS headers.
4720 (lm-header-multiline): Put the strings back into order.
4721 Stop at an empty line. Don't require two space chars if the
4722 line is clearly not another header line.
4723
4724 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4725 (popup-menu-popup): Remove.
4726
4727 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4728
4729 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4730 specification if or if not tool-bar item contains an `:enabled'
4731 property.
4732
4733 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4734 current buffer has no file name.
4735
4736 2000-09-15 Dave Love <fx@gnu.org>
4737
4738 * strokes.el: Sync with maintainer's current version with changes
4739 for Emacs, but avoid runtime cl and levents.
4740 (toplevel): Change autoloads and compilation requires.
4741 (strokes-version, strokes-bug-address, strokes-lift): Values
4742 changed.
4743 (strokes-xpm-header, strokes-insinuated): New variable.
4744 (strokes): Add :link.
4745 (strokes-mode): Customized.
4746 (strokes-while-inhibiting-garbage-collector): New macro.
4747 (strokes-remassoc): Avoid remove-if.
4748 (strokes-fix-button2-command): Don't use ad-do-it.
4749 (strokes-insinuate): New function.
4750 (strokes-button-press-event-p, strokes-button-release-event-p):
4751 New functions, used instead of non-`strokes-' versions..
4752 (strokes-mouse-event-p): Rewritten.
4753 (strokes-event-closest-point): Avoid event-point.
4754 (strokes-get-grid-position): Avoid cdadr, caadr
4755 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4756 functions.
4757 (strokes-help): Use with-output-to-temp-buffer.
4758 (strokes-window-configuration-changed-p): New function.
4759 (strokes-update-window-configuration): Use buffer-live-p,
4760 strokes-window-configuration-changed-p.
4761 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4762 (strokes-char-face): New face.
4763 (strokes-char-table, strokes-base64-chars): New variable.
4764 (strokes-xpm-for-stroke, strokes-list-strokes)
4765 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4766 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4767 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4768 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4769 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4770 functions.
4771
4772 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4773
4774 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4775
4776 * image.el (create-image): Doc fix.
4777
4778 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4779 instead of `:heuristic-mask t'.
4780
4781 2000-09-14 Andrew Innes <andrewi@gnu.org>
4782
4783 * makefile.w32-in: Revert to Unix line endings.
4784
4785 2000-09-14 Andrew Innes <andrewi@gnu.org>
4786
4787 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4788 when installing.
4789
4790 * makefile.nt (DONTCOMPILE): Fix typo.
4791
4792 * shell.el (shell-write-history-on-exit): New function.
4793 (shell-dumb-shell-regexp): New custom variable.
4794 (shell-mode): Make shell-write-history-on-exit the process
4795 sentinel if shell name matches shell-dumb-shell-regexp.
4796
4797 * w32-fns.el: Comment out before-init-hook function which resets
4798 source-directory based; this breaks bootstrap.
4799
4800 2000-09-14 Dave Love <fx@gnu.org>
4801
4802 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4803 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4804 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4805 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4806 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4807 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4808 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4809 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4810 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4811
4812 * toolbar/toolbar.el: New.
4813
4814 * subdirs.el: Add toolbar.
4815
4816 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4817
4818 * indent.el (indent-for-tab-command): Doc fix.
4819
4820 2000-09-14 Alex Schroeder <alex@gnu.org>
4821
4822 * ansi-color.el (ansi-colors): Doc change.
4823 (ansi-color-get-face): Simplified regexp.
4824 (ansi-color-faces-vector): Added more faces, doc change.
4825 (ansi-color-names-vector): Doc change.
4826 (ansi-color-regexp): Simplified regexp.
4827 (ansi-color-parameter-regexp): New regexp.
4828 (ansi-color-filter-apply): Doc change.
4829 (ansi-color-filter-region): Doc change.
4830 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4831 deal with zero length parameters.
4832 (ansi-color-apply-on-region): Doc change.
4833 (ansi-color-map): Doc change.
4834 (ansi-color-map-update): Removed debugging message.
4835 (ansi-color-get-face-1): Added condition-case to trap
4836 args-out-of-range errors.
4837 (ansi-color-get-face): Doc change.
4838 (ansi-color-make-face): Removed.
4839 (ansi-color-for-shell-mode): New option.
4840
4841 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4842
4843 * international/quail.el (quail-start-translation): Translate KEY
4844 if necessary even if it doesn't have any mapping in the current
4845 input method.
4846 (quail-start-conversion): Likewise.
4847 (quail-help): The output message is improved.
4848
4849 2000-09-13 Miles Bader <miles@gnu.org>
4850
4851 * comint.el (comint-output-filter): Revert to using
4852 `insert-before-markers'. Add bletcherous hack to undo damage
4853 caused by `insert-before-markers'. Put `front-sticky' property on
4854 overlays created here so that the field code understands how the
4855 overlay works. Use a let when making comint-last-prompt-overlay,
4856 so that the code is easier to read.
4857
4858 2000-09-13 Dave Love <fx@gnu.org>
4859
4860 * wid-edit.el (widget-default-format-handler): DTRT when
4861 doc-property is a function.
4862
4863 2000-09-12 Francesco Potorti` <pot@gnu.org>
4864
4865 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4866 filed name if it's not there.
4867
4868 2000-09-12 Dave Love <fx@gnu.org>
4869
4870 * simple.el (read-mail-command): Doc fix.
4871 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4872
4873 * vc.el (vc-dired-listing-switches): Fix :version.
4874
4875 * vc-hooks.el: Doc fixes.
4876
4877 * subr.el (add-minor-mode): Use toggle-fun arg.
4878
4879 * speedbar.el: Add :version to several defcustoms.
4880
4881 * imenu.el (imenu--truncate-items, imenu--cleanup)
4882 (imenu--generic-function): Avoid mapcar.
4883 (imenu--replace-spaces): Function removed.
4884 (imenu--completion-buffer): Use subst-char-in-string.
4885 (imenu-add-to-menubar): Use keymap inheritance.
4886
4887 2000-09-12 Miles Bader <miles@gnu.org>
4888
4889 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4890 (diff-mode-map): Bind `diff-test-hunk'.
4891 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4892
4893 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4894
4895 * bytecomp.el (byte-compile-defvar): Undo last change
4896 because it breaks '(make-variable-buffer-local (defvar ...)'
4897 which is used at least in dired.
4898
4899 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4900
4901 * international/quail.el (quail-define-package): Docstring
4902 modified.
4903
4904 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4905
4906 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4907 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4908 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4909 docstring of "chinese-py".
4910
4911 * international/quail.el (quail-translation-docstring): New
4912 variable.
4913 (quail-show-keyboard-layout): Docstring modified.
4914 (quail-select-current): Likewise.
4915 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4916 infinite recursive call.
4917 (quail-help): Check quail-translation-docstring. Format of the
4918 output changed.
4919 (quail-help-insert-keymap-description): Adjusted for the above
4920 change.
4921
4922 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4923
4924 * bytecomp.el (byte-compile-defvar): Only cons onto
4925 current-load-list in top-level forms. Else this leaks a cons cell
4926 every time a defun is called.
4927
4928 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4929
4930 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4931 Now understands non-unified diffs. Some functionality moved into
4932 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4933 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4934 modify anything. Only reposition point in the patched file if the
4935 patch succeeds. Only pop up another window if POPUP is true.
4936 Emit a message describing what happened if successful, and at what
4937 line-offset. Automatically detect reversed hunks and do something
4938 appropriate.
4939 (diff-hunk-text, diff-find-text): New functions.
4940 (diff-filter-lines): Function removed.
4941 (diff-test-hunk): New function.
4942 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4943
4944 2000-09-10 Dave Love <fx@gnu.org>
4945
4946 * textmodes/tildify.el: Minor doc/commentary fixes.
4947 (tildify) <defgroup>: Add :version.
4948
4949 * faces.el (face-x-resources): Make custom type more specific.
4950 (frame-background-mode): Use mapc.
4951 (region) <defcustom>: Add :version.
4952
4953 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4954
4955 * vc-sccs.el (vc-sccs-register):
4956 * vc-rcs.el (vc-rcs-register):
4957 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4958 * vc.el (vc-register): Clear file's properties.
4959
4960 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4961
4962 * faces.el (face-spec-set): Only face-spec-reset-face when
4963 ATTRS is non-nil.
4964
4965 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4966
4967 * help.el (help-insert-xref-button): Fix a typo in doc string.
4968
4969 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4970
4971 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4972 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4973 methods.
4974
4975 * menu-bar.el (read-mail-item-name): New function.
4976 (menu-bar-tools-menu): Use it to compute and display the package
4977 used to read email.
4978 (menu-bar-tools-menu): Fix typo in GUD's help string.
4979
4980 2000-09-07 Dave Love <fx@gnu.org>
4981
4982 * diff-mode.el (diff-mouse-goto-source): New function.
4983
4984 * vc-sccs.el: Doc fixes.
4985 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4986
4987 * vc-rcs.el: Doc fixes.
4988 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4989 (vc-rcs-checkout-switches, vc-rcs-header)
4990 (vc-rcs-master-templates): Add or change :version.
4991
4992 * vc-cvs.el: Doc fixes.
4993 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4994 (vc-cvs-stay-local): Add :version.
4995
4996 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4997
4998 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4999
5000 * international/quail.el (quail-help): Fix previous change.
5001
5002 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5003
5004 * faces.el (color-values): Doc fix.
5005
5006 * faces.el (frame-set-background-mode): Use frame-parameter
5007 instead of frame-parameters.
5008
5009 * frame.el (filtered-frame-list): Reduce consing.
5010 (frames-on-display-list): Call frame-parameter instead of
5011 frame-parameters.
5012
5013 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5014
5015 * language/devan-util.el (devanagari-to-indian-region): In the
5016 loop, change the following char, not preceding char.
5017
5018 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5019
5020 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5021 instead of frame-parameters.
5022
5023 * faces.el (set-face-attribute): Simplify by calling
5024 internal-set-lisp-face-attribute with FRAME being 0.
5025
5026 * vc.el: Remove `Id' version control keyword.
5027
5028 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5029
5030 * help.el (help-make-xrefs): Adjusted for the change of
5031 help-xref-mule-regexp.
5032 (help-insert-xref-button): New function.
5033
5034 * international/mule-cmds.el (help-xref-mule-regexp-template):
5035 Include the pattern for character set.
5036 (leim): New group.
5037
5038 * international/quail.el: Don't require face.
5039 (quail): New group.
5040 (quail-other-command): Dummy command to make quail-help work better.
5041 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5042 (quail-keyboard-layout-substitution): New variable.
5043 (quail-update-keyboard-layout): New function.
5044 (quail-keyboard-layout-type): New customizable variable.
5045 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5046 (quail-keyboard-translate): Pay attention to
5047 quail-keyboard-layout-substitution.
5048 (quail-insert-kbd-layout): New function.
5049 (quail-show-keyboard-layout): New function.
5050 (quail-get-translation): If the definition is a vector of length
5051 1, and the element is a string of length 1, return the character
5052 in that string.
5053 (quail-update-current-translations): Fix the case of
5054 relative-index out of range.
5055 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5056 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5057 Show key sequences for all available characters.
5058 (quail-help-insert-keymap-description): Don't show such verbose
5059 key bindings as quail-self-insert-command.
5060
5061 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5062 Format changed, and each element now have extra documentations.
5063 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5064 Adjusted for the change of quail-cxterm-package-ext-info.
5065
5066 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5067
5068 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5069 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5070 during bootstrap.
5071
5072 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5073
5074 * vc.el: (toplevel): Don't require `dired' at run-time.
5075 (vc-dired-resynch-file): Remove autoload cookie.
5076
5077 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5078
5079 * vc.el: Made several backend functions optional.
5080 (vc-default-responsible-p): New function.
5081 (vc-merge): Use RET for first version to trigger merge-news, not
5082 prefix arg.
5083 (vc-annotate): Handle backends that do not support annotation.
5084 (vc-default-merge-news): Removed. The existence of a merge-news
5085 implementation is now checked on caller sites.
5086
5087 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5088 case.
5089
5090 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5091 special case that has been removed from the default in vc-hooks.el.
5092
5093 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5094
5095 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5096
5097 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5098
5099 * vc-hooks.el: Require vc during compilation.
5100 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5101 macro `with-vc-properties' in vc.el.
5102 (vc-file-getprop): Doc fix.
5103 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5104
5105 * vc.el: Require dired-aux during compilation.
5106 (vc-name-assoc-file): Moved to vc-sccs.el.
5107 (with-vc-properties): New macro.
5108 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5109 vc-finish-steal): Use it.
5110 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5111 to the backend-specific function is now supposed to do the checkout,
5112 too.
5113 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5114
5115 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5116 set file properties; that gets done in the generic code now.
5117
5118 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5119 Changed parameter list, added code from vc.el that does the
5120 checkout, possibly with a double-take.
5121
5122 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5123 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5124 the above under the new name.
5125 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5126 parameter list, added checkout command.
5127 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5128 properties; that gets done in the generic code now.
5129
5130 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5131
5132 * vc.el: Docstring fixes (courtesy of checkdoc).
5133
5134 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5135
5136 * vc.el (vc-checkout-writable-buffer-hook)
5137 (vc-checkout-writable-buffer): Remove.
5138 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5139 (vc-log-mode): Make it into a clean derived major mode.
5140 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5141 vc-log-mode if log-edit is not available.
5142 (vc-dired-mode-map): Don't set-keymap-parent yet.
5143 (vc-dired-mode): Do set-keymap-parent here.
5144 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5145
5146 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5147
5148 * faces.el (set-face-attribute, face-spec-reset-face)
5149 (face-spec-set): Avoid consing by removing calls to `apply'.
5150
5151 * frame.el (frame-parameter): Move to C code.
5152
5153 2000-09-05 Dave Love <fx@gnu.org>
5154
5155 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5156 insert-before-markers-and-inherit. Now checked systematically!
5157
5158 2000-09-05 Alex Schroeder <alex@gnu.org>
5159
5160 * sql.el (sql-postgres): Use sql-postgres-options.
5161 (sql-postgres-options): New variable.
5162
5163 2000-09-05 Alex Schroeder <alex@gnu.org>
5164
5165 * sql.el (sql-mode-menu): Work around missing variable mark-active
5166 in XEmacs.
5167 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5168 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5169 compatibility.
5170
5171 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5172
5173 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5174
5175 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5176
5177 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5178
5179 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5180
5181 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5182 don't support anything else under SCCS yet.
5183
5184 * vc-hooks.el: Minor doc fixes.
5185
5186 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5187
5188 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5189 not necessary. If verbose in state `needs-patch', do the same as
5190 under `up-to-date'. When NOT verbose and `needs-patch', check out
5191 latest version instead of `merge-news'.
5192 (vc-next-action-dired): Don't mess with default-directory here; it
5193 breaks other parts of dired. It is the job of the
5194 backend-specific functions to adjust it temporarily if they need it.
5195 (vc-next-action): Remove a special CVS case.
5196 (vc-clear-headers): New optional arg FILE.
5197 (vc-checkin, vc-checkout): Set properties vc-state and
5198 vc-checkout-time properly.
5199 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5200 (vc-print-log): Use new backend function `show-log-entry'.
5201 (vc-cancel-version): Do the checks in a different order. Added a
5202 FIXME concerning RCS-only code.
5203
5204 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5205 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5206
5207 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5208
5209 * vc-hooks.el (vc-default-mode-line-string): Show state
5210 `needs-patch' as a `-' too.
5211
5212 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5213
5214 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5215 (vc-default-could-register): New function.
5216 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5217 (vc-resynch-buffer): Call vc-dired-resynch-file.
5218 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5219 vc-resynch-buffer instead of vc-resynch-window.
5220 (vc-next-action-dired): Don't redisplay here, that gets done as a
5221 result of the individual file operations.
5222 (vc-retrieve-snapshot): Corrected prompt order.
5223
5224 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5225
5226 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5227 as well.
5228 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5229 hostname regexps. Updated all callers.
5230 (vc-cvs-responsible-p): Handle directories as well.
5231 (vc-cvs-could-register): New function.
5232 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5233 properties up-to-date.
5234
5235 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5236 user whether to create one.
5237
5238 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5239
5240 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5241 check out a non-existing file.
5242
5243 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5244 workfile does not exist.
5245
5246 * vc.el (vc-version-diff): Use `require' to check for existence of
5247 diff-mode.
5248
5249 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5250
5251 * vc-cvs.el (vc-cvs-registered): Use new function
5252 vc-cvs-parse-entry to do the actual work.
5253
5254 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5255
5256 * vc-hooks.el (vc-find-backend-function): If function doesn't
5257 exist, return nil instead of error.
5258 (vc-call-backend): Doc fix.
5259
5260 * vc.el (vc-do-command): Doc fix.
5261 (vc-finish-logentry): When checking in from vc-dired, choose the
5262 right backend for logentry check.
5263 (vc-dired-mode-map): Inherit from dired-mode-map.
5264 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5265 simplified.
5266 (vc-dired-state-info): Removed, updated caller.
5267 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5268 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5269 (vc-dired-listing-switches): New variable.
5270 (vc-directory): Use it, instead of dired-listing-switches.
5271
5272 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5273 (vc-cvs-dir-state): New function.
5274 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5275 (vc-cvs-parse-entry): New function, also to be used in
5276 vc-cvs-registered.
5277
5278 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5279
5280 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5281 *or* single-window-frames.
5282
5283 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5284
5285 * vc.el (vc-update-changelog): Split into generic part and default
5286 implementation. Doc string adapted.
5287 (vc-default-update-changelog): New function. Call the `rcs2log'
5288 script in exec-directory, to fix a long-standing nuisance.
5289
5290 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5291 simply signals an error.
5292
5293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5294
5295 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5296 control-flow more clear and to avoid running `cvs' twice.
5297
5298 * vc.el (vc-next-action-on-file): Doc fix.
5299 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5300 (vc-print-log): Eval `file' before constructing the continuation.
5301
5302 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5303
5304 * vc.el (vc-next-action-on-file): Corrected several messages.
5305 (vc-merge): Add prefix arg `merge-news'; handle it.
5306
5307 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5308 is not reached. It is.
5309 (vc-cvs-merge): Set state to 'edited after merge.
5310 (vc-cvs-merge-news): Set workfile version to nil if not known.
5311 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5312
5313 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5314 via stdout. (Merge from main line.)
5315
5316 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5317
5318 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5319 detection.
5320
5321 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5322
5323 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5324 against kill-all-local-variables.
5325 (vc-log-edit): Don't save vc-parent-buffer any more.
5326 (vc-last-comment-match): Initialize to an empty string.
5327 (vc-post-command-functions): New hook.
5328 (vc-do-command): Run it.
5329 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5330 (vc-finish-logentry): Only add the comment to the ring if it's
5331 different from the last comment entered.
5332 (vc-new-comment-index): New function.
5333 (vc-previous-comment): Use it. Make the minibuffer message
5334 slightly less terse.
5335 (vc-comment-search-reverse): Make it work forward as well. Don't
5336 set vc-comment-ring-index if no match is found. Use
5337 vc-new-comment-index.
5338 (vc-comment-search-forward): Use vc-comment-search-reverse.
5339 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5340 define-derived-mode will do it for us. Bind `v' to a keymap that
5341 inherits from vc-prefix-map so that we can bind `vt' without
5342 binding C-x v t.
5343 (vc-retrieve-snapshot): Parenthesis typo.
5344
5345 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5346 to 1. Make sure to switch to *vc* before looking for an error
5347 message. Use vc-parse-buffer.
5348
5349 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5350
5351 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5352 and NAME.
5353 (vc-retrieve-snapshot): Split into two parts.
5354 (vc-default-retrieve-snapshot): New function.
5355
5356 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5357 (vc-cvs-retrieve-snapshot): New function (untested).
5358 (vc-cvs-stay-local): Default to t.
5359 (vc-cvs-remote-p): New function and property.
5360 (vc-cvs-state): Stay local only if the above is t.
5361 (vc-handle-cvs): Removed.
5362 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5363 done via vc-handled-backends now.
5364 (vc-cvs-header): Escape Id.
5365
5366 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5367
5368 * vc.el (vc-do-command): Remove unused commands.
5369 (vc-version-diff): Make sure default-directory ends with a slash.
5370 Move the window commands into a vc-exec-after.
5371 (vc-print-log): Move more of the code into the `vc-exec-after'.
5372
5373 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5374
5375 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5376 (vc-print-log): Search current revision from beginning of buffer.
5377 (vc-revert-buffer): Clear echo area after the diff is finished.
5378 (vc-prefix-map): Removed definition of "t" for terse display in vc
5379 dired.
5380 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5381 definition of "vt" for terse display.
5382 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5383
5384 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5385
5386 * vc.el (vc-exec-after): Avoid caddr.
5387
5388 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5389
5390 * vc.el (vc-exec-after): New function.
5391 (vc-do-command): Use it to add a termination message for async
5392 procs.
5393 (vc-checkout): Try to handle a missing-backend situation.
5394 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5395 of a directory with a backend using async diffs.
5396 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5397 present.
5398
5399 * vc-sccs.el (vc-sccs-state-heuristic): Use
5400 file-ownership-preserved-p.
5401
5402 * vc-rcs.el (vc-rcs-state-heuristic): Use
5403 file-ownership-preserved-p.
5404 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5405
5406 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5407
5408 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5409 vc-do-command.
5410
5411 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5412 when there are no changes.
5413
5414 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5415
5416 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5417
5418 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5419
5420 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5421
5422 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5423
5424 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5425 the `fset' outside of the defvar so that it works even if
5426 vc-prefix-map was already defined.
5427 (vc-setup-buffer): New function, split out of vc-do-command.
5428 (vc-do-command): Allow BUFFER to be t to mean `just use the
5429 current buffer without any fuss'.
5430 (vc-version-diff): Change the `diff' backend operation to just put
5431 the diff in the current buffer without erasing it. Always use
5432 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5433 shrink-window-if-larger-than-buffer.
5434 (vc-print-log): Change the `print-log' backend operation to just
5435 put the log in the current buffer without erasing it. Protect
5436 shrink-window-if-larger-than-buffer.
5437 (vc-update-change-log): Fix setd typo.
5438
5439 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5440 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5441
5442 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5443 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5444 CMP.
5445
5446 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5447 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5448 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5449
5450 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5451
5452 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5453 not possible, use vc-BACKEND-workfile-unchanged-p.
5454 (vc-default-workfile-unchanged-p): New function. Delegates to a
5455 full vc-BACKEND-diff.
5456
5457 * vc-hooks.el (vc-simple-command): Removed.
5458
5459 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5460 instead of vc-simple-command.
5461 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5462 avoid doing a diff when opening a file.
5463 (vc-rcs-state): Added check for unlocked-changes.
5464 (vc-rcs-header): Escape Id.
5465 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5466 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5467 version.
5468
5469 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5470 (vc-sccs-diff): Remove optional arg CMP.
5471 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5472 SCCS-specific function.
5473
5474 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5475 vc-simple-command.
5476
5477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5480 (with-vc-file, vc-merge): Use vc-editable-p.
5481 (vc-do-command): Remove unused var vc-file and fix the
5482 doubly-defined `status' var. Add a user message when starting an
5483 async command.
5484 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5485 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5486 Use with-current-buffer.
5487 (vc-buffer-sync): Use unless.
5488 (vc-next-action-on-file): If the file is 'edited by read-only,
5489 make it read-write instead of trying to commit.
5490 (vc-version-diff, vc-update-change-log): Use `setq
5491 default-directory' rather than `cd'.
5492 (vc-log-edit): Don't forget to set default-directory in the
5493 buffer.
5494
5495 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5496 (vc-sccs-state-heuristic): Use file-writable-p instead of
5497 comparing userids.
5498 (vc-sccs-checkout): Use `unless'.
5499
5500 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5501 of comparing userids.
5502 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5503 Simplify the logic by eliminating unreachable code.
5504 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5505 just do a recursive call if we need to retry.
5506 (vc-rcs-checkout): Handle the case where rcs is missing by making
5507 the buffer read-write if requested and re-signalling the error.
5508
5509 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5510
5511 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5512
5513 * vc-hooks.el (vc-handled-backends): Docstring change.
5514 (vc-ignore-vc-files): Mark obsolete.
5515 (vc-registered): Check vc-ignore-vc-files.
5516 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5517 vc-ignore-vc-files.
5518
5519 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5520
5521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5522
5523 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5524 files since ange-ftp already has vc-registered return nil.
5525
5526 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5527 (vc-sccs-workfile-version): Use with-temp-buffer and new
5528 vc-parse-buffer and don't bother setting the property.
5529 (vc-sccs-add-triple): Use with-current-buffer and
5530 find-file-noselect.
5531 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5532
5533 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5534 derives from the old vc-parse-buffer but uses the revision number
5535 rather than the date (much easier to compare robustly).
5536 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5537 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5538 locking-user more directly. Check strict locking and set
5539 checkout-model appropriately.
5540 (vc-rcs-parse-locks): Remove.
5541 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5542 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5543 (vc-rcs-system-release): Use with-current-buffer and
5544 vc-parse-buffer.
5545 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5546
5547 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5548 (vc-simple-command): Docstring fix.
5549 (vc-registered): Align the way the file-handler is called with the
5550 way the function itself works.
5551 (vc-file-owner): Remove.
5552
5553 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5554 extraction of fields and call to file-attributes because of a
5555 temporary bug in rcp.el.
5556 (vc-cvs-fetch-status): Use with-current-buffer.
5557
5558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5559
5560 * vc.el (vc-do-command): Use file-relative-name.
5561 (vc-responsible-backend): Use vc-backend if possible.
5562 (vc-create-snapshot): Improve the `interactive' spec. Add support
5563 for branches and dispatch to backend-specific `create-snapshot'.
5564 (vc-default-create-snapshot): New function, containing the bulk of
5565 the old vc-create-snapshot.
5566 (vc-retrieve-snapshot): Improve the interactive spec.
5567
5568 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5569 (vc-backend-hook-functions): Remove.
5570 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5571 (vc-backend): Reintroduce the test for `file = nil' now that I
5572 know why it was there (and added a comment to better remember).
5573
5574 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5575 code from vc-sccs-hooks.el.
5576 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5577 'vc anymore.
5578 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5579 and file-directory-p instead of file-exists-p.
5580 (vc-sccs-check-headers): Simplify the regexp.
5581
5582 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5583 from vc-rcs-hooks.el. Don't require 'vc anymore.
5584 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5585 file-directory-p instead of file-exists-p.
5586
5587 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5588 from vc-cvs-hooks.el.
5589 (proto vc-cvs-registered): Require 'vc-cvs instead of
5590 'vc-cvs-hooks. Don't require 'vc anymore.
5591 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5592 file-directory-p instead of file-exists-p.
5593 (vc-cvs-create-snapshot): New function, replacing
5594 vc-cvs-assign-name.
5595 (vc-cvs-assign-name): Remove.
5596
5597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * vc-cvs.el (vc-cvs-header): New var.
5600
5601 * vc-rcs.el (vc-rcs-exists): Remove.
5602 (vc-rcs-header): New var.
5603
5604 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5605 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5606 (vc-sccs-header): New var.
5607
5608 * vc.el (vc-do-command): Get rid of the `last' argument.
5609 (vc-header-alist): Remove, replaced by vc-X-header.
5610 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5611 (vc-dired-hook): Use expand-file-name instead of concat.
5612 (vc-directory): Use file-name-as-directory.
5613 (vc-snapshot-precondition, vc-create-snapshot)
5614 (vc-retrieve-snapshot): Allow the command to operate on any
5615 directory.
5616
5617 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5618 just removing the 'WORKFILE argument or by removing the 'MASTER
5619 argument and replacing `file' with (vc-name file).
5620
5621 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5622
5623 * vc.el: Update Copyright and add a crude list of backend funs.
5624 (vc-writable-p): New function.
5625 (with-vc-file): Use vc-writable-p.
5626 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5627 (vc-register): Avoid vc-name.
5628 (vc-locking-user): Remove.
5629 (vc-steal-lock): Make the `owner' arg non-optional.
5630 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5631 vc-checkout-model.
5632 (vc-default-dired-state-info): Use vc-state instead of
5633 vc-locking-user and return special strings for special states.
5634 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5635 and get rid of one of the special CVS cases.
5636 (vc-cancel-version): prettify error message with \\[...].
5637 (vc-rename-master): New function.
5638 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5639 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5640 the CVS special case generic.
5641 (vc-default-record-rename): Remove.
5642 (vc-file-tree-walk-internal): Only call FUNC for files that are
5643 under control of some VC backend and replace `concat' with
5644 expand-file-name.
5645 (vc-file-tree-walk): Update docstring.
5646 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5647 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5648
5649 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5650 vc-sccs-record-rename. Use `find-file-noselect' rather than
5651 `find-file' and call `vc-rename-master' to do the actual move.
5652 (vc-sccs-diff): Remove unused `backend' variable.
5653
5654 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5655 to delay loading of vc-sccs until it is really used.
5656 (vc-sccs-master-templates): Preload.
5657 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5658 (vc-sccs-project-dir): Remove (merged into
5659 vc-sccs-search-project-dir).
5660 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5661 rather than `concat', make sure it is preloaded and don't bother
5662 to check that the file actually exists.
5663 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5664 `locks' argument (use buffer's content instead) and eliminate n^2
5665 behavior.
5666
5667 * vc-rcs.el: Update Copyright.
5668 (vc-rcs-rename-file): New function.
5669 (vc-rcs-diff): Remove unused `backend' variable.
5670
5671 * vc-hooks.el: Update Copyright.
5672 (vc-backend): Don't accept a nil argument any more.
5673 (vc-up-to-date-p): Turn into a defsubst.
5674 (vc-possible-master): New function.
5675 (vc-check-master-templates): Use `vc-possible-master' and allow
5676 funs in vc-X-master-templates to return a non-existent file.
5677
5678 * vc-cvs.el: Update Copyright.
5679 (vc-cvs-diff): Remove unused `backend' variable.
5680 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5681
5682 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5683
5684 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5685
5686 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5687 since it can be called from vc-rcs.el.
5688 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5689
5690 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5691
5692 * vc.el (vc-version-diff): Expand file name read from the
5693 minibuffer. Handle the case when a previous version number can't
5694 be guessed. Give suitable messages when there were no differences
5695 found.
5696 (vc-clear-headers): Call backend-specific implementation, if one
5697 exists.
5698 (vc-cancel-version): Made error checks generic. When done, clear
5699 headers generically, too.
5700
5701 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5702 from vc-clear-headers in vc.el.
5703
5704 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5705 correctly.
5706 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5707 optional. Handle the case when it's not there.
5708
5709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5712
5713 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5714
5715 * vc-hooks.el (vc-loadup): Remove.
5716 (vc-find-backend-function): Use `require'. Also, handle the case
5717 where vc-BACKEND-hooks.el doesn't exist.
5718 (vc-call-backend): Cleanup.
5719
5720 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5721
5722 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5723 vc-rcs-grab-templates)
5724 (vc-rcs-registered): Remove. The default function works as well.
5725 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5726 vc-sccs-grab-templates)
5727 (vc-sccs-registered): Remove. The default function works as well.
5728
5729 * vc.el (vc-version-diff): Left out a vc- in call to
5730 vc-call-backend.
5731 (vc-default-dired-state-info, vc-default-record-rename)
5732 (vc-default-merge-news): Update for the new backend argument.
5733
5734 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5735 using the default function.
5736 (vc-call-backend): If calling the default function, pass it the
5737 backend as first argument. Update the docstring accordingly.
5738 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5739 for the new backend argument.
5740 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5741 (vc-find-backend-function): Use the new name.
5742 (vc-default-registered): New function.
5743
5744 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5745
5746 * vc.el (vc-merge): Use vc-find-backend-function.
5747
5748 * vc-hooks.el (vc-backend-functions): Remove.
5749 (vc-loadup): Don't setup 'vc-functions.
5750 (vc-find-backend-function): New function.
5751 (vc-call-backend): Use above fun and populate 'vc-functions
5752 lazily.
5753 (vc-backend-defines): Remove.
5754
5755 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5756
5757 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5758 Call vc-call-backend without the leading vc-.
5759 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5760 (vc-check-headers): Call vc-call-backend without the leading vc-.
5761 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5762 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5763 Call vc-call-backend without the leading vc-.
5764
5765 * vc-cvs.el (tail): Provide vc-cvs.
5766 * vc-sccs.el (tail): Provide vc-sccs.
5767 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5768
5769 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5770 (vc-make-backend-function, vc-call): Pass names without leading
5771 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5772 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5773 (vc-call-backend): Always try to load vc-X-hooks.
5774 (vc-registered): Remove vc- in call to vc-call-backend.
5775
5776 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * vc.el (vc-process-filter): New function.
5779 (vc-do-command): Setup `vc-process-filter' for the async process.
5780 (vc-maybe-resolve-conflicts): New function to reduce
5781 code-duplication. Additionally, it puts the buffer in
5782 `smerge-mode' if applicable.
5783 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5784 calling `merge-news'.
5785 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5786 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5787 interfacing to log-edit.el.
5788 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5789 log-edit is available.
5790 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5791
5792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5795 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5796 defvar and the initialization.
5797 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5798
5799 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5800 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5801
5802 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5803
5804 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5805
5806 * vc.el (vc-file-clear-masterprops): Removed.
5807 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5808 (vc-version-diff): Use buffer-size without argument.
5809 (vc-register): Heed vc-initial-comment.
5810
5811 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5812 default branch.
5813
5814 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5815 file name and workfile version.
5816 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5817
5818 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5819 vc-file-clear-masterprops.
5820
5821 * vc-sccs.el (vc-sccs-checkout): Removed call to
5822 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5823 rather than user login name.
5824
5825
5826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5827
5828 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5829 `want-differences-if-changed' and simplify.
5830 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5831 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5832 output (which is invalid for async vc-diff) to decide whether to
5833 do the revert silently or not.
5834
5835 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * vc-hooks.el (vc-loadup): Load files quietly.
5838 (vc-call-backend): Oops, brain fart.
5839
5840 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5841
5842 * vc-cvs.el (vc-cvs-state): Typo.
5843 (vc-cvs-merge-news): Return the status code rather than the error msg.
5844
5845 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5846
5847 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5848 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5849 vc-state or vc-up-to-date-p.
5850 (vc-merge): Use vc-backend-defines to check whether merging is
5851 possible. Set state to 'edited after successful merge.
5852
5853 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5854 return that name. Redocumented.
5855
5856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5857
5858 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5859 new `vc-state' semantics.
5860 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5861 'vc-locking-user to the current user.
5862 (vc-merge): Inline vc-backend-merge. Comment out code that I
5863 don't understand and hence can't adapt to the new `vc-state' and
5864 `vc-locking-user' semantics.
5865 (vc-backend-merge): Remove.
5866
5867 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5868 rather than 'vc-locking-user.
5869
5870 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5871
5872 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5873 (vc-state): Don't use 'reserved any more. Just use the same
5874 convention as the one used for vc-<backend>-state where the
5875 locking user (as a string) is returned.
5876 (vc-locking-user): Update, based on the above convention. The
5877 'vc-locking-user property has disappeared.
5878 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5879
5880 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5881 with a heuristic one.
5882 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5883 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5884 error. That allows us to get to 'needs-merge even in the
5885 stay-local case. There's still no way to detect 'needs-patch in
5886 such a setup (or to force an update for that matter).
5887 (vc-cvs-logentry-check): Remove, the default works as well.
5888
5889 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5890
5891 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5892
5893 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5894 major-mode in which the buffer might have been put earlier. Use
5895 `remove' and `when'. Allow `okstatus' to be `async' and use
5896 `start-process' in this case.
5897 (vc-version-diff): Handle the case where the diff looks empty
5898 because of the use of an async process.
5899
5900 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5901
5902 * vc.el (vc-next-action-on-file): Removed optional parameter
5903 `simple'. Recompute state unconditionally.
5904 (vc-default-toggle-read-only): Removed.
5905
5906 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5907 (vc-toggle-read-only): Undid prev change.
5908
5909 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5910 vc-cvs-simple-toggle. Redocumented.
5911 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5912 (vc-cvs-toggle-read-only): Removed.
5913
5914 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5915
5916 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5917 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5918 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5919 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5920 still is. So maybe it should be removed.
5921 (vc-head-version, vc-find-binary): Remove.
5922 (vc-recompute-state): Move from vc-hooks.el.
5923 (vc-next-action-on-file): Add a `simple' argument to allow
5924 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5925 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5926 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5927 (vc-dired-mode-map): Properly defvar it.
5928 (vc-print-log): Call log-view-mode if available.
5929 (small-temporary-file-directory): defvar instead of use boundp.
5930 (vc-merge-news): Moved to vc-cvs.el.
5931 (vc-default-merge-news): New function.
5932
5933 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5934 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5935 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5936 unknown `vc-latest-version' function. It should probably refer to
5937 vc-workfile-version or somesuch, but it's very unclear to me and I
5938 don't have SCCS to test things.
5939
5940 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5941 (vc-sccs-state-heuristic): Fix typo.
5942 (vc-sccs-workfile-unchanged-p): Add missing argument.
5943
5944 * vc-rcs.el: Require vc and vc-rcs-hooks.
5945 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5946 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5947 (vc-release-greater-or-equal-p): Move from vc.
5948 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5949 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5950 (vc-rcs-checkout): Add a missing `new-version' argument in the
5951 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5952
5953 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5954 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5955 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5956 than the apparently unbound `workfile-version'.
5957
5958 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5959 (vc-file-prop-obarray): Use `make-vector'.
5960 (vc-backend-functions): Add new hookable functions
5961 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5962 (vc-loadup): If neither backend nor default functions exist, use
5963 the backend function rather than nil.
5964 (vc-call-backend): If the function if not bound yet, try to load
5965 the non-hook file to see if it provides it.
5966 (vc-call): New macro plus use it wherever possible.
5967 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5968 nor `vc-find-binary' since it's only called from
5969 vc-mistrust-permission which is only used once the backend is known.
5970 (vc-checkout-model): Fix parenthesis.
5971 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5972
5973 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5974 (vc-cvs-release, vc-cvs-system-release): Remove.
5975 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5976 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5977 status symbols.
5978 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5979 (vc-cvs-toggle-read-only): First cut at a function to allow a
5980 cvs-status-free vc-toggle-read-only.
5981 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5982 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5983 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5984 (vc-cvs-checkout): Modify access rights directly if the user
5985 requested not to use `cvs edit'. And refresh the mode line.
5986
5987 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5988 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5989
5990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5993 workfile' that got lost when the code was extracted from vc.el.
5994 And merged the tail with the rest of the code (not possible in the
5995 old vc.el where the tail was shared among all backends). And
5996 explicitly set the state to 'edited if `writable' is set.
5997
5998 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5999 (vc-cvs-state): Be careful to return the value from
6000 vc-cvs-parse-state.
6001 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6002 property but return it instead. Also be careful to handle a nil
6003 or "" `rev' when workfile is non-nil (it was handled properly when
6004 workfile was nil).
6005
6006 * vc.el: Removed those pesky unnecessary `(function' quotes.
6007 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6008 directly in the defvar.
6009 (vc-do-command): Bind inhibit-read-only so as to properly handle
6010 the case where the destination buffer has been made read-only.
6011 (vc-diff): Delegate to vc-version-diff in all cases.
6012 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6013 (vc-annotate-mode-variables): Removed (code moved partly to
6014 defvars and partly to vc-annotate-add-menu).
6015 (vc-annotate-mode): Turned into a derived-mode.
6016 (vc-annotate-add-menu): Moved in code in
6017 vc-annotate-mode-variables.
6018 (vc-update-change-log): Use make-temp-file if available.
6019
6020 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6021
6022 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6023 `vc-checkout-model' updated to `vc-cvs-update-model'.
6024
6025 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6026
6027 * vc.el (vc-next-action-on-file): Added handling of state
6028 `unlocked-changes'.
6029 (vc-checkout-carefully): Is now practically obsolete, unless the
6030 above is too slow to be enabled unconditionally.
6031 (vc-update-change-log): Fixed typo.
6032
6033 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6034
6035 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6036 Now handles state `unlocked-changes'.
6037 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6038
6039 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6040
6041 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6042 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6043 `unlocked-changes'.
6044 (vc-rcs-workfile-unchanged-p): Renamed from
6045 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6046 function yet, but supposed to become one soon.
6047
6048 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6049 `vc-steal-lock'.
6050 (vc-call-backend): Changed error message.
6051 (vc-state): Added description of state `unlocked-changes'.
6052
6053 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6054
6055 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6056 always return t in CVS-controlled directories.
6057
6058 * vc.el (vc-responsible-backend): New function.
6059 (vc-register): Largely rewritten.
6060 (vc-admin): Removed (implementation moved into vc-register).
6061 (vc-checkin): Redocumented.
6062 (vc-finish-logentry): If no backend defined yet (because we are in
6063 the process of registering), use the responsible backend.
6064
6065 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6066 Updated function lists.
6067 (vc-call-backend): Fixed typo.
6068
6069 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6070 New functions.
6071 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6072 Removed query option. Redocumented.
6073
6074 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6075
6076 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6077
6078 * vc.el: Updated callers of `vc-checkout-required' to use
6079 `vc-checkout-model'.
6080
6081 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6082
6083 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6084 stuff updated to reference this function instead of the old
6085 `vc-backend-release-p'.
6086
6087 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6088
6089 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6090 vc-checkout-model. Return appropriate values. Updated callers.
6091
6092 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6093
6094 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6095 (vc-backend-revert): Function moved into `vc-revert';
6096 `vc-next-action' must be updated to accomodate this change.
6097 (vc-backend-steal): Function moved into `vc-finish-steal'.
6098 (vc-backend-logentry-check): Function moved into
6099 `vc-finish-logentry'.
6100 (vc-backend-printlog): Function moved into `vc-print-log'.
6101 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6102 (vc-backend-assign-name): Function moved into
6103 `vc-create-snapshot'.
6104
6105 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6106
6107 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6108 Rename to vc-checkout-model. Return appropriate values.
6109 Update callers.
6110
6111 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6112 to vc-checkout-model.
6113 (vc-checkout-required): Rename to vc-checkout-model.
6114 Re-implement and re-comment.
6115 (vc-after-save): Use vc-checkout-model.
6116
6117 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6118
6119 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6120 Update to use the vc-BACKEND-diff functions instead.
6121 `vc-diff' is now working.
6122
6123 * vc-rcs.el (vc-rcs-logentry-check): New function.
6124
6125 * vc-cvs.el (vc-cvs-logentry-check): New function.
6126
6127 * vc-sccs.el (vc-sccs-diff): Function changed name from
6128 `vc-backend-diff'. This makes `vc-diff' work.
6129
6130 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6131 of functions possibly implemented in a vc-BACKEND library.
6132 (vc-checkout-required): Fix bug that caused an error to be
6133 signaled during `vc-after-save'.
6134
6135 * vc.el: Fix typo.
6136 This checkin is made with our new VC code base for the very first time.
6137 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6138
6139 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6140 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6141
6142 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6143 updated to `vc-uses-locking'.
6144 (vc-checkout-required): Call to backend function.
6145 `vc-checkout-required' updated to `vc-uses-locking' instead.
6146
6147 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6148 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6149
6150 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6151 to match the split into various backends.
6152 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6153 (vc-retrieve-snapshot): Bug fix.
6154
6155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6156
6157 * vc-sccs.el (vc-sccs-release): Doc fix.
6158
6159 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6160
6161 * vc.el (vc-next-action-on-file): Bug found and fixed.
6162 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6163 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6164
6165 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6166 (vc-rcs-checkout): Name space cleaned up. No more revision number
6167 crunching function names that are not prefixed with vc-rcs.
6168 (vc-rcs-checkout-model): Function added. References to
6169 `vc-checkout-model' replaced.
6170
6171 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6172
6173 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6174 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6175 still need to be split, and implemented for RCS).
6176
6177 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6178
6179 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6180
6181 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6182 required by the vc.el file.
6183
6184 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6185 required by the vc.el file.
6186 (vc-rcs-exists): Function added.
6187
6188 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6189 required by the vc.el file.
6190
6191 * vc.el (vc-admin): Updated to handle selection of appropriate
6192 backend. Current implementation is crufty and need re-thinking.
6193
6194 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6195
6196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6197
6198 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6199 beginning of annotate buffers correctly.
6200
6201 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6202 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6203 functionality updated quite a lot to support multiple backends.
6204 Variables `vc-annotate-mode', `vc-annotate-buffers',
6205 `vc-annotate-backend' added.
6206
6207 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6208 `vc-annotate-difference' added to supported backend functions.
6209
6210 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6211
6212 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6213 Use with-temp-file instead of /bin/sh. Merged from mainline
6214
6215 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6216
6217 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6218
6219 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6220
6221 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6222
6223 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6224
6225 * vc-hooks.el: vc-state-heuristic added to
6226 vc-backend-hook-functions.
6227
6228 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6229
6230 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6231
6232 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6233 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6234 state to `reserved'.
6235
6236 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6237 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6238
6239 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6240
6241 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6242 untouched.
6243
6244 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6245
6246 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6247 if defined. (Merged from main line, slightly adapted.)
6248
6249 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6250 millenium problem (merged from mainline).
6251
6252 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6253
6254 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6255 part and moved the non-BACKEND stuff to vc.el.
6256
6257 * vc.el: Split the annotate feature into a BACKEND specific part
6258 and moved it from the vc-cvs.el file to this one.
6259
6260 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6261
6262 * vc-hooks.el: Implement new state model.
6263 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6264 (vc-locking-user): Simplify. Now only needed if the file is
6265 locked by somebody else.
6266 (vc-lock-from-permissions): Remove. Functionality is in
6267 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6268 (vc-mode-line-string): New name for former vc-status. Adapted.
6269 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6270
6271 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6272 Various simplifications and adaptations all over the place.
6273
6274 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6275 Simplify and adapt the rest.
6276
6277 * vc.el (vc-resynch-window): Add TODO comment: check for
6278 interaction with view mode according to recent RCS change.
6279 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6280
6281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6282
6283 * vc.el: Convert the remaining function comments to docstrings.
6284
6285 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6286
6287 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6288 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6289 (vc-minor-part, vc-previous-version): Functions that operate and
6290 compare revision numbers got proper documentation. Comments added
6291 about their possible removal.
6292
6293 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6294
6295 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6296 the vc-backend.el files.
6297
6298 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6299
6300 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6301 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6302 (vc-rcs-previous-version): Functions added.
6303
6304 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6305
6306 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6307
6308 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6309
6310 * vc-hooks.el (vc-master-templates): Is really obsolete.
6311 Comment out the definition for now. What is the right procedure
6312 to get rid of it?
6313 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6314 rewritten.
6315 (vc-default-registered): Remove.
6316 (vc-check-master-templates): New function; does mostly what the
6317 above did before.
6318 (vc-locking-user): Don't rely on the backend to set the property.
6319
6320 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6321 Rewrite documentation.
6322 (vc-rcs-templates-grabbed): New variable.
6323 (vc-rcs-grab-templates): New function.
6324 (vc-rcs-registered): Rewrite to use above mechanism.
6325
6326 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6327 Rewrite documentation.
6328 (vc-sccs-templates-grabbed): New variable.
6329 (vc-sccs-grab-templates): New function.
6330 (vc-sccs-registered): Rewrite to use above mechanism.
6331 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6332 Don't throw the result, simply return it.
6333
6334 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6335 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6336 (vc-cvs-registered): Does the check itself now. Simplify.
6337
6338 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6339 from main line.
6340
6341 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6342
6343 * vc-cvs.el (vc-cvs-diff): New function.
6344
6345 * vc-sccs.el (vc-sccs-diff): New function.
6346
6347 * vc-rcs.el (vc-rcs-diff): New function.
6348 (vc-rcs-checkout): Bug (typo) found and fixed.
6349 (vc-rcs-register-switches): New variable.
6350
6351 * vc.el (vc-backend-diff): Function removed and placed in the
6352 backend files.
6353
6354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6355
6356 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6357
6358 * vc.el (vc-backend-checkout): Function removed and replaced in
6359 the vc-backend.el files.
6360
6361 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6362
6363 * vc.el (vc-backend-admin): Removed and replaced in the
6364 vc-backend.el files.
6365
6366 * vc.el (Martin): Removed all the annotate functionality since it
6367 is CVS backend specific.
6368
6369 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6370
6371 * spec.txt: Added specification of vc-state.
6372
6373 * vc-sccs-hooks.el (vc-sccs-master-properties):
6374 Remove handling of vc-latest-version and
6375 vc-your-latest-version. What used to be vc-latest-version, is now
6376 returned as vc-workfile-version.
6377 (vc-sccs-workfile-version): Adapt.
6378
6379 2000-09-04 Dave Love <fx@gnu.org>
6380
6381 * vc.el: [Merged from mainline.]
6382 (vc-dired-mode): Make the dired-move-to-filename-regexp
6383 regexp match the date, to avoid treating date as file size.
6384 Add YYYY S option to WESTERN/
6385
6386 2000-09-04 Dave Love <fx@gnu.org>
6387
6388 * vc.el: Require `compile' when compiling.
6389 (vc-logentry-check-hook): New option.
6390 (vc-steal-lock): Use compose-mail.
6391 (vc-dired-mode-map): Defvar when compiling.
6392 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6393 vc-sccs.el and renamed. Callers changed.
6394 (vc-backend-checkout, vc-backend-logentry-check)
6395 (vc-backend-merge-news): Doc fix.
6396 (vc-default-logentry-check): New function.
6397 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6398 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6399 (vc-backend-merge): Doc fix. Use backend functions.
6400 (vc-check-headers): Use backend functions.
6401
6402 * vc-cvs.el: Require vc when compiling.
6403 (vc-cvs-register-switches): Doc fix.
6404 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6405 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6406 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6407 New functions (code from vc.el).
6408 (vc-annotate-display-default): Fix interactive spec.
6409 (vc-annotate-time-span): Doc fix.
6410
6411 * vc-rcs.el: Require vc when compiling.
6412 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6413 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6414 (vc-rcs-checkin): New functions (code from vc.el).
6415 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6416 Doc fix.
6417 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6418
6419 * vc-sccs.el: Require vc when compiling.
6420 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6421 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6422 (vc-sccs-revert)
6423 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6424 from vc.el).
6425 (vc-sccs-add-triple, vc-sccs-record-rename)
6426 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6427 (vc-sccs-admin): Doc fix.
6428
6429 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6430
6431 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6432 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6433 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6434 from vc.el.
6435
6436 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6437
6438 * vc-cvs.el: Moved the annotate functionality from vc.el.
6439 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6440
6441 2000-09-04 Dave Love <fx@gnu.org>
6442
6443 * vc.el (vc-backend-release): Call vc-system-release.
6444
6445 * vc-sccs.el (vc-sccs-system-release):
6446 Renamed from vc-sccs-backend-release.
6447
6448 * vc-rcs.el (vc-rcs-system-release):
6449 Renamed from vc-rcs-backend-release.
6450
6451 * vc-cvs.el (vc-cvs-system-release):
6452 Renamed from vc-cvs-backend-release.
6453
6454 2000-09-04 Dave Love <fx@gnu.org>
6455
6456 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6457 backend files.
6458 (vc-backend-release): Dispatch to backend functions.
6459 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6460 probably needs attention.]
6461
6462 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6463 (vc-sccs-backend-release): New function.
6464
6465 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6466 (vc-cvs-backend-release): New function.
6467
6468 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6469 Doc fix.
6470 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6471 (vc-default-dired-state-info): New function.
6472 (vc-dired-state-info): Dispatch to backends.
6473 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6474
6475 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6476 from vc.el and renamed.
6477
6478 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6479
6480 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6481 (vc-version-other-window, vc-backend-assign-name): Removed
6482 references to vc-latest-version; sometimes changed into
6483 vc-workfile-version.
6484
6485 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6486 vc-rcs-master-workfile-version.
6487 (vc-rcs-workfile-version): Use the above. Don't call
6488 vc-latest-version (that was unreachable code, anyway).
6489 (vc-rcs-fetch-master-properties): Doc fix.
6490
6491 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6492 (vc-backend-hook-functions): Removed them from this list, too.
6493 (vc-fetch-properties): Removed.
6494 (vc-workfile-version): Doc fix.
6495
6496 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6497 (vc-rcs-workfile-version, vc-rcs-locking-user)
6498 (vc-rcs-uses-locking): Use it.
6499
6500 * vc-hooks.el (vc-consult-rcs-headers):
6501 Moved into vc-rcs-hooks.el, under the name
6502 vc-rcs-consult-headers.
6503
6504 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6505 headers.
6506 (vc-cvs-find-master): Use this name only; correct different
6507 versions of the name.
6508
6509 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6510 New functions.
6511 (vc-sccs-locking-user): Use the latter.
6512
6513 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6514 New functions.
6515
6516 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6517 Moved into both
6518 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6519 functions are implementation details of those two backends.
6520
6521 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6522
6523 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6524 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6525
6526 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6527 (vc-sccs-parse-locks): SCCS-specific code moved here from
6528 vc-hooks.
6529
6530 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6531 code moved here from vc-hooks.
6532
6533 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6534 into back-end specific parts and removed. Callers not updated
6535 yet; because I guess these callers will disappear into back-end
6536 specific files anyway.
6537
6538 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6539
6540 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6541 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6542 `vc-uses-locking'.
6543
6544 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6545 Store yes/no in the property, and return t/nil. Updated all
6546 callers.
6547
6548 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6549 vc-sccs-uses-locking. Don't set property.
6550 (vc-sccs-locking-user): Don't set property.
6551
6552 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6553 vc-cvs-uses-locking. Don't set property here; leave that to
6554 vc-hooks.
6555 (vc-cvs-locking-user): Reflect above change. Streamlined.
6556
6557 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6558 vc-rcs-uses-locking.
6559 (vc-rcs-locking-user): Reflect above change.
6560
6561 2000-09-04 Dave Love <fx@gnu.org>
6562
6563 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6564
6565 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6566
6567 * vc-hooks.el (vc-checkout-model): Punt to backends.
6568
6569 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6570
6571 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6572
6573 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6574 New functions.
6575
6576 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6577 New functions.
6578
6579 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6580 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6581
6582 * vc-hooks.el (vc-default-locking-user): New function.
6583 (vc-locking-user, vc-workfile-version): Punt to backends.
6584
6585 2000-09-04 Dave Love <fx@gnu.org>
6586
6587 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6588 (vc-master-workfile-version): Moved from vc-hooks.
6589
6590 * vc-rcs-hooks.el: Fix duplicate code in last change.
6591
6592 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6593 (vc-rcs-master-templates): Improve :type.
6594 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6595 vc-master-workfile-version): Moved from vc-hooks.
6596
6597 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6598 (vc-sccs-master-templates): Improve :type.
6599 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6600
6601 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6602
6603 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6604 (vc-cvs-master-templates): Improve :type. Use
6605 vc-cvs-find-cvs-master.
6606 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6607 from vc-hooks.
6608 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6609
6610 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6611 Moved to vc-cvs-hooks.
6612
6613 * vc-hooks.el: Add doc strings in various places. Simplify the
6614 minor mode setup.
6615 (vc-handled-backends): New user variable.
6616 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6617 simplification.
6618
6619 2000-09-04 Dave Love <fx@gnu.org>
6620
6621 * vc.el: Some doc fixes for autoloaded and interactive functions.
6622 Fix compilation warnings from ediff stuff.
6623 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6624
6625 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6626
6627 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6628
6629 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6630
6631 2000-09-04 Dave Love <fx@gnu.org>
6632
6633 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6634 New variable.
6635 (vc-make-backend-function, vc-loadup, vc-call-backend)
6636 (vc-backend-defines): New functions.
6637
6638 * vc-hooks.el: Various doc fixes.
6639 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6640 (vc-match-substring): Function removed. Callers changed to use
6641 match-string.
6642 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6643 Simplify.
6644
6645 2000-09-04 Dave Love <fx@gnu.org>
6646
6647 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6648 type.
6649 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6650 (vc-sccs-registered): Doc fix.
6651
6652 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6653 (vc-cvs-registered): Doc fix.
6654
6655 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6656 (vc-rcs-registered): Doc fix.
6657
6658 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6659
6660 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6661
6662 * vc-hooks.el: vc-registered has been renamed
6663 vc-default-registered. Some functions have been moved to the
6664 backend specific files. they all support the
6665 vc-BACKEND-registered functions.
6666
6667 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6668
6669 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6670
6671 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6672
6673 2000-09-04 Dave Love <fx@gnu.org>
6674
6675 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6676 menu-bar-update-hook.
6677
6678 * help.el (help-manyarg-func-alist): Add
6679 find-operation-coding-system.
6680
6681 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6682
6683 * custom.el (custom-set-variables): Print message about errors in
6684 setting.
6685
6686 2000-09-03 Andrew Innes <andrewi@gnu.org>
6687
6688 * makefile.w32-in: Change to DOS line endings.
6689
6690 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6691
6692 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6693 minor-mode keymaps, if they don't have one.
6694
6695 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6696
6697 * eshell/esh-module.el (eval-when-compile): Don't lose if
6698 esh-module.el's file name is truncated to DOS 8+3 limits.
6699
6700 2000-09-01 John Wiegley <johnw@gnu.org>
6701
6702 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6703 predicate, which caused entries in the completion list to be
6704 doubled.
6705
6706 2000-08-30 John Wiegley <johnw@gnu.org>
6707
6708 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6709 sending to subprocesses. Also, hook pre-command-hook if
6710 `eshell-send-direct-to-subprocesses' is non-nil.
6711 (eshell-send-direct-to-subprocesses): New config variable. If t,
6712 subprocess input is send immediately.
6713 (eshell-toggle-direct-send): New function.
6714 (eshell-self-insert-command): New function.
6715 (eshell-intercept-commands): New function.
6716 (eshell-send-input): If direct subprocess sending is enabled,
6717 don't echo any input to the Eshell buffer. Let the subprocess
6718 handle that. This requires "stty echo" in bash, for example.
6719
6720 2000-08-28 John Wiegley <johnw@gnu.org>
6721
6722 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6723 completion function for Eshell's implementation of `unset'.
6724
6725 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6726
6727 * info.el (Info-directory-list): Doc fix.
6728
6729 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6730
6731 * filecache.el (file-cache-add-directory-using-find): Don't quote
6732 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6733
6734 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6735
6736 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6737 coding systems.
6738
6739 2000-08-30 Andrew Innes <andrewi@gnu.org>
6740
6741 * timer.el (run-with-idle-timer): Undo last change, so that timer
6742 is not activated immediately if Emacs is already idle. Some
6743 existing code relies on this behaviour.
6744
6745 2000-08-30 Miles Bader <miles@gnu.org>
6746
6747 * frame.el (set-frame-font): Do completion of font-name for
6748 interactive use.
6749
6750 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6751
6752 * international/quail.el (quail-start-translation): Bind locally
6753 last-command-event, last-command, and this-command.
6754 (quail-start-conversion): Likewise.
6755 (quail-self-insert-command): Fix docstring.
6756
6757 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6758
6759 * progmodes/executable.el
6760 (executable-make-buffer-file-executable-if-script-p): Check that
6761 buffer contains at least 2 characters.
6762
6763 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6764
6765 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6766
6767 2000-08-29 Dave Love <fx@gnu.org>
6768
6769 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6770 (diff-mode-shared-map): Bind mouse-2.
6771 (diff-imenu-generic-expression): New variable.
6772 (diff-mode): Use it.
6773
6774 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6775 (mouse-popup-menubar): Add minor mode menus.
6776 (popup-menu): Check for lookup-key returning number.
6777
6778 2000-08-29 Miles Bader <miles@gnu.org>
6779
6780 * comint.el (comint-send-input): Create overlays using the proper
6781 front/read-advance arguments.
6782
6783 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6784
6785 * ps-print.el: Even/odd pages printing. Doc fix.
6786 (ps-print-version): New version number (6.0).
6787 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6788 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6789 (ps-print-duplex-feature): Variable eliminated.
6790 (ps-even-or-odd-pages): New variable.
6791
6792 * progmodes/ebnf2ps.el: Doc fix.
6793 (ebnf-version): New version (3.3).
6794 (ebnf-user-arrow): Change variable customization to sexp.
6795 (ebnf-user-arrow): Function eliminated.
6796 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6797
6798 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6799
6800 * help.el (help-xref-mule-regexp): New variable.
6801 (help-make-xrefs): Handle help-xref-mule-regexp.
6802
6803 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6804 variable.
6805 (describe-input-method): Temporarily activate the specfied input
6806 method to display the information.
6807 (describe-language-environment): Hyperlinks to mule related items.
6808
6809 * international/mule-diag.el (charset-multibyte-form-string): New
6810 function.
6811 (list-character-sets-1): Use charset-multibyte-form-string.
6812 (describe-character-set): New function.
6813 (describe-coding-system): Hyperlinks to safe character sets.
6814
6815 * international/quail.el (quail-help): New arg PACKAGE.
6816 Hyperlinks to mule related items.
6817 (quail-help-insert-keymap-description): Use
6818 substitute-command-keys instead of describe-bindings.
6819 (quail-translation-help): Hyperlinks to mule related items.
6820
6821 2000-08-28 John Wiegley <johnw@gnu.org>
6822
6823 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6824 have a defsubst call itself. Made `eshell-flatten-list' back into
6825 a function again.
6826
6827 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6828 catch, in case re-centering point at bottom messes up the display.
6829 This happens frequently in Emacs 21, due I believe to variable
6830 line heights.
6831
6832 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6833 to call `find-tag-interactive'.
6834
6835 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6836 the list of remember directories.
6837
6838 2000-08-28 John Wiegley <johnw@gnu.org>
6839
6840 * align.el: Test align-region-separate to see if it's a symbol.
6841
6842 2000-08-28 John Wiegley <johnw@gnu.org>
6843
6844 * eshell/esh-util.el (eshell-flatten-list): Made this function
6845 into a defsubst form. It gets used very frequently, although
6846 calls don't occur all that often.
6847
6848 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6849 examining it.
6850
6851 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6852 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6853 `eshell-protect'.
6854 (eshell-copy-handles): Created a new macro for duplicating the
6855 current set of open handles. This is needed by the looping
6856 functions.
6857 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6858 is not incorrectly stomped on.
6859
6860 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6861 declaration for pcomplete-use-paring.
6862 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6863 value of eshell-cmpl-use-paring.
6864 * pcomplete.el (pcomplete-use-paring): New config variable, to
6865 indicate whether paring should be used.
6866 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6867 completion alternatives that have already been used.
6868
6869 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6870 bound to C-c C-y, which will repeat the previous N arguments
6871 (based on prefix argument).
6872 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6873
6874 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6875 if there is no *Help* buffer. This is for XEmacs, which renames
6876 its help buffers uniquely. TODO: Find out what the current buffer
6877 name to delete is.
6878
6879 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6880 first entry that correlates to a passwd/group number. Later
6881 entries (used for group/user name aliasing to multiple IDs) are
6882 ignored.
6883
6884 * eshell/em-xtra.el (eshell/expr):
6885 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6886 (eshell-grep, eshell/diff, eshell/locate):
6887 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6888 argument list, before passing it to the system command.
6889
6890 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6891 `find-tag' for use at final position in Eshell buffers (which
6892 otherwise triggers an error on Emacs 21).
6893 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6894 buffer, if it is currently bound to `find-tag'.
6895
6896 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6897 in the list of matched Makefile names.
6898 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6899 directory, prefer its contents to Makefile.
6900
6901 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6902 directory parts (like "cd old new", or "cd =regexp"), are now case
6903 sensitive on non-Windows/DOS platforms.
6904
6905 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6906 types RET after an open delimiter (like "), display a message
6907 indicating that Eshell is waiting for the closing delimiter.
6908
6909 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6910 environment variables.
6911
6912 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6913 gracefully if the user enters incorrect arguments.
6914
6915 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6916 Eshell buffers.
6917
6918 * eshell/esh-var.el (eshell-interpolate-variable):
6919 * eshell/esh-mode.el (eshell-move-argument):
6920 * eshell/em-unix.el (eshell-du-sum-directory):
6921 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6922 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6923 (not (= ...)).
6924
6925 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6926 to ensure the `preserve' flag gets propagated when doing recursive
6927 directory copies.
6928
6929 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6930
6931 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6932 Don't convert \n into \0177 in memory.
6933 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6934 and back again, when reading and writing.
6935
6936 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6937
6938 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6939 testing of `fboundp' on `processp'.
6940
6941 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6942 (eshell/jobs): Don't call process-list if it is not bound.
6943 (eshell-gather-process-output): Support systems where async
6944 subprocesses aren't supported.
6945 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6946 variables.
6947
6948 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6949 eshell-do-eval returns t.
6950 (eshell-do-pipelines-synchronously): New defmacro.
6951 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6952 when async subprocesses aren't supported.
6953 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6954 if async subprocesses aren't supported.
6955 (eshell-resume-command): Don't assume STATUS is a string.
6956
6957 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6958
6959 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6960 (eshell-close-target, eshell-get-target): Use eshell-processp.
6961 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6962 fix.
6963 (eshell-get-target, eshell-create-handles): Doc fix.
6964
6965 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6966
6967 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6968 criterion to include commands that output something, as long as it
6969 leaves both the command and the end-of-buffer visible when the
6970 command has exited.
6971 (eshell-review-quick-commands): Adjust the help doc string
6972 accordingly.
6973
6974 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6975
6976 * locate.el (locate): Cleaned up locate command's interactive prompting
6977 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6978
6979 * filecache.el (file-cache-case-fold-search): New variable
6980 (file-cache-assoc-function): New variable
6981 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6982 Use file-cache-case-fold-search variable
6983 (file-cache-add-file): Use file-cache-assoc-function
6984 (file-cache-delete-file): likewise
6985 (file-cache-directory-name): likewise
6986 (file-cache-debug-read-from-minibuffer): likewise
6987
6988 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6989
6990 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6991 (abbrev-table-name): New function.
6992 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6993 If non-nil list local abbrev, only.
6994
6995 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6996
6997 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6998 from Gnus support code, and use special article copy buffer
6999 `(gnus-original-article-buffer)' instead. This allows to get rid
7000 of article-hide-headers usage (which breaks in the latest Gnus
7001 version). Thanks to Detlev Zundel.
7002
7003 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7004
7005 * international/quail.el (quail-use-package): Hide "... loaded"
7006 message.
7007 (quail-start-translation, quail-start-conversion): Likewise.
7008
7009 * international/kkc.el (kkc-region): Hide "... loaded" message.
7010
7011 2000-08-27 Dave Love <fx@gnu.org>
7012
7013 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7014
7015 2000-08-27 Miles Bader <miles@gnu.org>
7016
7017 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7018
7019 2000-08-27 Kenichi Handa <handa@etl.go.jp>
7020
7021 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7022 'ja-dic-cnv), not (require 'skkdic-cnv).
7023
7024 2000-08-26 Miles Bader <miles@gnu.org>
7025
7026 * faces.el (face-x-resources): Add entry for :inherit.
7027 * cus-face.el (custom-face-attributes): Add support for :inherit
7028 attribute. Add support for relative face heights.
7029 (custom-face-attributes-get): Treat `nil' as being a default value
7030 for :inherit (as well as `unspecified').
7031
7032 * faces.el (set-face-attribute): Update doc string.
7033 (face-attribute-name-alist): Add :inherit.
7034 (face-valid-attribute-values): Handle :inherit.
7035 (face-read-string): Rephrase prompt to be less confusing.
7036 Assume that DEFAULT is a string, since we must return a string.
7037 (face-read-integer): Use `format' to turn DEFAULT into an
7038 acceptable default for face-read-string. Match NEW-VALUE against
7039 the string "unspecified", not the symbol `unspecified', since
7040 that's what face-read-string returns.
7041 (read-face-attribute): Lookup a name for old-value in valid, and
7042 use it as a default if we find one. Treat all values from
7043 face-read-string as strings. If the default is used, don't do any
7044 more processing on the value, just use the old value directly.
7045 (read-face-and-attribute, modify-face): Tweak prompt.
7046 (read-face-name): Don't assume prompt ends with a space.
7047
7048 * faces.el (describe-face): Add support for :inherit attribute.
7049
7050 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7051
7052 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7053 concat doesn't accept interger.
7054
7055 * international/kkc.el: Remove SKK from Keywords. Require
7056 ja-dic-utl instead of skkdic-utl.
7057
7058 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7059 Provide ja-dic-cnv instead of skkdic-cnv.
7060 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7061 (iso-2022-7bit-short): Add safe-charsets property.
7062 (skkdic-convert-postfix): Search Japanese chou-on character in
7063 addition to Hiragana character.
7064 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7065 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7066 (batch-skkdic-convert): Likewise.
7067
7068 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7069 Provide ja-dic-utl instead of skkdic-utl.
7070 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7071
7072 2000-08-24 Dave Love <fx@gnu.org>
7073
7074 * disp-table.el (standard-display-default): Make the test of `l'
7075 useful.
7076
7077 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7078 mod sample text.
7079
7080 * international/iso-ascii.el: Make pilcrow convenient string
7081 consistent with section.
7082 (iso-ascii-display): Set up multibyte characters as well as
7083 unibyte.
7084
7085 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7086
7087 * international/mule-cmds.el (reset-language-environment): Set
7088 default-process-coding-system to '(undecided . iso-latin-1), which
7089 makes process I/O almost consistent with file I/O. Call this
7090 function when mule-cmds.el[c] is loaded.
7091
7092 2000-08-22 Andrew Innes <andrewi@gnu.org>
7093
7094 * makefile.w32-in: New file.
7095
7096 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7097
7098 * comint.el (comint-output-filter): Compare end of
7099 comint-last-output-overlay with the start of the newly inserted
7100 text, not the end, when deciding whether to extend it.
7101 Set saved-point's insertion type to advance after insertion.
7102
7103 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7104 since this is now done independently of font-lock mode.
7105
7106 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7107
7108 * server.el (server-kill-new-buffers): New user option.
7109 (server-existing-buffer): New buffer-local variable.
7110 (server-visit-files): When using an existing buffer, set
7111 server-existing-buffer to t.
7112 (server-buffer-done): If server-kill-new-buffers is t, kill the
7113 buffer, unless it was already present before visiting it with
7114 Emacs server.
7115
7116 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7117
7118 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7119 even if the display doesn't support colors: some displays will
7120 support bold/underline faces.
7121
7122 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7123
7124 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7125
7126 * startup.el (command-line): If user's init file had an error,
7127 add explanatory text to *Messages*.
7128
7129 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7130
7131 * man.el (Man-getpage-in-background): Decode the process output by
7132 the system locale coding system.
7133
7134 2000-08-20 Dave Love <fx@gnu.org>
7135
7136 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7137 Don't test x-popup-menu.
7138 (function) <complete-function>: Complete only fbound symbols.
7139 <validate, value>: New.
7140 (variable) <complete-function>: Complete only bound symbols.
7141 (coding-system): Add :base-only, :complete-function, :validate,
7142 :value, :prompt-match.
7143 (widget-coding-system-prompt-value): Use read-coding-system and
7144 act on :base-only.
7145 (editable-field): Add :help-echo.
7146 (widget-push-button-gui, widget-push-button-cache)
7147 (widget-gui-action, widget-editable-list-gui): COmment out, along
7148 with uses.
7149 (widget-at): Make arg optional.
7150 (widget-echo-help): Adjust for current help-echo calling sequence.
7151 (widget-specify-field, widget-specify-button)
7152 (widget-specify-insert, widget-get-sibling, widget-image-find)
7153 (widget-convert, widget-insert, widget-leave-text)
7154 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7155 (widget-setup, widget-field-find, widget-before-change)
7156 (widget-after-change, widget-default-complete)
7157 (widget-default-create, widget-default-delete)
7158 (widget-push-button-value-create, editable-field)
7159 (widget-field-prompt-value, widget-field-validate)
7160 (widget-choice-value-create, widget-choice-action)
7161 (widget-choice-validate, widget-checklist-add-item)
7162 (widget-radio-add-item, widget-radio-chosen)
7163 (widget-radio-value-inline, widget-editable-list-value-create)
7164 (widget-editable-list-entry-create)
7165 (widget-documentation-link-add)
7166 (widget-documentation-string-value-create)
7167 (widget-regexp-validate, widget-file-complete)
7168 (widget-sexp-validate, widget-plist-convert-widget)
7169 (widget-plist-convert-widget, widget-alist-convert-widget)
7170 (widget-alist-convert-widget, widget-color-complete): Simplify,
7171 particularly to avoid bindings which aren't optimized out.
7172
7173 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7174 Doc fix.
7175 (down-list, backward-up-list, up-list, kill-sexp)
7176 (backward-kill-sexp, mark-sexp): Make arg optional.
7177 (lisp-complete-symbol): Add optional arg PREDICATE.
7178
7179 * cus-start.el: Add display-buffer-reuse-frames,
7180 file-coding-system-alist.
7181
7182 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7183
7184 * startup.el (command-line): Clear realized faces after
7185 modifying TTY color mappings.
7186
7187 2000-08-20 Miles Bader <miles@gnu.org>
7188
7189 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7190 merely a subset of FACE's attributes.
7191
7192 2000-08-19 Miles Bader <miles@gnu.org>
7193
7194 * comint.el (comint-output-filter): Save the point with a marker,
7195 not just a buffer position.
7196
7197 * international/mule.el (set-buffer-process-coding-system): Make
7198 interactive prompt less confusing.
7199
7200 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7201
7202 * hilit-chg.el: General cleanup of doc strings, comments and
7203 code formatting.
7204
7205 2000-08-19 Miles Bader <miles@gnu.org>
7206
7207 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7208 Compiler macro removed; beginning-of-line is no longer always
7209 equivalent to forward-line, in the presence of fields.
7210
7211 * comint.el (comint-output-filter): Remove ad-hoc saving of
7212 restriction, and just use save-restriction, now that it works
7213 correctly. Don't adjust comint-last-input-start to account for
7214 our insertion; it shouldn't have moved because we don't use
7215 insert-before-markers anymore. Comment out call to
7216 `force-mode-line-update'; why is it here?
7217
7218 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7219 while checking for prompt to delete. Use `forward-line 0'
7220 instead of beginning-of-line.
7221 (gud-filter): Temporarily widen gud comint buffer while
7222 examining output.
7223
7224 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7225
7226 * progmodes/sh-script.el: Big bag of typos.
7227
7228 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7229 check since ispell-process is not bound when ispell is not yet loaded.
7230
7231 2000-08-18 Dave Love <fx@gnu.org>
7232
7233 * image.el (find-image): Copy `spec' before using plist-put.
7234
7235 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7236
7237 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7238 `portugues'.
7239
7240 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7241 backward-kill-sexp, analogous to kill-sexp.
7242
7243 * progmodes/icon.el (icon-indent-line)
7244 (icon-is-continuation-line): Handle comments specially.
7245
7246 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7247
7248 * ispell.el: Set to standard author/maintainer/keyword fields.
7249 Fine tuning to menu map appearance and operation, and added help.
7250 Remove `start' and `end' error messages when compiling.
7251 (ispell-choices-win-default-height): Fixed comment string.
7252 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7253 castellano8 dictionaries.
7254 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7255 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7256 dictionary, added italiano dictionary.
7257 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7258 word character
7259 (ispell-tex-skip-alists): Added psfig support.
7260 (ispell-skip-html): Renamed from ispell-skip-sgml.
7261 (ispell-begin-skip-region-regexp, ispell-skip-region)
7262 (ispell-minor-check): Improved html skipping support to skip across
7263 code, and recognize `&' commands without propper `;' syntax;
7264 (ispell-process-line): Fix alignment error when manually
7265 correcting spelling.
7266 (ispell): Fix comment string.
7267 (ispell-add-per-file-word-list): Always put word list on new line.
7268
7269 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7270
7271 * format.el (format-encode-run-method): Fix error message to say
7272 `encode' instead of `decode'. Use save-window-excursion around
7273 shell-command-on-region as in format-decode-run-method because
7274 shell-command-on-region can display a buffer with error output.
7275 (format-decode): Don't record undo information for the decoding.
7276 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7277 that number part of the temporary buffer name so that more than
7278 one decoding using a temporary buffer can happen safely.
7279
7280 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7281 of `A-z' in the regexp.
7282
7283 * hilit-chg.el: Fix typos in commentary.
7284
7285 * help.el (view-emacs-news): Rewritten for new naming scheme
7286 for old NEWS files.
7287
7288 * startup.el (command-line): Pop to *Messages* in case an error
7289 is signaled while loading user-init-file.
7290
7291 2000-08-17 Andreas Schwab <schwab@suse.de>
7292
7293 * files.el (insert-directory): Don't lose original file name,
7294 undoing an undocumented change.
7295
7296 2000-08-17 Alex Schroeder <alex@gnu.org>
7297
7298 * sql.el (sql-magic-go): Use comint-bol.
7299 (sql-copy-column): Use comint-line-beginning-position.
7300 (comint-line-beginning-position): Define a replacement for
7301 comint-line-beginning-position if it is not fboundp.
7302
7303 2000-08-17 Alex Schroeder <alex@gnu.org>
7304
7305 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7306 it didn't have any effect anyway.
7307
7308 2000-08-17 Alex Schroeder <alex@gnu.org>
7309
7310 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7311 --pset and pager=off instead of sending \\o|cat at the beginning
7312 of the session.
7313
7314 2000-08-17 Miles Bader <miles@gnu.org>
7315
7316 * progmodes/octave-inf.el: Add compatibility definition of
7317 comint-line-beginning-position.
7318
7319 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7320
7321 * startup.el (normal-top-level): Look in each dir in load-path for
7322 a leim-list.el file too. This assures of loading leim-list.el
7323 that is created at Emacs installation time even if a user have his
7324 own leim-list.el.
7325
7326 2000-08-17 Miles Bader <miles@gnu.org>
7327
7328 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7329 foreground color to black if the background is dark.
7330
7331 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7332
7333 * loadhist.el (unload-feature): Typo.
7334
7335 * finder.el (finder-compile-keywords):
7336 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7337 to the generated file.
7338
7339 * mail/mh-e.el (mh-make-local-vars):
7340 Replace make-variable-buffer-local with make-local-variable.
7341
7342 * play/landmark.el:
7343 * options.el (Edit-options-{set,toggle,t,nil}):
7344 * mail/mailabbrev.el (mail-abbrevs-mode):
7345 * textmodes/tex-mode.el (tex-expand-files):
7346 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7347
7348 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7349
7350 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7351 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7352 Allow going past the last element.
7353 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7354 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7355 (cvs-mouse-toggle-mark): Don't move point.
7356 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7357
7358 * progmodes/compile.el (grep): Provide a default set of files.
7359 (next-error): Docstring fix.
7360 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7361
7362 * emacs-lisp/easy-mmode.el (define-minor-mode):
7363 Use `symbol-value' to keep the byte-compiler quiet.
7364
7365 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7366 (diff-find-source-location): New fun, extracted from diff-goto-source.
7367 (diff-goto-source): Use it.
7368 (diff-next-complex-hunk, diff-filter-lines): New function.
7369 (diff-apply-hunk): New command.
7370
7371 * smerge-mode.el (smerge-mode-menu): Doc fix.
7372
7373 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7374
7375 2000-08-16 Dave Love <fx@gnu.org>
7376
7377 * windmove.el (windmove) <defgroup>: Add :version.
7378
7379 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7380 (goto-address-fontify-p, goto-address-highlight-p)
7381 (goto-address-url-face, goto-address-url-mouse-face)
7382 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7383 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7384 (goto-address-fontify, goto-address-at-mouse): Simplify,
7385 (goto-address-at-point): browse-url-url-at-point,
7386 goto-address-find-address-at-point can return nil.
7387 (goto-address-find-address-at-point): Return nil on failure.
7388
7389 * align.el (align) <defgroup>: Add :version.
7390
7391 * calculator.el (calculator): Add :version.
7392 (calculator): Use two lines for calculator window if `modeline'
7393 face is boxed.
7394
7395 * play/5x5.el: Doc fixes.
7396 (5x5) <defgroup>: Add :version.
7397
7398 * play/fortune.el (fortune) <defgroup>: Add :version.
7399 (fortune-append): Fix error message.
7400 (fortune-from-region): Doc fix.
7401
7402 * play/pong.el (pong): Doc fix.
7403
7404 * play/morse.el: Keywords, commentary, autoloads.
7405
7406 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7407
7408 * desktop.el (desktop-save): Don't look at symbol-value of a
7409 member of minor-mode-alist, unless it is boundp.
7410
7411 2000-08-16 Sam Steingold <sds@gnu.org>
7412
7413 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7414 `while'; use `with-current-buffer' instead of `save-excursion'.
7415 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7416
7417 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7418
7419 * international/ccl.el (declare-ccl-program): Docstring modified.
7420 (ccl-execute-with-args): Likewise.
7421
7422 2000-08-16 Miles Bader <miles@gnu.org>
7423
7424 * progmodes/sql.el: Add compatibility definition of
7425 comint-line-beginning-position.
7426
7427 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7428
7429 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7430 'buffer-menu' property.
7431 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7432 fails.
7433 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7434 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7435 wasn't killed.
7436
7437 * buff-menu.el (list-buffers-noselect): Don't display the
7438 *Buffer List* buffer.
7439
7440 * font-lock.el: Require jit-lock to prevent a very late
7441 `Loading jit-lock' message.
7442
7443 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7444 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7445 mail address.
7446
7447 2000-08-15 Miles Bader <miles@gnu.org>
7448
7449 * textmodes/ispell.el (ispell-graphic-p): New constant.
7450 (ispell-choices-win-default-height, ispell-help): Use
7451 `ispell-graphic-p' instead of `xemacsp'.
7452
7453 2000-08-15 Dave Love <fx@gnu.org>
7454
7455 * simple.el: Autoload widget-convert when compiling.
7456 (mail-user-agent): Doc fix.
7457
7458 * help.el (function-called-at-point, variable-at-point): Use
7459 with-syntax-table.
7460 (help-manyarg-func-alist): Add insert-and-inherit.
7461
7462 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7463
7464 * delsel.el (delsel-unload-hook): New function.
7465
7466 * find-file.el: Doc fixes. Move provide to end.
7467 (ff) <defgroup>: Add :link.
7468 (ff-goto-click): Deleted.
7469 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7470 Use mouse-set-point.
7471
7472 * textmodes/tildify.el: Doc fixes.
7473 (tildify) <defgroup>: Add:version.
7474
7475 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7476 (glasses-custom-set): Use set-default, not set.
7477 (minor-mode-alist): Propertize the lighter.
7478 (glasses-mode): Provide optional arg.
7479
7480 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7481 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7482 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7483 option. Provide :type.
7484 (cwarn-configuration): Provide :type.
7485 (cwarn-mode): Doc fix.
7486
7487 * add-log.el (change-log-merge): Doc fix.
7488 (change-log-redate): New command.
7489
7490 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7491 Doze and Dog.
7492 (browse-url): Use dolist, not mapcar.
7493 (browse-url-at-point): Check for null url.
7494 (browse-url-event-buffer, browse-url-event-point): Functions
7495 deleted.
7496 (browse-url-at-mouse, browse-url-netscape): Simplify.
7497
7498 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7499 modes.
7500 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7501 Fix previous change to mapcan.
7502 (msb--init-file-alist, msb--add-separators)
7503 (msb--make-keymap-menu): Simplify.
7504 (msb--choose-file-menu): Use copy-sequence.
7505 (msb-mode-map): Add title to keymap.
7506 (msb-unload-hook): New function.
7507
7508 * bs.el: Fix indentation.
7509 (bs) <defgroup>: Add :links.
7510 (bs-show): Doc fix.
7511 (bs-apply-sort-faces): Don't use window-system.
7512 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7513
7514 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7515
7516 * calendar/timeclock.el (timeclock-file): Run .timelog through
7517 convert-standard-filename.
7518
7519 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7520
7521 * emacs-lisp/authors.el: New file.
7522
7523 * paren.el (show-paren-priority): New user option.
7524 (show-paren-function): Set overlay priorities to
7525 show-paren-priority.
7526
7527 2000-08-14 Miles Bader <miles@gnu.org>
7528
7529 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7530 beginning-of-line with inhibit-field-text-motion bound.
7531
7532 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7533
7534 * calendar/timeclock.el: New file.
7535
7536 2000-08-14 David Ponce <david@dponce.com>
7537
7538 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7539 `widget-button-click'. so that one can use left mouse button to
7540 click on dialog buttons.
7541
7542 2000-08-14 Emmanuel Briot <briot@gnat.com>
7543
7544 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7545 identifiers, since XML is case sensitive
7546
7547 2000-08-12 Miles Bader <miles@gnu.org>
7548
7549 * comint.el (comint-output-filter): Don't bother frobbing
7550 window-start, it doesn't seem to be necessary.
7551
7552 * comint.el (comint-send-string, comint-send-region): Make into
7553 real functions. Snapshot the prompt before sending.
7554
7555 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7556
7557 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7558 technique similar to Info-index, instead of relying on specific
7559 names of relevant Index nodes.
7560 (Info-goto-emacs-command-node): Bind Info-history to nil when
7561 going to the first node found by Info-find-emacs-command-nodes.
7562
7563 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7564
7565 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7566
7567 2000-08-10 Miles Bader <miles@gnu.org>
7568
7569 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7570
7571 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7572
7573 * info.el (Info-file-list-for-emacs): More elements for the
7574 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7575 and woman manuals.
7576
7577 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7578
7579 * comint.el (comint-send-input): Make the newline boundary overlay
7580 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7581 (comint-output-filter): Use `insert' instead of
7582 `insert-before-markers'. Extend comint-last-output-overlay when
7583 necessary since we can't rely on insert-before-markers to do it.
7584 * gud.el (gud-filter): Use `with-current-buffer' instead of
7585 save-excursion when inserting the output, so that point gets
7586 updated correctly; the old method relied on a rather dodgy
7587 side-effect of comint-output-filter to avoid the effect of
7588 save-excursion.
7589
7590 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7591
7592 * files.el (recover-file): Call insert-directory instead of
7593 invoking `ls' directly.
7594
7595 2000-08-10 Miles Bader <miles@gnu.org>
7596
7597 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7598 (comint-last-prompt-overlay): New variables.
7599 (comint-output-filter): Implement prompt highlighting.
7600 (comint-snapshot-last-prompt): New function.
7601 (comint-send-input): Snapshot the last prompt.
7602 Use comint-highlight-input-face.
7603 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7604 Use defface instead of defcustom.
7605 (send-invisible, comint-send-eof): Snapshot the last prompt.
7606 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7607 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7608
7609 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7610
7611 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7612 (regexp-opt-group): Use a list of chars for `letters'.
7613 (regexp-opt-charset): `chars' is now a list of chars.
7614 Use a char-table rather than a vector so it works for multibyte chars.
7615
7616 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7617 Set cvs-minor-current-files to the selected fileinfo.
7618 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7619 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7620
7621 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7622
7623 * files.el (insert-directory): Don't call access-file on
7624 directories on DOS and Windows.
7625
7626 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7627
7628 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7629 longer if necessary.
7630 (ccl-embed-code): Call ccl-embed-data to store CODE in
7631 ccl-program-vector.
7632
7633 2000-08-09 Miles Bader <miles@gnu.org>
7634
7635 * comint.el (comint-output-filter): Properly handle the case where
7636 the text surrounded by comint-last-output-overlay was deleted.
7637
7638 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7639
7640 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7641 non-nil.
7642 (Info-file-list-for-emacs): Remove "info" from the list because
7643 that leads to trying to use the documentation from file `info'
7644 in various situations where it isn't appropriate, for instance
7645 C-h C-k C-h i.
7646
7647 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7648 DIR and/or STRING are nil.
7649
7650 * progmodes/compile.el (compilation-setup): Make variable
7651 compilation-error-screen-columns buffer-local, as some comment
7652 in the code suggests it should be.
7653
7654 * files.el (auto-mode-interpreter-regexp): New variable.
7655 (set-auto-mode): Use it.
7656
7657 * indent.el (indent-for-tab-command): Doc fix.
7658
7659 * mouse-sel.el (mouse-sel-mode): Doc fix.
7660
7661 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7662 labels.
7663
7664 * help.el (print-help-return-message): When
7665 display-buffer-reuse-frames is set, let the help window been quit,
7666 instead of deleting it, which might delete a reused frame.
7667
7668 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7669
7670 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7671 rename a directory to a name that differs only by its letter case.
7672
7673 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7674
7675 * international/quail.el (quail-define-rules): Handle Quail decode
7676 map correctly. Add code for supporting annotations.
7677 (quail-install-decode-map): New function.
7678 (quail-defrule-internal): New optional arguments decode-map and
7679 props.
7680 (quail-advice): New function.
7681
7682 2000-08-07 Sam Steingold <sds@gnu.org>
7683
7684 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7685 `defconst', `define-condition', `with-slots'.
7686 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7687
7688 2000-08-03 Miles Bader <miles@gnu.org>
7689
7690 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7691 New variable.
7692 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7693 comint-use-prompt-regexp-instead-of-fields.
7694 (comint-send-input): Add `input' field property to stuff we send to
7695 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7696 (comint-output-filter): Add `output' field property to process
7697 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7698 (comint-replace-by-expanded-history)
7699 (comint-get-old-input-default, comint-show-output)
7700 (comint-backward-matching-input, comint-forward-matching-input)
7701 (comint-next-prompt, comint-previous-prompt): Use field
7702 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7703 (comint-line-beginning-position): New function.
7704 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7705 (comint-replace-by-expanded-history-before-point): Use
7706 comint-line-beginning-position and line-end-position.
7707 (comint-last-output-overlay): New variable.
7708 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7709
7710 * shell.el (shell-prompt-pattern): Doc change.
7711 (shell-backward-command): Use line-beginning-position.
7712
7713 * gud.el (gud-gdb-complete-command): Use
7714 comint-line-beginning-position.
7715
7716 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7717 comint-bol doesn't actually go to the beginning of the line.
7718
7719 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7720 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7721 (try-expand-line-all-buffers): Likewise.
7722
7723 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7724 explicitly matching comint-prompt-regexp.
7725 (sql-copy-column): Use comint-line-beginning-position instead of
7726 explicitly matching comint-prompt-regexp.
7727
7728 * progmodes/octave-inf.el (inferior-octave-complete): Use
7729 comint-line-beginning-position.
7730
7731 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7732
7733 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7734 looking for a prompt, use `forward-line 0' instead of
7735 `beginning-of-line', to avoid getting caught by an input field.
7736
7737 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7738
7739 * files.el (shell-quote-wildcard-pattern): Make sure to return
7740 PATTERN, in the Unix case.
7741
7742 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * play/zone.el (zone): Discard any pending input before running
7745 the randomly-chosen pgm.
7746
7747 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7748
7749 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7750 checking the existence of any multibyte characters.
7751
7752 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7753
7754 * help.el (describe-mode): Test minor-mode symbol for being
7755 bound before testing its value for being nil.
7756
7757 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7758 `first', `second', and `third'.
7759
7760 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7761 (second): Make it an alias for `cadr'.
7762
7763 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7764
7765 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7766 types of display support faces now.
7767
7768 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7769
7770 * pcvs.el (require): Require `cl' during compilation, only.
7771
7772 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7773 (toplevel): Remove `remq' and `remove' from autoloads.
7774 (cl-fake-autoloads): New variable. If set, arrange for an error
7775 when CL functions etc. are autoloaded.
7776
7777 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7778
7779 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7780
7781 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7782 popped up, but the user clicks outside the menu, return an empty
7783 regexp (that causes unhighlight-regexp to have no effect).
7784
7785 * menu-bar.el (menu-bar-games-menu): Add Zone.
7786
7787 * hi-lock.el (toplevel): Require font-lock.
7788
7789 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7790
7791 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7792 (ebnf-8-bit-chars): New var for bug fix.
7793 (ebnf-string): Bug fix.
7794
7795 2000-08-03 Sam Steingold <sds@gnu.org>
7796
7797 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7798 instead of `buffer-string'.
7799 (require 'cl): Always, not just when compiling.
7800 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7801 necessary.
7802
7803 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7804
7805 * international/mule-cmds.el (select-safe-coding-system): Make
7806 the message text about selecting a safe coding system more clear.
7807
7808 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7809
7810 * hi-lock.el: New file.
7811
7812 * play/zone.el: New file.
7813
7814 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7815 value of tab-width in the original buffer. Choose a line number
7816 format that's a multiple of the original buffer's tab width, so
7817 that lines appear right.
7818
7819 * textmodes/ispell.el (ispell): New function, replacing an alias.
7820 Spell-check active region if in transient-mark-mode and mark
7821 is active; otherwise spell-check buffer.
7822
7823 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7824
7825 * ps-mule.el: Fix a customization problem on
7826 ps-mule-font-info-database-default.
7827
7828 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7829
7830 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7831 display-mouse-p instead of window-system.
7832 (ebrowse-member-mode-map): Ditto.
7833
7834 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7835
7836 * progmodes/ebnf2ps.el: Update ps-print functions call.
7837 Indentation fix. Doc fix.
7838 (ebnf-version): New version number (3.2).
7839 (ebnf-format-color, ebnf-begin-job): Code fix.
7840
7841 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7842
7843 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7844 font lock support on window-system.
7845 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7846
7847 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7848 display-color-p, if fboundp, instead of window-system.
7849
7850 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7851
7852 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7853 instead of window-system.
7854
7855 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7856 window-system.
7857 (widget-choice-mouse-down-action): Use display-popup-menus-p
7858 instead of window-system.
7859
7860 * strokes.el (strokes-file): Run the file name through
7861 convert-standard-filename.
7862 (strokes-mode): Call display-mouse-p instead of looking at
7863 window-system. Change the error message accordingly.
7864
7865 * progmodes/cpp.el (toplevel): Support faces on tty's.
7866
7867 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7868 (lm-plot-square, lm-init-display): Don't use window-system.
7869
7870 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7871 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7872
7873 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7874 instead of looking at window-system.
7875
7876 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7877
7878 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7879 of testing if iswitchb-prepost-hooks is bound, because the
7880 latter will always be true when invoking a recursive minibuffer
7881 from an active Iswitchb buffer.
7882
7883 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7884
7885 * files.el (shell-quote-wildcard-pattern): New function.
7886 (insert-directory): Call it. Only prepend "\" to command on Unix
7887 and GNU/Linux systems.
7888
7889 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7890
7891 * eshell/esh-groups.el: Change custom :link file names
7892 from `eshell.info' to `eshell'.
7893
7894 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7895
7896 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7897 correctly in recursive ange-ftp listings.
7898
7899 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7900
7901 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7902 ps-header-font-size-internal and
7903 ps-header-title-font-size-internal variables are not set,
7904 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7905 face text property is (foreground-color . COLOR) or
7906 `(background-color . COLOR)', ps-print crashes. Doc fix.
7907 (ps-print-version): New version number (5.2.4).
7908 (ps-plot-region): Code fix.
7909 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7910 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7911 Bug fix 2.
7912
7913 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7914
7915 * glasses.el (glasses-make-readable): Fix uncapitalization of
7916 identifiers like `myXMLDocument'.
7917
7918 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7919
7920 * mail/mail-hist.el (mail-hist-previous-input)
7921 (mail-hist-next-input): Do the obvious code factorization.
7922 (mail-hist-retrieve-and-insert): New func, contains common
7923 code of above two.
7924 If inserting a message body, leave point at top.
7925
7926 2000-07-28 Sam Steingold <sds@gnu.org>
7927
7928 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7929 Use `<=', not `<' to compare times!
7930 (ange-ftp-ls): Remove.
7931
7932 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7933
7934 * play/cookie1.el: Add explanation of how to make cookie.el
7935 compatible with strfile(1) to comment.
7936
7937 * subr.el (remove, remq): New functions.
7938
7939 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7940 escape `*' in regexps.
7941 (midnight-find): Reverse order of arguments in the funcall of
7942 TEST.
7943
7944 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7945 and `.class'.
7946
7947 * play/meese.el: Add Commentary section.
7948
7949 2000-07-27 Alex Schroeder <alex@gnu.org>
7950
7951 * sql.el (sql-ms): Added autoload cookie.
7952 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7953 (sql-oracle): Ditto.
7954 (sql-help): Doc change.
7955
7956 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7957 types and exceptions.
7958
7959 2000-07-27 Alex Schroeder <alex@gnu.org>
7960
7961 * sql.el (sql-placeholder-history): New variable.
7962 (sql-query-placeholders-and-send): New function that will query
7963 the user and replace placeholders with user input.
7964 (sql-oracle): If running on NT, set comint-input-sender to
7965 sql-query-placeholders-and-send.
7966
7967 (sql-stop): If in the SQLi buffer, insert stop notification, else
7968 present it as a message.
7969
7970 2000-07-27 Alex Schroeder <alex@gnu.org>
7971
7972 * sql.el (sql-input-ring-separator): Doc change.
7973 (sql-input-ring-file-name): Doc change.
7974 (sql-interactive-mode): Use `sql-input-ring-separator' and
7975 `sql-input-ring-file-name' to set the comint-mode equivalents
7976 without making them local variables.
7977 (sql-stop): Don't bind `sql-input-ring-separator' and
7978 `sql-input-ring-file-name' dynamically to their comint-mode
7979 equivalents.
7980
7981 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7982
7983 * international/mule.el (register-char-codings): New function.
7984 (make-coding-system): Handle `safe-chars' specification in the arg
7985 PROPERTY.
7986
7987 * international/mule-cmds.el
7988 (find-coding-systems-region-subset-p): This function deleted.
7989 (sort-coding-systems-predicate): New variable.
7990 (sort-coding-systems): New function.
7991 (find-coding-systems-region): Use
7992 find-coding-systems-region-internal.
7993 (find-coding-systems-string): Use find-coding-systems-region.
7994 (find-coding-systems-for-charsets): Check
7995 char-coding-system-table.
7996 (select-safe-coding-system-accept-default-p): New variable.
7997 (select-safe-coding-system): Mostly rewritten. New argument
7998 ACCEPT-DEFAULT-P.
7999 (select-message-coding-system): Call select-safe-coding-system
8000 with ACCEPT-DEFAULT-P arg.
8001 (reset-language-environment): Reset default-sendmail-coding-system
8002 to the default value iso-latin-1.
8003 (set-language-environment): Don't set the obsolete variable
8004 charset-origin-alist.
8005
8006 * international/codepage.el (cp-coding-system-for-codepage-1):
8007 Give `safe-chars' property to make-coding-system.
8008
8009 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8010 calling select-message-coding-system twice.
8011
8012 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8013 instead of `safe-charsets'.
8014 (cyrillic-alternativnyj): Likewise.
8015 (ccl-encode-alternativnyj): Don't check the charset
8016 cyrillic-iso8859-5.
8017
8018 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8019
8020 * composite.el (compose-chars-after): Preserve match data.
8021
8022 2000-07-26 Sam Steingold <sds@gnu.org>
8023
8024 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8025 (ange-ftp-real-file-newer-than-file-p): New function.
8026 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8027 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8028
8029 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8030 * midnight.el (midnight-float-time): Ditto.
8031
8032 2000-07-26 Andreas Schwab <schwab@suse.de>
8033
8034 * files.el (normal-backup-enable-predicate): Correct
8035 interpretation of the return value of compare-strings.
8036
8037 2000-07-26 Gerd Moellmann <gerd@gnu.org>
8038
8039 * isearch.el (isearch-resume): New function.
8040 (isearch-done): Add something to command-history to resume
8041 the search.
8042 (isearch-yank-line, isearch-yank-word): Use
8043 buffer-substring-no-properties instead of buffer-substring.
8044
8045 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8046 of flyspell-mouse-map.
8047
8048 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8049 duplicate definition.
8050 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8051
8052 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8053 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8054
8055 2000-07-25 Sam Steingold <sds@gnu.org>
8056
8057 * net/ange-ftp.el: Get modtime over the net.
8058 (ange-ftp-file-modtime): New function.
8059 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8060 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8061 Use it.
8062 (ange-ftp-dot-to-slash): New function.
8063 (ange-ftp-fix-name-for-vms): Use it.
8064
8065 * midnight.el (midnight-buffer-display-time): Use
8066 `with-current-buffer'.
8067
8068 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8069
8070 * find-dired.el: Update copyright notice.
8071 (find-dired): Offer to kill a running `find'.
8072
8073 * enriched.el (enriched-face-ans): For a `foreground-color'
8074 property, return '(("x-color" COLOR))' so that COLOR will be
8075 output as a parameter of the x-color annotation. Likewise for the
8076 `background-color' property. In the case of normal face
8077 properties, don't return annotations for unspecified foreground
8078 and background face attributes.
8079
8080 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8081
8082 * language/japan-util.el (japanese-katakana-region): Fix handling
8083 HANKAKU argument.
8084
8085 2000-07-25 Miles Bader <miles@gnu.org>
8086
8087 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8088 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8089 constrain-to-field.
8090
8091 2000-07-24 Andrew Innes <andrewi@gnu.org>
8092
8093 * timer.el (timer-activate-when-idle): Add optional parameter
8094 DONT-WAIT. Update docstring.
8095 (run-with-idle-timer): Specify extra parameter to
8096 timer-activate-when-idle, so that timer will be activated
8097 immediately if Emacs is already idle.
8098
8099 * w32-fns.el (w32-using-nt): Fix docstring.
8100
8101 2000-07-24 Dave Love <fx@gnu.org>
8102
8103 * mouse.el (popup-menu): Set last-command-event.
8104 (mouse-major-mode-menu-prefix): Declare.
8105
8106 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8107
8108 * textmodes/flyspell.el: Update to author's version 1.5d.
8109
8110 * progmodes/hideshow.el: Update copyright notice.
8111
8112 * vcursor.el: Set maintainer to FSF, since author cannot
8113 be reached.
8114
8115 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8116
8117 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8118 the prompt.
8119
8120 * mouse.el (popup-menu): Run the keymap through indirect-function,
8121 in case it was defined with define-prefix-key. If the menu is a
8122 list of keymaps, look up the binding of user's choice in each one
8123 of the keymaps.
8124 (mouse-popup-menubar): If the global and local menu-bar keymaps
8125 don't have a prompt string, create one and insert it into the
8126 keymap. Don't barf if current-local-map returns nil.
8127
8128 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8129
8130 * dired.el (dired-sort-R-check): Added to allow recursive listing
8131 to be undone.
8132 (dired-sort-other): Use it.
8133
8134 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8135
8136 * Release of cc-mode 5.27
8137
8138 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8139
8140 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8141 c-beginning-of-statement-1 that caused a bad case of recursion
8142 which could consume a lot of CPU in large classes in languages
8143 that have in-expression classes (i.e. Java and Pike).
8144
8145 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8146 statements before top level constructs (i.e. case 6 is moved
8147 before case 5 and is now case 4) to catch in-expression
8148 classes in top level expressions correctly.
8149
8150 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8151
8152 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8153 objc-method-intro. Case 4 removed and case 5I added.
8154
8155 * cc-langs.el (c-append-paragraph-start): New variable used by
8156 c-common-init to get paragraph-start correct.
8157 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8158 initialize paragraph-start to make it correct both with and
8159 without the javadoc special case.
8160
8161 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8162 initialize paragraph-start for javadoc markup.
8163
8164 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8165 change by defaulting this to t. It's motivated by the
8166 confusing behavior that otherwise arise from the style system
8167 when editing both java and non-java files at the same time
8168 (see the comments about style setting in c-common-init).
8169
8170 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8171
8172 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8173 similar to the one in c-fill-paragraph to check the fill
8174 prefix from the adaptive fill function for sanity.
8175
8176 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8177
8178 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8179 defun block.
8180
8181 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8182
8183 * cc-mode.texi Documented the change of cpp-macro.
8184
8185 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8186
8187 * cc-align.el (c-lineup-multi-inher): Handle lines with
8188 leading comma nicely. Extended to handle member initializers
8189 too.
8190
8191 * cc-engine.el: (c-beginning-of-inheritance-list,
8192 c-guess-basic-syntax): Fixed recognition of inheritance lists
8193 when the lines begins with a comma.
8194
8195 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8196
8197 * cc-vars.el (c-offsets-alist): Changed default for
8198 member-init-cont to c-lineup-multi-inher since it now handles
8199 member initializers and indents better for leading commas.
8200
8201 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8202
8203 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8204 handling that caused class open lines to be recognized as
8205 statement-conts in some cases.
8206
8207 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8208 guessed by the adaptive fill function unless point is on the
8209 first line of a block comment.
8210
8211 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8212 when the buffer ends with a macro continuation char.
8213
8214 * cc-engine.el (c-guess-basic-syntax): Added support for
8215 function definitions as statements in Pike. The first
8216 statement in a lambda block is now labeled defun-block-intro
8217 instead of statement-block-intro.
8218
8219 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8220 so that the class surrounding point is selected, not the one
8221 innermost in the state.
8222
8223 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8224 recognition of switch labels having hanging multiline
8225 statements.
8226
8227 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8228 some code in c-guess-basic-syntax to a separate function.
8229 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8230 recognition of member inits with multiple line arglists.
8231 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8232 member-init-cont when the commas are in funny places.
8233
8234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8235
8236 * cc-defs.el (c-auto-newline): Removed this macro since it's
8237 not used anymore.
8238
8239 * cc-engine.el (c-looking-at-bos): New helper function.
8240 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8241 inexpr and toplevel classes apart in Pike.
8242
8243 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8244 of case 9A.
8245
8246 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8247 constant, since "class" can introduce an in-expression class
8248 in Pike nowadays.
8249
8250 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8251
8252 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8253 indentation on cpp-macro lines.
8254
8255 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8256 a syntax modifier like comment-intro, to make it possible to
8257 get syntactic indentation for preprocessor directives. It's
8258 incompatible wrt to lineup functions on cpp-macro, but it has
8259 no observable effect in the 99.9% common case where cpp-macro
8260 is set to -1000.
8261
8262 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8263
8264 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8265 member-init-cont when the preceding arglist is several lines.
8266
8267 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8268
8269 * cc-styles.el (c-style-alist): The basic offset for the BSD
8270 style corrected to 8.
8271
8272 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8273
8274 * cc-styles.el (c-style-alist): Adjusted the indentation of
8275 brace list openers in the gnu style.
8276
8277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8278
8279 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8280
8281 * cc-cmds.el (c-electric-brace, c-electric-slash,
8282 c-electric-star, c-electric-semi&comma, c-electric-colon,
8283 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8284 when c-syntactic-indentation is nil.
8285
8286 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8287 we were left at comments preceding the first statement when
8288 reaching the beginning of the buffer.
8289
8290 * cc-vars.el (c-syntactic-indentation): New variable to turn
8291 off all syntactic indentation.
8292
8293 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8294
8295 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8296 between the text and the block comment ender when it hangs,
8297 depending on how many there are before the fill.
8298
8299 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8300
8301 * cc-engine.el (c-beginning-of-closest-statement): New helper
8302 function to go back to the closest preceding statement start,
8303 which could be inside a conditional statement.
8304 * cc-engine.el (c-guess-basic-syntax): Use
8305 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8306
8307 * cc-engine.el (c-guess-basic-syntax): Better handling of
8308 arglist-intro, arglist-cont-nonempty and arglist-close when
8309 the arglist is nested inside parens. Cases 7A, 7C and 7F
8310 changed.
8311
8312 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8313 up-to-date with javadoc 1.2.
8314
8315 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8316
8317 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8318 multiline Pike type decls.
8319
8320 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8321
8322 * cc-cmds.el (c-indent-new-comment-line): Always break
8323 multiline comments in multiline mode, regardless of
8324 comment-multi-line.
8325
8326 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8327
8328 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8329 fully::qualified::names in C++ member init lists. Preamble in
8330 case 5D changed.
8331
8332 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8333
8334 * cc-langs.el (c-common-init): Handling of obsolete variables
8335 moved to c-initialize-cc-mode. More compatible style override
8336 when using global style variables.
8337 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8338 variables moved here.
8339
8340 * cc-mode.texi: Documented the special behavior of
8341 c-special-indent-hook as a style variable. Don't talk about
8342 doing (c-make-styles-buffer-local t) in a mode hook, since
8343 that's already too late to work right.
8344
8345 * cc-styles.el (c-make-styles-buffer-local): Flag style
8346 variable localness in c-style-variables-are-local-p to make
8347 the compatibility measure in c-common-init work well.
8348
8349 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8350 longer contain set-from-style.
8351 * cc-styles.el (c-initialize-builtin-style): Don't check for
8352 set-from-style on c-special-indent-hook.
8353 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8354 copy-alist is sufficient now.
8355
8356 * cc-styles.el (c-set-style, c-set-style-1,
8357 c-get-style-variables): Fixes to variable initialization so
8358 that duplicate entries in styles have the same effect
8359 regardless of DONT-OVERRIDE.
8360
8361 * cc-styles.el (c-set-style-2): Fixed bug where the
8362 initialization of inheriting styles failed when the
8363 dont-override flag is set.
8364
8365 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8366 on this.
8367
8368 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8369
8370 * cc-defs.el (c-forward-comment): Removed the workaround
8371 introduced in 5.38 since it had worse side-effects. If a line
8372 contains the string "//\"", it regarded the // as a comment
8373 start since the \ temporarily doesn't have escape syntax.
8374
8375 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8376
8377 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8378 ada-xref.el before ada-prj.el, so that the Project menu is created
8379 when ada-prj tries to add to it.
8380 (ada-activate-keys-for-case): Suppress the characters that are not
8381 part of the Ada syntax. Better compatibility with else-mode
8382 (ada-adjust-case-interactive): When auto-casing is not active,
8383 correctly insert newlines (used to insert only ^M). Prevent the
8384 syntax table from being changed in case of an error
8385 (or '_' becomes part of a word and some commands are confused).
8386 Do nothing if ada-auto-case is nil.
8387 (ada-after-keyword-p): Ignore keywords that are also attributes
8388 (ada-batch-reformat): Update usage comment
8389 (ada-call-from-contextual-menu): New function
8390 (ada-case-read-exceptions): Reinitialize the casing exception list
8391 first to nil first, so that the casing exception file can be
8392 shared.
8393 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8394 files.
8395 (ada-compile-goto-error): Fix regexp used to detect a file:line
8396 anywhere in the error message
8397 (ada-contextual-menu-last-point): New variable
8398 (ada-create-keymap): If the variable delete-key-deletes-forward is
8399 t on XEmacs, it means that DEL should delete one character
8400 forward.
8401 (ada-create-menu): Use :included instead of :visible for XEmacs.
8402 New submenu "Options".
8403 (ada-end-stmt-re): Correctly indent "select ... then abort"
8404 statements.
8405 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8406 even if they don't match ada-fill-comment-prefix Fix handling of
8407 paragraphs on the first or last line of a file.
8408 (ada-format-paramlist): Fix handling of default parameter values.
8409 (ada-get-body-name): New function.
8410 (ada-get-current-indent): Optimized by searchling directly for an
8411 existing generic part or a statement outside of it. Handle
8412 ada-indent-align-comments when indenting comments Replaced some
8413 regexps by testing directly the next character. This results in a
8414 huge speedup on some files. New indentation scheme for renames
8415 statements. Stop looking for the 'while' or 'for' associated with
8416 a 'loop' at the first semicolon encountered. A "return" can also
8417 match an anonymous access subprogram declaration.
8418 (ada-get-indent-noindent): Ignore strings and comments when
8419 looking for the keywords "record" and "private".
8420 (ada-goto-matching-decl-start): When matching "if", make sure we
8421 are not in fact seeing "end if". Ignore "when" statements except
8422 when initial keyword was "begin". Fix handling of nested
8423 procedures. Add a recursive call to this function to skip over
8424 other 'end' statmts. Fix indentation for "when .. => begin"
8425 (ada-in-open-paren-p): Fix indentation for complex boolean
8426 expressions, where 'and then', 'or else' and parenthesis
8427 statements are mixed up.
8428 (ada-in-paramlist-p): Skip comments while searching for the
8429 beginning Fix handling of operator declarations.
8430 (ada-indent-align-comments): New variable
8431 (ada-indent-current): Change the syntax table only in the
8432 protected section, so that we are sure it is restored correctly.
8433 (ada-indent-on-previous-lines): Use ada-use-indent and
8434 ada-with-indent Correctly indent "select ... then"
8435 (ada-indent-region): Slight speedup.
8436 (ada-indent-renames): New variable.
8437 (ada-last-which-function-subprog, ada-last-which-function-line):
8438 New variables
8439 (ada-looking-at-semi-private): Correctly indent the 'private'
8440 keyword when it is the first word in a package declaration.
8441 (ada-loose-case-word): Stop searching if at the end of the buffer.
8442 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8443 even if point is not initially at the end of the word.
8444 (ada-matching-decl-start-re): Add "when".
8445 (ada-mode): Add support for abbrev-mode, outline-mode and
8446 which-func-mode Override the old find-file.el entry in
8447 ff-special-constructs since it is using the obsolete
8448 ada-spec-suffix variable
8449 (ada-no-auto-case): New function
8450 (ada-scan-paramlist): When parsing the argument type, accept
8451 spaces (as in "X 'Class", generated by Rational Rose).
8452 (ada-other-file-name): No longer loads the other file.
8453 (ada-popup-menu): Save and restore the current buffer and cursor
8454 position before and after displaying the menu.
8455 (ada-search-ignore-complex-boolean): New function.
8456 (ada-uncomment-region): Emacs21 already knows how to delete
8457 comments not starting in the first column.
8458 (ada-use-indent): New variable
8459 (ada-which-function): New function.
8460 (ada-with-indent): New variable
8461 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8462 can be batch-compiled from the command line.
8463
8464 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8465 Add to the menu when the file is loaded, not in ada-mode-hook.
8466 Add -toolbar to the default ddd command Switches moved from
8467 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8468 ada-prj-default-comp-opt
8469 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8470 Reference Manual to the menu
8471 (ada-check-current): rewritten as a call to ada-compile-current
8472 (ada-compile): Removed.
8473 (ada-compile-application, ada-compile-current, ada-check-current):
8474 Set the compilation-search-path so that compile.el automatically
8475 finds the sources in src_dir. Automatic scrollong of the
8476 compilation buffer. C-uC-cC-c asks for confirmation before
8477 compiling
8478 (ada-compile-current): New parameter, prj-field
8479 (ada-complete-identifier): Load the .ali file before doing
8480 processing
8481 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8482 conform to gnatmake's behavior.
8483 (ada-find-file-in-dir): New function
8484 (ada-find-references): Set the environment variables for gnatfind
8485 (ada-find-src-file-in-dir): New function.
8486 (ada-first-non-nil): Removed
8487 (ada-gdb-application): Add support for jdb, the java debugger.
8488 (ada-get-ada-file-name): Load the original-file first if not done
8489 yet.
8490 (ada-get-all-references): Handles the new ali syntax (parent types
8491 are found between <>).
8492 (ada-initialize-runtime-library): New function
8493 (ada-mode-hook): Always load a project file when a file is opened,
8494 so that the casing exceptions are correctly read.
8495 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8496 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8497 to open the project file, since the latter does not work with
8498 speedbar Get default values before loading the prj file, or the
8499 default executable file name is wrong. Use the absolute value of
8500 src_dir to initialize ada-search-directories and
8501 compilation-search-path,... Add the standard runtime library to
8502 the search path for find-file.
8503 (ada-prj-default-debugger): Was missing an opening '{'
8504 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8505 variables.
8506 (ada-prj-default-gnatmake-opt): New variable
8507 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8508 buffers, the project file is the default one Save the windows
8509 configuration before displaying the menu.
8510 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8511 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8512 ...) regexp-quote identifiers names to support operators +,
8513 -,... in regexps.
8514 (ada-remote): New function.
8515 (ada-run-application): Erase the output buffer before starting the
8516 run Support remote execution of the application. Use
8517 call-process, or the arguments are incorrectly parsed
8518 (ada-set-default-project-file): Reread the content of the active
8519 project file, not the one from the current buffer When a project
8520 file is set as the default project, all directories are
8521 automatically associated with it.
8522 (ada-set-environment): New function
8523 (ada-treat-cmd-string): New special variable ${current}
8524 (ada-treat-cmd-string): Revised. The substitution is now done for
8525 any ${...} substring
8526 (ada-xref-current): If no body was found, compiles the spec
8527 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8528 compiler to get rid of command line length limitations.
8529 (ada-xref-get-project-field): New function
8530 (ada-xref-project-files): New variable
8531 (ada-xref-runtime-library-specs-path)
8532 (ada-xref-runtime-library-ali-path): New variables
8533 (ada-xref-set-default-prj-values): Default run command now does a
8534 cd to the build directory. New field: main_unit Provide a default
8535 file name even if the current buffer has no prj file.
8536
8537 * ada-prj.el:
8538 Rewritten to show a tabbed-dialog.
8539 (ada-prj-add-ada-menu): Remove the map and name parameters.
8540 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8541 New function
8542 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8543 (ada-prj-load-from-file): New function
8544 (ada-prj-save): Always save fields that depend on the current buffer
8545 (ada-prj-show-value): New function
8546
8547 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8548 Ada mode. This will allow us to display the Ada menu in any buffer
8549 we want (for project items).
8550 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8551 number of spaces in the header.
8552
8553 2000-07-24 Dave Love <fx@gnu.org>
8554
8555 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8556
8557 2000-07-23 Noah Friedman <friedman@splode.com>
8558
8559 * type-break.el (type-break): perform autosave.
8560 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8561 (type-break-do-query): Cancel query schedule while performing
8562 actual query, to avoid possibility of a second query being made
8563 while first one is already in progress.
8564 (type-break-time-stamp-format): New variable.
8565 (type-break-time-stamp): New function.
8566 (type-break-time-warning): Use it.
8567 (type-break-keystroke-warning): Use it.
8568 (type-break-noninteractive-query): Use it.
8569
8570 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8571 cookie.
8572 Use add-minor-mode to set minor-mode-alist, if available.
8573 (eldoc-echo-area-use-multiline-p): New user option.
8574 (eldoc-echo-area-multiline-supported-p): New variable.
8575 (eldoc-docstring-format-sym-doc): Use them.
8576 (eldoc-mode): If not using idle timers, append to local post and
8577 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8578 (eldoc-display-message-no-interference-p): Don't interfere with
8579 edebug.
8580 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8581 (eldoc-function-arglist): New function.
8582 (eldoc-function-argstring): Use it.
8583
8584 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8585 auto save directory exists before calling directory-files.
8586
8587 2000-07-23 Dave Love <fx@gnu.org>
8588
8589 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8590 ^o, ^u.
8591
8592 2000-07-21 Dave Love <fx@gnu.org>
8593
8594 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8595 now passed to the function. It now works properly.
8596
8597 * smerge-mode.el (smerge-mode-menu): Fill it out.
8598
8599 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8600
8601 * info-look.el (info-lookup): If *info* is shown in another frame
8602 on the same display, select that frame, instead of switching to
8603 the Info buffer in another window of the selected frame.
8604
8605 * simple.el (universal-argument-map): Bind numeric keypad keys
8606 kp-0 to kp-9 and kp-subtract.
8607 (digit-argument): Handle these keys.
8608
8609 2000-07-20 Dave Love <fx@gnu.org>
8610
8611 * net/goto-addr.el (goto-address-fontify): Don't bother with
8612 buffer-modified and read-only stuff -- irrelevant with overlays.
8613 Put an extra property on the overlays and use it to clean up in
8614 case goto-address is re-run.
8615
8616 2000-07-19 Richard M. Stallman <rms@gnu.org>
8617
8618 * timer.el (run-with-idle-timer): Doc fix.
8619
8620 * mail/mail-utils.el (mail-strip-quoted-names):
8621 Handle case where <...> appears inside "...".
8622 Use replace-match to edit the string more simply.
8623 (rmail-dont-reply-to): Cope with an unmatched ".
8624
8625 2000-07-19 Dave Love <fx@gnu.org>
8626
8627 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8628 implementation.
8629
8630 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8631 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8632 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8633
8634 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8635
8636 * textmodes/refer.el: Correct maintainer's email address.
8637
8638 * progmodes/hideif.el: Correct author's email address.
8639 Fix typo in comment.
8640
8641 * xml.el: New file.
8642
8643 * mail/mailheader.el: Correct author's mail address.
8644
8645 * gnus/parse-time.el: Correct author's mail address.
8646
8647 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8648
8649 * comint.el (comint-highlight-input, comint-highlight-face):
8650 New user options.
8651 (comint-input-ring-file-name): Change custom type.
8652 (comint-mode-map): Bind mouse-2.
8653 (comint-insert-clicked-input): New function.
8654 (comint-send-input): Handle input highlighting.
8655
8656 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8657
8658 * mouse.el (popup-menu): New function.
8659 (mouse-major-mode-menu): Use it.
8660
8661 2000-07-18 Dave Love <fx@gnu.org>
8662
8663 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8664 improvements.
8665
8666 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8667
8668 * faces.el (face-font-selection-order)
8669 (face-font-family-alternatives): Add custom type.
8670
8671 2000-07-18 Dave Love <fx@gnu.org>
8672
8673 * cus-edit.el (custom-variable-reset-saved)
8674 (custom-variable-reset-standard): Remove unused bindings.
8675
8676 * rect.el (open-rectangle-line): Remove unused let.
8677
8678 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8679
8680 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8681
8682 * cdl.el: Fix `Maintainer' keyword.
8683
8684 * play/pong.el: Add author's email address.
8685
8686 2000-07-17 Sam Steingold <sds@gnu.org>
8687
8688 * files.el (insert-directory): Call `split-string' instead of
8689 re-implementing it.
8690
8691 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8692
8693 * mail/vms-pmail.el: Change maintainer to FSF.
8694
8695 * net/goto-addr.el: Change maintainer to FSF.
8696
8697 * info.el (Info-title-face-alist): Removed.
8698
8699 2000-07-18 David Ponce <david@dponce.com>
8700
8701 * recentf.el (recentf-open-files): New command that works like
8702 `recentf-open-more-files', but shows the whole list of files (not just
8703 those omitted from the menu). Useful if you don't use a menu-bar!
8704 (recentf-open-more-files) Modified to use `recentf-open-files'.
8705
8706 (recentf-open-files, recentf-open-more-files)
8707 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8708
8709 (recentf-dialog-mode): New mode for dialogs. You can now just type
8710 "q" to cancel the dialogs.
8711
8712 2000-07-18 David Ponce <david@dponce.com>
8713
8714 * recentf.el: This is a major update of recentf.el. It adds new
8715 features to better organize the recentf menu and "More..." buffer.
8716
8717 Using new provided menu filtering functions you can now organize the
8718 recent files list:
8719
8720 - by major modes
8721 - by directories
8722 - by user defined rules
8723
8724 Finally, with the new `recentf-filter-changer' customizable filter you
8725 can define a ring of filters and dynamically (via the menu) cycle on
8726 each menu organization in the ring (a la msb).
8727
8728 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8729
8730 * eshell/eshell.el (eshell): Replace links to eshell.info with
8731 links to eshell, to avoid problems on systems where the manual is
8732 installed as `eshell'.
8733 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8734 * eshell/em-smart.el (eshell-smart): Ditto.
8735 * eshell/em-banner.el (eshell-banner): Ditto.
8736 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8737
8738 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8739 same-file check in the MS-DOS version (it does support inodes).
8740
8741 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8742
8743 * eshell/eshell.el (eshell-directory-name):
8744 Run default directory name through convert-standard-filename.
8745
8746 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8747
8748 * international/mule-cmds.el (select-safe-coding-system):
8749 Fix typo in the comment.
8750
8751 * language/european.el (compound-text):
8752 Force katakana-jisx0201 to be designated to G1.
8753
8754 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8755 Don't translate some national variant characters of latin-jisx0201.
8756 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8757
8758 * international/kkc.el (kkc-after-update-conversion-functions):
8759 New variable.
8760 (kkc-update-conversion): Run functions in it at the tail.
8761
8762 2000-07-16 John Wiegley <johnw@gnu.org>
8763
8764 * lisp/align.el (align-newline-and-indent):
8765 Adding new function. for auto-aligning blocks of code on RET.
8766 (align-region): Fixed badly formatted minibuffer message.
8767
8768 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8769
8770 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8771 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8772 the conversion list at first if appropriate.
8773 (kkc-next): Don't update kkc-next-count here.
8774 (kkc-prev): Don't update kkc-prev-count here.
8775 (kkc-show-conversion-list-update): Fix setting up of conversion
8776 list message.
8777
8778 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8779
8780 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8781
8782 2000-07-16 Dave Love <fx@gnu.org>
8783
8784 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8785 function to be more specific.
8786
8787 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8788 non-string help-echo.
8789 (widget-types-convert-widget): Defsubst it.
8790 (widget-echo-help): Try to cope with a help-echo function of two
8791 possible sorts.
8792
8793 2000-07-15 Jason Rumney <jasonr@gnu.org>
8794
8795 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8796 Declare as obsolete.
8797
8798 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8799
8800 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8801
8802 * hilit-chg.el: Fix typo.
8803
8804 2000-07-14 Dave Love <fx@gnu.org>
8805
8806 * info.el (Info-mode-menu): Fix use of :help, :enable.
8807
8808 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8809
8810 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8811
8812 2000-07-13 Dave Love <fx@gnu.org>
8813
8814 * emacs-lisp/easymenu.el: Doc fixes.
8815 (easy-menu-remove): Defalias to ignore.
8816
8817 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8818 Call throw correctly.
8819
8820 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8821
8822 * faces.el (frame-background-mode): Doc fix.
8823
8824 * simple.el (eval-expression-print-length): Change custom type to
8825 allow entering nil as value.
8826
8827 2000-07-13 Dave Love <fx@gnu.org>
8828
8829 * progmodes/fortran.el (fortran-imenu-generic-expression):
8830 Change definition layout.
8831 (fortran-mode-menu): Reinstate customize entries.
8832
8833 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8834 Use :filter, per old XEmacs code.
8835
8836 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8837
8838 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8839 event when deciding what to send to the terminal.
8840
8841 2000-07-12 Dave Love <fx@gnu.org>
8842
8843 * cus-start.el: Add optional version as 4th element of specs and
8844 use it for several things new in v21. Remove load-path. Fix type
8845 of line-number-display-limit.
8846
8847 2000-07-11 Dave Love <fx@gnu.org>
8848
8849 * progmodes/fortran.el: Don't require easymenu.
8850 Use repeat counts in various regexps.
8851 (fortran-mode-syntax-table): Defvar directly.
8852 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8853 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8854 Use defvar, not defconst.
8855 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8856 (fortran-mode): Set fortran-comment-line-start-skip,
8857 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8858 (fortran-comment-indent): Use defsubst.
8859 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8860 Use fortran-comment-indent, not fortran-comment-indent-function.
8861 (fortran-comment-region, fortran-electric-line-number): Simplify.
8862 (fortran-auto-fill): New function.
8863 (fortran-do-auto-fill): Deleted.
8864 (fortran-find-comment-start-skip):
8865 Check for non-null comment-start-skip.
8866 (fortran-auto-fill-mode, fortran-fill-statement):
8867 Use fortran-auto-fill.
8868 (fortran-fill): Use fortran-auto-fill. Check for null
8869 comment-start-skip. Simplify final clause and use end-of-line finally.
8870
8871 * widget.el (widget-plist-member): New alias.
8872
8873 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8874
8875 * eshell/esh-module.el (toplevel): Reference
8876 byte-compile-current-file only if it is bound.
8877
8878 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8879
8880 * dired.el: Don't require `dired-aux'.
8881
8882 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8883
8884 * dired-aux.el (dired-show-file-type): New function.
8885 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8886 (dired-show-file-type): Add autoload.
8887
8888 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8889
8890 * international/mule-diag.el (describe-font): Adjusted for the
8891 change of fontset-info.
8892 (print-fontset): Likewise.
8893
8894 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8895
8896 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8897
8898 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8899
8900 * bindings.el: Bind `[delete]' to delete-char.
8901
8902 * dired.el (dired-find-alternate-file): New function.
8903 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8904 (toplevel): Require dired-aux when compiling.
8905 (dired-buffers): Move defvar within file to avoid compiler warning.
8906
8907 * info.el (Info-last-search): Variable removed.
8908 (Info-search-history): New variable.
8909 (Info-search): New Info-search-history.
8910
8911 * battery.el, info-look.el: Change author's mail address.
8912
8913 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8914
8915 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8916 if rmail-ignored-headers is nil.
8917 (rmail-retry-failure): Bind rmail-ignored-headers and
8918 rmail-displayed-headers to nil.
8919
8920 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8921
8922 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8923 (print-region-1): Don't hard code `-h' here.
8924
8925 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8926
8927 2000-07-01 Francesco Potorti` <pot@gnu.org>
8928
8929 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8930 exim can use "your message" instead of "the message".
8931
8932 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8933
8934 * facemenu.el: Docstrings fixes.
8935 (facemenu-get-face): Don't use internal-find-face.
8936 (facemenu-iterate): Rename arg to match the docstring.
8937
8938 * newcomment.el (uncomment-region): Be more careful when skipping
8939 backwards over `=' not to bump into BOBP.
8940
8941 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8942
8943 * ediff-diff.el (ediff-wordify): Use syntax table.
8944 * ediff-init.el (ediff-has-face-support-p): Use
8945 ediff-color-display-p.
8946 (ediff-color-display-p): Use display-color-p, changed to defun
8947 from defsubst.
8948 Got rid of special cases for NeXT and OS/2.
8949 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8950 face.
8951
8952 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8953
8954 * emacs-lisp/lucid.el: Require CL.
8955 (copy-tree, remprop): Remove, it's provided by CL.
8956 (map-keymap): Define in terms of cl-map-keymap.
8957 (extent-property, set-extent-end-glyph): New functions.
8958
8959 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8960
8961 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8962
8963 * Makefile.in (DONTCOMPILE): Add comment that the name may
8964 not be changed without changing the make-dist script.
8965
8966 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8967 (cl-mapc): Use mapc instead of cl-old-mapc.
8968
8969 2000-07-05 Andrew Innes <andrewi@gnu.org>
8970
8971 * makefile.nt: Add support for `bootstrap' and related targets.
8972
8973 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8974
8975 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8976 (easy-menu-do-define): Use `menu-item' format.
8977 Handle case where easy-menu-create-menu returns a symbol.
8978 Manually call the potential top-level filter in the function binding.
8979 (easy-menu-filter-return): New arg NAME.
8980 Convert to a keymap if MENU is an XEmacs menu.
8981 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8982 (easy-menu-converted-items-table, easy-menu-convert-item):
8983 New var and fun to memoize easy-menu-convert-item-1.
8984 (easy-menu-do-add-item): Use it.
8985 (easy-menu-create-menu): Use easy-menu-convert-item.
8986 Wrap easy-menu-filter-return around any :filter specification.
8987 Don't convert the menu if a filter was specified.
8988 Tell easy-menu-make-symbol not to check for MENU being an expression.
8989 (easy-menu-make-symbol): New arg NOEXP.
8990
8991 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8992
8993 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8994 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8995 (eval-defun): If called with prefix arg, instrument code for
8996 Edebug.
8997
8998 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8999 similar to that of eval-defun.
9000
9001 2000-07-04 Dave Love <fx@gnu.org>
9002
9003 * hl-line.el (hl-line-overlay): Make it permanent-local.
9004
9005 * calendar/todo-mode.el: Replaced with a working version, based on
9006 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9007
9008 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9009
9010 * paths.el (prune-directory-list): New function.
9011 (Info-default-directory-list): Rewritten to more methodically
9012 enumerate a big list of possible info directories (based on the
9013 list used by the standalone info reader).
9014
9015 * info.el (info-initialize): Use prune-directory-list to remove
9016 non-existent directories from Info-directory-list.
9017
9018 * paths.el (Info-default-directory-list): Try a list of possible
9019 info-directories instead of a single one. Add the possible
9020 info directory "/usr/share/info".
9021
9022 * woman.el (woman-man.conf-path): Explicitly include the debian
9023 man-db config file "/etc/manpath.config".
9024 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9025 are present in `manpath.config'.
9026 (woman-manpath): Include "/usr/share/man".
9027
9028 2000-07-03 Gerd Moellmann <gerd@gnu.org>
9029
9030 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9031
9032 * startup.el (command-line): Initialize blink-cursor based
9033 on window-system.
9034
9035 * frame.el (blink-cursor): Default to nil if not running under
9036 a window-system.
9037
9038 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9039 (face-x-resources): Remove duplicate entry for :font.
9040
9041 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9042 instead of cycling through windows with next-window.
9043
9044 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9045 of cycling through windows with next-window.
9046
9047 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9048 of cycling through windows with next-window.
9049
9050 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9051 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9052 instead of cycling through windows with next-window.
9053
9054 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9055 instead of cycling through windows with next-window.
9056
9057 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9058 of cycling through windows with next-window.
9059
9060 * terminal.el (te-process-output): Use walk-windows instead of
9061 cycling through windows with next-window.
9062
9063 * server.el (server-switch-buffer): Use some-window instead of
9064 cycling through windows with next-window.
9065
9066 * window.el (some-window): New function.
9067 (walk-windows): Remove reference to walk-windows-start.
9068
9069 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9070
9071 2000-07-03 Richard Stallman <rms@gnu.org>
9072
9073 * window.el (walk-windows): Guarantee termination by keeping a list
9074 of all the windows already handled.
9075
9076 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9077
9078 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9079 window-system.
9080
9081 * man.el (Man-notify-when-ready): Don't use window-system. If
9082 Man-notify-method is newframe, and the display is not
9083 multi-frame, select the frame created for the man page.
9084 (Man-init-defvars): Doc fix.
9085
9086 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9087
9088 * faces.el (region): Change background color for light background.
9089
9090 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9091 attribute from mode-line face of Ediff control frame.
9092
9093 * replace.el (query-replace-map): Bind `e' like `E'.
9094
9095 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9096
9097 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9098 Change name to "Select All".
9099
9100 * dos-fns.el (convert-standard-filename): Fix last change.
9101
9102 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9103
9104 * help.el (describe-variable): Don't insert a second `'s' in front
9105 of the string `value is shown below'. Since the syntax-table is
9106 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9107 an existing `'s', so that this won't be deleted.
9108
9109 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9110 * pcmpl-unix.el: New files.
9111
9112 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9113
9114 * wid-edit.el (widget-member): Use the new plist-member.
9115
9116 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9117
9118 * replace.el (perform-replace): Undo change of 2000-04-04.
9119 Instead, move backward 1 character at the end of the loop when
9120 necessary.
9121
9122 * faces.el (fringe): Change face for different backgrounds.
9123
9124 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9125 patch from John.
9126
9127 * eshell/*.el: Change spelling of the Free Software Foundation.
9128
9129 * eshell/esh-toggle.el: Removed.
9130
9131 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9132
9133 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9134 interactively.
9135
9136 2000-06-26 Alex Schroeder <alex@gnu.org>
9137
9138 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9139 `define-key'; instead of checking `(emacs-version)' check for
9140 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9141 for `;' and `o' which might be electric.
9142
9143 (sql-electric-stuff): New user option.
9144 (sql-magic-go): New function which uses `sql-electric-stuff'.
9145 (sql-magic-semicolon): New function which uses
9146 `sql-electric-stuff'.
9147
9148 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9149 is not fboundp.
9150
9151 (sql-oracle-options): New variable.
9152 (sql-oracle): Use it.
9153
9154 (sql-imenu-generic-expression): Doc change.
9155 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9156 is used.
9157
9158 (sql-informix): Added command line parameter "-" to force
9159 sql-informix-program to use stdout.
9160
9161 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9162
9163 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9164 (cp864-decode-table): Doc fix.
9165 (cp720-decode-table): New variable, supports the Arabic OEM
9166 codepage used by Windows.
9167 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9168
9169 2000-06-23 Dave Love <fx@gnu.org>
9170
9171 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9172 (font-lock-fontify-anchored-keywords): Use
9173 line-beginning-position.
9174 (global-font-lock-mode): Use mapc.
9175
9176 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9177
9178 * eshell/esh-module.el: Require CL when compiling.
9179
9180 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9181
9182 * comint.el (comint-substitute-in-file-name): Call replace-match
9183 with second and third arg t.
9184
9185 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9186 Specify foreground color.
9187
9188 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9189 color.
9190
9191 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9192
9193 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9194 cddr instead of cdddr.
9195
9196 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9197 instead of copy-list.
9198
9199 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9200 of copy-list.
9201
9202 * subdirs.el: Add eshell subdirectory.
9203
9204 * eshell: New subdirectory containing the Eshell package.
9205
9206 * pcomplete.el: New file.
9207
9208 2000-06-23 Paul Eggert <eggert@twinsun.com>
9209
9210 * mail/mailpost.el (post-mail-send-it): Make sure file has
9211 proper permissions from birth.
9212
9213 * files.el (basic-save-buffer-2): When temporarily setting
9214 file modes, set them to current modes plus 0200, not to 0777.
9215
9216 * emerge.el (emerge-make-temp-file): Make sure file has proper
9217 permissions from birth.
9218
9219 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9220
9221 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9222 backup file name through convert-standard-filename.
9223
9224 * dos-fns.el (convert-standard-filename): Convert leading
9225 directories as well. When long file names are supported, convert
9226 characters that are invalid in Windows file names.
9227
9228 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9229
9230 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9231 ps-print crashes. New feature: page selection for printing. Create
9232 raw-text-unix coding system for XEmacs. Doc fix.
9233 (ps-print-version): New version number (5.2.3).
9234 (ps-plot-region): Bug fix.
9235 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9236 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9237 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9238 funs.
9239 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9240 (ps-last-page): New vars.
9241
9242 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9243
9244 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9245 empty option string.
9246
9247 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9248
9249 * man.el (man): Doc fix.
9250
9251 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9252
9253 * international/mule-cmds.el (set-language-info-alist): Docstring
9254 fixed.
9255
9256 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9257
9258 * version.el (emacs-version): Use ISO date format.
9259
9260 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9261 instead of `M-backspace'.
9262
9263 * simple.el (turn-off-auto-fill): New function.
9264
9265 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9266
9267 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9268 Renamed from with-buffer-prepared-for-font-lock and use
9269 inhibit-modification-hooks rather than setting *-change-functions.
9270 Update all functions to use the new name.
9271 (jit-lock-first-unfontify-pos): New semantics (and doc).
9272 (jit-lock-mode): Make non-interactive.
9273 Don't automatically turn on font-lock.
9274 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9275 Always use jit-lock-after-change.
9276 Remove and restore font-lock-after-change-function.
9277 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9278 (jit-lock-after-unfontify-buffer): Remove.
9279 (jit-lock-stealth-fontify):
9280 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9281 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9282
9283 2000-06-20 Sam Steingold <sds@gnu.org>
9284
9285 * emacs-lisp/cl-indent.el (toplevel): Indent
9286 `print-unreadable-object' properly. Untabify.
9287
9288 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9289
9290 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9291 Support for bibentry.
9292 (reftex-compile-variables): Fixed problem with end of section-re.
9293
9294 * texmodes/reftex-dcr.el (reftex-view-crossref,
9295 reftex-view-crossref-from-bibtex):
9296 Deal with changed `reftex-find-citation-regexp-format'.
9297 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9298 Replaced `remprop' with `put'.
9299 (reftex-view-crossref, reftex-view-crossref-when-idle):
9300 Support for bibentry.
9301
9302 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9303 New entry for bibentry package.
9304
9305 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9306 Regexp also matches "\nobibliography".
9307
9308 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9309 Call `reftex-ensure-write-access' before doing anything.
9310 (reftex-ensure-write-access): New function.
9311
9312 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9313
9314 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9315
9316 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9317
9318 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9319
9320 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9321
9322
9323 2000-06-20 Dave Love <fx@gnu.org>
9324
9325 * faces.el (frame-background-mode): Use set-default, not set, in
9326 setter.
9327 (frame-update-faces, frame-update-face-colors): Define with
9328 defalias.
9329
9330 * enriched.el (enriched-decode-foreground)
9331 (enriched-decode-background): Don't use internal-find-face.
9332
9333 * apropos.el: Doc fixes.
9334
9335 * cus-edit.el (customize-changed-options): Check arg.
9336 (customize-version-lessp): Don't require decimal point.
9337
9338 * custom.el (defcustom, defgroup): Doc fix.
9339
9340 * newcomment.el (comment) <defgroup>: Add :version.
9341 (comment-multi-line): Doc fix.
9342
9343 * emulation/mlsupport.el (define-hooked-local-abbrev,
9344 define-hooked-global-abbrev): Fix, using define-abbrev.
9345
9346 2000-06-19 Gerd Moellmann <gerd@gnu.org>
9347
9348 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9349 the whole buffer.
9350
9351 2000-06-19 Dave Love <fx@gnu.org>
9352
9353 * menu-bar.el (menu-bar-options-save): New function.
9354 (menu-bar-options-menu): Use it.
9355 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9356 Simplify.
9357
9358 2000-06-19 Andreas Schwab <schwab@suse.de>
9359
9360 * progmodes/etags.el (tags-query-replace): Put new parameters
9361 START and END at the end, for backward compatibility.
9362
9363 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9364
9365 * international/codepage.el:
9366 (cp-coding-system-for-codepage-1): Delete special codes for
9367 generating xxx-dos coding system because now a CCL based coding
9368 system can handle EOL conversion by default.
9369
9370 * international/mule.el (make-coding-system): Generate subsidiary
9371 coding systems for EOL handling variants even for a CCL based
9372 coding system.
9373
9374 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/isearch-x.el (isearch-minibuffer-input-method)
9377 (isearch-minibuffer-input-method-function): These variables
9378 deleted.
9379 (isearch-with-input-method): Don't use the above variables.
9380 (isearch-process-search-multibyte-characters): Likewise. Call
9381 read-string with the arg INHERIT-INPUT-METHOD t.
9382
9383 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9384
9385 * font-lock.el (font-lock-after-fontify-buffer)
9386 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9387
9388 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9389 Use consistent make-local-variable style for font-lock-fontified.
9390 (jit-lock-fontify-buffer):
9391 Don't bother checking for font-lock-mode and jit-lock-mode.
9392
9393 * time.el: Remove trailing ^M that prevent CVS-merging.
9394
9395 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9396
9397 * Makefile.in (distclean): New target.
9398
9399 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9400
9401 * Makefile.in (srcdir): Define for update-subdirs.
9402
9403 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9404
9405 * find-lisp.el: New file.
9406
9407 2000-06-16 Andrew Innes <andrewi@gnu.org>
9408
9409 * time.el (display-time-mail-function): New variable, to allow
9410 external packages to indicate when new mail is available.
9411 (display-time-update): Use it.
9412
9413 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9414
9415 * international/mule.el (mule-version): Change version name to
9416 SAKAKI. AOI has already been used by Meadow.
9417
9418 * international/quail.el (quail-show-guidance-buf): To find the
9419 bottom window (but minibuffer), pay attention to the height of
9420 minibuffer.
9421
9422 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9425 menu-bar menus. Add help strings. Don't remove the Edit menu
9426 from the menu bar, as the menu bar has enough space now.
9427
9428 * Makefile.in (SHELL): Make sure /bin/sh is used.
9429
9430 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9431 characters, which use series of two ^H characters instead of one.
9432
9433 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9434
9435 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9436 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9437 functions.
9438 (Info-find-node-2): Try a case-sensitive search first, then
9439 do a case-insensitive search.
9440
9441 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9442 tutorials.
9443
9444 * complete.el (PC-env-vars-alist): New variable.
9445 (PC-complete-as-file-name): New function.
9446 (partial-completion-mode): Initialize PC-env-vars-alist from
9447 process-environment.
9448 (PC-do-completion): Handle completion of env vars.
9449
9450 * info.el (Info-set-mode-line): Show file name in mode line,
9451 use `*Info*' instead of `Info:'.
9452
9453 * startup.el (command-line-1): Change copyright messages to year
9454 2000.
9455
9456 2000-06-15 Dave Love <fx@gnu.org>
9457
9458 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9459 not local-map.
9460
9461 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9462
9463 * international/mule.el (set-buffer-file-coding-system): Almost
9464 rewritten to handle `undecided' as no-op.
9465
9466 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9467
9468 * Makefile.in: New file.
9469
9470 * Makefile: Removed.
9471
9472 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9473 (goto-address-highlight-keymap): Bind C-c RET.
9474
9475 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9476
9477 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9478 inherits buffer-file-coding-system of the current buffer.
9479
9480 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9481 0. Give correct argument to set-auto-coding-function.
9482 (tar-expunge): For goto-char, use (point-min), not 0.
9483 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9484 (tar-subfile-save-buffer): Likewize.
9485
9486 * international/mule.el
9487 (after-insert-file-set-buffer-file-coding-system): Call
9488 set-buffer-file-coding-system with the arg FORCE t.
9489
9490 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9491
9492 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9493 nil. Contemporary sendmails issue an X-Authentication-Warning if
9494 the sender is set with `-f'.
9495
9496 2000-06-13 Dave Love <fx@gnu.org>
9497
9498 * help.el (describe-function-1): Kluge around cases of functions
9499 fset to subrs whose doc doesn't match their symbol-name.
9500
9501 * image.el (insert-image): Default STRING to a space.
9502
9503 * info.el Doc fixes.
9504 (Info-build-node-completions): Match Ref tags.
9505
9506 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * frame.el (display-multi-frame-p, display-multi-font-p): New
9509 defaliases for display-graphic-p.
9510
9511 * hl-line.el: Fixed a typo in commentary.
9512
9513 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9514
9515 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9516 fixed.
9517
9518 2000-06-12 Dave Love <fx@gnu.org>
9519
9520 * image.el (insert-image): Save a little consing.
9521
9522 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9523
9524 * language/tibet-util.el: Convert all tibetan-1-column characters
9525 to the corresponding tibetan characters.
9526 (tibetan-add-components): Delete code for the special treatment of
9527 'a chung.
9528
9529 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9530 change.
9531 (tibetan-vowel-transcription-alist): More rules added.
9532 (tibetan-composite-vowel-alist): New variable.
9533 (tibetan-precomposition-rule-alist): More rules added.
9534
9535 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9536
9537 * startup.el (command-line): Only call menu-bar-mode if interactive.
9538
9539 * thingatpt.el (toplevel symbol-properties):
9540 * textmodes/makeinfo.el (makeinfo-compile):
9541 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9542 * progmodes/hideif.el (hif-compress-define-list)
9543 (hide-ifdef-use-define-alist):
9544 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9545 (ange-ftp-vms-add-file-entry):
9546 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9547 * man.el (Man-build-man-command):
9548 * mail/rnewspost.el (news-reply-header-hook):
9549 * info.el (Info-insert-dir):
9550 * emulation/mlconvert.el (backward-word, forward-word, setq):
9551 * emacs-lisp/gulp.el (gulp-send-requests):
9552 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9553 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9554 (byte-optimize-apply, end of file):
9555 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9556 (ad-make-freeze-definition):
9557 * startup.el (command-line, command-line-1): Don't quote lambdas.
9558
9559 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9560 (cvs-cleanup-removed): New function.
9561 (cvs-cleanup-functions): New var.
9562 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9563 some flexibility in specifying additional entries to auto-cleanup.
9564 (cvs-quickdir): New function.
9565 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9566 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9567 (cvs-mode-find-file): Check that we are on a filename or dirname
9568 when invoked through a mouse-click.
9569 (cvs-full-path): Remove.
9570 (cvs-dired-action): Re-introduced.
9571 (cvs-dired-noselect): Use it.
9572 (vc-post-command-functions): use this new hook if available.
9573
9574 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9575 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9576 (cvs-filename-map, cvs-dirname-map): Remove.
9577 (cvs-default-action): Remove.
9578 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9579 if the arg is really a keymap.
9580 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9581 Don't hardcode the mapping from state (aka type) to face, but check
9582 the var cvs-fi-<type>-face instead.
9583 (cvs-fileinfo-from-entries): New function.
9584
9585 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9586 Docstring fix.
9587 (cvs-find-file-and-jump): Change default to be safer.
9588 (cvs-mode-diff-map): Define it as a function as well.
9589 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9590 Bind mouse-2 in this global map rather than with text-properties.
9591
9592 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9593 file to resolve the ambiguity between C(conflict) and C(need-merge).
9594
9595 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9596
9597 * international/mule.el (set-buffer-file-coding-system): If
9598 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9599 unconditionally.
9600
9601 2000-06-12 Dave Love <fx@gnu.org>
9602
9603 * wid-edit.el (widget-specify-button): Really suppress the face if
9604 required.
9605
9606 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9607
9608 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9609
9610 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9611
9612 * imenu.el (imenu-generic-expression): Docstring fix.
9613
9614 * composite.el (composition-function-table): Move the `put'
9615 below the autoload cookie so we can load the file before loaddefs.
9616
9617 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9618
9619 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9620 Handle easy-mmode-define-global-mode.
9621 For complex macros like define-minor-mode that can generate
9622 several autoload entries, try to autoload entries in the
9623 macroexpanded code.
9624
9625 * emacs-lisp/easy-mmode.el (define-minor-mode):
9626 If KEYMAP is a symbol, just use it.
9627 Use byte-compile-current-file and load-file-name to infer the
9628 proper :require to pass to defcustom.
9629 Wrap the hook var into `progn' so as not to autoload it.
9630 Add a :autoload-end cookie.
9631 Be more careful about the evaluation of KEYMAP.
9632 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9633 (define-derived-mode): Move define-abbrev-table outside of defvar.
9634
9635 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9636
9637 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9638 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9639 (backup-compiled-files): Ignore errors during `tar'.
9640 (bootstrap): Make autoloads before elc files.
9641
9642 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9643
9644 * international/mule.el (set-buffer-file-coding-system): If one of
9645 undecided-XXX is specified, change only EOL conversion.
9646
9647 * international/mule-conf.el (unix): New alias for the coding
9648 system undecided-unix.
9649
9650 2000-06-09 Dave Love <fx@gnu.org>
9651
9652 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9653
9654 * progmodes/executable.el: Byte compile dynamic.
9655 (executable-insert): Change custom type.
9656 (executable-find): Add autoload cookie.
9657 (executable-make-buffer-file-executable-if-script-p): New
9658 function. After Noah Friedman.
9659
9660 * files.el (after-save-hook): Customize, with
9661 executable-make-buffer-file-executable-if-script-p as an option.
9662
9663 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9664
9665 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9666 "tib24p-mule.bdf" for Tibetan.
9667
9668 * composite.el (decompose-composite-char): Declare it as obsolete.
9669
9670 * man.el (Man-fontify-manpage): Pay attention to underline and
9671 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9672
9673 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9674
9675 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9676 Set maintainer to FSF since author isn't reachable.
9677
9678 2000-06-08 Dave Love <fx@gnu.org>
9679
9680 * international/mule-cmds.el (select-safe-coding-system): If
9681 DEFAULT-CODING-SYSTEM is not specified, also check the most
9682 preferred coding-system if buffer-file-coding-system is
9683 `undecided'. From Handa.
9684
9685 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9686
9687 * international/mule.el
9688 (after-insert-file-set-buffer-file-coding-system): If the buffer
9689 size is greater than INSERTED, judget that we are not visiting.
9690
9691 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9692
9693 * whitespace.el (defgroup whitespace): Comment out `:version'.
9694 XEmacs 20.4 has problems defining the group with this present.
9695 We'll have this commented out till get resolve the problem.
9696
9697 2000-06-07 John Wiegley <johnw@gnu.org>
9698
9699 * align.el (align-dq-string-modes, align-sq-string-modes)
9700 (align-open-comment-modes): Add pyhton-mode.
9701 (align-rules-list): Use get-text-property instead of
9702 text-properties-at.
9703 (align-rules-list): Add python-assignment.
9704 (align-rules-list): Change perl-comma-delimiter to
9705 basic-comma-delimiter. Use if for Perl modes and python-mode.
9706 (align-rules-list): Add python-chain-logic and
9707 basic-line-continuation.
9708
9709 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9710
9711 * apropos.el (apropos-mode-hook): New user variable.
9712 (apropos-mode): Run apropos-mode-hook.
9713
9714 2000-06-07 David Ponce <david@dponce.com>
9715
9716 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9717 commands. Require `wid-edit' at run-time.
9718
9719 2000-06-07 David Ponce <david@dponce.com>
9720
9721 * recentf.el: Added some "Commentary".
9722 (recentf-open-more-files, recentf-edit-list): Minor changes to
9723 move the point at the top of the file list. This behaviour is
9724 consistent with the menu one when the list contains a lot of
9725 files.
9726 (recentf-cleanup): Now displays the number of items removed from
9727 the list.
9728 (recentf-relative-filter) New menu filter to show filenames
9729 relative to `default-directory'.
9730
9731 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9732
9733 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9734 with/without giving an error if PostScript printer doesn't have this
9735 kind of page size. Zebra Stripe continues or restarts on next page.
9736 Manual/automatic paper feeding. Switch or not the header.
9737 (ps-print-version): New version number (5.2.2).
9738 (ps-windows-system): Include emx as a Windows system.
9739 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9740 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9741 (ps-background-text): Code fix.
9742 (ps-error-handler-message, ps-user-defined-prologue)
9743 (ps-print-prologue-header, ps-printer-name)
9744 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9745 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9746 (ps-use-face-background): Customization fix.
9747 (ps-n-up-database): Data fix.
9748 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9749 (ps-switch-header): New vars.
9750 (ps-xemacs-color-name, ps-face-foreground-name)
9751 (ps-face-background-name, ps-boolean-constant): New funs.
9752
9753 2000-06-07 Dave Love <fx@gnu.org>
9754
9755 * allout.el: New version from Manheimer.
9756
9757 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9758
9759 * textmodes/fill.el (fill-find-break-point): Check the validity of
9760 charset.
9761
9762 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9763
9764 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9765 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9766 Call display-color-p and display-mouse-p instead of looking at
9767 window-system.
9768
9769 2000-06-06 Dave Love <fx@gnu.org>
9770
9771 * image.el (find-image): Doc fix. Return nil if image not found.
9772 (put-image, insert-image): Make STRING arg optional.
9773
9774 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9775
9776 * language/vietnamese.el: Remove eval-when-compile.
9777 (viet-viscii-nonascii-translation-table): Define it as a
9778 translation table made from viet-viscii-decode-table.
9779 (viet-viscii-encode-table): Define it as a translation table made
9780 from the reverse map of above.
9781 (viet-vscii-nonascii-translation-table): Define it as a
9782 translation table made from viet-vscii-decode-table.
9783 (viet-vscii-encode-table): Define it as a translation table made
9784 from the reverse map of above.
9785 (ccl-decode-viscii): Use translate-character.
9786 (ccl-encode-viscii, ccl-encode-viscii-font)
9787 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9788 Likewize.
9789
9790 * language/cyrillic.el: Remove eval-when-compile.
9791 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9792 translation table made from cyrillic-koi8-r-decode-table.
9793 (cyrillic-koi8-r-encode-table): Define it as a translation table
9794 made from the reverse map of above.
9795 (ccl-decode-koi8): Use translate-character.
9796 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9797 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9798 a translation table made from cyrillic-alternativnyj-decode-table.
9799 (cyrillic-alternativnyj-encode-table): Define it as a translation
9800 table made from the reverse map of above.
9801 (ccl-decode-alternativnyj): Use translate-character.
9802 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9803 Likewize
9804
9805 * international/mule-diag.el (non-iso-charset-alist): Specify
9806 translation table symbol instead of translation table itself.
9807 (list-block-of-chars): CHARSET may be a translation table symbol.
9808
9809 * international/mule.el (make-coding-system): If CODING-SYSTEM
9810 already exists, override it.
9811
9812 * international/fontset.el: Use family `proportional' for Tibetan
9813 fonts.
9814
9815 * international/ccl.el (ccl-compile-translate-character): Don't
9816 check if Rrr has property translation-table.
9817 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9818
9819 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9820
9821 * info.el: Bind case-fold-search to t when searching in case
9822 a user sets it to nil in a hook.
9823
9824 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9825
9826 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9827 * hl-line.el (hl-line-mode): Use the new :global key argument.
9828
9829 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9830 (tar-clip-time-string): Prepend a space.
9831 (tar-grind-file-mode): Construct a string rather than modifying one.
9832 (tar-header-block-summarize): Fix docstring.
9833 Use `format' rather than an error-prone set of copy-loops.
9834
9835 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9836 (diff-goto-source, diff-unified->context, diff-context->unified)
9837 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9838 understand the format output by the `-p' argument to diff.
9839
9840 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9841 (sh-re-done): Use defconst.
9842 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9843 (sh-help-string-for-variable, sh-guess-basic-offset):
9844 Don't quote lambdas.
9845 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9846 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9847
9848 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9849 (mh-letter-mode): Derive from text-mode.
9850 This implicitly means that it now calls kill-all-local-variables.
9851 Also remove the Emacs-18 compatibility code.
9852
9853 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9854 Make use of symbol-property doc-string-elt.
9855 Use memq rather than a sequence of eq.
9856 (doc-string-elt): Fix the wrong or missing previously unused values.
9857 (autoload-print-form): New function extracted from
9858 generate-file-autoloads to allow recursion when handling progn
9859 so that defvar's and defun's docstrings are properly printed.
9860 (generate-file-autoloads): Use it.
9861
9862 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9863 Use find-file-hooks in the minor-mode function.
9864 Be careful not to loop indefinitely in the post-command-hook function.
9865
9866 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9867
9868 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9869 tty's.
9870 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9871 differences whenever appropriate.
9872 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9873 * viper.el (find-file, find-file-other-window): Get viper to do
9874 wildcards.
9875
9876 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9879 (jit-lock-fontify-buffer): New function for JIT refontification.
9880 (jit-lock-mode): Fix docstring.
9881 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9882 Remove jit-lock-after-change from the _local_ hook.
9883 (jit-lock-function-1): Fix docstring.
9884
9885 * info.el (Info-on-current-buffer): Initialize info.
9886
9887 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9888
9889 * progmodes/tcl.el (tcl-indent-for-comment):
9890 Ignore comment-indent-hook.
9891
9892 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9893 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9894 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9895 and improve to use the lighter to guess the capitalization.
9896 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9897 Add keyword arguments to specify global-ness or the custom group.
9898 Add local-map and help-echo properties to the lighter.
9899 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9900 (easy-mmode-define-global-mode): New macro.
9901
9902 2000-06-02 Dave Love <fx@gnu.org>
9903
9904 * wid-edit.el: byte-compile-dynamic since we typically don't use
9905 all the widgets. Don't require cl or widget. Remove
9906 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9907 (widget-read-event): Removed. Callers changed to use read-event.
9908 (widget-button-release-event-p): Renamed from
9909 button-release-event-p.
9910 (widget-field-add-space, widget-field-use-before-change):
9911 Uncustomize.
9912 (widget-specify-field): Use keymap property, not local-map.
9913 (widget-specify-button): Obey :suppress-face.
9914 (widget-specify-insert): Use modern backquote syntax.
9915 (widget-image-directory): Renamed from widget-glyph-directory.
9916 (widget-image-enable): Renamed from widget-glyph-enable.
9917 (widget-image-find): Replaces widget-glyph-find.
9918 (widget-button-pressed-face): Move defvar.
9919 (widget-image-insert): Replaces widget-glyph-insert.
9920 (widget-convert): Use keywordp.
9921 (widget-leave-text, widget-children-value-delete): Use mapc.
9922 (widget-keymap): Remove XEmacs stuff.
9923 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9924 (widget-button-click): Don't set point at the click, but re-centre
9925 if we scroll out of window. Rewritten for images v. glyphs &c.
9926 (widget-tabable-at): Use POS arg, not point.
9927 (widget-beginning-of-line, widget-end-of-line)
9928 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9929 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9930 (widget-default-create): Use widget-image-insert; some rewriting.
9931 (widget-visibility-value-create)
9932 (widget-push-button-value-create, widget-toggle-value-create): Use
9933 widget-image-insert.
9934 (checkbox): Create on and off images dynamically.
9935 (documentation-link): Change :help-echo.
9936 (widget-documentation-link-echo-help): Remove.
9937
9938 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9939
9940 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9941
9942 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9943 (easy-mmode-define-toggle, define-minor-mode): Use it.
9944 (easy-mmode-define-keymap): Docstring fix.
9945 (define-derived-mode): Default PARENT to fundamental-mode.
9946 Add the derived-mode-parent symbol-property.
9947 (easy-mmode-derived-mode-p): New function.
9948
9949 2000-06-02 Dave Love <fx@gnu.org>
9950
9951 * files.el (convert-standard-filename): Doc fix.
9952 (normal-backup-enable-predicate): New function.
9953 (backup-enable-predicate): Use it to replace the lambda form.
9954
9955 * calendar/todo-mode.el: [This needs more work on the outline
9956 stuff.] Doc fixes.
9957 (todo) <defgroup>: Add :version.
9958 (todo-add-category): Don't use pushnew.
9959 (todo-cmd-raise): Fix typo.
9960 (todo-top-priorities): Change temp buffer name.
9961 (todo-category-alist): Avoid redundant lambda.
9962 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9963 Use outline-next-heading.
9964
9965 * autoarg.el: Rewritten to use define-minor-mode.
9966 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9967 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9968
9969 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9970
9971 * isearch.el (isearch-other-meta-char): Fix previous change.
9972
9973 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9974
9975 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9976 (log-edit-done): Only add the comment to the ring if it's different
9977 from the last comment entered.
9978
9979 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9980
9981 2000-06-01 Dave Love <fx@gnu.org>
9982
9983 * hl-line.el: Rewritten using define-minor-mode.
9984
9985 * help.el (describe-function-1): Distinguish special form from
9986 builtin function. Sanity-check presence of arglist for builtins.
9987
9988 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9989
9990 * international/characters.el: Fix syntax/category setting of
9991 Tibetan characters.
9992
9993 * language/tibet-util.el (tibetan-add-components): Fixes for new
9994 encoding of Tibetan characters.
9995 (tibetan-decompose-precomposition-alist): New variable.
9996 (tibetan-decompose-region): Convert precomposed characters to
9997 non-precomposed characters.
9998 (tibetan-decompose-string): Likewise.
9999 (tibetan-composition-function): Fix args to
10000 thibetan-compose-string.
10001
10002 * language/tibetan.el (tibetan-composable-pattern): More
10003 characters included.
10004 (tibetan-consonant-transcription-alist): Rule for "R" added.
10005 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10006 "+R" added.
10007 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10008
10009 * language/lao-util.el (lao-composition-function): Fix args to
10010 compose-string.
10011
10012 * language/thai-util.el (thai-composition-function): Fix args to
10013 compose-string.
10014
10015 * isearch.el (isearch-update): Set disable-point-adjustment to t
10016 to prevent the point moving to the end of a composition when a
10017 part of a composition is searched.
10018 (isearch-other-meta-char): If the key invoking this command can be
10019 mapped by function-key-map to a printing char, call
10020 isearch-process-search-char directly.
10021
10022 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10023
10024 * emacs-lisp/bytecomp.el:
10025 * frame.el:
10026 * international/mule-cmds.el:
10027 * international/mule-util.el:
10028 * international/mule.el:
10029 * mouse.el:
10030 * subr.el:
10031 * faces.el: Update calls to make-obsolete with a WHEN argument.
10032
10033 * byte-run.el (make-obsolete, make-obsolete-variable):
10034 Add an optional WHEN argument and change the format of the
10035 symbol-property information.
10036 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10037 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10038 new obsolete-symbol-property format and print WHEN if it is provided.
10039
10040 2000-05-31 Dave Love <fx@gnu.org>
10041
10042 * loadhist.el (loadhist-hook-functions): Remove
10043 before-change-function, after-change-function.
10044 (unload-feature): Deal with symbols which are both bound and
10045 fbound.
10046
10047 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10048 before-change-function, after-change-function.
10049
10050 * simple.el (newline): Don't bind before-change-function,
10051 after-change-function.
10052
10053 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10054
10055 * whitespace.el (whitespace-rescan-timer-time): Update interval
10056 set to 600 seconds (10 minutes) instead of 60 seconds since
10057 a large number of whitespace buffers causes emacs to `freeze'
10058 for a considerable amount of time.
10059
10060 * whitespace.el: Updated email address
10061
10062 2000-05-31 Dave Love <fx@gnu.org>
10063
10064 * add-log.el (change-log-font-lock-keywords) <function>: Add
10065 pattern for function of change.
10066 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10067 acknowledgements patterns.
10068
10069 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10070
10071 * isearch.el (isearch-printing-char): If keyboard coding system is
10072 being used, call isearch-process-search-multibyte-characters.
10073
10074 * international/isearch-x.el: Mostly rewritten.
10075
10076 * international/quail.el (quail-start-conversion): Don't include
10077 unhandled events in the returned events, but set them in
10078 unread-command-events. Exit if all inputs are deleted.
10079
10080 2000-05-30 Jason Rumney <jasonr@gnu.org>
10081
10082 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10083
10084 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10085 Reenable code to create initial fontsets.
10086 Use set-fontset-font in place of put-charset-property.
10087
10088 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10089
10090 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10091 label, ensure that the first colon isn't followed by another.
10092
10093 * paths.el (Info-default-directory-list): Doc fix.
10094
10095 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10096 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10097 send a query containing USER only, not USER@HOST.
10098
10099 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10100 and rmail-msgend to compute the restriction at the end, instead of
10101 computing it.
10102
10103 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10104
10105 * dabbrev.el (dabbrev-expand): Don't display messages in the
10106 echo area if the minibuffer window is active.
10107
10108 * jit-lock.el (jit-lock-mode): Add after change function to
10109 local hook.
10110
10111 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10112
10113 * antlr-mode.el: New commands: hide/unhide actions,
10114 upcase/downcase literals.
10115 (antlr-tiny-action-length): New user option.
10116 (antlr-hide-actions): New command. Suggested by
10117 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10118 (antlr-mode-map): New binding [C-c C-v].
10119 (antlr-mode-menu): New entries.
10120 (antlr-downcase-literals): New command.
10121 (antlr-upcase-literals): Ditto.
10122
10123 * antlr-mode.el: Minor changes: indendation, mode-name.
10124 (antlr-indent-line): Indent cpp directive at column 0.
10125 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10126
10127 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10128 (antlr-font-lock-additional-keywords): Workaround for intentional
10129 bug in XEmacs version of font-lock.
10130 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10131 be used by a smarter version of `buffers-menu-grouping-function'.
10132
10133 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10134
10135 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10136 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10137
10138 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10139
10140 * international/encoded-kb.el
10141 (encoded-kbd-iso2022-designation-map): Pay attention to that
10142 charset-iso-final-char return -1 for eight-bit-control and
10143 eight-bit-graphic.
10144
10145 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10146
10147 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10148 (speedbar-easymenu-definition-base): Use display-graphic-p where
10149 available, instead of window-system.
10150
10151 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10152
10153 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10154 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10155 coding systems.
10156
10157 2000-05-26 Dave Love <fx@gnu.org>
10158
10159 * disp-table.el (standard-display-underline): Don't use
10160 internal-find-face.
10161
10162 * mail/reporter.el: Maintainer change. Doc fixes.
10163 (reporter-version): Deleted.
10164
10165 * emacs-lisp/elp.el: Maintainer change.
10166 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10167
10168 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10169
10170 * add-log.el (add-change-log-entry): Merge the current entry with the
10171 previous one if the previous one is empty.
10172
10173 2000-05-26 Dave Love <fx@gnu.org>
10174
10175 * loadhist.el (unload-feature): Fix interactive spec [from
10176 lijnzaad@ebi.ac.uk].
10177
10178 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10179 subr-arity to check primitives.
10180 (byte-compile-flush-pending, byte-compile-file-form-progn)
10181 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10182 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10183 mapcar.
10184
10185 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10186
10187 * international/fontset.el: Set family names of non-latin charsets
10188 in default fontset to "*".
10189
10190 * international/mule-diag.el (print-fontset): Combine family part
10191 and registry part of the fontname by "-*-" instead of "-".
10192
10193 * international/mule-cmds.el (encode-coding-char): Make strings
10194 multibyte before calling encode-coding-string.
10195
10196 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10197
10198 * derived.el: Fix keywords.
10199 (define-derived-mode): Only define if needed.
10200
10201 * simple.el (fill-comment, comment-column, comment-start)
10202 (comment-start-skip, comment-end, comment-indent-function)
10203 (block-comment-start, block-comment-end, indent-for-comment)
10204 (set-comment-column, kill-comment, comment-padding, comment-region)
10205 (comment-multi-line, indent-new-comment-line): Remove.
10206
10207 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10208 function names for comment operations.
10209
10210 * newcomment.el: Add abundant autoload cookies.
10211 (comment-style): Don't depend on runtime data at compile-time.
10212 (comment-indent-hook): Remove.
10213 (comment-indent): Check if comment-indent-hook is bound.
10214 (comment-region): Docstring fix.
10215
10216 2000-05-25 Dave Love <fx@gnu.org>
10217
10218 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10219 byte-code-function-p.
10220
10221 * mail/rmailsum.el: Add provide.
10222
10223 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10224
10225 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10226 defcustom.
10227
10228 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10229
10230 * ediff-diff.el (ediff-exec-process): delete --binary option from
10231 non-buffer ediff jobs.
10232
10233 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10234
10235 * hilit-chg.el (highlight-changes-mode): Ask about color or
10236 grayscale support, not about window-system.
10237
10238 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10239 window-system.
10240 (ffap-highlight): Always default to t.
10241
10242 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10243 display-popup-menus-p instead of looking at window-system.
10244
10245 * disp-table.el (standard-display-g1, standard-display-graphic):
10246 Only refuse to use string glyphs on X and MS-Windows.
10247
10248 * avoid.el: Remove window-system from commentary, suggest to use
10249 display-*-p instead.
10250
10251 * apropos.el (apropos-print): Use display-mouse-p instead of
10252 window-system.
10253
10254 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10255
10256 * international/codepage.el (cp-decoding-vector-for-codepage):
10257 Fill up unsupported characters with their own codes. From Kenichi
10258 Handa.
10259
10260 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10261
10262 * international/mule-diag.el (describe-char-after): Use
10263 display-graphic-p instead of window-system, so that this function
10264 works on MS-DOS.
10265
10266 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10267
10268 * international/codepage.el (cp-make-coding-systems-for-codepage):
10269 Remove the eight-bit-graphic and eight-bit-control charsets from
10270 the list of charsets which we convert into `?'.
10271
10272 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10273
10274 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10275 private charsets.
10276 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10277 japanese-jisx0213-2): New charsets.
10278
10279 * international/fontset.el: Setup default fontset for new charsets.
10280
10281 2000-05-24 Dave Love <fx@gnu.org>
10282
10283 * info.el (Info-find-node-2): Restructure [following "Vadim
10284 S. Solomin" <sovs@uic.nnov.ru>].
10285
10286 * icomplete.el: Fix header for Finder.
10287
10288 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10289
10290 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10291 STAY.
10292
10293 * rmail.el (rmail-automatic-folder-directives): New user variable.
10294 (rmail-show-message): Add call to `rmail-auto-file' during
10295 display.
10296 (rmail-auto-file): New function.
10297
10298 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10299
10300 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10301 account.
10302 (ediff-test-utility,ediff-diff-mandatory-option)
10303 (ediff-reset-diff-options): Utilities for proper initialization of
10304 ediff-diff-options and ediff-diff3-options on Windows.
10305
10306 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10307 variable.
10308
10309 * ediff-mult.el (ediff-filegroup-action): Use
10310 ediff-merge-filename-prefix.
10311
10312 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10313
10314 * viper-ex.el (ex-write): Set selective display to nil.
10315
10316 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10317
10318 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10319 aliases for hebrew-iso-8bit.
10320
10321 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10322
10323 * woman.el: New version from Francis J. Wright
10324 <F.J.Wright@Maths.QMW.ac.uk>.
10325 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10326 names in environment variables regardless of the path separator.
10327 (woman-topic-all-completions-1): Don't call file-name-directory-p
10328 on all files, since woman-file-regexp already filters out any
10329 directories.
10330
10331 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10332
10333 * international/quail.el (quail-start-translation): Don't change
10334 modified-p of the current buffer.
10335 (quail-start-conversion): Likewise.
10336
10337 * international/kkc.el (kkc-region): Don't change modified-p of
10338 the current buffer.
10339
10340 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10341 conform to RFC1468.
10342 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10343
10344 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10345
10346 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10347 (speedbar-insert-button): Invisible text property fix.
10348 (speedbar-directory-plus): Renamed from speedbar-directory-+
10349 (speedbar-directory-minus): Renamed from speedbar-directory--
10350 (speedbar-page-plus): Renamed from speedbar-file-+
10351 (speedbar-page-minus): Renamed from speedbar-file--
10352 (speedbar-page): Renamed from speedbar-file-
10353 (speedbar-tag): Renamed from speedbar-tag-
10354 (speedbar-tag-plus): Renamed from speedbar-tag-+
10355 (speedbar-tag-minus): Renamed from speedbar-tag--
10356 (speedbar-expand-image-button-alist): Use above renames.
10357
10358 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10359 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10360 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10361 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10362 * sb-pg.xpm: Renamed from sb-file.xpm
10363 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10364 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10365
10366 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10367
10368 * international/quail.el (quail-show-guidance-buf): Set
10369 current-input-method of the guidance buffer to the name of the
10370 curren input method.
10371
10372 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10373
10374 * progmodes/compile.el (compile-internal): Style typo.
10375
10376 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10377 quote vars and functions in the docstring.
10378
10379 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10380
10381 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10382 Don't quote lambdas.
10383
10384 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10385
10386 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10387
10388 * startup.el (command-line): Determine source file of compiled
10389 user init file differently. Warn if compiled user init file
10390 is older than its source file.
10391
10392 * ffap.el (ffap-url-regexp): Add `https'.
10393
10394 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10395
10396 * files.el (make-backup-file-name-1): Replace slashes with `!'
10397 rather than `|' (which is not allowed on Windows). Replace the
10398 drive letters with a string "drive_X".
10399
10400 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10401
10402 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10403
10404 * files.el (interpreter-mode-alist): Add `bash2'.
10405
10406 2000-05-22 Dave Love <fx@gnu.org>
10407
10408 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10409 mapc.
10410 (feature-file): Avoid calling symbol-name. Doc fix.
10411 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10412 (loadhist-hook-functions): Add mouse-position-function.
10413 (unload-feature): Change uses of mapcar.
10414
10415 * files.el (parse-colon-path): Doc fix.
10416 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10417 (set-auto-mode): Use mapc.
10418
10419 * complete.el (PC-look-for-include-file): Use :alnum: character
10420 class.
10421 (partial-completion-mode): Add autoload cookie.
10422
10423 2000-05-22 Sam Steingold <sds@gnu.org>
10424
10425 * info.el (Info-fontify-node): Fixed the call to
10426 `add-text-properties' (bug introduced on 2000-05-18).
10427
10428 2000-05-22 Dave Love <fx@gnu.org>
10429
10430 * bindings.el: Remove debug-ignored-errors set in other files.
10431
10432 * progmodes/etags.el: Add to debug-ignored-errors.
10433 (visit-tags-table-buffer): Clear out buffers holding old tables
10434 when making a new list.
10435 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10436 mapc.
10437
10438 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10439 quote keywords.
10440 (cmpl-string-case-type): Use character classes.
10441
10442 * comint.el:
10443 * textmodes/ispell.el:
10444 * imenu.el:
10445 * mail/mh-e.el:
10446 * progmodes/compile.el: Add to debug-ignored-errors.
10447
10448 * dabbrev.el: Add to debug-ignored-errors.
10449 (dabbrev-completion): Use mapc.
10450
10451 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10452
10453 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10454 (woman-mapcan, woman-parse-man.conf)
10455 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10456 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10457 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10458 path syntax better.
10459 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10460 (woman-manpath): Call woman-parse-man.conf.
10461 (woman-emulation): New defcustom, defaults to nroff.
10462 (woman-font-support): New defconst.
10463 (woman-use-symbol-font): New defcustom.
10464 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10465 "Emulation".
10466 Many functions: Doc fix.
10467
10468 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10469
10470 * international/quail.el (quail-simple-translation-keymap): Map
10471 128..255 to quail-self-insert-command.
10472 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10473
10474 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10475
10476 * help.el (help-manyarg-func-alist): Typo.
10477
10478 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10479 intervals which makes it heaps simpler.
10480
10481 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10482 the nested comment markers.
10483
10484 * subr.el (remove-hook): Don't turn the hook's value into a list.
10485
10486 2000-05-21 Dave Love <fx@gnu.org>
10487
10488 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10489 are invalid characters.
10490
10491 * international/mule-util.el (detect-coding-with-priority): Use
10492 mapc. Remove redundant lambda.
10493
10494 * international/mule-diag.el (list-non-iso-charset-chars)
10495 (describe-fontset): Remove redundant lambda.
10496
10497 * emulation/crisp.el (brief-mode): New alias.
10498
10499 * emacs-lisp/ring.el (ring-elements): New function.
10500
10501 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10502 (easy-menu-do-add-item): Use keywordp.
10503
10504 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10505
10506 * replace.el: Doc and error message fixes.
10507 (replace-highlight): Use facep, not internal-find-face.
10508
10509 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10510
10511 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10512
10513 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10514 (log-edit-insert-changelog): Drop `:' as well.
10515
10516 * log-view.el: Fix file description.
10517 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10518 available.
10519 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10520 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10521
10522 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10523 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10524 Print a status message if the toggle is called interactively.
10525 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10526 for global minor modes and use `defcustom' for them.
10527 Use add-minor-mode.
10528 (easy-mmode-define-derived-mode): Remove.
10529 (define-derived-mode): Fancier default docstring.
10530 (easy-mmode-define-navigation): Signal an error rather than (ding).
10531
10532 * newcomment.el (comment-styles): New `box-multi'.
10533 (comment-normalize-vars): Better default for comment-continue to
10534 avoid whitespace-only continuations.
10535 (comment-search-forward): Always move even in the no-syntax case.
10536 (comment-padright): Only obey N if it's only obeyed for padleft.
10537 (comment-make-extra-lines): Better handling of empty continuations.
10538 Use `=' for the filler if comment-start has only one character.
10539 (uncomment-region): Try handling the special `=' filler.
10540 (comment-region): Allow LINES even if MULTI is nil.
10541 (comment-box): Choose box style based on comment-style.
10542
10543 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10544
10545 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10546 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10547
10548 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10549
10550 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10551 and insert, not subst-char-in-region.
10552
10553 * international/mule-diag.el (list-character-sets-1): Handle
10554 charsets eight-bit-control and eight-bit-graphic.
10555 (list-iso-charset-chars): Likewise.
10556 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10557 charactes as is. Use indent-to to align characters.
10558
10559 * international/mule-cmds.el (find-multibyte-characters): Never
10560 exclude charsets eight-bit-control and eight-bit-graphic.
10561
10562 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10565 Don't quote lambdas.
10566
10567 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10568
10569 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10570
10571 * gud.el (gud-jdb-directories): Doc fix.
10572
10573 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10574
10575 * newcomment.el: New file.
10576
10577 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10578
10579 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10580
10581 2000-05-18 Andreas Schwab <schwab@suse.de>
10582
10583 * dired.el (dired-between-files): Also skip lines beginning with
10584 `used'.
10585
10586 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10587
10588 * msb.el (msb-menu-cond): Add choice `user'.
10589
10590 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10591
10592 * ps-print.el: Compatibility, customization and doc fix.
10593 (ps-printer-name-option): Replace defconst by defvar.
10594 (ps-postscript-code-directory): XEmacs compatibility.
10595 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10596 fix.
10597 (ps-user-defined-prologue, ps-print-prologue-header)
10598 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10599 compatibility and code fix.
10600 (ps-print-background-image, ps-print-background-text):
10601 Customization fix.
10602 (ps-line-number-start, ps-n-up-on): New vars.
10603
10604 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10605
10606 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10607 the indent-comment function to just return the appropriate indent.
10608
10609 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10610
10611 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10612 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10613 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10614
10615 2000-05-18 Dave Love <fx@gnu.org>
10616
10617 * info.el (Info-fontify-node): Add intangible property as well as
10618 invisible.
10619
10620 * calendar/appt.el (appt-make-list): Match all lines of entry.
10621 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10622
10623 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10624
10625 * international/mule-diag.el (describe-char-after): Call
10626 internal-char-font, not char-font. If internal-char-font returns
10627 nil, display "-- none --".
10628
10629 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10630
10631 * image.el (image-type-available-p): Don't reference image-types
10632 if it isn't bound.
10633
10634 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10635
10636 * autoarg.el (autoarg-mode): Typo in the :set argument.
10637
10638 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10639
10640 * startup.el (command-line-1): Don't signal an error if the
10641 directory for auto-save-list files does not yet exist.
10642
10643 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10644
10645 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10646
10647 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10648
10649 * subr.el (remove-hook): `setq' hook-value, not `set'.
10650
10651 2000-05-16 Sam Steingold <sds@gnu.org>
10652
10653 * info.el (debug-ignored-errors): More errors to ignore.
10654
10655 2000-05-16 Dave Love <fx@gnu.org>
10656
10657 * cus-edit.el: Don't require cl or easymenu.
10658 (custom-variable-prompt): Test standard-value property, not
10659 user-variable-p.
10660
10661 2000-05-16 Sam Steingold <sds@gnu.org>
10662
10663 * subr.el (add-hook): `setq' hook-value, not `set'.
10664
10665 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10666
10667 * startup.el (command-line-1): Mention the FAQ in the startup
10668 message.
10669
10670 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10671
10672 * progmodes/compile.el (compilation-parse-errors): Collect
10673 `nomessage' regexps last.
10674
10675 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10676
10677 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10678 to the function name.
10679
10680 2000-05-15 Dave Love <fx@gnu.org>
10681
10682 * speedbar.el (speedbar-recenter): Typo.
10683 (speedbar-expand-line): Make arg optional.
10684 (speedbar-mode): Avoid a compiler warning.
10685
10686 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10687
10688 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10689 user-specified option string is empty.
10690
10691 * mouse.el (mouse-yank-at-click): Doc fix.
10692
10693 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * term/internal.el (IT-character-translations): More updates of
10696 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10697 documents.
10698
10699 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10700
10701 * env.el (getenv): New function, interactively callable.
10702 (setenv, getenv): Remove autoload cookies.
10703
10704 * loadup.el: Load `env'.
10705
10706 * progmodes/f90.el: Change author's mail address.
10707
10708 2000-05-14 Dave Love <fx@gnu.org>
10709
10710 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10711 goto-addr as an option.
10712
10713 * help.el (help-xref-stack): Doc fix.
10714 (help-xref-following): New variable.
10715 (help-make-xrefs): Use it.
10716 (help-xref-go-back): Use position information from stack element.
10717 (help-follow): Make position in stack element a pair. Use
10718 help-xref-following.
10719
10720 * autoarg.el: New file.
10721
10722 * faces.el: Declare more functions obsolete.
10723
10724 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10725 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10726 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10727 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10728 Remove all the setup-...-environment functions.
10729
10730 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10731
10732 * speedbar.el: Updated the commentary section. xemacs20p now uses
10733 >= when detecting. Require `defimage' safely.
10734 (speedbar-easymenu-definition-base): Add toggle for images.
10735 (speedbar-easymenu-definition-special): Add flush cache & expand.
10736 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10737 (speedbar-reconfigure-keymaps-hook): New variable.
10738 (speedbar-frame-parameters): Updated documentation.
10739 (speedbar-use-imenu-flag): Updated custom tag
10740 (speedbar-dynamic-tags-function-list): New variable.
10741 (speedbar-tag-hierarchy-method): Updated doc & custom.
10742 (speedbar-indentation-width, speedbar-indentation-width) New
10743 variables.
10744 (speedbar-hide-button-brackets-flag): Customizable.
10745 (speedbar-vc-indicator): Doc update.
10746 (speedbar-ignored-path-expressions): Updated default value.
10747 (speedbar-supported-extension-expressions): Updated default value.
10748 (speedbar-syntax-table): Remove {} paren status.
10749 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10750 as "+". Added overlay aliases.
10751 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10752 `force-mode-line-update'.
10753 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10754 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10755 `mouse-set-point'
10756 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10757 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10758 of arbitrary text, and new helper functions.
10759 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10760 filename finder.
10761 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10762 (speedbar-directory-buttons): Update path search/expansion.
10763 (speedbar-make-tag-line): Pay attention to
10764 `speedbar-indentation-width'. Use more care w/ invisible
10765 properties.
10766 (speedbar-change-expand-button-char): Call
10767 `speedbar-insert-image-button-maybe'.
10768 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10769 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10770 (speedbar-trim-words-tag-hierarchy)
10771 (speedbar-simple-group-tag-hierarchy): New functions
10772 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10773 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10774 functions.
10775 (speedbar-mouse-set-point): New function
10776 (speedbar-power-click): Updated documentation.
10777 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10778 of tag prefix text.
10779 (speedbar-expand-line, speedbar-contract-line): Make more robust
10780 to strange text.
10781 (speedbar-expand-line): Takes universal argument to flush the
10782 cache.
10783 (speedbar-flush-expand-line): New function.
10784 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10785 Use new generator insertion method.
10786 (speedbar-fetch-dynamic-tags): New function.
10787 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10788 `speedbar-fetch-dynamic-imenu'.
10789 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10790 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10791 "Revert Buffer" menu items.
10792 (speedbar-buffer-buttons-engine): Be smarter when creating a
10793 filename tag (for expansion purposes.).
10794 (speedbar-highlight-one-tag-line,
10795 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10796 (speedbar-recenter): New functions.
10797 (defimage-speedbar): Image loading abstraction.
10798 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10799 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10800 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10801 (speedbar-tag-type, speedbar-tag-mail): New images.
10802 (speedbar-expand-image-button-alist): New variable.
10803 (speedbar-insert-image-button-maybe): Insert an image over some
10804 buttons.
10805
10806 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10807
10808 * international/mule-cmds.el (encode-coding-char): An ASCII
10809 character is always encodable.
10810
10811 * international/mule-conf.el: Add more information in descriptions
10812 of character sets.
10813
10814 * international/mule-diag.el (describe-char-after): New function.
10815 (describe-font-internal): Adjusted for the change of font-info.
10816 (describe-font): Likewise.
10817 (print-fontset): Rewritten for the new fontset implementation.
10818 (describe-fontset): Include fontset alias names in completion.
10819 (list-fontsets): Adjusted for the change of print-fontset.
10820
10821 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10822 describe-char-after instead of displaying the detail in the echo
10823 area.
10824 (syntax-code-table): Format changed.
10825 (string-to-syntax): Adjusted for the above change.
10826
10827 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10828
10829 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10830
10831 2000-05-12 Dave Love <fx@gnu.org>
10832
10833 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10834 dependence. Use line-{beginning,end}-position, not
10835 point-at{b,e}ol. Some doc fixes.
10836 (todo-position): New function. Fix callers of position to use it.
10837 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10838
10839 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10840
10841 * time.el (display-time-mail-icon): Use `:ascent center'.
10842
10843 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10844 handling FTP security extensions.
10845
10846 2000-05-11 Dave Love <fx@gnu.org>
10847
10848 * calendar/todo-mode.el: New file.
10849
10850 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10851
10852 * comint.el (comint-read-input-ring): Move reference to
10853 comint-input-ring-size outside of the save-excursion. It was
10854 causing the default value to be the only one ever seen.
10855
10856 * font-lock.el: Update copyright. Remove Simon Marshall's email
10857 address on request from him.
10858
10859 * subr.el (substitute-key-definition): Add comment describing
10860 the meaning of PREFIX.
10861
10862 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10863
10864 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10865
10866 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10867 (add-minor-mode): Don't make the variable buffer-local and add a
10868 reference to define-minor-mode in the docstring.
10869
10870 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10871 HEADER/FOOTER and fix bug with trailing empty directory.
10872 (cvs-append-to-ignore): Use vc-editable-p if available.
10873 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10874 (vc-do-command): Tweak advice to handle the new VC.
10875
10876 * log-view.el (log-view-goto-rev): New function for the new VC.
10877 (log-view-minor-wrap): Use mark-active.
10878
10879 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10880 (log-edit-changelog-full-paragraphs): New var.
10881 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10882 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10883 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10884 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10885 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10886 Replace the `cvs' prefix with `log-edit'.
10887
10888 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10889
10890 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10891 (diff-font-lock-defaults): Explicitly turn off multiline.
10892 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10893 (diff-ediff-patch): Fix call to ediff-patch-file.
10894 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10895 Handle comments.
10896
10897 * frame.el (automatic-hscrolling): Typo.
10898
10899 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10900
10901 2000-05-09 Sam Steingold <sds@goems.com>
10902
10903 * apropos.el (apropos-print): use `describe-face' instead of
10904 `customize-face-other-window'.
10905
10906 2000-05-09 Dave Love <fx@gnu.org>
10907
10908 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10909
10910 * help.el (describe-variable): Have customize button pop the
10911 help-xref stack when invoked.
10912 (help-xref-symbol-regexp): Add `face'.
10913 (help-make-xrefs): Check for quoted face names and adapt regexp
10914 submatch numbers to cope.
10915 (help-xref-interned): Maybe insert face doc too. Separate
10916 sections with a line of hyphens.
10917
10918 * faces.el: Some doc fixes. Declare some functions obsolete.
10919 (describe-face): Add customize button. Return the help
10920 text. Fix prompt.
10921
10922 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10923
10924 * term/internal.el (IT-character-translations): Fix last change.
10925
10926 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10927
10928 * woman.el: New file
10929 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10930
10931 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10932
10933 * term/internal.el (IT-character-translations): Update ASCII
10934 simulations for greek-iso8859-7, add latin-iso8859-14 and
10935 latin-iso8859-15.
10936
10937 * international/mule-cmds.el (set-language-info-alist): Call
10938 define-prefix-command with 3 arguments, to make the map suitable
10939 for a menu.
10940
10941 2000-05-07 Dave Love <fx@gnu.org>
10942
10943 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
10944
10945 2000-05-05 Dave Love <fx@gnu.org>
10946
10947 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10948 list in doc string. Don't quote keyword symbols.
10949 * emacs-lisp/cl.el: Likewise
10950 * emacs-lisp/cl-seq.el: Likewise
10951
10952 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10953
10954 * abbrev.el (abbrev-mode): Make ARG optional.
10955
10956 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10957
10958 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10959
10960 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10961
10962 * subr.el (substitute-key-definition): Clarify documentation.
10963
10964 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10965
10966 * glasses.el (glasses-convert-to-unreadable): Use
10967 `glasses-separator' instead of the hard-wired "_".
10968 (glasses-mode): Call `glasses-make-unreadable' only in a single
10969 place.
10970
10971 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10972
10973 * term/internal.el (cjk-codepages-alist): Add associations for
10974 Chinese and Korean codepages. Remove FIXME comment.
10975
10976 2000-05-03 Dave Love <fx@gnu.org>
10977
10978 * time.el (display-time-mail-face, display-time-use-mail-icon):
10979 New option.
10980 (display-time-mail-icon): New variable.
10981 (display-time-string-forms): Use the above. Fix the local-map.
10982
10983 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10984
10985 * replace.el (query-replace-map): Add binding for `E'.
10986 (query-replace-help): Extend help text.
10987 (perform-replace): Allow editing the replacement string.
10988
10989 * make-mode.el (makefile-mode-abbrev-table): New variable.
10990 (makefile-mode): Set local abbrev table to
10991 makefile-mode-abbrev-table.
10992 (makefile-font-lock-keywords): Fontify includes and conditionals.
10993
10994 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10995 set TOGGLE's value.
10996
10997 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10998 mail-interactive-insert-alias.
10999 (mail-abbrev-complete-alias): New command.
11000 (mail-mode-map): Bind it to `M-TAB'.
11001
11002 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11003
11004 * language/lao-util.el (lao-compose-region): New function.
11005
11006 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11007
11008 * files.el (recover-session): Make directories as necessary
11009 if they don't exist yet.
11010
11011 * calendar/cal-french.el
11012 (french-calendar-multibyte-special-days-array)
11013 (french-calendar-special-days-array): Change French text.
11014 (calendar-french-date-string): Change output.
11015 (calendar-goto-french-date): Likewise.
11016
11017 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11018
11019 * wid-edit.el (widget-default-active): Obey `:always-active'.
11020 (widget-documentation-string-value-create): Set `:always-active'.
11021
11022 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11023
11024 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11025 default prefix to `~/_emacs.d/auto-save.list/_s'.
11026 (normal-top-level): Create the directory for auto-save files, if
11027 it doesn't already exist (in the ms-dos case only).
11028
11029 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11030
11031 * international/mule-cmds.el (set-language-environment): Don't
11032 concat an integer (dos-codepage), use format instead.
11033
11034 2000-05-02 Dave Love <fx@gnu.org>
11035
11036 * help.el (help-xref-on-pp): Check for constant symbols.
11037
11038 2000-04-29 Gerd Moellmann <gerd@gnu.org>
11039
11040 * startup.el (normal-top-level): Put a condition-case around
11041 the code loading subdirs.el.
11042
11043 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11044
11045 * ps-print.el: Upside-down and face background color printing,
11046 line number step, doc fix.
11047 (ps-print-version): New version number (5.2).
11048 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11049 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11050 (ps-spool-config): Var fix.
11051 (ps-printer-name-option): Const fix.
11052 (ps-print-upside-down, ps-use-face-background)
11053 (ps-line-number-step): New vars.
11054 (ps-window-system, ps-lp-system): New consts.
11055 (ps-face-background): New fun.
11056
11057 2000-04-28 Richard Stallman <rms@gnu.org>
11058
11059 * files.el (make-auto-save-file-name):
11060 Apply auto-save-file-name-transforms to visited file name
11061 before generating auto save file name.
11062 (auto-save-file-name-transforms): New variable.
11063
11064 * files.el (backup-enable-predicate):
11065 Correctly test for a file under a temporary directory.
11066
11067 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11068
11069 * subr.el (add-minor-mode): Rewritten.
11070
11071 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11072
11073 * mail/sendmail.el (sendmail-send-it): Set
11074 buffer-file-coding-system to the selected coding system for MIME
11075 header.
11076
11077 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11078
11079 * dired.el (dired-move-to-filename-regexp): Allow format where
11080 YYYY is followed by two spaces.
11081
11082 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11083 in the second character class of the regexp.
11084
11085 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11086 mh-etc, too.
11087
11088 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11089 nil.
11090
11091 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11092
11093 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11094 argument.
11095
11096 2000-04-27 Sen Nagata <sen@eccosys.com>
11097
11098 * emacs-lisp/crm.el (crm-completion-table): New variable.
11099 (crm-collection-fn, crm-test-completion)
11100 (completing-read-multiple): Use it.
11101
11102 2000-04-27 Dave Love <fx@gnu.org>
11103
11104 * help.el (locate-library): Use mapc.
11105 (help-manyarg-func-alist): Add call-process-region.
11106
11107 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11108
11109 * subr.el (add-minor-mode): Make argument MAP optional.
11110
11111 * desktop.el (desktop-save): Save list of minor modes.
11112 (desktop-create-buffer): Restore minor modes.
11113 (desktop-minor-mode-table): New user-option.
11114
11115 * subr.el (add-minor-mode): New function.
11116
11117 * image.el (find-image): New function.
11118 (defimage): Rewritten to find image at load time.
11119
11120 * startup.el (normal-top-level-add-to-load-path): Handle
11121 case that the default directory is not in load-path.
11122
11123 * help.el: Old patch from Stefan Monnier.
11124 (help-xref-on-pp): New function.
11125 (describe-variable): Use it to display xrefs in a symbol's value.
11126
11127 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11128
11129 * cus-edit.el (custom-face): Fix parenthesis.
11130
11131 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11132
11133 * mail/rmail.el (rmail-expunge): When there are no deleted
11134 messages, do nothing.
11135
11136 2000-04-26 Dave Love <fx@gnu.org>
11137
11138 * international/mule-cmds.el (locale-translation-file-name):
11139 Defvar to nil.
11140 (set-locale-environment): Set it here (at runtime).
11141
11142 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11143
11144 * replace.el (perform-replace): Add parameters START and END. Use
11145 them instead of the check for a region in Transient Mark mode.
11146 (query-replace-read-args): Return two more list elements for the
11147 start and end of the region in Transient Mark mode.
11148 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11149 (map-query-replace-regexp, replace-string, replace-regexp): Add
11150 optional last arguments START and END and pass them to
11151 perform-replace.
11152
11153 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11154 form with additional arguments for perform-replace.
11155
11156 * progmodes/etags.el (tags-query-replace): Add parameters START
11157 and END. Construct a form with additional arguments for
11158 perform-replace.
11159
11160 * simple.el (shell-command): Set default directory for "*Shell
11161 Command Output" buffer.
11162
11163 * language/european.el (iso-latin-4): Fix typo.
11164
11165 * emacs-lisp/crm.el: New file.
11166
11167 2000-04-24 Dave Love <fx@gnu.org>
11168
11169 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11170 (Custom-reset-saved, Custom-reset-standard)
11171 (custom-group-value-create, custom-group-set, custom-group-save)
11172 (custom-group-reset-current, custom-group-reset-saved)
11173 (custom-group-reset-standard): Use mapc.
11174 (custom-buffer-create-internal): Disable undo when creating items.
11175 Use mapc.
11176 (custom-face): Avoid redundant lambda.
11177
11178 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11179
11180 * startup.el (auto-save-list-file-prefix): Set default to
11181 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11182
11183 2000-04-24 Sam Steingold <sds@gnu.org>
11184
11185 * time-stamp.el (time-stamp-string-preprocess): Always convert
11186 `field-result' to a string.
11187
11188 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11189
11190 * frame.el (scrolling): New group.
11191 (automatic-hscrolling): New user-option.
11192
11193 * startup.el (command-line-x-option-alist): Add `-lsp' and
11194 `--line-spacing'.
11195
11196 2000-04-19 Dave Love <fx@gnu.org>
11197
11198 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11199 (cl-mapc): Rename from mapc. Fix the funcall.
11200
11201 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11202
11203 * simple.el (clone-indirect-buffer-other-window): New command.
11204 (clone-indirect-buffer): Add optional arg NORECROD.
11205 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11206
11207 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11208
11209 * window.el (count-screen-lines): New function.
11210 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11211 instead of window-buffer-height.
11212
11213 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11214 non-existing variable comint-input-sentinel.
11215 (inferior-lisp-args-to-list): Removed.
11216 (inferior-lisp): Use split-string instead of
11217 inferior-lisp-args-to-list.
11218
11219 * hexl.el (hexl-insert-hex-string): New command.
11220
11221 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11222 instead of concat.
11223
11224 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11225
11226 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11227 at the start of an existing but empty folder.
11228
11229 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11230
11231 * ps-mule.el: Customization fix, doc fix.
11232 (ps-multibyte-buffer): Customization fix.
11233
11234 2000-04-17 Richard M. Stallman <rms@gnu.org>
11235
11236 * subr.el (read-passwd): Use read-char-exclusive.
11237
11238 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11239
11240 * textmodes/texinfo.el (texinfo-insert-@email)
11241 (texinfo-insert-@emph, texinfo-insert-@quotation)
11242 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11243 (texinfo-mode-map): Add key bindings for them.
11244
11245 * files.el (basic-save-buffer-2): Use a template with `$'
11246 instead of `#' for VMS.
11247
11248 * simple.el (clone-indirect-buffer): New function.
11249
11250 2000-04-16 Stephen Eglen <stephen@gnu.org>
11251
11252 * iswitchb.el (iswitchb-case): New function. If the user input
11253 contains any upper-case characters, the search is made
11254 case-sensitive.
11255
11256 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11259 comment-end.
11260 (texinfo-font-lock-syntactic-keywords): New var.
11261 (texinfo-font-lock-keywords): Remove comment regexp.
11262 (texinfo-insert-block): New function.
11263 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11264 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11265 and font-lock-defaults. Use regexp-opt for outline-regexp.
11266 (texinfo-environments): New var.
11267 (texinfo-environment-regexp): Use regexp-opt and
11268 texinfo-environments.
11269
11270 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11271 ispell-process is bound since this might be eval'd before ispell
11272 is loaded.
11273 (ispell-message): Use a tiny bit less magic and a bit more hard
11274 data to figure out what kind of sc-cite-regexp to use.
11275
11276 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11277
11278 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11279 (insert-cyclic-diary-entry): Unquote the lambda.
11280
11281 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11282
11283 * files.el (backup-enable-predicate): Unquote the lambda.
11284
11285 * cus-edit.el (custom-face, face): Unquote the lambda.
11286
11287 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11288
11289 * ps-print.el: Check for line-beginning-position definition.
11290
11291 * ps-print.el: Fix counting lines in a region.
11292 (ps-print-version): New version number (5.1.5).
11293 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11294 (ps-printing-region): Fun code fix.
11295
11296 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11297
11298 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11299 to file-directory-p.
11300
11301 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11302
11303 * gud.el (gud-jdb-build-source-files-list): Check that directory
11304 exists before calling directory-files.
11305
11306 2000-04-13 Dave Love <fx@gnu.org>
11307
11308 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11309 syntax.
11310
11311 * emacs-lisp/cl-specs.el: Remove when, unless.
11312
11313 * emacs-lisp/cl-extra.el: Don't quote keywords.
11314 (cl-old-mapc): New variable.
11315 (mapc): Use it.
11316 (cl-map-intervals): Use with-current-buffer. Don't check for
11317 next-property-change.
11318 (cl-map-overlays): Use with-current-buffer.
11319 (cl-expt): Remove.
11320 (copy-tree, remprop): Define unconditionally.
11321
11322 * emacs-lisp/cl-compat.el (keywordp): Remove.
11323
11324 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11325 to use keywordp.
11326 (edebug-spec): Enable keywordp.
11327
11328 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11329 string-lessp.
11330
11331 * cus-start.el: Use keywordp.
11332
11333 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11334
11335 * diary-lib.el (include-other-diary-files): Fix the fix of
11336 2000-02-18 by doing a save-excursion.
11337
11338 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11339
11340 * ps-print.el: Customization fix, doc fix.
11341 (ps-print-version): New version number (5.1.4).
11342 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11343 (ps-print-preprint): Adjust code.
11344 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11345 (ps-print-prologue-header, ps-print-control-characters)
11346 (ps-spool-config): Customization fix.
11347
11348 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11349
11350 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11351 converted to the new menu-item format, names silightly changed,
11352 help strings added.
11353
11354 Support for spelling without async subprocesses:
11355
11356 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11357 (ispell-session-buffer): New variables.
11358 (ispell-start-process, ispell-process-status,
11359 ispell-accept-output, ispell-send-string): New functions, for
11360 Ispell invocation when async subprocesses aren't supported.
11361 (ispell-word, ispell-pdict-save, ispell-command-loop,
11362 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11363 to process-send-string with calls to ispell-send-string, and
11364 accept-process-output with ispell-accept-output.
11365 (ispell-init-process): Call ispell-process-status instead of
11366 process-status with.
11367 (ispell-init-process): Call ispell-start-process. Call
11368 ispell-accept-output and ispell-send-string. Don't call
11369 process-kill-without-query and kill-process if they are unbound.
11370 (ispell-async-processp): New function.
11371
11372 2000-04-12 Dave Love <fx@gnu.org>
11373
11374 * info.el: Add debug-ignored-errors.
11375 (Info-mode-menu): Add some items.
11376 (Info-directory): Add autoload cookie.
11377
11378 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11379 Modify `truncate-lines'. Make `describe-language-environment'
11380 always visible and add help. Modify `describe-key' help. Invoke
11381 Info-directory from `info'. New entry `emacs-manual'.
11382
11383 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11384
11385 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11386 propertized-buffer-identification.
11387 (ebrowse-update-member-buffer-mode-line): Likewise.
11388 (ebrowse--mode-strings): Removed.
11389 (ebrowse--mode-line-props): Removed.
11390
11391 * files.el (auto-mode-alist): Add `EBROWSE'.
11392
11393 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11394 space before testing for end of buffer.
11395 (ebrowse-load): Removed.
11396 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11397 (ebrowse-create-tree-buffer): Rewritten.
11398 (ebrowse-tree-mode): Read tree from buffer.
11399
11400 * progmodes/ebrowse-ffh.el: Removed.
11401
11402 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11403
11404 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11405
11406 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11407
11408 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11409 at the wrong place.
11410
11411 2000-04-09 Dave Love <fx@gnu.org>
11412
11413 * files.el (backup-enable-predicate): Use
11414 temporary-file-directory, small-temporary-file-directory.
11415 (make-backup-file-name-function, backup-directory-alist): New
11416 variables.
11417 (make-backup-file-name-1): New function.
11418 (make-backup-file-name): Use it.
11419 (find-backup-file-name): Likewise. Use format for clarity, not
11420 concat.
11421 (file-newest-backup): Use make-backup-file-name.
11422
11423 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11424
11425 * progmodes/ebrowse-ffh.el: New file.
11426
11427 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11428 to ebrowse-ffh.el.
11429 (ebrowse-load): Add autoload.
11430
11431 * finder.el (finder-commentary): Add autoload cookie.
11432
11433 * mail/rfc2368.el: Correct author's email address.
11434
11435 * progmodes/ebrowse.el: New file.
11436
11437 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11438 item help string.
11439 (easy-menu-do-add-item): Ditto.
11440 (easy-menu-define): Extend doc string.
11441
11442 * jit-lock.el (with-buffer-unmodified): Use
11443 restore-buffer-modified-p.
11444 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11445 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11446 with-buffer-unmodified.
11447
11448 2000-04-08 Dave Love <fx@gnu.org>
11449
11450 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11451 unless, when.
11452
11453 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11454
11455 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11456 (viper-flash-search-pattern): No operation when using Emacs
11457 doesn't support face.
11458 Use `viper-put-on-search-overlay'.
11459
11460 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11461
11462 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11463 like C-r.
11464
11465 * progmodes/make-mode.el: Some doc fixes.
11466 (makefile-mode-abbrev-table): New variable.
11467 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11468 (makefile-font-lock-keywords): Fontify includes and conditionals.
11469 (toplevel): Require `dabbrev' and `add-log' when compiling.
11470
11471 * replace.el (perform-replace): Don't move forward one char
11472 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11473 to do that because it leaves point 1 position after the last
11474 replacement, after everything has been replaced.
11475
11476 * jit-lock.el (with-buffer-unmodified): New macro.
11477 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11478 modified state.
11479 (jit-lock-function-1): Extracted from jit-lock-function; not
11480 preserving buffer's modified state.
11481 (jit-lock-function, jit-lock-stealth-fontify): Call
11482 jit-lock-function-1.
11483
11484 * mail/rfc2368.el: Remove supernumerary copyright line.
11485
11486 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11487
11488 * glasses.el: Provide facilities for inserting space before left
11489 parentheses and uncapitalization of identifiers.
11490 (glasses-mode): Try to remove old overlays in all cases.
11491
11492 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11493
11494 * progmodes/compile.el (compile-internal): Display the compilation
11495 buffer in a different frame, if it's already displayed there.
11496
11497 * mail/rfc2368.el: New file.
11498
11499 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11500 header and insert its value as mail body.
11501
11502 * subr.el (member-ignore-case): New function.
11503
11504 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11505 (dabbrev--find-expansion): Ignore buffers matching a regexp
11506 from dabbrev-ignored-regexps.
11507
11508 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11509 to extensions handled by gzip.
11510
11511 2000-04-03 Richard M. Stallman <rms@gnu.org>
11512
11513 * files.el (insert-directory): List the total free space
11514 along with the used space.
11515
11516 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11517 line is followed by one that matches CITATION-REGEXP, end the
11518 paragraph.
11519
11520 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11521
11522 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11523 (rmail-make-basic-summary-line): Use that option.
11524
11525 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11526
11527 * international/mule-cmds.el (encoded-string-description):
11528 Rewritten. Try pretty description for ISO 2022 escape sequences
11529 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11530 for hexadecimal format.
11531
11532 2000-04-01 Dave Love <fx@gnu.org>
11533
11534 * cpp.el: Change customization group to `c' from `C'.
11535
11536 * vcursor.el (vcursor-move): Use display-color-p.
11537
11538 * international/mule-util.el: Provide mule-utils.
11539 (string-to-sequence): Simplify and speed up.
11540
11541 * international/mule.el (make-coding-system): Purecopy doc-string.
11542
11543 * international/mule-cmds.el: Various menu changes.
11544 (describe-specified-language-support): Handle `Default'.
11545 (set-language-info): Purecopy `info'.
11546
11547 2000-03-31 Andrew Innes <andrewi@gnu.org>
11548
11549 * vc.el (vc-backend-diff): Return the correct status if we had to
11550 retry the rcsdiff command without the --brief option.
11551
11552 2000-03-31 Dave Love <fx@gnu.org>
11553
11554 * help.el (help-manyarg-func-alist): Correct several omissions.
11555
11556 * add-log.el: Don't require cl, fortran.
11557 (add-log-current-defun-function): Doc fix.
11558 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11559 fix.
11560 (change-log-version-rcs): Function deleted.
11561 (change-log-version-number-search): Doc fix. Use
11562 vc-workfile-version. Avoid CL dolist.
11563 (add-change-log-entry): Just call add-log-current-defun to get
11564 defun. Simplify somewhat.
11565 (change-log-get-method-definition-1): Likewise.
11566 (add-log-current-defun): Return nil if calling
11567 add-log-current-defun-function does so. Move Fortran stuff to
11568 fortran.el. Return string without properties.
11569
11570 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11571 and :alpha: char classes.
11572
11573 * mail/supercite.el: Defvar curline when compiling.
11574 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11575 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11576 rather than a-zA-Z0-9 to allow non-ASCII characters.
11577
11578 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11579
11580 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11581
11582 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11583 Re-enable new code.
11584
11585 * lpr.el (print-region-1): Use -d to specify printer name for
11586 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11587
11588 2000-03-31 Dave Love <fx@gnu.org>
11589
11590 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11591 for function definition in symbol's function value slot first
11592 instead of first consulting byte-compile-function-environment.
11593
11594 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11595
11596 * language/european.el ("Polish"): New language environment.
11597 (setup-polish-environment): New function.
11598
11599 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11600
11601 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11602 Disable new code.
11603
11604 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11605 trying to `load' the symbol of an autoload instead of the file
11606 recorded in the autoload. Fix error messages.
11607
11608 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11609
11610 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11611 (ps-print-version): New version number (5.1.3).
11612 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11613 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11614 (ps-generate-postscript-with-faces): Code fix.
11615 (ps-color-values): XEmacs compatibility.
11616 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11617 (ps-default-fg, ps-default-bg): Adjust customization.
11618 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11619 (ps-color-scale): Renaming old ps-color-value fun.
11620 (ps-print-headers): Replace ps-print-header group to avoid conflict
11621 with ps-print-header variable.
11622 (ps-print-miscellany): New group.
11623 (ps-format-color, ps-rgb-color): New funs.
11624 (ps-default-foreground): New var.
11625 (ps-printer-name-option): New const.
11626
11627 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11628
11629 * net/net-utils.el:
11630 (network-connection-host, network-connection-service): New variables
11631 (network-connection-mode): New mode, derived from comint-mode
11632 (network-connection-mode-setup): New function, saves host and
11633 service information in local variables.
11634
11635 * lisp/locate.el:
11636 (locate-word-at-point): Added this function
11637 (locate): Default to using locate-word-at-point as input
11638 Run dired-mode-hook
11639
11640 2000-03-29 Dave Love <fx@gnu.org>
11641
11642 * calendar/appt.el: Doc fixes.
11643 (appt-check): Convert min-to-app to a string before passing to
11644 appt-disp-window-function or concat.
11645 (appt-delete-window): Remove test for frame-root-window.
11646 (appt-select-lowest-window, appt-convert-time): Simplify.
11647
11648 * emacs-lisp/bytecomp.el: Doc fixes.
11649 (byte-compile-file-form-autoload): Update
11650 byte-compile-function-environment.
11651
11652 2000-03-29 Andreas Schwab <schwab@suse.de>
11653
11654 * emacs-lisp/autoload.el: Also print defsubst doc string
11655 specially.
11656
11657 * dired.el (dired-insert-directory): If dired-free-space-program
11658 failed just delete its output.
11659
11660 2000-03-29 Dave Love <fx@gnu.org>
11661
11662 * international/iso-cvt.el: Move provide to end. Doc fixes.
11663 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11664 (iso-iso2sgml, iso-sgml2iso): New functions.
11665 (iso-cvt-define-menu): Fix some entries and use backquote for
11666 clarity.
11667
11668 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11669
11670 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11671
11672 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11673 ISO-DATE. If non-nil, return date in ISO 8601 format.
11674
11675 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11676
11677 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11678 if it ever becomes used.
11679 (log-edit-mode-hook): Default to vc-log-mode-hook.
11680 (log-edit-mode): Fix the docstring.
11681
11682 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11683 the code.
11684
11685 2000-03-26 Dave Love <fx@gnu.org>
11686
11687 * net/browse-url.el (browse-url): Re-fix case of
11688 browse-url-browser-function being an alist.
11689 (browse-url): Add :link to defgroup.
11690
11691 * files.el: Doc fixes.
11692 (file-truename): Include `[' in wildcard characters.
11693 (automount-dir-prefix): Customize.
11694 (find-file-wildcards): Add :version.
11695 (find-file-noselect): Simplify a mapcar call.
11696
11697 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11698 compatible with inf-lisp version.
11699 (eval-defun-1): Fix custom-declare-variable case.
11700
11701 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11704
11705 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11706
11707 * Makefile (COMPILE_FIRST): New macro.
11708 (compile-files): Compile files from COMPILE_FIRST first.
11709
11710 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11711 code.
11712
11713 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11714 matching open parenthesis in column 0 to defun-prompt-regexp
11715 only if open-paren-in-column-0-is-defun-start is set.
11716
11717 * sun-curs.el: Require CL at compile-time only.
11718
11719 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11720 instead of copy-list which is a function from CL.
11721 (msb--choose-menu, msb--mode-menu-cond)
11722 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11723 (msb--init-file-alist): Use mapcar instead of mapcan.
11724 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11725 `(' in column 0 in doc string.
11726 (msb--add-separators): Use mapcar instead of mapcan.
11727
11728 * cus-dep.el: Require CL at compile-time only.
11729
11730 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11731
11732 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11733 (byte-compile-warnings): New warning `noruntime'.
11734 (byte-compile-constants, byte-compile-variables): Fix docstring.
11735 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11736 execute `eval-whenc-compile's body.
11737 (byte-compile-unresolved-functions): Fix docstring.
11738 (byte-compile-eval): New function.
11739 (byte-compile-callargs-warn): Check if the function will be available
11740 at runtime (via property `byte-compile-noruntime').
11741 (byte-compile-print-syms): New function.
11742 (byte-compile-warn-about-unresolved-functions): Also warn about
11743 `noruntime' functions (and use `byte-compile-print-syms').
11744 (byte-compile-file): Capitalize the message.
11745
11746 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11747
11748 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11749 (rmail-expunge): Ask for confirmation depending on the setting
11750 of rmail-confirm-expunge.
11751
11752 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11753
11754 * Makefile (bootstrap-clean): If $(emacs) exists, build
11755 loaddefs.el first. A loaddefs.el that's not up-to-date might
11756 cause a bootstrap failure because things don't autoload as
11757 expected.
11758
11759 2000-03-23 Dave Love <fx@gnu.org>
11760
11761 * net/browse-url.el: Restore previous use of
11762 browse-url-maybe-new-window.
11763
11764 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11765
11766 * ps-print.el: Skip banner page fix.
11767 (ps-print-version): New version number (5.1.2).
11768 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11769
11770 2000-03-23 Dave Pearson <davep@davep.org>
11771
11772 * net/quickurl.el Changed the type of parameter passed to the
11773 function defined by `quickurl-format-function'. Before only the
11774 text of the URL was passed. Now the whole URL structure is passed
11775 and the function is responsible for extracting the parts it
11776 requires. Changed the default of `quickurl-format-function'
11777 accordingly.
11778 (quickurl-insert): Changed the `funcall' of
11779 `quickurl-format-function' to match the above change.
11780 (quickurl-list-insert): Changed the `url' case so that it makes
11781 use of `quickurl-format-function', previous to this the format was
11782 hard wired.
11783
11784 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11785
11786 * startup.el: Change some spellings for the X Window System.
11787
11788 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11789
11790 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11791 up the code and the regexp and make sure the cursor is temporarily
11792 moved to the suspicious line while querying the user.
11793
11794 2000-03-22 Jason Rumney <jasonr@gnu.org>
11795
11796 * w32-fns.el (w32-charset-info-alist): Initialize.
11797
11798 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11799
11800 * ps-print.el: N-up last page fix.
11801 (ps-print-version): New version number (5.1.1).
11802 (ps-end-file, ps-end-job, ps-generate): Code fix.
11803
11804 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11805
11806 * files.el (find-file-run-dired): Update docstring.
11807 (find-directory-functions): New hook.
11808 (find-file-noselect): Run find-directory-functions rather than
11809 calling dired directly.
11810
11811 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11812
11813 * pcvs.el: Add a minimal leading commentary.
11814 (cvs-make-cvs-buffer): Change the header part by removing the startup
11815 message and adding a `Module' entry. Also replace the FOOTER and
11816 HEADER special fileinfos with the new support in ewoc for updating
11817 its own footer and header.
11818 (cvs-update-header): Update to use the header/footer of the ewoc.
11819 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11820 (cvs-is-within-p): New function.
11821 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11822 to only examine some subset of the buffers.
11823
11824 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11825 `format' instead of our own ad-hoc functions.
11826 Remove HEADER and FOOTER cases, now handled in the EWOC.
11827 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11828
11829 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11830 output to avoid scaring the user.
11831 (cvs-parse-table): Catch message for non-up-to-date commits.
11832
11833 * pcvs-defs.el (cvs-startup-message): Remove.
11834 (cvs-global-menu): New autoloaded menu.
11835
11836 * pcvs-util.el (cvs-string-fill): Remove.
11837
11838 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11839 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11840 PP part of it and also make it work for footers and headers.
11841 (ewoc-create): Drop POS and BUFFER arguments.
11842 Use the DLL's dummy node to store the end-of-footer position.
11843 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11844 (ewoc-refresh): Remove unused `header' variable.
11845 (ewoc-(get|set)-hf): New functions.
11846
11847 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11848 log-view-*-(message|file) and use easy-mmode-define-navigation.
11849 (log-view-message-re): Match SCCS format as well.
11850 And match the revision line rather than the dashed separator line.
11851 (log-view-mode): Use the new define-derived-mode.
11852 (log-view-current-tag): Fill in with an actual implementation.
11853
11854 * cvs-status.el (cvs-status-(prev|next)): Rename from
11855 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11856 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11857 to let the output "breathe" a little more (more readable).
11858 (cvs-status-mode): Use the new define-derived-mode.
11859
11860 * smerge-mode.el (smerge-auto-leave): New function and variable.
11861 (smerge-basic-map): Rename from smerge-basic-keymap.
11862 Change the bindings for smerge-diff-*.
11863 (smerge-*-map): Use easy-mmode-defmap.
11864 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11865 (smerge-keep-*): Use smerge-auto-leave.
11866
11867 2000-03-21 Jason Rumney <jasonr@gnu.org>
11868
11869 * cus-edit.el (custom-button-face): Use 3D look for w32.
11870 (custom-button-pressed-face): Likewise.
11871
11872 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11873
11874 * progmodes/etags.el (tags-case-fold-search): New user-option.
11875 (tags-loop-eval): New function. Bind case-fold-search around eval
11876 depending on the value of tags-case-fold-search.
11877 (tags-loop-continue): Use tags-loop-eval.
11878 (find-tag-in-order): Bind case-fold-search depending on the value
11879 of tags-case-fold-search.
11880
11881 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11882
11883 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11884 (diff-end-of-hunk): Return the end position for use in
11885 `easy-mmode-define-navigation'.
11886 (diff-recenter): Remove.
11887 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11888 of `easy-mmode-define-navigation'.
11889 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11890 previous renaming) and fix to use new names.
11891 (diff-merge-strings): Use \n as separator: simpler, faster.
11892 (diff-mode): Use `define-derived-mode'.
11893
11894 * derived.el (define-derived-mode): Don't autoload anymore.
11895 Prefer the macro-only version provided by easy-mmode.el.
11896
11897 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11898 `easy-mmode-define-derived-mode'.
11899 Use `combine-run-hooks'.
11900 (easy-mmode-define-navigation): New macro.
11901
11902 * subr.el (combine-run-hooks): New function.
11903
11904 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11905
11906 * term/x-win.el: Fontsets related initialization is simplified.
11907
11908 * international/mule-diag.el (describe-font): Don't refer to
11909 global-fontset-alist, instead call font-list.
11910 (describe-fontset, list-fontsets, mule-diag): Likewise.
11911 (print-fontset): Adjusted for the change of fontset
11912 implementation.
11913
11914 * international/fontset.el (x-charset-registries): Variable
11915 removed, instead the corresponding data is stored in the default
11916 fontset.
11917 (register-alternate-fontnames): Function removed.
11918 (resolved-ascii-font): Variable removed.
11919 (x-compose-font-name): Ignore the second argument REDOCE.
11920 (x-complement-fontset-spec): Complement only an ASCII font and
11921 element for those charsets than can use that ASCII font.
11922 (generate-fontset-menu): Don't refer to global-fontset-alist,
11923 instead call fontset-list.
11924 (uninstantiated-fontset-alist): Variable removed.
11925 (x-style-funcs-alist): Likewise.
11926 (fontset-default-styles): Likewise.
11927 (x-modify-font-name): Function removed.
11928 (create-fontset-from-fontset-spec): Ignore the argument
11929 STYLE-VARIANT.
11930 (create-fontset-from-ascii-font): Docsting adjusted for the above
11931 change.
11932 (instantiate-fontset, resolve-fontset-name): Functions removed.
11933 (fontset-list): Now implemented by C code.
11934
11935 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11936 (describe-face): Include `font' attribute in the description.
11937
11938 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11939
11940 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11941
11942 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11943
11944 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11945 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11946 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11947
11948 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11949 about behavior of set-buffer-modified-p wrt redisplay.
11950
11951 2000-03-19 Richard M. Stallman <rms@gnu.org>
11952
11953 * view.el (view-mode-disable): Kill local binding of view-read-only.
11954
11955 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11956
11957 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11958 is a string, convert it to a syntax cell using string-to-syntax.
11959
11960 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11961 (string-to-syntax): New function.
11962
11963 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11964 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11965 try to use passive ftp mode.
11966
11967 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11968
11969 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11970
11971 * simple.el (append-to-buffer): Update point of windows after
11972 insertion.
11973
11974 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11975 forward then moving backward. Reindent.
11976
11977 * frame.el (other-frame): Call x-focus-frame only if
11978 focus-follows-mouse is off.
11979
11980 2000-03-17 Dave Love <fx@gnu.org>
11981
11982 * pcvs-util.el (cvs-strings->string): Rename
11983 replace-regexps-in-string.
11984
11985 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11988 regexp for labels cannot span several lines.
11989
11990 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11991 `(setq :<key> ':<key>)' to the macro expansion.
11992
11993 2000-03-16 Dave Love <fx@gnu.org>
11994
11995 * progmodes/f90.el (f90): Put custom group under `languages', not
11996 `fortran'.
11997 (f90-mode-hook): Customize.
11998 (f90-mode): Set add-log-current-defun-function.
11999 (f90-current-defun): New function.
12000
12001 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12002
12003 * cus-edit.el (custom-variable-tag-face): Handle case that
12004 default face's height is not a number.
12005 (custom-face-tag-face, custom-group-tag-face-1)
12006 (custom-group-tag-face): Ditto.
12007 (custom-group-tag-face-1): Add :group.
12008
12009 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12010
12011 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12012
12013 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12014 requiring easymenu.
12015
12016 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12017
12018 * ps-print.el: PostScript user-defined prologue, PostScript error
12019 handler, doc fix.
12020 (ps-print-version): New version number (5.1).
12021 (ps-user-defined-prologue, ps-error-handler-message)
12022 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12023 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12024 (ps-insert-string): New function.
12025
12026 2000-03-15 Kenichi Handa <handa@etl.go.jp>
12027
12028 * international/ccl.el (ccl-compile-expression): Don't generate
12029 invalid self-assignment code.
12030
12031 2000-03-14 Dave Love <fx@gnu.org>
12032
12033 * subr.el (replace-regexp-in-string): Renamed from
12034 replace-regexps-in-string. Doc fix.
12035
12036 2000-03-12 Dave Love <fx@gnu.org>
12037
12038 * cus-edit.el: Doc fixes.
12039 (customize-set-variable, customize-save-variable): Rename args for
12040 doc.
12041 (custom-variable-tag-face, custom-face-tag-face)
12042 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12043 style which user identify as hyperlink.
12044 (hook): Don't add undefined functions to the hook.
12045 (debug-ignored-errors): Transfer message from bindings.el.
12046
12047 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12048
12049 * recentf.el (recentf-keep-non-readable-files-p): Remove
12050 double/nested definition.
12051
12052 2000-03-12 Dave Love <fx@gnu.org>
12053
12054 * facemenu.el (facemenu-get-face): Use display-color-p.
12055 * enriched.el (enriched-decode-foreground): Likewise.
12056 (enriched-decode-background): Likewise.
12057 * isearch.el (isearch-highlight): Likewise.
12058 * info-look.el (info-lookup): Likewise.
12059 * simple.el (completion-setup-function): Likewise.
12060
12061 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12062 :options.
12063
12064 * bindings.el (mode-line-format): Fix line-number and
12065 column-number items. Add help-echo for the background.
12066 (mode-line-mule-info): Modify help-echo.
12067
12068 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12069
12070 * files.el (load-file): Allow completion to .elc.
12071
12072 * man.el: Doc fixes.
12073 (Man-init-defvars): Use display-color-p to set fontification.
12074
12075 * play/hanoi.el (hanoi-internal): Don't use oddp.
12076
12077 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12078
12079 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12080
12081 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12082
12083 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12084
12085 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12086 Fix comment.
12087
12088 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12089
12090 * font-lock.el (font-lock-keywords): Fix the doc now that
12091 regexp-opt-depth is unnecessary.
12092 (save-buffer-state): Set an edebug spec.
12093 (font-lock-fontify-anchored-keywords): Properly handle the case when
12094 the matcher goes past the limit.
12095
12096 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12097 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12098
12099 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12100 dll.el and cookie.el (from Elib) with heavy renaming and other
12101 massaging.
12102
12103 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12104 Autoload the functions used.
12105 (easy-mmode-define-syntax): Fix CL typo.
12106 (easy-mmode-define-derived-mode): Improve the docstring generation.
12107
12108 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12109
12110 * textmodes/texinfo.el (texinfo-version): Variable and function
12111 removed.
12112
12113 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12114
12115 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12116 allow more flexibility.
12117 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12118 fns.
12119 (easy-mmode-defmap, easy-mmode-defsyntax)
12120 (easy-mmode-define-derived-mode): New macros.
12121
12122 2000-03-09 Didier Verna <didier@xemacs.org>
12123
12124 * rect.el (replace-rectangle): New function.
12125
12126 2000-03-09 Dave Love <fx@gnu.org>
12127
12128 * progmodes/fortran.el (fortran-comment-line-start): Define as
12129 "C".
12130 (fortran-comment-line-start-skip): Don't match cpp stuff.
12131 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12132 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12133 (fortran-mode): Don't set fortran-comment-line-start-skip,
12134 fortran-comment-line-start here. Set comment-start,
12135 add-log-current-defun.
12136 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12137 (fortran-current-defun): New function.
12138
12139 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12140
12141 * emacs-lisp/re-builder.el: New file.
12142
12143 * mouse.el (mouse-drag-region): Don't run up-event handler
12144 if hscroll has changed.
12145
12146 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12147 builtin operators, use `font-lock-builtin-face' for Emacs and
12148 `font-lock-preprocessor-face' otherwise.
12149
12150 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12151 `(defun (setf foo)' differently.
12152
12153 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12154
12155 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12156 (regexp-opt): Update comment and adapt the code the new meaning of
12157 the `paren' argument of regex-opt-group for shy-groups.
12158 (regexp-opt-depth): Handle shy groups as well as backslashed
12159 backslashes.
12160 (regexp-opt-group): Turn the leading comment into a docstring.
12161 Allow `paren' to be a string (the string to use to open a group).
12162 Remove open-presuf and close-presuf. Instead of checking for `all
12163 one-char' and then later on check for `several one-char', handle
12164 both cases close together. Also apply a more generic algorithm
12165 for suffixes (the mirror image of the algorithm used for
12166 prefixes). Use shy-groups. Use nreverse rather than reverse.
12167 (regexp-opt-try-suffix): Removed.
12168
12169 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12170 from comint-mode-map, so we can just inherit from it. Also, move
12171 the initialization into the `defvar' since there's no docstring
12172 anyway and it's fairly short.
12173 (inferior-scheme-mode): Define it as derived-mode: the code is
12174 shorter and this way we inherit from comint-mode-map rather than
12175 copying it.
12176
12177 * subr.el (replace-regexps-in-string): Properly handle the case
12178 where we match an empty string.
12179
12180 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12181 when the command has a directory component (such as "./testml").
12182 Also fix a typo in the comment.
12183
12184 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12185
12186 * Makefile (compile-files): Compile files one by one because
12187 that's the only way to ensure a clean compilation environment for
12188 each individual file.
12189
12190 * frame.el (other-frame): Call x-focus-frame.
12191
12192 2000-03-07 Dave Love <fx@gnu.org>
12193
12194 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12195 :require to defcustom.
12196
12197 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12198 lists.
12199
12200 * files.el (auto-mode-alist): Add configure.in.
12201
12202 * progmodes/autoconf.el: New file.
12203
12204 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12205
12206 * mail/mh-e.el: Change maintainer to `none'.
12207
12208 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12209 to remove-hook and add-hook.
12210
12211 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12212
12213 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12214 it as the default.
12215 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12216 (sendmail-send-it): Conditionally add MIME headers specifying the
12217 used character set.
12218
12219 2000-03-07 Dave Love <fx@gnu.org>
12220
12221 * winner.el: Fix keywords, autoload cookies. Split
12222 eval-when-compile form to avoid compilation failure.
12223
12224 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12225
12226 * international/mule.el: Modify comment about coding system
12227 property `coding-category'.
12228 (make-coding-system): New argument EOL-TYPE. Pay attention to
12229 coding-category property of PROPERTIES.
12230
12231 * international/mule-conf.el (coding-category-utf-8,
12232 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12233 categories. Include them in the argument for set-coding-priority.
12234
12235 * international/mule-cmds.el (reset-language-environment): Include
12236 coding-category-utf-8, coding-category-utf-16-be, and
12237 coding-category-utf-16-le in the argument for set-coding-priority.
12238 (reset-language-environment): Initialize coding-category-utf-8,
12239 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12240
12241 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12242
12243 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12244 code abstracted out of `bookmark-jump-noselect'. Now tries info
12245 extensions as well as compression extensions.
12246 (bookmark-jump-noselect): Use above new func.
12247
12248 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12249
12250 * strokes.el: Change maintainer's mail address.
12251
12252 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12253
12254 * international/mule-diag.el (list-character-sets): Make help-echo
12255 string by substitute-command-keys.
12256 (list-character-sets): Likewise.
12257 (sort-listed-character-sets): Call help-setup-xref.
12258
12259 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12260
12261 * time.el (display-time-mail-file): Add `none' to the list of
12262 choices.
12263
12264 2000-03-01 Dave Love <fx@gnu.org>
12265
12266 * help.el (help-xref-go-back): Don't try to set position.
12267
12268 * international/mule-diag.el (list-character-sets): Call
12269 help-setup-xref. Add help-echo to xrefs.
12270 (list-character-sets-1): Add help-echo to xrefs.
12271
12272 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12273
12274 * frame.el (blink-cursor-mode): Switch cursor on when turning
12275 the mode off.
12276
12277 * add-log.el (add-log-current-defun): Add support for
12278 Autoconf mode.
12279
12280 * mail/rmail.el (rmail-quit-hook): New variable.
12281
12282 2000-03-01 Dave Love <fx@gnu.org>
12283
12284 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12285
12286 * help.el (help-xref-button): Add help-echo arg.
12287 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12288
12289 * faces.el (list-faces-display): Supply help-echo with
12290 help-make-xrefs.
12291
12292 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12293 nil.
12294
12295 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12296
12297 * image.el (defimage): Look for image files in load-path.
12298
12299 * frame.el (busy-cursor-delay-seconds): Change type to
12300 `number'.
12301
12302 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12303
12304 * recentf.el (recentf): Added version tag to the defgroup of
12305 recentf.
12306
12307 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12308
12309 * recentf.el (recentf-cleanup): Changed to remove excluded file
12310 too.
12311 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12312 action to select/unselect a file.
12313 (recentf-edit-list): Code cleanup and improvement.
12314 (recentf-open-more-files-action): `recentf-open-more-files' button
12315 widget action to open a file.
12316 (recentf-open-more-files): No more use standard completion but
12317 widgets.
12318 (recentf-more-collection): Deleted.
12319 (recentf-more-history): Deleted.
12320 (recentf-setup-more-completion): Deleted.
12321
12322 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12323
12324 * recentf.el (recentf-mode): No more needs that Emacs is running
12325 under a window-system.
12326
12327 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12328
12329 * recentf.el (recentf-edit-list): New command to edit the recent
12330 list which allow the user to remove files.
12331 (recentf-edit-selected-items): New global variable, used by
12332 `recentf-edit-list' to hold the list of files to be removed from
12333 the recent list.
12334 (recentf-make-menu-items): Updated to display a "Edit list..."
12335 menu item. Minor code cleanup.
12336
12337 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12338
12339 * recentf.el (recentf-open-more-files): New command to open files
12340 that are not displayed in the menu.
12341 (recentf-more-collection): New global variable holding the set of
12342 permissible completions used by `recentf-open-more-files'.
12343 (recentf-more-history): New global variable holding the history list
12344 used by `recentf-open-more-files' completion.
12345 (recentf-setup-more-completion): New function to setup completion for
12346 `recentf-open-more-files'.
12347 (recentf-make-menu-items): Updated to display a "More..." menu item.
12348
12349 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12350
12351 * recentf.el (recentf-menu-action): Doc fixed.
12352
12353 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12354
12355 * recentf.el (recentf-menu-filter): Doc updated.
12356 (recentf-update-menu-hook): Allow menu filters to force menu update.
12357 (recentf-make-menu-items): New menu filter handling.
12358 (recentf-make-menu-item): New helper function.
12359 (recentf-menu-elements): New menu handling function.
12360 (recentf-sort-ascending): Updated to new menu filter handling.
12361 (recentf-sort-descending): Updated to new menu filter handling.
12362 (recentf-sort-basenames-ascending): New menu filter function.
12363 (recentf-sort-basenames-descending): New menu filter function.
12364 (recentf-show-basenames): New menu filter function.
12365 (recentf-show-basenames-ascending): New menu filter function.
12366 (recentf-show-basenames-descending): New menu filter function.
12367
12368 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12369
12370 * diary-lib.el (list-diary-entries): Don't try to go forward at
12371 the end of the buffer.
12372
12373 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12374
12375 * international/mule-diag.el (list-character-sets): Completely
12376 rewritten.
12377 (sort-listed-character-sets): New function.
12378 (list-character-sets-1): Completely rewritten.
12379 (list-character-sets-2): New function.
12380 (non-iso-charset-alist): New variable.
12381 (decode-codepage-char): New function.
12382 (charset-history): New variable.
12383 (read-charset) (list-block-of-chars)
12384 (list-iso-charset-chars)
12385 (list-non-iso-charset-chars)
12386 (list-charset-chars): New functions.
12387 (mule-diag): Call list-character-sets-2, not
12388 list-character-sets-2.
12389 (dump-charsets): Likewise.
12390
12391 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12392
12393 * dired-x.el (dired-filename-at-point): Add `@' to valid
12394 file name characters.
12395 (dired-filename-at-point): Handle ange-ftp file names.
12396
12397 * frame.el (frame-notice-user-settings): Use assq-delete-all
12398 instead of assoc-delete-all.
12399 (frame-notice-user-settings): Ditto.
12400
12401 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12402 Don't copy alist.
12403
12404 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12405
12406 * calculator.el (calculator-use-menu): New option.
12407 (calculator-initial-bindings): Changed some bindings to work as
12408 macros.
12409 (calculator-forced-input): Removed.
12410 (calculator-restart-other-mode): New variable.
12411 (calculator-mode-map): Set up menu.
12412
12413 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12414
12415 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12416 tags.
12417
12418 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12419
12420 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12421 translate all ESC key sequences.
12422 (viper-goto-mark-subr): restore markers for files for which
12423 they were saved.
12424 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12425 * viper-util.el (viper-set-replace-overlay-glyphs,
12426 viper-set-replace-overlay): always check if the replacement
12427 overlay is live.
12428 * viper.el (viper-vi-state-mode-list): added major modes.
12429 * ediff-wind.el: minor comment changes.
12430 * ediff.el: copyright notice date fix.
12431
12432 2000-02-27 Jason Rumney <jasonr@gnu.org>
12433
12434 * faces.el (face-font-family-alternatives): Add arial to helv.
12435 (mode-line, header-line, tool-bar): Same default as x for w32.
12436 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12437 face-font-family-alternatives from working.
12438 * term/w32-win.el (mouse-set-font): Do not build fontset from
12439 chosen font.
12440
12441 2000-02-25 Sam Steingold <sds@goems.com>
12442
12443 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12444 properly.
12445
12446 2000-02-25 Richard M. Stallman <rms@gnu.org>
12447
12448 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12449
12450 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12451
12452 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12453 writable.
12454
12455 * frame.el (busy-cursor-delay-seconds): New option.
12456
12457 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12458
12459 * frame.el (show-cursor-in-non-selected-windows): New option.
12460
12461 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12462
12463 * diary-lib.el (include-other-diary-files): Undo the selective
12464 display in any included file and don't kill it.
12465
12466 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12467
12468 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12469 bar. Menu items converted to (menu-item format, help strings
12470 added.
12471 [downcase, upcase]: Don't enable on MS-DOS.
12472 [symlink, symlinks]: Don't show if make-symbolic-link is not
12473 bound.
12474 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12475
12476 2000-02-23 Dave Love <fx@gnu.org>
12477
12478 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12479 (backward-kill-word): Revert addition of * to interactive spec --
12480 it's a feature.
12481
12482 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12483 (backward-kill-sentence, kill-sentence): Likewise.
12484
12485 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12486 scratch buffer name.
12487 (gud-format-command): Use int-to-string in ?l case. Simplify
12488 slightly.
12489
12490 * term/w32-win.el (internal-face-interactive): Update prompt for
12491 new read-face-name.
12492
12493 * mail/footnote.el (footnote): Add :version to defgroup.
12494 (footnote-section-tag-regexp): Customize.
12495 (footnote-start-tag, footnote-end-tag): New option.
12496 (footnote-latin-regexp): New variable.
12497 (Footnote-latin): New function.
12498 (footnote-style-alist): Add element for latin style.
12499 (footnote-style): Moved.
12500 (Footnote-goto-footnote): Use eq to test arg.
12501
12502 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12503
12504 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12505 (byte-compile-trueconstp): Include keywords.
12506 (byte-optimize-quote, byte-optimize-lapcode): Use
12507 byte-compile-const-symbol-p.
12508 (byte-optimize-char-before): New optimization.
12509
12510 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12511 (byte-compile-const-symbol-p): New function.
12512 (byte-compile-constp, byte-compile-out-toplevel)
12513 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12514 Use it.
12515
12516 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12517
12518 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12519
12520 * international/encoded-kb.el: Be sure to update minor-mode-alist
12521 and minor-mode-map-alist.
12522 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12523 codes SS2 and SS3 correctly.
12524 (encoded-kbd-self-insert-ccl): New function.
12525 (encoded-kbd-setup-keymap): New function.
12526 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12527 by calling encoded-kbd-setup-keymap.
12528
12529 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12530 characters.
12531 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12532 locally.
12533
12534 2000-02-22 Dave Love <fx@gnu.org>
12535
12536 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12537 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12538 defvar.
12539 (lisp-mode-syntax-table): Set up for #|...|# comments.
12540 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12541 classes. Match `defface'.
12542 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12543 (eval-defun-1): Fix for defcustom.
12544 (lisp-indent-region): Doc fix.
12545
12546 * subr.el (when, unless, split-string): Doc fix.
12547 (read-passwd): Move call of clear-this-command-keys to the right
12548 place.
12549 (replace-regexps-in-string): New function.
12550
12551 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12552
12553 * help.el (describe-variable): Set syntax table to
12554 emacs-lisp-mode-syntax-table when moving forward over the
12555 symbol's name.
12556
12557 2000-02-22 Dave Love <fx@gnu.org>
12558
12559 * xt-mouse.el: Doc fixes.
12560 (xterm-mouse-position-function): New function, replacing advice of
12561 mouse-position.
12562 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12563
12564 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12565
12566 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12567
12568 * format.el (format-annotate-single-property-change): Handle
12569 properties.with dotted-list values.
12570 (format-proper-list-p): New function.
12571
12572 * enriched.el (enriched-face-ans): Handle '(foreground-color
12573 . COLOR) and (background-color . COLOR).
12574
12575 2000-02-20 Dave Love <fx@gnu.org>
12576
12577 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12578 and assignments to it.
12579 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12580 current local map.
12581 (make-flyspell-overlay): Use it.
12582 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12583
12584 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12585 (lm-get-header-re): Defun, not defsubst.
12586 (lm-get-package-name): Defun, not defsubst. Simplify.
12587 (lm-version): Doc fix. Simplify.
12588 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12589 (lm-crack-address, lm-last-modified-date, lm-commentary)
12590 (lm-verify, lm-synopsis): Simplify.
12591 (lm-report-bug): Require emacsbug. Use compose-mail.
12592
12593 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12594
12595 * dired.el (dired-mode): Call propertized-buffer-identification
12596 to set mode-line-buffer-identification to something having
12597 the right text properties.
12598
12599 * bindings.el (propertized-buffer-identification): New function.
12600
12601 2000-02-20 Dave Love <fx@gnu.org>
12602
12603 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12604 check for t-mouse too.
12605
12606 * cus-start.el: Make echo-keystrokes `number'.
12607
12608 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12609
12610 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12611 Don't call ring-empty-p unless tags-location-ring is bound.
12612 From Noah Friedman <friedman@splode.com>.
12613
12614 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12615
12616 * progmodes/hideshow.el (hs-flag-region): No longer use
12617 `intangible' overlay property.
12618
12619 (hs-toggle-hiding): New command.
12620 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12621
12622 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12623 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12624 and deactivation.
12625
12626 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12627
12628 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12629
12630 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12631
12632 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12633
12634 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12635 of `*' to handle `(* ... *)' comments.
12636
12637 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12638
12639 * faces.el (list-faces-display): Use display-mouse-p instead of
12640 window-system.
12641
12642 * menu-bar.el (global-map): Menu-bar items converted to the new
12643 format (menu-item..., rearranged for better CUA compliance, and
12644 their names changed for better clarity. Help strings added.
12645
12646 * international/mule-cmds.el (mule-menu-keymap)
12647 (describe-language-environment-map, set-coding-system-map)
12648 (setup-language-environment-map): Convert to new (menu-item...
12649 form, add help strings. Change names of menu items for better
12650 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12651 submenu).
12652
12653 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12654
12655 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12656 within the code.
12657
12658 2000-02-16 Dave Love <fx@gnu.org>
12659
12660 * faces.el: Don't require custom. Add more specific :groups to
12661 various deffaces.
12662 (set-face-attribute): Purecopy args.
12663 (read-face-name): Default to name at point and use it in prompt.
12664 Remove colon from arg in all callers.
12665 (list-faces-display): Hyperlink to face descriptions and customize
12666 buffers.
12667
12668 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12669
12670 * wid-edit.el (widget-match-inline): An atom never matches a
12671 list.
12672
12673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12674
12675 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12676 at ':' characters by call to split-string.
12677
12678 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12679
12680 * textmodes/bibtex.el: Added RCS version identification.
12681
12682 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12683
12684 * textmodes/bibtex.el: Some temporary comments removed.
12685 (bibtex-field-name, bibtex-entry-type): Made the relationship
12686 explicit.
12687 (bibtex-field-const): Allow capital letters.
12688 (bibtex-start-of-string): Deleted because unused.
12689
12690 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12691 use the term 'reference' to describe a bibtex entry as a whole.
12692 Further, reference keys are no longer called 'labels'.
12693 (bibtex-keys): Renamed to bibtex-reference-keys.
12694 (bibtex-reformat-previous-labels): Renamed to
12695 bibtex-reformat-previous-reference-keys.
12696 (bibtex-reference-type): Renamed to bibtex-entry-type.
12697 (bibtex-reference-head): Renamed to bibtex-entry-head.
12698 (bibtex-reference-maybe-empty-head): Renamed to
12699 bibtex-entry-maybe-empty-head.
12700 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12701 (bibtex-search-reference): Renamed to bibtex-search-entry.
12702 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12703 bibtex-enclosing-entry-maybe-empty-head.
12704 (bibtex-entry-field-alist, bibtex-entry-head,
12705 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12706 bibtex-map-entries, bibtex-search-entry,
12707 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12708 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12709 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12710 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12711 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12712 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12713 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12714
12715 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12716
12717 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12718 comment.
12719 (bibtex-format-field-delimiters): New function, functionality
12720 extracted from bibtex-format-entry.
12721 (bibtex-autokey-get-yearfield-digits): New function, functionality
12722 extracted from bibtex-autokey-get-yearfield.
12723
12724 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12725 entries in order to avoid stack overflow in the regexp matcher if
12726 field contents become large.
12727 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12728 bibtex-field-string-part-not-braced,
12729 bibtex-field-string-part-no-inner-braces,
12730 bibtex-field-string-part-1-inner-brace,
12731 bibtex-field-string-part-2-inner-braces,
12732 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12733 bibtex-field-string-quoted, bibtex-field-string,
12734 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12735 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12736 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12737 as parsing is now performed by the following functions.
12738 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12739 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12740 bibtex-parse-field-string, bibtex-search-forward-field-string,
12741 bibtex-parse-association, bibtex-field-name-for-parsing,
12742 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12743 bibtex-search-forward-field, bibtex-search-backward-field,
12744 bibtex-start-of-field, bibtex-end-of-field,
12745 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12746 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12747 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12748 bibtex-parse-string, bibtex-search-forward-string,
12749 bibtex-search-backward-string, bibtex-start-of-string,
12750 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12751 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12752 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12753 entries. Instead of reporting the results of the parsing by
12754 match-beginning or match-end, these functions return data structures
12755 that hold the corresponding positions.
12756 (bibtex-enclosing-field): Changed to also report field boundaries by
12757 return values rather than by match-beginning or match-end. The
12758 following functions have been adapted to use the new parsing
12759 functions.
12760 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12761 bibtex-enclosing-field, bibtex-format-entry,
12762 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12763 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12764 bibtex-print-help-message, bibtex-end-of-entry,
12765 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12766 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12767 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12768 method for parsing.
12769 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12770 bibtex-map-entries, bibtex-flash-head,
12771 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12772 bibtex-autokey-change, bibtex-autokey-get-namefield,
12773 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12774 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12775 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12776 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12777 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12778 order to make the new binding of case-fold-search immediately
12779 visible.
12780
12781 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12782
12783 * textmodes/bibtex.el: Copyright notice is up to date.
12784 Added constant 'bibtex-maintainer-salutation.
12785
12786 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12787 than make-temp-name, use match-string-no-properties and eliminate
12788 a quadratic behavior when building bibtex-strings.
12789
12790 * bibtex.el (bibtex-reference-key): Accept string entries whose
12791 reference key contains upper case letters.
12792
12793 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12794
12795 * bibtex.el (bibtex-reference-head): Allow entries to start with
12796 a new line.
12797
12798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12799
12800 * bibtex.el: Hiding of entry bodies is not longer provided by
12801 bibtex.el directly. Instead the hideshow package can be used.
12802 Added a special bibtex entry to hs-special-modes-alist.
12803 (bibtex-hs-forward-sexp): Added for hideshow.el.
12804
12805 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12806
12807 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12808 at ':' characters by call to split-string.
12809
12810 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12811
12812 * textmodes/bibtex.el: Added RCS version identification.
12813
12814 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12815
12816 * textmodes/bibtex.el: Some temporary comments removed.
12817 (bibtex-field-name, bibtex-entry-type): Made the relationship
12818 explicit.
12819 (bibtex-field-const): Allow capital letters.
12820 (bibtex-start-of-string): Deleted because unused.
12821
12822 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12823 use the term 'reference' to describe a bibtex entry as a whole.
12824 Further, reference keys are no longer called 'labels'.
12825 (bibtex-keys): Renamed to bibtex-reference-keys.
12826 (bibtex-reformat-previous-labels): Renamed to
12827 bibtex-reformat-previous-reference-keys.
12828 (bibtex-reference-type): Renamed to bibtex-entry-type.
12829 (bibtex-reference-head): Renamed to bibtex-entry-head.
12830 (bibtex-reference-maybe-empty-head): Renamed to
12831 bibtex-entry-maybe-empty-head.
12832 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12833 (bibtex-search-reference): Renamed to bibtex-search-entry.
12834 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12835 bibtex-enclosing-entry-maybe-empty-head.
12836 (bibtex-entry-field-alist, bibtex-entry-head,
12837 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12838 bibtex-map-entries, bibtex-search-entry,
12839 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12840 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12841 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12842 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12843 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12844 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12845 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12846
12847 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12848
12849 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12850 comment.
12851 (bibtex-format-field-delimiters): New function, functionality
12852 extracted from bibtex-format-entry.
12853 (bibtex-autokey-get-yearfield-digits): New function, functionality
12854 extracted from bibtex-autokey-get-yearfield.
12855
12856 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12857 entries in order to avoid stack overflow in the regexp matcher if
12858 field contents become large.
12859 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12860 bibtex-field-string-part-not-braced,
12861 bibtex-field-string-part-no-inner-braces,
12862 bibtex-field-string-part-1-inner-brace,
12863 bibtex-field-string-part-2-inner-braces,
12864 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12865 bibtex-field-string-quoted, bibtex-field-string,
12866 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12867 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12868 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12869 as parsing is now performed by the following functions.
12870 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12871 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12872 bibtex-parse-field-string, bibtex-search-forward-field-string,
12873 bibtex-parse-association, bibtex-field-name-for-parsing,
12874 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12875 bibtex-search-forward-field, bibtex-search-backward-field,
12876 bibtex-start-of-field, bibtex-end-of-field,
12877 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12878 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12879 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12880 bibtex-parse-string, bibtex-search-forward-string,
12881 bibtex-search-backward-string, bibtex-start-of-string,
12882 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12883 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12884 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12885 entries. Instead of reporting the results of the parsing by
12886 match-beginning or match-end, these functions return data structures
12887 that hold the corresponding positions.
12888 (bibtex-enclosing-field): Changed to also report field boundaries by
12889 return values rather than by match-beginning or match-end. The
12890 following functions have been adapted to use the new parsing
12891 functions.
12892 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12893 bibtex-enclosing-field, bibtex-format-entry,
12894 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12895 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12896 bibtex-print-help-message, bibtex-end-of-entry,
12897 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12898 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12899 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12900 method for parsing.
12901 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12902 bibtex-map-entries, bibtex-flash-head,
12903 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12904 bibtex-autokey-change, bibtex-autokey-get-namefield,
12905 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12906 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12907 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12908 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12909 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12910 order to make the new binding of case-fold-search immediately
12911 visible.
12912
12913 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12914
12915 * textmodes/bibtex.el: Copyright notice is up to date.
12916 Added constant 'bibtex-maintainer-salutation.
12917
12918 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12919 than make-temp-name, use match-string-no-properties and eliminate
12920 a quadratic behavior when building bibtex-strings.
12921
12922 * bibtex.el (bibtex-reference-key): Accept string entries whose
12923 reference key contains upper case letters.
12924
12925 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12926
12927 * bibtex.el (bibtex-reference-head): Allow entries to start with
12928 a new line.
12929
12930 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12931
12932 * bibtex.el: Hiding of entry bodies is not longer provided by
12933 bibtex.el directly. Instead the hideshow package can be used.
12934 Added a special bibtex entry to hs-special-modes-alist.
12935 (bibtex-hs-forward-sexp): Added for hideshow.el.
12936
12937 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12938
12939 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12940 proceedings entry type (for cross referencing). Thanks to Wagner
12941 Toledo Correa for the suggestion.
12942
12943 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12944
12945 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12946
12947 * international/characters.el: Setup case table for Vietnamese.
12948
12949 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12950
12951 * uniquify.el (toplevel): Require CL at compile time.
12952 (uniquify-push): Removed.
12953
12954 * shadowfile.el (shadow-when): Removed.
12955
12956 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12957 (tempo-process-and-insert-string): Use dolist instead of
12958 tempo-dolist.
12959
12960 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12961 regexp for paragraph-start.
12962
12963 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12964 commas as well.
12965
12966 2000-02-10 Dave Love <fx@gnu.org>
12967
12968 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12969 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12970 Deleted.
12971 (widget-specify-field, widget-specify-button): Don't use
12972 widget-mouse-help as help-echo property.
12973 (default): Use #'ignore for :validate and :mouse-down-action.
12974 (checkbox): Add help-echo.
12975 (widget-sexp-validate): Rewritten to clarify error messages.
12976 (character): Use char-valid-p in :match function.
12977 (widget-color-complete): Use facemenu-color-alist.
12978 (widget-color-action): Use facemenu-read-color.
12979
12980 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12981 set up `caar' &c that we now have.
12982
12983 2000-02-09 Ray Blaak <blaak@gnu.org>
12984
12985 * delphi.el: Make resourcestring a declaration region, like const
12986 and var.
12987
12988 2000-02-09 Dave Love <fx@gnu.org>
12989
12990 * bindings.el (mode-line-input-method-map): New variable.
12991 (mode-line-mule-info): Use it; fix last change.
12992 (mode-line-mode-menu): Move definition.
12993 (mode-line-mouse-sensitive-p): Deleted.
12994 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12995 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12996 level.
12997
12998 * startup.el (command-line-1): Don't call
12999 make-mode-line-mouse-sensitive.
13000
13001 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13002
13003 * mail/rmail.el (rmail-retry-failure): Use
13004 rmail-beginning-of-message before rmail-toggle-header, because the
13005 former toggles headers.
13006
13007 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13008
13009 * diff-mode.el (diff-kill-junk): New interactive function.
13010 (diff-reverse-direction): Use delete-and-extract-region.
13011 (diff-post-command-hook): Restrict the area so that the hook also works
13012 outside of any diff hunk. This is necessary for the minor-mode.
13013 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13014 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13015
13016 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13017 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13018 so that it can be used more easily in <foo>-mode-hook. Also make sure
13019 to avoid duplicate entries.
13020 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13021 (font-lock-remove-keywords): Just as was done for `add', allow it to
13022 work even if font-lock-mode is nil. Also make sure we don't modify
13023 any pre-existing list by forcing a copy-sequence. Finally rename
13024 `major-mode' to `mode'.
13025 (font-lock-fontify-syntactic-anchored-keywords)
13026 (font-lock-fontify-anchored-keywords)
13027 (font-lock-fontify-keywords-region): Use line-end-position.
13028 Don't make `font-lock-multiline' local (it's now done in
13029 font-lock-set-defaults).
13030 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13031 move the `font-lock-fontified' creation to inside the `unless'.
13032
13033 2000-02-06 Andrew Innes <andrewi@gnu.org>
13034
13035 * term/w32-win.el (x-handle-args): Comment out call to message,
13036 which occurs before window system is initialized.
13037
13038 * makefile.nt: Add support for recompiling lisp code.
13039
13040 2000-02-04 Dave Love <fx@gnu.org>
13041
13042 * bindings.el (mode-line-mule-info): Fix/extend last change.
13043
13044 * completion.el: Replace completion-dolist with dolist.
13045
13046 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13047 dotimes.
13048
13049 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13050
13051 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13052 environment names before they go into the section regexp.
13053
13054 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13055 char class in regexp.
13056
13057 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13058 `case-fold-search' to nil.
13059
13060 * progmodes/idlwave.el (idlwave-template): Respect
13061 `idlwave-abbrev-change-case'.
13062 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13063 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13064 idlwave-while): respect `idlwave-reserved-word-upcase'.
13065 (idlwave-rw-case): New function.
13066 (idlwave-statement-match): Fixed problem with assignment regexp.
13067 (idlwave-font-lock-keywords): Improved regexp for keyword
13068 parameters.
13069 (idlwave-surround): New argument LENGTH to support padding of
13070 operators longer than 1 char.
13071
13072 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13073 idlwave-shell-expression-overlay. Implemented printing of
13074 expressions on higher levels of the calling stack.
13075 (idlwave-shell-display-level-in-calling-stack): Restore stack
13076 level.
13077 (idlwave-retrieve-expression-from-level): New function.
13078 (idlwave-shell-last-calling-stack): Variable removed.
13079 (idlwave-shell-reset): Argument action reversed (`visible' to
13080 `hidden'). Also remove stop-line overlay.
13081 (idlwave-shell-calling-stack-routine): New variable.
13082 (idlwave-shell-parse-stack-and-display): Messages now display
13083 negative level numbers.
13084 (idlwave-shell-mode): Set `modeline-format'.
13085 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13086 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13087 21.
13088 (idlwave-shell-print-expression-function): New option.
13089
13090 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13091 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13092 `tool-bar' instead of `toolbar'.
13093
13094 2000-02-02 Dave Love <fx@gnu.org>
13095
13096 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13097 emacs-lisp-mode-hook. Don't check for defalias being defined.
13098
13099 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13100 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13101 the new builtins directly.
13102
13103 * whitespace.el (whitespace): Add :version to defgroup.
13104
13105 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13106 Doc fix.
13107
13108 * thingatpt.el (sexp-at-point, symbol-at-point)
13109 (number-at-point, list-at-point): Add autoload cookie.
13110
13111 * recentf.el (recentf): Add :version to defgroup.
13112
13113 * quickurl.el (quickurl): Add :version to defgroup.
13114
13115 * elide-head.el (elide-head): Use point-marker more.
13116
13117 * bs.el (bs): Add :version to defgroup.
13118
13119 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13120
13121 * progmodes/delphi.el (delphi): Add :version to defgroup.
13122
13123 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13124
13125 * ange-ftp.el (ange-ftp-write-region): Handle case that
13126 succeeding process operation sets a different coding system.
13127
13128 * calculator.el: New file.
13129
13130 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * frame.el (frames-on-display-list, framep-on-display): New
13133 functions.
13134 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13135 (display-selections-p, display-screens, display-pixel-width)
13136 (display-pixel-height, display-mm-width, display-mm-height)
13137 (display-backing-store, display-save-under, display-planes)
13138 (display-color-cells, display-visual-class): New functions.
13139
13140 * term/tty-colors.el (tty-color-gray-shades): New function.
13141
13142 * faces.el (display-color-p): Use framep-on-display.
13143 (display-grayscale-p): New function.
13144
13145 2000-01-31 Dave Love <fx@gnu.org>
13146
13147 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13148 (create-fontset-from-x-resource): Don't concat integers.
13149
13150 2000-01-31 Inge Frick <inge@nada.kth.se>
13151
13152 * view.el: Some changes in documentation. Removed some trailing
13153 whitespace. Changed some parameter names to agree with
13154 documentation.
13155 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13156 window is not deleted. Modifies change 1998-04-26.
13157
13158 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13159
13160 * windmove.el: New file.
13161
13162 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13163 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13164 progmodes/ebnf-yac.el: Update copyright and license info.
13165
13166 * jit-lock.el (jit-lock-function): Widen before calculating end
13167 position.
13168 (jit-lock-stealth-chunk-start): Rewritten.
13169
13170 * info.el (Info-title-face-alist): Removed.
13171 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13172 faces.
13173 (Info-fontify-node): Use these faces.
13174
13175 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13176
13177 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13178 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13179 `&allow-other-keywords'.
13180
13181 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13182 the list of directories scanned heuristically.
13183
13184 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13185 exist.
13186
13187 2000-01-30 Jason Rumney <jasonr@gnu.org>
13188
13189 * w32-fns.el: Define w32-tty-standard-colors.
13190
13191 * startup.el (command-line): Use w32-tty-standard-colors when in
13192 w32 console mode.
13193
13194 2000-01-30 Dave Love <fx@gnu.org>
13195
13196 * jka-compr.el (jka-compr-load): Fix up load-history.
13197
13198 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13199
13200 * emacs-lisp/cl-macs.el: Revert previous change.
13201
13202 2000-01-29 Dave Love <fx@gnu.org>
13203
13204 * facemenu.el: Purecopy various strings.
13205
13206 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13207 years. Deal with three-digit years.
13208
13209 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13210 defconst, purecopy.
13211 (help-back-label): Purecopy it.
13212
13213 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13214
13215 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13216 variable. If non-nil, order the buffer list according to the
13217 currently selected frame.
13218 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13219 non-nil, pass the selected frame to function buffer-list.
13220
13221 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13222
13223 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13224
13225 2000-01-28 Dave Love <fx@gnu.org>
13226
13227 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13228
13229 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13230 Don't use lisp-indent-hook property.
13231 (cl-abs): Remove.
13232
13233 * subr.el: Move out indent and edebug specs for when and unless.
13234
13235 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13236 when, unless.
13237
13238 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13239 unless, when.
13240
13241 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13242
13243 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13244 `collecting' as synonym for `collect'.
13245
13246 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13247 for the case it contains spaces.
13248
13249 * simple.el (what-cursor-position): Change formatting of
13250 messages.
13251
13252 * frame.el (delete-other-frames): New function.
13253 (toplevel): Bind it to C-x 5 1.
13254
13255 * sort.el (sort-numeric-base): New option.
13256 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13257 interpret it as octal or hexadecimal. Use sort-numeric-base
13258 as default base.
13259
13260 * progmodes/glasses.el: New file.
13261
13262 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13263
13264 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13265 userids differently.
13266
13267 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13268 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13269 progmodes/ebnf-yac.el: New files.
13270
13271 2000-01-26 Dave Love <fx@gnu.org>
13272
13273 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13274 on a function with an empty body. [From Eric Ludlam.]
13275
13276 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13277
13278 * vc.el (vc-version-diff): Make sure file name is expanded.
13279
13280 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13281
13282 * scroll-bar.el (scroll-bar-timer): Variable removed.
13283 (scroll-bar-toolkit-scroll): Don't use a timer.
13284
13285 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13286
13287 * language/thai-util.el (thai-composition-function): Delete
13288 superfluous `a'.
13289
13290 2000-01-24 Dave Love <fx@gnu.org>
13291
13292 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13293 end-of-defun-function.
13294
13295 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13296 &c.
13297
13298 2000-01-22 Jason Rumney <jasonr@gnu.org>
13299
13300 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13301 conflicts with new face support.
13302
13303 2000-01-22 Richard M. Stallman <rms@gnu.org>
13304
13305 * replace.el (query-replace): Rename last arg to DELIMITED.
13306 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13307 (query-replace-regexp): Likewise.
13308
13309 2000-01-20 Richard M. Stallman <rms@gnu.org>
13310
13311 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13312
13313 * emacs-lisp/lisp.el (beginning-of-defun-function):
13314 Variable renamed from beginning-of-defun.
13315 Do not call make-variable-buffer-local.
13316 (beginning-of-defun-raw): Use new variable name; doc fix.
13317 (beginning-of-defun): Doc fix.
13318 (end-of-defun-function): Variable renamed from end-of-defun.
13319 Do not call make-variable-buffer-local.
13320 (end-of-defun): Use new variable name; doc fix.
13321
13322 * subr.el (dolist, dotimes): Copied from cl-macs.el
13323 and made to work.
13324
13325 * mail/undigest.el (rmail-digest-end-regexps):
13326 Variable replaces rmail-digest-end-regexp.
13327 Allows multiple regexps for detecting the end line.
13328 (undigestify-rmail-message): Corresponding changes.
13329
13330 2000-01-19 Dave Love <fx@gnu.org>
13331
13332 * files.el (user-init-file): Don't declare here -- is primitive.
13333
13334 * startup.el (command-line): Check for compiled user-init-file and
13335 set to uncompiled version if necessary.
13336
13337 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13338
13339 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13340 (undigestify-rmail-message): Use it.
13341
13342 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13343
13344 2000-01-17 Gerd Moellmann <gerd@gnu.org>
13345
13346 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13347 of mini-buffer.
13348
13349 2000-01-14 Gerd Moellmann <gerd@gnu.org>
13350
13351 * emacs-lisp/copyright.el (copyright-update): Removed the
13352 requirement for a trailing space from `copyright-regexp', to
13353 support copyrights with owner specified on a separate line..
13354
13355 * align.el: New file.
13356
13357 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13358
13359 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13360
13361 2000-01-13 Dave Love <fx@gnu.org>
13362
13363 * ph.el: Removed. (Obsoleted by EUDC.)
13364
13365 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13366
13367 * net/eudc.el (toplevel): Remove autoloaded code installing
13368 menu with easymenu, because that causes build problems.
13369
13370 * frame.el (frame-notice-user-settings): New variable.
13371 (frame-notice-user-settings): Don't modify frame parameters
13372 if called a second time.
13373
13374 2000-01-13 Richard M. Stallman <rms@gnu.org>
13375
13376 * frame.el (frame-notice-user-settings):
13377 Notice default-frame-parameters even for non-window frames.
13378
13379 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13380
13381 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13382 for Emacs.
13383 (eudc-bob-can-display-inline-images): Extend for Emacs.
13384 (eudc-bob-toggle-inline-display): Ditto.
13385 (eudc-bob-display-jpeg): Ditto.
13386
13387 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13388
13389 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13390 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13391 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13392
13393 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13394 nil)'.
13395
13396 * subdirs.el: Add `net' directory.
13397
13398 * net: New directory.
13399
13400 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13401 eval-last-sexp. Don't bind debug-on-error here.
13402 (eval-last-sexp): New function. Bind debug-on-error if
13403 eval-expression-debug-on-error is non-nil.
13404 (eval-defun-2, eval-defun): Likewise.
13405
13406 * simple.el (eval-expression): Don't bind debug-on-error if
13407 eval-expression-debug-on-error is nil. Detect changed
13408 debug-on-error, and propagate new value to global binding, if
13409 eval-expression-debug-on-error is non-nil,
13410 (eval-expression-debug-on-error): Change doc string.
13411
13412 2000-01-11 Richard M. Stallman <rms@gnu.org>
13413
13414 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13415
13416 * emacs-lisp/lisp-mode.el (with-syntax-table):
13417 Set up lisp-indent-function property.
13418
13419 * subr.el (with-syntax-table): Moved from simple.el.
13420
13421 * simple.el (with-syntax-table): Moved to subr.el.
13422
13423 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13424
13425 * tmm.el (tmm-shortcut): Delete region after prompt instead
13426 of erasing buffer.
13427
13428 * textmodes/fill.el (fill-common-string-prefix): New function.
13429 (fill-context-prefix): Use the longest common prefix of first
13430 and second line fill prefix, if there is one.
13431
13432 2000-01-11 Richard M. Stallman <rms@gnu.org>
13433
13434 * array.el (array-mode): Don't use make-variable-buffer-local.
13435 Use make-local-variable for `truncate-lines'.
13436
13437 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13438
13439 * add-log.el (add-log-current-defun): Handle user-defined
13440 add-log-current-function returning nil,
13441
13442 * add-log.el (add-change-log-entry): Insert version number
13443 if having found a current function
13444
13445 * add-log.el (add-log-current-defun): Call
13446 `add-log-current-defun-function'. Try matches at level 0 and
13447 level 1. Strip whitespace from defun found.
13448
13449 2000-01-10 John Wiegley <johnw@gnu.org>
13450
13451 * allout.el (isearch-done/outline-provisions): Added `edit'
13452 argument to correspond with the current definition of
13453 `isearch-done'.
13454
13455 2000-01-10 Dave Love <fx@gnu.org>
13456
13457 * elide-head.el (elide-head): Use point-marker, not point.
13458
13459 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13460
13461 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13462 before and after the year 2000.
13463
13464 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13465 Add ispell- prefix.
13466
13467 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13468
13469 * ispell.el: Only define dictionaries in menus when they exist.
13470 (version18p): New variable.
13471 (version20p): New variable.
13472 (xemacsp): New variable.
13473 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13474 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13475 (ispell-dictionary-alist6): Russian command lines no longer accept
13476 run-together words.
13477 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13478 (ispell-dictionary-alist): Add koi8-r to customize definition.
13479 (check-ispell-version): Added documentation string. Returns
13480 library path when called non-interactively.
13481 (ispell-menu-map-needed): Uses new variables.
13482 (ispell-library-path): New variable.
13483 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13484 (ispell-word): Improved documentation string. Test for valid
13485 character mappings. Correctly check typed in word changes that can
13486 result in single words split into multiple words. Returns
13487 replacement word.
13488 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13489 replace in recursive query replace mode. Help message for
13490 recursive edit mode.
13491 (ispell-show-choices): Protect against bad framepop bindings.
13492 (ispell-help): Fix to work with XEmacs.
13493 (ispell-highlight-spelling-error): Use new variables.
13494 (ispell-overlay-window): Fix to work with XEmacs.
13495 (ispell-parse-output): Passed and returns location information
13496 tracking spelling corrections. Doesn't recheck same word on
13497 current line.
13498 (ispell-init-process): Protect against bogus XEmacs variable binding.
13499 Fix call to single argument in sleep-for. Use new variables.
13500 (ispell-region): Passed and returns location information tracking
13501 spelling corrections. Doesn't check same word on current line.
13502 Improved documentation string. Doesn't resend a line already
13503 checked to the ispell process - fixes bug in LaTeX parsing.
13504 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13505 (ispell-skip-region): No longer skips <TT> in SGML.
13506 (ispell-process-line): Tracks location information with spelling
13507 corrections. Added documentation string. Accounts for words
13508 already accepted on this line. Don't allow query-replace on line
13509 starting with math characters. Doesn't resend a line already sent
13510 to ispell process. Fixes alignment error bug.
13511
13512 2000-01-10 Richard M. Stallman <rms@gnu.org>
13513
13514 * dired-x.el (dired-guess-shell-alist-default):
13515 Suggest xloadimage, which is free, not xv, which isn't.
13516
13517 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13518 Don't ever include the host name or user name in the value.
13519
13520 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13521
13522 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13523 of a real newline.
13524
13525 2000-01-09 Stephen Eglen <stephen@gnu.org>
13526
13527 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13528 for .png files.
13529
13530 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13531
13532 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13533
13534 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13535
13536 * progmodes/cperl-mode.el: Replace ^F with ^L.
13537
13538 * sendmail.el (toplevel): Provide `sendmail' when compiling
13539 before `require'ing rmail and mailalias to prevent infinite
13540 recursion.
13541
13542 2000-01-08 Dave Love <fx@gnu.org>
13543
13544 * emacs-lisp/backquote.el: Remove inappropriate customization
13545 (allowing custom.el to use backquote).
13546
13547 2000-01-07 Dave Love <fx@gnu.org>
13548
13549 * add-log.el (add-log-debugging): Deleted.
13550 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13551 file. Remove debugging code.
13552 (change-log-get-method-definition, change-log-name): Add doc.
13553 (change-log-sortable-date-at): New function.
13554 (change-log-merge): New command.
13555
13556 * time.el (display-time-string-forms): Make the Mail string active.
13557 (display-time-update): Provide help-echo for load average.
13558
13559 * bindings.el (make-mode-line-mouse2-map): New function.
13560 (mode-line-modified): Use it and simplify.
13561 (mode-line-mule-info): Provide help-echo info.
13562 (minor-mode-alist): Activate the strings.
13563 (make-mode-line-mouse-sensitive): Simplify for
13564 mode-line-buffer-identification.
13565
13566 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13567
13568 * play/pong.el: New file.
13569
13570 2000-01-06 Dave Love <fx@gnu.org>
13571
13572 * array.el: Assorted cleanups for compiler warnings, doc strings,
13573 `array-' prefix for symbols.
13574
13575 2000-01-05 Dave Love <fx@gnu.org>
13576
13577 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13578 outline-headers-as-kill.
13579 (outline-mode): Define imenu-generic-expression.
13580 (outline-headers-as-kill): New command.
13581
13582 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13583 from paragraph-start.
13584 (paragraph-indent-minor-mode): New command.
13585
13586 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13587 M-C-e, M-C-h, C-j, C-xnd, TAB.
13588 (fortran-mode): Set beginning-of-defun, end-of-defun.
13589 (fortran-column-ruler): Simplify.
13590 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13591 (fortran-with-subprogram-narrowing): Likewise.
13592 (fortran-indent-subprogram): Call mark-defun.
13593 (fortran-check-for-matching-do): Change narrowing.
13594
13595 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13596 (cl-lucid-hash-tag): Delete.
13597 (cl-hash-table-p): Correct test for native table.
13598 (cl-hash-table-count): Use hash-table-count.
13599
13600 * browse-url.el (browse-url): Fix case of
13601 browse-url-browser-function being an alist.
13602
13603 2000-01-05 Carsten Dominik <cd@gnu.org>
13604
13605 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13606 (reftex-index-phrase-file-extension): New options.
13607
13608 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13609 Use new option `reftex-index-phrase-file-extension'.
13610
13611 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13612 `reftex-parse-file-extension'.
13613
13614 2000-01-05 Dave Love <fx@gnu.org>
13615
13616 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13617 (beginning-of-defun-raw): Use it.
13618 (end-of-defun): New variable.
13619 (end-of-defun): Use it.
13620 (check-parens): New command.
13621
13622 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13623
13624 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13625 (hs-show-block): Don't use `mapcar' when not accumulating.
13626
13627 Fix buglet in local variables initialization.
13628
13629 2000-01-05 Andreas Schwab <schwab@suse.de>
13630
13631 * hscroll.el (hscroll): Doc fix.
13632
13633 2000-01-05 Carsten Dominik <cd@gnu.org>
13634
13635 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13636 idlw-toolbar.
13637
13638 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13639 file idlw-rinfo.el.
13640 (idlwave-customize): load must read file idlw-shell.el.
13641 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13642
13643 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13644
13645 * progmodes/idlw-shell.el: Also provide idlwave-shell
13646 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13647 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13648
13649 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13650 both reftex-dcr and reftex-vcr.
13651
13652 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13653
13654 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13655
13656 * ps-print.el: PostScript code now is in separate files, doc fix.
13657 (ps-print-version): New version number (5.0.3).
13658 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13659 local.
13660 (ps-spool-config): Initialization fix.
13661 (ps-print-prologue-1, ps-print-prologue-2)
13662 (ps-print-duplex-feature): PostScript code moved to separated file.
13663 (ps-background-image): Little code reformating.
13664 (ps-begin-file, ps-begin-job): Fix code.
13665 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13666 (ps-prologue-file): New fun.
13667
13668 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13669
13670 * ps-vars.el: Eliminated.
13671
13672 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13673 `;;;###autoload'.
13674
13675 * ps-print.el: ps-vars eliminated, doc fix.
13676 (ps-print-version): New version number (5.0.2).
13677 (ps-spool-config): Initialization fix.
13678 (ps-print-customize): New fun.
13679
13680 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13681
13682 * autorevert.el (auto-revert-mode): Return value of
13683 auto-revert-mode.
13684
13685 2000-01-04 Dave Love <fx@gnu.org>
13686
13687 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13688 menu items.
13689
13690 2000-01-03 Dave Love <fx@gnu.org>
13691
13692 * elide-head.el (elide-head) [defgroup]: Add :version.
13693
13694 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13695 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13696 `cl-hash-table-p', not `hash-table-p'.
13697 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13698
13699 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13700
13701 * faces.el (face-read-integer, read-face-attribute)
13702 (color-defined-p, color-values): unspecified-{f,b}g are now
13703 strings.
13704
13705 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13706
13707 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13708 at comment end, and re-insert them after filling.
13709
13710 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13711
13712 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13713 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13714 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13715
13716 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13717
13718 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13719 the new name of face-color-supported-p.
13720
13721 * term/w32-win.el (xw-defined-colors): Likewise.
13722
13723 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13724
13725 * simple.el (completion-setup-function): Count completion-size
13726 from minibuffer-prompt-end, not from point-min.
13727
13728 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13729
13730 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13731 Pass the frame to tty-color-* functions.
13732 (display-color-p, frame-set-background-mode): Pass the frame to
13733 tty-display-color-p.
13734
13735 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13736 tty-color-alist.
13737 (tty-color-alist, tty-modify-color-alist): New functions.
13738 (tty-color-define, tty-color-clear, tty-color-approximate)
13739 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13740 an optional parameter FRAME.
13741
13742 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13743
13744 * image.el (create-image, defimage): Don't assume image data is a
13745 string.
13746
13747 * image.el (defimage): Handle specifications containing :data
13748 instead of :file.
13749 (image-type-from-data): New function.
13750 (image-type-from-file-header): Use it.
13751 (create-image): Add parameter DATA-P.
13752
13753 See ChangeLog.8 for earlier changes.
13754
13755 ;; Local Variables:
13756 ;; coding: iso-2022-7bit
13757 ;; End: