]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
0727e4c9acadbe2c40a00d92c6de810af6a53abe
[gnu-emacs] / lisp / ChangeLog
1 2001-03-05 Alex Schroeder <alex@gnu.org>
2
3 * sql.el (sql-sybase): Fix typo (was: query user about server two
4 times instead of server and database).
5
6 * sql.el (sql-sybase): Doc change.
7 (sql-mysql): Doc change.
8 (sql-postgres): Doc change.
9
10 2001-03-05 Kenichi Handa <handa@etl.go.jp>
11
12 * international/mule-conf.el (emacs-mule, raw-text): Docstring
13 modified.
14
15 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * term/internal.el: Update copyright notice.
18
19 * term/pc-win.el: Update copyright notice.
20
21 2001-03-02 Dave Love <fx@gnu.org>
22
23 * files.el (insert-file-contents-literally): Bind
24 inhibit-file-name-handlers and inhibit-file-name-operation, not
25 jka-compr-compression-info-list.
26
27 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
28
29 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
30 spaces in default comment-start-skip settings rather than \s-.
31
32 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
33
34 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
35 default-frame-alist as well.
36
37 2001-03-01 Dave Love <fx@gnu.org>
38
39 * textmodes/reftex.el (defvar): Wrap some defvars in
40 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
41
42 * subr.el (event-basic-type): Doc fix.
43
44 * international/quail.el: Doc fixes.
45
46 * international/utf-8.el: Doc fixes.
47
48 * international/mule-cmds.el: Doc fixes.
49 (leim-list-header): Fix header text.
50
51 * international/mule.el (coding-system-category): Doc fix.
52
53 * international/ccl.el (ccl-compile): Doc fix.
54
55 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
56
57 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
58 rather than (before|after)-change-functions.
59
60 2001-03-01 Gerd Moellmann <gerd@gnu.org>
61
62 * ediff-util.el (ediff-scroll-horizontally): Arrange for
63 scroll-left and scroll-right being called interactively so that
64 they set the window's min_hscroll.
65
66 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * info.el (info-insert-file-contents-1): Accept an additional
69 argument `lfn': if it is non-nil, concatenate `filename' and
70 `suffix'; otherwise use the complicated MS-DOS code. All callers
71 changed.
72 (info-insert-file-contents, Info-find-node): If the MS-DOS port
73 can access long file names, try the long file-name version of
74 `info-insert-file-contents-1', then the short file-name version.
75
76 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
77
78 * language/ethio-util.el (setup-ethiopic-environment-internal):
79 Change bindings of functions keys to conform to "Emacs Lisp Coding
80 Convention".
81
82 * language/ethiopic.el ("Ethiopic"): Add documentation.
83
84 2001-02-28 Kenichi Handa <handa@etl.go.jp>
85
86 * international/utf-8.el (mule-utf-8): Set coding-category
87 property to coding-category-utf-8.
88
89 2001-02-27 Richard M. Stallman <rms@gnu.org>
90
91 * lpr.el (lpr-page-header-switches, print-region-1):
92 Undo 2000-07-06 change.
93 (lpr-add-switches): Default to t on gnu/linux.
94
95 2001-02-27 Gerd Moellmann <gerd@gnu.org>
96
97 * bs.el (bs-attributes-list): Doc fix.
98
99 2001-02-26 Gerd Moellmann <gerd@gnu.org>
100
101 * help.el (describe-project): Display the file THE-GNU-PROJECT.
102
103 * help.el (view-order-manuals): Use goto-address.
104
105 * startup.el (command-line-1): Add info about ordering manuals
106 to the not so fancy splash screens.
107
108 2001-02-26 Andre Spiegel <spiegel@gnu.org>
109
110 * vc.el (vc-default-workfile-unchanged-p)
111 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
112
113 2001-02-26 Gerd Moellmann <gerd@gnu.org>
114
115 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
116 fontify in the right buffer.
117
118 * allout.el (outline-flag-region): Move macro in front of first
119 use to avoid a run-time error.
120
121 2001-02-24 Andrew Innes <andrewi@gnu.org>
122
123 * makefile.w32-in: Fix copyright notice.
124
125 2001-02-24 Kenichi Handa <handa@etl.go.jp>
126
127 * international/utf-8.el (mule-utf-8): Set correct value for
128 valid-codes property.
129
130 * international/fontset.el (x-complement-fontset-spec): In the
131 case that we use ASCII font for the other charsets, use only
132 family and registry part of it.
133
134 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
137 (shrink-window-if-larger-than-buffer): Doc fix.
138
139 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
140
141 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
142 predicate passed to completing-read.
143
144 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * startup.el (command-line): Fix last change.
147
148 2001-02-23 Jason Rumney <jasonr@gnu.org>
149
150 * startup.el (tool-bar-originally-present): New variable.
151 (command-line): Set it if the tool-bar is switched on at startup.
152
153 * frame.el (frame-notice-user-settings): Only adjust frame height
154 for no tool-bar case if tool-bar was originally switched on.
155 From E. Jay Berkenbilt.
156
157 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
158
159 * server.el (server-switch-buffer): Only switch window if the
160 current one is dedicated.
161
162 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
163 rather than using (match-beginning 0) when searching for break point.
164
165 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
168 @ follows an accent command such as @'. Support optional braces
169 in commands that insert accents, like makeinfo does.
170
171 2001-02-22 Gerd Moellmann <gerd@gnu.org>
172
173 * startup.el (fancy-splash-text): Add a line for ordering
174 manuals. Reverse order of splash screens shown.
175 (use-fancy-splash-screens-p): Adapt to the text line added.
176
177 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
178 manuals from the FSF.
179
180 * help.el (view-order-manuals): New function.
181 (toplevel): Bind C-h C-m to this function.
182
183 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
184
185 * newcomment.el (comment-forward): Skip the comment-start before
186 searching for the comment-end.
187
188 2001-02-21 Dave Love <fx@gnu.org>
189
190 * custom.el (custom-initialize-changed, defcustom): Doc fix.
191
192 * international/mule-cmds.el, international/mule.el: Doc fixes.
193
194 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
195 (fortune) <defgroup>: Add :link.
196 (fortune-from-region): Use eq, not eql.
197
198 2001-02-21 Gerd Moellmann <gerd@gnu.org>
199
200 * startup.el (fancy-splash-screens): Use display-hourglass
201 instead of display-busy-cursor.
202
203 * frame.el (display-hourglass): Renamed from busy-cursor.
204 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
205 (show-cursor-in-non-selected-windows): Doc fix.
206
207 2001-02-20 Dave Love <fx@gnu.org>
208
209 * international/utf-8.el: Doc and commentary fixes.
210
211 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
212
213 * ehelp.el (with-electric-help): Doc fix.
214
215 2001-02-20 Gerd Moellmann <gerd@gnu.org>
216
217 * msb.el (msb-mode): Call the update-buffers function explicitly
218 with a FORCE argument.
219
220 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
221 FORCE. If set, update the menu even if frame-or-buffer-changed-p
222 returns nil.
223
224 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
225
226 * ps-print.el: Timestamp package replacement. Some enhancements.
227 Some XEmacs compatibility. Doc fix.
228 (ps-print-version): New version number (6.4).
229 (ps-printer-name): Initialization fix.
230 (ps-zebra-stripe-follow): Funcionality enhancement.
231 (ps-prologue-file): Code enhancement.
232 (ps-right-header): Timestamp package replacement.
233 (ps-setup, ps-face-bold-p, ps-face-italic-p,
234 ps-get-page-dimensions)
235 (ps-generate-header, ps-begin-file, ps-begin-job)
236 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
237 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
238 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
239 (coding-system-for-write): Var declaration (XEmacs compatibility).
240
241 2001-02-20 Miles Bader <miles@gnu.org>
242
243 * image-file.el (image-file-name-extensions): Add "tif".
244
245 2001-02-19 Gerd Moellmann <gerd@gnu.org>
246
247 * wid-edit.el (widget-button-click): Save the selected window
248 around the code handling clicks on buttons.
249
250 2001-02-18 Dave Love <fx@gnu.org>
251
252 * imenu.el (imenu--generic-function): Use mapc to iterate over
253 syntax characters.
254
255 2001-02-17 Richard M. Stallman <rms@gnu.org>
256
257 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
258
259 * uniquify.el (uniquify-buffer-name-style): Doc fix.
260
261 2001-02-16 Gerd Moellmann <gerd@gnu.org>
262
263 * mouse.el (mouse-save-then-kill): If the distance from the new
264 point to the mark is equal to the distance of point from the new
265 point, move point instead of the mark.
266
267 2001-02-16 Dave Love <fx@gnu.org>
268
269 * textmodes/flyspell.el (flyspell-get-word): Return string without
270 properties.
271
272 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * generic.el (generic-find-file-regexp): Doc fix.
275 (generic-ignore-files-regexp): New defcustom.
276 (generic-mode-find-file-hook): If the file's name matches the
277 regexp in `generic-ignore-files-regexp', don't enter
278 default-generic-mode. Doc fix.
279
280 2001-02-16 Gerd Moellmann <gerd@gnu.org>
281
282 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
283 Add autoload cookies.
284
285 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
286 of cal-tex-24.
287
288 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
289
290 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
291
292 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
293 the character class after the (optional) drive, to support file
294 names with embedded blanks.
295
296 2001-02-15 Sam Steingold <sds@gnu.org>
297
298 * textmodes/tex-mode.el (tex-shell-running):
299 Check the process buffer too.
300
301 2001-02-15 Dave Love <fx@gnu.org>
302
303 * battery.el (battery-status-function): Fix doc, :type.
304
305 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
306
307 2001-02-15 Gerd Moellmann <gerd@gnu.org>
308
309 * subr.el (read-passwd): Clear Lisp memory holding password.
310
311 2001-02-15 Miles Bader <miles@gnu.org>
312
313 * info.el (Info-copy-current-node-name): New function.
314 (Info-mode-menu): Add it to the menu.
315
316 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
317
318 * international/mule-cmds.el (toggle-input-method): Doc fix.
319
320 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
321
322 * replace.el (occur): Stop at end of buffer.
323
324 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * international/mule-cmds.el (set-input-method): Another doc fix.
327
328 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
329
330 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
331
332 2001-02-13 Miles Bader <miles@gnu.org>
333
334 * faces.el (set-face-background, set-face-foreground)
335 (set-face-stipple): Treat a value of nil as being `unspecified'.
336
337 2001-02-12 Dave Love <d.love@dl.ac.uk>
338
339 * international/latin1-disp.el: Doc fixes.
340 (latin1-display) <defgroup>: Add :link.
341 (latin1-display) <function>: Set variable latin1-display.
342
343 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
344
345 * international/mule-cmds.el (set-input-method): Doc fix.
346
347 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
348
349 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
350 (speedbar-line-file): Return nil if not a file.
351 (speedbar-buffers-line-path): Return file for tags, and dir for files.
352
353 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
354
355 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
356 for remote files.
357 (ediff-coding-system-for-read): Replaced the no-conversion default
358 with raw-text.
359
360 * ediff-init.el: Removed :version from defcustom vars.
361
362 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
363 handling of the diff mode
364
365 * ediff.texi: Added ediff-coding-system-for-read.
366
367 * viper.texi: Fix typos.
368
369 2001-02-11 Dave Love <fx@gnu.org>
370
371 * shadowfile.el: Doc fixes.
372 (shadow) <defgroup>: Add :link.
373 (shadowfile-unload-hook): New function.
374 (shadow-initialize): Use defalias, not fset.
375 (shadow-define-cluster, shadow-define-literal-group)
376 (shadow-define-regexp-group, shadow-initialize): Add autoload
377 cookie.
378
379 * international/mule.el: Doc and message fixes.
380
381 * international/ccl.el (define-ccl-program): Doc fix.
382
383 2001-02-11 Kenichi Handa <handa@etl.go.jp>
384
385 * faces.el (mode-line): Set :line-width property to -1.
386
387 2001-02-10 Richard M. Stallman <rms@gnu.org>
388
389 * complete.el (partial-completion-mode): Doc fix.
390
391 * simple.el (delete-key-deletes-forward-mode):
392 Change `let' to `let*' to fix gross bug in last change.
393
394 * repeat.el (repeat): Don't let execute-kbd-macro alter
395 real-last-command.
396
397 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
398
399 * simple.el (eval-expression): Doc fix.
400
401 2001-02-09 Dave Love <fx@gnu.org>
402
403 * imenu.el (imenu-generic-expression): Doc fix.
404
405 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
406 Juanma Barranquero.
407
408 * emacs-lisp/authors.el (authors): Expand `root' before running find.
409
410 2001-02-09 Kenichi Handa <handa@etl.go.jp>
411
412 * faces.el (set-face-attribute): Describe the case of a negative
413 value specified for :line-width.
414
415 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
416
417 * which-func.el (which-func-mode): Invert which-func-mode-global.
418 Fix from Juanma Barranquero <lektu@uol.com.br>.
419
420 2001-02-08 Dave Love <fx@gnu.org>
421
422 * wid-edit.el (widget-plist-convert-widget): Replace binding of
423 widget-plist-value-type.
424 (widget-alist-convert-widget): Replace binding of
425 widget-alist-value-type.
426
427 * textmodes/paragraphs.el (sentence-end): Doc fix.
428
429 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
430 `backward-line'.
431
432 * play/pong.el (pong-blank-color, pong-bat-color)
433 (pong-ball-color, pong-border-color, pong-left-key)
434 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
435 (pong-pause-key, pong-resume-key, pong-timer-delay):
436 * mail/mh-comp.el (mh-compose-letter-function):
437 * eshell/esh-mode.el (eshell-skip-prompt-function):
438 * emulation/viper-ex.el (ex-unix-type-shell-options):
439 * recentf.el (recentf-menu-filter):
440 * ps-print.el (ps-print-region-function):
441 * lpr.el (print-region-function):
442 * forms.el (forms-mode-hooks):
443 * dirtrack.el (dirtrack-directory-change-hook):
444 * cus-start.el (temp-buffer-show-function, display-buffer-function):
445 * textmodes/spell.el (spell-filter):
446 * textmodes/fill.el (adaptive-fill-function):
447 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
448 * progmodes/etags.el (find-tag-default-function):
449 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
450 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
451
452 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * emulation/viper-init.el (viper-fast-keyseq-timeout)
455 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
456 Meyering <jim@meyering.net>.
457
458 * loadup.el: Revert last change.
459
460 2001-02-07 Kenichi Handa <handa@etl.go.jp>
461
462 * international/mule.el (transform-make-coding-system-args): Make
463 it work also for coding systems not using CCL.
464
465 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
466
467 * simple.el (previous-matching-history-element)
468 (next-matching-history-element): Doc fix.
469
470 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
471 specific part.
472
473 2001-02-06 Dave Love <fx@gnu.org>
474
475 * add-log.el (add-log-current-defun-function)
476 (add-log-buffer-file-name-function, add-log-file-name-function):
477 Fix :type.
478 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
479
480 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
481
482 * info.el (info-initialize): Remove the test for system-type when
483 invocation-directory is non-nil.
484
485 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
486 of `font-lock-defaults' to `backward-paragraph' rather than nil.
487
488 2001-02-06 Andrew Innes <andrewi@gnu.org>
489
490 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
491 absolute.
492
493 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
494
495 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
496 buffers. When hi-lock turned on rather than only checking current
497 buffer for regexps, all buffers are checked. Moved activation of
498 font-lock to hi-lock-refontify. When font-lock turned off rather
499 than removing added highlighting just in current buffer, remove it
500 in all buffers. Changed edit menu text from "Automatic
501 Highlighting" to "Regexp Highlighting" Documentation for
502 highlighting phrases, minor documentation changes.
503 (hi-lock-set-file-patterns): Execute only if there are new or
504 existing file patterns.
505 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
506 unfontify and, if a support mode is active, will not refontify the
507 whole buffer. If necessary, turn on font lock. (Removed
508 font-lock-unfontify and font-lock support-mode-specific calls,
509 such as lazy-lock-fontify-window.)
510 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
511 patterns are found. Not useful now since find-file-hook is removed
512 if hi-lock is off, but may be needed for per-buffer hi-lock
513 activation.
514 (hi-lock-face-phrase-buffer): New function. Also added related
515 menu item and keybinding.
516 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
517 (hi-lock-process-phrase): New function.
518 (hi-lock-line-face-buffer): Doc fixes.
519 (hi-lock-face-buffer): Doc fixes.
520 (hi-lock-unface-buffer): Doc fixes.
521
522 2001-02-06 Gerd Moellmann <gerd@gnu.org>
523
524 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
525 dabbrev-ignored-regexps.
526
527 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
528
529 * simple.el (kill-line): Doc fix.
530
531 2001-02-05 Dave Love <fx@gnu.org>
532
533 * loadup.el: Revert last two changes -- bootstrapping works with
534 regenerated loaddefs.
535
536 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
537
538 * isearch.el (isearch-forward): Doc fix.
539
540 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
541 of font-lock-defaults to backward-paragraph.
542
543 2001-02-05 Gerd Moellmann <gerd@gnu.org>
544
545 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
546 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
547
548 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
549
550 * ebnf2ps.el: Eliminate time-stamp functions.
551 (ebnf-version): New version (3.5).
552 (ebnf-eps-finish-and-write): Replace time-stamp functions by
553 format-time-string.
554
555 2001-02-05 Gerd Moellmann <gerd@gnu.org>
556
557 * simple.el (next-line): Goto end-of-line before inserting a newline.
558
559 2001-02-05 Miles Bader <miles@gnu.org>
560
561 * image-file.el (insert-image-file): When visiting an image, also
562 set `truncate-lines' to t so that any fringe arrow looks correct.
563
564 2001-02-05 Kenichi Handa <handa@etl.go.jp>
565
566 * isearch.el (isearch-forward): Add description about input method
567 in the docsting.
568
569 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
570
571 * skeleton.el (skeleton-internal-1): Always push the mark for @.
572
573 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * info.el (info-initialize): If installation-directory is nil, for
576 DOS/Windows systems try looking in a sibling of
577 invocation-directory.
578
579 2001-02-02 Gerd Moellmann <gerd@gnu.org>
580
581 * wid-edit.el (widget-button-click): Fix last change.
582
583 * frame.el (frame-notice-user-settings): When resizing the initial
584 frame because the tool bar is off, also change the frame's top
585 position if a negative top position was specified.
586
587 2001-02-02 Miles Bader <miles@gnu.org>
588
589 * image-file.el (insert-image-file): When visiting an image,
590 suppress the cursor in the image buffer.
591
592 2001-02-01 Dave Love <fx@gnu.org>
593
594 * progmodes/f90.el (f90-mode): Remove startup message.
595
596 * vc-cvs.el: Remove autoloads. Require vc when compiling.
597
598 2001-02-01 Gerd Moellmann <gerd@gnu.org>
599
600 * startup.el (command-line): Fix code determining whether or not
601 to use delete-key-deletes-forward-mode.
602
603 2001-02-01 Andre Spiegel <spiegel@gnu.org>
604
605 * vc.el (vc-diff-switches): New user option.
606 (vc-version-diff): Use it.
607 (vc-diff-switches-list): New macro.
608
609 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
610 customization options.
611 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
612
613 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
614
615 2001-02-01 Gerd Moellmann <gerd@gnu.org>
616
617 * msb.el (toplevel): Quote hook symbols.
618
619 2001-02-01 Kenichi Handa <handa@etl.go.jp>
620
621 * international/mule.el (make-coding-system): Add description
622 about recognized properties in the docstring.
623
624 * international/mule-conf.el: Remove unused charsets
625 mac-roman-lower and mac-roman-upper.
626
627 2001-01-31 Gerd Moellmann <gerd@gnu.org>
628
629 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
630 is in front of the left-margin, if any.
631
632 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
633 like `delete'.
634
635 * bindings.el: Define `kp-delete' like `delete' in
636 function-key-map.
637
638 * term/w32-win.el (mouse-set-font): Doc fix.
639
640 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
641
642 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
643 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
644 on already.
645
646 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
647
648 * files.el (save-buffer): Don't give message if (buffer-file-name)
649 returns nil.
650
651 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
654
655 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
656 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
657
658 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
659 display problems.
660
661 2001-01-31 Kenichi Handa <handa@etl.go.jp>
662
663 * international/mule.el (charset-info): Fix docstring.
664
665 * international/mule-diag.el (describe-character-set): Check final
666 char valid before printing it.
667
668 2001-01-30 Gerd Moellmann <gerd@gnu.org>
669
670 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
671
672 * frame.el (frame-notice-user-settings): Do the tool-bar
673 stuff only for graphical displays. Fix a braino.
674
675 * frame.el (frame-initialize): Create initial frame visible.
676 (frame-notice-user-settings): When tool-bar has been switched off,
677 correct the frame size and sync tool-bar-mode.
678
679 * startup.el (command-line): Remove manipulation of frame
680 height for tool bars.
681
682 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
683
684 * lpr.el: Compatibility with XEmacs and doc fixes.
685 (lpr-windows-system, lpr-lp-system): New vars.
686 (lpr-printer-switch): New defcustom.
687 (printer-name, lpr-command): Customization fix.
688 (print-region-1): Code fix.
689 (print-region-new-buffer, printify-region): Indentation fix.
690 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
691 functions.
692
693 2001-01-29 Gerd Moellmann <gerd@gnu.org>
694
695 * msb.el (toplevel): Fix the eval-after-load.
696
697 2001-01-29 Dave Love <fx@gnu.org>
698
699 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
700
701 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
702
703 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
704 compiling.
705 (tcl-using-emacs-19-23): Consider Emacs 21+.
706 (tcl-help-directory-list, tcl-command-switches): Fix :type.
707 (tcl-add-emacs-menu): Supply menu name.
708 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
709
710 2001-01-29 Gerd Moellmann <gerd@gnu.org>
711
712 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
713
714 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
715
716 * pcvs.el (cvs-mark-fis-dead): New function.
717 (cvs-mode-add): Use it.
718 (cvs-mode-add-change-log-entry-other-window):
719 Rebind change-log-default-name to itself rather than to nil.
720
721 2001-01-29 Sam Steingold <sds@gnu.org>
722
723 * vc-cvs.el: Replaced (require 'vc) with a bunch of
724 `autoload' statements.
725
726 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * files.el (confirm-kill-emacs): Doc fix.
729
730 * frame.el (frame-initialize): Doc fix.
731
732 * time-stamp.el (time-stamp-string): Doc fix.
733
734 * woman.el (WoMan-log-1): Make the log buffer writable. From
735 Markus Rost <rost@math.ohio-state.edu>.
736
737 2001-01-29 Gerd Moellmann <gerd@gnu.org>
738
739 * imenu.el (imenu-syntax-alist): Add autoload cookie for
740 the `make-variable-buffer-local'.
741
742 2001-01-29 Dave Love <fx@gnu.org>
743
744 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
745 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
746 autoload cookie.
747 (ansi-color-apply-sequence): Fix typo.
748
749 2001-01-29 Gerd Moellmann <gerd@gnu.org>
750
751 * menu-bar.el (menu-bar-files-menu): Add menu items for
752 Postscript printing in black and white.
753
754 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
755 X-Mailman-Version, Precedence, List-Help, List-Post,
756 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
757 Content-Type, Content-Length.
758
759 2001-01-29 Dave Love <fx@gnu.org>
760
761 * elide-head.el (elide-head): Make overlay evaporate.
762
763 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
764 fix.
765
766 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * isearch.el (isearch-highlight): Don't punt if the display
769 doesn't support colors, since isearch faces are defined for
770 monochrome displays as well.
771
772 2001-01-27 Sam Steingold <sds@gnu.org>
773
774 * shell.el (shell-write-history-on-exit): Make sure that we are in
775 the shell buffer (M-x tex-file RET inserted the error message into
776 the TeX buffer).
777
778 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
779
780 * simple.el (transient-mark-mode): Doc fix.
781
782 2001-01-27 Gerd Moellmann <gerd@gnu.org>
783
784 * progmodes/etags.el (find-tag-noselect): Don't bind
785 tags-file-name.
786
787 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * shell.el (shell-unquote-argument): If the shell is one of the
790 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
791 quote character.
792 (shell-dumb-shell-regexp): Document that the shells which match
793 this regexp are supposed to not treat a backslash as a quote
794 character.
795
796 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
797 from 2001-01-12. It is not needed, since backspace is mapped into
798 DEL.
799
800 2001-01-27 Richard M. Stallman <rms@gnu.org>
801
802 * dabbrev.el (dabbrev--substitute-expansion):
803 Treat a one-capital-letter abbrev as "not all upper case",
804 so as to force preservation of the expansion's pattern
805 if the expansion starts with a capital letter.
806
807 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
810 Doc fix.
811
812 * simple.el (transient-mark-mode): Document the fact that many
813 commands act on the region when mark is active.
814
815 2001-01-27 Kenichi Handa <handa@etl.go.jp>
816
817 * international/quail.el (quail-setup-completion-buf): Make the
818 multibyteness of current buffer inherited to Quail completion
819 buffer.
820 (quail-show-guidance-buf): Make the multibyteness of current
821 buffer inherited to Quail guidance buffer.
822 (quail-help): Make the multibyteness of current buffer inherited
823 to Quail help buffer.
824
825 2001-01-26 Dave Love <fx@gnu.org>
826
827 * time-stamp.el: Doc fixes.
828
829 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
830 (delphi-keyword-face, delphi-other-face): Fix :type.
831
832 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
833
834 * mail/feedmail.el (feedmail): Add :link.
835 (feedmail-send-it): Doc fix.
836
837 * mail/sendmail.el: Doc fixes.
838 (sendmail-send-it): Fix the non-ASCII regexp and use
839 rfc2047-encode-string.
840
841 * dired.el, dired-aux.el: Revert last change.
842
843 2001-01-26 Gerd Moellmann <gerd@gnu.org>
844
845 * makefile.w32-in (DONTCOMPILE): Add various term files.
846
847 2001-01-26 Dave Love <fx@gnu.org>
848
849 * Makefile.in (DONTCOMPILE): Add various term files.
850
851 2001-01-26 Gerd Moellmann <gerd@gnu.org>
852
853 * man.el (Man-default-man-entry, Man-mode): Doc fix.
854
855 * startup.el (display-startup-echo-area-message): Make sure
856 the echo area is resized to fit the size of the startup
857 message.
858
859 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
860 part of which is a constant.
861
862 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
865 twice.
866
867 2001-01-26 Richard M. Stallman <rms@gnu.org>
868
869 * simple.el (next-line): Don't let `newline' expand abbrevs.
870 Simplify slightly.
871 (open-line): Don't let `newline' expand abbrevs.
872
873 2001-01-25 John Wiegley <johnw@gnu.org>
874
875 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
876 to `repeat' in the :type field.
877
878 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
879 allow a choice of regexp or nil.
880 (pcomplete-dir-ignore): Same.
881
882 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
883 a command) to always fail.
884
885 2001-01-25 Gerd Moellmann <gerd@gnu.org>
886
887 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
888 discard the result.
889 (iswitchb-to-end): Likewise.
890
891 2001-01-25 Sam Steingold <sds@gnu.org>
892
893 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
894 Require vc.
895
896 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
897
898 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
899
900 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
901
902 2001-01-25 Dave Love <fx@gnu.org>
903
904 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
905 (describe-coding-system): Tweak the English text.
906
907 * loadup.el: Preload international/ccl for utf-8.
908
909 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
910
911 * mail/rmail.el (rmail-redecode-body): Doc fix.
912
913 2001-01-25 Kenichi Handa <handa@etl.go.jp>
914
915 * international/mule-cmds.el (reset-language-environment): Reset
916 coding-category-utf-8 to mule-utf-8.
917
918 * international/mule-conf.el (coding-category-utf-8): Initialize
919 to mule-utf-8.
920
921 * loadup.el: Preload international/utf-8.
922
923 * international/utf-8.el: New file.
924
925 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
926
927 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
928
929 2001-01-24 Sam Steingold <sds@gnu.org>
930
931 * dired.el (dired-replace-in-string): Removed.
932 (dired-sort-toggle): Use `replace-regexps-in-string'
933 instead of `dired-replace-in-string'.
934
935 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
936 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
937
938 * gs.el (gs-replace-in-string): Removed.
939 (gs-options): Use `replace-regexps-in-string'
940 instead of `gs-replace-in-string'.
941
942 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
943
944 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
945 bug report is mailed to an email list and posted to a news group.
946
947 2001-01-24 Gerd Moellmann <gerd@gnu.org>
948
949 * comint.el (comint-replace-by-expanded-history-before-point): Fix
950 change of 2000-08-03 to move point to the start of the line again.
951
952 * startup.el (tool-bar-images-pixel-height): New variable.
953 (command-line): After loading the user's init file, when
954 tool-bar-mode is on, increase the frame's size by some lines for
955 the tool-bar.
956
957 * frame.el (frame-initialize): Create the initial frame invisible.
958
959 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
960
961 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
962 (chinese-big5): MIME:Big5.
963
964 2001-01-24 Gerd Moellmann <gerd@gnu.org>
965
966 * international/mule-cmds.el (universal-coding-system-argument):
967 Handle commands with prefix args.
968
969 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
970
971 * calendar/diary-lib.el (diary-float): Fix case of MONTH
972 being a list of numbers.
973 (diary-mail-entries): Rewritten.
974
975 2001-01-23 Dave Love <fx@gnu.org>
976
977 * international/mule.el (make-coding-system): Fix typo.
978
979 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
980 backward-paragraph as font-lock-beginning-of-syntax-function.
981
982 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * font-lock.el (font-lock-mode): Doc fix.
985
986 2001-01-23 Kenichi Handa <handa@etl.go.jp>
987
988 * international/mule.el (make-translation-table): Fix docstring.
989
990 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * mail/rmail.el (rmail-redecode-body): New function.
993
994 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
995
996 2001-01-22 Gerd Moellmann <gerd@gnu.org>
997
998 * isearch.el (isearch-lazy-highlight-case-fold-search)
999 (isearch-lazy-highlight-regexp): New variables.
1000 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1001 case-fold search or regexp search has been toggled.
1002
1003 * wid-edit.el (widget-button-click): Avoid a save-excursion
1004 around running a global binding.
1005
1006 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1007 to 0.25.
1008
1009 2001-01-20 Miles Bader <miles@gnu.org>
1010
1011 * cus-edit.el (custom-face-save): Do post-processing on the face's
1012 new value like `custom-face-set' does.
1013
1014 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1015
1016 * mail/emacsbug.el (report-emacs-bug): Report the value of
1017 LC_CTYPE, not LC_TYPE.
1018
1019 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1020 isearch-toggle-regexp and isearch-edit-string to doc string.
1021
1022 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1023
1024 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1025 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1026
1027 * jit-lock.el (jit-lock-fontify-now): Don't bind
1028 font-lock-beginning-of-syntax-function to nil.
1029
1030 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * mail/emacsbug.el (report-emacs-bug): Report values of
1033 locale-coding-system, default-enable-multibyte-characters, and the
1034 environment variables LC_ALL, LC_TYPE, and LANG.
1035
1036 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1037
1038 * font-lock.el (font-lock-default-fontify-region): Fix last
1039 change.
1040
1041 * font-lock.el (font-lock-multiline): Default to nil.
1042 (font-lock-default-fontify-region): If font-lock-multiline is
1043 nil, don't check the property `font-lock-multiline'.
1044
1045 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1046 is nil, don't check the `font-lock-multiline' text property.
1047
1048 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1049
1050 * viper.el: Call initial-major-mode on startup.
1051
1052 * ediff.el (ediff-patch-file): Use better defaults.
1053
1054 * ediff-vers.el: Fix for 8+3 DOS file systems.
1055
1056 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1057
1058 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1059 diff mode, if available.
1060
1061 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1062
1063 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1064
1065 * ediff-init.el (subst-char-in-string): Define and use it, unless
1066 it's already defined.
1067
1068 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1069
1070 * tooltip.el (tooltip-hide-delay): New user-option.
1071 (tooltip-show): Use tooltip-hide-delay instead of the default.
1072
1073 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1074
1075 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1076 kill-local-variable doesn't work for enable-multibyte-characters.
1077
1078 2001-01-17 Dave Love <fx@gnu.org>
1079
1080 * ediff-init.el (ediff-before-setup-hook)
1081 (ediff-merge-filename-prefix): Add :version.
1082
1083 * international/latin1-disp.el: Require disp-table.
1084 (latin1-display): Fix :set.
1085
1086 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1087
1088 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1089
1090 * isearch.el (isearch-lazy-highlight-initial-delay)
1091 (isearch-lazy-highlight-interval): Default to 0.
1092
1093 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1094
1095 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1096 1 here rather than each time through
1097 isearch-lazy-highlight-new-loop.
1098 (isearch-lazy-highlight-max): Variable deleted.
1099 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1100 isearch-lazy-highlight-max but controls a single invocation of
1101 isearch-lazy-highlight-update.
1102 (isearch-lazy-highlight-wrapped): Variable recreated.
1103 (isearch-lazy-highlight-window-start): New variable.
1104 (isearch-lazy-highlight-cleanup): Restored to behavior of
1105 before 2-Jan.
1106 (isearch-lazy-highlight-remove-overlays): Function deleted;
1107 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1108 behavior removed.
1109 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1110 isearch-lazy-highlight-update in a loop rather than just once.
1111 Test isearch-invalid-regexp here and decide not to start a new
1112 loop, rather than testing it each time through
1113 isearch-lazy-highlight-update.
1114 (isearch-lazy-highlight-search): Function restored.
1115 (isearch-lazy-highlight-update): Get called in a timer loop again,
1116 but this time highlight more than one match each time through.
1117 Only highlight matches in the visible part of the window. Start
1118 at point, move in the direction of the search, and wrap around at
1119 the edge of the window. Use sit-for to force redisplay and ensure
1120 window-start is credible. "Face suppressing" behavior removed;
1121 overlay priorities should make it unnecessary, right?
1122 (isearch-highlight): Face suppressing behavior removed.
1123 (isearch-dehighlight): Face suppressing behavior removed.
1124 (isearch-set-lazy-highlight-faces-at): Removed.
1125
1126 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1127
1128 * language/european.el ("Latin-1"): Make the format of description
1129 about additional language environments same as that of Latin-2.
1130
1131 2001-01-16 Dave Love <fx@gnu.org>
1132
1133 * isearch.el (isearch-lazy-highlight): Add :version.
1134
1135 * simple.el (backward-delete-char-untabify-method)
1136 (next-line-add-newlines): Add :version.
1137
1138 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1139
1140 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1141 Don't bind <delete> otherwise.
1142
1143 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1144 and <delete> via function-key-map.
1145
1146 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1147 Subject line only if point is after the `Subject:'.
1148
1149 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1150
1151 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1152 japanese-jisx0213-2 in `charset' property of this lang. env.
1153
1154 * language/european.el ("Latin-1"): Add description for Dutch and
1155 Spanish lang. env.
1156
1157 * international/mule.el (decode-char): Fix conditions.
1158 (encode-char): Handle eight-bit-control too.
1159 (transform-make-coding-system-args): New function.
1160 (make-coding-system): Accept XEmacs style arguments for CCL base
1161 coding system.
1162
1163 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1164
1165 * progmodes/etags.el (find-tag-noselect): Save the value of
1166 tags-file-name before switching buffers, for the case it has a
1167 buffer-local value.
1168
1169 2001-01-15 Alex Schroeder <alex@gnu.org>
1170
1171 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1172 From Dave Love <fx@gnu.org>.
1173 (ansi-color-for-comint-mode): Fix :version.
1174
1175 2001-01-15 Alex Schroeder <alex@gnu.org>
1176
1177 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1178
1179 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1180
1181 * dired.el (dired-insert-directory): If file-system-info fails,
1182 remove the " free " part, but don't signal an error.
1183
1184 2001-01-12 Sam Steingold <sds@gnu.org>
1185
1186 * bookmark.el (bookmark-maybe-historicize-string):
1187 Use new backquote syntax.
1188
1189 2001-01-12 Richard M. Stallman <rms@gnu.org>
1190
1191 * subr.el (last): Handle a list that doesn't end in nil.
1192
1193 2001-01-12 Sam Steingold <sds@gnu.org>
1194
1195 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1196 to `backward-delete-char-untabify'.
1197
1198 2001-01-12 Dave Love <fx@gnu.org>
1199
1200 * cus-edit.el (customize-menu-create): Fix the :filter following
1201 easymenu change.
1202
1203 * wid-edit.el (function): Add :match-alternatives.
1204 (widget-color-action): Doc fix.
1205
1206 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1207
1208 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1209
1210 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1211
1212 * international/mule-cmds.el (prefer-coding-system): Fix
1213 docstring.
1214
1215 * international/ccl.el (define-ccl-program): Fix docstring.
1216
1217 2001-01-11 Dave Love <fx@gnu.org>
1218
1219 * international/mule-cmds.el (standard-display-european-internal):
1220 Set display table for 2208 as for 160.
1221
1222 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1223
1224 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1225 entry for custom-menu-create change.
1226 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1227 don't cons it in the search loop.
1228
1229 * imenu.el (imenu--truncate-items): Revert last change.
1230
1231 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1232
1233 * info.el (Info-setup-header-line): If the node header includes
1234 either Next: or Prev: links, don't show the File: and Node: parts
1235 in the header line.
1236
1237 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1238
1239 * comint.el (comint-goto-process-mark): Don't print a message
1240 when running in batch mode.
1241
1242 * isearch.el (isearch-search): In the condition-case handler for
1243 `error', set isearch-invalid-regexp to the whole error message.
1244
1245 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1246 ensure that eval-after-load works for files dumped with Emacs.
1247
1248 * help.el (load-symbol-file-load-history): New function extracted
1249 from function symbol-file.
1250 (symbol-file): Use it.
1251
1252 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1253 exit.xpm.
1254
1255 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1256
1257 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1258 behave as if there were no prefix argument.
1259 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1260 argument were nil.
1261
1262 2001-01-11 Richard M. Stallman <rms@gnu.org>
1263
1264 * isearch.el (isearch-lazy-highlight-update):
1265 Don't look for more potential matches once maximum is exceeded.
1266 Use overlays-in to check correctly for overlap with current match.
1267 Ignore empty matches.
1268
1269 2001-01-11 Miles Bader <miles@gnu.org>
1270
1271 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1272 (ispell-overlay-window, ispell-help, ispell-show-choices)
1273 (ispell-command-loop): Use it instead of `window-height'.
1274
1275 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1276
1277 * files.el (confirm-kill-emacs): New user-option.
1278 (save-buffers-kill-emacs): Ask for final confirmation before
1279 killing Emacs.
1280
1281 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1282 to nil.
1283
1284 2001-01-10 Dave Love <fx@gnu.org>
1285
1286 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1287
1288 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1289 :type.
1290
1291 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1292
1293 * calculator.el (calculator-number-digits): Fix :type.
1294
1295 * vc-cvs.el (vc-cvs-header): Fix :type.
1296 * vc-rcs.el (vc-rcs-header): Fix :type.
1297 * vc-sccs.el (vc-sccs-header): Fix :type.
1298
1299 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1300
1301 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1302
1303 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1304
1305 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1306
1307 * simple.el (set-variable): Force a thorough redisplay for the
1308 case that the variable has an effect on the display, like
1309 `tab-width' has.
1310
1311 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1312
1313 * vc.el: Add documentation for backend interface.
1314
1315 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1316
1317 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1318
1319 * international/mule-conf.el (latin-extra-code-table): Set to t
1320 for \223 and \224.
1321
1322 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1323
1324 * international/mule-cmds.el (locale-language-names): Map "es" to
1325 "Spanish" and "nl" to "Dutch".
1326
1327 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1328
1329 * bindings.el (global-map): Bind <home> to beginning-of-line,
1330 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1331 C-<end> to end-of-buffer.
1332
1333 * language/european.el: Add Dutch and Spanish language info
1334 to be able to use the appropriate tutorials.
1335
1336 2001-01-09 Alex Schroeder <alex@gnu.org>
1337
1338 * ansi-color.el (ansi-color-process-output): Use markers instead
1339 of positions for start and end of region.
1340 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1341 Previously, occasional mistakes happend when fontifying many
1342 chunks of output (eg. ls --color=yes /dev). This happened
1343 whenever an overlay was created up to the end of the region, which
1344 coincided with the process-mark. New text would then be added
1345 within that overlay instead of after it.
1346 (ansi-color-make-extent): Overlays are created with the property
1347 `modification-hooks' set to '(ansi-color-freeze-overlay).
1348 (ansi-color-freeze-overlay): New function. When inserting text at
1349 the end of the overlay, the overlay will resize.
1350
1351 2000-01-09 Alex Schroeder <alex@gnu.org>
1352
1353 * ansi-color.el (ansi-color-process-output): Doc change.
1354 (ansi-color-unfontify-region): Doc change. No longer installed
1355 automatically in font-lock-unfontify-region-function.
1356 (ansi-color-apply): Doc change.
1357 (ansi-color-apply-on-region): Use extents or overlays instead of
1358 text-properties.
1359 (ansi-color-make-extent): New function.
1360 (ansi-color-set-extent-face): New function.
1361
1362 2000-01-09 Alex Schroeder <alex@gnu.org>
1363
1364 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1365 both use ansi-color-process-output, now.
1366 (ansi-color-process-output): Doesn't return string anymore. It is
1367 installed in comint-output-filter-functions for both Emacs and
1368 XEmacs, now.
1369 (ansi-color-unfontify-region): Simplified code removing variables
1370 pos and start-ansi.
1371 (ansi-color-apply): Put text-property ansi-color before putting
1372 text-property face because ansi-color-unfontify-region is called
1373 immediately after the call to put-text-property.
1374 (ansi-color-context-region): Doc change.
1375 (ansi-color-filter-region): Simplified code.
1376 (ansi-color-apply-on-region): Changed start to start-marker, using
1377 a marker explicitly. Put text-property ansi-color before putting
1378 text-property face because ansi-color-unfontify-region is called
1379 immediately after the call to put-text-property.
1380
1381 2000-01-09 Alex Schroeder <alex@gnu.org>
1382
1383 * ansi-color.el (ansi-color-faces-vector): Doc change.
1384 (ansi-color-for-comint-mode): Changed :type property to choice.
1385 (ansi-color-last-context): Removed.
1386 (ansi-color-process-output): Don't use ansi-color-last-context, as
1387 the main functions will store their context now.
1388 (ansi-color-context): Doc change.
1389 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1390 Uses ansi-color-context such that repeated calls will strip
1391 partial escape sequences, too.
1392 (ansi-color-apply): Simplified code. Colorize end of string if
1393 face is not null. Store context in new (FACE STRING) format, such
1394 that repeated calls will strip partial escape sequences, too.
1395 Append faces to face property using ansi-color-apply-sequence such
1396 that cumulative mode actually works.
1397 (ansi-color-context-region): New variable.
1398 (ansi-color-filter-region): Rewrote it based on
1399 ansi-color-apply-on-region. Uses ansi-color-context-region such
1400 that repeated calls will strip partial escape sequences, too.
1401 (ansi-color-apply-on-region): Simplified code. Colorize end of
1402 region if face is not null. Store context in new (FACE POS)
1403 format, such that repeated calls will strip partial escape
1404 sequences, too. Append faces to face property using
1405 ansi-color-apply-sequence such that cumulative mode actually
1406 works.
1407 (ansi-color-apply-sequence): New function.
1408 (ansi-color-get-face): When the default face is added to the list
1409 of faces, all previous settings are discarded and the list of
1410 faces is set to '(default).
1411
1412 2000-01-09 Alex Schroeder <alex@gnu.org>
1413
1414 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1415 face, such that ansi-color-apply and ansi-color-apply-on-region
1416 will do the right thing.
1417 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1418 returns nil, set the list of faces back to nil instead of
1419 appending the result of ansi-color-get-face to the front of the
1420 list.
1421
1422 2000-01-09 Alex Schroeder <alex@gnu.org>
1423
1424 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1425 (ansi-color-process): Doc change.
1426 (ansi-color-last-context): New buffer-local variable.
1427 (ansi-color-process-output): New function. It is automatically
1428 added to comint-output-filter-functions if this is XEmacs.
1429 (ansi-color-unfontify-region): New optional parameter for XEmacs
1430 compatibility. Check wether font-lock-syntactic-keywords is
1431 boundp before removing the syntax table text property, as XEmacs
1432 doesn't have it.
1433 (ansi-color-filter-region): Doc change.
1434 (ansi-color-apply-on-region): Doc change.
1435 (ansi-color-make-face): New function. Compatibility layer for
1436 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1437 (ansi-color-make-color-map): Use ansi-color-make-face.
1438 (ansi-color-get-face): Avoid face text property '(nil) as results
1439 in an errow for XEmacs.
1440
1441 2000-01-09 Alex Schroeder <alex@gnu.org>
1442
1443 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1444 text-property ansi-color in order to preserve fontification by
1445 ansi-color. When the package is loaded, a lambda expression is
1446 put onto font-lock-mode-hook. This lambda expression will check
1447 font-lock-unfontify-region-function and replace
1448 font-lock-default-unfontify-region with
1449 ansi-color-unfontify-region.
1450 (ansi-color-apply): Add text-property ansi-color in addition to
1451 text-property face.
1452 (ansi-color-apply-on-region): Add text-property ansi-color in
1453 addition to text-property face.
1454 (save-buffer-state): Copy of the macro that is also used by
1455 lazy-lock and font-lock.
1456
1457 (ansi-color-for-comint-mode): New option.
1458 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1459 (ansi-color-for-comint-mode-off): Ditto.
1460 (ansi-color-for-comint-mode-filter): Ditto.
1461 (ansi-color-process): New function. Uses
1462 ansi-color-for-comint-mode to decide what to do. This function is
1463 added to comint-preoutput-filter-functions when the package is
1464 loaded.
1465
1466 (ansi-color-for-shell-mode-set): Removed.
1467 (ansi-color-for-shell-mode): Removed.
1468
1469 2000-01-09 Alex Schroeder <alex@gnu.org>
1470
1471 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1472 the lambda expression from the ansi-color-for-shell-mode :set
1473 property. Additionally, modify shell-mode-hook to enable or
1474 disable font-lock-mode for future shell buffers.
1475 (ansi-color-for-shell-mode): The :set property calls
1476 ansi-color-for-shell-mode-set instead of a lambda expression.
1477
1478 2000-01-09 Alex Schroeder <alex@gnu.org>
1479
1480 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1481 (ansi-color-context): New variable.
1482 (ansi-color-apply): Save context between calls.
1483
1484 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1485
1486 * isearch.el (isearch, isearch-lazy-highlight-face): New
1487 definitions for face colors and attributes.
1488
1489 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1490 of display-mouse-p.
1491
1492 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1493
1494 * international/mule.el (make-coding-system): If the coding system
1495 accepts extra latin codes, register such codes as safe for the
1496 coding system.
1497
1498 2001-01-08 Richard M. Stallman <rms@gnu.org>
1499
1500 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1501 don't mention the file name or the date here, because they are
1502 logged at the start of the file.
1503
1504 2001-01-08 Richard M. Stallman <rms@gnu.org>
1505
1506 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1507 Change screen-width to frame-width.
1508
1509 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1510
1511 * info.el (Info-search): Print the default as part of the prompt.
1512
1513 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1514
1515 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1516 constant implementations in backends.
1517
1518 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1519 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1520
1521 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1522 WRITABLE to EDITABLE.
1523
1524 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1525 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1526 to EDITABLE.
1527
1528 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1531 (copyright, copyright-update): Compute the current year at run
1532 time.
1533
1534 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1535
1536 * isearch.el (isearch-old-signal-hook): Removed.
1537 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1538 instead of setting signal-hook-function.
1539 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1540
1541 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1542
1543 * emulation/edt.el: Update to version 4.0. Provide support for
1544 EDT scroll margins at top and bottom of the window. Provide an
1545 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1546 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1547 user when file-related buffer modifications exist. Provide
1548 support for running EDT Emulation in XEmacs. Provide customize
1549 access to some user updatable variables. Add Commentary section
1550 to file header. Fixed a few minor bugs and cleaned up some code.
1551
1552 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1553 for detecting a keypress that generates an ASCII key sequence.
1554 (Previously, only a keypress that generates a vector was
1555 recognized.) Embed Window Manager name into name of the generated
1556 EDT Emulation initialization file since the initialization file is
1557 Window Manager specific. Add Commentary section to file header.
1558
1559 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * mail/sendmail.el (mail-mode): Doc fix.
1562
1563 * info.el (Info-goto-emacs-command-node): Doc fix.
1564 (Info-goto-emacs-key-command-node): Doc fix.
1565
1566 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1569 systems without long file-name support.
1570
1571 2001-01-06 Andrew Innes <andrewi@gnu.org>
1572
1573 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1574
1575 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1576
1577 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1578 (isearch-lazy-highlight-update): Doc fix.
1579
1580 * ffap.el (ffap-bindings): Doc fix.
1581
1582 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1583
1584 2001-01-05 Dave Love <fx@gnu.org>
1585
1586 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1587
1588 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1589
1590 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1591 scroll-preserve-screen-position to nil.
1592
1593 * isearch.el (isearch-old-signal-hook): New variable.
1594 (isearch-mode): Set signal-hook-function to isearch-done.
1595 (isearch-done): Restore old signal-hook-function.
1596
1597 * info.el (Info-fontify-node): Mark one more char as intangible.
1598
1599 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1600
1601 * composite.el (compose-last-chars): New argument COMPONENTS. If
1602 it is non-nil, compose preceding characters by compose-region with
1603 COMPONENTS.
1604
1605 * international/quail.el (quail-input-string-to-events): New function.
1606 (quail-input-method): Convert input string to events here.
1607 (quail-start-translation): Return input string, not event list.
1608 (quail-start-conversion): Likewise.
1609
1610 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1611
1612 * tooltip.el (tooltip-cancel-delayed-tip)
1613 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1614 and tooltip-add-timeout.
1615 (tooltip-show): Set border color from faces's foreground.
1616 (tooltip-show-help-function): If called with the same help string
1617 as last time, do nothing.
1618 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1619
1620 * startup.el (fancy-splash-screens): Don't bind show-help-function
1621 to nil.
1622
1623 * tooltip.el (tooltip-frame-parameters): Remove colors.
1624 (tooltip): New face
1625 (tooltip-set-param): New function.
1626 (tooltip-show): Set up color frame parameters from face `tooltip'.
1627 Display the tooltip text in face `tooltip'.
1628
1629 2001-01-04 Dave Love <fx@gnu.org>
1630
1631 * whitespace.el (whitespace-global-mode): Fix typo.
1632
1633 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1634
1635 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * help.el (help-for-help): Fix a typo in a doc string. From
1638 kwzh@gnu.org (Karl Heuer).
1639
1640 2001-01-03 Dave Love <fx@gnu.org>
1641
1642 * dired-x.el: Doc fixes. Maintainer change.
1643 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1644 :type.
1645 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1646 (dired-guess-shell-alist-user): Customize.
1647 (dired-x-help-address): Set to bug-gnu-emacs.
1648 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1649 (dired-default-directory): Renamed from default-directory.
1650
1651 * hl-line.el (hl-line): Doc fix.
1652
1653 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1654
1655 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1656
1657 2001-01-02 Richard M. Stallman <rms@gnu.org>
1658
1659 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1660 to remove all the current alternative-match highlighting.
1661 If nil, remove only what's outside the current window.
1662 (isearch-lazy-highlight-remove-overlays): Take optional
1663 region within which NOT to remove them.
1664 (isearch-lazy-highlight-new-loop): Greatly simplified.
1665 (isearch-lazy-highlight-update): Find all the other occurrences
1666 visible in the window, in just one call.
1667 (isearch-lazy-highlight-start): Now holds start of region to scan.
1668 (isearch-lazy-highlight-end): Now holds end of region to scan.
1669 (isearch-lazy-highlight-wrapped): Variable deleted.
1670 (isearch-lazy-highlight-search): Function deleted.
1671
1672 2000-01-02 Andrew Innes <andrewi@gnu.org>
1673
1674 * w32-fns.el (convert-standard-filename): Do length check on name
1675 before aref.
1676
1677 2001-01-02 Dave Love <fx@gnu.org>
1678
1679 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1680 value.
1681 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1682
1683 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1684
1685 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1686 read syntax.
1687
1688 * calendar/todo-mode.el (todo): Add :link, :version.
1689 (todo-save-top-priorities): Remove autoload cookie.
1690 (todo-add-category, todo-add-item-non-interactively)
1691 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1692 cookie.
1693
1694 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1695
1696 * comint.el (comint-input-history-ignore): New variable.
1697 (comint-read-input-ring): Ignore entries matching
1698 comint-input-history-ignore.
1699
1700 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1701
1702 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1703 (lm-copyright-mark): New function.
1704 (lm-crack-copyright): New function.
1705 (lm-verify): Check that the file has a copyright.
1706 Check that the file is copyright Free Software Foundation.
1707
1708 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1709
1710 * international/mule-diag.el (print-fontset): Indent font name by
1711 24 columns, not 25.
1712
1713 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1714
1715 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1716 in Subject line.
1717
1718 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1719 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1720 continuing an interrupted message with C-u C-x m for instence,
1721 winds up in Mail mode without abbrevs.
1722
1723 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1724
1725 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1726 non-nil. Adding almost all customization variables on ps-setup. Doc
1727 fix.
1728 (ps-print-version): New version number (6.3.3).
1729 (ps-end-with-control-d): Initialization fix.
1730 (ps-lines-printed): New var.
1731 (ps-skip-newline): New fun.
1732 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1733 (ps-next-line, ps-continue-line, ps-plot-region)
1734 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1735
1736 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1737
1738 * international/fontset.el (x-complement-fontset-spec): Resolve
1739 ASCII font name so that the same family name is used for fonts
1740 registered in x-font-name-charset-alist.
1741 (create-fontset-from-fontset-spec): Adjusted for the above change.
1742 The name of fontset alias should be a unresolved ASCII font name.
1743
1744 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1745
1746 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1747 and delete in isearch-mode-map.
1748
1749 2000-12-28 Richard M. Stallman <rms@gnu.org>
1750
1751 * dired-x.el (dired-guess-shell-alist-default):
1752 Use xpdf instead of acroread.
1753
1754 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1755
1756 * textmodes/artist.el (artist-butlast): Deleted.
1757 (artist-ellipse-mirror-quadrant): Use butlast instead of
1758 artist-butlast.
1759
1760 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1761
1762 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1763
1764 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1767
1768 * ls-lisp.el: Better support for the Mac and MS-Windows.
1769 (ls-lisp): New defgroup.
1770 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1771 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1772 (ls-lisp-support-shell-wildcards): New defcustoms.
1773 (ls-lisp-parse-symlink): New function.
1774 (insert-directory): Code to convert switches to a list and set up
1775 the wildcard argument copied from ls-lisp-insert-directory.
1776 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1777 for -C and -R switches.
1778 (ls-lisp-column-format): New function.
1779 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1780 (ls-lisp-format-time): Add doc strings.
1781 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1782 Support ls-lisp-dirs-first.
1783 (ls-lisp-classify, ls-lisp-extension): New functions.
1784 (ls-lisp-format): Optionally support emulation of symlinks.
1785 Support -i, -s, and -G switches.
1786
1787 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1788
1789 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1790
1791 * version.el (emacs-version): Print X scroll bar information.
1792
1793 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1794 instead of x-toolkit-scroll-bars-p.
1795
1796 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1797 of x-toolkit-scroll-bars-p.
1798
1799 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1800
1801 * ffap.el (ffap-bindings): Make interactive and add an autoload
1802 cookie.
1803 (ffap-bindings): Doc fix, to reflect the above change.
1804
1805 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1806
1807 * term.el (term-char-mode): Define all non-ascii self-inserting
1808 characters to 'term-send-raw in term-raw-map.
1809
1810 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1811
1812 * viper-init (viper-restore-cursor-type): Added condition-case
1813 guard.
1814
1815 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1816 initialization; use add-hook.
1817 (ediff-file-remote-p): Use file-local-copy.
1818
1819 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1820
1821 * ediff.el (ediff-patch-buffer): Bug fix.
1822 (ediff-revision): Allow selection of the file at the prompt.
1823
1824 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1825
1826 * subr.el (combine-run-hooks): Remove.
1827
1828 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1829 and remove the rogue second spec.
1830
1831 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1832
1833 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1834
1835 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1836
1837 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1838 Use minibuffer menu prompt for the `=' prefix.
1839 (smerge-command-prefix): Change default to C-^.
1840 (smerge-mode): Don't assume font-lock doesn't move point.
1841
1842 * skeleton.el (skeleton-internal-1): Make sure the first line of
1843 the region is also re-indented.
1844 (skeleton-end-newline): New var.
1845 (skeleton-end-hook): Use it.
1846
1847 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1848
1849 * comint.el (comint-password-prompt-regexp): Support CVS.
1850
1851 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1852
1853 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1854 backspace key combinations, depending on
1855 delete-key-deletes-forward.
1856
1857 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1858
1859 * simple.el (delete-key-deletes-forward): Doc fix.
1860
1861 2000-08-22 Emmanuel Briot <briot@gnat.com>
1862
1863 * xml.el (top level comment): Updated to reflect the fact that
1864 white spaces are relevant in the XML file.
1865 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1866 to parse was already edited. This allows for on-the-fly analysis
1867 of XML files.
1868 (xml-parse-tag): Check that the casing is the same in the start
1869 tag and end tag, since XML is case-sensitive. Allows for spaces
1870 in the end tag, after the name of the tag.
1871 (xml-parse-attlist): Allow for the character '-' in the name of
1872 attributes, as in the standard http-equiv attribute Do not save
1873 the properties in the XML tree, since they are not relevant.
1874
1875 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1876
1877 * generic.el (generic-read-type): Undo last change, inline into
1878 `generic-mode' and then remove.
1879 (generic-mode): Inline generic-read-type.
1880 (define-generic-mode): Push the symbol name rather than the symbol
1881 onto generic-mode-list.
1882
1883 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1884
1885 * generic.el (generic-read-type): Build an alist for
1886 completing-read as in 20.7.
1887
1888 * play/landmark.el (lm): Use interactive spec `P'.
1889 (toplevel): Don't set debug-on-error.
1890
1891 * server.el (server-switch-buffer): Choose a window on a visible
1892 frame.
1893
1894 2000-12-21 Dave Pearson <davep@davep.org>
1895
1896 * quickurl.el: Commentry change, I've moved my web site.
1897
1898 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1899
1900 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1901 ranges like \177-\237, but accepts the character sequence from \177 to
1902 \237. Doc fix.
1903 (ebnf-version): New version (3.4).
1904 (ebnf-setup): Code fix.
1905 (ebnf-range-regexp): New fun.
1906 (ebnf-8-bit-chars): Const fix.
1907
1908 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1909 entry. Doc fix.
1910 (ebnf-bnf-lex): Code fix.
1911 (ebnf-bnf-comment-chars): Const fix.
1912
1913 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1914 entry. Doc fix.
1915 (ebnf-iso-comment-chars): Const fix.
1916
1917 * ebnf-otz.el: Doc fix.
1918
1919 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1920 entry. Doc fix.
1921 (ebnf-yac-skip-code): Code fix.
1922 (ebnf-yac-comment-chars): Const fix.
1923
1924 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * files.el (insert-directory-safely): New function.
1927 (recover-file): Use it instead of insert-directory. From Markus
1928 Rost <markus.rost@mathematik.uni-regensburg.de>
1929
1930 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1931
1932 * international/mule-cmds.el (select-safe-coding-system): Check
1933 coding-category-list more rigidly. Improve help message.
1934
1935 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1936
1937 2000-12-21 Miles Bader <miles@gnu.org>
1938
1939 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1940 prefix.
1941
1942 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1943
1944 * international/mule-diag.el (describe-char-after): Make *Help*
1945 buffer inherit multibyteness of the current buffer.
1946
1947 * international/mule.el (make-char): Docstring adjusted for the
1948 change of make-char-internal.
1949
1950 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * international/iso-cvt.el: Docstrings fix.
1953
1954 2000-12-20 Dave Love <fx@gnu.org>
1955
1956 * subr.el (eval-after-load): Doc fix.
1957
1958 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1959
1960 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1961 for numbers.
1962
1963 2000-12-20 Miles Bader <miles@gnu.org>
1964
1965 * international/quail.el (quail-help): Resize the help window
1966 again after it has all its contents. Remove unneeded progn.
1967
1968 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1969
1970 * pcmpl-linux.el: Fix copy/paste error.
1971
1972 2000-12-19 Andrew Innes <andrewi@gnu.org>
1973
1974 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1975 docstring.
1976
1977 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1978
1979 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1980
1981 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1982
1983 * progmodes/idlw-shell.el: Fixed copyright notice.
1984
1985 * progmodes/idlwave.el: Fixed copyright notice.
1986
1987 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1988 TAB as key separators.
1989
1990 2000-12-19 Alex Schroeder <alex@gnu.org>
1991
1992 * sql.el (sql-sybase-options): New option.
1993 (sql-sybase): Use it. Add sql-database to the list of parameters
1994 provided for login. The options -w 2048 -n are not used any more.
1995 (sql-postgres-options): Changed default from "--pset" to "-P".
1996 (sql-mysql-options): Doc change.
1997 (sql-stop): Doc change.
1998
1999 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2000
2001 * international/quail.el (quail-input-method): Always hide
2002 the guidance buffer on exiting.
2003
2004 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2005
2006 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2007 isn't fboundp.
2008
2009 * server.el (server-buffer-done): Bury the buffer before
2010 killing it.
2011
2012 * faces.el (face-spec-set): Interpret a nil in specs for
2013 foreground and background colors as `unspecified', for
2014 compatibility with 20.x.
2015
2016 2000-12-18 Dave Love <fx@gnu.org>
2017
2018 * simple.el (mail-user-agent): Doc fix.
2019 (input-mode-8-bit): Removed.
2020
2021 * international/mule.el (set-keyboard-coding-system): Doc fix.
2022 (keyboard-coding-system): New option.
2023
2024 * mail/sendmail.el (send-mail-function): Customize.
2025
2026 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2027
2028 * international/codepage.el (cp866-decode-table): New table.
2029
2030 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2031
2032 * version.el (emacs-version): Remove `%a' from the time format
2033 because the weekday doesn't fit well into each locale.
2034
2035 2000-12-18 Miles Bader <miles@gnu.org>
2036
2037 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2038
2039 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2040 Check that emacs-major-version is `=' to 20, not `>='.
2041 (artist-replace-chars): Use `make-string' instead of a loop.
2042
2043 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2044
2045 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2046 (cvs-execute-single-file): Don't change directory.
2047 Patch from Per Cederqvist.
2048
2049 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2050
2051 * textmodes/ispell.el (check-ispell-version): If
2052 `ispell-program-name' is "aspell", pass it the -v switch instead
2053 of -vv.
2054
2055 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2056
2057 * international/mule-diag.el (mule-diag): Insert information about
2058 configure options, multibyte awareness, language env.
2059
2060 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2061 regexp to search for candidates.
2062
2063 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * info.el (Info-forward-node): If the node has an
2066 Info-header-line, widen the buffer before searching for "next:"
2067 and "up:" pointers, and set the search limit to stay in the
2068 current node.
2069
2070 2000-12-16 Miles Bader <miles@gnu.org>
2071
2072 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2073
2074 2000-12-15 Miles Bader <miles@gnu.org>
2075
2076 * comint.el (comint-send-string, comint-send-region): Also accept
2077 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2078 process-send-string/region.
2079
2080 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2081
2082 * isearch.el (isearch-lazy-highlight-max): New user-option.
2083 (isearch-lazy-highlight-update): Don't highlight more than
2084 isearch-lazy-highlight-max matches.
2085
2086 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2087
2088 2000-12-15 Richard M. Stallman <rms@gnu.org>
2089
2090 * sort.el (sort-columns): Fix error message.
2091
2092 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2093 `upcase' or `downcase' or nil.
2094 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2095 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2096 (dabbrev--substitute-expansion): New arg record-case-pattern.
2097 If it is non-nil, set dabbrev--last-case-pattern.
2098 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2099
2100 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2101
2102 2000-12-15 Miles Bader <miles@gnu.org>
2103
2104 * paths.el (Info-default-directory-list): Don't delete
2105 configure-info-directory from the list of standard info
2106 directories when appending it to the end -- their order is
2107 important.
2108
2109 * faces.el (read-face-attribute): If there's no entry for the
2110 user's input in VALID, just use it as-is (this will often result
2111 in an error, but it may be OK for e.g. colors using hexadecimal
2112 notation, and at least will yield a better error message).
2113
2114 * window.el (mode-line-window-height-fudge): Function removed.
2115 (height-affecting-face-attributes, mode-line-window-height-fudge):
2116 Variables removed.
2117 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2118 window is really the right size. Use vertical-motion
2119 rather than forward-line.
2120 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2121 (ispell-command-loop, ispell-show-choices): Use the variable
2122 ispell-choices-win-default-height, rather than the function.
2123 (ispell-choices-win-default-height): Function removed.
2124 (ispell-mode-line-window-height-fudge): Function removed.
2125
2126 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2127
2128 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2129
2130 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2131
2132 * paths.el (Info-default-directory-list): If
2133 configure-info-directory is not one of the standard directories,
2134 put it first in the list; otherwise put it last. Doc string
2135 changed accordingly.
2136
2137 * info.el (Info-directory-list): Change doc string to reflect the
2138 change in Info-default-directory-list.
2139
2140 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2141 windows-nt as windowed environments, even under -nw.
2142
2143 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2144 if not fboundp. Switch delete-forward mode for the <delete> key
2145 on all PC platforms, even under -nw.
2146
2147 * term/internal.el ([M-delete]): Remap to M-d.
2148
2149 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2150
2151 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2152
2153 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2154
2155 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2156
2157 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2158
2159 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2160 if appropriate.
2161
2162 * simple.el (delete-key-deletes-forward): New user-option.
2163 (delete-key-deletes-forward-mode): New function.
2164
2165 * bindings.el: Bind `delete' to backward-delete-char.
2166
2167 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2168 if symbol is bound before getting its value.
2169
2170 * tooltip.el (tooltip-show): If an error is signaled in
2171 x-show-tip, display that error, and display the help in the
2172 echo area.
2173
2174 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2175
2176 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2177 "... entries" messages for every 10000 entries, not 10.
2178
2179 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2180
2181 * bookmark.el: Provide a generic exit hook, as suggested by
2182 Ovidiu Predescu <ovidiu@cup.hp.com>:
2183 (bookmark-exit-hook): New var.
2184 (bookmark-exit-hook-internal): New func, replaces
2185 old raw lambda form in `kill-emacs-hook', and runs new
2186 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2187 as logically that feature must have been provided if this function
2188 is running.
2189 Removed ;;;###autoload before the `add-hook' call.
2190
2191 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2192
2193 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2194 (easy-menu-current-active-maps): New function.
2195 (easy-menu-get-map): Use it.
2196 Make a proper menu entry when creating a new keymap.
2197
2198 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2199
2200 * international/characters.el: Fix cases and syntaxes for
2201 mule-unicode-0100-24ff.
2202
2203 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2204 that a Japanese character is not appended after day and year.
2205
2206 * info.el (Info-suffix-list): Change format for a command that
2207 requires arguments.
2208 (info-insert-file-contents): Adjusted for the above change.
2209
2210 2000-12-12 Andreas Schwab <schwab@suse.de>
2211
2212 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2213 on the name of the tar buffer. Verify that the existing buffer is
2214 visiting the same subfile.
2215
2216 2000-12-12 Dave Love <fx@gnu.org>
2217
2218 * subdirs.el: Add obsolete.
2219
2220 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2221
2222 * mail/rmailsum.el (rmail-summary-expunge)
2223 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2224 instead of rmail-confirm-expunge.
2225
2226 * replace.el (perform-replace): Don't use an empty match adjacent
2227 to a non-empty match when computing the next match before the
2228 replacement is performed.
2229
2230 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2231
2232 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2233 definition (patch by Stefan Monnier).
2234 (glasses-mode): Use jit-lock instead of `after-change-functions'
2235 (patch by Stefan Monnier).
2236
2237 2000-12-12 Miles Bader <miles@gnu.org>
2238
2239 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2240 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2241
2242 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2243
2244 * term/mac-win.el: Remove load for ls-lisp.
2245
2246 * loadup.el: Load ls-lisp for system-type `macos'.
2247
2248 2000-12-12 Miles Bader <miles@gnu.org>
2249
2250 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2251 Respect field end too.
2252 (just-one-space): Respect fields as `delete-horizontal-space'.
2253 (newline-and-indent, reindent-then-newline-and-indent): Use
2254 `delete-horizontal-space'.
2255
2256 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2257
2258 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2259 (so as to obey the field property in the minibuffer).
2260
2261 * obsolete/c-mode.el: Moved from lisp/progmodes.
2262 * obsolete/auto-show.el: Moved from lisp.
2263 * obsolete/ooutline.el: Moved from lisp/textmodes.
2264
2265 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2266
2267 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2268 changes to list them here.
2269
2270 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2271 many changes to list them here.
2272
2273 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2274 many changes to list them here.
2275
2276 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2277
2278 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2279
2280 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2281 nil.
2282
2283 * cus-edit.el (custom-save-variables, custom-save-faces):
2284 Comment fix.
2285
2286 * hscroll.el: Moved to `obsolete' subdir.
2287
2288 2000-12-11 Miles Bader <miles@gnu.org>
2289
2290 * window.el (window-text-height): Function removed (now in C).
2291
2292 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2293
2294 * log-edit.el (log-edit-parent-buffer): New var.
2295 (log-edit): Set it. Add BUFFER argument.
2296 (log-edit-done): Use char-before.
2297 Don't bother checking validity of vc-comment-ring.
2298 Only bury the buffer if log-edit popped it up.
2299
2300 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2301 (cvs-mode-diff-help): Remove.
2302 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2303 (cvs-mode-marked): Set up the default for CMD manually.
2304
2305 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2306 Remove binding for ? now made unnecessary.
2307
2308 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2309
2310 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2311 function
2312 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2313
2314 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2315 when master file is not open.
2316
2317 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2318
2319 * progmodes/ada-stmt.el: Update `maintainer'.
2320
2321 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2322
2323 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2324 choices to match documentation string.
2325
2326 2000-12-09 Miles Bader <miles@gnu.org>
2327
2328 * minibuf-eldef.el: New file.
2329
2330 * window.el (fit-window-to-buffer): Don't pass last argument to
2331 pos-visible-in-window-p, now that its meaning is inverted.
2332
2333 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2334
2335 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2336 <ceder@lysator.liu.se>.
2337
2338 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2339
2340 * autoinsert.el (auto-insert-alist): Add missing final \n.
2341
2342 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2343 (cvs-menu-map): Remove.
2344 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2345 (cvs-mode-quit): Turn it back into a plain function.
2346
2347 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2348 (texinfo-filter): Remove (move to texinfo.el).
2349
2350 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2351 file where it's more visible.
2352 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2353 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2354 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2355 (texinfo-inside-macro-p): Only catch `scan-error's.
2356 (texinfo-inside-env-p): Make better use of the match info.
2357 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2358 (texinfo-insert-@end): Slight re-organization.
2359 Also remove useless `looking-at' call.
2360
2361 2000-12-08 Andrew Innes <andrewi@gnu.org>
2362
2363 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2364 accessible in -nw mode.
2365
2366 * term/w32-win.el: Remove stuff about selection timeout, which is
2367 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2368 it is accessible in -nw mode.
2369
2370 2000-12-08 Dave Love <fx@gnu.org>
2371
2372 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2373 font-lock-keywords-case-fold-search.
2374
2375 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2376
2377 * textmodes/ispell.el (ispell): Doc fix.
2378
2379 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2380
2381 * international/quail.el (quail-insert-decode-map): Check the
2382 frame width of a window displaying the current buffer, not that of
2383 the selected frame.
2384 (quail-help): Make sure that the help buffer has window before
2385 inserting text in it.
2386
2387 2000-12-07 Sam Steingold <sds@gnu.org>
2388
2389 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2390 Backquote is used in isearch.el, so autoloading saves nothing.
2391
2392 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2395 the CVS and RCS subdirectories case-insensitively.
2396
2397 * dired.el (dired-insert-directory): If file-system-info is
2398 fboundp, call it instead of invoking dired-free-space-program.
2399
2400 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2401
2402 * server.el (server-visit-files): Push files on file-name-history.
2403
2404 * progmodes/cc-langs.el: Update copyright.
2405
2406 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2407
2408 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2409
2410 * bindings.el (mode-line-mode-menu): Reverse the order
2411 of define-keys so that the menu appears in alphabetical order.
2412
2413 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2414
2415 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2416 of the function.
2417
2418 2000-12-07 Dave Love <fx@gnu.org>
2419
2420 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2421
2422 * facemenu.el (facemenu-unlisted-faces): Fix value.
2423
2424 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2425
2426 * font-lock.el (font-lock-default-fontify-region):
2427 Include the terminating \n (off-by-one error).
2428 (font-lock-set-defaults): Use dolist.
2429
2430 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2431
2432 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2433
2434 * international/mule-cmds.el (describe-language-environment): Fix
2435 for the case that an input method title is not string but a list.
2436
2437 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2438 of wrong SIZE record.
2439
2440 2000-12-06 Dave Love <fx@gnu.org>
2441
2442 * newcomment.el (comment-region, comment-dwim): Doc fix.
2443
2444 * textmodes/texinfo.el: Require tex-mode when compiling.
2445 (texinfo-update-node): Doc fix.
2446 (texinfo-imenu-generic-expression): Add @anchor.
2447 (texinfo-font-lock-keywords): Add @uref.
2448 (texinfo-inside-macro-p): Don't use ignore-errors.
2449 (texinfo-insert-quote): Match more contexts.
2450
2451 * international/mule.el (decode-char, encode-char): Doc fix.
2452 (auto-coding-alist): Customize.
2453
2454 * files.el (load-file): Fix change of 2000-03-12.
2455
2456 * wid-edit.el (widget-text-keymap): Doc fix.
2457
2458 2000-12-06 Andrew Innes <andrewi@gnu.org>
2459
2460 * makefile.w32-in (lisp): Set to an absolute directory, namely
2461 $(CURDIR).
2462
2463 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2464
2465 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2466 read generated-autoload-file, and set buffer-file-coding-system to
2467 raw-text-unix after reading the file.
2468
2469 * international/mule-conf.el (file-coding-system-alist): Use
2470 raw-text for reading loaddefs.el and raw-text-unix for writing
2471 it.
2472
2473 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2474
2475 * replace.el (occur): Make line-number-width 1 smaller for the
2476 colon following the line number.
2477
2478 * startup.el (fancy-splash-text, command-line-1): Use
2479 `File' for the menu name instead of `Files'.
2480
2481 * tmm.el: Update copyright.
2482
2483 * cus-start.el: Add entry for even-window-heights.
2484
2485 2000-12-06 Miles Bader <miles@gnu.org>
2486
2487 * faces.el (frame-set-background-mode): Avoid stomping on
2488 locally modified faces.
2489
2490 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2491
2492 * international/fontset.el: Correct the font registries for
2493 japanese-jisx0213-1 and japanese-jisx0213-2.
2494
2495 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2496
2497 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2498
2499 * iswitchb.el: Update customization commentary.
2500
2501 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2502
2503 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2504 (tpu-search-highlight): Fixed comparison of overlay end positions.
2505 (tpu-trim-line-ends): Implemented trimming logic locally.
2506
2507 * emulation/tpu-extras.el (tpu-write-file-hook)
2508 (tpu-set-cursor-bound): Replaced picture-clean with
2509 tpu-trim-line-ends.
2510
2511 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2512
2513 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2514 to cn-gb.
2515 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2516
2517 2000-12-04 Dave Love <fx@gnu.org>
2518
2519 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2520
2521 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2522
2523 * mail/rmailsum.el (rmail-summary-expunge)
2524 (rmail-summary-expunge-and-save): Ask for confirmation with
2525 rmail-expunge-confirmed.
2526
2527 * mail/rmail.el (rmail-expunge-confirmed): New function.
2528 (rmail-expunge): Use it.
2529
2530 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2531 (etags-recognize-tags-table, find-tag-in-order): New
2532 functionality: interpret file names as tags.
2533
2534 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2535
2536 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2537 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2538 visit the first subnode until the bottom of the current node is
2539 visible.
2540
2541 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2542
2543 * format.el (format-decode): Don't change buffer's undo list.
2544
2545 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2546
2547 * faces.el (face-font-registry-alternatives): Add entries for CJK
2548 fonts. Doc-string adjusted for the actual usage of this data.
2549
2550 * international/fontset.el: Change the font registries for CJK
2551 fonts in the default fontset. Don't append '*' to registries.
2552
2553 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2554
2555 * emacs-lisp/easy-mmode.el (define-derived-mode)
2556 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2557
2558 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2559 (derived-mode-p): New function.
2560 (derived-mode-make-docstring): Add `docstring' argument.
2561 Use it if available and complete it if necessary.
2562
2563 2000-12-03 Andreas Schwab <schwab@suse.de>
2564
2565 * type-break.el (type-break): Don't make parent of itself.
2566
2567 2000-12-03 Miles Bader <miles@gnu.org>
2568
2569 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2570
2571 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2572
2573 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2574 (tex-main-file, tex-file): Simplify.
2575 (tex-generate-zap-file-name): Use subst-char-in-string.
2576 (tex-strip-dots): Remove.
2577
2578 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2579
2580 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2581 to check if the match succeeded.
2582
2583 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2584
2585 * startup.el (use-fancy-splash-screens-p): New function.
2586 (command-line-1): Use it to determine whether or not to use
2587 a fancy splash screen.
2588
2589 2000-12-02 Andreas Schwab <schwab@suse.de>
2590
2591 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2592
2593 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2594
2595 * international/mule.el (make-char): Fix last change.
2596
2597 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2598 New defcustoms.
2599 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2600 autoloading tex-mode; instead, do the same manually. Use
2601 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2602 with numeric argument. Docstring fix.
2603 (toplevel): Require cl when compiling.
2604
2605 * international/mule.el (make-char): Doc fix.
2606
2607 2000-12-02 Jason Rumney <jasonr@gnu.org>
2608
2609 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2610 the Emacs Lisp manual)
2611
2612 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2613
2614 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2615
2616 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2617 the Emacs Lisp manual).
2618
2619 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2620
2621 * simple.el (next-line-add-newlines): Change default to nil.
2622
2623 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2624
2625 * files.el (revert-buffer, recover-file): Bind
2626 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2627
2628 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2629
2630 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2631
2632 2000-12-01 Miles Bader <miles@gnu.org>
2633
2634 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2635
2636 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2637
2638 * international/mule-diag.el (describe-char-after): Fix typo.
2639 (describe-character-set, non-iso-charset-alist): Fix typo.
2640
2641 2000-12-01 Miles Bader <miles@gnu.org>
2642
2643 * image-file.el (image-file-name-regexp): Automatically add
2644 upper-case variants of each filename extension in
2645 `image-file-name-extensions', since they seem to be common.
2646
2647 * simple.el (minibuffer-contents)
2648 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2649 New functions.
2650 * filecache.el (file-cache-directory-name)
2651 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2652
2653 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2654
2655 * filecache.el (file-cache-minibuffer-complete): Don't try to
2656 delete the minibuffer prompt.
2657
2658 2000-11-30 Dave Love <fx@gnu.org>
2659
2660 * cus-start.el: Fix read-buffer-function type.
2661
2662 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2663
2664 * md5.el: Removed. There's a built-in function, now.
2665
2666 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2667
2668 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2669 as dummy 0-th char of rmail-deleted-vector.
2670
2671 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 * ps-print.el (ps-end-job): Bind case-fold-search only after
2674 switching to ps-spool-buffer.
2675
2676 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2677
2678 * ps-print.el: Line number font customization. PostScript: Lines and
2679 PageCount are initialized on each page. Doc Fix.
2680 (ps-print-version): New version number (6.3.2).
2681 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2682 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2683 (ps-right-header): Customization fix.
2684 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2685 Fix code.
2686 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2687 New vars.
2688
2689 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2690
2691 * bs.el: Fix typos and spelling errors.
2692 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2693 (bs-configuration): Doc fix.
2694
2695 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2696
2697 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2698
2699 * emulation/tpu-edt.el (tpu-version): New version.
2700 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2701 (tpu-original-mode-line): Variable deleted.
2702 (tpu-mark-flag): New initial value.
2703 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2704 tpu-mark-flag to minor-mode-alist.
2705 (tpu-update-mode-line): New mark flag logic.
2706 (tpu-get): Use find-file-wildcards.
2707 (tpu-search-highlight): Move overlay less, reset overlay properly.
2708 (tpu-unselect): Deactivate mark.
2709 (tpu-lm-replace): Reset overlay properly.
2710 (tpu-forward-line): Use forward-visible-line.
2711 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2712
2713 * emulation/tpu-extras.el (tpu-forward-line): Use
2714 forward-visible-line.
2715
2716 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2717
2718 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2719
2720 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2721
2722 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2723 and skip whitespace and newlines.
2724
2725 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2728
2729 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2730
2731 * help.el (describe-function-1): Regexp-quote function name
2732 when used as part of a regexp.
2733
2734 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2735 face-attribute instead of face-foreground and face-background.
2736 (tool-bar-add-item): Likewise, and handle unspecified colors.
2737
2738 * enriched.el (enriched-face-ans): Use face-attribute instead
2739 of face-foreground and face-background.
2740
2741 * faces.el (face-foreground, face-background, face-stipple):
2742 Return nil if attribute is unspecified, for backward
2743 compatibility.
2744
2745 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2746
2747 * play/5x5.el: Remove version info.
2748
2749 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2750
2751 * frame.el (blink-cursor-mode): Doc fix.
2752
2753 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2754
2755 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2756 to create Makefile rules.
2757 (antlr-tool-command): New user option.
2758 (antlr-ask-about-save): New user option.
2759 (antlr-makefile-specification): New user option.
2760 (antlr-file-formats-alist): New variable.
2761 (antlr-special-file-formats): New variable.
2762 (antlr-unknown-file-formats): New user option.
2763 (antlr-help-unknown-file-text): New variable.
2764 (antlr-help-rules-intro): New variable.
2765 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2766 (antlr-mode-menu): Add entries.
2767 (antlr-file-dependencies): New function.
2768 (antlr-directory-dependencies): New function.
2769 (antlr-superclasses-glibs): New function.
2770 (antlr-run-tool): New command.
2771 (antlr-makefile-insert-variable): New function.
2772 (antlr-insert-makefile-rules): New function.
2773 (antlr-show-makefile-rules): New command.
2774
2775 * antlr-mode.el: More Emacs/XEmacs stuff.
2776 (antlr-no-action-keywords): New constant with value nil.
2777 (antlr-font-lock-keywords-alist): Use it. Old value would break
2778 syntax highlighting in Emacs-21.0.
2779 (antlr-default-directory): Emacs/XEmacs dependend function.
2780 (antlr-read-shell-command): Ditto.
2781 (antlr-with-displaying-help-buffer): Ditto.
2782
2783 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2784
2785 * antlr-mode.el: imenu, parsing and highlighting changes.
2786 (antlr-imenu-create-index-function): Don't create extra submenus
2787 for definitions in different grammar classes. It is not necessary
2788 for the menu and would make command `imenu' awkward to use.
2789 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2790 header actions and more than one.
2791 (antlr-font-lock-tokendef-face): Changed color.
2792 (antlr-font-lock-tokenref-face): Changed color.
2793 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2794 (antlr-mode-syntax-table): New variable.
2795 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2796 (antlr-with-syntax-table): Don't copy syntax table.
2797
2798 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2799
2800 * antlr-mode.el: Minor changes: language setting.
2801 (antlr-language-alist): The value for file option "language" can
2802 be both an identifier and a string.
2803 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2804 (antlr-language-limit-n-regexp): Change accordingly.
2805
2806 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2807
2808 * antlr-mode.el: Minor changes: tabs, hiding.
2809 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2810 (antlr-action-visibility): Also allow value nil to also hide the
2811 braces. Renamed from `antlr-tiny-action-length'.
2812 Suggested by Jay@aol.com.
2813 (antlr-hide-actions): Change accordingly. Hide line if completely
2814 hidden action is on a line of its own.
2815
2816 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2817
2818 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2819
2820 * sort.el (sort-columns): Don't concat strings with numbers.
2821
2822 2000-11-29 Dave Love <fx@gnu.org>
2823
2824 * cus-edit.el (face): Fix :format.
2825
2826 * mail/feedmail.el: Require smtpmail when compiling.
2827 (mail-do-fcc): Autoload.
2828 (feedmail) <defgroup>: Fix :link.
2829 (feedmail-nuke-body-in-fcc): Fix :type.
2830 (feedmail-send-it): Add autoload cookie.
2831
2832 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2833
2834 * newcomment.el (comment-indent): Save excursion around call to
2835 comment-indent-function.
2836
2837 2000-11-29 Miles Bader <miles@gnu.org>
2838
2839 * subr.el (member-ignore-case): Return the tail of the list who's
2840 car matches, like `member', not the matching element itself.
2841
2842 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2843
2844 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2845 should not contain `\n'.
2846
2847 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2848
2849 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2850
2851 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2852
2853 * dired-aux.el (dired-do-create-files): Construct default file
2854 name for dired-mark-read-file-name so that when the user enters
2855 just RET, the target file will end up in the target directory.
2856
2857 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2858 local-abbrev-table before changing buffers because it might
2859 have a buffer-local binding.
2860
2861 2000-11-28 Miles Bader <miles@gnu.org>
2862
2863 * simple.el (delete-horizontal-space): Handle fields more generally.
2864
2865 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2866
2867 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2868
2869 2000-11-28 Dave Love <fx@gnu.org>
2870
2871 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2872 comment-start-skip locally.
2873
2874 * progmodes/fortran.el (fortran-mode): Don't set
2875 fortran-comment-line-start-skip. Set comment-start to
2876 fortran-comment-line-start.
2877 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2878 (fortran-comment-line-start-skip): Simplify slightly.
2879
2880 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2881
2882 * play/5x5.el: Remove RCS keyword.
2883
2884 * bs.el: Mistaken commit, undone 2000-11-30.
2885
2886 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2887
2888 * textmodes/tildify.el (tildify-string-alist): Add
2889 `plain-tex-mode' here.
2890
2891 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2892
2893 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2894 reference.
2895
2896 2000-11-28 Miles Bader <miles@gnu.org>
2897
2898 * cus-face.el (custom-face-attributes): Add post-filter function
2899 for :box. Make pre-filter function for :box handle all cases.
2900
2901 * wid-edit.el (widget-choose): Make sure pop-up window is large
2902 enough to display all the choices, as there's no way to scroll it.
2903
2904 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2905
2906 * international/mule-conf.el: Make the coding system no-conversion
2907 safe for all characters.
2908
2909 2000-11-27 Dave Love <fx@gnu.org>
2910
2911 * net/ldap.el (ldap) <defgroup>: Add :version.
2912
2913 * tooltip.el (tooltip-use-echo-area): Doc fix.
2914
2915 * cus-start.el <minibuffer-prompt-properties>: Add version.
2916 <read-buffer-function>: Add.
2917
2918 * apropos.el (apropos-print): Add help-echo to active text.
2919
2920 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2921
2922 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2923
2924 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2925 type, group and version.
2926
2927 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * select.el (x-get-selection): Docstring fix.
2930
2931 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2932
2933 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2934
2935 2000-11-27 Andrew Innes <andrewi@gnu.org>
2936
2937 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2938
2939 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2940
2941 2000-11-27 Miles Bader <miles@gnu.org>
2942
2943 * dired.el (dired-get-filename): Return filename verbatim if
2944 LOCALP is `verbatim'.
2945 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2946 `verbatim' so that we don't inadvertently delete a non-existant
2947 directory name.
2948
2949 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2950
2951 * international/characters.el: Specify cases and syntaxes for
2952 mule-unicode-0100-24ff.
2953
2954 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2955
2956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2957 that foreground and/or background colors of the face `tool-bar'
2958 are unspecified.
2959
2960 2000-11-27 Miles Bader <miles@gnu.org>
2961
2962 * wid-edit.el (widget-field-buffer, widget-field-start)
2963 (widget-field-end): Handle widget field `pseudo-overlays'.
2964 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2965 if it's there instead of in `widget-field-list'.
2966
2967 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2968 (help-make-xrefs): Delete extraneous newlines at the end of the
2969 docstring.
2970
2971 2000-11-25 Jason Rumney <jasonr@gnu.org>
2972
2973 * startup.el (command-line): Call set-locale-environment after
2974 Window System init file is read, as it can result in a call to
2975 redraw-frame.
2976
2977 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2978
2979 * simple.el (shell-command): Mention the effect of the prefix
2980 argument in the doc string.
2981
2982 2000-11-25 Miles Bader <miles@gnu.org>
2983
2984 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2985
2986 * wid-edit.el (widget-field-value-delete): Don't try to delete
2987 overlay when it's the `pseudo-overlay' that exists at some points.
2988
2989 2000-11-24 Jason Rumney <jasonr@gnu.org>
2990
2991 * international/mule-cmds.el (locale-language-names): Add "jp" as
2992 a non-standard alternative for Japanese.
2993
2994 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2995
2996 * vc-hooks.el: Require 'cl during compilation.
2997
2998 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2999
3000 * faces.el (face-set-after-frame-default): Let face attributes
3001 specified for new frames override frame parameters.
3002
3003 * startup.el (command-line): Fix computation of the source file
3004 for user-init-file when user-init-file is a compiled file.
3005
3006 2000-11-24 Miles Bader <miles@gnu.org>
3007
3008 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3009 (custom-post-filter-face-spec): New functions.
3010 (custom-face-set, custom-face-value-create): Filter the face spec
3011 before and after customization.
3012 (custom-face-set): If VALUE specifies a null face, pass a
3013 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3014 * cus-face.el (custom-face-attributes): Remove SET and GET
3015 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3016 cases they're needed.
3017
3018 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3019 that it's distinguishable from the :off-glyph on dark-background
3020 displays. Set its background color too.
3021
3022 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3023 so that people can easily turn it off.
3024
3025 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3026
3027 * ediff-diff.el: Moved variables around to have it compile under NT.
3028
3029 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3030
3031 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3032
3033 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3034 redundant skip-small-frames test.
3035
3036 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3037 (viper-downgrade-to-insert): protect against errors in hooks.
3038
3039 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3040 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3041 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
3042 functions.
3043
3044 * viper-util.el (viper-memq-char): Bug fixes.
3045
3046 * viper.el (viper-mode): Fix cursor handling.
3047
3048 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3049
3050 * international/mule-diag.el (list-iso-charset-chars): For
3051 two-byte charset, fix the `while' condition.
3052 (list-non-iso-charset-chars): Fix the `while' condition.
3053
3054 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3055
3056 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3057 if the variable is make-variable-buffer-local.
3058
3059 * progmodes/ada-stmt.el (ada-template-map): Initialize
3060 and bind it to C-c t in ada-mode-map.
3061 (ada-stmt-mode-hook): New function extracted from old code.
3062 Only change the buffer-local side of skeleton-*.
3063 (ada-mode-hook): Use it.
3064
3065 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3068 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3069 we expect to be returned by minibuffer-depth once we prompt the
3070 user in the minibuffer.
3071 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3072 as recorded in iswitchb-minibuf-depth, return non-nil.
3073
3074 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3077 (hscroll-window-maybe): Docstring fix.
3078
3079 2000-11-23 Dave Love <fx@gnu.org>
3080
3081 * rect.el (string-rectangle): Don't test delete-selection-mode.
3082
3083 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3084
3085 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3086 is in the tool bar.
3087
3088 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3089 with `no-dir'; we want the directory part to be able to remove
3090 it.
3091
3092 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * textmodes/outline.el (outline-flag-region):
3095 Don't bind inhibit-read-only since we don't modify the buffer.
3096 (outline-isearch-open-invisible): Don't jump to overlay-start
3097 since we're trying to unhide text around point.
3098 (outline-discard-overlays): Use dolist.
3099
3100 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3101
3102 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3103
3104 * mail/rmail.el (rmail-confirm-expunge): Default to
3105 y-or-n-p.
3106
3107 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3108
3109 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3110 Fix ARG regexp to skip quoted braces.
3111 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3112 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3113 are (correctly) handled separately).
3114 Remove `caption' and `footnote' from `citations': they contain text.
3115 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3116 (latex-skeleton-end-hook): New function.
3117 (latex-mode): Use it.
3118 (tex-start-tex-marker): Remove.
3119 (tex-send-tex-command): Don't set tex-start-tex-marker.
3120 (tex-error-parse-syntax-table): New var.
3121 (tex-compilation-parse-errors): Use it.
3122 Ignore tex-start-tex-marker. Don't bother with marker-position.
3123 (tex-validate-buffer): Don't bother with marker-position.
3124
3125 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3126 (flyspell-generic-progmode-verify): Use it.
3127
3128 2000-11-22 Sam Steingold <sds@gnu.org>
3129
3130 * simple.el (delete-trailing-whitespace): New interactive
3131 function.
3132
3133 * progmodes/ada-mode.el (ada-mode): Use it instead of
3134 `ada-remove-trailing-spaces'.
3135 (ada-remove-trailing-spaces): Removed.
3136
3137 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3138
3139 * textmodes/picture.el (picture-clean): Removed.
3140 (picture-mode-exit): Call it instead of `picture-clean'.
3141
3142 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3143
3144 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3145
3146 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3147 jit-lock-fontify-buffer; it should anyway be unneccessary to
3148 do anything special when jit-lock is active.
3149 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3150
3151 2000-11-22 Dave Love <fx@gnu.org>
3152
3153 * calendar/todo-mode.el (todo-top-priorities): Use
3154 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3155
3156 * language/chinese.el, language/cyrillic.el:
3157 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3158 * language/hebrew.el, language/indian.el, language/japanese.el:
3159 * language/korean.el, language/lao.el, language/misc-lang.el:
3160 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3161 Use provide.
3162
3163 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3164 (custom-variable-set): Improve validation error mesage.
3165
3166 * rect.el (string-rectangle): Revert last change.
3167 (string-rectangle-line): New arg DELETE.
3168 (string-rectangle): Check delete-selection-mode.
3169
3170 * emacs-lisp/edebug.el (edebug-version)
3171 (edebug-maintainer-address): Deleted.
3172 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3173 (edebug-read-function): Account for other `'#' read forms.
3174 (edebug-mode-menus): Make some items toggles.
3175 (edebug-outside-unread-command-event, unread-command-event):
3176 Remove these to avoid warnings.
3177
3178 2000-11-22 David Ponce <david@dponce.com>
3179
3180 * recentf.el (recentf-menu-items-for-commands)
3181 (recentf-make-menu-items, recentf-make-menu-item)
3182 (recentf-filter-changer): Added :help and :active menu-item properties.
3183
3184 (recentf-build-dir-rules, recentf-dump-variable)
3185 (recentf-edit-list, recentf-open-files-item)
3186 (recentf-open-files): Replaced unnecessary `mapcar' with new
3187 built-in `mapc'.
3188
3189 2000-11-23 Miles Bader <miles@gnu.org>
3190
3191 * faces.el (menu): Make inverse-video on ttys too.
3192
3193 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3194
3195 * simple.el (comment-line-break-function): Use the new name
3196 indent-new-comment-line -> comment-indent-new-line.
3197 (clone-indirect-buffer): Don't ignore NORECORD.
3198 (next-completion): Properly handle the case where items are adjacent.
3199
3200 * mouse.el (popup-menu): Stupid typo.
3201
3202 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3203
3204 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3205 maintainer, keywords tags.
3206
3207 * rect.el (replace-rectangle): Don't call string-rectangle-line
3208 with too many arguments.
3209
3210 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3211
3212 * ediff-util.el (ediff-file-checked-out-p)
3213 (ediff-file-checked-in-p): Call vc-state instead of
3214 vc-locking-user, which no longer exists.
3215
3216 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3217
3218 2000-11-22 Dave Love <fx@gnu.org>
3219
3220 * md5.el (md5): Provide.
3221 (md5): Fix error call.
3222
3223 2000-11-22 Miles Bader <miles@gnu.org>
3224
3225 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3226 (refill-fill-paragraph-at): Remove debugging code.
3227
3228 * calendar/calendar.el (generate-calendar-window): When we don't
3229 call `fit-window-to-buffer', make sure the top line is fully visible.
3230
3231 * image-file.el (insert-image-file): Don't make `read-only'
3232 property rear-nonsticky.
3233
3234 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3235 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3236 stashing away its original value.
3237 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3238 in the recursive edit.
3239 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3240 (isearch-done): Restore `minibuffer-message-timeout'.
3241
3242 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3243
3244 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3245
3246 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3247
3248 * find-lisp.el (find-lisp-find-files-internal):
3249 Use dolist, when and file-name-as-directory.
3250
3251 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3252 (define-derived-mode, define-minor-mode): Add specs.
3253
3254 * window.el: General comment and spacing fixes.
3255 (save-selected-window): Use backquotes.
3256 (window-safely-shrinkable-p): New function.
3257 (shrink-window-if-larger-than-buffer): Use it.
3258
3259 * subr.el (make-local-hook): Docstring fix.
3260
3261 * shell.el (shell-mode): Use define-derived-mode.
3262
3263 * newcomment.el (comment-indent): Insert comment before calling
3264 comment-indent-function. Don't insert in column 0.
3265 (comment-dwim): Indent before inserting comment.
3266
3267 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3268 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3269 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3270 Use mapc rather than map.
3271
3272 * files.el (find-buffer-visiting): Compare all attributes before
3273 declaring two files identical (rather than just their inode-no).
3274 (auto-mode-alist): Use \' rather than $.
3275
3276 * which-func.el: Update maintainer line.
3277
3278 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3279 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3280 (uniquify-buffer-file-name): Use it.
3281
3282 2000-11-22 Miles Bader <miles@gnu.org>
3283
3284 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3285 * simple.el (minibuffer-avoid-prompt): New function.
3286
3287 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3288
3289 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3290
3291 2000-11-21 Miles Bader <miles@gnu.org>
3292
3293 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3294 inclusion of `track-mouse'.
3295
3296 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3297 (refill-adjust-ignorable-overlay): New function.
3298 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3299 only the paragraph's tail if possible.
3300 Update `refill-ignorable-overlay'.
3301 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3302
3303 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3304 point inside the fill-prefix.
3305
3306 * textmodes/refill.el (refill-post-command-function): Don't reset
3307 refill-doit in the case where a self-insertion command doesn't
3308 case a refill. Use `refill-fill-paragraph-at', getting position
3309 from `refill-doit'.
3310 (refill-after-change-function): Set `refill-doit' to END.
3311 (refill-fill-paragraph-at): New function, mostly from old
3312 refill-fill-paragraph.
3313 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3314 (refill-pre-command-function): New function.
3315 (refill-mode): Add it to `pre-command-hook'.
3316
3317 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3318
3319 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3320
3321 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3322 javadoc tags.
3323
3324 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3325
3326 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3327 vc.el).
3328
3329 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3330 require vc.
3331
3332 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3333 checkouts.
3334
3335 2000-11-20 Dave Love <fx@gnu.org>
3336
3337 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3338
3339 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3340
3341 * calculator.el (calculator-paste): Use `if' instead of `and'
3342 and `or'.
3343 (calculator-help): Don't use electric-describe-mode for XEmacs.
3344
3345 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3346
3347 * info.el (info-menu-5): Doc fix.
3348
3349 * textmodes/artist.el: New file.
3350
3351 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3352
3353 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3354 and differentiate according to checkout model.
3355 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3356 since this function is only concerned with master state.
3357
3358 * vc-hooks.el (vc-workfile-unchanged-p,
3359 vc-default-workfile-unchanged-p): Moved here from vc.el.
3360
3361 * vc.el (vc-workfile-unchanged-p,
3362 vc-default-workfile-unchanged-p): See above.
3363
3364 2000-11-19 Miles Bader <miles@gnu.org>
3365
3366 * image-file.el (insert-image-file): Make `intangible' and
3367 `read-only' properties rear-nonsticky too.
3368
3369 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3370
3371 * ps-print.el: Update copyright notice.
3372
3373 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3374 (tooltip-show): Use the offsets.
3375
3376 * bindings.el (mode-line-modified): Fix a typo.
3377 (mode-line-toggle-modified, mode-line-widen)
3378 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3379
3380 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3381
3382 * ps-print.el (toplevel): Test for find-coding-system being
3383 fboundp before calling ps-x-find-coding-system.
3384
3385 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3386
3387 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3388 (vc-version-backup-file): Docstring fix.
3389
3390 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3391
3392 * files.el (basic-save-buffer): Don't add a newline if
3393 find-file-literally is non-nil.
3394 (find-file-literally): Extend doc string.
3395
3396 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3397 sort(1) with the `-f' argument.
3398
3399 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3400
3401 * vc.el: Updated backend documentation.
3402 (vc-default-check-headers): New function.
3403
3404 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3405
3406 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3407 up-to-date.
3408 (vc-do-command): In the asynchronous case, output messages only if
3409 the minibuffer is not active.
3410
3411 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3412 `vc-cvs-use-edit' is on.
3413 (vc-cvs-checkout): When this is used for reverting the workfile,
3414 make a backup of the original contents and revert to that in case
3415 of error.
3416 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3417 remote repositories.
3418
3419 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3420 for both version and ratio in the minibuffer.
3421
3422 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3423 Use vc-do-command to perform the annotation, not call-process.
3424
3425 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3426
3427 * international/quail.el (quail-start-translation): Don't call
3428 `message' before reading key sequence.
3429
3430 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3431
3432 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3433
3434 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3435
3436 * window.el (fit-window-to-buffer): Be sure to acquire at least
3437 one text line even if the buffer is empty.
3438
3439 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3440
3441 * net/ange-ftp.el (ange-ftp-file-writable-p)
3442 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3443 ange-ftp-process-verbose to nil.
3444
3445 2000-11-15 Dave Love <fx@gnu.org>
3446
3447 * wid-edit.el (widget-specify-field, widget-specify-button): If
3448 :help-echo is a function, set help-echo of overlay to
3449 widget-mouse-help.
3450 (widget-mouse-help): New function.
3451 (widget-echo-help): Rewritten for :help-echo functions only taking
3452 a widget arg.
3453
3454 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3455 display-graphic-p.
3456 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3457 and that JPEG is available.
3458 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3459
3460 * international/mule-cmds.el (locale-charset-language-names):
3461 Match @euro.
3462
3463 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3464
3465 * faces.el (face-set-after-frame-default): If
3466 `inhibit-default-face-x-resources' is bound, don't intialize the
3467 default face from X resources.
3468
3469 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3470
3471 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3472 Don't set EMACSLOADPATH.
3473
3474 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3475
3476 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3477 texinfo-insert-@url.
3478 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3479 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3480
3481 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3482
3483 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3484 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3485 (checkdoc-minor-keymap): Backward compatibility.
3486 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3487 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3488 (checkdoc-this-string-valid-engine): Be a bit more strict
3489 to avoid matching substrings of `...' quoted vars/funs.
3490 (checkdoc-defun-info): Only look for `interactive' if alone.
3491 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3492
3493 * progmodes/compile.el (grep): `tag-default' can be nil.
3494
3495 * newcomment.el (comment-indent): Paren typo.
3496
3497 2000-11-14 Dave Love <fx@gnu.org>
3498
3499 * calculator.el: New maintainer version.
3500
3501 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3502
3503 * cmuscheme.el: Doc fixes.
3504 (cmuscheme) <defgroup>: Use `scheme' as parent.
3505 (cmuscheme-program-name): Remove. Change uses to
3506 scheme-program-name.
3507
3508 * xscheme.el (scheme-program-name): Don't define here.
3509
3510 * progmodes/scheme.el (scheme-program-name): New variable
3511 (originally in cmuscheme).
3512
3513 2000-11-14 Miles Bader <miles@gnu.org>
3514
3515 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3516 Handle header-lines. Don't loop forever if we can't enlarge the
3517 window anymore. Simplify a bit.
3518
3519 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3520
3521 * window.el (fit-window-to-buffer): Don't check
3522 window-text-height. Assure that the last line is fully visible.
3523
3524 * international/quail.el (quail-show-guidance-buf): Call
3525 fit-window-to-buffer to assure the enough height of the guidance
3526 buffer.
3527 (quail-update-guidance): Avoid making the guidance buffer shorter.
3528
3529 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3530
3531 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3532 rather than `prepend' and add an interesting comment.
3533 (tex-math-face, tex-font-lock-syntactic-face-function):
3534 New face and function to use it.
3535 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3536 than `menu-enable' symbol property.
3537 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3538 (tex-mode): Add some latex-mode commands for auto-selection.
3539 Use tex-font-lock-syntactic-face-function.
3540 (tex-insert-quote): Simplify.
3541 (tex-shell): New mode.
3542 (tex-start-shell): Use it.
3543 (tex-shell-proc, tex-shell-buf): New functions.
3544 (tex-send-command): Use it.
3545 (tex-main-file): Fix the meaning of the new arg REALFILE.
3546 (tex-send-tex-command): New function split from `tex-start-tex'.
3547 Set compilation-last-buffer and compilation-parsing-end.
3548
3549 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3550 when it follows non-comment text on the line.
3551
3552 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3553 Set font-lock-defaults.
3554 (lisp-mode-shared-map): Init inside the defvar.
3555 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3556 Use define-derived-mode.
3557
3558 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3559
3560 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3561
3562 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3563
3564 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3565 recursively optimize body because that can lead to infinite
3566 recursion; see comment there.
3567
3568 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3569
3570 * faces.el (face-spec-set-match-display): Revert the change from
3571 2000-10-24. Add a FIXME for after v21.1.
3572
3573 2000-11-13 Miles Bader <miles@gnu.org>
3574
3575 * textmodes/fill.el (skip-line-prefix): New function.
3576 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3577 (fill-paragraph): Don't leave point inside the fill-prefix.
3578 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3579 point inside the fill-prefix.
3580
3581 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3582
3583 * calendar/calendar.el (generate-calendar-window): Use
3584 `fit-window-to-buffer'.
3585
3586 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3587
3588 * gud.el (gud-minor-mode): New var.
3589 (gud-symbol, gud-val): New functions.
3590 (gud-find-file): Copy gud-minor-mode to the new buffer.
3591 (gud-menu-map): Include entries for commands that are not always
3592 available, using :enable to (de)activate them.
3593 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3594 (gud-mode-map): New map.
3595 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3596 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3597 Don't set up gud's menu (it's done by the minor-mode).
3598 (gud-minibuffer-local-map): New.
3599 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3600 (gud-query-cmdline): New function.
3601 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3602 (gud-mode): Use define-derived-mode.
3603 Don't set up gud's menu (it's done by the minor-mode).
3604 (gud-chop-words): Remove.
3605 (gud-common-init): Use split-string instead.
3606 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3607
3608 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3609 Add keyword arg :name.
3610
3611 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3612 (diff-count-matches, diff-split-hunk): New functions.
3613 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3614
3615 * pcvs-info.el (cvs-fi-conflict-face): New var.
3616
3617 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3618 Make it into a simple syntax-table, shared among all submodes.
3619 (sh-heredoc-face): Re-introduce.
3620 (sh-font-lock-syntactic-face-function): New function.
3621 (sh-mode): Use it. Also use define-derived-mode.
3622 Remove old bogus setting of indent-region-function.
3623 (sh-set-shell): Don't set the syntax-table any more.
3624 (sh-mode-syntax-table) <defun>: Remove.
3625
3626 2000-11-12 Miles Bader <miles@gnu.org>
3627
3628 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3629 message if interactive.
3630
3631 2000-11-12 Dave Love <fx@gnu.org>
3632
3633 * mail/feedmail.el: Fix header,
3634 (feedmail) <defgroup>: Add :link.
3635
3636 * view.el: Use local-map property, not keymap on mode-line string.
3637
3638 * scroll-all.el (scroll-all-mode): Customize variable. Add
3639 autoload cookie to function.
3640
3641 * lazy-lock.el: Remove compatibility code.
3642
3643 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3644 (finder-help-echo): New variable.
3645 (finder-mouse-face-on-line): Add help-echo stuff.
3646 (finder-list-keywords, finder-list-matches): Use mapc.
3647
3648 * faces.el (face-font-registry-alternatives): Add :version.
3649
3650 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3651 tags-table-list.
3652
3653 * net/browse-url.el (browse-url-browser-function): Update :version.
3654
3655 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3656 (mail-mode): Use [:alnum:] in some regexps.
3657
3658 2000-11-10 Dave Love <fx@gnu.org>
3659
3660 * ediff.el (ediff-regions-internal, ediff-documentation):
3661 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3662 fundamental mode.
3663
3664 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3665 buffer into fundamental mode.
3666 (ediff-set-difference): Use copy-sequence if available.
3667
3668 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3669 ediff-patch-map non-nil.
3670 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3671 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3672 buffer into fundamental mode.
3673
3674 * ediff-merg.el (state-or-merge): Defvar when compiling.
3675
3676 2000-11-10 Jason Rumney <jasonr@gnu.org>
3677
3678 * w32-fns.el (w32-add-charset-info): New function.
3679 (w32-charset-info-alist): Use it.
3680
3681 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3682
3683 * faces.el (face-font-registry-alternatives): New user-option.
3684
3685 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * textmodes/texinfo.el (texinfo-block-default): New var.
3688 (texinfo-insert-block): Use it. Insert a newline if needed.
3689
3690 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3691 (fill-region-as-paragraph): Use it.
3692
3693 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3694 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3695 Tweak paragraph regexps to allow a leading [ \t]*.
3696 (tex-latex-block): Insert a newline if necessary.
3697 (latex-insert-item): Only insert a newline if necessary.
3698 (tex-guess-main-file): New function.
3699 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3700 Set tex-main-file if TeX-master is provided.
3701 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3702
3703 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3704
3705 * startup.el (command-line): Set the default tooltip-mode
3706 to t for graphical displays which implement x-show-tip.
3707
3708 * tooltip.el (tooltip-mode): Add a comment about startup.el
3709 setting the default value of this user-option.
3710
3711 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3712
3713 * font-lock.el (font-lock-*-face) <defvar>: Move.
3714 (font-lock-defaults-alist): Mark obsolete.
3715 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3716 (font-lock-mode): Use define-minor-mode.
3717 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3718 (font-lock-turn-off-thing-lock): Be more explicit.
3719 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3720 (font-lock-syntactic-face-function): New var.
3721 (font-lock-fontify-syntactically-region): Use it.
3722 (font-lock-doc-face): New.
3723
3724 * pcvs.el (cvs-enabledp): Ignore errors.
3725 (cvs-commit-filelist): Never query.
3726 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3727 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3728 (cvs-do-removal): Use cvs-partition rather than delete-if.
3729 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3730 cvs-bury-buffer.
3731
3732 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3733 Allow `next' to jump to after the end of the last match.
3734
3735 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3736
3737 * simple.el (byte-compiling-files-p): New function.
3738
3739 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3740 if it is there.
3741
3742 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3743 nil again.
3744
3745 * textmodes/ispell.el (ispell-library-path): Don't call
3746 check-ispell-version when byte-compiling because that starts
3747 an ispell process, and ispell might not be installed.
3748 (toplevel): Don't set up a menu when byte-compiling.
3749
3750 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3751 it, so that a boundp test can be used to determine if we're
3752 currently byte-compiling.
3753
3754 2000-11-09 Dave Love <fx@gnu.org>
3755
3756 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3757 eval-after-load.
3758
3759 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3760
3761 * ps-print.el: Patch for variable initialization when spooling. Doc
3762 fix.
3763 (ps-output-list): Fun eliminated.
3764 (ps-begin-file, ps-begin-job): Code fix.
3765
3766 2000-11-08 Dave Love <fx@gnu.org>
3767
3768 * ediff-wind.el (ediff-control-frame-parameters): Zero
3769 tool-bar-lines.
3770
3771 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3772
3773 * simple.el (shell-command, display-message-or-buffer)
3774 (shell-command-on-region): Mention resize-mini-windows in the doc
3775 string.
3776 (display-message-or-buffer): Take the value of resize-mini-windows
3777 into account.
3778
3779 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3780
3781 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3782
3783 * dired.el (dired-between-files): Add `^. find' as an alternative
3784 to the regular expression, for find-dired.
3785
3786 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3787
3788 * textmodes/texnfo-upd.el: Require texinfo.
3789 (defmacro, defgroup): Remove.
3790 (texinfo-section-to-generic-alist): Remove.
3791 Use texinfo-section-list instead (i.e. level is changed string->int).
3792 (texinfo-filter): New function.
3793 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3794 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3795 Use it. And use regexp-opt.
3796 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3797 (texinfo-update-menu-region-beginning)
3798 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3799 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3800 (texinfo-update-menu-same-level-regexps): Update.
3801 (texinfo-update-node, texinfo-every-node-update)
3802 (texinfo-sequential-node-update): Remove autoload cookie.
3803
3804 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3805 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3806 (texinfo-chapter-level-regexp): Remove.
3807 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3808
3809 2000-11-06 Dave Love <fx@gnu.org>
3810
3811 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3812
3813 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3814 Match defun*.
3815
3816 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3817
3818 * composite.el (composition-function-table): Variable declaration
3819 moved to src/composite.c.
3820 (compose-chars-after): New optional arg object.
3821
3822 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3823
3824 * bindings.el (mode-line-toggle-read-only)
3825 (mode-line-toggle-modified, mode-line-widen)
3826 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3827 (make-mode-line-mouse2-map): Rewritten.
3828 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3829 functions so that C-h k can show something with a doc string.
3830
3831 * startup.el (fancy-splash-delay): Set to 10 seconds.
3832 (fancy-splash-max-time): New user-option.
3833 (fancy-splash-stop-time): New variable.
3834 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3835 (fancy-splash-screens-1): Throw `stop-splashing' when current
3836 time is greater than fancy-splash-stop-time.
3837
3838 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3841
3842 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3843 Prompt user for a file rather than raising an error.
3844 (cvs-enabledp): Fix call to cvs-mode-marked.
3845 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3846 (cvs-mode-insert): Use it. Change the init prompt' value.
3847 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3848
3849 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3850 Don't pass default arg to ewoc-locate.
3851 (ewoc-collect): Return result in the right order.
3852
3853 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3854
3855 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3856 (cvs-status-get-tags): Fix regexp.
3857 (cvs-status-trees, cvs-status-cvstrees):
3858 Combine after change hooks and don't sit-for.
3859 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3860 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3861 Use make-char rather than hard-coded cryptic data.
3862 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3863
3864 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3865
3866 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3867 (cvs-insert-strings): New function.
3868
3869 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3870
3871 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3872 `mwheel-scroll-amount'.
3873 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3874 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3875 string-matching against the version string.
3876
3877 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3878
3879 * language/thai.el ("Thai"): Set a lisp form that produces
3880 composed string in `sample-text' language info.
3881
3882 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3883 composed string in `sample-text' language info.
3884
3885 * international/mule-cmds.el (describe-language-environment): Eval
3886 `sample-text' data and insert the result.
3887
3888 * international/mule-conf.el (compound-text): Define this coding
3889 system here. Make x-ctext and ctext aliases of it.
3890
3891 * language/european.el (compound-text, ctext): Moved to
3892 international/mule-conf.el.
3893
3894 2000-11-05 Andrew Innes <andrewi@gnu.org>
3895
3896 * w32-fns.el (w32-version): New function.
3897
3898 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * progmodes/awk-mode.el: Update copyright.
3901 (awk-mode-abbrev-table): Remove.
3902 (awk-font-lock-keywords): Use regexp-opt.
3903 (awk-mode): Use define-derived-mode.
3904
3905 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3906 when extracting a suffix.
3907
3908 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3909
3910 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3911 auto-save-mode.
3912
3913 2000-11-04 Jason Rumney <jasonr@gnu.org>
3914
3915 * language/european.el (decode-mac-roman): Test against r1 not r0.
3916
3917 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3918
3919 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3920 (icon-mode): Define indent-line-function.
3921 (icon-comment-indent): Simplify.
3922 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3923
3924 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3925
3926 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3927 Bind change-log-default-mode to defeat the caching done on it.
3928 Don't bother saving excursion any more.
3929
3930 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3931
3932 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3933 (set-frame-font): Use the new name (and the old for compatibility).
3934
3935 * toolbar/tool-bar.el (tool-bar-mode):
3936 * time.el (display-time-mode):
3937 * recentf.el (recentf-mode):
3938 * paren.el (show-paren-mode):
3939 * mwheel.el (mouse-wheel-mode):
3940 * msb.el (msb-mode):
3941 * jka-compr.el (auto-compression-mode):
3942 * image-file.el (auto-image-file-mode):
3943 * hl-line.el (hl-line-mode):
3944 * delsel.el (delete-selection-mode):
3945 * autoinsert.el (auto-insert-mode):
3946 * complete.el (partial-completion-mode): Drop unneeded positional args.
3947
3948 * info.el (Info-mode):
3949 * comint.el (comint-mode): Don't bother with make-local-hook.
3950
3951 * log-edit.el (log-edit-menu): New menu.
3952
3953 2000-11-03 Miles Bader <miles@gnu.org>
3954
3955 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3956 definition, so that trailing spaces are handled properly.
3957 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3958
3959 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3960
3961 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3962 tab character.
3963 (fancy-splash-screens): Set tab-width to 20.
3964
3965 2000-11-03 Dave Love <fx@gnu.org>
3966
3967 * comint.el (comint-completion-addsuffix): Fix custom type.
3968
3969 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3970
3971 * font-lock.el (font-lock-buffers): Remove.
3972 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3973 (font-lock-change-major-mode): Remove.
3974 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3975 (font-lock-default-fontify-region): Extend the multiline
3976 fontification to whole lines.
3977 (font-lock-fontify-anchored-keywords)
3978 (font-lock-fontify-keywords-region): If matching just one
3979 line (with \n) only mark the \n as multiline.
3980
3981 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3982 Correctly handle the case where several :group args are supplied.
3983 Allow :extra-args.
3984 (easy-mmode-define-global-mode): Allow :extra-args.
3985 Correctly handle the case where several :group args are supplied.
3986
3987 2000-11-02 Miles Bader <miles@gnu.org>
3988
3989 * calendar/calendar.el (diary-face, calendar-today-face)
3990 (holiday-face): Remove dependency on `window-system'.
3991
3992 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3993
3994 * Makefile.in (emacs): Set EMACSLOADPATH always.
3995 (update-authors, .el.elc, compile-files): Don't do it explicitly
3996 here.
3997 (compile-files): Bomb out if compilation of a file fails.
3998
3999 2000-11-02 Dave Love <fx@gnu.org>
4000
4001 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4002
4003 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4004
4005 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4006 punctuation in the warning inserted into the *mail* buffer.
4007
4008 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4009
4010 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4011 (authors-public-domain-p): New function.
4012 (authors-print): Use it.
4013
4014 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4015
4016 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4017
4018 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4019
4020 * ps-print.el: Extension for even/odd printing. Doc fix.
4021 (ps-print-version): New version number (6.3.1).
4022 (ps-even-or-odd-pages): Customization fix.
4023 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4024 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4025 (ps-page-count): Var replaced by `ps-page-column'.
4026 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4027 (ps-print-sheet-p): New fun.
4028
4029 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4030
4031 * tooltip.el (tooltip-gud-tips-setup): New function.
4032 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4033 (tooltip-mode): Call tooltip-gud-tips-setup.
4034 (tooltip-gud-tips): Use `gud-basic-call' instead of
4035 process-send-string, so the prompt gets frobbed appropriately.
4036 Handle nil return value from `tooltip-gud-print-command'.
4037
4038 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4039
4040 * comint.el (comint-add-to-input-history): New function.
4041 (comint-send-input): Use `comint-add-to-input-history'.
4042
4043 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4044
4045 * info.el (info-menu-header): New face.
4046 (Info-fontify-menu-headers): New function.
4047 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4048
4049 * info.el (Info-insert-dir): Don't include blank lines at
4050 beginning of additional dir files (one is added automatically).
4051
4052 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4053
4054 * emacs-lisp/easy-mmode.el (define-minor-mode):
4055 Revert the latest changes.
4056 Allow the three positional arguments to be skipped and replaced
4057 by keyword arguments.
4058 Add a :toggle argument to determine whether a nil arg means toggle
4059 or means turn-on. The default is unchanged.
4060 Add a call to force-mode-line-update.
4061
4062 2000-11-01 Dave Love <fx@gnu.org>
4063
4064 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4065 cookie.
4066
4067 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4068
4069 * calendar/calendar.el (diary-face, holiday-face): Add
4070 dark-background variants.
4071
4072 2000-10-31 Sam Steingold <sds@gnu.org>
4073
4074 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4075 `tex-main-file' does not have directory in it.
4076
4077 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4078
4079 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4080
4081 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4082
4083 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4084 functional change.
4085
4086 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4087
4088 * files.el (find-file-noselect): When we expand a wildcard, return
4089 a list of buffers, as we should do according to the doc string.
4090
4091 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4092
4093 * loadup.el (top level): Adjust load path if program name is
4094 "../src/bootstrap-emacs", in case it's not dumped and thus the
4095 load path adjustment hasn't already been done.
4096
4097 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4098
4099 * ps-print.el: Fix bug on selected pages for printing. Use
4100 `color-values' for Emacs 21. Ensure fontification when jit-lock
4101 is on. Try to avoid warning messages when compiling. Doc Fix.
4102 (ps-print-version): New version number (6.3).
4103 (ps-color-device): Use `color-values' to determine if device
4104 supports color.
4105 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4106 (ps-print-page-p): Changed from defsubst to defun.
4107 (ps-page-number): Changed from defmacro to defun.
4108 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4109 printing.
4110 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4111 (ps-end-file, ps-dummy-page): Funs eliminated.
4112 (ps-print-color-scale): Changed default value.
4113 (ps-page-n-up, ps-print-page-p): New internal vars.
4114 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4115 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4116
4117 * delim-col.el: Little programming improvement.
4118 (delimit-columns-str): New macro.
4119 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4120
4121 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4122
4123 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4124 Moved to european.el.
4125 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4126 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4127 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4128 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4129
4130 2000-10-30 Dave Love <fx@gnu.org>
4131
4132 * progmodes/cc-menus.el (imenu-generic-expression)
4133 (imenu-progress-message): Only defvar when compiling.
4134
4135 * emacs-lisp/elp.el (elp-unload-hook): New function.
4136
4137 * loadhist.el (unload-feature): Call elp-restore-function,
4138 checking for symbols; don't use elp-restore-all.
4139 (loadhist-hook-functions): Doc fix.
4140
4141 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4142
4143 * log-edit.el (log-edit-confirm): Fix the default.
4144
4145 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4146
4147 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4148 delimit-columns-format.
4149 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4150
4151 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4152
4153 * comint.el (comint-replace-by-expanded-history): Don't use
4154 comint-get-old-input (we're not looking at *old* input).
4155 (comint-get-old-input-default): If using fields, signal an error
4156 when the point is not in an input field.
4157
4158 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4159
4160 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4161 and mule-unicode-e000-ffff.
4162
4163 * international/mule.el (decode-char, encode-char): New functions.
4164 (make-coding-system): Accept a symbol of translation table as a
4165 value of property `safe-chars'.
4166
4167 * international/mule-cmds.el (encode-coding-char): Check property
4168 safe-chars instead of safe-charsets.
4169
4170 * international/fontset.el (fontset-default): Modified for
4171 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4172 (x-font-name-charset-alist): Likewise.
4173 (ccl-encode-unicode-font): New CCL program. Record it in
4174 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4175
4176 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4177 New translation tables.
4178 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4179 programs are modified and moved from mac-win.el.
4180 (mac-roman): Definition of this coding system is modified and
4181 moved from mac-win.el.
4182
4183 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4184
4185 * ediff-wind.el (ediff-setup-control-frame): Enclose
4186 face-attribute in condition-case to avoid errors in older emacsen.
4187
4188 2000-10-29 Miles Bader <miles@gnu.org>
4189
4190 * custom.el (custom-add-to-group): Allow multiple entries for a
4191 given value OPTION, as long as their widget types are different.
4192 * cus-edit.el (custom-face-value-create): If face name doesn't end
4193 with "face", add such here (similar to custom group widgets).
4194
4195 * comint.el (comint-highlight-prompt): Add :type.
4196
4197 2000-10-28 John Wiegley <johnw@gnu.org>
4198
4199 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4200 Changed this function to operate on a temporary buffer instead of
4201 the main buffer. This not only keeps flyspell from marking a
4202 buffer as changed that wasn't, but it solves the jumpy cursor
4203 problem when attempts are made to edit incorrect words.
4204 (flyspell-maybe-correct-doubling): Same change as for
4205 `flyspell-maybe-correct-transposition'.
4206
4207 * calendar/timeclock.el (timeclock-log): Doc fix.
4208 (timeclock-last-event): Doc fix.
4209 (timeclock-log): Kill the timelog buffer after appending a new
4210 event.
4211 (timeclock-find-discrep): Use a temp buffer to read in the
4212 timelog, instead of visiting the file.
4213 (timeclock-log-data): A new function, along with a host of helper
4214 functions, for the purpose of making timelog data accessible to
4215 programmers.
4216
4217 * eshell/esh-mode.el (window-height test): Make certain that
4218 `eshell-stringify-t' is non-nil.
4219 (eshell-password-prompt-regexp): Changed to a much simpler
4220 password regexp.
4221 (eshell-send-input): If `eshell-invoke-directly' returns t,
4222 directly invoke the parsed command using `eval'. This improves
4223 turn-around time on simple commands by a factor of three or
4224 greater, such as cd, ls, pwd, etc. -- which get used very often.
4225 It also conserves thousands of cons cells per call (since
4226 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4227 in the Pacific Cookie Company).
4228
4229 * eshell/esh-test.el (eshell-test): Whitespace fix.
4230
4231 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4232 `eshell-ls-initial-args' nil when inserting directory contents.
4233
4234 * eshell/em-script.el (eshell-script-initialize): Add names to
4235 `eshell-complex-commands, since `source' and `.' are complex.
4236
4237 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4238 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4239 `eshell-copy-handles'.
4240 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4241 bodies.
4242 (eshell-separate-commands): Whitespace fix.
4243 (eshell-complex-commands): Added a new list of names, for
4244 determining whether a given command is as simple as it looks.
4245 (eshell-invoke-directly): New function. Returns t if a command
4246 should be invoked directly (using `eval'), rather than indirectly
4247 using `eshell-do-eval'.
4248 (eshell-do-eval): Whitespace fix.
4249
4250 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4251 which provides an emulation of the DOS shell behavior of assuming
4252 that cp/mv/ln should copy/move/link to the current directory.
4253 (eshell-remove-entries): Added a doc string.
4254 (eshell-shuffle-files): Removed the check for `target' being null.
4255 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4256 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4257 it to do a smarter check of whether a destination was provided.
4258 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4259 (eshell/ln): Enable `:preserve-args', and use
4260 `eshell-mvcpln-template' to implement the body of the function.
4261 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4262 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4263 list after flattening it. This makes it possible to cat files
4264 with numerical names.
4265 (eshell-unix-initialize): Added several names to
4266 `eshell-complex-commands.
4267 (eshell-unix-command-complex-p): Return t if a given command name
4268 may result in external processes being invoked.
4269
4270 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4271 variable nil by default, since it slows down glob processing by a
4272 factor of two or more, and increases memory consumption.
4273
4274 * eshell/em-smart.el: Added a note about how memory consumptive
4275 smart display mode can be (at least this is true in Emacs 21).
4276 (eshell-smart-initialize): Whitespace fix.
4277 (eshell-refresh-windows): Use `if' instead of `when'.
4278 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4279 not necessary.
4280 (eshell-currently-handling-window): Added a missing global
4281 variable.
4282
4283 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4284 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4285 Whitespace fix.
4286 (eshell-ls-exclude-hidden): Added this variable in addition to
4287 `eshell-ls-exclude-regexp'. This one prevents files beginning
4288 with . from even being read, which can improve memory consumption
4289 quite a bit.
4290 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4291 read file entries beginning with a dot. In home directories with
4292 lots of hidden files, fully two-thirds of the time spent in ls is
4293 used to read directory entries that are immediately thrown away.
4294 (eshell-ls-initial-args): Added back this configuration variable,
4295 for specifying default initial arguments to every call to ls.
4296 Much faster than using an alias to do the same thing.
4297 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4298 (eshell-ls-dir): Whitespace change.
4299
4300 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4301
4302 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4303 available.
4304 (eshell-stringify-t): Added a customization variable, to indicate
4305 whether `t' should be rendered as a string at all. If not, one
4306 can still determine if the result of an expression is true using
4307 "file-exists-p FILE && echo true".
4308 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4309 stringify t!
4310
4311 * eshell/esh-module.el: Whitespace fix.
4312
4313 * eshell/em-alias.el (eshell-alias-initialize): Added
4314 `eshell-command-aliased-p' to `eshell-complex-commands'.
4315 (eshell-command-aliased-p): New function that returns t if a
4316 command name names an aliased.
4317
4318 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4319
4320 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4321 redrawing the screen when changing cursor color.
4322 (viper-insert-state-pre-command-sentinel)
4323 (viper-replace-state-pre-command-sentinel)
4324 (viper-replace-state-post-command-sentinel):
4325 Use viper-preserve-cursor-color.
4326 Many functions changed to use viper= instead of = when comparing
4327 characters.
4328 * viper-util.el (viper-memq-char,viper=): New functions for
4329 working with characters.
4330 (viper-change-cursor-color): Fixed buglet.
4331 Many functions changed to use viper= instead of = when comparing
4332 characters.
4333 * viper.el (viper-insert-state-mode-list): Added eshell.
4334
4335 * ediff-init.el (ediff-before-setup-hook): New hook.
4336 Several typos fixed in various docstrings.
4337 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4338 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4339 hook.
4340 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4341 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4342 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4343 (ediff-get-selected-buffers): New function.
4344 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4345 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4346 save-window-excursion.
4347 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4348 termination check in while loop.
4349 * ediff.el (ediff-get-default-file-name): Better defaults when in
4350 dired buffer.
4351 (ediff-files,ediff-merge-files,ediff-files3)
4352 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4353
4354 2000-10-28 Dave Love <fx@gnu.org>
4355
4356 * info.el (Info-fontify-node): Add help-echo for menu items.
4357
4358 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4359
4360 * startup.el (normal-top-level): If the value of $TERM indicates
4361 we are running from xterm or one of its work-alikes, default to a
4362 light background mode.
4363
4364 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4365 * faces.el (tty-handle-reverse-video): New function.
4366 (tty-create-frame-with-faces): Call it.
4367
4368 * frame.el (frame-notice-user-settings): Don't apply
4369 default-frame-alist and initial-frame-alist to MS-DOS frames.
4370 Call tty-handle-reverse-video, frame-set-background-mode, and
4371 face-set-after-frame-default for non-MS-DOS frames.
4372
4373 * startup.el (tty-long-option-alist): New variable.
4374 (tty-handle-args): New function.
4375 (command-line): Call tty-handle-args.
4376
4377 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4378 startup.el now does that for all character-terminal frames.
4379
4380 2000-10-28 Miles Bader <miles@gnu.org>
4381
4382 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4383 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4384 global. If :global is followed by a non-nil but non-t value,
4385 make the mode buffer-local, but also generate a `global-MODE'
4386 version using `easy-mmode-define-global-mode'. Add
4387 :conditional-turn-on keyword argument.
4388
4389 2000-10-28 Dave Love <fx@gnu.org>
4390
4391 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4392 use window-system.
4393
4394 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4397 Don't call find-buffer-file-type-coding-system. Instead, just
4398 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4399 if the file is on an untranslated filesystem.
4400 (add-untranslated-filesystem): Use "D" instead of "f" inside
4401 interactive.
4402
4403 2000-10-27 Dave Love <fx@gnu.org>
4404
4405 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4406 (refill-mode): Use it.
4407
4408 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * international/quail.el (quail-activate): Don't make-local-hook.
4411
4412 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4413
4414 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4415 manual backups and file.~<rev>.~ for automatic ones.
4416 (vc-make-version-backup): Don't do it on MS-DOS without long file
4417 names.
4418
4419 * vc.el (vc-version-other-window): If an automatic backup of the
4420 desired version exists, rename it instead of copying it.
4421
4422 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4423 after command. If there's an unexpected error, signal it instead
4424 of being silent.
4425 (vc-cvs-merge-news): Be prepared for no news at all.
4426
4427 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4428
4429 * shell.el (shell): Add BUFFER argument.
4430 * comint.el (make-comint-in-buffer): New function.
4431 (make-comint): Use it.
4432
4433 * faces.el (face-spec-choose): Change syntax so that the list of
4434 attribute-value pairs is now the cdr of each clause, not the cadr.
4435 Detect old-style entries, and handle them. Use pop.
4436
4437 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4438
4439 * cus-edit.el (custom-mode-map): Use a sparse map.
4440 (custom-mode): Don't bother with make-local-hook.
4441
4442 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4443
4444 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4445
4446 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4447
4448 * ps-print.el: Avoid compilation gripes.
4449 (ps-print-version): New version number (6.2.1).
4450
4451 2000-10-26 Dave Love <fx@gnu.org>
4452
4453 * menu-bar.el: Modify some menu item help strings.
4454 (menu-bar-help-menu): Add link to MORE.STUFF.
4455
4456 * cus-edit.el (custom-mode): Add `special' mode-class property.
4457
4458 * wid-browse.el (widget-browse-mode): Likewise.
4459
4460 * wid-edit.el (widget-specify-field): Revert to using local-map
4461 property, not keymap.
4462
4463 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4464
4465 * wid-edit.el (widget-field-end): When checking for a `boundary'
4466 field, do so in the correct buffer.
4467
4468 * simple.el (undo): Correctly distinguish between numeric and
4469 non-numeric prefix args in non-transient-mark-mode, as per the doc
4470 string. When in transient-mark-mode, treat all prefix-args as
4471 numeric.
4472
4473 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4474 Position point on match. Handle N == 0 correctly.
4475
4476 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4477 (comint-mode-map): Reverse order of `comint-write-output' and
4478 `comint-append-output-to-file'.
4479 (comint-append-output-to-file): Reinstate this function, for the
4480 benefit of the menu.
4481
4482 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4483
4484 * vc.el (vc-version-other-window): Bind `file'.
4485
4486 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4487
4488 * Makefile.in (update-authors): New target for maintenance purposes.
4489
4490 * emacs-lisp/authors.el (batch-update-authors): New function.
4491 (authors-fixed-entries): New defconst.
4492 (authors-add-fixed-entries): New function.
4493 (authors): Call it.: Don't process lispref/.
4494
4495 2000-10-25 Jason Rumney <jasonr@gnu.org>
4496
4497 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4498 Merge x w32 and mac definitions.
4499
4500 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4501
4502 * menu-bar.el (menu-bar-options-menu): Add a help string for
4503 `uniquify'.
4504
4505 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4506
4507 * time-stamp.el (time-stamp-string-preprocess):
4508 Fix a wrong type argument error.
4509
4510 2000-10-25 Miles Bader <miles@gnu.org>
4511
4512 * recentf.el (recentf-mode): Variable removed.
4513 (recentf-mode): Use `define-minor-mode'.
4514
4515 * mwheel.el (mouse-wheel-mode): New global minor mode.
4516 (mwheel-install): Use `mouse-wheel-mode'.
4517
4518 2000-10-25 Dave Love <fx@gnu.org>
4519
4520 * progmodes/cperl-mode.el (cperl-mode):
4521 Set normal-auto-fill-function correctly.
4522
4523 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4524 inherit from global-map and don't nullify menu-bar and tool-bar
4525 bindings.
4526
4527 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4528
4529 * wid-edit.el (widget-field-at): New function.
4530 (widget-at, widget-field-activate): Use it.
4531 (widget-tabable-at): Use `widget-at'.
4532 (widget-specify-field): If the terminating character of the widget
4533 field (which is read-only) is a newline, put it into a special
4534 `boundary' field so that C-n/C-p act more naturally.
4535 (widget-field-end): Also don't subtract one if a special
4536 `boundary' field has been added after the widget field.
4537
4538 * comint.el (comint-output-filter, comint-send-input): Don't
4539 bother adding stickiness fields to overlays to fool the field
4540 code, since it should notice the overlay insertion-types now.
4541
4542 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4543 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4544 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4545
4546 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4547
4548 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4549 (authors): Set file coding system to iso-2022-7bit. Add
4550 file-local variables to output buffer.
4551
4552 * files.el (after-find-file): Don't print any warnings if
4553 WARN is nil.
4554
4555 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4556
4557 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4558
4559 * delim-col.el: Now there is a column formatting mechanism.
4560 Modified to customization mechanisms convention. Doc fix.
4561 (columns): New group for delim-col.
4562 (delimit-columns-before, delimit-columns-after)
4563 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4564 (delimit-columns-end): New vars.
4565 (delimit-columns-customize, delimit-columns-format): New funs.
4566 (delimit-columns-region, delimit-columns-rectangle)
4567 (delimit-columns-rectangle-line): Modified to support column
4568 formatting.
4569
4570 2000-10-24 Dave Love <fx@gnu.org>
4571
4572 * log-edit.el (log-edit): Add :version and a :group for vc.
4573
4574 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4575
4576 * files.el (after-find-file): Don't print a message ``New file''
4577 if WARN is nil.
4578
4579 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4580 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4581 get duplicate tool-bar entries because we'll see the global ones
4582 on more than one path through keymaps.
4583
4584 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4585
4586 * progmodes/cmacexp.el: Change Francesco's email address.
4587
4588 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4589
4590 * window.el (fit-window-to-buffer): Adjust point of the window
4591 buffer, not that of the current buffer.
4592
4593 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4594
4595 * progmodes/cmacexp.el: Update the euthor's email address.
4596
4597 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4598
4599 * faces.el (face-spec-set-match-display): Add `graphic' display
4600 type (the inverse of `tty'). Use `display-graphic-p' instead of
4601 the window-system variable.
4602
4603 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4604
4605 * international/isearch-x.el (isearch-with-input-method): Call
4606 input-method-function with the first event in
4607 unread-command-events.
4608
4609 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4610
4611 * faces.el (face-default-spec, face-user-default-spec): Make
4612 defsubsts.
4613
4614 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4615
4616 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4617 New charsets.
4618
4619 * term/mac-win.el: Remove definitions of mac-roman-lower and
4620 mac-roman-upper, require dired, and define instead of set
4621 mac-ready-for-drag-n-drop to avoid compilation error.
4622
4623 2000-10-23 Andrew Innes <andrewi@gnu.org>
4624
4625 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4626 superfluous calls to subst-char-in-string; instead apply
4627 expand-file-name after convert-standard-filename to ensure
4628 expected directory separators are used.
4629
4630 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4633
4634 2000-10-23 Dave Love <fx@gnu.org>
4635
4636 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4637 (tool-bar-add-item): Set foreground and background for XBM icons.
4638
4639 * international/latin1-disp.el (latin1-char-displayable-p): New
4640 function (from Handa).
4641 (latin1-display-check-font): Use it.
4642
4643 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4644 using :key-sequence, making it much more usable. Use nconc, not
4645 append.
4646 (imenu--create-keymap-1): Avoid append.
4647
4648 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4649
4650 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4651
4652 [the following changes fix a bug where `define-minor-mode' didn't
4653 correctly generate :require clauses for defcustoms in compiled files]
4654 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4655 (byte-compile-log-file, byte-compile-log-1): Don't set
4656 `byte-compile-current-file' to nil. Instead set
4657 `byte-compile-last-logged-file' to it. Test whether
4658 byte-compile-current-file equals byte-compile-last-logged-file
4659 instead of whether its nil.
4660 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4661
4662 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4663
4664 * textmodes/refill.el: Fix var names in doc.
4665 (refill-mode): Don't bother with make-local-hook anymore.
4666
4667 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4668
4669 * faces.el (face-user-default-spec, face-default-spec): New functions.
4670 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4671 (frame-set-background-mode, face-set-after-frame-default):
4672 Use `face-user-default-spec'. Simplify code slightly.
4673
4674 * woman.el (woman-italic-face, woman-bold-face)
4675 (woman-unknown-face): Add dark-background variants.
4676 (woman-default-faces): Renamed from `woman-colour-faces'.
4677 Set using the stored defaults, rather than using hard-wired colors.
4678 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4679 Just make the foreground `unspecified' rather than "black".
4680 (woman-menu): Rename menu entries accordingly.
4681
4682 * faces.el (header-line): Make more reasonable on mono/grayscale
4683 displays.
4684
4685 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4686
4687 * cus-edit.el (custom-button-face): Use 3D look for mac.
4688 (custom-button-pressed-face): Likewise.
4689
4690 * faces.el (set-face-attributes-from-resources): Handle mac frames
4691 in the same way as x and w32 frames.
4692 (face-valid-attribute-values): Likewise.
4693 (read-face-attribute): Likewise.
4694 (defined-colors): Likewise.
4695 (color-defined-p): Likewise.
4696 (color-values): Likewise.
4697 (display-grayscale-p): Likewise.
4698 (face-set-after-frame-default): Likewise.
4699 (mode-line): Same default face as for x and w32.
4700 (tool-bar): Likewise.
4701
4702 * frame.el: Remove call to frame-notice-user-settings at end of
4703 the file.
4704
4705 * info.el (Info-fontify-node): make underlines invisible for mac
4706 as for x, pc, and w32 frame types.
4707
4708 * term/mac-win.el: New file.
4709
4710 2000-10-22 Dave Love <fx@gnu.org>
4711
4712 * textmodes/refill.el: New file.
4713
4714 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4715
4716 * vc-hooks.el (vc-version-backup-file-name): New optional args
4717 MANUAL and REGEXP.
4718 (vc-delete-automatic-version-backups, vc-make-version-backup):
4719 New functions.
4720 (vc-before-save): Use the latter.
4721 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4722 confusion.
4723
4724 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4725 expected by vc[-hooks].el.
4726
4727 * vc.el (vc-checkout): Added `-p' suffix in call to
4728 vc-make-version-backups-p; use vc-make-version-backup to actually
4729 make the backup.
4730 (vc-version-other-window, vc-version-backup-file): Handle both
4731 automatic and manual backups.
4732 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4733 of all of them.
4734
4735 2000-10-22 Miles Bader <miles@gnu.org>
4736
4737 * comint.el (comint-highlight-input, comint-highlight-prompt):
4738 Renamed, `-face' at end removed.
4739 (comint-send-input, comint-output-filter): Use renamed faces.
4740
4741 * window.el (fit-window-to-buffer): Change defaulting of
4742 MAX-HEIGHT slightly.
4743
4744 * faces.el (color-values, color-defined-p): Use `member', not
4745 `memq', because it works correctly for strings.
4746 (frame-set-background-mode): Actually, "unspecified-fg" and
4747 "unspecified-bg" *are* strings. Use `member', not `memq', and
4748 `equal', not `eq', when a string value is possible.
4749
4750 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4751
4752 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4753
4754 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4755
4756 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4757 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4758 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4759 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4760 (sh-font-lock-syntactic-keywords): Use them.
4761 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4762 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4763 (sh-mode): Don't override font-lock-unfontify-region-function.
4764 Use a copy of sh-font-lock-syntactic-keywords.
4765 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4766 Don't call sh-scan-buffer since font-lock does it on the fly.
4767 (sh-get-indent-info): Use `face' rather than `syntax-table'
4768 text-property to detect here-documents.
4769 Replace sh-special-syntax with sh-st-punc.
4770 (sh-prev-line): Use `face' rather than `syntax-table'
4771 text-property to skip over here-documents.
4772 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4773 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4774 (sh-electric-less, sh-set-here-doc-region)
4775 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4776 (sh-scan-buffer, sh-rescan-buffer): Remove.
4777
4778 2000-10-21 Andrew Innes <andrewi@gnu.org>
4779
4780 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4781 remote (ange-ftp) file names.
4782
4783 2000-10-21 Miles Bader <miles@gnu.org>
4784
4785 * window.el (fit-window-to-buffer): New function.
4786 (shrink-window-if-larger-than-buffer): Use it.
4787 (window-text-height): Don't expect minibuffers to have mode-lines.
4788
4789 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4790 * international/quail.el (quail-update-guidance): Use
4791 `fit-window-to-buffer' instead of `set-window-text-height'.
4792
4793 * international/quail.el (quail-show-guidance-buf): Make sure
4794 guidance window really has enough room.
4795 (quail-update-guidance): If quail-guidance-win is already shown,
4796 make sure its height is OK.
4797
4798 * window.el (window-text-height, set-window-text-height):
4799 New functions.
4800 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4801 instead of `window-height' & `mode-line-window-height-fudge'.
4802 (mode-line-window-height-fudge): Add FACE parameter.
4803 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4804 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4805
4806 2000-10-20 Miles Bader <miles@gnu.org>
4807
4808 * window.el (height-affecting-face-attributes): Use `defconst'.
4809
4810 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4811 New function, conditionally aliased to `mode-line-window-height-fudge'.
4812 (ispell-help): Use it.
4813 (ispell-choices-win-default-height): Don't include mode-line fudge.
4814 (ispell-choices-win-default-height): New function.
4815 (ispell-show-choices, ispell-command-loop): Use function
4816 `ispell-choices-win-default-height' instead of variable.
4817
4818 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4819
4820 * window.el (mode-line-window-height-fudge): New variable.
4821 (height-affecting-face-attributes): New variable.
4822 (mode-line-window-height-fudge): New function.
4823 (shrink-window-if-larger-than-buffer): Use it.
4824 * help.el (resize-temp-buffer-window): Likewise.
4825
4826 * info.el (Info-fontify-node): Add support for @subsubsection
4827 titles, which use `Info-title-4-face'.
4828 (Info-title-4-face): New face.
4829 (Info-title-3-face): Inherit from Info-title-4-face instead of
4830 variable-pitch.
4831
4832 2000-10-19 Jason Rumney <jasonr@gnu.org>
4833
4834 * dired.el (dired-insert-directory): Do not let errors signalled by
4835 attempt to run dired-free-space-program prevent dired from working.
4836
4837 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4840
4841 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4842
4843 * dirtrack.el (dirtrack): Fix call to run-hooks.
4844
4845 * cmuscheme.el (cmuscheme-program-name): Renamed from
4846 scheme-program-name because xscheme.el contains a defcustom with
4847 the same name. As a consequence, customizing group `cmuscheme'
4848 loaded `xscheme' which redefined run-scheme.
4849 (run-scheme): Use cmuscheme-program-name.
4850
4851 * ps-print.el (ps-print-emacs-type): Move into the
4852 eval-and-compile.
4853
4854 * play/doctor.el (doctor-death): Update the Samaritans'
4855 anonymous address, and add a website for Befrienders International.
4856
4857 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4858
4859 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4860 Avoid compilation gripes. Doc fix.
4861 (ps-print-version): New version number (6.2).
4862 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4863 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4864 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4865 (ps-x-extent-priority, ps-x-extent-start-position)
4866 (ps-x-face-font-instance, ps-x-find-coding-system)
4867 (ps-x-font-instance-properties, ps-x-make-color-instance)
4868 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4869 avoid compilation gripes without defining functions.
4870 (ps-e-find-composition): Alias for function find-composition, to have a
4871 suitable function depending on Emacs version.
4872 (ps-color-device, ps-color-values, ps-face-foreground-name)
4873 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4874 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4875 (ps-print-ensure-fontified): Function definitions surrounded by
4876 `eval-and-compile' to avoid compilation gripes.
4877 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4878 by symbol-value to avoid compilation gripes.
4879 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4880 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4881
4882 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4883
4884 * startup.el (normal-top-level): Call `frame-set-background-mode'
4885 after `frame-notice-user-settings' because the latter doesn't call
4886 the former on a tty.
4887
4888 * faces.el (frame-set-background-mode): `unspecified' &c are
4889 symbols, not strings.
4890
4891 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4894 why some "light*" colors are deliberately absent from the alist.
4895
4896 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4897 Change colors for tty's, as suggested by Miles Bader.
4898
4899 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4900
4901 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4902 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4903 for ISO10646-1 fonts.
4904 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4905
4906 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4907
4908 * faces.el (frame-set-background-mode): If a tty frame defines a
4909 background color, use that to compute the background mode, instead
4910 of always defaulting to "dark".
4911
4912 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4913
4914 * comint.el (comint-write-output): New function.
4915 (comint-mode-map): Add it to the menu.
4916 Bind `C-c C-s' to comint-write-output.
4917
4918 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4919
4920 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4921 Use fancy-splash-delay.
4922
4923 2000-10-18 Alex Schroeder <alex@gnu.org>
4924
4925 * progmodes/sql.el (sql-sybase-options): New option.
4926 (sql-sybase): Use it. Add sql-database to the list of parameters
4927 provided for login. The options -w 2048 -n are not used any more.
4928
4929 * comint.el (comint-read-input-ring): Bugfix such that the first
4930 and the last entry of the input ring file are not lost.
4931
4932 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4933
4934 * ps-print.el: Internal variable changes to defcustom,
4935 make-local-hook changes to defvar. Doc fix.
4936 (ps-print-version): New version number (6.1).
4937 (ps-setup, ps-do-despool): Code fix.
4938 (ps-printer-name): Customization fix.
4939 (ps-printer-name-option): Now is a defcustom instead of an
4940 internal variable.
4941 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4942 (ps-print-begin-column-hook): Now are defvar instead of
4943 make-local-hook.
4944
4945 2000-10-18 Miles Bader <miles@gnu.org>
4946
4947 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4948 (comint-kill-output): Changed into an alias for `comint-delete-output',
4949 and made obsolete.
4950 (comint-mode-map): Rename references to comint-kill-output.
4951
4952 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4953
4954 * diff-mode.el (diff-header-face, diff-file-header-face)
4955 (diff-changed-face): Add bold and italic attributes to tty faces.
4956 (diff-function-face): New face.
4957 (diff-font-lock-keywords): Use it.
4958
4959 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4960
4961 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4962 Remove commented-out call to force-mode-line-update.
4963 (comint-kill-output): Use `forward-line 0' instead of
4964 beginning-of-line to make sure we get past the prompt.
4965
4966 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4967
4968 * diff-mode.el (diff-header-face, diff-file-header-face):
4969 Add specific setting for dark background.
4970 (diff-context-face): Renamed from diff-comment-face.
4971 Set explicitly rather than inheriting from font-lock-comment-face.
4972
4973 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4974
4975 * startup.el (command-line): Move the code which sets the default
4976 TTY colors to before before-init-hook.
4977
4978 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4979
4980 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4981
4982 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4983
4984 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4985 extensions, for MS-DOS.
4986
4987 * diff-mode.el (diff-header-face, diff-file-header-face)
4988 (diff-changed-face): Define tty-specific colors.
4989
4990 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4991
4992 * startup.el (fancy-splash-text): Realign the text.
4993
4994 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * font-lock.el (font-lock-comment-face): Define a separate default
4997 for dark-background tty's.
4998
4999 2000-10-17 Miles Bader <miles@gnu.org>
5000
5001 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5002 being obscured by whizzy mode-lines on graphics displays.
5003
5004 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5005
5006 * info.el (Info-title-1-face, Info-title-2-face)
5007 (Info-title-3-face): Define colors for tty's.
5008 (info-header-node): Remove unneeded tty-specific definition.
5009
5010 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5013 reverse from the frame parameters, and don't invert foreground and
5014 background colors.
5015
5016 2000-10-16 Miles Bader <miles@gnu.org>
5017
5018 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5019 string "*Info*". Call propertized-buffer-identification to spruce
5020 up the result.
5021
5022 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5023
5024 * help.el: Provide `help' for the sake of define-minor-mode
5025 which generates defcustoms with requires.
5026
5027 * jit-lock.el (jit-lock-after-change): If we're in text that
5028 matches a multi-line font-lock pattern, make sure the whole text
5029 will be redisplayed.
5030
5031 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5032 author's name is unknown.
5033
5034 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5035 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5036 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5037 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5038 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5039 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5040 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5041 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5042 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5043 Add author information.
5044
5045 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5046
5047 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5048 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5049 full-color version (using the Gimp) to eliminate dithering artifacts.
5050
5051 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5054
5055 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5056
5057 2000-10-15 Dave Love <fx@gnu.org>
5058
5059 * progmodes/sh-script.el: Require skeleton and comint when
5060 compiling.
5061
5062 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5063
5064 * whitespace.el: Doc fixes.
5065 (top-level): Don't add hooks here.
5066 (whitespace-running-emacs): Deleted.
5067 (timer): Don't require.
5068 (whitespace): Add back :version conditional on xemacs test.
5069 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5070 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5071 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5072 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5073 Avoid specific xemacs test.
5074 (whitespace-global-mode): New option.
5075 (whitespace-global-mode): New command.
5076 (whitespace-unload-hook): New function.
5077
5078 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5079 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5080 (Info-fontify-node): `Goto' goes to `Go to'.
5081 (Info-fontify-node): Add help-echo to xref links.
5082
5083 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5086
5087 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5088
5089 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5090 Use plist-get and allow :inherit.
5091
5092 * emacs-lisp/cl-macs.el (cl-do-arglist):
5093 Use plist-get and plist-member instead of memq.
5094
5095 * emacs-lisp/ewoc.el (ewoc-location): New function.
5096 (ewoc-enter-after, ewoc-enter-before): Document return value.
5097 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5098 Don't need make-local-hook any more.
5099 (cvs-addto-collection): Return the new tin.
5100 (cvs-mode-insert): Jump to the new line.
5101
5102 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5103
5104 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5105
5106 * font-lock.el (font-lock-syntactically-fontified): New var.
5107 (font-lock-fontify-syntactic-keywords-region): Use it.
5108 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5109
5110 * diff-mode.el (diff-find-file-name): Fix regexp.
5111
5112 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5113 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5114
5115 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5116 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5117 (sh-mode): Don't make all vars local here.
5118 (sh-kw): Reformat.
5119 (sh-set-shell): Use dolist. Don't set indent-region-function.
5120 (sh-mode-syntax-table): Use pop.
5121 (sh-remember-variable): Use push.
5122 (sh-help-string-for-variable): Use memq.
5123 (sh-safe-backward-sexp): Remove.
5124 (sh-safe-forward-sexp): Add ARG.
5125 (sh-get-indent-info, sh-prev-stmt): Use it.
5126 (sh-prev-line): Simplify by using forward-comment.
5127 (sh-this-is-a-continuation): Simplify.
5128 (sh-learn-buffer-indent): Use dolist.
5129 (sh-do-nothing): Remove.
5130 (sh-set-char-syntax, sh-set-here-doc-region):
5131 Use inhibit-modification-hooks.
5132 (sh-name-style): Use mapcar and push.
5133 (sh-load-style): Use dolist.
5134 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5135 (sh-case, sh-while-getopts): Use propertize directly rather
5136 than sh-electric-rparen.
5137
5138 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5139
5140 * textmodes/tex-mode.el: Require CL when compiling.
5141 (tex-mode-syntax-table): Init immediately.
5142 (tex-mode-map): Bind M-RET to latex-insert-item.
5143 (latex-mode): Set indent-line-function to latex-indent.
5144 (tex-common-initialization): Don't setup the syntax-table any more.
5145 (latex-insert-item): New skeleton.
5146 (tex-next-unmatched-end): Fix copy/paste braino.
5147 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5148 (latex-indent, latex-find-indent): New functions.
5149 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5150 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5151 (tex-compilation-parse-errors): Use with-syntax-table.
5152
5153 2000-10-15 Miles Bader <miles@gnu.org>
5154
5155 * font-lock.el (font-lock-comment-face): Change dark-background,
5156 color, non-tty, default to `chocolate1'.
5157
5158 2000-10-13 John Wiegley <johnw@gnu.org>
5159
5160 * eshell/esh-util.el (require): Added a missing `require' form,
5161 needed when compiling (for an ange-ftp macro definition).
5162
5163 2000-10-13 Dave Love <fx@gnu.org>
5164
5165 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5166
5167 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5168
5169 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5170 fix.
5171
5172 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5173 transparent -colors 8).
5174
5175 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5176
5177 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5178 that breaks with old list format timestamps.
5179 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5180 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5181 strings.
5182
5183 2000-10-13 John Wiegley <johnw@gnu.org>
5184
5185 * align.el, pcomplete.el, calendar/timeclock.el,
5186 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5187
5188 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5189 faulty math, where holiday hours were being computing as seconds.
5190
5191 2000-10-13 John Wiegley <johnw@gnu.org>
5192
5193 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5194 specifying what "other" kinds of buffers should be saved. This
5195 used to be hard-coded.
5196 (desktop-buffer-misc-functions): A global for specifying how
5197 auxiliary data should be determined for special buffer types.
5198 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5199 instead of hard-coding the special buffer types.
5200 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5201 auxiliary data, instead of hard-coding for Info buffers and dired.
5202 (desktop-buffer-info-misc-data): Aux function for determining Info
5203 buffer auxiliary info.
5204 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5205 (desktop-buffer-info): Changed this function to use the info
5206 gathered above.
5207 (desktop-create-buffer): Be a little more careful about what
5208 `minor-mode' means before calling it. This is important for some
5209 buffer types.
5210
5211 2000-10-13 John Wiegley <johnw@gnu.org>
5212
5213 * eshell/esh-util.el: Added a global form which declares an
5214 autoload for `parse-time-string', if that function is not already
5215 defined, and if parse-time.el is available on the user's system.
5216
5217 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5218 to be aware of ange-ftp user info.
5219 (eshell-do-ls): Bind `ange-cache'. Also, use
5220 `eshell-file-attributes'.
5221 (eshell-ls-annotate): Use `eshell-file-attributes'.
5222 (eshell-ls-file): Made the user-id printing code a bit smarter.
5223
5224 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5225 allow identification of alias user ids in remote directories.
5226 It's manual, but there's no other way to know when the current
5227 user on the local machine, is also the owning user on the remote
5228 machine.
5229 (fboundp): Bind `ange-cache'.
5230 (eshell-directory-files-and-attributes): Re-organized the logic a
5231 bit to use `eshell-file-attributes' instead of `file-attributes'.
5232 The former is more sensitive to directories that are read via FTP,
5233 and knows how to use ange-ftp to determine full attribute
5234 information, instead of just the name and last modtime.
5235 (eshell-current-ange-uids): Return the current user id when in a
5236 remote directory.
5237 (eshell-parse-ange-ls): Parse a full directory listing that has
5238 been returned by ange-ftp.
5239 (eshell-file-attributes): This beefed up version of
5240 `file-attributes' is only special if the user is currently in a
5241 remote directory, in which case it does a lot of work to find out
5242 what the real attributes of a file are, as they appear on the
5243 remote machine. This makes usage of remote directories (i.e.,
5244 ange-ftp pathnames) much more useful. You can now use Eshell as a
5245 full-fledged FTP client, with much more manipulation ability than
5246 most other clients.
5247
5248 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5249 variable, which means that Eshell's du should always be preferred
5250 in remote directories.
5251 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5252 just `file-attributes'.
5253 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5254 when reading remote directories. This is an Eshell-specific
5255 variable (not part of ange-ftp).
5256 (eshell/ln): Bind `ange-cache'.
5257 (eshell/du): Added some extra logic for determining when to use
5258 Eshell's du (which is slow), and when to use the external version
5259 (which may or may not exist).
5260
5261 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5262 `eshell-interactive-process', rather than using
5263 `get-buffer-process', since backgrounded processes don't count in
5264 the context of this function's logic.
5265
5266 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5267 `forward-char', so that null strings are parsed correctly.
5268
5269 2000-09-13 John Wiegley <johnw@gnu.org>
5270
5271 * eshell/em-pred.el (eshell-pred-file-type,
5272 eshell-pred-file-links, eshell-pred-file-size): Use
5273 `eshell-file-attributes'. This is more correct over ange-ftp.
5274
5275 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5276 that remote file globbing is more efficient.
5277
5278 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5279 gathering the files and attributes within a directory.
5280
5281 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5282 the command line is a special file (not a regular file, directory
5283 or symlink), always attempt to call the external version of cat.
5284
5285 2000-09-13 John Wiegley <johnw@gnu.org>
5286
5287 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5288 Eshell-friendly version of find-tag.
5289
5290 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5291
5292 * image-file.el (image-file-name-extensions)
5293 (image-file-name-regexps): Add autoload cookies.
5294
5295 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5296
5297 * international/mule-cmds.el (select-safe-coding-system): If FROM
5298 is string, show it in *Warning* buffer.
5299
5300 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * startup.el (normal-top-level): Use display-popup-menus-p instead
5303 of window-system.
5304 (command-line): Use display-graphic-p instead of window-system.
5305 (command-line-1): Use display-popup-menus-p and display-mouse-p
5306 instead of window-system.
5307
5308 2000-10-12 Sam Steingold <sds@gnu.org>
5309
5310 * tooltip.el (tooltip-use-echo-area): New user variable.
5311 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5312
5313 2000-10-12 Dave Love <fx@gnu.org>
5314
5315 * recentf.el: Maintainer's checkdoc fixes.
5316
5317 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5318 character class, not ASCII when matching file names.
5319 (fancy-splash-head): Add trailing slash to URL.
5320 (command-line): Don't require XPM support for toolbar.
5321
5322 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5323 (cperl-invalid-face): Revert last change.
5324 (cperl-init-faces): Quote cperl-invalid-face.
5325
5326 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5327
5328 * startup.el (fancy-splash-text): Remove superfluous quote.
5329
5330 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5331
5332 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5333 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5334 (command-line-1): Don't use fancy-splash-pending-command.
5335 (fancy-splash-screens-1): Goto point-min after inserting text.
5336
5337 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5338
5339 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5340 instead of shared-lisp-mode-map.
5341
5342 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5343
5344 * faces.el (header-line): Change tty-variant to use underlining.
5345
5346 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5347 (isearch-highlight): Restore lazy-isearch face properties at old
5348 position, and suppress them at new position.
5349 (isearch-dehighlight): Restore lazy-isearch face properties.
5350 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5351 over the real isearch overlay, but in that case, don't give it a
5352 face property. Use `push'.
5353
5354 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5355
5356 * man.el (Man-getpage-in-background): Fix previous change.
5357 Decode the process output only when we are in multibyte mode.
5358
5359 2000-10-11 Dave Love <fx@gnu.org>
5360
5361 * info.el (Info-mode-menu): Fix some help.
5362 (info-tool-bar-map): Add entry for Info-last.
5363
5364 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5365 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5366 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5367 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5368 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5369 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5370 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5371 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5372 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5373 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5374 Reduce colour requirements to 25 overall. (Probably wants
5375 revisiting from the originals to reduce further.)
5376
5377 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5378
5379 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5380 buffer-file-coding-system, instead of raw-text.
5381 (dehexlify-buffer): Bind coding-system-for-read to
5382 buffer-file-coding-system, instead of raw-text.
5383
5384 2000-10-11 Sam Steingold <sds@gnu.org>
5385
5386 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5387 `underline' - fixes the bug introduced on 2000-09-21.
5388
5389 2000-10-11 Dave Love <fx@gnu.org>
5390
5391 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5392 compiler warnings.
5393 (scheme-mode): Doc fix.
5394 (scheme-font-lock-keywords-1): Match `define-syntax'.
5395
5396 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5397
5398 * faces.el (frame-set-background-mode): Pay attention to saved
5399 face specs as well as default ones. Only do anything if the
5400 bg-mode or display-type has actually changed. Use `dolist'.
5401 (region): Make dark-background `region' face less in-your-face.
5402
5403 2000-10-10 Sam Steingold <sds@gnu.org>
5404
5405 * chistory.el, ielm.el, ledit.el:
5406 * progmodes/inf-lisp.el, progmodes/scheme.el:
5407 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5408
5409 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5410
5411 * textmodes/texinfo.el: Update copyright and fix typo.
5412
5413 * desktop.el (desktop-modes-not-to-save): New var.
5414 (desktop-save-buffer-p): Use it.
5415 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5416 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5417
5418 2000-10-10 Dave Love <fx@gnu.org>
5419
5420 * toolbar/tool-bar.el (tool-bar-add-item)
5421 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5422 display.
5423
5424 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5425 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5426 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5427 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5428 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5429 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5430 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5431 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5432 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5433 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5434 the .xpms; probably need retouching.
5435
5436 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5437
5438 * subr.el (add-to-list): Add optional argument APPEND.
5439 * battery.el (display-battery): Use `add-to-list'.
5440
5441 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5442
5443 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5444 these vars as symbol properties.
5445 (zone, zone-when-idle, zone-leave-me-alone)
5446 (zone-pgm-whack-chars): Use new symbol properties.
5447
5448 * battery.el (display-battery): Doc spelling fix.
5449
5450 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5451 property.
5452
5453 2000-10-09 Dave Love <fx@gnu.org>
5454
5455 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5456 has been initialized before calling tool-bar-setup.
5457 (tool-bar-add-item-from-menu): Add autoload cookie.
5458
5459 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * menu-bar.el (send-mail-item-name): New function.
5462 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5463 of mail-user-agent in the menu. Don't display the "Send Mail"
5464 item if mail-user-agent is nil or its value is ignore.
5465 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5466 if read-mail-command is nil or its value is ignore.
5467
5468 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5469
5470 2000-10-09 Miles Bader <miles@gnu.org>
5471
5472 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5473 Correct image size.
5474 * toolbar/left_arrow.xpm: Correct image size.
5475
5476 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5477 will be done by the definition of `auto-compression-mode' if
5478 necessary. Move code to uninstall existing file-name handler
5479 before definition of `auto-compression-mode'.
5480
5481 * image-file.el (auto-image-file-mode): Move to the end of the
5482 file, because `define-minor-mode' actually calls the mode-function
5483 if the associated variable is non-nil, which requires that all
5484 needed functions be already defined.
5485
5486 * mouse.el (popup-menu): Balance parens.
5487
5488 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * mouse.el (popup-menu): Move the command call outside the loop
5491 so that popup-menu returns whatever the command returns.
5492
5493 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5494 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5495 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5496 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5497
5498 * vc.el (vc-version-diff): diff-switches can be a list.
5499 Use relative filenames for prettier output.
5500
5501 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5502 (vc-post-command-functions): Remove old-VC compatibility code.
5503
5504 * newcomment.el (comment-indent-default): Autoload.
5505
5506 * font-lock.el (font-lock-defaults): Make buffer-local.
5507 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5508 (font-lock-choose-keywords):
5509 Ignore LEVEL unless KEYWORDS is a list of syms.
5510 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5511 Don't wrap regexp-opt things in \(...\) unnecessarily.
5512
5513 * jit-lock.el: Don't require font-lock any more.
5514 (jit-lock-functions): Make buffer-local.
5515 (jit-lock-saved-fontify-buffer-function): Remove.
5516 (jit-lock-mode): Remove autoload cookie.
5517 Remove font-lock specific code.
5518 (jit-lock-unregister): Don't bother handling complex hooks any more.
5519 (jit-lock-refontify): New function.
5520 (jit-lock-fontify-buffer): Use it.
5521 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5522 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5523 Add optional args START and END.
5524 Never call font-lock-fontify-region directly.
5525 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5526
5527 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5528
5529 2000-10-08 Dave Love <fx@gnu.org>
5530
5531 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5532
5533 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5534
5535 * play/studly.el (studlify-region, studlify-word): Add autoload
5536 cookie.
5537
5538 * play/morse.el (morse-region, unmorse-region): Add autoload
5539 cookie.
5540
5541 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5542 concat.
5543
5544 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5545 insist on symbols starting with word syntax.
5546 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5547 (eval-defun-1): Doc fix.
5548 (indent-sexp): Use nconc to build up indent-stack.
5549
5550 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5551 Gnus with little use.
5552 (mail-setup-hook): Add mail-abbrevs-setup to options.
5553
5554 * recentf.el: Doc fixes.
5555
5556 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5557 Clean up remainder.
5558
5559 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5560 without timezone and (8) with timezone to enforce some whitespace.
5561 Simplify code somewhat.
5562
5563 * options.el (list-options): Doc that you should use customize.
5564
5565 * iswitchb.el (iswitchb-mode): Add :require.
5566
5567 * info.el (Info-goto-node, Info-menu): Doc fix.
5568 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5569 (info-tool-bar-map): New variable.
5570 (Info-mode): Use it.
5571 (Info-edit-map): Define all in defvar.
5572 (speedbar-attached-frame): Avoid compiler warning.
5573
5574 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5575 (global-map): Bind [tool-bar] to a filtered map.
5576 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5577 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5578 Allow PBM icons.
5579 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5580
5581 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5582 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5583 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5584 icons, except up_arrow, which is left-arrow rotated.
5585
5586 * imenu.el (imenu-add-to-menubar): Fix last change.
5587
5588 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5589
5590 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5591 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5592
5593 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5596 typos in doc strings.
5597
5598 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5599 the doc strings how to customize Font Lock faces.
5600
5601 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5602 computing growth when dragging the header line.
5603
5604 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5605
5606 * simple.el (kill-line): Doc fix.
5607
5608 2000-10-08 Miles Bader <miles@gnu.org>
5609
5610 * faces.el (secondary-selection): Make foreground visible on tty.
5611
5612 * jka-compr.el (auto-compression-mode): Move to the end of the
5613 file, because `define-minor-mode' actually calls the mode-function
5614 if the associated variable is non-nil, which requires that all
5615 needed functions be already defined.
5616 (with-auto-compression-mode): Add autoload cookie.
5617
5618 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5619
5620 * files.el (find-backup-file-name) [ms-dos]: If support for long
5621 file names is not available, behave as if version-control were set
5622 to never.
5623
5624 2000-10-07 Dave Love <fx@gnu.org>
5625
5626 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5627 (browse-url-gnome-moz): New function.
5628 (browse-url-browser-function): Use it.
5629 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5630
5631 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5632
5633 * indent.el (tab-always-indent): New var.
5634 (indent-for-tab-command): Use it.
5635
5636 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5637 raise an error. This way it can still default to a sane value.
5638
5639 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5640
5641 * startup.el (fancy-splash-screens): Use local rather than global map.
5642 Don't use `update-menu-bindings' any more.
5643 Get rid of assumptions about keymap representation.
5644
5645 2000-10-06 Dave Love <fx@gnu.org>
5646
5647 * textmodes/fill.el (sentence-end-double-space)
5648 (sentence-end-without-period): Doc fix.
5649 (adaptive-fill-regexp): Purecopy.
5650 (unjustify-current-line): Use line-end-position.
5651 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5652
5653 * net/eudc-vars.el (eudc): Add :version, :link.
5654
5655 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5656
5657 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5658 Fix for define-minor-mode.
5659 (function-at-point): Alias to function-called-at-point.
5660
5661 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5662
5663 * simple.el (backward-word): Doc fix.
5664
5665 * image-file.el (image-file-name-regexp): image-file-regexps ->
5666 image-file-name-regexps.
5667 (image-file-name-extensions): Add pbm.
5668
5669 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5670
5671 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5672 and add filename to the names so that diff-mode can jump to source.
5673
5674 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5675 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5676 (tex-font-lock-keywords-1): Remove.
5677 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5678 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5679 (font-lock-default-fontify-region):
5680 Expand beg..end correctly when just following a multiline region.
5681 (font-lock-fontify-anchored-keywords):
5682 Include the anchor text as part of the multiline.
5683
5684 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5685
5686 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5687 latter needs the autoloaded define-minor-mode macro during the
5688 bootstrap.
5689
5690 * startup.el (command-line): For now, activate tool-bar-mode only
5691 if XPM images are supported.
5692
5693 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5694 window by dragging a header-line at the top of the frame; that's
5695 confusing because the header-line doesn't move.
5696 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5697 of treating the event as a list. Some cleanup.
5698
5699 2000-10-06 Miles Bader <miles@gnu.org>
5700
5701 * simple.el (display-message-or-buffer): New function.
5702 (shell-command-on-region): Use `display-message-or-buffer'.
5703
5704 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5705 docstring parts.
5706
5707 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5708 (smbclient-prompt-regexp): Add usage note to doc string.
5709 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5710 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5711 Use add-hook for adding the comint filter function, and only do so
5712 if it's not already in the global hook list.
5713 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5714 to `make-local-variable'.
5715 (nslookup-font-lock-keywords): Remove prompt entry.
5716 (nslookup): Don't set the process-filter.
5717 (finger): Exit the loop correctly when the regexps list runs out.
5718 (ftp, smbclient, smbclient-list-shares):
5719 Set the real major mode immediately, not after execing.
5720 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5721
5722 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5723
5724 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5725
5726 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5727
5728 * which-func.el (which-func-format): Remove spurious space.
5729 (which-func-mode): Don't make it permanent-local.
5730 (which-func-ff-hook): Allow which-func-maxout to be nil.
5731 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5732 (which-func-mode): Simplify.
5733 Use post-command-idle-hook rather than post-command-hook.
5734 Go through all buffers and update their state.
5735 (which-function): Also try add-log-current-defun-function.
5736
5737 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5738 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5739 Update call to with-vc-properties accordingly.
5740 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5741 (vc-revert-buffer): More careful about window selection and deletion.
5742 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5743
5744 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5745 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5746 (cvs-dired-action): Change the default to quickdir.
5747
5748 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5749 if comment-indent-function returns nil.
5750 (comment-indent-default): New function.
5751 (comment-indent-function): Use it and document the new semantics.
5752
5753 * image-file.el: Docstring fixes.
5754
5755 * help.el (help-xref-on-pp): Use match-string.
5756 (describe-variable): New arg BUFFER.
5757 Store the current buffer in the help-xref-stack.
5758 (temp-buffer-resize-mode): Use define-minor-mode.
5759
5760 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5761 consistently with its docstring.
5762 Set jit-lock-first-unfontify-pos in an idempotent way.
5763 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5764
5765 2000-10-05 Alex Schroeder <alex@gnu.org>
5766
5767 * sql.el (sql-mysql-options): New variable.
5768 (sql-mysql): Use it.
5769
5770 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5771
5772 * image.el (image): New group.
5773
5774 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5775 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5776
5777 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5778
5779 * net/net-utils.el (nslookup-font-lock-keywords)
5780 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5781 Ignore the value of wqindow-system; always define keywords
5782
5783 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5784
5785 * startup.el (fancy-splash-screens): Remove the code for
5786 debugging; `(trace-to-stderr "EXITTT\n")'.
5787
5788 2000-10-05 Miles Bader <miles@gnu.org>
5789
5790 * diff-mode.el (diff-goto-source): Update call to
5791 `diff-hunk-status-msg' to reflect new REV variable.
5792
5793 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5794
5795 * progmodes/icon.el (icon-mode):
5796 Don't gratuitously override the default for comment-column.
5797
5798 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5799
5800 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5801 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5802 (jit-lock-functions): New var.
5803 (jit-lock-function-1): Use it if non-nil.
5804 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5805 Set the `fontified' property before doing the fontification to avoid
5806 repeatedly going through the same error.
5807 Don't turn errors into messages.
5808 (jit-lock-register, jit-lock-unregister): New functions.
5809
5810 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5811 Use with-current-buffer.
5812
5813 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5814 Turn comment into docstring.
5815
5816 * apropos.el (apropos-mode): Use define-derived-mode.
5817
5818 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5819
5820 * startup.el (fancy-splash-pending-command): New variable.
5821 (fancy-splash-pre-command): New function.
5822 (fancy-splash-screens): Rewritten.
5823 (command-line-1): If fancy-splash-pending-command is set, call it
5824 interactively.
5825
5826 2000-10-04 Dave Love <fx@gnu.org>
5827
5828 * toolbar/tool-bar.el (tool-bar-setup): New function.
5829 (tool-bar-mode): Use it.
5830
5831 * subr.el (substitute-key-definition): Doc fix.
5832 (play-sound-file): New command.
5833
5834 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5835
5836 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5837 vc-version-backup-file-name): New functions.
5838
5839 * files.el (basic-save-buffer): Call vc-before-save before saving.
5840
5841 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5842 vc-cvs-stay-local-p.
5843
5844 * vc.el (vc-revert-buffer): Handle empty diff properly.
5845 (vc-version-backup-file): New function.
5846 (vc-checkout): Create a version backup if necessary.
5847 (vc-checkin): If a version backup file exists, delete it.
5848 (vc-version-diff): Diff locally using version backups, if available.
5849 (vc-revert-file): If there's a version backup, revert locally.
5850 (vc-transfer-file): Use version backup for base version, if
5851 available. If not, ask for confirmation whether to get it from the
5852 server. Update mode line before check-in.
5853
5854 2000-10-04 Dave Love <fx@gnu.org>
5855
5856 * toolbar/tool-bar.el (tool-bar-setup): New function.
5857 (tool-bar-mode): Use it.
5858
5859 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5860
5861 * net/net-utils.el (nslookup-font-lock-keywords)
5862 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5863 Only set if window-system is non-nil
5864 (net-utils-run-program): Returns buffer.
5865 (network-connection-reconnect): Added this function.
5866
5867 * generic.el:
5868 Incorporates extensive cleanup and docfixes by
5869 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5870 Uses cl compile-time macros.
5871 (generic-mode-name, generic-comment-list)
5872 (generic-keywords-list, generic-font-lock-expressions)
5873 (generic-mode-function-list, generic-mode-syntax-table):
5874 Removed variables.
5875 (generic-mode-alist): Renamed to generic-mode-list.
5876 (generic-find-file-regexp): Default changed to "^#".
5877 (generic-read-type): Uses completing read on generic-mode-list.
5878 (generic-mode-sanity-check): removed this function.
5879 (generic-add-to-auto-mode): Removed this function
5880 (generic-mode-internal): Bind mode-specific definitions
5881 into function instead of putting them in alist.
5882 (generic-mode-set-comments): Reworked extensively.
5883 (generic-mode-find-file-hook): Simplified regexp searching
5884 (generic-make-keywords-list): Omit extra pair of parens
5885
5886 * find-lisp.el (find-lisp-find-files-internal):
5887 Make sure directory name ends with "/".
5888
5889 * generic-x.el (apache-conf-generic-mode):
5890 Regexp now allows leading whitespace.
5891 (rc-generic-mode): Added eval-when-compile
5892 around generic-make-keywords-list.
5893 Deleted duplicate regexp
5894 (rul-generic-mode): Added eval-when-compile
5895 around generic-make-keywords-list.
5896 (etc-fstab-generic-mode): New generic mode.
5897 (rul-generic-mode): Removed one eval-when-compile
5898 which caused a max-specpdl-size exceeded error.
5899
5900 2000-10-04 Miles Bader <miles@gnu.org>
5901
5902 * simple.el (minibuffer-temporary-goal-position): New variable.
5903 (next-history-element): Try to keep the position of point in the
5904 input string constant.
5905
5906 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5907 (dired-do-create-files): If there's only one file, pass it in as
5908 the DEFAULT arg to dired-mark-read-file-name.
5909
5910 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5911
5912 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5913 (diff-goto-source): Be smarter when choosing REVERSE or not.
5914
5915 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5916 (texinfo-mode-menu): Add an explicit shortcut for update all.
5917
5918 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5919
5920 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5921 factorize backend-specific code cleanly (this was essentially
5922 conceived by Stefan Monnier).
5923 (vc-unregister): Function removed.
5924 (vc-revert-file): New function.
5925 (vc-revert-buffer): Delegate some of the work to it.
5926
5927 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5928 default branch unconditionally.
5929 (vc-rcs-set-default-branch): New function.
5930 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5931 (vc-rcs-checkin): If an appropriate default branch has been set,
5932 force creation of that branch.
5933 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5934 code (as suggested by Stefan Monnier).
5935
5936 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5937
5938 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5939 highlighting overlay with a different face over the overlay
5940 isearch uses to highlight the current match because that can lead
5941 to bad face combinations.
5942
5943 * loadup.el (toplevel): Load faces before isearch.
5944
5945 * isearch.el (isearch-faces): New custom group.
5946 (isearch): New defface; was already tested for in the code.
5947 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5948 (isearch-highlight): Always use face `isearch'.
5949
5950 2000-10-02 Dave Love <fx@gnu.org>
5951
5952 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5953 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5954 comparison of opcode with operand.
5955
5956 2000-10-03 Miles Bader <miles@gnu.org>
5957
5958 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5959 buffer, since the echo area will now grow to accommodate them.
5960
5961 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5962
5963 * vc-hooks.el (vc-registered): If FILE used to be registered under
5964 a certain backend, try that one first.
5965
5966 * vc.el (vc-responsible-backend): Undo the previous change in the
5967 argument list. Handle multiple backends correctly.
5968 (vc-find-new-backend): Function removed.
5969 (vc-register): Use vc-responsible-backend, as before.
5970 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5971
5972 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5973
5974 * startup.el (fancy-splash-head): Change message below the
5975 logo.
5976
5977 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5978
5979 * diff-mode.el (diff-goto-source): Emit a status message.
5980 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5981 (diff-test-hunk): Fix doc string.
5982 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5983 (diff-advance-after-apply-hunk): New variable.
5984 (diff-apply-hunk): Don't return a value.
5985
5986 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5987
5988 * vc.el (vc-editable-p): Minor optimization.
5989 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5990 (vc-find-new-backend): New function split from vc-responsible-backend.
5991 (vc-register): Use it.
5992 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5993 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5994 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5995 (vc-clear-headers): Don't use find-file.
5996 (vc-revert-buffer): Use `and' again (must have been a braino).
5997 (vc-switch-backend): Only prompt if requested.
5998 Short circuit if nothing is to be done.
5999 Don't use vc-resynch-buffer which could lose unsaved editing.
6000 (vc-default-receive-file): Update call to vc-unregister.
6001 (with-vc-file, vc-next-action-on-file):
6002 Use vc-backend rather than vc-registered.
6003 (vc-next-action-on-file): Use intern-soft.
6004 Deal with read-only *vc-diff* buffer.
6005 (vc-transfer-file): Docstring fix.
6006
6007 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6008 (vc-rcs-receive-file): Avoid with-vc-properties.
6009 Update call to vc-unregister.
6010 Use constant `RCS' rather than (dynamically bound) var `backend'.
6011
6012 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6013
6014 * vc.el (vc-next-action-on-file): Update mode line only if file
6015 is visited.
6016 (vc-start-entry): New argument initial-contents. Don't visit the file
6017 if it isn't already visited. Brought documentation up-to-date.
6018 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6019 (vc-checkin): New optional arg initial-contents, which is passed to
6020 vc-start-entry.
6021 (vc-finish-logentry): Make sure to bury log buffer only if there
6022 really is one. Call `vc-resynch-buffer' on log-file, not
6023 buffer-file-name.
6024 (vc-default-comment-history, vc-default-wash-log): New functions.
6025 (vc-index-of): Removed.
6026 (vc-transfer-file): Make do without the above.
6027 (vc-default-receive-file): Call comment-history unconditionally. Pass
6028 the resulting string to vc-checkin, instead of inserting it into the
6029 comment ring.
6030
6031 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6032 unconditionally. Use the comments as initial contents of the log
6033 entry buffer. Document the trick to force branch creation with no
6034 changes.
6035
6036 2000-10-01 Miles Bader <miles@gnu.org>
6037
6038 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6039 `recenter' with an arg to prevent redrawing the display.
6040
6041 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6042
6043 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6044
6045 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6046
6047 * progmodes/c-mode.el (c-mode):
6048 Don't gratuitously override the default for comment-column.
6049
6050 * textmodes/tex-mode.el (latex-metasection-list): New var.
6051 (latex-imenu-create-index): Use it.
6052 Move the regexp construction outside loops (and use push).
6053 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6054 (tex-font-lock-keywords): Moved from font-lock.el.
6055 (tex-comment-indent): Remove.
6056 (tex-common-initialization): Don't set comment-indent-function.
6057 (latex-block-default): New var.
6058 (tex-latex-block): Use it to provide a default choice.
6059 Add any unknown choice to latex-block-names.
6060 Insert [...] after {...}.
6061 (tex-last-unended-begin): Simplify regexp.
6062 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6063 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6064 (latex-mode): Set forward-sexp-function.
6065
6066 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6067 Add regexp for @ignore ... @end ignore.
6068 (texinfo-heading-face): New face.
6069 (texinfo-font-lock-keywords): Use it.
6070 (texinfo-mode-menu): New menu.
6071 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6072 New functions.
6073 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6074 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6075 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6076 Remove declaration.
6077 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6078
6079 * delsel.el (delete-selection-mode): Use define-minor-mode.
6080
6081 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6082
6083 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6084
6085 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6086
6087 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6088
6089 * replace.el (keep-lines-read-args): New function.
6090 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6091 read arguments interactively. Add parameters RSTART and REND.
6092 Operate on the active region in Transient Mark mode.
6093
6094 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6095
6096 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6097 (authors-obsolete-files-regexps): New variable.
6098 (authors-add): Don't record changes in obsolete files.
6099
6100 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6101
6102 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6103
6104 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6105 (comment-indent): Make sure there's a space between code and comment.
6106 Shift comments left to avoid going past fill-column.
6107
6108 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6109
6110 * startup.el (startup-echo-area-message): New function.
6111 (display-startup-echo-area-message): Use it.
6112 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6113 (fancy-splash-default-action): New function.
6114 (fancy-splash-screens-1): New function.
6115 (fancy-splash-head): Put a help-echo and a keymap under the image.
6116
6117 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6118
6119 * diff-mode.el (diff-add-log-file-name): Remove.
6120 (diff-mode): Use add-log-buffer-file-name-function.
6121
6122 * add-log.el (find-change-log): New arg BUFFER-FILE.
6123 (add-log-file-name): Obey add-log-file-name-function.
6124 (add-log-buffer-file-name-function): New var.
6125 (add-change-log-entry): Use it.
6126
6127 2000-09-29 Miles Bader <miles@gnu.org>
6128
6129 * image-file.el (image-file-name-extensions): New variable.
6130 (image-file-name-regexps): Renamed from `image-file-regexps'.
6131 New default value is nil. Call `auto-image-file-mode'.
6132 (image-file-name-regexp): New function.
6133 (auto-image-file-mode): New minor mode.
6134 (insert-image-file): Don't make conditional on the image-file
6135 handler being enabled.
6136 (image-file-handler): Make the call here conditional instead.
6137 (set-image-file-handler-enabled, enable-image-file-handler)
6138 (disable-image-file-handler): Functions removed.
6139
6140 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6141 string.
6142
6143 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6144
6145 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6146 it's a function from CL.
6147 (latex-imenu-create-index): Replace eval-when-compile with progn
6148 because latex-section-alist is not bound while compiling.
6149
6150 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6151
6152 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6153 (outline-mode): Use define-derived-mode.
6154
6155 * progmodes/perl-mode.el (perl-mode):
6156 * progmodes/awk-mode.el (awk-mode):
6157 * progmodes/asm-mode.el (asm-mode):
6158 Don't gratuitously override the default for comment-column.
6159
6160 * emacs-lisp/lisp.el (lisp-complete-symbol):
6161 Distinguish the let-binding case from the funcall case.
6162 (forward-sexp-function): New variable.
6163 (forward-sexp): Use it.
6164
6165 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6166 (easy-mmode-defmap): Remove the now useless autoload.
6167
6168 * time.el (display-time-mode): Use define-minor-mode.
6169
6170 * subr.el (add-minor-mode): Don't eval NAME.
6171 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6172 Use if rather than cond.
6173
6174 * simple.el (read-expression-map): Define more properly.
6175 (comment-indent-hook): Remove.
6176 (string-to-syntax): Bug fix.
6177
6178 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6179 (cvs-ediff-diff): Fix typo.
6180 (cvs-revert-if-needed): Don't bother preserving read-only.
6181
6182 * paren.el (show-paren-mode): Use define-minor-mode.
6183
6184 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6185 (toggle-auto-compression): Remove.
6186 (jka-compr-build-file-regexp): Remove useless grouping.
6187
6188 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6189 Avoid user-reserved bindings.
6190 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6191 (diff-header-face): Revert to grey85.
6192
6193 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6194
6195 * complete.el (partial-completion-mode) <defcustom>: Remove.
6196 (partial-completion-mode): Use define-minor-mode.
6197 (PC-do-completion): Understand `completion-auto-help = delay'
6198 to mean to popup the completion buffer only the second time.
6199 (PC-include-file-all-completions, PC-include-file-all-completions)
6200 (PC-include-file-all-completions): Don't quote lambda.
6201
6202 * comint.el (comint-mode-hook): Docstring fix.
6203 (comint-mode): Use define-derived-mode.
6204 (comint-mode-map): Remove obsolete comment.
6205 (make-comint): Minor stylistic change.
6206 (comint-insert-clicked-input): Be more careful to find the overlay.
6207 Use this-command-keys rather than hardcoding mouse-2.
6208
6209 * font-lock.el: Replace confusing (,@ with ,
6210 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6211 Don't use regexp-opt-depth. Spice up the regexp for args.
6212 Don't distinguish between cmds that can take an opt arg or not.
6213 Use `append' and `prepend' rather than `keep'.
6214
6215 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6216 (latex-outline-regexp): New var.
6217 (latex-outline-level): New fun.
6218 (latex-section-alist): New var.
6219 (latex-imenu-create-index): Use it. Use `push' as well.
6220 (tex-shell-map): Initialize it properly.
6221 (tex-mode): Minor stylistic change.
6222 (plain-tex-mode): Use define-derived-mode.
6223 (latex-mode): Use define-derived-mode.
6224 Construct the paragraph regexps in a more readable way.
6225 Set the buffer-local outline-{level,regexp} vars.
6226 (slitex-mode): Derive from latex-mode.
6227 (tex-common-initialization): Don't kill-all-vars anymore.
6228 Add setting for comment-add and font-lock-defaults.
6229 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6230 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6231 (tex-start-tex): New arg DIR (and send a chdir command for it).
6232 Also display the shell buffer and save it in tex-last-buffer-texed.
6233 (tex-region): Use expand-file-name rather than concat.
6234 Remove code made useless by changes in tex-start-tex.
6235 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6236
6237 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6238
6239 2000-09-28 Dave Love <fx@gnu.org>
6240
6241 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6242
6243 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6244
6245 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6246 `append'.
6247
6248 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * info.el (Info-extract-pointer): Undo last change.
6251 Instead, fix the position of the `bound' arg to re-search-backward.
6252
6253 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6254
6255 * info.el (Info-extract-pointer):
6256 Widen more carefully, to avoid finding pointers in other nodes.
6257 (Info-index): Use push.
6258
6259 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6260
6261 * frame.el (set-frame-font): Remove call to obsolete function
6262 frame-update-faces.
6263 (set-foreground-color, set-background-color): Likewise for
6264 frame-update-face-colors.
6265
6266 2000-09-27 Miles Bader <miles@gnu.org>
6267
6268 * image-file.el: New file.
6269
6270 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6271
6272 * frame.el (frame-notice-user-settings): Don't call
6273 frame-update-faces, which is a no-op now.
6274
6275 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6276 tool-bar-lines.
6277
6278 2000-09-27 Dave Love <fx@gnu.org>
6279
6280 * mouse.el: Fix last change.
6281
6282 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6283
6284 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6285
6286 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6287
6288 * international/quail.el (quail-help): The output message is
6289 improved.
6290
6291 2000-09-26 Dave Love <fx@gnu.org>
6292
6293 * mouse.el (popup-menu): If POSITION is nil, set it using
6294 mouse-position.
6295
6296 2000-09-25 Sam Steingold <sds@gnu.org>
6297
6298 * net/browse-url.el (browse-url-file-url): Check for null maps.
6299
6300 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6301
6302 * frame.el (frame-notice-user-settings): Don't add a
6303 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6304
6305 * frame.el (frame-notice-user-settings):
6306 Make tool-bar-mode and default-frame-alist consistent.
6307
6308 * toolbar/tool-bar.el (tool-bar-help): New function.
6309
6310 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6311
6312 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6313 current-load-list in top-level forms. Else this leaks a cons cell
6314 every time a defun is called.
6315
6316 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6317
6318 2000-09-25 Dave Love <fx@gnu.org>
6319
6320 * startup.el (fancy-splash-head): Check XPM is available.
6321
6322 * autoinsert.el (auto-insert): Doc fix.
6323 (auto-insert-alist): Following GNU notices, don't say `copyright
6324 _by_'. Use line-beginning-position.
6325 (auto-insert): Check buffer-file-name is non-nil before use.
6326
6327 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6328
6329 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6330 starting with `@def' or `@multitable', in addition to ones
6331 specified by the user in auto-fill-inhibit-regexp.
6332
6333 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6334
6335 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6336 rmail-dont-reply-to-names matches the empty string.
6337
6338 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6339
6340 * startup.el (command-line-1, fancy-splash-text): Change the
6341 text to sound more friendly.
6342
6343 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6344
6345 * progmodes/hideshow.el: Update author email address.
6346 Generally, sync w/ maintainer version 5.22.
6347 (hs-hide-all-non-comment-function): New var.
6348 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6349 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6350 (hs-show-region): Delete this command.
6351 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6352
6353 2000-09-22 Dave Love <fx@gnu.org>
6354
6355 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6356 (hl-line-highlight): Specify buffer when moving overlay.
6357
6358 * progmodes/fortran.el (fortran-mode): Locally set
6359 normal-auto-fill-function.
6360 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6361 (fortran-mode-map): Adjust auto-fill menu entry.
6362
6363 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6364
6365 * vc-rcs.el (toplevel): Require `vc' when compiling.
6366
6367 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6368
6369 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6370
6371 * vc.el (vc-switch-backend): Signal an error if the file is not
6372 registered under the new backend.
6373
6374 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6375 without explicit revision number.
6376
6377 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6378
6379 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6380 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6381 (diff-xor): New function.
6382 (diff-find-source-location): Use it. Fix a stupid name clash.
6383 (diff-hunk-status-msg): New function.
6384 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6385 (diff-test-hunk): Use diff-find-source-location.
6386 (diff-goto-source): Favor the `reverse'.
6387 (diff-hunk-text): Properly handle one-sided context diffs.
6388 (diff-apply-hunk): When done, advance to the next hunk.
6389
6390 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6391
6392 * startup.el (command-line): If frame was created with a non-zero
6393 tool-bar-lines parameter, switch tool-bar-mode on.
6394
6395 * add-log.el (change-log-date-face, change-log-name-face)
6396 (change-log-email-face, change-log-file-face)
6397 (change-log-list-face, change-log-conditionals-face)
6398 (change-log-function-face, change-log-acknowledgement-face):
6399 New faces, inheriting from font-lock faces.
6400 (change-log-font-lock-keywords): Use them.
6401
6402 2000-09-21 Dave Love <fx@gnu.org>
6403
6404 * progmodes/cperl-mode.el (top-level): Clean up
6405 `eval-when-compile's and assorted defvars.
6406 (cperl-invalid-face): Don't double-quote value. Change custom
6407 type.
6408 (cperl-mode): Set normal-auto-fill-function and don't zap
6409 auto-fill-function.
6410 (cperl-imenu--function-name-regexp-perl): Renamed from
6411 imenu-example--function-name-regexp-perl.
6412 (cperl-imenu--create-perl-index): Renamed from
6413 imenu-example--create-perl-index.
6414 (cperl-xsub-scan): Don't require cl.
6415
6416 * msb.el (msb-mode-map): Use substitute-key-definition.
6417 (msb-mode): Use msb-mode-map.
6418
6419 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6420
6421 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6422 New functions.
6423 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6424 (vc-switch-backend): New function.
6425 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6426 (vc-register): Fix prompt.
6427 (vc-unregister, vc-default-unregister): New functions.
6428 (vc-version-diff): Handle empty buffer in sentinel.
6429
6430 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6431 (vc-rcs-state-heuristic): Use it to guess the state of files with
6432 non-strict locking.
6433 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6434 been set with -b, but not created yet.
6435 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6436 contents in order to find the state.
6437 (vc-rcs-checkin): Allow creation of branches with no changes.
6438 (vc-rcs-unregister, vc-rcs-receive-file)
6439 (vc-rcs-set-non-strict-locking): New functions.
6440
6441 * vc-hooks.el (vc-name): Force correct computation of the value
6442 in case it is missing.
6443
6444 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6445
6446 * startup.el (fancy-splash-tail): Use a different foreground
6447 color on a dark frame background.
6448
6449 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6450
6451 * info.el: Use the correct capitalization when making Info-mode
6452 and Info-edit-mode `special' modes.
6453
6454 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6455
6456 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6457 (diff-mode): Add support for add-log.el.
6458 (diff-hunk-text): Use char offsets rather than line offsets.
6459 (diff-find-source-location): Replace LINE with line-offset (nil
6460 if not found) and always set POS to a meaningful position.
6461 Adapt to the new char-offsets.
6462 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6463 Adapt to the new diff-find-source-location.
6464 (diff-goto-source): Adapt to the new diff-find-source-location.
6465
6466 * add-log.el (add-log-file-name): New function (split out of
6467 add-change-log-entry).
6468 (add-change-log-entry): Use it.
6469 Call add-log-file-name-function with the changelog file name if
6470 the current buffer is not associated with any file.
6471 Avoid find-file if the selected window is dedicated.
6472
6473 * diff-mode.el (diff-find-source-location):
6474 Move code from diff-apply-hunk. Return buffer rather than file.
6475 (diff-apply-hunk): Use the new result from diff-find-source-location.
6476 (diff-goto-source): Use the new diff-find-source-location.
6477
6478 2000-09-20 Dave Love <fx@gnu.org>
6479
6480 * iswitchb.el: Some doc fixes.
6481 (iswitchb-mode-map): Define completely initially. Inherit
6482 minibuffer-local-map.
6483 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6484 fundamental-mode.
6485 (iswitchb-global-map): New variable.
6486 (iswitchb-summaries-to-end): Amalgamate regexps.
6487 (iswitchb-mode): New.
6488 (iswitchb-mode-hook): New variable.
6489 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6490 `extensions'.
6491
6492 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6493
6494 * ehelp.el (electric-help): New defgroup.
6495 (electric-help-shrink-window): New user-option.
6496 (with-electric-help): Use it.
6497
6498 * window.el (shrink-window-if-larger-than-buffer): If face
6499 `mode-line' has a :box, and we're on a graphical frame, add 1
6500 to the needed window height.
6501
6502 * frame.el (frame-notice-user-settings): Add a last parameter nil
6503 to a call to `append', because the last list passed to `append' is
6504 not copied, and so subsequent calls to assq-delete-all will modify
6505 default-frame-alist.
6506
6507 * startup.el (fancy-splash-image): Change :type.
6508 (fancy-splash-head): Use an XBM image if appropriate.
6509 (command-line-1): Show splash screens in more cases.
6510
6511 * startup.el (fancy-splash-text): Don't quote faces.
6512
6513 * dired.el (dired-font-lock-keywords): Undo last change.
6514 (dired-readin): Bind indent-tabs-mode to nil.
6515
6516 * startup.el (fancy-splash-head): If frame's background mode
6517 is `dark', change the black background of the image to gray.
6518 (fancy-splash-screens): Display startup echo area message.
6519 (display-startup-echo-area-message): New function.
6520
6521 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6522
6523 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6524
6525 * info.el (info-header-node): Tweak for color ttys.
6526
6527 * faces.el (face-valid-attribute-values): Make sure directories we
6528 search for stipples both exist and are readable before trying to
6529 search them.
6530
6531 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6532 in the dry-run case.
6533
6534 * jka-compr.el (with-auto-compression-mode): New macro.
6535
6536 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6537 (custom-group-tag-face, custom-variable-tag-face): Use relative
6538 :height and inherit from `variable-pitch' face instead of
6539 hardwiring :family.
6540 * hi-lock.el (hi-black-hb): Likewise.
6541
6542 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6543 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6544 toolbar-add-item, if image doesn't have a mask add a `:mask
6545 heuristic'.
6546
6547 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6548
6549 * diff-mode.el: Docstring fixes.
6550 (diff-header-face, diff-comment-face): New faces.
6551 (diff-font-lock-keywords): Highlight a bit differently.
6552 (diff-find-source-location): Don't return SPAN any more.
6553 (diff-hunk-text): Don't bother erasing the temp buffer.
6554 (diff-find-text): Drop argument LINE.
6555 (diff-apply-hunk): Update calls to diff-find-text.
6556 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6557
6558 * calendar/calendar.el: Docstring fixes.
6559 (calendar-make-alist): Don't quote lambda.
6560 (calendar-star-date): Use make-local-variable.
6561
6562 2000-09-19 Dave Love <fx@gnu.org>
6563
6564 * toolbar/tool-bar.el: Renamed from toolbar.el.
6565 Change `toolbar' to `tool-bar' generally in symbols.
6566 Make some items invisible in `special' major modes.
6567 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6568 Add arg PROPS.
6569
6570 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6571 Add :version here.
6572 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6573
6574 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6575
6576 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6577
6578 * files.el (find-file-suppress-same-file-warnings): New user-option.
6579 (find-file-noselect): Use it.
6580
6581 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6582 (fancy-splash-screen): Defgroup.
6583
6584 * add-log.el (change-log-font-lock-keywords): Match names
6585 more exactly for the case that font-lock-constant-face is
6586 underlined.
6587
6588 2000-09-19 Richard M. Stallman <rms@gnu.org>
6589
6590 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6591
6592 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6593
6594 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6595
6596 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6597
6598 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6599 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6600 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6601 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6602 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6603 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6604 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6605 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6606 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6607 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6608 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6609 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6610
6611 * startup.el (fancy-splash-text): New variable.
6612 (fancy-splash-delay, fancy-splash-image): New user-options.
6613 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6614 (fancy-splash-screens): New functions.
6615 (command-line-1): If display has a `display' frame parameter, has
6616 colors, and we have XPM support, show more fancy splash screens.
6617
6618 2000-09-19 Dave Love <fx@gnu.org>
6619
6620 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6621 with null `help'. Use modern backquote syntax.
6622
6623 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6624
6625 * font-lock.el (font-lock-mode): Change message telling the user
6626 that ``the buffer is too big''.
6627
6628 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6629 for instance for the case that tab-width is 2.
6630
6631 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6632
6633 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6634 toolbar-add-item, if image doesn't have a mask add a `:mask
6635 heuristic'.
6636
6637 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6638
6639 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6640 and return a cons if it's non-nil.
6641 (diff-apply-hunk): Try to jump to the line in the source text
6642 corresponding to the position of point in the in the hunk.
6643
6644 * info.el (Info-title-3-face, Info-title-2-face)
6645 (Info-title-1-face): Use face inheritance and relative sizes
6646 instead of hard-wiring things.
6647
6648 * faces.el (secondary-selection): Make dark-background variant sane.
6649
6650 2000-09-16 Andrew Innes <andrewi@gnu.org>
6651
6652 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6653 read-only, since they aren't under VC now.
6654
6655 2000-09-17 Dave Love <fx@gnu.org>
6656
6657 * tmm.el: Replace mapcar with mapc in several places.
6658
6659 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6660 ad-unadvise.
6661
6662 * international/latin1-disp.el: New file.
6663
6664 * calendar/cal-move.el (scroll-calendar-left)
6665 (scroll-calendar-right): Make arg optional (for active mode line).
6666
6667 * calendar/calendar.el (calendar-mode-line-format): Make fields
6668 mouse-sensitive.
6669 (calendar-read-date, calendar-read-date, calendar-window-list):
6670 Unquote lambda.
6671 (calendar-month-name): Use aref, not sref.
6672
6673 * view.el (minor-mode-alist): Propertize the string.
6674
6675 * international/characters.el (standard-case-table): Add entries
6676 for Greek.
6677
6678 2000-09-18 Miles Bader <miles@gnu.org>
6679
6680 * info.el (info-node, info-xref): Add dark-background variants.
6681
6682 * faces.el (header-line): Change defaults to be less confusing
6683 when mixed with mode-lines.
6684
6685 * info.el (Info-fontify-node): Make a few cleanups.
6686 Add extra `help-echo' and `local-map' props to node xrefs.
6687 Use header-specific faces for node-names & xrefs.
6688 (Info-use-header-line): New variable.
6689 (info-header-xref, info-header-node): New faces.
6690 (Info-setup-header-line): New function.
6691 (Info-select-node): Call Info-setup-header-line when enabled.
6692 (Info-extract-pointer): Work even if the header line is hidden.
6693 (Info-header-line): New variable.
6694
6695 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6696
6697 * vms-patch.el (print-region-function): Don't quote lambda.
6698
6699 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6700
6701 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6702 (lm-get-header-re): Allow spaces between the header and the colon.
6703 (lm-header): Allow $ in non-RCS headers.
6704 (lm-header-multiline): Put the strings back into order.
6705 Stop at an empty line. Don't require two space chars if the
6706 line is clearly not another header line.
6707
6708 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6709 (popup-menu-popup): Remove.
6710
6711 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6712
6713 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6714 specification if or if not tool-bar item contains an `:enabled'
6715 property.
6716
6717 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6718 current buffer has no file name.
6719
6720 2000-09-15 Dave Love <fx@gnu.org>
6721
6722 * strokes.el: Sync with maintainer's current version with changes
6723 for Emacs, but avoid runtime cl and levents.
6724 (toplevel): Change autoloads and compilation requires.
6725 (strokes-version, strokes-bug-address, strokes-lift): Values
6726 changed.
6727 (strokes-xpm-header, strokes-insinuated): New variable.
6728 (strokes): Add :link.
6729 (strokes-mode): Customized.
6730 (strokes-while-inhibiting-garbage-collector): New macro.
6731 (strokes-remassoc): Avoid remove-if.
6732 (strokes-fix-button2-command): Don't use ad-do-it.
6733 (strokes-insinuate): New function.
6734 (strokes-button-press-event-p, strokes-button-release-event-p):
6735 New functions, used instead of non-`strokes-' versions..
6736 (strokes-mouse-event-p): Rewritten.
6737 (strokes-event-closest-point): Avoid event-point.
6738 (strokes-get-grid-position): Avoid cdadr, caadr
6739 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6740 functions.
6741 (strokes-help): Use with-output-to-temp-buffer.
6742 (strokes-window-configuration-changed-p): New function.
6743 (strokes-update-window-configuration): Use buffer-live-p,
6744 strokes-window-configuration-changed-p.
6745 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6746 (strokes-char-face): New face.
6747 (strokes-char-table, strokes-base64-chars): New variable.
6748 (strokes-xpm-for-stroke, strokes-list-strokes)
6749 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6750 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6751 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6752 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6753 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6754 functions.
6755
6756 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6757
6758 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6759
6760 * image.el (create-image): Doc fix.
6761
6762 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6763 instead of `:heuristic-mask t'.
6764
6765 2000-09-14 Andrew Innes <andrewi@gnu.org>
6766
6767 * makefile.w32-in: Revert to Unix line endings.
6768
6769 2000-09-14 Andrew Innes <andrewi@gnu.org>
6770
6771 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6772 when installing.
6773
6774 * makefile.nt (DONTCOMPILE): Fix typo.
6775
6776 * shell.el (shell-write-history-on-exit): New function.
6777 (shell-dumb-shell-regexp): New custom variable.
6778 (shell-mode): Make shell-write-history-on-exit the process
6779 sentinel if shell name matches shell-dumb-shell-regexp.
6780
6781 * w32-fns.el: Comment out before-init-hook function which resets
6782 source-directory based; this breaks bootstrap.
6783
6784 2000-09-14 Dave Love <fx@gnu.org>
6785
6786 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6787 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6788 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6789 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6790 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6791 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6792 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6793 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6794 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6795
6796 * toolbar/toolbar.el: New.
6797
6798 * subdirs.el: Add toolbar.
6799
6800 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6801
6802 * indent.el (indent-for-tab-command): Doc fix.
6803
6804 2000-09-14 Alex Schroeder <alex@gnu.org>
6805
6806 * ansi-color.el (ansi-colors): Doc change.
6807 (ansi-color-get-face): Simplified regexp.
6808 (ansi-color-faces-vector): Added more faces, doc change.
6809 (ansi-color-names-vector): Doc change.
6810 (ansi-color-regexp): Simplified regexp.
6811 (ansi-color-parameter-regexp): New regexp.
6812 (ansi-color-filter-apply): Doc change.
6813 (ansi-color-filter-region): Doc change.
6814 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6815 deal with zero length parameters.
6816 (ansi-color-apply-on-region): Doc change.
6817 (ansi-color-map): Doc change.
6818 (ansi-color-map-update): Removed debugging message.
6819 (ansi-color-get-face-1): Added condition-case to trap
6820 args-out-of-range errors.
6821 (ansi-color-get-face): Doc change.
6822 (ansi-color-make-face): Removed.
6823 (ansi-color-for-shell-mode): New option.
6824
6825 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6826
6827 * international/quail.el (quail-start-translation): Translate KEY
6828 if necessary even if it doesn't have any mapping in the current
6829 input method.
6830 (quail-start-conversion): Likewise.
6831 (quail-help): The output message is improved.
6832
6833 2000-09-13 Miles Bader <miles@gnu.org>
6834
6835 * comint.el (comint-output-filter): Revert to using
6836 `insert-before-markers'. Add bletcherous hack to undo damage
6837 caused by `insert-before-markers'. Put `front-sticky' property on
6838 overlays created here so that the field code understands how the
6839 overlay works. Use a let when making comint-last-prompt-overlay,
6840 so that the code is easier to read.
6841
6842 2000-09-13 Dave Love <fx@gnu.org>
6843
6844 * wid-edit.el (widget-default-format-handler): DTRT when
6845 doc-property is a function.
6846
6847 2000-09-12 Francesco Potorti` <pot@gnu.org>
6848
6849 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6850 filed name if it's not there.
6851
6852 2000-09-12 Dave Love <fx@gnu.org>
6853
6854 * simple.el (read-mail-command): Doc fix.
6855 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6856
6857 * vc.el (vc-dired-listing-switches): Fix :version.
6858
6859 * vc-hooks.el: Doc fixes.
6860
6861 * subr.el (add-minor-mode): Use toggle-fun arg.
6862
6863 * speedbar.el: Add :version to several defcustoms.
6864
6865 * imenu.el (imenu--truncate-items, imenu--cleanup)
6866 (imenu--generic-function): Avoid mapcar.
6867 (imenu--replace-spaces): Function removed.
6868 (imenu--completion-buffer): Use subst-char-in-string.
6869 (imenu-add-to-menubar): Use keymap inheritance.
6870
6871 2000-09-12 Miles Bader <miles@gnu.org>
6872
6873 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6874 (diff-mode-map): Bind `diff-test-hunk'.
6875 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6876
6877 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6878
6879 * bytecomp.el (byte-compile-defvar): Undo last change
6880 because it breaks '(make-variable-buffer-local (defvar ...)'
6881 which is used at least in dired.
6882
6883 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6884
6885 * international/quail.el (quail-define-package): Docstring
6886 modified.
6887
6888 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6889
6890 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6891 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6892 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6893 docstring of "chinese-py".
6894
6895 * international/quail.el (quail-translation-docstring): New
6896 variable.
6897 (quail-show-keyboard-layout): Docstring modified.
6898 (quail-select-current): Likewise.
6899 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6900 infinite recursive call.
6901 (quail-help): Check quail-translation-docstring. Format of the
6902 output changed.
6903 (quail-help-insert-keymap-description): Adjusted for the above
6904 change.
6905
6906 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6907
6908 * bytecomp.el (byte-compile-defvar): Only cons onto
6909 current-load-list in top-level forms. Else this leaks a cons cell
6910 every time a defun is called.
6911
6912 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6913
6914 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6915 Now understands non-unified diffs. Some functionality moved into
6916 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6917 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6918 modify anything. Only reposition point in the patched file if the
6919 patch succeeds. Only pop up another window if POPUP is true.
6920 Emit a message describing what happened if successful, and at what
6921 line-offset. Automatically detect reversed hunks and do something
6922 appropriate.
6923 (diff-hunk-text, diff-find-text): New functions.
6924 (diff-filter-lines): Function removed.
6925 (diff-test-hunk): New function.
6926 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6927
6928 2000-09-10 Dave Love <fx@gnu.org>
6929
6930 * textmodes/tildify.el: Minor doc/commentary fixes.
6931 (tildify) <defgroup>: Add :version.
6932
6933 * faces.el (face-x-resources): Make custom type more specific.
6934 (frame-background-mode): Use mapc.
6935 (region) <defcustom>: Add :version.
6936
6937 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6938
6939 * vc-sccs.el (vc-sccs-register):
6940 * vc-rcs.el (vc-rcs-register):
6941 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6942 * vc.el (vc-register): Clear file's properties.
6943
6944 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6945
6946 * faces.el (face-spec-set): Only face-spec-reset-face when
6947 ATTRS is non-nil.
6948
6949 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6950
6951 * help.el (help-insert-xref-button): Fix a typo in doc string.
6952
6953 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6956 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6957 methods.
6958
6959 * menu-bar.el (read-mail-item-name): New function.
6960 (menu-bar-tools-menu): Use it to compute and display the package
6961 used to read email.
6962 (menu-bar-tools-menu): Fix typo in GUD's help string.
6963
6964 2000-09-07 Dave Love <fx@gnu.org>
6965
6966 * diff-mode.el (diff-mouse-goto-source): New function.
6967
6968 * vc-sccs.el: Doc fixes.
6969 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6970
6971 * vc-rcs.el: Doc fixes.
6972 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6973 (vc-rcs-checkout-switches, vc-rcs-header)
6974 (vc-rcs-master-templates): Add or change :version.
6975
6976 * vc-cvs.el: Doc fixes.
6977 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6978 (vc-cvs-stay-local): Add :version.
6979
6980 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6981
6982 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6983
6984 * international/quail.el (quail-help): Fix previous change.
6985
6986 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6987
6988 * faces.el (color-values): Doc fix.
6989
6990 * faces.el (frame-set-background-mode): Use frame-parameter
6991 instead of frame-parameters.
6992
6993 * frame.el (filtered-frame-list): Reduce consing.
6994 (frames-on-display-list): Call frame-parameter instead of
6995 frame-parameters.
6996
6997 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6998
6999 * language/devan-util.el (devanagari-to-indian-region): In the
7000 loop, change the following char, not preceding char.
7001
7002 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7003
7004 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7005 instead of frame-parameters.
7006
7007 * faces.el (set-face-attribute): Simplify by calling
7008 internal-set-lisp-face-attribute with FRAME being 0.
7009
7010 * vc.el: Remove `Id' version control keyword.
7011
7012 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7013
7014 * help.el (help-make-xrefs): Adjusted for the change of
7015 help-xref-mule-regexp.
7016 (help-insert-xref-button): New function.
7017
7018 * international/mule-cmds.el (help-xref-mule-regexp-template):
7019 Include the pattern for character set.
7020 (leim): New group.
7021
7022 * international/quail.el: Don't require face.
7023 (quail): New group.
7024 (quail-other-command): Dummy command to make quail-help work better.
7025 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7026 (quail-keyboard-layout-substitution): New variable.
7027 (quail-update-keyboard-layout): New function.
7028 (quail-keyboard-layout-type): New customizable variable.
7029 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7030 (quail-keyboard-translate): Pay attention to
7031 quail-keyboard-layout-substitution.
7032 (quail-insert-kbd-layout): New function.
7033 (quail-show-keyboard-layout): New function.
7034 (quail-get-translation): If the definition is a vector of length
7035 1, and the element is a string of length 1, return the character
7036 in that string.
7037 (quail-update-current-translations): Fix the case of
7038 relative-index out of range.
7039 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7040 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7041 Show key sequences for all available characters.
7042 (quail-help-insert-keymap-description): Don't show such verbose
7043 key bindings as quail-self-insert-command.
7044
7045 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7046 Format changed, and each element now have extra documentations.
7047 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7048 Adjusted for the change of quail-cxterm-package-ext-info.
7049
7050 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7051
7052 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7053 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7054 during bootstrap.
7055
7056 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7057
7058 * vc.el: (toplevel): Don't require `dired' at run-time.
7059 (vc-dired-resynch-file): Remove autoload cookie.
7060
7061 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7062
7063 * vc.el: Made several backend functions optional.
7064 (vc-default-responsible-p): New function.
7065 (vc-merge): Use RET for first version to trigger merge-news, not
7066 prefix arg.
7067 (vc-annotate): Handle backends that do not support annotation.
7068 (vc-default-merge-news): Removed. The existence of a merge-news
7069 implementation is now checked on caller sites.
7070
7071 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7072 case.
7073
7074 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7075 special case that has been removed from the default in vc-hooks.el.
7076
7077 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7078
7079 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7080
7081 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7082
7083 * vc-hooks.el: Require vc during compilation.
7084 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7085 macro `with-vc-properties' in vc.el.
7086 (vc-file-getprop): Doc fix.
7087 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7088
7089 * vc.el: Require dired-aux during compilation.
7090 (vc-name-assoc-file): Moved to vc-sccs.el.
7091 (with-vc-properties): New macro.
7092 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7093 vc-finish-steal): Use it.
7094 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7095 to the backend-specific function is now supposed to do the checkout,
7096 too.
7097 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7098
7099 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7100 set file properties; that gets done in the generic code now.
7101
7102 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7103 Changed parameter list, added code from vc.el that does the
7104 checkout, possibly with a double-take.
7105
7106 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7107 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7108 the above under the new name.
7109 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7110 parameter list, added checkout command.
7111 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7112 properties; that gets done in the generic code now.
7113
7114 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7115
7116 * vc.el: Docstring fixes (courtesy of checkdoc).
7117
7118 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * vc.el (vc-checkout-writable-buffer-hook)
7121 (vc-checkout-writable-buffer): Remove.
7122 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7123 (vc-log-mode): Make it into a clean derived major mode.
7124 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7125 vc-log-mode if log-edit is not available.
7126 (vc-dired-mode-map): Don't set-keymap-parent yet.
7127 (vc-dired-mode): Do set-keymap-parent here.
7128 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7129
7130 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7131
7132 * faces.el (set-face-attribute, face-spec-reset-face)
7133 (face-spec-set): Avoid consing by removing calls to `apply'.
7134
7135 * frame.el (frame-parameter): Move to C code.
7136
7137 2000-09-05 Dave Love <fx@gnu.org>
7138
7139 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7140 insert-before-markers-and-inherit. Now checked systematically!
7141
7142 2000-09-05 Alex Schroeder <alex@gnu.org>
7143
7144 * sql.el (sql-postgres): Use sql-postgres-options.
7145 (sql-postgres-options): New variable.
7146
7147 2000-09-05 Alex Schroeder <alex@gnu.org>
7148
7149 * sql.el (sql-mode-menu): Work around missing variable mark-active
7150 in XEmacs.
7151 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7152 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7153 compatibility.
7154
7155 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7156
7157 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7158
7159 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7160
7161 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7162
7163 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7164
7165 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7166 don't support anything else under SCCS yet.
7167
7168 * vc-hooks.el: Minor doc fixes.
7169
7170 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7171
7172 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7173 not necessary. If verbose in state `needs-patch', do the same as
7174 under `up-to-date'. When NOT verbose and `needs-patch', check out
7175 latest version instead of `merge-news'.
7176 (vc-next-action-dired): Don't mess with default-directory here; it
7177 breaks other parts of dired. It is the job of the
7178 backend-specific functions to adjust it temporarily if they need it.
7179 (vc-next-action): Remove a special CVS case.
7180 (vc-clear-headers): New optional arg FILE.
7181 (vc-checkin, vc-checkout): Set properties vc-state and
7182 vc-checkout-time properly.
7183 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7184 (vc-print-log): Use new backend function `show-log-entry'.
7185 (vc-cancel-version): Do the checks in a different order. Added a
7186 FIXME concerning RCS-only code.
7187
7188 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7189 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7190
7191 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7192
7193 * vc-hooks.el (vc-default-mode-line-string): Show state
7194 `needs-patch' as a `-' too.
7195
7196 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7197
7198 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7199 (vc-default-could-register): New function.
7200 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7201 (vc-resynch-buffer): Call vc-dired-resynch-file.
7202 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7203 vc-resynch-buffer instead of vc-resynch-window.
7204 (vc-next-action-dired): Don't redisplay here, that gets done as a
7205 result of the individual file operations.
7206 (vc-retrieve-snapshot): Corrected prompt order.
7207
7208 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7209
7210 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7211 as well.
7212 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7213 hostname regexps. Updated all callers.
7214 (vc-cvs-responsible-p): Handle directories as well.
7215 (vc-cvs-could-register): New function.
7216 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7217 properties up-to-date.
7218
7219 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7220 user whether to create one.
7221
7222 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7223
7224 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7225 check out a non-existing file.
7226
7227 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7228 workfile does not exist.
7229
7230 * vc.el (vc-version-diff): Use `require' to check for existence of
7231 diff-mode.
7232
7233 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7234
7235 * vc-cvs.el (vc-cvs-registered): Use new function
7236 vc-cvs-parse-entry to do the actual work.
7237
7238 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7239
7240 * vc-hooks.el (vc-find-backend-function): If function doesn't
7241 exist, return nil instead of error.
7242 (vc-call-backend): Doc fix.
7243
7244 * vc.el (vc-do-command): Doc fix.
7245 (vc-finish-logentry): When checking in from vc-dired, choose the
7246 right backend for logentry check.
7247 (vc-dired-mode-map): Inherit from dired-mode-map.
7248 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7249 simplified.
7250 (vc-dired-state-info): Removed, updated caller.
7251 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7252 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7253 (vc-dired-listing-switches): New variable.
7254 (vc-directory): Use it, instead of dired-listing-switches.
7255
7256 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7257 (vc-cvs-dir-state): New function.
7258 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7259 (vc-cvs-parse-entry): New function, also to be used in
7260 vc-cvs-registered.
7261
7262 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7263
7264 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7265 *or* single-window-frames.
7266
7267 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7268
7269 * vc.el (vc-update-changelog): Split into generic part and default
7270 implementation. Doc string adapted.
7271 (vc-default-update-changelog): New function. Call the `rcs2log'
7272 script in exec-directory, to fix a long-standing nuisance.
7273
7274 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7275 simply signals an error.
7276
7277 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7280 control-flow more clear and to avoid running `cvs' twice.
7281
7282 * vc.el (vc-next-action-on-file): Doc fix.
7283 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7284 (vc-print-log): Eval `file' before constructing the continuation.
7285
7286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7287
7288 * vc.el (vc-next-action-on-file): Corrected several messages.
7289 (vc-merge): Add prefix arg `merge-news'; handle it.
7290
7291 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7292 is not reached. It is.
7293 (vc-cvs-merge): Set state to 'edited after merge.
7294 (vc-cvs-merge-news): Set workfile version to nil if not known.
7295 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7296
7297 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7298 via stdout. (Merge from main line.)
7299
7300 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7301
7302 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7303 detection.
7304
7305 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7306
7307 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7308 against kill-all-local-variables.
7309 (vc-log-edit): Don't save vc-parent-buffer any more.
7310 (vc-last-comment-match): Initialize to an empty string.
7311 (vc-post-command-functions): New hook.
7312 (vc-do-command): Run it.
7313 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7314 (vc-finish-logentry): Only add the comment to the ring if it's
7315 different from the last comment entered.
7316 (vc-new-comment-index): New function.
7317 (vc-previous-comment): Use it. Make the minibuffer message
7318 slightly less terse.
7319 (vc-comment-search-reverse): Make it work forward as well. Don't
7320 set vc-comment-ring-index if no match is found. Use
7321 vc-new-comment-index.
7322 (vc-comment-search-forward): Use vc-comment-search-reverse.
7323 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7324 define-derived-mode will do it for us. Bind `v' to a keymap that
7325 inherits from vc-prefix-map so that we can bind `vt' without
7326 binding C-x v t.
7327 (vc-retrieve-snapshot): Parenthesis typo.
7328
7329 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7330 to 1. Make sure to switch to *vc* before looking for an error
7331 message. Use vc-parse-buffer.
7332
7333 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7334
7335 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7336 and NAME.
7337 (vc-retrieve-snapshot): Split into two parts.
7338 (vc-default-retrieve-snapshot): New function.
7339
7340 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7341 (vc-cvs-retrieve-snapshot): New function (untested).
7342 (vc-cvs-stay-local): Default to t.
7343 (vc-cvs-remote-p): New function and property.
7344 (vc-cvs-state): Stay local only if the above is t.
7345 (vc-handle-cvs): Removed.
7346 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7347 done via vc-handled-backends now.
7348 (vc-cvs-header): Escape Id.
7349
7350 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7351
7352 * vc.el (vc-do-command): Remove unused commands.
7353 (vc-version-diff): Make sure default-directory ends with a slash.
7354 Move the window commands into a vc-exec-after.
7355 (vc-print-log): Move more of the code into the `vc-exec-after'.
7356
7357 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7358
7359 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7360 (vc-print-log): Search current revision from beginning of buffer.
7361 (vc-revert-buffer): Clear echo area after the diff is finished.
7362 (vc-prefix-map): Removed definition of "t" for terse display in vc
7363 dired.
7364 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7365 definition of "vt" for terse display.
7366 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7367
7368 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7369
7370 * vc.el (vc-exec-after): Avoid caddr.
7371
7372 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * vc.el (vc-exec-after): New function.
7375 (vc-do-command): Use it to add a termination message for async
7376 procs.
7377 (vc-checkout): Try to handle a missing-backend situation.
7378 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7379 of a directory with a backend using async diffs.
7380 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7381 present.
7382
7383 * vc-sccs.el (vc-sccs-state-heuristic): Use
7384 file-ownership-preserved-p.
7385
7386 * vc-rcs.el (vc-rcs-state-heuristic): Use
7387 file-ownership-preserved-p.
7388 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7389
7390 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7391
7392 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7393 vc-do-command.
7394
7395 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7396 when there are no changes.
7397
7398 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7399
7400 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7401
7402 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7403
7404 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7405
7406 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7407
7408 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7409 the `fset' outside of the defvar so that it works even if
7410 vc-prefix-map was already defined.
7411 (vc-setup-buffer): New function, split out of vc-do-command.
7412 (vc-do-command): Allow BUFFER to be t to mean `just use the
7413 current buffer without any fuss'.
7414 (vc-version-diff): Change the `diff' backend operation to just put
7415 the diff in the current buffer without erasing it. Always use
7416 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7417 shrink-window-if-larger-than-buffer.
7418 (vc-print-log): Change the `print-log' backend operation to just
7419 put the log in the current buffer without erasing it. Protect
7420 shrink-window-if-larger-than-buffer.
7421 (vc-update-change-log): Fix setd typo.
7422
7423 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7424 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7425
7426 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7427 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7428 CMP.
7429
7430 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7431 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7432 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7433
7434 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7435
7436 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7437 not possible, use vc-BACKEND-workfile-unchanged-p.
7438 (vc-default-workfile-unchanged-p): New function. Delegates to a
7439 full vc-BACKEND-diff.
7440
7441 * vc-hooks.el (vc-simple-command): Removed.
7442
7443 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7444 instead of vc-simple-command.
7445 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7446 avoid doing a diff when opening a file.
7447 (vc-rcs-state): Added check for unlocked-changes.
7448 (vc-rcs-header): Escape Id.
7449 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7450 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7451 version.
7452
7453 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7454 (vc-sccs-diff): Remove optional arg CMP.
7455 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7456 SCCS-specific function.
7457
7458 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7459 vc-simple-command.
7460
7461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7462
7463 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7464 (with-vc-file, vc-merge): Use vc-editable-p.
7465 (vc-do-command): Remove unused var vc-file and fix the
7466 doubly-defined `status' var. Add a user message when starting an
7467 async command.
7468 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7469 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7470 Use with-current-buffer.
7471 (vc-buffer-sync): Use unless.
7472 (vc-next-action-on-file): If the file is 'edited by read-only,
7473 make it read-write instead of trying to commit.
7474 (vc-version-diff, vc-update-change-log): Use `setq
7475 default-directory' rather than `cd'.
7476 (vc-log-edit): Don't forget to set default-directory in the
7477 buffer.
7478
7479 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7480 (vc-sccs-state-heuristic): Use file-writable-p instead of
7481 comparing userids.
7482 (vc-sccs-checkout): Use `unless'.
7483
7484 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7485 of comparing userids.
7486 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7487 Simplify the logic by eliminating unreachable code.
7488 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7489 just do a recursive call if we need to retry.
7490 (vc-rcs-checkout): Handle the case where rcs is missing by making
7491 the buffer read-write if requested and re-signalling the error.
7492
7493 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7494
7495 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7496
7497 * vc-hooks.el (vc-handled-backends): Docstring change.
7498 (vc-ignore-vc-files): Mark obsolete.
7499 (vc-registered): Check vc-ignore-vc-files.
7500 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7501 vc-ignore-vc-files.
7502
7503 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7504
7505 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7506
7507 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7508 files since ange-ftp already has vc-registered return nil.
7509
7510 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7511 (vc-sccs-workfile-version): Use with-temp-buffer and new
7512 vc-parse-buffer and don't bother setting the property.
7513 (vc-sccs-add-triple): Use with-current-buffer and
7514 find-file-noselect.
7515 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7516
7517 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7518 derives from the old vc-parse-buffer but uses the revision number
7519 rather than the date (much easier to compare robustly).
7520 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7521 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7522 locking-user more directly. Check strict locking and set
7523 checkout-model appropriately.
7524 (vc-rcs-parse-locks): Remove.
7525 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7526 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7527 (vc-rcs-system-release): Use with-current-buffer and
7528 vc-parse-buffer.
7529 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7530
7531 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7532 (vc-simple-command): Docstring fix.
7533 (vc-registered): Align the way the file-handler is called with the
7534 way the function itself works.
7535 (vc-file-owner): Remove.
7536
7537 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7538 extraction of fields and call to file-attributes because of a
7539 temporary bug in rcp.el.
7540 (vc-cvs-fetch-status): Use with-current-buffer.
7541
7542 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7543
7544 * vc.el (vc-do-command): Use file-relative-name.
7545 (vc-responsible-backend): Use vc-backend if possible.
7546 (vc-create-snapshot): Improve the `interactive' spec. Add support
7547 for branches and dispatch to backend-specific `create-snapshot'.
7548 (vc-default-create-snapshot): New function, containing the bulk of
7549 the old vc-create-snapshot.
7550 (vc-retrieve-snapshot): Improve the interactive spec.
7551
7552 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7553 (vc-backend-hook-functions): Remove.
7554 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7555 (vc-backend): Reintroduce the test for `file = nil' now that I
7556 know why it was there (and added a comment to better remember).
7557
7558 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7559 code from vc-sccs-hooks.el.
7560 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7561 'vc anymore.
7562 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7563 and file-directory-p instead of file-exists-p.
7564 (vc-sccs-check-headers): Simplify the regexp.
7565
7566 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7567 from vc-rcs-hooks.el. Don't require 'vc anymore.
7568 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7569 file-directory-p instead of file-exists-p.
7570
7571 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7572 from vc-cvs-hooks.el.
7573 (proto vc-cvs-registered): Require 'vc-cvs instead of
7574 'vc-cvs-hooks. Don't require 'vc anymore.
7575 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7576 file-directory-p instead of file-exists-p.
7577 (vc-cvs-create-snapshot): New function, replacing
7578 vc-cvs-assign-name.
7579 (vc-cvs-assign-name): Remove.
7580
7581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7582
7583 * vc-cvs.el (vc-cvs-header): New var.
7584
7585 * vc-rcs.el (vc-rcs-exists): Remove.
7586 (vc-rcs-header): New var.
7587
7588 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7589 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7590 (vc-sccs-header): New var.
7591
7592 * vc.el (vc-do-command): Get rid of the `last' argument.
7593 (vc-header-alist): Remove, replaced by vc-X-header.
7594 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7595 (vc-dired-hook): Use expand-file-name instead of concat.
7596 (vc-directory): Use file-name-as-directory.
7597 (vc-snapshot-precondition, vc-create-snapshot)
7598 (vc-retrieve-snapshot): Allow the command to operate on any
7599 directory.
7600
7601 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7602 just removing the 'WORKFILE argument or by removing the 'MASTER
7603 argument and replacing `file' with (vc-name file).
7604
7605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7606
7607 * vc.el: Update Copyright and add a crude list of backend funs.
7608 (vc-writable-p): New function.
7609 (with-vc-file): Use vc-writable-p.
7610 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7611 (vc-register): Avoid vc-name.
7612 (vc-locking-user): Remove.
7613 (vc-steal-lock): Make the `owner' arg non-optional.
7614 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7615 vc-checkout-model.
7616 (vc-default-dired-state-info): Use vc-state instead of
7617 vc-locking-user and return special strings for special states.
7618 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7619 and get rid of one of the special CVS cases.
7620 (vc-cancel-version): prettify error message with \\[...].
7621 (vc-rename-master): New function.
7622 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7623 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7624 the CVS special case generic.
7625 (vc-default-record-rename): Remove.
7626 (vc-file-tree-walk-internal): Only call FUNC for files that are
7627 under control of some VC backend and replace `concat' with
7628 expand-file-name.
7629 (vc-file-tree-walk): Update docstring.
7630 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7631 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7632
7633 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7634 vc-sccs-record-rename. Use `find-file-noselect' rather than
7635 `find-file' and call `vc-rename-master' to do the actual move.
7636 (vc-sccs-diff): Remove unused `backend' variable.
7637
7638 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7639 to delay loading of vc-sccs until it is really used.
7640 (vc-sccs-master-templates): Preload.
7641 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7642 (vc-sccs-project-dir): Remove (merged into
7643 vc-sccs-search-project-dir).
7644 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7645 rather than `concat', make sure it is preloaded and don't bother
7646 to check that the file actually exists.
7647 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7648 `locks' argument (use buffer's content instead) and eliminate n^2
7649 behavior.
7650
7651 * vc-rcs.el: Update Copyright.
7652 (vc-rcs-rename-file): New function.
7653 (vc-rcs-diff): Remove unused `backend' variable.
7654
7655 * vc-hooks.el: Update Copyright.
7656 (vc-backend): Don't accept a nil argument any more.
7657 (vc-up-to-date-p): Turn into a defsubst.
7658 (vc-possible-master): New function.
7659 (vc-check-master-templates): Use `vc-possible-master' and allow
7660 funs in vc-X-master-templates to return a non-existent file.
7661
7662 * vc-cvs.el: Update Copyright.
7663 (vc-cvs-diff): Remove unused `backend' variable.
7664 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7665
7666 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7667
7668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7669
7670 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7671 since it can be called from vc-rcs.el.
7672 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7673
7674 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7675
7676 * vc.el (vc-version-diff): Expand file name read from the
7677 minibuffer. Handle the case when a previous version number can't
7678 be guessed. Give suitable messages when there were no differences
7679 found.
7680 (vc-clear-headers): Call backend-specific implementation, if one
7681 exists.
7682 (vc-cancel-version): Made error checks generic. When done, clear
7683 headers generically, too.
7684
7685 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7686 from vc-clear-headers in vc.el.
7687
7688 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7689 correctly.
7690 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7691 optional. Handle the case when it's not there.
7692
7693 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7694
7695 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7696
7697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7698
7699 * vc-hooks.el (vc-loadup): Remove.
7700 (vc-find-backend-function): Use `require'. Also, handle the case
7701 where vc-BACKEND-hooks.el doesn't exist.
7702 (vc-call-backend): Cleanup.
7703
7704 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7705
7706 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7707 vc-rcs-grab-templates)
7708 (vc-rcs-registered): Remove. The default function works as well.
7709 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7710 vc-sccs-grab-templates)
7711 (vc-sccs-registered): Remove. The default function works as well.
7712
7713 * vc.el (vc-version-diff): Left out a vc- in call to
7714 vc-call-backend.
7715 (vc-default-dired-state-info, vc-default-record-rename)
7716 (vc-default-merge-news): Update for the new backend argument.
7717
7718 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7719 using the default function.
7720 (vc-call-backend): If calling the default function, pass it the
7721 backend as first argument. Update the docstring accordingly.
7722 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7723 for the new backend argument.
7724 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7725 (vc-find-backend-function): Use the new name.
7726 (vc-default-registered): New function.
7727
7728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * vc.el (vc-merge): Use vc-find-backend-function.
7731
7732 * vc-hooks.el (vc-backend-functions): Remove.
7733 (vc-loadup): Don't setup 'vc-functions.
7734 (vc-find-backend-function): New function.
7735 (vc-call-backend): Use above fun and populate 'vc-functions
7736 lazily.
7737 (vc-backend-defines): Remove.
7738
7739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7740
7741 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7742 Call vc-call-backend without the leading vc-.
7743 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7744 (vc-check-headers): Call vc-call-backend without the leading vc-.
7745 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7746 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7747 Call vc-call-backend without the leading vc-.
7748
7749 * vc-cvs.el (tail): Provide vc-cvs.
7750 * vc-sccs.el (tail): Provide vc-sccs.
7751 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7752
7753 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7754 (vc-make-backend-function, vc-call): Pass names without leading
7755 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7756 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7757 (vc-call-backend): Always try to load vc-X-hooks.
7758 (vc-registered): Remove vc- in call to vc-call-backend.
7759
7760 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * vc.el (vc-process-filter): New function.
7763 (vc-do-command): Setup `vc-process-filter' for the async process.
7764 (vc-maybe-resolve-conflicts): New function to reduce
7765 code-duplication. Additionally, it puts the buffer in
7766 `smerge-mode' if applicable.
7767 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7768 calling `merge-news'.
7769 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7770 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7771 interfacing to log-edit.el.
7772 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7773 log-edit is available.
7774 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7775
7776 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7777
7778 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7779 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7780 defvar and the initialization.
7781 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7782
7783 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7784 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7785
7786 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7787
7788 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7789
7790 * vc.el (vc-file-clear-masterprops): Removed.
7791 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7792 (vc-version-diff): Use buffer-size without argument.
7793 (vc-register): Heed vc-initial-comment.
7794
7795 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7796 default branch.
7797
7798 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7799 file name and workfile version.
7800 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7801
7802 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7803 vc-file-clear-masterprops.
7804
7805 * vc-sccs.el (vc-sccs-checkout): Removed call to
7806 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7807 rather than user login name.
7808
7809
7810 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7811
7812 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7813 `want-differences-if-changed' and simplify.
7814 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7815 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7816 output (which is invalid for async vc-diff) to decide whether to
7817 do the revert silently or not.
7818
7819 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7820
7821 * vc-hooks.el (vc-loadup): Load files quietly.
7822 (vc-call-backend): Oops, brain fart.
7823
7824 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7825
7826 * vc-cvs.el (vc-cvs-state): Typo.
7827 (vc-cvs-merge-news): Return the status code rather than the error msg.
7828
7829 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7830
7831 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7832 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7833 vc-state or vc-up-to-date-p.
7834 (vc-merge): Use vc-backend-defines to check whether merging is
7835 possible. Set state to 'edited after successful merge.
7836
7837 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7838 return that name. Redocumented.
7839
7840 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7841
7842 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7843 new `vc-state' semantics.
7844 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7845 'vc-locking-user to the current user.
7846 (vc-merge): Inline vc-backend-merge. Comment out code that I
7847 don't understand and hence can't adapt to the new `vc-state' and
7848 `vc-locking-user' semantics.
7849 (vc-backend-merge): Remove.
7850
7851 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7852 rather than 'vc-locking-user.
7853
7854 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7855
7856 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7857 (vc-state): Don't use 'reserved any more. Just use the same
7858 convention as the one used for vc-<backend>-state where the
7859 locking user (as a string) is returned.
7860 (vc-locking-user): Update, based on the above convention. The
7861 'vc-locking-user property has disappeared.
7862 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7863
7864 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7865 with a heuristic one.
7866 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7867 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7868 error. That allows us to get to 'needs-merge even in the
7869 stay-local case. There's still no way to detect 'needs-patch in
7870 such a setup (or to force an update for that matter).
7871 (vc-cvs-logentry-check): Remove, the default works as well.
7872
7873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7874
7875 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7876
7877 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7878 major-mode in which the buffer might have been put earlier. Use
7879 `remove' and `when'. Allow `okstatus' to be `async' and use
7880 `start-process' in this case.
7881 (vc-version-diff): Handle the case where the diff looks empty
7882 because of the use of an async process.
7883
7884 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7885
7886 * vc.el (vc-next-action-on-file): Removed optional parameter
7887 `simple'. Recompute state unconditionally.
7888 (vc-default-toggle-read-only): Removed.
7889
7890 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7891 (vc-toggle-read-only): Undid prev change.
7892
7893 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7894 vc-cvs-simple-toggle. Redocumented.
7895 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7896 (vc-cvs-toggle-read-only): Removed.
7897
7898 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7899
7900 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7901 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7902 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7903 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7904 still is. So maybe it should be removed.
7905 (vc-head-version, vc-find-binary): Remove.
7906 (vc-recompute-state): Move from vc-hooks.el.
7907 (vc-next-action-on-file): Add a `simple' argument to allow
7908 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7909 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7910 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7911 (vc-dired-mode-map): Properly defvar it.
7912 (vc-print-log): Call log-view-mode if available.
7913 (small-temporary-file-directory): defvar instead of use boundp.
7914 (vc-merge-news): Moved to vc-cvs.el.
7915 (vc-default-merge-news): New function.
7916
7917 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7918 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7919 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7920 unknown `vc-latest-version' function. It should probably refer to
7921 vc-workfile-version or somesuch, but it's very unclear to me and I
7922 don't have SCCS to test things.
7923
7924 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7925 (vc-sccs-state-heuristic): Fix typo.
7926 (vc-sccs-workfile-unchanged-p): Add missing argument.
7927
7928 * vc-rcs.el: Require vc and vc-rcs-hooks.
7929 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7930 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7931 (vc-release-greater-or-equal-p): Move from vc.
7932 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7933 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7934 (vc-rcs-checkout): Add a missing `new-version' argument in the
7935 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7936
7937 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7938 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7939 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7940 than the apparently unbound `workfile-version'.
7941
7942 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7943 (vc-file-prop-obarray): Use `make-vector'.
7944 (vc-backend-functions): Add new hookable functions
7945 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7946 (vc-loadup): If neither backend nor default functions exist, use
7947 the backend function rather than nil.
7948 (vc-call-backend): If the function if not bound yet, try to load
7949 the non-hook file to see if it provides it.
7950 (vc-call): New macro plus use it wherever possible.
7951 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7952 nor `vc-find-binary' since it's only called from
7953 vc-mistrust-permission which is only used once the backend is known.
7954 (vc-checkout-model): Fix parenthesis.
7955 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7956
7957 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7958 (vc-cvs-release, vc-cvs-system-release): Remove.
7959 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7960 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7961 status symbols.
7962 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7963 (vc-cvs-toggle-read-only): First cut at a function to allow a
7964 cvs-status-free vc-toggle-read-only.
7965 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7966 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7967 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7968 (vc-cvs-checkout): Modify access rights directly if the user
7969 requested not to use `cvs edit'. And refresh the mode line.
7970
7971 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7972 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7973
7974 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7977 workfile' that got lost when the code was extracted from vc.el.
7978 And merged the tail with the rest of the code (not possible in the
7979 old vc.el where the tail was shared among all backends). And
7980 explicitly set the state to 'edited if `writable' is set.
7981
7982 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7983 (vc-cvs-state): Be careful to return the value from
7984 vc-cvs-parse-state.
7985 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7986 property but return it instead. Also be careful to handle a nil
7987 or "" `rev' when workfile is non-nil (it was handled properly when
7988 workfile was nil).
7989
7990 * vc.el: Removed those pesky unnecessary `(function' quotes.
7991 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7992 directly in the defvar.
7993 (vc-do-command): Bind inhibit-read-only so as to properly handle
7994 the case where the destination buffer has been made read-only.
7995 (vc-diff): Delegate to vc-version-diff in all cases.
7996 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7997 (vc-annotate-mode-variables): Removed (code moved partly to
7998 defvars and partly to vc-annotate-add-menu).
7999 (vc-annotate-mode): Turned into a derived-mode.
8000 (vc-annotate-add-menu): Moved in code in
8001 vc-annotate-mode-variables.
8002 (vc-update-change-log): Use make-temp-file if available.
8003
8004 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8005
8006 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8007 `vc-checkout-model' updated to `vc-cvs-update-model'.
8008
8009 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8010
8011 * vc.el (vc-next-action-on-file): Added handling of state
8012 `unlocked-changes'.
8013 (vc-checkout-carefully): Is now practically obsolete, unless the
8014 above is too slow to be enabled unconditionally.
8015 (vc-update-change-log): Fixed typo.
8016
8017 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8018
8019 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8020 Now handles state `unlocked-changes'.
8021 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8022
8023 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8024
8025 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8026 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8027 `unlocked-changes'.
8028 (vc-rcs-workfile-unchanged-p): Renamed from
8029 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8030 function yet, but supposed to become one soon.
8031
8032 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8033 `vc-steal-lock'.
8034 (vc-call-backend): Changed error message.
8035 (vc-state): Added description of state `unlocked-changes'.
8036
8037 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8038
8039 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8040 always return t in CVS-controlled directories.
8041
8042 * vc.el (vc-responsible-backend): New function.
8043 (vc-register): Largely rewritten.
8044 (vc-admin): Removed (implementation moved into vc-register).
8045 (vc-checkin): Redocumented.
8046 (vc-finish-logentry): If no backend defined yet (because we are in
8047 the process of registering), use the responsible backend.
8048
8049 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8050 Updated function lists.
8051 (vc-call-backend): Fixed typo.
8052
8053 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8054 New functions.
8055 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8056 Removed query option. Redocumented.
8057
8058 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8059
8060 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8061
8062 * vc.el: Updated callers of `vc-checkout-required' to use
8063 `vc-checkout-model'.
8064
8065 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8066
8067 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8068 stuff updated to reference this function instead of the old
8069 `vc-backend-release-p'.
8070
8071 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8072
8073 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8074 vc-checkout-model. Return appropriate values. Updated callers.
8075
8076 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8077
8078 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8079 (vc-backend-revert): Function moved into `vc-revert';
8080 `vc-next-action' must be updated to accomodate this change.
8081 (vc-backend-steal): Function moved into `vc-finish-steal'.
8082 (vc-backend-logentry-check): Function moved into
8083 `vc-finish-logentry'.
8084 (vc-backend-printlog): Function moved into `vc-print-log'.
8085 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8086 (vc-backend-assign-name): Function moved into
8087 `vc-create-snapshot'.
8088
8089 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8090
8091 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8092 Rename to vc-checkout-model. Return appropriate values.
8093 Update callers.
8094
8095 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8096 to vc-checkout-model.
8097 (vc-checkout-required): Rename to vc-checkout-model.
8098 Re-implement and re-comment.
8099 (vc-after-save): Use vc-checkout-model.
8100
8101 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8102
8103 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8104 Update to use the vc-BACKEND-diff functions instead.
8105 `vc-diff' is now working.
8106
8107 * vc-rcs.el (vc-rcs-logentry-check): New function.
8108
8109 * vc-cvs.el (vc-cvs-logentry-check): New function.
8110
8111 * vc-sccs.el (vc-sccs-diff): Function changed name from
8112 `vc-backend-diff'. This makes `vc-diff' work.
8113
8114 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8115 of functions possibly implemented in a vc-BACKEND library.
8116 (vc-checkout-required): Fix bug that caused an error to be
8117 signaled during `vc-after-save'.
8118
8119 * vc.el: Fix typo.
8120 This checkin is made with our new VC code base for the very first time.
8121 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8122
8123 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8124 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8125
8126 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8127 updated to `vc-uses-locking'.
8128 (vc-checkout-required): Call to backend function.
8129 `vc-checkout-required' updated to `vc-uses-locking' instead.
8130
8131 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8132 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8133
8134 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8135 to match the split into various backends.
8136 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8137 (vc-retrieve-snapshot): Bug fix.
8138
8139 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8140
8141 * vc-sccs.el (vc-sccs-release): Doc fix.
8142
8143 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8144
8145 * vc.el (vc-next-action-on-file): Bug found and fixed.
8146 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8147 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8148
8149 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8150 (vc-rcs-checkout): Name space cleaned up. No more revision number
8151 crunching function names that are not prefixed with vc-rcs.
8152 (vc-rcs-checkout-model): Function added. References to
8153 `vc-checkout-model' replaced.
8154
8155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8156
8157 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8158 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8159 still need to be split, and implemented for RCS).
8160
8161 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8162
8163 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8164
8165 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8166 required by the vc.el file.
8167
8168 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8169 required by the vc.el file.
8170 (vc-rcs-exists): Function added.
8171
8172 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8173 required by the vc.el file.
8174
8175 * vc.el (vc-admin): Updated to handle selection of appropriate
8176 backend. Current implementation is crufty and need re-thinking.
8177
8178 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8179
8180 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8181
8182 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8183 beginning of annotate buffers correctly.
8184
8185 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8186 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8187 functionality updated quite a lot to support multiple backends.
8188 Variables `vc-annotate-mode', `vc-annotate-buffers',
8189 `vc-annotate-backend' added.
8190
8191 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8192 `vc-annotate-difference' added to supported backend functions.
8193
8194 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8195
8196 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8197 Use with-temp-file instead of /bin/sh. Merged from mainline
8198
8199 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8200
8201 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8202
8203 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8204
8205 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8206
8207 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8208
8209 * vc-hooks.el: vc-state-heuristic added to
8210 vc-backend-hook-functions.
8211
8212 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8213
8214 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8215
8216 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8217 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8218 state to `reserved'.
8219
8220 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8221 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8222
8223 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8224
8225 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8226 untouched.
8227
8228 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8229
8230 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8231 if defined. (Merged from main line, slightly adapted.)
8232
8233 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8234 millenium problem (merged from mainline).
8235
8236 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8237
8238 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8239 part and moved the non-BACKEND stuff to vc.el.
8240
8241 * vc.el: Split the annotate feature into a BACKEND specific part
8242 and moved it from the vc-cvs.el file to this one.
8243
8244 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8245
8246 * vc-hooks.el: Implement new state model.
8247 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8248 (vc-locking-user): Simplify. Now only needed if the file is
8249 locked by somebody else.
8250 (vc-lock-from-permissions): Remove. Functionality is in
8251 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8252 (vc-mode-line-string): New name for former vc-status. Adapted.
8253 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8254
8255 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8256 Various simplifications and adaptations all over the place.
8257
8258 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8259 Simplify and adapt the rest.
8260
8261 * vc.el (vc-resynch-window): Add TODO comment: check for
8262 interaction with view mode according to recent RCS change.
8263 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8264
8265 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8266
8267 * vc.el: Convert the remaining function comments to docstrings.
8268
8269 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8270
8271 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8272 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8273 (vc-minor-part, vc-previous-version): Functions that operate and
8274 compare revision numbers got proper documentation. Comments added
8275 about their possible removal.
8276
8277 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8278
8279 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8280 the vc-backend.el files.
8281
8282 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8283
8284 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8285 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8286 (vc-rcs-previous-version): Functions added.
8287
8288 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8289
8290 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8291
8292 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8293
8294 * vc-hooks.el (vc-master-templates): Is really obsolete.
8295 Comment out the definition for now. What is the right procedure
8296 to get rid of it?
8297 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8298 rewritten.
8299 (vc-default-registered): Remove.
8300 (vc-check-master-templates): New function; does mostly what the
8301 above did before.
8302 (vc-locking-user): Don't rely on the backend to set the property.
8303
8304 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8305 Rewrite documentation.
8306 (vc-rcs-templates-grabbed): New variable.
8307 (vc-rcs-grab-templates): New function.
8308 (vc-rcs-registered): Rewrite to use above mechanism.
8309
8310 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8311 Rewrite documentation.
8312 (vc-sccs-templates-grabbed): New variable.
8313 (vc-sccs-grab-templates): New function.
8314 (vc-sccs-registered): Rewrite to use above mechanism.
8315 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8316 Don't throw the result, simply return it.
8317
8318 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8319 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8320 (vc-cvs-registered): Does the check itself now. Simplify.
8321
8322 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8323 from main line.
8324
8325 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8326
8327 * vc-cvs.el (vc-cvs-diff): New function.
8328
8329 * vc-sccs.el (vc-sccs-diff): New function.
8330
8331 * vc-rcs.el (vc-rcs-diff): New function.
8332 (vc-rcs-checkout): Bug (typo) found and fixed.
8333 (vc-rcs-register-switches): New variable.
8334
8335 * vc.el (vc-backend-diff): Function removed and placed in the
8336 backend files.
8337
8338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8339
8340 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8341
8342 * vc.el (vc-backend-checkout): Function removed and replaced in
8343 the vc-backend.el files.
8344
8345 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8346
8347 * vc.el (vc-backend-admin): Removed and replaced in the
8348 vc-backend.el files.
8349
8350 * vc.el (Martin): Removed all the annotate functionality since it
8351 is CVS backend specific.
8352
8353 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8354
8355 * spec.txt: Added specification of vc-state.
8356
8357 * vc-sccs-hooks.el (vc-sccs-master-properties):
8358 Remove handling of vc-latest-version and
8359 vc-your-latest-version. What used to be vc-latest-version, is now
8360 returned as vc-workfile-version.
8361 (vc-sccs-workfile-version): Adapt.
8362
8363 2000-09-04 Dave Love <fx@gnu.org>
8364
8365 * vc.el: [Merged from mainline.]
8366 (vc-dired-mode): Make the dired-move-to-filename-regexp
8367 regexp match the date, to avoid treating date as file size.
8368 Add YYYY S option to WESTERN/
8369
8370 2000-09-04 Dave Love <fx@gnu.org>
8371
8372 * vc.el: Require `compile' when compiling.
8373 (vc-logentry-check-hook): New option.
8374 (vc-steal-lock): Use compose-mail.
8375 (vc-dired-mode-map): Defvar when compiling.
8376 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8377 vc-sccs.el and renamed. Callers changed.
8378 (vc-backend-checkout, vc-backend-logentry-check)
8379 (vc-backend-merge-news): Doc fix.
8380 (vc-default-logentry-check): New function.
8381 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8382 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8383 (vc-backend-merge): Doc fix. Use backend functions.
8384 (vc-check-headers): Use backend functions.
8385
8386 * vc-cvs.el: Require vc when compiling.
8387 (vc-cvs-register-switches): Doc fix.
8388 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8389 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8390 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8391 New functions (code from vc.el).
8392 (vc-annotate-display-default): Fix interactive spec.
8393 (vc-annotate-time-span): Doc fix.
8394
8395 * vc-rcs.el: Require vc when compiling.
8396 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8397 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8398 (vc-rcs-checkin): New functions (code from vc.el).
8399 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8400 Doc fix.
8401 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8402
8403 * vc-sccs.el: Require vc when compiling.
8404 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8405 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8406 (vc-sccs-revert)
8407 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8408 from vc.el).
8409 (vc-sccs-add-triple, vc-sccs-record-rename)
8410 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8411 (vc-sccs-admin): Doc fix.
8412
8413 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8414
8415 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8416 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8417 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8418 from vc.el.
8419
8420 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8421
8422 * vc-cvs.el: Moved the annotate functionality from vc.el.
8423 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8424
8425 2000-09-04 Dave Love <fx@gnu.org>
8426
8427 * vc.el (vc-backend-release): Call vc-system-release.
8428
8429 * vc-sccs.el (vc-sccs-system-release):
8430 Renamed from vc-sccs-backend-release.
8431
8432 * vc-rcs.el (vc-rcs-system-release):
8433 Renamed from vc-rcs-backend-release.
8434
8435 * vc-cvs.el (vc-cvs-system-release):
8436 Renamed from vc-cvs-backend-release.
8437
8438 2000-09-04 Dave Love <fx@gnu.org>
8439
8440 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8441 backend files.
8442 (vc-backend-release): Dispatch to backend functions.
8443 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8444 probably needs attention.]
8445
8446 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8447 (vc-sccs-backend-release): New function.
8448
8449 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8450 (vc-cvs-backend-release): New function.
8451
8452 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8453 Doc fix.
8454 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8455 (vc-default-dired-state-info): New function.
8456 (vc-dired-state-info): Dispatch to backends.
8457 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8458
8459 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8460 from vc.el and renamed.
8461
8462 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8463
8464 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8465 (vc-version-other-window, vc-backend-assign-name): Removed
8466 references to vc-latest-version; sometimes changed into
8467 vc-workfile-version.
8468
8469 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8470 vc-rcs-master-workfile-version.
8471 (vc-rcs-workfile-version): Use the above. Don't call
8472 vc-latest-version (that was unreachable code, anyway).
8473 (vc-rcs-fetch-master-properties): Doc fix.
8474
8475 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8476 (vc-backend-hook-functions): Removed them from this list, too.
8477 (vc-fetch-properties): Removed.
8478 (vc-workfile-version): Doc fix.
8479
8480 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8481 (vc-rcs-workfile-version, vc-rcs-locking-user)
8482 (vc-rcs-uses-locking): Use it.
8483
8484 * vc-hooks.el (vc-consult-rcs-headers):
8485 Moved into vc-rcs-hooks.el, under the name
8486 vc-rcs-consult-headers.
8487
8488 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8489 headers.
8490 (vc-cvs-find-master): Use this name only; correct different
8491 versions of the name.
8492
8493 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8494 New functions.
8495 (vc-sccs-locking-user): Use the latter.
8496
8497 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8498 New functions.
8499
8500 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8501 Moved into both
8502 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8503 functions are implementation details of those two backends.
8504
8505 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8506
8507 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8508 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8509
8510 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8511 (vc-sccs-parse-locks): SCCS-specific code moved here from
8512 vc-hooks.
8513
8514 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8515 code moved here from vc-hooks.
8516
8517 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8518 into back-end specific parts and removed. Callers not updated
8519 yet; because I guess these callers will disappear into back-end
8520 specific files anyway.
8521
8522 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8523
8524 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8525 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8526 `vc-uses-locking'.
8527
8528 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8529 Store yes/no in the property, and return t/nil. Updated all
8530 callers.
8531
8532 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8533 vc-sccs-uses-locking. Don't set property.
8534 (vc-sccs-locking-user): Don't set property.
8535
8536 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8537 vc-cvs-uses-locking. Don't set property here; leave that to
8538 vc-hooks.
8539 (vc-cvs-locking-user): Reflect above change. Streamlined.
8540
8541 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8542 vc-rcs-uses-locking.
8543 (vc-rcs-locking-user): Reflect above change.
8544
8545 2000-09-04 Dave Love <fx@gnu.org>
8546
8547 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8548
8549 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8550
8551 * vc-hooks.el (vc-checkout-model): Punt to backends.
8552
8553 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8554
8555 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8556
8557 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8558 New functions.
8559
8560 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8561 New functions.
8562
8563 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8564 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8565
8566 * vc-hooks.el (vc-default-locking-user): New function.
8567 (vc-locking-user, vc-workfile-version): Punt to backends.
8568
8569 2000-09-04 Dave Love <fx@gnu.org>
8570
8571 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8572 (vc-master-workfile-version): Moved from vc-hooks.
8573
8574 * vc-rcs-hooks.el: Fix duplicate code in last change.
8575
8576 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8577 (vc-rcs-master-templates): Improve :type.
8578 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8579 vc-master-workfile-version): Moved from vc-hooks.
8580
8581 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8582 (vc-sccs-master-templates): Improve :type.
8583 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8584
8585 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8586
8587 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8588 (vc-cvs-master-templates): Improve :type. Use
8589 vc-cvs-find-cvs-master.
8590 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8591 from vc-hooks.
8592 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8593
8594 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8595 Moved to vc-cvs-hooks.
8596
8597 * vc-hooks.el: Add doc strings in various places. Simplify the
8598 minor mode setup.
8599 (vc-handled-backends): New user variable.
8600 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8601 simplification.
8602
8603 2000-09-04 Dave Love <fx@gnu.org>
8604
8605 * vc.el: Some doc fixes for autoloaded and interactive functions.
8606 Fix compilation warnings from ediff stuff.
8607 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8608
8609 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8610
8611 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8612
8613 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8614
8615 2000-09-04 Dave Love <fx@gnu.org>
8616
8617 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8618 New variable.
8619 (vc-make-backend-function, vc-loadup, vc-call-backend)
8620 (vc-backend-defines): New functions.
8621
8622 * vc-hooks.el: Various doc fixes.
8623 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8624 (vc-match-substring): Function removed. Callers changed to use
8625 match-string.
8626 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8627 Simplify.
8628
8629 2000-09-04 Dave Love <fx@gnu.org>
8630
8631 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8632 type.
8633 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8634 (vc-sccs-registered): Doc fix.
8635
8636 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8637 (vc-cvs-registered): Doc fix.
8638
8639 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8640 (vc-rcs-registered): Doc fix.
8641
8642 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8643
8644 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8645
8646 * vc-hooks.el: vc-registered has been renamed
8647 vc-default-registered. Some functions have been moved to the
8648 backend specific files. they all support the
8649 vc-BACKEND-registered functions.
8650
8651 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8652
8653 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8654
8655 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8656
8657 2000-09-04 Dave Love <fx@gnu.org>
8658
8659 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8660 menu-bar-update-hook.
8661
8662 * help.el (help-manyarg-func-alist): Add
8663 find-operation-coding-system.
8664
8665 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8666
8667 * custom.el (custom-set-variables): Print message about errors in
8668 setting.
8669
8670 2000-09-03 Andrew Innes <andrewi@gnu.org>
8671
8672 * makefile.w32-in: Change to DOS line endings.
8673
8674 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8677 minor-mode keymaps, if they don't have one.
8678
8679 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8680
8681 * eshell/esh-module.el (eval-when-compile): Don't lose if
8682 esh-module.el's file name is truncated to DOS 8+3 limits.
8683
8684 2000-09-01 John Wiegley <johnw@gnu.org>
8685
8686 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8687 predicate, which caused entries in the completion list to be
8688 doubled.
8689
8690 2000-08-30 John Wiegley <johnw@gnu.org>
8691
8692 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8693 sending to subprocesses. Also, hook pre-command-hook if
8694 `eshell-send-direct-to-subprocesses' is non-nil.
8695 (eshell-send-direct-to-subprocesses): New config variable. If t,
8696 subprocess input is send immediately.
8697 (eshell-toggle-direct-send): New function.
8698 (eshell-self-insert-command): New function.
8699 (eshell-intercept-commands): New function.
8700 (eshell-send-input): If direct subprocess sending is enabled,
8701 don't echo any input to the Eshell buffer. Let the subprocess
8702 handle that. This requires "stty echo" in bash, for example.
8703
8704 2000-08-28 John Wiegley <johnw@gnu.org>
8705
8706 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8707 completion function for Eshell's implementation of `unset'.
8708
8709 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8710
8711 * info.el (Info-directory-list): Doc fix.
8712
8713 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8714
8715 * filecache.el (file-cache-add-directory-using-find): Don't quote
8716 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8717
8718 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8719
8720 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8721 coding systems.
8722
8723 2000-08-30 Andrew Innes <andrewi@gnu.org>
8724
8725 * timer.el (run-with-idle-timer): Undo last change, so that timer
8726 is not activated immediately if Emacs is already idle. Some
8727 existing code relies on this behaviour.
8728
8729 2000-08-30 Miles Bader <miles@gnu.org>
8730
8731 * frame.el (set-frame-font): Do completion of font-name for
8732 interactive use.
8733
8734 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8735
8736 * international/quail.el (quail-start-translation): Bind locally
8737 last-command-event, last-command, and this-command.
8738 (quail-start-conversion): Likewise.
8739 (quail-self-insert-command): Fix docstring.
8740
8741 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8742
8743 * progmodes/executable.el
8744 (executable-make-buffer-file-executable-if-script-p): Check that
8745 buffer contains at least 2 characters.
8746
8747 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8748
8749 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8750
8751 2000-08-29 Dave Love <fx@gnu.org>
8752
8753 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8754 (diff-mode-shared-map): Bind mouse-2.
8755 (diff-imenu-generic-expression): New variable.
8756 (diff-mode): Use it.
8757
8758 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8759 (mouse-popup-menubar): Add minor mode menus.
8760 (popup-menu): Check for lookup-key returning number.
8761
8762 2000-08-29 Miles Bader <miles@gnu.org>
8763
8764 * comint.el (comint-send-input): Create overlays using the proper
8765 front/read-advance arguments.
8766
8767 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8768
8769 * ps-print.el: Even/odd pages printing. Doc fix.
8770 (ps-print-version): New version number (6.0).
8771 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8772 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8773 (ps-print-duplex-feature): Variable eliminated.
8774 (ps-even-or-odd-pages): New variable.
8775
8776 * progmodes/ebnf2ps.el: Doc fix.
8777 (ebnf-version): New version (3.3).
8778 (ebnf-user-arrow): Change variable customization to sexp.
8779 (ebnf-user-arrow): Function eliminated.
8780 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8781
8782 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8783
8784 * help.el (help-xref-mule-regexp): New variable.
8785 (help-make-xrefs): Handle help-xref-mule-regexp.
8786
8787 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8788 variable.
8789 (describe-input-method): Temporarily activate the specfied input
8790 method to display the information.
8791 (describe-language-environment): Hyperlinks to mule related items.
8792
8793 * international/mule-diag.el (charset-multibyte-form-string): New
8794 function.
8795 (list-character-sets-1): Use charset-multibyte-form-string.
8796 (describe-character-set): New function.
8797 (describe-coding-system): Hyperlinks to safe character sets.
8798
8799 * international/quail.el (quail-help): New arg PACKAGE.
8800 Hyperlinks to mule related items.
8801 (quail-help-insert-keymap-description): Use
8802 substitute-command-keys instead of describe-bindings.
8803 (quail-translation-help): Hyperlinks to mule related items.
8804
8805 2000-08-28 John Wiegley <johnw@gnu.org>
8806
8807 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8808 have a defsubst call itself. Made `eshell-flatten-list' back into
8809 a function again.
8810
8811 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8812 catch, in case re-centering point at bottom messes up the display.
8813 This happens frequently in Emacs 21, due I believe to variable
8814 line heights.
8815
8816 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8817 to call `find-tag-interactive'.
8818
8819 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8820 the list of remember directories.
8821
8822 2000-08-28 John Wiegley <johnw@gnu.org>
8823
8824 * align.el: Test align-region-separate to see if it's a symbol.
8825
8826 2000-08-28 John Wiegley <johnw@gnu.org>
8827
8828 * eshell/esh-util.el (eshell-flatten-list): Made this function
8829 into a defsubst form. It gets used very frequently, although
8830 calls don't occur all that often.
8831
8832 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8833 examining it.
8834
8835 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8836 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8837 `eshell-protect'.
8838 (eshell-copy-handles): Created a new macro for duplicating the
8839 current set of open handles. This is needed by the looping
8840 functions.
8841 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8842 is not incorrectly stomped on.
8843
8844 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8845 declaration for pcomplete-use-paring.
8846 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8847 value of eshell-cmpl-use-paring.
8848 * pcomplete.el (pcomplete-use-paring): New config variable, to
8849 indicate whether paring should be used.
8850 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8851 completion alternatives that have already been used.
8852
8853 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8854 bound to C-c C-y, which will repeat the previous N arguments
8855 (based on prefix argument).
8856 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8857
8858 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8859 if there is no *Help* buffer. This is for XEmacs, which renames
8860 its help buffers uniquely. TODO: Find out what the current buffer
8861 name to delete is.
8862
8863 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8864 first entry that correlates to a passwd/group number. Later
8865 entries (used for group/user name aliasing to multiple IDs) are
8866 ignored.
8867
8868 * eshell/em-xtra.el (eshell/expr):
8869 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8870 (eshell-grep, eshell/diff, eshell/locate):
8871 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8872 argument list, before passing it to the system command.
8873
8874 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8875 `find-tag' for use at final position in Eshell buffers (which
8876 otherwise triggers an error on Emacs 21).
8877 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8878 buffer, if it is currently bound to `find-tag'.
8879
8880 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8881 in the list of matched Makefile names.
8882 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8883 directory, prefer its contents to Makefile.
8884
8885 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8886 directory parts (like "cd old new", or "cd =regexp"), are now case
8887 sensitive on non-Windows/DOS platforms.
8888
8889 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8890 types RET after an open delimiter (like "), display a message
8891 indicating that Eshell is waiting for the closing delimiter.
8892
8893 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8894 environment variables.
8895
8896 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8897 gracefully if the user enters incorrect arguments.
8898
8899 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8900 Eshell buffers.
8901
8902 * eshell/esh-var.el (eshell-interpolate-variable):
8903 * eshell/esh-mode.el (eshell-move-argument):
8904 * eshell/em-unix.el (eshell-du-sum-directory):
8905 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8906 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8907 (not (= ...)).
8908
8909 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8910 to ensure the `preserve' flag gets propagated when doing recursive
8911 directory copies.
8912
8913 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8914
8915 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8916 Don't convert \n into \0177 in memory.
8917 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8918 and back again, when reading and writing.
8919
8920 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8921
8922 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8923 testing of `fboundp' on `processp'.
8924
8925 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8926 (eshell/jobs): Don't call process-list if it is not bound.
8927 (eshell-gather-process-output): Support systems where async
8928 subprocesses aren't supported.
8929 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8930 variables.
8931
8932 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8933 eshell-do-eval returns t.
8934 (eshell-do-pipelines-synchronously): New defmacro.
8935 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8936 when async subprocesses aren't supported.
8937 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8938 if async subprocesses aren't supported.
8939 (eshell-resume-command): Don't assume STATUS is a string.
8940
8941 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8942
8943 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8944 (eshell-close-target, eshell-get-target): Use eshell-processp.
8945 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8946 fix.
8947 (eshell-get-target, eshell-create-handles): Doc fix.
8948
8949 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8950
8951 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8952 criterion to include commands that output something, as long as it
8953 leaves both the command and the end-of-buffer visible when the
8954 command has exited.
8955 (eshell-review-quick-commands): Adjust the help doc string
8956 accordingly.
8957
8958 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8959
8960 * locate.el (locate): Cleaned up locate command's interactive prompting
8961 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8962
8963 * filecache.el (file-cache-case-fold-search): New variable
8964 (file-cache-assoc-function): New variable
8965 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8966 Use file-cache-case-fold-search variable
8967 (file-cache-add-file): Use file-cache-assoc-function
8968 (file-cache-delete-file): likewise
8969 (file-cache-directory-name): likewise
8970 (file-cache-debug-read-from-minibuffer): likewise
8971
8972 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8973
8974 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8975 (abbrev-table-name): New function.
8976 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8977 If non-nil list local abbrev, only.
8978
8979 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8980
8981 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8982 from Gnus support code, and use special article copy buffer
8983 `(gnus-original-article-buffer)' instead. This allows to get rid
8984 of article-hide-headers usage (which breaks in the latest Gnus
8985 version). Thanks to Detlev Zundel.
8986
8987 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8988
8989 * international/quail.el (quail-use-package): Hide "... loaded"
8990 message.
8991 (quail-start-translation, quail-start-conversion): Likewise.
8992
8993 * international/kkc.el (kkc-region): Hide "... loaded" message.
8994
8995 2000-08-27 Dave Love <fx@gnu.org>
8996
8997 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8998
8999 2000-08-27 Miles Bader <miles@gnu.org>
9000
9001 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9002
9003 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9004
9005 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9006 'ja-dic-cnv), not (require 'skkdic-cnv).
9007
9008 2000-08-26 Miles Bader <miles@gnu.org>
9009
9010 * faces.el (face-x-resources): Add entry for :inherit.
9011 * cus-face.el (custom-face-attributes): Add support for :inherit
9012 attribute. Add support for relative face heights.
9013 (custom-face-attributes-get): Treat `nil' as being a default value
9014 for :inherit (as well as `unspecified').
9015
9016 * faces.el (set-face-attribute): Update doc string.
9017 (face-attribute-name-alist): Add :inherit.
9018 (face-valid-attribute-values): Handle :inherit.
9019 (face-read-string): Rephrase prompt to be less confusing.
9020 Assume that DEFAULT is a string, since we must return a string.
9021 (face-read-integer): Use `format' to turn DEFAULT into an
9022 acceptable default for face-read-string. Match NEW-VALUE against
9023 the string "unspecified", not the symbol `unspecified', since
9024 that's what face-read-string returns.
9025 (read-face-attribute): Lookup a name for old-value in valid, and
9026 use it as a default if we find one. Treat all values from
9027 face-read-string as strings. If the default is used, don't do any
9028 more processing on the value, just use the old value directly.
9029 (read-face-and-attribute, modify-face): Tweak prompt.
9030 (read-face-name): Don't assume prompt ends with a space.
9031
9032 * faces.el (describe-face): Add support for :inherit attribute.
9033
9034 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9035
9036 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9037 concat doesn't accept interger.
9038
9039 * international/kkc.el: Remove SKK from Keywords. Require
9040 ja-dic-utl instead of skkdic-utl.
9041
9042 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9043 Provide ja-dic-cnv instead of skkdic-cnv.
9044 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9045 (iso-2022-7bit-short): Add safe-charsets property.
9046 (skkdic-convert-postfix): Search Japanese chou-on character in
9047 addition to Hiragana character.
9048 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9049 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9050 (batch-skkdic-convert): Likewise.
9051
9052 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9053 Provide ja-dic-utl instead of skkdic-utl.
9054 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9055
9056 2000-08-24 Dave Love <fx@gnu.org>
9057
9058 * disp-table.el (standard-display-default): Make the test of `l'
9059 useful.
9060
9061 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9062 mod sample text.
9063
9064 * international/iso-ascii.el: Make pilcrow convenient string
9065 consistent with section.
9066 (iso-ascii-display): Set up multibyte characters as well as
9067 unibyte.
9068
9069 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9070
9071 * international/mule-cmds.el (reset-language-environment): Set
9072 default-process-coding-system to '(undecided . iso-latin-1), which
9073 makes process I/O almost consistent with file I/O. Call this
9074 function when mule-cmds.el[c] is loaded.
9075
9076 2000-08-22 Andrew Innes <andrewi@gnu.org>
9077
9078 * makefile.w32-in: New file.
9079
9080 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9081
9082 * comint.el (comint-output-filter): Compare end of
9083 comint-last-output-overlay with the start of the newly inserted
9084 text, not the end, when deciding whether to extend it.
9085 Set saved-point's insertion type to advance after insertion.
9086
9087 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9088 since this is now done independently of font-lock mode.
9089
9090 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9091
9092 * server.el (server-kill-new-buffers): New user option.
9093 (server-existing-buffer): New buffer-local variable.
9094 (server-visit-files): When using an existing buffer, set
9095 server-existing-buffer to t.
9096 (server-buffer-done): If server-kill-new-buffers is t, kill the
9097 buffer, unless it was already present before visiting it with
9098 Emacs server.
9099
9100 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9101
9102 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9103 even if the display doesn't support colors: some displays will
9104 support bold/underline faces.
9105
9106 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9107
9108 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9109
9110 * startup.el (command-line): If user's init file had an error,
9111 add explanatory text to *Messages*.
9112
9113 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9114
9115 * man.el (Man-getpage-in-background): Decode the process output by
9116 the system locale coding system.
9117
9118 2000-08-20 Dave Love <fx@gnu.org>
9119
9120 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9121 Don't test x-popup-menu.
9122 (function) <complete-function>: Complete only fbound symbols.
9123 <validate, value>: New.
9124 (variable) <complete-function>: Complete only bound symbols.
9125 (coding-system): Add :base-only, :complete-function, :validate,
9126 :value, :prompt-match.
9127 (widget-coding-system-prompt-value): Use read-coding-system and
9128 act on :base-only.
9129 (editable-field): Add :help-echo.
9130 (widget-push-button-gui, widget-push-button-cache)
9131 (widget-gui-action, widget-editable-list-gui): COmment out, along
9132 with uses.
9133 (widget-at): Make arg optional.
9134 (widget-echo-help): Adjust for current help-echo calling sequence.
9135 (widget-specify-field, widget-specify-button)
9136 (widget-specify-insert, widget-get-sibling, widget-image-find)
9137 (widget-convert, widget-insert, widget-leave-text)
9138 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9139 (widget-setup, widget-field-find, widget-before-change)
9140 (widget-after-change, widget-default-complete)
9141 (widget-default-create, widget-default-delete)
9142 (widget-push-button-value-create, editable-field)
9143 (widget-field-prompt-value, widget-field-validate)
9144 (widget-choice-value-create, widget-choice-action)
9145 (widget-choice-validate, widget-checklist-add-item)
9146 (widget-radio-add-item, widget-radio-chosen)
9147 (widget-radio-value-inline, widget-editable-list-value-create)
9148 (widget-editable-list-entry-create)
9149 (widget-documentation-link-add)
9150 (widget-documentation-string-value-create)
9151 (widget-regexp-validate, widget-file-complete)
9152 (widget-sexp-validate, widget-plist-convert-widget)
9153 (widget-plist-convert-widget, widget-alist-convert-widget)
9154 (widget-alist-convert-widget, widget-color-complete): Simplify,
9155 particularly to avoid bindings which aren't optimized out.
9156
9157 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9158 Doc fix.
9159 (down-list, backward-up-list, up-list, kill-sexp)
9160 (backward-kill-sexp, mark-sexp): Make arg optional.
9161 (lisp-complete-symbol): Add optional arg PREDICATE.
9162
9163 * cus-start.el: Add display-buffer-reuse-frames,
9164 file-coding-system-alist.
9165
9166 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9167
9168 * startup.el (command-line): Clear realized faces after
9169 modifying TTY color mappings.
9170
9171 2000-08-20 Miles Bader <miles@gnu.org>
9172
9173 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9174 merely a subset of FACE's attributes.
9175
9176 2000-08-19 Miles Bader <miles@gnu.org>
9177
9178 * comint.el (comint-output-filter): Save the point with a marker,
9179 not just a buffer position.
9180
9181 * international/mule.el (set-buffer-process-coding-system): Make
9182 interactive prompt less confusing.
9183
9184 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9185
9186 * hilit-chg.el: General cleanup of doc strings, comments and
9187 code formatting.
9188
9189 2000-08-19 Miles Bader <miles@gnu.org>
9190
9191 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9192 Compiler macro removed; beginning-of-line is no longer always
9193 equivalent to forward-line, in the presence of fields.
9194
9195 * comint.el (comint-output-filter): Remove ad-hoc saving of
9196 restriction, and just use save-restriction, now that it works
9197 correctly. Don't adjust comint-last-input-start to account for
9198 our insertion; it shouldn't have moved because we don't use
9199 insert-before-markers anymore. Comment out call to
9200 `force-mode-line-update'; why is it here?
9201
9202 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9203 while checking for prompt to delete. Use `forward-line 0'
9204 instead of beginning-of-line.
9205 (gud-filter): Temporarily widen gud comint buffer while
9206 examining output.
9207
9208 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9209
9210 * progmodes/sh-script.el: Big bag of typos.
9211
9212 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9213 check since ispell-process is not bound when ispell is not yet loaded.
9214
9215 2000-08-18 Dave Love <fx@gnu.org>
9216
9217 * image.el (find-image): Copy `spec' before using plist-put.
9218
9219 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9220
9221 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9222 `portugues'.
9223
9224 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9225 backward-kill-sexp, analogous to kill-sexp.
9226
9227 * progmodes/icon.el (icon-indent-line)
9228 (icon-is-continuation-line): Handle comments specially.
9229
9230 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9231
9232 * ispell.el: Set to standard author/maintainer/keyword fields.
9233 Fine tuning to menu map appearance and operation, and added help.
9234 Remove `start' and `end' error messages when compiling.
9235 (ispell-choices-win-default-height): Fixed comment string.
9236 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9237 castellano8 dictionaries.
9238 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9239 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9240 dictionary, added italiano dictionary.
9241 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9242 word character
9243 (ispell-tex-skip-alists): Added psfig support.
9244 (ispell-skip-html): Renamed from ispell-skip-sgml.
9245 (ispell-begin-skip-region-regexp, ispell-skip-region)
9246 (ispell-minor-check): Improved html skipping support to skip across
9247 code, and recognize `&' commands without propper `;' syntax;
9248 (ispell-process-line): Fix alignment error when manually
9249 correcting spelling.
9250 (ispell): Fix comment string.
9251 (ispell-add-per-file-word-list): Always put word list on new line.
9252
9253 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9254
9255 * format.el (format-encode-run-method): Fix error message to say
9256 `encode' instead of `decode'. Use save-window-excursion around
9257 shell-command-on-region as in format-decode-run-method because
9258 shell-command-on-region can display a buffer with error output.
9259 (format-decode): Don't record undo information for the decoding.
9260 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9261 that number part of the temporary buffer name so that more than
9262 one decoding using a temporary buffer can happen safely.
9263
9264 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9265 of `A-z' in the regexp.
9266
9267 * hilit-chg.el: Fix typos in commentary.
9268
9269 * help.el (view-emacs-news): Rewritten for new naming scheme
9270 for old NEWS files.
9271
9272 * startup.el (command-line): Pop to *Messages* in case an error
9273 is signaled while loading user-init-file.
9274
9275 2000-08-17 Andreas Schwab <schwab@suse.de>
9276
9277 * files.el (insert-directory): Don't lose original file name,
9278 undoing an undocumented change.
9279
9280 2000-08-17 Alex Schroeder <alex@gnu.org>
9281
9282 * sql.el (sql-magic-go): Use comint-bol.
9283 (sql-copy-column): Use comint-line-beginning-position.
9284 (comint-line-beginning-position): Define a replacement for
9285 comint-line-beginning-position if it is not fboundp.
9286
9287 2000-08-17 Alex Schroeder <alex@gnu.org>
9288
9289 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9290 it didn't have any effect anyway.
9291
9292 2000-08-17 Alex Schroeder <alex@gnu.org>
9293
9294 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9295 --pset and pager=off instead of sending \\o|cat at the beginning
9296 of the session.
9297
9298 2000-08-17 Miles Bader <miles@gnu.org>
9299
9300 * progmodes/octave-inf.el: Add compatibility definition of
9301 comint-line-beginning-position.
9302
9303 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9304
9305 * startup.el (normal-top-level): Look in each dir in load-path for
9306 a leim-list.el file too. This assures of loading leim-list.el
9307 that is created at Emacs installation time even if a user have his
9308 own leim-list.el.
9309
9310 2000-08-17 Miles Bader <miles@gnu.org>
9311
9312 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9313 foreground color to black if the background is dark.
9314
9315 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * loadhist.el (unload-feature): Typo.
9318
9319 * finder.el (finder-compile-keywords):
9320 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9321 to the generated file.
9322
9323 * mail/mh-e.el (mh-make-local-vars):
9324 Replace make-variable-buffer-local with make-local-variable.
9325
9326 * play/landmark.el:
9327 * options.el (Edit-options-{set,toggle,t,nil}):
9328 * mail/mailabbrev.el (mail-abbrevs-mode):
9329 * textmodes/tex-mode.el (tex-expand-files):
9330 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9331
9332 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9333
9334 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9335 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9336 Allow going past the last element.
9337 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9338 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9339 (cvs-mouse-toggle-mark): Don't move point.
9340 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9341
9342 * progmodes/compile.el (grep): Provide a default set of files.
9343 (next-error): Docstring fix.
9344 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9345
9346 * emacs-lisp/easy-mmode.el (define-minor-mode):
9347 Use `symbol-value' to keep the byte-compiler quiet.
9348
9349 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9350 (diff-find-source-location): New fun, extracted from diff-goto-source.
9351 (diff-goto-source): Use it.
9352 (diff-next-complex-hunk, diff-filter-lines): New function.
9353 (diff-apply-hunk): New command.
9354
9355 * smerge-mode.el (smerge-mode-menu): Doc fix.
9356
9357 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9358
9359 2000-08-16 Dave Love <fx@gnu.org>
9360
9361 * windmove.el (windmove) <defgroup>: Add :version.
9362
9363 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9364 (goto-address-fontify-p, goto-address-highlight-p)
9365 (goto-address-url-face, goto-address-url-mouse-face)
9366 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9367 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9368 (goto-address-fontify, goto-address-at-mouse): Simplify,
9369 (goto-address-at-point): browse-url-url-at-point,
9370 goto-address-find-address-at-point can return nil.
9371 (goto-address-find-address-at-point): Return nil on failure.
9372
9373 * align.el (align) <defgroup>: Add :version.
9374
9375 * calculator.el (calculator): Add :version.
9376 (calculator): Use two lines for calculator window if `modeline'
9377 face is boxed.
9378
9379 * play/5x5.el: Doc fixes.
9380 (5x5) <defgroup>: Add :version.
9381
9382 * play/fortune.el (fortune) <defgroup>: Add :version.
9383 (fortune-append): Fix error message.
9384 (fortune-from-region): Doc fix.
9385
9386 * play/pong.el (pong): Doc fix.
9387
9388 * play/morse.el: Keywords, commentary, autoloads.
9389
9390 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9391
9392 * desktop.el (desktop-save): Don't look at symbol-value of a
9393 member of minor-mode-alist, unless it is boundp.
9394
9395 2000-08-16 Sam Steingold <sds@gnu.org>
9396
9397 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9398 `while'; use `with-current-buffer' instead of `save-excursion'.
9399 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9400
9401 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9402
9403 * international/ccl.el (declare-ccl-program): Docstring modified.
9404 (ccl-execute-with-args): Likewise.
9405
9406 2000-08-16 Miles Bader <miles@gnu.org>
9407
9408 * progmodes/sql.el: Add compatibility definition of
9409 comint-line-beginning-position.
9410
9411 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9412
9413 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9414 'buffer-menu' property.
9415 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9416 fails.
9417 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9418 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9419 wasn't killed.
9420
9421 * buff-menu.el (list-buffers-noselect): Don't display the
9422 *Buffer List* buffer.
9423
9424 * font-lock.el: Require jit-lock to prevent a very late
9425 `Loading jit-lock' message.
9426
9427 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9428 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9429 mail address.
9430
9431 2000-08-15 Miles Bader <miles@gnu.org>
9432
9433 * textmodes/ispell.el (ispell-graphic-p): New constant.
9434 (ispell-choices-win-default-height, ispell-help): Use
9435 `ispell-graphic-p' instead of `xemacsp'.
9436
9437 2000-08-15 Dave Love <fx@gnu.org>
9438
9439 * simple.el: Autoload widget-convert when compiling.
9440 (mail-user-agent): Doc fix.
9441
9442 * help.el (function-called-at-point, variable-at-point): Use
9443 with-syntax-table.
9444 (help-manyarg-func-alist): Add insert-and-inherit.
9445
9446 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9447
9448 * delsel.el (delsel-unload-hook): New function.
9449
9450 * find-file.el: Doc fixes. Move provide to end.
9451 (ff) <defgroup>: Add :link.
9452 (ff-goto-click): Deleted.
9453 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9454 Use mouse-set-point.
9455
9456 * textmodes/tildify.el: Doc fixes.
9457 (tildify) <defgroup>: Add:version.
9458
9459 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9460 (glasses-custom-set): Use set-default, not set.
9461 (minor-mode-alist): Propertize the lighter.
9462 (glasses-mode): Provide optional arg.
9463
9464 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9465 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9466 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9467 option. Provide :type.
9468 (cwarn-configuration): Provide :type.
9469 (cwarn-mode): Doc fix.
9470
9471 * add-log.el (change-log-merge): Doc fix.
9472 (change-log-redate): New command.
9473
9474 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9475 Doze and Dog.
9476 (browse-url): Use dolist, not mapcar.
9477 (browse-url-at-point): Check for null url.
9478 (browse-url-event-buffer, browse-url-event-point): Functions
9479 deleted.
9480 (browse-url-at-mouse, browse-url-netscape): Simplify.
9481
9482 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9483 modes.
9484 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9485 Fix previous change to mapcan.
9486 (msb--init-file-alist, msb--add-separators)
9487 (msb--make-keymap-menu): Simplify.
9488 (msb--choose-file-menu): Use copy-sequence.
9489 (msb-mode-map): Add title to keymap.
9490 (msb-unload-hook): New function.
9491
9492 * bs.el: Fix indentation.
9493 (bs) <defgroup>: Add :links.
9494 (bs-show): Doc fix.
9495 (bs-apply-sort-faces): Don't use window-system.
9496 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9497
9498 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9499
9500 * calendar/timeclock.el (timeclock-file): Run .timelog through
9501 convert-standard-filename.
9502
9503 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9504
9505 * emacs-lisp/authors.el: New file.
9506
9507 * paren.el (show-paren-priority): New user option.
9508 (show-paren-function): Set overlay priorities to
9509 show-paren-priority.
9510
9511 2000-08-14 Miles Bader <miles@gnu.org>
9512
9513 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9514 beginning-of-line with inhibit-field-text-motion bound.
9515
9516 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9517
9518 * calendar/timeclock.el: New file.
9519
9520 2000-08-14 David Ponce <david@dponce.com>
9521
9522 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9523 `widget-button-click'. so that one can use left mouse button to
9524 click on dialog buttons.
9525
9526 2000-08-14 Emmanuel Briot <briot@gnat.com>
9527
9528 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9529 identifiers, since XML is case sensitive
9530
9531 2000-08-12 Miles Bader <miles@gnu.org>
9532
9533 * comint.el (comint-output-filter): Don't bother frobbing
9534 window-start, it doesn't seem to be necessary.
9535
9536 * comint.el (comint-send-string, comint-send-region): Make into
9537 real functions. Snapshot the prompt before sending.
9538
9539 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9540
9541 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9542 technique similar to Info-index, instead of relying on specific
9543 names of relevant Index nodes.
9544 (Info-goto-emacs-command-node): Bind Info-history to nil when
9545 going to the first node found by Info-find-emacs-command-nodes.
9546
9547 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9550
9551 2000-08-10 Miles Bader <miles@gnu.org>
9552
9553 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9554
9555 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9556
9557 * info.el (Info-file-list-for-emacs): More elements for the
9558 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9559 and woman manuals.
9560
9561 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9562
9563 * comint.el (comint-send-input): Make the newline boundary overlay
9564 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9565 (comint-output-filter): Use `insert' instead of
9566 `insert-before-markers'. Extend comint-last-output-overlay when
9567 necessary since we can't rely on insert-before-markers to do it.
9568 * gud.el (gud-filter): Use `with-current-buffer' instead of
9569 save-excursion when inserting the output, so that point gets
9570 updated correctly; the old method relied on a rather dodgy
9571 side-effect of comint-output-filter to avoid the effect of
9572 save-excursion.
9573
9574 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * files.el (recover-file): Call insert-directory instead of
9577 invoking `ls' directly.
9578
9579 2000-08-10 Miles Bader <miles@gnu.org>
9580
9581 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9582 (comint-last-prompt-overlay): New variables.
9583 (comint-output-filter): Implement prompt highlighting.
9584 (comint-snapshot-last-prompt): New function.
9585 (comint-send-input): Snapshot the last prompt.
9586 Use comint-highlight-input-face.
9587 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9588 Use defface instead of defcustom.
9589 (send-invisible, comint-send-eof): Snapshot the last prompt.
9590 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9591 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9592
9593 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9594
9595 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9596 (regexp-opt-group): Use a list of chars for `letters'.
9597 (regexp-opt-charset): `chars' is now a list of chars.
9598 Use a char-table rather than a vector so it works for multibyte chars.
9599
9600 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9601 Set cvs-minor-current-files to the selected fileinfo.
9602 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9603 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9604
9605 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9606
9607 * files.el (insert-directory): Don't call access-file on
9608 directories on DOS and Windows.
9609
9610 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9611
9612 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9613 longer if necessary.
9614 (ccl-embed-code): Call ccl-embed-data to store CODE in
9615 ccl-program-vector.
9616
9617 2000-08-09 Miles Bader <miles@gnu.org>
9618
9619 * comint.el (comint-output-filter): Properly handle the case where
9620 the text surrounded by comint-last-output-overlay was deleted.
9621
9622 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9623
9624 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9625 non-nil.
9626 (Info-file-list-for-emacs): Remove "info" from the list because
9627 that leads to trying to use the documentation from file `info'
9628 in various situations where it isn't appropriate, for instance
9629 C-h C-k C-h i.
9630
9631 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9632 DIR and/or STRING are nil.
9633
9634 * progmodes/compile.el (compilation-setup): Make variable
9635 compilation-error-screen-columns buffer-local, as some comment
9636 in the code suggests it should be.
9637
9638 * files.el (auto-mode-interpreter-regexp): New variable.
9639 (set-auto-mode): Use it.
9640
9641 * indent.el (indent-for-tab-command): Doc fix.
9642
9643 * mouse-sel.el (mouse-sel-mode): Doc fix.
9644
9645 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9646 labels.
9647
9648 * help.el (print-help-return-message): When
9649 display-buffer-reuse-frames is set, let the help window been quit,
9650 instead of deleting it, which might delete a reused frame.
9651
9652 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9653
9654 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9655 rename a directory to a name that differs only by its letter case.
9656
9657 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9658
9659 * international/quail.el (quail-define-rules): Handle Quail decode
9660 map correctly. Add code for supporting annotations.
9661 (quail-install-decode-map): New function.
9662 (quail-defrule-internal): New optional arguments decode-map and
9663 props.
9664 (quail-advice): New function.
9665
9666 2000-08-07 Sam Steingold <sds@gnu.org>
9667
9668 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9669 `defconst', `define-condition', `with-slots'.
9670 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9671
9672 2000-08-03 Miles Bader <miles@gnu.org>
9673
9674 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9675 New variable.
9676 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9677 comint-use-prompt-regexp-instead-of-fields.
9678 (comint-send-input): Add `input' field property to stuff we send to
9679 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9680 (comint-output-filter): Add `output' field property to process
9681 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9682 (comint-replace-by-expanded-history)
9683 (comint-get-old-input-default, comint-show-output)
9684 (comint-backward-matching-input, comint-forward-matching-input)
9685 (comint-next-prompt, comint-previous-prompt): Use field
9686 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9687 (comint-line-beginning-position): New function.
9688 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9689 (comint-replace-by-expanded-history-before-point): Use
9690 comint-line-beginning-position and line-end-position.
9691 (comint-last-output-overlay): New variable.
9692 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9693
9694 * shell.el (shell-prompt-pattern): Doc change.
9695 (shell-backward-command): Use line-beginning-position.
9696
9697 * gud.el (gud-gdb-complete-command): Use
9698 comint-line-beginning-position.
9699
9700 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9701 comint-bol doesn't actually go to the beginning of the line.
9702
9703 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9704 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9705 (try-expand-line-all-buffers): Likewise.
9706
9707 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9708 explicitly matching comint-prompt-regexp.
9709 (sql-copy-column): Use comint-line-beginning-position instead of
9710 explicitly matching comint-prompt-regexp.
9711
9712 * progmodes/octave-inf.el (inferior-octave-complete): Use
9713 comint-line-beginning-position.
9714
9715 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9716
9717 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9718 looking for a prompt, use `forward-line 0' instead of
9719 `beginning-of-line', to avoid getting caught by an input field.
9720
9721 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9722
9723 * files.el (shell-quote-wildcard-pattern): Make sure to return
9724 PATTERN, in the Unix case.
9725
9726 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * play/zone.el (zone): Discard any pending input before running
9729 the randomly-chosen pgm.
9730
9731 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9732
9733 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9734 checking the existence of any multibyte characters.
9735
9736 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9737
9738 * help.el (describe-mode): Test minor-mode symbol for being
9739 bound before testing its value for being nil.
9740
9741 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9742 `first', `second', and `third'.
9743
9744 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9745 (second): Make it an alias for `cadr'.
9746
9747 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9748
9749 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9750 types of display support faces now.
9751
9752 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9753
9754 * pcvs.el (require): Require `cl' during compilation, only.
9755
9756 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9757 (toplevel): Remove `remq' and `remove' from autoloads.
9758 (cl-fake-autoloads): New variable. If set, arrange for an error
9759 when CL functions etc. are autoloaded.
9760
9761 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9762
9763 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9764
9765 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9766 popped up, but the user clicks outside the menu, return an empty
9767 regexp (that causes unhighlight-regexp to have no effect).
9768
9769 * menu-bar.el (menu-bar-games-menu): Add Zone.
9770
9771 * hi-lock.el (toplevel): Require font-lock.
9772
9773 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9774
9775 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9776 (ebnf-8-bit-chars): New var for bug fix.
9777 (ebnf-string): Bug fix.
9778
9779 2000-08-03 Sam Steingold <sds@gnu.org>
9780
9781 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9782 instead of `buffer-string'.
9783 (require 'cl): Always, not just when compiling.
9784 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9785 necessary.
9786
9787 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9788
9789 * international/mule-cmds.el (select-safe-coding-system): Make
9790 the message text about selecting a safe coding system more clear.
9791
9792 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9793
9794 * hi-lock.el: New file.
9795
9796 * play/zone.el: New file.
9797
9798 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9799 value of tab-width in the original buffer. Choose a line number
9800 format that's a multiple of the original buffer's tab width, so
9801 that lines appear right.
9802
9803 * textmodes/ispell.el (ispell): New function, replacing an alias.
9804 Spell-check active region if in transient-mark-mode and mark
9805 is active; otherwise spell-check buffer.
9806
9807 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9808
9809 * ps-mule.el: Fix a customization problem on
9810 ps-mule-font-info-database-default.
9811
9812 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9813
9814 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9815 display-mouse-p instead of window-system.
9816 (ebrowse-member-mode-map): Ditto.
9817
9818 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9819
9820 * progmodes/ebnf2ps.el: Update ps-print functions call.
9821 Indentation fix. Doc fix.
9822 (ebnf-version): New version number (3.2).
9823 (ebnf-format-color, ebnf-begin-job): Code fix.
9824
9825 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9826
9827 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9828 font lock support on window-system.
9829 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9830
9831 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9832 display-color-p, if fboundp, instead of window-system.
9833
9834 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9835
9836 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9837 instead of window-system.
9838
9839 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9840 window-system.
9841 (widget-choice-mouse-down-action): Use display-popup-menus-p
9842 instead of window-system.
9843
9844 * strokes.el (strokes-file): Run the file name through
9845 convert-standard-filename.
9846 (strokes-mode): Call display-mouse-p instead of looking at
9847 window-system. Change the error message accordingly.
9848
9849 * progmodes/cpp.el (toplevel): Support faces on tty's.
9850
9851 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9852 (lm-plot-square, lm-init-display): Don't use window-system.
9853
9854 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9855 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9856
9857 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9858 instead of looking at window-system.
9859
9860 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9861
9862 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9863 of testing if iswitchb-prepost-hooks is bound, because the
9864 latter will always be true when invoking a recursive minibuffer
9865 from an active Iswitchb buffer.
9866
9867 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9868
9869 * files.el (shell-quote-wildcard-pattern): New function.
9870 (insert-directory): Call it. Only prepend "\" to command on Unix
9871 and GNU/Linux systems.
9872
9873 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9874
9875 * eshell/esh-groups.el: Change custom :link file names
9876 from `eshell.info' to `eshell'.
9877
9878 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9879
9880 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9881 correctly in recursive ange-ftp listings.
9882
9883 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9884
9885 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9886 ps-header-font-size-internal and
9887 ps-header-title-font-size-internal variables are not set,
9888 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9889 face text property is (foreground-color . COLOR) or
9890 `(background-color . COLOR)', ps-print crashes. Doc fix.
9891 (ps-print-version): New version number (5.2.4).
9892 (ps-plot-region): Code fix.
9893 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9894 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9895 Bug fix 2.
9896
9897 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9898
9899 * glasses.el (glasses-make-readable): Fix uncapitalization of
9900 identifiers like `myXMLDocument'.
9901
9902 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9903
9904 * mail/mail-hist.el (mail-hist-previous-input)
9905 (mail-hist-next-input): Do the obvious code factorization.
9906 (mail-hist-retrieve-and-insert): New func, contains common
9907 code of above two.
9908 If inserting a message body, leave point at top.
9909
9910 2000-07-28 Sam Steingold <sds@gnu.org>
9911
9912 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9913 Use `<=', not `<' to compare times!
9914 (ange-ftp-ls): Remove.
9915
9916 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9917
9918 * play/cookie1.el: Add explanation of how to make cookie.el
9919 compatible with strfile(1) to comment.
9920
9921 * subr.el (remove, remq): New functions.
9922
9923 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9924 escape `*' in regexps.
9925 (midnight-find): Reverse order of arguments in the funcall of
9926 TEST.
9927
9928 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9929 and `.class'.
9930
9931 * play/meese.el: Add Commentary section.
9932
9933 2000-07-27 Alex Schroeder <alex@gnu.org>
9934
9935 * sql.el (sql-ms): Added autoload cookie.
9936 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9937 (sql-oracle): Ditto.
9938 (sql-help): Doc change.
9939
9940 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9941 types and exceptions.
9942
9943 2000-07-27 Alex Schroeder <alex@gnu.org>
9944
9945 * sql.el (sql-placeholder-history): New variable.
9946 (sql-query-placeholders-and-send): New function that will query
9947 the user and replace placeholders with user input.
9948 (sql-oracle): If running on NT, set comint-input-sender to
9949 sql-query-placeholders-and-send.
9950
9951 (sql-stop): If in the SQLi buffer, insert stop notification, else
9952 present it as a message.
9953
9954 2000-07-27 Alex Schroeder <alex@gnu.org>
9955
9956 * sql.el (sql-input-ring-separator): Doc change.
9957 (sql-input-ring-file-name): Doc change.
9958 (sql-interactive-mode): Use `sql-input-ring-separator' and
9959 `sql-input-ring-file-name' to set the comint-mode equivalents
9960 without making them local variables.
9961 (sql-stop): Don't bind `sql-input-ring-separator' and
9962 `sql-input-ring-file-name' dynamically to their comint-mode
9963 equivalents.
9964
9965 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9966
9967 * international/mule.el (register-char-codings): New function.
9968 (make-coding-system): Handle `safe-chars' specification in the arg
9969 PROPERTY.
9970
9971 * international/mule-cmds.el
9972 (find-coding-systems-region-subset-p): This function deleted.
9973 (sort-coding-systems-predicate): New variable.
9974 (sort-coding-systems): New function.
9975 (find-coding-systems-region): Use
9976 find-coding-systems-region-internal.
9977 (find-coding-systems-string): Use find-coding-systems-region.
9978 (find-coding-systems-for-charsets): Check
9979 char-coding-system-table.
9980 (select-safe-coding-system-accept-default-p): New variable.
9981 (select-safe-coding-system): Mostly rewritten. New argument
9982 ACCEPT-DEFAULT-P.
9983 (select-message-coding-system): Call select-safe-coding-system
9984 with ACCEPT-DEFAULT-P arg.
9985 (reset-language-environment): Reset default-sendmail-coding-system
9986 to the default value iso-latin-1.
9987 (set-language-environment): Don't set the obsolete variable
9988 charset-origin-alist.
9989
9990 * international/codepage.el (cp-coding-system-for-codepage-1):
9991 Give `safe-chars' property to make-coding-system.
9992
9993 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9994 calling select-message-coding-system twice.
9995
9996 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9997 instead of `safe-charsets'.
9998 (cyrillic-alternativnyj): Likewise.
9999 (ccl-encode-alternativnyj): Don't check the charset
10000 cyrillic-iso8859-5.
10001
10002 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10003
10004 * composite.el (compose-chars-after): Preserve match data.
10005
10006 2000-07-26 Sam Steingold <sds@gnu.org>
10007
10008 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10009 (ange-ftp-real-file-newer-than-file-p): New function.
10010 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10011 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10012
10013 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10014 * midnight.el (midnight-float-time): Ditto.
10015
10016 2000-07-26 Andreas Schwab <schwab@suse.de>
10017
10018 * files.el (normal-backup-enable-predicate): Correct
10019 interpretation of the return value of compare-strings.
10020
10021 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10022
10023 * isearch.el (isearch-resume): New function.
10024 (isearch-done): Add something to command-history to resume
10025 the search.
10026 (isearch-yank-line, isearch-yank-word): Use
10027 buffer-substring-no-properties instead of buffer-substring.
10028
10029 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10030 of flyspell-mouse-map.
10031
10032 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10033 duplicate definition.
10034 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10035
10036 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10037 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10038
10039 2000-07-25 Sam Steingold <sds@gnu.org>
10040
10041 * net/ange-ftp.el: Get modtime over the net.
10042 (ange-ftp-file-modtime): New function.
10043 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10044 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10045 Use it.
10046 (ange-ftp-dot-to-slash): New function.
10047 (ange-ftp-fix-name-for-vms): Use it.
10048
10049 * midnight.el (midnight-buffer-display-time): Use
10050 `with-current-buffer'.
10051
10052 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10053
10054 * find-dired.el: Update copyright notice.
10055 (find-dired): Offer to kill a running `find'.
10056
10057 * enriched.el (enriched-face-ans): For a `foreground-color'
10058 property, return '(("x-color" COLOR))' so that COLOR will be
10059 output as a parameter of the x-color annotation. Likewise for the
10060 `background-color' property. In the case of normal face
10061 properties, don't return annotations for unspecified foreground
10062 and background face attributes.
10063
10064 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10065
10066 * language/japan-util.el (japanese-katakana-region): Fix handling
10067 HANKAKU argument.
10068
10069 2000-07-25 Miles Bader <miles@gnu.org>
10070
10071 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10072 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10073 constrain-to-field.
10074
10075 2000-07-24 Andrew Innes <andrewi@gnu.org>
10076
10077 * timer.el (timer-activate-when-idle): Add optional parameter
10078 DONT-WAIT. Update docstring.
10079 (run-with-idle-timer): Specify extra parameter to
10080 timer-activate-when-idle, so that timer will be activated
10081 immediately if Emacs is already idle.
10082
10083 * w32-fns.el (w32-using-nt): Fix docstring.
10084
10085 2000-07-24 Dave Love <fx@gnu.org>
10086
10087 * mouse.el (popup-menu): Set last-command-event.
10088 (mouse-major-mode-menu-prefix): Declare.
10089
10090 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10091
10092 * textmodes/flyspell.el: Update to author's version 1.5d.
10093
10094 * progmodes/hideshow.el: Update copyright notice.
10095
10096 * vcursor.el: Set maintainer to FSF, since author cannot
10097 be reached.
10098
10099 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10100
10101 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10102 the prompt.
10103
10104 * mouse.el (popup-menu): Run the keymap through indirect-function,
10105 in case it was defined with define-prefix-key. If the menu is a
10106 list of keymaps, look up the binding of user's choice in each one
10107 of the keymaps.
10108 (mouse-popup-menubar): If the global and local menu-bar keymaps
10109 don't have a prompt string, create one and insert it into the
10110 keymap. Don't barf if current-local-map returns nil.
10111
10112 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10113
10114 * dired.el (dired-sort-R-check): Added to allow recursive listing
10115 to be undone.
10116 (dired-sort-other): Use it.
10117
10118 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10119
10120 * Release of cc-mode 5.27
10121
10122 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10123
10124 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10125 c-beginning-of-statement-1 that caused a bad case of recursion
10126 which could consume a lot of CPU in large classes in languages
10127 that have in-expression classes (i.e. Java and Pike).
10128
10129 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10130 statements before top level constructs (i.e. case 6 is moved
10131 before case 5 and is now case 4) to catch in-expression
10132 classes in top level expressions correctly.
10133
10134 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10135
10136 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10137 objc-method-intro. Case 4 removed and case 5I added.
10138
10139 * cc-langs.el (c-append-paragraph-start): New variable used by
10140 c-common-init to get paragraph-start correct.
10141 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10142 initialize paragraph-start to make it correct both with and
10143 without the javadoc special case.
10144
10145 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10146 initialize paragraph-start for javadoc markup.
10147
10148 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10149 change by defaulting this to t. It's motivated by the
10150 confusing behavior that otherwise arise from the style system
10151 when editing both java and non-java files at the same time
10152 (see the comments about style setting in c-common-init).
10153
10154 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10157 similar to the one in c-fill-paragraph to check the fill
10158 prefix from the adaptive fill function for sanity.
10159
10160 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10161
10162 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10163 defun block.
10164
10165 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10166
10167 * cc-mode.texi Documented the change of cpp-macro.
10168
10169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10170
10171 * cc-align.el (c-lineup-multi-inher): Handle lines with
10172 leading comma nicely. Extended to handle member initializers
10173 too.
10174
10175 * cc-engine.el: (c-beginning-of-inheritance-list,
10176 c-guess-basic-syntax): Fixed recognition of inheritance lists
10177 when the lines begins with a comma.
10178
10179 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10180
10181 * cc-vars.el (c-offsets-alist): Changed default for
10182 member-init-cont to c-lineup-multi-inher since it now handles
10183 member initializers and indents better for leading commas.
10184
10185 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10186
10187 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10188 handling that caused class open lines to be recognized as
10189 statement-conts in some cases.
10190
10191 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10192 guessed by the adaptive fill function unless point is on the
10193 first line of a block comment.
10194
10195 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10196 when the buffer ends with a macro continuation char.
10197
10198 * cc-engine.el (c-guess-basic-syntax): Added support for
10199 function definitions as statements in Pike. The first
10200 statement in a lambda block is now labeled defun-block-intro
10201 instead of statement-block-intro.
10202
10203 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10204 so that the class surrounding point is selected, not the one
10205 innermost in the state.
10206
10207 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10208 recognition of switch labels having hanging multiline
10209 statements.
10210
10211 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10212 some code in c-guess-basic-syntax to a separate function.
10213 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10214 recognition of member inits with multiple line arglists.
10215 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10216 member-init-cont when the commas are in funny places.
10217
10218 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10219
10220 * cc-defs.el (c-auto-newline): Removed this macro since it's
10221 not used anymore.
10222
10223 * cc-engine.el (c-looking-at-bos): New helper function.
10224 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10225 inexpr and toplevel classes apart in Pike.
10226
10227 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10228 of case 9A.
10229
10230 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10231 constant, since "class" can introduce an in-expression class
10232 in Pike nowadays.
10233
10234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10235
10236 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10237 indentation on cpp-macro lines.
10238
10239 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10240 a syntax modifier like comment-intro, to make it possible to
10241 get syntactic indentation for preprocessor directives. It's
10242 incompatible wrt to lineup functions on cpp-macro, but it has
10243 no observable effect in the 99.9% common case where cpp-macro
10244 is set to -1000.
10245
10246 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10247
10248 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10249 member-init-cont when the preceding arglist is several lines.
10250
10251 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10252
10253 * cc-styles.el (c-style-alist): The basic offset for the BSD
10254 style corrected to 8.
10255
10256 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10257
10258 * cc-styles.el (c-style-alist): Adjusted the indentation of
10259 brace list openers in the gnu style.
10260
10261 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10262
10263 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10264
10265 * cc-cmds.el (c-electric-brace, c-electric-slash,
10266 c-electric-star, c-electric-semi&comma, c-electric-colon,
10267 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10268 when c-syntactic-indentation is nil.
10269
10270 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10271 we were left at comments preceding the first statement when
10272 reaching the beginning of the buffer.
10273
10274 * cc-vars.el (c-syntactic-indentation): New variable to turn
10275 off all syntactic indentation.
10276
10277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10278
10279 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10280 between the text and the block comment ender when it hangs,
10281 depending on how many there are before the fill.
10282
10283 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10284
10285 * cc-engine.el (c-beginning-of-closest-statement): New helper
10286 function to go back to the closest preceding statement start,
10287 which could be inside a conditional statement.
10288 * cc-engine.el (c-guess-basic-syntax): Use
10289 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10290
10291 * cc-engine.el (c-guess-basic-syntax): Better handling of
10292 arglist-intro, arglist-cont-nonempty and arglist-close when
10293 the arglist is nested inside parens. Cases 7A, 7C and 7F
10294 changed.
10295
10296 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10297 up-to-date with javadoc 1.2.
10298
10299 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10300
10301 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10302 multiline Pike type decls.
10303
10304 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10305
10306 * cc-cmds.el (c-indent-new-comment-line): Always break
10307 multiline comments in multiline mode, regardless of
10308 comment-multi-line.
10309
10310 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10311
10312 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10313 fully::qualified::names in C++ member init lists. Preamble in
10314 case 5D changed.
10315
10316 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10317
10318 * cc-langs.el (c-common-init): Handling of obsolete variables
10319 moved to c-initialize-cc-mode. More compatible style override
10320 when using global style variables.
10321 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10322 variables moved here.
10323
10324 * cc-mode.texi: Documented the special behavior of
10325 c-special-indent-hook as a style variable. Don't talk about
10326 doing (c-make-styles-buffer-local t) in a mode hook, since
10327 that's already too late to work right.
10328
10329 * cc-styles.el (c-make-styles-buffer-local): Flag style
10330 variable localness in c-style-variables-are-local-p to make
10331 the compatibility measure in c-common-init work well.
10332
10333 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10334 longer contain set-from-style.
10335 * cc-styles.el (c-initialize-builtin-style): Don't check for
10336 set-from-style on c-special-indent-hook.
10337 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10338 copy-alist is sufficient now.
10339
10340 * cc-styles.el (c-set-style, c-set-style-1,
10341 c-get-style-variables): Fixes to variable initialization so
10342 that duplicate entries in styles have the same effect
10343 regardless of DONT-OVERRIDE.
10344
10345 * cc-styles.el (c-set-style-2): Fixed bug where the
10346 initialization of inheriting styles failed when the
10347 dont-override flag is set.
10348
10349 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10350 on this.
10351
10352 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10353
10354 * cc-defs.el (c-forward-comment): Removed the workaround
10355 introduced in 5.38 since it had worse side-effects. If a line
10356 contains the string "//\"", it regarded the // as a comment
10357 start since the \ temporarily doesn't have escape syntax.
10358
10359 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10360
10361 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10362 ada-xref.el before ada-prj.el, so that the Project menu is created
10363 when ada-prj tries to add to it.
10364 (ada-activate-keys-for-case): Suppress the characters that are not
10365 part of the Ada syntax. Better compatibility with else-mode
10366 (ada-adjust-case-interactive): When auto-casing is not active,
10367 correctly insert newlines (used to insert only ^M). Prevent the
10368 syntax table from being changed in case of an error
10369 (or '_' becomes part of a word and some commands are confused).
10370 Do nothing if ada-auto-case is nil.
10371 (ada-after-keyword-p): Ignore keywords that are also attributes
10372 (ada-batch-reformat): Update usage comment
10373 (ada-call-from-contextual-menu): New function
10374 (ada-case-read-exceptions): Reinitialize the casing exception list
10375 first to nil first, so that the casing exception file can be
10376 shared.
10377 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10378 files.
10379 (ada-compile-goto-error): Fix regexp used to detect a file:line
10380 anywhere in the error message
10381 (ada-contextual-menu-last-point): New variable
10382 (ada-create-keymap): If the variable delete-key-deletes-forward is
10383 t on XEmacs, it means that DEL should delete one character
10384 forward.
10385 (ada-create-menu): Use :included instead of :visible for XEmacs.
10386 New submenu "Options".
10387 (ada-end-stmt-re): Correctly indent "select ... then abort"
10388 statements.
10389 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10390 even if they don't match ada-fill-comment-prefix Fix handling of
10391 paragraphs on the first or last line of a file.
10392 (ada-format-paramlist): Fix handling of default parameter values.
10393 (ada-get-body-name): New function.
10394 (ada-get-current-indent): Optimized by searchling directly for an
10395 existing generic part or a statement outside of it. Handle
10396 ada-indent-align-comments when indenting comments Replaced some
10397 regexps by testing directly the next character. This results in a
10398 huge speedup on some files. New indentation scheme for renames
10399 statements. Stop looking for the 'while' or 'for' associated with
10400 a 'loop' at the first semicolon encountered. A "return" can also
10401 match an anonymous access subprogram declaration.
10402 (ada-get-indent-noindent): Ignore strings and comments when
10403 looking for the keywords "record" and "private".
10404 (ada-goto-matching-decl-start): When matching "if", make sure we
10405 are not in fact seeing "end if". Ignore "when" statements except
10406 when initial keyword was "begin". Fix handling of nested
10407 procedures. Add a recursive call to this function to skip over
10408 other 'end' statmts. Fix indentation for "when .. => begin"
10409 (ada-in-open-paren-p): Fix indentation for complex boolean
10410 expressions, where 'and then', 'or else' and parenthesis
10411 statements are mixed up.
10412 (ada-in-paramlist-p): Skip comments while searching for the
10413 beginning Fix handling of operator declarations.
10414 (ada-indent-align-comments): New variable
10415 (ada-indent-current): Change the syntax table only in the
10416 protected section, so that we are sure it is restored correctly.
10417 (ada-indent-on-previous-lines): Use ada-use-indent and
10418 ada-with-indent Correctly indent "select ... then"
10419 (ada-indent-region): Slight speedup.
10420 (ada-indent-renames): New variable.
10421 (ada-last-which-function-subprog, ada-last-which-function-line):
10422 New variables
10423 (ada-looking-at-semi-private): Correctly indent the 'private'
10424 keyword when it is the first word in a package declaration.
10425 (ada-loose-case-word): Stop searching if at the end of the buffer.
10426 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10427 even if point is not initially at the end of the word.
10428 (ada-matching-decl-start-re): Add "when".
10429 (ada-mode): Add support for abbrev-mode, outline-mode and
10430 which-func-mode Override the old find-file.el entry in
10431 ff-special-constructs since it is using the obsolete
10432 ada-spec-suffix variable
10433 (ada-no-auto-case): New function
10434 (ada-scan-paramlist): When parsing the argument type, accept
10435 spaces (as in "X 'Class", generated by Rational Rose).
10436 (ada-other-file-name): No longer loads the other file.
10437 (ada-popup-menu): Save and restore the current buffer and cursor
10438 position before and after displaying the menu.
10439 (ada-search-ignore-complex-boolean): New function.
10440 (ada-uncomment-region): Emacs21 already knows how to delete
10441 comments not starting in the first column.
10442 (ada-use-indent): New variable
10443 (ada-which-function): New function.
10444 (ada-with-indent): New variable
10445 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10446 can be batch-compiled from the command line.
10447
10448 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10449 Add to the menu when the file is loaded, not in ada-mode-hook.
10450 Add -toolbar to the default ddd command Switches moved from
10451 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10452 ada-prj-default-comp-opt
10453 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10454 Reference Manual to the menu
10455 (ada-check-current): rewritten as a call to ada-compile-current
10456 (ada-compile): Removed.
10457 (ada-compile-application, ada-compile-current, ada-check-current):
10458 Set the compilation-search-path so that compile.el automatically
10459 finds the sources in src_dir. Automatic scrollong of the
10460 compilation buffer. C-uC-cC-c asks for confirmation before
10461 compiling
10462 (ada-compile-current): New parameter, prj-field
10463 (ada-complete-identifier): Load the .ali file before doing
10464 processing
10465 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10466 conform to gnatmake's behavior.
10467 (ada-find-file-in-dir): New function
10468 (ada-find-references): Set the environment variables for gnatfind
10469 (ada-find-src-file-in-dir): New function.
10470 (ada-first-non-nil): Removed
10471 (ada-gdb-application): Add support for jdb, the java debugger.
10472 (ada-get-ada-file-name): Load the original-file first if not done
10473 yet.
10474 (ada-get-all-references): Handles the new ali syntax (parent types
10475 are found between <>).
10476 (ada-initialize-runtime-library): New function
10477 (ada-mode-hook): Always load a project file when a file is opened,
10478 so that the casing exceptions are correctly read.
10479 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10480 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10481 to open the project file, since the latter does not work with
10482 speedbar Get default values before loading the prj file, or the
10483 default executable file name is wrong. Use the absolute value of
10484 src_dir to initialize ada-search-directories and
10485 compilation-search-path,... Add the standard runtime library to
10486 the search path for find-file.
10487 (ada-prj-default-debugger): Was missing an opening '{'
10488 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10489 variables.
10490 (ada-prj-default-gnatmake-opt): New variable
10491 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10492 buffers, the project file is the default one Save the windows
10493 configuration before displaying the menu.
10494 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10495 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10496 ...) regexp-quote identifiers names to support operators +,
10497 -,... in regexps.
10498 (ada-remote): New function.
10499 (ada-run-application): Erase the output buffer before starting the
10500 run Support remote execution of the application. Use
10501 call-process, or the arguments are incorrectly parsed
10502 (ada-set-default-project-file): Reread the content of the active
10503 project file, not the one from the current buffer When a project
10504 file is set as the default project, all directories are
10505 automatically associated with it.
10506 (ada-set-environment): New function
10507 (ada-treat-cmd-string): New special variable ${current}
10508 (ada-treat-cmd-string): Revised. The substitution is now done for
10509 any ${...} substring
10510 (ada-xref-current): If no body was found, compiles the spec
10511 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10512 compiler to get rid of command line length limitations.
10513 (ada-xref-get-project-field): New function
10514 (ada-xref-project-files): New variable
10515 (ada-xref-runtime-library-specs-path)
10516 (ada-xref-runtime-library-ali-path): New variables
10517 (ada-xref-set-default-prj-values): Default run command now does a
10518 cd to the build directory. New field: main_unit Provide a default
10519 file name even if the current buffer has no prj file.
10520
10521 * ada-prj.el:
10522 Rewritten to show a tabbed-dialog.
10523 (ada-prj-add-ada-menu): Remove the map and name parameters.
10524 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10525 New function
10526 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10527 (ada-prj-load-from-file): New function
10528 (ada-prj-save): Always save fields that depend on the current buffer
10529 (ada-prj-show-value): New function
10530
10531 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10532 Ada mode. This will allow us to display the Ada menu in any buffer
10533 we want (for project items).
10534 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10535 number of spaces in the header.
10536
10537 2000-07-24 Dave Love <fx@gnu.org>
10538
10539 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10540
10541 2000-07-23 Noah Friedman <friedman@splode.com>
10542
10543 * type-break.el (type-break): perform autosave.
10544 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10545 (type-break-do-query): Cancel query schedule while performing
10546 actual query, to avoid possibility of a second query being made
10547 while first one is already in progress.
10548 (type-break-time-stamp-format): New variable.
10549 (type-break-time-stamp): New function.
10550 (type-break-time-warning): Use it.
10551 (type-break-keystroke-warning): Use it.
10552 (type-break-noninteractive-query): Use it.
10553
10554 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10555 cookie.
10556 Use add-minor-mode to set minor-mode-alist, if available.
10557 (eldoc-echo-area-use-multiline-p): New user option.
10558 (eldoc-echo-area-multiline-supported-p): New variable.
10559 (eldoc-docstring-format-sym-doc): Use them.
10560 (eldoc-mode): If not using idle timers, append to local post and
10561 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10562 (eldoc-display-message-no-interference-p): Don't interfere with
10563 edebug.
10564 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10565 (eldoc-function-arglist): New function.
10566 (eldoc-function-argstring): Use it.
10567
10568 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10569 auto save directory exists before calling directory-files.
10570
10571 2000-07-23 Dave Love <fx@gnu.org>
10572
10573 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10574 ^o, ^u.
10575
10576 2000-07-21 Dave Love <fx@gnu.org>
10577
10578 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10579 now passed to the function. It now works properly.
10580
10581 * smerge-mode.el (smerge-mode-menu): Fill it out.
10582
10583 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10584
10585 * info-look.el (info-lookup): If *info* is shown in another frame
10586 on the same display, select that frame, instead of switching to
10587 the Info buffer in another window of the selected frame.
10588
10589 * simple.el (universal-argument-map): Bind numeric keypad keys
10590 kp-0 to kp-9 and kp-subtract.
10591 (digit-argument): Handle these keys.
10592
10593 2000-07-20 Dave Love <fx@gnu.org>
10594
10595 * net/goto-addr.el (goto-address-fontify): Don't bother with
10596 buffer-modified and read-only stuff -- irrelevant with overlays.
10597 Put an extra property on the overlays and use it to clean up in
10598 case goto-address is re-run.
10599
10600 2000-07-19 Richard M. Stallman <rms@gnu.org>
10601
10602 * timer.el (run-with-idle-timer): Doc fix.
10603
10604 * mail/mail-utils.el (mail-strip-quoted-names):
10605 Handle case where <...> appears inside "...".
10606 Use replace-match to edit the string more simply.
10607 (rmail-dont-reply-to): Cope with an unmatched ".
10608
10609 2000-07-19 Dave Love <fx@gnu.org>
10610
10611 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10612 implementation.
10613
10614 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10615 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10616 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10617
10618 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10619
10620 * textmodes/refer.el: Correct maintainer's email address.
10621
10622 * progmodes/hideif.el: Correct author's email address.
10623 Fix typo in comment.
10624
10625 * xml.el: New file.
10626
10627 * mail/mailheader.el: Correct author's mail address.
10628
10629 * gnus/parse-time.el: Correct author's mail address.
10630
10631 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10632
10633 * comint.el (comint-highlight-input, comint-highlight-face):
10634 New user options.
10635 (comint-input-ring-file-name): Change custom type.
10636 (comint-mode-map): Bind mouse-2.
10637 (comint-insert-clicked-input): New function.
10638 (comint-send-input): Handle input highlighting.
10639
10640 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * mouse.el (popup-menu): New function.
10643 (mouse-major-mode-menu): Use it.
10644
10645 2000-07-18 Dave Love <fx@gnu.org>
10646
10647 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10648 improvements.
10649
10650 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10651
10652 * faces.el (face-font-selection-order)
10653 (face-font-family-alternatives): Add custom type.
10654
10655 2000-07-18 Dave Love <fx@gnu.org>
10656
10657 * cus-edit.el (custom-variable-reset-saved)
10658 (custom-variable-reset-standard): Remove unused bindings.
10659
10660 * rect.el (open-rectangle-line): Remove unused let.
10661
10662 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10663
10664 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10665
10666 * cdl.el: Fix `Maintainer' keyword.
10667
10668 * play/pong.el: Add author's email address.
10669
10670 2000-07-17 Sam Steingold <sds@gnu.org>
10671
10672 * files.el (insert-directory): Call `split-string' instead of
10673 re-implementing it.
10674
10675 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10676
10677 * mail/vms-pmail.el: Change maintainer to FSF.
10678
10679 * net/goto-addr.el: Change maintainer to FSF.
10680
10681 * info.el (Info-title-face-alist): Removed.
10682
10683 2000-07-18 David Ponce <david@dponce.com>
10684
10685 * recentf.el (recentf-open-files): New command that works like
10686 `recentf-open-more-files', but shows the whole list of files (not just
10687 those omitted from the menu). Useful if you don't use a menu-bar!
10688 (recentf-open-more-files) Modified to use `recentf-open-files'.
10689
10690 (recentf-open-files, recentf-open-more-files)
10691 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10692
10693 (recentf-dialog-mode): New mode for dialogs. You can now just type
10694 "q" to cancel the dialogs.
10695
10696 2000-07-18 David Ponce <david@dponce.com>
10697
10698 * recentf.el: This is a major update of recentf.el. It adds new
10699 features to better organize the recentf menu and "More..." buffer.
10700
10701 Using new provided menu filtering functions you can now organize the
10702 recent files list:
10703
10704 - by major modes
10705 - by directories
10706 - by user defined rules
10707
10708 Finally, with the new `recentf-filter-changer' customizable filter you
10709 can define a ring of filters and dynamically (via the menu) cycle on
10710 each menu organization in the ring (a la msb).
10711
10712 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10713
10714 * eshell/eshell.el (eshell): Replace links to eshell.info with
10715 links to eshell, to avoid problems on systems where the manual is
10716 installed as `eshell'.
10717 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10718 * eshell/em-smart.el (eshell-smart): Ditto.
10719 * eshell/em-banner.el (eshell-banner): Ditto.
10720 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10721
10722 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10723 same-file check in the MS-DOS version (it does support inodes).
10724
10725 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10726
10727 * eshell/eshell.el (eshell-directory-name):
10728 Run default directory name through convert-standard-filename.
10729
10730 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10731
10732 * international/mule-cmds.el (select-safe-coding-system):
10733 Fix typo in the comment.
10734
10735 * language/european.el (compound-text):
10736 Force katakana-jisx0201 to be designated to G1.
10737
10738 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10739 Don't translate some national variant characters of latin-jisx0201.
10740 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10741
10742 * international/kkc.el (kkc-after-update-conversion-functions):
10743 New variable.
10744 (kkc-update-conversion): Run functions in it at the tail.
10745
10746 2000-07-16 John Wiegley <johnw@gnu.org>
10747
10748 * lisp/align.el (align-newline-and-indent):
10749 Adding new function. for auto-aligning blocks of code on RET.
10750 (align-region): Fixed badly formatted minibuffer message.
10751
10752 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10753
10754 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10755 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10756 the conversion list at first if appropriate.
10757 (kkc-next): Don't update kkc-next-count here.
10758 (kkc-prev): Don't update kkc-prev-count here.
10759 (kkc-show-conversion-list-update): Fix setting up of conversion
10760 list message.
10761
10762 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10763
10764 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10765
10766 2000-07-16 Dave Love <fx@gnu.org>
10767
10768 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10769 function to be more specific.
10770
10771 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10772 non-string help-echo.
10773 (widget-types-convert-widget): Defsubst it.
10774 (widget-echo-help): Try to cope with a help-echo function of two
10775 possible sorts.
10776
10777 2000-07-15 Jason Rumney <jasonr@gnu.org>
10778
10779 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10780 Declare as obsolete.
10781
10782 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10783
10784 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10785
10786 * hilit-chg.el: Fix typo.
10787
10788 2000-07-14 Dave Love <fx@gnu.org>
10789
10790 * info.el (Info-mode-menu): Fix use of :help, :enable.
10791
10792 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10793
10794 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10795
10796 2000-07-13 Dave Love <fx@gnu.org>
10797
10798 * emacs-lisp/easymenu.el: Doc fixes.
10799 (easy-menu-remove): Defalias to ignore.
10800
10801 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10802 Call throw correctly.
10803
10804 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10805
10806 * faces.el (frame-background-mode): Doc fix.
10807
10808 * simple.el (eval-expression-print-length): Change custom type to
10809 allow entering nil as value.
10810
10811 2000-07-13 Dave Love <fx@gnu.org>
10812
10813 * progmodes/fortran.el (fortran-imenu-generic-expression):
10814 Change definition layout.
10815 (fortran-mode-menu): Reinstate customize entries.
10816
10817 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10818 Use :filter, per old XEmacs code.
10819
10820 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10821
10822 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10823 event when deciding what to send to the terminal.
10824
10825 2000-07-12 Dave Love <fx@gnu.org>
10826
10827 * cus-start.el: Add optional version as 4th element of specs and
10828 use it for several things new in v21. Remove load-path. Fix type
10829 of line-number-display-limit.
10830
10831 2000-07-11 Dave Love <fx@gnu.org>
10832
10833 * progmodes/fortran.el: Don't require easymenu.
10834 Use repeat counts in various regexps.
10835 (fortran-mode-syntax-table): Defvar directly.
10836 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10837 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10838 Use defvar, not defconst.
10839 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10840 (fortran-mode): Set fortran-comment-line-start-skip,
10841 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10842 (fortran-comment-indent): Use defsubst.
10843 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10844 Use fortran-comment-indent, not fortran-comment-indent-function.
10845 (fortran-comment-region, fortran-electric-line-number): Simplify.
10846 (fortran-auto-fill): New function.
10847 (fortran-do-auto-fill): Deleted.
10848 (fortran-find-comment-start-skip):
10849 Check for non-null comment-start-skip.
10850 (fortran-auto-fill-mode, fortran-fill-statement):
10851 Use fortran-auto-fill.
10852 (fortran-fill): Use fortran-auto-fill. Check for null
10853 comment-start-skip. Simplify final clause and use end-of-line finally.
10854
10855 * widget.el (widget-plist-member): New alias.
10856
10857 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10858
10859 * eshell/esh-module.el (toplevel): Reference
10860 byte-compile-current-file only if it is bound.
10861
10862 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10863
10864 * dired.el: Don't require `dired-aux'.
10865
10866 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10867
10868 * dired-aux.el (dired-show-file-type): New function.
10869 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10870 (dired-show-file-type): Add autoload.
10871
10872 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10873
10874 * international/mule-diag.el (describe-font): Adjusted for the
10875 change of fontset-info.
10876 (print-fontset): Likewise.
10877
10878 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10879
10880 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10881
10882 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10883
10884 * bindings.el: Bind `[delete]' to delete-char.
10885
10886 * dired.el (dired-find-alternate-file): New function.
10887 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10888 (toplevel): Require dired-aux when compiling.
10889 (dired-buffers): Move defvar within file to avoid compiler warning.
10890
10891 * info.el (Info-last-search): Variable removed.
10892 (Info-search-history): New variable.
10893 (Info-search): New Info-search-history.
10894
10895 * battery.el, info-look.el: Change author's mail address.
10896
10897 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10898
10899 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10900 if rmail-ignored-headers is nil.
10901 (rmail-retry-failure): Bind rmail-ignored-headers and
10902 rmail-displayed-headers to nil.
10903
10904 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10905
10906 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10907 (print-region-1): Don't hard code `-h' here.
10908
10909 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10910
10911 2000-07-01 Francesco Potorti` <pot@gnu.org>
10912
10913 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10914 exim can use "your message" instead of "the message".
10915
10916 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10917
10918 * facemenu.el: Docstrings fixes.
10919 (facemenu-get-face): Don't use internal-find-face.
10920 (facemenu-iterate): Rename arg to match the docstring.
10921
10922 * newcomment.el (uncomment-region): Be more careful when skipping
10923 backwards over `=' not to bump into BOBP.
10924
10925 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10926
10927 * ediff-diff.el (ediff-wordify): Use syntax table.
10928 * ediff-init.el (ediff-has-face-support-p): Use
10929 ediff-color-display-p.
10930 (ediff-color-display-p): Use display-color-p, changed to defun
10931 from defsubst.
10932 Got rid of special cases for NeXT and OS/2.
10933 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10934 face.
10935
10936 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10937
10938 * emacs-lisp/lucid.el: Require CL.
10939 (copy-tree, remprop): Remove, it's provided by CL.
10940 (map-keymap): Define in terms of cl-map-keymap.
10941 (extent-property, set-extent-end-glyph): New functions.
10942
10943 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10944
10945 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10946
10947 * Makefile.in (DONTCOMPILE): Add comment that the name may
10948 not be changed without changing the make-dist script.
10949
10950 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10951 (cl-mapc): Use mapc instead of cl-old-mapc.
10952
10953 2000-07-05 Andrew Innes <andrewi@gnu.org>
10954
10955 * makefile.nt: Add support for `bootstrap' and related targets.
10956
10957 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10958
10959 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10960 (easy-menu-do-define): Use `menu-item' format.
10961 Handle case where easy-menu-create-menu returns a symbol.
10962 Manually call the potential top-level filter in the function binding.
10963 (easy-menu-filter-return): New arg NAME.
10964 Convert to a keymap if MENU is an XEmacs menu.
10965 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10966 (easy-menu-converted-items-table, easy-menu-convert-item):
10967 New var and fun to memoize easy-menu-convert-item-1.
10968 (easy-menu-do-add-item): Use it.
10969 (easy-menu-create-menu): Use easy-menu-convert-item.
10970 Wrap easy-menu-filter-return around any :filter specification.
10971 Don't convert the menu if a filter was specified.
10972 Tell easy-menu-make-symbol not to check for MENU being an expression.
10973 (easy-menu-make-symbol): New arg NOEXP.
10974
10975 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10976
10977 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10978 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10979 (eval-defun): If called with prefix arg, instrument code for
10980 Edebug.
10981
10982 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10983 similar to that of eval-defun.
10984
10985 2000-07-04 Dave Love <fx@gnu.org>
10986
10987 * hl-line.el (hl-line-overlay): Make it permanent-local.
10988
10989 * calendar/todo-mode.el: Replaced with a working version, based on
10990 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10991
10992 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10993
10994 * paths.el (prune-directory-list): New function.
10995 (Info-default-directory-list): Rewritten to more methodically
10996 enumerate a big list of possible info directories (based on the
10997 list used by the standalone info reader).
10998
10999 * info.el (info-initialize): Use prune-directory-list to remove
11000 non-existent directories from Info-directory-list.
11001
11002 * paths.el (Info-default-directory-list): Try a list of possible
11003 info-directories instead of a single one. Add the possible
11004 info directory "/usr/share/info".
11005
11006 * woman.el (woman-man.conf-path): Explicitly include the debian
11007 man-db config file "/etc/manpath.config".
11008 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11009 are present in `manpath.config'.
11010 (woman-manpath): Include "/usr/share/man".
11011
11012 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11013
11014 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11015
11016 * startup.el (command-line): Initialize blink-cursor based
11017 on window-system.
11018
11019 * frame.el (blink-cursor): Default to nil if not running under
11020 a window-system.
11021
11022 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11023 (face-x-resources): Remove duplicate entry for :font.
11024
11025 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11026 instead of cycling through windows with next-window.
11027
11028 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11029 of cycling through windows with next-window.
11030
11031 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11032 of cycling through windows with next-window.
11033
11034 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11035 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11036 instead of cycling through windows with next-window.
11037
11038 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11039 instead of cycling through windows with next-window.
11040
11041 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11042 of cycling through windows with next-window.
11043
11044 * terminal.el (te-process-output): Use walk-windows instead of
11045 cycling through windows with next-window.
11046
11047 * server.el (server-switch-buffer): Use some-window instead of
11048 cycling through windows with next-window.
11049
11050 * window.el (some-window): New function.
11051 (walk-windows): Remove reference to walk-windows-start.
11052
11053 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11054
11055 2000-07-03 Richard Stallman <rms@gnu.org>
11056
11057 * window.el (walk-windows): Guarantee termination by keeping a list
11058 of all the windows already handled.
11059
11060 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11061
11062 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11063 window-system.
11064
11065 * man.el (Man-notify-when-ready): Don't use window-system. If
11066 Man-notify-method is newframe, and the display is not
11067 multi-frame, select the frame created for the man page.
11068 (Man-init-defvars): Doc fix.
11069
11070 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11071
11072 * faces.el (region): Change background color for light background.
11073
11074 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11075 attribute from mode-line face of Ediff control frame.
11076
11077 * replace.el (query-replace-map): Bind `e' like `E'.
11078
11079 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11080
11081 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11082 Change name to "Select All".
11083
11084 * dos-fns.el (convert-standard-filename): Fix last change.
11085
11086 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11087
11088 * help.el (describe-variable): Don't insert a second `'s' in front
11089 of the string `value is shown below'. Since the syntax-table is
11090 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11091 an existing `'s', so that this won't be deleted.
11092
11093 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11094 * pcmpl-unix.el: New files.
11095
11096 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11097
11098 * wid-edit.el (widget-member): Use the new plist-member.
11099
11100 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11101
11102 * replace.el (perform-replace): Undo change of 2000-04-04.
11103 Instead, move backward 1 character at the end of the loop when
11104 necessary.
11105
11106 * faces.el (fringe): Change face for different backgrounds.
11107
11108 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11109 patch from John.
11110
11111 * eshell/*.el: Change spelling of the Free Software Foundation.
11112
11113 * eshell/esh-toggle.el: Removed.
11114
11115 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11116
11117 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11118 interactively.
11119
11120 2000-06-26 Alex Schroeder <alex@gnu.org>
11121
11122 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11123 `define-key'; instead of checking `(emacs-version)' check for
11124 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11125 for `;' and `o' which might be electric.
11126
11127 (sql-electric-stuff): New user option.
11128 (sql-magic-go): New function which uses `sql-electric-stuff'.
11129 (sql-magic-semicolon): New function which uses
11130 `sql-electric-stuff'.
11131
11132 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11133 is not fboundp.
11134
11135 (sql-oracle-options): New variable.
11136 (sql-oracle): Use it.
11137
11138 (sql-imenu-generic-expression): Doc change.
11139 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11140 is used.
11141
11142 (sql-informix): Added command line parameter "-" to force
11143 sql-informix-program to use stdout.
11144
11145 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11146
11147 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11148 (cp864-decode-table): Doc fix.
11149 (cp720-decode-table): New variable, supports the Arabic OEM
11150 codepage used by Windows.
11151 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11152
11153 2000-06-23 Dave Love <fx@gnu.org>
11154
11155 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11156 (font-lock-fontify-anchored-keywords): Use
11157 line-beginning-position.
11158 (global-font-lock-mode): Use mapc.
11159
11160 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11161
11162 * eshell/esh-module.el: Require CL when compiling.
11163
11164 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11165
11166 * comint.el (comint-substitute-in-file-name): Call replace-match
11167 with second and third arg t.
11168
11169 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11170 Specify foreground color.
11171
11172 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11173 color.
11174
11175 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11176
11177 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11178 cddr instead of cdddr.
11179
11180 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11181 instead of copy-list.
11182
11183 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11184 of copy-list.
11185
11186 * subdirs.el: Add eshell subdirectory.
11187
11188 * eshell: New subdirectory containing the Eshell package.
11189
11190 * pcomplete.el: New file.
11191
11192 2000-06-23 Paul Eggert <eggert@twinsun.com>
11193
11194 * mail/mailpost.el (post-mail-send-it): Make sure file has
11195 proper permissions from birth.
11196
11197 * files.el (basic-save-buffer-2): When temporarily setting
11198 file modes, set them to current modes plus 0200, not to 0777.
11199
11200 * emerge.el (emerge-make-temp-file): Make sure file has proper
11201 permissions from birth.
11202
11203 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11204
11205 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11206 backup file name through convert-standard-filename.
11207
11208 * dos-fns.el (convert-standard-filename): Convert leading
11209 directories as well. When long file names are supported, convert
11210 characters that are invalid in Windows file names.
11211
11212 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11213
11214 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11215 ps-print crashes. New feature: page selection for printing. Create
11216 raw-text-unix coding system for XEmacs. Doc fix.
11217 (ps-print-version): New version number (5.2.3).
11218 (ps-plot-region): Bug fix.
11219 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11220 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11221 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11222 funs.
11223 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11224 (ps-last-page): New vars.
11225
11226 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11227
11228 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11229 empty option string.
11230
11231 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11232
11233 * man.el (man): Doc fix.
11234
11235 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11236
11237 * international/mule-cmds.el (set-language-info-alist): Docstring
11238 fixed.
11239
11240 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11241
11242 * version.el (emacs-version): Use ISO date format.
11243
11244 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11245 instead of `M-backspace'.
11246
11247 * simple.el (turn-off-auto-fill): New function.
11248
11249 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11250
11251 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11252 Renamed from with-buffer-prepared-for-font-lock and use
11253 inhibit-modification-hooks rather than setting *-change-functions.
11254 Update all functions to use the new name.
11255 (jit-lock-first-unfontify-pos): New semantics (and doc).
11256 (jit-lock-mode): Make non-interactive.
11257 Don't automatically turn on font-lock.
11258 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11259 Always use jit-lock-after-change.
11260 Remove and restore font-lock-after-change-function.
11261 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11262 (jit-lock-after-unfontify-buffer): Remove.
11263 (jit-lock-stealth-fontify):
11264 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11265 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11266
11267 2000-06-20 Sam Steingold <sds@gnu.org>
11268
11269 * emacs-lisp/cl-indent.el (toplevel): Indent
11270 `print-unreadable-object' properly. Untabify.
11271
11272 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11273
11274 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11275 Support for bibentry.
11276 (reftex-compile-variables): Fixed problem with end of section-re.
11277
11278 * texmodes/reftex-dcr.el (reftex-view-crossref,
11279 reftex-view-crossref-from-bibtex):
11280 Deal with changed `reftex-find-citation-regexp-format'.
11281 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11282 Replaced `remprop' with `put'.
11283 (reftex-view-crossref, reftex-view-crossref-when-idle):
11284 Support for bibentry.
11285
11286 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11287 New entry for bibentry package.
11288
11289 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11290 Regexp also matches "\nobibliography".
11291
11292 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11293 Call `reftex-ensure-write-access' before doing anything.
11294 (reftex-ensure-write-access): New function.
11295
11296 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11297
11298 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11299
11300 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11301
11302 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11303
11304 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11305
11306
11307 2000-06-20 Dave Love <fx@gnu.org>
11308
11309 * faces.el (frame-background-mode): Use set-default, not set, in
11310 setter.
11311 (frame-update-faces, frame-update-face-colors): Define with
11312 defalias.
11313
11314 * enriched.el (enriched-decode-foreground)
11315 (enriched-decode-background): Don't use internal-find-face.
11316
11317 * apropos.el: Doc fixes.
11318
11319 * cus-edit.el (customize-changed-options): Check arg.
11320 (customize-version-lessp): Don't require decimal point.
11321
11322 * custom.el (defcustom, defgroup): Doc fix.
11323
11324 * newcomment.el (comment) <defgroup>: Add :version.
11325 (comment-multi-line): Doc fix.
11326
11327 * emulation/mlsupport.el (define-hooked-local-abbrev,
11328 define-hooked-global-abbrev): Fix, using define-abbrev.
11329
11330 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11331
11332 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11333 the whole buffer.
11334
11335 2000-06-19 Dave Love <fx@gnu.org>
11336
11337 * menu-bar.el (menu-bar-options-save): New function.
11338 (menu-bar-options-menu): Use it.
11339 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11340 Simplify.
11341
11342 2000-06-19 Andreas Schwab <schwab@suse.de>
11343
11344 * progmodes/etags.el (tags-query-replace): Put new parameters
11345 START and END at the end, for backward compatibility.
11346
11347 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11348
11349 * international/codepage.el:
11350 (cp-coding-system-for-codepage-1): Delete special codes for
11351 generating xxx-dos coding system because now a CCL based coding
11352 system can handle EOL conversion by default.
11353
11354 * international/mule.el (make-coding-system): Generate subsidiary
11355 coding systems for EOL handling variants even for a CCL based
11356 coding system.
11357
11358 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11359
11360 * international/isearch-x.el (isearch-minibuffer-input-method)
11361 (isearch-minibuffer-input-method-function): These variables
11362 deleted.
11363 (isearch-with-input-method): Don't use the above variables.
11364 (isearch-process-search-multibyte-characters): Likewise. Call
11365 read-string with the arg INHERIT-INPUT-METHOD t.
11366
11367 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11368
11369 * font-lock.el (font-lock-after-fontify-buffer)
11370 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11371
11372 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11373 Use consistent make-local-variable style for font-lock-fontified.
11374 (jit-lock-fontify-buffer):
11375 Don't bother checking for font-lock-mode and jit-lock-mode.
11376
11377 * time.el: Remove trailing ^M that prevent CVS-merging.
11378
11379 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11380
11381 * Makefile.in (distclean): New target.
11382
11383 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11384
11385 * Makefile.in (srcdir): Define for update-subdirs.
11386
11387 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11388
11389 * find-lisp.el: New file.
11390
11391 2000-06-16 Andrew Innes <andrewi@gnu.org>
11392
11393 * time.el (display-time-mail-function): New variable, to allow
11394 external packages to indicate when new mail is available.
11395 (display-time-update): Use it.
11396
11397 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11398
11399 * international/mule.el (mule-version): Change version name to
11400 SAKAKI. AOI has already been used by Meadow.
11401
11402 * international/quail.el (quail-show-guidance-buf): To find the
11403 bottom window (but minibuffer), pay attention to the height of
11404 minibuffer.
11405
11406 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11409 menu-bar menus. Add help strings. Don't remove the Edit menu
11410 from the menu bar, as the menu bar has enough space now.
11411
11412 * Makefile.in (SHELL): Make sure /bin/sh is used.
11413
11414 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11415 characters, which use series of two ^H characters instead of one.
11416
11417 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11418
11419 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11420 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11421 functions.
11422 (Info-find-node-2): Try a case-sensitive search first, then
11423 do a case-insensitive search.
11424
11425 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11426 tutorials.
11427
11428 * complete.el (PC-env-vars-alist): New variable.
11429 (PC-complete-as-file-name): New function.
11430 (partial-completion-mode): Initialize PC-env-vars-alist from
11431 process-environment.
11432 (PC-do-completion): Handle completion of env vars.
11433
11434 * info.el (Info-set-mode-line): Show file name in mode line,
11435 use `*Info*' instead of `Info:'.
11436
11437 * startup.el (command-line-1): Change copyright messages to year
11438 2000.
11439
11440 2000-06-15 Dave Love <fx@gnu.org>
11441
11442 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11443 not local-map.
11444
11445 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11446
11447 * international/mule.el (set-buffer-file-coding-system): Almost
11448 rewritten to handle `undecided' as no-op.
11449
11450 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11451
11452 * Makefile.in: New file.
11453
11454 * Makefile: Removed.
11455
11456 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11457 (goto-address-highlight-keymap): Bind C-c RET.
11458
11459 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11460
11461 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11462 inherits buffer-file-coding-system of the current buffer.
11463
11464 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11465 0. Give correct argument to set-auto-coding-function.
11466 (tar-expunge): For goto-char, use (point-min), not 0.
11467 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11468 (tar-subfile-save-buffer): Likewize.
11469
11470 * international/mule.el
11471 (after-insert-file-set-buffer-file-coding-system): Call
11472 set-buffer-file-coding-system with the arg FORCE t.
11473
11474 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11475
11476 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11477 nil. Contemporary sendmails issue an X-Authentication-Warning if
11478 the sender is set with `-f'.
11479
11480 2000-06-13 Dave Love <fx@gnu.org>
11481
11482 * help.el (describe-function-1): Kluge around cases of functions
11483 fset to subrs whose doc doesn't match their symbol-name.
11484
11485 * image.el (insert-image): Default STRING to a space.
11486
11487 * info.el Doc fixes.
11488 (Info-build-node-completions): Match Ref tags.
11489
11490 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11491
11492 * frame.el (display-multi-frame-p, display-multi-font-p): New
11493 defaliases for display-graphic-p.
11494
11495 * hl-line.el: Fixed a typo in commentary.
11496
11497 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11498
11499 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11500 fixed.
11501
11502 2000-06-12 Dave Love <fx@gnu.org>
11503
11504 * image.el (insert-image): Save a little consing.
11505
11506 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11507
11508 * language/tibet-util.el: Convert all tibetan-1-column characters
11509 to the corresponding tibetan characters.
11510 (tibetan-add-components): Delete code for the special treatment of
11511 'a chung.
11512
11513 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11514 change.
11515 (tibetan-vowel-transcription-alist): More rules added.
11516 (tibetan-composite-vowel-alist): New variable.
11517 (tibetan-precomposition-rule-alist): More rules added.
11518
11519 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11520
11521 * startup.el (command-line): Only call menu-bar-mode if interactive.
11522
11523 * thingatpt.el (toplevel symbol-properties):
11524 * textmodes/makeinfo.el (makeinfo-compile):
11525 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11526 * progmodes/hideif.el (hif-compress-define-list)
11527 (hide-ifdef-use-define-alist):
11528 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11529 (ange-ftp-vms-add-file-entry):
11530 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11531 * man.el (Man-build-man-command):
11532 * mail/rnewspost.el (news-reply-header-hook):
11533 * info.el (Info-insert-dir):
11534 * emulation/mlconvert.el (backward-word, forward-word, setq):
11535 * emacs-lisp/gulp.el (gulp-send-requests):
11536 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11537 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11538 (byte-optimize-apply, end of file):
11539 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11540 (ad-make-freeze-definition):
11541 * startup.el (command-line, command-line-1): Don't quote lambdas.
11542
11543 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11544 (cvs-cleanup-removed): New function.
11545 (cvs-cleanup-functions): New var.
11546 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11547 some flexibility in specifying additional entries to auto-cleanup.
11548 (cvs-quickdir): New function.
11549 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11550 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11551 (cvs-mode-find-file): Check that we are on a filename or dirname
11552 when invoked through a mouse-click.
11553 (cvs-full-path): Remove.
11554 (cvs-dired-action): Re-introduced.
11555 (cvs-dired-noselect): Use it.
11556 (vc-post-command-functions): use this new hook if available.
11557
11558 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11559 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11560 (cvs-filename-map, cvs-dirname-map): Remove.
11561 (cvs-default-action): Remove.
11562 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11563 if the arg is really a keymap.
11564 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11565 Don't hardcode the mapping from state (aka type) to face, but check
11566 the var cvs-fi-<type>-face instead.
11567 (cvs-fileinfo-from-entries): New function.
11568
11569 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11570 Docstring fix.
11571 (cvs-find-file-and-jump): Change default to be safer.
11572 (cvs-mode-diff-map): Define it as a function as well.
11573 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11574 Bind mouse-2 in this global map rather than with text-properties.
11575
11576 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11577 file to resolve the ambiguity between C(conflict) and C(need-merge).
11578
11579 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11580
11581 * international/mule.el (set-buffer-file-coding-system): If
11582 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11583 unconditionally.
11584
11585 2000-06-12 Dave Love <fx@gnu.org>
11586
11587 * wid-edit.el (widget-specify-button): Really suppress the face if
11588 required.
11589
11590 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11591
11592 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11593
11594 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11595
11596 * imenu.el (imenu-generic-expression): Docstring fix.
11597
11598 * composite.el (composition-function-table): Move the `put'
11599 below the autoload cookie so we can load the file before loaddefs.
11600
11601 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11602
11603 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11604 Handle easy-mmode-define-global-mode.
11605 For complex macros like define-minor-mode that can generate
11606 several autoload entries, try to autoload entries in the
11607 macroexpanded code.
11608
11609 * emacs-lisp/easy-mmode.el (define-minor-mode):
11610 If KEYMAP is a symbol, just use it.
11611 Use byte-compile-current-file and load-file-name to infer the
11612 proper :require to pass to defcustom.
11613 Wrap the hook var into `progn' so as not to autoload it.
11614 Add a :autoload-end cookie.
11615 Be more careful about the evaluation of KEYMAP.
11616 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11617 (define-derived-mode): Move define-abbrev-table outside of defvar.
11618
11619 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11620
11621 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11622 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11623 (backup-compiled-files): Ignore errors during `tar'.
11624 (bootstrap): Make autoloads before elc files.
11625
11626 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11627
11628 * international/mule.el (set-buffer-file-coding-system): If one of
11629 undecided-XXX is specified, change only EOL conversion.
11630
11631 * international/mule-conf.el (unix): New alias for the coding
11632 system undecided-unix.
11633
11634 2000-06-09 Dave Love <fx@gnu.org>
11635
11636 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11637
11638 * progmodes/executable.el: Byte compile dynamic.
11639 (executable-insert): Change custom type.
11640 (executable-find): Add autoload cookie.
11641 (executable-make-buffer-file-executable-if-script-p): New
11642 function. After Noah Friedman.
11643
11644 * files.el (after-save-hook): Customize, with
11645 executable-make-buffer-file-executable-if-script-p as an option.
11646
11647 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11648
11649 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11650 "tib24p-mule.bdf" for Tibetan.
11651
11652 * composite.el (decompose-composite-char): Declare it as obsolete.
11653
11654 * man.el (Man-fontify-manpage): Pay attention to underline and
11655 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11656
11657 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11658
11659 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11660 Set maintainer to FSF since author isn't reachable.
11661
11662 2000-06-08 Dave Love <fx@gnu.org>
11663
11664 * international/mule-cmds.el (select-safe-coding-system): If
11665 DEFAULT-CODING-SYSTEM is not specified, also check the most
11666 preferred coding-system if buffer-file-coding-system is
11667 `undecided'. From Handa.
11668
11669 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11670
11671 * international/mule.el
11672 (after-insert-file-set-buffer-file-coding-system): If the buffer
11673 size is greater than INSERTED, judget that we are not visiting.
11674
11675 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11676
11677 * whitespace.el (defgroup whitespace): Comment out `:version'.
11678 XEmacs 20.4 has problems defining the group with this present.
11679 We'll have this commented out till get resolve the problem.
11680
11681 2000-06-07 John Wiegley <johnw@gnu.org>
11682
11683 * align.el (align-dq-string-modes, align-sq-string-modes)
11684 (align-open-comment-modes): Add pyhton-mode.
11685 (align-rules-list): Use get-text-property instead of
11686 text-properties-at.
11687 (align-rules-list): Add python-assignment.
11688 (align-rules-list): Change perl-comma-delimiter to
11689 basic-comma-delimiter. Use if for Perl modes and python-mode.
11690 (align-rules-list): Add python-chain-logic and
11691 basic-line-continuation.
11692
11693 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11694
11695 * apropos.el (apropos-mode-hook): New user variable.
11696 (apropos-mode): Run apropos-mode-hook.
11697
11698 2000-06-07 David Ponce <david@dponce.com>
11699
11700 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11701 commands. Require `wid-edit' at run-time.
11702
11703 2000-06-07 David Ponce <david@dponce.com>
11704
11705 * recentf.el: Added some "Commentary".
11706 (recentf-open-more-files, recentf-edit-list): Minor changes to
11707 move the point at the top of the file list. This behaviour is
11708 consistent with the menu one when the list contains a lot of
11709 files.
11710 (recentf-cleanup): Now displays the number of items removed from
11711 the list.
11712 (recentf-relative-filter) New menu filter to show filenames
11713 relative to `default-directory'.
11714
11715 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11716
11717 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11718 with/without giving an error if PostScript printer doesn't have this
11719 kind of page size. Zebra Stripe continues or restarts on next page.
11720 Manual/automatic paper feeding. Switch or not the header.
11721 (ps-print-version): New version number (5.2.2).
11722 (ps-windows-system): Include emx as a Windows system.
11723 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11724 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11725 (ps-background-text): Code fix.
11726 (ps-error-handler-message, ps-user-defined-prologue)
11727 (ps-print-prologue-header, ps-printer-name)
11728 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11729 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11730 (ps-use-face-background): Customization fix.
11731 (ps-n-up-database): Data fix.
11732 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11733 (ps-switch-header): New vars.
11734 (ps-xemacs-color-name, ps-face-foreground-name)
11735 (ps-face-background-name, ps-boolean-constant): New funs.
11736
11737 2000-06-07 Dave Love <fx@gnu.org>
11738
11739 * allout.el: New version from Manheimer.
11740
11741 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11742
11743 * textmodes/fill.el (fill-find-break-point): Check the validity of
11744 charset.
11745
11746 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11747
11748 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11749 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11750 Call display-color-p and display-mouse-p instead of looking at
11751 window-system.
11752
11753 2000-06-06 Dave Love <fx@gnu.org>
11754
11755 * image.el (find-image): Doc fix. Return nil if image not found.
11756 (put-image, insert-image): Make STRING arg optional.
11757
11758 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11759
11760 * language/vietnamese.el: Remove eval-when-compile.
11761 (viet-viscii-nonascii-translation-table): Define it as a
11762 translation table made from viet-viscii-decode-table.
11763 (viet-viscii-encode-table): Define it as a translation table made
11764 from the reverse map of above.
11765 (viet-vscii-nonascii-translation-table): Define it as a
11766 translation table made from viet-vscii-decode-table.
11767 (viet-vscii-encode-table): Define it as a translation table made
11768 from the reverse map of above.
11769 (ccl-decode-viscii): Use translate-character.
11770 (ccl-encode-viscii, ccl-encode-viscii-font)
11771 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11772 Likewize.
11773
11774 * language/cyrillic.el: Remove eval-when-compile.
11775 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11776 translation table made from cyrillic-koi8-r-decode-table.
11777 (cyrillic-koi8-r-encode-table): Define it as a translation table
11778 made from the reverse map of above.
11779 (ccl-decode-koi8): Use translate-character.
11780 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11781 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11782 a translation table made from cyrillic-alternativnyj-decode-table.
11783 (cyrillic-alternativnyj-encode-table): Define it as a translation
11784 table made from the reverse map of above.
11785 (ccl-decode-alternativnyj): Use translate-character.
11786 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11787 Likewize
11788
11789 * international/mule-diag.el (non-iso-charset-alist): Specify
11790 translation table symbol instead of translation table itself.
11791 (list-block-of-chars): CHARSET may be a translation table symbol.
11792
11793 * international/mule.el (make-coding-system): If CODING-SYSTEM
11794 already exists, override it.
11795
11796 * international/fontset.el: Use family `proportional' for Tibetan
11797 fonts.
11798
11799 * international/ccl.el (ccl-compile-translate-character): Don't
11800 check if Rrr has property translation-table.
11801 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11802
11803 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11804
11805 * info.el: Bind case-fold-search to t when searching in case
11806 a user sets it to nil in a hook.
11807
11808 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11809
11810 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11811 * hl-line.el (hl-line-mode): Use the new :global key argument.
11812
11813 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11814 (tar-clip-time-string): Prepend a space.
11815 (tar-grind-file-mode): Construct a string rather than modifying one.
11816 (tar-header-block-summarize): Fix docstring.
11817 Use `format' rather than an error-prone set of copy-loops.
11818
11819 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11820 (diff-goto-source, diff-unified->context, diff-context->unified)
11821 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11822 understand the format output by the `-p' argument to diff.
11823
11824 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11825 (sh-re-done): Use defconst.
11826 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11827 (sh-help-string-for-variable, sh-guess-basic-offset):
11828 Don't quote lambdas.
11829 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11830 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11831
11832 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11833 (mh-letter-mode): Derive from text-mode.
11834 This implicitly means that it now calls kill-all-local-variables.
11835 Also remove the Emacs-18 compatibility code.
11836
11837 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11838 Make use of symbol-property doc-string-elt.
11839 Use memq rather than a sequence of eq.
11840 (doc-string-elt): Fix the wrong or missing previously unused values.
11841 (autoload-print-form): New function extracted from
11842 generate-file-autoloads to allow recursion when handling progn
11843 so that defvar's and defun's docstrings are properly printed.
11844 (generate-file-autoloads): Use it.
11845
11846 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11847 Use find-file-hooks in the minor-mode function.
11848 Be careful not to loop indefinitely in the post-command-hook function.
11849
11850 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11851
11852 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11853 tty's.
11854 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11855 differences whenever appropriate.
11856 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11857 * viper.el (find-file, find-file-other-window): Get viper to do
11858 wildcards.
11859
11860 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11861
11862 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11863 (jit-lock-fontify-buffer): New function for JIT refontification.
11864 (jit-lock-mode): Fix docstring.
11865 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11866 Remove jit-lock-after-change from the _local_ hook.
11867 (jit-lock-function-1): Fix docstring.
11868
11869 * info.el (Info-on-current-buffer): Initialize info.
11870
11871 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11872
11873 * progmodes/tcl.el (tcl-indent-for-comment):
11874 Ignore comment-indent-hook.
11875
11876 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11877 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11878 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11879 and improve to use the lighter to guess the capitalization.
11880 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11881 Add keyword arguments to specify global-ness or the custom group.
11882 Add local-map and help-echo properties to the lighter.
11883 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11884 (easy-mmode-define-global-mode): New macro.
11885
11886 2000-06-02 Dave Love <fx@gnu.org>
11887
11888 * wid-edit.el: byte-compile-dynamic since we typically don't use
11889 all the widgets. Don't require cl or widget. Remove
11890 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11891 (widget-read-event): Removed. Callers changed to use read-event.
11892 (widget-button-release-event-p): Renamed from
11893 button-release-event-p.
11894 (widget-field-add-space, widget-field-use-before-change):
11895 Uncustomize.
11896 (widget-specify-field): Use keymap property, not local-map.
11897 (widget-specify-button): Obey :suppress-face.
11898 (widget-specify-insert): Use modern backquote syntax.
11899 (widget-image-directory): Renamed from widget-glyph-directory.
11900 (widget-image-enable): Renamed from widget-glyph-enable.
11901 (widget-image-find): Replaces widget-glyph-find.
11902 (widget-button-pressed-face): Move defvar.
11903 (widget-image-insert): Replaces widget-glyph-insert.
11904 (widget-convert): Use keywordp.
11905 (widget-leave-text, widget-children-value-delete): Use mapc.
11906 (widget-keymap): Remove XEmacs stuff.
11907 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11908 (widget-button-click): Don't set point at the click, but re-centre
11909 if we scroll out of window. Rewritten for images v. glyphs &c.
11910 (widget-tabable-at): Use POS arg, not point.
11911 (widget-beginning-of-line, widget-end-of-line)
11912 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11913 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11914 (widget-default-create): Use widget-image-insert; some rewriting.
11915 (widget-visibility-value-create)
11916 (widget-push-button-value-create, widget-toggle-value-create): Use
11917 widget-image-insert.
11918 (checkbox): Create on and off images dynamically.
11919 (documentation-link): Change :help-echo.
11920 (widget-documentation-link-echo-help): Remove.
11921
11922 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11923
11924 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11925
11926 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11927 (easy-mmode-define-toggle, define-minor-mode): Use it.
11928 (easy-mmode-define-keymap): Docstring fix.
11929 (define-derived-mode): Default PARENT to fundamental-mode.
11930 Add the derived-mode-parent symbol-property.
11931 (easy-mmode-derived-mode-p): New function.
11932
11933 2000-06-02 Dave Love <fx@gnu.org>
11934
11935 * files.el (convert-standard-filename): Doc fix.
11936 (normal-backup-enable-predicate): New function.
11937 (backup-enable-predicate): Use it to replace the lambda form.
11938
11939 * calendar/todo-mode.el: [This needs more work on the outline
11940 stuff.] Doc fixes.
11941 (todo) <defgroup>: Add :version.
11942 (todo-add-category): Don't use pushnew.
11943 (todo-cmd-raise): Fix typo.
11944 (todo-top-priorities): Change temp buffer name.
11945 (todo-category-alist): Avoid redundant lambda.
11946 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11947 Use outline-next-heading.
11948
11949 * autoarg.el: Rewritten to use define-minor-mode.
11950 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11951 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11952
11953 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11954
11955 * isearch.el (isearch-other-meta-char): Fix previous change.
11956
11957 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11958
11959 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11960 (log-edit-done): Only add the comment to the ring if it's different
11961 from the last comment entered.
11962
11963 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11964
11965 2000-06-01 Dave Love <fx@gnu.org>
11966
11967 * hl-line.el: Rewritten using define-minor-mode.
11968
11969 * help.el (describe-function-1): Distinguish special form from
11970 builtin function. Sanity-check presence of arglist for builtins.
11971
11972 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11973
11974 * international/characters.el: Fix syntax/category setting of
11975 Tibetan characters.
11976
11977 * language/tibet-util.el (tibetan-add-components): Fixes for new
11978 encoding of Tibetan characters.
11979 (tibetan-decompose-precomposition-alist): New variable.
11980 (tibetan-decompose-region): Convert precomposed characters to
11981 non-precomposed characters.
11982 (tibetan-decompose-string): Likewise.
11983 (tibetan-composition-function): Fix args to
11984 thibetan-compose-string.
11985
11986 * language/tibetan.el (tibetan-composable-pattern): More
11987 characters included.
11988 (tibetan-consonant-transcription-alist): Rule for "R" added.
11989 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11990 "+R" added.
11991 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11992
11993 * language/lao-util.el (lao-composition-function): Fix args to
11994 compose-string.
11995
11996 * language/thai-util.el (thai-composition-function): Fix args to
11997 compose-string.
11998
11999 * isearch.el (isearch-update): Set disable-point-adjustment to t
12000 to prevent the point moving to the end of a composition when a
12001 part of a composition is searched.
12002 (isearch-other-meta-char): If the key invoking this command can be
12003 mapped by function-key-map to a printing char, call
12004 isearch-process-search-char directly.
12005
12006 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12007
12008 * emacs-lisp/bytecomp.el:
12009 * frame.el:
12010 * international/mule-cmds.el:
12011 * international/mule-util.el:
12012 * international/mule.el:
12013 * mouse.el:
12014 * subr.el:
12015 * faces.el: Update calls to make-obsolete with a WHEN argument.
12016
12017 * byte-run.el (make-obsolete, make-obsolete-variable):
12018 Add an optional WHEN argument and change the format of the
12019 symbol-property information.
12020 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12021 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12022 new obsolete-symbol-property format and print WHEN if it is provided.
12023
12024 2000-05-31 Dave Love <fx@gnu.org>
12025
12026 * loadhist.el (loadhist-hook-functions): Remove
12027 before-change-function, after-change-function.
12028 (unload-feature): Deal with symbols which are both bound and
12029 fbound.
12030
12031 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12032 before-change-function, after-change-function.
12033
12034 * simple.el (newline): Don't bind before-change-function,
12035 after-change-function.
12036
12037 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12038
12039 * whitespace.el (whitespace-rescan-timer-time): Update interval
12040 set to 600 seconds (10 minutes) instead of 60 seconds since
12041 a large number of whitespace buffers causes emacs to `freeze'
12042 for a considerable amount of time.
12043
12044 * whitespace.el: Updated email address
12045
12046 2000-05-31 Dave Love <fx@gnu.org>
12047
12048 * add-log.el (change-log-font-lock-keywords) <function>: Add
12049 pattern for function of change.
12050 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12051 acknowledgements patterns.
12052
12053 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12054
12055 * isearch.el (isearch-printing-char): If keyboard coding system is
12056 being used, call isearch-process-search-multibyte-characters.
12057
12058 * international/isearch-x.el: Mostly rewritten.
12059
12060 * international/quail.el (quail-start-conversion): Don't include
12061 unhandled events in the returned events, but set them in
12062 unread-command-events. Exit if all inputs are deleted.
12063
12064 2000-05-30 Jason Rumney <jasonr@gnu.org>
12065
12066 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12067
12068 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12069 Reenable code to create initial fontsets.
12070 Use set-fontset-font in place of put-charset-property.
12071
12072 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12073
12074 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12075 label, ensure that the first colon isn't followed by another.
12076
12077 * paths.el (Info-default-directory-list): Doc fix.
12078
12079 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12080 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12081 send a query containing USER only, not USER@HOST.
12082
12083 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12084 and rmail-msgend to compute the restriction at the end, instead of
12085 computing it.
12086
12087 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12088
12089 * dabbrev.el (dabbrev-expand): Don't display messages in the
12090 echo area if the minibuffer window is active.
12091
12092 * jit-lock.el (jit-lock-mode): Add after change function to
12093 local hook.
12094
12095 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12096
12097 * antlr-mode.el: New commands: hide/unhide actions,
12098 upcase/downcase literals.
12099 (antlr-tiny-action-length): New user option.
12100 (antlr-hide-actions): New command. Suggested by
12101 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12102 (antlr-mode-map): New binding [C-c C-v].
12103 (antlr-mode-menu): New entries.
12104 (antlr-downcase-literals): New command.
12105 (antlr-upcase-literals): Ditto.
12106
12107 * antlr-mode.el: Minor changes: indendation, mode-name.
12108 (antlr-indent-line): Indent cpp directive at column 0.
12109 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12110
12111 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12112 (antlr-font-lock-additional-keywords): Workaround for intentional
12113 bug in XEmacs version of font-lock.
12114 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12115 be used by a smarter version of `buffers-menu-grouping-function'.
12116
12117 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12118
12119 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12120 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12121
12122 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12123
12124 * international/encoded-kb.el
12125 (encoded-kbd-iso2022-designation-map): Pay attention to that
12126 charset-iso-final-char return -1 for eight-bit-control and
12127 eight-bit-graphic.
12128
12129 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12130
12131 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12132 (speedbar-easymenu-definition-base): Use display-graphic-p where
12133 available, instead of window-system.
12134
12135 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12136
12137 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12138 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12139 coding systems.
12140
12141 2000-05-26 Dave Love <fx@gnu.org>
12142
12143 * disp-table.el (standard-display-underline): Don't use
12144 internal-find-face.
12145
12146 * mail/reporter.el: Maintainer change. Doc fixes.
12147 (reporter-version): Deleted.
12148
12149 * emacs-lisp/elp.el: Maintainer change.
12150 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12151
12152 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12153
12154 * add-log.el (add-change-log-entry): Merge the current entry with the
12155 previous one if the previous one is empty.
12156
12157 2000-05-26 Dave Love <fx@gnu.org>
12158
12159 * loadhist.el (unload-feature): Fix interactive spec [from
12160 lijnzaad@ebi.ac.uk].
12161
12162 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12163 subr-arity to check primitives.
12164 (byte-compile-flush-pending, byte-compile-file-form-progn)
12165 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12166 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12167 mapcar.
12168
12169 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12170
12171 * international/fontset.el: Set family names of non-latin charsets
12172 in default fontset to "*".
12173
12174 * international/mule-diag.el (print-fontset): Combine family part
12175 and registry part of the fontname by "-*-" instead of "-".
12176
12177 * international/mule-cmds.el (encode-coding-char): Make strings
12178 multibyte before calling encode-coding-string.
12179
12180 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12181
12182 * derived.el: Fix keywords.
12183 (define-derived-mode): Only define if needed.
12184
12185 * simple.el (fill-comment, comment-column, comment-start)
12186 (comment-start-skip, comment-end, comment-indent-function)
12187 (block-comment-start, block-comment-end, indent-for-comment)
12188 (set-comment-column, kill-comment, comment-padding, comment-region)
12189 (comment-multi-line, indent-new-comment-line): Remove.
12190
12191 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12192 function names for comment operations.
12193
12194 * newcomment.el: Add abundant autoload cookies.
12195 (comment-style): Don't depend on runtime data at compile-time.
12196 (comment-indent-hook): Remove.
12197 (comment-indent): Check if comment-indent-hook is bound.
12198 (comment-region): Docstring fix.
12199
12200 2000-05-25 Dave Love <fx@gnu.org>
12201
12202 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12203 byte-code-function-p.
12204
12205 * mail/rmailsum.el: Add provide.
12206
12207 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12208
12209 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12210 defcustom.
12211
12212 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12213
12214 * ediff-diff.el (ediff-exec-process): delete --binary option from
12215 non-buffer ediff jobs.
12216
12217 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * hilit-chg.el (highlight-changes-mode): Ask about color or
12220 grayscale support, not about window-system.
12221
12222 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12223 window-system.
12224 (ffap-highlight): Always default to t.
12225
12226 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12227 display-popup-menus-p instead of looking at window-system.
12228
12229 * disp-table.el (standard-display-g1, standard-display-graphic):
12230 Only refuse to use string glyphs on X and MS-Windows.
12231
12232 * avoid.el: Remove window-system from commentary, suggest to use
12233 display-*-p instead.
12234
12235 * apropos.el (apropos-print): Use display-mouse-p instead of
12236 window-system.
12237
12238 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12239
12240 * international/codepage.el (cp-decoding-vector-for-codepage):
12241 Fill up unsupported characters with their own codes. From Kenichi
12242 Handa.
12243
12244 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12245
12246 * international/mule-diag.el (describe-char-after): Use
12247 display-graphic-p instead of window-system, so that this function
12248 works on MS-DOS.
12249
12250 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12251
12252 * international/codepage.el (cp-make-coding-systems-for-codepage):
12253 Remove the eight-bit-graphic and eight-bit-control charsets from
12254 the list of charsets which we convert into `?'.
12255
12256 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12257
12258 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12259 private charsets.
12260 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12261 japanese-jisx0213-2): New charsets.
12262
12263 * international/fontset.el: Setup default fontset for new charsets.
12264
12265 2000-05-24 Dave Love <fx@gnu.org>
12266
12267 * info.el (Info-find-node-2): Restructure [following "Vadim
12268 S. Solomin" <sovs@uic.nnov.ru>].
12269
12270 * icomplete.el: Fix header for Finder.
12271
12272 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12273
12274 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12275 STAY.
12276
12277 * rmail.el (rmail-automatic-folder-directives): New user variable.
12278 (rmail-show-message): Add call to `rmail-auto-file' during
12279 display.
12280 (rmail-auto-file): New function.
12281
12282 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12283
12284 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12285 account.
12286 (ediff-test-utility,ediff-diff-mandatory-option)
12287 (ediff-reset-diff-options): Utilities for proper initialization of
12288 ediff-diff-options and ediff-diff3-options on Windows.
12289
12290 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12291 variable.
12292
12293 * ediff-mult.el (ediff-filegroup-action): Use
12294 ediff-merge-filename-prefix.
12295
12296 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12297
12298 * viper-ex.el (ex-write): Set selective display to nil.
12299
12300 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12301
12302 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12303 aliases for hebrew-iso-8bit.
12304
12305 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12306
12307 * woman.el: New version from Francis J. Wright
12308 <F.J.Wright@Maths.QMW.ac.uk>.
12309 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12310 names in environment variables regardless of the path separator.
12311 (woman-topic-all-completions-1): Don't call file-name-directory-p
12312 on all files, since woman-file-regexp already filters out any
12313 directories.
12314
12315 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12316
12317 * international/quail.el (quail-start-translation): Don't change
12318 modified-p of the current buffer.
12319 (quail-start-conversion): Likewise.
12320
12321 * international/kkc.el (kkc-region): Don't change modified-p of
12322 the current buffer.
12323
12324 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12325 conform to RFC1468.
12326 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12327
12328 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12329
12330 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12331 (speedbar-insert-button): Invisible text property fix.
12332 (speedbar-directory-plus): Renamed from speedbar-directory-+
12333 (speedbar-directory-minus): Renamed from speedbar-directory--
12334 (speedbar-page-plus): Renamed from speedbar-file-+
12335 (speedbar-page-minus): Renamed from speedbar-file--
12336 (speedbar-page): Renamed from speedbar-file-
12337 (speedbar-tag): Renamed from speedbar-tag-
12338 (speedbar-tag-plus): Renamed from speedbar-tag-+
12339 (speedbar-tag-minus): Renamed from speedbar-tag--
12340 (speedbar-expand-image-button-alist): Use above renames.
12341
12342 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12343 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12344 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12345 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12346 * sb-pg.xpm: Renamed from sb-file.xpm
12347 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12348 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12349
12350 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12351
12352 * international/quail.el (quail-show-guidance-buf): Set
12353 current-input-method of the guidance buffer to the name of the
12354 curren input method.
12355
12356 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12357
12358 * progmodes/compile.el (compile-internal): Style typo.
12359
12360 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12361 quote vars and functions in the docstring.
12362
12363 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12364
12365 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12366 Don't quote lambdas.
12367
12368 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12369
12370 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12371
12372 * startup.el (command-line): Determine source file of compiled
12373 user init file differently. Warn if compiled user init file
12374 is older than its source file.
12375
12376 * ffap.el (ffap-url-regexp): Add `https'.
12377
12378 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12379
12380 * files.el (make-backup-file-name-1): Replace slashes with `!'
12381 rather than `|' (which is not allowed on Windows). Replace the
12382 drive letters with a string "drive_X".
12383
12384 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12385
12386 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12387
12388 * files.el (interpreter-mode-alist): Add `bash2'.
12389
12390 2000-05-22 Dave Love <fx@gnu.org>
12391
12392 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12393 mapc.
12394 (feature-file): Avoid calling symbol-name. Doc fix.
12395 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12396 (loadhist-hook-functions): Add mouse-position-function.
12397 (unload-feature): Change uses of mapcar.
12398
12399 * files.el (parse-colon-path): Doc fix.
12400 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12401 (set-auto-mode): Use mapc.
12402
12403 * complete.el (PC-look-for-include-file): Use :alnum: character
12404 class.
12405 (partial-completion-mode): Add autoload cookie.
12406
12407 2000-05-22 Sam Steingold <sds@gnu.org>
12408
12409 * info.el (Info-fontify-node): Fixed the call to
12410 `add-text-properties' (bug introduced on 2000-05-18).
12411
12412 2000-05-22 Dave Love <fx@gnu.org>
12413
12414 * bindings.el: Remove debug-ignored-errors set in other files.
12415
12416 * progmodes/etags.el: Add to debug-ignored-errors.
12417 (visit-tags-table-buffer): Clear out buffers holding old tables
12418 when making a new list.
12419 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12420 mapc.
12421
12422 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12423 quote keywords.
12424 (cmpl-string-case-type): Use character classes.
12425
12426 * comint.el:
12427 * textmodes/ispell.el:
12428 * imenu.el:
12429 * mail/mh-e.el:
12430 * progmodes/compile.el: Add to debug-ignored-errors.
12431
12432 * dabbrev.el: Add to debug-ignored-errors.
12433 (dabbrev-completion): Use mapc.
12434
12435 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12436
12437 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12438 (woman-mapcan, woman-parse-man.conf)
12439 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12440 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12441 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12442 path syntax better.
12443 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12444 (woman-manpath): Call woman-parse-man.conf.
12445 (woman-emulation): New defcustom, defaults to nroff.
12446 (woman-font-support): New defconst.
12447 (woman-use-symbol-font): New defcustom.
12448 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12449 "Emulation".
12450 Many functions: Doc fix.
12451
12452 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12453
12454 * international/quail.el (quail-simple-translation-keymap): Map
12455 128..255 to quail-self-insert-command.
12456 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12457
12458 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12459
12460 * help.el (help-manyarg-func-alist): Typo.
12461
12462 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12463 intervals which makes it heaps simpler.
12464
12465 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12466 the nested comment markers.
12467
12468 * subr.el (remove-hook): Don't turn the hook's value into a list.
12469
12470 2000-05-21 Dave Love <fx@gnu.org>
12471
12472 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12473 are invalid characters.
12474
12475 * international/mule-util.el (detect-coding-with-priority): Use
12476 mapc. Remove redundant lambda.
12477
12478 * international/mule-diag.el (list-non-iso-charset-chars)
12479 (describe-fontset): Remove redundant lambda.
12480
12481 * emulation/crisp.el (brief-mode): New alias.
12482
12483 * emacs-lisp/ring.el (ring-elements): New function.
12484
12485 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12486 (easy-menu-do-add-item): Use keywordp.
12487
12488 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12489
12490 * replace.el: Doc and error message fixes.
12491 (replace-highlight): Use facep, not internal-find-face.
12492
12493 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12494
12495 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12496
12497 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12498 (log-edit-insert-changelog): Drop `:' as well.
12499
12500 * log-view.el: Fix file description.
12501 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12502 available.
12503 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12504 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12505
12506 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12507 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12508 Print a status message if the toggle is called interactively.
12509 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12510 for global minor modes and use `defcustom' for them.
12511 Use add-minor-mode.
12512 (easy-mmode-define-derived-mode): Remove.
12513 (define-derived-mode): Fancier default docstring.
12514 (easy-mmode-define-navigation): Signal an error rather than (ding).
12515
12516 * newcomment.el (comment-styles): New `box-multi'.
12517 (comment-normalize-vars): Better default for comment-continue to
12518 avoid whitespace-only continuations.
12519 (comment-search-forward): Always move even in the no-syntax case.
12520 (comment-padright): Only obey N if it's only obeyed for padleft.
12521 (comment-make-extra-lines): Better handling of empty continuations.
12522 Use `=' for the filler if comment-start has only one character.
12523 (uncomment-region): Try handling the special `=' filler.
12524 (comment-region): Allow LINES even if MULTI is nil.
12525 (comment-box): Choose box style based on comment-style.
12526
12527 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12528
12529 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12530 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12531
12532 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12533
12534 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12535 and insert, not subst-char-in-region.
12536
12537 * international/mule-diag.el (list-character-sets-1): Handle
12538 charsets eight-bit-control and eight-bit-graphic.
12539 (list-iso-charset-chars): Likewise.
12540 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12541 charactes as is. Use indent-to to align characters.
12542
12543 * international/mule-cmds.el (find-multibyte-characters): Never
12544 exclude charsets eight-bit-control and eight-bit-graphic.
12545
12546 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12547
12548 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12549 Don't quote lambdas.
12550
12551 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12552
12553 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12554
12555 * gud.el (gud-jdb-directories): Doc fix.
12556
12557 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12558
12559 * newcomment.el: New file.
12560
12561 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12562
12563 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12564
12565 2000-05-18 Andreas Schwab <schwab@suse.de>
12566
12567 * dired.el (dired-between-files): Also skip lines beginning with
12568 `used'.
12569
12570 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12571
12572 * msb.el (msb-menu-cond): Add choice `user'.
12573
12574 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12575
12576 * ps-print.el: Compatibility, customization and doc fix.
12577 (ps-printer-name-option): Replace defconst by defvar.
12578 (ps-postscript-code-directory): XEmacs compatibility.
12579 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12580 fix.
12581 (ps-user-defined-prologue, ps-print-prologue-header)
12582 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12583 compatibility and code fix.
12584 (ps-print-background-image, ps-print-background-text):
12585 Customization fix.
12586 (ps-line-number-start, ps-n-up-on): New vars.
12587
12588 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12589
12590 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12591 the indent-comment function to just return the appropriate indent.
12592
12593 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12594
12595 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12596 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12597 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12598
12599 2000-05-18 Dave Love <fx@gnu.org>
12600
12601 * info.el (Info-fontify-node): Add intangible property as well as
12602 invisible.
12603
12604 * calendar/appt.el (appt-make-list): Match all lines of entry.
12605 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12606
12607 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12608
12609 * international/mule-diag.el (describe-char-after): Call
12610 internal-char-font, not char-font. If internal-char-font returns
12611 nil, display "-- none --".
12612
12613 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12614
12615 * image.el (image-type-available-p): Don't reference image-types
12616 if it isn't bound.
12617
12618 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12619
12620 * autoarg.el (autoarg-mode): Typo in the :set argument.
12621
12622 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12623
12624 * startup.el (command-line-1): Don't signal an error if the
12625 directory for auto-save-list files does not yet exist.
12626
12627 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12628
12629 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12630
12631 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12632
12633 * subr.el (remove-hook): `setq' hook-value, not `set'.
12634
12635 2000-05-16 Sam Steingold <sds@gnu.org>
12636
12637 * info.el (debug-ignored-errors): More errors to ignore.
12638
12639 2000-05-16 Dave Love <fx@gnu.org>
12640
12641 * cus-edit.el: Don't require cl or easymenu.
12642 (custom-variable-prompt): Test standard-value property, not
12643 user-variable-p.
12644
12645 2000-05-16 Sam Steingold <sds@gnu.org>
12646
12647 * subr.el (add-hook): `setq' hook-value, not `set'.
12648
12649 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12650
12651 * startup.el (command-line-1): Mention the FAQ in the startup
12652 message.
12653
12654 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12655
12656 * progmodes/compile.el (compilation-parse-errors): Collect
12657 `nomessage' regexps last.
12658
12659 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12660
12661 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12662 to the function name.
12663
12664 2000-05-15 Dave Love <fx@gnu.org>
12665
12666 * speedbar.el (speedbar-recenter): Typo.
12667 (speedbar-expand-line): Make arg optional.
12668 (speedbar-mode): Avoid a compiler warning.
12669
12670 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12671
12672 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12673 user-specified option string is empty.
12674
12675 * mouse.el (mouse-yank-at-click): Doc fix.
12676
12677 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12678
12679 * term/internal.el (IT-character-translations): More updates of
12680 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12681 documents.
12682
12683 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12684
12685 * env.el (getenv): New function, interactively callable.
12686 (setenv, getenv): Remove autoload cookies.
12687
12688 * loadup.el: Load `env'.
12689
12690 * progmodes/f90.el: Change author's mail address.
12691
12692 2000-05-14 Dave Love <fx@gnu.org>
12693
12694 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12695 goto-addr as an option.
12696
12697 * help.el (help-xref-stack): Doc fix.
12698 (help-xref-following): New variable.
12699 (help-make-xrefs): Use it.
12700 (help-xref-go-back): Use position information from stack element.
12701 (help-follow): Make position in stack element a pair. Use
12702 help-xref-following.
12703
12704 * autoarg.el: New file.
12705
12706 * faces.el: Declare more functions obsolete.
12707
12708 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12709 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12710 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12711 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12712 Remove all the setup-...-environment functions.
12713
12714 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12715
12716 * speedbar.el: Updated the commentary section. xemacs20p now uses
12717 >= when detecting. Require `defimage' safely.
12718 (speedbar-easymenu-definition-base): Add toggle for images.
12719 (speedbar-easymenu-definition-special): Add flush cache & expand.
12720 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12721 (speedbar-reconfigure-keymaps-hook): New variable.
12722 (speedbar-frame-parameters): Updated documentation.
12723 (speedbar-use-imenu-flag): Updated custom tag
12724 (speedbar-dynamic-tags-function-list): New variable.
12725 (speedbar-tag-hierarchy-method): Updated doc & custom.
12726 (speedbar-indentation-width, speedbar-indentation-width) New
12727 variables.
12728 (speedbar-hide-button-brackets-flag): Customizable.
12729 (speedbar-vc-indicator): Doc update.
12730 (speedbar-ignored-path-expressions): Updated default value.
12731 (speedbar-supported-extension-expressions): Updated default value.
12732 (speedbar-syntax-table): Remove {} paren status.
12733 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12734 as "+". Added overlay aliases.
12735 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12736 `force-mode-line-update'.
12737 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12738 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12739 `mouse-set-point'
12740 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12741 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12742 of arbitrary text, and new helper functions.
12743 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12744 filename finder.
12745 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12746 (speedbar-directory-buttons): Update path search/expansion.
12747 (speedbar-make-tag-line): Pay attention to
12748 `speedbar-indentation-width'. Use more care w/ invisible
12749 properties.
12750 (speedbar-change-expand-button-char): Call
12751 `speedbar-insert-image-button-maybe'.
12752 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12753 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12754 (speedbar-trim-words-tag-hierarchy)
12755 (speedbar-simple-group-tag-hierarchy): New functions
12756 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12757 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12758 functions.
12759 (speedbar-mouse-set-point): New function
12760 (speedbar-power-click): Updated documentation.
12761 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12762 of tag prefix text.
12763 (speedbar-expand-line, speedbar-contract-line): Make more robust
12764 to strange text.
12765 (speedbar-expand-line): Takes universal argument to flush the
12766 cache.
12767 (speedbar-flush-expand-line): New function.
12768 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12769 Use new generator insertion method.
12770 (speedbar-fetch-dynamic-tags): New function.
12771 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12772 `speedbar-fetch-dynamic-imenu'.
12773 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12774 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12775 "Revert Buffer" menu items.
12776 (speedbar-buffer-buttons-engine): Be smarter when creating a
12777 filename tag (for expansion purposes.).
12778 (speedbar-highlight-one-tag-line,
12779 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12780 (speedbar-recenter): New functions.
12781 (defimage-speedbar): Image loading abstraction.
12782 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12783 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12784 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12785 (speedbar-tag-type, speedbar-tag-mail): New images.
12786 (speedbar-expand-image-button-alist): New variable.
12787 (speedbar-insert-image-button-maybe): Insert an image over some
12788 buttons.
12789
12790 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12791
12792 * international/mule-cmds.el (encode-coding-char): An ASCII
12793 character is always encodable.
12794
12795 * international/mule-conf.el: Add more information in descriptions
12796 of character sets.
12797
12798 * international/mule-diag.el (describe-char-after): New function.
12799 (describe-font-internal): Adjusted for the change of font-info.
12800 (describe-font): Likewise.
12801 (print-fontset): Rewritten for the new fontset implementation.
12802 (describe-fontset): Include fontset alias names in completion.
12803 (list-fontsets): Adjusted for the change of print-fontset.
12804
12805 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12806 describe-char-after instead of displaying the detail in the echo
12807 area.
12808 (syntax-code-table): Format changed.
12809 (string-to-syntax): Adjusted for the above change.
12810
12811 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12812
12813 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12814
12815 2000-05-12 Dave Love <fx@gnu.org>
12816
12817 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12818 dependence. Use line-{beginning,end}-position, not
12819 point-at{b,e}ol. Some doc fixes.
12820 (todo-position): New function. Fix callers of position to use it.
12821 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12822
12823 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12824
12825 * time.el (display-time-mail-icon): Use `:ascent center'.
12826
12827 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12828 handling FTP security extensions.
12829
12830 2000-05-11 Dave Love <fx@gnu.org>
12831
12832 * calendar/todo-mode.el: New file.
12833
12834 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12835
12836 * comint.el (comint-read-input-ring): Move reference to
12837 comint-input-ring-size outside of the save-excursion. It was
12838 causing the default value to be the only one ever seen.
12839
12840 * font-lock.el: Update copyright. Remove Simon Marshall's email
12841 address on request from him.
12842
12843 * subr.el (substitute-key-definition): Add comment describing
12844 the meaning of PREFIX.
12845
12846 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12847
12848 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12849
12850 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12851 (add-minor-mode): Don't make the variable buffer-local and add a
12852 reference to define-minor-mode in the docstring.
12853
12854 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12855 HEADER/FOOTER and fix bug with trailing empty directory.
12856 (cvs-append-to-ignore): Use vc-editable-p if available.
12857 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12858 (vc-do-command): Tweak advice to handle the new VC.
12859
12860 * log-view.el (log-view-goto-rev): New function for the new VC.
12861 (log-view-minor-wrap): Use mark-active.
12862
12863 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12864 (log-edit-changelog-full-paragraphs): New var.
12865 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12866 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12867 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12868 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12869 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12870 Replace the `cvs' prefix with `log-edit'.
12871
12872 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12873
12874 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12875 (diff-font-lock-defaults): Explicitly turn off multiline.
12876 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12877 (diff-ediff-patch): Fix call to ediff-patch-file.
12878 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12879 Handle comments.
12880
12881 * frame.el (automatic-hscrolling): Typo.
12882
12883 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12884
12885 2000-05-09 Sam Steingold <sds@goems.com>
12886
12887 * apropos.el (apropos-print): use `describe-face' instead of
12888 `customize-face-other-window'.
12889
12890 2000-05-09 Dave Love <fx@gnu.org>
12891
12892 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12893
12894 * help.el (describe-variable): Have customize button pop the
12895 help-xref stack when invoked.
12896 (help-xref-symbol-regexp): Add `face'.
12897 (help-make-xrefs): Check for quoted face names and adapt regexp
12898 submatch numbers to cope.
12899 (help-xref-interned): Maybe insert face doc too. Separate
12900 sections with a line of hyphens.
12901
12902 * faces.el: Some doc fixes. Declare some functions obsolete.
12903 (describe-face): Add customize button. Return the help
12904 text. Fix prompt.
12905
12906 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12907
12908 * term/internal.el (IT-character-translations): Fix last change.
12909
12910 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12911
12912 * woman.el: New file
12913 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12914
12915 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12916
12917 * term/internal.el (IT-character-translations): Update ASCII
12918 simulations for greek-iso8859-7, add latin-iso8859-14 and
12919 latin-iso8859-15.
12920
12921 * international/mule-cmds.el (set-language-info-alist): Call
12922 define-prefix-command with 3 arguments, to make the map suitable
12923 for a menu.
12924
12925 2000-05-07 Dave Love <fx@gnu.org>
12926
12927 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12928
12929 2000-05-05 Dave Love <fx@gnu.org>
12930
12931 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12932 list in doc string. Don't quote keyword symbols.
12933 * emacs-lisp/cl.el: Likewise
12934 * emacs-lisp/cl-seq.el: Likewise
12935
12936 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12937
12938 * abbrev.el (abbrev-mode): Make ARG optional.
12939
12940 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12941
12942 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12943
12944 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12945
12946 * subr.el (substitute-key-definition): Clarify documentation.
12947
12948 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12949
12950 * glasses.el (glasses-convert-to-unreadable): Use
12951 `glasses-separator' instead of the hard-wired "_".
12952 (glasses-mode): Call `glasses-make-unreadable' only in a single
12953 place.
12954
12955 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12956
12957 * term/internal.el (cjk-codepages-alist): Add associations for
12958 Chinese and Korean codepages. Remove FIXME comment.
12959
12960 2000-05-03 Dave Love <fx@gnu.org>
12961
12962 * time.el (display-time-mail-face, display-time-use-mail-icon):
12963 New option.
12964 (display-time-mail-icon): New variable.
12965 (display-time-string-forms): Use the above. Fix the local-map.
12966
12967 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12968
12969 * replace.el (query-replace-map): Add binding for `E'.
12970 (query-replace-help): Extend help text.
12971 (perform-replace): Allow editing the replacement string.
12972
12973 * make-mode.el (makefile-mode-abbrev-table): New variable.
12974 (makefile-mode): Set local abbrev table to
12975 makefile-mode-abbrev-table.
12976 (makefile-font-lock-keywords): Fontify includes and conditionals.
12977
12978 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12979 set TOGGLE's value.
12980
12981 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12982 mail-interactive-insert-alias.
12983 (mail-abbrev-complete-alias): New command.
12984 (mail-mode-map): Bind it to `M-TAB'.
12985
12986 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12987
12988 * language/lao-util.el (lao-compose-region): New function.
12989
12990 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12991
12992 * files.el (recover-session): Make directories as necessary
12993 if they don't exist yet.
12994
12995 * calendar/cal-french.el
12996 (french-calendar-multibyte-special-days-array)
12997 (french-calendar-special-days-array): Change French text.
12998 (calendar-french-date-string): Change output.
12999 (calendar-goto-french-date): Likewise.
13000
13001 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13002
13003 * wid-edit.el (widget-default-active): Obey `:always-active'.
13004 (widget-documentation-string-value-create): Set `:always-active'.
13005
13006 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13009 default prefix to `~/_emacs.d/auto-save.list/_s'.
13010 (normal-top-level): Create the directory for auto-save files, if
13011 it doesn't already exist (in the ms-dos case only).
13012
13013 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13014
13015 * international/mule-cmds.el (set-language-environment): Don't
13016 concat an integer (dos-codepage), use format instead.
13017
13018 2000-05-02 Dave Love <fx@gnu.org>
13019
13020 * help.el (help-xref-on-pp): Check for constant symbols.
13021
13022 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13023
13024 * startup.el (normal-top-level): Put a condition-case around
13025 the code loading subdirs.el.
13026
13027 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13028
13029 * ps-print.el: Upside-down and face background color printing,
13030 line number step, doc fix.
13031 (ps-print-version): New version number (5.2).
13032 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13033 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13034 (ps-spool-config): Var fix.
13035 (ps-printer-name-option): Const fix.
13036 (ps-print-upside-down, ps-use-face-background)
13037 (ps-line-number-step): New vars.
13038 (ps-window-system, ps-lp-system): New consts.
13039 (ps-face-background): New fun.
13040
13041 2000-04-28 Richard Stallman <rms@gnu.org>
13042
13043 * files.el (make-auto-save-file-name):
13044 Apply auto-save-file-name-transforms to visited file name
13045 before generating auto save file name.
13046 (auto-save-file-name-transforms): New variable.
13047
13048 * files.el (backup-enable-predicate):
13049 Correctly test for a file under a temporary directory.
13050
13051 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13052
13053 * subr.el (add-minor-mode): Rewritten.
13054
13055 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13056
13057 * mail/sendmail.el (sendmail-send-it): Set
13058 buffer-file-coding-system to the selected coding system for MIME
13059 header.
13060
13061 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13062
13063 * dired.el (dired-move-to-filename-regexp): Allow format where
13064 YYYY is followed by two spaces.
13065
13066 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13067 in the second character class of the regexp.
13068
13069 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13070 mh-etc, too.
13071
13072 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13073 nil.
13074
13075 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13076
13077 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13078 argument.
13079
13080 2000-04-27 Sen Nagata <sen@eccosys.com>
13081
13082 * emacs-lisp/crm.el (crm-completion-table): New variable.
13083 (crm-collection-fn, crm-test-completion)
13084 (completing-read-multiple): Use it.
13085
13086 2000-04-27 Dave Love <fx@gnu.org>
13087
13088 * help.el (locate-library): Use mapc.
13089 (help-manyarg-func-alist): Add call-process-region.
13090
13091 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13092
13093 * subr.el (add-minor-mode): Make argument MAP optional.
13094
13095 * desktop.el (desktop-save): Save list of minor modes.
13096 (desktop-create-buffer): Restore minor modes.
13097 (desktop-minor-mode-table): New user-option.
13098
13099 * subr.el (add-minor-mode): New function.
13100
13101 * image.el (find-image): New function.
13102 (defimage): Rewritten to find image at load time.
13103
13104 * startup.el (normal-top-level-add-to-load-path): Handle
13105 case that the default directory is not in load-path.
13106
13107 * help.el: Old patch from Stefan Monnier.
13108 (help-xref-on-pp): New function.
13109 (describe-variable): Use it to display xrefs in a symbol's value.
13110
13111 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13112
13113 * cus-edit.el (custom-face): Fix parenthesis.
13114
13115 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13116
13117 * mail/rmail.el (rmail-expunge): When there are no deleted
13118 messages, do nothing.
13119
13120 2000-04-26 Dave Love <fx@gnu.org>
13121
13122 * international/mule-cmds.el (locale-translation-file-name):
13123 Defvar to nil.
13124 (set-locale-environment): Set it here (at runtime).
13125
13126 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13127
13128 * replace.el (perform-replace): Add parameters START and END. Use
13129 them instead of the check for a region in Transient Mark mode.
13130 (query-replace-read-args): Return two more list elements for the
13131 start and end of the region in Transient Mark mode.
13132 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13133 (map-query-replace-regexp, replace-string, replace-regexp): Add
13134 optional last arguments START and END and pass them to
13135 perform-replace.
13136
13137 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13138 form with additional arguments for perform-replace.
13139
13140 * progmodes/etags.el (tags-query-replace): Add parameters START
13141 and END. Construct a form with additional arguments for
13142 perform-replace.
13143
13144 * simple.el (shell-command): Set default directory for "*Shell
13145 Command Output" buffer.
13146
13147 * language/european.el (iso-latin-4): Fix typo.
13148
13149 * emacs-lisp/crm.el: New file.
13150
13151 2000-04-24 Dave Love <fx@gnu.org>
13152
13153 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13154 (Custom-reset-saved, Custom-reset-standard)
13155 (custom-group-value-create, custom-group-set, custom-group-save)
13156 (custom-group-reset-current, custom-group-reset-saved)
13157 (custom-group-reset-standard): Use mapc.
13158 (custom-buffer-create-internal): Disable undo when creating items.
13159 Use mapc.
13160 (custom-face): Avoid redundant lambda.
13161
13162 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13163
13164 * startup.el (auto-save-list-file-prefix): Set default to
13165 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13166
13167 2000-04-24 Sam Steingold <sds@gnu.org>
13168
13169 * time-stamp.el (time-stamp-string-preprocess): Always convert
13170 `field-result' to a string.
13171
13172 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13173
13174 * frame.el (scrolling): New group.
13175 (automatic-hscrolling): New user-option.
13176
13177 * startup.el (command-line-x-option-alist): Add `-lsp' and
13178 `--line-spacing'.
13179
13180 2000-04-19 Dave Love <fx@gnu.org>
13181
13182 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13183 (cl-mapc): Rename from mapc. Fix the funcall.
13184
13185 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13186
13187 * simple.el (clone-indirect-buffer-other-window): New command.
13188 (clone-indirect-buffer): Add optional arg NORECROD.
13189 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13190
13191 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13192
13193 * window.el (count-screen-lines): New function.
13194 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13195 instead of window-buffer-height.
13196
13197 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13198 non-existing variable comint-input-sentinel.
13199 (inferior-lisp-args-to-list): Removed.
13200 (inferior-lisp): Use split-string instead of
13201 inferior-lisp-args-to-list.
13202
13203 * hexl.el (hexl-insert-hex-string): New command.
13204
13205 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13206 instead of concat.
13207
13208 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13209
13210 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13211 at the start of an existing but empty folder.
13212
13213 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13214
13215 * ps-mule.el: Customization fix, doc fix.
13216 (ps-multibyte-buffer): Customization fix.
13217
13218 2000-04-17 Richard M. Stallman <rms@gnu.org>
13219
13220 * subr.el (read-passwd): Use read-char-exclusive.
13221
13222 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13223
13224 * textmodes/texinfo.el (texinfo-insert-@email)
13225 (texinfo-insert-@emph, texinfo-insert-@quotation)
13226 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13227 (texinfo-mode-map): Add key bindings for them.
13228
13229 * files.el (basic-save-buffer-2): Use a template with `$'
13230 instead of `#' for VMS.
13231
13232 * simple.el (clone-indirect-buffer): New function.
13233
13234 2000-04-16 Stephen Eglen <stephen@gnu.org>
13235
13236 * iswitchb.el (iswitchb-case): New function. If the user input
13237 contains any upper-case characters, the search is made
13238 case-sensitive.
13239
13240 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13243 comment-end.
13244 (texinfo-font-lock-syntactic-keywords): New var.
13245 (texinfo-font-lock-keywords): Remove comment regexp.
13246 (texinfo-insert-block): New function.
13247 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13248 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13249 and font-lock-defaults. Use regexp-opt for outline-regexp.
13250 (texinfo-environments): New var.
13251 (texinfo-environment-regexp): Use regexp-opt and
13252 texinfo-environments.
13253
13254 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13255 ispell-process is bound since this might be eval'd before ispell
13256 is loaded.
13257 (ispell-message): Use a tiny bit less magic and a bit more hard
13258 data to figure out what kind of sc-cite-regexp to use.
13259
13260 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13261
13262 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13263 (insert-cyclic-diary-entry): Unquote the lambda.
13264
13265 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13266
13267 * files.el (backup-enable-predicate): Unquote the lambda.
13268
13269 * cus-edit.el (custom-face, face): Unquote the lambda.
13270
13271 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13272
13273 * ps-print.el: Check for line-beginning-position definition.
13274
13275 * ps-print.el: Fix counting lines in a region.
13276 (ps-print-version): New version number (5.1.5).
13277 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13278 (ps-printing-region): Fun code fix.
13279
13280 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13281
13282 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13283 to file-directory-p.
13284
13285 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13286
13287 * gud.el (gud-jdb-build-source-files-list): Check that directory
13288 exists before calling directory-files.
13289
13290 2000-04-13 Dave Love <fx@gnu.org>
13291
13292 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13293 syntax.
13294
13295 * emacs-lisp/cl-specs.el: Remove when, unless.
13296
13297 * emacs-lisp/cl-extra.el: Don't quote keywords.
13298 (cl-old-mapc): New variable.
13299 (mapc): Use it.
13300 (cl-map-intervals): Use with-current-buffer. Don't check for
13301 next-property-change.
13302 (cl-map-overlays): Use with-current-buffer.
13303 (cl-expt): Remove.
13304 (copy-tree, remprop): Define unconditionally.
13305
13306 * emacs-lisp/cl-compat.el (keywordp): Remove.
13307
13308 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13309 to use keywordp.
13310 (edebug-spec): Enable keywordp.
13311
13312 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13313 string-lessp.
13314
13315 * cus-start.el: Use keywordp.
13316
13317 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13318
13319 * diary-lib.el (include-other-diary-files): Fix the fix of
13320 2000-02-18 by doing a save-excursion.
13321
13322 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13323
13324 * ps-print.el: Customization fix, doc fix.
13325 (ps-print-version): New version number (5.1.4).
13326 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13327 (ps-print-preprint): Adjust code.
13328 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13329 (ps-print-prologue-header, ps-print-control-characters)
13330 (ps-spool-config): Customization fix.
13331
13332 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13333
13334 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13335 converted to the new menu-item format, names silightly changed,
13336 help strings added.
13337
13338 Support for spelling without async subprocesses:
13339
13340 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13341 (ispell-session-buffer): New variables.
13342 (ispell-start-process, ispell-process-status,
13343 ispell-accept-output, ispell-send-string): New functions, for
13344 Ispell invocation when async subprocesses aren't supported.
13345 (ispell-word, ispell-pdict-save, ispell-command-loop,
13346 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13347 to process-send-string with calls to ispell-send-string, and
13348 accept-process-output with ispell-accept-output.
13349 (ispell-init-process): Call ispell-process-status instead of
13350 process-status with.
13351 (ispell-init-process): Call ispell-start-process. Call
13352 ispell-accept-output and ispell-send-string. Don't call
13353 process-kill-without-query and kill-process if they are unbound.
13354 (ispell-async-processp): New function.
13355
13356 2000-04-12 Dave Love <fx@gnu.org>
13357
13358 * info.el: Add debug-ignored-errors.
13359 (Info-mode-menu): Add some items.
13360 (Info-directory): Add autoload cookie.
13361
13362 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13363 Modify `truncate-lines'. Make `describe-language-environment'
13364 always visible and add help. Modify `describe-key' help. Invoke
13365 Info-directory from `info'. New entry `emacs-manual'.
13366
13367 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13368
13369 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13370 propertized-buffer-identification.
13371 (ebrowse-update-member-buffer-mode-line): Likewise.
13372 (ebrowse--mode-strings): Removed.
13373 (ebrowse--mode-line-props): Removed.
13374
13375 * files.el (auto-mode-alist): Add `EBROWSE'.
13376
13377 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13378 space before testing for end of buffer.
13379 (ebrowse-load): Removed.
13380 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13381 (ebrowse-create-tree-buffer): Rewritten.
13382 (ebrowse-tree-mode): Read tree from buffer.
13383
13384 * progmodes/ebrowse-ffh.el: Removed.
13385
13386 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13387
13388 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13389
13390 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13391
13392 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13393 at the wrong place.
13394
13395 2000-04-09 Dave Love <fx@gnu.org>
13396
13397 * files.el (backup-enable-predicate): Use
13398 temporary-file-directory, small-temporary-file-directory.
13399 (make-backup-file-name-function, backup-directory-alist): New
13400 variables.
13401 (make-backup-file-name-1): New function.
13402 (make-backup-file-name): Use it.
13403 (find-backup-file-name): Likewise. Use format for clarity, not
13404 concat.
13405 (file-newest-backup): Use make-backup-file-name.
13406
13407 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13408
13409 * progmodes/ebrowse-ffh.el: New file.
13410
13411 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13412 to ebrowse-ffh.el.
13413 (ebrowse-load): Add autoload.
13414
13415 * finder.el (finder-commentary): Add autoload cookie.
13416
13417 * mail/rfc2368.el: Correct author's email address.
13418
13419 * progmodes/ebrowse.el: New file.
13420
13421 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13422 item help string.
13423 (easy-menu-do-add-item): Ditto.
13424 (easy-menu-define): Extend doc string.
13425
13426 * jit-lock.el (with-buffer-unmodified): Use
13427 restore-buffer-modified-p.
13428 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13429 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13430 with-buffer-unmodified.
13431
13432 2000-04-08 Dave Love <fx@gnu.org>
13433
13434 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13435 unless, when.
13436
13437 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13438
13439 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13440 (viper-flash-search-pattern): No operation when using Emacs
13441 doesn't support face.
13442 Use `viper-put-on-search-overlay'.
13443
13444 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13445
13446 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13447 like C-r.
13448
13449 * progmodes/make-mode.el: Some doc fixes.
13450 (makefile-mode-abbrev-table): New variable.
13451 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13452 (makefile-font-lock-keywords): Fontify includes and conditionals.
13453 (toplevel): Require `dabbrev' and `add-log' when compiling.
13454
13455 * replace.el (perform-replace): Don't move forward one char
13456 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13457 to do that because it leaves point 1 position after the last
13458 replacement, after everything has been replaced.
13459
13460 * jit-lock.el (with-buffer-unmodified): New macro.
13461 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13462 modified state.
13463 (jit-lock-function-1): Extracted from jit-lock-function; not
13464 preserving buffer's modified state.
13465 (jit-lock-function, jit-lock-stealth-fontify): Call
13466 jit-lock-function-1.
13467
13468 * mail/rfc2368.el: Remove supernumerary copyright line.
13469
13470 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13471
13472 * glasses.el: Provide facilities for inserting space before left
13473 parentheses and uncapitalization of identifiers.
13474 (glasses-mode): Try to remove old overlays in all cases.
13475
13476 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13477
13478 * progmodes/compile.el (compile-internal): Display the compilation
13479 buffer in a different frame, if it's already displayed there.
13480
13481 * mail/rfc2368.el: New file.
13482
13483 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13484 header and insert its value as mail body.
13485
13486 * subr.el (member-ignore-case): New function.
13487
13488 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13489 (dabbrev--find-expansion): Ignore buffers matching a regexp
13490 from dabbrev-ignored-regexps.
13491
13492 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13493 to extensions handled by gzip.
13494
13495 2000-04-03 Richard M. Stallman <rms@gnu.org>
13496
13497 * files.el (insert-directory): List the total free space
13498 along with the used space.
13499
13500 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13501 line is followed by one that matches CITATION-REGEXP, end the
13502 paragraph.
13503
13504 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13505
13506 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13507 (rmail-make-basic-summary-line): Use that option.
13508
13509 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13510
13511 * international/mule-cmds.el (encoded-string-description):
13512 Rewritten. Try pretty description for ISO 2022 escape sequences
13513 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13514 for hexadecimal format.
13515
13516 2000-04-01 Dave Love <fx@gnu.org>
13517
13518 * cpp.el: Change customization group to `c' from `C'.
13519
13520 * vcursor.el (vcursor-move): Use display-color-p.
13521
13522 * international/mule-util.el: Provide mule-utils.
13523 (string-to-sequence): Simplify and speed up.
13524
13525 * international/mule.el (make-coding-system): Purecopy doc-string.
13526
13527 * international/mule-cmds.el: Various menu changes.
13528 (describe-specified-language-support): Handle `Default'.
13529 (set-language-info): Purecopy `info'.
13530
13531 2000-03-31 Andrew Innes <andrewi@gnu.org>
13532
13533 * vc.el (vc-backend-diff): Return the correct status if we had to
13534 retry the rcsdiff command without the --brief option.
13535
13536 2000-03-31 Dave Love <fx@gnu.org>
13537
13538 * help.el (help-manyarg-func-alist): Correct several omissions.
13539
13540 * add-log.el: Don't require cl, fortran.
13541 (add-log-current-defun-function): Doc fix.
13542 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13543 fix.
13544 (change-log-version-rcs): Function deleted.
13545 (change-log-version-number-search): Doc fix. Use
13546 vc-workfile-version. Avoid CL dolist.
13547 (add-change-log-entry): Just call add-log-current-defun to get
13548 defun. Simplify somewhat.
13549 (change-log-get-method-definition-1): Likewise.
13550 (add-log-current-defun): Return nil if calling
13551 add-log-current-defun-function does so. Move Fortran stuff to
13552 fortran.el. Return string without properties.
13553
13554 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13555 and :alpha: char classes.
13556
13557 * mail/supercite.el: Defvar curline when compiling.
13558 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13559 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13560 rather than a-zA-Z0-9 to allow non-ASCII characters.
13561
13562 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13563
13564 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13565
13566 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13567 Re-enable new code.
13568
13569 * lpr.el (print-region-1): Use -d to specify printer name for
13570 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13571
13572 2000-03-31 Dave Love <fx@gnu.org>
13573
13574 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13575 for function definition in symbol's function value slot first
13576 instead of first consulting byte-compile-function-environment.
13577
13578 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13579
13580 * language/european.el ("Polish"): New language environment.
13581 (setup-polish-environment): New function.
13582
13583 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13584
13585 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13586 Disable new code.
13587
13588 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13589 trying to `load' the symbol of an autoload instead of the file
13590 recorded in the autoload. Fix error messages.
13591
13592 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13593
13594 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13595 (ps-print-version): New version number (5.1.3).
13596 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13597 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13598 (ps-generate-postscript-with-faces): Code fix.
13599 (ps-color-values): XEmacs compatibility.
13600 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13601 (ps-default-fg, ps-default-bg): Adjust customization.
13602 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13603 (ps-color-scale): Renaming old ps-color-value fun.
13604 (ps-print-headers): Replace ps-print-header group to avoid conflict
13605 with ps-print-header variable.
13606 (ps-print-miscellany): New group.
13607 (ps-format-color, ps-rgb-color): New funs.
13608 (ps-default-foreground): New var.
13609 (ps-printer-name-option): New const.
13610
13611 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13612
13613 * net/net-utils.el:
13614 (network-connection-host, network-connection-service): New variables
13615 (network-connection-mode): New mode, derived from comint-mode
13616 (network-connection-mode-setup): New function, saves host and
13617 service information in local variables.
13618
13619 * lisp/locate.el:
13620 (locate-word-at-point): Added this function
13621 (locate): Default to using locate-word-at-point as input
13622 Run dired-mode-hook
13623
13624 2000-03-29 Dave Love <fx@gnu.org>
13625
13626 * calendar/appt.el: Doc fixes.
13627 (appt-check): Convert min-to-app to a string before passing to
13628 appt-disp-window-function or concat.
13629 (appt-delete-window): Remove test for frame-root-window.
13630 (appt-select-lowest-window, appt-convert-time): Simplify.
13631
13632 * emacs-lisp/bytecomp.el: Doc fixes.
13633 (byte-compile-file-form-autoload): Update
13634 byte-compile-function-environment.
13635
13636 2000-03-29 Andreas Schwab <schwab@suse.de>
13637
13638 * emacs-lisp/autoload.el: Also print defsubst doc string
13639 specially.
13640
13641 * dired.el (dired-insert-directory): If dired-free-space-program
13642 failed just delete its output.
13643
13644 2000-03-29 Dave Love <fx@gnu.org>
13645
13646 * international/iso-cvt.el: Move provide to end. Doc fixes.
13647 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13648 (iso-iso2sgml, iso-sgml2iso): New functions.
13649 (iso-cvt-define-menu): Fix some entries and use backquote for
13650 clarity.
13651
13652 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13653
13654 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13655
13656 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13657 ISO-DATE. If non-nil, return date in ISO 8601 format.
13658
13659 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13660
13661 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13662 if it ever becomes used.
13663 (log-edit-mode-hook): Default to vc-log-mode-hook.
13664 (log-edit-mode): Fix the docstring.
13665
13666 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13667 the code.
13668
13669 2000-03-26 Dave Love <fx@gnu.org>
13670
13671 * net/browse-url.el (browse-url): Re-fix case of
13672 browse-url-browser-function being an alist.
13673 (browse-url): Add :link to defgroup.
13674
13675 * files.el: Doc fixes.
13676 (file-truename): Include `[' in wildcard characters.
13677 (automount-dir-prefix): Customize.
13678 (find-file-wildcards): Add :version.
13679 (find-file-noselect): Simplify a mapcar call.
13680
13681 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13682 compatible with inf-lisp version.
13683 (eval-defun-1): Fix custom-declare-variable case.
13684
13685 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13686
13687 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13688
13689 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13690
13691 * Makefile (COMPILE_FIRST): New macro.
13692 (compile-files): Compile files from COMPILE_FIRST first.
13693
13694 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13695 code.
13696
13697 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13698 matching open parenthesis in column 0 to defun-prompt-regexp
13699 only if open-paren-in-column-0-is-defun-start is set.
13700
13701 * sun-curs.el: Require CL at compile-time only.
13702
13703 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13704 instead of copy-list which is a function from CL.
13705 (msb--choose-menu, msb--mode-menu-cond)
13706 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13707 (msb--init-file-alist): Use mapcar instead of mapcan.
13708 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13709 `(' in column 0 in doc string.
13710 (msb--add-separators): Use mapcar instead of mapcan.
13711
13712 * cus-dep.el: Require CL at compile-time only.
13713
13714 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13715
13716 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13717 (byte-compile-warnings): New warning `noruntime'.
13718 (byte-compile-constants, byte-compile-variables): Fix docstring.
13719 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13720 execute `eval-whenc-compile's body.
13721 (byte-compile-unresolved-functions): Fix docstring.
13722 (byte-compile-eval): New function.
13723 (byte-compile-callargs-warn): Check if the function will be available
13724 at runtime (via property `byte-compile-noruntime').
13725 (byte-compile-print-syms): New function.
13726 (byte-compile-warn-about-unresolved-functions): Also warn about
13727 `noruntime' functions (and use `byte-compile-print-syms').
13728 (byte-compile-file): Capitalize the message.
13729
13730 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13731
13732 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13733 (rmail-expunge): Ask for confirmation depending on the setting
13734 of rmail-confirm-expunge.
13735
13736 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13737
13738 * Makefile (bootstrap-clean): If $(emacs) exists, build
13739 loaddefs.el first. A loaddefs.el that's not up-to-date might
13740 cause a bootstrap failure because things don't autoload as
13741 expected.
13742
13743 2000-03-23 Dave Love <fx@gnu.org>
13744
13745 * net/browse-url.el: Restore previous use of
13746 browse-url-maybe-new-window.
13747
13748 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13749
13750 * ps-print.el: Skip banner page fix.
13751 (ps-print-version): New version number (5.1.2).
13752 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13753
13754 2000-03-23 Dave Pearson <davep@davep.org>
13755
13756 * net/quickurl.el Changed the type of parameter passed to the
13757 function defined by `quickurl-format-function'. Before only the
13758 text of the URL was passed. Now the whole URL structure is passed
13759 and the function is responsible for extracting the parts it
13760 requires. Changed the default of `quickurl-format-function'
13761 accordingly.
13762 (quickurl-insert): Changed the `funcall' of
13763 `quickurl-format-function' to match the above change.
13764 (quickurl-list-insert): Changed the `url' case so that it makes
13765 use of `quickurl-format-function', previous to this the format was
13766 hard wired.
13767
13768 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13769
13770 * startup.el: Change some spellings for the X Window System.
13771
13772 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13773
13774 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13775 up the code and the regexp and make sure the cursor is temporarily
13776 moved to the suspicious line while querying the user.
13777
13778 2000-03-22 Jason Rumney <jasonr@gnu.org>
13779
13780 * w32-fns.el (w32-charset-info-alist): Initialize.
13781
13782 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13783
13784 * ps-print.el: N-up last page fix.
13785 (ps-print-version): New version number (5.1.1).
13786 (ps-end-file, ps-end-job, ps-generate): Code fix.
13787
13788 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13789
13790 * files.el (find-file-run-dired): Update docstring.
13791 (find-directory-functions): New hook.
13792 (find-file-noselect): Run find-directory-functions rather than
13793 calling dired directly.
13794
13795 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13796
13797 * pcvs.el: Add a minimal leading commentary.
13798 (cvs-make-cvs-buffer): Change the header part by removing the startup
13799 message and adding a `Module' entry. Also replace the FOOTER and
13800 HEADER special fileinfos with the new support in ewoc for updating
13801 its own footer and header.
13802 (cvs-update-header): Update to use the header/footer of the ewoc.
13803 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13804 (cvs-is-within-p): New function.
13805 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13806 to only examine some subset of the buffers.
13807
13808 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13809 `format' instead of our own ad-hoc functions.
13810 Remove HEADER and FOOTER cases, now handled in the EWOC.
13811 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13812
13813 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13814 output to avoid scaring the user.
13815 (cvs-parse-table): Catch message for non-up-to-date commits.
13816
13817 * pcvs-defs.el (cvs-startup-message): Remove.
13818 (cvs-global-menu): New autoloaded menu.
13819
13820 * pcvs-util.el (cvs-string-fill): Remove.
13821
13822 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13823 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13824 PP part of it and also make it work for footers and headers.
13825 (ewoc-create): Drop POS and BUFFER arguments.
13826 Use the DLL's dummy node to store the end-of-footer position.
13827 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13828 (ewoc-refresh): Remove unused `header' variable.
13829 (ewoc-(get|set)-hf): New functions.
13830
13831 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13832 log-view-*-(message|file) and use easy-mmode-define-navigation.
13833 (log-view-message-re): Match SCCS format as well.
13834 And match the revision line rather than the dashed separator line.
13835 (log-view-mode): Use the new define-derived-mode.
13836 (log-view-current-tag): Fill in with an actual implementation.
13837
13838 * cvs-status.el (cvs-status-(prev|next)): Rename from
13839 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13840 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13841 to let the output "breathe" a little more (more readable).
13842 (cvs-status-mode): Use the new define-derived-mode.
13843
13844 * smerge-mode.el (smerge-auto-leave): New function and variable.
13845 (smerge-basic-map): Rename from smerge-basic-keymap.
13846 Change the bindings for smerge-diff-*.
13847 (smerge-*-map): Use easy-mmode-defmap.
13848 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13849 (smerge-keep-*): Use smerge-auto-leave.
13850
13851 2000-03-21 Jason Rumney <jasonr@gnu.org>
13852
13853 * cus-edit.el (custom-button-face): Use 3D look for w32.
13854 (custom-button-pressed-face): Likewise.
13855
13856 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13857
13858 * progmodes/etags.el (tags-case-fold-search): New user-option.
13859 (tags-loop-eval): New function. Bind case-fold-search around eval
13860 depending on the value of tags-case-fold-search.
13861 (tags-loop-continue): Use tags-loop-eval.
13862 (find-tag-in-order): Bind case-fold-search depending on the value
13863 of tags-case-fold-search.
13864
13865 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13866
13867 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13868 (diff-end-of-hunk): Return the end position for use in
13869 `easy-mmode-define-navigation'.
13870 (diff-recenter): Remove.
13871 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13872 of `easy-mmode-define-navigation'.
13873 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13874 previous renaming) and fix to use new names.
13875 (diff-merge-strings): Use \n as separator: simpler, faster.
13876 (diff-mode): Use `define-derived-mode'.
13877
13878 * derived.el (define-derived-mode): Don't autoload anymore.
13879 Prefer the macro-only version provided by easy-mmode.el.
13880
13881 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13882 `easy-mmode-define-derived-mode'.
13883 Use `combine-run-hooks'.
13884 (easy-mmode-define-navigation): New macro.
13885
13886 * subr.el (combine-run-hooks): New function.
13887
13888 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13889
13890 * term/x-win.el: Fontsets related initialization is simplified.
13891
13892 * international/mule-diag.el (describe-font): Don't refer to
13893 global-fontset-alist, instead call font-list.
13894 (describe-fontset, list-fontsets, mule-diag): Likewise.
13895 (print-fontset): Adjusted for the change of fontset
13896 implementation.
13897
13898 * international/fontset.el (x-charset-registries): Variable
13899 removed, instead the corresponding data is stored in the default
13900 fontset.
13901 (register-alternate-fontnames): Function removed.
13902 (resolved-ascii-font): Variable removed.
13903 (x-compose-font-name): Ignore the second argument REDOCE.
13904 (x-complement-fontset-spec): Complement only an ASCII font and
13905 element for those charsets than can use that ASCII font.
13906 (generate-fontset-menu): Don't refer to global-fontset-alist,
13907 instead call fontset-list.
13908 (uninstantiated-fontset-alist): Variable removed.
13909 (x-style-funcs-alist): Likewise.
13910 (fontset-default-styles): Likewise.
13911 (x-modify-font-name): Function removed.
13912 (create-fontset-from-fontset-spec): Ignore the argument
13913 STYLE-VARIANT.
13914 (create-fontset-from-ascii-font): Docsting adjusted for the above
13915 change.
13916 (instantiate-fontset, resolve-fontset-name): Functions removed.
13917 (fontset-list): Now implemented by C code.
13918
13919 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13920 (describe-face): Include `font' attribute in the description.
13921
13922 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13923
13924 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13925
13926 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13927
13928 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13929 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13930 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13931
13932 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13933 about behavior of set-buffer-modified-p wrt redisplay.
13934
13935 2000-03-19 Richard M. Stallman <rms@gnu.org>
13936
13937 * view.el (view-mode-disable): Kill local binding of view-read-only.
13938
13939 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13940
13941 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13942 is a string, convert it to a syntax cell using string-to-syntax.
13943
13944 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13945 (string-to-syntax): New function.
13946
13947 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13948 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13949 try to use passive ftp mode.
13950
13951 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13952
13953 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13954
13955 * simple.el (append-to-buffer): Update point of windows after
13956 insertion.
13957
13958 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13959 forward then moving backward. Reindent.
13960
13961 * frame.el (other-frame): Call x-focus-frame only if
13962 focus-follows-mouse is off.
13963
13964 2000-03-17 Dave Love <fx@gnu.org>
13965
13966 * pcvs-util.el (cvs-strings->string): Rename
13967 replace-regexps-in-string.
13968
13969 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13970
13971 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13972 regexp for labels cannot span several lines.
13973
13974 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13975 `(setq :<key> ':<key>)' to the macro expansion.
13976
13977 2000-03-16 Dave Love <fx@gnu.org>
13978
13979 * progmodes/f90.el (f90): Put custom group under `languages', not
13980 `fortran'.
13981 (f90-mode-hook): Customize.
13982 (f90-mode): Set add-log-current-defun-function.
13983 (f90-current-defun): New function.
13984
13985 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13986
13987 * cus-edit.el (custom-variable-tag-face): Handle case that
13988 default face's height is not a number.
13989 (custom-face-tag-face, custom-group-tag-face-1)
13990 (custom-group-tag-face): Ditto.
13991 (custom-group-tag-face-1): Add :group.
13992
13993 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13994
13995 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13996
13997 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13998 requiring easymenu.
13999
14000 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14001
14002 * ps-print.el: PostScript user-defined prologue, PostScript error
14003 handler, doc fix.
14004 (ps-print-version): New version number (5.1).
14005 (ps-user-defined-prologue, ps-error-handler-message)
14006 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14007 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14008 (ps-insert-string): New function.
14009
14010 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14011
14012 * international/ccl.el (ccl-compile-expression): Don't generate
14013 invalid self-assignment code.
14014
14015 2000-03-14 Dave Love <fx@gnu.org>
14016
14017 * subr.el (replace-regexp-in-string): Renamed from
14018 replace-regexps-in-string. Doc fix.
14019
14020 2000-03-12 Dave Love <fx@gnu.org>
14021
14022 * cus-edit.el: Doc fixes.
14023 (customize-set-variable, customize-save-variable): Rename args for
14024 doc.
14025 (custom-variable-tag-face, custom-face-tag-face)
14026 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14027 style which user identify as hyperlink.
14028 (hook): Don't add undefined functions to the hook.
14029 (debug-ignored-errors): Transfer message from bindings.el.
14030
14031 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14032
14033 * recentf.el (recentf-keep-non-readable-files-p): Remove
14034 double/nested definition.
14035
14036 2000-03-12 Dave Love <fx@gnu.org>
14037
14038 * facemenu.el (facemenu-get-face): Use display-color-p.
14039 * enriched.el (enriched-decode-foreground): Likewise.
14040 (enriched-decode-background): Likewise.
14041 * isearch.el (isearch-highlight): Likewise.
14042 * info-look.el (info-lookup): Likewise.
14043 * simple.el (completion-setup-function): Likewise.
14044
14045 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14046 :options.
14047
14048 * bindings.el (mode-line-format): Fix line-number and
14049 column-number items. Add help-echo for the background.
14050 (mode-line-mule-info): Modify help-echo.
14051
14052 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14053
14054 * files.el (load-file): Allow completion to .elc.
14055
14056 * man.el: Doc fixes.
14057 (Man-init-defvars): Use display-color-p to set fontification.
14058
14059 * play/hanoi.el (hanoi-internal): Don't use oddp.
14060
14061 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14062
14063 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14064
14065 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14066
14067 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14068
14069 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14070 Fix comment.
14071
14072 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14073
14074 * font-lock.el (font-lock-keywords): Fix the doc now that
14075 regexp-opt-depth is unnecessary.
14076 (save-buffer-state): Set an edebug spec.
14077 (font-lock-fontify-anchored-keywords): Properly handle the case when
14078 the matcher goes past the limit.
14079
14080 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14081 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14082
14083 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14084 dll.el and cookie.el (from Elib) with heavy renaming and other
14085 massaging.
14086
14087 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14088 Autoload the functions used.
14089 (easy-mmode-define-syntax): Fix CL typo.
14090 (easy-mmode-define-derived-mode): Improve the docstring generation.
14091
14092 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14093
14094 * textmodes/texinfo.el (texinfo-version): Variable and function
14095 removed.
14096
14097 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14098
14099 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14100 allow more flexibility.
14101 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14102 fns.
14103 (easy-mmode-defmap, easy-mmode-defsyntax)
14104 (easy-mmode-define-derived-mode): New macros.
14105
14106 2000-03-09 Didier Verna <didier@xemacs.org>
14107
14108 * rect.el (replace-rectangle): New function.
14109
14110 2000-03-09 Dave Love <fx@gnu.org>
14111
14112 * progmodes/fortran.el (fortran-comment-line-start): Define as
14113 "C".
14114 (fortran-comment-line-start-skip): Don't match cpp stuff.
14115 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14116 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14117 (fortran-mode): Don't set fortran-comment-line-start-skip,
14118 fortran-comment-line-start here. Set comment-start,
14119 add-log-current-defun.
14120 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14121 (fortran-current-defun): New function.
14122
14123 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14124
14125 * emacs-lisp/re-builder.el: New file.
14126
14127 * mouse.el (mouse-drag-region): Don't run up-event handler
14128 if hscroll has changed.
14129
14130 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14131 builtin operators, use `font-lock-builtin-face' for Emacs and
14132 `font-lock-preprocessor-face' otherwise.
14133
14134 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14135 `(defun (setf foo)' differently.
14136
14137 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14138
14139 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14140 (regexp-opt): Update comment and adapt the code the new meaning of
14141 the `paren' argument of regex-opt-group for shy-groups.
14142 (regexp-opt-depth): Handle shy groups as well as backslashed
14143 backslashes.
14144 (regexp-opt-group): Turn the leading comment into a docstring.
14145 Allow `paren' to be a string (the string to use to open a group).
14146 Remove open-presuf and close-presuf. Instead of checking for `all
14147 one-char' and then later on check for `several one-char', handle
14148 both cases close together. Also apply a more generic algorithm
14149 for suffixes (the mirror image of the algorithm used for
14150 prefixes). Use shy-groups. Use nreverse rather than reverse.
14151 (regexp-opt-try-suffix): Removed.
14152
14153 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14154 from comint-mode-map, so we can just inherit from it. Also, move
14155 the initialization into the `defvar' since there's no docstring
14156 anyway and it's fairly short.
14157 (inferior-scheme-mode): Define it as derived-mode: the code is
14158 shorter and this way we inherit from comint-mode-map rather than
14159 copying it.
14160
14161 * subr.el (replace-regexps-in-string): Properly handle the case
14162 where we match an empty string.
14163
14164 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14165 when the command has a directory component (such as "./testml").
14166 Also fix a typo in the comment.
14167
14168 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14169
14170 * Makefile (compile-files): Compile files one by one because
14171 that's the only way to ensure a clean compilation environment for
14172 each individual file.
14173
14174 * frame.el (other-frame): Call x-focus-frame.
14175
14176 2000-03-07 Dave Love <fx@gnu.org>
14177
14178 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14179 :require to defcustom.
14180
14181 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14182 lists.
14183
14184 * files.el (auto-mode-alist): Add configure.in.
14185
14186 * progmodes/autoconf.el: New file.
14187
14188 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14189
14190 * mail/mh-e.el: Change maintainer to `none'.
14191
14192 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14193 to remove-hook and add-hook.
14194
14195 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14196
14197 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14198 it as the default.
14199 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14200 (sendmail-send-it): Conditionally add MIME headers specifying the
14201 used character set.
14202
14203 2000-03-07 Dave Love <fx@gnu.org>
14204
14205 * winner.el: Fix keywords, autoload cookies. Split
14206 eval-when-compile form to avoid compilation failure.
14207
14208 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14209
14210 * international/mule.el: Modify comment about coding system
14211 property `coding-category'.
14212 (make-coding-system): New argument EOL-TYPE. Pay attention to
14213 coding-category property of PROPERTIES.
14214
14215 * international/mule-conf.el (coding-category-utf-8,
14216 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14217 categories. Include them in the argument for set-coding-priority.
14218
14219 * international/mule-cmds.el (reset-language-environment): Include
14220 coding-category-utf-8, coding-category-utf-16-be, and
14221 coding-category-utf-16-le in the argument for set-coding-priority.
14222 (reset-language-environment): Initialize coding-category-utf-8,
14223 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14224
14225 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14226
14227 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14228 code abstracted out of `bookmark-jump-noselect'. Now tries info
14229 extensions as well as compression extensions.
14230 (bookmark-jump-noselect): Use above new func.
14231
14232 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14233
14234 * strokes.el: Change maintainer's mail address.
14235
14236 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14237
14238 * international/mule-diag.el (list-character-sets): Make help-echo
14239 string by substitute-command-keys.
14240 (list-character-sets): Likewise.
14241 (sort-listed-character-sets): Call help-setup-xref.
14242
14243 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14244
14245 * time.el (display-time-mail-file): Add `none' to the list of
14246 choices.
14247
14248 2000-03-01 Dave Love <fx@gnu.org>
14249
14250 * help.el (help-xref-go-back): Don't try to set position.
14251
14252 * international/mule-diag.el (list-character-sets): Call
14253 help-setup-xref. Add help-echo to xrefs.
14254 (list-character-sets-1): Add help-echo to xrefs.
14255
14256 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14257
14258 * frame.el (blink-cursor-mode): Switch cursor on when turning
14259 the mode off.
14260
14261 * add-log.el (add-log-current-defun): Add support for
14262 Autoconf mode.
14263
14264 * mail/rmail.el (rmail-quit-hook): New variable.
14265
14266 2000-03-01 Dave Love <fx@gnu.org>
14267
14268 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14269
14270 * help.el (help-xref-button): Add help-echo arg.
14271 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14272
14273 * faces.el (list-faces-display): Supply help-echo with
14274 help-make-xrefs.
14275
14276 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14277 nil.
14278
14279 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14280
14281 * image.el (defimage): Look for image files in load-path.
14282
14283 * frame.el (busy-cursor-delay-seconds): Change type to
14284 `number'.
14285
14286 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14287
14288 * recentf.el (recentf): Added version tag to the defgroup of
14289 recentf.
14290
14291 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14292
14293 * recentf.el (recentf-cleanup): Changed to remove excluded file
14294 too.
14295 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14296 action to select/unselect a file.
14297 (recentf-edit-list): Code cleanup and improvement.
14298 (recentf-open-more-files-action): `recentf-open-more-files' button
14299 widget action to open a file.
14300 (recentf-open-more-files): No more use standard completion but
14301 widgets.
14302 (recentf-more-collection): Deleted.
14303 (recentf-more-history): Deleted.
14304 (recentf-setup-more-completion): Deleted.
14305
14306 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14307
14308 * recentf.el (recentf-mode): No more needs that Emacs is running
14309 under a window-system.
14310
14311 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14312
14313 * recentf.el (recentf-edit-list): New command to edit the recent
14314 list which allow the user to remove files.
14315 (recentf-edit-selected-items): New global variable, used by
14316 `recentf-edit-list' to hold the list of files to be removed from
14317 the recent list.
14318 (recentf-make-menu-items): Updated to display a "Edit list..."
14319 menu item. Minor code cleanup.
14320
14321 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14322
14323 * recentf.el (recentf-open-more-files): New command to open files
14324 that are not displayed in the menu.
14325 (recentf-more-collection): New global variable holding the set of
14326 permissible completions used by `recentf-open-more-files'.
14327 (recentf-more-history): New global variable holding the history list
14328 used by `recentf-open-more-files' completion.
14329 (recentf-setup-more-completion): New function to setup completion for
14330 `recentf-open-more-files'.
14331 (recentf-make-menu-items): Updated to display a "More..." menu item.
14332
14333 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14334
14335 * recentf.el (recentf-menu-action): Doc fixed.
14336
14337 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14338
14339 * recentf.el (recentf-menu-filter): Doc updated.
14340 (recentf-update-menu-hook): Allow menu filters to force menu update.
14341 (recentf-make-menu-items): New menu filter handling.
14342 (recentf-make-menu-item): New helper function.
14343 (recentf-menu-elements): New menu handling function.
14344 (recentf-sort-ascending): Updated to new menu filter handling.
14345 (recentf-sort-descending): Updated to new menu filter handling.
14346 (recentf-sort-basenames-ascending): New menu filter function.
14347 (recentf-sort-basenames-descending): New menu filter function.
14348 (recentf-show-basenames): New menu filter function.
14349 (recentf-show-basenames-ascending): New menu filter function.
14350 (recentf-show-basenames-descending): New menu filter function.
14351
14352 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14353
14354 * diary-lib.el (list-diary-entries): Don't try to go forward at
14355 the end of the buffer.
14356
14357 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14358
14359 * international/mule-diag.el (list-character-sets): Completely
14360 rewritten.
14361 (sort-listed-character-sets): New function.
14362 (list-character-sets-1): Completely rewritten.
14363 (list-character-sets-2): New function.
14364 (non-iso-charset-alist): New variable.
14365 (decode-codepage-char): New function.
14366 (charset-history): New variable.
14367 (read-charset) (list-block-of-chars)
14368 (list-iso-charset-chars)
14369 (list-non-iso-charset-chars)
14370 (list-charset-chars): New functions.
14371 (mule-diag): Call list-character-sets-2, not
14372 list-character-sets-2.
14373 (dump-charsets): Likewise.
14374
14375 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14376
14377 * dired-x.el (dired-filename-at-point): Add `@' to valid
14378 file name characters.
14379 (dired-filename-at-point): Handle ange-ftp file names.
14380
14381 * frame.el (frame-notice-user-settings): Use assq-delete-all
14382 instead of assoc-delete-all.
14383 (frame-notice-user-settings): Ditto.
14384
14385 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14386 Don't copy alist.
14387
14388 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14389
14390 * calculator.el (calculator-use-menu): New option.
14391 (calculator-initial-bindings): Changed some bindings to work as
14392 macros.
14393 (calculator-forced-input): Removed.
14394 (calculator-restart-other-mode): New variable.
14395 (calculator-mode-map): Set up menu.
14396
14397 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14398
14399 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14400 tags.
14401
14402 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14403
14404 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14405 translate all ESC key sequences.
14406 (viper-goto-mark-subr): restore markers for files for which
14407 they were saved.
14408 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14409 * viper-util.el (viper-set-replace-overlay-glyphs,
14410 viper-set-replace-overlay): always check if the replacement
14411 overlay is live.
14412 * viper.el (viper-vi-state-mode-list): added major modes.
14413 * ediff-wind.el: minor comment changes.
14414 * ediff.el: copyright notice date fix.
14415
14416 2000-02-27 Jason Rumney <jasonr@gnu.org>
14417
14418 * faces.el (face-font-family-alternatives): Add arial to helv.
14419 (mode-line, header-line, tool-bar): Same default as x for w32.
14420 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14421 face-font-family-alternatives from working.
14422 * term/w32-win.el (mouse-set-font): Do not build fontset from
14423 chosen font.
14424
14425 2000-02-25 Sam Steingold <sds@goems.com>
14426
14427 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14428 properly.
14429
14430 2000-02-25 Richard M. Stallman <rms@gnu.org>
14431
14432 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14433
14434 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14435
14436 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14437 writable.
14438
14439 * frame.el (busy-cursor-delay-seconds): New option.
14440
14441 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14442
14443 * frame.el (show-cursor-in-non-selected-windows): New option.
14444
14445 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14446
14447 * diary-lib.el (include-other-diary-files): Undo the selective
14448 display in any included file and don't kill it.
14449
14450 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14451
14452 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14453 bar. Menu items converted to (menu-item format, help strings
14454 added.
14455 [downcase, upcase]: Don't enable on MS-DOS.
14456 [symlink, symlinks]: Don't show if make-symbolic-link is not
14457 bound.
14458 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14459
14460 2000-02-23 Dave Love <fx@gnu.org>
14461
14462 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14463 (backward-kill-word): Revert addition of * to interactive spec --
14464 it's a feature.
14465
14466 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14467 (backward-kill-sentence, kill-sentence): Likewise.
14468
14469 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14470 scratch buffer name.
14471 (gud-format-command): Use int-to-string in ?l case. Simplify
14472 slightly.
14473
14474 * term/w32-win.el (internal-face-interactive): Update prompt for
14475 new read-face-name.
14476
14477 * mail/footnote.el (footnote): Add :version to defgroup.
14478 (footnote-section-tag-regexp): Customize.
14479 (footnote-start-tag, footnote-end-tag): New option.
14480 (footnote-latin-regexp): New variable.
14481 (Footnote-latin): New function.
14482 (footnote-style-alist): Add element for latin style.
14483 (footnote-style): Moved.
14484 (Footnote-goto-footnote): Use eq to test arg.
14485
14486 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14487
14488 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14489 (byte-compile-trueconstp): Include keywords.
14490 (byte-optimize-quote, byte-optimize-lapcode): Use
14491 byte-compile-const-symbol-p.
14492 (byte-optimize-char-before): New optimization.
14493
14494 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14495 (byte-compile-const-symbol-p): New function.
14496 (byte-compile-constp, byte-compile-out-toplevel)
14497 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14498 Use it.
14499
14500 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14501
14502 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14503
14504 * international/encoded-kb.el: Be sure to update minor-mode-alist
14505 and minor-mode-map-alist.
14506 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14507 codes SS2 and SS3 correctly.
14508 (encoded-kbd-self-insert-ccl): New function.
14509 (encoded-kbd-setup-keymap): New function.
14510 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14511 by calling encoded-kbd-setup-keymap.
14512
14513 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14514 characters.
14515 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14516 locally.
14517
14518 2000-02-22 Dave Love <fx@gnu.org>
14519
14520 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14521 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14522 defvar.
14523 (lisp-mode-syntax-table): Set up for #|...|# comments.
14524 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14525 classes. Match `defface'.
14526 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14527 (eval-defun-1): Fix for defcustom.
14528 (lisp-indent-region): Doc fix.
14529
14530 * subr.el (when, unless, split-string): Doc fix.
14531 (read-passwd): Move call of clear-this-command-keys to the right
14532 place.
14533 (replace-regexps-in-string): New function.
14534
14535 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14536
14537 * help.el (describe-variable): Set syntax table to
14538 emacs-lisp-mode-syntax-table when moving forward over the
14539 symbol's name.
14540
14541 2000-02-22 Dave Love <fx@gnu.org>
14542
14543 * xt-mouse.el: Doc fixes.
14544 (xterm-mouse-position-function): New function, replacing advice of
14545 mouse-position.
14546 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14547
14548 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14549
14550 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14551
14552 * format.el (format-annotate-single-property-change): Handle
14553 properties.with dotted-list values.
14554 (format-proper-list-p): New function.
14555
14556 * enriched.el (enriched-face-ans): Handle '(foreground-color
14557 . COLOR) and (background-color . COLOR).
14558
14559 2000-02-20 Dave Love <fx@gnu.org>
14560
14561 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14562 and assignments to it.
14563 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14564 current local map.
14565 (make-flyspell-overlay): Use it.
14566 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14567
14568 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14569 (lm-get-header-re): Defun, not defsubst.
14570 (lm-get-package-name): Defun, not defsubst. Simplify.
14571 (lm-version): Doc fix. Simplify.
14572 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14573 (lm-crack-address, lm-last-modified-date, lm-commentary)
14574 (lm-verify, lm-synopsis): Simplify.
14575 (lm-report-bug): Require emacsbug. Use compose-mail.
14576
14577 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14578
14579 * dired.el (dired-mode): Call propertized-buffer-identification
14580 to set mode-line-buffer-identification to something having
14581 the right text properties.
14582
14583 * bindings.el (propertized-buffer-identification): New function.
14584
14585 2000-02-20 Dave Love <fx@gnu.org>
14586
14587 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14588 check for t-mouse too.
14589
14590 * cus-start.el: Make echo-keystrokes `number'.
14591
14592 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14593
14594 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14595 Don't call ring-empty-p unless tags-location-ring is bound.
14596 From Noah Friedman <friedman@splode.com>.
14597
14598 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14599
14600 * progmodes/hideshow.el (hs-flag-region): No longer use
14601 `intangible' overlay property.
14602
14603 (hs-toggle-hiding): New command.
14604 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14605
14606 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14607 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14608 and deactivation.
14609
14610 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14611
14612 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14613
14614 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14615
14616 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14617
14618 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14619 of `*' to handle `(* ... *)' comments.
14620
14621 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14622
14623 * faces.el (list-faces-display): Use display-mouse-p instead of
14624 window-system.
14625
14626 * menu-bar.el (global-map): Menu-bar items converted to the new
14627 format (menu-item..., rearranged for better CUA compliance, and
14628 their names changed for better clarity. Help strings added.
14629
14630 * international/mule-cmds.el (mule-menu-keymap)
14631 (describe-language-environment-map, set-coding-system-map)
14632 (setup-language-environment-map): Convert to new (menu-item...
14633 form, add help strings. Change names of menu items for better
14634 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14635 submenu).
14636
14637 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14638
14639 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14640 within the code.
14641
14642 2000-02-16 Dave Love <fx@gnu.org>
14643
14644 * faces.el: Don't require custom. Add more specific :groups to
14645 various deffaces.
14646 (set-face-attribute): Purecopy args.
14647 (read-face-name): Default to name at point and use it in prompt.
14648 Remove colon from arg in all callers.
14649 (list-faces-display): Hyperlink to face descriptions and customize
14650 buffers.
14651
14652 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14653
14654 * wid-edit.el (widget-match-inline): An atom never matches a
14655 list.
14656
14657 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14658
14659 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14660 at ':' characters by call to split-string.
14661
14662 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14663
14664 * textmodes/bibtex.el: Added RCS version identification.
14665
14666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14667
14668 * textmodes/bibtex.el: Some temporary comments removed.
14669 (bibtex-field-name, bibtex-entry-type): Made the relationship
14670 explicit.
14671 (bibtex-field-const): Allow capital letters.
14672 (bibtex-start-of-string): Deleted because unused.
14673
14674 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14675 use the term 'reference' to describe a bibtex entry as a whole.
14676 Further, reference keys are no longer called 'labels'.
14677 (bibtex-keys): Renamed to bibtex-reference-keys.
14678 (bibtex-reformat-previous-labels): Renamed to
14679 bibtex-reformat-previous-reference-keys.
14680 (bibtex-reference-type): Renamed to bibtex-entry-type.
14681 (bibtex-reference-head): Renamed to bibtex-entry-head.
14682 (bibtex-reference-maybe-empty-head): Renamed to
14683 bibtex-entry-maybe-empty-head.
14684 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14685 (bibtex-search-reference): Renamed to bibtex-search-entry.
14686 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14687 bibtex-enclosing-entry-maybe-empty-head.
14688 (bibtex-entry-field-alist, bibtex-entry-head,
14689 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14690 bibtex-map-entries, bibtex-search-entry,
14691 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14692 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14693 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14694 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14695 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14696 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14697 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14698
14699 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14700
14701 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14702 comment.
14703 (bibtex-format-field-delimiters): New function, functionality
14704 extracted from bibtex-format-entry.
14705 (bibtex-autokey-get-yearfield-digits): New function, functionality
14706 extracted from bibtex-autokey-get-yearfield.
14707
14708 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14709 entries in order to avoid stack overflow in the regexp matcher if
14710 field contents become large.
14711 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14712 bibtex-field-string-part-not-braced,
14713 bibtex-field-string-part-no-inner-braces,
14714 bibtex-field-string-part-1-inner-brace,
14715 bibtex-field-string-part-2-inner-braces,
14716 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14717 bibtex-field-string-quoted, bibtex-field-string,
14718 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14719 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14720 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14721 as parsing is now performed by the following functions.
14722 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14723 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14724 bibtex-parse-field-string, bibtex-search-forward-field-string,
14725 bibtex-parse-association, bibtex-field-name-for-parsing,
14726 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14727 bibtex-search-forward-field, bibtex-search-backward-field,
14728 bibtex-start-of-field, bibtex-end-of-field,
14729 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14730 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14731 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14732 bibtex-parse-string, bibtex-search-forward-string,
14733 bibtex-search-backward-string, bibtex-start-of-string,
14734 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14735 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14736 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14737 entries. Instead of reporting the results of the parsing by
14738 match-beginning or match-end, these functions return data structures
14739 that hold the corresponding positions.
14740 (bibtex-enclosing-field): Changed to also report field boundaries by
14741 return values rather than by match-beginning or match-end. The
14742 following functions have been adapted to use the new parsing
14743 functions.
14744 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14745 bibtex-enclosing-field, bibtex-format-entry,
14746 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14747 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14748 bibtex-print-help-message, bibtex-end-of-entry,
14749 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14750 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14751 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14752 method for parsing.
14753 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14754 bibtex-map-entries, bibtex-flash-head,
14755 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14756 bibtex-autokey-change, bibtex-autokey-get-namefield,
14757 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14758 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14759 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14760 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14761 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14762 order to make the new binding of case-fold-search immediately
14763 visible.
14764
14765 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14766
14767 * textmodes/bibtex.el: Copyright notice is up to date.
14768 Added constant 'bibtex-maintainer-salutation.
14769
14770 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14771 than make-temp-name, use match-string-no-properties and eliminate
14772 a quadratic behavior when building bibtex-strings.
14773
14774 * bibtex.el (bibtex-reference-key): Accept string entries whose
14775 reference key contains upper case letters.
14776
14777 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14778
14779 * bibtex.el (bibtex-reference-head): Allow entries to start with
14780 a new line.
14781
14782 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14783
14784 * bibtex.el: Hiding of entry bodies is not longer provided by
14785 bibtex.el directly. Instead the hideshow package can be used.
14786 Added a special bibtex entry to hs-special-modes-alist.
14787 (bibtex-hs-forward-sexp): Added for hideshow.el.
14788
14789 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14790
14791 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14792 at ':' characters by call to split-string.
14793
14794 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14795
14796 * textmodes/bibtex.el: Added RCS version identification.
14797
14798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14799
14800 * textmodes/bibtex.el: Some temporary comments removed.
14801 (bibtex-field-name, bibtex-entry-type): Made the relationship
14802 explicit.
14803 (bibtex-field-const): Allow capital letters.
14804 (bibtex-start-of-string): Deleted because unused.
14805
14806 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14807 use the term 'reference' to describe a bibtex entry as a whole.
14808 Further, reference keys are no longer called 'labels'.
14809 (bibtex-keys): Renamed to bibtex-reference-keys.
14810 (bibtex-reformat-previous-labels): Renamed to
14811 bibtex-reformat-previous-reference-keys.
14812 (bibtex-reference-type): Renamed to bibtex-entry-type.
14813 (bibtex-reference-head): Renamed to bibtex-entry-head.
14814 (bibtex-reference-maybe-empty-head): Renamed to
14815 bibtex-entry-maybe-empty-head.
14816 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14817 (bibtex-search-reference): Renamed to bibtex-search-entry.
14818 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14819 bibtex-enclosing-entry-maybe-empty-head.
14820 (bibtex-entry-field-alist, bibtex-entry-head,
14821 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14822 bibtex-map-entries, bibtex-search-entry,
14823 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14824 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14825 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14826 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14827 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14828 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14829 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14830
14831 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14832
14833 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14834 comment.
14835 (bibtex-format-field-delimiters): New function, functionality
14836 extracted from bibtex-format-entry.
14837 (bibtex-autokey-get-yearfield-digits): New function, functionality
14838 extracted from bibtex-autokey-get-yearfield.
14839
14840 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14841 entries in order to avoid stack overflow in the regexp matcher if
14842 field contents become large.
14843 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14844 bibtex-field-string-part-not-braced,
14845 bibtex-field-string-part-no-inner-braces,
14846 bibtex-field-string-part-1-inner-brace,
14847 bibtex-field-string-part-2-inner-braces,
14848 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14849 bibtex-field-string-quoted, bibtex-field-string,
14850 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14851 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14852 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14853 as parsing is now performed by the following functions.
14854 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14855 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14856 bibtex-parse-field-string, bibtex-search-forward-field-string,
14857 bibtex-parse-association, bibtex-field-name-for-parsing,
14858 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14859 bibtex-search-forward-field, bibtex-search-backward-field,
14860 bibtex-start-of-field, bibtex-end-of-field,
14861 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14862 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14863 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14864 bibtex-parse-string, bibtex-search-forward-string,
14865 bibtex-search-backward-string, bibtex-start-of-string,
14866 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14867 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14868 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14869 entries. Instead of reporting the results of the parsing by
14870 match-beginning or match-end, these functions return data structures
14871 that hold the corresponding positions.
14872 (bibtex-enclosing-field): Changed to also report field boundaries by
14873 return values rather than by match-beginning or match-end. The
14874 following functions have been adapted to use the new parsing
14875 functions.
14876 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14877 bibtex-enclosing-field, bibtex-format-entry,
14878 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14879 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14880 bibtex-print-help-message, bibtex-end-of-entry,
14881 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14882 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14883 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14884 method for parsing.
14885 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14886 bibtex-map-entries, bibtex-flash-head,
14887 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14888 bibtex-autokey-change, bibtex-autokey-get-namefield,
14889 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14890 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14891 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14892 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14893 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14894 order to make the new binding of case-fold-search immediately
14895 visible.
14896
14897 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14898
14899 * textmodes/bibtex.el: Copyright notice is up to date.
14900 Added constant 'bibtex-maintainer-salutation.
14901
14902 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14903 than make-temp-name, use match-string-no-properties and eliminate
14904 a quadratic behavior when building bibtex-strings.
14905
14906 * bibtex.el (bibtex-reference-key): Accept string entries whose
14907 reference key contains upper case letters.
14908
14909 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14910
14911 * bibtex.el (bibtex-reference-head): Allow entries to start with
14912 a new line.
14913
14914 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14915
14916 * bibtex.el: Hiding of entry bodies is not longer provided by
14917 bibtex.el directly. Instead the hideshow package can be used.
14918 Added a special bibtex entry to hs-special-modes-alist.
14919 (bibtex-hs-forward-sexp): Added for hideshow.el.
14920
14921 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14922
14923 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14924 proceedings entry type (for cross referencing). Thanks to Wagner
14925 Toledo Correa for the suggestion.
14926
14927 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14928
14929 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14930
14931 * international/characters.el: Setup case table for Vietnamese.
14932
14933 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14934
14935 * uniquify.el (toplevel): Require CL at compile time.
14936 (uniquify-push): Removed.
14937
14938 * shadowfile.el (shadow-when): Removed.
14939
14940 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14941 (tempo-process-and-insert-string): Use dolist instead of
14942 tempo-dolist.
14943
14944 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14945 regexp for paragraph-start.
14946
14947 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14948 commas as well.
14949
14950 2000-02-10 Dave Love <fx@gnu.org>
14951
14952 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14953 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14954 Deleted.
14955 (widget-specify-field, widget-specify-button): Don't use
14956 widget-mouse-help as help-echo property.
14957 (default): Use #'ignore for :validate and :mouse-down-action.
14958 (checkbox): Add help-echo.
14959 (widget-sexp-validate): Rewritten to clarify error messages.
14960 (character): Use char-valid-p in :match function.
14961 (widget-color-complete): Use facemenu-color-alist.
14962 (widget-color-action): Use facemenu-read-color.
14963
14964 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14965 set up `caar' &c that we now have.
14966
14967 2000-02-09 Ray Blaak <blaak@gnu.org>
14968
14969 * delphi.el: Make resourcestring a declaration region, like const
14970 and var.
14971
14972 2000-02-09 Dave Love <fx@gnu.org>
14973
14974 * bindings.el (mode-line-input-method-map): New variable.
14975 (mode-line-mule-info): Use it; fix last change.
14976 (mode-line-mode-menu): Move definition.
14977 (mode-line-mouse-sensitive-p): Deleted.
14978 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14979 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14980 level.
14981
14982 * startup.el (command-line-1): Don't call
14983 make-mode-line-mouse-sensitive.
14984
14985 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14986
14987 * mail/rmail.el (rmail-retry-failure): Use
14988 rmail-beginning-of-message before rmail-toggle-header, because the
14989 former toggles headers.
14990
14991 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14992
14993 * diff-mode.el (diff-kill-junk): New interactive function.
14994 (diff-reverse-direction): Use delete-and-extract-region.
14995 (diff-post-command-hook): Restrict the area so that the hook also works
14996 outside of any diff hunk. This is necessary for the minor-mode.
14997 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14998 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14999
15000 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15001 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15002 so that it can be used more easily in <foo>-mode-hook. Also make sure
15003 to avoid duplicate entries.
15004 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15005 (font-lock-remove-keywords): Just as was done for `add', allow it to
15006 work even if font-lock-mode is nil. Also make sure we don't modify
15007 any pre-existing list by forcing a copy-sequence. Finally rename
15008 `major-mode' to `mode'.
15009 (font-lock-fontify-syntactic-anchored-keywords)
15010 (font-lock-fontify-anchored-keywords)
15011 (font-lock-fontify-keywords-region): Use line-end-position.
15012 Don't make `font-lock-multiline' local (it's now done in
15013 font-lock-set-defaults).
15014 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15015 move the `font-lock-fontified' creation to inside the `unless'.
15016
15017 2000-02-06 Andrew Innes <andrewi@gnu.org>
15018
15019 * term/w32-win.el (x-handle-args): Comment out call to message,
15020 which occurs before window system is initialized.
15021
15022 * makefile.nt: Add support for recompiling lisp code.
15023
15024 2000-02-04 Dave Love <fx@gnu.org>
15025
15026 * bindings.el (mode-line-mule-info): Fix/extend last change.
15027
15028 * completion.el: Replace completion-dolist with dolist.
15029
15030 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15031 dotimes.
15032
15033 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15034
15035 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15036 environment names before they go into the section regexp.
15037
15038 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15039 char class in regexp.
15040
15041 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15042 `case-fold-search' to nil.
15043
15044 * progmodes/idlwave.el (idlwave-template): Respect
15045 `idlwave-abbrev-change-case'.
15046 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15047 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15048 idlwave-while): respect `idlwave-reserved-word-upcase'.
15049 (idlwave-rw-case): New function.
15050 (idlwave-statement-match): Fixed problem with assignment regexp.
15051 (idlwave-font-lock-keywords): Improved regexp for keyword
15052 parameters.
15053 (idlwave-surround): New argument LENGTH to support padding of
15054 operators longer than 1 char.
15055
15056 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15057 idlwave-shell-expression-overlay. Implemented printing of
15058 expressions on higher levels of the calling stack.
15059 (idlwave-shell-display-level-in-calling-stack): Restore stack
15060 level.
15061 (idlwave-retrieve-expression-from-level): New function.
15062 (idlwave-shell-last-calling-stack): Variable removed.
15063 (idlwave-shell-reset): Argument action reversed (`visible' to
15064 `hidden'). Also remove stop-line overlay.
15065 (idlwave-shell-calling-stack-routine): New variable.
15066 (idlwave-shell-parse-stack-and-display): Messages now display
15067 negative level numbers.
15068 (idlwave-shell-mode): Set `modeline-format'.
15069 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15070 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15071 21.
15072 (idlwave-shell-print-expression-function): New option.
15073
15074 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15075 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15076 `tool-bar' instead of `toolbar'.
15077
15078 2000-02-02 Dave Love <fx@gnu.org>
15079
15080 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15081 emacs-lisp-mode-hook. Don't check for defalias being defined.
15082
15083 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15084 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15085 the new builtins directly.
15086
15087 * whitespace.el (whitespace): Add :version to defgroup.
15088
15089 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15090 Doc fix.
15091
15092 * thingatpt.el (sexp-at-point, symbol-at-point)
15093 (number-at-point, list-at-point): Add autoload cookie.
15094
15095 * recentf.el (recentf): Add :version to defgroup.
15096
15097 * quickurl.el (quickurl): Add :version to defgroup.
15098
15099 * elide-head.el (elide-head): Use point-marker more.
15100
15101 * bs.el (bs): Add :version to defgroup.
15102
15103 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15104
15105 * progmodes/delphi.el (delphi): Add :version to defgroup.
15106
15107 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15108
15109 * ange-ftp.el (ange-ftp-write-region): Handle case that
15110 succeeding process operation sets a different coding system.
15111
15112 * calculator.el: New file.
15113
15114 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15115
15116 * frame.el (frames-on-display-list, framep-on-display): New
15117 functions.
15118 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15119 (display-selections-p, display-screens, display-pixel-width)
15120 (display-pixel-height, display-mm-width, display-mm-height)
15121 (display-backing-store, display-save-under, display-planes)
15122 (display-color-cells, display-visual-class): New functions.
15123
15124 * term/tty-colors.el (tty-color-gray-shades): New function.
15125
15126 * faces.el (display-color-p): Use framep-on-display.
15127 (display-grayscale-p): New function.
15128
15129 2000-01-31 Dave Love <fx@gnu.org>
15130
15131 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15132 (create-fontset-from-x-resource): Don't concat integers.
15133
15134 2000-01-31 Inge Frick <inge@nada.kth.se>
15135
15136 * view.el: Some changes in documentation. Removed some trailing
15137 whitespace. Changed some parameter names to agree with
15138 documentation.
15139 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15140 window is not deleted. Modifies change 1998-04-26.
15141
15142 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15143
15144 * windmove.el: New file.
15145
15146 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15147 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15148 progmodes/ebnf-yac.el: Update copyright and license info.
15149
15150 * jit-lock.el (jit-lock-function): Widen before calculating end
15151 position.
15152 (jit-lock-stealth-chunk-start): Rewritten.
15153
15154 * info.el (Info-title-face-alist): Removed.
15155 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15156 faces.
15157 (Info-fontify-node): Use these faces.
15158
15159 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15160
15161 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15162 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15163 `&allow-other-keywords'.
15164
15165 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15166 the list of directories scanned heuristically.
15167
15168 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15169 exist.
15170
15171 2000-01-30 Jason Rumney <jasonr@gnu.org>
15172
15173 * w32-fns.el: Define w32-tty-standard-colors.
15174
15175 * startup.el (command-line): Use w32-tty-standard-colors when in
15176 w32 console mode.
15177
15178 2000-01-30 Dave Love <fx@gnu.org>
15179
15180 * jka-compr.el (jka-compr-load): Fix up load-history.
15181
15182 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15183
15184 * emacs-lisp/cl-macs.el: Revert previous change.
15185
15186 2000-01-29 Dave Love <fx@gnu.org>
15187
15188 * facemenu.el: Purecopy various strings.
15189
15190 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15191 years. Deal with three-digit years.
15192
15193 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15194 defconst, purecopy.
15195 (help-back-label): Purecopy it.
15196
15197 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15198
15199 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15200 variable. If non-nil, order the buffer list according to the
15201 currently selected frame.
15202 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15203 non-nil, pass the selected frame to function buffer-list.
15204
15205 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15206
15207 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15208
15209 2000-01-28 Dave Love <fx@gnu.org>
15210
15211 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15212
15213 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15214 Don't use lisp-indent-hook property.
15215 (cl-abs): Remove.
15216
15217 * subr.el: Move out indent and edebug specs for when and unless.
15218
15219 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15220 when, unless.
15221
15222 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15223 unless, when.
15224
15225 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15226
15227 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15228 `collecting' as synonym for `collect'.
15229
15230 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15231 for the case it contains spaces.
15232
15233 * simple.el (what-cursor-position): Change formatting of
15234 messages.
15235
15236 * frame.el (delete-other-frames): New function.
15237 (toplevel): Bind it to C-x 5 1.
15238
15239 * sort.el (sort-numeric-base): New option.
15240 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15241 interpret it as octal or hexadecimal. Use sort-numeric-base
15242 as default base.
15243
15244 * progmodes/glasses.el: New file.
15245
15246 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15247
15248 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15249 userids differently.
15250
15251 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15252 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15253 progmodes/ebnf-yac.el: New files.
15254
15255 2000-01-26 Dave Love <fx@gnu.org>
15256
15257 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15258 on a function with an empty body. [From Eric Ludlam.]
15259
15260 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15261
15262 * vc.el (vc-version-diff): Make sure file name is expanded.
15263
15264 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15265
15266 * scroll-bar.el (scroll-bar-timer): Variable removed.
15267 (scroll-bar-toolkit-scroll): Don't use a timer.
15268
15269 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15270
15271 * language/thai-util.el (thai-composition-function): Delete
15272 superfluous `a'.
15273
15274 2000-01-24 Dave Love <fx@gnu.org>
15275
15276 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15277 end-of-defun-function.
15278
15279 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15280 &c.
15281
15282 2000-01-22 Jason Rumney <jasonr@gnu.org>
15283
15284 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15285 conflicts with new face support.
15286
15287 2000-01-22 Richard M. Stallman <rms@gnu.org>
15288
15289 * replace.el (query-replace): Rename last arg to DELIMITED.
15290 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15291 (query-replace-regexp): Likewise.
15292
15293 2000-01-20 Richard M. Stallman <rms@gnu.org>
15294
15295 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15296
15297 * emacs-lisp/lisp.el (beginning-of-defun-function):
15298 Variable renamed from beginning-of-defun.
15299 Do not call make-variable-buffer-local.
15300 (beginning-of-defun-raw): Use new variable name; doc fix.
15301 (beginning-of-defun): Doc fix.
15302 (end-of-defun-function): Variable renamed from end-of-defun.
15303 Do not call make-variable-buffer-local.
15304 (end-of-defun): Use new variable name; doc fix.
15305
15306 * subr.el (dolist, dotimes): Copied from cl-macs.el
15307 and made to work.
15308
15309 * mail/undigest.el (rmail-digest-end-regexps):
15310 Variable replaces rmail-digest-end-regexp.
15311 Allows multiple regexps for detecting the end line.
15312 (undigestify-rmail-message): Corresponding changes.
15313
15314 2000-01-19 Dave Love <fx@gnu.org>
15315
15316 * files.el (user-init-file): Don't declare here -- is primitive.
15317
15318 * startup.el (command-line): Check for compiled user-init-file and
15319 set to uncompiled version if necessary.
15320
15321 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15322
15323 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15324 (undigestify-rmail-message): Use it.
15325
15326 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15327
15328 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15329
15330 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15331 of mini-buffer.
15332
15333 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15334
15335 * emacs-lisp/copyright.el (copyright-update): Removed the
15336 requirement for a trailing space from `copyright-regexp', to
15337 support copyrights with owner specified on a separate line..
15338
15339 * align.el: New file.
15340
15341 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15342
15343 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15344
15345 2000-01-13 Dave Love <fx@gnu.org>
15346
15347 * ph.el: Removed. (Obsoleted by EUDC.)
15348
15349 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15350
15351 * net/eudc.el (toplevel): Remove autoloaded code installing
15352 menu with easymenu, because that causes build problems.
15353
15354 * frame.el (frame-notice-user-settings): New variable.
15355 (frame-notice-user-settings): Don't modify frame parameters
15356 if called a second time.
15357
15358 2000-01-13 Richard M. Stallman <rms@gnu.org>
15359
15360 * frame.el (frame-notice-user-settings):
15361 Notice default-frame-parameters even for non-window frames.
15362
15363 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15364
15365 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15366 for Emacs.
15367 (eudc-bob-can-display-inline-images): Extend for Emacs.
15368 (eudc-bob-toggle-inline-display): Ditto.
15369 (eudc-bob-display-jpeg): Ditto.
15370
15371 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15372
15373 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15374 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15375 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15376
15377 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15378 nil)'.
15379
15380 * subdirs.el: Add `net' directory.
15381
15382 * net: New directory.
15383
15384 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15385 eval-last-sexp. Don't bind debug-on-error here.
15386 (eval-last-sexp): New function. Bind debug-on-error if
15387 eval-expression-debug-on-error is non-nil.
15388 (eval-defun-2, eval-defun): Likewise.
15389
15390 * simple.el (eval-expression): Don't bind debug-on-error if
15391 eval-expression-debug-on-error is nil. Detect changed
15392 debug-on-error, and propagate new value to global binding, if
15393 eval-expression-debug-on-error is non-nil,
15394 (eval-expression-debug-on-error): Change doc string.
15395
15396 2000-01-11 Richard M. Stallman <rms@gnu.org>
15397
15398 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15399
15400 * emacs-lisp/lisp-mode.el (with-syntax-table):
15401 Set up lisp-indent-function property.
15402
15403 * subr.el (with-syntax-table): Moved from simple.el.
15404
15405 * simple.el (with-syntax-table): Moved to subr.el.
15406
15407 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15408
15409 * tmm.el (tmm-shortcut): Delete region after prompt instead
15410 of erasing buffer.
15411
15412 * textmodes/fill.el (fill-common-string-prefix): New function.
15413 (fill-context-prefix): Use the longest common prefix of first
15414 and second line fill prefix, if there is one.
15415
15416 2000-01-11 Richard M. Stallman <rms@gnu.org>
15417
15418 * array.el (array-mode): Don't use make-variable-buffer-local.
15419 Use make-local-variable for `truncate-lines'.
15420
15421 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15422
15423 * add-log.el (add-log-current-defun): Handle user-defined
15424 add-log-current-function returning nil,
15425
15426 * add-log.el (add-change-log-entry): Insert version number
15427 if having found a current function
15428
15429 * add-log.el (add-log-current-defun): Call
15430 `add-log-current-defun-function'. Try matches at level 0 and
15431 level 1. Strip whitespace from defun found.
15432
15433 2000-01-10 John Wiegley <johnw@gnu.org>
15434
15435 * allout.el (isearch-done/outline-provisions): Added `edit'
15436 argument to correspond with the current definition of
15437 `isearch-done'.
15438
15439 2000-01-10 Dave Love <fx@gnu.org>
15440
15441 * elide-head.el (elide-head): Use point-marker, not point.
15442
15443 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15444
15445 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15446 before and after the year 2000.
15447
15448 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15449 Add ispell- prefix.
15450
15451 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15452
15453 * ispell.el: Only define dictionaries in menus when they exist.
15454 (version18p): New variable.
15455 (version20p): New variable.
15456 (xemacsp): New variable.
15457 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15458 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15459 (ispell-dictionary-alist6): Russian command lines no longer accept
15460 run-together words.
15461 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15462 (ispell-dictionary-alist): Add koi8-r to customize definition.
15463 (check-ispell-version): Added documentation string. Returns
15464 library path when called non-interactively.
15465 (ispell-menu-map-needed): Uses new variables.
15466 (ispell-library-path): New variable.
15467 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15468 (ispell-word): Improved documentation string. Test for valid
15469 character mappings. Correctly check typed in word changes that can
15470 result in single words split into multiple words. Returns
15471 replacement word.
15472 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15473 replace in recursive query replace mode. Help message for
15474 recursive edit mode.
15475 (ispell-show-choices): Protect against bad framepop bindings.
15476 (ispell-help): Fix to work with XEmacs.
15477 (ispell-highlight-spelling-error): Use new variables.
15478 (ispell-overlay-window): Fix to work with XEmacs.
15479 (ispell-parse-output): Passed and returns location information
15480 tracking spelling corrections. Doesn't recheck same word on
15481 current line.
15482 (ispell-init-process): Protect against bogus XEmacs variable binding.
15483 Fix call to single argument in sleep-for. Use new variables.
15484 (ispell-region): Passed and returns location information tracking
15485 spelling corrections. Doesn't check same word on current line.
15486 Improved documentation string. Doesn't resend a line already
15487 checked to the ispell process - fixes bug in LaTeX parsing.
15488 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15489 (ispell-skip-region): No longer skips <TT> in SGML.
15490 (ispell-process-line): Tracks location information with spelling
15491 corrections. Added documentation string. Accounts for words
15492 already accepted on this line. Don't allow query-replace on line
15493 starting with math characters. Doesn't resend a line already sent
15494 to ispell process. Fixes alignment error bug.
15495
15496 2000-01-10 Richard M. Stallman <rms@gnu.org>
15497
15498 * dired-x.el (dired-guess-shell-alist-default):
15499 Suggest xloadimage, which is free, not xv, which isn't.
15500
15501 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15502 Don't ever include the host name or user name in the value.
15503
15504 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15505
15506 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15507 of a real newline.
15508
15509 2000-01-09 Stephen Eglen <stephen@gnu.org>
15510
15511 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15512 for .png files.
15513
15514 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15515
15516 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15517
15518 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15519
15520 * progmodes/cperl-mode.el: Replace ^F with ^L.
15521
15522 * sendmail.el (toplevel): Provide `sendmail' when compiling
15523 before `require'ing rmail and mailalias to prevent infinite
15524 recursion.
15525
15526 2000-01-08 Dave Love <fx@gnu.org>
15527
15528 * emacs-lisp/backquote.el: Remove inappropriate customization
15529 (allowing custom.el to use backquote).
15530
15531 2000-01-07 Dave Love <fx@gnu.org>
15532
15533 * add-log.el (add-log-debugging): Deleted.
15534 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15535 file. Remove debugging code.
15536 (change-log-get-method-definition, change-log-name): Add doc.
15537 (change-log-sortable-date-at): New function.
15538 (change-log-merge): New command.
15539
15540 * time.el (display-time-string-forms): Make the Mail string active.
15541 (display-time-update): Provide help-echo for load average.
15542
15543 * bindings.el (make-mode-line-mouse2-map): New function.
15544 (mode-line-modified): Use it and simplify.
15545 (mode-line-mule-info): Provide help-echo info.
15546 (minor-mode-alist): Activate the strings.
15547 (make-mode-line-mouse-sensitive): Simplify for
15548 mode-line-buffer-identification.
15549
15550 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15551
15552 * play/pong.el: New file.
15553
15554 2000-01-06 Dave Love <fx@gnu.org>
15555
15556 * array.el: Assorted cleanups for compiler warnings, doc strings,
15557 `array-' prefix for symbols.
15558
15559 2000-01-05 Dave Love <fx@gnu.org>
15560
15561 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15562 outline-headers-as-kill.
15563 (outline-mode): Define imenu-generic-expression.
15564 (outline-headers-as-kill): New command.
15565
15566 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15567 from paragraph-start.
15568 (paragraph-indent-minor-mode): New command.
15569
15570 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15571 M-C-e, M-C-h, C-j, C-xnd, TAB.
15572 (fortran-mode): Set beginning-of-defun, end-of-defun.
15573 (fortran-column-ruler): Simplify.
15574 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15575 (fortran-with-subprogram-narrowing): Likewise.
15576 (fortran-indent-subprogram): Call mark-defun.
15577 (fortran-check-for-matching-do): Change narrowing.
15578
15579 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15580 (cl-lucid-hash-tag): Delete.
15581 (cl-hash-table-p): Correct test for native table.
15582 (cl-hash-table-count): Use hash-table-count.
15583
15584 * browse-url.el (browse-url): Fix case of
15585 browse-url-browser-function being an alist.
15586
15587 2000-01-05 Carsten Dominik <cd@gnu.org>
15588
15589 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15590 (reftex-index-phrase-file-extension): New options.
15591
15592 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15593 Use new option `reftex-index-phrase-file-extension'.
15594
15595 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15596 `reftex-parse-file-extension'.
15597
15598 2000-01-05 Dave Love <fx@gnu.org>
15599
15600 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15601 (beginning-of-defun-raw): Use it.
15602 (end-of-defun): New variable.
15603 (end-of-defun): Use it.
15604 (check-parens): New command.
15605
15606 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15607
15608 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15609 (hs-show-block): Don't use `mapcar' when not accumulating.
15610
15611 Fix buglet in local variables initialization.
15612
15613 2000-01-05 Andreas Schwab <schwab@suse.de>
15614
15615 * hscroll.el (hscroll): Doc fix.
15616
15617 2000-01-05 Carsten Dominik <cd@gnu.org>
15618
15619 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15620 idlw-toolbar.
15621
15622 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15623 file idlw-rinfo.el.
15624 (idlwave-customize): load must read file idlw-shell.el.
15625 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15626
15627 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15628
15629 * progmodes/idlw-shell.el: Also provide idlwave-shell
15630 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15631 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15632
15633 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15634 both reftex-dcr and reftex-vcr.
15635
15636 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15637
15638 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15639
15640 * ps-print.el: PostScript code now is in separate files, doc fix.
15641 (ps-print-version): New version number (5.0.3).
15642 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15643 local.
15644 (ps-spool-config): Initialization fix.
15645 (ps-print-prologue-1, ps-print-prologue-2)
15646 (ps-print-duplex-feature): PostScript code moved to separated file.
15647 (ps-background-image): Little code reformating.
15648 (ps-begin-file, ps-begin-job): Fix code.
15649 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15650 (ps-prologue-file): New fun.
15651
15652 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15653
15654 * ps-vars.el: Eliminated.
15655
15656 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15657 `;;;###autoload'.
15658
15659 * ps-print.el: ps-vars eliminated, doc fix.
15660 (ps-print-version): New version number (5.0.2).
15661 (ps-spool-config): Initialization fix.
15662 (ps-print-customize): New fun.
15663
15664 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15665
15666 * autorevert.el (auto-revert-mode): Return value of
15667 auto-revert-mode.
15668
15669 2000-01-04 Dave Love <fx@gnu.org>
15670
15671 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15672 menu items.
15673
15674 2000-01-03 Dave Love <fx@gnu.org>
15675
15676 * elide-head.el (elide-head) [defgroup]: Add :version.
15677
15678 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15679 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15680 `cl-hash-table-p', not `hash-table-p'.
15681 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15682
15683 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15684
15685 * faces.el (face-read-integer, read-face-attribute)
15686 (color-defined-p, color-values): unspecified-{f,b}g are now
15687 strings.
15688
15689 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15690
15691 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15692 at comment end, and re-insert them after filling.
15693
15694 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15695
15696 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15697 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15698 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15699
15700 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15701
15702 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15703 the new name of face-color-supported-p.
15704
15705 * term/w32-win.el (xw-defined-colors): Likewise.
15706
15707 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15708
15709 * simple.el (completion-setup-function): Count completion-size
15710 from minibuffer-prompt-end, not from point-min.
15711
15712 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15713
15714 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15715 Pass the frame to tty-color-* functions.
15716 (display-color-p, frame-set-background-mode): Pass the frame to
15717 tty-display-color-p.
15718
15719 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15720 tty-color-alist.
15721 (tty-color-alist, tty-modify-color-alist): New functions.
15722 (tty-color-define, tty-color-clear, tty-color-approximate)
15723 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15724 an optional parameter FRAME.
15725
15726 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15727
15728 * image.el (create-image, defimage): Don't assume image data is a
15729 string.
15730
15731 * image.el (defimage): Handle specifications containing :data
15732 instead of :file.
15733 (image-type-from-data): New function.
15734 (image-type-from-file-header): Use it.
15735 (create-image): Add parameter DATA-P.
15736
15737 See ChangeLog.8 for earlier changes.
15738
15739 ;; Local Variables:
15740 ;; coding: iso-2022-7bit
15741 ;; End: