*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2
3 * international/fontset.el (x-complement-fontset-spec): In the
4 case that we use ASCII font for the other charsets, use only
5 family and regisry part of it.
6
7 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8
9 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10 (shrink-window-if-larger-than-buffer): Doc fix.
11
12 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
13
14 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
15 predicate passed to completing-read.
16
17 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * startup.el (command-line): Fix last change.
20
21 2001-02-23 Jason Rumney <jasonr@gnu.org>
22
23 * startup.el (tool-bar-originally-present): New variable.
24 (command-line): Set it if the tool-bar is switched on at startup.
25
26 * frame.el (frame-notice-user-settings): Only adjust frame height
27 for no tool-bar case if tool-bar was originally switched on.
28 From E. Jay Berkenbilt.
29
30 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
31
32 * server.el (server-switch-buffer): Only switch window if the
33 current one is dedicated.
34
35 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
36 rather than using (match-beginning 0) when searching for break point.
37
38 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
39
40 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
41 @ follows an accent command such as @'. Support optional braces
42 in commands that insert accents, like makeinfo does.
43
44 2001-02-22 Gerd Moellmann <gerd@gnu.org>
45
46 * startup.el (fancy-splash-text): Add a line for ordering
47 manuals. Reverse order of splash screens shown.
48 (use-fancy-splash-screens-p): Adapt to the text line added.
49
50 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
51 manuals from the FSF.
52
53 * help.el (view-order-manuals): New function.
54 (toplevel): Bind C-h C-m to this function.
55
56 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
57
58 * newcomment.el (comment-forward): Skip the comment-start before
59 searching for the comment-end.
60
61 2001-02-21 Dave Love <fx@gnu.org>
62
63 * custom.el (custom-initialize-changed, defcustom): Doc fix.
64
65 * international/mule-cmds.el, international/mule.el: Doc fixes.
66
67 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
68 (fortune) <defgroup>: Add :link.
69 (fortune-from-region): Use eq, not eql.
70
71 2001-02-21 Gerd Moellmann <gerd@gnu.org>
72
73 * startup.el (fancy-splash-screens): Use display-hourglass
74 instead of display-busy-cursor.
75
76 * frame.el (display-hourglass): Renamed from busy-cursor.
77 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
78 (show-cursor-in-non-selected-windows): Doc fix.
79
80 2001-02-20 Dave Love <fx@gnu.org>
81
82 * international/utf-8.el: Doc and commentary fixes.
83
84 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * ehelp.el (with-electric-help): Doc fix.
87
88 2001-02-20 Gerd Moellmann <gerd@gnu.org>
89
90 * msb.el (msb-mode): Call the update-buffers function explicitly
91 with a FORCE argument.
92
93 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
94 FORCE. If set, update the menu even if frame-or-buffer-changed-p
95 returns nil.
96
97 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
98
99 * ps-print.el: Timestamp package replacement. Some enhancements.
100 Some XEmacs compatibility. Doc fix.
101 (ps-print-version): New version number (6.4).
102 (ps-printer-name): Initialization fix.
103 (ps-zebra-stripe-follow): Funcionality enhancement.
104 (ps-prologue-file): Code enhancement.
105 (ps-right-header): Timestamp package replacement.
106 (ps-setup, ps-face-bold-p, ps-face-italic-p,
107 ps-get-page-dimensions)
108 (ps-generate-header, ps-begin-file, ps-begin-job)
109 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
110 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
111 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
112 (coding-system-for-write): Var declaration (XEmacs compatibility).
113
114 2001-02-20 Miles Bader <miles@gnu.org>
115
116 * image-file.el (image-file-name-extensions): Add "tif".
117
118 2001-02-19 Gerd Moellmann <gerd@gnu.org>
119
120 * wid-edit.el (widget-button-click): Save the selected window
121 around the code handling clicks on buttons.
122
123 2001-02-18 Dave Love <fx@gnu.org>
124
125 * imenu.el (imenu--generic-function): Use mapc to iterate over
126 syntax characters.
127
128 2001-02-17 Richard M. Stallman <rms@gnu.org>
129
130 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
131
132 * uniquify.el (uniquify-buffer-name-style): Doc fix.
133
134 2001-02-16 Gerd Moellmann <gerd@gnu.org>
135
136 * mouse.el (mouse-save-then-kill): If the distance from the new
137 point to the mark is equal to the distance of point from the new
138 point, move point instead of the mark.
139
140 2001-02-16 Dave Love <fx@gnu.org>
141
142 * textmodes/flyspell.el (flyspell-get-word): Return string without
143 properties.
144
145 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
146
147 * generic.el (generic-find-file-regexp): Doc fix.
148 (generic-ignore-files-regexp): New defcustom.
149 (generic-mode-find-file-hook): If the file's name matches the
150 regexp in `generic-ignore-files-regexp', don't enter
151 default-generic-mode. Doc fix.
152
153 2001-02-16 Gerd Moellmann <gerd@gnu.org>
154
155 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
156 Add autoload cookies.
157
158 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
159 of cal-tex-24.
160
161 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
162
163 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
164
165 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
166 the character class after the (optional) drive, to support file
167 names with embedded blanks.
168
169 2001-02-15 Sam Steingold <sds@gnu.org>
170
171 * textmodes/tex-mode.el (tex-shell-running):
172 Check the process buffer too.
173
174 2001-02-15 Dave Love <fx@gnu.org>
175
176 * battery.el (battery-status-function): Fix doc, :type.
177
178 * calendar/timeclock.el (timeclock-get-workday-function): Fix
179 :type.
180
181 2001-02-15 Gerd Moellmann <gerd@gnu.org>
182
183 * subr.el (read-passwd): Clear Lisp memory holding password.
184
185 2001-02-15 Miles Bader <miles@gnu.org>
186
187 * info.el (Info-copy-current-node-name): New function.
188 (Info-mode-menu): Add it to the menu.
189
190 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
191
192 * international/mule-cmds.el (toggle-input-method): Doc fix.
193
194 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
195
196 * replace.el (occur): Stop at end of buffer.
197
198 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
199
200 * international/mule-cmds.el (set-input-method): Another doc fix.
201
202 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
203
204 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
205
206 2001-02-13 Miles Bader <miles@gnu.org>
207
208 * faces.el (set-face-background, set-face-foreground)
209 (set-face-stipple): Treat a value of nil as being `unspecified'.
210
211 2001-02-12 Dave Love <d.love@dl.ac.uk>
212
213 * international/latin1-disp.el: Doc fixes.
214 (latin1-display) <defgroup>: Add :link.
215 (latin1-display) <function>: Set variable latin1-display.
216
217 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
218
219 * international/mule-cmds.el (set-input-method): Doc fix.
220
221 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
222
223 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
224 (speedbar-line-file): Return nil if not a file.
225 (speedbar-buffers-line-path): Return file for tags, and dir for files.
226
227 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
228
229 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
230 for remote files.
231 (ediff-coding-system-for-read): Replaced the no-conversion default
232 with raw-text.
233
234 * ediff-init.el: Removed :version from defcustom vars.
235
236 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
237 handling of the diff mode
238
239 * ediff.texi: Added ediff-coding-system-for-read.
240
241 * viper.texi: Fix typos.
242
243 2001-02-11 Dave Love <fx@gnu.org>
244
245 * shadowfile.el: Doc fixes.
246 (shadow) <defgroup>: Add :link.
247 (shadowfile-unload-hook): New function.
248 (shadow-initialize): Use defalias, not fset.
249 (shadow-define-cluster, shadow-define-literal-group)
250 (shadow-define-regexp-group, shadow-initialize): Add autoload
251 cookie.
252
253 * international/mule.el: Doc and message fixes.
254
255 * international/ccl.el (define-ccl-program): Doc fix.
256
257 2001-02-11 Kenichi Handa <handa@etl.go.jp>
258
259 * faces.el (mode-line): Set :line-width property to -1.
260
261 2001-02-10 Richard M. Stallman <rms@gnu.org>
262
263 * complete.el (partial-completion-mode): Doc fix.
264
265 * simple.el (delete-key-deletes-forward-mode):
266 Change `let' to `let*' to fix gross bug in last change.
267
268 * repeat.el (repeat): Don't let execute-kbd-macro alter
269 real-last-command.
270
271 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
272
273 * simple.el (eval-expression): Doc fix.
274
275 2001-02-09 Dave Love <fx@gnu.org>
276
277 * imenu.el (imenu-generic-expression): Doc fix.
278
279 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
280 Juanma Barranquero.
281
282 * emacs-lisp/authors.el (authors): Expand `root' before running
283 find.
284
285 2001-02-09 Kenichi Handa <handa@etl.go.jp>
286
287 * faces.el (set-face-attribute): Describe the case of a negative
288 value specified for :line-width.
289
290 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
291
292 * which-func.el (which-func-mode): Invert which-func-mode-global.
293 Fix from Juanma Barranquero <lektu@uol.com.br>.
294
295 2001-02-08 Dave Love <fx@gnu.org>
296
297 * wid-edit.el (widget-plist-convert-widget): Replace binding of
298 widget-plist-value-type.
299 (widget-alist-convert-widget): Replace binding of
300 widget-alist-value-type.
301
302 * textmodes/paragraphs.el (sentence-end): Doc fix.
303
304 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
305 `backward-line'.
306
307 * play/pong.el (pong-blank-color, pong-bat-color)
308 (pong-ball-color, pong-border-color, pong-left-key)
309 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
310 (pong-pause-key, pong-resume-key, pong-timer-delay):
311 * mail/mh-comp.el (mh-compose-letter-function):
312 * eshell/esh-mode.el (eshell-skip-prompt-function):
313 * emulation/viper-ex.el (ex-unix-type-shell-options):
314 * recentf.el (recentf-menu-filter):
315 * ps-print.el (ps-print-region-function):
316 * lpr.el (print-region-function):
317 * forms.el (forms-mode-hooks):
318 * dirtrack.el (dirtrack-directory-change-hook):
319 * cus-start.el (temp-buffer-show-function, display-buffer-function):
320 * textmodes/spell.el (spell-filter):
321 * textmodes/fill.el (adaptive-fill-function):
322 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
323 * progmodes/etags.el (find-tag-default-function):
324 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
325 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
326
327 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
328
329 * emulation/viper-init.el (viper-fast-keyseq-timeout)
330 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
331 Meyering <jim@meyering.net>.
332
333 * loadup.el: Revert last change.
334
335 2001-02-07 Kenichi Handa <handa@etl.go.jp>
336
337 * international/mule.el (transform-make-coding-system-args): Make
338 it work also for coding systems not using CCL.
339
340 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
341
342 * simple.el (previous-matching-history-element)
343 (next-matching-history-element): Doc fix.
344
345 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
346 specific part.
347
348 2001-02-06 Dave Love <fx@gnu.org>
349
350 * add-log.el (add-log-current-defun-function)
351 (add-log-buffer-file-name-function, add-log-file-name-function):
352 Fix :type.
353 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
354
355 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
356
357 * info.el (info-initialize): Remove the test for system-type when
358 invocation-directory is non-nil.
359
360 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
361 of `font-lock-defaults' to `backward-paragraph' rather than nil.
362
363 2001-02-06 Andrew Innes <andrewi@gnu.org>
364
365 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
366 absolute.
367
368 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
369
370 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
371 buffers. When hi-lock turned on rather than only checking current
372 buffer for regexps, all buffers are checked. Moved activation of
373 font-lock to hi-lock-refontify. When font-lock turned off rather
374 than removing added highlighting just in current buffer, remove it
375 in all buffers. Changed edit menu text from "Automatic
376 Highlighting" to "Regexp Highlighting" Documentation for
377 highlighting phrases, minor documentation changes.
378 (hi-lock-set-file-patterns): Execute only if there are new or
379 existing file patterns.
380 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
381 unfontify and, if a support mode is active, will not refontify the
382 whole buffer. If necessary, turn on font lock. (Removed
383 font-lock-unfontify and font-lock support-mode-specific calls,
384 such as lazy-lock-fontify-window.)
385 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
386 patterns are found. Not useful now since find-file-hook is removed
387 if hi-lock is off, but may be needed for per-buffer hi-lock
388 activation.
389 (hi-lock-face-phrase-buffer): New function. Also added related
390 menu item and keybinding.
391 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
392 (hi-lock-process-phrase): New function.
393 (hi-lock-line-face-buffer): Doc fixes.
394 (hi-lock-face-buffer): Doc fixes.
395 (hi-lock-unface-buffer): Doc fixes.
396
397 2001-02-06 Gerd Moellmann <gerd@gnu.org>
398
399 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
400 dabbrev-ignored-regexps.
401
402 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
403
404 * simple.el (kill-line): Doc fix.
405
406 2001-02-05 Dave Love <fx@gnu.org>
407
408 * loadup.el: Revert last two changes -- bootstrapping works with
409 regenerated loaddefs.
410
411 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
412
413 * isearch.el (isearch-forward): Doc fix.
414
415 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
416 of font-lock-defaults to backward-paragraph.
417
418 2001-02-05 Gerd Moellmann <gerd@gnu.org>
419
420 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
421 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
422
423 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
424
425 * ebnf2ps.el: Eliminate time-stamp functions.
426 (ebnf-version): New version (3.5).
427 (ebnf-eps-finish-and-write): Replace time-stamp functions by
428 format-time-string.
429
430 2001-02-05 Gerd Moellmann <gerd@gnu.org>
431
432 * simple.el (next-line): Goto end-of-line before inserting a newline.
433
434 2001-02-05 Miles Bader <miles@gnu.org>
435
436 * image-file.el (insert-image-file): When visiting an image, also
437 set `truncate-lines' to t so that any fringe arrow looks correct.
438
439 2001-02-05 Kenichi Handa <handa@etl.go.jp>
440
441 * isearch.el (isearch-forward): Add description about input method
442 in the docsting.
443
444 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
445
446 * skeleton.el (skeleton-internal-1): Always push the mark for @.
447
448 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
449
450 * info.el (info-initialize): If installation-directory is nil, for
451 DOS/Windows systems try looking in a sibling of
452 invocation-directory.
453
454 2001-02-02 Gerd Moellmann <gerd@gnu.org>
455
456 * wid-edit.el (widget-button-click): Fix last change.
457
458 * frame.el (frame-notice-user-settings): When resizing the initial
459 frame because the tool bar is off, also change the frame's top
460 position if a negative top position was specified.
461
462 2001-02-02 Miles Bader <miles@gnu.org>
463
464 * image-file.el (insert-image-file): When visiting an image,
465 suppress the cursor in the image buffer.
466
467 2001-02-01 Dave Love <fx@gnu.org>
468
469 * progmodes/f90.el (f90-mode): Remove startup message.
470
471 * vc-cvs.el: Remove autoloads. Require vc when compiling.
472
473 2001-02-01 Gerd Moellmann <gerd@gnu.org>
474
475 * startup.el (command-line): Fix code determining whether or not
476 to use delete-key-deletes-forward-mode.
477
478 2001-02-01 Andre Spiegel <spiegel@gnu.org>
479
480 * vc.el (vc-diff-switches): New user option.
481 (vc-version-diff): Use it.
482 (vc-diff-switches-list): New macro.
483
484 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
485 customization options.
486 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
487
488 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
489
490 2001-02-01 Gerd Moellmann <gerd@gnu.org>
491
492 * msb.el (toplevel): Quote hook symbols.
493
494 2001-02-01 Kenichi Handa <handa@etl.go.jp>
495
496 * international/mule.el (make-coding-system): Add description
497 about recognized properties in the docstring.
498
499 * international/mule-conf.el: Remove unused charsets
500 mac-roman-lower and mac-roman-upper.
501
502 2001-01-31 Gerd Moellmann <gerd@gnu.org>
503
504 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
505 is in front of the left-margin, if any.
506
507 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
508 like `delete'.
509
510 * bindings.el: Define `kp-delete' like `delete' in
511 function-key-map.
512
513 * term/w32-win.el (mouse-set-font): Doc fix.
514
515 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
516
517 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
518 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
519 on already.
520
521 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
522
523 * files.el (save-buffer): Don't give message if (buffer-file-name)
524 returns nil.
525
526 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
527
528 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
529
530 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
531 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
532
533 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
534 display problems.
535
536 2001-01-31 Kenichi Handa <handa@etl.go.jp>
537
538 * international/mule.el (charset-info): Fix docstring.
539
540 * international/mule-diag.el (describe-character-set): Check final
541 char valid before printing it.
542
543 2001-01-30 Gerd Moellmann <gerd@gnu.org>
544
545 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
546
547 * frame.el (frame-notice-user-settings): Do the tool-bar
548 stuff only for graphical displays. Fix a braino.
549
550 * frame.el (frame-initialize): Create initial frame visible.
551 (frame-notice-user-settings): When tool-bar has been switched off,
552 correct the frame size and sync tool-bar-mode.
553
554 * startup.el (command-line): Remove manipulation of frame
555 height for tool bars.
556
557 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
558
559 * lpr.el: Compatibility with XEmacs and doc fixes.
560 (lpr-windows-system, lpr-lp-system): New vars.
561 (lpr-printer-switch): New defcustom.
562 (printer-name, lpr-command): Customization fix.
563 (print-region-1): Code fix.
564 (print-region-new-buffer, printify-region): Indentation fix.
565 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
566 functions.
567
568 2001-01-29 Gerd Moellmann <gerd@gnu.org>
569
570 * msb.el (toplevel): Fix the eval-after-load.
571
572 2001-01-29 Dave Love <fx@gnu.org>
573
574 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
575
576 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
577
578 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
579 compiling.
580 (tcl-using-emacs-19-23): Consider Emacs 21+.
581 (tcl-help-directory-list, tcl-command-switches): Fix :type.
582 (tcl-add-emacs-menu): Supply menu name.
583 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
584
585 2001-01-29 Gerd Moellmann <gerd@gnu.org>
586
587 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
588
589 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
590
591 * pcvs.el (cvs-mark-fis-dead): New function.
592 (cvs-mode-add): Use it.
593 (cvs-mode-add-change-log-entry-other-window):
594 Rebind change-log-default-name to itself rather than to nil.
595
596 2001-01-29 Sam Steingold <sds@gnu.org>
597
598 * vc-cvs.el: Replaced (require 'vc) with a bunch of
599 `autoload' statements.
600
601 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
602
603 * files.el (confirm-kill-emacs): Doc fix.
604
605 * frame.el (frame-initialize): Doc fix.
606
607 * time-stamp.el (time-stamp-string): Doc fix.
608
609 * woman.el (WoMan-log-1): Make the log buffer writable. From
610 Markus Rost <rost@math.ohio-state.edu>.
611
612 2001-01-29 Gerd Moellmann <gerd@gnu.org>
613
614 * imenu.el (imenu-syntax-alist): Add autoload cookie for
615 the `make-variable-buffer-local'.
616
617 2001-01-29 Dave Love <fx@gnu.org>
618
619 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
620 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
621 autoload cookie.
622 (ansi-color-apply-sequence): Fix typo.
623
624 2001-01-29 Gerd Moellmann <gerd@gnu.org>
625
626 * menu-bar.el (menu-bar-files-menu): Add menu items for
627 Postscript printing in black and white.
628
629 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
630 X-Mailman-Version, Precedence, List-Help, List-Post,
631 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
632 Content-Type, Content-Length.
633
634 2001-01-29 Dave Love <fx@gnu.org>
635
636 * elide-head.el (elide-head): Make overlay evaporate.
637
638 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
639 fix.
640
641 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * isearch.el (isearch-highlight): Don't punt if the display
644 doesn't support colors, since isearch faces are defined for
645 monochrome displays as well.
646
647 2001-01-27 Sam Steingold <sds@gnu.org>
648
649 * shell.el (shell-write-history-on-exit): Make sure that we are in
650 the shell buffer (M-x tex-file RET inserted the error message into
651 the TeX buffer).
652
653 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
654
655 * simple.el (transient-mark-mode): Doc fix.
656
657 2001-01-27 Gerd Moellmann <gerd@gnu.org>
658
659 * progmodes/etags.el (find-tag-noselect): Don't bind
660 tags-file-name.
661
662 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
663
664 * shell.el (shell-unquote-argument): If the shell is one of the
665 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
666 quote character.
667 (shell-dumb-shell-regexp): Document that the shells which match
668 this regexp are supposed to not treat a backslash as a quote
669 character.
670
671 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
672 from 2001-01-12. It is not needed, since backspace is mapped into
673 DEL.
674
675 2001-01-27 Richard M. Stallman <rms@gnu.org>
676
677 * dabbrev.el (dabbrev--substitute-expansion):
678 Treat a one-capital-letter abbrev as "not all upper case",
679 so as to force preservation of the expansion's pattern
680 if the expansion starts with a capital letter.
681
682 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
685 Doc fix.
686
687 * simple.el (transient-mark-mode): Document the fact that many
688 commands act on the region when mark is active.
689
690 2001-01-27 Kenichi Handa <handa@etl.go.jp>
691
692 * international/quail.el (quail-setup-completion-buf): Make the
693 multibyteness of current buffer inherited to Quail completion
694 buffer.
695 (quail-show-guidance-buf): Make the multibyteness of current
696 buffer inherited to Quail guidance buffer.
697 (quail-help): Make the multibyteness of current buffer inherited
698 to Quail help buffer.
699
700 2001-01-26 Dave Love <fx@gnu.org>
701
702 * time-stamp.el: Doc fixes.
703
704 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
705 (delphi-keyword-face, delphi-other-face): Fix :type.
706
707 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
708
709 * mail/feedmail.el (feedmail): Add :link.
710 (feedmail-send-it): Doc fix.
711
712 * mail/sendmail.el: Doc fixes.
713 (sendmail-send-it): Fix the non-ASCII regexp and use
714 rfc2047-encode-string.
715
716 * dired.el, dired-aux.el: Revert last change.
717
718 2001-01-26 Gerd Moellmann <gerd@gnu.org>
719
720 * makefile.w32-in (DONTCOMPILE): Add various term files.
721
722 2001-01-26 Dave Love <fx@gnu.org>
723
724 * Makefile.in (DONTCOMPILE): Add various term files.
725
726 2001-01-26 Gerd Moellmann <gerd@gnu.org>
727
728 * man.el (Man-default-man-entry, Man-mode): Doc fix.
729
730 * startup.el (display-startup-echo-area-message): Make sure
731 the echo area is resized to fit the size of the startup
732 message.
733
734 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
735 part of which is a constant.
736
737 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
738
739 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
740 twice.
741
742 2001-01-26 Richard M. Stallman <rms@gnu.org>
743
744 * simple.el (next-line): Don't let `newline' expand abbrevs.
745 Simplify slightly.
746 (open-line): Don't let `newline' expand abbrevs.
747
748 2001-01-25 John Wiegley <johnw@gnu.org>
749
750 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
751 to `repeat' in the :type field.
752
753 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
754 allow a choice of regexp or nil.
755 (pcomplete-dir-ignore): Same.
756
757 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
758 a command) to always fail.
759
760 2001-01-25 Gerd Moellmann <gerd@gnu.org>
761
762 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
763 discard the result.
764 (iswitchb-to-end): Likewise.
765
766 2001-01-25 Sam Steingold <sds@gnu.org>
767
768 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
769 Require vc.
770
771 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
772
773 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
774
775 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
776
777 2001-01-25 Dave Love <fx@gnu.org>
778
779 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
780 (describe-coding-system): Tweak the English text.
781
782 * loadup.el: Preload international/ccl for utf-8.
783
784 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
785
786 * mail/rmail.el (rmail-redecode-body): Doc fix.
787
788 2001-01-25 Kenichi Handa <handa@etl.go.jp>
789
790 * international/mule-cmds.el (reset-language-environment): Reset
791 coding-category-utf-8 to mule-utf-8.
792
793 * international/mule-conf.el (coding-category-utf-8): Initialize
794 to mule-utf-8.
795
796 * loadup.el: Preload international/utf-8.
797
798 * international/utf-8.el: New file.
799
800 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
801
802 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
803
804 2001-01-24 Sam Steingold <sds@gnu.org>
805
806 * dired.el (dired-replace-in-string): Removed.
807 (dired-sort-toggle): Use `replace-regexps-in-string'
808 instead of `dired-replace-in-string'.
809
810 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
811 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
812
813 * gs.el (gs-replace-in-string): Removed.
814 (gs-options): Use `replace-regexps-in-string'
815 instead of `gs-replace-in-string'.
816
817 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
818
819 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
820 bug report is mailed to an email list and posted to a news group.
821
822 2001-01-24 Gerd Moellmann <gerd@gnu.org>
823
824 * comint.el (comint-replace-by-expanded-history-before-point): Fix
825 change of 2000-08-03 to move point to the start of the line again.
826
827 * startup.el (tool-bar-images-pixel-height): New variable.
828 (command-line): After loading the user's init file, when
829 tool-bar-mode is on, increase the frame's size by some lines for
830 the tool-bar.
831
832 * frame.el (frame-initialize): Create the initial frame invisible.
833
834 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
835
836 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
837 (chinese-big5): MIME:Big5.
838
839 2001-01-24 Gerd Moellmann <gerd@gnu.org>
840
841 * international/mule-cmds.el (universal-coding-system-argument):
842 Handle commands with prefix args.
843
844 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
845
846 * calendar/diary-lib.el (diary-float): Fix case of MONTH
847 being a list of numbers.
848 (diary-mail-entries): Rewritten.
849
850 2001-01-23 Dave Love <fx@gnu.org>
851
852 * international/mule.el (make-coding-system): Fix typo.
853
854 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
855 backward-paragraph as font-lock-beginning-of-syntax-function.
856
857 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * font-lock.el (font-lock-mode): Doc fix.
860
861 2001-01-23 Kenichi Handa <handa@etl.go.jp>
862
863 * international/mule.el (make-translation-table): Fix docstring.
864
865 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
866
867 * mail/rmail.el (rmail-redecode-body): New function.
868
869 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
870
871 2001-01-22 Gerd Moellmann <gerd@gnu.org>
872
873 * isearch.el (isearch-lazy-highlight-case-fold-search)
874 (isearch-lazy-highlight-regexp): New variables.
875 (isearch-lazy-highlight-cleanup): Update lazy highlight if
876 case-fold search or regexp search has been toggled.
877
878 * wid-edit.el (widget-button-click): Avoid a save-excursion
879 around running a global binding.
880
881 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
882 to 0.25.
883
884 2001-01-20 Miles Bader <miles@gnu.org>
885
886 * cus-edit.el (custom-face-save): Do post-processing on the face's
887 new value like `custom-face-set' does.
888
889 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * mail/emacsbug.el (report-emacs-bug): Report the value of
892 LC_CTYPE, not LC_TYPE.
893
894 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
895 isearch-toggle-regexp and isearch-edit-string to doc string.
896
897 2001-01-19 Gerd Moellmann <gerd@gnu.org>
898
899 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
900 as font-lock-beginning-of-syntax-function in font-lock-defaults.
901
902 * jit-lock.el (jit-lock-fontify-now): Don't bind
903 font-lock-beginning-of-syntax-function to nil.
904
905 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
906
907 * mail/emacsbug.el (report-emacs-bug): Report values of
908 locale-coding-system, default-enable-multibyte-characters, and the
909 environment variables LC_ALL, LC_TYPE, and LANG.
910
911 2001-01-19 Gerd Moellmann <gerd@gnu.org>
912
913 * font-lock.el (font-lock-default-fontify-region): Fix last
914 change.
915
916 * font-lock.el (font-lock-multiline): Default to nil.
917 (font-lock-default-fontify-region): If font-lock-multiline is
918 nil, don't check the property `font-lock-multiline'.
919
920 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
921 is nil, don't check the `font-lock-multiline' text property.
922
923 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
924
925 * viper.el: Call initial-major-mode on startup.
926
927 * ediff.el (ediff-patch-file): Use better defaults.
928
929 * ediff-vers.el: Fix for 8+3 DOS file systems.
930
931 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
932
933 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
934 diff mode, if available.
935
936 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
937
938 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
939
940 * ediff-init.el (subst-char-in-string): Define and use it, unless
941 it's already defined.
942
943 2001-01-18 Gerd Moellmann <gerd@gnu.org>
944
945 * tooltip.el (tooltip-hide-delay): New user-option.
946 (tooltip-show): Use tooltip-hide-delay instead of the default.
947
948 2001-01-18 Kenichi Handa <handa@etl.go.jp>
949
950 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
951 kill-local-variable doesn't work for enable-multibyte-characters.
952
953 2001-01-17 Dave Love <fx@gnu.org>
954
955 * ediff-init.el (ediff-before-setup-hook)
956 (ediff-merge-filename-prefix): Add :version.
957
958 * international/latin1-disp.el: Require disp-table.
959 (latin1-display): Fix :set.
960
961 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
962
963 2001-01-17 Gerd Moellmann <gerd@gnu.org>
964
965 * isearch.el (isearch-lazy-highlight-initial-delay)
966 (isearch-lazy-highlight-interval): Default to 0.
967
968 2001-01-17 Bob Glickstein <bobg@zanshin.com>
969
970 * isearch.el (isearch-highlight): Set isearch-overlay priority to
971 1 here rather than each time through
972 isearch-lazy-highlight-new-loop.
973 (isearch-lazy-highlight-max): Variable deleted.
974 (isearch-lazy-highlight-max-at-a-time): New user variable, like
975 isearch-lazy-highlight-max but controls a single invocation of
976 isearch-lazy-highlight-update.
977 (isearch-lazy-highlight-wrapped): Variable recreated.
978 (isearch-lazy-highlight-window-start): New variable.
979 (isearch-lazy-highlight-cleanup): Restored to behavior of
980 before 2-Jan.
981 (isearch-lazy-highlight-remove-overlays): Function deleted;
982 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
983 behavior removed.
984 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
985 isearch-lazy-highlight-update in a loop rather than just once.
986 Test isearch-invalid-regexp here and decide not to start a new
987 loop, rather than testing it each time through
988 isearch-lazy-highlight-update.
989 (isearch-lazy-highlight-search): Function restored.
990 (isearch-lazy-highlight-update): Get called in a timer loop again,
991 but this time highlight more than one match each time through.
992 Only highlight matches in the visible part of the window. Start
993 at point, move in the direction of the search, and wrap around at
994 the edge of the window. Use sit-for to force redisplay and ensure
995 window-start is credible. "Face suppressing" behavior removed;
996 overlay priorities should make it unnecessary, right?
997 (isearch-highlight): Face suppressing behavior removed.
998 (isearch-dehighlight): Face suppressing behavior removed.
999 (isearch-set-lazy-highlight-faces-at): Removed.
1000
1001 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1002
1003 * language/european.el ("Latin-1"): Make the format of description
1004 about additional language environments same as that of Latin-2.
1005
1006 2001-01-16 Dave Love <fx@gnu.org>
1007
1008 * isearch.el (isearch-lazy-highlight): Add :version.
1009
1010 * simple.el (backward-delete-char-untabify-method)
1011 (next-line-add-newlines): Add :version.
1012
1013 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1014
1015 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1016 Don't bind <delete> otherwise.
1017
1018 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1019 and <delete> via function-key-map.
1020
1021 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1022 Subject line only if point is after the `Subject:'.
1023
1024 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1025
1026 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1027 japanese-jisx0213-2 in `charset' property of this lang. env.
1028
1029 * language/european.el ("Latin-1"): Add description for Dutch and
1030 Spanish lang. env.
1031
1032 * international/mule.el (decode-char): Fix conditions.
1033 (encode-char): Handle eight-bit-control too.
1034 (transform-make-coding-system-args): New function.
1035 (make-coding-system): Accept XEmacs style arguments for CCL base
1036 coding system.
1037
1038 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1039
1040 * progmodes/etags.el (find-tag-noselect): Save the value of
1041 tags-file-name before switching buffers, for the case it has a
1042 buffer-local value.
1043
1044 2001-01-15 Alex Schroeder <alex@gnu.org>
1045
1046 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1047 From Dave Love <fx@gnu.org>.
1048 (ansi-color-for-comint-mode): Fix :version.
1049
1050 2001-01-15 Alex Schroeder <alex@gnu.org>
1051
1052 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1053
1054 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * dired.el (dired-insert-directory): If file-system-info fails,
1057 remove the " free " part, but don't signal an error.
1058
1059 2001-01-12 Sam Steingold <sds@gnu.org>
1060
1061 * bookmark.el (bookmark-maybe-historicize-string):
1062 Use new backquote syntax.
1063
1064 2001-01-12 Richard M. Stallman <rms@gnu.org>
1065
1066 * subr.el (last): Handle a list that doesn't end in nil.
1067
1068 2001-01-12 Sam Steingold <sds@gnu.org>
1069
1070 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1071 to `backward-delete-char-untabify'.
1072
1073 2001-01-12 Dave Love <fx@gnu.org>
1074
1075 * cus-edit.el (customize-menu-create): Fix the :filter following
1076 easymenu change.
1077
1078 * wid-edit.el (function): Add :match-alternatives.
1079 (widget-color-action): Doc fix.
1080
1081 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1082
1083 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1084
1085 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1086
1087 * international/mule-cmds.el (prefer-coding-system): Fix
1088 docstring.
1089
1090 * international/ccl.el (define-ccl-program): Fix docstring.
1091
1092 2001-01-11 Dave Love <fx@gnu.org>
1093
1094 * international/mule-cmds.el (standard-display-european-internal):
1095 Set display table for 2208 as for 160.
1096
1097 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1098
1099 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1100 entry for custom-menu-create change.
1101 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1102 don't cons it in the search loop.
1103
1104 * imenu.el (imenu--truncate-items): Revert last change.
1105
1106 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1107
1108 * info.el (Info-setup-header-line): If the node header includes
1109 either Next: or Prev: links, don't show the File: and Node: parts
1110 in the header line.
1111
1112 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1113
1114 * comint.el (comint-goto-process-mark): Don't print a message
1115 when running in batch mode.
1116
1117 * isearch.el (isearch-search): In the condition-case handler for
1118 `error', set isearch-invalid-regexp to the whole error message.
1119
1120 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1121 ensure that eval-after-load works for files dumped with Emacs.
1122
1123 * help.el (load-symbol-file-load-history): New function extracted
1124 from function symbol-file.
1125 (symbol-file): Use it.
1126
1127 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1128 exit.xpm.
1129
1130 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1133 behave as if there were no prefix argument.
1134 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1135 argument were nil.
1136
1137 2001-01-11 Richard M. Stallman <rms@gnu.org>
1138
1139 * isearch.el (isearch-lazy-highlight-update):
1140 Don't look for more potential matches once maximum is exceeded.
1141 Use overlays-in to check correctly for overlap with current match.
1142 Ignore empty matches.
1143
1144 2001-01-11 Miles Bader <miles@gnu.org>
1145
1146 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1147 (ispell-overlay-window, ispell-help, ispell-show-choices)
1148 (ispell-command-loop): Use it instead of `window-height'.
1149
1150 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1151
1152 * files.el (confirm-kill-emacs): New user-option.
1153 (save-buffers-kill-emacs): Ask for final confirmation before
1154 killing Emacs.
1155
1156 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1157 to nil.
1158
1159 2001-01-10 Dave Love <fx@gnu.org>
1160
1161 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1162
1163 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1164 :type.
1165
1166 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1167
1168 * calculator.el (calculator-number-digits): Fix :type.
1169
1170 * vc-cvs.el (vc-cvs-header): Fix :type.
1171 * vc-rcs.el (vc-rcs-header): Fix :type.
1172 * vc-sccs.el (vc-sccs-header): Fix :type.
1173
1174 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1175
1176 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1177
1178 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1179
1180 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1181
1182 * simple.el (set-variable): Force a thorough redisplay for the
1183 case that the variable has an effect on the display, like
1184 `tab-width' has.
1185
1186 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1187
1188 * vc.el: Add documentation for backend interface.
1189
1190 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1191
1192 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1193
1194 * international/mule-conf.el (latin-extra-code-table): Set to t
1195 for \223 and \224.
1196
1197 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1198
1199 * international/mule-cmds.el (locale-language-names): Map "es" to
1200 "Spanish" and "nl" to "Dutch".
1201
1202 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1203
1204 * bindings.el (global-map): Bind <home> to beginning-of-line,
1205 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1206 C-<end> to end-of-buffer.
1207
1208 * language/european.el: Add Dutch and Spanish language info
1209 to be able to use the appropriate tutorials.
1210
1211 2001-01-09 Alex Schroeder <alex@gnu.org>
1212
1213 * ansi-color.el (ansi-color-process-output): Use markers instead
1214 of positions for start and end of region.
1215 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1216 Previously, occasional mistakes happend when fontifying many
1217 chunks of output (eg. ls --color=yes /dev). This happened
1218 whenever an overlay was created up to the end of the region, which
1219 coincided with the process-mark. New text would then be added
1220 within that overlay instead of after it.
1221 (ansi-color-make-extent): Overlays are created with the property
1222 `modification-hooks' set to '(ansi-color-freeze-overlay).
1223 (ansi-color-freeze-overlay): New function. When inserting text at
1224 the end of the overlay, the overlay will resize.
1225
1226 2000-01-09 Alex Schroeder <alex@gnu.org>
1227
1228 * ansi-color.el (ansi-color-process-output): Doc change.
1229 (ansi-color-unfontify-region): Doc change. No longer installed
1230 automatically in font-lock-unfontify-region-function.
1231 (ansi-color-apply): Doc change.
1232 (ansi-color-apply-on-region): Use extents or overlays instead of
1233 text-properties.
1234 (ansi-color-make-extent): New function.
1235 (ansi-color-set-extent-face): New function.
1236
1237 2000-01-09 Alex Schroeder <alex@gnu.org>
1238
1239 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1240 both use ansi-color-process-output, now.
1241 (ansi-color-process-output): Doesn't return string anymore. It is
1242 installed in comint-output-filter-functions for both Emacs and
1243 XEmacs, now.
1244 (ansi-color-unfontify-region): Simplified code removing variables
1245 pos and start-ansi.
1246 (ansi-color-apply): Put text-property ansi-color before putting
1247 text-property face because ansi-color-unfontify-region is called
1248 immediately after the call to put-text-property.
1249 (ansi-color-context-region): Doc change.
1250 (ansi-color-filter-region): Simplified code.
1251 (ansi-color-apply-on-region): Changed start to start-marker, using
1252 a marker explicitly. Put text-property ansi-color before putting
1253 text-property face because ansi-color-unfontify-region is called
1254 immediately after the call to put-text-property.
1255
1256 2000-01-09 Alex Schroeder <alex@gnu.org>
1257
1258 * ansi-color.el (ansi-color-faces-vector): Doc change.
1259 (ansi-color-for-comint-mode): Changed :type property to choice.
1260 (ansi-color-last-context): Removed.
1261 (ansi-color-process-output): Don't use ansi-color-last-context, as
1262 the main functions will store their context now.
1263 (ansi-color-context): Doc change.
1264 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1265 Uses ansi-color-context such that repeated calls will strip
1266 partial escape sequences, too.
1267 (ansi-color-apply): Simplified code. Colorize end of string if
1268 face is not null. Store context in new (FACE STRING) format, such
1269 that repeated calls will strip partial escape sequences, too.
1270 Append faces to face property using ansi-color-apply-sequence such
1271 that cumulative mode actually works.
1272 (ansi-color-context-region): New variable.
1273 (ansi-color-filter-region): Rewrote it based on
1274 ansi-color-apply-on-region. Uses ansi-color-context-region such
1275 that repeated calls will strip partial escape sequences, too.
1276 (ansi-color-apply-on-region): Simplified code. Colorize end of
1277 region if face is not null. Store context in new (FACE POS)
1278 format, such that repeated calls will strip partial escape
1279 sequences, too. Append faces to face property using
1280 ansi-color-apply-sequence such that cumulative mode actually
1281 works.
1282 (ansi-color-apply-sequence): New function.
1283 (ansi-color-get-face): When the default face is added to the list
1284 of faces, all previous settings are discarded and the list of
1285 faces is set to '(default).
1286
1287 2000-01-09 Alex Schroeder <alex@gnu.org>
1288
1289 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1290 face, such that ansi-color-apply and ansi-color-apply-on-region
1291 will do the right thing.
1292 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1293 returns nil, set the list of faces back to nil instead of
1294 appending the result of ansi-color-get-face to the front of the
1295 list.
1296
1297 2000-01-09 Alex Schroeder <alex@gnu.org>
1298
1299 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1300 (ansi-color-process): Doc change.
1301 (ansi-color-last-context): New buffer-local variable.
1302 (ansi-color-process-output): New function. It is automatically
1303 added to comint-output-filter-functions if this is XEmacs.
1304 (ansi-color-unfontify-region): New optional parameter for XEmacs
1305 compatibility. Check wether font-lock-syntactic-keywords is
1306 boundp before removing the syntax table text property, as XEmacs
1307 doesn't have it.
1308 (ansi-color-filter-region): Doc change.
1309 (ansi-color-apply-on-region): Doc change.
1310 (ansi-color-make-face): New function. Compatibility layer for
1311 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1312 (ansi-color-make-color-map): Use ansi-color-make-face.
1313 (ansi-color-get-face): Avoid face text property '(nil) as results
1314 in an errow for XEmacs.
1315
1316 2000-01-09 Alex Schroeder <alex@gnu.org>
1317
1318 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1319 text-property ansi-color in order to preserve fontification by
1320 ansi-color. When the package is loaded, a lambda expression is
1321 put onto font-lock-mode-hook. This lambda expression will check
1322 font-lock-unfontify-region-function and replace
1323 font-lock-default-unfontify-region with
1324 ansi-color-unfontify-region.
1325 (ansi-color-apply): Add text-property ansi-color in addition to
1326 text-property face.
1327 (ansi-color-apply-on-region): Add text-property ansi-color in
1328 addition to text-property face.
1329 (save-buffer-state): Copy of the macro that is also used by
1330 lazy-lock and font-lock.
1331
1332 (ansi-color-for-comint-mode): New option.
1333 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1334 (ansi-color-for-comint-mode-off): Ditto.
1335 (ansi-color-for-comint-mode-filter): Ditto.
1336 (ansi-color-process): New function. Uses
1337 ansi-color-for-comint-mode to decide what to do. This function is
1338 added to comint-preoutput-filter-functions when the package is
1339 loaded.
1340
1341 (ansi-color-for-shell-mode-set): Removed.
1342 (ansi-color-for-shell-mode): Removed.
1343
1344 2000-01-09 Alex Schroeder <alex@gnu.org>
1345
1346 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1347 the lambda expression from the ansi-color-for-shell-mode :set
1348 property. Additionally, modify shell-mode-hook to enable or
1349 disable font-lock-mode for future shell buffers.
1350 (ansi-color-for-shell-mode): The :set property calls
1351 ansi-color-for-shell-mode-set instead of a lambda expression.
1352
1353 2000-01-09 Alex Schroeder <alex@gnu.org>
1354
1355 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1356 (ansi-color-context): New variable.
1357 (ansi-color-apply): Save context between calls.
1358
1359 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * isearch.el (isearch, isearch-lazy-highlight-face): New
1362 definitions for face colors and attributes.
1363
1364 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1365 of display-mouse-p.
1366
1367 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1368
1369 * international/mule.el (make-coding-system): If the coding system
1370 accepts extra latin codes, register such codes as safe for the
1371 coding system.
1372
1373 2001-01-08 Richard M. Stallman <rms@gnu.org>
1374
1375 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1376 don't mention the file name or the date here, because they are
1377 logged at the start of the file.
1378
1379 2001-01-08 Richard M. Stallman <rms@gnu.org>
1380
1381 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1382 Change screen-width to frame-width.
1383
1384 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1385
1386 * info.el (Info-search): Print the default as part of the prompt.
1387
1388 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1389
1390 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1391 constant implementations in backends.
1392
1393 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1394 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1395
1396 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1397 WRITABLE to EDITABLE.
1398
1399 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1400 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1401 to EDITABLE.
1402
1403 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1406 (copyright, copyright-update): Compute the current year at run
1407 time.
1408
1409 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1410
1411 * isearch.el (isearch-old-signal-hook): Removed.
1412 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1413 instead of setting signal-hook-function.
1414 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1415
1416 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1417
1418 * emulation/edt.el: Update to version 4.0. Provide support for
1419 EDT scroll margins at top and bottom of the window. Provide an
1420 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1421 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1422 user when file-related buffer modifications exist. Provide
1423 support for running EDT Emulation in XEmacs. Provide customize
1424 access to some user updatable variables. Add Commentary section
1425 to file header. Fixed a few minor bugs and cleaned up some code.
1426
1427 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1428 for detecting a keypress that generates an ASCII key sequence.
1429 (Previously, only a keypress that generates a vector was
1430 recognized.) Embed Window Manager name into name of the generated
1431 EDT Emulation initialization file since the initialization file is
1432 Window Manager specific. Add Commentary section to file header.
1433
1434 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * mail/sendmail.el (mail-mode): Doc fix.
1437
1438 * info.el (Info-goto-emacs-command-node): Doc fix.
1439 (Info-goto-emacs-key-command-node): Doc fix.
1440
1441 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1442
1443 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1444 systems without long file-name support.
1445
1446 2001-01-06 Andrew Innes <andrewi@gnu.org>
1447
1448 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1449
1450 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1451
1452 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1453 (isearch-lazy-highlight-update): Doc fix.
1454
1455 * ffap.el (ffap-bindings): Doc fix.
1456
1457 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1458
1459 2001-01-05 Dave Love <fx@gnu.org>
1460
1461 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1462
1463 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1464
1465 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1466 scroll-preserve-screen-position to nil.
1467
1468 * isearch.el (isearch-old-signal-hook): New variable.
1469 (isearch-mode): Set signal-hook-function to isearch-done.
1470 (isearch-done): Restore old signal-hook-function.
1471
1472 * info.el (Info-fontify-node): Mark one more char as intangible.
1473
1474 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1475
1476 * composite.el (compose-last-chars): New argument COMPONENTS. If
1477 it is non-nil, compose preceding characters by compose-region with
1478 COMPONENTS.
1479
1480 * international/quail.el (quail-input-string-to-events): New function.
1481 (quail-input-method): Convert input string to events here.
1482 (quail-start-translation): Return input string, not event list.
1483 (quail-start-conversion): Likewise.
1484
1485 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1486
1487 * tooltip.el (tooltip-cancel-delayed-tip)
1488 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1489 and tooltip-add-timeout.
1490 (tooltip-show): Set border color from faces's foreground.
1491 (tooltip-show-help-function): If called with the same help string
1492 as last time, do nothing.
1493 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1494
1495 * startup.el (fancy-splash-screens): Don't bind show-help-function
1496 to nil.
1497
1498 * tooltip.el (tooltip-frame-parameters): Remove colors.
1499 (tooltip): New face
1500 (tooltip-set-param): New function.
1501 (tooltip-show): Set up color frame parameters from face `tooltip'.
1502 Display the tooltip text in face `tooltip'.
1503
1504 2001-01-04 Dave Love <fx@gnu.org>
1505
1506 * whitespace.el (whitespace-global-mode): Fix typo.
1507
1508 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1509
1510 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1511
1512 * help.el (help-for-help): Fix a typo in a doc string. From
1513 kwzh@gnu.org (Karl Heuer).
1514
1515 2001-01-03 Dave Love <fx@gnu.org>
1516
1517 * dired-x.el: Doc fixes. Maintainer change.
1518 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1519 :type.
1520 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1521 (dired-guess-shell-alist-user): Customize.
1522 (dired-x-help-address): Set to bug-gnu-emacs.
1523 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1524 (dired-default-directory): Renamed from default-directory.
1525
1526 * hl-line.el (hl-line): Doc fix.
1527
1528 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1529
1530 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1531
1532 2001-01-02 Richard M. Stallman <rms@gnu.org>
1533
1534 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1535 to remove all the current alternative-match highlighting.
1536 If nil, remove only what's outside the current window.
1537 (isearch-lazy-highlight-remove-overlays): Take optional
1538 region within which NOT to remove them.
1539 (isearch-lazy-highlight-new-loop): Greatly simplified.
1540 (isearch-lazy-highlight-update): Find all the other occurrences
1541 visible in the window, in just one call.
1542 (isearch-lazy-highlight-start): Now holds start of region to scan.
1543 (isearch-lazy-highlight-end): Now holds end of region to scan.
1544 (isearch-lazy-highlight-wrapped): Variable deleted.
1545 (isearch-lazy-highlight-search): Function deleted.
1546
1547 2000-01-02 Andrew Innes <andrewi@gnu.org>
1548
1549 * w32-fns.el (convert-standard-filename): Do length check on name
1550 before aref.
1551
1552 2001-01-02 Dave Love <fx@gnu.org>
1553
1554 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1555 value.
1556 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1557
1558 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1559
1560 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1561 read syntax.
1562
1563 * calendar/todo-mode.el (todo): Add :link, :version.
1564 (todo-save-top-priorities): Remove autoload cookie.
1565 (todo-add-category, todo-add-item-non-interactively)
1566 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1567 cookie.
1568
1569 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1570
1571 * comint.el (comint-input-history-ignore): New variable.
1572 (comint-read-input-ring): Ignore entries matching
1573 comint-input-history-ignore.
1574
1575 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1576
1577 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1578 (lm-copyright-mark): New function.
1579 (lm-crack-copyright): New function.
1580 (lm-verify): Check that the file has a copyright.
1581 Check that the file is copyright Free Software Foundation.
1582
1583 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1584
1585 * international/mule-diag.el (print-fontset): Indent font name by
1586 24 columns, not 25.
1587
1588 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1589
1590 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1591 in Subject line.
1592
1593 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1594 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1595 continuing an interrupted message with C-u C-x m for instence,
1596 winds up in Mail mode without abbrevs.
1597
1598 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1599
1600 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1601 non-nil. Adding almost all customization variables on ps-setup. Doc
1602 fix.
1603 (ps-print-version): New version number (6.3.3).
1604 (ps-end-with-control-d): Initialization fix.
1605 (ps-lines-printed): New var.
1606 (ps-skip-newline): New fun.
1607 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1608 (ps-next-line, ps-continue-line, ps-plot-region)
1609 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1610
1611 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1612
1613 * international/fontset.el (x-complement-fontset-spec): Resolve
1614 ASCII font name so that the same family name is used for fonts
1615 registered in x-font-name-charset-alist.
1616 (create-fontset-from-fontset-spec): Adjusted for the above change.
1617 The name of fontset alias should be a unresolved ASCII font name.
1618
1619 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1620
1621 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1622 and delete in isearch-mode-map.
1623
1624 2000-12-28 Richard M. Stallman <rms@gnu.org>
1625
1626 * dired-x.el (dired-guess-shell-alist-default):
1627 Use xpdf instead of acroread.
1628
1629 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1630
1631 * textmodes/artist.el (artist-butlast): Deleted.
1632 (artist-ellipse-mirror-quadrant): Use butlast instead of
1633 artist-butlast.
1634
1635 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1636
1637 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1638
1639 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1640
1641 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1642
1643 * ls-lisp.el: Better support for the Mac and MS-Windows.
1644 (ls-lisp): New defgroup.
1645 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1646 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1647 (ls-lisp-support-shell-wildcards): New defcustoms.
1648 (ls-lisp-parse-symlink): New function.
1649 (insert-directory): Code to convert switches to a list and set up
1650 the wildcard argument copied from ls-lisp-insert-directory.
1651 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1652 for -C and -R switches.
1653 (ls-lisp-column-format): New function.
1654 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1655 (ls-lisp-format-time): Add doc strings.
1656 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1657 Support ls-lisp-dirs-first.
1658 (ls-lisp-classify, ls-lisp-extension): New functions.
1659 (ls-lisp-format): Optionally support emulation of symlinks.
1660 Support -i, -s, and -G switches.
1661
1662 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1663
1664 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1665
1666 * version.el (emacs-version): Print X scroll bar information.
1667
1668 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1669 instead of x-toolkit-scroll-bars-p.
1670
1671 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1672 of x-toolkit-scroll-bars-p.
1673
1674 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * ffap.el (ffap-bindings): Make interactive and add an autoload
1677 cookie.
1678 (ffap-bindings): Doc fix, to reflect the above change.
1679
1680 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1681
1682 * term.el (term-char-mode): Define all non-ascii self-inserting
1683 characters to 'term-send-raw in term-raw-map.
1684
1685 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1686
1687 * viper-init (viper-restore-cursor-type): Added condition-case
1688 guard.
1689
1690 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1691 initialization; use add-hook.
1692 (ediff-file-remote-p): Use file-local-copy.
1693
1694 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1695
1696 * ediff.el (ediff-patch-buffer): Bug fix.
1697 (ediff-revision): Allow selection of the file at the prompt.
1698
1699 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1700
1701 * subr.el (combine-run-hooks): Remove.
1702
1703 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1704 and remove the rogue second spec.
1705
1706 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1707
1708 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1709
1710 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1713 Use minibuffer menu prompt for the `=' prefix.
1714 (smerge-command-prefix): Change default to C-^.
1715 (smerge-mode): Don't assume font-lock doesn't move point.
1716
1717 * skeleton.el (skeleton-internal-1): Make sure the first line of
1718 the region is also re-indented.
1719 (skeleton-end-newline): New var.
1720 (skeleton-end-hook): Use it.
1721
1722 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1723
1724 * comint.el (comint-password-prompt-regexp): Support CVS.
1725
1726 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1727
1728 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1729 backspace key combinations, depending on
1730 delete-key-deletes-forward.
1731
1732 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1733
1734 * simple.el (delete-key-deletes-forward): Doc fix.
1735
1736 2000-08-22 Emmanuel Briot <briot@gnat.com>
1737
1738 * xml.el (top level comment): Updated to reflect the fact that
1739 white spaces are relevant in the XML file.
1740 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1741 to parse was already edited. This allows for on-the-fly analysis
1742 of XML files.
1743 (xml-parse-tag): Check that the casing is the same in the start
1744 tag and end tag, since XML is case-sensitive. Allows for spaces
1745 in the end tag, after the name of the tag.
1746 (xml-parse-attlist): Allow for the character '-' in the name of
1747 attributes, as in the standard http-equiv attribute Do not save
1748 the properties in the XML tree, since they are not relevant.
1749
1750 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * generic.el (generic-read-type): Undo last change, inline into
1753 `generic-mode' and then remove.
1754 (generic-mode): Inline generic-read-type.
1755 (define-generic-mode): Push the symbol name rather than the symbol
1756 onto generic-mode-list.
1757
1758 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1759
1760 * generic.el (generic-read-type): Build an alist for
1761 completing-read as in 20.7.
1762
1763 * play/landmark.el (lm): Use interactive spec `P'.
1764 (toplevel): Don't set debug-on-error.
1765
1766 * server.el (server-switch-buffer): Choose a window on a visible
1767 frame.
1768
1769 2000-12-21 Dave Pearson <davep@davep.org>
1770
1771 * quickurl.el: Commentry change, I've moved my web site.
1772
1773 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1774
1775 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1776 ranges like \177-\237, but accepts the character sequence from \177 to
1777 \237. Doc fix.
1778 (ebnf-version): New version (3.4).
1779 (ebnf-setup): Code fix.
1780 (ebnf-range-regexp): New fun.
1781 (ebnf-8-bit-chars): Const fix.
1782
1783 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1784 entry. Doc fix.
1785 (ebnf-bnf-lex): Code fix.
1786 (ebnf-bnf-comment-chars): Const fix.
1787
1788 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1789 entry. Doc fix.
1790 (ebnf-iso-comment-chars): Const fix.
1791
1792 * ebnf-otz.el: Doc fix.
1793
1794 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1795 entry. Doc fix.
1796 (ebnf-yac-skip-code): Code fix.
1797 (ebnf-yac-comment-chars): Const fix.
1798
1799 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1800
1801 * files.el (insert-directory-safely): New function.
1802 (recover-file): Use it instead of insert-directory. From Markus
1803 Rost <markus.rost@mathematik.uni-regensburg.de>
1804
1805 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1806
1807 * international/mule-cmds.el (select-safe-coding-system): Check
1808 coding-category-list more rigidly. Improve help message.
1809
1810 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1811
1812 2000-12-21 Miles Bader <miles@gnu.org>
1813
1814 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1815 prefix.
1816
1817 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1818
1819 * international/mule-diag.el (describe-char-after): Make *Help*
1820 buffer inherit multibyteness of the current buffer.
1821
1822 * international/mule.el (make-char): Docstring adjusted for the
1823 change of make-char-internal.
1824
1825 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1826
1827 * international/iso-cvt.el: Docstrings fix.
1828
1829 2000-12-20 Dave Love <fx@gnu.org>
1830
1831 * subr.el (eval-after-load): Doc fix.
1832
1833 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1834
1835 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1836 for numbers.
1837
1838 2000-12-20 Miles Bader <miles@gnu.org>
1839
1840 * international/quail.el (quail-help): Resize the help window
1841 again after it has all its contents. Remove unneeded progn.
1842
1843 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1844
1845 * pcmpl-linux.el: Fix copy/paste error.
1846
1847 2000-12-19 Andrew Innes <andrewi@gnu.org>
1848
1849 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1850 docstring.
1851
1852 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1853
1854 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1855
1856 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1857
1858 * progmodes/idlw-shell.el: Fixed copyright notice.
1859
1860 * progmodes/idlwave.el: Fixed copyright notice.
1861
1862 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1863 TAB as key separators.
1864
1865 2000-12-19 Alex Schroeder <alex@gnu.org>
1866
1867 * sql.el (sql-sybase-options): New option.
1868 (sql-sybase): Use it. Add sql-database to the list of parameters
1869 provided for login. The options -w 2048 -n are not used any more.
1870 (sql-postgres-options): Changed default from "--pset" to "-P".
1871 (sql-mysql-options): Doc change.
1872 (sql-stop): Doc change.
1873
1874 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1875
1876 * international/quail.el (quail-input-method): Always hide
1877 the guidance buffer on exiting.
1878
1879 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1880
1881 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1882 isn't fboundp.
1883
1884 * server.el (server-buffer-done): Bury the buffer before
1885 killing it.
1886
1887 * faces.el (face-spec-set): Interpret a nil in specs for
1888 foreground and background colors as `unspecified', for
1889 compatibility with 20.x.
1890
1891 2000-12-18 Dave Love <fx@gnu.org>
1892
1893 * simple.el (mail-user-agent): Doc fix.
1894 (input-mode-8-bit): Removed.
1895
1896 * international/mule.el (set-keyboard-coding-system): Doc fix.
1897 (keyboard-coding-system): New option.
1898
1899 * mail/sendmail.el (send-mail-function): Customize.
1900
1901 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1902
1903 * international/codepage.el (cp866-decode-table): New table.
1904
1905 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1906
1907 * version.el (emacs-version): Remove `%a' from the time format
1908 because the weekday doesn't fit well into each locale.
1909
1910 2000-12-18 Miles Bader <miles@gnu.org>
1911
1912 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1913
1914 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1915 Check that emacs-major-version is `=' to 20, not `>='.
1916 (artist-replace-chars): Use `make-string' instead of a loop.
1917
1918 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1919
1920 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1921 (cvs-execute-single-file): Don't change directory.
1922 Patch from Per Cederqvist.
1923
1924 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * textmodes/ispell.el (check-ispell-version): If
1927 `ispell-program-name' is "aspell", pass it the -v switch instead
1928 of -vv.
1929
1930 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1931
1932 * international/mule-diag.el (mule-diag): Insert information about
1933 configure options, multibyte awareness, language env.
1934
1935 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1936 regexp to search for candidates.
1937
1938 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * info.el (Info-forward-node): If the node has an
1941 Info-header-line, widen the buffer before searching for "next:"
1942 and "up:" pointers, and set the search limit to stay in the
1943 current node.
1944
1945 2000-12-16 Miles Bader <miles@gnu.org>
1946
1947 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1948
1949 2000-12-15 Miles Bader <miles@gnu.org>
1950
1951 * comint.el (comint-send-string, comint-send-region): Also accept
1952 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1953 process-send-string/region.
1954
1955 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1956
1957 * isearch.el (isearch-lazy-highlight-max): New user-option.
1958 (isearch-lazy-highlight-update): Don't highlight more than
1959 isearch-lazy-highlight-max matches.
1960
1961 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1962
1963 2000-12-15 Richard M. Stallman <rms@gnu.org>
1964
1965 * sort.el (sort-columns): Fix error message.
1966
1967 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1968 `upcase' or `downcase' or nil.
1969 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1970 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1971 (dabbrev--substitute-expansion): New arg record-case-pattern.
1972 If it is non-nil, set dabbrev--last-case-pattern.
1973 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1974
1975 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1976
1977 2000-12-15 Miles Bader <miles@gnu.org>
1978
1979 * paths.el (Info-default-directory-list): Don't delete
1980 configure-info-directory from the list of standard info
1981 directories when appending it to the end -- their order is
1982 important.
1983
1984 * faces.el (read-face-attribute): If there's no entry for the
1985 user's input in VALID, just use it as-is (this will often result
1986 in an error, but it may be OK for e.g. colors using hexadecimal
1987 notation, and at least will yield a better error message).
1988
1989 * window.el (mode-line-window-height-fudge): Function removed.
1990 (height-affecting-face-attributes, mode-line-window-height-fudge):
1991 Variables removed.
1992 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1993 window is really the right size. Use vertical-motion
1994 rather than forward-line.
1995 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1996 (ispell-command-loop, ispell-show-choices): Use the variable
1997 ispell-choices-win-default-height, rather than the function.
1998 (ispell-choices-win-default-height): Function removed.
1999 (ispell-mode-line-window-height-fudge): Function removed.
2000
2001 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2002
2003 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2004
2005 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2006
2007 * paths.el (Info-default-directory-list): If
2008 configure-info-directory is not one of the standard directories,
2009 put it first in the list; otherwise put it last. Doc string
2010 changed accordingly.
2011
2012 * info.el (Info-directory-list): Change doc string to reflect the
2013 change in Info-default-directory-list.
2014
2015 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2016 windows-nt as windowed environments, even under -nw.
2017
2018 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2019 if not fboundp. Switch delete-forward mode for the <delete> key
2020 on all PC platforms, even under -nw.
2021
2022 * term/internal.el ([M-delete]): Remap to M-d.
2023
2024 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2025
2026 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2027
2028 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2029
2030 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2031
2032 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2033
2034 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2035 if appropriate.
2036
2037 * simple.el (delete-key-deletes-forward): New user-option.
2038 (delete-key-deletes-forward-mode): New function.
2039
2040 * bindings.el: Bind `delete' to backward-delete-char.
2041
2042 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2043 if symbol is bound before getting its value.
2044
2045 * tooltip.el (tooltip-show): If an error is signaled in
2046 x-show-tip, display that error, and display the help in the
2047 echo area.
2048
2049 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2050
2051 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2052 "... entries" messages for every 10000 entries, not 10.
2053
2054 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2055
2056 * bookmark.el: Provide a generic exit hook, as suggested by
2057 Ovidiu Predescu <ovidiu@cup.hp.com>:
2058 (bookmark-exit-hook): New var.
2059 (bookmark-exit-hook-internal): New func, replaces
2060 old raw lambda form in `kill-emacs-hook', and runs new
2061 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2062 as logically that feature must have been provided if this function
2063 is running.
2064 Removed ;;;###autoload before the `add-hook' call.
2065
2066 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2067
2068 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2069 (easy-menu-current-active-maps): New function.
2070 (easy-menu-get-map): Use it.
2071 Make a proper menu entry when creating a new keymap.
2072
2073 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2074
2075 * international/characters.el: Fix cases and syntaxes for
2076 mule-unicode-0100-24ff.
2077
2078 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2079 that a Japanese character is not appended after day and year.
2080
2081 * info.el (Info-suffix-list): Change format for a command that
2082 requires arguments.
2083 (info-insert-file-contents): Adjusted for the above change.
2084
2085 2000-12-12 Andreas Schwab <schwab@suse.de>
2086
2087 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2088 on the name of the tar buffer. Verify that the existing buffer is
2089 visiting the same subfile.
2090
2091 2000-12-12 Dave Love <fx@gnu.org>
2092
2093 * subdirs.el: Add obsolete.
2094
2095 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2096
2097 * mail/rmailsum.el (rmail-summary-expunge)
2098 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2099 instead of rmail-confirm-expunge.
2100
2101 * replace.el (perform-replace): Don't use an empty match adjacent
2102 to a non-empty match when computing the next match before the
2103 replacement is performed.
2104
2105 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2106
2107 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2108 definition (patch by Stefan Monnier).
2109 (glasses-mode): Use jit-lock instead of `after-change-functions'
2110 (patch by Stefan Monnier).
2111
2112 2000-12-12 Miles Bader <miles@gnu.org>
2113
2114 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2115 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2116
2117 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2118
2119 * term/mac-win.el: Remove load for ls-lisp.
2120
2121 * loadup.el: Load ls-lisp for system-type `macos'.
2122
2123 2000-12-12 Miles Bader <miles@gnu.org>
2124
2125 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2126 Respect field end too.
2127 (just-one-space): Respect fields as `delete-horizontal-space'.
2128 (newline-and-indent, reindent-then-newline-and-indent): Use
2129 `delete-horizontal-space'.
2130
2131 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2132
2133 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2134 (so as to obey the field property in the minibuffer).
2135
2136 * obsolete/c-mode.el: Moved from lisp/progmodes.
2137 * obsolete/auto-show.el: Moved from lisp.
2138 * obsolete/ooutline.el: Moved from lisp/textmodes.
2139
2140 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2141
2142 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2143 changes to list them here.
2144
2145 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2146 many changes to list them here.
2147
2148 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2149 many changes to list them here.
2150
2151 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2152
2153 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2154
2155 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2156 nil.
2157
2158 * cus-edit.el (custom-save-variables, custom-save-faces):
2159 Comment fix.
2160
2161 * hscroll.el: Moved to `obsolete' subdir.
2162
2163 2000-12-11 Miles Bader <miles@gnu.org>
2164
2165 * window.el (window-text-height): Function removed (now in C).
2166
2167 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2168
2169 * log-edit.el (log-edit-parent-buffer): New var.
2170 (log-edit): Set it. Add BUFFER argument.
2171 (log-edit-done): Use char-before.
2172 Don't bother checking validity of vc-comment-ring.
2173 Only bury the buffer if log-edit popped it up.
2174
2175 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2176 (cvs-mode-diff-help): Remove.
2177 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2178 (cvs-mode-marked): Set up the default for CMD manually.
2179
2180 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2181 Remove binding for ? now made unnecessary.
2182
2183 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2184
2185 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2186 function
2187 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2188
2189 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2190 when master file is not open.
2191
2192 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2193
2194 * progmodes/ada-stmt.el: Update `maintainer'.
2195
2196 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2197
2198 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2199 choices to match documentation string.
2200
2201 2000-12-09 Miles Bader <miles@gnu.org>
2202
2203 * minibuf-eldef.el: New file.
2204
2205 * window.el (fit-window-to-buffer): Don't pass last argument to
2206 pos-visible-in-window-p, now that its meaning is inverted.
2207
2208 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2209
2210 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2211 <ceder@lysator.liu.se>.
2212
2213 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2214
2215 * autoinsert.el (auto-insert-alist): Add missing final \n.
2216
2217 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2218 (cvs-menu-map): Remove.
2219 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2220 (cvs-mode-quit): Turn it back into a plain function.
2221
2222 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2223 (texinfo-filter): Remove (move to texinfo.el).
2224
2225 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2226 file where it's more visible.
2227 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2228 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2229 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2230 (texinfo-inside-macro-p): Only catch `scan-error's.
2231 (texinfo-inside-env-p): Make better use of the match info.
2232 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2233 (texinfo-insert-@end): Slight re-organization.
2234 Also remove useless `looking-at' call.
2235
2236 2000-12-08 Andrew Innes <andrewi@gnu.org>
2237
2238 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2239 accessible in -nw mode.
2240
2241 * term/w32-win.el: Remove stuff about selection timeout, which is
2242 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2243 it is accessible in -nw mode.
2244
2245 2000-12-08 Dave Love <fx@gnu.org>
2246
2247 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2248 font-lock-keywords-case-fold-search.
2249
2250 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2251
2252 * textmodes/ispell.el (ispell): Doc fix.
2253
2254 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2255
2256 * international/quail.el (quail-insert-decode-map): Check the
2257 frame width of a window displaying the current buffer, not that of
2258 the selected frame.
2259 (quail-help): Make sure that the help buffer has window before
2260 inserting text in it.
2261
2262 2000-12-07 Sam Steingold <sds@gnu.org>
2263
2264 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2265 Backquote is used in isearch.el, so autoloading saves nothing.
2266
2267 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2268
2269 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2270 the CVS and RCS subdirectories case-insensitively.
2271
2272 * dired.el (dired-insert-directory): If file-system-info is
2273 fboundp, call it instead of invoking dired-free-space-program.
2274
2275 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2276
2277 * server.el (server-visit-files): Push files on file-name-history.
2278
2279 * progmodes/cc-langs.el: Update copyright.
2280
2281 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2282
2283 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2284
2285 * bindings.el (mode-line-mode-menu): Reverse the order
2286 of define-keys so that the menu appears in alphabetical order.
2287
2288 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2289
2290 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2291 of the function.
2292
2293 2000-12-07 Dave Love <fx@gnu.org>
2294
2295 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2296
2297 * facemenu.el (facemenu-unlisted-faces): Fix value.
2298
2299 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2300
2301 * font-lock.el (font-lock-default-fontify-region):
2302 Include the terminating \n (off-by-one error).
2303 (font-lock-set-defaults): Use dolist.
2304
2305 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2306
2307 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2308
2309 * international/mule-cmds.el (describe-language-environment): Fix
2310 for the case that an input method title is not string but a list.
2311
2312 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2313 of wrong SIZE record.
2314
2315 2000-12-06 Dave Love <fx@gnu.org>
2316
2317 * newcomment.el (comment-region, comment-dwim): Doc fix.
2318
2319 * textmodes/texinfo.el: Require tex-mode when compiling.
2320 (texinfo-update-node): Doc fix.
2321 (texinfo-imenu-generic-expression): Add @anchor.
2322 (texinfo-font-lock-keywords): Add @uref.
2323 (texinfo-inside-macro-p): Don't use ignore-errors.
2324 (texinfo-insert-quote): Match more contexts.
2325
2326 * international/mule.el (decode-char, encode-char): Doc fix.
2327 (auto-coding-alist): Customize.
2328
2329 * files.el (load-file): Fix change of 2000-03-12.
2330
2331 * wid-edit.el (widget-text-keymap): Doc fix.
2332
2333 2000-12-06 Andrew Innes <andrewi@gnu.org>
2334
2335 * makefile.w32-in (lisp): Set to an absolute directory, namely
2336 $(CURDIR).
2337
2338 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2339
2340 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2341 read generated-autoload-file, and set buffer-file-coding-system to
2342 raw-text-unix after reading the file.
2343
2344 * international/mule-conf.el (file-coding-system-alist): Use
2345 raw-text for reading loaddefs.el and raw-text-unix for writing
2346 it.
2347
2348 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2349
2350 * replace.el (occur): Make line-number-width 1 smaller for the
2351 colon following the line number.
2352
2353 * startup.el (fancy-splash-text, command-line-1): Use
2354 `File' for the menu name instead of `Files'.
2355
2356 * tmm.el: Update copyright.
2357
2358 * cus-start.el: Add entry for even-window-heights.
2359
2360 2000-12-06 Miles Bader <miles@gnu.org>
2361
2362 * faces.el (frame-set-background-mode): Avoid stomping on
2363 locally modified faces.
2364
2365 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2366
2367 * international/fontset.el: Correct the font registries for
2368 japanese-jisx0213-1 and japanese-jisx0213-2.
2369
2370 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2371
2372 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2373
2374 * iswitchb.el: Update customization commentary.
2375
2376 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2377
2378 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2379 (tpu-search-highlight): Fixed comparison of overlay end positions.
2380 (tpu-trim-line-ends): Implemented trimming logic locally.
2381
2382 * emulation/tpu-extras.el (tpu-write-file-hook)
2383 (tpu-set-cursor-bound): Replaced picture-clean with
2384 tpu-trim-line-ends.
2385
2386 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2387
2388 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2389 to cn-gb.
2390 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2391
2392 2000-12-04 Dave Love <fx@gnu.org>
2393
2394 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2395
2396 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2397
2398 * mail/rmailsum.el (rmail-summary-expunge)
2399 (rmail-summary-expunge-and-save): Ask for confirmation with
2400 rmail-expunge-confirmed.
2401
2402 * mail/rmail.el (rmail-expunge-confirmed): New function.
2403 (rmail-expunge): Use it.
2404
2405 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2406 (etags-recognize-tags-table, find-tag-in-order): New
2407 functionality: interpret file names as tags.
2408
2409 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2412 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2413 visit the first subnode until the bottom of the current node is
2414 visible.
2415
2416 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2417
2418 * format.el (format-decode): Don't change buffer's undo list.
2419
2420 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2421
2422 * faces.el (face-font-registry-alternatives): Add entries for CJK
2423 fonts. Doc-string adjusted for the actual usage of this data.
2424
2425 * international/fontset.el: Change the font registries for CJK
2426 fonts in the default fontset. Don't append '*' to registries.
2427
2428 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * emacs-lisp/easy-mmode.el (define-derived-mode)
2431 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2432
2433 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2434 (derived-mode-p): New function.
2435 (derived-mode-make-docstring): Add `docstring' argument.
2436 Use it if available and complete it if necessary.
2437
2438 2000-12-03 Andreas Schwab <schwab@suse.de>
2439
2440 * type-break.el (type-break): Don't make parent of itself.
2441
2442 2000-12-03 Miles Bader <miles@gnu.org>
2443
2444 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2445
2446 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2447
2448 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2449 (tex-main-file, tex-file): Simplify.
2450 (tex-generate-zap-file-name): Use subst-char-in-string.
2451 (tex-strip-dots): Remove.
2452
2453 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2454
2455 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2456 to check if the match succeeded.
2457
2458 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2459
2460 * startup.el (use-fancy-splash-screens-p): New function.
2461 (command-line-1): Use it to determine whether or not to use
2462 a fancy splash screen.
2463
2464 2000-12-02 Andreas Schwab <schwab@suse.de>
2465
2466 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2467
2468 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2469
2470 * international/mule.el (make-char): Fix last change.
2471
2472 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2473 New defcustoms.
2474 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2475 autoloading tex-mode; instead, do the same manually. Use
2476 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2477 with numeric argument. Docstring fix.
2478 (toplevel): Require cl when compiling.
2479
2480 * international/mule.el (make-char): Doc fix.
2481
2482 2000-12-02 Jason Rumney <jasonr@gnu.org>
2483
2484 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2485 the Emacs Lisp manual)
2486
2487 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2488
2489 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2490
2491 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2492 the Emacs Lisp manual).
2493
2494 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2495
2496 * simple.el (next-line-add-newlines): Change default to nil.
2497
2498 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * files.el (revert-buffer, recover-file): Bind
2501 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2502
2503 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2504
2505 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2506
2507 2000-12-01 Miles Bader <miles@gnu.org>
2508
2509 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2510
2511 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2512
2513 * international/mule-diag.el (describe-char-after): Fix typo.
2514 (describe-character-set, non-iso-charset-alist): Fix typo.
2515
2516 2000-12-01 Miles Bader <miles@gnu.org>
2517
2518 * image-file.el (image-file-name-regexp): Automatically add
2519 upper-case variants of each filename extension in
2520 `image-file-name-extensions', since they seem to be common.
2521
2522 * simple.el (minibuffer-contents)
2523 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2524 New functions.
2525 * filecache.el (file-cache-directory-name)
2526 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2527
2528 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2529
2530 * filecache.el (file-cache-minibuffer-complete): Don't try to
2531 delete the minibuffer prompt.
2532
2533 2000-11-30 Dave Love <fx@gnu.org>
2534
2535 * cus-start.el: Fix read-buffer-function type.
2536
2537 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2538
2539 * md5.el: Removed. There's a built-in function, now.
2540
2541 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2542
2543 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2544 as dummy 0-th char of rmail-deleted-vector.
2545
2546 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2547
2548 * ps-print.el (ps-end-job): Bind case-fold-search only after
2549 switching to ps-spool-buffer.
2550
2551 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2552
2553 * ps-print.el: Line number font customization. PostScript: Lines and
2554 PageCount are initialized on each page. Doc Fix.
2555 (ps-print-version): New version number (6.3.2).
2556 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2557 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2558 (ps-right-header): Customization fix.
2559 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2560 Fix code.
2561 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2562 New vars.
2563
2564 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2565
2566 * bs.el: Fix typos and spelling errors.
2567 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2568 (bs-configuration): Doc fix.
2569
2570 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2571
2572 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2573
2574 * emulation/tpu-edt.el (tpu-version): New version.
2575 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2576 (tpu-original-mode-line): Variable deleted.
2577 (tpu-mark-flag): New initial value.
2578 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2579 tpu-mark-flag to minor-mode-alist.
2580 (tpu-update-mode-line): New mark flag logic.
2581 (tpu-get): Use find-file-wildcards.
2582 (tpu-search-highlight): Move overlay less, reset overlay properly.
2583 (tpu-unselect): Deactivate mark.
2584 (tpu-lm-replace): Reset overlay properly.
2585 (tpu-forward-line): Use forward-visible-line.
2586 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2587
2588 * emulation/tpu-extras.el (tpu-forward-line): Use
2589 forward-visible-line.
2590
2591 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2592
2593 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2594
2595 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2596
2597 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2598 and skip whitespace and newlines.
2599
2600 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2601
2602 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2603
2604 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2605
2606 * help.el (describe-function-1): Regexp-quote function name
2607 when used as part of a regexp.
2608
2609 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2610 face-attribute instead of face-foreground and face-background.
2611 (tool-bar-add-item): Likewise, and handle unspecified colors.
2612
2613 * enriched.el (enriched-face-ans): Use face-attribute instead
2614 of face-foreground and face-background.
2615
2616 * faces.el (face-foreground, face-background, face-stipple):
2617 Return nil if attribute is unspecified, for backward
2618 compatibility.
2619
2620 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2621
2622 * play/5x5.el: Remove version info.
2623
2624 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2625
2626 * frame.el (blink-cursor-mode): Doc fix.
2627
2628 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2629
2630 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2631 to create Makefile rules.
2632 (antlr-tool-command): New user option.
2633 (antlr-ask-about-save): New user option.
2634 (antlr-makefile-specification): New user option.
2635 (antlr-file-formats-alist): New variable.
2636 (antlr-special-file-formats): New variable.
2637 (antlr-unknown-file-formats): New user option.
2638 (antlr-help-unknown-file-text): New variable.
2639 (antlr-help-rules-intro): New variable.
2640 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2641 (antlr-mode-menu): Add entries.
2642 (antlr-file-dependencies): New function.
2643 (antlr-directory-dependencies): New function.
2644 (antlr-superclasses-glibs): New function.
2645 (antlr-run-tool): New command.
2646 (antlr-makefile-insert-variable): New function.
2647 (antlr-insert-makefile-rules): New function.
2648 (antlr-show-makefile-rules): New command.
2649
2650 * antlr-mode.el: More Emacs/XEmacs stuff.
2651 (antlr-no-action-keywords): New constant with value nil.
2652 (antlr-font-lock-keywords-alist): Use it. Old value would break
2653 syntax highlighting in Emacs-21.0.
2654 (antlr-default-directory): Emacs/XEmacs dependend function.
2655 (antlr-read-shell-command): Ditto.
2656 (antlr-with-displaying-help-buffer): Ditto.
2657
2658 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2659
2660 * antlr-mode.el: imenu, parsing and highlighting changes.
2661 (antlr-imenu-create-index-function): Don't create extra submenus
2662 for definitions in different grammar classes. It is not necessary
2663 for the menu and would make command `imenu' awkward to use.
2664 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2665 header actions and more than one.
2666 (antlr-font-lock-tokendef-face): Changed color.
2667 (antlr-font-lock-tokenref-face): Changed color.
2668 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2669 (antlr-mode-syntax-table): New variable.
2670 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2671 (antlr-with-syntax-table): Don't copy syntax table.
2672
2673 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2674
2675 * antlr-mode.el: Minor changes: language setting.
2676 (antlr-language-alist): The value for file option "language" can
2677 be both an identifier and a string.
2678 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2679 (antlr-language-limit-n-regexp): Change accordingly.
2680
2681 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2682
2683 * antlr-mode.el: Minor changes: tabs, hiding.
2684 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2685 (antlr-action-visibility): Also allow value nil to also hide the
2686 braces. Renamed from `antlr-tiny-action-length'.
2687 Suggested by Jay@aol.com.
2688 (antlr-hide-actions): Change accordingly. Hide line if completely
2689 hidden action is on a line of its own.
2690
2691 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2692
2693 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2694
2695 * sort.el (sort-columns): Don't concat strings with numbers.
2696
2697 2000-11-29 Dave Love <fx@gnu.org>
2698
2699 * cus-edit.el (face): Fix :format.
2700
2701 * mail/feedmail.el: Require smtpmail when compiling.
2702 (mail-do-fcc): Autoload.
2703 (feedmail) <defgroup>: Fix :link.
2704 (feedmail-nuke-body-in-fcc): Fix :type.
2705 (feedmail-send-it): Add autoload cookie.
2706
2707 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2708
2709 * newcomment.el (comment-indent): Save excursion around call to
2710 comment-indent-function.
2711
2712 2000-11-29 Miles Bader <miles@gnu.org>
2713
2714 * subr.el (member-ignore-case): Return the tail of the list who's
2715 car matches, like `member', not the matching element itself.
2716
2717 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2718
2719 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2720 should not contain `\n'.
2721
2722 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2723
2724 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2725
2726 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2727
2728 * dired-aux.el (dired-do-create-files): Construct default file
2729 name for dired-mark-read-file-name so that when the user enters
2730 just RET, the target file will end up in the target directory.
2731
2732 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2733 local-abbrev-table before changing buffers because it might
2734 have a buffer-local binding.
2735
2736 2000-11-28 Miles Bader <miles@gnu.org>
2737
2738 * simple.el (delete-horizontal-space): Handle fields more generally.
2739
2740 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2741
2742 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2743
2744 2000-11-28 Dave Love <fx@gnu.org>
2745
2746 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2747 comment-start-skip locally.
2748
2749 * progmodes/fortran.el (fortran-mode): Don't set
2750 fortran-comment-line-start-skip. Set comment-start to
2751 fortran-comment-line-start.
2752 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2753 (fortran-comment-line-start-skip): Simplify slightly.
2754
2755 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2756
2757 * play/5x5.el: Remove RCS keyword.
2758
2759 * bs.el: Mistaken commit, undone 2000-11-30.
2760
2761 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2762
2763 * textmodes/tildify.el (tildify-string-alist): Add
2764 `plain-tex-mode' here.
2765
2766 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2767
2768 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2769 reference.
2770
2771 2000-11-28 Miles Bader <miles@gnu.org>
2772
2773 * cus-face.el (custom-face-attributes): Add post-filter function
2774 for :box. Make pre-filter function for :box handle all cases.
2775
2776 * wid-edit.el (widget-choose): Make sure pop-up window is large
2777 enough to display all the choices, as there's no way to scroll it.
2778
2779 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2780
2781 * international/mule-conf.el: Make the coding system no-conversion
2782 safe for all characters.
2783
2784 2000-11-27 Dave Love <fx@gnu.org>
2785
2786 * net/ldap.el (ldap) <defgroup>: Add :version.
2787
2788 * tooltip.el (tooltip-use-echo-area): Doc fix.
2789
2790 * cus-start.el <minibuffer-prompt-properties>: Add version.
2791 <read-buffer-function>: Add.
2792
2793 * apropos.el (apropos-print): Add help-echo to active text.
2794
2795 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2796
2797 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2798
2799 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2800 type, group and version.
2801
2802 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2803
2804 * select.el (x-get-selection): Docstring fix.
2805
2806 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2807
2808 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2809
2810 2000-11-27 Andrew Innes <andrewi@gnu.org>
2811
2812 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2813
2814 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2815
2816 2000-11-27 Miles Bader <miles@gnu.org>
2817
2818 * dired.el (dired-get-filename): Return filename verbatim if
2819 LOCALP is `verbatim'.
2820 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2821 `verbatim' so that we don't inadvertently delete a non-existant
2822 directory name.
2823
2824 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2825
2826 * international/characters.el: Specify cases and syntaxes for
2827 mule-unicode-0100-24ff.
2828
2829 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2830
2831 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2832 that foreground and/or background colors of the face `tool-bar'
2833 are unspecified.
2834
2835 2000-11-27 Miles Bader <miles@gnu.org>
2836
2837 * wid-edit.el (widget-field-buffer, widget-field-start)
2838 (widget-field-end): Handle widget field `pseudo-overlays'.
2839 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2840 if it's there instead of in `widget-field-list'.
2841
2842 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2843 (help-make-xrefs): Delete extraneous newlines at the end of the
2844 docstring.
2845
2846 2000-11-25 Jason Rumney <jasonr@gnu.org>
2847
2848 * startup.el (command-line): Call set-locale-environment after
2849 Window System init file is read, as it can result in a call to
2850 redraw-frame.
2851
2852 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * simple.el (shell-command): Mention the effect of the prefix
2855 argument in the doc string.
2856
2857 2000-11-25 Miles Bader <miles@gnu.org>
2858
2859 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2860
2861 * wid-edit.el (widget-field-value-delete): Don't try to delete
2862 overlay when it's the `pseudo-overlay' that exists at some points.
2863
2864 2000-11-24 Jason Rumney <jasonr@gnu.org>
2865
2866 * international/mule-cmds.el (locale-language-names): Add "jp" as
2867 a non-standard alternative for Japanese.
2868
2869 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2870
2871 * vc-hooks.el: Require 'cl during compilation.
2872
2873 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2874
2875 * faces.el (face-set-after-frame-default): Let face attributes
2876 specified for new frames override frame parameters.
2877
2878 * startup.el (command-line): Fix computation of the source file
2879 for user-init-file when user-init-file is a compiled file.
2880
2881 2000-11-24 Miles Bader <miles@gnu.org>
2882
2883 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2884 (custom-post-filter-face-spec): New functions.
2885 (custom-face-set, custom-face-value-create): Filter the face spec
2886 before and after customization.
2887 (custom-face-set): If VALUE specifies a null face, pass a
2888 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2889 * cus-face.el (custom-face-attributes): Remove SET and GET
2890 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2891 cases they're needed.
2892
2893 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2894 that it's distinguishable from the :off-glyph on dark-background
2895 displays. Set its background color too.
2896
2897 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2898 so that people can easily turn it off.
2899
2900 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2901
2902 * ediff-diff.el: Moved variables around to have it compile under NT.
2903
2904 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2905
2906 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2907
2908 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2909 redundant skip-small-frames test.
2910
2911 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2912 (viper-downgrade-to-insert): protect against errors in hooks.
2913
2914 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2915 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2916 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2917 functions.
2918
2919 * viper-util.el (viper-memq-char): Bug fixes.
2920
2921 * viper.el (viper-mode): Fix cursor handling.
2922
2923 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2924
2925 * international/mule-diag.el (list-iso-charset-chars): For
2926 two-byte charset, fix the `while' condition.
2927 (list-non-iso-charset-chars): Fix the `while' condition.
2928
2929 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2932 if the variable is make-variable-buffer-local.
2933
2934 * progmodes/ada-stmt.el (ada-template-map): Initialize
2935 and bind it to C-c t in ada-mode-map.
2936 (ada-stmt-mode-hook): New function extracted from old code.
2937 Only change the buffer-local side of skeleton-*.
2938 (ada-mode-hook): Use it.
2939
2940 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2943 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2944 we expect to be returned by minibuffer-depth once we prompt the
2945 user in the minibuffer.
2946 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2947 as recorded in iswitchb-minibuf-depth, return non-nil.
2948
2949 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2950
2951 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2952 (hscroll-window-maybe): Docstring fix.
2953
2954 2000-11-23 Dave Love <fx@gnu.org>
2955
2956 * rect.el (string-rectangle): Don't test delete-selection-mode.
2957
2958 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2959
2960 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2961 is in the tool bar.
2962
2963 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2964 with `no-dir'; we want the directory part to be able to remove
2965 it.
2966
2967 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2968
2969 * textmodes/outline.el (outline-flag-region):
2970 Don't bind inhibit-read-only since we don't modify the buffer.
2971 (outline-isearch-open-invisible): Don't jump to overlay-start
2972 since we're trying to unhide text around point.
2973 (outline-discard-overlays): Use dolist.
2974
2975 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2976
2977 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2978
2979 * mail/rmail.el (rmail-confirm-expunge): Default to
2980 y-or-n-p.
2981
2982 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2983
2984 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2985 Fix ARG regexp to skip quoted braces.
2986 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2987 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2988 are (correctly) handled separately).
2989 Remove `caption' and `footnote' from `citations': they contain text.
2990 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2991 (latex-skeleton-end-hook): New function.
2992 (latex-mode): Use it.
2993 (tex-start-tex-marker): Remove.
2994 (tex-send-tex-command): Don't set tex-start-tex-marker.
2995 (tex-error-parse-syntax-table): New var.
2996 (tex-compilation-parse-errors): Use it.
2997 Ignore tex-start-tex-marker. Don't bother with marker-position.
2998 (tex-validate-buffer): Don't bother with marker-position.
2999
3000 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3001 (flyspell-generic-progmode-verify): Use it.
3002
3003 2000-11-22 Sam Steingold <sds@gnu.org>
3004
3005 * simple.el (delete-trailing-whitespace): New interactive
3006 function.
3007
3008 * progmodes/ada-mode.el (ada-mode): Use it instead of
3009 `ada-remove-trailing-spaces'.
3010 (ada-remove-trailing-spaces): Removed.
3011
3012 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3013
3014 * textmodes/picture.el (picture-clean): Removed.
3015 (picture-mode-exit): Call it instead of `picture-clean'.
3016
3017 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3018
3019 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3020
3021 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3022 jit-lock-fontify-buffer; it should anyway be unneccessary to
3023 do anything special when jit-lock is active.
3024 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3025
3026 2000-11-22 Dave Love <fx@gnu.org>
3027
3028 * calendar/todo-mode.el (todo-top-priorities): Use
3029 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3030
3031 * language/chinese.el, language/cyrillic.el:
3032 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3033 * language/hebrew.el, language/indian.el, language/japanese.el:
3034 * language/korean.el, language/lao.el, language/misc-lang.el:
3035 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3036 Use provide.
3037
3038 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3039 (custom-variable-set): Improve validation error mesage.
3040
3041 * rect.el (string-rectangle): Revert last change.
3042 (string-rectangle-line): New arg DELETE.
3043 (string-rectangle): Check delete-selection-mode.
3044
3045 * emacs-lisp/edebug.el (edebug-version)
3046 (edebug-maintainer-address): Deleted.
3047 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3048 (edebug-read-function): Account for other `'#' read forms.
3049 (edebug-mode-menus): Make some items toggles.
3050 (edebug-outside-unread-command-event, unread-command-event):
3051 Remove these to avoid warnings.
3052
3053 2000-11-22 David Ponce <david@dponce.com>
3054
3055 * recentf.el (recentf-menu-items-for-commands)
3056 (recentf-make-menu-items, recentf-make-menu-item)
3057 (recentf-filter-changer): Added :help and :active menu-item properties.
3058
3059 (recentf-build-dir-rules, recentf-dump-variable)
3060 (recentf-edit-list, recentf-open-files-item)
3061 (recentf-open-files): Replaced unnecessary `mapcar' with new
3062 built-in `mapc'.
3063
3064 2000-11-23 Miles Bader <miles@gnu.org>
3065
3066 * faces.el (menu): Make inverse-video on ttys too.
3067
3068 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * simple.el (comment-line-break-function): Use the new name
3071 indent-new-comment-line -> comment-indent-new-line.
3072 (clone-indirect-buffer): Don't ignore NORECORD.
3073 (next-completion): Properly handle the case where items are adjacent.
3074
3075 * mouse.el (popup-menu): Stupid typo.
3076
3077 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3078
3079 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3080 maintainer, keywords tags.
3081
3082 * rect.el (replace-rectangle): Don't call string-rectangle-line
3083 with too many arguments.
3084
3085 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3086
3087 * ediff-util.el (ediff-file-checked-out-p)
3088 (ediff-file-checked-in-p): Call vc-state instead of
3089 vc-locking-user, which no longer exists.
3090
3091 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3092
3093 2000-11-22 Dave Love <fx@gnu.org>
3094
3095 * md5.el (md5): Provide.
3096 (md5): Fix error call.
3097
3098 2000-11-22 Miles Bader <miles@gnu.org>
3099
3100 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3101 (refill-fill-paragraph-at): Remove debugging code.
3102
3103 * calendar/calendar.el (generate-calendar-window): When we don't
3104 call `fit-window-to-buffer', make sure the top line is fully visible.
3105
3106 * image-file.el (insert-image-file): Don't make `read-only'
3107 property rear-nonsticky.
3108
3109 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3110 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3111 stashing away its original value.
3112 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3113 in the recursive edit.
3114 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3115 (isearch-done): Restore `minibuffer-message-timeout'.
3116
3117 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3118
3119 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3120
3121 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3122
3123 * find-lisp.el (find-lisp-find-files-internal):
3124 Use dolist, when and file-name-as-directory.
3125
3126 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3127 (define-derived-mode, define-minor-mode): Add specs.
3128
3129 * window.el: General comment and spacing fixes.
3130 (save-selected-window): Use backquotes.
3131 (window-safely-shrinkable-p): New function.
3132 (shrink-window-if-larger-than-buffer): Use it.
3133
3134 * subr.el (make-local-hook): Docstring fix.
3135
3136 * shell.el (shell-mode): Use define-derived-mode.
3137
3138 * newcomment.el (comment-indent): Insert comment before calling
3139 comment-indent-function. Don't insert in column 0.
3140 (comment-dwim): Indent before inserting comment.
3141
3142 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3143 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3144 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3145 Use mapc rather than map.
3146
3147 * files.el (find-buffer-visiting): Compare all attributes before
3148 declaring two files identical (rather than just their inode-no).
3149 (auto-mode-alist): Use \' rather than $.
3150
3151 * which-func.el: Update maintainer line.
3152
3153 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3154 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3155 (uniquify-buffer-file-name): Use it.
3156
3157 2000-11-22 Miles Bader <miles@gnu.org>
3158
3159 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3160 * simple.el (minibuffer-avoid-prompt): New function.
3161
3162 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3163
3164 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3165
3166 2000-11-21 Miles Bader <miles@gnu.org>
3167
3168 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3169 inclusion of `track-mouse'.
3170
3171 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3172 (refill-adjust-ignorable-overlay): New function.
3173 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3174 only the paragraph's tail if possible.
3175 Update `refill-ignorable-overlay'.
3176 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3177
3178 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3179 point inside the fill-prefix.
3180
3181 * textmodes/refill.el (refill-post-command-function): Don't reset
3182 refill-doit in the case where a self-insertion command doesn't
3183 case a refill. Use `refill-fill-paragraph-at', getting position
3184 from `refill-doit'.
3185 (refill-after-change-function): Set `refill-doit' to END.
3186 (refill-fill-paragraph-at): New function, mostly from old
3187 refill-fill-paragraph.
3188 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3189 (refill-pre-command-function): New function.
3190 (refill-mode): Add it to `pre-command-hook'.
3191
3192 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3193
3194 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3195
3196 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3197 javadoc tags.
3198
3199 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3200
3201 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3202 vc.el).
3203
3204 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3205 require vc.
3206
3207 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3208 checkouts.
3209
3210 2000-11-20 Dave Love <fx@gnu.org>
3211
3212 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3213
3214 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3215
3216 * calculator.el (calculator-paste): Use `if' instead of `and'
3217 and `or'.
3218 (calculator-help): Don't use electric-describe-mode for XEmacs.
3219
3220 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3221
3222 * info.el (info-menu-5): Doc fix.
3223
3224 * textmodes/artist.el: New file.
3225
3226 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3227
3228 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3229 and differentiate according to checkout model.
3230 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3231 since this function is only concerned with master state.
3232
3233 * vc-hooks.el (vc-workfile-unchanged-p,
3234 vc-default-workfile-unchanged-p): Moved here from vc.el.
3235
3236 * vc.el (vc-workfile-unchanged-p,
3237 vc-default-workfile-unchanged-p): See above.
3238
3239 2000-11-19 Miles Bader <miles@gnu.org>
3240
3241 * image-file.el (insert-image-file): Make `intangible' and
3242 `read-only' properties rear-nonsticky too.
3243
3244 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3245
3246 * ps-print.el: Update copyright notice.
3247
3248 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3249 (tooltip-show): Use the offsets.
3250
3251 * bindings.el (mode-line-modified): Fix a typo.
3252 (mode-line-toggle-modified, mode-line-widen)
3253 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3254
3255 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3256
3257 * ps-print.el (toplevel): Test for find-coding-system being
3258 fboundp before calling ps-x-find-coding-system.
3259
3260 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3261
3262 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3263 (vc-version-backup-file): Docstring fix.
3264
3265 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3266
3267 * files.el (basic-save-buffer): Don't add a newline if
3268 find-file-literally is non-nil.
3269 (find-file-literally): Extend doc string.
3270
3271 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3272 sort(1) with the `-f' argument.
3273
3274 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3275
3276 * vc.el: Updated backend documentation.
3277 (vc-default-check-headers): New function.
3278
3279 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3280
3281 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3282 up-to-date.
3283 (vc-do-command): In the asynchronous case, output messages only if
3284 the minibuffer is not active.
3285
3286 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3287 `vc-cvs-use-edit' is on.
3288 (vc-cvs-checkout): When this is used for reverting the workfile,
3289 make a backup of the original contents and revert to that in case
3290 of error.
3291 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3292 remote repositories.
3293
3294 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3295 for both version and ratio in the minibuffer.
3296
3297 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3298 Use vc-do-command to perform the annotation, not call-process.
3299
3300 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3301
3302 * international/quail.el (quail-start-translation): Don't call
3303 `message' before reading key sequence.
3304
3305 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3306
3307 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3308
3309 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3310
3311 * window.el (fit-window-to-buffer): Be sure to acquire at least
3312 one text line even if the buffer is empty.
3313
3314 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3315
3316 * net/ange-ftp.el (ange-ftp-file-writable-p)
3317 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3318 ange-ftp-process-verbose to nil.
3319
3320 2000-11-15 Dave Love <fx@gnu.org>
3321
3322 * wid-edit.el (widget-specify-field, widget-specify-button): If
3323 :help-echo is a function, set help-echo of overlay to
3324 widget-mouse-help.
3325 (widget-mouse-help): New function.
3326 (widget-echo-help): Rewritten for :help-echo functions only taking
3327 a widget arg.
3328
3329 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3330 display-graphic-p.
3331 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3332 and that JPEG is available.
3333 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3334
3335 * international/mule-cmds.el (locale-charset-language-names):
3336 Match @euro.
3337
3338 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3339
3340 * faces.el (face-set-after-frame-default): If
3341 `inhibit-default-face-x-resources' is bound, don't intialize the
3342 default face from X resources.
3343
3344 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3345
3346 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3347 Don't set EMACSLOADPATH.
3348
3349 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3350
3351 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3352 texinfo-insert-@url.
3353 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3354 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3355
3356 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3357
3358 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3359 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3360 (checkdoc-minor-keymap): Backward compatibility.
3361 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3362 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3363 (checkdoc-this-string-valid-engine): Be a bit more strict
3364 to avoid matching substrings of `...' quoted vars/funs.
3365 (checkdoc-defun-info): Only look for `interactive' if alone.
3366 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3367
3368 * progmodes/compile.el (grep): `tag-default' can be nil.
3369
3370 * newcomment.el (comment-indent): Paren typo.
3371
3372 2000-11-14 Dave Love <fx@gnu.org>
3373
3374 * calculator.el: New maintainer version.
3375
3376 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3377
3378 * cmuscheme.el: Doc fixes.
3379 (cmuscheme) <defgroup>: Use `scheme' as parent.
3380 (cmuscheme-program-name): Remove. Change uses to
3381 scheme-program-name.
3382
3383 * xscheme.el (scheme-program-name): Don't define here.
3384
3385 * progmodes/scheme.el (scheme-program-name): New variable
3386 (originally in cmuscheme).
3387
3388 2000-11-14 Miles Bader <miles@gnu.org>
3389
3390 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3391 Handle header-lines. Don't loop forever if we can't enlarge the
3392 window anymore. Simplify a bit.
3393
3394 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3395
3396 * window.el (fit-window-to-buffer): Don't check
3397 window-text-height. Assure that the last line is fully visible.
3398
3399 * international/quail.el (quail-show-guidance-buf): Call
3400 fit-window-to-buffer to assure the enough height of the guidance
3401 buffer.
3402 (quail-update-guidance): Avoid making the guidance buffer shorter.
3403
3404 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3405
3406 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3407 rather than `prepend' and add an interesting comment.
3408 (tex-math-face, tex-font-lock-syntactic-face-function):
3409 New face and function to use it.
3410 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3411 than `menu-enable' symbol property.
3412 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3413 (tex-mode): Add some latex-mode commands for auto-selection.
3414 Use tex-font-lock-syntactic-face-function.
3415 (tex-insert-quote): Simplify.
3416 (tex-shell): New mode.
3417 (tex-start-shell): Use it.
3418 (tex-shell-proc, tex-shell-buf): New functions.
3419 (tex-send-command): Use it.
3420 (tex-main-file): Fix the meaning of the new arg REALFILE.
3421 (tex-send-tex-command): New function split from `tex-start-tex'.
3422 Set compilation-last-buffer and compilation-parsing-end.
3423
3424 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3425 when it follows non-comment text on the line.
3426
3427 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3428 Set font-lock-defaults.
3429 (lisp-mode-shared-map): Init inside the defvar.
3430 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3431 Use define-derived-mode.
3432
3433 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3434
3435 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3436
3437 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3438
3439 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3440 recursively optimize body because that can lead to infinite
3441 recursion; see comment there.
3442
3443 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3444
3445 * faces.el (face-spec-set-match-display): Revert the change from
3446 2000-10-24. Add a FIXME for after v21.1.
3447
3448 2000-11-13 Miles Bader <miles@gnu.org>
3449
3450 * textmodes/fill.el (skip-line-prefix): New function.
3451 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3452 (fill-paragraph): Don't leave point inside the fill-prefix.
3453 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3454 point inside the fill-prefix.
3455
3456 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3457
3458 * calendar/calendar.el (generate-calendar-window): Use
3459 `fit-window-to-buffer'.
3460
3461 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * gud.el (gud-minor-mode): New var.
3464 (gud-symbol, gud-val): New functions.
3465 (gud-find-file): Copy gud-minor-mode to the new buffer.
3466 (gud-menu-map): Include entries for commands that are not always
3467 available, using :enable to (de)activate them.
3468 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3469 (gud-mode-map): New map.
3470 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3471 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3472 Don't set up gud's menu (it's done by the minor-mode).
3473 (gud-minibuffer-local-map): New.
3474 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3475 (gud-query-cmdline): New function.
3476 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3477 (gud-mode): Use define-derived-mode.
3478 Don't set up gud's menu (it's done by the minor-mode).
3479 (gud-chop-words): Remove.
3480 (gud-common-init): Use split-string instead.
3481 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3482
3483 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3484 Add keyword arg :name.
3485
3486 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3487 (diff-count-matches, diff-split-hunk): New functions.
3488 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3489
3490 * pcvs-info.el (cvs-fi-conflict-face): New var.
3491
3492 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3493 Make it into a simple syntax-table, shared among all submodes.
3494 (sh-heredoc-face): Re-introduce.
3495 (sh-font-lock-syntactic-face-function): New function.
3496 (sh-mode): Use it. Also use define-derived-mode.
3497 Remove old bogus setting of indent-region-function.
3498 (sh-set-shell): Don't set the syntax-table any more.
3499 (sh-mode-syntax-table) <defun>: Remove.
3500
3501 2000-11-12 Miles Bader <miles@gnu.org>
3502
3503 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3504 message if interactive.
3505
3506 2000-11-12 Dave Love <fx@gnu.org>
3507
3508 * mail/feedmail.el: Fix header,
3509 (feedmail) <defgroup>: Add :link.
3510
3511 * view.el: Use local-map property, not keymap on mode-line string.
3512
3513 * scroll-all.el (scroll-all-mode): Customize variable. Add
3514 autoload cookie to function.
3515
3516 * lazy-lock.el: Remove compatibility code.
3517
3518 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3519 (finder-help-echo): New variable.
3520 (finder-mouse-face-on-line): Add help-echo stuff.
3521 (finder-list-keywords, finder-list-matches): Use mapc.
3522
3523 * faces.el (face-font-registry-alternatives): Add :version.
3524
3525 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3526 tags-table-list.
3527
3528 * net/browse-url.el (browse-url-browser-function): Update :version.
3529
3530 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3531 (mail-mode): Use [:alnum:] in some regexps.
3532
3533 2000-11-10 Dave Love <fx@gnu.org>
3534
3535 * ediff.el (ediff-regions-internal, ediff-documentation):
3536 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3537 fundamental mode.
3538
3539 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3540 buffer into fundamental mode.
3541 (ediff-set-difference): Use copy-sequence if available.
3542
3543 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3544 ediff-patch-map non-nil.
3545 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3546 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3547 buffer into fundamental mode.
3548
3549 * ediff-merg.el (state-or-merge): Defvar when compiling.
3550
3551 2000-11-10 Jason Rumney <jasonr@gnu.org>
3552
3553 * w32-fns.el (w32-add-charset-info): New function.
3554 (w32-charset-info-alist): Use it.
3555
3556 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3557
3558 * faces.el (face-font-registry-alternatives): New user-option.
3559
3560 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3561
3562 * textmodes/texinfo.el (texinfo-block-default): New var.
3563 (texinfo-insert-block): Use it. Insert a newline if needed.
3564
3565 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3566 (fill-region-as-paragraph): Use it.
3567
3568 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3569 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3570 Tweak paragraph regexps to allow a leading [ \t]*.
3571 (tex-latex-block): Insert a newline if necessary.
3572 (latex-insert-item): Only insert a newline if necessary.
3573 (tex-guess-main-file): New function.
3574 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3575 Set tex-main-file if TeX-master is provided.
3576 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3577
3578 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3579
3580 * startup.el (command-line): Set the default tooltip-mode
3581 to t for graphical displays which implement x-show-tip.
3582
3583 * tooltip.el (tooltip-mode): Add a comment about startup.el
3584 setting the default value of this user-option.
3585
3586 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3587
3588 * font-lock.el (font-lock-*-face) <defvar>: Move.
3589 (font-lock-defaults-alist): Mark obsolete.
3590 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3591 (font-lock-mode): Use define-minor-mode.
3592 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3593 (font-lock-turn-off-thing-lock): Be more explicit.
3594 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3595 (font-lock-syntactic-face-function): New var.
3596 (font-lock-fontify-syntactically-region): Use it.
3597 (font-lock-doc-face): New.
3598
3599 * pcvs.el (cvs-enabledp): Ignore errors.
3600 (cvs-commit-filelist): Never query.
3601 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3602 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3603 (cvs-do-removal): Use cvs-partition rather than delete-if.
3604 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3605 cvs-bury-buffer.
3606
3607 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3608 Allow `next' to jump to after the end of the last match.
3609
3610 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3611
3612 * simple.el (byte-compiling-files-p): New function.
3613
3614 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3615 if it is there.
3616
3617 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3618 nil again.
3619
3620 * textmodes/ispell.el (ispell-library-path): Don't call
3621 check-ispell-version when byte-compiling because that starts
3622 an ispell process, and ispell might not be installed.
3623 (toplevel): Don't set up a menu when byte-compiling.
3624
3625 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3626 it, so that a boundp test can be used to determine if we're
3627 currently byte-compiling.
3628
3629 2000-11-09 Dave Love <fx@gnu.org>
3630
3631 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3632 eval-after-load.
3633
3634 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3635
3636 * ps-print.el: Patch for variable initialization when spooling. Doc
3637 fix.
3638 (ps-output-list): Fun eliminated.
3639 (ps-begin-file, ps-begin-job): Code fix.
3640
3641 2000-11-08 Dave Love <fx@gnu.org>
3642
3643 * ediff-wind.el (ediff-control-frame-parameters): Zero
3644 tool-bar-lines.
3645
3646 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3647
3648 * simple.el (shell-command, display-message-or-buffer)
3649 (shell-command-on-region): Mention resize-mini-windows in the doc
3650 string.
3651 (display-message-or-buffer): Take the value of resize-mini-windows
3652 into account.
3653
3654 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3655
3656 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3657
3658 * dired.el (dired-between-files): Add `^. find' as an alternative
3659 to the regular expression, for find-dired.
3660
3661 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3662
3663 * textmodes/texnfo-upd.el: Require texinfo.
3664 (defmacro, defgroup): Remove.
3665 (texinfo-section-to-generic-alist): Remove.
3666 Use texinfo-section-list instead (i.e. level is changed string->int).
3667 (texinfo-filter): New function.
3668 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3669 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3670 Use it. And use regexp-opt.
3671 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3672 (texinfo-update-menu-region-beginning)
3673 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3674 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3675 (texinfo-update-menu-same-level-regexps): Update.
3676 (texinfo-update-node, texinfo-every-node-update)
3677 (texinfo-sequential-node-update): Remove autoload cookie.
3678
3679 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3680 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3681 (texinfo-chapter-level-regexp): Remove.
3682 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3683
3684 2000-11-06 Dave Love <fx@gnu.org>
3685
3686 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3687
3688 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3689 Match defun*.
3690
3691 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3692
3693 * composite.el (composition-function-table): Variable declaration
3694 moved to src/composite.c.
3695 (compose-chars-after): New optional arg object.
3696
3697 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3698
3699 * bindings.el (mode-line-toggle-read-only)
3700 (mode-line-toggle-modified, mode-line-widen)
3701 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3702 (make-mode-line-mouse2-map): Rewritten.
3703 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3704 functions so that C-h k can show something with a doc string.
3705
3706 * startup.el (fancy-splash-delay): Set to 10 seconds.
3707 (fancy-splash-max-time): New user-option.
3708 (fancy-splash-stop-time): New variable.
3709 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3710 (fancy-splash-screens-1): Throw `stop-splashing' when current
3711 time is greater than fancy-splash-stop-time.
3712
3713 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3714
3715 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3716
3717 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3718 Prompt user for a file rather than raising an error.
3719 (cvs-enabledp): Fix call to cvs-mode-marked.
3720 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3721 (cvs-mode-insert): Use it. Change the init prompt' value.
3722 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3723
3724 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3725 Don't pass default arg to ewoc-locate.
3726 (ewoc-collect): Return result in the right order.
3727
3728 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3729
3730 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3731 (cvs-status-get-tags): Fix regexp.
3732 (cvs-status-trees, cvs-status-cvstrees):
3733 Combine after change hooks and don't sit-for.
3734 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3735 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3736 Use make-char rather than hard-coded cryptic data.
3737 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3738
3739 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3740
3741 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3742 (cvs-insert-strings): New function.
3743
3744 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3745
3746 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3747 `mwheel-scroll-amount'.
3748 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3749 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3750 string-matching against the version string.
3751
3752 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3753
3754 * language/thai.el ("Thai"): Set a lisp form that produces
3755 composed string in `sample-text' language info.
3756
3757 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3758 composed string in `sample-text' language info.
3759
3760 * international/mule-cmds.el (describe-language-environment): Eval
3761 `sample-text' data and insert the result.
3762
3763 * international/mule-conf.el (compound-text): Define this coding
3764 system here. Make x-ctext and ctext aliases of it.
3765
3766 * language/european.el (compound-text, ctext): Moved to
3767 international/mule-conf.el.
3768
3769 2000-11-05 Andrew Innes <andrewi@gnu.org>
3770
3771 * w32-fns.el (w32-version): New function.
3772
3773 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * progmodes/awk-mode.el: Update copyright.
3776 (awk-mode-abbrev-table): Remove.
3777 (awk-font-lock-keywords): Use regexp-opt.
3778 (awk-mode): Use define-derived-mode.
3779
3780 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3781 when extracting a suffix.
3782
3783 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3784
3785 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3786 auto-save-mode.
3787
3788 2000-11-04 Jason Rumney <jasonr@gnu.org>
3789
3790 * language/european.el (decode-mac-roman): Test against r1 not r0.
3791
3792 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3793
3794 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3795 (icon-mode): Define indent-line-function.
3796 (icon-comment-indent): Simplify.
3797 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3798
3799 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3800
3801 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3802 Bind change-log-default-mode to defeat the caching done on it.
3803 Don't bother saving excursion any more.
3804
3805 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3806
3807 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3808 (set-frame-font): Use the new name (and the old for compatibility).
3809
3810 * toolbar/tool-bar.el (tool-bar-mode):
3811 * time.el (display-time-mode):
3812 * recentf.el (recentf-mode):
3813 * paren.el (show-paren-mode):
3814 * mwheel.el (mouse-wheel-mode):
3815 * msb.el (msb-mode):
3816 * jka-compr.el (auto-compression-mode):
3817 * image-file.el (auto-image-file-mode):
3818 * hl-line.el (hl-line-mode):
3819 * delsel.el (delete-selection-mode):
3820 * autoinsert.el (auto-insert-mode):
3821 * complete.el (partial-completion-mode): Drop unneeded positional args.
3822
3823 * info.el (Info-mode):
3824 * comint.el (comint-mode): Don't bother with make-local-hook.
3825
3826 * log-edit.el (log-edit-menu): New menu.
3827
3828 2000-11-03 Miles Bader <miles@gnu.org>
3829
3830 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3831 definition, so that trailing spaces are handled properly.
3832 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3833
3834 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3835
3836 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3837 tab character.
3838 (fancy-splash-screens): Set tab-width to 20.
3839
3840 2000-11-03 Dave Love <fx@gnu.org>
3841
3842 * comint.el (comint-completion-addsuffix): Fix custom type.
3843
3844 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * font-lock.el (font-lock-buffers): Remove.
3847 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3848 (font-lock-change-major-mode): Remove.
3849 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3850 (font-lock-default-fontify-region): Extend the multiline
3851 fontification to whole lines.
3852 (font-lock-fontify-anchored-keywords)
3853 (font-lock-fontify-keywords-region): If matching just one
3854 line (with \n) only mark the \n as multiline.
3855
3856 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3857 Correctly handle the case where several :group args are supplied.
3858 Allow :extra-args.
3859 (easy-mmode-define-global-mode): Allow :extra-args.
3860 Correctly handle the case where several :group args are supplied.
3861
3862 2000-11-02 Miles Bader <miles@gnu.org>
3863
3864 * calendar/calendar.el (diary-face, calendar-today-face)
3865 (holiday-face): Remove dependency on `window-system'.
3866
3867 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3868
3869 * Makefile.in (emacs): Set EMACSLOADPATH always.
3870 (update-authors, .el.elc, compile-files): Don't do it explicitly
3871 here.
3872 (compile-files): Bomb out if compilation of a file fails.
3873
3874 2000-11-02 Dave Love <fx@gnu.org>
3875
3876 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3877
3878 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3879
3880 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3881 punctuation in the warning inserted into the *mail* buffer.
3882
3883 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3884
3885 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3886 (authors-public-domain-p): New function.
3887 (authors-print): Use it.
3888
3889 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3890
3891 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3892
3893 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3894
3895 * ps-print.el: Extension for even/odd printing. Doc fix.
3896 (ps-print-version): New version number (6.3.1).
3897 (ps-even-or-odd-pages): Customization fix.
3898 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3899 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3900 (ps-page-count): Var replaced by `ps-page-column'.
3901 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3902 (ps-print-sheet-p): New fun.
3903
3904 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3905
3906 * tooltip.el (tooltip-gud-tips-setup): New function.
3907 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3908 (tooltip-mode): Call tooltip-gud-tips-setup.
3909 (tooltip-gud-tips): Use `gud-basic-call' instead of
3910 process-send-string, so the prompt gets frobbed appropriately.
3911 Handle nil return value from `tooltip-gud-print-command'.
3912
3913 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3914
3915 * comint.el (comint-add-to-input-history): New function.
3916 (comint-send-input): Use `comint-add-to-input-history'.
3917
3918 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3919
3920 * info.el (info-menu-header): New face.
3921 (Info-fontify-menu-headers): New function.
3922 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3923
3924 * info.el (Info-insert-dir): Don't include blank lines at
3925 beginning of additional dir files (one is added automatically).
3926
3927 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3928
3929 * emacs-lisp/easy-mmode.el (define-minor-mode):
3930 Revert the latest changes.
3931 Allow the three positional arguments to be skipped and replaced
3932 by keyword arguments.
3933 Add a :toggle argument to determine whether a nil arg means toggle
3934 or means turn-on. The default is unchanged.
3935 Add a call to force-mode-line-update.
3936
3937 2000-11-01 Dave Love <fx@gnu.org>
3938
3939 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3940 cookie.
3941
3942 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3943
3944 * calendar/calendar.el (diary-face, holiday-face): Add
3945 dark-background variants.
3946
3947 2000-10-31 Sam Steingold <sds@gnu.org>
3948
3949 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3950 `tex-main-file' does not have directory in it.
3951
3952 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3953
3954 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3955
3956 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3957
3958 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3959 functional change.
3960
3961 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3962
3963 * files.el (find-file-noselect): When we expand a wildcard, return
3964 a list of buffers, as we should do according to the doc string.
3965
3966 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3967
3968 * loadup.el (top level): Adjust load path if program name is
3969 "../src/bootstrap-emacs", in case it's not dumped and thus the
3970 load path adjustment hasn't already been done.
3971
3972 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3973
3974 * ps-print.el: Fix bug on selected pages for printing. Use
3975 `color-values' for Emacs 21. Ensure fontification when jit-lock
3976 is on. Try to avoid warning messages when compiling. Doc Fix.
3977 (ps-print-version): New version number (6.3).
3978 (ps-color-device): Use `color-values' to determine if device
3979 supports color.
3980 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3981 (ps-print-page-p): Changed from defsubst to defun.
3982 (ps-page-number): Changed from defmacro to defun.
3983 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3984 printing.
3985 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3986 (ps-end-file, ps-dummy-page): Funs eliminated.
3987 (ps-print-color-scale): Changed default value.
3988 (ps-page-n-up, ps-print-page-p): New internal vars.
3989 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3990 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3991
3992 * delim-col.el: Little programming improvement.
3993 (delimit-columns-str): New macro.
3994 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3995
3996 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3997
3998 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3999 Moved to european.el.
4000 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4001 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4002 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4003 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4004
4005 2000-10-30 Dave Love <fx@gnu.org>
4006
4007 * progmodes/cc-menus.el (imenu-generic-expression)
4008 (imenu-progress-message): Only defvar when compiling.
4009
4010 * emacs-lisp/elp.el (elp-unload-hook): New function.
4011
4012 * loadhist.el (unload-feature): Call elp-restore-function,
4013 checking for symbols; don't use elp-restore-all.
4014 (loadhist-hook-functions): Doc fix.
4015
4016 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4017
4018 * log-edit.el (log-edit-confirm): Fix the default.
4019
4020 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4021
4022 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4023 delimit-columns-format.
4024 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4025
4026 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4027
4028 * comint.el (comint-replace-by-expanded-history): Don't use
4029 comint-get-old-input (we're not looking at *old* input).
4030 (comint-get-old-input-default): If using fields, signal an error
4031 when the point is not in an input field.
4032
4033 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4034
4035 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4036 and mule-unicode-e000-ffff.
4037
4038 * international/mule.el (decode-char, encode-char): New functions.
4039 (make-coding-system): Accept a symbol of translation table as a
4040 value of property `safe-chars'.
4041
4042 * international/mule-cmds.el (encode-coding-char): Check property
4043 safe-chars instead of safe-charsets.
4044
4045 * international/fontset.el (fontset-default): Modified for
4046 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4047 (x-font-name-charset-alist): Likewise.
4048 (ccl-encode-unicode-font): New CCL program. Record it in
4049 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4050
4051 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4052 New translation tables.
4053 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4054 programs are modified and moved from mac-win.el.
4055 (mac-roman): Definition of this coding system is modified and
4056 moved from mac-win.el.
4057
4058 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4059
4060 * ediff-wind.el (ediff-setup-control-frame): Enclose
4061 face-attribute in condition-case to avoid errors in older emacsen.
4062
4063 2000-10-29 Miles Bader <miles@gnu.org>
4064
4065 * custom.el (custom-add-to-group): Allow multiple entries for a
4066 given value OPTION, as long as their widget types are different.
4067 * cus-edit.el (custom-face-value-create): If face name doesn't end
4068 with "face", add such here (similar to custom group widgets).
4069
4070 * comint.el (comint-highlight-prompt): Add :type.
4071
4072 2000-10-28 John Wiegley <johnw@gnu.org>
4073
4074 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4075 Changed this function to operate on a temporary buffer instead of
4076 the main buffer. This not only keeps flyspell from marking a
4077 buffer as changed that wasn't, but it solves the jumpy cursor
4078 problem when attempts are made to edit incorrect words.
4079 (flyspell-maybe-correct-doubling): Same change as for
4080 `flyspell-maybe-correct-transposition'.
4081
4082 * calendar/timeclock.el (timeclock-log): Doc fix.
4083 (timeclock-last-event): Doc fix.
4084 (timeclock-log): Kill the timelog buffer after appending a new
4085 event.
4086 (timeclock-find-discrep): Use a temp buffer to read in the
4087 timelog, instead of visiting the file.
4088 (timeclock-log-data): A new function, along with a host of helper
4089 functions, for the purpose of making timelog data accessible to
4090 programmers.
4091
4092 * eshell/esh-mode.el (window-height test): Make certain that
4093 `eshell-stringify-t' is non-nil.
4094 (eshell-password-prompt-regexp): Changed to a much simpler
4095 password regexp.
4096 (eshell-send-input): If `eshell-invoke-directly' returns t,
4097 directly invoke the parsed command using `eval'. This improves
4098 turn-around time on simple commands by a factor of three or
4099 greater, such as cd, ls, pwd, etc. -- which get used very often.
4100 It also conserves thousands of cons cells per call (since
4101 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4102 in the Pacific Cookie Company).
4103
4104 * eshell/esh-test.el (eshell-test): Whitespace fix.
4105
4106 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4107 `eshell-ls-initial-args' nil when inserting directory contents.
4108
4109 * eshell/em-script.el (eshell-script-initialize): Add names to
4110 `eshell-complex-commands, since `source' and `.' are complex.
4111
4112 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4113 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4114 `eshell-copy-handles'.
4115 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4116 bodies.
4117 (eshell-separate-commands): Whitespace fix.
4118 (eshell-complex-commands): Added a new list of names, for
4119 determining whether a given command is as simple as it looks.
4120 (eshell-invoke-directly): New function. Returns t if a command
4121 should be invoked directly (using `eval'), rather than indirectly
4122 using `eshell-do-eval'.
4123 (eshell-do-eval): Whitespace fix.
4124
4125 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4126 which provides an emulation of the DOS shell behavior of assuming
4127 that cp/mv/ln should copy/move/link to the current directory.
4128 (eshell-remove-entries): Added a doc string.
4129 (eshell-shuffle-files): Removed the check for `target' being null.
4130 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4131 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4132 it to do a smarter check of whether a destination was provided.
4133 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4134 (eshell/ln): Enable `:preserve-args', and use
4135 `eshell-mvcpln-template' to implement the body of the function.
4136 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4137 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4138 list after flattening it. This makes it possible to cat files
4139 with numerical names.
4140 (eshell-unix-initialize): Added several names to
4141 `eshell-complex-commands.
4142 (eshell-unix-command-complex-p): Return t if a given command name
4143 may result in external processes being invoked.
4144
4145 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4146 variable nil by default, since it slows down glob processing by a
4147 factor of two or more, and increases memory consumption.
4148
4149 * eshell/em-smart.el: Added a note about how memory consumptive
4150 smart display mode can be (at least this is true in Emacs 21).
4151 (eshell-smart-initialize): Whitespace fix.
4152 (eshell-refresh-windows): Use `if' instead of `when'.
4153 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4154 not necessary.
4155 (eshell-currently-handling-window): Added a missing global
4156 variable.
4157
4158 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4159 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4160 Whitespace fix.
4161 (eshell-ls-exclude-hidden): Added this variable in addition to
4162 `eshell-ls-exclude-regexp'. This one prevents files beginning
4163 with . from even being read, which can improve memory consumption
4164 quite a bit.
4165 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4166 read file entries beginning with a dot. In home directories with
4167 lots of hidden files, fully two-thirds of the time spent in ls is
4168 used to read directory entries that are immediately thrown away.
4169 (eshell-ls-initial-args): Added back this configuration variable,
4170 for specifying default initial arguments to every call to ls.
4171 Much faster than using an alias to do the same thing.
4172 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4173 (eshell-ls-dir): Whitespace change.
4174
4175 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4176
4177 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4178 available.
4179 (eshell-stringify-t): Added a customization variable, to indicate
4180 whether `t' should be rendered as a string at all. If not, one
4181 can still determine if the result of an expression is true using
4182 "file-exists-p FILE && echo true".
4183 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4184 stringify t!
4185
4186 * eshell/esh-module.el: Whitespace fix.
4187
4188 * eshell/em-alias.el (eshell-alias-initialize): Added
4189 `eshell-command-aliased-p' to `eshell-complex-commands'.
4190 (eshell-command-aliased-p): New function that returns t if a
4191 command name names an aliased.
4192
4193 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4194
4195 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4196 redrawing the screen when changing cursor color.
4197 (viper-insert-state-pre-command-sentinel)
4198 (viper-replace-state-pre-command-sentinel)
4199 (viper-replace-state-post-command-sentinel):
4200 Use viper-preserve-cursor-color.
4201 Many functions changed to use viper= instead of = when comparing
4202 characters.
4203 * viper-util.el (viper-memq-char,viper=): New functions for
4204 working with characters.
4205 (viper-change-cursor-color): Fixed buglet.
4206 Many functions changed to use viper= instead of = when comparing
4207 characters.
4208 * viper.el (viper-insert-state-mode-list): Added eshell.
4209
4210 * ediff-init.el (ediff-before-setup-hook): New hook.
4211 Several typos fixed in various docstrings.
4212 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4213 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4214 hook.
4215 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4216 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4217 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4218 (ediff-get-selected-buffers): New function.
4219 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4220 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4221 save-window-excursion.
4222 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4223 termination check in while loop.
4224 * ediff.el (ediff-get-default-file-name): Better defaults when in
4225 dired buffer.
4226 (ediff-files,ediff-merge-files,ediff-files3)
4227 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4228
4229 2000-10-28 Dave Love <fx@gnu.org>
4230
4231 * info.el (Info-fontify-node): Add help-echo for menu items.
4232
4233 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4234
4235 * startup.el (normal-top-level): If the value of $TERM indicates
4236 we are running from xterm or one of its work-alikes, default to a
4237 light background mode.
4238
4239 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4240 * faces.el (tty-handle-reverse-video): New function.
4241 (tty-create-frame-with-faces): Call it.
4242
4243 * frame.el (frame-notice-user-settings): Don't apply
4244 default-frame-alist and initial-frame-alist to MS-DOS frames.
4245 Call tty-handle-reverse-video, frame-set-background-mode, and
4246 face-set-after-frame-default for non-MS-DOS frames.
4247
4248 * startup.el (tty-long-option-alist): New variable.
4249 (tty-handle-args): New function.
4250 (command-line): Call tty-handle-args.
4251
4252 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4253 startup.el now does that for all character-terminal frames.
4254
4255 2000-10-28 Miles Bader <miles@gnu.org>
4256
4257 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4258 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4259 global. If :global is followed by a non-nil but non-t value,
4260 make the mode buffer-local, but also generate a `global-MODE'
4261 version using `easy-mmode-define-global-mode'. Add
4262 :conditional-turn-on keyword argument.
4263
4264 2000-10-28 Dave Love <fx@gnu.org>
4265
4266 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4267 use window-system.
4268
4269 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4270
4271 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4272 Don't call find-buffer-file-type-coding-system. Instead, just
4273 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4274 if the file is on an untranslated filesystem.
4275 (add-untranslated-filesystem): Use "D" instead of "f" inside
4276 interactive.
4277
4278 2000-10-27 Dave Love <fx@gnu.org>
4279
4280 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4281 (refill-mode): Use it.
4282
4283 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * international/quail.el (quail-activate): Don't make-local-hook.
4286
4287 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4288
4289 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4290 manual backups and file.~<rev>.~ for automatic ones.
4291 (vc-make-version-backup): Don't do it on MS-DOS without long file
4292 names.
4293
4294 * vc.el (vc-version-other-window): If an automatic backup of the
4295 desired version exists, rename it instead of copying it.
4296
4297 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4298 after command. If there's an unexpected error, signal it instead
4299 of being silent.
4300 (vc-cvs-merge-news): Be prepared for no news at all.
4301
4302 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4303
4304 * shell.el (shell): Add BUFFER argument.
4305 * comint.el (make-comint-in-buffer): New function.
4306 (make-comint): Use it.
4307
4308 * faces.el (face-spec-choose): Change syntax so that the list of
4309 attribute-value pairs is now the cdr of each clause, not the cadr.
4310 Detect old-style entries, and handle them. Use pop.
4311
4312 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * cus-edit.el (custom-mode-map): Use a sparse map.
4315 (custom-mode): Don't bother with make-local-hook.
4316
4317 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4318
4319 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4320
4321 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4322
4323 * ps-print.el: Avoid compilation gripes.
4324 (ps-print-version): New version number (6.2.1).
4325
4326 2000-10-26 Dave Love <fx@gnu.org>
4327
4328 * menu-bar.el: Modify some menu item help strings.
4329 (menu-bar-help-menu): Add link to MORE.STUFF.
4330
4331 * cus-edit.el (custom-mode): Add `special' mode-class property.
4332
4333 * wid-browse.el (widget-browse-mode): Likewise.
4334
4335 * wid-edit.el (widget-specify-field): Revert to using local-map
4336 property, not keymap.
4337
4338 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4339
4340 * wid-edit.el (widget-field-end): When checking for a `boundary'
4341 field, do so in the correct buffer.
4342
4343 * simple.el (undo): Correctly distinguish between numeric and
4344 non-numeric prefix args in non-transient-mark-mode, as per the doc
4345 string. When in transient-mark-mode, treat all prefix-args as
4346 numeric.
4347
4348 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4349 Position point on match. Handle N == 0 correctly.
4350
4351 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4352 (comint-mode-map): Reverse order of `comint-write-output' and
4353 `comint-append-output-to-file'.
4354 (comint-append-output-to-file): Reinstate this function, for the
4355 benefit of the menu.
4356
4357 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * vc.el (vc-version-other-window): Bind `file'.
4360
4361 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4362
4363 * Makefile.in (update-authors): New target for maintenance purposes.
4364
4365 * emacs-lisp/authors.el (batch-update-authors): New function.
4366 (authors-fixed-entries): New defconst.
4367 (authors-add-fixed-entries): New function.
4368 (authors): Call it.: Don't process lispref/.
4369
4370 2000-10-25 Jason Rumney <jasonr@gnu.org>
4371
4372 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4373 Merge x w32 and mac definitions.
4374
4375 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4376
4377 * menu-bar.el (menu-bar-options-menu): Add a help string for
4378 `uniquify'.
4379
4380 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4381
4382 * time-stamp.el (time-stamp-string-preprocess):
4383 Fix a wrong type argument error.
4384
4385 2000-10-25 Miles Bader <miles@gnu.org>
4386
4387 * recentf.el (recentf-mode): Variable removed.
4388 (recentf-mode): Use `define-minor-mode'.
4389
4390 * mwheel.el (mouse-wheel-mode): New global minor mode.
4391 (mwheel-install): Use `mouse-wheel-mode'.
4392
4393 2000-10-25 Dave Love <fx@gnu.org>
4394
4395 * progmodes/cperl-mode.el (cperl-mode):
4396 Set normal-auto-fill-function correctly.
4397
4398 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4399 inherit from global-map and don't nullify menu-bar and tool-bar
4400 bindings.
4401
4402 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4403
4404 * wid-edit.el (widget-field-at): New function.
4405 (widget-at, widget-field-activate): Use it.
4406 (widget-tabable-at): Use `widget-at'.
4407 (widget-specify-field): If the terminating character of the widget
4408 field (which is read-only) is a newline, put it into a special
4409 `boundary' field so that C-n/C-p act more naturally.
4410 (widget-field-end): Also don't subtract one if a special
4411 `boundary' field has been added after the widget field.
4412
4413 * comint.el (comint-output-filter, comint-send-input): Don't
4414 bother adding stickiness fields to overlays to fool the field
4415 code, since it should notice the overlay insertion-types now.
4416
4417 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4418 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4419 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4420
4421 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4422
4423 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4424 (authors): Set file coding system to iso-2022-7bit. Add
4425 file-local variables to output buffer.
4426
4427 * files.el (after-find-file): Don't print any warnings if
4428 WARN is nil.
4429
4430 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4431
4432 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4433
4434 * delim-col.el: Now there is a column formatting mechanism.
4435 Modified to customization mechanisms convention. Doc fix.
4436 (columns): New group for delim-col.
4437 (delimit-columns-before, delimit-columns-after)
4438 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4439 (delimit-columns-end): New vars.
4440 (delimit-columns-customize, delimit-columns-format): New funs.
4441 (delimit-columns-region, delimit-columns-rectangle)
4442 (delimit-columns-rectangle-line): Modified to support column
4443 formatting.
4444
4445 2000-10-24 Dave Love <fx@gnu.org>
4446
4447 * log-edit.el (log-edit): Add :version and a :group for vc.
4448
4449 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4450
4451 * files.el (after-find-file): Don't print a message ``New file''
4452 if WARN is nil.
4453
4454 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4455 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4456 get duplicate tool-bar entries because we'll see the global ones
4457 on more than one path through keymaps.
4458
4459 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4460
4461 * progmodes/cmacexp.el: Change Francesco's email address.
4462
4463 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4464
4465 * window.el (fit-window-to-buffer): Adjust point of the window
4466 buffer, not that of the current buffer.
4467
4468 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4469
4470 * progmodes/cmacexp.el: Update the euthor's email address.
4471
4472 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4473
4474 * faces.el (face-spec-set-match-display): Add `graphic' display
4475 type (the inverse of `tty'). Use `display-graphic-p' instead of
4476 the window-system variable.
4477
4478 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4479
4480 * international/isearch-x.el (isearch-with-input-method): Call
4481 input-method-function with the first event in
4482 unread-command-events.
4483
4484 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4485
4486 * faces.el (face-default-spec, face-user-default-spec): Make
4487 defsubsts.
4488
4489 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4490
4491 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4492 New charsets.
4493
4494 * term/mac-win.el: Remove definitions of mac-roman-lower and
4495 mac-roman-upper, require dired, and define instead of set
4496 mac-ready-for-drag-n-drop to avoid compilation error.
4497
4498 2000-10-23 Andrew Innes <andrewi@gnu.org>
4499
4500 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4501 superfluous calls to subst-char-in-string; instead apply
4502 expand-file-name after convert-standard-filename to ensure
4503 expected directory separators are used.
4504
4505 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4506
4507 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4508
4509 2000-10-23 Dave Love <fx@gnu.org>
4510
4511 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4512 (tool-bar-add-item): Set foreground and background for XBM icons.
4513
4514 * international/latin1-disp.el (latin1-char-displayable-p): New
4515 function (from Handa).
4516 (latin1-display-check-font): Use it.
4517
4518 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4519 using :key-sequence, making it much more usable. Use nconc, not
4520 append.
4521 (imenu--create-keymap-1): Avoid append.
4522
4523 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4524
4525 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4526
4527 [the following changes fix a bug where `define-minor-mode' didn't
4528 correctly generate :require clauses for defcustoms in compiled files]
4529 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4530 (byte-compile-log-file, byte-compile-log-1): Don't set
4531 `byte-compile-current-file' to nil. Instead set
4532 `byte-compile-last-logged-file' to it. Test whether
4533 byte-compile-current-file equals byte-compile-last-logged-file
4534 instead of whether its nil.
4535 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4536
4537 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4538
4539 * textmodes/refill.el: Fix var names in doc.
4540 (refill-mode): Don't bother with make-local-hook anymore.
4541
4542 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4543
4544 * faces.el (face-user-default-spec, face-default-spec): New functions.
4545 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4546 (frame-set-background-mode, face-set-after-frame-default):
4547 Use `face-user-default-spec'. Simplify code slightly.
4548
4549 * woman.el (woman-italic-face, woman-bold-face)
4550 (woman-unknown-face): Add dark-background variants.
4551 (woman-default-faces): Renamed from `woman-colour-faces'.
4552 Set using the stored defaults, rather than using hard-wired colors.
4553 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4554 Just make the foreground `unspecified' rather than "black".
4555 (woman-menu): Rename menu entries accordingly.
4556
4557 * faces.el (header-line): Make more reasonable on mono/grayscale
4558 displays.
4559
4560 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4561
4562 * cus-edit.el (custom-button-face): Use 3D look for mac.
4563 (custom-button-pressed-face): Likewise.
4564
4565 * faces.el (set-face-attributes-from-resources): Handle mac frames
4566 in the same way as x and w32 frames.
4567 (face-valid-attribute-values): Likewise.
4568 (read-face-attribute): Likewise.
4569 (defined-colors): Likewise.
4570 (color-defined-p): Likewise.
4571 (color-values): Likewise.
4572 (display-grayscale-p): Likewise.
4573 (face-set-after-frame-default): Likewise.
4574 (mode-line): Same default face as for x and w32.
4575 (tool-bar): Likewise.
4576
4577 * frame.el: Remove call to frame-notice-user-settings at end of
4578 the file.
4579
4580 * info.el (Info-fontify-node): make underlines invisible for mac
4581 as for x, pc, and w32 frame types.
4582
4583 * term/mac-win.el: New file.
4584
4585 2000-10-22 Dave Love <fx@gnu.org>
4586
4587 * textmodes/refill.el: New file.
4588
4589 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4590
4591 * vc-hooks.el (vc-version-backup-file-name): New optional args
4592 MANUAL and REGEXP.
4593 (vc-delete-automatic-version-backups, vc-make-version-backup):
4594 New functions.
4595 (vc-before-save): Use the latter.
4596 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4597 confusion.
4598
4599 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4600 expected by vc[-hooks].el.
4601
4602 * vc.el (vc-checkout): Added `-p' suffix in call to
4603 vc-make-version-backups-p; use vc-make-version-backup to actually
4604 make the backup.
4605 (vc-version-other-window, vc-version-backup-file): Handle both
4606 automatic and manual backups.
4607 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4608 of all of them.
4609
4610 2000-10-22 Miles Bader <miles@gnu.org>
4611
4612 * comint.el (comint-highlight-input, comint-highlight-prompt):
4613 Renamed, `-face' at end removed.
4614 (comint-send-input, comint-output-filter): Use renamed faces.
4615
4616 * window.el (fit-window-to-buffer): Change defaulting of
4617 MAX-HEIGHT slightly.
4618
4619 * faces.el (color-values, color-defined-p): Use `member', not
4620 `memq', because it works correctly for strings.
4621 (frame-set-background-mode): Actually, "unspecified-fg" and
4622 "unspecified-bg" *are* strings. Use `member', not `memq', and
4623 `equal', not `eq', when a string value is possible.
4624
4625 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4628
4629 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4630
4631 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4632 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4633 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4634 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4635 (sh-font-lock-syntactic-keywords): Use them.
4636 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4637 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4638 (sh-mode): Don't override font-lock-unfontify-region-function.
4639 Use a copy of sh-font-lock-syntactic-keywords.
4640 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4641 Don't call sh-scan-buffer since font-lock does it on the fly.
4642 (sh-get-indent-info): Use `face' rather than `syntax-table'
4643 text-property to detect here-documents.
4644 Replace sh-special-syntax with sh-st-punc.
4645 (sh-prev-line): Use `face' rather than `syntax-table'
4646 text-property to skip over here-documents.
4647 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4648 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4649 (sh-electric-less, sh-set-here-doc-region)
4650 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4651 (sh-scan-buffer, sh-rescan-buffer): Remove.
4652
4653 2000-10-21 Andrew Innes <andrewi@gnu.org>
4654
4655 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4656 remote (ange-ftp) file names.
4657
4658 2000-10-21 Miles Bader <miles@gnu.org>
4659
4660 * window.el (fit-window-to-buffer): New function.
4661 (shrink-window-if-larger-than-buffer): Use it.
4662 (window-text-height): Don't expect minibuffers to have mode-lines.
4663
4664 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4665 * international/quail.el (quail-update-guidance): Use
4666 `fit-window-to-buffer' instead of `set-window-text-height'.
4667
4668 * international/quail.el (quail-show-guidance-buf): Make sure
4669 guidance window really has enough room.
4670 (quail-update-guidance): If quail-guidance-win is already shown,
4671 make sure its height is OK.
4672
4673 * window.el (window-text-height, set-window-text-height):
4674 New functions.
4675 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4676 instead of `window-height' & `mode-line-window-height-fudge'.
4677 (mode-line-window-height-fudge): Add FACE parameter.
4678 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4679 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4680
4681 2000-10-20 Miles Bader <miles@gnu.org>
4682
4683 * window.el (height-affecting-face-attributes): Use `defconst'.
4684
4685 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4686 New function, conditionally aliased to `mode-line-window-height-fudge'.
4687 (ispell-help): Use it.
4688 (ispell-choices-win-default-height): Don't include mode-line fudge.
4689 (ispell-choices-win-default-height): New function.
4690 (ispell-show-choices, ispell-command-loop): Use function
4691 `ispell-choices-win-default-height' instead of variable.
4692
4693 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4694
4695 * window.el (mode-line-window-height-fudge): New variable.
4696 (height-affecting-face-attributes): New variable.
4697 (mode-line-window-height-fudge): New function.
4698 (shrink-window-if-larger-than-buffer): Use it.
4699 * help.el (resize-temp-buffer-window): Likewise.
4700
4701 * info.el (Info-fontify-node): Add support for @subsubsection
4702 titles, which use `Info-title-4-face'.
4703 (Info-title-4-face): New face.
4704 (Info-title-3-face): Inherit from Info-title-4-face instead of
4705 variable-pitch.
4706
4707 2000-10-19 Jason Rumney <jasonr@gnu.org>
4708
4709 * dired.el (dired-insert-directory): Do not let errors signalled by
4710 attempt to run dired-free-space-program prevent dired from working.
4711
4712 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4713
4714 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4715
4716 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4717
4718 * dirtrack.el (dirtrack): Fix call to run-hooks.
4719
4720 * cmuscheme.el (cmuscheme-program-name): Renamed from
4721 scheme-program-name because xscheme.el contains a defcustom with
4722 the same name. As a consequence, customizing group `cmuscheme'
4723 loaded `xscheme' which redefined run-scheme.
4724 (run-scheme): Use cmuscheme-program-name.
4725
4726 * ps-print.el (ps-print-emacs-type): Move into the
4727 eval-and-compile.
4728
4729 * play/doctor.el (doctor-death): Update the Samaritans'
4730 anonymous address, and add a website for Befrienders International.
4731
4732 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4733
4734 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4735 Avoid compilation gripes. Doc fix.
4736 (ps-print-version): New version number (6.2).
4737 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4738 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4739 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4740 (ps-x-extent-priority, ps-x-extent-start-position)
4741 (ps-x-face-font-instance, ps-x-find-coding-system)
4742 (ps-x-font-instance-properties, ps-x-make-color-instance)
4743 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4744 avoid compilation gripes without defining functions.
4745 (ps-e-find-composition): Alias for function find-composition, to have a
4746 suitable function depending on Emacs version.
4747 (ps-color-device, ps-color-values, ps-face-foreground-name)
4748 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4749 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4750 (ps-print-ensure-fontified): Function definitions surrounded by
4751 `eval-and-compile' to avoid compilation gripes.
4752 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4753 by symbol-value to avoid compilation gripes.
4754 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4755 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4756
4757 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4758
4759 * startup.el (normal-top-level): Call `frame-set-background-mode'
4760 after `frame-notice-user-settings' because the latter doesn't call
4761 the former on a tty.
4762
4763 * faces.el (frame-set-background-mode): `unspecified' &c are
4764 symbols, not strings.
4765
4766 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4767
4768 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4769 why some "light*" colors are deliberately absent from the alist.
4770
4771 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4772 Change colors for tty's, as suggested by Miles Bader.
4773
4774 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4775
4776 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4777 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4778 for ISO10646-1 fonts.
4779 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4780
4781 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4782
4783 * faces.el (frame-set-background-mode): If a tty frame defines a
4784 background color, use that to compute the background mode, instead
4785 of always defaulting to "dark".
4786
4787 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4788
4789 * comint.el (comint-write-output): New function.
4790 (comint-mode-map): Add it to the menu.
4791 Bind `C-c C-s' to comint-write-output.
4792
4793 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4794
4795 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4796 Use fancy-splash-delay.
4797
4798 2000-10-18 Alex Schroeder <alex@gnu.org>
4799
4800 * progmodes/sql.el (sql-sybase-options): New option.
4801 (sql-sybase): Use it. Add sql-database to the list of parameters
4802 provided for login. The options -w 2048 -n are not used any more.
4803
4804 * comint.el (comint-read-input-ring): Bugfix such that the first
4805 and the last entry of the input ring file are not lost.
4806
4807 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4808
4809 * ps-print.el: Internal variable changes to defcustom,
4810 make-local-hook changes to defvar. Doc fix.
4811 (ps-print-version): New version number (6.1).
4812 (ps-setup, ps-do-despool): Code fix.
4813 (ps-printer-name): Customization fix.
4814 (ps-printer-name-option): Now is a defcustom instead of an
4815 internal variable.
4816 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4817 (ps-print-begin-column-hook): Now are defvar instead of
4818 make-local-hook.
4819
4820 2000-10-18 Miles Bader <miles@gnu.org>
4821
4822 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4823 (comint-kill-output): Changed into an alias for `comint-delete-output',
4824 and made obsolete.
4825 (comint-mode-map): Rename references to comint-kill-output.
4826
4827 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4828
4829 * diff-mode.el (diff-header-face, diff-file-header-face)
4830 (diff-changed-face): Add bold and italic attributes to tty faces.
4831 (diff-function-face): New face.
4832 (diff-font-lock-keywords): Use it.
4833
4834 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4835
4836 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4837 Remove commented-out call to force-mode-line-update.
4838 (comint-kill-output): Use `forward-line 0' instead of
4839 beginning-of-line to make sure we get past the prompt.
4840
4841 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4842
4843 * diff-mode.el (diff-header-face, diff-file-header-face):
4844 Add specific setting for dark background.
4845 (diff-context-face): Renamed from diff-comment-face.
4846 Set explicitly rather than inheriting from font-lock-comment-face.
4847
4848 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4849
4850 * startup.el (command-line): Move the code which sets the default
4851 TTY colors to before before-init-hook.
4852
4853 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4854
4855 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4856
4857 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4858
4859 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4860 extensions, for MS-DOS.
4861
4862 * diff-mode.el (diff-header-face, diff-file-header-face)
4863 (diff-changed-face): Define tty-specific colors.
4864
4865 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4866
4867 * startup.el (fancy-splash-text): Realign the text.
4868
4869 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4870
4871 * font-lock.el (font-lock-comment-face): Define a separate default
4872 for dark-background tty's.
4873
4874 2000-10-17 Miles Bader <miles@gnu.org>
4875
4876 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4877 being obscured by whizzy mode-lines on graphics displays.
4878
4879 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4880
4881 * info.el (Info-title-1-face, Info-title-2-face)
4882 (Info-title-3-face): Define colors for tty's.
4883 (info-header-node): Remove unneeded tty-specific definition.
4884
4885 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4886
4887 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4888 reverse from the frame parameters, and don't invert foreground and
4889 background colors.
4890
4891 2000-10-16 Miles Bader <miles@gnu.org>
4892
4893 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4894 string "*Info*". Call propertized-buffer-identification to spruce
4895 up the result.
4896
4897 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4898
4899 * help.el: Provide `help' for the sake of define-minor-mode
4900 which generates defcustoms with requires.
4901
4902 * jit-lock.el (jit-lock-after-change): If we're in text that
4903 matches a multi-line font-lock pattern, make sure the whole text
4904 will be redisplayed.
4905
4906 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4907 author's name is unknown.
4908
4909 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4910 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4911 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4912 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4913 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4914 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4915 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4916 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4917 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4918 Add author information.
4919
4920 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4921
4922 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4923 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4924 full-color version (using the Gimp) to eliminate dithering artifacts.
4925
4926 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4927
4928 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4929
4930 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4931
4932 2000-10-15 Dave Love <fx@gnu.org>
4933
4934 * progmodes/sh-script.el: Require skeleton and comint when
4935 compiling.
4936
4937 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4938
4939 * whitespace.el: Doc fixes.
4940 (top-level): Don't add hooks here.
4941 (whitespace-running-emacs): Deleted.
4942 (timer): Don't require.
4943 (whitespace): Add back :version conditional on xemacs test.
4944 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4945 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4946 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4947 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4948 Avoid specific xemacs test.
4949 (whitespace-global-mode): New option.
4950 (whitespace-global-mode): New command.
4951 (whitespace-unload-hook): New function.
4952
4953 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4954 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4955 (Info-fontify-node): `Goto' goes to `Go to'.
4956 (Info-fontify-node): Add help-echo to xref links.
4957
4958 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4959
4960 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4961
4962 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4965 Use plist-get and allow :inherit.
4966
4967 * emacs-lisp/cl-macs.el (cl-do-arglist):
4968 Use plist-get and plist-member instead of memq.
4969
4970 * emacs-lisp/ewoc.el (ewoc-location): New function.
4971 (ewoc-enter-after, ewoc-enter-before): Document return value.
4972 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4973 Don't need make-local-hook any more.
4974 (cvs-addto-collection): Return the new tin.
4975 (cvs-mode-insert): Jump to the new line.
4976
4977 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4978
4979 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4980
4981 * font-lock.el (font-lock-syntactically-fontified): New var.
4982 (font-lock-fontify-syntactic-keywords-region): Use it.
4983 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4984
4985 * diff-mode.el (diff-find-file-name): Fix regexp.
4986
4987 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4988 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4989
4990 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4991 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4992 (sh-mode): Don't make all vars local here.
4993 (sh-kw): Reformat.
4994 (sh-set-shell): Use dolist. Don't set indent-region-function.
4995 (sh-mode-syntax-table): Use pop.
4996 (sh-remember-variable): Use push.
4997 (sh-help-string-for-variable): Use memq.
4998 (sh-safe-backward-sexp): Remove.
4999 (sh-safe-forward-sexp): Add ARG.
5000 (sh-get-indent-info, sh-prev-stmt): Use it.
5001 (sh-prev-line): Simplify by using forward-comment.
5002 (sh-this-is-a-continuation): Simplify.
5003 (sh-learn-buffer-indent): Use dolist.
5004 (sh-do-nothing): Remove.
5005 (sh-set-char-syntax, sh-set-here-doc-region):
5006 Use inhibit-modification-hooks.
5007 (sh-name-style): Use mapcar and push.
5008 (sh-load-style): Use dolist.
5009 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5010 (sh-case, sh-while-getopts): Use propertize directly rather
5011 than sh-electric-rparen.
5012
5013 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5014
5015 * textmodes/tex-mode.el: Require CL when compiling.
5016 (tex-mode-syntax-table): Init immediately.
5017 (tex-mode-map): Bind M-RET to latex-insert-item.
5018 (latex-mode): Set indent-line-function to latex-indent.
5019 (tex-common-initialization): Don't setup the syntax-table any more.
5020 (latex-insert-item): New skeleton.
5021 (tex-next-unmatched-end): Fix copy/paste braino.
5022 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5023 (latex-indent, latex-find-indent): New functions.
5024 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5025 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5026 (tex-compilation-parse-errors): Use with-syntax-table.
5027
5028 2000-10-15 Miles Bader <miles@gnu.org>
5029
5030 * font-lock.el (font-lock-comment-face): Change dark-background,
5031 color, non-tty, default to `chocolate1'.
5032
5033 2000-10-13 John Wiegley <johnw@gnu.org>
5034
5035 * eshell/esh-util.el (require): Added a missing `require' form,
5036 needed when compiling (for an ange-ftp macro definition).
5037
5038 2000-10-13 Dave Love <fx@gnu.org>
5039
5040 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5041
5042 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5043
5044 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5045 fix.
5046
5047 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5048 transparent -colors 8).
5049
5050 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5051
5052 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5053 that breaks with old list format timestamps.
5054 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5055 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5056 strings.
5057
5058 2000-10-13 John Wiegley <johnw@gnu.org>
5059
5060 * align.el, pcomplete.el, calendar/timeclock.el,
5061 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5062
5063 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5064 faulty math, where holiday hours were being computing as seconds.
5065
5066 2000-10-13 John Wiegley <johnw@gnu.org>
5067
5068 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5069 specifying what "other" kinds of buffers should be saved. This
5070 used to be hard-coded.
5071 (desktop-buffer-misc-functions): A global for specifying how
5072 auxiliary data should be determined for special buffer types.
5073 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5074 instead of hard-coding the special buffer types.
5075 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5076 auxiliary data, instead of hard-coding for Info buffers and dired.
5077 (desktop-buffer-info-misc-data): Aux function for determining Info
5078 buffer auxiliary info.
5079 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5080 (desktop-buffer-info): Changed this function to use the info
5081 gathered above.
5082 (desktop-create-buffer): Be a little more careful about what
5083 `minor-mode' means before calling it. This is important for some
5084 buffer types.
5085
5086 2000-10-13 John Wiegley <johnw@gnu.org>
5087
5088 * eshell/esh-util.el: Added a global form which declares an
5089 autoload for `parse-time-string', if that function is not already
5090 defined, and if parse-time.el is available on the user's system.
5091
5092 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5093 to be aware of ange-ftp user info.
5094 (eshell-do-ls): Bind `ange-cache'. Also, use
5095 `eshell-file-attributes'.
5096 (eshell-ls-annotate): Use `eshell-file-attributes'.
5097 (eshell-ls-file): Made the user-id printing code a bit smarter.
5098
5099 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5100 allow identification of alias user ids in remote directories.
5101 It's manual, but there's no other way to know when the current
5102 user on the local machine, is also the owning user on the remote
5103 machine.
5104 (fboundp): Bind `ange-cache'.
5105 (eshell-directory-files-and-attributes): Re-organized the logic a
5106 bit to use `eshell-file-attributes' instead of `file-attributes'.
5107 The former is more sensitive to directories that are read via FTP,
5108 and knows how to use ange-ftp to determine full attribute
5109 information, instead of just the name and last modtime.
5110 (eshell-current-ange-uids): Return the current user id when in a
5111 remote directory.
5112 (eshell-parse-ange-ls): Parse a full directory listing that has
5113 been returned by ange-ftp.
5114 (eshell-file-attributes): This beefed up version of
5115 `file-attributes' is only special if the user is currently in a
5116 remote directory, in which case it does a lot of work to find out
5117 what the real attributes of a file are, as they appear on the
5118 remote machine. This makes usage of remote directories (i.e.,
5119 ange-ftp pathnames) much more useful. You can now use Eshell as a
5120 full-fledged FTP client, with much more manipulation ability than
5121 most other clients.
5122
5123 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5124 variable, which means that Eshell's du should always be preferred
5125 in remote directories.
5126 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5127 just `file-attributes'.
5128 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5129 when reading remote directories. This is an Eshell-specific
5130 variable (not part of ange-ftp).
5131 (eshell/ln): Bind `ange-cache'.
5132 (eshell/du): Added some extra logic for determining when to use
5133 Eshell's du (which is slow), and when to use the external version
5134 (which may or may not exist).
5135
5136 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5137 `eshell-interactive-process', rather than using
5138 `get-buffer-process', since backgrounded processes don't count in
5139 the context of this function's logic.
5140
5141 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5142 `forward-char', so that null strings are parsed correctly.
5143
5144 2000-09-13 John Wiegley <johnw@gnu.org>
5145
5146 * eshell/em-pred.el (eshell-pred-file-type,
5147 eshell-pred-file-links, eshell-pred-file-size): Use
5148 `eshell-file-attributes'. This is more correct over ange-ftp.
5149
5150 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5151 that remote file globbing is more efficient.
5152
5153 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5154 gathering the files and attributes within a directory.
5155
5156 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5157 the command line is a special file (not a regular file, directory
5158 or symlink), always attempt to call the external version of cat.
5159
5160 2000-09-13 John Wiegley <johnw@gnu.org>
5161
5162 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5163 Eshell-friendly version of find-tag.
5164
5165 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5166
5167 * image-file.el (image-file-name-extensions)
5168 (image-file-name-regexps): Add autoload cookies.
5169
5170 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5171
5172 * international/mule-cmds.el (select-safe-coding-system): If FROM
5173 is string, show it in *Warning* buffer.
5174
5175 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5176
5177 * startup.el (normal-top-level): Use display-popup-menus-p instead
5178 of window-system.
5179 (command-line): Use display-graphic-p instead of window-system.
5180 (command-line-1): Use display-popup-menus-p and display-mouse-p
5181 instead of window-system.
5182
5183 2000-10-12 Sam Steingold <sds@gnu.org>
5184
5185 * tooltip.el (tooltip-use-echo-area): New user variable.
5186 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5187
5188 2000-10-12 Dave Love <fx@gnu.org>
5189
5190 * recentf.el: Maintainer's checkdoc fixes.
5191
5192 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5193 character class, not ASCII when matching file names.
5194 (fancy-splash-head): Add trailing slash to URL.
5195 (command-line): Don't require XPM support for toolbar.
5196
5197 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5198 (cperl-invalid-face): Revert last change.
5199 (cperl-init-faces): Quote cperl-invalid-face.
5200
5201 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5202
5203 * startup.el (fancy-splash-text): Remove superfluous quote.
5204
5205 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5206
5207 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5208 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5209 (command-line-1): Don't use fancy-splash-pending-command.
5210 (fancy-splash-screens-1): Goto point-min after inserting text.
5211
5212 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5213
5214 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5215 instead of shared-lisp-mode-map.
5216
5217 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5218
5219 * faces.el (header-line): Change tty-variant to use underlining.
5220
5221 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5222 (isearch-highlight): Restore lazy-isearch face properties at old
5223 position, and suppress them at new position.
5224 (isearch-dehighlight): Restore lazy-isearch face properties.
5225 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5226 over the real isearch overlay, but in that case, don't give it a
5227 face property. Use `push'.
5228
5229 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5230
5231 * man.el (Man-getpage-in-background): Fix previous change.
5232 Decode the process output only when we are in multibyte mode.
5233
5234 2000-10-11 Dave Love <fx@gnu.org>
5235
5236 * info.el (Info-mode-menu): Fix some help.
5237 (info-tool-bar-map): Add entry for Info-last.
5238
5239 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5240 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5241 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5242 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5243 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5244 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5245 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5246 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5247 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5248 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5249 Reduce colour requirements to 25 overall. (Probably wants
5250 revisiting from the originals to reduce further.)
5251
5252 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5253
5254 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5255 buffer-file-coding-system, instead of raw-text.
5256 (dehexlify-buffer): Bind coding-system-for-read to
5257 buffer-file-coding-system, instead of raw-text.
5258
5259 2000-10-11 Sam Steingold <sds@gnu.org>
5260
5261 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5262 `underline' - fixes the bug introduced on 2000-09-21.
5263
5264 2000-10-11 Dave Love <fx@gnu.org>
5265
5266 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5267 compiler warnings.
5268 (scheme-mode): Doc fix.
5269 (scheme-font-lock-keywords-1): Match `define-syntax'.
5270
5271 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5272
5273 * faces.el (frame-set-background-mode): Pay attention to saved
5274 face specs as well as default ones. Only do anything if the
5275 bg-mode or display-type has actually changed. Use `dolist'.
5276 (region): Make dark-background `region' face less in-your-face.
5277
5278 2000-10-10 Sam Steingold <sds@gnu.org>
5279
5280 * chistory.el, ielm.el, ledit.el:
5281 * progmodes/inf-lisp.el, progmodes/scheme.el:
5282 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5283
5284 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * textmodes/texinfo.el: Update copyright and fix typo.
5287
5288 * desktop.el (desktop-modes-not-to-save): New var.
5289 (desktop-save-buffer-p): Use it.
5290 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5291 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5292
5293 2000-10-10 Dave Love <fx@gnu.org>
5294
5295 * toolbar/tool-bar.el (tool-bar-add-item)
5296 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5297 display.
5298
5299 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5300 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5301 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5302 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5303 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5304 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5305 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5306 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5307 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5308 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5309 the .xpms; probably need retouching.
5310
5311 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5312
5313 * subr.el (add-to-list): Add optional argument APPEND.
5314 * battery.el (display-battery): Use `add-to-list'.
5315
5316 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5317
5318 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5319 these vars as symbol properties.
5320 (zone, zone-when-idle, zone-leave-me-alone)
5321 (zone-pgm-whack-chars): Use new symbol properties.
5322
5323 * battery.el (display-battery): Doc spelling fix.
5324
5325 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5326 property.
5327
5328 2000-10-09 Dave Love <fx@gnu.org>
5329
5330 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5331 has been initialized before calling tool-bar-setup.
5332 (tool-bar-add-item-from-menu): Add autoload cookie.
5333
5334 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5335
5336 * menu-bar.el (send-mail-item-name): New function.
5337 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5338 of mail-user-agent in the menu. Don't display the "Send Mail"
5339 item if mail-user-agent is nil or its value is ignore.
5340 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5341 if read-mail-command is nil or its value is ignore.
5342
5343 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5344
5345 2000-10-09 Miles Bader <miles@gnu.org>
5346
5347 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5348 Correct image size.
5349 * toolbar/left_arrow.xpm: Correct image size.
5350
5351 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5352 will be done by the definition of `auto-compression-mode' if
5353 necessary. Move code to uninstall existing file-name handler
5354 before definition of `auto-compression-mode'.
5355
5356 * image-file.el (auto-image-file-mode): Move to the end of the
5357 file, because `define-minor-mode' actually calls the mode-function
5358 if the associated variable is non-nil, which requires that all
5359 needed functions be already defined.
5360
5361 * mouse.el (popup-menu): Balance parens.
5362
5363 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5364
5365 * mouse.el (popup-menu): Move the command call outside the loop
5366 so that popup-menu returns whatever the command returns.
5367
5368 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5369 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5370 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5371 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5372
5373 * vc.el (vc-version-diff): diff-switches can be a list.
5374 Use relative filenames for prettier output.
5375
5376 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5377 (vc-post-command-functions): Remove old-VC compatibility code.
5378
5379 * newcomment.el (comment-indent-default): Autoload.
5380
5381 * font-lock.el (font-lock-defaults): Make buffer-local.
5382 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5383 (font-lock-choose-keywords):
5384 Ignore LEVEL unless KEYWORDS is a list of syms.
5385 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5386 Don't wrap regexp-opt things in \(...\) unnecessarily.
5387
5388 * jit-lock.el: Don't require font-lock any more.
5389 (jit-lock-functions): Make buffer-local.
5390 (jit-lock-saved-fontify-buffer-function): Remove.
5391 (jit-lock-mode): Remove autoload cookie.
5392 Remove font-lock specific code.
5393 (jit-lock-unregister): Don't bother handling complex hooks any more.
5394 (jit-lock-refontify): New function.
5395 (jit-lock-fontify-buffer): Use it.
5396 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5397 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5398 Add optional args START and END.
5399 Never call font-lock-fontify-region directly.
5400 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5401
5402 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5403
5404 2000-10-08 Dave Love <fx@gnu.org>
5405
5406 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5407
5408 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5409
5410 * play/studly.el (studlify-region, studlify-word): Add autoload
5411 cookie.
5412
5413 * play/morse.el (morse-region, unmorse-region): Add autoload
5414 cookie.
5415
5416 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5417 concat.
5418
5419 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5420 insist on symbols starting with word syntax.
5421 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5422 (eval-defun-1): Doc fix.
5423 (indent-sexp): Use nconc to build up indent-stack.
5424
5425 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5426 Gnus with little use.
5427 (mail-setup-hook): Add mail-abbrevs-setup to options.
5428
5429 * recentf.el: Doc fixes.
5430
5431 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5432 Clean up remainder.
5433
5434 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5435 without timezone and (8) with timezone to enforce some whitespace.
5436 Simplify code somewhat.
5437
5438 * options.el (list-options): Doc that you should use customize.
5439
5440 * iswitchb.el (iswitchb-mode): Add :require.
5441
5442 * info.el (Info-goto-node, Info-menu): Doc fix.
5443 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5444 (info-tool-bar-map): New variable.
5445 (Info-mode): Use it.
5446 (Info-edit-map): Define all in defvar.
5447 (speedbar-attached-frame): Avoid compiler warning.
5448
5449 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5450 (global-map): Bind [tool-bar] to a filtered map.
5451 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5452 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5453 Allow PBM icons.
5454 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5455
5456 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5457 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5458 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5459 icons, except up_arrow, which is left-arrow rotated.
5460
5461 * imenu.el (imenu-add-to-menubar): Fix last change.
5462
5463 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5464
5465 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5466 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5467
5468 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5469
5470 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5471 typos in doc strings.
5472
5473 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5474 the doc strings how to customize Font Lock faces.
5475
5476 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5477 computing growth when dragging the header line.
5478
5479 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5480
5481 * simple.el (kill-line): Doc fix.
5482
5483 2000-10-08 Miles Bader <miles@gnu.org>
5484
5485 * faces.el (secondary-selection): Make foreground visible on tty.
5486
5487 * jka-compr.el (auto-compression-mode): Move to the end of the
5488 file, because `define-minor-mode' actually calls the mode-function
5489 if the associated variable is non-nil, which requires that all
5490 needed functions be already defined.
5491 (with-auto-compression-mode): Add autoload cookie.
5492
5493 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5494
5495 * files.el (find-backup-file-name) [ms-dos]: If support for long
5496 file names is not available, behave as if version-control were set
5497 to never.
5498
5499 2000-10-07 Dave Love <fx@gnu.org>
5500
5501 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5502 (browse-url-gnome-moz): New function.
5503 (browse-url-browser-function): Use it.
5504 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5505
5506 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5507
5508 * indent.el (tab-always-indent): New var.
5509 (indent-for-tab-command): Use it.
5510
5511 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5512 raise an error. This way it can still default to a sane value.
5513
5514 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * startup.el (fancy-splash-screens): Use local rather than global map.
5517 Don't use `update-menu-bindings' any more.
5518 Get rid of assumptions about keymap representation.
5519
5520 2000-10-06 Dave Love <fx@gnu.org>
5521
5522 * textmodes/fill.el (sentence-end-double-space)
5523 (sentence-end-without-period): Doc fix.
5524 (adaptive-fill-regexp): Purecopy.
5525 (unjustify-current-line): Use line-end-position.
5526 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5527
5528 * net/eudc-vars.el (eudc): Add :version, :link.
5529
5530 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5531
5532 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5533 Fix for define-minor-mode.
5534 (function-at-point): Alias to function-called-at-point.
5535
5536 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5537
5538 * simple.el (backward-word): Doc fix.
5539
5540 * image-file.el (image-file-name-regexp): image-file-regexps ->
5541 image-file-name-regexps.
5542 (image-file-name-extensions): Add pbm.
5543
5544 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5545
5546 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5547 and add filename to the names so that diff-mode can jump to source.
5548
5549 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5550 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5551 (tex-font-lock-keywords-1): Remove.
5552 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5553 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5554 (font-lock-default-fontify-region):
5555 Expand beg..end correctly when just following a multiline region.
5556 (font-lock-fontify-anchored-keywords):
5557 Include the anchor text as part of the multiline.
5558
5559 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5560
5561 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5562 latter needs the autoloaded define-minor-mode macro during the
5563 bootstrap.
5564
5565 * startup.el (command-line): For now, activate tool-bar-mode only
5566 if XPM images are supported.
5567
5568 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5569 window by dragging a header-line at the top of the frame; that's
5570 confusing because the header-line doesn't move.
5571 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5572 of treating the event as a list. Some cleanup.
5573
5574 2000-10-06 Miles Bader <miles@gnu.org>
5575
5576 * simple.el (display-message-or-buffer): New function.
5577 (shell-command-on-region): Use `display-message-or-buffer'.
5578
5579 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5580 docstring parts.
5581
5582 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5583 (smbclient-prompt-regexp): Add usage note to doc string.
5584 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5585 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5586 Use add-hook for adding the comint filter function, and only do so
5587 if it's not already in the global hook list.
5588 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5589 to `make-local-variable'.
5590 (nslookup-font-lock-keywords): Remove prompt entry.
5591 (nslookup): Don't set the process-filter.
5592 (finger): Exit the loop correctly when the regexps list runs out.
5593 (ftp, smbclient, smbclient-list-shares):
5594 Set the real major mode immediately, not after execing.
5595 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5596
5597 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5598
5599 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5600
5601 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5602
5603 * which-func.el (which-func-format): Remove spurious space.
5604 (which-func-mode): Don't make it permanent-local.
5605 (which-func-ff-hook): Allow which-func-maxout to be nil.
5606 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5607 (which-func-mode): Simplify.
5608 Use post-command-idle-hook rather than post-command-hook.
5609 Go through all buffers and update their state.
5610 (which-function): Also try add-log-current-defun-function.
5611
5612 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5613 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5614 Update call to with-vc-properties accordingly.
5615 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5616 (vc-revert-buffer): More careful about window selection and deletion.
5617 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5618
5619 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5620 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5621 (cvs-dired-action): Change the default to quickdir.
5622
5623 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5624 if comment-indent-function returns nil.
5625 (comment-indent-default): New function.
5626 (comment-indent-function): Use it and document the new semantics.
5627
5628 * image-file.el: Docstring fixes.
5629
5630 * help.el (help-xref-on-pp): Use match-string.
5631 (describe-variable): New arg BUFFER.
5632 Store the current buffer in the help-xref-stack.
5633 (temp-buffer-resize-mode): Use define-minor-mode.
5634
5635 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5636 consistently with its docstring.
5637 Set jit-lock-first-unfontify-pos in an idempotent way.
5638 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5639
5640 2000-10-05 Alex Schroeder <alex@gnu.org>
5641
5642 * sql.el (sql-mysql-options): New variable.
5643 (sql-mysql): Use it.
5644
5645 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5646
5647 * image.el (image): New group.
5648
5649 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5650 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5651
5652 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5653
5654 * net/net-utils.el (nslookup-font-lock-keywords)
5655 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5656 Ignore the value of wqindow-system; always define keywords
5657
5658 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5659
5660 * startup.el (fancy-splash-screens): Remove the code for
5661 debugging; `(trace-to-stderr "EXITTT\n")'.
5662
5663 2000-10-05 Miles Bader <miles@gnu.org>
5664
5665 * diff-mode.el (diff-goto-source): Update call to
5666 `diff-hunk-status-msg' to reflect new REV variable.
5667
5668 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * progmodes/icon.el (icon-mode):
5671 Don't gratuitously override the default for comment-column.
5672
5673 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5674
5675 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5676 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5677 (jit-lock-functions): New var.
5678 (jit-lock-function-1): Use it if non-nil.
5679 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5680 Set the `fontified' property before doing the fontification to avoid
5681 repeatedly going through the same error.
5682 Don't turn errors into messages.
5683 (jit-lock-register, jit-lock-unregister): New functions.
5684
5685 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5686 Use with-current-buffer.
5687
5688 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5689 Turn comment into docstring.
5690
5691 * apropos.el (apropos-mode): Use define-derived-mode.
5692
5693 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5694
5695 * startup.el (fancy-splash-pending-command): New variable.
5696 (fancy-splash-pre-command): New function.
5697 (fancy-splash-screens): Rewritten.
5698 (command-line-1): If fancy-splash-pending-command is set, call it
5699 interactively.
5700
5701 2000-10-04 Dave Love <fx@gnu.org>
5702
5703 * toolbar/tool-bar.el (tool-bar-setup): New function.
5704 (tool-bar-mode): Use it.
5705
5706 * subr.el (substitute-key-definition): Doc fix.
5707 (play-sound-file): New command.
5708
5709 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5710
5711 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5712 vc-version-backup-file-name): New functions.
5713
5714 * files.el (basic-save-buffer): Call vc-before-save before saving.
5715
5716 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5717 vc-cvs-stay-local-p.
5718
5719 * vc.el (vc-revert-buffer): Handle empty diff properly.
5720 (vc-version-backup-file): New function.
5721 (vc-checkout): Create a version backup if necessary.
5722 (vc-checkin): If a version backup file exists, delete it.
5723 (vc-version-diff): Diff locally using version backups, if available.
5724 (vc-revert-file): If there's a version backup, revert locally.
5725 (vc-transfer-file): Use version backup for base version, if
5726 available. If not, ask for confirmation whether to get it from the
5727 server. Update mode line before check-in.
5728
5729 2000-10-04 Dave Love <fx@gnu.org>
5730
5731 * toolbar/tool-bar.el (tool-bar-setup): New function.
5732 (tool-bar-mode): Use it.
5733
5734 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5735
5736 * net/net-utils.el (nslookup-font-lock-keywords)
5737 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5738 Only set if window-system is non-nil
5739 (net-utils-run-program): Returns buffer.
5740 (network-connection-reconnect): Added this function.
5741
5742 * generic.el:
5743 Incorporates extensive cleanup and docfixes by
5744 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5745 Uses cl compile-time macros.
5746 (generic-mode-name, generic-comment-list)
5747 (generic-keywords-list, generic-font-lock-expressions)
5748 (generic-mode-function-list, generic-mode-syntax-table):
5749 Removed variables.
5750 (generic-mode-alist): Renamed to generic-mode-list.
5751 (generic-find-file-regexp): Default changed to "^#".
5752 (generic-read-type): Uses completing read on generic-mode-list.
5753 (generic-mode-sanity-check): removed this function.
5754 (generic-add-to-auto-mode): Removed this function
5755 (generic-mode-internal): Bind mode-specific definitions
5756 into function instead of putting them in alist.
5757 (generic-mode-set-comments): Reworked extensively.
5758 (generic-mode-find-file-hook): Simplified regexp searching
5759 (generic-make-keywords-list): Omit extra pair of parens
5760
5761 * find-lisp.el (find-lisp-find-files-internal):
5762 Make sure directory name ends with "/".
5763
5764 * generic-x.el (apache-conf-generic-mode):
5765 Regexp now allows leading whitespace.
5766 (rc-generic-mode): Added eval-when-compile
5767 around generic-make-keywords-list.
5768 Deleted duplicate regexp
5769 (rul-generic-mode): Added eval-when-compile
5770 around generic-make-keywords-list.
5771 (etc-fstab-generic-mode): New generic mode.
5772 (rul-generic-mode): Removed one eval-when-compile
5773 which caused a max-specpdl-size exceeded error.
5774
5775 2000-10-04 Miles Bader <miles@gnu.org>
5776
5777 * simple.el (minibuffer-temporary-goal-position): New variable.
5778 (next-history-element): Try to keep the position of point in the
5779 input string constant.
5780
5781 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5782 (dired-do-create-files): If there's only one file, pass it in as
5783 the DEFAULT arg to dired-mark-read-file-name.
5784
5785 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5786
5787 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5788 (diff-goto-source): Be smarter when choosing REVERSE or not.
5789
5790 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5791 (texinfo-mode-menu): Add an explicit shortcut for update all.
5792
5793 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5794
5795 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5796 factorize backend-specific code cleanly (this was essentially
5797 conceived by Stefan Monnier).
5798 (vc-unregister): Function removed.
5799 (vc-revert-file): New function.
5800 (vc-revert-buffer): Delegate some of the work to it.
5801
5802 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5803 default branch unconditionally.
5804 (vc-rcs-set-default-branch): New function.
5805 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5806 (vc-rcs-checkin): If an appropriate default branch has been set,
5807 force creation of that branch.
5808 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5809 code (as suggested by Stefan Monnier).
5810
5811 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5812
5813 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5814 highlighting overlay with a different face over the overlay
5815 isearch uses to highlight the current match because that can lead
5816 to bad face combinations.
5817
5818 * loadup.el (toplevel): Load faces before isearch.
5819
5820 * isearch.el (isearch-faces): New custom group.
5821 (isearch): New defface; was already tested for in the code.
5822 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5823 (isearch-highlight): Always use face `isearch'.
5824
5825 2000-10-02 Dave Love <fx@gnu.org>
5826
5827 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5828 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5829 comparison of opcode with operand.
5830
5831 2000-10-03 Miles Bader <miles@gnu.org>
5832
5833 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5834 buffer, since the echo area will now grow to accommodate them.
5835
5836 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5837
5838 * vc-hooks.el (vc-registered): If FILE used to be registered under
5839 a certain backend, try that one first.
5840
5841 * vc.el (vc-responsible-backend): Undo the previous change in the
5842 argument list. Handle multiple backends correctly.
5843 (vc-find-new-backend): Function removed.
5844 (vc-register): Use vc-responsible-backend, as before.
5845 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5846
5847 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5848
5849 * startup.el (fancy-splash-head): Change message below the
5850 logo.
5851
5852 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5853
5854 * diff-mode.el (diff-goto-source): Emit a status message.
5855 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5856 (diff-test-hunk): Fix doc string.
5857 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5858 (diff-advance-after-apply-hunk): New variable.
5859 (diff-apply-hunk): Don't return a value.
5860
5861 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5862
5863 * vc.el (vc-editable-p): Minor optimization.
5864 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5865 (vc-find-new-backend): New function split from vc-responsible-backend.
5866 (vc-register): Use it.
5867 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5868 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5869 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5870 (vc-clear-headers): Don't use find-file.
5871 (vc-revert-buffer): Use `and' again (must have been a braino).
5872 (vc-switch-backend): Only prompt if requested.
5873 Short circuit if nothing is to be done.
5874 Don't use vc-resynch-buffer which could lose unsaved editing.
5875 (vc-default-receive-file): Update call to vc-unregister.
5876 (with-vc-file, vc-next-action-on-file):
5877 Use vc-backend rather than vc-registered.
5878 (vc-next-action-on-file): Use intern-soft.
5879 Deal with read-only *vc-diff* buffer.
5880 (vc-transfer-file): Docstring fix.
5881
5882 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5883 (vc-rcs-receive-file): Avoid with-vc-properties.
5884 Update call to vc-unregister.
5885 Use constant `RCS' rather than (dynamically bound) var `backend'.
5886
5887 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5888
5889 * vc.el (vc-next-action-on-file): Update mode line only if file
5890 is visited.
5891 (vc-start-entry): New argument initial-contents. Don't visit the file
5892 if it isn't already visited. Brought documentation up-to-date.
5893 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5894 (vc-checkin): New optional arg initial-contents, which is passed to
5895 vc-start-entry.
5896 (vc-finish-logentry): Make sure to bury log buffer only if there
5897 really is one. Call `vc-resynch-buffer' on log-file, not
5898 buffer-file-name.
5899 (vc-default-comment-history, vc-default-wash-log): New functions.
5900 (vc-index-of): Removed.
5901 (vc-transfer-file): Make do without the above.
5902 (vc-default-receive-file): Call comment-history unconditionally. Pass
5903 the resulting string to vc-checkin, instead of inserting it into the
5904 comment ring.
5905
5906 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5907 unconditionally. Use the comments as initial contents of the log
5908 entry buffer. Document the trick to force branch creation with no
5909 changes.
5910
5911 2000-10-01 Miles Bader <miles@gnu.org>
5912
5913 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5914 `recenter' with an arg to prevent redrawing the display.
5915
5916 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5919
5920 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5921
5922 * progmodes/c-mode.el (c-mode):
5923 Don't gratuitously override the default for comment-column.
5924
5925 * textmodes/tex-mode.el (latex-metasection-list): New var.
5926 (latex-imenu-create-index): Use it.
5927 Move the regexp construction outside loops (and use push).
5928 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5929 (tex-font-lock-keywords): Moved from font-lock.el.
5930 (tex-comment-indent): Remove.
5931 (tex-common-initialization): Don't set comment-indent-function.
5932 (latex-block-default): New var.
5933 (tex-latex-block): Use it to provide a default choice.
5934 Add any unknown choice to latex-block-names.
5935 Insert [...] after {...}.
5936 (tex-last-unended-begin): Simplify regexp.
5937 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5938 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5939 (latex-mode): Set forward-sexp-function.
5940
5941 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5942 Add regexp for @ignore ... @end ignore.
5943 (texinfo-heading-face): New face.
5944 (texinfo-font-lock-keywords): Use it.
5945 (texinfo-mode-menu): New menu.
5946 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5947 New functions.
5948 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5949 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5950 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5951 Remove declaration.
5952 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5953
5954 * delsel.el (delete-selection-mode): Use define-minor-mode.
5955
5956 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5957
5958 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5961
5962 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5963
5964 * replace.el (keep-lines-read-args): New function.
5965 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5966 read arguments interactively. Add parameters RSTART and REND.
5967 Operate on the active region in Transient Mark mode.
5968
5969 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5970
5971 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5972 (authors-obsolete-files-regexps): New variable.
5973 (authors-add): Don't record changes in obsolete files.
5974
5975 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5978
5979 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5980 (comment-indent): Make sure there's a space between code and comment.
5981 Shift comments left to avoid going past fill-column.
5982
5983 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5984
5985 * startup.el (startup-echo-area-message): New function.
5986 (display-startup-echo-area-message): Use it.
5987 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5988 (fancy-splash-default-action): New function.
5989 (fancy-splash-screens-1): New function.
5990 (fancy-splash-head): Put a help-echo and a keymap under the image.
5991
5992 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5993
5994 * diff-mode.el (diff-add-log-file-name): Remove.
5995 (diff-mode): Use add-log-buffer-file-name-function.
5996
5997 * add-log.el (find-change-log): New arg BUFFER-FILE.
5998 (add-log-file-name): Obey add-log-file-name-function.
5999 (add-log-buffer-file-name-function): New var.
6000 (add-change-log-entry): Use it.
6001
6002 2000-09-29 Miles Bader <miles@gnu.org>
6003
6004 * image-file.el (image-file-name-extensions): New variable.
6005 (image-file-name-regexps): Renamed from `image-file-regexps'.
6006 New default value is nil. Call `auto-image-file-mode'.
6007 (image-file-name-regexp): New function.
6008 (auto-image-file-mode): New minor mode.
6009 (insert-image-file): Don't make conditional on the image-file
6010 handler being enabled.
6011 (image-file-handler): Make the call here conditional instead.
6012 (set-image-file-handler-enabled, enable-image-file-handler)
6013 (disable-image-file-handler): Functions removed.
6014
6015 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6016 string.
6017
6018 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6019
6020 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6021 it's a function from CL.
6022 (latex-imenu-create-index): Replace eval-when-compile with progn
6023 because latex-section-alist is not bound while compiling.
6024
6025 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6026
6027 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6028 (outline-mode): Use define-derived-mode.
6029
6030 * progmodes/perl-mode.el (perl-mode):
6031 * progmodes/awk-mode.el (awk-mode):
6032 * progmodes/asm-mode.el (asm-mode):
6033 Don't gratuitously override the default for comment-column.
6034
6035 * emacs-lisp/lisp.el (lisp-complete-symbol):
6036 Distinguish the let-binding case from the funcall case.
6037 (forward-sexp-function): New variable.
6038 (forward-sexp): Use it.
6039
6040 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6041 (easy-mmode-defmap): Remove the now useless autoload.
6042
6043 * time.el (display-time-mode): Use define-minor-mode.
6044
6045 * subr.el (add-minor-mode): Don't eval NAME.
6046 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6047 Use if rather than cond.
6048
6049 * simple.el (read-expression-map): Define more properly.
6050 (comment-indent-hook): Remove.
6051 (string-to-syntax): Bug fix.
6052
6053 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6054 (cvs-ediff-diff): Fix typo.
6055 (cvs-revert-if-needed): Don't bother preserving read-only.
6056
6057 * paren.el (show-paren-mode): Use define-minor-mode.
6058
6059 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6060 (toggle-auto-compression): Remove.
6061 (jka-compr-build-file-regexp): Remove useless grouping.
6062
6063 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6064 Avoid user-reserved bindings.
6065 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6066 (diff-header-face): Revert to grey85.
6067
6068 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6069
6070 * complete.el (partial-completion-mode) <defcustom>: Remove.
6071 (partial-completion-mode): Use define-minor-mode.
6072 (PC-do-completion): Understand `completion-auto-help = delay'
6073 to mean to popup the completion buffer only the second time.
6074 (PC-include-file-all-completions, PC-include-file-all-completions)
6075 (PC-include-file-all-completions): Don't quote lambda.
6076
6077 * comint.el (comint-mode-hook): Docstring fix.
6078 (comint-mode): Use define-derived-mode.
6079 (comint-mode-map): Remove obsolete comment.
6080 (make-comint): Minor stylistic change.
6081 (comint-insert-clicked-input): Be more careful to find the overlay.
6082 Use this-command-keys rather than hardcoding mouse-2.
6083
6084 * font-lock.el: Replace confusing (,@ with ,
6085 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6086 Don't use regexp-opt-depth. Spice up the regexp for args.
6087 Don't distinguish between cmds that can take an opt arg or not.
6088 Use `append' and `prepend' rather than `keep'.
6089
6090 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6091 (latex-outline-regexp): New var.
6092 (latex-outline-level): New fun.
6093 (latex-section-alist): New var.
6094 (latex-imenu-create-index): Use it. Use `push' as well.
6095 (tex-shell-map): Initialize it properly.
6096 (tex-mode): Minor stylistic change.
6097 (plain-tex-mode): Use define-derived-mode.
6098 (latex-mode): Use define-derived-mode.
6099 Construct the paragraph regexps in a more readable way.
6100 Set the buffer-local outline-{level,regexp} vars.
6101 (slitex-mode): Derive from latex-mode.
6102 (tex-common-initialization): Don't kill-all-vars anymore.
6103 Add setting for comment-add and font-lock-defaults.
6104 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6105 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6106 (tex-start-tex): New arg DIR (and send a chdir command for it).
6107 Also display the shell buffer and save it in tex-last-buffer-texed.
6108 (tex-region): Use expand-file-name rather than concat.
6109 Remove code made useless by changes in tex-start-tex.
6110 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6111
6112 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6113
6114 2000-09-28 Dave Love <fx@gnu.org>
6115
6116 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6117
6118 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6119
6120 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6121 `append'.
6122
6123 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * info.el (Info-extract-pointer): Undo last change.
6126 Instead, fix the position of the `bound' arg to re-search-backward.
6127
6128 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6129
6130 * info.el (Info-extract-pointer):
6131 Widen more carefully, to avoid finding pointers in other nodes.
6132 (Info-index): Use push.
6133
6134 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6135
6136 * frame.el (set-frame-font): Remove call to obsolete function
6137 frame-update-faces.
6138 (set-foreground-color, set-background-color): Likewise for
6139 frame-update-face-colors.
6140
6141 2000-09-27 Miles Bader <miles@gnu.org>
6142
6143 * image-file.el: New file.
6144
6145 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6146
6147 * frame.el (frame-notice-user-settings): Don't call
6148 frame-update-faces, which is a no-op now.
6149
6150 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6151 tool-bar-lines.
6152
6153 2000-09-27 Dave Love <fx@gnu.org>
6154
6155 * mouse.el: Fix last change.
6156
6157 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6158
6159 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6160
6161 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6162
6163 * international/quail.el (quail-help): The output message is
6164 improved.
6165
6166 2000-09-26 Dave Love <fx@gnu.org>
6167
6168 * mouse.el (popup-menu): If POSITION is nil, set it using
6169 mouse-position.
6170
6171 2000-09-25 Sam Steingold <sds@gnu.org>
6172
6173 * net/browse-url.el (browse-url-file-url): Check for null maps.
6174
6175 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6176
6177 * frame.el (frame-notice-user-settings): Don't add a
6178 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6179
6180 * frame.el (frame-notice-user-settings):
6181 Make tool-bar-mode and default-frame-alist consistent.
6182
6183 * toolbar/tool-bar.el (tool-bar-help): New function.
6184
6185 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6186
6187 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6188 current-load-list in top-level forms. Else this leaks a cons cell
6189 every time a defun is called.
6190
6191 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6192
6193 2000-09-25 Dave Love <fx@gnu.org>
6194
6195 * startup.el (fancy-splash-head): Check XPM is available.
6196
6197 * autoinsert.el (auto-insert): Doc fix.
6198 (auto-insert-alist): Following GNU notices, don't say `copyright
6199 _by_'. Use line-beginning-position.
6200 (auto-insert): Check buffer-file-name is non-nil before use.
6201
6202 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6203
6204 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6205 starting with `@def' or `@multitable', in addition to ones
6206 specified by the user in auto-fill-inhibit-regexp.
6207
6208 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6209
6210 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6211 rmail-dont-reply-to-names matches the empty string.
6212
6213 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6214
6215 * startup.el (command-line-1, fancy-splash-text): Change the
6216 text to sound more friendly.
6217
6218 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6219
6220 * progmodes/hideshow.el: Update author email address.
6221 Generally, sync w/ maintainer version 5.22.
6222 (hs-hide-all-non-comment-function): New var.
6223 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6224 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6225 (hs-show-region): Delete this command.
6226 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6227
6228 2000-09-22 Dave Love <fx@gnu.org>
6229
6230 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6231 (hl-line-highlight): Specify buffer when moving overlay.
6232
6233 * progmodes/fortran.el (fortran-mode): Locally set
6234 normal-auto-fill-function.
6235 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6236 (fortran-mode-map): Adjust auto-fill menu entry.
6237
6238 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6239
6240 * vc-rcs.el (toplevel): Require `vc' when compiling.
6241
6242 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6243
6244 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6245
6246 * vc.el (vc-switch-backend): Signal an error if the file is not
6247 registered under the new backend.
6248
6249 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6250 without explicit revision number.
6251
6252 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6253
6254 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6255 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6256 (diff-xor): New function.
6257 (diff-find-source-location): Use it. Fix a stupid name clash.
6258 (diff-hunk-status-msg): New function.
6259 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6260 (diff-test-hunk): Use diff-find-source-location.
6261 (diff-goto-source): Favor the `reverse'.
6262 (diff-hunk-text): Properly handle one-sided context diffs.
6263 (diff-apply-hunk): When done, advance to the next hunk.
6264
6265 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6266
6267 * startup.el (command-line): If frame was created with a non-zero
6268 tool-bar-lines parameter, switch tool-bar-mode on.
6269
6270 * add-log.el (change-log-date-face, change-log-name-face)
6271 (change-log-email-face, change-log-file-face)
6272 (change-log-list-face, change-log-conditionals-face)
6273 (change-log-function-face, change-log-acknowledgement-face):
6274 New faces, inheriting from font-lock faces.
6275 (change-log-font-lock-keywords): Use them.
6276
6277 2000-09-21 Dave Love <fx@gnu.org>
6278
6279 * progmodes/cperl-mode.el (top-level): Clean up
6280 `eval-when-compile's and assorted defvars.
6281 (cperl-invalid-face): Don't double-quote value. Change custom
6282 type.
6283 (cperl-mode): Set normal-auto-fill-function and don't zap
6284 auto-fill-function.
6285 (cperl-imenu--function-name-regexp-perl): Renamed from
6286 imenu-example--function-name-regexp-perl.
6287 (cperl-imenu--create-perl-index): Renamed from
6288 imenu-example--create-perl-index.
6289 (cperl-xsub-scan): Don't require cl.
6290
6291 * msb.el (msb-mode-map): Use substitute-key-definition.
6292 (msb-mode): Use msb-mode-map.
6293
6294 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6295
6296 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6297 New functions.
6298 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6299 (vc-switch-backend): New function.
6300 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6301 (vc-register): Fix prompt.
6302 (vc-unregister, vc-default-unregister): New functions.
6303 (vc-version-diff): Handle empty buffer in sentinel.
6304
6305 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6306 (vc-rcs-state-heuristic): Use it to guess the state of files with
6307 non-strict locking.
6308 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6309 been set with -b, but not created yet.
6310 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6311 contents in order to find the state.
6312 (vc-rcs-checkin): Allow creation of branches with no changes.
6313 (vc-rcs-unregister, vc-rcs-receive-file)
6314 (vc-rcs-set-non-strict-locking): New functions.
6315
6316 * vc-hooks.el (vc-name): Force correct computation of the value
6317 in case it is missing.
6318
6319 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6320
6321 * startup.el (fancy-splash-tail): Use a different foreground
6322 color on a dark frame background.
6323
6324 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6325
6326 * info.el: Use the correct capitalization when making Info-mode
6327 and Info-edit-mode `special' modes.
6328
6329 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6330
6331 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6332 (diff-mode): Add support for add-log.el.
6333 (diff-hunk-text): Use char offsets rather than line offsets.
6334 (diff-find-source-location): Replace LINE with line-offset (nil
6335 if not found) and always set POS to a meaningful position.
6336 Adapt to the new char-offsets.
6337 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6338 Adapt to the new diff-find-source-location.
6339 (diff-goto-source): Adapt to the new diff-find-source-location.
6340
6341 * add-log.el (add-log-file-name): New function (split out of
6342 add-change-log-entry).
6343 (add-change-log-entry): Use it.
6344 Call add-log-file-name-function with the changelog file name if
6345 the current buffer is not associated with any file.
6346 Avoid find-file if the selected window is dedicated.
6347
6348 * diff-mode.el (diff-find-source-location):
6349 Move code from diff-apply-hunk. Return buffer rather than file.
6350 (diff-apply-hunk): Use the new result from diff-find-source-location.
6351 (diff-goto-source): Use the new diff-find-source-location.
6352
6353 2000-09-20 Dave Love <fx@gnu.org>
6354
6355 * iswitchb.el: Some doc fixes.
6356 (iswitchb-mode-map): Define completely initially. Inherit
6357 minibuffer-local-map.
6358 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6359 fundamental-mode.
6360 (iswitchb-global-map): New variable.
6361 (iswitchb-summaries-to-end): Amalgamate regexps.
6362 (iswitchb-mode): New.
6363 (iswitchb-mode-hook): New variable.
6364 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6365 `extensions'.
6366
6367 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6368
6369 * ehelp.el (electric-help): New defgroup.
6370 (electric-help-shrink-window): New user-option.
6371 (with-electric-help): Use it.
6372
6373 * window.el (shrink-window-if-larger-than-buffer): If face
6374 `mode-line' has a :box, and we're on a graphical frame, add 1
6375 to the needed window height.
6376
6377 * frame.el (frame-notice-user-settings): Add a last parameter nil
6378 to a call to `append', because the last list passed to `append' is
6379 not copied, and so subsequent calls to assq-delete-all will modify
6380 default-frame-alist.
6381
6382 * startup.el (fancy-splash-image): Change :type.
6383 (fancy-splash-head): Use an XBM image if appropriate.
6384 (command-line-1): Show splash screens in more cases.
6385
6386 * startup.el (fancy-splash-text): Don't quote faces.
6387
6388 * dired.el (dired-font-lock-keywords): Undo last change.
6389 (dired-readin): Bind indent-tabs-mode to nil.
6390
6391 * startup.el (fancy-splash-head): If frame's background mode
6392 is `dark', change the black background of the image to gray.
6393 (fancy-splash-screens): Display startup echo area message.
6394 (display-startup-echo-area-message): New function.
6395
6396 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6397
6398 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6399
6400 * info.el (info-header-node): Tweak for color ttys.
6401
6402 * faces.el (face-valid-attribute-values): Make sure directories we
6403 search for stipples both exist and are readable before trying to
6404 search them.
6405
6406 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6407 in the dry-run case.
6408
6409 * jka-compr.el (with-auto-compression-mode): New macro.
6410
6411 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6412 (custom-group-tag-face, custom-variable-tag-face): Use relative
6413 :height and inherit from `variable-pitch' face instead of
6414 hardwiring :family.
6415 * hi-lock.el (hi-black-hb): Likewise.
6416
6417 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6418 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6419 toolbar-add-item, if image doesn't have a mask add a `:mask
6420 heuristic'.
6421
6422 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * diff-mode.el: Docstring fixes.
6425 (diff-header-face, diff-comment-face): New faces.
6426 (diff-font-lock-keywords): Highlight a bit differently.
6427 (diff-find-source-location): Don't return SPAN any more.
6428 (diff-hunk-text): Don't bother erasing the temp buffer.
6429 (diff-find-text): Drop argument LINE.
6430 (diff-apply-hunk): Update calls to diff-find-text.
6431 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6432
6433 * calendar/calendar.el: Docstring fixes.
6434 (calendar-make-alist): Don't quote lambda.
6435 (calendar-star-date): Use make-local-variable.
6436
6437 2000-09-19 Dave Love <fx@gnu.org>
6438
6439 * toolbar/tool-bar.el: Renamed from toolbar.el.
6440 Change `toolbar' to `tool-bar' generally in symbols.
6441 Make some items invisible in `special' major modes.
6442 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6443 Add arg PROPS.
6444
6445 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6446 Add :version here.
6447 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6448
6449 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6450
6451 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6452
6453 * files.el (find-file-suppress-same-file-warnings): New user-option.
6454 (find-file-noselect): Use it.
6455
6456 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6457 (fancy-splash-screen): Defgroup.
6458
6459 * add-log.el (change-log-font-lock-keywords): Match names
6460 more exactly for the case that font-lock-constant-face is
6461 underlined.
6462
6463 2000-09-19 Richard M. Stallman <rms@gnu.org>
6464
6465 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6466
6467 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6468
6469 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6470
6471 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6472
6473 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6474 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6475 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6476 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6477 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6478 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6479 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6480 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6481 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6482 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6483 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6484 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6485
6486 * startup.el (fancy-splash-text): New variable.
6487 (fancy-splash-delay, fancy-splash-image): New user-options.
6488 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6489 (fancy-splash-screens): New functions.
6490 (command-line-1): If display has a `display' frame parameter, has
6491 colors, and we have XPM support, show more fancy splash screens.
6492
6493 2000-09-19 Dave Love <fx@gnu.org>
6494
6495 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6496 with null `help'. Use modern backquote syntax.
6497
6498 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6499
6500 * font-lock.el (font-lock-mode): Change message telling the user
6501 that ``the buffer is too big''.
6502
6503 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6504 for instance for the case that tab-width is 2.
6505
6506 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6507
6508 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6509 toolbar-add-item, if image doesn't have a mask add a `:mask
6510 heuristic'.
6511
6512 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6513
6514 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6515 and return a cons if it's non-nil.
6516 (diff-apply-hunk): Try to jump to the line in the source text
6517 corresponding to the position of point in the in the hunk.
6518
6519 * info.el (Info-title-3-face, Info-title-2-face)
6520 (Info-title-1-face): Use face inheritance and relative sizes
6521 instead of hard-wiring things.
6522
6523 * faces.el (secondary-selection): Make dark-background variant sane.
6524
6525 2000-09-16 Andrew Innes <andrewi@gnu.org>
6526
6527 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6528 read-only, since they aren't under VC now.
6529
6530 2000-09-17 Dave Love <fx@gnu.org>
6531
6532 * tmm.el: Replace mapcar with mapc in several places.
6533
6534 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6535 ad-unadvise.
6536
6537 * international/latin1-disp.el: New file.
6538
6539 * calendar/cal-move.el (scroll-calendar-left)
6540 (scroll-calendar-right): Make arg optional (for active mode line).
6541
6542 * calendar/calendar.el (calendar-mode-line-format): Make fields
6543 mouse-sensitive.
6544 (calendar-read-date, calendar-read-date, calendar-window-list):
6545 Unquote lambda.
6546 (calendar-month-name): Use aref, not sref.
6547
6548 * view.el (minor-mode-alist): Propertize the string.
6549
6550 * international/characters.el (standard-case-table): Add entries
6551 for Greek.
6552
6553 2000-09-18 Miles Bader <miles@gnu.org>
6554
6555 * info.el (info-node, info-xref): Add dark-background variants.
6556
6557 * faces.el (header-line): Change defaults to be less confusing
6558 when mixed with mode-lines.
6559
6560 * info.el (Info-fontify-node): Make a few cleanups.
6561 Add extra `help-echo' and `local-map' props to node xrefs.
6562 Use header-specific faces for node-names & xrefs.
6563 (Info-use-header-line): New variable.
6564 (info-header-xref, info-header-node): New faces.
6565 (Info-setup-header-line): New function.
6566 (Info-select-node): Call Info-setup-header-line when enabled.
6567 (Info-extract-pointer): Work even if the header line is hidden.
6568 (Info-header-line): New variable.
6569
6570 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6571
6572 * vms-patch.el (print-region-function): Don't quote lambda.
6573
6574 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6575
6576 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6577 (lm-get-header-re): Allow spaces between the header and the colon.
6578 (lm-header): Allow $ in non-RCS headers.
6579 (lm-header-multiline): Put the strings back into order.
6580 Stop at an empty line. Don't require two space chars if the
6581 line is clearly not another header line.
6582
6583 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6584 (popup-menu-popup): Remove.
6585
6586 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6587
6588 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6589 specification if or if not tool-bar item contains an `:enabled'
6590 property.
6591
6592 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6593 current buffer has no file name.
6594
6595 2000-09-15 Dave Love <fx@gnu.org>
6596
6597 * strokes.el: Sync with maintainer's current version with changes
6598 for Emacs, but avoid runtime cl and levents.
6599 (toplevel): Change autoloads and compilation requires.
6600 (strokes-version, strokes-bug-address, strokes-lift): Values
6601 changed.
6602 (strokes-xpm-header, strokes-insinuated): New variable.
6603 (strokes): Add :link.
6604 (strokes-mode): Customized.
6605 (strokes-while-inhibiting-garbage-collector): New macro.
6606 (strokes-remassoc): Avoid remove-if.
6607 (strokes-fix-button2-command): Don't use ad-do-it.
6608 (strokes-insinuate): New function.
6609 (strokes-button-press-event-p, strokes-button-release-event-p):
6610 New functions, used instead of non-`strokes-' versions..
6611 (strokes-mouse-event-p): Rewritten.
6612 (strokes-event-closest-point): Avoid event-point.
6613 (strokes-get-grid-position): Avoid cdadr, caadr
6614 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6615 functions.
6616 (strokes-help): Use with-output-to-temp-buffer.
6617 (strokes-window-configuration-changed-p): New function.
6618 (strokes-update-window-configuration): Use buffer-live-p,
6619 strokes-window-configuration-changed-p.
6620 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6621 (strokes-char-face): New face.
6622 (strokes-char-table, strokes-base64-chars): New variable.
6623 (strokes-xpm-for-stroke, strokes-list-strokes)
6624 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6625 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6626 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6627 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6628 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6629 functions.
6630
6631 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6632
6633 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6634
6635 * image.el (create-image): Doc fix.
6636
6637 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6638 instead of `:heuristic-mask t'.
6639
6640 2000-09-14 Andrew Innes <andrewi@gnu.org>
6641
6642 * makefile.w32-in: Revert to Unix line endings.
6643
6644 2000-09-14 Andrew Innes <andrewi@gnu.org>
6645
6646 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6647 when installing.
6648
6649 * makefile.nt (DONTCOMPILE): Fix typo.
6650
6651 * shell.el (shell-write-history-on-exit): New function.
6652 (shell-dumb-shell-regexp): New custom variable.
6653 (shell-mode): Make shell-write-history-on-exit the process
6654 sentinel if shell name matches shell-dumb-shell-regexp.
6655
6656 * w32-fns.el: Comment out before-init-hook function which resets
6657 source-directory based; this breaks bootstrap.
6658
6659 2000-09-14 Dave Love <fx@gnu.org>
6660
6661 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6662 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6663 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6664 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6665 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6666 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6667 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6668 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6669 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6670
6671 * toolbar/toolbar.el: New.
6672
6673 * subdirs.el: Add toolbar.
6674
6675 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6676
6677 * indent.el (indent-for-tab-command): Doc fix.
6678
6679 2000-09-14 Alex Schroeder <alex@gnu.org>
6680
6681 * ansi-color.el (ansi-colors): Doc change.
6682 (ansi-color-get-face): Simplified regexp.
6683 (ansi-color-faces-vector): Added more faces, doc change.
6684 (ansi-color-names-vector): Doc change.
6685 (ansi-color-regexp): Simplified regexp.
6686 (ansi-color-parameter-regexp): New regexp.
6687 (ansi-color-filter-apply): Doc change.
6688 (ansi-color-filter-region): Doc change.
6689 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6690 deal with zero length parameters.
6691 (ansi-color-apply-on-region): Doc change.
6692 (ansi-color-map): Doc change.
6693 (ansi-color-map-update): Removed debugging message.
6694 (ansi-color-get-face-1): Added condition-case to trap
6695 args-out-of-range errors.
6696 (ansi-color-get-face): Doc change.
6697 (ansi-color-make-face): Removed.
6698 (ansi-color-for-shell-mode): New option.
6699
6700 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6701
6702 * international/quail.el (quail-start-translation): Translate KEY
6703 if necessary even if it doesn't have any mapping in the current
6704 input method.
6705 (quail-start-conversion): Likewise.
6706 (quail-help): The output message is improved.
6707
6708 2000-09-13 Miles Bader <miles@gnu.org>
6709
6710 * comint.el (comint-output-filter): Revert to using
6711 `insert-before-markers'. Add bletcherous hack to undo damage
6712 caused by `insert-before-markers'. Put `front-sticky' property on
6713 overlays created here so that the field code understands how the
6714 overlay works. Use a let when making comint-last-prompt-overlay,
6715 so that the code is easier to read.
6716
6717 2000-09-13 Dave Love <fx@gnu.org>
6718
6719 * wid-edit.el (widget-default-format-handler): DTRT when
6720 doc-property is a function.
6721
6722 2000-09-12 Francesco Potorti` <pot@gnu.org>
6723
6724 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6725 filed name if it's not there.
6726
6727 2000-09-12 Dave Love <fx@gnu.org>
6728
6729 * simple.el (read-mail-command): Doc fix.
6730 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6731
6732 * vc.el (vc-dired-listing-switches): Fix :version.
6733
6734 * vc-hooks.el: Doc fixes.
6735
6736 * subr.el (add-minor-mode): Use toggle-fun arg.
6737
6738 * speedbar.el: Add :version to several defcustoms.
6739
6740 * imenu.el (imenu--truncate-items, imenu--cleanup)
6741 (imenu--generic-function): Avoid mapcar.
6742 (imenu--replace-spaces): Function removed.
6743 (imenu--completion-buffer): Use subst-char-in-string.
6744 (imenu-add-to-menubar): Use keymap inheritance.
6745
6746 2000-09-12 Miles Bader <miles@gnu.org>
6747
6748 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6749 (diff-mode-map): Bind `diff-test-hunk'.
6750 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6751
6752 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6753
6754 * bytecomp.el (byte-compile-defvar): Undo last change
6755 because it breaks '(make-variable-buffer-local (defvar ...)'
6756 which is used at least in dired.
6757
6758 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6759
6760 * international/quail.el (quail-define-package): Docstring
6761 modified.
6762
6763 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6764
6765 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6766 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6767 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6768 docstring of "chinese-py".
6769
6770 * international/quail.el (quail-translation-docstring): New
6771 variable.
6772 (quail-show-keyboard-layout): Docstring modified.
6773 (quail-select-current): Likewise.
6774 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6775 infinite recursive call.
6776 (quail-help): Check quail-translation-docstring. Format of the
6777 output changed.
6778 (quail-help-insert-keymap-description): Adjusted for the above
6779 change.
6780
6781 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6782
6783 * bytecomp.el (byte-compile-defvar): Only cons onto
6784 current-load-list in top-level forms. Else this leaks a cons cell
6785 every time a defun is called.
6786
6787 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6788
6789 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6790 Now understands non-unified diffs. Some functionality moved into
6791 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6792 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6793 modify anything. Only reposition point in the patched file if the
6794 patch succeeds. Only pop up another window if POPUP is true.
6795 Emit a message describing what happened if successful, and at what
6796 line-offset. Automatically detect reversed hunks and do something
6797 appropriate.
6798 (diff-hunk-text, diff-find-text): New functions.
6799 (diff-filter-lines): Function removed.
6800 (diff-test-hunk): New function.
6801 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6802
6803 2000-09-10 Dave Love <fx@gnu.org>
6804
6805 * textmodes/tildify.el: Minor doc/commentary fixes.
6806 (tildify) <defgroup>: Add :version.
6807
6808 * faces.el (face-x-resources): Make custom type more specific.
6809 (frame-background-mode): Use mapc.
6810 (region) <defcustom>: Add :version.
6811
6812 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6813
6814 * vc-sccs.el (vc-sccs-register):
6815 * vc-rcs.el (vc-rcs-register):
6816 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6817 * vc.el (vc-register): Clear file's properties.
6818
6819 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6820
6821 * faces.el (face-spec-set): Only face-spec-reset-face when
6822 ATTRS is non-nil.
6823
6824 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * help.el (help-insert-xref-button): Fix a typo in doc string.
6827
6828 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6829
6830 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6831 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6832 methods.
6833
6834 * menu-bar.el (read-mail-item-name): New function.
6835 (menu-bar-tools-menu): Use it to compute and display the package
6836 used to read email.
6837 (menu-bar-tools-menu): Fix typo in GUD's help string.
6838
6839 2000-09-07 Dave Love <fx@gnu.org>
6840
6841 * diff-mode.el (diff-mouse-goto-source): New function.
6842
6843 * vc-sccs.el: Doc fixes.
6844 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6845
6846 * vc-rcs.el: Doc fixes.
6847 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6848 (vc-rcs-checkout-switches, vc-rcs-header)
6849 (vc-rcs-master-templates): Add or change :version.
6850
6851 * vc-cvs.el: Doc fixes.
6852 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6853 (vc-cvs-stay-local): Add :version.
6854
6855 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6856
6857 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6858
6859 * international/quail.el (quail-help): Fix previous change.
6860
6861 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6862
6863 * faces.el (color-values): Doc fix.
6864
6865 * faces.el (frame-set-background-mode): Use frame-parameter
6866 instead of frame-parameters.
6867
6868 * frame.el (filtered-frame-list): Reduce consing.
6869 (frames-on-display-list): Call frame-parameter instead of
6870 frame-parameters.
6871
6872 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6873
6874 * language/devan-util.el (devanagari-to-indian-region): In the
6875 loop, change the following char, not preceding char.
6876
6877 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6878
6879 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6880 instead of frame-parameters.
6881
6882 * faces.el (set-face-attribute): Simplify by calling
6883 internal-set-lisp-face-attribute with FRAME being 0.
6884
6885 * vc.el: Remove `Id' version control keyword.
6886
6887 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6888
6889 * help.el (help-make-xrefs): Adjusted for the change of
6890 help-xref-mule-regexp.
6891 (help-insert-xref-button): New function.
6892
6893 * international/mule-cmds.el (help-xref-mule-regexp-template):
6894 Include the pattern for character set.
6895 (leim): New group.
6896
6897 * international/quail.el: Don't require face.
6898 (quail): New group.
6899 (quail-other-command): Dummy command to make quail-help work better.
6900 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6901 (quail-keyboard-layout-substitution): New variable.
6902 (quail-update-keyboard-layout): New function.
6903 (quail-keyboard-layout-type): New customizable variable.
6904 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6905 (quail-keyboard-translate): Pay attention to
6906 quail-keyboard-layout-substitution.
6907 (quail-insert-kbd-layout): New function.
6908 (quail-show-keyboard-layout): New function.
6909 (quail-get-translation): If the definition is a vector of length
6910 1, and the element is a string of length 1, return the character
6911 in that string.
6912 (quail-update-current-translations): Fix the case of
6913 relative-index out of range.
6914 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6915 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6916 Show key sequences for all available characters.
6917 (quail-help-insert-keymap-description): Don't show such verbose
6918 key bindings as quail-self-insert-command.
6919
6920 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6921 Format changed, and each element now have extra documentations.
6922 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6923 Adjusted for the change of quail-cxterm-package-ext-info.
6924
6925 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6926
6927 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6928 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6929 during bootstrap.
6930
6931 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6932
6933 * vc.el: (toplevel): Don't require `dired' at run-time.
6934 (vc-dired-resynch-file): Remove autoload cookie.
6935
6936 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6937
6938 * vc.el: Made several backend functions optional.
6939 (vc-default-responsible-p): New function.
6940 (vc-merge): Use RET for first version to trigger merge-news, not
6941 prefix arg.
6942 (vc-annotate): Handle backends that do not support annotation.
6943 (vc-default-merge-news): Removed. The existence of a merge-news
6944 implementation is now checked on caller sites.
6945
6946 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6947 case.
6948
6949 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6950 special case that has been removed from the default in vc-hooks.el.
6951
6952 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6953
6954 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6955
6956 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6957
6958 * vc-hooks.el: Require vc during compilation.
6959 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6960 macro `with-vc-properties' in vc.el.
6961 (vc-file-getprop): Doc fix.
6962 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6963
6964 * vc.el: Require dired-aux during compilation.
6965 (vc-name-assoc-file): Moved to vc-sccs.el.
6966 (with-vc-properties): New macro.
6967 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6968 vc-finish-steal): Use it.
6969 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6970 to the backend-specific function is now supposed to do the checkout,
6971 too.
6972 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6973
6974 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6975 set file properties; that gets done in the generic code now.
6976
6977 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6978 Changed parameter list, added code from vc.el that does the
6979 checkout, possibly with a double-take.
6980
6981 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6982 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6983 the above under the new name.
6984 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6985 parameter list, added checkout command.
6986 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6987 properties; that gets done in the generic code now.
6988
6989 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6990
6991 * vc.el: Docstring fixes (courtesy of checkdoc).
6992
6993 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * vc.el (vc-checkout-writable-buffer-hook)
6996 (vc-checkout-writable-buffer): Remove.
6997 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6998 (vc-log-mode): Make it into a clean derived major mode.
6999 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7000 vc-log-mode if log-edit is not available.
7001 (vc-dired-mode-map): Don't set-keymap-parent yet.
7002 (vc-dired-mode): Do set-keymap-parent here.
7003 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7004
7005 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7006
7007 * faces.el (set-face-attribute, face-spec-reset-face)
7008 (face-spec-set): Avoid consing by removing calls to `apply'.
7009
7010 * frame.el (frame-parameter): Move to C code.
7011
7012 2000-09-05 Dave Love <fx@gnu.org>
7013
7014 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7015 insert-before-markers-and-inherit. Now checked systematically!
7016
7017 2000-09-05 Alex Schroeder <alex@gnu.org>
7018
7019 * sql.el (sql-postgres): Use sql-postgres-options.
7020 (sql-postgres-options): New variable.
7021
7022 2000-09-05 Alex Schroeder <alex@gnu.org>
7023
7024 * sql.el (sql-mode-menu): Work around missing variable mark-active
7025 in XEmacs.
7026 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7027 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7028 compatibility.
7029
7030 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7031
7032 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7033
7034 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7035
7036 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7037
7038 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7039
7040 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7041 don't support anything else under SCCS yet.
7042
7043 * vc-hooks.el: Minor doc fixes.
7044
7045 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7046
7047 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7048 not necessary. If verbose in state `needs-patch', do the same as
7049 under `up-to-date'. When NOT verbose and `needs-patch', check out
7050 latest version instead of `merge-news'.
7051 (vc-next-action-dired): Don't mess with default-directory here; it
7052 breaks other parts of dired. It is the job of the
7053 backend-specific functions to adjust it temporarily if they need it.
7054 (vc-next-action): Remove a special CVS case.
7055 (vc-clear-headers): New optional arg FILE.
7056 (vc-checkin, vc-checkout): Set properties vc-state and
7057 vc-checkout-time properly.
7058 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7059 (vc-print-log): Use new backend function `show-log-entry'.
7060 (vc-cancel-version): Do the checks in a different order. Added a
7061 FIXME concerning RCS-only code.
7062
7063 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7064 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7065
7066 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7067
7068 * vc-hooks.el (vc-default-mode-line-string): Show state
7069 `needs-patch' as a `-' too.
7070
7071 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7072
7073 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7074 (vc-default-could-register): New function.
7075 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7076 (vc-resynch-buffer): Call vc-dired-resynch-file.
7077 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7078 vc-resynch-buffer instead of vc-resynch-window.
7079 (vc-next-action-dired): Don't redisplay here, that gets done as a
7080 result of the individual file operations.
7081 (vc-retrieve-snapshot): Corrected prompt order.
7082
7083 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7084
7085 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7086 as well.
7087 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7088 hostname regexps. Updated all callers.
7089 (vc-cvs-responsible-p): Handle directories as well.
7090 (vc-cvs-could-register): New function.
7091 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7092 properties up-to-date.
7093
7094 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7095 user whether to create one.
7096
7097 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7098
7099 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7100 check out a non-existing file.
7101
7102 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7103 workfile does not exist.
7104
7105 * vc.el (vc-version-diff): Use `require' to check for existence of
7106 diff-mode.
7107
7108 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7109
7110 * vc-cvs.el (vc-cvs-registered): Use new function
7111 vc-cvs-parse-entry to do the actual work.
7112
7113 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7114
7115 * vc-hooks.el (vc-find-backend-function): If function doesn't
7116 exist, return nil instead of error.
7117 (vc-call-backend): Doc fix.
7118
7119 * vc.el (vc-do-command): Doc fix.
7120 (vc-finish-logentry): When checking in from vc-dired, choose the
7121 right backend for logentry check.
7122 (vc-dired-mode-map): Inherit from dired-mode-map.
7123 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7124 simplified.
7125 (vc-dired-state-info): Removed, updated caller.
7126 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7127 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7128 (vc-dired-listing-switches): New variable.
7129 (vc-directory): Use it, instead of dired-listing-switches.
7130
7131 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7132 (vc-cvs-dir-state): New function.
7133 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7134 (vc-cvs-parse-entry): New function, also to be used in
7135 vc-cvs-registered.
7136
7137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7140 *or* single-window-frames.
7141
7142 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7143
7144 * vc.el (vc-update-changelog): Split into generic part and default
7145 implementation. Doc string adapted.
7146 (vc-default-update-changelog): New function. Call the `rcs2log'
7147 script in exec-directory, to fix a long-standing nuisance.
7148
7149 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7150 simply signals an error.
7151
7152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7155 control-flow more clear and to avoid running `cvs' twice.
7156
7157 * vc.el (vc-next-action-on-file): Doc fix.
7158 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7159 (vc-print-log): Eval `file' before constructing the continuation.
7160
7161 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7162
7163 * vc.el (vc-next-action-on-file): Corrected several messages.
7164 (vc-merge): Add prefix arg `merge-news'; handle it.
7165
7166 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7167 is not reached. It is.
7168 (vc-cvs-merge): Set state to 'edited after merge.
7169 (vc-cvs-merge-news): Set workfile version to nil if not known.
7170 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7171
7172 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7173 via stdout. (Merge from main line.)
7174
7175 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7178 detection.
7179
7180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7181
7182 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7183 against kill-all-local-variables.
7184 (vc-log-edit): Don't save vc-parent-buffer any more.
7185 (vc-last-comment-match): Initialize to an empty string.
7186 (vc-post-command-functions): New hook.
7187 (vc-do-command): Run it.
7188 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7189 (vc-finish-logentry): Only add the comment to the ring if it's
7190 different from the last comment entered.
7191 (vc-new-comment-index): New function.
7192 (vc-previous-comment): Use it. Make the minibuffer message
7193 slightly less terse.
7194 (vc-comment-search-reverse): Make it work forward as well. Don't
7195 set vc-comment-ring-index if no match is found. Use
7196 vc-new-comment-index.
7197 (vc-comment-search-forward): Use vc-comment-search-reverse.
7198 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7199 define-derived-mode will do it for us. Bind `v' to a keymap that
7200 inherits from vc-prefix-map so that we can bind `vt' without
7201 binding C-x v t.
7202 (vc-retrieve-snapshot): Parenthesis typo.
7203
7204 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7205 to 1. Make sure to switch to *vc* before looking for an error
7206 message. Use vc-parse-buffer.
7207
7208 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7209
7210 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7211 and NAME.
7212 (vc-retrieve-snapshot): Split into two parts.
7213 (vc-default-retrieve-snapshot): New function.
7214
7215 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7216 (vc-cvs-retrieve-snapshot): New function (untested).
7217 (vc-cvs-stay-local): Default to t.
7218 (vc-cvs-remote-p): New function and property.
7219 (vc-cvs-state): Stay local only if the above is t.
7220 (vc-handle-cvs): Removed.
7221 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7222 done via vc-handled-backends now.
7223 (vc-cvs-header): Escape Id.
7224
7225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7226
7227 * vc.el (vc-do-command): Remove unused commands.
7228 (vc-version-diff): Make sure default-directory ends with a slash.
7229 Move the window commands into a vc-exec-after.
7230 (vc-print-log): Move more of the code into the `vc-exec-after'.
7231
7232 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7233
7234 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7235 (vc-print-log): Search current revision from beginning of buffer.
7236 (vc-revert-buffer): Clear echo area after the diff is finished.
7237 (vc-prefix-map): Removed definition of "t" for terse display in vc
7238 dired.
7239 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7240 definition of "vt" for terse display.
7241 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7242
7243 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7244
7245 * vc.el (vc-exec-after): Avoid caddr.
7246
7247 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7248
7249 * vc.el (vc-exec-after): New function.
7250 (vc-do-command): Use it to add a termination message for async
7251 procs.
7252 (vc-checkout): Try to handle a missing-backend situation.
7253 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7254 of a directory with a backend using async diffs.
7255 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7256 present.
7257
7258 * vc-sccs.el (vc-sccs-state-heuristic): Use
7259 file-ownership-preserved-p.
7260
7261 * vc-rcs.el (vc-rcs-state-heuristic): Use
7262 file-ownership-preserved-p.
7263 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7264
7265 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7266
7267 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7268 vc-do-command.
7269
7270 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7271 when there are no changes.
7272
7273 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7274
7275 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7276
7277 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7278
7279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7280
7281 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7282
7283 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7284 the `fset' outside of the defvar so that it works even if
7285 vc-prefix-map was already defined.
7286 (vc-setup-buffer): New function, split out of vc-do-command.
7287 (vc-do-command): Allow BUFFER to be t to mean `just use the
7288 current buffer without any fuss'.
7289 (vc-version-diff): Change the `diff' backend operation to just put
7290 the diff in the current buffer without erasing it. Always use
7291 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7292 shrink-window-if-larger-than-buffer.
7293 (vc-print-log): Change the `print-log' backend operation to just
7294 put the log in the current buffer without erasing it. Protect
7295 shrink-window-if-larger-than-buffer.
7296 (vc-update-change-log): Fix setd typo.
7297
7298 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7299 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7300
7301 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7302 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7303 CMP.
7304
7305 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7306 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7307 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7308
7309 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7310
7311 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7312 not possible, use vc-BACKEND-workfile-unchanged-p.
7313 (vc-default-workfile-unchanged-p): New function. Delegates to a
7314 full vc-BACKEND-diff.
7315
7316 * vc-hooks.el (vc-simple-command): Removed.
7317
7318 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7319 instead of vc-simple-command.
7320 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7321 avoid doing a diff when opening a file.
7322 (vc-rcs-state): Added check for unlocked-changes.
7323 (vc-rcs-header): Escape Id.
7324 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7325 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7326 version.
7327
7328 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7329 (vc-sccs-diff): Remove optional arg CMP.
7330 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7331 SCCS-specific function.
7332
7333 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7334 vc-simple-command.
7335
7336 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7337
7338 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7339 (with-vc-file, vc-merge): Use vc-editable-p.
7340 (vc-do-command): Remove unused var vc-file and fix the
7341 doubly-defined `status' var. Add a user message when starting an
7342 async command.
7343 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7344 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7345 Use with-current-buffer.
7346 (vc-buffer-sync): Use unless.
7347 (vc-next-action-on-file): If the file is 'edited by read-only,
7348 make it read-write instead of trying to commit.
7349 (vc-version-diff, vc-update-change-log): Use `setq
7350 default-directory' rather than `cd'.
7351 (vc-log-edit): Don't forget to set default-directory in the
7352 buffer.
7353
7354 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7355 (vc-sccs-state-heuristic): Use file-writable-p instead of
7356 comparing userids.
7357 (vc-sccs-checkout): Use `unless'.
7358
7359 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7360 of comparing userids.
7361 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7362 Simplify the logic by eliminating unreachable code.
7363 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7364 just do a recursive call if we need to retry.
7365 (vc-rcs-checkout): Handle the case where rcs is missing by making
7366 the buffer read-write if requested and re-signalling the error.
7367
7368 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7369
7370 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7371
7372 * vc-hooks.el (vc-handled-backends): Docstring change.
7373 (vc-ignore-vc-files): Mark obsolete.
7374 (vc-registered): Check vc-ignore-vc-files.
7375 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7376 vc-ignore-vc-files.
7377
7378 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7379
7380 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7383 files since ange-ftp already has vc-registered return nil.
7384
7385 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7386 (vc-sccs-workfile-version): Use with-temp-buffer and new
7387 vc-parse-buffer and don't bother setting the property.
7388 (vc-sccs-add-triple): Use with-current-buffer and
7389 find-file-noselect.
7390 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7391
7392 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7393 derives from the old vc-parse-buffer but uses the revision number
7394 rather than the date (much easier to compare robustly).
7395 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7396 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7397 locking-user more directly. Check strict locking and set
7398 checkout-model appropriately.
7399 (vc-rcs-parse-locks): Remove.
7400 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7401 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7402 (vc-rcs-system-release): Use with-current-buffer and
7403 vc-parse-buffer.
7404 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7405
7406 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7407 (vc-simple-command): Docstring fix.
7408 (vc-registered): Align the way the file-handler is called with the
7409 way the function itself works.
7410 (vc-file-owner): Remove.
7411
7412 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7413 extraction of fields and call to file-attributes because of a
7414 temporary bug in rcp.el.
7415 (vc-cvs-fetch-status): Use with-current-buffer.
7416
7417 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7418
7419 * vc.el (vc-do-command): Use file-relative-name.
7420 (vc-responsible-backend): Use vc-backend if possible.
7421 (vc-create-snapshot): Improve the `interactive' spec. Add support
7422 for branches and dispatch to backend-specific `create-snapshot'.
7423 (vc-default-create-snapshot): New function, containing the bulk of
7424 the old vc-create-snapshot.
7425 (vc-retrieve-snapshot): Improve the interactive spec.
7426
7427 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7428 (vc-backend-hook-functions): Remove.
7429 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7430 (vc-backend): Reintroduce the test for `file = nil' now that I
7431 know why it was there (and added a comment to better remember).
7432
7433 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7434 code from vc-sccs-hooks.el.
7435 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7436 'vc anymore.
7437 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7438 and file-directory-p instead of file-exists-p.
7439 (vc-sccs-check-headers): Simplify the regexp.
7440
7441 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7442 from vc-rcs-hooks.el. Don't require 'vc anymore.
7443 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7444 file-directory-p instead of file-exists-p.
7445
7446 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7447 from vc-cvs-hooks.el.
7448 (proto vc-cvs-registered): Require 'vc-cvs instead of
7449 'vc-cvs-hooks. Don't require 'vc anymore.
7450 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7451 file-directory-p instead of file-exists-p.
7452 (vc-cvs-create-snapshot): New function, replacing
7453 vc-cvs-assign-name.
7454 (vc-cvs-assign-name): Remove.
7455
7456 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7457
7458 * vc-cvs.el (vc-cvs-header): New var.
7459
7460 * vc-rcs.el (vc-rcs-exists): Remove.
7461 (vc-rcs-header): New var.
7462
7463 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7464 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7465 (vc-sccs-header): New var.
7466
7467 * vc.el (vc-do-command): Get rid of the `last' argument.
7468 (vc-header-alist): Remove, replaced by vc-X-header.
7469 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7470 (vc-dired-hook): Use expand-file-name instead of concat.
7471 (vc-directory): Use file-name-as-directory.
7472 (vc-snapshot-precondition, vc-create-snapshot)
7473 (vc-retrieve-snapshot): Allow the command to operate on any
7474 directory.
7475
7476 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7477 just removing the 'WORKFILE argument or by removing the 'MASTER
7478 argument and replacing `file' with (vc-name file).
7479
7480 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * vc.el: Update Copyright and add a crude list of backend funs.
7483 (vc-writable-p): New function.
7484 (with-vc-file): Use vc-writable-p.
7485 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7486 (vc-register): Avoid vc-name.
7487 (vc-locking-user): Remove.
7488 (vc-steal-lock): Make the `owner' arg non-optional.
7489 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7490 vc-checkout-model.
7491 (vc-default-dired-state-info): Use vc-state instead of
7492 vc-locking-user and return special strings for special states.
7493 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7494 and get rid of one of the special CVS cases.
7495 (vc-cancel-version): prettify error message with \\[...].
7496 (vc-rename-master): New function.
7497 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7498 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7499 the CVS special case generic.
7500 (vc-default-record-rename): Remove.
7501 (vc-file-tree-walk-internal): Only call FUNC for files that are
7502 under control of some VC backend and replace `concat' with
7503 expand-file-name.
7504 (vc-file-tree-walk): Update docstring.
7505 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7506 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7507
7508 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7509 vc-sccs-record-rename. Use `find-file-noselect' rather than
7510 `find-file' and call `vc-rename-master' to do the actual move.
7511 (vc-sccs-diff): Remove unused `backend' variable.
7512
7513 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7514 to delay loading of vc-sccs until it is really used.
7515 (vc-sccs-master-templates): Preload.
7516 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7517 (vc-sccs-project-dir): Remove (merged into
7518 vc-sccs-search-project-dir).
7519 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7520 rather than `concat', make sure it is preloaded and don't bother
7521 to check that the file actually exists.
7522 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7523 `locks' argument (use buffer's content instead) and eliminate n^2
7524 behavior.
7525
7526 * vc-rcs.el: Update Copyright.
7527 (vc-rcs-rename-file): New function.
7528 (vc-rcs-diff): Remove unused `backend' variable.
7529
7530 * vc-hooks.el: Update Copyright.
7531 (vc-backend): Don't accept a nil argument any more.
7532 (vc-up-to-date-p): Turn into a defsubst.
7533 (vc-possible-master): New function.
7534 (vc-check-master-templates): Use `vc-possible-master' and allow
7535 funs in vc-X-master-templates to return a non-existent file.
7536
7537 * vc-cvs.el: Update Copyright.
7538 (vc-cvs-diff): Remove unused `backend' variable.
7539 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7540
7541 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7542
7543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7544
7545 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7546 since it can be called from vc-rcs.el.
7547 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7548
7549 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7550
7551 * vc.el (vc-version-diff): Expand file name read from the
7552 minibuffer. Handle the case when a previous version number can't
7553 be guessed. Give suitable messages when there were no differences
7554 found.
7555 (vc-clear-headers): Call backend-specific implementation, if one
7556 exists.
7557 (vc-cancel-version): Made error checks generic. When done, clear
7558 headers generically, too.
7559
7560 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7561 from vc-clear-headers in vc.el.
7562
7563 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7564 correctly.
7565 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7566 optional. Handle the case when it's not there.
7567
7568 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7569
7570 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7571
7572 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7573
7574 * vc-hooks.el (vc-loadup): Remove.
7575 (vc-find-backend-function): Use `require'. Also, handle the case
7576 where vc-BACKEND-hooks.el doesn't exist.
7577 (vc-call-backend): Cleanup.
7578
7579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7580
7581 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7582 vc-rcs-grab-templates)
7583 (vc-rcs-registered): Remove. The default function works as well.
7584 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7585 vc-sccs-grab-templates)
7586 (vc-sccs-registered): Remove. The default function works as well.
7587
7588 * vc.el (vc-version-diff): Left out a vc- in call to
7589 vc-call-backend.
7590 (vc-default-dired-state-info, vc-default-record-rename)
7591 (vc-default-merge-news): Update for the new backend argument.
7592
7593 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7594 using the default function.
7595 (vc-call-backend): If calling the default function, pass it the
7596 backend as first argument. Update the docstring accordingly.
7597 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7598 for the new backend argument.
7599 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7600 (vc-find-backend-function): Use the new name.
7601 (vc-default-registered): New function.
7602
7603 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7604
7605 * vc.el (vc-merge): Use vc-find-backend-function.
7606
7607 * vc-hooks.el (vc-backend-functions): Remove.
7608 (vc-loadup): Don't setup 'vc-functions.
7609 (vc-find-backend-function): New function.
7610 (vc-call-backend): Use above fun and populate 'vc-functions
7611 lazily.
7612 (vc-backend-defines): Remove.
7613
7614 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7615
7616 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7617 Call vc-call-backend without the leading vc-.
7618 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7619 (vc-check-headers): Call vc-call-backend without the leading vc-.
7620 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7621 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7622 Call vc-call-backend without the leading vc-.
7623
7624 * vc-cvs.el (tail): Provide vc-cvs.
7625 * vc-sccs.el (tail): Provide vc-sccs.
7626 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7627
7628 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7629 (vc-make-backend-function, vc-call): Pass names without leading
7630 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7631 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7632 (vc-call-backend): Always try to load vc-X-hooks.
7633 (vc-registered): Remove vc- in call to vc-call-backend.
7634
7635 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7636
7637 * vc.el (vc-process-filter): New function.
7638 (vc-do-command): Setup `vc-process-filter' for the async process.
7639 (vc-maybe-resolve-conflicts): New function to reduce
7640 code-duplication. Additionally, it puts the buffer in
7641 `smerge-mode' if applicable.
7642 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7643 calling `merge-news'.
7644 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7645 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7646 interfacing to log-edit.el.
7647 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7648 log-edit is available.
7649 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7650
7651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7654 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7655 defvar and the initialization.
7656 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7657
7658 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7659 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7660
7661 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7662
7663 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7664
7665 * vc.el (vc-file-clear-masterprops): Removed.
7666 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7667 (vc-version-diff): Use buffer-size without argument.
7668 (vc-register): Heed vc-initial-comment.
7669
7670 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7671 default branch.
7672
7673 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7674 file name and workfile version.
7675 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7676
7677 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7678 vc-file-clear-masterprops.
7679
7680 * vc-sccs.el (vc-sccs-checkout): Removed call to
7681 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7682 rather than user login name.
7683
7684
7685 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7688 `want-differences-if-changed' and simplify.
7689 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7690 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7691 output (which is invalid for async vc-diff) to decide whether to
7692 do the revert silently or not.
7693
7694 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7695
7696 * vc-hooks.el (vc-loadup): Load files quietly.
7697 (vc-call-backend): Oops, brain fart.
7698
7699 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * vc-cvs.el (vc-cvs-state): Typo.
7702 (vc-cvs-merge-news): Return the status code rather than the error msg.
7703
7704 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7705
7706 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7707 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7708 vc-state or vc-up-to-date-p.
7709 (vc-merge): Use vc-backend-defines to check whether merging is
7710 possible. Set state to 'edited after successful merge.
7711
7712 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7713 return that name. Redocumented.
7714
7715 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7716
7717 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7718 new `vc-state' semantics.
7719 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7720 'vc-locking-user to the current user.
7721 (vc-merge): Inline vc-backend-merge. Comment out code that I
7722 don't understand and hence can't adapt to the new `vc-state' and
7723 `vc-locking-user' semantics.
7724 (vc-backend-merge): Remove.
7725
7726 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7727 rather than 'vc-locking-user.
7728
7729 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7730
7731 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7732 (vc-state): Don't use 'reserved any more. Just use the same
7733 convention as the one used for vc-<backend>-state where the
7734 locking user (as a string) is returned.
7735 (vc-locking-user): Update, based on the above convention. The
7736 'vc-locking-user property has disappeared.
7737 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7738
7739 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7740 with a heuristic one.
7741 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7742 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7743 error. That allows us to get to 'needs-merge even in the
7744 stay-local case. There's still no way to detect 'needs-patch in
7745 such a setup (or to force an update for that matter).
7746 (vc-cvs-logentry-check): Remove, the default works as well.
7747
7748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7749
7750 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7751
7752 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7753 major-mode in which the buffer might have been put earlier. Use
7754 `remove' and `when'. Allow `okstatus' to be `async' and use
7755 `start-process' in this case.
7756 (vc-version-diff): Handle the case where the diff looks empty
7757 because of the use of an async process.
7758
7759 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7760
7761 * vc.el (vc-next-action-on-file): Removed optional parameter
7762 `simple'. Recompute state unconditionally.
7763 (vc-default-toggle-read-only): Removed.
7764
7765 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7766 (vc-toggle-read-only): Undid prev change.
7767
7768 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7769 vc-cvs-simple-toggle. Redocumented.
7770 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7771 (vc-cvs-toggle-read-only): Removed.
7772
7773 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7774
7775 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7776 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7777 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7778 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7779 still is. So maybe it should be removed.
7780 (vc-head-version, vc-find-binary): Remove.
7781 (vc-recompute-state): Move from vc-hooks.el.
7782 (vc-next-action-on-file): Add a `simple' argument to allow
7783 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7784 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7785 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7786 (vc-dired-mode-map): Properly defvar it.
7787 (vc-print-log): Call log-view-mode if available.
7788 (small-temporary-file-directory): defvar instead of use boundp.
7789 (vc-merge-news): Moved to vc-cvs.el.
7790 (vc-default-merge-news): New function.
7791
7792 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7793 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7794 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7795 unknown `vc-latest-version' function. It should probably refer to
7796 vc-workfile-version or somesuch, but it's very unclear to me and I
7797 don't have SCCS to test things.
7798
7799 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7800 (vc-sccs-state-heuristic): Fix typo.
7801 (vc-sccs-workfile-unchanged-p): Add missing argument.
7802
7803 * vc-rcs.el: Require vc and vc-rcs-hooks.
7804 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7805 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7806 (vc-release-greater-or-equal-p): Move from vc.
7807 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7808 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7809 (vc-rcs-checkout): Add a missing `new-version' argument in the
7810 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7811
7812 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7813 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7814 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7815 than the apparently unbound `workfile-version'.
7816
7817 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7818 (vc-file-prop-obarray): Use `make-vector'.
7819 (vc-backend-functions): Add new hookable functions
7820 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7821 (vc-loadup): If neither backend nor default functions exist, use
7822 the backend function rather than nil.
7823 (vc-call-backend): If the function if not bound yet, try to load
7824 the non-hook file to see if it provides it.
7825 (vc-call): New macro plus use it wherever possible.
7826 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7827 nor `vc-find-binary' since it's only called from
7828 vc-mistrust-permission which is only used once the backend is known.
7829 (vc-checkout-model): Fix parenthesis.
7830 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7831
7832 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7833 (vc-cvs-release, vc-cvs-system-release): Remove.
7834 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7835 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7836 status symbols.
7837 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7838 (vc-cvs-toggle-read-only): First cut at a function to allow a
7839 cvs-status-free vc-toggle-read-only.
7840 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7841 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7842 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7843 (vc-cvs-checkout): Modify access rights directly if the user
7844 requested not to use `cvs edit'. And refresh the mode line.
7845
7846 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7847 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7848
7849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7850
7851 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7852 workfile' that got lost when the code was extracted from vc.el.
7853 And merged the tail with the rest of the code (not possible in the
7854 old vc.el where the tail was shared among all backends). And
7855 explicitly set the state to 'edited if `writable' is set.
7856
7857 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7858 (vc-cvs-state): Be careful to return the value from
7859 vc-cvs-parse-state.
7860 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7861 property but return it instead. Also be careful to handle a nil
7862 or "" `rev' when workfile is non-nil (it was handled properly when
7863 workfile was nil).
7864
7865 * vc.el: Removed those pesky unnecessary `(function' quotes.
7866 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7867 directly in the defvar.
7868 (vc-do-command): Bind inhibit-read-only so as to properly handle
7869 the case where the destination buffer has been made read-only.
7870 (vc-diff): Delegate to vc-version-diff in all cases.
7871 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7872 (vc-annotate-mode-variables): Removed (code moved partly to
7873 defvars and partly to vc-annotate-add-menu).
7874 (vc-annotate-mode): Turned into a derived-mode.
7875 (vc-annotate-add-menu): Moved in code in
7876 vc-annotate-mode-variables.
7877 (vc-update-change-log): Use make-temp-file if available.
7878
7879 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7880
7881 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7882 `vc-checkout-model' updated to `vc-cvs-update-model'.
7883
7884 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7885
7886 * vc.el (vc-next-action-on-file): Added handling of state
7887 `unlocked-changes'.
7888 (vc-checkout-carefully): Is now practically obsolete, unless the
7889 above is too slow to be enabled unconditionally.
7890 (vc-update-change-log): Fixed typo.
7891
7892 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7893
7894 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7895 Now handles state `unlocked-changes'.
7896 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7897
7898 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7899
7900 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7901 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7902 `unlocked-changes'.
7903 (vc-rcs-workfile-unchanged-p): Renamed from
7904 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7905 function yet, but supposed to become one soon.
7906
7907 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7908 `vc-steal-lock'.
7909 (vc-call-backend): Changed error message.
7910 (vc-state): Added description of state `unlocked-changes'.
7911
7912 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7913
7914 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7915 always return t in CVS-controlled directories.
7916
7917 * vc.el (vc-responsible-backend): New function.
7918 (vc-register): Largely rewritten.
7919 (vc-admin): Removed (implementation moved into vc-register).
7920 (vc-checkin): Redocumented.
7921 (vc-finish-logentry): If no backend defined yet (because we are in
7922 the process of registering), use the responsible backend.
7923
7924 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7925 Updated function lists.
7926 (vc-call-backend): Fixed typo.
7927
7928 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7929 New functions.
7930 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7931 Removed query option. Redocumented.
7932
7933 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7934
7935 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7936
7937 * vc.el: Updated callers of `vc-checkout-required' to use
7938 `vc-checkout-model'.
7939
7940 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7941
7942 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7943 stuff updated to reference this function instead of the old
7944 `vc-backend-release-p'.
7945
7946 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7947
7948 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7949 vc-checkout-model. Return appropriate values. Updated callers.
7950
7951 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7952
7953 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7954 (vc-backend-revert): Function moved into `vc-revert';
7955 `vc-next-action' must be updated to accomodate this change.
7956 (vc-backend-steal): Function moved into `vc-finish-steal'.
7957 (vc-backend-logentry-check): Function moved into
7958 `vc-finish-logentry'.
7959 (vc-backend-printlog): Function moved into `vc-print-log'.
7960 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7961 (vc-backend-assign-name): Function moved into
7962 `vc-create-snapshot'.
7963
7964 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7965
7966 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7967 Rename to vc-checkout-model. Return appropriate values.
7968 Update callers.
7969
7970 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7971 to vc-checkout-model.
7972 (vc-checkout-required): Rename to vc-checkout-model.
7973 Re-implement and re-comment.
7974 (vc-after-save): Use vc-checkout-model.
7975
7976 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7977
7978 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7979 Update to use the vc-BACKEND-diff functions instead.
7980 `vc-diff' is now working.
7981
7982 * vc-rcs.el (vc-rcs-logentry-check): New function.
7983
7984 * vc-cvs.el (vc-cvs-logentry-check): New function.
7985
7986 * vc-sccs.el (vc-sccs-diff): Function changed name from
7987 `vc-backend-diff'. This makes `vc-diff' work.
7988
7989 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7990 of functions possibly implemented in a vc-BACKEND library.
7991 (vc-checkout-required): Fix bug that caused an error to be
7992 signaled during `vc-after-save'.
7993
7994 * vc.el: Fix typo.
7995 This checkin is made with our new VC code base for the very first time.
7996 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7997
7998 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7999 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8000
8001 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8002 updated to `vc-uses-locking'.
8003 (vc-checkout-required): Call to backend function.
8004 `vc-checkout-required' updated to `vc-uses-locking' instead.
8005
8006 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8007 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8008
8009 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8010 to match the split into various backends.
8011 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8012 (vc-retrieve-snapshot): Bug fix.
8013
8014 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8015
8016 * vc-sccs.el (vc-sccs-release): Doc fix.
8017
8018 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8019
8020 * vc.el (vc-next-action-on-file): Bug found and fixed.
8021 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8022 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8023
8024 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8025 (vc-rcs-checkout): Name space cleaned up. No more revision number
8026 crunching function names that are not prefixed with vc-rcs.
8027 (vc-rcs-checkout-model): Function added. References to
8028 `vc-checkout-model' replaced.
8029
8030 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8031
8032 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8033 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8034 still need to be split, and implemented for RCS).
8035
8036 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8037
8038 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8039
8040 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8041 required by the vc.el file.
8042
8043 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8044 required by the vc.el file.
8045 (vc-rcs-exists): Function added.
8046
8047 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8048 required by the vc.el file.
8049
8050 * vc.el (vc-admin): Updated to handle selection of appropriate
8051 backend. Current implementation is crufty and need re-thinking.
8052
8053 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8054
8055 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8056
8057 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8058 beginning of annotate buffers correctly.
8059
8060 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8061 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8062 functionality updated quite a lot to support multiple backends.
8063 Variables `vc-annotate-mode', `vc-annotate-buffers',
8064 `vc-annotate-backend' added.
8065
8066 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8067 `vc-annotate-difference' added to supported backend functions.
8068
8069 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8070
8071 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8072 Use with-temp-file instead of /bin/sh. Merged from mainline
8073
8074 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8075
8076 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8077
8078 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8079
8080 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8081
8082 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8083
8084 * vc-hooks.el: vc-state-heuristic added to
8085 vc-backend-hook-functions.
8086
8087 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8088
8089 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8090
8091 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8092 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8093 state to `reserved'.
8094
8095 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8096 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8097
8098 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8099
8100 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8101 untouched.
8102
8103 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8104
8105 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8106 if defined. (Merged from main line, slightly adapted.)
8107
8108 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8109 millenium problem (merged from mainline).
8110
8111 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8112
8113 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8114 part and moved the non-BACKEND stuff to vc.el.
8115
8116 * vc.el: Split the annotate feature into a BACKEND specific part
8117 and moved it from the vc-cvs.el file to this one.
8118
8119 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8120
8121 * vc-hooks.el: Implement new state model.
8122 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8123 (vc-locking-user): Simplify. Now only needed if the file is
8124 locked by somebody else.
8125 (vc-lock-from-permissions): Remove. Functionality is in
8126 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8127 (vc-mode-line-string): New name for former vc-status. Adapted.
8128 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8129
8130 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8131 Various simplifications and adaptations all over the place.
8132
8133 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8134 Simplify and adapt the rest.
8135
8136 * vc.el (vc-resynch-window): Add TODO comment: check for
8137 interaction with view mode according to recent RCS change.
8138 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8139
8140 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8141
8142 * vc.el: Convert the remaining function comments to docstrings.
8143
8144 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8145
8146 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8147 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8148 (vc-minor-part, vc-previous-version): Functions that operate and
8149 compare revision numbers got proper documentation. Comments added
8150 about their possible removal.
8151
8152 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8153
8154 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8155 the vc-backend.el files.
8156
8157 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8158
8159 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8160 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8161 (vc-rcs-previous-version): Functions added.
8162
8163 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8164
8165 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8166
8167 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8168
8169 * vc-hooks.el (vc-master-templates): Is really obsolete.
8170 Comment out the definition for now. What is the right procedure
8171 to get rid of it?
8172 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8173 rewritten.
8174 (vc-default-registered): Remove.
8175 (vc-check-master-templates): New function; does mostly what the
8176 above did before.
8177 (vc-locking-user): Don't rely on the backend to set the property.
8178
8179 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8180 Rewrite documentation.
8181 (vc-rcs-templates-grabbed): New variable.
8182 (vc-rcs-grab-templates): New function.
8183 (vc-rcs-registered): Rewrite to use above mechanism.
8184
8185 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8186 Rewrite documentation.
8187 (vc-sccs-templates-grabbed): New variable.
8188 (vc-sccs-grab-templates): New function.
8189 (vc-sccs-registered): Rewrite to use above mechanism.
8190 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8191 Don't throw the result, simply return it.
8192
8193 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8194 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8195 (vc-cvs-registered): Does the check itself now. Simplify.
8196
8197 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8198 from main line.
8199
8200 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8201
8202 * vc-cvs.el (vc-cvs-diff): New function.
8203
8204 * vc-sccs.el (vc-sccs-diff): New function.
8205
8206 * vc-rcs.el (vc-rcs-diff): New function.
8207 (vc-rcs-checkout): Bug (typo) found and fixed.
8208 (vc-rcs-register-switches): New variable.
8209
8210 * vc.el (vc-backend-diff): Function removed and placed in the
8211 backend files.
8212
8213 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8214
8215 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8216
8217 * vc.el (vc-backend-checkout): Function removed and replaced in
8218 the vc-backend.el files.
8219
8220 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8221
8222 * vc.el (vc-backend-admin): Removed and replaced in the
8223 vc-backend.el files.
8224
8225 * vc.el (Martin): Removed all the annotate functionality since it
8226 is CVS backend specific.
8227
8228 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8229
8230 * spec.txt: Added specification of vc-state.
8231
8232 * vc-sccs-hooks.el (vc-sccs-master-properties):
8233 Remove handling of vc-latest-version and
8234 vc-your-latest-version. What used to be vc-latest-version, is now
8235 returned as vc-workfile-version.
8236 (vc-sccs-workfile-version): Adapt.
8237
8238 2000-09-04 Dave Love <fx@gnu.org>
8239
8240 * vc.el: [Merged from mainline.]
8241 (vc-dired-mode): Make the dired-move-to-filename-regexp
8242 regexp match the date, to avoid treating date as file size.
8243 Add YYYY S option to WESTERN/
8244
8245 2000-09-04 Dave Love <fx@gnu.org>
8246
8247 * vc.el: Require `compile' when compiling.
8248 (vc-logentry-check-hook): New option.
8249 (vc-steal-lock): Use compose-mail.
8250 (vc-dired-mode-map): Defvar when compiling.
8251 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8252 vc-sccs.el and renamed. Callers changed.
8253 (vc-backend-checkout, vc-backend-logentry-check)
8254 (vc-backend-merge-news): Doc fix.
8255 (vc-default-logentry-check): New function.
8256 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8257 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8258 (vc-backend-merge): Doc fix. Use backend functions.
8259 (vc-check-headers): Use backend functions.
8260
8261 * vc-cvs.el: Require vc when compiling.
8262 (vc-cvs-register-switches): Doc fix.
8263 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8264 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8265 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8266 New functions (code from vc.el).
8267 (vc-annotate-display-default): Fix interactive spec.
8268 (vc-annotate-time-span): Doc fix.
8269
8270 * vc-rcs.el: Require vc when compiling.
8271 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8272 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8273 (vc-rcs-checkin): New functions (code from vc.el).
8274 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8275 Doc fix.
8276 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8277
8278 * vc-sccs.el: Require vc when compiling.
8279 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8280 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8281 (vc-sccs-revert)
8282 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8283 from vc.el).
8284 (vc-sccs-add-triple, vc-sccs-record-rename)
8285 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8286 (vc-sccs-admin): Doc fix.
8287
8288 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8289
8290 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8291 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8292 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8293 from vc.el.
8294
8295 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8296
8297 * vc-cvs.el: Moved the annotate functionality from vc.el.
8298 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8299
8300 2000-09-04 Dave Love <fx@gnu.org>
8301
8302 * vc.el (vc-backend-release): Call vc-system-release.
8303
8304 * vc-sccs.el (vc-sccs-system-release):
8305 Renamed from vc-sccs-backend-release.
8306
8307 * vc-rcs.el (vc-rcs-system-release):
8308 Renamed from vc-rcs-backend-release.
8309
8310 * vc-cvs.el (vc-cvs-system-release):
8311 Renamed from vc-cvs-backend-release.
8312
8313 2000-09-04 Dave Love <fx@gnu.org>
8314
8315 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8316 backend files.
8317 (vc-backend-release): Dispatch to backend functions.
8318 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8319 probably needs attention.]
8320
8321 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8322 (vc-sccs-backend-release): New function.
8323
8324 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8325 (vc-cvs-backend-release): New function.
8326
8327 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8328 Doc fix.
8329 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8330 (vc-default-dired-state-info): New function.
8331 (vc-dired-state-info): Dispatch to backends.
8332 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8333
8334 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8335 from vc.el and renamed.
8336
8337 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8338
8339 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8340 (vc-version-other-window, vc-backend-assign-name): Removed
8341 references to vc-latest-version; sometimes changed into
8342 vc-workfile-version.
8343
8344 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8345 vc-rcs-master-workfile-version.
8346 (vc-rcs-workfile-version): Use the above. Don't call
8347 vc-latest-version (that was unreachable code, anyway).
8348 (vc-rcs-fetch-master-properties): Doc fix.
8349
8350 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8351 (vc-backend-hook-functions): Removed them from this list, too.
8352 (vc-fetch-properties): Removed.
8353 (vc-workfile-version): Doc fix.
8354
8355 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8356 (vc-rcs-workfile-version, vc-rcs-locking-user)
8357 (vc-rcs-uses-locking): Use it.
8358
8359 * vc-hooks.el (vc-consult-rcs-headers):
8360 Moved into vc-rcs-hooks.el, under the name
8361 vc-rcs-consult-headers.
8362
8363 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8364 headers.
8365 (vc-cvs-find-master): Use this name only; correct different
8366 versions of the name.
8367
8368 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8369 New functions.
8370 (vc-sccs-locking-user): Use the latter.
8371
8372 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8373 New functions.
8374
8375 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8376 Moved into both
8377 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8378 functions are implementation details of those two backends.
8379
8380 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8381
8382 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8383 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8384
8385 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8386 (vc-sccs-parse-locks): SCCS-specific code moved here from
8387 vc-hooks.
8388
8389 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8390 code moved here from vc-hooks.
8391
8392 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8393 into back-end specific parts and removed. Callers not updated
8394 yet; because I guess these callers will disappear into back-end
8395 specific files anyway.
8396
8397 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8398
8399 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8400 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8401 `vc-uses-locking'.
8402
8403 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8404 Store yes/no in the property, and return t/nil. Updated all
8405 callers.
8406
8407 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8408 vc-sccs-uses-locking. Don't set property.
8409 (vc-sccs-locking-user): Don't set property.
8410
8411 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8412 vc-cvs-uses-locking. Don't set property here; leave that to
8413 vc-hooks.
8414 (vc-cvs-locking-user): Reflect above change. Streamlined.
8415
8416 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8417 vc-rcs-uses-locking.
8418 (vc-rcs-locking-user): Reflect above change.
8419
8420 2000-09-04 Dave Love <fx@gnu.org>
8421
8422 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8423
8424 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8425
8426 * vc-hooks.el (vc-checkout-model): Punt to backends.
8427
8428 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8429
8430 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8431
8432 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8433 New functions.
8434
8435 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8436 New functions.
8437
8438 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8439 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8440
8441 * vc-hooks.el (vc-default-locking-user): New function.
8442 (vc-locking-user, vc-workfile-version): Punt to backends.
8443
8444 2000-09-04 Dave Love <fx@gnu.org>
8445
8446 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8447 (vc-master-workfile-version): Moved from vc-hooks.
8448
8449 * vc-rcs-hooks.el: Fix duplicate code in last change.
8450
8451 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8452 (vc-rcs-master-templates): Improve :type.
8453 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8454 vc-master-workfile-version): Moved from vc-hooks.
8455
8456 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8457 (vc-sccs-master-templates): Improve :type.
8458 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8459
8460 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8461
8462 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8463 (vc-cvs-master-templates): Improve :type. Use
8464 vc-cvs-find-cvs-master.
8465 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8466 from vc-hooks.
8467 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8468
8469 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8470 Moved to vc-cvs-hooks.
8471
8472 * vc-hooks.el: Add doc strings in various places. Simplify the
8473 minor mode setup.
8474 (vc-handled-backends): New user variable.
8475 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8476 simplification.
8477
8478 2000-09-04 Dave Love <fx@gnu.org>
8479
8480 * vc.el: Some doc fixes for autoloaded and interactive functions.
8481 Fix compilation warnings from ediff stuff.
8482 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8483
8484 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8485
8486 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8487
8488 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8489
8490 2000-09-04 Dave Love <fx@gnu.org>
8491
8492 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8493 New variable.
8494 (vc-make-backend-function, vc-loadup, vc-call-backend)
8495 (vc-backend-defines): New functions.
8496
8497 * vc-hooks.el: Various doc fixes.
8498 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8499 (vc-match-substring): Function removed. Callers changed to use
8500 match-string.
8501 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8502 Simplify.
8503
8504 2000-09-04 Dave Love <fx@gnu.org>
8505
8506 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8507 type.
8508 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8509 (vc-sccs-registered): Doc fix.
8510
8511 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8512 (vc-cvs-registered): Doc fix.
8513
8514 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8515 (vc-rcs-registered): Doc fix.
8516
8517 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8518
8519 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8520
8521 * vc-hooks.el: vc-registered has been renamed
8522 vc-default-registered. Some functions have been moved to the
8523 backend specific files. they all support the
8524 vc-BACKEND-registered functions.
8525
8526 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8527
8528 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8529
8530 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8531
8532 2000-09-04 Dave Love <fx@gnu.org>
8533
8534 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8535 menu-bar-update-hook.
8536
8537 * help.el (help-manyarg-func-alist): Add
8538 find-operation-coding-system.
8539
8540 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8541
8542 * custom.el (custom-set-variables): Print message about errors in
8543 setting.
8544
8545 2000-09-03 Andrew Innes <andrewi@gnu.org>
8546
8547 * makefile.w32-in: Change to DOS line endings.
8548
8549 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8550
8551 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8552 minor-mode keymaps, if they don't have one.
8553
8554 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8555
8556 * eshell/esh-module.el (eval-when-compile): Don't lose if
8557 esh-module.el's file name is truncated to DOS 8+3 limits.
8558
8559 2000-09-01 John Wiegley <johnw@gnu.org>
8560
8561 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8562 predicate, which caused entries in the completion list to be
8563 doubled.
8564
8565 2000-08-30 John Wiegley <johnw@gnu.org>
8566
8567 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8568 sending to subprocesses. Also, hook pre-command-hook if
8569 `eshell-send-direct-to-subprocesses' is non-nil.
8570 (eshell-send-direct-to-subprocesses): New config variable. If t,
8571 subprocess input is send immediately.
8572 (eshell-toggle-direct-send): New function.
8573 (eshell-self-insert-command): New function.
8574 (eshell-intercept-commands): New function.
8575 (eshell-send-input): If direct subprocess sending is enabled,
8576 don't echo any input to the Eshell buffer. Let the subprocess
8577 handle that. This requires "stty echo" in bash, for example.
8578
8579 2000-08-28 John Wiegley <johnw@gnu.org>
8580
8581 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8582 completion function for Eshell's implementation of `unset'.
8583
8584 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8585
8586 * info.el (Info-directory-list): Doc fix.
8587
8588 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8589
8590 * filecache.el (file-cache-add-directory-using-find): Don't quote
8591 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8592
8593 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8594
8595 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8596 coding systems.
8597
8598 2000-08-30 Andrew Innes <andrewi@gnu.org>
8599
8600 * timer.el (run-with-idle-timer): Undo last change, so that timer
8601 is not activated immediately if Emacs is already idle. Some
8602 existing code relies on this behaviour.
8603
8604 2000-08-30 Miles Bader <miles@gnu.org>
8605
8606 * frame.el (set-frame-font): Do completion of font-name for
8607 interactive use.
8608
8609 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8610
8611 * international/quail.el (quail-start-translation): Bind locally
8612 last-command-event, last-command, and this-command.
8613 (quail-start-conversion): Likewise.
8614 (quail-self-insert-command): Fix docstring.
8615
8616 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8617
8618 * progmodes/executable.el
8619 (executable-make-buffer-file-executable-if-script-p): Check that
8620 buffer contains at least 2 characters.
8621
8622 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8623
8624 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8625
8626 2000-08-29 Dave Love <fx@gnu.org>
8627
8628 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8629 (diff-mode-shared-map): Bind mouse-2.
8630 (diff-imenu-generic-expression): New variable.
8631 (diff-mode): Use it.
8632
8633 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8634 (mouse-popup-menubar): Add minor mode menus.
8635 (popup-menu): Check for lookup-key returning number.
8636
8637 2000-08-29 Miles Bader <miles@gnu.org>
8638
8639 * comint.el (comint-send-input): Create overlays using the proper
8640 front/read-advance arguments.
8641
8642 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8643
8644 * ps-print.el: Even/odd pages printing. Doc fix.
8645 (ps-print-version): New version number (6.0).
8646 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8647 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8648 (ps-print-duplex-feature): Variable eliminated.
8649 (ps-even-or-odd-pages): New variable.
8650
8651 * progmodes/ebnf2ps.el: Doc fix.
8652 (ebnf-version): New version (3.3).
8653 (ebnf-user-arrow): Change variable customization to sexp.
8654 (ebnf-user-arrow): Function eliminated.
8655 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8656
8657 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8658
8659 * help.el (help-xref-mule-regexp): New variable.
8660 (help-make-xrefs): Handle help-xref-mule-regexp.
8661
8662 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8663 variable.
8664 (describe-input-method): Temporarily activate the specfied input
8665 method to display the information.
8666 (describe-language-environment): Hyperlinks to mule related items.
8667
8668 * international/mule-diag.el (charset-multibyte-form-string): New
8669 function.
8670 (list-character-sets-1): Use charset-multibyte-form-string.
8671 (describe-character-set): New function.
8672 (describe-coding-system): Hyperlinks to safe character sets.
8673
8674 * international/quail.el (quail-help): New arg PACKAGE.
8675 Hyperlinks to mule related items.
8676 (quail-help-insert-keymap-description): Use
8677 substitute-command-keys instead of describe-bindings.
8678 (quail-translation-help): Hyperlinks to mule related items.
8679
8680 2000-08-28 John Wiegley <johnw@gnu.org>
8681
8682 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8683 have a defsubst call itself. Made `eshell-flatten-list' back into
8684 a function again.
8685
8686 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8687 catch, in case re-centering point at bottom messes up the display.
8688 This happens frequently in Emacs 21, due I believe to variable
8689 line heights.
8690
8691 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8692 to call `find-tag-interactive'.
8693
8694 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8695 the list of remember directories.
8696
8697 2000-08-28 John Wiegley <johnw@gnu.org>
8698
8699 * align.el: Test align-region-separate to see if it's a symbol.
8700
8701 2000-08-28 John Wiegley <johnw@gnu.org>
8702
8703 * eshell/esh-util.el (eshell-flatten-list): Made this function
8704 into a defsubst form. It gets used very frequently, although
8705 calls don't occur all that often.
8706
8707 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8708 examining it.
8709
8710 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8711 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8712 `eshell-protect'.
8713 (eshell-copy-handles): Created a new macro for duplicating the
8714 current set of open handles. This is needed by the looping
8715 functions.
8716 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8717 is not incorrectly stomped on.
8718
8719 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8720 declaration for pcomplete-use-paring.
8721 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8722 value of eshell-cmpl-use-paring.
8723 * pcomplete.el (pcomplete-use-paring): New config variable, to
8724 indicate whether paring should be used.
8725 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8726 completion alternatives that have already been used.
8727
8728 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8729 bound to C-c C-y, which will repeat the previous N arguments
8730 (based on prefix argument).
8731 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8732
8733 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8734 if there is no *Help* buffer. This is for XEmacs, which renames
8735 its help buffers uniquely. TODO: Find out what the current buffer
8736 name to delete is.
8737
8738 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8739 first entry that correlates to a passwd/group number. Later
8740 entries (used for group/user name aliasing to multiple IDs) are
8741 ignored.
8742
8743 * eshell/em-xtra.el (eshell/expr):
8744 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8745 (eshell-grep, eshell/diff, eshell/locate):
8746 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8747 argument list, before passing it to the system command.
8748
8749 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8750 `find-tag' for use at final position in Eshell buffers (which
8751 otherwise triggers an error on Emacs 21).
8752 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8753 buffer, if it is currently bound to `find-tag'.
8754
8755 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8756 in the list of matched Makefile names.
8757 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8758 directory, prefer its contents to Makefile.
8759
8760 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8761 directory parts (like "cd old new", or "cd =regexp"), are now case
8762 sensitive on non-Windows/DOS platforms.
8763
8764 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8765 types RET after an open delimiter (like "), display a message
8766 indicating that Eshell is waiting for the closing delimiter.
8767
8768 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8769 environment variables.
8770
8771 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8772 gracefully if the user enters incorrect arguments.
8773
8774 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8775 Eshell buffers.
8776
8777 * eshell/esh-var.el (eshell-interpolate-variable):
8778 * eshell/esh-mode.el (eshell-move-argument):
8779 * eshell/em-unix.el (eshell-du-sum-directory):
8780 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8781 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8782 (not (= ...)).
8783
8784 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8785 to ensure the `preserve' flag gets propagated when doing recursive
8786 directory copies.
8787
8788 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8789
8790 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8791 Don't convert \n into \0177 in memory.
8792 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8793 and back again, when reading and writing.
8794
8795 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8798 testing of `fboundp' on `processp'.
8799
8800 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8801 (eshell/jobs): Don't call process-list if it is not bound.
8802 (eshell-gather-process-output): Support systems where async
8803 subprocesses aren't supported.
8804 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8805 variables.
8806
8807 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8808 eshell-do-eval returns t.
8809 (eshell-do-pipelines-synchronously): New defmacro.
8810 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8811 when async subprocesses aren't supported.
8812 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8813 if async subprocesses aren't supported.
8814 (eshell-resume-command): Don't assume STATUS is a string.
8815
8816 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8817
8818 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8819 (eshell-close-target, eshell-get-target): Use eshell-processp.
8820 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8821 fix.
8822 (eshell-get-target, eshell-create-handles): Doc fix.
8823
8824 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8825
8826 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8827 criterion to include commands that output something, as long as it
8828 leaves both the command and the end-of-buffer visible when the
8829 command has exited.
8830 (eshell-review-quick-commands): Adjust the help doc string
8831 accordingly.
8832
8833 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8834
8835 * locate.el (locate): Cleaned up locate command's interactive prompting
8836 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8837
8838 * filecache.el (file-cache-case-fold-search): New variable
8839 (file-cache-assoc-function): New variable
8840 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8841 Use file-cache-case-fold-search variable
8842 (file-cache-add-file): Use file-cache-assoc-function
8843 (file-cache-delete-file): likewise
8844 (file-cache-directory-name): likewise
8845 (file-cache-debug-read-from-minibuffer): likewise
8846
8847 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8848
8849 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8850 (abbrev-table-name): New function.
8851 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8852 If non-nil list local abbrev, only.
8853
8854 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8855
8856 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8857 from Gnus support code, and use special article copy buffer
8858 `(gnus-original-article-buffer)' instead. This allows to get rid
8859 of article-hide-headers usage (which breaks in the latest Gnus
8860 version). Thanks to Detlev Zundel.
8861
8862 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8863
8864 * international/quail.el (quail-use-package): Hide "... loaded"
8865 message.
8866 (quail-start-translation, quail-start-conversion): Likewise.
8867
8868 * international/kkc.el (kkc-region): Hide "... loaded" message.
8869
8870 2000-08-27 Dave Love <fx@gnu.org>
8871
8872 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8873
8874 2000-08-27 Miles Bader <miles@gnu.org>
8875
8876 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8877
8878 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8879
8880 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8881 'ja-dic-cnv), not (require 'skkdic-cnv).
8882
8883 2000-08-26 Miles Bader <miles@gnu.org>
8884
8885 * faces.el (face-x-resources): Add entry for :inherit.
8886 * cus-face.el (custom-face-attributes): Add support for :inherit
8887 attribute. Add support for relative face heights.
8888 (custom-face-attributes-get): Treat `nil' as being a default value
8889 for :inherit (as well as `unspecified').
8890
8891 * faces.el (set-face-attribute): Update doc string.
8892 (face-attribute-name-alist): Add :inherit.
8893 (face-valid-attribute-values): Handle :inherit.
8894 (face-read-string): Rephrase prompt to be less confusing.
8895 Assume that DEFAULT is a string, since we must return a string.
8896 (face-read-integer): Use `format' to turn DEFAULT into an
8897 acceptable default for face-read-string. Match NEW-VALUE against
8898 the string "unspecified", not the symbol `unspecified', since
8899 that's what face-read-string returns.
8900 (read-face-attribute): Lookup a name for old-value in valid, and
8901 use it as a default if we find one. Treat all values from
8902 face-read-string as strings. If the default is used, don't do any
8903 more processing on the value, just use the old value directly.
8904 (read-face-and-attribute, modify-face): Tweak prompt.
8905 (read-face-name): Don't assume prompt ends with a space.
8906
8907 * faces.el (describe-face): Add support for :inherit attribute.
8908
8909 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8910
8911 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8912 concat doesn't accept interger.
8913
8914 * international/kkc.el: Remove SKK from Keywords. Require
8915 ja-dic-utl instead of skkdic-utl.
8916
8917 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8918 Provide ja-dic-cnv instead of skkdic-cnv.
8919 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8920 (iso-2022-7bit-short): Add safe-charsets property.
8921 (skkdic-convert-postfix): Search Japanese chou-on character in
8922 addition to Hiragana character.
8923 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8924 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8925 (batch-skkdic-convert): Likewise.
8926
8927 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8928 Provide ja-dic-utl instead of skkdic-utl.
8929 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8930
8931 2000-08-24 Dave Love <fx@gnu.org>
8932
8933 * disp-table.el (standard-display-default): Make the test of `l'
8934 useful.
8935
8936 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8937 mod sample text.
8938
8939 * international/iso-ascii.el: Make pilcrow convenient string
8940 consistent with section.
8941 (iso-ascii-display): Set up multibyte characters as well as
8942 unibyte.
8943
8944 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8945
8946 * international/mule-cmds.el (reset-language-environment): Set
8947 default-process-coding-system to '(undecided . iso-latin-1), which
8948 makes process I/O almost consistent with file I/O. Call this
8949 function when mule-cmds.el[c] is loaded.
8950
8951 2000-08-22 Andrew Innes <andrewi@gnu.org>
8952
8953 * makefile.w32-in: New file.
8954
8955 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8956
8957 * comint.el (comint-output-filter): Compare end of
8958 comint-last-output-overlay with the start of the newly inserted
8959 text, not the end, when deciding whether to extend it.
8960 Set saved-point's insertion type to advance after insertion.
8961
8962 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8963 since this is now done independently of font-lock mode.
8964
8965 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8966
8967 * server.el (server-kill-new-buffers): New user option.
8968 (server-existing-buffer): New buffer-local variable.
8969 (server-visit-files): When using an existing buffer, set
8970 server-existing-buffer to t.
8971 (server-buffer-done): If server-kill-new-buffers is t, kill the
8972 buffer, unless it was already present before visiting it with
8973 Emacs server.
8974
8975 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8976
8977 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8978 even if the display doesn't support colors: some displays will
8979 support bold/underline faces.
8980
8981 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8982
8983 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8984
8985 * startup.el (command-line): If user's init file had an error,
8986 add explanatory text to *Messages*.
8987
8988 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8989
8990 * man.el (Man-getpage-in-background): Decode the process output by
8991 the system locale coding system.
8992
8993 2000-08-20 Dave Love <fx@gnu.org>
8994
8995 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8996 Don't test x-popup-menu.
8997 (function) <complete-function>: Complete only fbound symbols.
8998 <validate, value>: New.
8999 (variable) <complete-function>: Complete only bound symbols.
9000 (coding-system): Add :base-only, :complete-function, :validate,
9001 :value, :prompt-match.
9002 (widget-coding-system-prompt-value): Use read-coding-system and
9003 act on :base-only.
9004 (editable-field): Add :help-echo.
9005 (widget-push-button-gui, widget-push-button-cache)
9006 (widget-gui-action, widget-editable-list-gui): COmment out, along
9007 with uses.
9008 (widget-at): Make arg optional.
9009 (widget-echo-help): Adjust for current help-echo calling sequence.
9010 (widget-specify-field, widget-specify-button)
9011 (widget-specify-insert, widget-get-sibling, widget-image-find)
9012 (widget-convert, widget-insert, widget-leave-text)
9013 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9014 (widget-setup, widget-field-find, widget-before-change)
9015 (widget-after-change, widget-default-complete)
9016 (widget-default-create, widget-default-delete)
9017 (widget-push-button-value-create, editable-field)
9018 (widget-field-prompt-value, widget-field-validate)
9019 (widget-choice-value-create, widget-choice-action)
9020 (widget-choice-validate, widget-checklist-add-item)
9021 (widget-radio-add-item, widget-radio-chosen)
9022 (widget-radio-value-inline, widget-editable-list-value-create)
9023 (widget-editable-list-entry-create)
9024 (widget-documentation-link-add)
9025 (widget-documentation-string-value-create)
9026 (widget-regexp-validate, widget-file-complete)
9027 (widget-sexp-validate, widget-plist-convert-widget)
9028 (widget-plist-convert-widget, widget-alist-convert-widget)
9029 (widget-alist-convert-widget, widget-color-complete): Simplify,
9030 particularly to avoid bindings which aren't optimized out.
9031
9032 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9033 Doc fix.
9034 (down-list, backward-up-list, up-list, kill-sexp)
9035 (backward-kill-sexp, mark-sexp): Make arg optional.
9036 (lisp-complete-symbol): Add optional arg PREDICATE.
9037
9038 * cus-start.el: Add display-buffer-reuse-frames,
9039 file-coding-system-alist.
9040
9041 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9042
9043 * startup.el (command-line): Clear realized faces after
9044 modifying TTY color mappings.
9045
9046 2000-08-20 Miles Bader <miles@gnu.org>
9047
9048 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9049 merely a subset of FACE's attributes.
9050
9051 2000-08-19 Miles Bader <miles@gnu.org>
9052
9053 * comint.el (comint-output-filter): Save the point with a marker,
9054 not just a buffer position.
9055
9056 * international/mule.el (set-buffer-process-coding-system): Make
9057 interactive prompt less confusing.
9058
9059 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9060
9061 * hilit-chg.el: General cleanup of doc strings, comments and
9062 code formatting.
9063
9064 2000-08-19 Miles Bader <miles@gnu.org>
9065
9066 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9067 Compiler macro removed; beginning-of-line is no longer always
9068 equivalent to forward-line, in the presence of fields.
9069
9070 * comint.el (comint-output-filter): Remove ad-hoc saving of
9071 restriction, and just use save-restriction, now that it works
9072 correctly. Don't adjust comint-last-input-start to account for
9073 our insertion; it shouldn't have moved because we don't use
9074 insert-before-markers anymore. Comment out call to
9075 `force-mode-line-update'; why is it here?
9076
9077 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9078 while checking for prompt to delete. Use `forward-line 0'
9079 instead of beginning-of-line.
9080 (gud-filter): Temporarily widen gud comint buffer while
9081 examining output.
9082
9083 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9084
9085 * progmodes/sh-script.el: Big bag of typos.
9086
9087 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9088 check since ispell-process is not bound when ispell is not yet loaded.
9089
9090 2000-08-18 Dave Love <fx@gnu.org>
9091
9092 * image.el (find-image): Copy `spec' before using plist-put.
9093
9094 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9095
9096 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9097 `portugues'.
9098
9099 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9100 backward-kill-sexp, analogous to kill-sexp.
9101
9102 * progmodes/icon.el (icon-indent-line)
9103 (icon-is-continuation-line): Handle comments specially.
9104
9105 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9106
9107 * ispell.el: Set to standard author/maintainer/keyword fields.
9108 Fine tuning to menu map appearance and operation, and added help.
9109 Remove `start' and `end' error messages when compiling.
9110 (ispell-choices-win-default-height): Fixed comment string.
9111 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9112 castellano8 dictionaries.
9113 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9114 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9115 dictionary, added italiano dictionary.
9116 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9117 word character
9118 (ispell-tex-skip-alists): Added psfig support.
9119 (ispell-skip-html): Renamed from ispell-skip-sgml.
9120 (ispell-begin-skip-region-regexp, ispell-skip-region)
9121 (ispell-minor-check): Improved html skipping support to skip across
9122 code, and recognize `&' commands without propper `;' syntax;
9123 (ispell-process-line): Fix alignment error when manually
9124 correcting spelling.
9125 (ispell): Fix comment string.
9126 (ispell-add-per-file-word-list): Always put word list on new line.
9127
9128 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9129
9130 * format.el (format-encode-run-method): Fix error message to say
9131 `encode' instead of `decode'. Use save-window-excursion around
9132 shell-command-on-region as in format-decode-run-method because
9133 shell-command-on-region can display a buffer with error output.
9134 (format-decode): Don't record undo information for the decoding.
9135 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9136 that number part of the temporary buffer name so that more than
9137 one decoding using a temporary buffer can happen safely.
9138
9139 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9140 of `A-z' in the regexp.
9141
9142 * hilit-chg.el: Fix typos in commentary.
9143
9144 * help.el (view-emacs-news): Rewritten for new naming scheme
9145 for old NEWS files.
9146
9147 * startup.el (command-line): Pop to *Messages* in case an error
9148 is signaled while loading user-init-file.
9149
9150 2000-08-17 Andreas Schwab <schwab@suse.de>
9151
9152 * files.el (insert-directory): Don't lose original file name,
9153 undoing an undocumented change.
9154
9155 2000-08-17 Alex Schroeder <alex@gnu.org>
9156
9157 * sql.el (sql-magic-go): Use comint-bol.
9158 (sql-copy-column): Use comint-line-beginning-position.
9159 (comint-line-beginning-position): Define a replacement for
9160 comint-line-beginning-position if it is not fboundp.
9161
9162 2000-08-17 Alex Schroeder <alex@gnu.org>
9163
9164 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9165 it didn't have any effect anyway.
9166
9167 2000-08-17 Alex Schroeder <alex@gnu.org>
9168
9169 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9170 --pset and pager=off instead of sending \\o|cat at the beginning
9171 of the session.
9172
9173 2000-08-17 Miles Bader <miles@gnu.org>
9174
9175 * progmodes/octave-inf.el: Add compatibility definition of
9176 comint-line-beginning-position.
9177
9178 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9179
9180 * startup.el (normal-top-level): Look in each dir in load-path for
9181 a leim-list.el file too. This assures of loading leim-list.el
9182 that is created at Emacs installation time even if a user have his
9183 own leim-list.el.
9184
9185 2000-08-17 Miles Bader <miles@gnu.org>
9186
9187 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9188 foreground color to black if the background is dark.
9189
9190 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * loadhist.el (unload-feature): Typo.
9193
9194 * finder.el (finder-compile-keywords):
9195 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9196 to the generated file.
9197
9198 * mail/mh-e.el (mh-make-local-vars):
9199 Replace make-variable-buffer-local with make-local-variable.
9200
9201 * play/landmark.el:
9202 * options.el (Edit-options-{set,toggle,t,nil}):
9203 * mail/mailabbrev.el (mail-abbrevs-mode):
9204 * textmodes/tex-mode.el (tex-expand-files):
9205 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9206
9207 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9208
9209 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9210 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9211 Allow going past the last element.
9212 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9213 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9214 (cvs-mouse-toggle-mark): Don't move point.
9215 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9216
9217 * progmodes/compile.el (grep): Provide a default set of files.
9218 (next-error): Docstring fix.
9219 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9220
9221 * emacs-lisp/easy-mmode.el (define-minor-mode):
9222 Use `symbol-value' to keep the byte-compiler quiet.
9223
9224 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9225 (diff-find-source-location): New fun, extracted from diff-goto-source.
9226 (diff-goto-source): Use it.
9227 (diff-next-complex-hunk, diff-filter-lines): New function.
9228 (diff-apply-hunk): New command.
9229
9230 * smerge-mode.el (smerge-mode-menu): Doc fix.
9231
9232 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9233
9234 2000-08-16 Dave Love <fx@gnu.org>
9235
9236 * windmove.el (windmove) <defgroup>: Add :version.
9237
9238 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9239 (goto-address-fontify-p, goto-address-highlight-p)
9240 (goto-address-url-face, goto-address-url-mouse-face)
9241 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9242 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9243 (goto-address-fontify, goto-address-at-mouse): Simplify,
9244 (goto-address-at-point): browse-url-url-at-point,
9245 goto-address-find-address-at-point can return nil.
9246 (goto-address-find-address-at-point): Return nil on failure.
9247
9248 * align.el (align) <defgroup>: Add :version.
9249
9250 * calculator.el (calculator): Add :version.
9251 (calculator): Use two lines for calculator window if `modeline'
9252 face is boxed.
9253
9254 * play/5x5.el: Doc fixes.
9255 (5x5) <defgroup>: Add :version.
9256
9257 * play/fortune.el (fortune) <defgroup>: Add :version.
9258 (fortune-append): Fix error message.
9259 (fortune-from-region): Doc fix.
9260
9261 * play/pong.el (pong): Doc fix.
9262
9263 * play/morse.el: Keywords, commentary, autoloads.
9264
9265 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 * desktop.el (desktop-save): Don't look at symbol-value of a
9268 member of minor-mode-alist, unless it is boundp.
9269
9270 2000-08-16 Sam Steingold <sds@gnu.org>
9271
9272 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9273 `while'; use `with-current-buffer' instead of `save-excursion'.
9274 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9275
9276 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9277
9278 * international/ccl.el (declare-ccl-program): Docstring modified.
9279 (ccl-execute-with-args): Likewise.
9280
9281 2000-08-16 Miles Bader <miles@gnu.org>
9282
9283 * progmodes/sql.el: Add compatibility definition of
9284 comint-line-beginning-position.
9285
9286 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9287
9288 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9289 'buffer-menu' property.
9290 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9291 fails.
9292 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9293 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9294 wasn't killed.
9295
9296 * buff-menu.el (list-buffers-noselect): Don't display the
9297 *Buffer List* buffer.
9298
9299 * font-lock.el: Require jit-lock to prevent a very late
9300 `Loading jit-lock' message.
9301
9302 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9303 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9304 mail address.
9305
9306 2000-08-15 Miles Bader <miles@gnu.org>
9307
9308 * textmodes/ispell.el (ispell-graphic-p): New constant.
9309 (ispell-choices-win-default-height, ispell-help): Use
9310 `ispell-graphic-p' instead of `xemacsp'.
9311
9312 2000-08-15 Dave Love <fx@gnu.org>
9313
9314 * simple.el: Autoload widget-convert when compiling.
9315 (mail-user-agent): Doc fix.
9316
9317 * help.el (function-called-at-point, variable-at-point): Use
9318 with-syntax-table.
9319 (help-manyarg-func-alist): Add insert-and-inherit.
9320
9321 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9322
9323 * delsel.el (delsel-unload-hook): New function.
9324
9325 * find-file.el: Doc fixes. Move provide to end.
9326 (ff) <defgroup>: Add :link.
9327 (ff-goto-click): Deleted.
9328 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9329 Use mouse-set-point.
9330
9331 * textmodes/tildify.el: Doc fixes.
9332 (tildify) <defgroup>: Add:version.
9333
9334 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9335 (glasses-custom-set): Use set-default, not set.
9336 (minor-mode-alist): Propertize the lighter.
9337 (glasses-mode): Provide optional arg.
9338
9339 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9340 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9341 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9342 option. Provide :type.
9343 (cwarn-configuration): Provide :type.
9344 (cwarn-mode): Doc fix.
9345
9346 * add-log.el (change-log-merge): Doc fix.
9347 (change-log-redate): New command.
9348
9349 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9350 Doze and Dog.
9351 (browse-url): Use dolist, not mapcar.
9352 (browse-url-at-point): Check for null url.
9353 (browse-url-event-buffer, browse-url-event-point): Functions
9354 deleted.
9355 (browse-url-at-mouse, browse-url-netscape): Simplify.
9356
9357 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9358 modes.
9359 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9360 Fix previous change to mapcan.
9361 (msb--init-file-alist, msb--add-separators)
9362 (msb--make-keymap-menu): Simplify.
9363 (msb--choose-file-menu): Use copy-sequence.
9364 (msb-mode-map): Add title to keymap.
9365 (msb-unload-hook): New function.
9366
9367 * bs.el: Fix indentation.
9368 (bs) <defgroup>: Add :links.
9369 (bs-show): Doc fix.
9370 (bs-apply-sort-faces): Don't use window-system.
9371 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9372
9373 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9374
9375 * calendar/timeclock.el (timeclock-file): Run .timelog through
9376 convert-standard-filename.
9377
9378 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9379
9380 * emacs-lisp/authors.el: New file.
9381
9382 * paren.el (show-paren-priority): New user option.
9383 (show-paren-function): Set overlay priorities to
9384 show-paren-priority.
9385
9386 2000-08-14 Miles Bader <miles@gnu.org>
9387
9388 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9389 beginning-of-line with inhibit-field-text-motion bound.
9390
9391 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9392
9393 * calendar/timeclock.el: New file.
9394
9395 2000-08-14 David Ponce <david@dponce.com>
9396
9397 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9398 `widget-button-click'. so that one can use left mouse button to
9399 click on dialog buttons.
9400
9401 2000-08-14 Emmanuel Briot <briot@gnat.com>
9402
9403 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9404 identifiers, since XML is case sensitive
9405
9406 2000-08-12 Miles Bader <miles@gnu.org>
9407
9408 * comint.el (comint-output-filter): Don't bother frobbing
9409 window-start, it doesn't seem to be necessary.
9410
9411 * comint.el (comint-send-string, comint-send-region): Make into
9412 real functions. Snapshot the prompt before sending.
9413
9414 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9417 technique similar to Info-index, instead of relying on specific
9418 names of relevant Index nodes.
9419 (Info-goto-emacs-command-node): Bind Info-history to nil when
9420 going to the first node found by Info-find-emacs-command-nodes.
9421
9422 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9425
9426 2000-08-10 Miles Bader <miles@gnu.org>
9427
9428 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9429
9430 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9431
9432 * info.el (Info-file-list-for-emacs): More elements for the
9433 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9434 and woman manuals.
9435
9436 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9437
9438 * comint.el (comint-send-input): Make the newline boundary overlay
9439 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9440 (comint-output-filter): Use `insert' instead of
9441 `insert-before-markers'. Extend comint-last-output-overlay when
9442 necessary since we can't rely on insert-before-markers to do it.
9443 * gud.el (gud-filter): Use `with-current-buffer' instead of
9444 save-excursion when inserting the output, so that point gets
9445 updated correctly; the old method relied on a rather dodgy
9446 side-effect of comint-output-filter to avoid the effect of
9447 save-excursion.
9448
9449 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9450
9451 * files.el (recover-file): Call insert-directory instead of
9452 invoking `ls' directly.
9453
9454 2000-08-10 Miles Bader <miles@gnu.org>
9455
9456 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9457 (comint-last-prompt-overlay): New variables.
9458 (comint-output-filter): Implement prompt highlighting.
9459 (comint-snapshot-last-prompt): New function.
9460 (comint-send-input): Snapshot the last prompt.
9461 Use comint-highlight-input-face.
9462 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9463 Use defface instead of defcustom.
9464 (send-invisible, comint-send-eof): Snapshot the last prompt.
9465 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9466 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9467
9468 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9469
9470 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9471 (regexp-opt-group): Use a list of chars for `letters'.
9472 (regexp-opt-charset): `chars' is now a list of chars.
9473 Use a char-table rather than a vector so it works for multibyte chars.
9474
9475 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9476 Set cvs-minor-current-files to the selected fileinfo.
9477 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9478 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9479
9480 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9481
9482 * files.el (insert-directory): Don't call access-file on
9483 directories on DOS and Windows.
9484
9485 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9486
9487 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9488 longer if necessary.
9489 (ccl-embed-code): Call ccl-embed-data to store CODE in
9490 ccl-program-vector.
9491
9492 2000-08-09 Miles Bader <miles@gnu.org>
9493
9494 * comint.el (comint-output-filter): Properly handle the case where
9495 the text surrounded by comint-last-output-overlay was deleted.
9496
9497 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9498
9499 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9500 non-nil.
9501 (Info-file-list-for-emacs): Remove "info" from the list because
9502 that leads to trying to use the documentation from file `info'
9503 in various situations where it isn't appropriate, for instance
9504 C-h C-k C-h i.
9505
9506 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9507 DIR and/or STRING are nil.
9508
9509 * progmodes/compile.el (compilation-setup): Make variable
9510 compilation-error-screen-columns buffer-local, as some comment
9511 in the code suggests it should be.
9512
9513 * files.el (auto-mode-interpreter-regexp): New variable.
9514 (set-auto-mode): Use it.
9515
9516 * indent.el (indent-for-tab-command): Doc fix.
9517
9518 * mouse-sel.el (mouse-sel-mode): Doc fix.
9519
9520 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9521 labels.
9522
9523 * help.el (print-help-return-message): When
9524 display-buffer-reuse-frames is set, let the help window been quit,
9525 instead of deleting it, which might delete a reused frame.
9526
9527 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9528
9529 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9530 rename a directory to a name that differs only by its letter case.
9531
9532 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9533
9534 * international/quail.el (quail-define-rules): Handle Quail decode
9535 map correctly. Add code for supporting annotations.
9536 (quail-install-decode-map): New function.
9537 (quail-defrule-internal): New optional arguments decode-map and
9538 props.
9539 (quail-advice): New function.
9540
9541 2000-08-07 Sam Steingold <sds@gnu.org>
9542
9543 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9544 `defconst', `define-condition', `with-slots'.
9545 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9546
9547 2000-08-03 Miles Bader <miles@gnu.org>
9548
9549 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9550 New variable.
9551 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9552 comint-use-prompt-regexp-instead-of-fields.
9553 (comint-send-input): Add `input' field property to stuff we send to
9554 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9555 (comint-output-filter): Add `output' field property to process
9556 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9557 (comint-replace-by-expanded-history)
9558 (comint-get-old-input-default, comint-show-output)
9559 (comint-backward-matching-input, comint-forward-matching-input)
9560 (comint-next-prompt, comint-previous-prompt): Use field
9561 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9562 (comint-line-beginning-position): New function.
9563 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9564 (comint-replace-by-expanded-history-before-point): Use
9565 comint-line-beginning-position and line-end-position.
9566 (comint-last-output-overlay): New variable.
9567 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9568
9569 * shell.el (shell-prompt-pattern): Doc change.
9570 (shell-backward-command): Use line-beginning-position.
9571
9572 * gud.el (gud-gdb-complete-command): Use
9573 comint-line-beginning-position.
9574
9575 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9576 comint-bol doesn't actually go to the beginning of the line.
9577
9578 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9579 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9580 (try-expand-line-all-buffers): Likewise.
9581
9582 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9583 explicitly matching comint-prompt-regexp.
9584 (sql-copy-column): Use comint-line-beginning-position instead of
9585 explicitly matching comint-prompt-regexp.
9586
9587 * progmodes/octave-inf.el (inferior-octave-complete): Use
9588 comint-line-beginning-position.
9589
9590 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9591
9592 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9593 looking for a prompt, use `forward-line 0' instead of
9594 `beginning-of-line', to avoid getting caught by an input field.
9595
9596 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9597
9598 * files.el (shell-quote-wildcard-pattern): Make sure to return
9599 PATTERN, in the Unix case.
9600
9601 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * play/zone.el (zone): Discard any pending input before running
9604 the randomly-chosen pgm.
9605
9606 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9607
9608 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9609 checking the existence of any multibyte characters.
9610
9611 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9612
9613 * help.el (describe-mode): Test minor-mode symbol for being
9614 bound before testing its value for being nil.
9615
9616 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9617 `first', `second', and `third'.
9618
9619 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9620 (second): Make it an alias for `cadr'.
9621
9622 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9623
9624 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9625 types of display support faces now.
9626
9627 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9628
9629 * pcvs.el (require): Require `cl' during compilation, only.
9630
9631 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9632 (toplevel): Remove `remq' and `remove' from autoloads.
9633 (cl-fake-autoloads): New variable. If set, arrange for an error
9634 when CL functions etc. are autoloaded.
9635
9636 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9637
9638 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9639
9640 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9641 popped up, but the user clicks outside the menu, return an empty
9642 regexp (that causes unhighlight-regexp to have no effect).
9643
9644 * menu-bar.el (menu-bar-games-menu): Add Zone.
9645
9646 * hi-lock.el (toplevel): Require font-lock.
9647
9648 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9649
9650 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9651 (ebnf-8-bit-chars): New var for bug fix.
9652 (ebnf-string): Bug fix.
9653
9654 2000-08-03 Sam Steingold <sds@gnu.org>
9655
9656 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9657 instead of `buffer-string'.
9658 (require 'cl): Always, not just when compiling.
9659 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9660 necessary.
9661
9662 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9663
9664 * international/mule-cmds.el (select-safe-coding-system): Make
9665 the message text about selecting a safe coding system more clear.
9666
9667 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9668
9669 * hi-lock.el: New file.
9670
9671 * play/zone.el: New file.
9672
9673 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9674 value of tab-width in the original buffer. Choose a line number
9675 format that's a multiple of the original buffer's tab width, so
9676 that lines appear right.
9677
9678 * textmodes/ispell.el (ispell): New function, replacing an alias.
9679 Spell-check active region if in transient-mark-mode and mark
9680 is active; otherwise spell-check buffer.
9681
9682 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9683
9684 * ps-mule.el: Fix a customization problem on
9685 ps-mule-font-info-database-default.
9686
9687 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9688
9689 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9690 display-mouse-p instead of window-system.
9691 (ebrowse-member-mode-map): Ditto.
9692
9693 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9694
9695 * progmodes/ebnf2ps.el: Update ps-print functions call.
9696 Indentation fix. Doc fix.
9697 (ebnf-version): New version number (3.2).
9698 (ebnf-format-color, ebnf-begin-job): Code fix.
9699
9700 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9701
9702 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9703 font lock support on window-system.
9704 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9705
9706 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9707 display-color-p, if fboundp, instead of window-system.
9708
9709 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9710
9711 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9712 instead of window-system.
9713
9714 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9715 window-system.
9716 (widget-choice-mouse-down-action): Use display-popup-menus-p
9717 instead of window-system.
9718
9719 * strokes.el (strokes-file): Run the file name through
9720 convert-standard-filename.
9721 (strokes-mode): Call display-mouse-p instead of looking at
9722 window-system. Change the error message accordingly.
9723
9724 * progmodes/cpp.el (toplevel): Support faces on tty's.
9725
9726 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9727 (lm-plot-square, lm-init-display): Don't use window-system.
9728
9729 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9730 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9731
9732 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9733 instead of looking at window-system.
9734
9735 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9736
9737 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9738 of testing if iswitchb-prepost-hooks is bound, because the
9739 latter will always be true when invoking a recursive minibuffer
9740 from an active Iswitchb buffer.
9741
9742 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9743
9744 * files.el (shell-quote-wildcard-pattern): New function.
9745 (insert-directory): Call it. Only prepend "\" to command on Unix
9746 and GNU/Linux systems.
9747
9748 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9749
9750 * eshell/esh-groups.el: Change custom :link file names
9751 from `eshell.info' to `eshell'.
9752
9753 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9754
9755 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9756 correctly in recursive ange-ftp listings.
9757
9758 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9759
9760 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9761 ps-header-font-size-internal and
9762 ps-header-title-font-size-internal variables are not set,
9763 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9764 face text property is (foreground-color . COLOR) or
9765 `(background-color . COLOR)', ps-print crashes. Doc fix.
9766 (ps-print-version): New version number (5.2.4).
9767 (ps-plot-region): Code fix.
9768 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9769 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9770 Bug fix 2.
9771
9772 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9773
9774 * glasses.el (glasses-make-readable): Fix uncapitalization of
9775 identifiers like `myXMLDocument'.
9776
9777 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9778
9779 * mail/mail-hist.el (mail-hist-previous-input)
9780 (mail-hist-next-input): Do the obvious code factorization.
9781 (mail-hist-retrieve-and-insert): New func, contains common
9782 code of above two.
9783 If inserting a message body, leave point at top.
9784
9785 2000-07-28 Sam Steingold <sds@gnu.org>
9786
9787 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9788 Use `<=', not `<' to compare times!
9789 (ange-ftp-ls): Remove.
9790
9791 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9792
9793 * play/cookie1.el: Add explanation of how to make cookie.el
9794 compatible with strfile(1) to comment.
9795
9796 * subr.el (remove, remq): New functions.
9797
9798 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9799 escape `*' in regexps.
9800 (midnight-find): Reverse order of arguments in the funcall of
9801 TEST.
9802
9803 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9804 and `.class'.
9805
9806 * play/meese.el: Add Commentary section.
9807
9808 2000-07-27 Alex Schroeder <alex@gnu.org>
9809
9810 * sql.el (sql-ms): Added autoload cookie.
9811 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9812 (sql-oracle): Ditto.
9813 (sql-help): Doc change.
9814
9815 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9816 types and exceptions.
9817
9818 2000-07-27 Alex Schroeder <alex@gnu.org>
9819
9820 * sql.el (sql-placeholder-history): New variable.
9821 (sql-query-placeholders-and-send): New function that will query
9822 the user and replace placeholders with user input.
9823 (sql-oracle): If running on NT, set comint-input-sender to
9824 sql-query-placeholders-and-send.
9825
9826 (sql-stop): If in the SQLi buffer, insert stop notification, else
9827 present it as a message.
9828
9829 2000-07-27 Alex Schroeder <alex@gnu.org>
9830
9831 * sql.el (sql-input-ring-separator): Doc change.
9832 (sql-input-ring-file-name): Doc change.
9833 (sql-interactive-mode): Use `sql-input-ring-separator' and
9834 `sql-input-ring-file-name' to set the comint-mode equivalents
9835 without making them local variables.
9836 (sql-stop): Don't bind `sql-input-ring-separator' and
9837 `sql-input-ring-file-name' dynamically to their comint-mode
9838 equivalents.
9839
9840 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9841
9842 * international/mule.el (register-char-codings): New function.
9843 (make-coding-system): Handle `safe-chars' specification in the arg
9844 PROPERTY.
9845
9846 * international/mule-cmds.el
9847 (find-coding-systems-region-subset-p): This function deleted.
9848 (sort-coding-systems-predicate): New variable.
9849 (sort-coding-systems): New function.
9850 (find-coding-systems-region): Use
9851 find-coding-systems-region-internal.
9852 (find-coding-systems-string): Use find-coding-systems-region.
9853 (find-coding-systems-for-charsets): Check
9854 char-coding-system-table.
9855 (select-safe-coding-system-accept-default-p): New variable.
9856 (select-safe-coding-system): Mostly rewritten. New argument
9857 ACCEPT-DEFAULT-P.
9858 (select-message-coding-system): Call select-safe-coding-system
9859 with ACCEPT-DEFAULT-P arg.
9860 (reset-language-environment): Reset default-sendmail-coding-system
9861 to the default value iso-latin-1.
9862 (set-language-environment): Don't set the obsolete variable
9863 charset-origin-alist.
9864
9865 * international/codepage.el (cp-coding-system-for-codepage-1):
9866 Give `safe-chars' property to make-coding-system.
9867
9868 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9869 calling select-message-coding-system twice.
9870
9871 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9872 instead of `safe-charsets'.
9873 (cyrillic-alternativnyj): Likewise.
9874 (ccl-encode-alternativnyj): Don't check the charset
9875 cyrillic-iso8859-5.
9876
9877 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9878
9879 * composite.el (compose-chars-after): Preserve match data.
9880
9881 2000-07-26 Sam Steingold <sds@gnu.org>
9882
9883 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9884 (ange-ftp-real-file-newer-than-file-p): New function.
9885 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9886 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9887
9888 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9889 * midnight.el (midnight-float-time): Ditto.
9890
9891 2000-07-26 Andreas Schwab <schwab@suse.de>
9892
9893 * files.el (normal-backup-enable-predicate): Correct
9894 interpretation of the return value of compare-strings.
9895
9896 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9897
9898 * isearch.el (isearch-resume): New function.
9899 (isearch-done): Add something to command-history to resume
9900 the search.
9901 (isearch-yank-line, isearch-yank-word): Use
9902 buffer-substring-no-properties instead of buffer-substring.
9903
9904 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9905 of flyspell-mouse-map.
9906
9907 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9908 duplicate definition.
9909 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9910
9911 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9912 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9913
9914 2000-07-25 Sam Steingold <sds@gnu.org>
9915
9916 * net/ange-ftp.el: Get modtime over the net.
9917 (ange-ftp-file-modtime): New function.
9918 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9919 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9920 Use it.
9921 (ange-ftp-dot-to-slash): New function.
9922 (ange-ftp-fix-name-for-vms): Use it.
9923
9924 * midnight.el (midnight-buffer-display-time): Use
9925 `with-current-buffer'.
9926
9927 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9928
9929 * find-dired.el: Update copyright notice.
9930 (find-dired): Offer to kill a running `find'.
9931
9932 * enriched.el (enriched-face-ans): For a `foreground-color'
9933 property, return '(("x-color" COLOR))' so that COLOR will be
9934 output as a parameter of the x-color annotation. Likewise for the
9935 `background-color' property. In the case of normal face
9936 properties, don't return annotations for unspecified foreground
9937 and background face attributes.
9938
9939 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9940
9941 * language/japan-util.el (japanese-katakana-region): Fix handling
9942 HANKAKU argument.
9943
9944 2000-07-25 Miles Bader <miles@gnu.org>
9945
9946 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9947 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9948 constrain-to-field.
9949
9950 2000-07-24 Andrew Innes <andrewi@gnu.org>
9951
9952 * timer.el (timer-activate-when-idle): Add optional parameter
9953 DONT-WAIT. Update docstring.
9954 (run-with-idle-timer): Specify extra parameter to
9955 timer-activate-when-idle, so that timer will be activated
9956 immediately if Emacs is already idle.
9957
9958 * w32-fns.el (w32-using-nt): Fix docstring.
9959
9960 2000-07-24 Dave Love <fx@gnu.org>
9961
9962 * mouse.el (popup-menu): Set last-command-event.
9963 (mouse-major-mode-menu-prefix): Declare.
9964
9965 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9966
9967 * textmodes/flyspell.el: Update to author's version 1.5d.
9968
9969 * progmodes/hideshow.el: Update copyright notice.
9970
9971 * vcursor.el: Set maintainer to FSF, since author cannot
9972 be reached.
9973
9974 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9975
9976 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9977 the prompt.
9978
9979 * mouse.el (popup-menu): Run the keymap through indirect-function,
9980 in case it was defined with define-prefix-key. If the menu is a
9981 list of keymaps, look up the binding of user's choice in each one
9982 of the keymaps.
9983 (mouse-popup-menubar): If the global and local menu-bar keymaps
9984 don't have a prompt string, create one and insert it into the
9985 keymap. Don't barf if current-local-map returns nil.
9986
9987 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9988
9989 * dired.el (dired-sort-R-check): Added to allow recursive listing
9990 to be undone.
9991 (dired-sort-other): Use it.
9992
9993 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9994
9995 * Release of cc-mode 5.27
9996
9997 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9998
9999 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10000 c-beginning-of-statement-1 that caused a bad case of recursion
10001 which could consume a lot of CPU in large classes in languages
10002 that have in-expression classes (i.e. Java and Pike).
10003
10004 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10005 statements before top level constructs (i.e. case 6 is moved
10006 before case 5 and is now case 4) to catch in-expression
10007 classes in top level expressions correctly.
10008
10009 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10010
10011 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10012 objc-method-intro. Case 4 removed and case 5I added.
10013
10014 * cc-langs.el (c-append-paragraph-start): New variable used by
10015 c-common-init to get paragraph-start correct.
10016 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10017 initialize paragraph-start to make it correct both with and
10018 without the javadoc special case.
10019
10020 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10021 initialize paragraph-start for javadoc markup.
10022
10023 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10024 change by defaulting this to t. It's motivated by the
10025 confusing behavior that otherwise arise from the style system
10026 when editing both java and non-java files at the same time
10027 (see the comments about style setting in c-common-init).
10028
10029 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10030
10031 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10032 similar to the one in c-fill-paragraph to check the fill
10033 prefix from the adaptive fill function for sanity.
10034
10035 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10036
10037 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10038 defun block.
10039
10040 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10041
10042 * cc-mode.texi Documented the change of cpp-macro.
10043
10044 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10045
10046 * cc-align.el (c-lineup-multi-inher): Handle lines with
10047 leading comma nicely. Extended to handle member initializers
10048 too.
10049
10050 * cc-engine.el: (c-beginning-of-inheritance-list,
10051 c-guess-basic-syntax): Fixed recognition of inheritance lists
10052 when the lines begins with a comma.
10053
10054 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10055
10056 * cc-vars.el (c-offsets-alist): Changed default for
10057 member-init-cont to c-lineup-multi-inher since it now handles
10058 member initializers and indents better for leading commas.
10059
10060 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10061
10062 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10063 handling that caused class open lines to be recognized as
10064 statement-conts in some cases.
10065
10066 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10067 guessed by the adaptive fill function unless point is on the
10068 first line of a block comment.
10069
10070 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10071 when the buffer ends with a macro continuation char.
10072
10073 * cc-engine.el (c-guess-basic-syntax): Added support for
10074 function definitions as statements in Pike. The first
10075 statement in a lambda block is now labeled defun-block-intro
10076 instead of statement-block-intro.
10077
10078 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10079 so that the class surrounding point is selected, not the one
10080 innermost in the state.
10081
10082 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10083 recognition of switch labels having hanging multiline
10084 statements.
10085
10086 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10087 some code in c-guess-basic-syntax to a separate function.
10088 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10089 recognition of member inits with multiple line arglists.
10090 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10091 member-init-cont when the commas are in funny places.
10092
10093 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10094
10095 * cc-defs.el (c-auto-newline): Removed this macro since it's
10096 not used anymore.
10097
10098 * cc-engine.el (c-looking-at-bos): New helper function.
10099 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10100 inexpr and toplevel classes apart in Pike.
10101
10102 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10103 of case 9A.
10104
10105 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10106 constant, since "class" can introduce an in-expression class
10107 in Pike nowadays.
10108
10109 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10110
10111 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10112 indentation on cpp-macro lines.
10113
10114 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10115 a syntax modifier like comment-intro, to make it possible to
10116 get syntactic indentation for preprocessor directives. It's
10117 incompatible wrt to lineup functions on cpp-macro, but it has
10118 no observable effect in the 99.9% common case where cpp-macro
10119 is set to -1000.
10120
10121 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10122
10123 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10124 member-init-cont when the preceding arglist is several lines.
10125
10126 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10127
10128 * cc-styles.el (c-style-alist): The basic offset for the BSD
10129 style corrected to 8.
10130
10131 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10132
10133 * cc-styles.el (c-style-alist): Adjusted the indentation of
10134 brace list openers in the gnu style.
10135
10136 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10137
10138 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10139
10140 * cc-cmds.el (c-electric-brace, c-electric-slash,
10141 c-electric-star, c-electric-semi&comma, c-electric-colon,
10142 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10143 when c-syntactic-indentation is nil.
10144
10145 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10146 we were left at comments preceding the first statement when
10147 reaching the beginning of the buffer.
10148
10149 * cc-vars.el (c-syntactic-indentation): New variable to turn
10150 off all syntactic indentation.
10151
10152 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10153
10154 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10155 between the text and the block comment ender when it hangs,
10156 depending on how many there are before the fill.
10157
10158 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10159
10160 * cc-engine.el (c-beginning-of-closest-statement): New helper
10161 function to go back to the closest preceding statement start,
10162 which could be inside a conditional statement.
10163 * cc-engine.el (c-guess-basic-syntax): Use
10164 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10165
10166 * cc-engine.el (c-guess-basic-syntax): Better handling of
10167 arglist-intro, arglist-cont-nonempty and arglist-close when
10168 the arglist is nested inside parens. Cases 7A, 7C and 7F
10169 changed.
10170
10171 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10172 up-to-date with javadoc 1.2.
10173
10174 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10175
10176 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10177 multiline Pike type decls.
10178
10179 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10180
10181 * cc-cmds.el (c-indent-new-comment-line): Always break
10182 multiline comments in multiline mode, regardless of
10183 comment-multi-line.
10184
10185 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10186
10187 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10188 fully::qualified::names in C++ member init lists. Preamble in
10189 case 5D changed.
10190
10191 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10192
10193 * cc-langs.el (c-common-init): Handling of obsolete variables
10194 moved to c-initialize-cc-mode. More compatible style override
10195 when using global style variables.
10196 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10197 variables moved here.
10198
10199 * cc-mode.texi: Documented the special behavior of
10200 c-special-indent-hook as a style variable. Don't talk about
10201 doing (c-make-styles-buffer-local t) in a mode hook, since
10202 that's already too late to work right.
10203
10204 * cc-styles.el (c-make-styles-buffer-local): Flag style
10205 variable localness in c-style-variables-are-local-p to make
10206 the compatibility measure in c-common-init work well.
10207
10208 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10209 longer contain set-from-style.
10210 * cc-styles.el (c-initialize-builtin-style): Don't check for
10211 set-from-style on c-special-indent-hook.
10212 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10213 copy-alist is sufficient now.
10214
10215 * cc-styles.el (c-set-style, c-set-style-1,
10216 c-get-style-variables): Fixes to variable initialization so
10217 that duplicate entries in styles have the same effect
10218 regardless of DONT-OVERRIDE.
10219
10220 * cc-styles.el (c-set-style-2): Fixed bug where the
10221 initialization of inheriting styles failed when the
10222 dont-override flag is set.
10223
10224 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10225 on this.
10226
10227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10228
10229 * cc-defs.el (c-forward-comment): Removed the workaround
10230 introduced in 5.38 since it had worse side-effects. If a line
10231 contains the string "//\"", it regarded the // as a comment
10232 start since the \ temporarily doesn't have escape syntax.
10233
10234 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10235
10236 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10237 ada-xref.el before ada-prj.el, so that the Project menu is created
10238 when ada-prj tries to add to it.
10239 (ada-activate-keys-for-case): Suppress the characters that are not
10240 part of the Ada syntax. Better compatibility with else-mode
10241 (ada-adjust-case-interactive): When auto-casing is not active,
10242 correctly insert newlines (used to insert only ^M). Prevent the
10243 syntax table from being changed in case of an error
10244 (or '_' becomes part of a word and some commands are confused).
10245 Do nothing if ada-auto-case is nil.
10246 (ada-after-keyword-p): Ignore keywords that are also attributes
10247 (ada-batch-reformat): Update usage comment
10248 (ada-call-from-contextual-menu): New function
10249 (ada-case-read-exceptions): Reinitialize the casing exception list
10250 first to nil first, so that the casing exception file can be
10251 shared.
10252 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10253 files.
10254 (ada-compile-goto-error): Fix regexp used to detect a file:line
10255 anywhere in the error message
10256 (ada-contextual-menu-last-point): New variable
10257 (ada-create-keymap): If the variable delete-key-deletes-forward is
10258 t on XEmacs, it means that DEL should delete one character
10259 forward.
10260 (ada-create-menu): Use :included instead of :visible for XEmacs.
10261 New submenu "Options".
10262 (ada-end-stmt-re): Correctly indent "select ... then abort"
10263 statements.
10264 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10265 even if they don't match ada-fill-comment-prefix Fix handling of
10266 paragraphs on the first or last line of a file.
10267 (ada-format-paramlist): Fix handling of default parameter values.
10268 (ada-get-body-name): New function.
10269 (ada-get-current-indent): Optimized by searchling directly for an
10270 existing generic part or a statement outside of it. Handle
10271 ada-indent-align-comments when indenting comments Replaced some
10272 regexps by testing directly the next character. This results in a
10273 huge speedup on some files. New indentation scheme for renames
10274 statements. Stop looking for the 'while' or 'for' associated with
10275 a 'loop' at the first semicolon encountered. A "return" can also
10276 match an anonymous access subprogram declaration.
10277 (ada-get-indent-noindent): Ignore strings and comments when
10278 looking for the keywords "record" and "private".
10279 (ada-goto-matching-decl-start): When matching "if", make sure we
10280 are not in fact seeing "end if". Ignore "when" statements except
10281 when initial keyword was "begin". Fix handling of nested
10282 procedures. Add a recursive call to this function to skip over
10283 other 'end' statmts. Fix indentation for "when .. => begin"
10284 (ada-in-open-paren-p): Fix indentation for complex boolean
10285 expressions, where 'and then', 'or else' and parenthesis
10286 statements are mixed up.
10287 (ada-in-paramlist-p): Skip comments while searching for the
10288 beginning Fix handling of operator declarations.
10289 (ada-indent-align-comments): New variable
10290 (ada-indent-current): Change the syntax table only in the
10291 protected section, so that we are sure it is restored correctly.
10292 (ada-indent-on-previous-lines): Use ada-use-indent and
10293 ada-with-indent Correctly indent "select ... then"
10294 (ada-indent-region): Slight speedup.
10295 (ada-indent-renames): New variable.
10296 (ada-last-which-function-subprog, ada-last-which-function-line):
10297 New variables
10298 (ada-looking-at-semi-private): Correctly indent the 'private'
10299 keyword when it is the first word in a package declaration.
10300 (ada-loose-case-word): Stop searching if at the end of the buffer.
10301 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10302 even if point is not initially at the end of the word.
10303 (ada-matching-decl-start-re): Add "when".
10304 (ada-mode): Add support for abbrev-mode, outline-mode and
10305 which-func-mode Override the old find-file.el entry in
10306 ff-special-constructs since it is using the obsolete
10307 ada-spec-suffix variable
10308 (ada-no-auto-case): New function
10309 (ada-scan-paramlist): When parsing the argument type, accept
10310 spaces (as in "X 'Class", generated by Rational Rose).
10311 (ada-other-file-name): No longer loads the other file.
10312 (ada-popup-menu): Save and restore the current buffer and cursor
10313 position before and after displaying the menu.
10314 (ada-search-ignore-complex-boolean): New function.
10315 (ada-uncomment-region): Emacs21 already knows how to delete
10316 comments not starting in the first column.
10317 (ada-use-indent): New variable
10318 (ada-which-function): New function.
10319 (ada-with-indent): New variable
10320 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10321 can be batch-compiled from the command line.
10322
10323 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10324 Add to the menu when the file is loaded, not in ada-mode-hook.
10325 Add -toolbar to the default ddd command Switches moved from
10326 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10327 ada-prj-default-comp-opt
10328 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10329 Reference Manual to the menu
10330 (ada-check-current): rewritten as a call to ada-compile-current
10331 (ada-compile): Removed.
10332 (ada-compile-application, ada-compile-current, ada-check-current):
10333 Set the compilation-search-path so that compile.el automatically
10334 finds the sources in src_dir. Automatic scrollong of the
10335 compilation buffer. C-uC-cC-c asks for confirmation before
10336 compiling
10337 (ada-compile-current): New parameter, prj-field
10338 (ada-complete-identifier): Load the .ali file before doing
10339 processing
10340 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10341 conform to gnatmake's behavior.
10342 (ada-find-file-in-dir): New function
10343 (ada-find-references): Set the environment variables for gnatfind
10344 (ada-find-src-file-in-dir): New function.
10345 (ada-first-non-nil): Removed
10346 (ada-gdb-application): Add support for jdb, the java debugger.
10347 (ada-get-ada-file-name): Load the original-file first if not done
10348 yet.
10349 (ada-get-all-references): Handles the new ali syntax (parent types
10350 are found between <>).
10351 (ada-initialize-runtime-library): New function
10352 (ada-mode-hook): Always load a project file when a file is opened,
10353 so that the casing exceptions are correctly read.
10354 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10355 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10356 to open the project file, since the latter does not work with
10357 speedbar Get default values before loading the prj file, or the
10358 default executable file name is wrong. Use the absolute value of
10359 src_dir to initialize ada-search-directories and
10360 compilation-search-path,... Add the standard runtime library to
10361 the search path for find-file.
10362 (ada-prj-default-debugger): Was missing an opening '{'
10363 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10364 variables.
10365 (ada-prj-default-gnatmake-opt): New variable
10366 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10367 buffers, the project file is the default one Save the windows
10368 configuration before displaying the menu.
10369 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10370 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10371 ...) regexp-quote identifiers names to support operators +,
10372 -,... in regexps.
10373 (ada-remote): New function.
10374 (ada-run-application): Erase the output buffer before starting the
10375 run Support remote execution of the application. Use
10376 call-process, or the arguments are incorrectly parsed
10377 (ada-set-default-project-file): Reread the content of the active
10378 project file, not the one from the current buffer When a project
10379 file is set as the default project, all directories are
10380 automatically associated with it.
10381 (ada-set-environment): New function
10382 (ada-treat-cmd-string): New special variable ${current}
10383 (ada-treat-cmd-string): Revised. The substitution is now done for
10384 any ${...} substring
10385 (ada-xref-current): If no body was found, compiles the spec
10386 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10387 compiler to get rid of command line length limitations.
10388 (ada-xref-get-project-field): New function
10389 (ada-xref-project-files): New variable
10390 (ada-xref-runtime-library-specs-path)
10391 (ada-xref-runtime-library-ali-path): New variables
10392 (ada-xref-set-default-prj-values): Default run command now does a
10393 cd to the build directory. New field: main_unit Provide a default
10394 file name even if the current buffer has no prj file.
10395
10396 * ada-prj.el:
10397 Rewritten to show a tabbed-dialog.
10398 (ada-prj-add-ada-menu): Remove the map and name parameters.
10399 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10400 New function
10401 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10402 (ada-prj-load-from-file): New function
10403 (ada-prj-save): Always save fields that depend on the current buffer
10404 (ada-prj-show-value): New function
10405
10406 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10407 Ada mode. This will allow us to display the Ada menu in any buffer
10408 we want (for project items).
10409 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10410 number of spaces in the header.
10411
10412 2000-07-24 Dave Love <fx@gnu.org>
10413
10414 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10415
10416 2000-07-23 Noah Friedman <friedman@splode.com>
10417
10418 * type-break.el (type-break): perform autosave.
10419 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10420 (type-break-do-query): Cancel query schedule while performing
10421 actual query, to avoid possibility of a second query being made
10422 while first one is already in progress.
10423 (type-break-time-stamp-format): New variable.
10424 (type-break-time-stamp): New function.
10425 (type-break-time-warning): Use it.
10426 (type-break-keystroke-warning): Use it.
10427 (type-break-noninteractive-query): Use it.
10428
10429 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10430 cookie.
10431 Use add-minor-mode to set minor-mode-alist, if available.
10432 (eldoc-echo-area-use-multiline-p): New user option.
10433 (eldoc-echo-area-multiline-supported-p): New variable.
10434 (eldoc-docstring-format-sym-doc): Use them.
10435 (eldoc-mode): If not using idle timers, append to local post and
10436 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10437 (eldoc-display-message-no-interference-p): Don't interfere with
10438 edebug.
10439 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10440 (eldoc-function-arglist): New function.
10441 (eldoc-function-argstring): Use it.
10442
10443 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10444 auto save directory exists before calling directory-files.
10445
10446 2000-07-23 Dave Love <fx@gnu.org>
10447
10448 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10449 ^o, ^u.
10450
10451 2000-07-21 Dave Love <fx@gnu.org>
10452
10453 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10454 now passed to the function. It now works properly.
10455
10456 * smerge-mode.el (smerge-mode-menu): Fill it out.
10457
10458 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10459
10460 * info-look.el (info-lookup): If *info* is shown in another frame
10461 on the same display, select that frame, instead of switching to
10462 the Info buffer in another window of the selected frame.
10463
10464 * simple.el (universal-argument-map): Bind numeric keypad keys
10465 kp-0 to kp-9 and kp-subtract.
10466 (digit-argument): Handle these keys.
10467
10468 2000-07-20 Dave Love <fx@gnu.org>
10469
10470 * net/goto-addr.el (goto-address-fontify): Don't bother with
10471 buffer-modified and read-only stuff -- irrelevant with overlays.
10472 Put an extra property on the overlays and use it to clean up in
10473 case goto-address is re-run.
10474
10475 2000-07-19 Richard M. Stallman <rms@gnu.org>
10476
10477 * timer.el (run-with-idle-timer): Doc fix.
10478
10479 * mail/mail-utils.el (mail-strip-quoted-names):
10480 Handle case where <...> appears inside "...".
10481 Use replace-match to edit the string more simply.
10482 (rmail-dont-reply-to): Cope with an unmatched ".
10483
10484 2000-07-19 Dave Love <fx@gnu.org>
10485
10486 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10487 implementation.
10488
10489 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10490 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10491 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10492
10493 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10494
10495 * textmodes/refer.el: Correct maintainer's email address.
10496
10497 * progmodes/hideif.el: Correct author's email address.
10498 Fix typo in comment.
10499
10500 * xml.el: New file.
10501
10502 * mail/mailheader.el: Correct author's mail address.
10503
10504 * gnus/parse-time.el: Correct author's mail address.
10505
10506 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10507
10508 * comint.el (comint-highlight-input, comint-highlight-face):
10509 New user options.
10510 (comint-input-ring-file-name): Change custom type.
10511 (comint-mode-map): Bind mouse-2.
10512 (comint-insert-clicked-input): New function.
10513 (comint-send-input): Handle input highlighting.
10514
10515 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10516
10517 * mouse.el (popup-menu): New function.
10518 (mouse-major-mode-menu): Use it.
10519
10520 2000-07-18 Dave Love <fx@gnu.org>
10521
10522 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10523 improvements.
10524
10525 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10526
10527 * faces.el (face-font-selection-order)
10528 (face-font-family-alternatives): Add custom type.
10529
10530 2000-07-18 Dave Love <fx@gnu.org>
10531
10532 * cus-edit.el (custom-variable-reset-saved)
10533 (custom-variable-reset-standard): Remove unused bindings.
10534
10535 * rect.el (open-rectangle-line): Remove unused let.
10536
10537 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10538
10539 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10540
10541 * cdl.el: Fix `Maintainer' keyword.
10542
10543 * play/pong.el: Add author's email address.
10544
10545 2000-07-17 Sam Steingold <sds@gnu.org>
10546
10547 * files.el (insert-directory): Call `split-string' instead of
10548 re-implementing it.
10549
10550 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10551
10552 * mail/vms-pmail.el: Change maintainer to FSF.
10553
10554 * net/goto-addr.el: Change maintainer to FSF.
10555
10556 * info.el (Info-title-face-alist): Removed.
10557
10558 2000-07-18 David Ponce <david@dponce.com>
10559
10560 * recentf.el (recentf-open-files): New command that works like
10561 `recentf-open-more-files', but shows the whole list of files (not just
10562 those omitted from the menu). Useful if you don't use a menu-bar!
10563 (recentf-open-more-files) Modified to use `recentf-open-files'.
10564
10565 (recentf-open-files, recentf-open-more-files)
10566 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10567
10568 (recentf-dialog-mode): New mode for dialogs. You can now just type
10569 "q" to cancel the dialogs.
10570
10571 2000-07-18 David Ponce <david@dponce.com>
10572
10573 * recentf.el: This is a major update of recentf.el. It adds new
10574 features to better organize the recentf menu and "More..." buffer.
10575
10576 Using new provided menu filtering functions you can now organize the
10577 recent files list:
10578
10579 - by major modes
10580 - by directories
10581 - by user defined rules
10582
10583 Finally, with the new `recentf-filter-changer' customizable filter you
10584 can define a ring of filters and dynamically (via the menu) cycle on
10585 each menu organization in the ring (a la msb).
10586
10587 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * eshell/eshell.el (eshell): Replace links to eshell.info with
10590 links to eshell, to avoid problems on systems where the manual is
10591 installed as `eshell'.
10592 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10593 * eshell/em-smart.el (eshell-smart): Ditto.
10594 * eshell/em-banner.el (eshell-banner): Ditto.
10595 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10596
10597 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10598 same-file check in the MS-DOS version (it does support inodes).
10599
10600 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10601
10602 * eshell/eshell.el (eshell-directory-name):
10603 Run default directory name through convert-standard-filename.
10604
10605 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10606
10607 * international/mule-cmds.el (select-safe-coding-system):
10608 Fix typo in the comment.
10609
10610 * language/european.el (compound-text):
10611 Force katakana-jisx0201 to be designated to G1.
10612
10613 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10614 Don't translate some national variant characters of latin-jisx0201.
10615 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10616
10617 * international/kkc.el (kkc-after-update-conversion-functions):
10618 New variable.
10619 (kkc-update-conversion): Run functions in it at the tail.
10620
10621 2000-07-16 John Wiegley <johnw@gnu.org>
10622
10623 * lisp/align.el (align-newline-and-indent):
10624 Adding new function. for auto-aligning blocks of code on RET.
10625 (align-region): Fixed badly formatted minibuffer message.
10626
10627 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10628
10629 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10630 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10631 the conversion list at first if appropriate.
10632 (kkc-next): Don't update kkc-next-count here.
10633 (kkc-prev): Don't update kkc-prev-count here.
10634 (kkc-show-conversion-list-update): Fix setting up of conversion
10635 list message.
10636
10637 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10638
10639 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10640
10641 2000-07-16 Dave Love <fx@gnu.org>
10642
10643 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10644 function to be more specific.
10645
10646 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10647 non-string help-echo.
10648 (widget-types-convert-widget): Defsubst it.
10649 (widget-echo-help): Try to cope with a help-echo function of two
10650 possible sorts.
10651
10652 2000-07-15 Jason Rumney <jasonr@gnu.org>
10653
10654 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10655 Declare as obsolete.
10656
10657 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10658
10659 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10660
10661 * hilit-chg.el: Fix typo.
10662
10663 2000-07-14 Dave Love <fx@gnu.org>
10664
10665 * info.el (Info-mode-menu): Fix use of :help, :enable.
10666
10667 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10668
10669 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10670
10671 2000-07-13 Dave Love <fx@gnu.org>
10672
10673 * emacs-lisp/easymenu.el: Doc fixes.
10674 (easy-menu-remove): Defalias to ignore.
10675
10676 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10677 Call throw correctly.
10678
10679 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10680
10681 * faces.el (frame-background-mode): Doc fix.
10682
10683 * simple.el (eval-expression-print-length): Change custom type to
10684 allow entering nil as value.
10685
10686 2000-07-13 Dave Love <fx@gnu.org>
10687
10688 * progmodes/fortran.el (fortran-imenu-generic-expression):
10689 Change definition layout.
10690 (fortran-mode-menu): Reinstate customize entries.
10691
10692 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10693 Use :filter, per old XEmacs code.
10694
10695 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10696
10697 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10698 event when deciding what to send to the terminal.
10699
10700 2000-07-12 Dave Love <fx@gnu.org>
10701
10702 * cus-start.el: Add optional version as 4th element of specs and
10703 use it for several things new in v21. Remove load-path. Fix type
10704 of line-number-display-limit.
10705
10706 2000-07-11 Dave Love <fx@gnu.org>
10707
10708 * progmodes/fortran.el: Don't require easymenu.
10709 Use repeat counts in various regexps.
10710 (fortran-mode-syntax-table): Defvar directly.
10711 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10712 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10713 Use defvar, not defconst.
10714 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10715 (fortran-mode): Set fortran-comment-line-start-skip,
10716 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10717 (fortran-comment-indent): Use defsubst.
10718 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10719 Use fortran-comment-indent, not fortran-comment-indent-function.
10720 (fortran-comment-region, fortran-electric-line-number): Simplify.
10721 (fortran-auto-fill): New function.
10722 (fortran-do-auto-fill): Deleted.
10723 (fortran-find-comment-start-skip):
10724 Check for non-null comment-start-skip.
10725 (fortran-auto-fill-mode, fortran-fill-statement):
10726 Use fortran-auto-fill.
10727 (fortran-fill): Use fortran-auto-fill. Check for null
10728 comment-start-skip. Simplify final clause and use end-of-line finally.
10729
10730 * widget.el (widget-plist-member): New alias.
10731
10732 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * eshell/esh-module.el (toplevel): Reference
10735 byte-compile-current-file only if it is bound.
10736
10737 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10738
10739 * dired.el: Don't require `dired-aux'.
10740
10741 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10742
10743 * dired-aux.el (dired-show-file-type): New function.
10744 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10745 (dired-show-file-type): Add autoload.
10746
10747 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10748
10749 * international/mule-diag.el (describe-font): Adjusted for the
10750 change of fontset-info.
10751 (print-fontset): Likewise.
10752
10753 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10754
10755 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10756
10757 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10758
10759 * bindings.el: Bind `[delete]' to delete-char.
10760
10761 * dired.el (dired-find-alternate-file): New function.
10762 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10763 (toplevel): Require dired-aux when compiling.
10764 (dired-buffers): Move defvar within file to avoid compiler warning.
10765
10766 * info.el (Info-last-search): Variable removed.
10767 (Info-search-history): New variable.
10768 (Info-search): New Info-search-history.
10769
10770 * battery.el, info-look.el: Change author's mail address.
10771
10772 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10773
10774 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10775 if rmail-ignored-headers is nil.
10776 (rmail-retry-failure): Bind rmail-ignored-headers and
10777 rmail-displayed-headers to nil.
10778
10779 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10780
10781 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10782 (print-region-1): Don't hard code `-h' here.
10783
10784 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10785
10786 2000-07-01 Francesco Potorti` <pot@gnu.org>
10787
10788 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10789 exim can use "your message" instead of "the message".
10790
10791 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10792
10793 * facemenu.el: Docstrings fixes.
10794 (facemenu-get-face): Don't use internal-find-face.
10795 (facemenu-iterate): Rename arg to match the docstring.
10796
10797 * newcomment.el (uncomment-region): Be more careful when skipping
10798 backwards over `=' not to bump into BOBP.
10799
10800 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10801
10802 * ediff-diff.el (ediff-wordify): Use syntax table.
10803 * ediff-init.el (ediff-has-face-support-p): Use
10804 ediff-color-display-p.
10805 (ediff-color-display-p): Use display-color-p, changed to defun
10806 from defsubst.
10807 Got rid of special cases for NeXT and OS/2.
10808 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10809 face.
10810
10811 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10812
10813 * emacs-lisp/lucid.el: Require CL.
10814 (copy-tree, remprop): Remove, it's provided by CL.
10815 (map-keymap): Define in terms of cl-map-keymap.
10816 (extent-property, set-extent-end-glyph): New functions.
10817
10818 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10819
10820 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10821
10822 * Makefile.in (DONTCOMPILE): Add comment that the name may
10823 not be changed without changing the make-dist script.
10824
10825 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10826 (cl-mapc): Use mapc instead of cl-old-mapc.
10827
10828 2000-07-05 Andrew Innes <andrewi@gnu.org>
10829
10830 * makefile.nt: Add support for `bootstrap' and related targets.
10831
10832 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10833
10834 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10835 (easy-menu-do-define): Use `menu-item' format.
10836 Handle case where easy-menu-create-menu returns a symbol.
10837 Manually call the potential top-level filter in the function binding.
10838 (easy-menu-filter-return): New arg NAME.
10839 Convert to a keymap if MENU is an XEmacs menu.
10840 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10841 (easy-menu-converted-items-table, easy-menu-convert-item):
10842 New var and fun to memoize easy-menu-convert-item-1.
10843 (easy-menu-do-add-item): Use it.
10844 (easy-menu-create-menu): Use easy-menu-convert-item.
10845 Wrap easy-menu-filter-return around any :filter specification.
10846 Don't convert the menu if a filter was specified.
10847 Tell easy-menu-make-symbol not to check for MENU being an expression.
10848 (easy-menu-make-symbol): New arg NOEXP.
10849
10850 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10851
10852 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10853 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10854 (eval-defun): If called with prefix arg, instrument code for
10855 Edebug.
10856
10857 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10858 similar to that of eval-defun.
10859
10860 2000-07-04 Dave Love <fx@gnu.org>
10861
10862 * hl-line.el (hl-line-overlay): Make it permanent-local.
10863
10864 * calendar/todo-mode.el: Replaced with a working version, based on
10865 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10866
10867 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10868
10869 * paths.el (prune-directory-list): New function.
10870 (Info-default-directory-list): Rewritten to more methodically
10871 enumerate a big list of possible info directories (based on the
10872 list used by the standalone info reader).
10873
10874 * info.el (info-initialize): Use prune-directory-list to remove
10875 non-existent directories from Info-directory-list.
10876
10877 * paths.el (Info-default-directory-list): Try a list of possible
10878 info-directories instead of a single one. Add the possible
10879 info directory "/usr/share/info".
10880
10881 * woman.el (woman-man.conf-path): Explicitly include the debian
10882 man-db config file "/etc/manpath.config".
10883 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10884 are present in `manpath.config'.
10885 (woman-manpath): Include "/usr/share/man".
10886
10887 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10888
10889 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10890
10891 * startup.el (command-line): Initialize blink-cursor based
10892 on window-system.
10893
10894 * frame.el (blink-cursor): Default to nil if not running under
10895 a window-system.
10896
10897 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10898 (face-x-resources): Remove duplicate entry for :font.
10899
10900 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10901 instead of cycling through windows with next-window.
10902
10903 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10904 of cycling through windows with next-window.
10905
10906 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10907 of cycling through windows with next-window.
10908
10909 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10910 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10911 instead of cycling through windows with next-window.
10912
10913 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10914 instead of cycling through windows with next-window.
10915
10916 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10917 of cycling through windows with next-window.
10918
10919 * terminal.el (te-process-output): Use walk-windows instead of
10920 cycling through windows with next-window.
10921
10922 * server.el (server-switch-buffer): Use some-window instead of
10923 cycling through windows with next-window.
10924
10925 * window.el (some-window): New function.
10926 (walk-windows): Remove reference to walk-windows-start.
10927
10928 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10929
10930 2000-07-03 Richard Stallman <rms@gnu.org>
10931
10932 * window.el (walk-windows): Guarantee termination by keeping a list
10933 of all the windows already handled.
10934
10935 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10936
10937 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10938 window-system.
10939
10940 * man.el (Man-notify-when-ready): Don't use window-system. If
10941 Man-notify-method is newframe, and the display is not
10942 multi-frame, select the frame created for the man page.
10943 (Man-init-defvars): Doc fix.
10944
10945 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10946
10947 * faces.el (region): Change background color for light background.
10948
10949 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10950 attribute from mode-line face of Ediff control frame.
10951
10952 * replace.el (query-replace-map): Bind `e' like `E'.
10953
10954 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10955
10956 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10957 Change name to "Select All".
10958
10959 * dos-fns.el (convert-standard-filename): Fix last change.
10960
10961 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10962
10963 * help.el (describe-variable): Don't insert a second `'s' in front
10964 of the string `value is shown below'. Since the syntax-table is
10965 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10966 an existing `'s', so that this won't be deleted.
10967
10968 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10969 * pcmpl-unix.el: New files.
10970
10971 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10972
10973 * wid-edit.el (widget-member): Use the new plist-member.
10974
10975 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10976
10977 * replace.el (perform-replace): Undo change of 2000-04-04.
10978 Instead, move backward 1 character at the end of the loop when
10979 necessary.
10980
10981 * faces.el (fringe): Change face for different backgrounds.
10982
10983 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10984 patch from John.
10985
10986 * eshell/*.el: Change spelling of the Free Software Foundation.
10987
10988 * eshell/esh-toggle.el: Removed.
10989
10990 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10991
10992 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10993 interactively.
10994
10995 2000-06-26 Alex Schroeder <alex@gnu.org>
10996
10997 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10998 `define-key'; instead of checking `(emacs-version)' check for
10999 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11000 for `;' and `o' which might be electric.
11001
11002 (sql-electric-stuff): New user option.
11003 (sql-magic-go): New function which uses `sql-electric-stuff'.
11004 (sql-magic-semicolon): New function which uses
11005 `sql-electric-stuff'.
11006
11007 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11008 is not fboundp.
11009
11010 (sql-oracle-options): New variable.
11011 (sql-oracle): Use it.
11012
11013 (sql-imenu-generic-expression): Doc change.
11014 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11015 is used.
11016
11017 (sql-informix): Added command line parameter "-" to force
11018 sql-informix-program to use stdout.
11019
11020 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11021
11022 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11023 (cp864-decode-table): Doc fix.
11024 (cp720-decode-table): New variable, supports the Arabic OEM
11025 codepage used by Windows.
11026 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11027
11028 2000-06-23 Dave Love <fx@gnu.org>
11029
11030 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11031 (font-lock-fontify-anchored-keywords): Use
11032 line-beginning-position.
11033 (global-font-lock-mode): Use mapc.
11034
11035 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11036
11037 * eshell/esh-module.el: Require CL when compiling.
11038
11039 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11040
11041 * comint.el (comint-substitute-in-file-name): Call replace-match
11042 with second and third arg t.
11043
11044 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11045 Specify foreground color.
11046
11047 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11048 color.
11049
11050 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11051
11052 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11053 cddr instead of cdddr.
11054
11055 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11056 instead of copy-list.
11057
11058 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11059 of copy-list.
11060
11061 * subdirs.el: Add eshell subdirectory.
11062
11063 * eshell: New subdirectory containing the Eshell package.
11064
11065 * pcomplete.el: New file.
11066
11067 2000-06-23 Paul Eggert <eggert@twinsun.com>
11068
11069 * mail/mailpost.el (post-mail-send-it): Make sure file has
11070 proper permissions from birth.
11071
11072 * files.el (basic-save-buffer-2): When temporarily setting
11073 file modes, set them to current modes plus 0200, not to 0777.
11074
11075 * emerge.el (emerge-make-temp-file): Make sure file has proper
11076 permissions from birth.
11077
11078 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11079
11080 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11081 backup file name through convert-standard-filename.
11082
11083 * dos-fns.el (convert-standard-filename): Convert leading
11084 directories as well. When long file names are supported, convert
11085 characters that are invalid in Windows file names.
11086
11087 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11088
11089 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11090 ps-print crashes. New feature: page selection for printing. Create
11091 raw-text-unix coding system for XEmacs. Doc fix.
11092 (ps-print-version): New version number (5.2.3).
11093 (ps-plot-region): Bug fix.
11094 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11095 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11096 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11097 funs.
11098 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11099 (ps-last-page): New vars.
11100
11101 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11102
11103 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11104 empty option string.
11105
11106 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11107
11108 * man.el (man): Doc fix.
11109
11110 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11111
11112 * international/mule-cmds.el (set-language-info-alist): Docstring
11113 fixed.
11114
11115 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11116
11117 * version.el (emacs-version): Use ISO date format.
11118
11119 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11120 instead of `M-backspace'.
11121
11122 * simple.el (turn-off-auto-fill): New function.
11123
11124 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11125
11126 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11127 Renamed from with-buffer-prepared-for-font-lock and use
11128 inhibit-modification-hooks rather than setting *-change-functions.
11129 Update all functions to use the new name.
11130 (jit-lock-first-unfontify-pos): New semantics (and doc).
11131 (jit-lock-mode): Make non-interactive.
11132 Don't automatically turn on font-lock.
11133 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11134 Always use jit-lock-after-change.
11135 Remove and restore font-lock-after-change-function.
11136 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11137 (jit-lock-after-unfontify-buffer): Remove.
11138 (jit-lock-stealth-fontify):
11139 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11140 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11141
11142 2000-06-20 Sam Steingold <sds@gnu.org>
11143
11144 * emacs-lisp/cl-indent.el (toplevel): Indent
11145 `print-unreadable-object' properly. Untabify.
11146
11147 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11148
11149 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11150 Support for bibentry.
11151 (reftex-compile-variables): Fixed problem with end of section-re.
11152
11153 * texmodes/reftex-dcr.el (reftex-view-crossref,
11154 reftex-view-crossref-from-bibtex):
11155 Deal with changed `reftex-find-citation-regexp-format'.
11156 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11157 Replaced `remprop' with `put'.
11158 (reftex-view-crossref, reftex-view-crossref-when-idle):
11159 Support for bibentry.
11160
11161 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11162 New entry for bibentry package.
11163
11164 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11165 Regexp also matches "\nobibliography".
11166
11167 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11168 Call `reftex-ensure-write-access' before doing anything.
11169 (reftex-ensure-write-access): New function.
11170
11171 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11172
11173 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11174
11175 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11176
11177 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11178
11179 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11180
11181
11182 2000-06-20 Dave Love <fx@gnu.org>
11183
11184 * faces.el (frame-background-mode): Use set-default, not set, in
11185 setter.
11186 (frame-update-faces, frame-update-face-colors): Define with
11187 defalias.
11188
11189 * enriched.el (enriched-decode-foreground)
11190 (enriched-decode-background): Don't use internal-find-face.
11191
11192 * apropos.el: Doc fixes.
11193
11194 * cus-edit.el (customize-changed-options): Check arg.
11195 (customize-version-lessp): Don't require decimal point.
11196
11197 * custom.el (defcustom, defgroup): Doc fix.
11198
11199 * newcomment.el (comment) <defgroup>: Add :version.
11200 (comment-multi-line): Doc fix.
11201
11202 * emulation/mlsupport.el (define-hooked-local-abbrev,
11203 define-hooked-global-abbrev): Fix, using define-abbrev.
11204
11205 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11206
11207 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11208 the whole buffer.
11209
11210 2000-06-19 Dave Love <fx@gnu.org>
11211
11212 * menu-bar.el (menu-bar-options-save): New function.
11213 (menu-bar-options-menu): Use it.
11214 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11215 Simplify.
11216
11217 2000-06-19 Andreas Schwab <schwab@suse.de>
11218
11219 * progmodes/etags.el (tags-query-replace): Put new parameters
11220 START and END at the end, for backward compatibility.
11221
11222 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11223
11224 * international/codepage.el:
11225 (cp-coding-system-for-codepage-1): Delete special codes for
11226 generating xxx-dos coding system because now a CCL based coding
11227 system can handle EOL conversion by default.
11228
11229 * international/mule.el (make-coding-system): Generate subsidiary
11230 coding systems for EOL handling variants even for a CCL based
11231 coding system.
11232
11233 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11234
11235 * international/isearch-x.el (isearch-minibuffer-input-method)
11236 (isearch-minibuffer-input-method-function): These variables
11237 deleted.
11238 (isearch-with-input-method): Don't use the above variables.
11239 (isearch-process-search-multibyte-characters): Likewise. Call
11240 read-string with the arg INHERIT-INPUT-METHOD t.
11241
11242 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11243
11244 * font-lock.el (font-lock-after-fontify-buffer)
11245 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11246
11247 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11248 Use consistent make-local-variable style for font-lock-fontified.
11249 (jit-lock-fontify-buffer):
11250 Don't bother checking for font-lock-mode and jit-lock-mode.
11251
11252 * time.el: Remove trailing ^M that prevent CVS-merging.
11253
11254 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11255
11256 * Makefile.in (distclean): New target.
11257
11258 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11259
11260 * Makefile.in (srcdir): Define for update-subdirs.
11261
11262 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11263
11264 * find-lisp.el: New file.
11265
11266 2000-06-16 Andrew Innes <andrewi@gnu.org>
11267
11268 * time.el (display-time-mail-function): New variable, to allow
11269 external packages to indicate when new mail is available.
11270 (display-time-update): Use it.
11271
11272 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/mule.el (mule-version): Change version name to
11275 SAKAKI. AOI has already been used by Meadow.
11276
11277 * international/quail.el (quail-show-guidance-buf): To find the
11278 bottom window (but minibuffer), pay attention to the height of
11279 minibuffer.
11280
11281 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11282
11283 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11284 menu-bar menus. Add help strings. Don't remove the Edit menu
11285 from the menu bar, as the menu bar has enough space now.
11286
11287 * Makefile.in (SHELL): Make sure /bin/sh is used.
11288
11289 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11290 characters, which use series of two ^H characters instead of one.
11291
11292 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11293
11294 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11295 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11296 functions.
11297 (Info-find-node-2): Try a case-sensitive search first, then
11298 do a case-insensitive search.
11299
11300 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11301 tutorials.
11302
11303 * complete.el (PC-env-vars-alist): New variable.
11304 (PC-complete-as-file-name): New function.
11305 (partial-completion-mode): Initialize PC-env-vars-alist from
11306 process-environment.
11307 (PC-do-completion): Handle completion of env vars.
11308
11309 * info.el (Info-set-mode-line): Show file name in mode line,
11310 use `*Info*' instead of `Info:'.
11311
11312 * startup.el (command-line-1): Change copyright messages to year
11313 2000.
11314
11315 2000-06-15 Dave Love <fx@gnu.org>
11316
11317 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11318 not local-map.
11319
11320 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11321
11322 * international/mule.el (set-buffer-file-coding-system): Almost
11323 rewritten to handle `undecided' as no-op.
11324
11325 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11326
11327 * Makefile.in: New file.
11328
11329 * Makefile: Removed.
11330
11331 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11332 (goto-address-highlight-keymap): Bind C-c RET.
11333
11334 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11335
11336 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11337 inherits buffer-file-coding-system of the current buffer.
11338
11339 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11340 0. Give correct argument to set-auto-coding-function.
11341 (tar-expunge): For goto-char, use (point-min), not 0.
11342 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11343 (tar-subfile-save-buffer): Likewize.
11344
11345 * international/mule.el
11346 (after-insert-file-set-buffer-file-coding-system): Call
11347 set-buffer-file-coding-system with the arg FORCE t.
11348
11349 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11350
11351 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11352 nil. Contemporary sendmails issue an X-Authentication-Warning if
11353 the sender is set with `-f'.
11354
11355 2000-06-13 Dave Love <fx@gnu.org>
11356
11357 * help.el (describe-function-1): Kluge around cases of functions
11358 fset to subrs whose doc doesn't match their symbol-name.
11359
11360 * image.el (insert-image): Default STRING to a space.
11361
11362 * info.el Doc fixes.
11363 (Info-build-node-completions): Match Ref tags.
11364
11365 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11366
11367 * frame.el (display-multi-frame-p, display-multi-font-p): New
11368 defaliases for display-graphic-p.
11369
11370 * hl-line.el: Fixed a typo in commentary.
11371
11372 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11373
11374 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11375 fixed.
11376
11377 2000-06-12 Dave Love <fx@gnu.org>
11378
11379 * image.el (insert-image): Save a little consing.
11380
11381 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11382
11383 * language/tibet-util.el: Convert all tibetan-1-column characters
11384 to the corresponding tibetan characters.
11385 (tibetan-add-components): Delete code for the special treatment of
11386 'a chung.
11387
11388 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11389 change.
11390 (tibetan-vowel-transcription-alist): More rules added.
11391 (tibetan-composite-vowel-alist): New variable.
11392 (tibetan-precomposition-rule-alist): More rules added.
11393
11394 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11395
11396 * startup.el (command-line): Only call menu-bar-mode if interactive.
11397
11398 * thingatpt.el (toplevel symbol-properties):
11399 * textmodes/makeinfo.el (makeinfo-compile):
11400 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11401 * progmodes/hideif.el (hif-compress-define-list)
11402 (hide-ifdef-use-define-alist):
11403 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11404 (ange-ftp-vms-add-file-entry):
11405 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11406 * man.el (Man-build-man-command):
11407 * mail/rnewspost.el (news-reply-header-hook):
11408 * info.el (Info-insert-dir):
11409 * emulation/mlconvert.el (backward-word, forward-word, setq):
11410 * emacs-lisp/gulp.el (gulp-send-requests):
11411 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11412 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11413 (byte-optimize-apply, end of file):
11414 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11415 (ad-make-freeze-definition):
11416 * startup.el (command-line, command-line-1): Don't quote lambdas.
11417
11418 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11419 (cvs-cleanup-removed): New function.
11420 (cvs-cleanup-functions): New var.
11421 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11422 some flexibility in specifying additional entries to auto-cleanup.
11423 (cvs-quickdir): New function.
11424 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11425 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11426 (cvs-mode-find-file): Check that we are on a filename or dirname
11427 when invoked through a mouse-click.
11428 (cvs-full-path): Remove.
11429 (cvs-dired-action): Re-introduced.
11430 (cvs-dired-noselect): Use it.
11431 (vc-post-command-functions): use this new hook if available.
11432
11433 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11434 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11435 (cvs-filename-map, cvs-dirname-map): Remove.
11436 (cvs-default-action): Remove.
11437 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11438 if the arg is really a keymap.
11439 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11440 Don't hardcode the mapping from state (aka type) to face, but check
11441 the var cvs-fi-<type>-face instead.
11442 (cvs-fileinfo-from-entries): New function.
11443
11444 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11445 Docstring fix.
11446 (cvs-find-file-and-jump): Change default to be safer.
11447 (cvs-mode-diff-map): Define it as a function as well.
11448 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11449 Bind mouse-2 in this global map rather than with text-properties.
11450
11451 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11452 file to resolve the ambiguity between C(conflict) and C(need-merge).
11453
11454 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11455
11456 * international/mule.el (set-buffer-file-coding-system): If
11457 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11458 unconditionally.
11459
11460 2000-06-12 Dave Love <fx@gnu.org>
11461
11462 * wid-edit.el (widget-specify-button): Really suppress the face if
11463 required.
11464
11465 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11466
11467 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11468
11469 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11470
11471 * imenu.el (imenu-generic-expression): Docstring fix.
11472
11473 * composite.el (composition-function-table): Move the `put'
11474 below the autoload cookie so we can load the file before loaddefs.
11475
11476 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11477
11478 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11479 Handle easy-mmode-define-global-mode.
11480 For complex macros like define-minor-mode that can generate
11481 several autoload entries, try to autoload entries in the
11482 macroexpanded code.
11483
11484 * emacs-lisp/easy-mmode.el (define-minor-mode):
11485 If KEYMAP is a symbol, just use it.
11486 Use byte-compile-current-file and load-file-name to infer the
11487 proper :require to pass to defcustom.
11488 Wrap the hook var into `progn' so as not to autoload it.
11489 Add a :autoload-end cookie.
11490 Be more careful about the evaluation of KEYMAP.
11491 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11492 (define-derived-mode): Move define-abbrev-table outside of defvar.
11493
11494 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11497 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11498 (backup-compiled-files): Ignore errors during `tar'.
11499 (bootstrap): Make autoloads before elc files.
11500
11501 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11502
11503 * international/mule.el (set-buffer-file-coding-system): If one of
11504 undecided-XXX is specified, change only EOL conversion.
11505
11506 * international/mule-conf.el (unix): New alias for the coding
11507 system undecided-unix.
11508
11509 2000-06-09 Dave Love <fx@gnu.org>
11510
11511 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11512
11513 * progmodes/executable.el: Byte compile dynamic.
11514 (executable-insert): Change custom type.
11515 (executable-find): Add autoload cookie.
11516 (executable-make-buffer-file-executable-if-script-p): New
11517 function. After Noah Friedman.
11518
11519 * files.el (after-save-hook): Customize, with
11520 executable-make-buffer-file-executable-if-script-p as an option.
11521
11522 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11523
11524 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11525 "tib24p-mule.bdf" for Tibetan.
11526
11527 * composite.el (decompose-composite-char): Declare it as obsolete.
11528
11529 * man.el (Man-fontify-manpage): Pay attention to underline and
11530 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11531
11532 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11533
11534 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11535 Set maintainer to FSF since author isn't reachable.
11536
11537 2000-06-08 Dave Love <fx@gnu.org>
11538
11539 * international/mule-cmds.el (select-safe-coding-system): If
11540 DEFAULT-CODING-SYSTEM is not specified, also check the most
11541 preferred coding-system if buffer-file-coding-system is
11542 `undecided'. From Handa.
11543
11544 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11545
11546 * international/mule.el
11547 (after-insert-file-set-buffer-file-coding-system): If the buffer
11548 size is greater than INSERTED, judget that we are not visiting.
11549
11550 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11551
11552 * whitespace.el (defgroup whitespace): Comment out `:version'.
11553 XEmacs 20.4 has problems defining the group with this present.
11554 We'll have this commented out till get resolve the problem.
11555
11556 2000-06-07 John Wiegley <johnw@gnu.org>
11557
11558 * align.el (align-dq-string-modes, align-sq-string-modes)
11559 (align-open-comment-modes): Add pyhton-mode.
11560 (align-rules-list): Use get-text-property instead of
11561 text-properties-at.
11562 (align-rules-list): Add python-assignment.
11563 (align-rules-list): Change perl-comma-delimiter to
11564 basic-comma-delimiter. Use if for Perl modes and python-mode.
11565 (align-rules-list): Add python-chain-logic and
11566 basic-line-continuation.
11567
11568 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11569
11570 * apropos.el (apropos-mode-hook): New user variable.
11571 (apropos-mode): Run apropos-mode-hook.
11572
11573 2000-06-07 David Ponce <david@dponce.com>
11574
11575 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11576 commands. Require `wid-edit' at run-time.
11577
11578 2000-06-07 David Ponce <david@dponce.com>
11579
11580 * recentf.el: Added some "Commentary".
11581 (recentf-open-more-files, recentf-edit-list): Minor changes to
11582 move the point at the top of the file list. This behaviour is
11583 consistent with the menu one when the list contains a lot of
11584 files.
11585 (recentf-cleanup): Now displays the number of items removed from
11586 the list.
11587 (recentf-relative-filter) New menu filter to show filenames
11588 relative to `default-directory'.
11589
11590 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11591
11592 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11593 with/without giving an error if PostScript printer doesn't have this
11594 kind of page size. Zebra Stripe continues or restarts on next page.
11595 Manual/automatic paper feeding. Switch or not the header.
11596 (ps-print-version): New version number (5.2.2).
11597 (ps-windows-system): Include emx as a Windows system.
11598 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11599 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11600 (ps-background-text): Code fix.
11601 (ps-error-handler-message, ps-user-defined-prologue)
11602 (ps-print-prologue-header, ps-printer-name)
11603 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11604 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11605 (ps-use-face-background): Customization fix.
11606 (ps-n-up-database): Data fix.
11607 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11608 (ps-switch-header): New vars.
11609 (ps-xemacs-color-name, ps-face-foreground-name)
11610 (ps-face-background-name, ps-boolean-constant): New funs.
11611
11612 2000-06-07 Dave Love <fx@gnu.org>
11613
11614 * allout.el: New version from Manheimer.
11615
11616 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11617
11618 * textmodes/fill.el (fill-find-break-point): Check the validity of
11619 charset.
11620
11621 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11622
11623 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11624 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11625 Call display-color-p and display-mouse-p instead of looking at
11626 window-system.
11627
11628 2000-06-06 Dave Love <fx@gnu.org>
11629
11630 * image.el (find-image): Doc fix. Return nil if image not found.
11631 (put-image, insert-image): Make STRING arg optional.
11632
11633 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11634
11635 * language/vietnamese.el: Remove eval-when-compile.
11636 (viet-viscii-nonascii-translation-table): Define it as a
11637 translation table made from viet-viscii-decode-table.
11638 (viet-viscii-encode-table): Define it as a translation table made
11639 from the reverse map of above.
11640 (viet-vscii-nonascii-translation-table): Define it as a
11641 translation table made from viet-vscii-decode-table.
11642 (viet-vscii-encode-table): Define it as a translation table made
11643 from the reverse map of above.
11644 (ccl-decode-viscii): Use translate-character.
11645 (ccl-encode-viscii, ccl-encode-viscii-font)
11646 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11647 Likewize.
11648
11649 * language/cyrillic.el: Remove eval-when-compile.
11650 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11651 translation table made from cyrillic-koi8-r-decode-table.
11652 (cyrillic-koi8-r-encode-table): Define it as a translation table
11653 made from the reverse map of above.
11654 (ccl-decode-koi8): Use translate-character.
11655 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11656 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11657 a translation table made from cyrillic-alternativnyj-decode-table.
11658 (cyrillic-alternativnyj-encode-table): Define it as a translation
11659 table made from the reverse map of above.
11660 (ccl-decode-alternativnyj): Use translate-character.
11661 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11662 Likewize
11663
11664 * international/mule-diag.el (non-iso-charset-alist): Specify
11665 translation table symbol instead of translation table itself.
11666 (list-block-of-chars): CHARSET may be a translation table symbol.
11667
11668 * international/mule.el (make-coding-system): If CODING-SYSTEM
11669 already exists, override it.
11670
11671 * international/fontset.el: Use family `proportional' for Tibetan
11672 fonts.
11673
11674 * international/ccl.el (ccl-compile-translate-character): Don't
11675 check if Rrr has property translation-table.
11676 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11677
11678 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11679
11680 * info.el: Bind case-fold-search to t when searching in case
11681 a user sets it to nil in a hook.
11682
11683 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11684
11685 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11686 * hl-line.el (hl-line-mode): Use the new :global key argument.
11687
11688 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11689 (tar-clip-time-string): Prepend a space.
11690 (tar-grind-file-mode): Construct a string rather than modifying one.
11691 (tar-header-block-summarize): Fix docstring.
11692 Use `format' rather than an error-prone set of copy-loops.
11693
11694 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11695 (diff-goto-source, diff-unified->context, diff-context->unified)
11696 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11697 understand the format output by the `-p' argument to diff.
11698
11699 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11700 (sh-re-done): Use defconst.
11701 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11702 (sh-help-string-for-variable, sh-guess-basic-offset):
11703 Don't quote lambdas.
11704 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11705 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11706
11707 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11708 (mh-letter-mode): Derive from text-mode.
11709 This implicitly means that it now calls kill-all-local-variables.
11710 Also remove the Emacs-18 compatibility code.
11711
11712 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11713 Make use of symbol-property doc-string-elt.
11714 Use memq rather than a sequence of eq.
11715 (doc-string-elt): Fix the wrong or missing previously unused values.
11716 (autoload-print-form): New function extracted from
11717 generate-file-autoloads to allow recursion when handling progn
11718 so that defvar's and defun's docstrings are properly printed.
11719 (generate-file-autoloads): Use it.
11720
11721 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11722 Use find-file-hooks in the minor-mode function.
11723 Be careful not to loop indefinitely in the post-command-hook function.
11724
11725 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11726
11727 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11728 tty's.
11729 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11730 differences whenever appropriate.
11731 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11732 * viper.el (find-file, find-file-other-window): Get viper to do
11733 wildcards.
11734
11735 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11736
11737 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11738 (jit-lock-fontify-buffer): New function for JIT refontification.
11739 (jit-lock-mode): Fix docstring.
11740 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11741 Remove jit-lock-after-change from the _local_ hook.
11742 (jit-lock-function-1): Fix docstring.
11743
11744 * info.el (Info-on-current-buffer): Initialize info.
11745
11746 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11747
11748 * progmodes/tcl.el (tcl-indent-for-comment):
11749 Ignore comment-indent-hook.
11750
11751 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11752 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11753 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11754 and improve to use the lighter to guess the capitalization.
11755 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11756 Add keyword arguments to specify global-ness or the custom group.
11757 Add local-map and help-echo properties to the lighter.
11758 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11759 (easy-mmode-define-global-mode): New macro.
11760
11761 2000-06-02 Dave Love <fx@gnu.org>
11762
11763 * wid-edit.el: byte-compile-dynamic since we typically don't use
11764 all the widgets. Don't require cl or widget. Remove
11765 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11766 (widget-read-event): Removed. Callers changed to use read-event.
11767 (widget-button-release-event-p): Renamed from
11768 button-release-event-p.
11769 (widget-field-add-space, widget-field-use-before-change):
11770 Uncustomize.
11771 (widget-specify-field): Use keymap property, not local-map.
11772 (widget-specify-button): Obey :suppress-face.
11773 (widget-specify-insert): Use modern backquote syntax.
11774 (widget-image-directory): Renamed from widget-glyph-directory.
11775 (widget-image-enable): Renamed from widget-glyph-enable.
11776 (widget-image-find): Replaces widget-glyph-find.
11777 (widget-button-pressed-face): Move defvar.
11778 (widget-image-insert): Replaces widget-glyph-insert.
11779 (widget-convert): Use keywordp.
11780 (widget-leave-text, widget-children-value-delete): Use mapc.
11781 (widget-keymap): Remove XEmacs stuff.
11782 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11783 (widget-button-click): Don't set point at the click, but re-centre
11784 if we scroll out of window. Rewritten for images v. glyphs &c.
11785 (widget-tabable-at): Use POS arg, not point.
11786 (widget-beginning-of-line, widget-end-of-line)
11787 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11788 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11789 (widget-default-create): Use widget-image-insert; some rewriting.
11790 (widget-visibility-value-create)
11791 (widget-push-button-value-create, widget-toggle-value-create): Use
11792 widget-image-insert.
11793 (checkbox): Create on and off images dynamically.
11794 (documentation-link): Change :help-echo.
11795 (widget-documentation-link-echo-help): Remove.
11796
11797 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11798
11799 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11800
11801 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11802 (easy-mmode-define-toggle, define-minor-mode): Use it.
11803 (easy-mmode-define-keymap): Docstring fix.
11804 (define-derived-mode): Default PARENT to fundamental-mode.
11805 Add the derived-mode-parent symbol-property.
11806 (easy-mmode-derived-mode-p): New function.
11807
11808 2000-06-02 Dave Love <fx@gnu.org>
11809
11810 * files.el (convert-standard-filename): Doc fix.
11811 (normal-backup-enable-predicate): New function.
11812 (backup-enable-predicate): Use it to replace the lambda form.
11813
11814 * calendar/todo-mode.el: [This needs more work on the outline
11815 stuff.] Doc fixes.
11816 (todo) <defgroup>: Add :version.
11817 (todo-add-category): Don't use pushnew.
11818 (todo-cmd-raise): Fix typo.
11819 (todo-top-priorities): Change temp buffer name.
11820 (todo-category-alist): Avoid redundant lambda.
11821 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11822 Use outline-next-heading.
11823
11824 * autoarg.el: Rewritten to use define-minor-mode.
11825 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11826 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11827
11828 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11829
11830 * isearch.el (isearch-other-meta-char): Fix previous change.
11831
11832 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11833
11834 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11835 (log-edit-done): Only add the comment to the ring if it's different
11836 from the last comment entered.
11837
11838 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11839
11840 2000-06-01 Dave Love <fx@gnu.org>
11841
11842 * hl-line.el: Rewritten using define-minor-mode.
11843
11844 * help.el (describe-function-1): Distinguish special form from
11845 builtin function. Sanity-check presence of arglist for builtins.
11846
11847 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11848
11849 * international/characters.el: Fix syntax/category setting of
11850 Tibetan characters.
11851
11852 * language/tibet-util.el (tibetan-add-components): Fixes for new
11853 encoding of Tibetan characters.
11854 (tibetan-decompose-precomposition-alist): New variable.
11855 (tibetan-decompose-region): Convert precomposed characters to
11856 non-precomposed characters.
11857 (tibetan-decompose-string): Likewise.
11858 (tibetan-composition-function): Fix args to
11859 thibetan-compose-string.
11860
11861 * language/tibetan.el (tibetan-composable-pattern): More
11862 characters included.
11863 (tibetan-consonant-transcription-alist): Rule for "R" added.
11864 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11865 "+R" added.
11866 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11867
11868 * language/lao-util.el (lao-composition-function): Fix args to
11869 compose-string.
11870
11871 * language/thai-util.el (thai-composition-function): Fix args to
11872 compose-string.
11873
11874 * isearch.el (isearch-update): Set disable-point-adjustment to t
11875 to prevent the point moving to the end of a composition when a
11876 part of a composition is searched.
11877 (isearch-other-meta-char): If the key invoking this command can be
11878 mapped by function-key-map to a printing char, call
11879 isearch-process-search-char directly.
11880
11881 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11882
11883 * emacs-lisp/bytecomp.el:
11884 * frame.el:
11885 * international/mule-cmds.el:
11886 * international/mule-util.el:
11887 * international/mule.el:
11888 * mouse.el:
11889 * subr.el:
11890 * faces.el: Update calls to make-obsolete with a WHEN argument.
11891
11892 * byte-run.el (make-obsolete, make-obsolete-variable):
11893 Add an optional WHEN argument and change the format of the
11894 symbol-property information.
11895 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11896 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11897 new obsolete-symbol-property format and print WHEN if it is provided.
11898
11899 2000-05-31 Dave Love <fx@gnu.org>
11900
11901 * loadhist.el (loadhist-hook-functions): Remove
11902 before-change-function, after-change-function.
11903 (unload-feature): Deal with symbols which are both bound and
11904 fbound.
11905
11906 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11907 before-change-function, after-change-function.
11908
11909 * simple.el (newline): Don't bind before-change-function,
11910 after-change-function.
11911
11912 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11913
11914 * whitespace.el (whitespace-rescan-timer-time): Update interval
11915 set to 600 seconds (10 minutes) instead of 60 seconds since
11916 a large number of whitespace buffers causes emacs to `freeze'
11917 for a considerable amount of time.
11918
11919 * whitespace.el: Updated email address
11920
11921 2000-05-31 Dave Love <fx@gnu.org>
11922
11923 * add-log.el (change-log-font-lock-keywords) <function>: Add
11924 pattern for function of change.
11925 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11926 acknowledgements patterns.
11927
11928 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11929
11930 * isearch.el (isearch-printing-char): If keyboard coding system is
11931 being used, call isearch-process-search-multibyte-characters.
11932
11933 * international/isearch-x.el: Mostly rewritten.
11934
11935 * international/quail.el (quail-start-conversion): Don't include
11936 unhandled events in the returned events, but set them in
11937 unread-command-events. Exit if all inputs are deleted.
11938
11939 2000-05-30 Jason Rumney <jasonr@gnu.org>
11940
11941 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11942
11943 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11944 Reenable code to create initial fontsets.
11945 Use set-fontset-font in place of put-charset-property.
11946
11947 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11948
11949 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11950 label, ensure that the first colon isn't followed by another.
11951
11952 * paths.el (Info-default-directory-list): Doc fix.
11953
11954 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11955 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11956 send a query containing USER only, not USER@HOST.
11957
11958 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11959 and rmail-msgend to compute the restriction at the end, instead of
11960 computing it.
11961
11962 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11963
11964 * dabbrev.el (dabbrev-expand): Don't display messages in the
11965 echo area if the minibuffer window is active.
11966
11967 * jit-lock.el (jit-lock-mode): Add after change function to
11968 local hook.
11969
11970 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11971
11972 * antlr-mode.el: New commands: hide/unhide actions,
11973 upcase/downcase literals.
11974 (antlr-tiny-action-length): New user option.
11975 (antlr-hide-actions): New command. Suggested by
11976 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11977 (antlr-mode-map): New binding [C-c C-v].
11978 (antlr-mode-menu): New entries.
11979 (antlr-downcase-literals): New command.
11980 (antlr-upcase-literals): Ditto.
11981
11982 * antlr-mode.el: Minor changes: indendation, mode-name.
11983 (antlr-indent-line): Indent cpp directive at column 0.
11984 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11985
11986 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11987 (antlr-font-lock-additional-keywords): Workaround for intentional
11988 bug in XEmacs version of font-lock.
11989 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11990 be used by a smarter version of `buffers-menu-grouping-function'.
11991
11992 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11993
11994 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11995 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11996
11997 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11998
11999 * international/encoded-kb.el
12000 (encoded-kbd-iso2022-designation-map): Pay attention to that
12001 charset-iso-final-char return -1 for eight-bit-control and
12002 eight-bit-graphic.
12003
12004 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12005
12006 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12007 (speedbar-easymenu-definition-base): Use display-graphic-p where
12008 available, instead of window-system.
12009
12010 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12011
12012 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12013 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12014 coding systems.
12015
12016 2000-05-26 Dave Love <fx@gnu.org>
12017
12018 * disp-table.el (standard-display-underline): Don't use
12019 internal-find-face.
12020
12021 * mail/reporter.el: Maintainer change. Doc fixes.
12022 (reporter-version): Deleted.
12023
12024 * emacs-lisp/elp.el: Maintainer change.
12025 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12026
12027 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12028
12029 * add-log.el (add-change-log-entry): Merge the current entry with the
12030 previous one if the previous one is empty.
12031
12032 2000-05-26 Dave Love <fx@gnu.org>
12033
12034 * loadhist.el (unload-feature): Fix interactive spec [from
12035 lijnzaad@ebi.ac.uk].
12036
12037 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12038 subr-arity to check primitives.
12039 (byte-compile-flush-pending, byte-compile-file-form-progn)
12040 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12041 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12042 mapcar.
12043
12044 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12045
12046 * international/fontset.el: Set family names of non-latin charsets
12047 in default fontset to "*".
12048
12049 * international/mule-diag.el (print-fontset): Combine family part
12050 and registry part of the fontname by "-*-" instead of "-".
12051
12052 * international/mule-cmds.el (encode-coding-char): Make strings
12053 multibyte before calling encode-coding-string.
12054
12055 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12056
12057 * derived.el: Fix keywords.
12058 (define-derived-mode): Only define if needed.
12059
12060 * simple.el (fill-comment, comment-column, comment-start)
12061 (comment-start-skip, comment-end, comment-indent-function)
12062 (block-comment-start, block-comment-end, indent-for-comment)
12063 (set-comment-column, kill-comment, comment-padding, comment-region)
12064 (comment-multi-line, indent-new-comment-line): Remove.
12065
12066 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12067 function names for comment operations.
12068
12069 * newcomment.el: Add abundant autoload cookies.
12070 (comment-style): Don't depend on runtime data at compile-time.
12071 (comment-indent-hook): Remove.
12072 (comment-indent): Check if comment-indent-hook is bound.
12073 (comment-region): Docstring fix.
12074
12075 2000-05-25 Dave Love <fx@gnu.org>
12076
12077 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12078 byte-code-function-p.
12079
12080 * mail/rmailsum.el: Add provide.
12081
12082 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12083
12084 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12085 defcustom.
12086
12087 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12088
12089 * ediff-diff.el (ediff-exec-process): delete --binary option from
12090 non-buffer ediff jobs.
12091
12092 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12093
12094 * hilit-chg.el (highlight-changes-mode): Ask about color or
12095 grayscale support, not about window-system.
12096
12097 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12098 window-system.
12099 (ffap-highlight): Always default to t.
12100
12101 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12102 display-popup-menus-p instead of looking at window-system.
12103
12104 * disp-table.el (standard-display-g1, standard-display-graphic):
12105 Only refuse to use string glyphs on X and MS-Windows.
12106
12107 * avoid.el: Remove window-system from commentary, suggest to use
12108 display-*-p instead.
12109
12110 * apropos.el (apropos-print): Use display-mouse-p instead of
12111 window-system.
12112
12113 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12114
12115 * international/codepage.el (cp-decoding-vector-for-codepage):
12116 Fill up unsupported characters with their own codes. From Kenichi
12117 Handa.
12118
12119 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12120
12121 * international/mule-diag.el (describe-char-after): Use
12122 display-graphic-p instead of window-system, so that this function
12123 works on MS-DOS.
12124
12125 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12126
12127 * international/codepage.el (cp-make-coding-systems-for-codepage):
12128 Remove the eight-bit-graphic and eight-bit-control charsets from
12129 the list of charsets which we convert into `?'.
12130
12131 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12132
12133 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12134 private charsets.
12135 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12136 japanese-jisx0213-2): New charsets.
12137
12138 * international/fontset.el: Setup default fontset for new charsets.
12139
12140 2000-05-24 Dave Love <fx@gnu.org>
12141
12142 * info.el (Info-find-node-2): Restructure [following "Vadim
12143 S. Solomin" <sovs@uic.nnov.ru>].
12144
12145 * icomplete.el: Fix header for Finder.
12146
12147 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12148
12149 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12150 STAY.
12151
12152 * rmail.el (rmail-automatic-folder-directives): New user variable.
12153 (rmail-show-message): Add call to `rmail-auto-file' during
12154 display.
12155 (rmail-auto-file): New function.
12156
12157 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12158
12159 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12160 account.
12161 (ediff-test-utility,ediff-diff-mandatory-option)
12162 (ediff-reset-diff-options): Utilities for proper initialization of
12163 ediff-diff-options and ediff-diff3-options on Windows.
12164
12165 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12166 variable.
12167
12168 * ediff-mult.el (ediff-filegroup-action): Use
12169 ediff-merge-filename-prefix.
12170
12171 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12172
12173 * viper-ex.el (ex-write): Set selective display to nil.
12174
12175 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12176
12177 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12178 aliases for hebrew-iso-8bit.
12179
12180 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12181
12182 * woman.el: New version from Francis J. Wright
12183 <F.J.Wright@Maths.QMW.ac.uk>.
12184 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12185 names in environment variables regardless of the path separator.
12186 (woman-topic-all-completions-1): Don't call file-name-directory-p
12187 on all files, since woman-file-regexp already filters out any
12188 directories.
12189
12190 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12191
12192 * international/quail.el (quail-start-translation): Don't change
12193 modified-p of the current buffer.
12194 (quail-start-conversion): Likewise.
12195
12196 * international/kkc.el (kkc-region): Don't change modified-p of
12197 the current buffer.
12198
12199 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12200 conform to RFC1468.
12201 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12202
12203 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12204
12205 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12206 (speedbar-insert-button): Invisible text property fix.
12207 (speedbar-directory-plus): Renamed from speedbar-directory-+
12208 (speedbar-directory-minus): Renamed from speedbar-directory--
12209 (speedbar-page-plus): Renamed from speedbar-file-+
12210 (speedbar-page-minus): Renamed from speedbar-file--
12211 (speedbar-page): Renamed from speedbar-file-
12212 (speedbar-tag): Renamed from speedbar-tag-
12213 (speedbar-tag-plus): Renamed from speedbar-tag-+
12214 (speedbar-tag-minus): Renamed from speedbar-tag--
12215 (speedbar-expand-image-button-alist): Use above renames.
12216
12217 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12218 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12219 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12220 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12221 * sb-pg.xpm: Renamed from sb-file.xpm
12222 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12223 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12224
12225 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12226
12227 * international/quail.el (quail-show-guidance-buf): Set
12228 current-input-method of the guidance buffer to the name of the
12229 curren input method.
12230
12231 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * progmodes/compile.el (compile-internal): Style typo.
12234
12235 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12236 quote vars and functions in the docstring.
12237
12238 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12239
12240 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12241 Don't quote lambdas.
12242
12243 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12244
12245 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12246
12247 * startup.el (command-line): Determine source file of compiled
12248 user init file differently. Warn if compiled user init file
12249 is older than its source file.
12250
12251 * ffap.el (ffap-url-regexp): Add `https'.
12252
12253 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12254
12255 * files.el (make-backup-file-name-1): Replace slashes with `!'
12256 rather than `|' (which is not allowed on Windows). Replace the
12257 drive letters with a string "drive_X".
12258
12259 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12260
12261 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12262
12263 * files.el (interpreter-mode-alist): Add `bash2'.
12264
12265 2000-05-22 Dave Love <fx@gnu.org>
12266
12267 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12268 mapc.
12269 (feature-file): Avoid calling symbol-name. Doc fix.
12270 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12271 (loadhist-hook-functions): Add mouse-position-function.
12272 (unload-feature): Change uses of mapcar.
12273
12274 * files.el (parse-colon-path): Doc fix.
12275 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12276 (set-auto-mode): Use mapc.
12277
12278 * complete.el (PC-look-for-include-file): Use :alnum: character
12279 class.
12280 (partial-completion-mode): Add autoload cookie.
12281
12282 2000-05-22 Sam Steingold <sds@gnu.org>
12283
12284 * info.el (Info-fontify-node): Fixed the call to
12285 `add-text-properties' (bug introduced on 2000-05-18).
12286
12287 2000-05-22 Dave Love <fx@gnu.org>
12288
12289 * bindings.el: Remove debug-ignored-errors set in other files.
12290
12291 * progmodes/etags.el: Add to debug-ignored-errors.
12292 (visit-tags-table-buffer): Clear out buffers holding old tables
12293 when making a new list.
12294 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12295 mapc.
12296
12297 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12298 quote keywords.
12299 (cmpl-string-case-type): Use character classes.
12300
12301 * comint.el:
12302 * textmodes/ispell.el:
12303 * imenu.el:
12304 * mail/mh-e.el:
12305 * progmodes/compile.el: Add to debug-ignored-errors.
12306
12307 * dabbrev.el: Add to debug-ignored-errors.
12308 (dabbrev-completion): Use mapc.
12309
12310 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12311
12312 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12313 (woman-mapcan, woman-parse-man.conf)
12314 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12315 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12316 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12317 path syntax better.
12318 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12319 (woman-manpath): Call woman-parse-man.conf.
12320 (woman-emulation): New defcustom, defaults to nroff.
12321 (woman-font-support): New defconst.
12322 (woman-use-symbol-font): New defcustom.
12323 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12324 "Emulation".
12325 Many functions: Doc fix.
12326
12327 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12328
12329 * international/quail.el (quail-simple-translation-keymap): Map
12330 128..255 to quail-self-insert-command.
12331 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12332
12333 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12334
12335 * help.el (help-manyarg-func-alist): Typo.
12336
12337 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12338 intervals which makes it heaps simpler.
12339
12340 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12341 the nested comment markers.
12342
12343 * subr.el (remove-hook): Don't turn the hook's value into a list.
12344
12345 2000-05-21 Dave Love <fx@gnu.org>
12346
12347 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12348 are invalid characters.
12349
12350 * international/mule-util.el (detect-coding-with-priority): Use
12351 mapc. Remove redundant lambda.
12352
12353 * international/mule-diag.el (list-non-iso-charset-chars)
12354 (describe-fontset): Remove redundant lambda.
12355
12356 * emulation/crisp.el (brief-mode): New alias.
12357
12358 * emacs-lisp/ring.el (ring-elements): New function.
12359
12360 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12361 (easy-menu-do-add-item): Use keywordp.
12362
12363 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12364
12365 * replace.el: Doc and error message fixes.
12366 (replace-highlight): Use facep, not internal-find-face.
12367
12368 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12369
12370 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12371
12372 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12373 (log-edit-insert-changelog): Drop `:' as well.
12374
12375 * log-view.el: Fix file description.
12376 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12377 available.
12378 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12379 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12380
12381 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12382 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12383 Print a status message if the toggle is called interactively.
12384 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12385 for global minor modes and use `defcustom' for them.
12386 Use add-minor-mode.
12387 (easy-mmode-define-derived-mode): Remove.
12388 (define-derived-mode): Fancier default docstring.
12389 (easy-mmode-define-navigation): Signal an error rather than (ding).
12390
12391 * newcomment.el (comment-styles): New `box-multi'.
12392 (comment-normalize-vars): Better default for comment-continue to
12393 avoid whitespace-only continuations.
12394 (comment-search-forward): Always move even in the no-syntax case.
12395 (comment-padright): Only obey N if it's only obeyed for padleft.
12396 (comment-make-extra-lines): Better handling of empty continuations.
12397 Use `=' for the filler if comment-start has only one character.
12398 (uncomment-region): Try handling the special `=' filler.
12399 (comment-region): Allow LINES even if MULTI is nil.
12400 (comment-box): Choose box style based on comment-style.
12401
12402 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12403
12404 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12405 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12406
12407 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12408
12409 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12410 and insert, not subst-char-in-region.
12411
12412 * international/mule-diag.el (list-character-sets-1): Handle
12413 charsets eight-bit-control and eight-bit-graphic.
12414 (list-iso-charset-chars): Likewise.
12415 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12416 charactes as is. Use indent-to to align characters.
12417
12418 * international/mule-cmds.el (find-multibyte-characters): Never
12419 exclude charsets eight-bit-control and eight-bit-graphic.
12420
12421 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12422
12423 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12424 Don't quote lambdas.
12425
12426 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12427
12428 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12429
12430 * gud.el (gud-jdb-directories): Doc fix.
12431
12432 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12433
12434 * newcomment.el: New file.
12435
12436 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12437
12438 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12439
12440 2000-05-18 Andreas Schwab <schwab@suse.de>
12441
12442 * dired.el (dired-between-files): Also skip lines beginning with
12443 `used'.
12444
12445 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12446
12447 * msb.el (msb-menu-cond): Add choice `user'.
12448
12449 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12450
12451 * ps-print.el: Compatibility, customization and doc fix.
12452 (ps-printer-name-option): Replace defconst by defvar.
12453 (ps-postscript-code-directory): XEmacs compatibility.
12454 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12455 fix.
12456 (ps-user-defined-prologue, ps-print-prologue-header)
12457 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12458 compatibility and code fix.
12459 (ps-print-background-image, ps-print-background-text):
12460 Customization fix.
12461 (ps-line-number-start, ps-n-up-on): New vars.
12462
12463 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12464
12465 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12466 the indent-comment function to just return the appropriate indent.
12467
12468 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12469
12470 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12471 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12472 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12473
12474 2000-05-18 Dave Love <fx@gnu.org>
12475
12476 * info.el (Info-fontify-node): Add intangible property as well as
12477 invisible.
12478
12479 * calendar/appt.el (appt-make-list): Match all lines of entry.
12480 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12481
12482 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12483
12484 * international/mule-diag.el (describe-char-after): Call
12485 internal-char-font, not char-font. If internal-char-font returns
12486 nil, display "-- none --".
12487
12488 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12489
12490 * image.el (image-type-available-p): Don't reference image-types
12491 if it isn't bound.
12492
12493 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12494
12495 * autoarg.el (autoarg-mode): Typo in the :set argument.
12496
12497 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12498
12499 * startup.el (command-line-1): Don't signal an error if the
12500 directory for auto-save-list files does not yet exist.
12501
12502 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12503
12504 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12505
12506 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12507
12508 * subr.el (remove-hook): `setq' hook-value, not `set'.
12509
12510 2000-05-16 Sam Steingold <sds@gnu.org>
12511
12512 * info.el (debug-ignored-errors): More errors to ignore.
12513
12514 2000-05-16 Dave Love <fx@gnu.org>
12515
12516 * cus-edit.el: Don't require cl or easymenu.
12517 (custom-variable-prompt): Test standard-value property, not
12518 user-variable-p.
12519
12520 2000-05-16 Sam Steingold <sds@gnu.org>
12521
12522 * subr.el (add-hook): `setq' hook-value, not `set'.
12523
12524 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12525
12526 * startup.el (command-line-1): Mention the FAQ in the startup
12527 message.
12528
12529 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12530
12531 * progmodes/compile.el (compilation-parse-errors): Collect
12532 `nomessage' regexps last.
12533
12534 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12535
12536 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12537 to the function name.
12538
12539 2000-05-15 Dave Love <fx@gnu.org>
12540
12541 * speedbar.el (speedbar-recenter): Typo.
12542 (speedbar-expand-line): Make arg optional.
12543 (speedbar-mode): Avoid a compiler warning.
12544
12545 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12546
12547 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12548 user-specified option string is empty.
12549
12550 * mouse.el (mouse-yank-at-click): Doc fix.
12551
12552 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12553
12554 * term/internal.el (IT-character-translations): More updates of
12555 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12556 documents.
12557
12558 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12559
12560 * env.el (getenv): New function, interactively callable.
12561 (setenv, getenv): Remove autoload cookies.
12562
12563 * loadup.el: Load `env'.
12564
12565 * progmodes/f90.el: Change author's mail address.
12566
12567 2000-05-14 Dave Love <fx@gnu.org>
12568
12569 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12570 goto-addr as an option.
12571
12572 * help.el (help-xref-stack): Doc fix.
12573 (help-xref-following): New variable.
12574 (help-make-xrefs): Use it.
12575 (help-xref-go-back): Use position information from stack element.
12576 (help-follow): Make position in stack element a pair. Use
12577 help-xref-following.
12578
12579 * autoarg.el: New file.
12580
12581 * faces.el: Declare more functions obsolete.
12582
12583 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12584 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12585 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12586 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12587 Remove all the setup-...-environment functions.
12588
12589 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12590
12591 * speedbar.el: Updated the commentary section. xemacs20p now uses
12592 >= when detecting. Require `defimage' safely.
12593 (speedbar-easymenu-definition-base): Add toggle for images.
12594 (speedbar-easymenu-definition-special): Add flush cache & expand.
12595 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12596 (speedbar-reconfigure-keymaps-hook): New variable.
12597 (speedbar-frame-parameters): Updated documentation.
12598 (speedbar-use-imenu-flag): Updated custom tag
12599 (speedbar-dynamic-tags-function-list): New variable.
12600 (speedbar-tag-hierarchy-method): Updated doc & custom.
12601 (speedbar-indentation-width, speedbar-indentation-width) New
12602 variables.
12603 (speedbar-hide-button-brackets-flag): Customizable.
12604 (speedbar-vc-indicator): Doc update.
12605 (speedbar-ignored-path-expressions): Updated default value.
12606 (speedbar-supported-extension-expressions): Updated default value.
12607 (speedbar-syntax-table): Remove {} paren status.
12608 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12609 as "+". Added overlay aliases.
12610 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12611 `force-mode-line-update'.
12612 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12613 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12614 `mouse-set-point'
12615 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12616 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12617 of arbitrary text, and new helper functions.
12618 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12619 filename finder.
12620 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12621 (speedbar-directory-buttons): Update path search/expansion.
12622 (speedbar-make-tag-line): Pay attention to
12623 `speedbar-indentation-width'. Use more care w/ invisible
12624 properties.
12625 (speedbar-change-expand-button-char): Call
12626 `speedbar-insert-image-button-maybe'.
12627 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12628 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12629 (speedbar-trim-words-tag-hierarchy)
12630 (speedbar-simple-group-tag-hierarchy): New functions
12631 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12632 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12633 functions.
12634 (speedbar-mouse-set-point): New function
12635 (speedbar-power-click): Updated documentation.
12636 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12637 of tag prefix text.
12638 (speedbar-expand-line, speedbar-contract-line): Make more robust
12639 to strange text.
12640 (speedbar-expand-line): Takes universal argument to flush the
12641 cache.
12642 (speedbar-flush-expand-line): New function.
12643 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12644 Use new generator insertion method.
12645 (speedbar-fetch-dynamic-tags): New function.
12646 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12647 `speedbar-fetch-dynamic-imenu'.
12648 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12649 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12650 "Revert Buffer" menu items.
12651 (speedbar-buffer-buttons-engine): Be smarter when creating a
12652 filename tag (for expansion purposes.).
12653 (speedbar-highlight-one-tag-line,
12654 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12655 (speedbar-recenter): New functions.
12656 (defimage-speedbar): Image loading abstraction.
12657 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12658 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12659 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12660 (speedbar-tag-type, speedbar-tag-mail): New images.
12661 (speedbar-expand-image-button-alist): New variable.
12662 (speedbar-insert-image-button-maybe): Insert an image over some
12663 buttons.
12664
12665 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12666
12667 * international/mule-cmds.el (encode-coding-char): An ASCII
12668 character is always encodable.
12669
12670 * international/mule-conf.el: Add more information in descriptions
12671 of character sets.
12672
12673 * international/mule-diag.el (describe-char-after): New function.
12674 (describe-font-internal): Adjusted for the change of font-info.
12675 (describe-font): Likewise.
12676 (print-fontset): Rewritten for the new fontset implementation.
12677 (describe-fontset): Include fontset alias names in completion.
12678 (list-fontsets): Adjusted for the change of print-fontset.
12679
12680 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12681 describe-char-after instead of displaying the detail in the echo
12682 area.
12683 (syntax-code-table): Format changed.
12684 (string-to-syntax): Adjusted for the above change.
12685
12686 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12687
12688 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12689
12690 2000-05-12 Dave Love <fx@gnu.org>
12691
12692 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12693 dependence. Use line-{beginning,end}-position, not
12694 point-at{b,e}ol. Some doc fixes.
12695 (todo-position): New function. Fix callers of position to use it.
12696 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12697
12698 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12699
12700 * time.el (display-time-mail-icon): Use `:ascent center'.
12701
12702 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12703 handling FTP security extensions.
12704
12705 2000-05-11 Dave Love <fx@gnu.org>
12706
12707 * calendar/todo-mode.el: New file.
12708
12709 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12710
12711 * comint.el (comint-read-input-ring): Move reference to
12712 comint-input-ring-size outside of the save-excursion. It was
12713 causing the default value to be the only one ever seen.
12714
12715 * font-lock.el: Update copyright. Remove Simon Marshall's email
12716 address on request from him.
12717
12718 * subr.el (substitute-key-definition): Add comment describing
12719 the meaning of PREFIX.
12720
12721 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12722
12723 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12724
12725 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12726 (add-minor-mode): Don't make the variable buffer-local and add a
12727 reference to define-minor-mode in the docstring.
12728
12729 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12730 HEADER/FOOTER and fix bug with trailing empty directory.
12731 (cvs-append-to-ignore): Use vc-editable-p if available.
12732 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12733 (vc-do-command): Tweak advice to handle the new VC.
12734
12735 * log-view.el (log-view-goto-rev): New function for the new VC.
12736 (log-view-minor-wrap): Use mark-active.
12737
12738 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12739 (log-edit-changelog-full-paragraphs): New var.
12740 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12741 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12742 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12743 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12744 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12745 Replace the `cvs' prefix with `log-edit'.
12746
12747 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12748
12749 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12750 (diff-font-lock-defaults): Explicitly turn off multiline.
12751 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12752 (diff-ediff-patch): Fix call to ediff-patch-file.
12753 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12754 Handle comments.
12755
12756 * frame.el (automatic-hscrolling): Typo.
12757
12758 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12759
12760 2000-05-09 Sam Steingold <sds@goems.com>
12761
12762 * apropos.el (apropos-print): use `describe-face' instead of
12763 `customize-face-other-window'.
12764
12765 2000-05-09 Dave Love <fx@gnu.org>
12766
12767 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12768
12769 * help.el (describe-variable): Have customize button pop the
12770 help-xref stack when invoked.
12771 (help-xref-symbol-regexp): Add `face'.
12772 (help-make-xrefs): Check for quoted face names and adapt regexp
12773 submatch numbers to cope.
12774 (help-xref-interned): Maybe insert face doc too. Separate
12775 sections with a line of hyphens.
12776
12777 * faces.el: Some doc fixes. Declare some functions obsolete.
12778 (describe-face): Add customize button. Return the help
12779 text. Fix prompt.
12780
12781 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12782
12783 * term/internal.el (IT-character-translations): Fix last change.
12784
12785 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12786
12787 * woman.el: New file
12788 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12789
12790 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12791
12792 * term/internal.el (IT-character-translations): Update ASCII
12793 simulations for greek-iso8859-7, add latin-iso8859-14 and
12794 latin-iso8859-15.
12795
12796 * international/mule-cmds.el (set-language-info-alist): Call
12797 define-prefix-command with 3 arguments, to make the map suitable
12798 for a menu.
12799
12800 2000-05-07 Dave Love <fx@gnu.org>
12801
12802 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12803
12804 2000-05-05 Dave Love <fx@gnu.org>
12805
12806 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12807 list in doc string. Don't quote keyword symbols.
12808 * emacs-lisp/cl.el: Likewise
12809 * emacs-lisp/cl-seq.el: Likewise
12810
12811 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12812
12813 * abbrev.el (abbrev-mode): Make ARG optional.
12814
12815 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12816
12817 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12818
12819 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12820
12821 * subr.el (substitute-key-definition): Clarify documentation.
12822
12823 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12824
12825 * glasses.el (glasses-convert-to-unreadable): Use
12826 `glasses-separator' instead of the hard-wired "_".
12827 (glasses-mode): Call `glasses-make-unreadable' only in a single
12828 place.
12829
12830 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12831
12832 * term/internal.el (cjk-codepages-alist): Add associations for
12833 Chinese and Korean codepages. Remove FIXME comment.
12834
12835 2000-05-03 Dave Love <fx@gnu.org>
12836
12837 * time.el (display-time-mail-face, display-time-use-mail-icon):
12838 New option.
12839 (display-time-mail-icon): New variable.
12840 (display-time-string-forms): Use the above. Fix the local-map.
12841
12842 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12843
12844 * replace.el (query-replace-map): Add binding for `E'.
12845 (query-replace-help): Extend help text.
12846 (perform-replace): Allow editing the replacement string.
12847
12848 * make-mode.el (makefile-mode-abbrev-table): New variable.
12849 (makefile-mode): Set local abbrev table to
12850 makefile-mode-abbrev-table.
12851 (makefile-font-lock-keywords): Fontify includes and conditionals.
12852
12853 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12854 set TOGGLE's value.
12855
12856 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12857 mail-interactive-insert-alias.
12858 (mail-abbrev-complete-alias): New command.
12859 (mail-mode-map): Bind it to `M-TAB'.
12860
12861 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12862
12863 * language/lao-util.el (lao-compose-region): New function.
12864
12865 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12866
12867 * files.el (recover-session): Make directories as necessary
12868 if they don't exist yet.
12869
12870 * calendar/cal-french.el
12871 (french-calendar-multibyte-special-days-array)
12872 (french-calendar-special-days-array): Change French text.
12873 (calendar-french-date-string): Change output.
12874 (calendar-goto-french-date): Likewise.
12875
12876 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12877
12878 * wid-edit.el (widget-default-active): Obey `:always-active'.
12879 (widget-documentation-string-value-create): Set `:always-active'.
12880
12881 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12882
12883 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12884 default prefix to `~/_emacs.d/auto-save.list/_s'.
12885 (normal-top-level): Create the directory for auto-save files, if
12886 it doesn't already exist (in the ms-dos case only).
12887
12888 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12889
12890 * international/mule-cmds.el (set-language-environment): Don't
12891 concat an integer (dos-codepage), use format instead.
12892
12893 2000-05-02 Dave Love <fx@gnu.org>
12894
12895 * help.el (help-xref-on-pp): Check for constant symbols.
12896
12897 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12898
12899 * startup.el (normal-top-level): Put a condition-case around
12900 the code loading subdirs.el.
12901
12902 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12903
12904 * ps-print.el: Upside-down and face background color printing,
12905 line number step, doc fix.
12906 (ps-print-version): New version number (5.2).
12907 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12908 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12909 (ps-spool-config): Var fix.
12910 (ps-printer-name-option): Const fix.
12911 (ps-print-upside-down, ps-use-face-background)
12912 (ps-line-number-step): New vars.
12913 (ps-window-system, ps-lp-system): New consts.
12914 (ps-face-background): New fun.
12915
12916 2000-04-28 Richard Stallman <rms@gnu.org>
12917
12918 * files.el (make-auto-save-file-name):
12919 Apply auto-save-file-name-transforms to visited file name
12920 before generating auto save file name.
12921 (auto-save-file-name-transforms): New variable.
12922
12923 * files.el (backup-enable-predicate):
12924 Correctly test for a file under a temporary directory.
12925
12926 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12927
12928 * subr.el (add-minor-mode): Rewritten.
12929
12930 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12931
12932 * mail/sendmail.el (sendmail-send-it): Set
12933 buffer-file-coding-system to the selected coding system for MIME
12934 header.
12935
12936 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12937
12938 * dired.el (dired-move-to-filename-regexp): Allow format where
12939 YYYY is followed by two spaces.
12940
12941 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12942 in the second character class of the regexp.
12943
12944 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12945 mh-etc, too.
12946
12947 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12948 nil.
12949
12950 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12951
12952 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12953 argument.
12954
12955 2000-04-27 Sen Nagata <sen@eccosys.com>
12956
12957 * emacs-lisp/crm.el (crm-completion-table): New variable.
12958 (crm-collection-fn, crm-test-completion)
12959 (completing-read-multiple): Use it.
12960
12961 2000-04-27 Dave Love <fx@gnu.org>
12962
12963 * help.el (locate-library): Use mapc.
12964 (help-manyarg-func-alist): Add call-process-region.
12965
12966 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12967
12968 * subr.el (add-minor-mode): Make argument MAP optional.
12969
12970 * desktop.el (desktop-save): Save list of minor modes.
12971 (desktop-create-buffer): Restore minor modes.
12972 (desktop-minor-mode-table): New user-option.
12973
12974 * subr.el (add-minor-mode): New function.
12975
12976 * image.el (find-image): New function.
12977 (defimage): Rewritten to find image at load time.
12978
12979 * startup.el (normal-top-level-add-to-load-path): Handle
12980 case that the default directory is not in load-path.
12981
12982 * help.el: Old patch from Stefan Monnier.
12983 (help-xref-on-pp): New function.
12984 (describe-variable): Use it to display xrefs in a symbol's value.
12985
12986 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12987
12988 * cus-edit.el (custom-face): Fix parenthesis.
12989
12990 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12991
12992 * mail/rmail.el (rmail-expunge): When there are no deleted
12993 messages, do nothing.
12994
12995 2000-04-26 Dave Love <fx@gnu.org>
12996
12997 * international/mule-cmds.el (locale-translation-file-name):
12998 Defvar to nil.
12999 (set-locale-environment): Set it here (at runtime).
13000
13001 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13002
13003 * replace.el (perform-replace): Add parameters START and END. Use
13004 them instead of the check for a region in Transient Mark mode.
13005 (query-replace-read-args): Return two more list elements for the
13006 start and end of the region in Transient Mark mode.
13007 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13008 (map-query-replace-regexp, replace-string, replace-regexp): Add
13009 optional last arguments START and END and pass them to
13010 perform-replace.
13011
13012 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13013 form with additional arguments for perform-replace.
13014
13015 * progmodes/etags.el (tags-query-replace): Add parameters START
13016 and END. Construct a form with additional arguments for
13017 perform-replace.
13018
13019 * simple.el (shell-command): Set default directory for "*Shell
13020 Command Output" buffer.
13021
13022 * language/european.el (iso-latin-4): Fix typo.
13023
13024 * emacs-lisp/crm.el: New file.
13025
13026 2000-04-24 Dave Love <fx@gnu.org>
13027
13028 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13029 (Custom-reset-saved, Custom-reset-standard)
13030 (custom-group-value-create, custom-group-set, custom-group-save)
13031 (custom-group-reset-current, custom-group-reset-saved)
13032 (custom-group-reset-standard): Use mapc.
13033 (custom-buffer-create-internal): Disable undo when creating items.
13034 Use mapc.
13035 (custom-face): Avoid redundant lambda.
13036
13037 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13038
13039 * startup.el (auto-save-list-file-prefix): Set default to
13040 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13041
13042 2000-04-24 Sam Steingold <sds@gnu.org>
13043
13044 * time-stamp.el (time-stamp-string-preprocess): Always convert
13045 `field-result' to a string.
13046
13047 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13048
13049 * frame.el (scrolling): New group.
13050 (automatic-hscrolling): New user-option.
13051
13052 * startup.el (command-line-x-option-alist): Add `-lsp' and
13053 `--line-spacing'.
13054
13055 2000-04-19 Dave Love <fx@gnu.org>
13056
13057 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13058 (cl-mapc): Rename from mapc. Fix the funcall.
13059
13060 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13061
13062 * simple.el (clone-indirect-buffer-other-window): New command.
13063 (clone-indirect-buffer): Add optional arg NORECROD.
13064 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13065
13066 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13067
13068 * window.el (count-screen-lines): New function.
13069 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13070 instead of window-buffer-height.
13071
13072 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13073 non-existing variable comint-input-sentinel.
13074 (inferior-lisp-args-to-list): Removed.
13075 (inferior-lisp): Use split-string instead of
13076 inferior-lisp-args-to-list.
13077
13078 * hexl.el (hexl-insert-hex-string): New command.
13079
13080 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13081 instead of concat.
13082
13083 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13084
13085 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13086 at the start of an existing but empty folder.
13087
13088 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13089
13090 * ps-mule.el: Customization fix, doc fix.
13091 (ps-multibyte-buffer): Customization fix.
13092
13093 2000-04-17 Richard M. Stallman <rms@gnu.org>
13094
13095 * subr.el (read-passwd): Use read-char-exclusive.
13096
13097 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13098
13099 * textmodes/texinfo.el (texinfo-insert-@email)
13100 (texinfo-insert-@emph, texinfo-insert-@quotation)
13101 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13102 (texinfo-mode-map): Add key bindings for them.
13103
13104 * files.el (basic-save-buffer-2): Use a template with `$'
13105 instead of `#' for VMS.
13106
13107 * simple.el (clone-indirect-buffer): New function.
13108
13109 2000-04-16 Stephen Eglen <stephen@gnu.org>
13110
13111 * iswitchb.el (iswitchb-case): New function. If the user input
13112 contains any upper-case characters, the search is made
13113 case-sensitive.
13114
13115 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13116
13117 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13118 comment-end.
13119 (texinfo-font-lock-syntactic-keywords): New var.
13120 (texinfo-font-lock-keywords): Remove comment regexp.
13121 (texinfo-insert-block): New function.
13122 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13123 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13124 and font-lock-defaults. Use regexp-opt for outline-regexp.
13125 (texinfo-environments): New var.
13126 (texinfo-environment-regexp): Use regexp-opt and
13127 texinfo-environments.
13128
13129 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13130 ispell-process is bound since this might be eval'd before ispell
13131 is loaded.
13132 (ispell-message): Use a tiny bit less magic and a bit more hard
13133 data to figure out what kind of sc-cite-regexp to use.
13134
13135 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13136
13137 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13138 (insert-cyclic-diary-entry): Unquote the lambda.
13139
13140 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13141
13142 * files.el (backup-enable-predicate): Unquote the lambda.
13143
13144 * cus-edit.el (custom-face, face): Unquote the lambda.
13145
13146 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13147
13148 * ps-print.el: Check for line-beginning-position definition.
13149
13150 * ps-print.el: Fix counting lines in a region.
13151 (ps-print-version): New version number (5.1.5).
13152 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13153 (ps-printing-region): Fun code fix.
13154
13155 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13156
13157 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13158 to file-directory-p.
13159
13160 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13161
13162 * gud.el (gud-jdb-build-source-files-list): Check that directory
13163 exists before calling directory-files.
13164
13165 2000-04-13 Dave Love <fx@gnu.org>
13166
13167 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13168 syntax.
13169
13170 * emacs-lisp/cl-specs.el: Remove when, unless.
13171
13172 * emacs-lisp/cl-extra.el: Don't quote keywords.
13173 (cl-old-mapc): New variable.
13174 (mapc): Use it.
13175 (cl-map-intervals): Use with-current-buffer. Don't check for
13176 next-property-change.
13177 (cl-map-overlays): Use with-current-buffer.
13178 (cl-expt): Remove.
13179 (copy-tree, remprop): Define unconditionally.
13180
13181 * emacs-lisp/cl-compat.el (keywordp): Remove.
13182
13183 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13184 to use keywordp.
13185 (edebug-spec): Enable keywordp.
13186
13187 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13188 string-lessp.
13189
13190 * cus-start.el: Use keywordp.
13191
13192 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13193
13194 * diary-lib.el (include-other-diary-files): Fix the fix of
13195 2000-02-18 by doing a save-excursion.
13196
13197 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13198
13199 * ps-print.el: Customization fix, doc fix.
13200 (ps-print-version): New version number (5.1.4).
13201 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13202 (ps-print-preprint): Adjust code.
13203 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13204 (ps-print-prologue-header, ps-print-control-characters)
13205 (ps-spool-config): Customization fix.
13206
13207 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13208
13209 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13210 converted to the new menu-item format, names silightly changed,
13211 help strings added.
13212
13213 Support for spelling without async subprocesses:
13214
13215 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13216 (ispell-session-buffer): New variables.
13217 (ispell-start-process, ispell-process-status,
13218 ispell-accept-output, ispell-send-string): New functions, for
13219 Ispell invocation when async subprocesses aren't supported.
13220 (ispell-word, ispell-pdict-save, ispell-command-loop,
13221 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13222 to process-send-string with calls to ispell-send-string, and
13223 accept-process-output with ispell-accept-output.
13224 (ispell-init-process): Call ispell-process-status instead of
13225 process-status with.
13226 (ispell-init-process): Call ispell-start-process. Call
13227 ispell-accept-output and ispell-send-string. Don't call
13228 process-kill-without-query and kill-process if they are unbound.
13229 (ispell-async-processp): New function.
13230
13231 2000-04-12 Dave Love <fx@gnu.org>
13232
13233 * info.el: Add debug-ignored-errors.
13234 (Info-mode-menu): Add some items.
13235 (Info-directory): Add autoload cookie.
13236
13237 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13238 Modify `truncate-lines'. Make `describe-language-environment'
13239 always visible and add help. Modify `describe-key' help. Invoke
13240 Info-directory from `info'. New entry `emacs-manual'.
13241
13242 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13243
13244 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13245 propertized-buffer-identification.
13246 (ebrowse-update-member-buffer-mode-line): Likewise.
13247 (ebrowse--mode-strings): Removed.
13248 (ebrowse--mode-line-props): Removed.
13249
13250 * files.el (auto-mode-alist): Add `EBROWSE'.
13251
13252 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13253 space before testing for end of buffer.
13254 (ebrowse-load): Removed.
13255 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13256 (ebrowse-create-tree-buffer): Rewritten.
13257 (ebrowse-tree-mode): Read tree from buffer.
13258
13259 * progmodes/ebrowse-ffh.el: Removed.
13260
13261 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13262
13263 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13264
13265 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13266
13267 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13268 at the wrong place.
13269
13270 2000-04-09 Dave Love <fx@gnu.org>
13271
13272 * files.el (backup-enable-predicate): Use
13273 temporary-file-directory, small-temporary-file-directory.
13274 (make-backup-file-name-function, backup-directory-alist): New
13275 variables.
13276 (make-backup-file-name-1): New function.
13277 (make-backup-file-name): Use it.
13278 (find-backup-file-name): Likewise. Use format for clarity, not
13279 concat.
13280 (file-newest-backup): Use make-backup-file-name.
13281
13282 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13283
13284 * progmodes/ebrowse-ffh.el: New file.
13285
13286 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13287 to ebrowse-ffh.el.
13288 (ebrowse-load): Add autoload.
13289
13290 * finder.el (finder-commentary): Add autoload cookie.
13291
13292 * mail/rfc2368.el: Correct author's email address.
13293
13294 * progmodes/ebrowse.el: New file.
13295
13296 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13297 item help string.
13298 (easy-menu-do-add-item): Ditto.
13299 (easy-menu-define): Extend doc string.
13300
13301 * jit-lock.el (with-buffer-unmodified): Use
13302 restore-buffer-modified-p.
13303 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13304 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13305 with-buffer-unmodified.
13306
13307 2000-04-08 Dave Love <fx@gnu.org>
13308
13309 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13310 unless, when.
13311
13312 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13313
13314 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13315 (viper-flash-search-pattern): No operation when using Emacs
13316 doesn't support face.
13317 Use `viper-put-on-search-overlay'.
13318
13319 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13320
13321 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13322 like C-r.
13323
13324 * progmodes/make-mode.el: Some doc fixes.
13325 (makefile-mode-abbrev-table): New variable.
13326 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13327 (makefile-font-lock-keywords): Fontify includes and conditionals.
13328 (toplevel): Require `dabbrev' and `add-log' when compiling.
13329
13330 * replace.el (perform-replace): Don't move forward one char
13331 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13332 to do that because it leaves point 1 position after the last
13333 replacement, after everything has been replaced.
13334
13335 * jit-lock.el (with-buffer-unmodified): New macro.
13336 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13337 modified state.
13338 (jit-lock-function-1): Extracted from jit-lock-function; not
13339 preserving buffer's modified state.
13340 (jit-lock-function, jit-lock-stealth-fontify): Call
13341 jit-lock-function-1.
13342
13343 * mail/rfc2368.el: Remove supernumerary copyright line.
13344
13345 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13346
13347 * glasses.el: Provide facilities for inserting space before left
13348 parentheses and uncapitalization of identifiers.
13349 (glasses-mode): Try to remove old overlays in all cases.
13350
13351 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13352
13353 * progmodes/compile.el (compile-internal): Display the compilation
13354 buffer in a different frame, if it's already displayed there.
13355
13356 * mail/rfc2368.el: New file.
13357
13358 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13359 header and insert its value as mail body.
13360
13361 * subr.el (member-ignore-case): New function.
13362
13363 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13364 (dabbrev--find-expansion): Ignore buffers matching a regexp
13365 from dabbrev-ignored-regexps.
13366
13367 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13368 to extensions handled by gzip.
13369
13370 2000-04-03 Richard M. Stallman <rms@gnu.org>
13371
13372 * files.el (insert-directory): List the total free space
13373 along with the used space.
13374
13375 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13376 line is followed by one that matches CITATION-REGEXP, end the
13377 paragraph.
13378
13379 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13380
13381 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13382 (rmail-make-basic-summary-line): Use that option.
13383
13384 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13385
13386 * international/mule-cmds.el (encoded-string-description):
13387 Rewritten. Try pretty description for ISO 2022 escape sequences
13388 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13389 for hexadecimal format.
13390
13391 2000-04-01 Dave Love <fx@gnu.org>
13392
13393 * cpp.el: Change customization group to `c' from `C'.
13394
13395 * vcursor.el (vcursor-move): Use display-color-p.
13396
13397 * international/mule-util.el: Provide mule-utils.
13398 (string-to-sequence): Simplify and speed up.
13399
13400 * international/mule.el (make-coding-system): Purecopy doc-string.
13401
13402 * international/mule-cmds.el: Various menu changes.
13403 (describe-specified-language-support): Handle `Default'.
13404 (set-language-info): Purecopy `info'.
13405
13406 2000-03-31 Andrew Innes <andrewi@gnu.org>
13407
13408 * vc.el (vc-backend-diff): Return the correct status if we had to
13409 retry the rcsdiff command without the --brief option.
13410
13411 2000-03-31 Dave Love <fx@gnu.org>
13412
13413 * help.el (help-manyarg-func-alist): Correct several omissions.
13414
13415 * add-log.el: Don't require cl, fortran.
13416 (add-log-current-defun-function): Doc fix.
13417 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13418 fix.
13419 (change-log-version-rcs): Function deleted.
13420 (change-log-version-number-search): Doc fix. Use
13421 vc-workfile-version. Avoid CL dolist.
13422 (add-change-log-entry): Just call add-log-current-defun to get
13423 defun. Simplify somewhat.
13424 (change-log-get-method-definition-1): Likewise.
13425 (add-log-current-defun): Return nil if calling
13426 add-log-current-defun-function does so. Move Fortran stuff to
13427 fortran.el. Return string without properties.
13428
13429 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13430 and :alpha: char classes.
13431
13432 * mail/supercite.el: Defvar curline when compiling.
13433 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13434 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13435 rather than a-zA-Z0-9 to allow non-ASCII characters.
13436
13437 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13438
13439 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13440
13441 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13442 Re-enable new code.
13443
13444 * lpr.el (print-region-1): Use -d to specify printer name for
13445 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13446
13447 2000-03-31 Dave Love <fx@gnu.org>
13448
13449 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13450 for function definition in symbol's function value slot first
13451 instead of first consulting byte-compile-function-environment.
13452
13453 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13454
13455 * language/european.el ("Polish"): New language environment.
13456 (setup-polish-environment): New function.
13457
13458 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13459
13460 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13461 Disable new code.
13462
13463 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13464 trying to `load' the symbol of an autoload instead of the file
13465 recorded in the autoload. Fix error messages.
13466
13467 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13468
13469 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13470 (ps-print-version): New version number (5.1.3).
13471 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13472 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13473 (ps-generate-postscript-with-faces): Code fix.
13474 (ps-color-values): XEmacs compatibility.
13475 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13476 (ps-default-fg, ps-default-bg): Adjust customization.
13477 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13478 (ps-color-scale): Renaming old ps-color-value fun.
13479 (ps-print-headers): Replace ps-print-header group to avoid conflict
13480 with ps-print-header variable.
13481 (ps-print-miscellany): New group.
13482 (ps-format-color, ps-rgb-color): New funs.
13483 (ps-default-foreground): New var.
13484 (ps-printer-name-option): New const.
13485
13486 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13487
13488 * net/net-utils.el:
13489 (network-connection-host, network-connection-service): New variables
13490 (network-connection-mode): New mode, derived from comint-mode
13491 (network-connection-mode-setup): New function, saves host and
13492 service information in local variables.
13493
13494 * lisp/locate.el:
13495 (locate-word-at-point): Added this function
13496 (locate): Default to using locate-word-at-point as input
13497 Run dired-mode-hook
13498
13499 2000-03-29 Dave Love <fx@gnu.org>
13500
13501 * calendar/appt.el: Doc fixes.
13502 (appt-check): Convert min-to-app to a string before passing to
13503 appt-disp-window-function or concat.
13504 (appt-delete-window): Remove test for frame-root-window.
13505 (appt-select-lowest-window, appt-convert-time): Simplify.
13506
13507 * emacs-lisp/bytecomp.el: Doc fixes.
13508 (byte-compile-file-form-autoload): Update
13509 byte-compile-function-environment.
13510
13511 2000-03-29 Andreas Schwab <schwab@suse.de>
13512
13513 * emacs-lisp/autoload.el: Also print defsubst doc string
13514 specially.
13515
13516 * dired.el (dired-insert-directory): If dired-free-space-program
13517 failed just delete its output.
13518
13519 2000-03-29 Dave Love <fx@gnu.org>
13520
13521 * international/iso-cvt.el: Move provide to end. Doc fixes.
13522 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13523 (iso-iso2sgml, iso-sgml2iso): New functions.
13524 (iso-cvt-define-menu): Fix some entries and use backquote for
13525 clarity.
13526
13527 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13528
13529 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13530
13531 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13532 ISO-DATE. If non-nil, return date in ISO 8601 format.
13533
13534 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13535
13536 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13537 if it ever becomes used.
13538 (log-edit-mode-hook): Default to vc-log-mode-hook.
13539 (log-edit-mode): Fix the docstring.
13540
13541 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13542 the code.
13543
13544 2000-03-26 Dave Love <fx@gnu.org>
13545
13546 * net/browse-url.el (browse-url): Re-fix case of
13547 browse-url-browser-function being an alist.
13548 (browse-url): Add :link to defgroup.
13549
13550 * files.el: Doc fixes.
13551 (file-truename): Include `[' in wildcard characters.
13552 (automount-dir-prefix): Customize.
13553 (find-file-wildcards): Add :version.
13554 (find-file-noselect): Simplify a mapcar call.
13555
13556 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13557 compatible with inf-lisp version.
13558 (eval-defun-1): Fix custom-declare-variable case.
13559
13560 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13561
13562 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13563
13564 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13565
13566 * Makefile (COMPILE_FIRST): New macro.
13567 (compile-files): Compile files from COMPILE_FIRST first.
13568
13569 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13570 code.
13571
13572 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13573 matching open parenthesis in column 0 to defun-prompt-regexp
13574 only if open-paren-in-column-0-is-defun-start is set.
13575
13576 * sun-curs.el: Require CL at compile-time only.
13577
13578 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13579 instead of copy-list which is a function from CL.
13580 (msb--choose-menu, msb--mode-menu-cond)
13581 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13582 (msb--init-file-alist): Use mapcar instead of mapcan.
13583 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13584 `(' in column 0 in doc string.
13585 (msb--add-separators): Use mapcar instead of mapcan.
13586
13587 * cus-dep.el: Require CL at compile-time only.
13588
13589 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13590
13591 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13592 (byte-compile-warnings): New warning `noruntime'.
13593 (byte-compile-constants, byte-compile-variables): Fix docstring.
13594 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13595 execute `eval-whenc-compile's body.
13596 (byte-compile-unresolved-functions): Fix docstring.
13597 (byte-compile-eval): New function.
13598 (byte-compile-callargs-warn): Check if the function will be available
13599 at runtime (via property `byte-compile-noruntime').
13600 (byte-compile-print-syms): New function.
13601 (byte-compile-warn-about-unresolved-functions): Also warn about
13602 `noruntime' functions (and use `byte-compile-print-syms').
13603 (byte-compile-file): Capitalize the message.
13604
13605 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13606
13607 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13608 (rmail-expunge): Ask for confirmation depending on the setting
13609 of rmail-confirm-expunge.
13610
13611 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13612
13613 * Makefile (bootstrap-clean): If $(emacs) exists, build
13614 loaddefs.el first. A loaddefs.el that's not up-to-date might
13615 cause a bootstrap failure because things don't autoload as
13616 expected.
13617
13618 2000-03-23 Dave Love <fx@gnu.org>
13619
13620 * net/browse-url.el: Restore previous use of
13621 browse-url-maybe-new-window.
13622
13623 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13624
13625 * ps-print.el: Skip banner page fix.
13626 (ps-print-version): New version number (5.1.2).
13627 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13628
13629 2000-03-23 Dave Pearson <davep@davep.org>
13630
13631 * net/quickurl.el Changed the type of parameter passed to the
13632 function defined by `quickurl-format-function'. Before only the
13633 text of the URL was passed. Now the whole URL structure is passed
13634 and the function is responsible for extracting the parts it
13635 requires. Changed the default of `quickurl-format-function'
13636 accordingly.
13637 (quickurl-insert): Changed the `funcall' of
13638 `quickurl-format-function' to match the above change.
13639 (quickurl-list-insert): Changed the `url' case so that it makes
13640 use of `quickurl-format-function', previous to this the format was
13641 hard wired.
13642
13643 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13644
13645 * startup.el: Change some spellings for the X Window System.
13646
13647 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13648
13649 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13650 up the code and the regexp and make sure the cursor is temporarily
13651 moved to the suspicious line while querying the user.
13652
13653 2000-03-22 Jason Rumney <jasonr@gnu.org>
13654
13655 * w32-fns.el (w32-charset-info-alist): Initialize.
13656
13657 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13658
13659 * ps-print.el: N-up last page fix.
13660 (ps-print-version): New version number (5.1.1).
13661 (ps-end-file, ps-end-job, ps-generate): Code fix.
13662
13663 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13664
13665 * files.el (find-file-run-dired): Update docstring.
13666 (find-directory-functions): New hook.
13667 (find-file-noselect): Run find-directory-functions rather than
13668 calling dired directly.
13669
13670 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13671
13672 * pcvs.el: Add a minimal leading commentary.
13673 (cvs-make-cvs-buffer): Change the header part by removing the startup
13674 message and adding a `Module' entry. Also replace the FOOTER and
13675 HEADER special fileinfos with the new support in ewoc for updating
13676 its own footer and header.
13677 (cvs-update-header): Update to use the header/footer of the ewoc.
13678 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13679 (cvs-is-within-p): New function.
13680 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13681 to only examine some subset of the buffers.
13682
13683 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13684 `format' instead of our own ad-hoc functions.
13685 Remove HEADER and FOOTER cases, now handled in the EWOC.
13686 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13687
13688 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13689 output to avoid scaring the user.
13690 (cvs-parse-table): Catch message for non-up-to-date commits.
13691
13692 * pcvs-defs.el (cvs-startup-message): Remove.
13693 (cvs-global-menu): New autoloaded menu.
13694
13695 * pcvs-util.el (cvs-string-fill): Remove.
13696
13697 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13698 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13699 PP part of it and also make it work for footers and headers.
13700 (ewoc-create): Drop POS and BUFFER arguments.
13701 Use the DLL's dummy node to store the end-of-footer position.
13702 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13703 (ewoc-refresh): Remove unused `header' variable.
13704 (ewoc-(get|set)-hf): New functions.
13705
13706 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13707 log-view-*-(message|file) and use easy-mmode-define-navigation.
13708 (log-view-message-re): Match SCCS format as well.
13709 And match the revision line rather than the dashed separator line.
13710 (log-view-mode): Use the new define-derived-mode.
13711 (log-view-current-tag): Fill in with an actual implementation.
13712
13713 * cvs-status.el (cvs-status-(prev|next)): Rename from
13714 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13715 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13716 to let the output "breathe" a little more (more readable).
13717 (cvs-status-mode): Use the new define-derived-mode.
13718
13719 * smerge-mode.el (smerge-auto-leave): New function and variable.
13720 (smerge-basic-map): Rename from smerge-basic-keymap.
13721 Change the bindings for smerge-diff-*.
13722 (smerge-*-map): Use easy-mmode-defmap.
13723 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13724 (smerge-keep-*): Use smerge-auto-leave.
13725
13726 2000-03-21 Jason Rumney <jasonr@gnu.org>
13727
13728 * cus-edit.el (custom-button-face): Use 3D look for w32.
13729 (custom-button-pressed-face): Likewise.
13730
13731 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13732
13733 * progmodes/etags.el (tags-case-fold-search): New user-option.
13734 (tags-loop-eval): New function. Bind case-fold-search around eval
13735 depending on the value of tags-case-fold-search.
13736 (tags-loop-continue): Use tags-loop-eval.
13737 (find-tag-in-order): Bind case-fold-search depending on the value
13738 of tags-case-fold-search.
13739
13740 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13741
13742 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13743 (diff-end-of-hunk): Return the end position for use in
13744 `easy-mmode-define-navigation'.
13745 (diff-recenter): Remove.
13746 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13747 of `easy-mmode-define-navigation'.
13748 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13749 previous renaming) and fix to use new names.
13750 (diff-merge-strings): Use \n as separator: simpler, faster.
13751 (diff-mode): Use `define-derived-mode'.
13752
13753 * derived.el (define-derived-mode): Don't autoload anymore.
13754 Prefer the macro-only version provided by easy-mmode.el.
13755
13756 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13757 `easy-mmode-define-derived-mode'.
13758 Use `combine-run-hooks'.
13759 (easy-mmode-define-navigation): New macro.
13760
13761 * subr.el (combine-run-hooks): New function.
13762
13763 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13764
13765 * term/x-win.el: Fontsets related initialization is simplified.
13766
13767 * international/mule-diag.el (describe-font): Don't refer to
13768 global-fontset-alist, instead call font-list.
13769 (describe-fontset, list-fontsets, mule-diag): Likewise.
13770 (print-fontset): Adjusted for the change of fontset
13771 implementation.
13772
13773 * international/fontset.el (x-charset-registries): Variable
13774 removed, instead the corresponding data is stored in the default
13775 fontset.
13776 (register-alternate-fontnames): Function removed.
13777 (resolved-ascii-font): Variable removed.
13778 (x-compose-font-name): Ignore the second argument REDOCE.
13779 (x-complement-fontset-spec): Complement only an ASCII font and
13780 element for those charsets than can use that ASCII font.
13781 (generate-fontset-menu): Don't refer to global-fontset-alist,
13782 instead call fontset-list.
13783 (uninstantiated-fontset-alist): Variable removed.
13784 (x-style-funcs-alist): Likewise.
13785 (fontset-default-styles): Likewise.
13786 (x-modify-font-name): Function removed.
13787 (create-fontset-from-fontset-spec): Ignore the argument
13788 STYLE-VARIANT.
13789 (create-fontset-from-ascii-font): Docsting adjusted for the above
13790 change.
13791 (instantiate-fontset, resolve-fontset-name): Functions removed.
13792 (fontset-list): Now implemented by C code.
13793
13794 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13795 (describe-face): Include `font' attribute in the description.
13796
13797 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13798
13799 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13800
13801 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13802
13803 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13804 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13805 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13806
13807 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13808 about behavior of set-buffer-modified-p wrt redisplay.
13809
13810 2000-03-19 Richard M. Stallman <rms@gnu.org>
13811
13812 * view.el (view-mode-disable): Kill local binding of view-read-only.
13813
13814 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13815
13816 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13817 is a string, convert it to a syntax cell using string-to-syntax.
13818
13819 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13820 (string-to-syntax): New function.
13821
13822 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13823 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13824 try to use passive ftp mode.
13825
13826 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13827
13828 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13829
13830 * simple.el (append-to-buffer): Update point of windows after
13831 insertion.
13832
13833 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13834 forward then moving backward. Reindent.
13835
13836 * frame.el (other-frame): Call x-focus-frame only if
13837 focus-follows-mouse is off.
13838
13839 2000-03-17 Dave Love <fx@gnu.org>
13840
13841 * pcvs-util.el (cvs-strings->string): Rename
13842 replace-regexps-in-string.
13843
13844 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13845
13846 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13847 regexp for labels cannot span several lines.
13848
13849 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13850 `(setq :<key> ':<key>)' to the macro expansion.
13851
13852 2000-03-16 Dave Love <fx@gnu.org>
13853
13854 * progmodes/f90.el (f90): Put custom group under `languages', not
13855 `fortran'.
13856 (f90-mode-hook): Customize.
13857 (f90-mode): Set add-log-current-defun-function.
13858 (f90-current-defun): New function.
13859
13860 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13861
13862 * cus-edit.el (custom-variable-tag-face): Handle case that
13863 default face's height is not a number.
13864 (custom-face-tag-face, custom-group-tag-face-1)
13865 (custom-group-tag-face): Ditto.
13866 (custom-group-tag-face-1): Add :group.
13867
13868 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13869
13870 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13871
13872 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13873 requiring easymenu.
13874
13875 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13876
13877 * ps-print.el: PostScript user-defined prologue, PostScript error
13878 handler, doc fix.
13879 (ps-print-version): New version number (5.1).
13880 (ps-user-defined-prologue, ps-error-handler-message)
13881 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13882 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13883 (ps-insert-string): New function.
13884
13885 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13886
13887 * international/ccl.el (ccl-compile-expression): Don't generate
13888 invalid self-assignment code.
13889
13890 2000-03-14 Dave Love <fx@gnu.org>
13891
13892 * subr.el (replace-regexp-in-string): Renamed from
13893 replace-regexps-in-string. Doc fix.
13894
13895 2000-03-12 Dave Love <fx@gnu.org>
13896
13897 * cus-edit.el: Doc fixes.
13898 (customize-set-variable, customize-save-variable): Rename args for
13899 doc.
13900 (custom-variable-tag-face, custom-face-tag-face)
13901 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13902 style which user identify as hyperlink.
13903 (hook): Don't add undefined functions to the hook.
13904 (debug-ignored-errors): Transfer message from bindings.el.
13905
13906 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13907
13908 * recentf.el (recentf-keep-non-readable-files-p): Remove
13909 double/nested definition.
13910
13911 2000-03-12 Dave Love <fx@gnu.org>
13912
13913 * facemenu.el (facemenu-get-face): Use display-color-p.
13914 * enriched.el (enriched-decode-foreground): Likewise.
13915 (enriched-decode-background): Likewise.
13916 * isearch.el (isearch-highlight): Likewise.
13917 * info-look.el (info-lookup): Likewise.
13918 * simple.el (completion-setup-function): Likewise.
13919
13920 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13921 :options.
13922
13923 * bindings.el (mode-line-format): Fix line-number and
13924 column-number items. Add help-echo for the background.
13925 (mode-line-mule-info): Modify help-echo.
13926
13927 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13928
13929 * files.el (load-file): Allow completion to .elc.
13930
13931 * man.el: Doc fixes.
13932 (Man-init-defvars): Use display-color-p to set fontification.
13933
13934 * play/hanoi.el (hanoi-internal): Don't use oddp.
13935
13936 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13937
13938 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13939
13940 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13941
13942 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13943
13944 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13945 Fix comment.
13946
13947 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13948
13949 * font-lock.el (font-lock-keywords): Fix the doc now that
13950 regexp-opt-depth is unnecessary.
13951 (save-buffer-state): Set an edebug spec.
13952 (font-lock-fontify-anchored-keywords): Properly handle the case when
13953 the matcher goes past the limit.
13954
13955 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13956 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13957
13958 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13959 dll.el and cookie.el (from Elib) with heavy renaming and other
13960 massaging.
13961
13962 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13963 Autoload the functions used.
13964 (easy-mmode-define-syntax): Fix CL typo.
13965 (easy-mmode-define-derived-mode): Improve the docstring generation.
13966
13967 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13968
13969 * textmodes/texinfo.el (texinfo-version): Variable and function
13970 removed.
13971
13972 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13973
13974 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13975 allow more flexibility.
13976 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13977 fns.
13978 (easy-mmode-defmap, easy-mmode-defsyntax)
13979 (easy-mmode-define-derived-mode): New macros.
13980
13981 2000-03-09 Didier Verna <didier@xemacs.org>
13982
13983 * rect.el (replace-rectangle): New function.
13984
13985 2000-03-09 Dave Love <fx@gnu.org>
13986
13987 * progmodes/fortran.el (fortran-comment-line-start): Define as
13988 "C".
13989 (fortran-comment-line-start-skip): Don't match cpp stuff.
13990 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13991 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13992 (fortran-mode): Don't set fortran-comment-line-start-skip,
13993 fortran-comment-line-start here. Set comment-start,
13994 add-log-current-defun.
13995 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13996 (fortran-current-defun): New function.
13997
13998 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13999
14000 * emacs-lisp/re-builder.el: New file.
14001
14002 * mouse.el (mouse-drag-region): Don't run up-event handler
14003 if hscroll has changed.
14004
14005 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14006 builtin operators, use `font-lock-builtin-face' for Emacs and
14007 `font-lock-preprocessor-face' otherwise.
14008
14009 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14010 `(defun (setf foo)' differently.
14011
14012 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14013
14014 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14015 (regexp-opt): Update comment and adapt the code the new meaning of
14016 the `paren' argument of regex-opt-group for shy-groups.
14017 (regexp-opt-depth): Handle shy groups as well as backslashed
14018 backslashes.
14019 (regexp-opt-group): Turn the leading comment into a docstring.
14020 Allow `paren' to be a string (the string to use to open a group).
14021 Remove open-presuf and close-presuf. Instead of checking for `all
14022 one-char' and then later on check for `several one-char', handle
14023 both cases close together. Also apply a more generic algorithm
14024 for suffixes (the mirror image of the algorithm used for
14025 prefixes). Use shy-groups. Use nreverse rather than reverse.
14026 (regexp-opt-try-suffix): Removed.
14027
14028 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14029 from comint-mode-map, so we can just inherit from it. Also, move
14030 the initialization into the `defvar' since there's no docstring
14031 anyway and it's fairly short.
14032 (inferior-scheme-mode): Define it as derived-mode: the code is
14033 shorter and this way we inherit from comint-mode-map rather than
14034 copying it.
14035
14036 * subr.el (replace-regexps-in-string): Properly handle the case
14037 where we match an empty string.
14038
14039 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14040 when the command has a directory component (such as "./testml").
14041 Also fix a typo in the comment.
14042
14043 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14044
14045 * Makefile (compile-files): Compile files one by one because
14046 that's the only way to ensure a clean compilation environment for
14047 each individual file.
14048
14049 * frame.el (other-frame): Call x-focus-frame.
14050
14051 2000-03-07 Dave Love <fx@gnu.org>
14052
14053 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14054 :require to defcustom.
14055
14056 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14057 lists.
14058
14059 * files.el (auto-mode-alist): Add configure.in.
14060
14061 * progmodes/autoconf.el: New file.
14062
14063 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14064
14065 * mail/mh-e.el: Change maintainer to `none'.
14066
14067 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14068 to remove-hook and add-hook.
14069
14070 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14071
14072 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14073 it as the default.
14074 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14075 (sendmail-send-it): Conditionally add MIME headers specifying the
14076 used character set.
14077
14078 2000-03-07 Dave Love <fx@gnu.org>
14079
14080 * winner.el: Fix keywords, autoload cookies. Split
14081 eval-when-compile form to avoid compilation failure.
14082
14083 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14084
14085 * international/mule.el: Modify comment about coding system
14086 property `coding-category'.
14087 (make-coding-system): New argument EOL-TYPE. Pay attention to
14088 coding-category property of PROPERTIES.
14089
14090 * international/mule-conf.el (coding-category-utf-8,
14091 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14092 categories. Include them in the argument for set-coding-priority.
14093
14094 * international/mule-cmds.el (reset-language-environment): Include
14095 coding-category-utf-8, coding-category-utf-16-be, and
14096 coding-category-utf-16-le in the argument for set-coding-priority.
14097 (reset-language-environment): Initialize coding-category-utf-8,
14098 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14099
14100 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14101
14102 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14103 code abstracted out of `bookmark-jump-noselect'. Now tries info
14104 extensions as well as compression extensions.
14105 (bookmark-jump-noselect): Use above new func.
14106
14107 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14108
14109 * strokes.el: Change maintainer's mail address.
14110
14111 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14112
14113 * international/mule-diag.el (list-character-sets): Make help-echo
14114 string by substitute-command-keys.
14115 (list-character-sets): Likewise.
14116 (sort-listed-character-sets): Call help-setup-xref.
14117
14118 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14119
14120 * time.el (display-time-mail-file): Add `none' to the list of
14121 choices.
14122
14123 2000-03-01 Dave Love <fx@gnu.org>
14124
14125 * help.el (help-xref-go-back): Don't try to set position.
14126
14127 * international/mule-diag.el (list-character-sets): Call
14128 help-setup-xref. Add help-echo to xrefs.
14129 (list-character-sets-1): Add help-echo to xrefs.
14130
14131 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14132
14133 * frame.el (blink-cursor-mode): Switch cursor on when turning
14134 the mode off.
14135
14136 * add-log.el (add-log-current-defun): Add support for
14137 Autoconf mode.
14138
14139 * mail/rmail.el (rmail-quit-hook): New variable.
14140
14141 2000-03-01 Dave Love <fx@gnu.org>
14142
14143 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14144
14145 * help.el (help-xref-button): Add help-echo arg.
14146 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14147
14148 * faces.el (list-faces-display): Supply help-echo with
14149 help-make-xrefs.
14150
14151 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14152 nil.
14153
14154 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14155
14156 * image.el (defimage): Look for image files in load-path.
14157
14158 * frame.el (busy-cursor-delay-seconds): Change type to
14159 `number'.
14160
14161 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14162
14163 * recentf.el (recentf): Added version tag to the defgroup of
14164 recentf.
14165
14166 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14167
14168 * recentf.el (recentf-cleanup): Changed to remove excluded file
14169 too.
14170 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14171 action to select/unselect a file.
14172 (recentf-edit-list): Code cleanup and improvement.
14173 (recentf-open-more-files-action): `recentf-open-more-files' button
14174 widget action to open a file.
14175 (recentf-open-more-files): No more use standard completion but
14176 widgets.
14177 (recentf-more-collection): Deleted.
14178 (recentf-more-history): Deleted.
14179 (recentf-setup-more-completion): Deleted.
14180
14181 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14182
14183 * recentf.el (recentf-mode): No more needs that Emacs is running
14184 under a window-system.
14185
14186 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14187
14188 * recentf.el (recentf-edit-list): New command to edit the recent
14189 list which allow the user to remove files.
14190 (recentf-edit-selected-items): New global variable, used by
14191 `recentf-edit-list' to hold the list of files to be removed from
14192 the recent list.
14193 (recentf-make-menu-items): Updated to display a "Edit list..."
14194 menu item. Minor code cleanup.
14195
14196 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14197
14198 * recentf.el (recentf-open-more-files): New command to open files
14199 that are not displayed in the menu.
14200 (recentf-more-collection): New global variable holding the set of
14201 permissible completions used by `recentf-open-more-files'.
14202 (recentf-more-history): New global variable holding the history list
14203 used by `recentf-open-more-files' completion.
14204 (recentf-setup-more-completion): New function to setup completion for
14205 `recentf-open-more-files'.
14206 (recentf-make-menu-items): Updated to display a "More..." menu item.
14207
14208 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14209
14210 * recentf.el (recentf-menu-action): Doc fixed.
14211
14212 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14213
14214 * recentf.el (recentf-menu-filter): Doc updated.
14215 (recentf-update-menu-hook): Allow menu filters to force menu update.
14216 (recentf-make-menu-items): New menu filter handling.
14217 (recentf-make-menu-item): New helper function.
14218 (recentf-menu-elements): New menu handling function.
14219 (recentf-sort-ascending): Updated to new menu filter handling.
14220 (recentf-sort-descending): Updated to new menu filter handling.
14221 (recentf-sort-basenames-ascending): New menu filter function.
14222 (recentf-sort-basenames-descending): New menu filter function.
14223 (recentf-show-basenames): New menu filter function.
14224 (recentf-show-basenames-ascending): New menu filter function.
14225 (recentf-show-basenames-descending): New menu filter function.
14226
14227 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14228
14229 * diary-lib.el (list-diary-entries): Don't try to go forward at
14230 the end of the buffer.
14231
14232 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14233
14234 * international/mule-diag.el (list-character-sets): Completely
14235 rewritten.
14236 (sort-listed-character-sets): New function.
14237 (list-character-sets-1): Completely rewritten.
14238 (list-character-sets-2): New function.
14239 (non-iso-charset-alist): New variable.
14240 (decode-codepage-char): New function.
14241 (charset-history): New variable.
14242 (read-charset) (list-block-of-chars)
14243 (list-iso-charset-chars)
14244 (list-non-iso-charset-chars)
14245 (list-charset-chars): New functions.
14246 (mule-diag): Call list-character-sets-2, not
14247 list-character-sets-2.
14248 (dump-charsets): Likewise.
14249
14250 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14251
14252 * dired-x.el (dired-filename-at-point): Add `@' to valid
14253 file name characters.
14254 (dired-filename-at-point): Handle ange-ftp file names.
14255
14256 * frame.el (frame-notice-user-settings): Use assq-delete-all
14257 instead of assoc-delete-all.
14258 (frame-notice-user-settings): Ditto.
14259
14260 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14261 Don't copy alist.
14262
14263 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14264
14265 * calculator.el (calculator-use-menu): New option.
14266 (calculator-initial-bindings): Changed some bindings to work as
14267 macros.
14268 (calculator-forced-input): Removed.
14269 (calculator-restart-other-mode): New variable.
14270 (calculator-mode-map): Set up menu.
14271
14272 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14273
14274 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14275 tags.
14276
14277 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14278
14279 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14280 translate all ESC key sequences.
14281 (viper-goto-mark-subr): restore markers for files for which
14282 they were saved.
14283 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14284 * viper-util.el (viper-set-replace-overlay-glyphs,
14285 viper-set-replace-overlay): always check if the replacement
14286 overlay is live.
14287 * viper.el (viper-vi-state-mode-list): added major modes.
14288 * ediff-wind.el: minor comment changes.
14289 * ediff.el: copyright notice date fix.
14290
14291 2000-02-27 Jason Rumney <jasonr@gnu.org>
14292
14293 * faces.el (face-font-family-alternatives): Add arial to helv.
14294 (mode-line, header-line, tool-bar): Same default as x for w32.
14295 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14296 face-font-family-alternatives from working.
14297 * term/w32-win.el (mouse-set-font): Do not build fontset from
14298 chosen font.
14299
14300 2000-02-25 Sam Steingold <sds@goems.com>
14301
14302 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14303 properly.
14304
14305 2000-02-25 Richard M. Stallman <rms@gnu.org>
14306
14307 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14308
14309 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14310
14311 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14312 writable.
14313
14314 * frame.el (busy-cursor-delay-seconds): New option.
14315
14316 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14317
14318 * frame.el (show-cursor-in-non-selected-windows): New option.
14319
14320 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14321
14322 * diary-lib.el (include-other-diary-files): Undo the selective
14323 display in any included file and don't kill it.
14324
14325 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14326
14327 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14328 bar. Menu items converted to (menu-item format, help strings
14329 added.
14330 [downcase, upcase]: Don't enable on MS-DOS.
14331 [symlink, symlinks]: Don't show if make-symbolic-link is not
14332 bound.
14333 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14334
14335 2000-02-23 Dave Love <fx@gnu.org>
14336
14337 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14338 (backward-kill-word): Revert addition of * to interactive spec --
14339 it's a feature.
14340
14341 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14342 (backward-kill-sentence, kill-sentence): Likewise.
14343
14344 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14345 scratch buffer name.
14346 (gud-format-command): Use int-to-string in ?l case. Simplify
14347 slightly.
14348
14349 * term/w32-win.el (internal-face-interactive): Update prompt for
14350 new read-face-name.
14351
14352 * mail/footnote.el (footnote): Add :version to defgroup.
14353 (footnote-section-tag-regexp): Customize.
14354 (footnote-start-tag, footnote-end-tag): New option.
14355 (footnote-latin-regexp): New variable.
14356 (Footnote-latin): New function.
14357 (footnote-style-alist): Add element for latin style.
14358 (footnote-style): Moved.
14359 (Footnote-goto-footnote): Use eq to test arg.
14360
14361 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14362
14363 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14364 (byte-compile-trueconstp): Include keywords.
14365 (byte-optimize-quote, byte-optimize-lapcode): Use
14366 byte-compile-const-symbol-p.
14367 (byte-optimize-char-before): New optimization.
14368
14369 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14370 (byte-compile-const-symbol-p): New function.
14371 (byte-compile-constp, byte-compile-out-toplevel)
14372 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14373 Use it.
14374
14375 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14376
14377 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14378
14379 * international/encoded-kb.el: Be sure to update minor-mode-alist
14380 and minor-mode-map-alist.
14381 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14382 codes SS2 and SS3 correctly.
14383 (encoded-kbd-self-insert-ccl): New function.
14384 (encoded-kbd-setup-keymap): New function.
14385 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14386 by calling encoded-kbd-setup-keymap.
14387
14388 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14389 characters.
14390 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14391 locally.
14392
14393 2000-02-22 Dave Love <fx@gnu.org>
14394
14395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14396 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14397 defvar.
14398 (lisp-mode-syntax-table): Set up for #|...|# comments.
14399 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14400 classes. Match `defface'.
14401 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14402 (eval-defun-1): Fix for defcustom.
14403 (lisp-indent-region): Doc fix.
14404
14405 * subr.el (when, unless, split-string): Doc fix.
14406 (read-passwd): Move call of clear-this-command-keys to the right
14407 place.
14408 (replace-regexps-in-string): New function.
14409
14410 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14411
14412 * help.el (describe-variable): Set syntax table to
14413 emacs-lisp-mode-syntax-table when moving forward over the
14414 symbol's name.
14415
14416 2000-02-22 Dave Love <fx@gnu.org>
14417
14418 * xt-mouse.el: Doc fixes.
14419 (xterm-mouse-position-function): New function, replacing advice of
14420 mouse-position.
14421 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14422
14423 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14424
14425 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14426
14427 * format.el (format-annotate-single-property-change): Handle
14428 properties.with dotted-list values.
14429 (format-proper-list-p): New function.
14430
14431 * enriched.el (enriched-face-ans): Handle '(foreground-color
14432 . COLOR) and (background-color . COLOR).
14433
14434 2000-02-20 Dave Love <fx@gnu.org>
14435
14436 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14437 and assignments to it.
14438 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14439 current local map.
14440 (make-flyspell-overlay): Use it.
14441 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14442
14443 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14444 (lm-get-header-re): Defun, not defsubst.
14445 (lm-get-package-name): Defun, not defsubst. Simplify.
14446 (lm-version): Doc fix. Simplify.
14447 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14448 (lm-crack-address, lm-last-modified-date, lm-commentary)
14449 (lm-verify, lm-synopsis): Simplify.
14450 (lm-report-bug): Require emacsbug. Use compose-mail.
14451
14452 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14453
14454 * dired.el (dired-mode): Call propertized-buffer-identification
14455 to set mode-line-buffer-identification to something having
14456 the right text properties.
14457
14458 * bindings.el (propertized-buffer-identification): New function.
14459
14460 2000-02-20 Dave Love <fx@gnu.org>
14461
14462 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14463 check for t-mouse too.
14464
14465 * cus-start.el: Make echo-keystrokes `number'.
14466
14467 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14468
14469 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14470 Don't call ring-empty-p unless tags-location-ring is bound.
14471 From Noah Friedman <friedman@splode.com>.
14472
14473 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14474
14475 * progmodes/hideshow.el (hs-flag-region): No longer use
14476 `intangible' overlay property.
14477
14478 (hs-toggle-hiding): New command.
14479 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14480
14481 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14482 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14483 and deactivation.
14484
14485 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14486
14487 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14488
14489 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14490
14491 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14492
14493 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14494 of `*' to handle `(* ... *)' comments.
14495
14496 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14497
14498 * faces.el (list-faces-display): Use display-mouse-p instead of
14499 window-system.
14500
14501 * menu-bar.el (global-map): Menu-bar items converted to the new
14502 format (menu-item..., rearranged for better CUA compliance, and
14503 their names changed for better clarity. Help strings added.
14504
14505 * international/mule-cmds.el (mule-menu-keymap)
14506 (describe-language-environment-map, set-coding-system-map)
14507 (setup-language-environment-map): Convert to new (menu-item...
14508 form, add help strings. Change names of menu items for better
14509 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14510 submenu).
14511
14512 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14513
14514 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14515 within the code.
14516
14517 2000-02-16 Dave Love <fx@gnu.org>
14518
14519 * faces.el: Don't require custom. Add more specific :groups to
14520 various deffaces.
14521 (set-face-attribute): Purecopy args.
14522 (read-face-name): Default to name at point and use it in prompt.
14523 Remove colon from arg in all callers.
14524 (list-faces-display): Hyperlink to face descriptions and customize
14525 buffers.
14526
14527 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14528
14529 * wid-edit.el (widget-match-inline): An atom never matches a
14530 list.
14531
14532 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14533
14534 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14535 at ':' characters by call to split-string.
14536
14537 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14538
14539 * textmodes/bibtex.el: Added RCS version identification.
14540
14541 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14542
14543 * textmodes/bibtex.el: Some temporary comments removed.
14544 (bibtex-field-name, bibtex-entry-type): Made the relationship
14545 explicit.
14546 (bibtex-field-const): Allow capital letters.
14547 (bibtex-start-of-string): Deleted because unused.
14548
14549 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14550 use the term 'reference' to describe a bibtex entry as a whole.
14551 Further, reference keys are no longer called 'labels'.
14552 (bibtex-keys): Renamed to bibtex-reference-keys.
14553 (bibtex-reformat-previous-labels): Renamed to
14554 bibtex-reformat-previous-reference-keys.
14555 (bibtex-reference-type): Renamed to bibtex-entry-type.
14556 (bibtex-reference-head): Renamed to bibtex-entry-head.
14557 (bibtex-reference-maybe-empty-head): Renamed to
14558 bibtex-entry-maybe-empty-head.
14559 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14560 (bibtex-search-reference): Renamed to bibtex-search-entry.
14561 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14562 bibtex-enclosing-entry-maybe-empty-head.
14563 (bibtex-entry-field-alist, bibtex-entry-head,
14564 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14565 bibtex-map-entries, bibtex-search-entry,
14566 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14567 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14568 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14569 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14570 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14571 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14572 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14573
14574 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14575
14576 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14577 comment.
14578 (bibtex-format-field-delimiters): New function, functionality
14579 extracted from bibtex-format-entry.
14580 (bibtex-autokey-get-yearfield-digits): New function, functionality
14581 extracted from bibtex-autokey-get-yearfield.
14582
14583 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14584 entries in order to avoid stack overflow in the regexp matcher if
14585 field contents become large.
14586 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14587 bibtex-field-string-part-not-braced,
14588 bibtex-field-string-part-no-inner-braces,
14589 bibtex-field-string-part-1-inner-brace,
14590 bibtex-field-string-part-2-inner-braces,
14591 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14592 bibtex-field-string-quoted, bibtex-field-string,
14593 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14594 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14595 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14596 as parsing is now performed by the following functions.
14597 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14598 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14599 bibtex-parse-field-string, bibtex-search-forward-field-string,
14600 bibtex-parse-association, bibtex-field-name-for-parsing,
14601 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14602 bibtex-search-forward-field, bibtex-search-backward-field,
14603 bibtex-start-of-field, bibtex-end-of-field,
14604 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14605 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14606 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14607 bibtex-parse-string, bibtex-search-forward-string,
14608 bibtex-search-backward-string, bibtex-start-of-string,
14609 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14610 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14611 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14612 entries. Instead of reporting the results of the parsing by
14613 match-beginning or match-end, these functions return data structures
14614 that hold the corresponding positions.
14615 (bibtex-enclosing-field): Changed to also report field boundaries by
14616 return values rather than by match-beginning or match-end. The
14617 following functions have been adapted to use the new parsing
14618 functions.
14619 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14620 bibtex-enclosing-field, bibtex-format-entry,
14621 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14622 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14623 bibtex-print-help-message, bibtex-end-of-entry,
14624 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14625 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14626 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14627 method for parsing.
14628 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14629 bibtex-map-entries, bibtex-flash-head,
14630 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14631 bibtex-autokey-change, bibtex-autokey-get-namefield,
14632 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14633 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14634 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14635 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14636 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14637 order to make the new binding of case-fold-search immediately
14638 visible.
14639
14640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14641
14642 * textmodes/bibtex.el: Copyright notice is up to date.
14643 Added constant 'bibtex-maintainer-salutation.
14644
14645 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14646 than make-temp-name, use match-string-no-properties and eliminate
14647 a quadratic behavior when building bibtex-strings.
14648
14649 * bibtex.el (bibtex-reference-key): Accept string entries whose
14650 reference key contains upper case letters.
14651
14652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14653
14654 * bibtex.el (bibtex-reference-head): Allow entries to start with
14655 a new line.
14656
14657 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14658
14659 * bibtex.el: Hiding of entry bodies is not longer provided by
14660 bibtex.el directly. Instead the hideshow package can be used.
14661 Added a special bibtex entry to hs-special-modes-alist.
14662 (bibtex-hs-forward-sexp): Added for hideshow.el.
14663
14664 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14665
14666 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14667 at ':' characters by call to split-string.
14668
14669 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14670
14671 * textmodes/bibtex.el: Added RCS version identification.
14672
14673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14674
14675 * textmodes/bibtex.el: Some temporary comments removed.
14676 (bibtex-field-name, bibtex-entry-type): Made the relationship
14677 explicit.
14678 (bibtex-field-const): Allow capital letters.
14679 (bibtex-start-of-string): Deleted because unused.
14680
14681 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14682 use the term 'reference' to describe a bibtex entry as a whole.
14683 Further, reference keys are no longer called 'labels'.
14684 (bibtex-keys): Renamed to bibtex-reference-keys.
14685 (bibtex-reformat-previous-labels): Renamed to
14686 bibtex-reformat-previous-reference-keys.
14687 (bibtex-reference-type): Renamed to bibtex-entry-type.
14688 (bibtex-reference-head): Renamed to bibtex-entry-head.
14689 (bibtex-reference-maybe-empty-head): Renamed to
14690 bibtex-entry-maybe-empty-head.
14691 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14692 (bibtex-search-reference): Renamed to bibtex-search-entry.
14693 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14694 bibtex-enclosing-entry-maybe-empty-head.
14695 (bibtex-entry-field-alist, bibtex-entry-head,
14696 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14697 bibtex-map-entries, bibtex-search-entry,
14698 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14699 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14700 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14701 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14702 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14703 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14704 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14705
14706 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14707
14708 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14709 comment.
14710 (bibtex-format-field-delimiters): New function, functionality
14711 extracted from bibtex-format-entry.
14712 (bibtex-autokey-get-yearfield-digits): New function, functionality
14713 extracted from bibtex-autokey-get-yearfield.
14714
14715 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14716 entries in order to avoid stack overflow in the regexp matcher if
14717 field contents become large.
14718 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14719 bibtex-field-string-part-not-braced,
14720 bibtex-field-string-part-no-inner-braces,
14721 bibtex-field-string-part-1-inner-brace,
14722 bibtex-field-string-part-2-inner-braces,
14723 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14724 bibtex-field-string-quoted, bibtex-field-string,
14725 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14726 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14727 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14728 as parsing is now performed by the following functions.
14729 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14730 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14731 bibtex-parse-field-string, bibtex-search-forward-field-string,
14732 bibtex-parse-association, bibtex-field-name-for-parsing,
14733 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14734 bibtex-search-forward-field, bibtex-search-backward-field,
14735 bibtex-start-of-field, bibtex-end-of-field,
14736 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14737 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14738 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14739 bibtex-parse-string, bibtex-search-forward-string,
14740 bibtex-search-backward-string, bibtex-start-of-string,
14741 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14742 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14743 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14744 entries. Instead of reporting the results of the parsing by
14745 match-beginning or match-end, these functions return data structures
14746 that hold the corresponding positions.
14747 (bibtex-enclosing-field): Changed to also report field boundaries by
14748 return values rather than by match-beginning or match-end. The
14749 following functions have been adapted to use the new parsing
14750 functions.
14751 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14752 bibtex-enclosing-field, bibtex-format-entry,
14753 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14754 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14755 bibtex-print-help-message, bibtex-end-of-entry,
14756 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14757 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14758 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14759 method for parsing.
14760 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14761 bibtex-map-entries, bibtex-flash-head,
14762 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14763 bibtex-autokey-change, bibtex-autokey-get-namefield,
14764 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14765 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14766 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14767 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14768 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14769 order to make the new binding of case-fold-search immediately
14770 visible.
14771
14772 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14773
14774 * textmodes/bibtex.el: Copyright notice is up to date.
14775 Added constant 'bibtex-maintainer-salutation.
14776
14777 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14778 than make-temp-name, use match-string-no-properties and eliminate
14779 a quadratic behavior when building bibtex-strings.
14780
14781 * bibtex.el (bibtex-reference-key): Accept string entries whose
14782 reference key contains upper case letters.
14783
14784 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14785
14786 * bibtex.el (bibtex-reference-head): Allow entries to start with
14787 a new line.
14788
14789 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14790
14791 * bibtex.el: Hiding of entry bodies is not longer provided by
14792 bibtex.el directly. Instead the hideshow package can be used.
14793 Added a special bibtex entry to hs-special-modes-alist.
14794 (bibtex-hs-forward-sexp): Added for hideshow.el.
14795
14796 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14797
14798 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14799 proceedings entry type (for cross referencing). Thanks to Wagner
14800 Toledo Correa for the suggestion.
14801
14802 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14803
14804 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14805
14806 * international/characters.el: Setup case table for Vietnamese.
14807
14808 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14809
14810 * uniquify.el (toplevel): Require CL at compile time.
14811 (uniquify-push): Removed.
14812
14813 * shadowfile.el (shadow-when): Removed.
14814
14815 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14816 (tempo-process-and-insert-string): Use dolist instead of
14817 tempo-dolist.
14818
14819 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14820 regexp for paragraph-start.
14821
14822 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14823 commas as well.
14824
14825 2000-02-10 Dave Love <fx@gnu.org>
14826
14827 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14828 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14829 Deleted.
14830 (widget-specify-field, widget-specify-button): Don't use
14831 widget-mouse-help as help-echo property.
14832 (default): Use #'ignore for :validate and :mouse-down-action.
14833 (checkbox): Add help-echo.
14834 (widget-sexp-validate): Rewritten to clarify error messages.
14835 (character): Use char-valid-p in :match function.
14836 (widget-color-complete): Use facemenu-color-alist.
14837 (widget-color-action): Use facemenu-read-color.
14838
14839 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14840 set up `caar' &c that we now have.
14841
14842 2000-02-09 Ray Blaak <blaak@gnu.org>
14843
14844 * delphi.el: Make resourcestring a declaration region, like const
14845 and var.
14846
14847 2000-02-09 Dave Love <fx@gnu.org>
14848
14849 * bindings.el (mode-line-input-method-map): New variable.
14850 (mode-line-mule-info): Use it; fix last change.
14851 (mode-line-mode-menu): Move definition.
14852 (mode-line-mouse-sensitive-p): Deleted.
14853 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14854 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14855 level.
14856
14857 * startup.el (command-line-1): Don't call
14858 make-mode-line-mouse-sensitive.
14859
14860 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14861
14862 * mail/rmail.el (rmail-retry-failure): Use
14863 rmail-beginning-of-message before rmail-toggle-header, because the
14864 former toggles headers.
14865
14866 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14867
14868 * diff-mode.el (diff-kill-junk): New interactive function.
14869 (diff-reverse-direction): Use delete-and-extract-region.
14870 (diff-post-command-hook): Restrict the area so that the hook also works
14871 outside of any diff hunk. This is necessary for the minor-mode.
14872 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14873 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14874
14875 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14876 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14877 so that it can be used more easily in <foo>-mode-hook. Also make sure
14878 to avoid duplicate entries.
14879 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14880 (font-lock-remove-keywords): Just as was done for `add', allow it to
14881 work even if font-lock-mode is nil. Also make sure we don't modify
14882 any pre-existing list by forcing a copy-sequence. Finally rename
14883 `major-mode' to `mode'.
14884 (font-lock-fontify-syntactic-anchored-keywords)
14885 (font-lock-fontify-anchored-keywords)
14886 (font-lock-fontify-keywords-region): Use line-end-position.
14887 Don't make `font-lock-multiline' local (it's now done in
14888 font-lock-set-defaults).
14889 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14890 move the `font-lock-fontified' creation to inside the `unless'.
14891
14892 2000-02-06 Andrew Innes <andrewi@gnu.org>
14893
14894 * term/w32-win.el (x-handle-args): Comment out call to message,
14895 which occurs before window system is initialized.
14896
14897 * makefile.nt: Add support for recompiling lisp code.
14898
14899 2000-02-04 Dave Love <fx@gnu.org>
14900
14901 * bindings.el (mode-line-mule-info): Fix/extend last change.
14902
14903 * completion.el: Replace completion-dolist with dolist.
14904
14905 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14906 dotimes.
14907
14908 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14909
14910 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14911 environment names before they go into the section regexp.
14912
14913 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14914 char class in regexp.
14915
14916 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14917 `case-fold-search' to nil.
14918
14919 * progmodes/idlwave.el (idlwave-template): Respect
14920 `idlwave-abbrev-change-case'.
14921 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14922 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14923 idlwave-while): respect `idlwave-reserved-word-upcase'.
14924 (idlwave-rw-case): New function.
14925 (idlwave-statement-match): Fixed problem with assignment regexp.
14926 (idlwave-font-lock-keywords): Improved regexp for keyword
14927 parameters.
14928 (idlwave-surround): New argument LENGTH to support padding of
14929 operators longer than 1 char.
14930
14931 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14932 idlwave-shell-expression-overlay. Implemented printing of
14933 expressions on higher levels of the calling stack.
14934 (idlwave-shell-display-level-in-calling-stack): Restore stack
14935 level.
14936 (idlwave-retrieve-expression-from-level): New function.
14937 (idlwave-shell-last-calling-stack): Variable removed.
14938 (idlwave-shell-reset): Argument action reversed (`visible' to
14939 `hidden'). Also remove stop-line overlay.
14940 (idlwave-shell-calling-stack-routine): New variable.
14941 (idlwave-shell-parse-stack-and-display): Messages now display
14942 negative level numbers.
14943 (idlwave-shell-mode): Set `modeline-format'.
14944 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14945 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14946 21.
14947 (idlwave-shell-print-expression-function): New option.
14948
14949 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14950 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14951 `tool-bar' instead of `toolbar'.
14952
14953 2000-02-02 Dave Love <fx@gnu.org>
14954
14955 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14956 emacs-lisp-mode-hook. Don't check for defalias being defined.
14957
14958 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14959 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14960 the new builtins directly.
14961
14962 * whitespace.el (whitespace): Add :version to defgroup.
14963
14964 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14965 Doc fix.
14966
14967 * thingatpt.el (sexp-at-point, symbol-at-point)
14968 (number-at-point, list-at-point): Add autoload cookie.
14969
14970 * recentf.el (recentf): Add :version to defgroup.
14971
14972 * quickurl.el (quickurl): Add :version to defgroup.
14973
14974 * elide-head.el (elide-head): Use point-marker more.
14975
14976 * bs.el (bs): Add :version to defgroup.
14977
14978 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14979
14980 * progmodes/delphi.el (delphi): Add :version to defgroup.
14981
14982 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14983
14984 * ange-ftp.el (ange-ftp-write-region): Handle case that
14985 succeeding process operation sets a different coding system.
14986
14987 * calculator.el: New file.
14988
14989 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14990
14991 * frame.el (frames-on-display-list, framep-on-display): New
14992 functions.
14993 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14994 (display-selections-p, display-screens, display-pixel-width)
14995 (display-pixel-height, display-mm-width, display-mm-height)
14996 (display-backing-store, display-save-under, display-planes)
14997 (display-color-cells, display-visual-class): New functions.
14998
14999 * term/tty-colors.el (tty-color-gray-shades): New function.
15000
15001 * faces.el (display-color-p): Use framep-on-display.
15002 (display-grayscale-p): New function.
15003
15004 2000-01-31 Dave Love <fx@gnu.org>
15005
15006 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15007 (create-fontset-from-x-resource): Don't concat integers.
15008
15009 2000-01-31 Inge Frick <inge@nada.kth.se>
15010
15011 * view.el: Some changes in documentation. Removed some trailing
15012 whitespace. Changed some parameter names to agree with
15013 documentation.
15014 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15015 window is not deleted. Modifies change 1998-04-26.
15016
15017 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15018
15019 * windmove.el: New file.
15020
15021 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15022 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15023 progmodes/ebnf-yac.el: Update copyright and license info.
15024
15025 * jit-lock.el (jit-lock-function): Widen before calculating end
15026 position.
15027 (jit-lock-stealth-chunk-start): Rewritten.
15028
15029 * info.el (Info-title-face-alist): Removed.
15030 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15031 faces.
15032 (Info-fontify-node): Use these faces.
15033
15034 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15035
15036 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15037 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15038 `&allow-other-keywords'.
15039
15040 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15041 the list of directories scanned heuristically.
15042
15043 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15044 exist.
15045
15046 2000-01-30 Jason Rumney <jasonr@gnu.org>
15047
15048 * w32-fns.el: Define w32-tty-standard-colors.
15049
15050 * startup.el (command-line): Use w32-tty-standard-colors when in
15051 w32 console mode.
15052
15053 2000-01-30 Dave Love <fx@gnu.org>
15054
15055 * jka-compr.el (jka-compr-load): Fix up load-history.
15056
15057 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15058
15059 * emacs-lisp/cl-macs.el: Revert previous change.
15060
15061 2000-01-29 Dave Love <fx@gnu.org>
15062
15063 * facemenu.el: Purecopy various strings.
15064
15065 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15066 years. Deal with three-digit years.
15067
15068 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15069 defconst, purecopy.
15070 (help-back-label): Purecopy it.
15071
15072 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15073
15074 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15075 variable. If non-nil, order the buffer list according to the
15076 currently selected frame.
15077 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15078 non-nil, pass the selected frame to function buffer-list.
15079
15080 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15081
15082 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15083
15084 2000-01-28 Dave Love <fx@gnu.org>
15085
15086 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15087
15088 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15089 Don't use lisp-indent-hook property.
15090 (cl-abs): Remove.
15091
15092 * subr.el: Move out indent and edebug specs for when and unless.
15093
15094 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15095 when, unless.
15096
15097 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15098 unless, when.
15099
15100 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15101
15102 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15103 `collecting' as synonym for `collect'.
15104
15105 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15106 for the case it contains spaces.
15107
15108 * simple.el (what-cursor-position): Change formatting of
15109 messages.
15110
15111 * frame.el (delete-other-frames): New function.
15112 (toplevel): Bind it to C-x 5 1.
15113
15114 * sort.el (sort-numeric-base): New option.
15115 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15116 interpret it as octal or hexadecimal. Use sort-numeric-base
15117 as default base.
15118
15119 * progmodes/glasses.el: New file.
15120
15121 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15122
15123 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15124 userids differently.
15125
15126 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15127 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15128 progmodes/ebnf-yac.el: New files.
15129
15130 2000-01-26 Dave Love <fx@gnu.org>
15131
15132 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15133 on a function with an empty body. [From Eric Ludlam.]
15134
15135 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15136
15137 * vc.el (vc-version-diff): Make sure file name is expanded.
15138
15139 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15140
15141 * scroll-bar.el (scroll-bar-timer): Variable removed.
15142 (scroll-bar-toolkit-scroll): Don't use a timer.
15143
15144 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15145
15146 * language/thai-util.el (thai-composition-function): Delete
15147 superfluous `a'.
15148
15149 2000-01-24 Dave Love <fx@gnu.org>
15150
15151 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15152 end-of-defun-function.
15153
15154 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15155 &c.
15156
15157 2000-01-22 Jason Rumney <jasonr@gnu.org>
15158
15159 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15160 conflicts with new face support.
15161
15162 2000-01-22 Richard M. Stallman <rms@gnu.org>
15163
15164 * replace.el (query-replace): Rename last arg to DELIMITED.
15165 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15166 (query-replace-regexp): Likewise.
15167
15168 2000-01-20 Richard M. Stallman <rms@gnu.org>
15169
15170 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15171
15172 * emacs-lisp/lisp.el (beginning-of-defun-function):
15173 Variable renamed from beginning-of-defun.
15174 Do not call make-variable-buffer-local.
15175 (beginning-of-defun-raw): Use new variable name; doc fix.
15176 (beginning-of-defun): Doc fix.
15177 (end-of-defun-function): Variable renamed from end-of-defun.
15178 Do not call make-variable-buffer-local.
15179 (end-of-defun): Use new variable name; doc fix.
15180
15181 * subr.el (dolist, dotimes): Copied from cl-macs.el
15182 and made to work.
15183
15184 * mail/undigest.el (rmail-digest-end-regexps):
15185 Variable replaces rmail-digest-end-regexp.
15186 Allows multiple regexps for detecting the end line.
15187 (undigestify-rmail-message): Corresponding changes.
15188
15189 2000-01-19 Dave Love <fx@gnu.org>
15190
15191 * files.el (user-init-file): Don't declare here -- is primitive.
15192
15193 * startup.el (command-line): Check for compiled user-init-file and
15194 set to uncompiled version if necessary.
15195
15196 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15197
15198 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15199 (undigestify-rmail-message): Use it.
15200
15201 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15202
15203 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15204
15205 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15206 of mini-buffer.
15207
15208 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15209
15210 * emacs-lisp/copyright.el (copyright-update): Removed the
15211 requirement for a trailing space from `copyright-regexp', to
15212 support copyrights with owner specified on a separate line..
15213
15214 * align.el: New file.
15215
15216 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15217
15218 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15219
15220 2000-01-13 Dave Love <fx@gnu.org>
15221
15222 * ph.el: Removed. (Obsoleted by EUDC.)
15223
15224 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15225
15226 * net/eudc.el (toplevel): Remove autoloaded code installing
15227 menu with easymenu, because that causes build problems.
15228
15229 * frame.el (frame-notice-user-settings): New variable.
15230 (frame-notice-user-settings): Don't modify frame parameters
15231 if called a second time.
15232
15233 2000-01-13 Richard M. Stallman <rms@gnu.org>
15234
15235 * frame.el (frame-notice-user-settings):
15236 Notice default-frame-parameters even for non-window frames.
15237
15238 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15239
15240 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15241 for Emacs.
15242 (eudc-bob-can-display-inline-images): Extend for Emacs.
15243 (eudc-bob-toggle-inline-display): Ditto.
15244 (eudc-bob-display-jpeg): Ditto.
15245
15246 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15247
15248 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15249 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15250 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15251
15252 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15253 nil)'.
15254
15255 * subdirs.el: Add `net' directory.
15256
15257 * net: New directory.
15258
15259 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15260 eval-last-sexp. Don't bind debug-on-error here.
15261 (eval-last-sexp): New function. Bind debug-on-error if
15262 eval-expression-debug-on-error is non-nil.
15263 (eval-defun-2, eval-defun): Likewise.
15264
15265 * simple.el (eval-expression): Don't bind debug-on-error if
15266 eval-expression-debug-on-error is nil. Detect changed
15267 debug-on-error, and propagate new value to global binding, if
15268 eval-expression-debug-on-error is non-nil,
15269 (eval-expression-debug-on-error): Change doc string.
15270
15271 2000-01-11 Richard M. Stallman <rms@gnu.org>
15272
15273 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15274
15275 * emacs-lisp/lisp-mode.el (with-syntax-table):
15276 Set up lisp-indent-function property.
15277
15278 * subr.el (with-syntax-table): Moved from simple.el.
15279
15280 * simple.el (with-syntax-table): Moved to subr.el.
15281
15282 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15283
15284 * tmm.el (tmm-shortcut): Delete region after prompt instead
15285 of erasing buffer.
15286
15287 * textmodes/fill.el (fill-common-string-prefix): New function.
15288 (fill-context-prefix): Use the longest common prefix of first
15289 and second line fill prefix, if there is one.
15290
15291 2000-01-11 Richard M. Stallman <rms@gnu.org>
15292
15293 * array.el (array-mode): Don't use make-variable-buffer-local.
15294 Use make-local-variable for `truncate-lines'.
15295
15296 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15297
15298 * add-log.el (add-log-current-defun): Handle user-defined
15299 add-log-current-function returning nil,
15300
15301 * add-log.el (add-change-log-entry): Insert version number
15302 if having found a current function
15303
15304 * add-log.el (add-log-current-defun): Call
15305 `add-log-current-defun-function'. Try matches at level 0 and
15306 level 1. Strip whitespace from defun found.
15307
15308 2000-01-10 John Wiegley <johnw@gnu.org>
15309
15310 * allout.el (isearch-done/outline-provisions): Added `edit'
15311 argument to correspond with the current definition of
15312 `isearch-done'.
15313
15314 2000-01-10 Dave Love <fx@gnu.org>
15315
15316 * elide-head.el (elide-head): Use point-marker, not point.
15317
15318 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15319
15320 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15321 before and after the year 2000.
15322
15323 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15324 Add ispell- prefix.
15325
15326 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15327
15328 * ispell.el: Only define dictionaries in menus when they exist.
15329 (version18p): New variable.
15330 (version20p): New variable.
15331 (xemacsp): New variable.
15332 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15333 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15334 (ispell-dictionary-alist6): Russian command lines no longer accept
15335 run-together words.
15336 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15337 (ispell-dictionary-alist): Add koi8-r to customize definition.
15338 (check-ispell-version): Added documentation string. Returns
15339 library path when called non-interactively.
15340 (ispell-menu-map-needed): Uses new variables.
15341 (ispell-library-path): New variable.
15342 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15343 (ispell-word): Improved documentation string. Test for valid
15344 character mappings. Correctly check typed in word changes that can
15345 result in single words split into multiple words. Returns
15346 replacement word.
15347 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15348 replace in recursive query replace mode. Help message for
15349 recursive edit mode.
15350 (ispell-show-choices): Protect against bad framepop bindings.
15351 (ispell-help): Fix to work with XEmacs.
15352 (ispell-highlight-spelling-error): Use new variables.
15353 (ispell-overlay-window): Fix to work with XEmacs.
15354 (ispell-parse-output): Passed and returns location information
15355 tracking spelling corrections. Doesn't recheck same word on
15356 current line.
15357 (ispell-init-process): Protect against bogus XEmacs variable binding.
15358 Fix call to single argument in sleep-for. Use new variables.
15359 (ispell-region): Passed and returns location information tracking
15360 spelling corrections. Doesn't check same word on current line.
15361 Improved documentation string. Doesn't resend a line already
15362 checked to the ispell process - fixes bug in LaTeX parsing.
15363 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15364 (ispell-skip-region): No longer skips <TT> in SGML.
15365 (ispell-process-line): Tracks location information with spelling
15366 corrections. Added documentation string. Accounts for words
15367 already accepted on this line. Don't allow query-replace on line
15368 starting with math characters. Doesn't resend a line already sent
15369 to ispell process. Fixes alignment error bug.
15370
15371 2000-01-10 Richard M. Stallman <rms@gnu.org>
15372
15373 * dired-x.el (dired-guess-shell-alist-default):
15374 Suggest xloadimage, which is free, not xv, which isn't.
15375
15376 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15377 Don't ever include the host name or user name in the value.
15378
15379 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15380
15381 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15382 of a real newline.
15383
15384 2000-01-09 Stephen Eglen <stephen@gnu.org>
15385
15386 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15387 for .png files.
15388
15389 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15390
15391 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15392
15393 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15394
15395 * progmodes/cperl-mode.el: Replace ^F with ^L.
15396
15397 * sendmail.el (toplevel): Provide `sendmail' when compiling
15398 before `require'ing rmail and mailalias to prevent infinite
15399 recursion.
15400
15401 2000-01-08 Dave Love <fx@gnu.org>
15402
15403 * emacs-lisp/backquote.el: Remove inappropriate customization
15404 (allowing custom.el to use backquote).
15405
15406 2000-01-07 Dave Love <fx@gnu.org>
15407
15408 * add-log.el (add-log-debugging): Deleted.
15409 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15410 file. Remove debugging code.
15411 (change-log-get-method-definition, change-log-name): Add doc.
15412 (change-log-sortable-date-at): New function.
15413 (change-log-merge): New command.
15414
15415 * time.el (display-time-string-forms): Make the Mail string active.
15416 (display-time-update): Provide help-echo for load average.
15417
15418 * bindings.el (make-mode-line-mouse2-map): New function.
15419 (mode-line-modified): Use it and simplify.
15420 (mode-line-mule-info): Provide help-echo info.
15421 (minor-mode-alist): Activate the strings.
15422 (make-mode-line-mouse-sensitive): Simplify for
15423 mode-line-buffer-identification.
15424
15425 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15426
15427 * play/pong.el: New file.
15428
15429 2000-01-06 Dave Love <fx@gnu.org>
15430
15431 * array.el: Assorted cleanups for compiler warnings, doc strings,
15432 `array-' prefix for symbols.
15433
15434 2000-01-05 Dave Love <fx@gnu.org>
15435
15436 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15437 outline-headers-as-kill.
15438 (outline-mode): Define imenu-generic-expression.
15439 (outline-headers-as-kill): New command.
15440
15441 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15442 from paragraph-start.
15443 (paragraph-indent-minor-mode): New command.
15444
15445 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15446 M-C-e, M-C-h, C-j, C-xnd, TAB.
15447 (fortran-mode): Set beginning-of-defun, end-of-defun.
15448 (fortran-column-ruler): Simplify.
15449 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15450 (fortran-with-subprogram-narrowing): Likewise.
15451 (fortran-indent-subprogram): Call mark-defun.
15452 (fortran-check-for-matching-do): Change narrowing.
15453
15454 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15455 (cl-lucid-hash-tag): Delete.
15456 (cl-hash-table-p): Correct test for native table.
15457 (cl-hash-table-count): Use hash-table-count.
15458
15459 * browse-url.el (browse-url): Fix case of
15460 browse-url-browser-function being an alist.
15461
15462 2000-01-05 Carsten Dominik <cd@gnu.org>
15463
15464 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15465 (reftex-index-phrase-file-extension): New options.
15466
15467 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15468 Use new option `reftex-index-phrase-file-extension'.
15469
15470 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15471 `reftex-parse-file-extension'.
15472
15473 2000-01-05 Dave Love <fx@gnu.org>
15474
15475 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15476 (beginning-of-defun-raw): Use it.
15477 (end-of-defun): New variable.
15478 (end-of-defun): Use it.
15479 (check-parens): New command.
15480
15481 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15482
15483 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15484 (hs-show-block): Don't use `mapcar' when not accumulating.
15485
15486 Fix buglet in local variables initialization.
15487
15488 2000-01-05 Andreas Schwab <schwab@suse.de>
15489
15490 * hscroll.el (hscroll): Doc fix.
15491
15492 2000-01-05 Carsten Dominik <cd@gnu.org>
15493
15494 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15495 idlw-toolbar.
15496
15497 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15498 file idlw-rinfo.el.
15499 (idlwave-customize): load must read file idlw-shell.el.
15500 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15501
15502 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15503
15504 * progmodes/idlw-shell.el: Also provide idlwave-shell
15505 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15506 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15507
15508 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15509 both reftex-dcr and reftex-vcr.
15510
15511 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15512
15513 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15514
15515 * ps-print.el: PostScript code now is in separate files, doc fix.
15516 (ps-print-version): New version number (5.0.3).
15517 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15518 local.
15519 (ps-spool-config): Initialization fix.
15520 (ps-print-prologue-1, ps-print-prologue-2)
15521 (ps-print-duplex-feature): PostScript code moved to separated file.
15522 (ps-background-image): Little code reformating.
15523 (ps-begin-file, ps-begin-job): Fix code.
15524 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15525 (ps-prologue-file): New fun.
15526
15527 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15528
15529 * ps-vars.el: Eliminated.
15530
15531 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15532 `;;;###autoload'.
15533
15534 * ps-print.el: ps-vars eliminated, doc fix.
15535 (ps-print-version): New version number (5.0.2).
15536 (ps-spool-config): Initialization fix.
15537 (ps-print-customize): New fun.
15538
15539 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15540
15541 * autorevert.el (auto-revert-mode): Return value of
15542 auto-revert-mode.
15543
15544 2000-01-04 Dave Love <fx@gnu.org>
15545
15546 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15547 menu items.
15548
15549 2000-01-03 Dave Love <fx@gnu.org>
15550
15551 * elide-head.el (elide-head) [defgroup]: Add :version.
15552
15553 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15554 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15555 `cl-hash-table-p', not `hash-table-p'.
15556 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15557
15558 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15559
15560 * faces.el (face-read-integer, read-face-attribute)
15561 (color-defined-p, color-values): unspecified-{f,b}g are now
15562 strings.
15563
15564 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15565
15566 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15567 at comment end, and re-insert them after filling.
15568
15569 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15570
15571 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15572 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15573 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15574
15575 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15576
15577 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15578 the new name of face-color-supported-p.
15579
15580 * term/w32-win.el (xw-defined-colors): Likewise.
15581
15582 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15583
15584 * simple.el (completion-setup-function): Count completion-size
15585 from minibuffer-prompt-end, not from point-min.
15586
15587 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15588
15589 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15590 Pass the frame to tty-color-* functions.
15591 (display-color-p, frame-set-background-mode): Pass the frame to
15592 tty-display-color-p.
15593
15594 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15595 tty-color-alist.
15596 (tty-color-alist, tty-modify-color-alist): New functions.
15597 (tty-color-define, tty-color-clear, tty-color-approximate)
15598 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15599 an optional parameter FRAME.
15600
15601 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15602
15603 * image.el (create-image, defimage): Don't assume image data is a
15604 string.
15605
15606 * image.el (defimage): Handle specifications containing :data
15607 instead of :file.
15608 (image-type-from-data): New function.
15609 (image-type-from-file-header): Use it.
15610 (create-image): Add parameter DATA-P.
15611
15612 See ChangeLog.8 for earlier changes.
15613
15614 ;; Local Variables:
15615 ;; coding: iso-2022-7bit
15616 ;; End: