*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2
3 * language/ethio-util.el (setup-ethiopic-environment-internal):
4 Change bindings of functions keys to conform to "Emacs Lisp Coding
5 Convention".
6
7 * language/ethiopic.el ("Ethiopic"): Add documentation.
8
9 * international/utf-8.el (mule-utf-8): Set coding-category
10 property to coding-category-utf-8.
11
12 2001-02-27 Richard M. Stallman <rms@gnu.org>
13
14 * lpr.el (lpr-page-header-switches, print-region-1):
15 Undo 2000-07-06 change.
16 (lpr-add-switches): Default to t on gnu/linux.
17
18 2001-02-27 Gerd Moellmann <gerd@gnu.org>
19
20 * bs.el (bs-attributes-list): Doc fix.
21
22 2001-02-26 Gerd Moellmann <gerd@gnu.org>
23
24 * help.el (describe-project): Display the file THE-GNU-PROJECT.
25
26 * help.el (view-order-manuals): Use goto-address.
27
28 * startup.el (command-line-1): Add info about ordering manuals
29 to the not so fancy splash screens.
30
31 2001-02-26 Andre Spiegel <spiegel@gnu.org>
32
33 * vc.el (vc-default-workfile-unchanged-p)
34 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
35
36 2001-02-26 Gerd Moellmann <gerd@gnu.org>
37
38 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
39 fontify in the right buffer.
40
41 * allout.el (outline-flag-region): Move macro in front of first
42 use to avoid a run-time error.
43
44 2001-02-24 Andrew Innes <andrewi@gnu.org>
45
46 * makefile.w32-in: Fix copyright notice.
47
48 2001-02-24 Kenichi Handa <handa@etl.go.jp>
49
50 * international/utf-8.el (mule-utf-8): Set correct value for
51 valid-codes property.
52
53 * international/fontset.el (x-complement-fontset-spec): In the
54 case that we use ASCII font for the other charsets, use only
55 family and regisry part of it.
56
57 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
60 (shrink-window-if-larger-than-buffer): Doc fix.
61
62 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
63
64 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
65 predicate passed to completing-read.
66
67 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * startup.el (command-line): Fix last change.
70
71 2001-02-23 Jason Rumney <jasonr@gnu.org>
72
73 * startup.el (tool-bar-originally-present): New variable.
74 (command-line): Set it if the tool-bar is switched on at startup.
75
76 * frame.el (frame-notice-user-settings): Only adjust frame height
77 for no tool-bar case if tool-bar was originally switched on.
78 From E. Jay Berkenbilt.
79
80 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
81
82 * server.el (server-switch-buffer): Only switch window if the
83 current one is dedicated.
84
85 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
86 rather than using (match-beginning 0) when searching for break point.
87
88 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
89
90 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
91 @ follows an accent command such as @'. Support optional braces
92 in commands that insert accents, like makeinfo does.
93
94 2001-02-22 Gerd Moellmann <gerd@gnu.org>
95
96 * startup.el (fancy-splash-text): Add a line for ordering
97 manuals. Reverse order of splash screens shown.
98 (use-fancy-splash-screens-p): Adapt to the text line added.
99
100 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
101 manuals from the FSF.
102
103 * help.el (view-order-manuals): New function.
104 (toplevel): Bind C-h C-m to this function.
105
106 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
107
108 * newcomment.el (comment-forward): Skip the comment-start before
109 searching for the comment-end.
110
111 2001-02-21 Dave Love <fx@gnu.org>
112
113 * custom.el (custom-initialize-changed, defcustom): Doc fix.
114
115 * international/mule-cmds.el, international/mule.el: Doc fixes.
116
117 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
118 (fortune) <defgroup>: Add :link.
119 (fortune-from-region): Use eq, not eql.
120
121 2001-02-21 Gerd Moellmann <gerd@gnu.org>
122
123 * startup.el (fancy-splash-screens): Use display-hourglass
124 instead of display-busy-cursor.
125
126 * frame.el (display-hourglass): Renamed from busy-cursor.
127 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
128 (show-cursor-in-non-selected-windows): Doc fix.
129
130 2001-02-20 Dave Love <fx@gnu.org>
131
132 * international/utf-8.el: Doc and commentary fixes.
133
134 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
135
136 * ehelp.el (with-electric-help): Doc fix.
137
138 2001-02-20 Gerd Moellmann <gerd@gnu.org>
139
140 * msb.el (msb-mode): Call the update-buffers function explicitly
141 with a FORCE argument.
142
143 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
144 FORCE. If set, update the menu even if frame-or-buffer-changed-p
145 returns nil.
146
147 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
148
149 * ps-print.el: Timestamp package replacement. Some enhancements.
150 Some XEmacs compatibility. Doc fix.
151 (ps-print-version): New version number (6.4).
152 (ps-printer-name): Initialization fix.
153 (ps-zebra-stripe-follow): Funcionality enhancement.
154 (ps-prologue-file): Code enhancement.
155 (ps-right-header): Timestamp package replacement.
156 (ps-setup, ps-face-bold-p, ps-face-italic-p,
157 ps-get-page-dimensions)
158 (ps-generate-header, ps-begin-file, ps-begin-job)
159 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
160 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
161 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
162 (coding-system-for-write): Var declaration (XEmacs compatibility).
163
164 2001-02-20 Miles Bader <miles@gnu.org>
165
166 * image-file.el (image-file-name-extensions): Add "tif".
167
168 2001-02-19 Gerd Moellmann <gerd@gnu.org>
169
170 * wid-edit.el (widget-button-click): Save the selected window
171 around the code handling clicks on buttons.
172
173 2001-02-18 Dave Love <fx@gnu.org>
174
175 * imenu.el (imenu--generic-function): Use mapc to iterate over
176 syntax characters.
177
178 2001-02-17 Richard M. Stallman <rms@gnu.org>
179
180 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
181
182 * uniquify.el (uniquify-buffer-name-style): Doc fix.
183
184 2001-02-16 Gerd Moellmann <gerd@gnu.org>
185
186 * mouse.el (mouse-save-then-kill): If the distance from the new
187 point to the mark is equal to the distance of point from the new
188 point, move point instead of the mark.
189
190 2001-02-16 Dave Love <fx@gnu.org>
191
192 * textmodes/flyspell.el (flyspell-get-word): Return string without
193 properties.
194
195 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * generic.el (generic-find-file-regexp): Doc fix.
198 (generic-ignore-files-regexp): New defcustom.
199 (generic-mode-find-file-hook): If the file's name matches the
200 regexp in `generic-ignore-files-regexp', don't enter
201 default-generic-mode. Doc fix.
202
203 2001-02-16 Gerd Moellmann <gerd@gnu.org>
204
205 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
206 Add autoload cookies.
207
208 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
209 of cal-tex-24.
210
211 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
212
213 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
214
215 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
216 the character class after the (optional) drive, to support file
217 names with embedded blanks.
218
219 2001-02-15 Sam Steingold <sds@gnu.org>
220
221 * textmodes/tex-mode.el (tex-shell-running):
222 Check the process buffer too.
223
224 2001-02-15 Dave Love <fx@gnu.org>
225
226 * battery.el (battery-status-function): Fix doc, :type.
227
228 * calendar/timeclock.el (timeclock-get-workday-function): Fix
229 :type.
230
231 2001-02-15 Gerd Moellmann <gerd@gnu.org>
232
233 * subr.el (read-passwd): Clear Lisp memory holding password.
234
235 2001-02-15 Miles Bader <miles@gnu.org>
236
237 * info.el (Info-copy-current-node-name): New function.
238 (Info-mode-menu): Add it to the menu.
239
240 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
241
242 * international/mule-cmds.el (toggle-input-method): Doc fix.
243
244 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
245
246 * replace.el (occur): Stop at end of buffer.
247
248 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
249
250 * international/mule-cmds.el (set-input-method): Another doc fix.
251
252 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
253
254 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
255
256 2001-02-13 Miles Bader <miles@gnu.org>
257
258 * faces.el (set-face-background, set-face-foreground)
259 (set-face-stipple): Treat a value of nil as being `unspecified'.
260
261 2001-02-12 Dave Love <d.love@dl.ac.uk>
262
263 * international/latin1-disp.el: Doc fixes.
264 (latin1-display) <defgroup>: Add :link.
265 (latin1-display) <function>: Set variable latin1-display.
266
267 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
268
269 * international/mule-cmds.el (set-input-method): Doc fix.
270
271 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
272
273 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
274 (speedbar-line-file): Return nil if not a file.
275 (speedbar-buffers-line-path): Return file for tags, and dir for files.
276
277 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
278
279 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
280 for remote files.
281 (ediff-coding-system-for-read): Replaced the no-conversion default
282 with raw-text.
283
284 * ediff-init.el: Removed :version from defcustom vars.
285
286 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
287 handling of the diff mode
288
289 * ediff.texi: Added ediff-coding-system-for-read.
290
291 * viper.texi: Fix typos.
292
293 2001-02-11 Dave Love <fx@gnu.org>
294
295 * shadowfile.el: Doc fixes.
296 (shadow) <defgroup>: Add :link.
297 (shadowfile-unload-hook): New function.
298 (shadow-initialize): Use defalias, not fset.
299 (shadow-define-cluster, shadow-define-literal-group)
300 (shadow-define-regexp-group, shadow-initialize): Add autoload
301 cookie.
302
303 * international/mule.el: Doc and message fixes.
304
305 * international/ccl.el (define-ccl-program): Doc fix.
306
307 2001-02-11 Kenichi Handa <handa@etl.go.jp>
308
309 * faces.el (mode-line): Set :line-width property to -1.
310
311 2001-02-10 Richard M. Stallman <rms@gnu.org>
312
313 * complete.el (partial-completion-mode): Doc fix.
314
315 * simple.el (delete-key-deletes-forward-mode):
316 Change `let' to `let*' to fix gross bug in last change.
317
318 * repeat.el (repeat): Don't let execute-kbd-macro alter
319 real-last-command.
320
321 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * simple.el (eval-expression): Doc fix.
324
325 2001-02-09 Dave Love <fx@gnu.org>
326
327 * imenu.el (imenu-generic-expression): Doc fix.
328
329 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
330 Juanma Barranquero.
331
332 * emacs-lisp/authors.el (authors): Expand `root' before running
333 find.
334
335 2001-02-09 Kenichi Handa <handa@etl.go.jp>
336
337 * faces.el (set-face-attribute): Describe the case of a negative
338 value specified for :line-width.
339
340 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
341
342 * which-func.el (which-func-mode): Invert which-func-mode-global.
343 Fix from Juanma Barranquero <lektu@uol.com.br>.
344
345 2001-02-08 Dave Love <fx@gnu.org>
346
347 * wid-edit.el (widget-plist-convert-widget): Replace binding of
348 widget-plist-value-type.
349 (widget-alist-convert-widget): Replace binding of
350 widget-alist-value-type.
351
352 * textmodes/paragraphs.el (sentence-end): Doc fix.
353
354 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
355 `backward-line'.
356
357 * play/pong.el (pong-blank-color, pong-bat-color)
358 (pong-ball-color, pong-border-color, pong-left-key)
359 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
360 (pong-pause-key, pong-resume-key, pong-timer-delay):
361 * mail/mh-comp.el (mh-compose-letter-function):
362 * eshell/esh-mode.el (eshell-skip-prompt-function):
363 * emulation/viper-ex.el (ex-unix-type-shell-options):
364 * recentf.el (recentf-menu-filter):
365 * ps-print.el (ps-print-region-function):
366 * lpr.el (print-region-function):
367 * forms.el (forms-mode-hooks):
368 * dirtrack.el (dirtrack-directory-change-hook):
369 * cus-start.el (temp-buffer-show-function, display-buffer-function):
370 * textmodes/spell.el (spell-filter):
371 * textmodes/fill.el (adaptive-fill-function):
372 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
373 * progmodes/etags.el (find-tag-default-function):
374 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
375 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
376
377 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
378
379 * emulation/viper-init.el (viper-fast-keyseq-timeout)
380 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
381 Meyering <jim@meyering.net>.
382
383 * loadup.el: Revert last change.
384
385 2001-02-07 Kenichi Handa <handa@etl.go.jp>
386
387 * international/mule.el (transform-make-coding-system-args): Make
388 it work also for coding systems not using CCL.
389
390 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * simple.el (previous-matching-history-element)
393 (next-matching-history-element): Doc fix.
394
395 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
396 specific part.
397
398 2001-02-06 Dave Love <fx@gnu.org>
399
400 * add-log.el (add-log-current-defun-function)
401 (add-log-buffer-file-name-function, add-log-file-name-function):
402 Fix :type.
403 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
404
405 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
406
407 * info.el (info-initialize): Remove the test for system-type when
408 invocation-directory is non-nil.
409
410 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
411 of `font-lock-defaults' to `backward-paragraph' rather than nil.
412
413 2001-02-06 Andrew Innes <andrewi@gnu.org>
414
415 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
416 absolute.
417
418 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
419
420 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
421 buffers. When hi-lock turned on rather than only checking current
422 buffer for regexps, all buffers are checked. Moved activation of
423 font-lock to hi-lock-refontify. When font-lock turned off rather
424 than removing added highlighting just in current buffer, remove it
425 in all buffers. Changed edit menu text from "Automatic
426 Highlighting" to "Regexp Highlighting" Documentation for
427 highlighting phrases, minor documentation changes.
428 (hi-lock-set-file-patterns): Execute only if there are new or
429 existing file patterns.
430 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
431 unfontify and, if a support mode is active, will not refontify the
432 whole buffer. If necessary, turn on font lock. (Removed
433 font-lock-unfontify and font-lock support-mode-specific calls,
434 such as lazy-lock-fontify-window.)
435 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
436 patterns are found. Not useful now since find-file-hook is removed
437 if hi-lock is off, but may be needed for per-buffer hi-lock
438 activation.
439 (hi-lock-face-phrase-buffer): New function. Also added related
440 menu item and keybinding.
441 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
442 (hi-lock-process-phrase): New function.
443 (hi-lock-line-face-buffer): Doc fixes.
444 (hi-lock-face-buffer): Doc fixes.
445 (hi-lock-unface-buffer): Doc fixes.
446
447 2001-02-06 Gerd Moellmann <gerd@gnu.org>
448
449 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
450 dabbrev-ignored-regexps.
451
452 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * simple.el (kill-line): Doc fix.
455
456 2001-02-05 Dave Love <fx@gnu.org>
457
458 * loadup.el: Revert last two changes -- bootstrapping works with
459 regenerated loaddefs.
460
461 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * isearch.el (isearch-forward): Doc fix.
464
465 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
466 of font-lock-defaults to backward-paragraph.
467
468 2001-02-05 Gerd Moellmann <gerd@gnu.org>
469
470 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
471 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
472
473 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
474
475 * ebnf2ps.el: Eliminate time-stamp functions.
476 (ebnf-version): New version (3.5).
477 (ebnf-eps-finish-and-write): Replace time-stamp functions by
478 format-time-string.
479
480 2001-02-05 Gerd Moellmann <gerd@gnu.org>
481
482 * simple.el (next-line): Goto end-of-line before inserting a newline.
483
484 2001-02-05 Miles Bader <miles@gnu.org>
485
486 * image-file.el (insert-image-file): When visiting an image, also
487 set `truncate-lines' to t so that any fringe arrow looks correct.
488
489 2001-02-05 Kenichi Handa <handa@etl.go.jp>
490
491 * isearch.el (isearch-forward): Add description about input method
492 in the docsting.
493
494 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
495
496 * skeleton.el (skeleton-internal-1): Always push the mark for @.
497
498 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * info.el (info-initialize): If installation-directory is nil, for
501 DOS/Windows systems try looking in a sibling of
502 invocation-directory.
503
504 2001-02-02 Gerd Moellmann <gerd@gnu.org>
505
506 * wid-edit.el (widget-button-click): Fix last change.
507
508 * frame.el (frame-notice-user-settings): When resizing the initial
509 frame because the tool bar is off, also change the frame's top
510 position if a negative top position was specified.
511
512 2001-02-02 Miles Bader <miles@gnu.org>
513
514 * image-file.el (insert-image-file): When visiting an image,
515 suppress the cursor in the image buffer.
516
517 2001-02-01 Dave Love <fx@gnu.org>
518
519 * progmodes/f90.el (f90-mode): Remove startup message.
520
521 * vc-cvs.el: Remove autoloads. Require vc when compiling.
522
523 2001-02-01 Gerd Moellmann <gerd@gnu.org>
524
525 * startup.el (command-line): Fix code determining whether or not
526 to use delete-key-deletes-forward-mode.
527
528 2001-02-01 Andre Spiegel <spiegel@gnu.org>
529
530 * vc.el (vc-diff-switches): New user option.
531 (vc-version-diff): Use it.
532 (vc-diff-switches-list): New macro.
533
534 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
535 customization options.
536 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
537
538 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
539
540 2001-02-01 Gerd Moellmann <gerd@gnu.org>
541
542 * msb.el (toplevel): Quote hook symbols.
543
544 2001-02-01 Kenichi Handa <handa@etl.go.jp>
545
546 * international/mule.el (make-coding-system): Add description
547 about recognized properties in the docstring.
548
549 * international/mule-conf.el: Remove unused charsets
550 mac-roman-lower and mac-roman-upper.
551
552 2001-01-31 Gerd Moellmann <gerd@gnu.org>
553
554 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
555 is in front of the left-margin, if any.
556
557 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
558 like `delete'.
559
560 * bindings.el: Define `kp-delete' like `delete' in
561 function-key-map.
562
563 * term/w32-win.el (mouse-set-font): Doc fix.
564
565 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
566
567 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
568 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
569 on already.
570
571 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
572
573 * files.el (save-buffer): Don't give message if (buffer-file-name)
574 returns nil.
575
576 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
579
580 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
581 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
582
583 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
584 display problems.
585
586 2001-01-31 Kenichi Handa <handa@etl.go.jp>
587
588 * international/mule.el (charset-info): Fix docstring.
589
590 * international/mule-diag.el (describe-character-set): Check final
591 char valid before printing it.
592
593 2001-01-30 Gerd Moellmann <gerd@gnu.org>
594
595 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
596
597 * frame.el (frame-notice-user-settings): Do the tool-bar
598 stuff only for graphical displays. Fix a braino.
599
600 * frame.el (frame-initialize): Create initial frame visible.
601 (frame-notice-user-settings): When tool-bar has been switched off,
602 correct the frame size and sync tool-bar-mode.
603
604 * startup.el (command-line): Remove manipulation of frame
605 height for tool bars.
606
607 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
608
609 * lpr.el: Compatibility with XEmacs and doc fixes.
610 (lpr-windows-system, lpr-lp-system): New vars.
611 (lpr-printer-switch): New defcustom.
612 (printer-name, lpr-command): Customization fix.
613 (print-region-1): Code fix.
614 (print-region-new-buffer, printify-region): Indentation fix.
615 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
616 functions.
617
618 2001-01-29 Gerd Moellmann <gerd@gnu.org>
619
620 * msb.el (toplevel): Fix the eval-after-load.
621
622 2001-01-29 Dave Love <fx@gnu.org>
623
624 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
625
626 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
627
628 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
629 compiling.
630 (tcl-using-emacs-19-23): Consider Emacs 21+.
631 (tcl-help-directory-list, tcl-command-switches): Fix :type.
632 (tcl-add-emacs-menu): Supply menu name.
633 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
634
635 2001-01-29 Gerd Moellmann <gerd@gnu.org>
636
637 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
638
639 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
640
641 * pcvs.el (cvs-mark-fis-dead): New function.
642 (cvs-mode-add): Use it.
643 (cvs-mode-add-change-log-entry-other-window):
644 Rebind change-log-default-name to itself rather than to nil.
645
646 2001-01-29 Sam Steingold <sds@gnu.org>
647
648 * vc-cvs.el: Replaced (require 'vc) with a bunch of
649 `autoload' statements.
650
651 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * files.el (confirm-kill-emacs): Doc fix.
654
655 * frame.el (frame-initialize): Doc fix.
656
657 * time-stamp.el (time-stamp-string): Doc fix.
658
659 * woman.el (WoMan-log-1): Make the log buffer writable. From
660 Markus Rost <rost@math.ohio-state.edu>.
661
662 2001-01-29 Gerd Moellmann <gerd@gnu.org>
663
664 * imenu.el (imenu-syntax-alist): Add autoload cookie for
665 the `make-variable-buffer-local'.
666
667 2001-01-29 Dave Love <fx@gnu.org>
668
669 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
670 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
671 autoload cookie.
672 (ansi-color-apply-sequence): Fix typo.
673
674 2001-01-29 Gerd Moellmann <gerd@gnu.org>
675
676 * menu-bar.el (menu-bar-files-menu): Add menu items for
677 Postscript printing in black and white.
678
679 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
680 X-Mailman-Version, Precedence, List-Help, List-Post,
681 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
682 Content-Type, Content-Length.
683
684 2001-01-29 Dave Love <fx@gnu.org>
685
686 * elide-head.el (elide-head): Make overlay evaporate.
687
688 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
689 fix.
690
691 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
692
693 * isearch.el (isearch-highlight): Don't punt if the display
694 doesn't support colors, since isearch faces are defined for
695 monochrome displays as well.
696
697 2001-01-27 Sam Steingold <sds@gnu.org>
698
699 * shell.el (shell-write-history-on-exit): Make sure that we are in
700 the shell buffer (M-x tex-file RET inserted the error message into
701 the TeX buffer).
702
703 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
704
705 * simple.el (transient-mark-mode): Doc fix.
706
707 2001-01-27 Gerd Moellmann <gerd@gnu.org>
708
709 * progmodes/etags.el (find-tag-noselect): Don't bind
710 tags-file-name.
711
712 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * shell.el (shell-unquote-argument): If the shell is one of the
715 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
716 quote character.
717 (shell-dumb-shell-regexp): Document that the shells which match
718 this regexp are supposed to not treat a backslash as a quote
719 character.
720
721 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
722 from 2001-01-12. It is not needed, since backspace is mapped into
723 DEL.
724
725 2001-01-27 Richard M. Stallman <rms@gnu.org>
726
727 * dabbrev.el (dabbrev--substitute-expansion):
728 Treat a one-capital-letter abbrev as "not all upper case",
729 so as to force preservation of the expansion's pattern
730 if the expansion starts with a capital letter.
731
732 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
733
734 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
735 Doc fix.
736
737 * simple.el (transient-mark-mode): Document the fact that many
738 commands act on the region when mark is active.
739
740 2001-01-27 Kenichi Handa <handa@etl.go.jp>
741
742 * international/quail.el (quail-setup-completion-buf): Make the
743 multibyteness of current buffer inherited to Quail completion
744 buffer.
745 (quail-show-guidance-buf): Make the multibyteness of current
746 buffer inherited to Quail guidance buffer.
747 (quail-help): Make the multibyteness of current buffer inherited
748 to Quail help buffer.
749
750 2001-01-26 Dave Love <fx@gnu.org>
751
752 * time-stamp.el: Doc fixes.
753
754 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
755 (delphi-keyword-face, delphi-other-face): Fix :type.
756
757 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
758
759 * mail/feedmail.el (feedmail): Add :link.
760 (feedmail-send-it): Doc fix.
761
762 * mail/sendmail.el: Doc fixes.
763 (sendmail-send-it): Fix the non-ASCII regexp and use
764 rfc2047-encode-string.
765
766 * dired.el, dired-aux.el: Revert last change.
767
768 2001-01-26 Gerd Moellmann <gerd@gnu.org>
769
770 * makefile.w32-in (DONTCOMPILE): Add various term files.
771
772 2001-01-26 Dave Love <fx@gnu.org>
773
774 * Makefile.in (DONTCOMPILE): Add various term files.
775
776 2001-01-26 Gerd Moellmann <gerd@gnu.org>
777
778 * man.el (Man-default-man-entry, Man-mode): Doc fix.
779
780 * startup.el (display-startup-echo-area-message): Make sure
781 the echo area is resized to fit the size of the startup
782 message.
783
784 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
785 part of which is a constant.
786
787 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
790 twice.
791
792 2001-01-26 Richard M. Stallman <rms@gnu.org>
793
794 * simple.el (next-line): Don't let `newline' expand abbrevs.
795 Simplify slightly.
796 (open-line): Don't let `newline' expand abbrevs.
797
798 2001-01-25 John Wiegley <johnw@gnu.org>
799
800 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
801 to `repeat' in the :type field.
802
803 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
804 allow a choice of regexp or nil.
805 (pcomplete-dir-ignore): Same.
806
807 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
808 a command) to always fail.
809
810 2001-01-25 Gerd Moellmann <gerd@gnu.org>
811
812 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
813 discard the result.
814 (iswitchb-to-end): Likewise.
815
816 2001-01-25 Sam Steingold <sds@gnu.org>
817
818 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
819 Require vc.
820
821 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
822
823 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
824
825 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
826
827 2001-01-25 Dave Love <fx@gnu.org>
828
829 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
830 (describe-coding-system): Tweak the English text.
831
832 * loadup.el: Preload international/ccl for utf-8.
833
834 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * mail/rmail.el (rmail-redecode-body): Doc fix.
837
838 2001-01-25 Kenichi Handa <handa@etl.go.jp>
839
840 * international/mule-cmds.el (reset-language-environment): Reset
841 coding-category-utf-8 to mule-utf-8.
842
843 * international/mule-conf.el (coding-category-utf-8): Initialize
844 to mule-utf-8.
845
846 * loadup.el: Preload international/utf-8.
847
848 * international/utf-8.el: New file.
849
850 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
851
852 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
853
854 2001-01-24 Sam Steingold <sds@gnu.org>
855
856 * dired.el (dired-replace-in-string): Removed.
857 (dired-sort-toggle): Use `replace-regexps-in-string'
858 instead of `dired-replace-in-string'.
859
860 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
861 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
862
863 * gs.el (gs-replace-in-string): Removed.
864 (gs-options): Use `replace-regexps-in-string'
865 instead of `gs-replace-in-string'.
866
867 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
868
869 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
870 bug report is mailed to an email list and posted to a news group.
871
872 2001-01-24 Gerd Moellmann <gerd@gnu.org>
873
874 * comint.el (comint-replace-by-expanded-history-before-point): Fix
875 change of 2000-08-03 to move point to the start of the line again.
876
877 * startup.el (tool-bar-images-pixel-height): New variable.
878 (command-line): After loading the user's init file, when
879 tool-bar-mode is on, increase the frame's size by some lines for
880 the tool-bar.
881
882 * frame.el (frame-initialize): Create the initial frame invisible.
883
884 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
885
886 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
887 (chinese-big5): MIME:Big5.
888
889 2001-01-24 Gerd Moellmann <gerd@gnu.org>
890
891 * international/mule-cmds.el (universal-coding-system-argument):
892 Handle commands with prefix args.
893
894 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
895
896 * calendar/diary-lib.el (diary-float): Fix case of MONTH
897 being a list of numbers.
898 (diary-mail-entries): Rewritten.
899
900 2001-01-23 Dave Love <fx@gnu.org>
901
902 * international/mule.el (make-coding-system): Fix typo.
903
904 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
905 backward-paragraph as font-lock-beginning-of-syntax-function.
906
907 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
908
909 * font-lock.el (font-lock-mode): Doc fix.
910
911 2001-01-23 Kenichi Handa <handa@etl.go.jp>
912
913 * international/mule.el (make-translation-table): Fix docstring.
914
915 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * mail/rmail.el (rmail-redecode-body): New function.
918
919 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
920
921 2001-01-22 Gerd Moellmann <gerd@gnu.org>
922
923 * isearch.el (isearch-lazy-highlight-case-fold-search)
924 (isearch-lazy-highlight-regexp): New variables.
925 (isearch-lazy-highlight-cleanup): Update lazy highlight if
926 case-fold search or regexp search has been toggled.
927
928 * wid-edit.el (widget-button-click): Avoid a save-excursion
929 around running a global binding.
930
931 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
932 to 0.25.
933
934 2001-01-20 Miles Bader <miles@gnu.org>
935
936 * cus-edit.el (custom-face-save): Do post-processing on the face's
937 new value like `custom-face-set' does.
938
939 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * mail/emacsbug.el (report-emacs-bug): Report the value of
942 LC_CTYPE, not LC_TYPE.
943
944 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
945 isearch-toggle-regexp and isearch-edit-string to doc string.
946
947 2001-01-19 Gerd Moellmann <gerd@gnu.org>
948
949 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
950 as font-lock-beginning-of-syntax-function in font-lock-defaults.
951
952 * jit-lock.el (jit-lock-fontify-now): Don't bind
953 font-lock-beginning-of-syntax-function to nil.
954
955 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * mail/emacsbug.el (report-emacs-bug): Report values of
958 locale-coding-system, default-enable-multibyte-characters, and the
959 environment variables LC_ALL, LC_TYPE, and LANG.
960
961 2001-01-19 Gerd Moellmann <gerd@gnu.org>
962
963 * font-lock.el (font-lock-default-fontify-region): Fix last
964 change.
965
966 * font-lock.el (font-lock-multiline): Default to nil.
967 (font-lock-default-fontify-region): If font-lock-multiline is
968 nil, don't check the property `font-lock-multiline'.
969
970 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
971 is nil, don't check the `font-lock-multiline' text property.
972
973 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
974
975 * viper.el: Call initial-major-mode on startup.
976
977 * ediff.el (ediff-patch-file): Use better defaults.
978
979 * ediff-vers.el: Fix for 8+3 DOS file systems.
980
981 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
982
983 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
984 diff mode, if available.
985
986 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
987
988 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
989
990 * ediff-init.el (subst-char-in-string): Define and use it, unless
991 it's already defined.
992
993 2001-01-18 Gerd Moellmann <gerd@gnu.org>
994
995 * tooltip.el (tooltip-hide-delay): New user-option.
996 (tooltip-show): Use tooltip-hide-delay instead of the default.
997
998 2001-01-18 Kenichi Handa <handa@etl.go.jp>
999
1000 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1001 kill-local-variable doesn't work for enable-multibyte-characters.
1002
1003 2001-01-17 Dave Love <fx@gnu.org>
1004
1005 * ediff-init.el (ediff-before-setup-hook)
1006 (ediff-merge-filename-prefix): Add :version.
1007
1008 * international/latin1-disp.el: Require disp-table.
1009 (latin1-display): Fix :set.
1010
1011 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1012
1013 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1014
1015 * isearch.el (isearch-lazy-highlight-initial-delay)
1016 (isearch-lazy-highlight-interval): Default to 0.
1017
1018 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1019
1020 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1021 1 here rather than each time through
1022 isearch-lazy-highlight-new-loop.
1023 (isearch-lazy-highlight-max): Variable deleted.
1024 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1025 isearch-lazy-highlight-max but controls a single invocation of
1026 isearch-lazy-highlight-update.
1027 (isearch-lazy-highlight-wrapped): Variable recreated.
1028 (isearch-lazy-highlight-window-start): New variable.
1029 (isearch-lazy-highlight-cleanup): Restored to behavior of
1030 before 2-Jan.
1031 (isearch-lazy-highlight-remove-overlays): Function deleted;
1032 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1033 behavior removed.
1034 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1035 isearch-lazy-highlight-update in a loop rather than just once.
1036 Test isearch-invalid-regexp here and decide not to start a new
1037 loop, rather than testing it each time through
1038 isearch-lazy-highlight-update.
1039 (isearch-lazy-highlight-search): Function restored.
1040 (isearch-lazy-highlight-update): Get called in a timer loop again,
1041 but this time highlight more than one match each time through.
1042 Only highlight matches in the visible part of the window. Start
1043 at point, move in the direction of the search, and wrap around at
1044 the edge of the window. Use sit-for to force redisplay and ensure
1045 window-start is credible. "Face suppressing" behavior removed;
1046 overlay priorities should make it unnecessary, right?
1047 (isearch-highlight): Face suppressing behavior removed.
1048 (isearch-dehighlight): Face suppressing behavior removed.
1049 (isearch-set-lazy-highlight-faces-at): Removed.
1050
1051 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1052
1053 * language/european.el ("Latin-1"): Make the format of description
1054 about additional language environments same as that of Latin-2.
1055
1056 2001-01-16 Dave Love <fx@gnu.org>
1057
1058 * isearch.el (isearch-lazy-highlight): Add :version.
1059
1060 * simple.el (backward-delete-char-untabify-method)
1061 (next-line-add-newlines): Add :version.
1062
1063 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1064
1065 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1066 Don't bind <delete> otherwise.
1067
1068 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1069 and <delete> via function-key-map.
1070
1071 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1072 Subject line only if point is after the `Subject:'.
1073
1074 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1075
1076 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1077 japanese-jisx0213-2 in `charset' property of this lang. env.
1078
1079 * language/european.el ("Latin-1"): Add description for Dutch and
1080 Spanish lang. env.
1081
1082 * international/mule.el (decode-char): Fix conditions.
1083 (encode-char): Handle eight-bit-control too.
1084 (transform-make-coding-system-args): New function.
1085 (make-coding-system): Accept XEmacs style arguments for CCL base
1086 coding system.
1087
1088 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1089
1090 * progmodes/etags.el (find-tag-noselect): Save the value of
1091 tags-file-name before switching buffers, for the case it has a
1092 buffer-local value.
1093
1094 2001-01-15 Alex Schroeder <alex@gnu.org>
1095
1096 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1097 From Dave Love <fx@gnu.org>.
1098 (ansi-color-for-comint-mode): Fix :version.
1099
1100 2001-01-15 Alex Schroeder <alex@gnu.org>
1101
1102 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1103
1104 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1105
1106 * dired.el (dired-insert-directory): If file-system-info fails,
1107 remove the " free " part, but don't signal an error.
1108
1109 2001-01-12 Sam Steingold <sds@gnu.org>
1110
1111 * bookmark.el (bookmark-maybe-historicize-string):
1112 Use new backquote syntax.
1113
1114 2001-01-12 Richard M. Stallman <rms@gnu.org>
1115
1116 * subr.el (last): Handle a list that doesn't end in nil.
1117
1118 2001-01-12 Sam Steingold <sds@gnu.org>
1119
1120 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1121 to `backward-delete-char-untabify'.
1122
1123 2001-01-12 Dave Love <fx@gnu.org>
1124
1125 * cus-edit.el (customize-menu-create): Fix the :filter following
1126 easymenu change.
1127
1128 * wid-edit.el (function): Add :match-alternatives.
1129 (widget-color-action): Doc fix.
1130
1131 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1132
1133 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1134
1135 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1136
1137 * international/mule-cmds.el (prefer-coding-system): Fix
1138 docstring.
1139
1140 * international/ccl.el (define-ccl-program): Fix docstring.
1141
1142 2001-01-11 Dave Love <fx@gnu.org>
1143
1144 * international/mule-cmds.el (standard-display-european-internal):
1145 Set display table for 2208 as for 160.
1146
1147 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1148
1149 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1150 entry for custom-menu-create change.
1151 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1152 don't cons it in the search loop.
1153
1154 * imenu.el (imenu--truncate-items): Revert last change.
1155
1156 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * info.el (Info-setup-header-line): If the node header includes
1159 either Next: or Prev: links, don't show the File: and Node: parts
1160 in the header line.
1161
1162 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1163
1164 * comint.el (comint-goto-process-mark): Don't print a message
1165 when running in batch mode.
1166
1167 * isearch.el (isearch-search): In the condition-case handler for
1168 `error', set isearch-invalid-regexp to the whole error message.
1169
1170 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1171 ensure that eval-after-load works for files dumped with Emacs.
1172
1173 * help.el (load-symbol-file-load-history): New function extracted
1174 from function symbol-file.
1175 (symbol-file): Use it.
1176
1177 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1178 exit.xpm.
1179
1180 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1183 behave as if there were no prefix argument.
1184 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1185 argument were nil.
1186
1187 2001-01-11 Richard M. Stallman <rms@gnu.org>
1188
1189 * isearch.el (isearch-lazy-highlight-update):
1190 Don't look for more potential matches once maximum is exceeded.
1191 Use overlays-in to check correctly for overlap with current match.
1192 Ignore empty matches.
1193
1194 2001-01-11 Miles Bader <miles@gnu.org>
1195
1196 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1197 (ispell-overlay-window, ispell-help, ispell-show-choices)
1198 (ispell-command-loop): Use it instead of `window-height'.
1199
1200 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1201
1202 * files.el (confirm-kill-emacs): New user-option.
1203 (save-buffers-kill-emacs): Ask for final confirmation before
1204 killing Emacs.
1205
1206 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1207 to nil.
1208
1209 2001-01-10 Dave Love <fx@gnu.org>
1210
1211 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1212
1213 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1214 :type.
1215
1216 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1217
1218 * calculator.el (calculator-number-digits): Fix :type.
1219
1220 * vc-cvs.el (vc-cvs-header): Fix :type.
1221 * vc-rcs.el (vc-rcs-header): Fix :type.
1222 * vc-sccs.el (vc-sccs-header): Fix :type.
1223
1224 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1225
1226 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1227
1228 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1229
1230 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1231
1232 * simple.el (set-variable): Force a thorough redisplay for the
1233 case that the variable has an effect on the display, like
1234 `tab-width' has.
1235
1236 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1237
1238 * vc.el: Add documentation for backend interface.
1239
1240 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1241
1242 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1243
1244 * international/mule-conf.el (latin-extra-code-table): Set to t
1245 for \223 and \224.
1246
1247 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1248
1249 * international/mule-cmds.el (locale-language-names): Map "es" to
1250 "Spanish" and "nl" to "Dutch".
1251
1252 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1253
1254 * bindings.el (global-map): Bind <home> to beginning-of-line,
1255 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1256 C-<end> to end-of-buffer.
1257
1258 * language/european.el: Add Dutch and Spanish language info
1259 to be able to use the appropriate tutorials.
1260
1261 2001-01-09 Alex Schroeder <alex@gnu.org>
1262
1263 * ansi-color.el (ansi-color-process-output): Use markers instead
1264 of positions for start and end of region.
1265 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1266 Previously, occasional mistakes happend when fontifying many
1267 chunks of output (eg. ls --color=yes /dev). This happened
1268 whenever an overlay was created up to the end of the region, which
1269 coincided with the process-mark. New text would then be added
1270 within that overlay instead of after it.
1271 (ansi-color-make-extent): Overlays are created with the property
1272 `modification-hooks' set to '(ansi-color-freeze-overlay).
1273 (ansi-color-freeze-overlay): New function. When inserting text at
1274 the end of the overlay, the overlay will resize.
1275
1276 2000-01-09 Alex Schroeder <alex@gnu.org>
1277
1278 * ansi-color.el (ansi-color-process-output): Doc change.
1279 (ansi-color-unfontify-region): Doc change. No longer installed
1280 automatically in font-lock-unfontify-region-function.
1281 (ansi-color-apply): Doc change.
1282 (ansi-color-apply-on-region): Use extents or overlays instead of
1283 text-properties.
1284 (ansi-color-make-extent): New function.
1285 (ansi-color-set-extent-face): New function.
1286
1287 2000-01-09 Alex Schroeder <alex@gnu.org>
1288
1289 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1290 both use ansi-color-process-output, now.
1291 (ansi-color-process-output): Doesn't return string anymore. It is
1292 installed in comint-output-filter-functions for both Emacs and
1293 XEmacs, now.
1294 (ansi-color-unfontify-region): Simplified code removing variables
1295 pos and start-ansi.
1296 (ansi-color-apply): Put text-property ansi-color before putting
1297 text-property face because ansi-color-unfontify-region is called
1298 immediately after the call to put-text-property.
1299 (ansi-color-context-region): Doc change.
1300 (ansi-color-filter-region): Simplified code.
1301 (ansi-color-apply-on-region): Changed start to start-marker, using
1302 a marker explicitly. Put text-property ansi-color before putting
1303 text-property face because ansi-color-unfontify-region is called
1304 immediately after the call to put-text-property.
1305
1306 2000-01-09 Alex Schroeder <alex@gnu.org>
1307
1308 * ansi-color.el (ansi-color-faces-vector): Doc change.
1309 (ansi-color-for-comint-mode): Changed :type property to choice.
1310 (ansi-color-last-context): Removed.
1311 (ansi-color-process-output): Don't use ansi-color-last-context, as
1312 the main functions will store their context now.
1313 (ansi-color-context): Doc change.
1314 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1315 Uses ansi-color-context such that repeated calls will strip
1316 partial escape sequences, too.
1317 (ansi-color-apply): Simplified code. Colorize end of string if
1318 face is not null. Store context in new (FACE STRING) format, such
1319 that repeated calls will strip partial escape sequences, too.
1320 Append faces to face property using ansi-color-apply-sequence such
1321 that cumulative mode actually works.
1322 (ansi-color-context-region): New variable.
1323 (ansi-color-filter-region): Rewrote it based on
1324 ansi-color-apply-on-region. Uses ansi-color-context-region such
1325 that repeated calls will strip partial escape sequences, too.
1326 (ansi-color-apply-on-region): Simplified code. Colorize end of
1327 region if face is not null. Store context in new (FACE POS)
1328 format, such that repeated calls will strip partial escape
1329 sequences, too. Append faces to face property using
1330 ansi-color-apply-sequence such that cumulative mode actually
1331 works.
1332 (ansi-color-apply-sequence): New function.
1333 (ansi-color-get-face): When the default face is added to the list
1334 of faces, all previous settings are discarded and the list of
1335 faces is set to '(default).
1336
1337 2000-01-09 Alex Schroeder <alex@gnu.org>
1338
1339 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1340 face, such that ansi-color-apply and ansi-color-apply-on-region
1341 will do the right thing.
1342 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1343 returns nil, set the list of faces back to nil instead of
1344 appending the result of ansi-color-get-face to the front of the
1345 list.
1346
1347 2000-01-09 Alex Schroeder <alex@gnu.org>
1348
1349 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1350 (ansi-color-process): Doc change.
1351 (ansi-color-last-context): New buffer-local variable.
1352 (ansi-color-process-output): New function. It is automatically
1353 added to comint-output-filter-functions if this is XEmacs.
1354 (ansi-color-unfontify-region): New optional parameter for XEmacs
1355 compatibility. Check wether font-lock-syntactic-keywords is
1356 boundp before removing the syntax table text property, as XEmacs
1357 doesn't have it.
1358 (ansi-color-filter-region): Doc change.
1359 (ansi-color-apply-on-region): Doc change.
1360 (ansi-color-make-face): New function. Compatibility layer for
1361 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1362 (ansi-color-make-color-map): Use ansi-color-make-face.
1363 (ansi-color-get-face): Avoid face text property '(nil) as results
1364 in an errow for XEmacs.
1365
1366 2000-01-09 Alex Schroeder <alex@gnu.org>
1367
1368 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1369 text-property ansi-color in order to preserve fontification by
1370 ansi-color. When the package is loaded, a lambda expression is
1371 put onto font-lock-mode-hook. This lambda expression will check
1372 font-lock-unfontify-region-function and replace
1373 font-lock-default-unfontify-region with
1374 ansi-color-unfontify-region.
1375 (ansi-color-apply): Add text-property ansi-color in addition to
1376 text-property face.
1377 (ansi-color-apply-on-region): Add text-property ansi-color in
1378 addition to text-property face.
1379 (save-buffer-state): Copy of the macro that is also used by
1380 lazy-lock and font-lock.
1381
1382 (ansi-color-for-comint-mode): New option.
1383 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1384 (ansi-color-for-comint-mode-off): Ditto.
1385 (ansi-color-for-comint-mode-filter): Ditto.
1386 (ansi-color-process): New function. Uses
1387 ansi-color-for-comint-mode to decide what to do. This function is
1388 added to comint-preoutput-filter-functions when the package is
1389 loaded.
1390
1391 (ansi-color-for-shell-mode-set): Removed.
1392 (ansi-color-for-shell-mode): Removed.
1393
1394 2000-01-09 Alex Schroeder <alex@gnu.org>
1395
1396 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1397 the lambda expression from the ansi-color-for-shell-mode :set
1398 property. Additionally, modify shell-mode-hook to enable or
1399 disable font-lock-mode for future shell buffers.
1400 (ansi-color-for-shell-mode): The :set property calls
1401 ansi-color-for-shell-mode-set instead of a lambda expression.
1402
1403 2000-01-09 Alex Schroeder <alex@gnu.org>
1404
1405 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1406 (ansi-color-context): New variable.
1407 (ansi-color-apply): Save context between calls.
1408
1409 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * isearch.el (isearch, isearch-lazy-highlight-face): New
1412 definitions for face colors and attributes.
1413
1414 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1415 of display-mouse-p.
1416
1417 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1418
1419 * international/mule.el (make-coding-system): If the coding system
1420 accepts extra latin codes, register such codes as safe for the
1421 coding system.
1422
1423 2001-01-08 Richard M. Stallman <rms@gnu.org>
1424
1425 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1426 don't mention the file name or the date here, because they are
1427 logged at the start of the file.
1428
1429 2001-01-08 Richard M. Stallman <rms@gnu.org>
1430
1431 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1432 Change screen-width to frame-width.
1433
1434 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * info.el (Info-search): Print the default as part of the prompt.
1437
1438 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1439
1440 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1441 constant implementations in backends.
1442
1443 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1444 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1445
1446 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1447 WRITABLE to EDITABLE.
1448
1449 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1450 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1451 to EDITABLE.
1452
1453 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1456 (copyright, copyright-update): Compute the current year at run
1457 time.
1458
1459 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1460
1461 * isearch.el (isearch-old-signal-hook): Removed.
1462 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1463 instead of setting signal-hook-function.
1464 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1465
1466 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1467
1468 * emulation/edt.el: Update to version 4.0. Provide support for
1469 EDT scroll margins at top and bottom of the window. Provide an
1470 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1471 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1472 user when file-related buffer modifications exist. Provide
1473 support for running EDT Emulation in XEmacs. Provide customize
1474 access to some user updatable variables. Add Commentary section
1475 to file header. Fixed a few minor bugs and cleaned up some code.
1476
1477 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1478 for detecting a keypress that generates an ASCII key sequence.
1479 (Previously, only a keypress that generates a vector was
1480 recognized.) Embed Window Manager name into name of the generated
1481 EDT Emulation initialization file since the initialization file is
1482 Window Manager specific. Add Commentary section to file header.
1483
1484 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1485
1486 * mail/sendmail.el (mail-mode): Doc fix.
1487
1488 * info.el (Info-goto-emacs-command-node): Doc fix.
1489 (Info-goto-emacs-key-command-node): Doc fix.
1490
1491 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1494 systems without long file-name support.
1495
1496 2001-01-06 Andrew Innes <andrewi@gnu.org>
1497
1498 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1499
1500 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1503 (isearch-lazy-highlight-update): Doc fix.
1504
1505 * ffap.el (ffap-bindings): Doc fix.
1506
1507 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1508
1509 2001-01-05 Dave Love <fx@gnu.org>
1510
1511 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1512
1513 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1514
1515 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1516 scroll-preserve-screen-position to nil.
1517
1518 * isearch.el (isearch-old-signal-hook): New variable.
1519 (isearch-mode): Set signal-hook-function to isearch-done.
1520 (isearch-done): Restore old signal-hook-function.
1521
1522 * info.el (Info-fontify-node): Mark one more char as intangible.
1523
1524 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1525
1526 * composite.el (compose-last-chars): New argument COMPONENTS. If
1527 it is non-nil, compose preceding characters by compose-region with
1528 COMPONENTS.
1529
1530 * international/quail.el (quail-input-string-to-events): New function.
1531 (quail-input-method): Convert input string to events here.
1532 (quail-start-translation): Return input string, not event list.
1533 (quail-start-conversion): Likewise.
1534
1535 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1536
1537 * tooltip.el (tooltip-cancel-delayed-tip)
1538 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1539 and tooltip-add-timeout.
1540 (tooltip-show): Set border color from faces's foreground.
1541 (tooltip-show-help-function): If called with the same help string
1542 as last time, do nothing.
1543 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1544
1545 * startup.el (fancy-splash-screens): Don't bind show-help-function
1546 to nil.
1547
1548 * tooltip.el (tooltip-frame-parameters): Remove colors.
1549 (tooltip): New face
1550 (tooltip-set-param): New function.
1551 (tooltip-show): Set up color frame parameters from face `tooltip'.
1552 Display the tooltip text in face `tooltip'.
1553
1554 2001-01-04 Dave Love <fx@gnu.org>
1555
1556 * whitespace.el (whitespace-global-mode): Fix typo.
1557
1558 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1559
1560 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1561
1562 * help.el (help-for-help): Fix a typo in a doc string. From
1563 kwzh@gnu.org (Karl Heuer).
1564
1565 2001-01-03 Dave Love <fx@gnu.org>
1566
1567 * dired-x.el: Doc fixes. Maintainer change.
1568 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1569 :type.
1570 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1571 (dired-guess-shell-alist-user): Customize.
1572 (dired-x-help-address): Set to bug-gnu-emacs.
1573 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1574 (dired-default-directory): Renamed from default-directory.
1575
1576 * hl-line.el (hl-line): Doc fix.
1577
1578 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1579
1580 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1581
1582 2001-01-02 Richard M. Stallman <rms@gnu.org>
1583
1584 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1585 to remove all the current alternative-match highlighting.
1586 If nil, remove only what's outside the current window.
1587 (isearch-lazy-highlight-remove-overlays): Take optional
1588 region within which NOT to remove them.
1589 (isearch-lazy-highlight-new-loop): Greatly simplified.
1590 (isearch-lazy-highlight-update): Find all the other occurrences
1591 visible in the window, in just one call.
1592 (isearch-lazy-highlight-start): Now holds start of region to scan.
1593 (isearch-lazy-highlight-end): Now holds end of region to scan.
1594 (isearch-lazy-highlight-wrapped): Variable deleted.
1595 (isearch-lazy-highlight-search): Function deleted.
1596
1597 2000-01-02 Andrew Innes <andrewi@gnu.org>
1598
1599 * w32-fns.el (convert-standard-filename): Do length check on name
1600 before aref.
1601
1602 2001-01-02 Dave Love <fx@gnu.org>
1603
1604 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1605 value.
1606 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1607
1608 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1609
1610 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1611 read syntax.
1612
1613 * calendar/todo-mode.el (todo): Add :link, :version.
1614 (todo-save-top-priorities): Remove autoload cookie.
1615 (todo-add-category, todo-add-item-non-interactively)
1616 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1617 cookie.
1618
1619 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1620
1621 * comint.el (comint-input-history-ignore): New variable.
1622 (comint-read-input-ring): Ignore entries matching
1623 comint-input-history-ignore.
1624
1625 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1626
1627 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1628 (lm-copyright-mark): New function.
1629 (lm-crack-copyright): New function.
1630 (lm-verify): Check that the file has a copyright.
1631 Check that the file is copyright Free Software Foundation.
1632
1633 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1634
1635 * international/mule-diag.el (print-fontset): Indent font name by
1636 24 columns, not 25.
1637
1638 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1639
1640 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1641 in Subject line.
1642
1643 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1644 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1645 continuing an interrupted message with C-u C-x m for instence,
1646 winds up in Mail mode without abbrevs.
1647
1648 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1649
1650 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1651 non-nil. Adding almost all customization variables on ps-setup. Doc
1652 fix.
1653 (ps-print-version): New version number (6.3.3).
1654 (ps-end-with-control-d): Initialization fix.
1655 (ps-lines-printed): New var.
1656 (ps-skip-newline): New fun.
1657 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1658 (ps-next-line, ps-continue-line, ps-plot-region)
1659 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1660
1661 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1662
1663 * international/fontset.el (x-complement-fontset-spec): Resolve
1664 ASCII font name so that the same family name is used for fonts
1665 registered in x-font-name-charset-alist.
1666 (create-fontset-from-fontset-spec): Adjusted for the above change.
1667 The name of fontset alias should be a unresolved ASCII font name.
1668
1669 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1670
1671 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1672 and delete in isearch-mode-map.
1673
1674 2000-12-28 Richard M. Stallman <rms@gnu.org>
1675
1676 * dired-x.el (dired-guess-shell-alist-default):
1677 Use xpdf instead of acroread.
1678
1679 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1680
1681 * textmodes/artist.el (artist-butlast): Deleted.
1682 (artist-ellipse-mirror-quadrant): Use butlast instead of
1683 artist-butlast.
1684
1685 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1686
1687 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1688
1689 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1692
1693 * ls-lisp.el: Better support for the Mac and MS-Windows.
1694 (ls-lisp): New defgroup.
1695 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1696 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1697 (ls-lisp-support-shell-wildcards): New defcustoms.
1698 (ls-lisp-parse-symlink): New function.
1699 (insert-directory): Code to convert switches to a list and set up
1700 the wildcard argument copied from ls-lisp-insert-directory.
1701 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1702 for -C and -R switches.
1703 (ls-lisp-column-format): New function.
1704 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1705 (ls-lisp-format-time): Add doc strings.
1706 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1707 Support ls-lisp-dirs-first.
1708 (ls-lisp-classify, ls-lisp-extension): New functions.
1709 (ls-lisp-format): Optionally support emulation of symlinks.
1710 Support -i, -s, and -G switches.
1711
1712 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1713
1714 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1715
1716 * version.el (emacs-version): Print X scroll bar information.
1717
1718 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1719 instead of x-toolkit-scroll-bars-p.
1720
1721 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1722 of x-toolkit-scroll-bars-p.
1723
1724 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * ffap.el (ffap-bindings): Make interactive and add an autoload
1727 cookie.
1728 (ffap-bindings): Doc fix, to reflect the above change.
1729
1730 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1731
1732 * term.el (term-char-mode): Define all non-ascii self-inserting
1733 characters to 'term-send-raw in term-raw-map.
1734
1735 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1736
1737 * viper-init (viper-restore-cursor-type): Added condition-case
1738 guard.
1739
1740 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1741 initialization; use add-hook.
1742 (ediff-file-remote-p): Use file-local-copy.
1743
1744 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1745
1746 * ediff.el (ediff-patch-buffer): Bug fix.
1747 (ediff-revision): Allow selection of the file at the prompt.
1748
1749 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1750
1751 * subr.el (combine-run-hooks): Remove.
1752
1753 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1754 and remove the rogue second spec.
1755
1756 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1757
1758 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1759
1760 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1763 Use minibuffer menu prompt for the `=' prefix.
1764 (smerge-command-prefix): Change default to C-^.
1765 (smerge-mode): Don't assume font-lock doesn't move point.
1766
1767 * skeleton.el (skeleton-internal-1): Make sure the first line of
1768 the region is also re-indented.
1769 (skeleton-end-newline): New var.
1770 (skeleton-end-hook): Use it.
1771
1772 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1773
1774 * comint.el (comint-password-prompt-regexp): Support CVS.
1775
1776 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1777
1778 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1779 backspace key combinations, depending on
1780 delete-key-deletes-forward.
1781
1782 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1783
1784 * simple.el (delete-key-deletes-forward): Doc fix.
1785
1786 2000-08-22 Emmanuel Briot <briot@gnat.com>
1787
1788 * xml.el (top level comment): Updated to reflect the fact that
1789 white spaces are relevant in the XML file.
1790 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1791 to parse was already edited. This allows for on-the-fly analysis
1792 of XML files.
1793 (xml-parse-tag): Check that the casing is the same in the start
1794 tag and end tag, since XML is case-sensitive. Allows for spaces
1795 in the end tag, after the name of the tag.
1796 (xml-parse-attlist): Allow for the character '-' in the name of
1797 attributes, as in the standard http-equiv attribute Do not save
1798 the properties in the XML tree, since they are not relevant.
1799
1800 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1801
1802 * generic.el (generic-read-type): Undo last change, inline into
1803 `generic-mode' and then remove.
1804 (generic-mode): Inline generic-read-type.
1805 (define-generic-mode): Push the symbol name rather than the symbol
1806 onto generic-mode-list.
1807
1808 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1809
1810 * generic.el (generic-read-type): Build an alist for
1811 completing-read as in 20.7.
1812
1813 * play/landmark.el (lm): Use interactive spec `P'.
1814 (toplevel): Don't set debug-on-error.
1815
1816 * server.el (server-switch-buffer): Choose a window on a visible
1817 frame.
1818
1819 2000-12-21 Dave Pearson <davep@davep.org>
1820
1821 * quickurl.el: Commentry change, I've moved my web site.
1822
1823 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1824
1825 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1826 ranges like \177-\237, but accepts the character sequence from \177 to
1827 \237. Doc fix.
1828 (ebnf-version): New version (3.4).
1829 (ebnf-setup): Code fix.
1830 (ebnf-range-regexp): New fun.
1831 (ebnf-8-bit-chars): Const fix.
1832
1833 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1834 entry. Doc fix.
1835 (ebnf-bnf-lex): Code fix.
1836 (ebnf-bnf-comment-chars): Const fix.
1837
1838 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1839 entry. Doc fix.
1840 (ebnf-iso-comment-chars): Const fix.
1841
1842 * ebnf-otz.el: Doc fix.
1843
1844 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1845 entry. Doc fix.
1846 (ebnf-yac-skip-code): Code fix.
1847 (ebnf-yac-comment-chars): Const fix.
1848
1849 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1850
1851 * files.el (insert-directory-safely): New function.
1852 (recover-file): Use it instead of insert-directory. From Markus
1853 Rost <markus.rost@mathematik.uni-regensburg.de>
1854
1855 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1856
1857 * international/mule-cmds.el (select-safe-coding-system): Check
1858 coding-category-list more rigidly. Improve help message.
1859
1860 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1861
1862 2000-12-21 Miles Bader <miles@gnu.org>
1863
1864 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1865 prefix.
1866
1867 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1868
1869 * international/mule-diag.el (describe-char-after): Make *Help*
1870 buffer inherit multibyteness of the current buffer.
1871
1872 * international/mule.el (make-char): Docstring adjusted for the
1873 change of make-char-internal.
1874
1875 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1876
1877 * international/iso-cvt.el: Docstrings fix.
1878
1879 2000-12-20 Dave Love <fx@gnu.org>
1880
1881 * subr.el (eval-after-load): Doc fix.
1882
1883 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1884
1885 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1886 for numbers.
1887
1888 2000-12-20 Miles Bader <miles@gnu.org>
1889
1890 * international/quail.el (quail-help): Resize the help window
1891 again after it has all its contents. Remove unneeded progn.
1892
1893 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1894
1895 * pcmpl-linux.el: Fix copy/paste error.
1896
1897 2000-12-19 Andrew Innes <andrewi@gnu.org>
1898
1899 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1900 docstring.
1901
1902 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1903
1904 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1905
1906 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1907
1908 * progmodes/idlw-shell.el: Fixed copyright notice.
1909
1910 * progmodes/idlwave.el: Fixed copyright notice.
1911
1912 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1913 TAB as key separators.
1914
1915 2000-12-19 Alex Schroeder <alex@gnu.org>
1916
1917 * sql.el (sql-sybase-options): New option.
1918 (sql-sybase): Use it. Add sql-database to the list of parameters
1919 provided for login. The options -w 2048 -n are not used any more.
1920 (sql-postgres-options): Changed default from "--pset" to "-P".
1921 (sql-mysql-options): Doc change.
1922 (sql-stop): Doc change.
1923
1924 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1925
1926 * international/quail.el (quail-input-method): Always hide
1927 the guidance buffer on exiting.
1928
1929 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1930
1931 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1932 isn't fboundp.
1933
1934 * server.el (server-buffer-done): Bury the buffer before
1935 killing it.
1936
1937 * faces.el (face-spec-set): Interpret a nil in specs for
1938 foreground and background colors as `unspecified', for
1939 compatibility with 20.x.
1940
1941 2000-12-18 Dave Love <fx@gnu.org>
1942
1943 * simple.el (mail-user-agent): Doc fix.
1944 (input-mode-8-bit): Removed.
1945
1946 * international/mule.el (set-keyboard-coding-system): Doc fix.
1947 (keyboard-coding-system): New option.
1948
1949 * mail/sendmail.el (send-mail-function): Customize.
1950
1951 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1952
1953 * international/codepage.el (cp866-decode-table): New table.
1954
1955 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1956
1957 * version.el (emacs-version): Remove `%a' from the time format
1958 because the weekday doesn't fit well into each locale.
1959
1960 2000-12-18 Miles Bader <miles@gnu.org>
1961
1962 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1963
1964 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1965 Check that emacs-major-version is `=' to 20, not `>='.
1966 (artist-replace-chars): Use `make-string' instead of a loop.
1967
1968 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1969
1970 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1971 (cvs-execute-single-file): Don't change directory.
1972 Patch from Per Cederqvist.
1973
1974 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1975
1976 * textmodes/ispell.el (check-ispell-version): If
1977 `ispell-program-name' is "aspell", pass it the -v switch instead
1978 of -vv.
1979
1980 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1981
1982 * international/mule-diag.el (mule-diag): Insert information about
1983 configure options, multibyte awareness, language env.
1984
1985 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1986 regexp to search for candidates.
1987
1988 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1989
1990 * info.el (Info-forward-node): If the node has an
1991 Info-header-line, widen the buffer before searching for "next:"
1992 and "up:" pointers, and set the search limit to stay in the
1993 current node.
1994
1995 2000-12-16 Miles Bader <miles@gnu.org>
1996
1997 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1998
1999 2000-12-15 Miles Bader <miles@gnu.org>
2000
2001 * comint.el (comint-send-string, comint-send-region): Also accept
2002 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2003 process-send-string/region.
2004
2005 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2006
2007 * isearch.el (isearch-lazy-highlight-max): New user-option.
2008 (isearch-lazy-highlight-update): Don't highlight more than
2009 isearch-lazy-highlight-max matches.
2010
2011 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2012
2013 2000-12-15 Richard M. Stallman <rms@gnu.org>
2014
2015 * sort.el (sort-columns): Fix error message.
2016
2017 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2018 `upcase' or `downcase' or nil.
2019 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2020 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2021 (dabbrev--substitute-expansion): New arg record-case-pattern.
2022 If it is non-nil, set dabbrev--last-case-pattern.
2023 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2024
2025 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2026
2027 2000-12-15 Miles Bader <miles@gnu.org>
2028
2029 * paths.el (Info-default-directory-list): Don't delete
2030 configure-info-directory from the list of standard info
2031 directories when appending it to the end -- their order is
2032 important.
2033
2034 * faces.el (read-face-attribute): If there's no entry for the
2035 user's input in VALID, just use it as-is (this will often result
2036 in an error, but it may be OK for e.g. colors using hexadecimal
2037 notation, and at least will yield a better error message).
2038
2039 * window.el (mode-line-window-height-fudge): Function removed.
2040 (height-affecting-face-attributes, mode-line-window-height-fudge):
2041 Variables removed.
2042 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2043 window is really the right size. Use vertical-motion
2044 rather than forward-line.
2045 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2046 (ispell-command-loop, ispell-show-choices): Use the variable
2047 ispell-choices-win-default-height, rather than the function.
2048 (ispell-choices-win-default-height): Function removed.
2049 (ispell-mode-line-window-height-fudge): Function removed.
2050
2051 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2054
2055 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2056
2057 * paths.el (Info-default-directory-list): If
2058 configure-info-directory is not one of the standard directories,
2059 put it first in the list; otherwise put it last. Doc string
2060 changed accordingly.
2061
2062 * info.el (Info-directory-list): Change doc string to reflect the
2063 change in Info-default-directory-list.
2064
2065 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2066 windows-nt as windowed environments, even under -nw.
2067
2068 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2069 if not fboundp. Switch delete-forward mode for the <delete> key
2070 on all PC platforms, even under -nw.
2071
2072 * term/internal.el ([M-delete]): Remap to M-d.
2073
2074 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2075
2076 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2077
2078 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2081
2082 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2083
2084 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2085 if appropriate.
2086
2087 * simple.el (delete-key-deletes-forward): New user-option.
2088 (delete-key-deletes-forward-mode): New function.
2089
2090 * bindings.el: Bind `delete' to backward-delete-char.
2091
2092 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2093 if symbol is bound before getting its value.
2094
2095 * tooltip.el (tooltip-show): If an error is signaled in
2096 x-show-tip, display that error, and display the help in the
2097 echo area.
2098
2099 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2100
2101 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2102 "... entries" messages for every 10000 entries, not 10.
2103
2104 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2105
2106 * bookmark.el: Provide a generic exit hook, as suggested by
2107 Ovidiu Predescu <ovidiu@cup.hp.com>:
2108 (bookmark-exit-hook): New var.
2109 (bookmark-exit-hook-internal): New func, replaces
2110 old raw lambda form in `kill-emacs-hook', and runs new
2111 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2112 as logically that feature must have been provided if this function
2113 is running.
2114 Removed ;;;###autoload before the `add-hook' call.
2115
2116 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2117
2118 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2119 (easy-menu-current-active-maps): New function.
2120 (easy-menu-get-map): Use it.
2121 Make a proper menu entry when creating a new keymap.
2122
2123 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2124
2125 * international/characters.el: Fix cases and syntaxes for
2126 mule-unicode-0100-24ff.
2127
2128 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2129 that a Japanese character is not appended after day and year.
2130
2131 * info.el (Info-suffix-list): Change format for a command that
2132 requires arguments.
2133 (info-insert-file-contents): Adjusted for the above change.
2134
2135 2000-12-12 Andreas Schwab <schwab@suse.de>
2136
2137 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2138 on the name of the tar buffer. Verify that the existing buffer is
2139 visiting the same subfile.
2140
2141 2000-12-12 Dave Love <fx@gnu.org>
2142
2143 * subdirs.el: Add obsolete.
2144
2145 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2146
2147 * mail/rmailsum.el (rmail-summary-expunge)
2148 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2149 instead of rmail-confirm-expunge.
2150
2151 * replace.el (perform-replace): Don't use an empty match adjacent
2152 to a non-empty match when computing the next match before the
2153 replacement is performed.
2154
2155 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2156
2157 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2158 definition (patch by Stefan Monnier).
2159 (glasses-mode): Use jit-lock instead of `after-change-functions'
2160 (patch by Stefan Monnier).
2161
2162 2000-12-12 Miles Bader <miles@gnu.org>
2163
2164 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2165 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2166
2167 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2168
2169 * term/mac-win.el: Remove load for ls-lisp.
2170
2171 * loadup.el: Load ls-lisp for system-type `macos'.
2172
2173 2000-12-12 Miles Bader <miles@gnu.org>
2174
2175 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2176 Respect field end too.
2177 (just-one-space): Respect fields as `delete-horizontal-space'.
2178 (newline-and-indent, reindent-then-newline-and-indent): Use
2179 `delete-horizontal-space'.
2180
2181 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2182
2183 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2184 (so as to obey the field property in the minibuffer).
2185
2186 * obsolete/c-mode.el: Moved from lisp/progmodes.
2187 * obsolete/auto-show.el: Moved from lisp.
2188 * obsolete/ooutline.el: Moved from lisp/textmodes.
2189
2190 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2191
2192 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2193 changes to list them here.
2194
2195 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2196 many changes to list them here.
2197
2198 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2199 many changes to list them here.
2200
2201 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2202
2203 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2204
2205 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2206 nil.
2207
2208 * cus-edit.el (custom-save-variables, custom-save-faces):
2209 Comment fix.
2210
2211 * hscroll.el: Moved to `obsolete' subdir.
2212
2213 2000-12-11 Miles Bader <miles@gnu.org>
2214
2215 * window.el (window-text-height): Function removed (now in C).
2216
2217 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2218
2219 * log-edit.el (log-edit-parent-buffer): New var.
2220 (log-edit): Set it. Add BUFFER argument.
2221 (log-edit-done): Use char-before.
2222 Don't bother checking validity of vc-comment-ring.
2223 Only bury the buffer if log-edit popped it up.
2224
2225 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2226 (cvs-mode-diff-help): Remove.
2227 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2228 (cvs-mode-marked): Set up the default for CMD manually.
2229
2230 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2231 Remove binding for ? now made unnecessary.
2232
2233 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2234
2235 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2236 function
2237 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2238
2239 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2240 when master file is not open.
2241
2242 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2243
2244 * progmodes/ada-stmt.el: Update `maintainer'.
2245
2246 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2247
2248 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2249 choices to match documentation string.
2250
2251 2000-12-09 Miles Bader <miles@gnu.org>
2252
2253 * minibuf-eldef.el: New file.
2254
2255 * window.el (fit-window-to-buffer): Don't pass last argument to
2256 pos-visible-in-window-p, now that its meaning is inverted.
2257
2258 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2259
2260 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2261 <ceder@lysator.liu.se>.
2262
2263 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2264
2265 * autoinsert.el (auto-insert-alist): Add missing final \n.
2266
2267 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2268 (cvs-menu-map): Remove.
2269 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2270 (cvs-mode-quit): Turn it back into a plain function.
2271
2272 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2273 (texinfo-filter): Remove (move to texinfo.el).
2274
2275 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2276 file where it's more visible.
2277 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2278 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2279 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2280 (texinfo-inside-macro-p): Only catch `scan-error's.
2281 (texinfo-inside-env-p): Make better use of the match info.
2282 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2283 (texinfo-insert-@end): Slight re-organization.
2284 Also remove useless `looking-at' call.
2285
2286 2000-12-08 Andrew Innes <andrewi@gnu.org>
2287
2288 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2289 accessible in -nw mode.
2290
2291 * term/w32-win.el: Remove stuff about selection timeout, which is
2292 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2293 it is accessible in -nw mode.
2294
2295 2000-12-08 Dave Love <fx@gnu.org>
2296
2297 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2298 font-lock-keywords-case-fold-search.
2299
2300 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2301
2302 * textmodes/ispell.el (ispell): Doc fix.
2303
2304 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2305
2306 * international/quail.el (quail-insert-decode-map): Check the
2307 frame width of a window displaying the current buffer, not that of
2308 the selected frame.
2309 (quail-help): Make sure that the help buffer has window before
2310 inserting text in it.
2311
2312 2000-12-07 Sam Steingold <sds@gnu.org>
2313
2314 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2315 Backquote is used in isearch.el, so autoloading saves nothing.
2316
2317 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2318
2319 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2320 the CVS and RCS subdirectories case-insensitively.
2321
2322 * dired.el (dired-insert-directory): If file-system-info is
2323 fboundp, call it instead of invoking dired-free-space-program.
2324
2325 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2326
2327 * server.el (server-visit-files): Push files on file-name-history.
2328
2329 * progmodes/cc-langs.el: Update copyright.
2330
2331 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2332
2333 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2334
2335 * bindings.el (mode-line-mode-menu): Reverse the order
2336 of define-keys so that the menu appears in alphabetical order.
2337
2338 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2339
2340 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2341 of the function.
2342
2343 2000-12-07 Dave Love <fx@gnu.org>
2344
2345 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2346
2347 * facemenu.el (facemenu-unlisted-faces): Fix value.
2348
2349 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2350
2351 * font-lock.el (font-lock-default-fontify-region):
2352 Include the terminating \n (off-by-one error).
2353 (font-lock-set-defaults): Use dolist.
2354
2355 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2356
2357 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2358
2359 * international/mule-cmds.el (describe-language-environment): Fix
2360 for the case that an input method title is not string but a list.
2361
2362 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2363 of wrong SIZE record.
2364
2365 2000-12-06 Dave Love <fx@gnu.org>
2366
2367 * newcomment.el (comment-region, comment-dwim): Doc fix.
2368
2369 * textmodes/texinfo.el: Require tex-mode when compiling.
2370 (texinfo-update-node): Doc fix.
2371 (texinfo-imenu-generic-expression): Add @anchor.
2372 (texinfo-font-lock-keywords): Add @uref.
2373 (texinfo-inside-macro-p): Don't use ignore-errors.
2374 (texinfo-insert-quote): Match more contexts.
2375
2376 * international/mule.el (decode-char, encode-char): Doc fix.
2377 (auto-coding-alist): Customize.
2378
2379 * files.el (load-file): Fix change of 2000-03-12.
2380
2381 * wid-edit.el (widget-text-keymap): Doc fix.
2382
2383 2000-12-06 Andrew Innes <andrewi@gnu.org>
2384
2385 * makefile.w32-in (lisp): Set to an absolute directory, namely
2386 $(CURDIR).
2387
2388 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2389
2390 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2391 read generated-autoload-file, and set buffer-file-coding-system to
2392 raw-text-unix after reading the file.
2393
2394 * international/mule-conf.el (file-coding-system-alist): Use
2395 raw-text for reading loaddefs.el and raw-text-unix for writing
2396 it.
2397
2398 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2399
2400 * replace.el (occur): Make line-number-width 1 smaller for the
2401 colon following the line number.
2402
2403 * startup.el (fancy-splash-text, command-line-1): Use
2404 `File' for the menu name instead of `Files'.
2405
2406 * tmm.el: Update copyright.
2407
2408 * cus-start.el: Add entry for even-window-heights.
2409
2410 2000-12-06 Miles Bader <miles@gnu.org>
2411
2412 * faces.el (frame-set-background-mode): Avoid stomping on
2413 locally modified faces.
2414
2415 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2416
2417 * international/fontset.el: Correct the font registries for
2418 japanese-jisx0213-1 and japanese-jisx0213-2.
2419
2420 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2421
2422 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2423
2424 * iswitchb.el: Update customization commentary.
2425
2426 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2427
2428 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2429 (tpu-search-highlight): Fixed comparison of overlay end positions.
2430 (tpu-trim-line-ends): Implemented trimming logic locally.
2431
2432 * emulation/tpu-extras.el (tpu-write-file-hook)
2433 (tpu-set-cursor-bound): Replaced picture-clean with
2434 tpu-trim-line-ends.
2435
2436 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2437
2438 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2439 to cn-gb.
2440 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2441
2442 2000-12-04 Dave Love <fx@gnu.org>
2443
2444 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2445
2446 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2447
2448 * mail/rmailsum.el (rmail-summary-expunge)
2449 (rmail-summary-expunge-and-save): Ask for confirmation with
2450 rmail-expunge-confirmed.
2451
2452 * mail/rmail.el (rmail-expunge-confirmed): New function.
2453 (rmail-expunge): Use it.
2454
2455 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2456 (etags-recognize-tags-table, find-tag-in-order): New
2457 functionality: interpret file names as tags.
2458
2459 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2460
2461 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2462 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2463 visit the first subnode until the bottom of the current node is
2464 visible.
2465
2466 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2467
2468 * format.el (format-decode): Don't change buffer's undo list.
2469
2470 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2471
2472 * faces.el (face-font-registry-alternatives): Add entries for CJK
2473 fonts. Doc-string adjusted for the actual usage of this data.
2474
2475 * international/fontset.el: Change the font registries for CJK
2476 fonts in the default fontset. Don't append '*' to registries.
2477
2478 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2479
2480 * emacs-lisp/easy-mmode.el (define-derived-mode)
2481 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2482
2483 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2484 (derived-mode-p): New function.
2485 (derived-mode-make-docstring): Add `docstring' argument.
2486 Use it if available and complete it if necessary.
2487
2488 2000-12-03 Andreas Schwab <schwab@suse.de>
2489
2490 * type-break.el (type-break): Don't make parent of itself.
2491
2492 2000-12-03 Miles Bader <miles@gnu.org>
2493
2494 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2495
2496 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2497
2498 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2499 (tex-main-file, tex-file): Simplify.
2500 (tex-generate-zap-file-name): Use subst-char-in-string.
2501 (tex-strip-dots): Remove.
2502
2503 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2504
2505 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2506 to check if the match succeeded.
2507
2508 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2509
2510 * startup.el (use-fancy-splash-screens-p): New function.
2511 (command-line-1): Use it to determine whether or not to use
2512 a fancy splash screen.
2513
2514 2000-12-02 Andreas Schwab <schwab@suse.de>
2515
2516 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2517
2518 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2519
2520 * international/mule.el (make-char): Fix last change.
2521
2522 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2523 New defcustoms.
2524 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2525 autoloading tex-mode; instead, do the same manually. Use
2526 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2527 with numeric argument. Docstring fix.
2528 (toplevel): Require cl when compiling.
2529
2530 * international/mule.el (make-char): Doc fix.
2531
2532 2000-12-02 Jason Rumney <jasonr@gnu.org>
2533
2534 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2535 the Emacs Lisp manual)
2536
2537 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2538
2539 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2540
2541 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2542 the Emacs Lisp manual).
2543
2544 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2545
2546 * simple.el (next-line-add-newlines): Change default to nil.
2547
2548 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2549
2550 * files.el (revert-buffer, recover-file): Bind
2551 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2552
2553 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2554
2555 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2556
2557 2000-12-01 Miles Bader <miles@gnu.org>
2558
2559 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2560
2561 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2562
2563 * international/mule-diag.el (describe-char-after): Fix typo.
2564 (describe-character-set, non-iso-charset-alist): Fix typo.
2565
2566 2000-12-01 Miles Bader <miles@gnu.org>
2567
2568 * image-file.el (image-file-name-regexp): Automatically add
2569 upper-case variants of each filename extension in
2570 `image-file-name-extensions', since they seem to be common.
2571
2572 * simple.el (minibuffer-contents)
2573 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2574 New functions.
2575 * filecache.el (file-cache-directory-name)
2576 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2577
2578 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2579
2580 * filecache.el (file-cache-minibuffer-complete): Don't try to
2581 delete the minibuffer prompt.
2582
2583 2000-11-30 Dave Love <fx@gnu.org>
2584
2585 * cus-start.el: Fix read-buffer-function type.
2586
2587 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2588
2589 * md5.el: Removed. There's a built-in function, now.
2590
2591 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2592
2593 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2594 as dummy 0-th char of rmail-deleted-vector.
2595
2596 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2597
2598 * ps-print.el (ps-end-job): Bind case-fold-search only after
2599 switching to ps-spool-buffer.
2600
2601 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2602
2603 * ps-print.el: Line number font customization. PostScript: Lines and
2604 PageCount are initialized on each page. Doc Fix.
2605 (ps-print-version): New version number (6.3.2).
2606 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2607 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2608 (ps-right-header): Customization fix.
2609 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2610 Fix code.
2611 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2612 New vars.
2613
2614 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2615
2616 * bs.el: Fix typos and spelling errors.
2617 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2618 (bs-configuration): Doc fix.
2619
2620 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2621
2622 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2623
2624 * emulation/tpu-edt.el (tpu-version): New version.
2625 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2626 (tpu-original-mode-line): Variable deleted.
2627 (tpu-mark-flag): New initial value.
2628 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2629 tpu-mark-flag to minor-mode-alist.
2630 (tpu-update-mode-line): New mark flag logic.
2631 (tpu-get): Use find-file-wildcards.
2632 (tpu-search-highlight): Move overlay less, reset overlay properly.
2633 (tpu-unselect): Deactivate mark.
2634 (tpu-lm-replace): Reset overlay properly.
2635 (tpu-forward-line): Use forward-visible-line.
2636 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2637
2638 * emulation/tpu-extras.el (tpu-forward-line): Use
2639 forward-visible-line.
2640
2641 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2642
2643 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2644
2645 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2646
2647 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2648 and skip whitespace and newlines.
2649
2650 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2651
2652 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2653
2654 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2655
2656 * help.el (describe-function-1): Regexp-quote function name
2657 when used as part of a regexp.
2658
2659 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2660 face-attribute instead of face-foreground and face-background.
2661 (tool-bar-add-item): Likewise, and handle unspecified colors.
2662
2663 * enriched.el (enriched-face-ans): Use face-attribute instead
2664 of face-foreground and face-background.
2665
2666 * faces.el (face-foreground, face-background, face-stipple):
2667 Return nil if attribute is unspecified, for backward
2668 compatibility.
2669
2670 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2671
2672 * play/5x5.el: Remove version info.
2673
2674 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2675
2676 * frame.el (blink-cursor-mode): Doc fix.
2677
2678 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2679
2680 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2681 to create Makefile rules.
2682 (antlr-tool-command): New user option.
2683 (antlr-ask-about-save): New user option.
2684 (antlr-makefile-specification): New user option.
2685 (antlr-file-formats-alist): New variable.
2686 (antlr-special-file-formats): New variable.
2687 (antlr-unknown-file-formats): New user option.
2688 (antlr-help-unknown-file-text): New variable.
2689 (antlr-help-rules-intro): New variable.
2690 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2691 (antlr-mode-menu): Add entries.
2692 (antlr-file-dependencies): New function.
2693 (antlr-directory-dependencies): New function.
2694 (antlr-superclasses-glibs): New function.
2695 (antlr-run-tool): New command.
2696 (antlr-makefile-insert-variable): New function.
2697 (antlr-insert-makefile-rules): New function.
2698 (antlr-show-makefile-rules): New command.
2699
2700 * antlr-mode.el: More Emacs/XEmacs stuff.
2701 (antlr-no-action-keywords): New constant with value nil.
2702 (antlr-font-lock-keywords-alist): Use it. Old value would break
2703 syntax highlighting in Emacs-21.0.
2704 (antlr-default-directory): Emacs/XEmacs dependend function.
2705 (antlr-read-shell-command): Ditto.
2706 (antlr-with-displaying-help-buffer): Ditto.
2707
2708 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2709
2710 * antlr-mode.el: imenu, parsing and highlighting changes.
2711 (antlr-imenu-create-index-function): Don't create extra submenus
2712 for definitions in different grammar classes. It is not necessary
2713 for the menu and would make command `imenu' awkward to use.
2714 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2715 header actions and more than one.
2716 (antlr-font-lock-tokendef-face): Changed color.
2717 (antlr-font-lock-tokenref-face): Changed color.
2718 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2719 (antlr-mode-syntax-table): New variable.
2720 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2721 (antlr-with-syntax-table): Don't copy syntax table.
2722
2723 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2724
2725 * antlr-mode.el: Minor changes: language setting.
2726 (antlr-language-alist): The value for file option "language" can
2727 be both an identifier and a string.
2728 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2729 (antlr-language-limit-n-regexp): Change accordingly.
2730
2731 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2732
2733 * antlr-mode.el: Minor changes: tabs, hiding.
2734 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2735 (antlr-action-visibility): Also allow value nil to also hide the
2736 braces. Renamed from `antlr-tiny-action-length'.
2737 Suggested by Jay@aol.com.
2738 (antlr-hide-actions): Change accordingly. Hide line if completely
2739 hidden action is on a line of its own.
2740
2741 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2742
2743 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2744
2745 * sort.el (sort-columns): Don't concat strings with numbers.
2746
2747 2000-11-29 Dave Love <fx@gnu.org>
2748
2749 * cus-edit.el (face): Fix :format.
2750
2751 * mail/feedmail.el: Require smtpmail when compiling.
2752 (mail-do-fcc): Autoload.
2753 (feedmail) <defgroup>: Fix :link.
2754 (feedmail-nuke-body-in-fcc): Fix :type.
2755 (feedmail-send-it): Add autoload cookie.
2756
2757 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * newcomment.el (comment-indent): Save excursion around call to
2760 comment-indent-function.
2761
2762 2000-11-29 Miles Bader <miles@gnu.org>
2763
2764 * subr.el (member-ignore-case): Return the tail of the list who's
2765 car matches, like `member', not the matching element itself.
2766
2767 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2768
2769 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2770 should not contain `\n'.
2771
2772 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2773
2774 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2775
2776 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2777
2778 * dired-aux.el (dired-do-create-files): Construct default file
2779 name for dired-mark-read-file-name so that when the user enters
2780 just RET, the target file will end up in the target directory.
2781
2782 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2783 local-abbrev-table before changing buffers because it might
2784 have a buffer-local binding.
2785
2786 2000-11-28 Miles Bader <miles@gnu.org>
2787
2788 * simple.el (delete-horizontal-space): Handle fields more generally.
2789
2790 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2791
2792 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2793
2794 2000-11-28 Dave Love <fx@gnu.org>
2795
2796 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2797 comment-start-skip locally.
2798
2799 * progmodes/fortran.el (fortran-mode): Don't set
2800 fortran-comment-line-start-skip. Set comment-start to
2801 fortran-comment-line-start.
2802 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2803 (fortran-comment-line-start-skip): Simplify slightly.
2804
2805 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2806
2807 * play/5x5.el: Remove RCS keyword.
2808
2809 * bs.el: Mistaken commit, undone 2000-11-30.
2810
2811 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2812
2813 * textmodes/tildify.el (tildify-string-alist): Add
2814 `plain-tex-mode' here.
2815
2816 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2817
2818 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2819 reference.
2820
2821 2000-11-28 Miles Bader <miles@gnu.org>
2822
2823 * cus-face.el (custom-face-attributes): Add post-filter function
2824 for :box. Make pre-filter function for :box handle all cases.
2825
2826 * wid-edit.el (widget-choose): Make sure pop-up window is large
2827 enough to display all the choices, as there's no way to scroll it.
2828
2829 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2830
2831 * international/mule-conf.el: Make the coding system no-conversion
2832 safe for all characters.
2833
2834 2000-11-27 Dave Love <fx@gnu.org>
2835
2836 * net/ldap.el (ldap) <defgroup>: Add :version.
2837
2838 * tooltip.el (tooltip-use-echo-area): Doc fix.
2839
2840 * cus-start.el <minibuffer-prompt-properties>: Add version.
2841 <read-buffer-function>: Add.
2842
2843 * apropos.el (apropos-print): Add help-echo to active text.
2844
2845 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2846
2847 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2848
2849 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2850 type, group and version.
2851
2852 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * select.el (x-get-selection): Docstring fix.
2855
2856 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2857
2858 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2859
2860 2000-11-27 Andrew Innes <andrewi@gnu.org>
2861
2862 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2863
2864 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2865
2866 2000-11-27 Miles Bader <miles@gnu.org>
2867
2868 * dired.el (dired-get-filename): Return filename verbatim if
2869 LOCALP is `verbatim'.
2870 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2871 `verbatim' so that we don't inadvertently delete a non-existant
2872 directory name.
2873
2874 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2875
2876 * international/characters.el: Specify cases and syntaxes for
2877 mule-unicode-0100-24ff.
2878
2879 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2880
2881 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2882 that foreground and/or background colors of the face `tool-bar'
2883 are unspecified.
2884
2885 2000-11-27 Miles Bader <miles@gnu.org>
2886
2887 * wid-edit.el (widget-field-buffer, widget-field-start)
2888 (widget-field-end): Handle widget field `pseudo-overlays'.
2889 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2890 if it's there instead of in `widget-field-list'.
2891
2892 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2893 (help-make-xrefs): Delete extraneous newlines at the end of the
2894 docstring.
2895
2896 2000-11-25 Jason Rumney <jasonr@gnu.org>
2897
2898 * startup.el (command-line): Call set-locale-environment after
2899 Window System init file is read, as it can result in a call to
2900 redraw-frame.
2901
2902 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * simple.el (shell-command): Mention the effect of the prefix
2905 argument in the doc string.
2906
2907 2000-11-25 Miles Bader <miles@gnu.org>
2908
2909 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2910
2911 * wid-edit.el (widget-field-value-delete): Don't try to delete
2912 overlay when it's the `pseudo-overlay' that exists at some points.
2913
2914 2000-11-24 Jason Rumney <jasonr@gnu.org>
2915
2916 * international/mule-cmds.el (locale-language-names): Add "jp" as
2917 a non-standard alternative for Japanese.
2918
2919 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2920
2921 * vc-hooks.el: Require 'cl during compilation.
2922
2923 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2924
2925 * faces.el (face-set-after-frame-default): Let face attributes
2926 specified for new frames override frame parameters.
2927
2928 * startup.el (command-line): Fix computation of the source file
2929 for user-init-file when user-init-file is a compiled file.
2930
2931 2000-11-24 Miles Bader <miles@gnu.org>
2932
2933 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2934 (custom-post-filter-face-spec): New functions.
2935 (custom-face-set, custom-face-value-create): Filter the face spec
2936 before and after customization.
2937 (custom-face-set): If VALUE specifies a null face, pass a
2938 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2939 * cus-face.el (custom-face-attributes): Remove SET and GET
2940 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2941 cases they're needed.
2942
2943 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2944 that it's distinguishable from the :off-glyph on dark-background
2945 displays. Set its background color too.
2946
2947 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2948 so that people can easily turn it off.
2949
2950 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2951
2952 * ediff-diff.el: Moved variables around to have it compile under NT.
2953
2954 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2955
2956 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2957
2958 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2959 redundant skip-small-frames test.
2960
2961 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2962 (viper-downgrade-to-insert): protect against errors in hooks.
2963
2964 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2965 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2966 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2967 functions.
2968
2969 * viper-util.el (viper-memq-char): Bug fixes.
2970
2971 * viper.el (viper-mode): Fix cursor handling.
2972
2973 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2974
2975 * international/mule-diag.el (list-iso-charset-chars): For
2976 two-byte charset, fix the `while' condition.
2977 (list-non-iso-charset-chars): Fix the `while' condition.
2978
2979 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2980
2981 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2982 if the variable is make-variable-buffer-local.
2983
2984 * progmodes/ada-stmt.el (ada-template-map): Initialize
2985 and bind it to C-c t in ada-mode-map.
2986 (ada-stmt-mode-hook): New function extracted from old code.
2987 Only change the buffer-local side of skeleton-*.
2988 (ada-mode-hook): Use it.
2989
2990 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2993 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2994 we expect to be returned by minibuffer-depth once we prompt the
2995 user in the minibuffer.
2996 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2997 as recorded in iswitchb-minibuf-depth, return non-nil.
2998
2999 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3000
3001 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3002 (hscroll-window-maybe): Docstring fix.
3003
3004 2000-11-23 Dave Love <fx@gnu.org>
3005
3006 * rect.el (string-rectangle): Don't test delete-selection-mode.
3007
3008 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3009
3010 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3011 is in the tool bar.
3012
3013 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3014 with `no-dir'; we want the directory part to be able to remove
3015 it.
3016
3017 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * textmodes/outline.el (outline-flag-region):
3020 Don't bind inhibit-read-only since we don't modify the buffer.
3021 (outline-isearch-open-invisible): Don't jump to overlay-start
3022 since we're trying to unhide text around point.
3023 (outline-discard-overlays): Use dolist.
3024
3025 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3026
3027 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3028
3029 * mail/rmail.el (rmail-confirm-expunge): Default to
3030 y-or-n-p.
3031
3032 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3033
3034 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3035 Fix ARG regexp to skip quoted braces.
3036 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3037 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3038 are (correctly) handled separately).
3039 Remove `caption' and `footnote' from `citations': they contain text.
3040 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3041 (latex-skeleton-end-hook): New function.
3042 (latex-mode): Use it.
3043 (tex-start-tex-marker): Remove.
3044 (tex-send-tex-command): Don't set tex-start-tex-marker.
3045 (tex-error-parse-syntax-table): New var.
3046 (tex-compilation-parse-errors): Use it.
3047 Ignore tex-start-tex-marker. Don't bother with marker-position.
3048 (tex-validate-buffer): Don't bother with marker-position.
3049
3050 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3051 (flyspell-generic-progmode-verify): Use it.
3052
3053 2000-11-22 Sam Steingold <sds@gnu.org>
3054
3055 * simple.el (delete-trailing-whitespace): New interactive
3056 function.
3057
3058 * progmodes/ada-mode.el (ada-mode): Use it instead of
3059 `ada-remove-trailing-spaces'.
3060 (ada-remove-trailing-spaces): Removed.
3061
3062 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3063
3064 * textmodes/picture.el (picture-clean): Removed.
3065 (picture-mode-exit): Call it instead of `picture-clean'.
3066
3067 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3068
3069 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3070
3071 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3072 jit-lock-fontify-buffer; it should anyway be unneccessary to
3073 do anything special when jit-lock is active.
3074 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3075
3076 2000-11-22 Dave Love <fx@gnu.org>
3077
3078 * calendar/todo-mode.el (todo-top-priorities): Use
3079 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3080
3081 * language/chinese.el, language/cyrillic.el:
3082 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3083 * language/hebrew.el, language/indian.el, language/japanese.el:
3084 * language/korean.el, language/lao.el, language/misc-lang.el:
3085 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3086 Use provide.
3087
3088 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3089 (custom-variable-set): Improve validation error mesage.
3090
3091 * rect.el (string-rectangle): Revert last change.
3092 (string-rectangle-line): New arg DELETE.
3093 (string-rectangle): Check delete-selection-mode.
3094
3095 * emacs-lisp/edebug.el (edebug-version)
3096 (edebug-maintainer-address): Deleted.
3097 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3098 (edebug-read-function): Account for other `'#' read forms.
3099 (edebug-mode-menus): Make some items toggles.
3100 (edebug-outside-unread-command-event, unread-command-event):
3101 Remove these to avoid warnings.
3102
3103 2000-11-22 David Ponce <david@dponce.com>
3104
3105 * recentf.el (recentf-menu-items-for-commands)
3106 (recentf-make-menu-items, recentf-make-menu-item)
3107 (recentf-filter-changer): Added :help and :active menu-item properties.
3108
3109 (recentf-build-dir-rules, recentf-dump-variable)
3110 (recentf-edit-list, recentf-open-files-item)
3111 (recentf-open-files): Replaced unnecessary `mapcar' with new
3112 built-in `mapc'.
3113
3114 2000-11-23 Miles Bader <miles@gnu.org>
3115
3116 * faces.el (menu): Make inverse-video on ttys too.
3117
3118 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * simple.el (comment-line-break-function): Use the new name
3121 indent-new-comment-line -> comment-indent-new-line.
3122 (clone-indirect-buffer): Don't ignore NORECORD.
3123 (next-completion): Properly handle the case where items are adjacent.
3124
3125 * mouse.el (popup-menu): Stupid typo.
3126
3127 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3128
3129 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3130 maintainer, keywords tags.
3131
3132 * rect.el (replace-rectangle): Don't call string-rectangle-line
3133 with too many arguments.
3134
3135 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3136
3137 * ediff-util.el (ediff-file-checked-out-p)
3138 (ediff-file-checked-in-p): Call vc-state instead of
3139 vc-locking-user, which no longer exists.
3140
3141 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3142
3143 2000-11-22 Dave Love <fx@gnu.org>
3144
3145 * md5.el (md5): Provide.
3146 (md5): Fix error call.
3147
3148 2000-11-22 Miles Bader <miles@gnu.org>
3149
3150 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3151 (refill-fill-paragraph-at): Remove debugging code.
3152
3153 * calendar/calendar.el (generate-calendar-window): When we don't
3154 call `fit-window-to-buffer', make sure the top line is fully visible.
3155
3156 * image-file.el (insert-image-file): Don't make `read-only'
3157 property rear-nonsticky.
3158
3159 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3160 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3161 stashing away its original value.
3162 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3163 in the recursive edit.
3164 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3165 (isearch-done): Restore `minibuffer-message-timeout'.
3166
3167 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3168
3169 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3170
3171 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3172
3173 * find-lisp.el (find-lisp-find-files-internal):
3174 Use dolist, when and file-name-as-directory.
3175
3176 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3177 (define-derived-mode, define-minor-mode): Add specs.
3178
3179 * window.el: General comment and spacing fixes.
3180 (save-selected-window): Use backquotes.
3181 (window-safely-shrinkable-p): New function.
3182 (shrink-window-if-larger-than-buffer): Use it.
3183
3184 * subr.el (make-local-hook): Docstring fix.
3185
3186 * shell.el (shell-mode): Use define-derived-mode.
3187
3188 * newcomment.el (comment-indent): Insert comment before calling
3189 comment-indent-function. Don't insert in column 0.
3190 (comment-dwim): Indent before inserting comment.
3191
3192 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3193 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3194 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3195 Use mapc rather than map.
3196
3197 * files.el (find-buffer-visiting): Compare all attributes before
3198 declaring two files identical (rather than just their inode-no).
3199 (auto-mode-alist): Use \' rather than $.
3200
3201 * which-func.el: Update maintainer line.
3202
3203 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3204 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3205 (uniquify-buffer-file-name): Use it.
3206
3207 2000-11-22 Miles Bader <miles@gnu.org>
3208
3209 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3210 * simple.el (minibuffer-avoid-prompt): New function.
3211
3212 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3213
3214 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3215
3216 2000-11-21 Miles Bader <miles@gnu.org>
3217
3218 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3219 inclusion of `track-mouse'.
3220
3221 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3222 (refill-adjust-ignorable-overlay): New function.
3223 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3224 only the paragraph's tail if possible.
3225 Update `refill-ignorable-overlay'.
3226 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3227
3228 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3229 point inside the fill-prefix.
3230
3231 * textmodes/refill.el (refill-post-command-function): Don't reset
3232 refill-doit in the case where a self-insertion command doesn't
3233 case a refill. Use `refill-fill-paragraph-at', getting position
3234 from `refill-doit'.
3235 (refill-after-change-function): Set `refill-doit' to END.
3236 (refill-fill-paragraph-at): New function, mostly from old
3237 refill-fill-paragraph.
3238 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3239 (refill-pre-command-function): New function.
3240 (refill-mode): Add it to `pre-command-hook'.
3241
3242 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3243
3244 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3245
3246 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3247 javadoc tags.
3248
3249 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3250
3251 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3252 vc.el).
3253
3254 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3255 require vc.
3256
3257 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3258 checkouts.
3259
3260 2000-11-20 Dave Love <fx@gnu.org>
3261
3262 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3263
3264 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3265
3266 * calculator.el (calculator-paste): Use `if' instead of `and'
3267 and `or'.
3268 (calculator-help): Don't use electric-describe-mode for XEmacs.
3269
3270 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3271
3272 * info.el (info-menu-5): Doc fix.
3273
3274 * textmodes/artist.el: New file.
3275
3276 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3277
3278 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3279 and differentiate according to checkout model.
3280 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3281 since this function is only concerned with master state.
3282
3283 * vc-hooks.el (vc-workfile-unchanged-p,
3284 vc-default-workfile-unchanged-p): Moved here from vc.el.
3285
3286 * vc.el (vc-workfile-unchanged-p,
3287 vc-default-workfile-unchanged-p): See above.
3288
3289 2000-11-19 Miles Bader <miles@gnu.org>
3290
3291 * image-file.el (insert-image-file): Make `intangible' and
3292 `read-only' properties rear-nonsticky too.
3293
3294 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3295
3296 * ps-print.el: Update copyright notice.
3297
3298 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3299 (tooltip-show): Use the offsets.
3300
3301 * bindings.el (mode-line-modified): Fix a typo.
3302 (mode-line-toggle-modified, mode-line-widen)
3303 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3304
3305 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3306
3307 * ps-print.el (toplevel): Test for find-coding-system being
3308 fboundp before calling ps-x-find-coding-system.
3309
3310 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3313 (vc-version-backup-file): Docstring fix.
3314
3315 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3316
3317 * files.el (basic-save-buffer): Don't add a newline if
3318 find-file-literally is non-nil.
3319 (find-file-literally): Extend doc string.
3320
3321 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3322 sort(1) with the `-f' argument.
3323
3324 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3325
3326 * vc.el: Updated backend documentation.
3327 (vc-default-check-headers): New function.
3328
3329 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3330
3331 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3332 up-to-date.
3333 (vc-do-command): In the asynchronous case, output messages only if
3334 the minibuffer is not active.
3335
3336 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3337 `vc-cvs-use-edit' is on.
3338 (vc-cvs-checkout): When this is used for reverting the workfile,
3339 make a backup of the original contents and revert to that in case
3340 of error.
3341 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3342 remote repositories.
3343
3344 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3345 for both version and ratio in the minibuffer.
3346
3347 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3348 Use vc-do-command to perform the annotation, not call-process.
3349
3350 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3351
3352 * international/quail.el (quail-start-translation): Don't call
3353 `message' before reading key sequence.
3354
3355 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3356
3357 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3358
3359 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3360
3361 * window.el (fit-window-to-buffer): Be sure to acquire at least
3362 one text line even if the buffer is empty.
3363
3364 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3365
3366 * net/ange-ftp.el (ange-ftp-file-writable-p)
3367 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3368 ange-ftp-process-verbose to nil.
3369
3370 2000-11-15 Dave Love <fx@gnu.org>
3371
3372 * wid-edit.el (widget-specify-field, widget-specify-button): If
3373 :help-echo is a function, set help-echo of overlay to
3374 widget-mouse-help.
3375 (widget-mouse-help): New function.
3376 (widget-echo-help): Rewritten for :help-echo functions only taking
3377 a widget arg.
3378
3379 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3380 display-graphic-p.
3381 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3382 and that JPEG is available.
3383 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3384
3385 * international/mule-cmds.el (locale-charset-language-names):
3386 Match @euro.
3387
3388 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3389
3390 * faces.el (face-set-after-frame-default): If
3391 `inhibit-default-face-x-resources' is bound, don't intialize the
3392 default face from X resources.
3393
3394 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3395
3396 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3397 Don't set EMACSLOADPATH.
3398
3399 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3400
3401 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3402 texinfo-insert-@url.
3403 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3404 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3405
3406 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3409 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3410 (checkdoc-minor-keymap): Backward compatibility.
3411 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3412 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3413 (checkdoc-this-string-valid-engine): Be a bit more strict
3414 to avoid matching substrings of `...' quoted vars/funs.
3415 (checkdoc-defun-info): Only look for `interactive' if alone.
3416 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3417
3418 * progmodes/compile.el (grep): `tag-default' can be nil.
3419
3420 * newcomment.el (comment-indent): Paren typo.
3421
3422 2000-11-14 Dave Love <fx@gnu.org>
3423
3424 * calculator.el: New maintainer version.
3425
3426 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3427
3428 * cmuscheme.el: Doc fixes.
3429 (cmuscheme) <defgroup>: Use `scheme' as parent.
3430 (cmuscheme-program-name): Remove. Change uses to
3431 scheme-program-name.
3432
3433 * xscheme.el (scheme-program-name): Don't define here.
3434
3435 * progmodes/scheme.el (scheme-program-name): New variable
3436 (originally in cmuscheme).
3437
3438 2000-11-14 Miles Bader <miles@gnu.org>
3439
3440 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3441 Handle header-lines. Don't loop forever if we can't enlarge the
3442 window anymore. Simplify a bit.
3443
3444 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3445
3446 * window.el (fit-window-to-buffer): Don't check
3447 window-text-height. Assure that the last line is fully visible.
3448
3449 * international/quail.el (quail-show-guidance-buf): Call
3450 fit-window-to-buffer to assure the enough height of the guidance
3451 buffer.
3452 (quail-update-guidance): Avoid making the guidance buffer shorter.
3453
3454 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3455
3456 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3457 rather than `prepend' and add an interesting comment.
3458 (tex-math-face, tex-font-lock-syntactic-face-function):
3459 New face and function to use it.
3460 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3461 than `menu-enable' symbol property.
3462 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3463 (tex-mode): Add some latex-mode commands for auto-selection.
3464 Use tex-font-lock-syntactic-face-function.
3465 (tex-insert-quote): Simplify.
3466 (tex-shell): New mode.
3467 (tex-start-shell): Use it.
3468 (tex-shell-proc, tex-shell-buf): New functions.
3469 (tex-send-command): Use it.
3470 (tex-main-file): Fix the meaning of the new arg REALFILE.
3471 (tex-send-tex-command): New function split from `tex-start-tex'.
3472 Set compilation-last-buffer and compilation-parsing-end.
3473
3474 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3475 when it follows non-comment text on the line.
3476
3477 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3478 Set font-lock-defaults.
3479 (lisp-mode-shared-map): Init inside the defvar.
3480 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3481 Use define-derived-mode.
3482
3483 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3484
3485 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3486
3487 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3488
3489 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3490 recursively optimize body because that can lead to infinite
3491 recursion; see comment there.
3492
3493 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3494
3495 * faces.el (face-spec-set-match-display): Revert the change from
3496 2000-10-24. Add a FIXME for after v21.1.
3497
3498 2000-11-13 Miles Bader <miles@gnu.org>
3499
3500 * textmodes/fill.el (skip-line-prefix): New function.
3501 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3502 (fill-paragraph): Don't leave point inside the fill-prefix.
3503 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3504 point inside the fill-prefix.
3505
3506 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3507
3508 * calendar/calendar.el (generate-calendar-window): Use
3509 `fit-window-to-buffer'.
3510
3511 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3512
3513 * gud.el (gud-minor-mode): New var.
3514 (gud-symbol, gud-val): New functions.
3515 (gud-find-file): Copy gud-minor-mode to the new buffer.
3516 (gud-menu-map): Include entries for commands that are not always
3517 available, using :enable to (de)activate them.
3518 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3519 (gud-mode-map): New map.
3520 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3521 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3522 Don't set up gud's menu (it's done by the minor-mode).
3523 (gud-minibuffer-local-map): New.
3524 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3525 (gud-query-cmdline): New function.
3526 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3527 (gud-mode): Use define-derived-mode.
3528 Don't set up gud's menu (it's done by the minor-mode).
3529 (gud-chop-words): Remove.
3530 (gud-common-init): Use split-string instead.
3531 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3532
3533 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3534 Add keyword arg :name.
3535
3536 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3537 (diff-count-matches, diff-split-hunk): New functions.
3538 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3539
3540 * pcvs-info.el (cvs-fi-conflict-face): New var.
3541
3542 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3543 Make it into a simple syntax-table, shared among all submodes.
3544 (sh-heredoc-face): Re-introduce.
3545 (sh-font-lock-syntactic-face-function): New function.
3546 (sh-mode): Use it. Also use define-derived-mode.
3547 Remove old bogus setting of indent-region-function.
3548 (sh-set-shell): Don't set the syntax-table any more.
3549 (sh-mode-syntax-table) <defun>: Remove.
3550
3551 2000-11-12 Miles Bader <miles@gnu.org>
3552
3553 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3554 message if interactive.
3555
3556 2000-11-12 Dave Love <fx@gnu.org>
3557
3558 * mail/feedmail.el: Fix header,
3559 (feedmail) <defgroup>: Add :link.
3560
3561 * view.el: Use local-map property, not keymap on mode-line string.
3562
3563 * scroll-all.el (scroll-all-mode): Customize variable. Add
3564 autoload cookie to function.
3565
3566 * lazy-lock.el: Remove compatibility code.
3567
3568 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3569 (finder-help-echo): New variable.
3570 (finder-mouse-face-on-line): Add help-echo stuff.
3571 (finder-list-keywords, finder-list-matches): Use mapc.
3572
3573 * faces.el (face-font-registry-alternatives): Add :version.
3574
3575 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3576 tags-table-list.
3577
3578 * net/browse-url.el (browse-url-browser-function): Update :version.
3579
3580 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3581 (mail-mode): Use [:alnum:] in some regexps.
3582
3583 2000-11-10 Dave Love <fx@gnu.org>
3584
3585 * ediff.el (ediff-regions-internal, ediff-documentation):
3586 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3587 fundamental mode.
3588
3589 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3590 buffer into fundamental mode.
3591 (ediff-set-difference): Use copy-sequence if available.
3592
3593 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3594 ediff-patch-map non-nil.
3595 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3596 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3597 buffer into fundamental mode.
3598
3599 * ediff-merg.el (state-or-merge): Defvar when compiling.
3600
3601 2000-11-10 Jason Rumney <jasonr@gnu.org>
3602
3603 * w32-fns.el (w32-add-charset-info): New function.
3604 (w32-charset-info-alist): Use it.
3605
3606 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3607
3608 * faces.el (face-font-registry-alternatives): New user-option.
3609
3610 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3611
3612 * textmodes/texinfo.el (texinfo-block-default): New var.
3613 (texinfo-insert-block): Use it. Insert a newline if needed.
3614
3615 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3616 (fill-region-as-paragraph): Use it.
3617
3618 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3619 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3620 Tweak paragraph regexps to allow a leading [ \t]*.
3621 (tex-latex-block): Insert a newline if necessary.
3622 (latex-insert-item): Only insert a newline if necessary.
3623 (tex-guess-main-file): New function.
3624 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3625 Set tex-main-file if TeX-master is provided.
3626 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3627
3628 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3629
3630 * startup.el (command-line): Set the default tooltip-mode
3631 to t for graphical displays which implement x-show-tip.
3632
3633 * tooltip.el (tooltip-mode): Add a comment about startup.el
3634 setting the default value of this user-option.
3635
3636 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * font-lock.el (font-lock-*-face) <defvar>: Move.
3639 (font-lock-defaults-alist): Mark obsolete.
3640 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3641 (font-lock-mode): Use define-minor-mode.
3642 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3643 (font-lock-turn-off-thing-lock): Be more explicit.
3644 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3645 (font-lock-syntactic-face-function): New var.
3646 (font-lock-fontify-syntactically-region): Use it.
3647 (font-lock-doc-face): New.
3648
3649 * pcvs.el (cvs-enabledp): Ignore errors.
3650 (cvs-commit-filelist): Never query.
3651 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3652 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3653 (cvs-do-removal): Use cvs-partition rather than delete-if.
3654 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3655 cvs-bury-buffer.
3656
3657 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3658 Allow `next' to jump to after the end of the last match.
3659
3660 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3661
3662 * simple.el (byte-compiling-files-p): New function.
3663
3664 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3665 if it is there.
3666
3667 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3668 nil again.
3669
3670 * textmodes/ispell.el (ispell-library-path): Don't call
3671 check-ispell-version when byte-compiling because that starts
3672 an ispell process, and ispell might not be installed.
3673 (toplevel): Don't set up a menu when byte-compiling.
3674
3675 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3676 it, so that a boundp test can be used to determine if we're
3677 currently byte-compiling.
3678
3679 2000-11-09 Dave Love <fx@gnu.org>
3680
3681 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3682 eval-after-load.
3683
3684 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3685
3686 * ps-print.el: Patch for variable initialization when spooling. Doc
3687 fix.
3688 (ps-output-list): Fun eliminated.
3689 (ps-begin-file, ps-begin-job): Code fix.
3690
3691 2000-11-08 Dave Love <fx@gnu.org>
3692
3693 * ediff-wind.el (ediff-control-frame-parameters): Zero
3694 tool-bar-lines.
3695
3696 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3697
3698 * simple.el (shell-command, display-message-or-buffer)
3699 (shell-command-on-region): Mention resize-mini-windows in the doc
3700 string.
3701 (display-message-or-buffer): Take the value of resize-mini-windows
3702 into account.
3703
3704 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3705
3706 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3707
3708 * dired.el (dired-between-files): Add `^. find' as an alternative
3709 to the regular expression, for find-dired.
3710
3711 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3712
3713 * textmodes/texnfo-upd.el: Require texinfo.
3714 (defmacro, defgroup): Remove.
3715 (texinfo-section-to-generic-alist): Remove.
3716 Use texinfo-section-list instead (i.e. level is changed string->int).
3717 (texinfo-filter): New function.
3718 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3719 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3720 Use it. And use regexp-opt.
3721 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3722 (texinfo-update-menu-region-beginning)
3723 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3724 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3725 (texinfo-update-menu-same-level-regexps): Update.
3726 (texinfo-update-node, texinfo-every-node-update)
3727 (texinfo-sequential-node-update): Remove autoload cookie.
3728
3729 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3730 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3731 (texinfo-chapter-level-regexp): Remove.
3732 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3733
3734 2000-11-06 Dave Love <fx@gnu.org>
3735
3736 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3737
3738 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3739 Match defun*.
3740
3741 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3742
3743 * composite.el (composition-function-table): Variable declaration
3744 moved to src/composite.c.
3745 (compose-chars-after): New optional arg object.
3746
3747 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3748
3749 * bindings.el (mode-line-toggle-read-only)
3750 (mode-line-toggle-modified, mode-line-widen)
3751 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3752 (make-mode-line-mouse2-map): Rewritten.
3753 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3754 functions so that C-h k can show something with a doc string.
3755
3756 * startup.el (fancy-splash-delay): Set to 10 seconds.
3757 (fancy-splash-max-time): New user-option.
3758 (fancy-splash-stop-time): New variable.
3759 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3760 (fancy-splash-screens-1): Throw `stop-splashing' when current
3761 time is greater than fancy-splash-stop-time.
3762
3763 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3764
3765 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3766
3767 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3768 Prompt user for a file rather than raising an error.
3769 (cvs-enabledp): Fix call to cvs-mode-marked.
3770 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3771 (cvs-mode-insert): Use it. Change the init prompt' value.
3772 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3773
3774 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3775 Don't pass default arg to ewoc-locate.
3776 (ewoc-collect): Return result in the right order.
3777
3778 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3779
3780 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3781 (cvs-status-get-tags): Fix regexp.
3782 (cvs-status-trees, cvs-status-cvstrees):
3783 Combine after change hooks and don't sit-for.
3784 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3785 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3786 Use make-char rather than hard-coded cryptic data.
3787 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3788
3789 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3790
3791 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3792 (cvs-insert-strings): New function.
3793
3794 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3795
3796 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3797 `mwheel-scroll-amount'.
3798 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3799 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3800 string-matching against the version string.
3801
3802 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3803
3804 * language/thai.el ("Thai"): Set a lisp form that produces
3805 composed string in `sample-text' language info.
3806
3807 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3808 composed string in `sample-text' language info.
3809
3810 * international/mule-cmds.el (describe-language-environment): Eval
3811 `sample-text' data and insert the result.
3812
3813 * international/mule-conf.el (compound-text): Define this coding
3814 system here. Make x-ctext and ctext aliases of it.
3815
3816 * language/european.el (compound-text, ctext): Moved to
3817 international/mule-conf.el.
3818
3819 2000-11-05 Andrew Innes <andrewi@gnu.org>
3820
3821 * w32-fns.el (w32-version): New function.
3822
3823 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * progmodes/awk-mode.el: Update copyright.
3826 (awk-mode-abbrev-table): Remove.
3827 (awk-font-lock-keywords): Use regexp-opt.
3828 (awk-mode): Use define-derived-mode.
3829
3830 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3831 when extracting a suffix.
3832
3833 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3834
3835 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3836 auto-save-mode.
3837
3838 2000-11-04 Jason Rumney <jasonr@gnu.org>
3839
3840 * language/european.el (decode-mac-roman): Test against r1 not r0.
3841
3842 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3843
3844 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3845 (icon-mode): Define indent-line-function.
3846 (icon-comment-indent): Simplify.
3847 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3848
3849 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3850
3851 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3852 Bind change-log-default-mode to defeat the caching done on it.
3853 Don't bother saving excursion any more.
3854
3855 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3856
3857 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3858 (set-frame-font): Use the new name (and the old for compatibility).
3859
3860 * toolbar/tool-bar.el (tool-bar-mode):
3861 * time.el (display-time-mode):
3862 * recentf.el (recentf-mode):
3863 * paren.el (show-paren-mode):
3864 * mwheel.el (mouse-wheel-mode):
3865 * msb.el (msb-mode):
3866 * jka-compr.el (auto-compression-mode):
3867 * image-file.el (auto-image-file-mode):
3868 * hl-line.el (hl-line-mode):
3869 * delsel.el (delete-selection-mode):
3870 * autoinsert.el (auto-insert-mode):
3871 * complete.el (partial-completion-mode): Drop unneeded positional args.
3872
3873 * info.el (Info-mode):
3874 * comint.el (comint-mode): Don't bother with make-local-hook.
3875
3876 * log-edit.el (log-edit-menu): New menu.
3877
3878 2000-11-03 Miles Bader <miles@gnu.org>
3879
3880 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3881 definition, so that trailing spaces are handled properly.
3882 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3883
3884 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3885
3886 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3887 tab character.
3888 (fancy-splash-screens): Set tab-width to 20.
3889
3890 2000-11-03 Dave Love <fx@gnu.org>
3891
3892 * comint.el (comint-completion-addsuffix): Fix custom type.
3893
3894 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3895
3896 * font-lock.el (font-lock-buffers): Remove.
3897 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3898 (font-lock-change-major-mode): Remove.
3899 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3900 (font-lock-default-fontify-region): Extend the multiline
3901 fontification to whole lines.
3902 (font-lock-fontify-anchored-keywords)
3903 (font-lock-fontify-keywords-region): If matching just one
3904 line (with \n) only mark the \n as multiline.
3905
3906 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3907 Correctly handle the case where several :group args are supplied.
3908 Allow :extra-args.
3909 (easy-mmode-define-global-mode): Allow :extra-args.
3910 Correctly handle the case where several :group args are supplied.
3911
3912 2000-11-02 Miles Bader <miles@gnu.org>
3913
3914 * calendar/calendar.el (diary-face, calendar-today-face)
3915 (holiday-face): Remove dependency on `window-system'.
3916
3917 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3918
3919 * Makefile.in (emacs): Set EMACSLOADPATH always.
3920 (update-authors, .el.elc, compile-files): Don't do it explicitly
3921 here.
3922 (compile-files): Bomb out if compilation of a file fails.
3923
3924 2000-11-02 Dave Love <fx@gnu.org>
3925
3926 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3927
3928 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3929
3930 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3931 punctuation in the warning inserted into the *mail* buffer.
3932
3933 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3934
3935 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3936 (authors-public-domain-p): New function.
3937 (authors-print): Use it.
3938
3939 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3940
3941 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3942
3943 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3944
3945 * ps-print.el: Extension for even/odd printing. Doc fix.
3946 (ps-print-version): New version number (6.3.1).
3947 (ps-even-or-odd-pages): Customization fix.
3948 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3949 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3950 (ps-page-count): Var replaced by `ps-page-column'.
3951 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3952 (ps-print-sheet-p): New fun.
3953
3954 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3955
3956 * tooltip.el (tooltip-gud-tips-setup): New function.
3957 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3958 (tooltip-mode): Call tooltip-gud-tips-setup.
3959 (tooltip-gud-tips): Use `gud-basic-call' instead of
3960 process-send-string, so the prompt gets frobbed appropriately.
3961 Handle nil return value from `tooltip-gud-print-command'.
3962
3963 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3964
3965 * comint.el (comint-add-to-input-history): New function.
3966 (comint-send-input): Use `comint-add-to-input-history'.
3967
3968 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3969
3970 * info.el (info-menu-header): New face.
3971 (Info-fontify-menu-headers): New function.
3972 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3973
3974 * info.el (Info-insert-dir): Don't include blank lines at
3975 beginning of additional dir files (one is added automatically).
3976
3977 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3978
3979 * emacs-lisp/easy-mmode.el (define-minor-mode):
3980 Revert the latest changes.
3981 Allow the three positional arguments to be skipped and replaced
3982 by keyword arguments.
3983 Add a :toggle argument to determine whether a nil arg means toggle
3984 or means turn-on. The default is unchanged.
3985 Add a call to force-mode-line-update.
3986
3987 2000-11-01 Dave Love <fx@gnu.org>
3988
3989 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3990 cookie.
3991
3992 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3993
3994 * calendar/calendar.el (diary-face, holiday-face): Add
3995 dark-background variants.
3996
3997 2000-10-31 Sam Steingold <sds@gnu.org>
3998
3999 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4000 `tex-main-file' does not have directory in it.
4001
4002 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4003
4004 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4005
4006 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4007
4008 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4009 functional change.
4010
4011 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4012
4013 * files.el (find-file-noselect): When we expand a wildcard, return
4014 a list of buffers, as we should do according to the doc string.
4015
4016 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4017
4018 * loadup.el (top level): Adjust load path if program name is
4019 "../src/bootstrap-emacs", in case it's not dumped and thus the
4020 load path adjustment hasn't already been done.
4021
4022 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4023
4024 * ps-print.el: Fix bug on selected pages for printing. Use
4025 `color-values' for Emacs 21. Ensure fontification when jit-lock
4026 is on. Try to avoid warning messages when compiling. Doc Fix.
4027 (ps-print-version): New version number (6.3).
4028 (ps-color-device): Use `color-values' to determine if device
4029 supports color.
4030 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4031 (ps-print-page-p): Changed from defsubst to defun.
4032 (ps-page-number): Changed from defmacro to defun.
4033 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4034 printing.
4035 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4036 (ps-end-file, ps-dummy-page): Funs eliminated.
4037 (ps-print-color-scale): Changed default value.
4038 (ps-page-n-up, ps-print-page-p): New internal vars.
4039 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4040 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4041
4042 * delim-col.el: Little programming improvement.
4043 (delimit-columns-str): New macro.
4044 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4045
4046 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4047
4048 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4049 Moved to european.el.
4050 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4051 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4052 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4053 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4054
4055 2000-10-30 Dave Love <fx@gnu.org>
4056
4057 * progmodes/cc-menus.el (imenu-generic-expression)
4058 (imenu-progress-message): Only defvar when compiling.
4059
4060 * emacs-lisp/elp.el (elp-unload-hook): New function.
4061
4062 * loadhist.el (unload-feature): Call elp-restore-function,
4063 checking for symbols; don't use elp-restore-all.
4064 (loadhist-hook-functions): Doc fix.
4065
4066 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4067
4068 * log-edit.el (log-edit-confirm): Fix the default.
4069
4070 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4071
4072 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4073 delimit-columns-format.
4074 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4075
4076 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4077
4078 * comint.el (comint-replace-by-expanded-history): Don't use
4079 comint-get-old-input (we're not looking at *old* input).
4080 (comint-get-old-input-default): If using fields, signal an error
4081 when the point is not in an input field.
4082
4083 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4084
4085 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4086 and mule-unicode-e000-ffff.
4087
4088 * international/mule.el (decode-char, encode-char): New functions.
4089 (make-coding-system): Accept a symbol of translation table as a
4090 value of property `safe-chars'.
4091
4092 * international/mule-cmds.el (encode-coding-char): Check property
4093 safe-chars instead of safe-charsets.
4094
4095 * international/fontset.el (fontset-default): Modified for
4096 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4097 (x-font-name-charset-alist): Likewise.
4098 (ccl-encode-unicode-font): New CCL program. Record it in
4099 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4100
4101 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4102 New translation tables.
4103 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4104 programs are modified and moved from mac-win.el.
4105 (mac-roman): Definition of this coding system is modified and
4106 moved from mac-win.el.
4107
4108 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4109
4110 * ediff-wind.el (ediff-setup-control-frame): Enclose
4111 face-attribute in condition-case to avoid errors in older emacsen.
4112
4113 2000-10-29 Miles Bader <miles@gnu.org>
4114
4115 * custom.el (custom-add-to-group): Allow multiple entries for a
4116 given value OPTION, as long as their widget types are different.
4117 * cus-edit.el (custom-face-value-create): If face name doesn't end
4118 with "face", add such here (similar to custom group widgets).
4119
4120 * comint.el (comint-highlight-prompt): Add :type.
4121
4122 2000-10-28 John Wiegley <johnw@gnu.org>
4123
4124 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4125 Changed this function to operate on a temporary buffer instead of
4126 the main buffer. This not only keeps flyspell from marking a
4127 buffer as changed that wasn't, but it solves the jumpy cursor
4128 problem when attempts are made to edit incorrect words.
4129 (flyspell-maybe-correct-doubling): Same change as for
4130 `flyspell-maybe-correct-transposition'.
4131
4132 * calendar/timeclock.el (timeclock-log): Doc fix.
4133 (timeclock-last-event): Doc fix.
4134 (timeclock-log): Kill the timelog buffer after appending a new
4135 event.
4136 (timeclock-find-discrep): Use a temp buffer to read in the
4137 timelog, instead of visiting the file.
4138 (timeclock-log-data): A new function, along with a host of helper
4139 functions, for the purpose of making timelog data accessible to
4140 programmers.
4141
4142 * eshell/esh-mode.el (window-height test): Make certain that
4143 `eshell-stringify-t' is non-nil.
4144 (eshell-password-prompt-regexp): Changed to a much simpler
4145 password regexp.
4146 (eshell-send-input): If `eshell-invoke-directly' returns t,
4147 directly invoke the parsed command using `eval'. This improves
4148 turn-around time on simple commands by a factor of three or
4149 greater, such as cd, ls, pwd, etc. -- which get used very often.
4150 It also conserves thousands of cons cells per call (since
4151 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4152 in the Pacific Cookie Company).
4153
4154 * eshell/esh-test.el (eshell-test): Whitespace fix.
4155
4156 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4157 `eshell-ls-initial-args' nil when inserting directory contents.
4158
4159 * eshell/em-script.el (eshell-script-initialize): Add names to
4160 `eshell-complex-commands, since `source' and `.' are complex.
4161
4162 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4163 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4164 `eshell-copy-handles'.
4165 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4166 bodies.
4167 (eshell-separate-commands): Whitespace fix.
4168 (eshell-complex-commands): Added a new list of names, for
4169 determining whether a given command is as simple as it looks.
4170 (eshell-invoke-directly): New function. Returns t if a command
4171 should be invoked directly (using `eval'), rather than indirectly
4172 using `eshell-do-eval'.
4173 (eshell-do-eval): Whitespace fix.
4174
4175 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4176 which provides an emulation of the DOS shell behavior of assuming
4177 that cp/mv/ln should copy/move/link to the current directory.
4178 (eshell-remove-entries): Added a doc string.
4179 (eshell-shuffle-files): Removed the check for `target' being null.
4180 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4181 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4182 it to do a smarter check of whether a destination was provided.
4183 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4184 (eshell/ln): Enable `:preserve-args', and use
4185 `eshell-mvcpln-template' to implement the body of the function.
4186 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4187 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4188 list after flattening it. This makes it possible to cat files
4189 with numerical names.
4190 (eshell-unix-initialize): Added several names to
4191 `eshell-complex-commands.
4192 (eshell-unix-command-complex-p): Return t if a given command name
4193 may result in external processes being invoked.
4194
4195 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4196 variable nil by default, since it slows down glob processing by a
4197 factor of two or more, and increases memory consumption.
4198
4199 * eshell/em-smart.el: Added a note about how memory consumptive
4200 smart display mode can be (at least this is true in Emacs 21).
4201 (eshell-smart-initialize): Whitespace fix.
4202 (eshell-refresh-windows): Use `if' instead of `when'.
4203 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4204 not necessary.
4205 (eshell-currently-handling-window): Added a missing global
4206 variable.
4207
4208 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4209 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4210 Whitespace fix.
4211 (eshell-ls-exclude-hidden): Added this variable in addition to
4212 `eshell-ls-exclude-regexp'. This one prevents files beginning
4213 with . from even being read, which can improve memory consumption
4214 quite a bit.
4215 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4216 read file entries beginning with a dot. In home directories with
4217 lots of hidden files, fully two-thirds of the time spent in ls is
4218 used to read directory entries that are immediately thrown away.
4219 (eshell-ls-initial-args): Added back this configuration variable,
4220 for specifying default initial arguments to every call to ls.
4221 Much faster than using an alias to do the same thing.
4222 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4223 (eshell-ls-dir): Whitespace change.
4224
4225 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4226
4227 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4228 available.
4229 (eshell-stringify-t): Added a customization variable, to indicate
4230 whether `t' should be rendered as a string at all. If not, one
4231 can still determine if the result of an expression is true using
4232 "file-exists-p FILE && echo true".
4233 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4234 stringify t!
4235
4236 * eshell/esh-module.el: Whitespace fix.
4237
4238 * eshell/em-alias.el (eshell-alias-initialize): Added
4239 `eshell-command-aliased-p' to `eshell-complex-commands'.
4240 (eshell-command-aliased-p): New function that returns t if a
4241 command name names an aliased.
4242
4243 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4244
4245 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4246 redrawing the screen when changing cursor color.
4247 (viper-insert-state-pre-command-sentinel)
4248 (viper-replace-state-pre-command-sentinel)
4249 (viper-replace-state-post-command-sentinel):
4250 Use viper-preserve-cursor-color.
4251 Many functions changed to use viper= instead of = when comparing
4252 characters.
4253 * viper-util.el (viper-memq-char,viper=): New functions for
4254 working with characters.
4255 (viper-change-cursor-color): Fixed buglet.
4256 Many functions changed to use viper= instead of = when comparing
4257 characters.
4258 * viper.el (viper-insert-state-mode-list): Added eshell.
4259
4260 * ediff-init.el (ediff-before-setup-hook): New hook.
4261 Several typos fixed in various docstrings.
4262 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4263 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4264 hook.
4265 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4266 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4267 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4268 (ediff-get-selected-buffers): New function.
4269 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4270 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4271 save-window-excursion.
4272 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4273 termination check in while loop.
4274 * ediff.el (ediff-get-default-file-name): Better defaults when in
4275 dired buffer.
4276 (ediff-files,ediff-merge-files,ediff-files3)
4277 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4278
4279 2000-10-28 Dave Love <fx@gnu.org>
4280
4281 * info.el (Info-fontify-node): Add help-echo for menu items.
4282
4283 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4284
4285 * startup.el (normal-top-level): If the value of $TERM indicates
4286 we are running from xterm or one of its work-alikes, default to a
4287 light background mode.
4288
4289 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4290 * faces.el (tty-handle-reverse-video): New function.
4291 (tty-create-frame-with-faces): Call it.
4292
4293 * frame.el (frame-notice-user-settings): Don't apply
4294 default-frame-alist and initial-frame-alist to MS-DOS frames.
4295 Call tty-handle-reverse-video, frame-set-background-mode, and
4296 face-set-after-frame-default for non-MS-DOS frames.
4297
4298 * startup.el (tty-long-option-alist): New variable.
4299 (tty-handle-args): New function.
4300 (command-line): Call tty-handle-args.
4301
4302 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4303 startup.el now does that for all character-terminal frames.
4304
4305 2000-10-28 Miles Bader <miles@gnu.org>
4306
4307 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4308 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4309 global. If :global is followed by a non-nil but non-t value,
4310 make the mode buffer-local, but also generate a `global-MODE'
4311 version using `easy-mmode-define-global-mode'. Add
4312 :conditional-turn-on keyword argument.
4313
4314 2000-10-28 Dave Love <fx@gnu.org>
4315
4316 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4317 use window-system.
4318
4319 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4322 Don't call find-buffer-file-type-coding-system. Instead, just
4323 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4324 if the file is on an untranslated filesystem.
4325 (add-untranslated-filesystem): Use "D" instead of "f" inside
4326 interactive.
4327
4328 2000-10-27 Dave Love <fx@gnu.org>
4329
4330 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4331 (refill-mode): Use it.
4332
4333 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4334
4335 * international/quail.el (quail-activate): Don't make-local-hook.
4336
4337 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4338
4339 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4340 manual backups and file.~<rev>.~ for automatic ones.
4341 (vc-make-version-backup): Don't do it on MS-DOS without long file
4342 names.
4343
4344 * vc.el (vc-version-other-window): If an automatic backup of the
4345 desired version exists, rename it instead of copying it.
4346
4347 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4348 after command. If there's an unexpected error, signal it instead
4349 of being silent.
4350 (vc-cvs-merge-news): Be prepared for no news at all.
4351
4352 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4353
4354 * shell.el (shell): Add BUFFER argument.
4355 * comint.el (make-comint-in-buffer): New function.
4356 (make-comint): Use it.
4357
4358 * faces.el (face-spec-choose): Change syntax so that the list of
4359 attribute-value pairs is now the cdr of each clause, not the cadr.
4360 Detect old-style entries, and handle them. Use pop.
4361
4362 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * cus-edit.el (custom-mode-map): Use a sparse map.
4365 (custom-mode): Don't bother with make-local-hook.
4366
4367 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4368
4369 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4370
4371 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4372
4373 * ps-print.el: Avoid compilation gripes.
4374 (ps-print-version): New version number (6.2.1).
4375
4376 2000-10-26 Dave Love <fx@gnu.org>
4377
4378 * menu-bar.el: Modify some menu item help strings.
4379 (menu-bar-help-menu): Add link to MORE.STUFF.
4380
4381 * cus-edit.el (custom-mode): Add `special' mode-class property.
4382
4383 * wid-browse.el (widget-browse-mode): Likewise.
4384
4385 * wid-edit.el (widget-specify-field): Revert to using local-map
4386 property, not keymap.
4387
4388 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4389
4390 * wid-edit.el (widget-field-end): When checking for a `boundary'
4391 field, do so in the correct buffer.
4392
4393 * simple.el (undo): Correctly distinguish between numeric and
4394 non-numeric prefix args in non-transient-mark-mode, as per the doc
4395 string. When in transient-mark-mode, treat all prefix-args as
4396 numeric.
4397
4398 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4399 Position point on match. Handle N == 0 correctly.
4400
4401 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4402 (comint-mode-map): Reverse order of `comint-write-output' and
4403 `comint-append-output-to-file'.
4404 (comint-append-output-to-file): Reinstate this function, for the
4405 benefit of the menu.
4406
4407 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4408
4409 * vc.el (vc-version-other-window): Bind `file'.
4410
4411 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4412
4413 * Makefile.in (update-authors): New target for maintenance purposes.
4414
4415 * emacs-lisp/authors.el (batch-update-authors): New function.
4416 (authors-fixed-entries): New defconst.
4417 (authors-add-fixed-entries): New function.
4418 (authors): Call it.: Don't process lispref/.
4419
4420 2000-10-25 Jason Rumney <jasonr@gnu.org>
4421
4422 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4423 Merge x w32 and mac definitions.
4424
4425 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4426
4427 * menu-bar.el (menu-bar-options-menu): Add a help string for
4428 `uniquify'.
4429
4430 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4431
4432 * time-stamp.el (time-stamp-string-preprocess):
4433 Fix a wrong type argument error.
4434
4435 2000-10-25 Miles Bader <miles@gnu.org>
4436
4437 * recentf.el (recentf-mode): Variable removed.
4438 (recentf-mode): Use `define-minor-mode'.
4439
4440 * mwheel.el (mouse-wheel-mode): New global minor mode.
4441 (mwheel-install): Use `mouse-wheel-mode'.
4442
4443 2000-10-25 Dave Love <fx@gnu.org>
4444
4445 * progmodes/cperl-mode.el (cperl-mode):
4446 Set normal-auto-fill-function correctly.
4447
4448 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4449 inherit from global-map and don't nullify menu-bar and tool-bar
4450 bindings.
4451
4452 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4453
4454 * wid-edit.el (widget-field-at): New function.
4455 (widget-at, widget-field-activate): Use it.
4456 (widget-tabable-at): Use `widget-at'.
4457 (widget-specify-field): If the terminating character of the widget
4458 field (which is read-only) is a newline, put it into a special
4459 `boundary' field so that C-n/C-p act more naturally.
4460 (widget-field-end): Also don't subtract one if a special
4461 `boundary' field has been added after the widget field.
4462
4463 * comint.el (comint-output-filter, comint-send-input): Don't
4464 bother adding stickiness fields to overlays to fool the field
4465 code, since it should notice the overlay insertion-types now.
4466
4467 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4468 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4469 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4470
4471 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4472
4473 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4474 (authors): Set file coding system to iso-2022-7bit. Add
4475 file-local variables to output buffer.
4476
4477 * files.el (after-find-file): Don't print any warnings if
4478 WARN is nil.
4479
4480 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4481
4482 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4483
4484 * delim-col.el: Now there is a column formatting mechanism.
4485 Modified to customization mechanisms convention. Doc fix.
4486 (columns): New group for delim-col.
4487 (delimit-columns-before, delimit-columns-after)
4488 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4489 (delimit-columns-end): New vars.
4490 (delimit-columns-customize, delimit-columns-format): New funs.
4491 (delimit-columns-region, delimit-columns-rectangle)
4492 (delimit-columns-rectangle-line): Modified to support column
4493 formatting.
4494
4495 2000-10-24 Dave Love <fx@gnu.org>
4496
4497 * log-edit.el (log-edit): Add :version and a :group for vc.
4498
4499 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4500
4501 * files.el (after-find-file): Don't print a message ``New file''
4502 if WARN is nil.
4503
4504 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4505 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4506 get duplicate tool-bar entries because we'll see the global ones
4507 on more than one path through keymaps.
4508
4509 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4510
4511 * progmodes/cmacexp.el: Change Francesco's email address.
4512
4513 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4514
4515 * window.el (fit-window-to-buffer): Adjust point of the window
4516 buffer, not that of the current buffer.
4517
4518 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * progmodes/cmacexp.el: Update the euthor's email address.
4521
4522 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4523
4524 * faces.el (face-spec-set-match-display): Add `graphic' display
4525 type (the inverse of `tty'). Use `display-graphic-p' instead of
4526 the window-system variable.
4527
4528 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4529
4530 * international/isearch-x.el (isearch-with-input-method): Call
4531 input-method-function with the first event in
4532 unread-command-events.
4533
4534 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4535
4536 * faces.el (face-default-spec, face-user-default-spec): Make
4537 defsubsts.
4538
4539 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4540
4541 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4542 New charsets.
4543
4544 * term/mac-win.el: Remove definitions of mac-roman-lower and
4545 mac-roman-upper, require dired, and define instead of set
4546 mac-ready-for-drag-n-drop to avoid compilation error.
4547
4548 2000-10-23 Andrew Innes <andrewi@gnu.org>
4549
4550 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4551 superfluous calls to subst-char-in-string; instead apply
4552 expand-file-name after convert-standard-filename to ensure
4553 expected directory separators are used.
4554
4555 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4556
4557 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4558
4559 2000-10-23 Dave Love <fx@gnu.org>
4560
4561 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4562 (tool-bar-add-item): Set foreground and background for XBM icons.
4563
4564 * international/latin1-disp.el (latin1-char-displayable-p): New
4565 function (from Handa).
4566 (latin1-display-check-font): Use it.
4567
4568 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4569 using :key-sequence, making it much more usable. Use nconc, not
4570 append.
4571 (imenu--create-keymap-1): Avoid append.
4572
4573 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4574
4575 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4576
4577 [the following changes fix a bug where `define-minor-mode' didn't
4578 correctly generate :require clauses for defcustoms in compiled files]
4579 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4580 (byte-compile-log-file, byte-compile-log-1): Don't set
4581 `byte-compile-current-file' to nil. Instead set
4582 `byte-compile-last-logged-file' to it. Test whether
4583 byte-compile-current-file equals byte-compile-last-logged-file
4584 instead of whether its nil.
4585 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4586
4587 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4588
4589 * textmodes/refill.el: Fix var names in doc.
4590 (refill-mode): Don't bother with make-local-hook anymore.
4591
4592 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4593
4594 * faces.el (face-user-default-spec, face-default-spec): New functions.
4595 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4596 (frame-set-background-mode, face-set-after-frame-default):
4597 Use `face-user-default-spec'. Simplify code slightly.
4598
4599 * woman.el (woman-italic-face, woman-bold-face)
4600 (woman-unknown-face): Add dark-background variants.
4601 (woman-default-faces): Renamed from `woman-colour-faces'.
4602 Set using the stored defaults, rather than using hard-wired colors.
4603 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4604 Just make the foreground `unspecified' rather than "black".
4605 (woman-menu): Rename menu entries accordingly.
4606
4607 * faces.el (header-line): Make more reasonable on mono/grayscale
4608 displays.
4609
4610 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4611
4612 * cus-edit.el (custom-button-face): Use 3D look for mac.
4613 (custom-button-pressed-face): Likewise.
4614
4615 * faces.el (set-face-attributes-from-resources): Handle mac frames
4616 in the same way as x and w32 frames.
4617 (face-valid-attribute-values): Likewise.
4618 (read-face-attribute): Likewise.
4619 (defined-colors): Likewise.
4620 (color-defined-p): Likewise.
4621 (color-values): Likewise.
4622 (display-grayscale-p): Likewise.
4623 (face-set-after-frame-default): Likewise.
4624 (mode-line): Same default face as for x and w32.
4625 (tool-bar): Likewise.
4626
4627 * frame.el: Remove call to frame-notice-user-settings at end of
4628 the file.
4629
4630 * info.el (Info-fontify-node): make underlines invisible for mac
4631 as for x, pc, and w32 frame types.
4632
4633 * term/mac-win.el: New file.
4634
4635 2000-10-22 Dave Love <fx@gnu.org>
4636
4637 * textmodes/refill.el: New file.
4638
4639 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4640
4641 * vc-hooks.el (vc-version-backup-file-name): New optional args
4642 MANUAL and REGEXP.
4643 (vc-delete-automatic-version-backups, vc-make-version-backup):
4644 New functions.
4645 (vc-before-save): Use the latter.
4646 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4647 confusion.
4648
4649 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4650 expected by vc[-hooks].el.
4651
4652 * vc.el (vc-checkout): Added `-p' suffix in call to
4653 vc-make-version-backups-p; use vc-make-version-backup to actually
4654 make the backup.
4655 (vc-version-other-window, vc-version-backup-file): Handle both
4656 automatic and manual backups.
4657 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4658 of all of them.
4659
4660 2000-10-22 Miles Bader <miles@gnu.org>
4661
4662 * comint.el (comint-highlight-input, comint-highlight-prompt):
4663 Renamed, `-face' at end removed.
4664 (comint-send-input, comint-output-filter): Use renamed faces.
4665
4666 * window.el (fit-window-to-buffer): Change defaulting of
4667 MAX-HEIGHT slightly.
4668
4669 * faces.el (color-values, color-defined-p): Use `member', not
4670 `memq', because it works correctly for strings.
4671 (frame-set-background-mode): Actually, "unspecified-fg" and
4672 "unspecified-bg" *are* strings. Use `member', not `memq', and
4673 `equal', not `eq', when a string value is possible.
4674
4675 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4676
4677 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4678
4679 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4680
4681 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4682 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4683 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4684 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4685 (sh-font-lock-syntactic-keywords): Use them.
4686 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4687 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4688 (sh-mode): Don't override font-lock-unfontify-region-function.
4689 Use a copy of sh-font-lock-syntactic-keywords.
4690 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4691 Don't call sh-scan-buffer since font-lock does it on the fly.
4692 (sh-get-indent-info): Use `face' rather than `syntax-table'
4693 text-property to detect here-documents.
4694 Replace sh-special-syntax with sh-st-punc.
4695 (sh-prev-line): Use `face' rather than `syntax-table'
4696 text-property to skip over here-documents.
4697 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4698 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4699 (sh-electric-less, sh-set-here-doc-region)
4700 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4701 (sh-scan-buffer, sh-rescan-buffer): Remove.
4702
4703 2000-10-21 Andrew Innes <andrewi@gnu.org>
4704
4705 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4706 remote (ange-ftp) file names.
4707
4708 2000-10-21 Miles Bader <miles@gnu.org>
4709
4710 * window.el (fit-window-to-buffer): New function.
4711 (shrink-window-if-larger-than-buffer): Use it.
4712 (window-text-height): Don't expect minibuffers to have mode-lines.
4713
4714 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4715 * international/quail.el (quail-update-guidance): Use
4716 `fit-window-to-buffer' instead of `set-window-text-height'.
4717
4718 * international/quail.el (quail-show-guidance-buf): Make sure
4719 guidance window really has enough room.
4720 (quail-update-guidance): If quail-guidance-win is already shown,
4721 make sure its height is OK.
4722
4723 * window.el (window-text-height, set-window-text-height):
4724 New functions.
4725 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4726 instead of `window-height' & `mode-line-window-height-fudge'.
4727 (mode-line-window-height-fudge): Add FACE parameter.
4728 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4729 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4730
4731 2000-10-20 Miles Bader <miles@gnu.org>
4732
4733 * window.el (height-affecting-face-attributes): Use `defconst'.
4734
4735 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4736 New function, conditionally aliased to `mode-line-window-height-fudge'.
4737 (ispell-help): Use it.
4738 (ispell-choices-win-default-height): Don't include mode-line fudge.
4739 (ispell-choices-win-default-height): New function.
4740 (ispell-show-choices, ispell-command-loop): Use function
4741 `ispell-choices-win-default-height' instead of variable.
4742
4743 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4744
4745 * window.el (mode-line-window-height-fudge): New variable.
4746 (height-affecting-face-attributes): New variable.
4747 (mode-line-window-height-fudge): New function.
4748 (shrink-window-if-larger-than-buffer): Use it.
4749 * help.el (resize-temp-buffer-window): Likewise.
4750
4751 * info.el (Info-fontify-node): Add support for @subsubsection
4752 titles, which use `Info-title-4-face'.
4753 (Info-title-4-face): New face.
4754 (Info-title-3-face): Inherit from Info-title-4-face instead of
4755 variable-pitch.
4756
4757 2000-10-19 Jason Rumney <jasonr@gnu.org>
4758
4759 * dired.el (dired-insert-directory): Do not let errors signalled by
4760 attempt to run dired-free-space-program prevent dired from working.
4761
4762 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4763
4764 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4765
4766 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4767
4768 * dirtrack.el (dirtrack): Fix call to run-hooks.
4769
4770 * cmuscheme.el (cmuscheme-program-name): Renamed from
4771 scheme-program-name because xscheme.el contains a defcustom with
4772 the same name. As a consequence, customizing group `cmuscheme'
4773 loaded `xscheme' which redefined run-scheme.
4774 (run-scheme): Use cmuscheme-program-name.
4775
4776 * ps-print.el (ps-print-emacs-type): Move into the
4777 eval-and-compile.
4778
4779 * play/doctor.el (doctor-death): Update the Samaritans'
4780 anonymous address, and add a website for Befrienders International.
4781
4782 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4783
4784 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4785 Avoid compilation gripes. Doc fix.
4786 (ps-print-version): New version number (6.2).
4787 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4788 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4789 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4790 (ps-x-extent-priority, ps-x-extent-start-position)
4791 (ps-x-face-font-instance, ps-x-find-coding-system)
4792 (ps-x-font-instance-properties, ps-x-make-color-instance)
4793 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4794 avoid compilation gripes without defining functions.
4795 (ps-e-find-composition): Alias for function find-composition, to have a
4796 suitable function depending on Emacs version.
4797 (ps-color-device, ps-color-values, ps-face-foreground-name)
4798 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4799 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4800 (ps-print-ensure-fontified): Function definitions surrounded by
4801 `eval-and-compile' to avoid compilation gripes.
4802 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4803 by symbol-value to avoid compilation gripes.
4804 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4805 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4806
4807 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4808
4809 * startup.el (normal-top-level): Call `frame-set-background-mode'
4810 after `frame-notice-user-settings' because the latter doesn't call
4811 the former on a tty.
4812
4813 * faces.el (frame-set-background-mode): `unspecified' &c are
4814 symbols, not strings.
4815
4816 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4817
4818 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4819 why some "light*" colors are deliberately absent from the alist.
4820
4821 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4822 Change colors for tty's, as suggested by Miles Bader.
4823
4824 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4825
4826 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4827 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4828 for ISO10646-1 fonts.
4829 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4830
4831 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * faces.el (frame-set-background-mode): If a tty frame defines a
4834 background color, use that to compute the background mode, instead
4835 of always defaulting to "dark".
4836
4837 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4838
4839 * comint.el (comint-write-output): New function.
4840 (comint-mode-map): Add it to the menu.
4841 Bind `C-c C-s' to comint-write-output.
4842
4843 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4844
4845 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4846 Use fancy-splash-delay.
4847
4848 2000-10-18 Alex Schroeder <alex@gnu.org>
4849
4850 * progmodes/sql.el (sql-sybase-options): New option.
4851 (sql-sybase): Use it. Add sql-database to the list of parameters
4852 provided for login. The options -w 2048 -n are not used any more.
4853
4854 * comint.el (comint-read-input-ring): Bugfix such that the first
4855 and the last entry of the input ring file are not lost.
4856
4857 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4858
4859 * ps-print.el: Internal variable changes to defcustom,
4860 make-local-hook changes to defvar. Doc fix.
4861 (ps-print-version): New version number (6.1).
4862 (ps-setup, ps-do-despool): Code fix.
4863 (ps-printer-name): Customization fix.
4864 (ps-printer-name-option): Now is a defcustom instead of an
4865 internal variable.
4866 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4867 (ps-print-begin-column-hook): Now are defvar instead of
4868 make-local-hook.
4869
4870 2000-10-18 Miles Bader <miles@gnu.org>
4871
4872 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4873 (comint-kill-output): Changed into an alias for `comint-delete-output',
4874 and made obsolete.
4875 (comint-mode-map): Rename references to comint-kill-output.
4876
4877 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * diff-mode.el (diff-header-face, diff-file-header-face)
4880 (diff-changed-face): Add bold and italic attributes to tty faces.
4881 (diff-function-face): New face.
4882 (diff-font-lock-keywords): Use it.
4883
4884 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4885
4886 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4887 Remove commented-out call to force-mode-line-update.
4888 (comint-kill-output): Use `forward-line 0' instead of
4889 beginning-of-line to make sure we get past the prompt.
4890
4891 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4892
4893 * diff-mode.el (diff-header-face, diff-file-header-face):
4894 Add specific setting for dark background.
4895 (diff-context-face): Renamed from diff-comment-face.
4896 Set explicitly rather than inheriting from font-lock-comment-face.
4897
4898 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * startup.el (command-line): Move the code which sets the default
4901 TTY colors to before before-init-hook.
4902
4903 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4904
4905 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4906
4907 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4910 extensions, for MS-DOS.
4911
4912 * diff-mode.el (diff-header-face, diff-file-header-face)
4913 (diff-changed-face): Define tty-specific colors.
4914
4915 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4916
4917 * startup.el (fancy-splash-text): Realign the text.
4918
4919 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4920
4921 * font-lock.el (font-lock-comment-face): Define a separate default
4922 for dark-background tty's.
4923
4924 2000-10-17 Miles Bader <miles@gnu.org>
4925
4926 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4927 being obscured by whizzy mode-lines on graphics displays.
4928
4929 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4930
4931 * info.el (Info-title-1-face, Info-title-2-face)
4932 (Info-title-3-face): Define colors for tty's.
4933 (info-header-node): Remove unneeded tty-specific definition.
4934
4935 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4936
4937 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4938 reverse from the frame parameters, and don't invert foreground and
4939 background colors.
4940
4941 2000-10-16 Miles Bader <miles@gnu.org>
4942
4943 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4944 string "*Info*". Call propertized-buffer-identification to spruce
4945 up the result.
4946
4947 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4948
4949 * help.el: Provide `help' for the sake of define-minor-mode
4950 which generates defcustoms with requires.
4951
4952 * jit-lock.el (jit-lock-after-change): If we're in text that
4953 matches a multi-line font-lock pattern, make sure the whole text
4954 will be redisplayed.
4955
4956 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4957 author's name is unknown.
4958
4959 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4960 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4961 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4962 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4963 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4964 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4965 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4966 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4967 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4968 Add author information.
4969
4970 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4971
4972 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4973 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4974 full-color version (using the Gimp) to eliminate dithering artifacts.
4975
4976 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4977
4978 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4979
4980 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4981
4982 2000-10-15 Dave Love <fx@gnu.org>
4983
4984 * progmodes/sh-script.el: Require skeleton and comint when
4985 compiling.
4986
4987 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4988
4989 * whitespace.el: Doc fixes.
4990 (top-level): Don't add hooks here.
4991 (whitespace-running-emacs): Deleted.
4992 (timer): Don't require.
4993 (whitespace): Add back :version conditional on xemacs test.
4994 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4995 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4996 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4997 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4998 Avoid specific xemacs test.
4999 (whitespace-global-mode): New option.
5000 (whitespace-global-mode): New command.
5001 (whitespace-unload-hook): New function.
5002
5003 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5004 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5005 (Info-fontify-node): `Goto' goes to `Go to'.
5006 (Info-fontify-node): Add help-echo to xref links.
5007
5008 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5011
5012 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5013
5014 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5015 Use plist-get and allow :inherit.
5016
5017 * emacs-lisp/cl-macs.el (cl-do-arglist):
5018 Use plist-get and plist-member instead of memq.
5019
5020 * emacs-lisp/ewoc.el (ewoc-location): New function.
5021 (ewoc-enter-after, ewoc-enter-before): Document return value.
5022 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5023 Don't need make-local-hook any more.
5024 (cvs-addto-collection): Return the new tin.
5025 (cvs-mode-insert): Jump to the new line.
5026
5027 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5028
5029 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5030
5031 * font-lock.el (font-lock-syntactically-fontified): New var.
5032 (font-lock-fontify-syntactic-keywords-region): Use it.
5033 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5034
5035 * diff-mode.el (diff-find-file-name): Fix regexp.
5036
5037 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5038 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5039
5040 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5041 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5042 (sh-mode): Don't make all vars local here.
5043 (sh-kw): Reformat.
5044 (sh-set-shell): Use dolist. Don't set indent-region-function.
5045 (sh-mode-syntax-table): Use pop.
5046 (sh-remember-variable): Use push.
5047 (sh-help-string-for-variable): Use memq.
5048 (sh-safe-backward-sexp): Remove.
5049 (sh-safe-forward-sexp): Add ARG.
5050 (sh-get-indent-info, sh-prev-stmt): Use it.
5051 (sh-prev-line): Simplify by using forward-comment.
5052 (sh-this-is-a-continuation): Simplify.
5053 (sh-learn-buffer-indent): Use dolist.
5054 (sh-do-nothing): Remove.
5055 (sh-set-char-syntax, sh-set-here-doc-region):
5056 Use inhibit-modification-hooks.
5057 (sh-name-style): Use mapcar and push.
5058 (sh-load-style): Use dolist.
5059 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5060 (sh-case, sh-while-getopts): Use propertize directly rather
5061 than sh-electric-rparen.
5062
5063 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5064
5065 * textmodes/tex-mode.el: Require CL when compiling.
5066 (tex-mode-syntax-table): Init immediately.
5067 (tex-mode-map): Bind M-RET to latex-insert-item.
5068 (latex-mode): Set indent-line-function to latex-indent.
5069 (tex-common-initialization): Don't setup the syntax-table any more.
5070 (latex-insert-item): New skeleton.
5071 (tex-next-unmatched-end): Fix copy/paste braino.
5072 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5073 (latex-indent, latex-find-indent): New functions.
5074 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5075 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5076 (tex-compilation-parse-errors): Use with-syntax-table.
5077
5078 2000-10-15 Miles Bader <miles@gnu.org>
5079
5080 * font-lock.el (font-lock-comment-face): Change dark-background,
5081 color, non-tty, default to `chocolate1'.
5082
5083 2000-10-13 John Wiegley <johnw@gnu.org>
5084
5085 * eshell/esh-util.el (require): Added a missing `require' form,
5086 needed when compiling (for an ange-ftp macro definition).
5087
5088 2000-10-13 Dave Love <fx@gnu.org>
5089
5090 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5091
5092 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5093
5094 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5095 fix.
5096
5097 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5098 transparent -colors 8).
5099
5100 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5101
5102 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5103 that breaks with old list format timestamps.
5104 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5105 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5106 strings.
5107
5108 2000-10-13 John Wiegley <johnw@gnu.org>
5109
5110 * align.el, pcomplete.el, calendar/timeclock.el,
5111 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5112
5113 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5114 faulty math, where holiday hours were being computing as seconds.
5115
5116 2000-10-13 John Wiegley <johnw@gnu.org>
5117
5118 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5119 specifying what "other" kinds of buffers should be saved. This
5120 used to be hard-coded.
5121 (desktop-buffer-misc-functions): A global for specifying how
5122 auxiliary data should be determined for special buffer types.
5123 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5124 instead of hard-coding the special buffer types.
5125 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5126 auxiliary data, instead of hard-coding for Info buffers and dired.
5127 (desktop-buffer-info-misc-data): Aux function for determining Info
5128 buffer auxiliary info.
5129 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5130 (desktop-buffer-info): Changed this function to use the info
5131 gathered above.
5132 (desktop-create-buffer): Be a little more careful about what
5133 `minor-mode' means before calling it. This is important for some
5134 buffer types.
5135
5136 2000-10-13 John Wiegley <johnw@gnu.org>
5137
5138 * eshell/esh-util.el: Added a global form which declares an
5139 autoload for `parse-time-string', if that function is not already
5140 defined, and if parse-time.el is available on the user's system.
5141
5142 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5143 to be aware of ange-ftp user info.
5144 (eshell-do-ls): Bind `ange-cache'. Also, use
5145 `eshell-file-attributes'.
5146 (eshell-ls-annotate): Use `eshell-file-attributes'.
5147 (eshell-ls-file): Made the user-id printing code a bit smarter.
5148
5149 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5150 allow identification of alias user ids in remote directories.
5151 It's manual, but there's no other way to know when the current
5152 user on the local machine, is also the owning user on the remote
5153 machine.
5154 (fboundp): Bind `ange-cache'.
5155 (eshell-directory-files-and-attributes): Re-organized the logic a
5156 bit to use `eshell-file-attributes' instead of `file-attributes'.
5157 The former is more sensitive to directories that are read via FTP,
5158 and knows how to use ange-ftp to determine full attribute
5159 information, instead of just the name and last modtime.
5160 (eshell-current-ange-uids): Return the current user id when in a
5161 remote directory.
5162 (eshell-parse-ange-ls): Parse a full directory listing that has
5163 been returned by ange-ftp.
5164 (eshell-file-attributes): This beefed up version of
5165 `file-attributes' is only special if the user is currently in a
5166 remote directory, in which case it does a lot of work to find out
5167 what the real attributes of a file are, as they appear on the
5168 remote machine. This makes usage of remote directories (i.e.,
5169 ange-ftp pathnames) much more useful. You can now use Eshell as a
5170 full-fledged FTP client, with much more manipulation ability than
5171 most other clients.
5172
5173 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5174 variable, which means that Eshell's du should always be preferred
5175 in remote directories.
5176 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5177 just `file-attributes'.
5178 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5179 when reading remote directories. This is an Eshell-specific
5180 variable (not part of ange-ftp).
5181 (eshell/ln): Bind `ange-cache'.
5182 (eshell/du): Added some extra logic for determining when to use
5183 Eshell's du (which is slow), and when to use the external version
5184 (which may or may not exist).
5185
5186 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5187 `eshell-interactive-process', rather than using
5188 `get-buffer-process', since backgrounded processes don't count in
5189 the context of this function's logic.
5190
5191 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5192 `forward-char', so that null strings are parsed correctly.
5193
5194 2000-09-13 John Wiegley <johnw@gnu.org>
5195
5196 * eshell/em-pred.el (eshell-pred-file-type,
5197 eshell-pred-file-links, eshell-pred-file-size): Use
5198 `eshell-file-attributes'. This is more correct over ange-ftp.
5199
5200 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5201 that remote file globbing is more efficient.
5202
5203 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5204 gathering the files and attributes within a directory.
5205
5206 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5207 the command line is a special file (not a regular file, directory
5208 or symlink), always attempt to call the external version of cat.
5209
5210 2000-09-13 John Wiegley <johnw@gnu.org>
5211
5212 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5213 Eshell-friendly version of find-tag.
5214
5215 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5216
5217 * image-file.el (image-file-name-extensions)
5218 (image-file-name-regexps): Add autoload cookies.
5219
5220 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5221
5222 * international/mule-cmds.el (select-safe-coding-system): If FROM
5223 is string, show it in *Warning* buffer.
5224
5225 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5226
5227 * startup.el (normal-top-level): Use display-popup-menus-p instead
5228 of window-system.
5229 (command-line): Use display-graphic-p instead of window-system.
5230 (command-line-1): Use display-popup-menus-p and display-mouse-p
5231 instead of window-system.
5232
5233 2000-10-12 Sam Steingold <sds@gnu.org>
5234
5235 * tooltip.el (tooltip-use-echo-area): New user variable.
5236 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5237
5238 2000-10-12 Dave Love <fx@gnu.org>
5239
5240 * recentf.el: Maintainer's checkdoc fixes.
5241
5242 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5243 character class, not ASCII when matching file names.
5244 (fancy-splash-head): Add trailing slash to URL.
5245 (command-line): Don't require XPM support for toolbar.
5246
5247 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5248 (cperl-invalid-face): Revert last change.
5249 (cperl-init-faces): Quote cperl-invalid-face.
5250
5251 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5252
5253 * startup.el (fancy-splash-text): Remove superfluous quote.
5254
5255 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5256
5257 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5258 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5259 (command-line-1): Don't use fancy-splash-pending-command.
5260 (fancy-splash-screens-1): Goto point-min after inserting text.
5261
5262 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5263
5264 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5265 instead of shared-lisp-mode-map.
5266
5267 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5268
5269 * faces.el (header-line): Change tty-variant to use underlining.
5270
5271 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5272 (isearch-highlight): Restore lazy-isearch face properties at old
5273 position, and suppress them at new position.
5274 (isearch-dehighlight): Restore lazy-isearch face properties.
5275 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5276 over the real isearch overlay, but in that case, don't give it a
5277 face property. Use `push'.
5278
5279 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5280
5281 * man.el (Man-getpage-in-background): Fix previous change.
5282 Decode the process output only when we are in multibyte mode.
5283
5284 2000-10-11 Dave Love <fx@gnu.org>
5285
5286 * info.el (Info-mode-menu): Fix some help.
5287 (info-tool-bar-map): Add entry for Info-last.
5288
5289 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5290 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5291 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5292 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5293 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5294 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5295 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5296 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5297 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5298 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5299 Reduce colour requirements to 25 overall. (Probably wants
5300 revisiting from the originals to reduce further.)
5301
5302 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5303
5304 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5305 buffer-file-coding-system, instead of raw-text.
5306 (dehexlify-buffer): Bind coding-system-for-read to
5307 buffer-file-coding-system, instead of raw-text.
5308
5309 2000-10-11 Sam Steingold <sds@gnu.org>
5310
5311 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5312 `underline' - fixes the bug introduced on 2000-09-21.
5313
5314 2000-10-11 Dave Love <fx@gnu.org>
5315
5316 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5317 compiler warnings.
5318 (scheme-mode): Doc fix.
5319 (scheme-font-lock-keywords-1): Match `define-syntax'.
5320
5321 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5322
5323 * faces.el (frame-set-background-mode): Pay attention to saved
5324 face specs as well as default ones. Only do anything if the
5325 bg-mode or display-type has actually changed. Use `dolist'.
5326 (region): Make dark-background `region' face less in-your-face.
5327
5328 2000-10-10 Sam Steingold <sds@gnu.org>
5329
5330 * chistory.el, ielm.el, ledit.el:
5331 * progmodes/inf-lisp.el, progmodes/scheme.el:
5332 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5333
5334 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * textmodes/texinfo.el: Update copyright and fix typo.
5337
5338 * desktop.el (desktop-modes-not-to-save): New var.
5339 (desktop-save-buffer-p): Use it.
5340 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5341 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5342
5343 2000-10-10 Dave Love <fx@gnu.org>
5344
5345 * toolbar/tool-bar.el (tool-bar-add-item)
5346 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5347 display.
5348
5349 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5350 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5351 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5352 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5353 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5354 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5355 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5356 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5357 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5358 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5359 the .xpms; probably need retouching.
5360
5361 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5362
5363 * subr.el (add-to-list): Add optional argument APPEND.
5364 * battery.el (display-battery): Use `add-to-list'.
5365
5366 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5367
5368 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5369 these vars as symbol properties.
5370 (zone, zone-when-idle, zone-leave-me-alone)
5371 (zone-pgm-whack-chars): Use new symbol properties.
5372
5373 * battery.el (display-battery): Doc spelling fix.
5374
5375 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5376 property.
5377
5378 2000-10-09 Dave Love <fx@gnu.org>
5379
5380 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5381 has been initialized before calling tool-bar-setup.
5382 (tool-bar-add-item-from-menu): Add autoload cookie.
5383
5384 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * menu-bar.el (send-mail-item-name): New function.
5387 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5388 of mail-user-agent in the menu. Don't display the "Send Mail"
5389 item if mail-user-agent is nil or its value is ignore.
5390 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5391 if read-mail-command is nil or its value is ignore.
5392
5393 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5394
5395 2000-10-09 Miles Bader <miles@gnu.org>
5396
5397 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5398 Correct image size.
5399 * toolbar/left_arrow.xpm: Correct image size.
5400
5401 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5402 will be done by the definition of `auto-compression-mode' if
5403 necessary. Move code to uninstall existing file-name handler
5404 before definition of `auto-compression-mode'.
5405
5406 * image-file.el (auto-image-file-mode): Move to the end of the
5407 file, because `define-minor-mode' actually calls the mode-function
5408 if the associated variable is non-nil, which requires that all
5409 needed functions be already defined.
5410
5411 * mouse.el (popup-menu): Balance parens.
5412
5413 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5414
5415 * mouse.el (popup-menu): Move the command call outside the loop
5416 so that popup-menu returns whatever the command returns.
5417
5418 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5419 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5420 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5421 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5422
5423 * vc.el (vc-version-diff): diff-switches can be a list.
5424 Use relative filenames for prettier output.
5425
5426 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5427 (vc-post-command-functions): Remove old-VC compatibility code.
5428
5429 * newcomment.el (comment-indent-default): Autoload.
5430
5431 * font-lock.el (font-lock-defaults): Make buffer-local.
5432 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5433 (font-lock-choose-keywords):
5434 Ignore LEVEL unless KEYWORDS is a list of syms.
5435 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5436 Don't wrap regexp-opt things in \(...\) unnecessarily.
5437
5438 * jit-lock.el: Don't require font-lock any more.
5439 (jit-lock-functions): Make buffer-local.
5440 (jit-lock-saved-fontify-buffer-function): Remove.
5441 (jit-lock-mode): Remove autoload cookie.
5442 Remove font-lock specific code.
5443 (jit-lock-unregister): Don't bother handling complex hooks any more.
5444 (jit-lock-refontify): New function.
5445 (jit-lock-fontify-buffer): Use it.
5446 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5447 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5448 Add optional args START and END.
5449 Never call font-lock-fontify-region directly.
5450 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5451
5452 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5453
5454 2000-10-08 Dave Love <fx@gnu.org>
5455
5456 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5457
5458 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5459
5460 * play/studly.el (studlify-region, studlify-word): Add autoload
5461 cookie.
5462
5463 * play/morse.el (morse-region, unmorse-region): Add autoload
5464 cookie.
5465
5466 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5467 concat.
5468
5469 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5470 insist on symbols starting with word syntax.
5471 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5472 (eval-defun-1): Doc fix.
5473 (indent-sexp): Use nconc to build up indent-stack.
5474
5475 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5476 Gnus with little use.
5477 (mail-setup-hook): Add mail-abbrevs-setup to options.
5478
5479 * recentf.el: Doc fixes.
5480
5481 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5482 Clean up remainder.
5483
5484 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5485 without timezone and (8) with timezone to enforce some whitespace.
5486 Simplify code somewhat.
5487
5488 * options.el (list-options): Doc that you should use customize.
5489
5490 * iswitchb.el (iswitchb-mode): Add :require.
5491
5492 * info.el (Info-goto-node, Info-menu): Doc fix.
5493 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5494 (info-tool-bar-map): New variable.
5495 (Info-mode): Use it.
5496 (Info-edit-map): Define all in defvar.
5497 (speedbar-attached-frame): Avoid compiler warning.
5498
5499 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5500 (global-map): Bind [tool-bar] to a filtered map.
5501 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5502 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5503 Allow PBM icons.
5504 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5505
5506 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5507 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5508 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5509 icons, except up_arrow, which is left-arrow rotated.
5510
5511 * imenu.el (imenu-add-to-menubar): Fix last change.
5512
5513 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5514
5515 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5516 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5517
5518 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5521 typos in doc strings.
5522
5523 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5524 the doc strings how to customize Font Lock faces.
5525
5526 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5527 computing growth when dragging the header line.
5528
5529 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5530
5531 * simple.el (kill-line): Doc fix.
5532
5533 2000-10-08 Miles Bader <miles@gnu.org>
5534
5535 * faces.el (secondary-selection): Make foreground visible on tty.
5536
5537 * jka-compr.el (auto-compression-mode): Move to the end of the
5538 file, because `define-minor-mode' actually calls the mode-function
5539 if the associated variable is non-nil, which requires that all
5540 needed functions be already defined.
5541 (with-auto-compression-mode): Add autoload cookie.
5542
5543 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5544
5545 * files.el (find-backup-file-name) [ms-dos]: If support for long
5546 file names is not available, behave as if version-control were set
5547 to never.
5548
5549 2000-10-07 Dave Love <fx@gnu.org>
5550
5551 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5552 (browse-url-gnome-moz): New function.
5553 (browse-url-browser-function): Use it.
5554 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5555
5556 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5557
5558 * indent.el (tab-always-indent): New var.
5559 (indent-for-tab-command): Use it.
5560
5561 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5562 raise an error. This way it can still default to a sane value.
5563
5564 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * startup.el (fancy-splash-screens): Use local rather than global map.
5567 Don't use `update-menu-bindings' any more.
5568 Get rid of assumptions about keymap representation.
5569
5570 2000-10-06 Dave Love <fx@gnu.org>
5571
5572 * textmodes/fill.el (sentence-end-double-space)
5573 (sentence-end-without-period): Doc fix.
5574 (adaptive-fill-regexp): Purecopy.
5575 (unjustify-current-line): Use line-end-position.
5576 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5577
5578 * net/eudc-vars.el (eudc): Add :version, :link.
5579
5580 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5581
5582 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5583 Fix for define-minor-mode.
5584 (function-at-point): Alias to function-called-at-point.
5585
5586 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5587
5588 * simple.el (backward-word): Doc fix.
5589
5590 * image-file.el (image-file-name-regexp): image-file-regexps ->
5591 image-file-name-regexps.
5592 (image-file-name-extensions): Add pbm.
5593
5594 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5595
5596 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5597 and add filename to the names so that diff-mode can jump to source.
5598
5599 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5600 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5601 (tex-font-lock-keywords-1): Remove.
5602 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5603 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5604 (font-lock-default-fontify-region):
5605 Expand beg..end correctly when just following a multiline region.
5606 (font-lock-fontify-anchored-keywords):
5607 Include the anchor text as part of the multiline.
5608
5609 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5610
5611 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5612 latter needs the autoloaded define-minor-mode macro during the
5613 bootstrap.
5614
5615 * startup.el (command-line): For now, activate tool-bar-mode only
5616 if XPM images are supported.
5617
5618 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5619 window by dragging a header-line at the top of the frame; that's
5620 confusing because the header-line doesn't move.
5621 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5622 of treating the event as a list. Some cleanup.
5623
5624 2000-10-06 Miles Bader <miles@gnu.org>
5625
5626 * simple.el (display-message-or-buffer): New function.
5627 (shell-command-on-region): Use `display-message-or-buffer'.
5628
5629 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5630 docstring parts.
5631
5632 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5633 (smbclient-prompt-regexp): Add usage note to doc string.
5634 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5635 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5636 Use add-hook for adding the comint filter function, and only do so
5637 if it's not already in the global hook list.
5638 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5639 to `make-local-variable'.
5640 (nslookup-font-lock-keywords): Remove prompt entry.
5641 (nslookup): Don't set the process-filter.
5642 (finger): Exit the loop correctly when the regexps list runs out.
5643 (ftp, smbclient, smbclient-list-shares):
5644 Set the real major mode immediately, not after execing.
5645 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5646
5647 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5648
5649 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5650
5651 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5652
5653 * which-func.el (which-func-format): Remove spurious space.
5654 (which-func-mode): Don't make it permanent-local.
5655 (which-func-ff-hook): Allow which-func-maxout to be nil.
5656 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5657 (which-func-mode): Simplify.
5658 Use post-command-idle-hook rather than post-command-hook.
5659 Go through all buffers and update their state.
5660 (which-function): Also try add-log-current-defun-function.
5661
5662 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5663 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5664 Update call to with-vc-properties accordingly.
5665 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5666 (vc-revert-buffer): More careful about window selection and deletion.
5667 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5668
5669 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5670 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5671 (cvs-dired-action): Change the default to quickdir.
5672
5673 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5674 if comment-indent-function returns nil.
5675 (comment-indent-default): New function.
5676 (comment-indent-function): Use it and document the new semantics.
5677
5678 * image-file.el: Docstring fixes.
5679
5680 * help.el (help-xref-on-pp): Use match-string.
5681 (describe-variable): New arg BUFFER.
5682 Store the current buffer in the help-xref-stack.
5683 (temp-buffer-resize-mode): Use define-minor-mode.
5684
5685 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5686 consistently with its docstring.
5687 Set jit-lock-first-unfontify-pos in an idempotent way.
5688 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5689
5690 2000-10-05 Alex Schroeder <alex@gnu.org>
5691
5692 * sql.el (sql-mysql-options): New variable.
5693 (sql-mysql): Use it.
5694
5695 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5696
5697 * image.el (image): New group.
5698
5699 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5700 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5701
5702 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5703
5704 * net/net-utils.el (nslookup-font-lock-keywords)
5705 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5706 Ignore the value of wqindow-system; always define keywords
5707
5708 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5709
5710 * startup.el (fancy-splash-screens): Remove the code for
5711 debugging; `(trace-to-stderr "EXITTT\n")'.
5712
5713 2000-10-05 Miles Bader <miles@gnu.org>
5714
5715 * diff-mode.el (diff-goto-source): Update call to
5716 `diff-hunk-status-msg' to reflect new REV variable.
5717
5718 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5719
5720 * progmodes/icon.el (icon-mode):
5721 Don't gratuitously override the default for comment-column.
5722
5723 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5724
5725 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5726 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5727 (jit-lock-functions): New var.
5728 (jit-lock-function-1): Use it if non-nil.
5729 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5730 Set the `fontified' property before doing the fontification to avoid
5731 repeatedly going through the same error.
5732 Don't turn errors into messages.
5733 (jit-lock-register, jit-lock-unregister): New functions.
5734
5735 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5736 Use with-current-buffer.
5737
5738 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5739 Turn comment into docstring.
5740
5741 * apropos.el (apropos-mode): Use define-derived-mode.
5742
5743 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5744
5745 * startup.el (fancy-splash-pending-command): New variable.
5746 (fancy-splash-pre-command): New function.
5747 (fancy-splash-screens): Rewritten.
5748 (command-line-1): If fancy-splash-pending-command is set, call it
5749 interactively.
5750
5751 2000-10-04 Dave Love <fx@gnu.org>
5752
5753 * toolbar/tool-bar.el (tool-bar-setup): New function.
5754 (tool-bar-mode): Use it.
5755
5756 * subr.el (substitute-key-definition): Doc fix.
5757 (play-sound-file): New command.
5758
5759 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5760
5761 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5762 vc-version-backup-file-name): New functions.
5763
5764 * files.el (basic-save-buffer): Call vc-before-save before saving.
5765
5766 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5767 vc-cvs-stay-local-p.
5768
5769 * vc.el (vc-revert-buffer): Handle empty diff properly.
5770 (vc-version-backup-file): New function.
5771 (vc-checkout): Create a version backup if necessary.
5772 (vc-checkin): If a version backup file exists, delete it.
5773 (vc-version-diff): Diff locally using version backups, if available.
5774 (vc-revert-file): If there's a version backup, revert locally.
5775 (vc-transfer-file): Use version backup for base version, if
5776 available. If not, ask for confirmation whether to get it from the
5777 server. Update mode line before check-in.
5778
5779 2000-10-04 Dave Love <fx@gnu.org>
5780
5781 * toolbar/tool-bar.el (tool-bar-setup): New function.
5782 (tool-bar-mode): Use it.
5783
5784 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5785
5786 * net/net-utils.el (nslookup-font-lock-keywords)
5787 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5788 Only set if window-system is non-nil
5789 (net-utils-run-program): Returns buffer.
5790 (network-connection-reconnect): Added this function.
5791
5792 * generic.el:
5793 Incorporates extensive cleanup and docfixes by
5794 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5795 Uses cl compile-time macros.
5796 (generic-mode-name, generic-comment-list)
5797 (generic-keywords-list, generic-font-lock-expressions)
5798 (generic-mode-function-list, generic-mode-syntax-table):
5799 Removed variables.
5800 (generic-mode-alist): Renamed to generic-mode-list.
5801 (generic-find-file-regexp): Default changed to "^#".
5802 (generic-read-type): Uses completing read on generic-mode-list.
5803 (generic-mode-sanity-check): removed this function.
5804 (generic-add-to-auto-mode): Removed this function
5805 (generic-mode-internal): Bind mode-specific definitions
5806 into function instead of putting them in alist.
5807 (generic-mode-set-comments): Reworked extensively.
5808 (generic-mode-find-file-hook): Simplified regexp searching
5809 (generic-make-keywords-list): Omit extra pair of parens
5810
5811 * find-lisp.el (find-lisp-find-files-internal):
5812 Make sure directory name ends with "/".
5813
5814 * generic-x.el (apache-conf-generic-mode):
5815 Regexp now allows leading whitespace.
5816 (rc-generic-mode): Added eval-when-compile
5817 around generic-make-keywords-list.
5818 Deleted duplicate regexp
5819 (rul-generic-mode): Added eval-when-compile
5820 around generic-make-keywords-list.
5821 (etc-fstab-generic-mode): New generic mode.
5822 (rul-generic-mode): Removed one eval-when-compile
5823 which caused a max-specpdl-size exceeded error.
5824
5825 2000-10-04 Miles Bader <miles@gnu.org>
5826
5827 * simple.el (minibuffer-temporary-goal-position): New variable.
5828 (next-history-element): Try to keep the position of point in the
5829 input string constant.
5830
5831 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5832 (dired-do-create-files): If there's only one file, pass it in as
5833 the DEFAULT arg to dired-mark-read-file-name.
5834
5835 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5838 (diff-goto-source): Be smarter when choosing REVERSE or not.
5839
5840 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5841 (texinfo-mode-menu): Add an explicit shortcut for update all.
5842
5843 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5844
5845 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5846 factorize backend-specific code cleanly (this was essentially
5847 conceived by Stefan Monnier).
5848 (vc-unregister): Function removed.
5849 (vc-revert-file): New function.
5850 (vc-revert-buffer): Delegate some of the work to it.
5851
5852 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5853 default branch unconditionally.
5854 (vc-rcs-set-default-branch): New function.
5855 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5856 (vc-rcs-checkin): If an appropriate default branch has been set,
5857 force creation of that branch.
5858 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5859 code (as suggested by Stefan Monnier).
5860
5861 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5862
5863 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5864 highlighting overlay with a different face over the overlay
5865 isearch uses to highlight the current match because that can lead
5866 to bad face combinations.
5867
5868 * loadup.el (toplevel): Load faces before isearch.
5869
5870 * isearch.el (isearch-faces): New custom group.
5871 (isearch): New defface; was already tested for in the code.
5872 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5873 (isearch-highlight): Always use face `isearch'.
5874
5875 2000-10-02 Dave Love <fx@gnu.org>
5876
5877 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5878 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5879 comparison of opcode with operand.
5880
5881 2000-10-03 Miles Bader <miles@gnu.org>
5882
5883 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5884 buffer, since the echo area will now grow to accommodate them.
5885
5886 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5887
5888 * vc-hooks.el (vc-registered): If FILE used to be registered under
5889 a certain backend, try that one first.
5890
5891 * vc.el (vc-responsible-backend): Undo the previous change in the
5892 argument list. Handle multiple backends correctly.
5893 (vc-find-new-backend): Function removed.
5894 (vc-register): Use vc-responsible-backend, as before.
5895 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5896
5897 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5898
5899 * startup.el (fancy-splash-head): Change message below the
5900 logo.
5901
5902 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5903
5904 * diff-mode.el (diff-goto-source): Emit a status message.
5905 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5906 (diff-test-hunk): Fix doc string.
5907 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5908 (diff-advance-after-apply-hunk): New variable.
5909 (diff-apply-hunk): Don't return a value.
5910
5911 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5912
5913 * vc.el (vc-editable-p): Minor optimization.
5914 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5915 (vc-find-new-backend): New function split from vc-responsible-backend.
5916 (vc-register): Use it.
5917 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5918 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5919 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5920 (vc-clear-headers): Don't use find-file.
5921 (vc-revert-buffer): Use `and' again (must have been a braino).
5922 (vc-switch-backend): Only prompt if requested.
5923 Short circuit if nothing is to be done.
5924 Don't use vc-resynch-buffer which could lose unsaved editing.
5925 (vc-default-receive-file): Update call to vc-unregister.
5926 (with-vc-file, vc-next-action-on-file):
5927 Use vc-backend rather than vc-registered.
5928 (vc-next-action-on-file): Use intern-soft.
5929 Deal with read-only *vc-diff* buffer.
5930 (vc-transfer-file): Docstring fix.
5931
5932 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5933 (vc-rcs-receive-file): Avoid with-vc-properties.
5934 Update call to vc-unregister.
5935 Use constant `RCS' rather than (dynamically bound) var `backend'.
5936
5937 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5938
5939 * vc.el (vc-next-action-on-file): Update mode line only if file
5940 is visited.
5941 (vc-start-entry): New argument initial-contents. Don't visit the file
5942 if it isn't already visited. Brought documentation up-to-date.
5943 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5944 (vc-checkin): New optional arg initial-contents, which is passed to
5945 vc-start-entry.
5946 (vc-finish-logentry): Make sure to bury log buffer only if there
5947 really is one. Call `vc-resynch-buffer' on log-file, not
5948 buffer-file-name.
5949 (vc-default-comment-history, vc-default-wash-log): New functions.
5950 (vc-index-of): Removed.
5951 (vc-transfer-file): Make do without the above.
5952 (vc-default-receive-file): Call comment-history unconditionally. Pass
5953 the resulting string to vc-checkin, instead of inserting it into the
5954 comment ring.
5955
5956 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5957 unconditionally. Use the comments as initial contents of the log
5958 entry buffer. Document the trick to force branch creation with no
5959 changes.
5960
5961 2000-10-01 Miles Bader <miles@gnu.org>
5962
5963 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5964 `recenter' with an arg to prevent redrawing the display.
5965
5966 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5967
5968 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5969
5970 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5971
5972 * progmodes/c-mode.el (c-mode):
5973 Don't gratuitously override the default for comment-column.
5974
5975 * textmodes/tex-mode.el (latex-metasection-list): New var.
5976 (latex-imenu-create-index): Use it.
5977 Move the regexp construction outside loops (and use push).
5978 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5979 (tex-font-lock-keywords): Moved from font-lock.el.
5980 (tex-comment-indent): Remove.
5981 (tex-common-initialization): Don't set comment-indent-function.
5982 (latex-block-default): New var.
5983 (tex-latex-block): Use it to provide a default choice.
5984 Add any unknown choice to latex-block-names.
5985 Insert [...] after {...}.
5986 (tex-last-unended-begin): Simplify regexp.
5987 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5988 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5989 (latex-mode): Set forward-sexp-function.
5990
5991 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5992 Add regexp for @ignore ... @end ignore.
5993 (texinfo-heading-face): New face.
5994 (texinfo-font-lock-keywords): Use it.
5995 (texinfo-mode-menu): New menu.
5996 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5997 New functions.
5998 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5999 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6000 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6001 Remove declaration.
6002 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6003
6004 * delsel.el (delete-selection-mode): Use define-minor-mode.
6005
6006 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6007
6008 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6009
6010 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6011
6012 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6013
6014 * replace.el (keep-lines-read-args): New function.
6015 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6016 read arguments interactively. Add parameters RSTART and REND.
6017 Operate on the active region in Transient Mark mode.
6018
6019 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6020
6021 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6022 (authors-obsolete-files-regexps): New variable.
6023 (authors-add): Don't record changes in obsolete files.
6024
6025 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6026
6027 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6028
6029 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6030 (comment-indent): Make sure there's a space between code and comment.
6031 Shift comments left to avoid going past fill-column.
6032
6033 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6034
6035 * startup.el (startup-echo-area-message): New function.
6036 (display-startup-echo-area-message): Use it.
6037 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6038 (fancy-splash-default-action): New function.
6039 (fancy-splash-screens-1): New function.
6040 (fancy-splash-head): Put a help-echo and a keymap under the image.
6041
6042 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6043
6044 * diff-mode.el (diff-add-log-file-name): Remove.
6045 (diff-mode): Use add-log-buffer-file-name-function.
6046
6047 * add-log.el (find-change-log): New arg BUFFER-FILE.
6048 (add-log-file-name): Obey add-log-file-name-function.
6049 (add-log-buffer-file-name-function): New var.
6050 (add-change-log-entry): Use it.
6051
6052 2000-09-29 Miles Bader <miles@gnu.org>
6053
6054 * image-file.el (image-file-name-extensions): New variable.
6055 (image-file-name-regexps): Renamed from `image-file-regexps'.
6056 New default value is nil. Call `auto-image-file-mode'.
6057 (image-file-name-regexp): New function.
6058 (auto-image-file-mode): New minor mode.
6059 (insert-image-file): Don't make conditional on the image-file
6060 handler being enabled.
6061 (image-file-handler): Make the call here conditional instead.
6062 (set-image-file-handler-enabled, enable-image-file-handler)
6063 (disable-image-file-handler): Functions removed.
6064
6065 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6066 string.
6067
6068 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6069
6070 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6071 it's a function from CL.
6072 (latex-imenu-create-index): Replace eval-when-compile with progn
6073 because latex-section-alist is not bound while compiling.
6074
6075 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6076
6077 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6078 (outline-mode): Use define-derived-mode.
6079
6080 * progmodes/perl-mode.el (perl-mode):
6081 * progmodes/awk-mode.el (awk-mode):
6082 * progmodes/asm-mode.el (asm-mode):
6083 Don't gratuitously override the default for comment-column.
6084
6085 * emacs-lisp/lisp.el (lisp-complete-symbol):
6086 Distinguish the let-binding case from the funcall case.
6087 (forward-sexp-function): New variable.
6088 (forward-sexp): Use it.
6089
6090 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6091 (easy-mmode-defmap): Remove the now useless autoload.
6092
6093 * time.el (display-time-mode): Use define-minor-mode.
6094
6095 * subr.el (add-minor-mode): Don't eval NAME.
6096 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6097 Use if rather than cond.
6098
6099 * simple.el (read-expression-map): Define more properly.
6100 (comment-indent-hook): Remove.
6101 (string-to-syntax): Bug fix.
6102
6103 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6104 (cvs-ediff-diff): Fix typo.
6105 (cvs-revert-if-needed): Don't bother preserving read-only.
6106
6107 * paren.el (show-paren-mode): Use define-minor-mode.
6108
6109 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6110 (toggle-auto-compression): Remove.
6111 (jka-compr-build-file-regexp): Remove useless grouping.
6112
6113 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6114 Avoid user-reserved bindings.
6115 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6116 (diff-header-face): Revert to grey85.
6117
6118 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6119
6120 * complete.el (partial-completion-mode) <defcustom>: Remove.
6121 (partial-completion-mode): Use define-minor-mode.
6122 (PC-do-completion): Understand `completion-auto-help = delay'
6123 to mean to popup the completion buffer only the second time.
6124 (PC-include-file-all-completions, PC-include-file-all-completions)
6125 (PC-include-file-all-completions): Don't quote lambda.
6126
6127 * comint.el (comint-mode-hook): Docstring fix.
6128 (comint-mode): Use define-derived-mode.
6129 (comint-mode-map): Remove obsolete comment.
6130 (make-comint): Minor stylistic change.
6131 (comint-insert-clicked-input): Be more careful to find the overlay.
6132 Use this-command-keys rather than hardcoding mouse-2.
6133
6134 * font-lock.el: Replace confusing (,@ with ,
6135 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6136 Don't use regexp-opt-depth. Spice up the regexp for args.
6137 Don't distinguish between cmds that can take an opt arg or not.
6138 Use `append' and `prepend' rather than `keep'.
6139
6140 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6141 (latex-outline-regexp): New var.
6142 (latex-outline-level): New fun.
6143 (latex-section-alist): New var.
6144 (latex-imenu-create-index): Use it. Use `push' as well.
6145 (tex-shell-map): Initialize it properly.
6146 (tex-mode): Minor stylistic change.
6147 (plain-tex-mode): Use define-derived-mode.
6148 (latex-mode): Use define-derived-mode.
6149 Construct the paragraph regexps in a more readable way.
6150 Set the buffer-local outline-{level,regexp} vars.
6151 (slitex-mode): Derive from latex-mode.
6152 (tex-common-initialization): Don't kill-all-vars anymore.
6153 Add setting for comment-add and font-lock-defaults.
6154 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6155 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6156 (tex-start-tex): New arg DIR (and send a chdir command for it).
6157 Also display the shell buffer and save it in tex-last-buffer-texed.
6158 (tex-region): Use expand-file-name rather than concat.
6159 Remove code made useless by changes in tex-start-tex.
6160 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6161
6162 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6163
6164 2000-09-28 Dave Love <fx@gnu.org>
6165
6166 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6167
6168 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6169
6170 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6171 `append'.
6172
6173 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6174
6175 * info.el (Info-extract-pointer): Undo last change.
6176 Instead, fix the position of the `bound' arg to re-search-backward.
6177
6178 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6179
6180 * info.el (Info-extract-pointer):
6181 Widen more carefully, to avoid finding pointers in other nodes.
6182 (Info-index): Use push.
6183
6184 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6185
6186 * frame.el (set-frame-font): Remove call to obsolete function
6187 frame-update-faces.
6188 (set-foreground-color, set-background-color): Likewise for
6189 frame-update-face-colors.
6190
6191 2000-09-27 Miles Bader <miles@gnu.org>
6192
6193 * image-file.el: New file.
6194
6195 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6196
6197 * frame.el (frame-notice-user-settings): Don't call
6198 frame-update-faces, which is a no-op now.
6199
6200 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6201 tool-bar-lines.
6202
6203 2000-09-27 Dave Love <fx@gnu.org>
6204
6205 * mouse.el: Fix last change.
6206
6207 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6208
6209 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6210
6211 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6212
6213 * international/quail.el (quail-help): The output message is
6214 improved.
6215
6216 2000-09-26 Dave Love <fx@gnu.org>
6217
6218 * mouse.el (popup-menu): If POSITION is nil, set it using
6219 mouse-position.
6220
6221 2000-09-25 Sam Steingold <sds@gnu.org>
6222
6223 * net/browse-url.el (browse-url-file-url): Check for null maps.
6224
6225 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6226
6227 * frame.el (frame-notice-user-settings): Don't add a
6228 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6229
6230 * frame.el (frame-notice-user-settings):
6231 Make tool-bar-mode and default-frame-alist consistent.
6232
6233 * toolbar/tool-bar.el (tool-bar-help): New function.
6234
6235 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6236
6237 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6238 current-load-list in top-level forms. Else this leaks a cons cell
6239 every time a defun is called.
6240
6241 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6242
6243 2000-09-25 Dave Love <fx@gnu.org>
6244
6245 * startup.el (fancy-splash-head): Check XPM is available.
6246
6247 * autoinsert.el (auto-insert): Doc fix.
6248 (auto-insert-alist): Following GNU notices, don't say `copyright
6249 _by_'. Use line-beginning-position.
6250 (auto-insert): Check buffer-file-name is non-nil before use.
6251
6252 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6253
6254 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6255 starting with `@def' or `@multitable', in addition to ones
6256 specified by the user in auto-fill-inhibit-regexp.
6257
6258 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6259
6260 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6261 rmail-dont-reply-to-names matches the empty string.
6262
6263 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6264
6265 * startup.el (command-line-1, fancy-splash-text): Change the
6266 text to sound more friendly.
6267
6268 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6269
6270 * progmodes/hideshow.el: Update author email address.
6271 Generally, sync w/ maintainer version 5.22.
6272 (hs-hide-all-non-comment-function): New var.
6273 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6274 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6275 (hs-show-region): Delete this command.
6276 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6277
6278 2000-09-22 Dave Love <fx@gnu.org>
6279
6280 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6281 (hl-line-highlight): Specify buffer when moving overlay.
6282
6283 * progmodes/fortran.el (fortran-mode): Locally set
6284 normal-auto-fill-function.
6285 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6286 (fortran-mode-map): Adjust auto-fill menu entry.
6287
6288 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6289
6290 * vc-rcs.el (toplevel): Require `vc' when compiling.
6291
6292 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6293
6294 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6295
6296 * vc.el (vc-switch-backend): Signal an error if the file is not
6297 registered under the new backend.
6298
6299 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6300 without explicit revision number.
6301
6302 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6303
6304 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6305 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6306 (diff-xor): New function.
6307 (diff-find-source-location): Use it. Fix a stupid name clash.
6308 (diff-hunk-status-msg): New function.
6309 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6310 (diff-test-hunk): Use diff-find-source-location.
6311 (diff-goto-source): Favor the `reverse'.
6312 (diff-hunk-text): Properly handle one-sided context diffs.
6313 (diff-apply-hunk): When done, advance to the next hunk.
6314
6315 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6316
6317 * startup.el (command-line): If frame was created with a non-zero
6318 tool-bar-lines parameter, switch tool-bar-mode on.
6319
6320 * add-log.el (change-log-date-face, change-log-name-face)
6321 (change-log-email-face, change-log-file-face)
6322 (change-log-list-face, change-log-conditionals-face)
6323 (change-log-function-face, change-log-acknowledgement-face):
6324 New faces, inheriting from font-lock faces.
6325 (change-log-font-lock-keywords): Use them.
6326
6327 2000-09-21 Dave Love <fx@gnu.org>
6328
6329 * progmodes/cperl-mode.el (top-level): Clean up
6330 `eval-when-compile's and assorted defvars.
6331 (cperl-invalid-face): Don't double-quote value. Change custom
6332 type.
6333 (cperl-mode): Set normal-auto-fill-function and don't zap
6334 auto-fill-function.
6335 (cperl-imenu--function-name-regexp-perl): Renamed from
6336 imenu-example--function-name-regexp-perl.
6337 (cperl-imenu--create-perl-index): Renamed from
6338 imenu-example--create-perl-index.
6339 (cperl-xsub-scan): Don't require cl.
6340
6341 * msb.el (msb-mode-map): Use substitute-key-definition.
6342 (msb-mode): Use msb-mode-map.
6343
6344 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6345
6346 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6347 New functions.
6348 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6349 (vc-switch-backend): New function.
6350 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6351 (vc-register): Fix prompt.
6352 (vc-unregister, vc-default-unregister): New functions.
6353 (vc-version-diff): Handle empty buffer in sentinel.
6354
6355 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6356 (vc-rcs-state-heuristic): Use it to guess the state of files with
6357 non-strict locking.
6358 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6359 been set with -b, but not created yet.
6360 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6361 contents in order to find the state.
6362 (vc-rcs-checkin): Allow creation of branches with no changes.
6363 (vc-rcs-unregister, vc-rcs-receive-file)
6364 (vc-rcs-set-non-strict-locking): New functions.
6365
6366 * vc-hooks.el (vc-name): Force correct computation of the value
6367 in case it is missing.
6368
6369 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6370
6371 * startup.el (fancy-splash-tail): Use a different foreground
6372 color on a dark frame background.
6373
6374 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6375
6376 * info.el: Use the correct capitalization when making Info-mode
6377 and Info-edit-mode `special' modes.
6378
6379 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6382 (diff-mode): Add support for add-log.el.
6383 (diff-hunk-text): Use char offsets rather than line offsets.
6384 (diff-find-source-location): Replace LINE with line-offset (nil
6385 if not found) and always set POS to a meaningful position.
6386 Adapt to the new char-offsets.
6387 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6388 Adapt to the new diff-find-source-location.
6389 (diff-goto-source): Adapt to the new diff-find-source-location.
6390
6391 * add-log.el (add-log-file-name): New function (split out of
6392 add-change-log-entry).
6393 (add-change-log-entry): Use it.
6394 Call add-log-file-name-function with the changelog file name if
6395 the current buffer is not associated with any file.
6396 Avoid find-file if the selected window is dedicated.
6397
6398 * diff-mode.el (diff-find-source-location):
6399 Move code from diff-apply-hunk. Return buffer rather than file.
6400 (diff-apply-hunk): Use the new result from diff-find-source-location.
6401 (diff-goto-source): Use the new diff-find-source-location.
6402
6403 2000-09-20 Dave Love <fx@gnu.org>
6404
6405 * iswitchb.el: Some doc fixes.
6406 (iswitchb-mode-map): Define completely initially. Inherit
6407 minibuffer-local-map.
6408 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6409 fundamental-mode.
6410 (iswitchb-global-map): New variable.
6411 (iswitchb-summaries-to-end): Amalgamate regexps.
6412 (iswitchb-mode): New.
6413 (iswitchb-mode-hook): New variable.
6414 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6415 `extensions'.
6416
6417 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6418
6419 * ehelp.el (electric-help): New defgroup.
6420 (electric-help-shrink-window): New user-option.
6421 (with-electric-help): Use it.
6422
6423 * window.el (shrink-window-if-larger-than-buffer): If face
6424 `mode-line' has a :box, and we're on a graphical frame, add 1
6425 to the needed window height.
6426
6427 * frame.el (frame-notice-user-settings): Add a last parameter nil
6428 to a call to `append', because the last list passed to `append' is
6429 not copied, and so subsequent calls to assq-delete-all will modify
6430 default-frame-alist.
6431
6432 * startup.el (fancy-splash-image): Change :type.
6433 (fancy-splash-head): Use an XBM image if appropriate.
6434 (command-line-1): Show splash screens in more cases.
6435
6436 * startup.el (fancy-splash-text): Don't quote faces.
6437
6438 * dired.el (dired-font-lock-keywords): Undo last change.
6439 (dired-readin): Bind indent-tabs-mode to nil.
6440
6441 * startup.el (fancy-splash-head): If frame's background mode
6442 is `dark', change the black background of the image to gray.
6443 (fancy-splash-screens): Display startup echo area message.
6444 (display-startup-echo-area-message): New function.
6445
6446 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6447
6448 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6449
6450 * info.el (info-header-node): Tweak for color ttys.
6451
6452 * faces.el (face-valid-attribute-values): Make sure directories we
6453 search for stipples both exist and are readable before trying to
6454 search them.
6455
6456 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6457 in the dry-run case.
6458
6459 * jka-compr.el (with-auto-compression-mode): New macro.
6460
6461 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6462 (custom-group-tag-face, custom-variable-tag-face): Use relative
6463 :height and inherit from `variable-pitch' face instead of
6464 hardwiring :family.
6465 * hi-lock.el (hi-black-hb): Likewise.
6466
6467 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6468 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6469 toolbar-add-item, if image doesn't have a mask add a `:mask
6470 heuristic'.
6471
6472 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6473
6474 * diff-mode.el: Docstring fixes.
6475 (diff-header-face, diff-comment-face): New faces.
6476 (diff-font-lock-keywords): Highlight a bit differently.
6477 (diff-find-source-location): Don't return SPAN any more.
6478 (diff-hunk-text): Don't bother erasing the temp buffer.
6479 (diff-find-text): Drop argument LINE.
6480 (diff-apply-hunk): Update calls to diff-find-text.
6481 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6482
6483 * calendar/calendar.el: Docstring fixes.
6484 (calendar-make-alist): Don't quote lambda.
6485 (calendar-star-date): Use make-local-variable.
6486
6487 2000-09-19 Dave Love <fx@gnu.org>
6488
6489 * toolbar/tool-bar.el: Renamed from toolbar.el.
6490 Change `toolbar' to `tool-bar' generally in symbols.
6491 Make some items invisible in `special' major modes.
6492 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6493 Add arg PROPS.
6494
6495 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6496 Add :version here.
6497 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6498
6499 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6500
6501 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6502
6503 * files.el (find-file-suppress-same-file-warnings): New user-option.
6504 (find-file-noselect): Use it.
6505
6506 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6507 (fancy-splash-screen): Defgroup.
6508
6509 * add-log.el (change-log-font-lock-keywords): Match names
6510 more exactly for the case that font-lock-constant-face is
6511 underlined.
6512
6513 2000-09-19 Richard M. Stallman <rms@gnu.org>
6514
6515 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6516
6517 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6518
6519 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6520
6521 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6522
6523 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6524 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6525 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6526 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6527 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6528 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6529 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6530 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6531 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6532 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6533 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6534 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6535
6536 * startup.el (fancy-splash-text): New variable.
6537 (fancy-splash-delay, fancy-splash-image): New user-options.
6538 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6539 (fancy-splash-screens): New functions.
6540 (command-line-1): If display has a `display' frame parameter, has
6541 colors, and we have XPM support, show more fancy splash screens.
6542
6543 2000-09-19 Dave Love <fx@gnu.org>
6544
6545 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6546 with null `help'. Use modern backquote syntax.
6547
6548 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6549
6550 * font-lock.el (font-lock-mode): Change message telling the user
6551 that ``the buffer is too big''.
6552
6553 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6554 for instance for the case that tab-width is 2.
6555
6556 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6557
6558 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6559 toolbar-add-item, if image doesn't have a mask add a `:mask
6560 heuristic'.
6561
6562 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6563
6564 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6565 and return a cons if it's non-nil.
6566 (diff-apply-hunk): Try to jump to the line in the source text
6567 corresponding to the position of point in the in the hunk.
6568
6569 * info.el (Info-title-3-face, Info-title-2-face)
6570 (Info-title-1-face): Use face inheritance and relative sizes
6571 instead of hard-wiring things.
6572
6573 * faces.el (secondary-selection): Make dark-background variant sane.
6574
6575 2000-09-16 Andrew Innes <andrewi@gnu.org>
6576
6577 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6578 read-only, since they aren't under VC now.
6579
6580 2000-09-17 Dave Love <fx@gnu.org>
6581
6582 * tmm.el: Replace mapcar with mapc in several places.
6583
6584 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6585 ad-unadvise.
6586
6587 * international/latin1-disp.el: New file.
6588
6589 * calendar/cal-move.el (scroll-calendar-left)
6590 (scroll-calendar-right): Make arg optional (for active mode line).
6591
6592 * calendar/calendar.el (calendar-mode-line-format): Make fields
6593 mouse-sensitive.
6594 (calendar-read-date, calendar-read-date, calendar-window-list):
6595 Unquote lambda.
6596 (calendar-month-name): Use aref, not sref.
6597
6598 * view.el (minor-mode-alist): Propertize the string.
6599
6600 * international/characters.el (standard-case-table): Add entries
6601 for Greek.
6602
6603 2000-09-18 Miles Bader <miles@gnu.org>
6604
6605 * info.el (info-node, info-xref): Add dark-background variants.
6606
6607 * faces.el (header-line): Change defaults to be less confusing
6608 when mixed with mode-lines.
6609
6610 * info.el (Info-fontify-node): Make a few cleanups.
6611 Add extra `help-echo' and `local-map' props to node xrefs.
6612 Use header-specific faces for node-names & xrefs.
6613 (Info-use-header-line): New variable.
6614 (info-header-xref, info-header-node): New faces.
6615 (Info-setup-header-line): New function.
6616 (Info-select-node): Call Info-setup-header-line when enabled.
6617 (Info-extract-pointer): Work even if the header line is hidden.
6618 (Info-header-line): New variable.
6619
6620 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6621
6622 * vms-patch.el (print-region-function): Don't quote lambda.
6623
6624 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6625
6626 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6627 (lm-get-header-re): Allow spaces between the header and the colon.
6628 (lm-header): Allow $ in non-RCS headers.
6629 (lm-header-multiline): Put the strings back into order.
6630 Stop at an empty line. Don't require two space chars if the
6631 line is clearly not another header line.
6632
6633 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6634 (popup-menu-popup): Remove.
6635
6636 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6637
6638 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6639 specification if or if not tool-bar item contains an `:enabled'
6640 property.
6641
6642 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6643 current buffer has no file name.
6644
6645 2000-09-15 Dave Love <fx@gnu.org>
6646
6647 * strokes.el: Sync with maintainer's current version with changes
6648 for Emacs, but avoid runtime cl and levents.
6649 (toplevel): Change autoloads and compilation requires.
6650 (strokes-version, strokes-bug-address, strokes-lift): Values
6651 changed.
6652 (strokes-xpm-header, strokes-insinuated): New variable.
6653 (strokes): Add :link.
6654 (strokes-mode): Customized.
6655 (strokes-while-inhibiting-garbage-collector): New macro.
6656 (strokes-remassoc): Avoid remove-if.
6657 (strokes-fix-button2-command): Don't use ad-do-it.
6658 (strokes-insinuate): New function.
6659 (strokes-button-press-event-p, strokes-button-release-event-p):
6660 New functions, used instead of non-`strokes-' versions..
6661 (strokes-mouse-event-p): Rewritten.
6662 (strokes-event-closest-point): Avoid event-point.
6663 (strokes-get-grid-position): Avoid cdadr, caadr
6664 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6665 functions.
6666 (strokes-help): Use with-output-to-temp-buffer.
6667 (strokes-window-configuration-changed-p): New function.
6668 (strokes-update-window-configuration): Use buffer-live-p,
6669 strokes-window-configuration-changed-p.
6670 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6671 (strokes-char-face): New face.
6672 (strokes-char-table, strokes-base64-chars): New variable.
6673 (strokes-xpm-for-stroke, strokes-list-strokes)
6674 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6675 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6676 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6677 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6678 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6679 functions.
6680
6681 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6682
6683 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6684
6685 * image.el (create-image): Doc fix.
6686
6687 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6688 instead of `:heuristic-mask t'.
6689
6690 2000-09-14 Andrew Innes <andrewi@gnu.org>
6691
6692 * makefile.w32-in: Revert to Unix line endings.
6693
6694 2000-09-14 Andrew Innes <andrewi@gnu.org>
6695
6696 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6697 when installing.
6698
6699 * makefile.nt (DONTCOMPILE): Fix typo.
6700
6701 * shell.el (shell-write-history-on-exit): New function.
6702 (shell-dumb-shell-regexp): New custom variable.
6703 (shell-mode): Make shell-write-history-on-exit the process
6704 sentinel if shell name matches shell-dumb-shell-regexp.
6705
6706 * w32-fns.el: Comment out before-init-hook function which resets
6707 source-directory based; this breaks bootstrap.
6708
6709 2000-09-14 Dave Love <fx@gnu.org>
6710
6711 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6712 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6713 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6714 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6715 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6716 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6717 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6718 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6719 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6720
6721 * toolbar/toolbar.el: New.
6722
6723 * subdirs.el: Add toolbar.
6724
6725 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6726
6727 * indent.el (indent-for-tab-command): Doc fix.
6728
6729 2000-09-14 Alex Schroeder <alex@gnu.org>
6730
6731 * ansi-color.el (ansi-colors): Doc change.
6732 (ansi-color-get-face): Simplified regexp.
6733 (ansi-color-faces-vector): Added more faces, doc change.
6734 (ansi-color-names-vector): Doc change.
6735 (ansi-color-regexp): Simplified regexp.
6736 (ansi-color-parameter-regexp): New regexp.
6737 (ansi-color-filter-apply): Doc change.
6738 (ansi-color-filter-region): Doc change.
6739 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6740 deal with zero length parameters.
6741 (ansi-color-apply-on-region): Doc change.
6742 (ansi-color-map): Doc change.
6743 (ansi-color-map-update): Removed debugging message.
6744 (ansi-color-get-face-1): Added condition-case to trap
6745 args-out-of-range errors.
6746 (ansi-color-get-face): Doc change.
6747 (ansi-color-make-face): Removed.
6748 (ansi-color-for-shell-mode): New option.
6749
6750 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6751
6752 * international/quail.el (quail-start-translation): Translate KEY
6753 if necessary even if it doesn't have any mapping in the current
6754 input method.
6755 (quail-start-conversion): Likewise.
6756 (quail-help): The output message is improved.
6757
6758 2000-09-13 Miles Bader <miles@gnu.org>
6759
6760 * comint.el (comint-output-filter): Revert to using
6761 `insert-before-markers'. Add bletcherous hack to undo damage
6762 caused by `insert-before-markers'. Put `front-sticky' property on
6763 overlays created here so that the field code understands how the
6764 overlay works. Use a let when making comint-last-prompt-overlay,
6765 so that the code is easier to read.
6766
6767 2000-09-13 Dave Love <fx@gnu.org>
6768
6769 * wid-edit.el (widget-default-format-handler): DTRT when
6770 doc-property is a function.
6771
6772 2000-09-12 Francesco Potorti` <pot@gnu.org>
6773
6774 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6775 filed name if it's not there.
6776
6777 2000-09-12 Dave Love <fx@gnu.org>
6778
6779 * simple.el (read-mail-command): Doc fix.
6780 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6781
6782 * vc.el (vc-dired-listing-switches): Fix :version.
6783
6784 * vc-hooks.el: Doc fixes.
6785
6786 * subr.el (add-minor-mode): Use toggle-fun arg.
6787
6788 * speedbar.el: Add :version to several defcustoms.
6789
6790 * imenu.el (imenu--truncate-items, imenu--cleanup)
6791 (imenu--generic-function): Avoid mapcar.
6792 (imenu--replace-spaces): Function removed.
6793 (imenu--completion-buffer): Use subst-char-in-string.
6794 (imenu-add-to-menubar): Use keymap inheritance.
6795
6796 2000-09-12 Miles Bader <miles@gnu.org>
6797
6798 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6799 (diff-mode-map): Bind `diff-test-hunk'.
6800 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6801
6802 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6803
6804 * bytecomp.el (byte-compile-defvar): Undo last change
6805 because it breaks '(make-variable-buffer-local (defvar ...)'
6806 which is used at least in dired.
6807
6808 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6809
6810 * international/quail.el (quail-define-package): Docstring
6811 modified.
6812
6813 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6814
6815 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6816 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6817 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6818 docstring of "chinese-py".
6819
6820 * international/quail.el (quail-translation-docstring): New
6821 variable.
6822 (quail-show-keyboard-layout): Docstring modified.
6823 (quail-select-current): Likewise.
6824 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6825 infinite recursive call.
6826 (quail-help): Check quail-translation-docstring. Format of the
6827 output changed.
6828 (quail-help-insert-keymap-description): Adjusted for the above
6829 change.
6830
6831 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6832
6833 * bytecomp.el (byte-compile-defvar): Only cons onto
6834 current-load-list in top-level forms. Else this leaks a cons cell
6835 every time a defun is called.
6836
6837 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6838
6839 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6840 Now understands non-unified diffs. Some functionality moved into
6841 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6842 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6843 modify anything. Only reposition point in the patched file if the
6844 patch succeeds. Only pop up another window if POPUP is true.
6845 Emit a message describing what happened if successful, and at what
6846 line-offset. Automatically detect reversed hunks and do something
6847 appropriate.
6848 (diff-hunk-text, diff-find-text): New functions.
6849 (diff-filter-lines): Function removed.
6850 (diff-test-hunk): New function.
6851 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6852
6853 2000-09-10 Dave Love <fx@gnu.org>
6854
6855 * textmodes/tildify.el: Minor doc/commentary fixes.
6856 (tildify) <defgroup>: Add :version.
6857
6858 * faces.el (face-x-resources): Make custom type more specific.
6859 (frame-background-mode): Use mapc.
6860 (region) <defcustom>: Add :version.
6861
6862 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6863
6864 * vc-sccs.el (vc-sccs-register):
6865 * vc-rcs.el (vc-rcs-register):
6866 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6867 * vc.el (vc-register): Clear file's properties.
6868
6869 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6870
6871 * faces.el (face-spec-set): Only face-spec-reset-face when
6872 ATTRS is non-nil.
6873
6874 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6875
6876 * help.el (help-insert-xref-button): Fix a typo in doc string.
6877
6878 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6879
6880 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6881 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6882 methods.
6883
6884 * menu-bar.el (read-mail-item-name): New function.
6885 (menu-bar-tools-menu): Use it to compute and display the package
6886 used to read email.
6887 (menu-bar-tools-menu): Fix typo in GUD's help string.
6888
6889 2000-09-07 Dave Love <fx@gnu.org>
6890
6891 * diff-mode.el (diff-mouse-goto-source): New function.
6892
6893 * vc-sccs.el: Doc fixes.
6894 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6895
6896 * vc-rcs.el: Doc fixes.
6897 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6898 (vc-rcs-checkout-switches, vc-rcs-header)
6899 (vc-rcs-master-templates): Add or change :version.
6900
6901 * vc-cvs.el: Doc fixes.
6902 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6903 (vc-cvs-stay-local): Add :version.
6904
6905 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6906
6907 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6908
6909 * international/quail.el (quail-help): Fix previous change.
6910
6911 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6912
6913 * faces.el (color-values): Doc fix.
6914
6915 * faces.el (frame-set-background-mode): Use frame-parameter
6916 instead of frame-parameters.
6917
6918 * frame.el (filtered-frame-list): Reduce consing.
6919 (frames-on-display-list): Call frame-parameter instead of
6920 frame-parameters.
6921
6922 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6923
6924 * language/devan-util.el (devanagari-to-indian-region): In the
6925 loop, change the following char, not preceding char.
6926
6927 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6928
6929 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6930 instead of frame-parameters.
6931
6932 * faces.el (set-face-attribute): Simplify by calling
6933 internal-set-lisp-face-attribute with FRAME being 0.
6934
6935 * vc.el: Remove `Id' version control keyword.
6936
6937 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6938
6939 * help.el (help-make-xrefs): Adjusted for the change of
6940 help-xref-mule-regexp.
6941 (help-insert-xref-button): New function.
6942
6943 * international/mule-cmds.el (help-xref-mule-regexp-template):
6944 Include the pattern for character set.
6945 (leim): New group.
6946
6947 * international/quail.el: Don't require face.
6948 (quail): New group.
6949 (quail-other-command): Dummy command to make quail-help work better.
6950 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6951 (quail-keyboard-layout-substitution): New variable.
6952 (quail-update-keyboard-layout): New function.
6953 (quail-keyboard-layout-type): New customizable variable.
6954 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6955 (quail-keyboard-translate): Pay attention to
6956 quail-keyboard-layout-substitution.
6957 (quail-insert-kbd-layout): New function.
6958 (quail-show-keyboard-layout): New function.
6959 (quail-get-translation): If the definition is a vector of length
6960 1, and the element is a string of length 1, return the character
6961 in that string.
6962 (quail-update-current-translations): Fix the case of
6963 relative-index out of range.
6964 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6965 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6966 Show key sequences for all available characters.
6967 (quail-help-insert-keymap-description): Don't show such verbose
6968 key bindings as quail-self-insert-command.
6969
6970 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6971 Format changed, and each element now have extra documentations.
6972 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6973 Adjusted for the change of quail-cxterm-package-ext-info.
6974
6975 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6976
6977 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6978 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6979 during bootstrap.
6980
6981 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6982
6983 * vc.el: (toplevel): Don't require `dired' at run-time.
6984 (vc-dired-resynch-file): Remove autoload cookie.
6985
6986 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6987
6988 * vc.el: Made several backend functions optional.
6989 (vc-default-responsible-p): New function.
6990 (vc-merge): Use RET for first version to trigger merge-news, not
6991 prefix arg.
6992 (vc-annotate): Handle backends that do not support annotation.
6993 (vc-default-merge-news): Removed. The existence of a merge-news
6994 implementation is now checked on caller sites.
6995
6996 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6997 case.
6998
6999 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7000 special case that has been removed from the default in vc-hooks.el.
7001
7002 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7005
7006 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7007
7008 * vc-hooks.el: Require vc during compilation.
7009 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7010 macro `with-vc-properties' in vc.el.
7011 (vc-file-getprop): Doc fix.
7012 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7013
7014 * vc.el: Require dired-aux during compilation.
7015 (vc-name-assoc-file): Moved to vc-sccs.el.
7016 (with-vc-properties): New macro.
7017 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7018 vc-finish-steal): Use it.
7019 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7020 to the backend-specific function is now supposed to do the checkout,
7021 too.
7022 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7023
7024 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7025 set file properties; that gets done in the generic code now.
7026
7027 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7028 Changed parameter list, added code from vc.el that does the
7029 checkout, possibly with a double-take.
7030
7031 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7032 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7033 the above under the new name.
7034 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7035 parameter list, added checkout command.
7036 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7037 properties; that gets done in the generic code now.
7038
7039 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7040
7041 * vc.el: Docstring fixes (courtesy of checkdoc).
7042
7043 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7044
7045 * vc.el (vc-checkout-writable-buffer-hook)
7046 (vc-checkout-writable-buffer): Remove.
7047 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7048 (vc-log-mode): Make it into a clean derived major mode.
7049 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7050 vc-log-mode if log-edit is not available.
7051 (vc-dired-mode-map): Don't set-keymap-parent yet.
7052 (vc-dired-mode): Do set-keymap-parent here.
7053 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7054
7055 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7056
7057 * faces.el (set-face-attribute, face-spec-reset-face)
7058 (face-spec-set): Avoid consing by removing calls to `apply'.
7059
7060 * frame.el (frame-parameter): Move to C code.
7061
7062 2000-09-05 Dave Love <fx@gnu.org>
7063
7064 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7065 insert-before-markers-and-inherit. Now checked systematically!
7066
7067 2000-09-05 Alex Schroeder <alex@gnu.org>
7068
7069 * sql.el (sql-postgres): Use sql-postgres-options.
7070 (sql-postgres-options): New variable.
7071
7072 2000-09-05 Alex Schroeder <alex@gnu.org>
7073
7074 * sql.el (sql-mode-menu): Work around missing variable mark-active
7075 in XEmacs.
7076 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7077 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7078 compatibility.
7079
7080 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7081
7082 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7083
7084 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7085
7086 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7087
7088 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7089
7090 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7091 don't support anything else under SCCS yet.
7092
7093 * vc-hooks.el: Minor doc fixes.
7094
7095 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7096
7097 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7098 not necessary. If verbose in state `needs-patch', do the same as
7099 under `up-to-date'. When NOT verbose and `needs-patch', check out
7100 latest version instead of `merge-news'.
7101 (vc-next-action-dired): Don't mess with default-directory here; it
7102 breaks other parts of dired. It is the job of the
7103 backend-specific functions to adjust it temporarily if they need it.
7104 (vc-next-action): Remove a special CVS case.
7105 (vc-clear-headers): New optional arg FILE.
7106 (vc-checkin, vc-checkout): Set properties vc-state and
7107 vc-checkout-time properly.
7108 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7109 (vc-print-log): Use new backend function `show-log-entry'.
7110 (vc-cancel-version): Do the checks in a different order. Added a
7111 FIXME concerning RCS-only code.
7112
7113 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7114 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7115
7116 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7117
7118 * vc-hooks.el (vc-default-mode-line-string): Show state
7119 `needs-patch' as a `-' too.
7120
7121 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7122
7123 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7124 (vc-default-could-register): New function.
7125 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7126 (vc-resynch-buffer): Call vc-dired-resynch-file.
7127 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7128 vc-resynch-buffer instead of vc-resynch-window.
7129 (vc-next-action-dired): Don't redisplay here, that gets done as a
7130 result of the individual file operations.
7131 (vc-retrieve-snapshot): Corrected prompt order.
7132
7133 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7134
7135 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7136 as well.
7137 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7138 hostname regexps. Updated all callers.
7139 (vc-cvs-responsible-p): Handle directories as well.
7140 (vc-cvs-could-register): New function.
7141 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7142 properties up-to-date.
7143
7144 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7145 user whether to create one.
7146
7147 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7148
7149 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7150 check out a non-existing file.
7151
7152 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7153 workfile does not exist.
7154
7155 * vc.el (vc-version-diff): Use `require' to check for existence of
7156 diff-mode.
7157
7158 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7159
7160 * vc-cvs.el (vc-cvs-registered): Use new function
7161 vc-cvs-parse-entry to do the actual work.
7162
7163 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7164
7165 * vc-hooks.el (vc-find-backend-function): If function doesn't
7166 exist, return nil instead of error.
7167 (vc-call-backend): Doc fix.
7168
7169 * vc.el (vc-do-command): Doc fix.
7170 (vc-finish-logentry): When checking in from vc-dired, choose the
7171 right backend for logentry check.
7172 (vc-dired-mode-map): Inherit from dired-mode-map.
7173 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7174 simplified.
7175 (vc-dired-state-info): Removed, updated caller.
7176 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7177 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7178 (vc-dired-listing-switches): New variable.
7179 (vc-directory): Use it, instead of dired-listing-switches.
7180
7181 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7182 (vc-cvs-dir-state): New function.
7183 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7184 (vc-cvs-parse-entry): New function, also to be used in
7185 vc-cvs-registered.
7186
7187 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7190 *or* single-window-frames.
7191
7192 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7193
7194 * vc.el (vc-update-changelog): Split into generic part and default
7195 implementation. Doc string adapted.
7196 (vc-default-update-changelog): New function. Call the `rcs2log'
7197 script in exec-directory, to fix a long-standing nuisance.
7198
7199 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7200 simply signals an error.
7201
7202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7203
7204 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7205 control-flow more clear and to avoid running `cvs' twice.
7206
7207 * vc.el (vc-next-action-on-file): Doc fix.
7208 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7209 (vc-print-log): Eval `file' before constructing the continuation.
7210
7211 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7212
7213 * vc.el (vc-next-action-on-file): Corrected several messages.
7214 (vc-merge): Add prefix arg `merge-news'; handle it.
7215
7216 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7217 is not reached. It is.
7218 (vc-cvs-merge): Set state to 'edited after merge.
7219 (vc-cvs-merge-news): Set workfile version to nil if not known.
7220 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7221
7222 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7223 via stdout. (Merge from main line.)
7224
7225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7226
7227 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7228 detection.
7229
7230 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7231
7232 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7233 against kill-all-local-variables.
7234 (vc-log-edit): Don't save vc-parent-buffer any more.
7235 (vc-last-comment-match): Initialize to an empty string.
7236 (vc-post-command-functions): New hook.
7237 (vc-do-command): Run it.
7238 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7239 (vc-finish-logentry): Only add the comment to the ring if it's
7240 different from the last comment entered.
7241 (vc-new-comment-index): New function.
7242 (vc-previous-comment): Use it. Make the minibuffer message
7243 slightly less terse.
7244 (vc-comment-search-reverse): Make it work forward as well. Don't
7245 set vc-comment-ring-index if no match is found. Use
7246 vc-new-comment-index.
7247 (vc-comment-search-forward): Use vc-comment-search-reverse.
7248 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7249 define-derived-mode will do it for us. Bind `v' to a keymap that
7250 inherits from vc-prefix-map so that we can bind `vt' without
7251 binding C-x v t.
7252 (vc-retrieve-snapshot): Parenthesis typo.
7253
7254 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7255 to 1. Make sure to switch to *vc* before looking for an error
7256 message. Use vc-parse-buffer.
7257
7258 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7259
7260 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7261 and NAME.
7262 (vc-retrieve-snapshot): Split into two parts.
7263 (vc-default-retrieve-snapshot): New function.
7264
7265 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7266 (vc-cvs-retrieve-snapshot): New function (untested).
7267 (vc-cvs-stay-local): Default to t.
7268 (vc-cvs-remote-p): New function and property.
7269 (vc-cvs-state): Stay local only if the above is t.
7270 (vc-handle-cvs): Removed.
7271 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7272 done via vc-handled-backends now.
7273 (vc-cvs-header): Escape Id.
7274
7275 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * vc.el (vc-do-command): Remove unused commands.
7278 (vc-version-diff): Make sure default-directory ends with a slash.
7279 Move the window commands into a vc-exec-after.
7280 (vc-print-log): Move more of the code into the `vc-exec-after'.
7281
7282 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7283
7284 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7285 (vc-print-log): Search current revision from beginning of buffer.
7286 (vc-revert-buffer): Clear echo area after the diff is finished.
7287 (vc-prefix-map): Removed definition of "t" for terse display in vc
7288 dired.
7289 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7290 definition of "vt" for terse display.
7291 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7292
7293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7294
7295 * vc.el (vc-exec-after): Avoid caddr.
7296
7297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7298
7299 * vc.el (vc-exec-after): New function.
7300 (vc-do-command): Use it to add a termination message for async
7301 procs.
7302 (vc-checkout): Try to handle a missing-backend situation.
7303 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7304 of a directory with a backend using async diffs.
7305 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7306 present.
7307
7308 * vc-sccs.el (vc-sccs-state-heuristic): Use
7309 file-ownership-preserved-p.
7310
7311 * vc-rcs.el (vc-rcs-state-heuristic): Use
7312 file-ownership-preserved-p.
7313 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7314
7315 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7316
7317 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7318 vc-do-command.
7319
7320 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7321 when there are no changes.
7322
7323 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7324
7325 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7326
7327 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7328
7329 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7330
7331 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7332
7333 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7334 the `fset' outside of the defvar so that it works even if
7335 vc-prefix-map was already defined.
7336 (vc-setup-buffer): New function, split out of vc-do-command.
7337 (vc-do-command): Allow BUFFER to be t to mean `just use the
7338 current buffer without any fuss'.
7339 (vc-version-diff): Change the `diff' backend operation to just put
7340 the diff in the current buffer without erasing it. Always use
7341 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7342 shrink-window-if-larger-than-buffer.
7343 (vc-print-log): Change the `print-log' backend operation to just
7344 put the log in the current buffer without erasing it. Protect
7345 shrink-window-if-larger-than-buffer.
7346 (vc-update-change-log): Fix setd typo.
7347
7348 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7349 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7350
7351 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7352 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7353 CMP.
7354
7355 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7356 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7357 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7358
7359 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7360
7361 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7362 not possible, use vc-BACKEND-workfile-unchanged-p.
7363 (vc-default-workfile-unchanged-p): New function. Delegates to a
7364 full vc-BACKEND-diff.
7365
7366 * vc-hooks.el (vc-simple-command): Removed.
7367
7368 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7369 instead of vc-simple-command.
7370 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7371 avoid doing a diff when opening a file.
7372 (vc-rcs-state): Added check for unlocked-changes.
7373 (vc-rcs-header): Escape Id.
7374 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7375 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7376 version.
7377
7378 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7379 (vc-sccs-diff): Remove optional arg CMP.
7380 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7381 SCCS-specific function.
7382
7383 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7384 vc-simple-command.
7385
7386 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7387
7388 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7389 (with-vc-file, vc-merge): Use vc-editable-p.
7390 (vc-do-command): Remove unused var vc-file and fix the
7391 doubly-defined `status' var. Add a user message when starting an
7392 async command.
7393 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7394 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7395 Use with-current-buffer.
7396 (vc-buffer-sync): Use unless.
7397 (vc-next-action-on-file): If the file is 'edited by read-only,
7398 make it read-write instead of trying to commit.
7399 (vc-version-diff, vc-update-change-log): Use `setq
7400 default-directory' rather than `cd'.
7401 (vc-log-edit): Don't forget to set default-directory in the
7402 buffer.
7403
7404 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7405 (vc-sccs-state-heuristic): Use file-writable-p instead of
7406 comparing userids.
7407 (vc-sccs-checkout): Use `unless'.
7408
7409 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7410 of comparing userids.
7411 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7412 Simplify the logic by eliminating unreachable code.
7413 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7414 just do a recursive call if we need to retry.
7415 (vc-rcs-checkout): Handle the case where rcs is missing by making
7416 the buffer read-write if requested and re-signalling the error.
7417
7418 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7419
7420 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7421
7422 * vc-hooks.el (vc-handled-backends): Docstring change.
7423 (vc-ignore-vc-files): Mark obsolete.
7424 (vc-registered): Check vc-ignore-vc-files.
7425 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7426 vc-ignore-vc-files.
7427
7428 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7429
7430 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7431
7432 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7433 files since ange-ftp already has vc-registered return nil.
7434
7435 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7436 (vc-sccs-workfile-version): Use with-temp-buffer and new
7437 vc-parse-buffer and don't bother setting the property.
7438 (vc-sccs-add-triple): Use with-current-buffer and
7439 find-file-noselect.
7440 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7441
7442 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7443 derives from the old vc-parse-buffer but uses the revision number
7444 rather than the date (much easier to compare robustly).
7445 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7446 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7447 locking-user more directly. Check strict locking and set
7448 checkout-model appropriately.
7449 (vc-rcs-parse-locks): Remove.
7450 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7451 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7452 (vc-rcs-system-release): Use with-current-buffer and
7453 vc-parse-buffer.
7454 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7455
7456 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7457 (vc-simple-command): Docstring fix.
7458 (vc-registered): Align the way the file-handler is called with the
7459 way the function itself works.
7460 (vc-file-owner): Remove.
7461
7462 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7463 extraction of fields and call to file-attributes because of a
7464 temporary bug in rcp.el.
7465 (vc-cvs-fetch-status): Use with-current-buffer.
7466
7467 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7468
7469 * vc.el (vc-do-command): Use file-relative-name.
7470 (vc-responsible-backend): Use vc-backend if possible.
7471 (vc-create-snapshot): Improve the `interactive' spec. Add support
7472 for branches and dispatch to backend-specific `create-snapshot'.
7473 (vc-default-create-snapshot): New function, containing the bulk of
7474 the old vc-create-snapshot.
7475 (vc-retrieve-snapshot): Improve the interactive spec.
7476
7477 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7478 (vc-backend-hook-functions): Remove.
7479 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7480 (vc-backend): Reintroduce the test for `file = nil' now that I
7481 know why it was there (and added a comment to better remember).
7482
7483 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7484 code from vc-sccs-hooks.el.
7485 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7486 'vc anymore.
7487 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7488 and file-directory-p instead of file-exists-p.
7489 (vc-sccs-check-headers): Simplify the regexp.
7490
7491 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7492 from vc-rcs-hooks.el. Don't require 'vc anymore.
7493 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7494 file-directory-p instead of file-exists-p.
7495
7496 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7497 from vc-cvs-hooks.el.
7498 (proto vc-cvs-registered): Require 'vc-cvs instead of
7499 'vc-cvs-hooks. Don't require 'vc anymore.
7500 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7501 file-directory-p instead of file-exists-p.
7502 (vc-cvs-create-snapshot): New function, replacing
7503 vc-cvs-assign-name.
7504 (vc-cvs-assign-name): Remove.
7505
7506 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * vc-cvs.el (vc-cvs-header): New var.
7509
7510 * vc-rcs.el (vc-rcs-exists): Remove.
7511 (vc-rcs-header): New var.
7512
7513 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7514 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7515 (vc-sccs-header): New var.
7516
7517 * vc.el (vc-do-command): Get rid of the `last' argument.
7518 (vc-header-alist): Remove, replaced by vc-X-header.
7519 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7520 (vc-dired-hook): Use expand-file-name instead of concat.
7521 (vc-directory): Use file-name-as-directory.
7522 (vc-snapshot-precondition, vc-create-snapshot)
7523 (vc-retrieve-snapshot): Allow the command to operate on any
7524 directory.
7525
7526 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7527 just removing the 'WORKFILE argument or by removing the 'MASTER
7528 argument and replacing `file' with (vc-name file).
7529
7530 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * vc.el: Update Copyright and add a crude list of backend funs.
7533 (vc-writable-p): New function.
7534 (with-vc-file): Use vc-writable-p.
7535 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7536 (vc-register): Avoid vc-name.
7537 (vc-locking-user): Remove.
7538 (vc-steal-lock): Make the `owner' arg non-optional.
7539 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7540 vc-checkout-model.
7541 (vc-default-dired-state-info): Use vc-state instead of
7542 vc-locking-user and return special strings for special states.
7543 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7544 and get rid of one of the special CVS cases.
7545 (vc-cancel-version): prettify error message with \\[...].
7546 (vc-rename-master): New function.
7547 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7548 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7549 the CVS special case generic.
7550 (vc-default-record-rename): Remove.
7551 (vc-file-tree-walk-internal): Only call FUNC for files that are
7552 under control of some VC backend and replace `concat' with
7553 expand-file-name.
7554 (vc-file-tree-walk): Update docstring.
7555 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7556 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7557
7558 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7559 vc-sccs-record-rename. Use `find-file-noselect' rather than
7560 `find-file' and call `vc-rename-master' to do the actual move.
7561 (vc-sccs-diff): Remove unused `backend' variable.
7562
7563 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7564 to delay loading of vc-sccs until it is really used.
7565 (vc-sccs-master-templates): Preload.
7566 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7567 (vc-sccs-project-dir): Remove (merged into
7568 vc-sccs-search-project-dir).
7569 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7570 rather than `concat', make sure it is preloaded and don't bother
7571 to check that the file actually exists.
7572 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7573 `locks' argument (use buffer's content instead) and eliminate n^2
7574 behavior.
7575
7576 * vc-rcs.el: Update Copyright.
7577 (vc-rcs-rename-file): New function.
7578 (vc-rcs-diff): Remove unused `backend' variable.
7579
7580 * vc-hooks.el: Update Copyright.
7581 (vc-backend): Don't accept a nil argument any more.
7582 (vc-up-to-date-p): Turn into a defsubst.
7583 (vc-possible-master): New function.
7584 (vc-check-master-templates): Use `vc-possible-master' and allow
7585 funs in vc-X-master-templates to return a non-existent file.
7586
7587 * vc-cvs.el: Update Copyright.
7588 (vc-cvs-diff): Remove unused `backend' variable.
7589 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7590
7591 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7592
7593 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7594
7595 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7596 since it can be called from vc-rcs.el.
7597 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7598
7599 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7600
7601 * vc.el (vc-version-diff): Expand file name read from the
7602 minibuffer. Handle the case when a previous version number can't
7603 be guessed. Give suitable messages when there were no differences
7604 found.
7605 (vc-clear-headers): Call backend-specific implementation, if one
7606 exists.
7607 (vc-cancel-version): Made error checks generic. When done, clear
7608 headers generically, too.
7609
7610 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7611 from vc-clear-headers in vc.el.
7612
7613 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7614 correctly.
7615 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7616 optional. Handle the case when it's not there.
7617
7618 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7619
7620 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7621
7622 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7623
7624 * vc-hooks.el (vc-loadup): Remove.
7625 (vc-find-backend-function): Use `require'. Also, handle the case
7626 where vc-BACKEND-hooks.el doesn't exist.
7627 (vc-call-backend): Cleanup.
7628
7629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7630
7631 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7632 vc-rcs-grab-templates)
7633 (vc-rcs-registered): Remove. The default function works as well.
7634 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7635 vc-sccs-grab-templates)
7636 (vc-sccs-registered): Remove. The default function works as well.
7637
7638 * vc.el (vc-version-diff): Left out a vc- in call to
7639 vc-call-backend.
7640 (vc-default-dired-state-info, vc-default-record-rename)
7641 (vc-default-merge-news): Update for the new backend argument.
7642
7643 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7644 using the default function.
7645 (vc-call-backend): If calling the default function, pass it the
7646 backend as first argument. Update the docstring accordingly.
7647 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7648 for the new backend argument.
7649 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7650 (vc-find-backend-function): Use the new name.
7651 (vc-default-registered): New function.
7652
7653 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7654
7655 * vc.el (vc-merge): Use vc-find-backend-function.
7656
7657 * vc-hooks.el (vc-backend-functions): Remove.
7658 (vc-loadup): Don't setup 'vc-functions.
7659 (vc-find-backend-function): New function.
7660 (vc-call-backend): Use above fun and populate 'vc-functions
7661 lazily.
7662 (vc-backend-defines): Remove.
7663
7664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7665
7666 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7667 Call vc-call-backend without the leading vc-.
7668 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7669 (vc-check-headers): Call vc-call-backend without the leading vc-.
7670 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7671 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7672 Call vc-call-backend without the leading vc-.
7673
7674 * vc-cvs.el (tail): Provide vc-cvs.
7675 * vc-sccs.el (tail): Provide vc-sccs.
7676 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7677
7678 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7679 (vc-make-backend-function, vc-call): Pass names without leading
7680 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7681 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7682 (vc-call-backend): Always try to load vc-X-hooks.
7683 (vc-registered): Remove vc- in call to vc-call-backend.
7684
7685 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * vc.el (vc-process-filter): New function.
7688 (vc-do-command): Setup `vc-process-filter' for the async process.
7689 (vc-maybe-resolve-conflicts): New function to reduce
7690 code-duplication. Additionally, it puts the buffer in
7691 `smerge-mode' if applicable.
7692 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7693 calling `merge-news'.
7694 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7695 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7696 interfacing to log-edit.el.
7697 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7698 log-edit is available.
7699 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7700
7701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7702
7703 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7704 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7705 defvar and the initialization.
7706 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7707
7708 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7709 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7710
7711 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7712
7713 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7714
7715 * vc.el (vc-file-clear-masterprops): Removed.
7716 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7717 (vc-version-diff): Use buffer-size without argument.
7718 (vc-register): Heed vc-initial-comment.
7719
7720 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7721 default branch.
7722
7723 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7724 file name and workfile version.
7725 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7726
7727 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7728 vc-file-clear-masterprops.
7729
7730 * vc-sccs.el (vc-sccs-checkout): Removed call to
7731 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7732 rather than user login name.
7733
7734
7735 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7736
7737 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7738 `want-differences-if-changed' and simplify.
7739 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7740 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7741 output (which is invalid for async vc-diff) to decide whether to
7742 do the revert silently or not.
7743
7744 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7745
7746 * vc-hooks.el (vc-loadup): Load files quietly.
7747 (vc-call-backend): Oops, brain fart.
7748
7749 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7750
7751 * vc-cvs.el (vc-cvs-state): Typo.
7752 (vc-cvs-merge-news): Return the status code rather than the error msg.
7753
7754 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7755
7756 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7757 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7758 vc-state or vc-up-to-date-p.
7759 (vc-merge): Use vc-backend-defines to check whether merging is
7760 possible. Set state to 'edited after successful merge.
7761
7762 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7763 return that name. Redocumented.
7764
7765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7766
7767 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7768 new `vc-state' semantics.
7769 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7770 'vc-locking-user to the current user.
7771 (vc-merge): Inline vc-backend-merge. Comment out code that I
7772 don't understand and hence can't adapt to the new `vc-state' and
7773 `vc-locking-user' semantics.
7774 (vc-backend-merge): Remove.
7775
7776 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7777 rather than 'vc-locking-user.
7778
7779 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7780
7781 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7782 (vc-state): Don't use 'reserved any more. Just use the same
7783 convention as the one used for vc-<backend>-state where the
7784 locking user (as a string) is returned.
7785 (vc-locking-user): Update, based on the above convention. The
7786 'vc-locking-user property has disappeared.
7787 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7788
7789 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7790 with a heuristic one.
7791 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7792 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7793 error. That allows us to get to 'needs-merge even in the
7794 stay-local case. There's still no way to detect 'needs-patch in
7795 such a setup (or to force an update for that matter).
7796 (vc-cvs-logentry-check): Remove, the default works as well.
7797
7798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7799
7800 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7801
7802 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7803 major-mode in which the buffer might have been put earlier. Use
7804 `remove' and `when'. Allow `okstatus' to be `async' and use
7805 `start-process' in this case.
7806 (vc-version-diff): Handle the case where the diff looks empty
7807 because of the use of an async process.
7808
7809 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7810
7811 * vc.el (vc-next-action-on-file): Removed optional parameter
7812 `simple'. Recompute state unconditionally.
7813 (vc-default-toggle-read-only): Removed.
7814
7815 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7816 (vc-toggle-read-only): Undid prev change.
7817
7818 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7819 vc-cvs-simple-toggle. Redocumented.
7820 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7821 (vc-cvs-toggle-read-only): Removed.
7822
7823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7824
7825 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7826 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7827 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7828 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7829 still is. So maybe it should be removed.
7830 (vc-head-version, vc-find-binary): Remove.
7831 (vc-recompute-state): Move from vc-hooks.el.
7832 (vc-next-action-on-file): Add a `simple' argument to allow
7833 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7834 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7835 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7836 (vc-dired-mode-map): Properly defvar it.
7837 (vc-print-log): Call log-view-mode if available.
7838 (small-temporary-file-directory): defvar instead of use boundp.
7839 (vc-merge-news): Moved to vc-cvs.el.
7840 (vc-default-merge-news): New function.
7841
7842 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7843 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7844 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7845 unknown `vc-latest-version' function. It should probably refer to
7846 vc-workfile-version or somesuch, but it's very unclear to me and I
7847 don't have SCCS to test things.
7848
7849 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7850 (vc-sccs-state-heuristic): Fix typo.
7851 (vc-sccs-workfile-unchanged-p): Add missing argument.
7852
7853 * vc-rcs.el: Require vc and vc-rcs-hooks.
7854 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7855 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7856 (vc-release-greater-or-equal-p): Move from vc.
7857 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7858 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7859 (vc-rcs-checkout): Add a missing `new-version' argument in the
7860 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7861
7862 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7863 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7864 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7865 than the apparently unbound `workfile-version'.
7866
7867 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7868 (vc-file-prop-obarray): Use `make-vector'.
7869 (vc-backend-functions): Add new hookable functions
7870 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7871 (vc-loadup): If neither backend nor default functions exist, use
7872 the backend function rather than nil.
7873 (vc-call-backend): If the function if not bound yet, try to load
7874 the non-hook file to see if it provides it.
7875 (vc-call): New macro plus use it wherever possible.
7876 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7877 nor `vc-find-binary' since it's only called from
7878 vc-mistrust-permission which is only used once the backend is known.
7879 (vc-checkout-model): Fix parenthesis.
7880 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7881
7882 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7883 (vc-cvs-release, vc-cvs-system-release): Remove.
7884 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7885 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7886 status symbols.
7887 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7888 (vc-cvs-toggle-read-only): First cut at a function to allow a
7889 cvs-status-free vc-toggle-read-only.
7890 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7891 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7892 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7893 (vc-cvs-checkout): Modify access rights directly if the user
7894 requested not to use `cvs edit'. And refresh the mode line.
7895
7896 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7897 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7898
7899 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7900
7901 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7902 workfile' that got lost when the code was extracted from vc.el.
7903 And merged the tail with the rest of the code (not possible in the
7904 old vc.el where the tail was shared among all backends). And
7905 explicitly set the state to 'edited if `writable' is set.
7906
7907 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7908 (vc-cvs-state): Be careful to return the value from
7909 vc-cvs-parse-state.
7910 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7911 property but return it instead. Also be careful to handle a nil
7912 or "" `rev' when workfile is non-nil (it was handled properly when
7913 workfile was nil).
7914
7915 * vc.el: Removed those pesky unnecessary `(function' quotes.
7916 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7917 directly in the defvar.
7918 (vc-do-command): Bind inhibit-read-only so as to properly handle
7919 the case where the destination buffer has been made read-only.
7920 (vc-diff): Delegate to vc-version-diff in all cases.
7921 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7922 (vc-annotate-mode-variables): Removed (code moved partly to
7923 defvars and partly to vc-annotate-add-menu).
7924 (vc-annotate-mode): Turned into a derived-mode.
7925 (vc-annotate-add-menu): Moved in code in
7926 vc-annotate-mode-variables.
7927 (vc-update-change-log): Use make-temp-file if available.
7928
7929 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7930
7931 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7932 `vc-checkout-model' updated to `vc-cvs-update-model'.
7933
7934 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7935
7936 * vc.el (vc-next-action-on-file): Added handling of state
7937 `unlocked-changes'.
7938 (vc-checkout-carefully): Is now practically obsolete, unless the
7939 above is too slow to be enabled unconditionally.
7940 (vc-update-change-log): Fixed typo.
7941
7942 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7943
7944 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7945 Now handles state `unlocked-changes'.
7946 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7947
7948 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7949
7950 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7951 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7952 `unlocked-changes'.
7953 (vc-rcs-workfile-unchanged-p): Renamed from
7954 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7955 function yet, but supposed to become one soon.
7956
7957 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7958 `vc-steal-lock'.
7959 (vc-call-backend): Changed error message.
7960 (vc-state): Added description of state `unlocked-changes'.
7961
7962 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7963
7964 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7965 always return t in CVS-controlled directories.
7966
7967 * vc.el (vc-responsible-backend): New function.
7968 (vc-register): Largely rewritten.
7969 (vc-admin): Removed (implementation moved into vc-register).
7970 (vc-checkin): Redocumented.
7971 (vc-finish-logentry): If no backend defined yet (because we are in
7972 the process of registering), use the responsible backend.
7973
7974 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7975 Updated function lists.
7976 (vc-call-backend): Fixed typo.
7977
7978 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7979 New functions.
7980 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7981 Removed query option. Redocumented.
7982
7983 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7984
7985 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7986
7987 * vc.el: Updated callers of `vc-checkout-required' to use
7988 `vc-checkout-model'.
7989
7990 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7991
7992 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7993 stuff updated to reference this function instead of the old
7994 `vc-backend-release-p'.
7995
7996 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7997
7998 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7999 vc-checkout-model. Return appropriate values. Updated callers.
8000
8001 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8002
8003 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8004 (vc-backend-revert): Function moved into `vc-revert';
8005 `vc-next-action' must be updated to accomodate this change.
8006 (vc-backend-steal): Function moved into `vc-finish-steal'.
8007 (vc-backend-logentry-check): Function moved into
8008 `vc-finish-logentry'.
8009 (vc-backend-printlog): Function moved into `vc-print-log'.
8010 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8011 (vc-backend-assign-name): Function moved into
8012 `vc-create-snapshot'.
8013
8014 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8015
8016 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8017 Rename to vc-checkout-model. Return appropriate values.
8018 Update callers.
8019
8020 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8021 to vc-checkout-model.
8022 (vc-checkout-required): Rename to vc-checkout-model.
8023 Re-implement and re-comment.
8024 (vc-after-save): Use vc-checkout-model.
8025
8026 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8027
8028 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8029 Update to use the vc-BACKEND-diff functions instead.
8030 `vc-diff' is now working.
8031
8032 * vc-rcs.el (vc-rcs-logentry-check): New function.
8033
8034 * vc-cvs.el (vc-cvs-logentry-check): New function.
8035
8036 * vc-sccs.el (vc-sccs-diff): Function changed name from
8037 `vc-backend-diff'. This makes `vc-diff' work.
8038
8039 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8040 of functions possibly implemented in a vc-BACKEND library.
8041 (vc-checkout-required): Fix bug that caused an error to be
8042 signaled during `vc-after-save'.
8043
8044 * vc.el: Fix typo.
8045 This checkin is made with our new VC code base for the very first time.
8046 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8047
8048 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8049 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8050
8051 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8052 updated to `vc-uses-locking'.
8053 (vc-checkout-required): Call to backend function.
8054 `vc-checkout-required' updated to `vc-uses-locking' instead.
8055
8056 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8057 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8058
8059 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8060 to match the split into various backends.
8061 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8062 (vc-retrieve-snapshot): Bug fix.
8063
8064 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8065
8066 * vc-sccs.el (vc-sccs-release): Doc fix.
8067
8068 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8069
8070 * vc.el (vc-next-action-on-file): Bug found and fixed.
8071 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8072 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8073
8074 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8075 (vc-rcs-checkout): Name space cleaned up. No more revision number
8076 crunching function names that are not prefixed with vc-rcs.
8077 (vc-rcs-checkout-model): Function added. References to
8078 `vc-checkout-model' replaced.
8079
8080 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8081
8082 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8083 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8084 still need to be split, and implemented for RCS).
8085
8086 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8087
8088 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8089
8090 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8091 required by the vc.el file.
8092
8093 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8094 required by the vc.el file.
8095 (vc-rcs-exists): Function added.
8096
8097 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8098 required by the vc.el file.
8099
8100 * vc.el (vc-admin): Updated to handle selection of appropriate
8101 backend. Current implementation is crufty and need re-thinking.
8102
8103 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8104
8105 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8106
8107 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8108 beginning of annotate buffers correctly.
8109
8110 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8111 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8112 functionality updated quite a lot to support multiple backends.
8113 Variables `vc-annotate-mode', `vc-annotate-buffers',
8114 `vc-annotate-backend' added.
8115
8116 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8117 `vc-annotate-difference' added to supported backend functions.
8118
8119 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8120
8121 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8122 Use with-temp-file instead of /bin/sh. Merged from mainline
8123
8124 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8125
8126 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8127
8128 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8129
8130 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8131
8132 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8133
8134 * vc-hooks.el: vc-state-heuristic added to
8135 vc-backend-hook-functions.
8136
8137 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8138
8139 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8140
8141 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8142 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8143 state to `reserved'.
8144
8145 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8146 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8147
8148 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8149
8150 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8151 untouched.
8152
8153 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8154
8155 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8156 if defined. (Merged from main line, slightly adapted.)
8157
8158 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8159 millenium problem (merged from mainline).
8160
8161 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8162
8163 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8164 part and moved the non-BACKEND stuff to vc.el.
8165
8166 * vc.el: Split the annotate feature into a BACKEND specific part
8167 and moved it from the vc-cvs.el file to this one.
8168
8169 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8170
8171 * vc-hooks.el: Implement new state model.
8172 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8173 (vc-locking-user): Simplify. Now only needed if the file is
8174 locked by somebody else.
8175 (vc-lock-from-permissions): Remove. Functionality is in
8176 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8177 (vc-mode-line-string): New name for former vc-status. Adapted.
8178 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8179
8180 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8181 Various simplifications and adaptations all over the place.
8182
8183 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8184 Simplify and adapt the rest.
8185
8186 * vc.el (vc-resynch-window): Add TODO comment: check for
8187 interaction with view mode according to recent RCS change.
8188 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8189
8190 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8191
8192 * vc.el: Convert the remaining function comments to docstrings.
8193
8194 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8195
8196 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8197 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8198 (vc-minor-part, vc-previous-version): Functions that operate and
8199 compare revision numbers got proper documentation. Comments added
8200 about their possible removal.
8201
8202 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8203
8204 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8205 the vc-backend.el files.
8206
8207 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8208
8209 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8210 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8211 (vc-rcs-previous-version): Functions added.
8212
8213 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8214
8215 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8216
8217 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8218
8219 * vc-hooks.el (vc-master-templates): Is really obsolete.
8220 Comment out the definition for now. What is the right procedure
8221 to get rid of it?
8222 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8223 rewritten.
8224 (vc-default-registered): Remove.
8225 (vc-check-master-templates): New function; does mostly what the
8226 above did before.
8227 (vc-locking-user): Don't rely on the backend to set the property.
8228
8229 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8230 Rewrite documentation.
8231 (vc-rcs-templates-grabbed): New variable.
8232 (vc-rcs-grab-templates): New function.
8233 (vc-rcs-registered): Rewrite to use above mechanism.
8234
8235 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8236 Rewrite documentation.
8237 (vc-sccs-templates-grabbed): New variable.
8238 (vc-sccs-grab-templates): New function.
8239 (vc-sccs-registered): Rewrite to use above mechanism.
8240 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8241 Don't throw the result, simply return it.
8242
8243 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8244 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8245 (vc-cvs-registered): Does the check itself now. Simplify.
8246
8247 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8248 from main line.
8249
8250 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8251
8252 * vc-cvs.el (vc-cvs-diff): New function.
8253
8254 * vc-sccs.el (vc-sccs-diff): New function.
8255
8256 * vc-rcs.el (vc-rcs-diff): New function.
8257 (vc-rcs-checkout): Bug (typo) found and fixed.
8258 (vc-rcs-register-switches): New variable.
8259
8260 * vc.el (vc-backend-diff): Function removed and placed in the
8261 backend files.
8262
8263 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8264
8265 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8266
8267 * vc.el (vc-backend-checkout): Function removed and replaced in
8268 the vc-backend.el files.
8269
8270 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8271
8272 * vc.el (vc-backend-admin): Removed and replaced in the
8273 vc-backend.el files.
8274
8275 * vc.el (Martin): Removed all the annotate functionality since it
8276 is CVS backend specific.
8277
8278 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8279
8280 * spec.txt: Added specification of vc-state.
8281
8282 * vc-sccs-hooks.el (vc-sccs-master-properties):
8283 Remove handling of vc-latest-version and
8284 vc-your-latest-version. What used to be vc-latest-version, is now
8285 returned as vc-workfile-version.
8286 (vc-sccs-workfile-version): Adapt.
8287
8288 2000-09-04 Dave Love <fx@gnu.org>
8289
8290 * vc.el: [Merged from mainline.]
8291 (vc-dired-mode): Make the dired-move-to-filename-regexp
8292 regexp match the date, to avoid treating date as file size.
8293 Add YYYY S option to WESTERN/
8294
8295 2000-09-04 Dave Love <fx@gnu.org>
8296
8297 * vc.el: Require `compile' when compiling.
8298 (vc-logentry-check-hook): New option.
8299 (vc-steal-lock): Use compose-mail.
8300 (vc-dired-mode-map): Defvar when compiling.
8301 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8302 vc-sccs.el and renamed. Callers changed.
8303 (vc-backend-checkout, vc-backend-logentry-check)
8304 (vc-backend-merge-news): Doc fix.
8305 (vc-default-logentry-check): New function.
8306 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8307 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8308 (vc-backend-merge): Doc fix. Use backend functions.
8309 (vc-check-headers): Use backend functions.
8310
8311 * vc-cvs.el: Require vc when compiling.
8312 (vc-cvs-register-switches): Doc fix.
8313 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8314 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8315 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8316 New functions (code from vc.el).
8317 (vc-annotate-display-default): Fix interactive spec.
8318 (vc-annotate-time-span): Doc fix.
8319
8320 * vc-rcs.el: Require vc when compiling.
8321 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8322 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8323 (vc-rcs-checkin): New functions (code from vc.el).
8324 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8325 Doc fix.
8326 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8327
8328 * vc-sccs.el: Require vc when compiling.
8329 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8330 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8331 (vc-sccs-revert)
8332 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8333 from vc.el).
8334 (vc-sccs-add-triple, vc-sccs-record-rename)
8335 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8336 (vc-sccs-admin): Doc fix.
8337
8338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8339
8340 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8341 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8342 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8343 from vc.el.
8344
8345 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8346
8347 * vc-cvs.el: Moved the annotate functionality from vc.el.
8348 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8349
8350 2000-09-04 Dave Love <fx@gnu.org>
8351
8352 * vc.el (vc-backend-release): Call vc-system-release.
8353
8354 * vc-sccs.el (vc-sccs-system-release):
8355 Renamed from vc-sccs-backend-release.
8356
8357 * vc-rcs.el (vc-rcs-system-release):
8358 Renamed from vc-rcs-backend-release.
8359
8360 * vc-cvs.el (vc-cvs-system-release):
8361 Renamed from vc-cvs-backend-release.
8362
8363 2000-09-04 Dave Love <fx@gnu.org>
8364
8365 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8366 backend files.
8367 (vc-backend-release): Dispatch to backend functions.
8368 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8369 probably needs attention.]
8370
8371 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8372 (vc-sccs-backend-release): New function.
8373
8374 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8375 (vc-cvs-backend-release): New function.
8376
8377 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8378 Doc fix.
8379 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8380 (vc-default-dired-state-info): New function.
8381 (vc-dired-state-info): Dispatch to backends.
8382 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8383
8384 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8385 from vc.el and renamed.
8386
8387 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8388
8389 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8390 (vc-version-other-window, vc-backend-assign-name): Removed
8391 references to vc-latest-version; sometimes changed into
8392 vc-workfile-version.
8393
8394 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8395 vc-rcs-master-workfile-version.
8396 (vc-rcs-workfile-version): Use the above. Don't call
8397 vc-latest-version (that was unreachable code, anyway).
8398 (vc-rcs-fetch-master-properties): Doc fix.
8399
8400 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8401 (vc-backend-hook-functions): Removed them from this list, too.
8402 (vc-fetch-properties): Removed.
8403 (vc-workfile-version): Doc fix.
8404
8405 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8406 (vc-rcs-workfile-version, vc-rcs-locking-user)
8407 (vc-rcs-uses-locking): Use it.
8408
8409 * vc-hooks.el (vc-consult-rcs-headers):
8410 Moved into vc-rcs-hooks.el, under the name
8411 vc-rcs-consult-headers.
8412
8413 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8414 headers.
8415 (vc-cvs-find-master): Use this name only; correct different
8416 versions of the name.
8417
8418 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8419 New functions.
8420 (vc-sccs-locking-user): Use the latter.
8421
8422 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8423 New functions.
8424
8425 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8426 Moved into both
8427 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8428 functions are implementation details of those two backends.
8429
8430 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8431
8432 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8433 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8434
8435 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8436 (vc-sccs-parse-locks): SCCS-specific code moved here from
8437 vc-hooks.
8438
8439 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8440 code moved here from vc-hooks.
8441
8442 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8443 into back-end specific parts and removed. Callers not updated
8444 yet; because I guess these callers will disappear into back-end
8445 specific files anyway.
8446
8447 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8448
8449 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8450 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8451 `vc-uses-locking'.
8452
8453 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8454 Store yes/no in the property, and return t/nil. Updated all
8455 callers.
8456
8457 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8458 vc-sccs-uses-locking. Don't set property.
8459 (vc-sccs-locking-user): Don't set property.
8460
8461 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8462 vc-cvs-uses-locking. Don't set property here; leave that to
8463 vc-hooks.
8464 (vc-cvs-locking-user): Reflect above change. Streamlined.
8465
8466 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8467 vc-rcs-uses-locking.
8468 (vc-rcs-locking-user): Reflect above change.
8469
8470 2000-09-04 Dave Love <fx@gnu.org>
8471
8472 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8473
8474 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8475
8476 * vc-hooks.el (vc-checkout-model): Punt to backends.
8477
8478 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8479
8480 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8481
8482 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8483 New functions.
8484
8485 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8486 New functions.
8487
8488 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8489 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8490
8491 * vc-hooks.el (vc-default-locking-user): New function.
8492 (vc-locking-user, vc-workfile-version): Punt to backends.
8493
8494 2000-09-04 Dave Love <fx@gnu.org>
8495
8496 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8497 (vc-master-workfile-version): Moved from vc-hooks.
8498
8499 * vc-rcs-hooks.el: Fix duplicate code in last change.
8500
8501 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8502 (vc-rcs-master-templates): Improve :type.
8503 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8504 vc-master-workfile-version): Moved from vc-hooks.
8505
8506 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8507 (vc-sccs-master-templates): Improve :type.
8508 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8509
8510 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8511
8512 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8513 (vc-cvs-master-templates): Improve :type. Use
8514 vc-cvs-find-cvs-master.
8515 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8516 from vc-hooks.
8517 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8518
8519 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8520 Moved to vc-cvs-hooks.
8521
8522 * vc-hooks.el: Add doc strings in various places. Simplify the
8523 minor mode setup.
8524 (vc-handled-backends): New user variable.
8525 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8526 simplification.
8527
8528 2000-09-04 Dave Love <fx@gnu.org>
8529
8530 * vc.el: Some doc fixes for autoloaded and interactive functions.
8531 Fix compilation warnings from ediff stuff.
8532 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8533
8534 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8535
8536 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8537
8538 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8539
8540 2000-09-04 Dave Love <fx@gnu.org>
8541
8542 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8543 New variable.
8544 (vc-make-backend-function, vc-loadup, vc-call-backend)
8545 (vc-backend-defines): New functions.
8546
8547 * vc-hooks.el: Various doc fixes.
8548 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8549 (vc-match-substring): Function removed. Callers changed to use
8550 match-string.
8551 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8552 Simplify.
8553
8554 2000-09-04 Dave Love <fx@gnu.org>
8555
8556 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8557 type.
8558 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8559 (vc-sccs-registered): Doc fix.
8560
8561 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8562 (vc-cvs-registered): Doc fix.
8563
8564 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8565 (vc-rcs-registered): Doc fix.
8566
8567 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8568
8569 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8570
8571 * vc-hooks.el: vc-registered has been renamed
8572 vc-default-registered. Some functions have been moved to the
8573 backend specific files. they all support the
8574 vc-BACKEND-registered functions.
8575
8576 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8577
8578 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8579
8580 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8581
8582 2000-09-04 Dave Love <fx@gnu.org>
8583
8584 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8585 menu-bar-update-hook.
8586
8587 * help.el (help-manyarg-func-alist): Add
8588 find-operation-coding-system.
8589
8590 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8591
8592 * custom.el (custom-set-variables): Print message about errors in
8593 setting.
8594
8595 2000-09-03 Andrew Innes <andrewi@gnu.org>
8596
8597 * makefile.w32-in: Change to DOS line endings.
8598
8599 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8600
8601 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8602 minor-mode keymaps, if they don't have one.
8603
8604 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8605
8606 * eshell/esh-module.el (eval-when-compile): Don't lose if
8607 esh-module.el's file name is truncated to DOS 8+3 limits.
8608
8609 2000-09-01 John Wiegley <johnw@gnu.org>
8610
8611 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8612 predicate, which caused entries in the completion list to be
8613 doubled.
8614
8615 2000-08-30 John Wiegley <johnw@gnu.org>
8616
8617 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8618 sending to subprocesses. Also, hook pre-command-hook if
8619 `eshell-send-direct-to-subprocesses' is non-nil.
8620 (eshell-send-direct-to-subprocesses): New config variable. If t,
8621 subprocess input is send immediately.
8622 (eshell-toggle-direct-send): New function.
8623 (eshell-self-insert-command): New function.
8624 (eshell-intercept-commands): New function.
8625 (eshell-send-input): If direct subprocess sending is enabled,
8626 don't echo any input to the Eshell buffer. Let the subprocess
8627 handle that. This requires "stty echo" in bash, for example.
8628
8629 2000-08-28 John Wiegley <johnw@gnu.org>
8630
8631 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8632 completion function for Eshell's implementation of `unset'.
8633
8634 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * info.el (Info-directory-list): Doc fix.
8637
8638 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8639
8640 * filecache.el (file-cache-add-directory-using-find): Don't quote
8641 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8642
8643 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8644
8645 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8646 coding systems.
8647
8648 2000-08-30 Andrew Innes <andrewi@gnu.org>
8649
8650 * timer.el (run-with-idle-timer): Undo last change, so that timer
8651 is not activated immediately if Emacs is already idle. Some
8652 existing code relies on this behaviour.
8653
8654 2000-08-30 Miles Bader <miles@gnu.org>
8655
8656 * frame.el (set-frame-font): Do completion of font-name for
8657 interactive use.
8658
8659 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8660
8661 * international/quail.el (quail-start-translation): Bind locally
8662 last-command-event, last-command, and this-command.
8663 (quail-start-conversion): Likewise.
8664 (quail-self-insert-command): Fix docstring.
8665
8666 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8667
8668 * progmodes/executable.el
8669 (executable-make-buffer-file-executable-if-script-p): Check that
8670 buffer contains at least 2 characters.
8671
8672 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8673
8674 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8675
8676 2000-08-29 Dave Love <fx@gnu.org>
8677
8678 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8679 (diff-mode-shared-map): Bind mouse-2.
8680 (diff-imenu-generic-expression): New variable.
8681 (diff-mode): Use it.
8682
8683 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8684 (mouse-popup-menubar): Add minor mode menus.
8685 (popup-menu): Check for lookup-key returning number.
8686
8687 2000-08-29 Miles Bader <miles@gnu.org>
8688
8689 * comint.el (comint-send-input): Create overlays using the proper
8690 front/read-advance arguments.
8691
8692 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8693
8694 * ps-print.el: Even/odd pages printing. Doc fix.
8695 (ps-print-version): New version number (6.0).
8696 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8697 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8698 (ps-print-duplex-feature): Variable eliminated.
8699 (ps-even-or-odd-pages): New variable.
8700
8701 * progmodes/ebnf2ps.el: Doc fix.
8702 (ebnf-version): New version (3.3).
8703 (ebnf-user-arrow): Change variable customization to sexp.
8704 (ebnf-user-arrow): Function eliminated.
8705 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8706
8707 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8708
8709 * help.el (help-xref-mule-regexp): New variable.
8710 (help-make-xrefs): Handle help-xref-mule-regexp.
8711
8712 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8713 variable.
8714 (describe-input-method): Temporarily activate the specfied input
8715 method to display the information.
8716 (describe-language-environment): Hyperlinks to mule related items.
8717
8718 * international/mule-diag.el (charset-multibyte-form-string): New
8719 function.
8720 (list-character-sets-1): Use charset-multibyte-form-string.
8721 (describe-character-set): New function.
8722 (describe-coding-system): Hyperlinks to safe character sets.
8723
8724 * international/quail.el (quail-help): New arg PACKAGE.
8725 Hyperlinks to mule related items.
8726 (quail-help-insert-keymap-description): Use
8727 substitute-command-keys instead of describe-bindings.
8728 (quail-translation-help): Hyperlinks to mule related items.
8729
8730 2000-08-28 John Wiegley <johnw@gnu.org>
8731
8732 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8733 have a defsubst call itself. Made `eshell-flatten-list' back into
8734 a function again.
8735
8736 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8737 catch, in case re-centering point at bottom messes up the display.
8738 This happens frequently in Emacs 21, due I believe to variable
8739 line heights.
8740
8741 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8742 to call `find-tag-interactive'.
8743
8744 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8745 the list of remember directories.
8746
8747 2000-08-28 John Wiegley <johnw@gnu.org>
8748
8749 * align.el: Test align-region-separate to see if it's a symbol.
8750
8751 2000-08-28 John Wiegley <johnw@gnu.org>
8752
8753 * eshell/esh-util.el (eshell-flatten-list): Made this function
8754 into a defsubst form. It gets used very frequently, although
8755 calls don't occur all that often.
8756
8757 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8758 examining it.
8759
8760 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8761 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8762 `eshell-protect'.
8763 (eshell-copy-handles): Created a new macro for duplicating the
8764 current set of open handles. This is needed by the looping
8765 functions.
8766 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8767 is not incorrectly stomped on.
8768
8769 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8770 declaration for pcomplete-use-paring.
8771 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8772 value of eshell-cmpl-use-paring.
8773 * pcomplete.el (pcomplete-use-paring): New config variable, to
8774 indicate whether paring should be used.
8775 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8776 completion alternatives that have already been used.
8777
8778 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8779 bound to C-c C-y, which will repeat the previous N arguments
8780 (based on prefix argument).
8781 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8782
8783 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8784 if there is no *Help* buffer. This is for XEmacs, which renames
8785 its help buffers uniquely. TODO: Find out what the current buffer
8786 name to delete is.
8787
8788 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8789 first entry that correlates to a passwd/group number. Later
8790 entries (used for group/user name aliasing to multiple IDs) are
8791 ignored.
8792
8793 * eshell/em-xtra.el (eshell/expr):
8794 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8795 (eshell-grep, eshell/diff, eshell/locate):
8796 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8797 argument list, before passing it to the system command.
8798
8799 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8800 `find-tag' for use at final position in Eshell buffers (which
8801 otherwise triggers an error on Emacs 21).
8802 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8803 buffer, if it is currently bound to `find-tag'.
8804
8805 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8806 in the list of matched Makefile names.
8807 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8808 directory, prefer its contents to Makefile.
8809
8810 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8811 directory parts (like "cd old new", or "cd =regexp"), are now case
8812 sensitive on non-Windows/DOS platforms.
8813
8814 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8815 types RET after an open delimiter (like "), display a message
8816 indicating that Eshell is waiting for the closing delimiter.
8817
8818 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8819 environment variables.
8820
8821 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8822 gracefully if the user enters incorrect arguments.
8823
8824 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8825 Eshell buffers.
8826
8827 * eshell/esh-var.el (eshell-interpolate-variable):
8828 * eshell/esh-mode.el (eshell-move-argument):
8829 * eshell/em-unix.el (eshell-du-sum-directory):
8830 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8831 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8832 (not (= ...)).
8833
8834 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8835 to ensure the `preserve' flag gets propagated when doing recursive
8836 directory copies.
8837
8838 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8839
8840 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8841 Don't convert \n into \0177 in memory.
8842 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8843 and back again, when reading and writing.
8844
8845 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8846
8847 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8848 testing of `fboundp' on `processp'.
8849
8850 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8851 (eshell/jobs): Don't call process-list if it is not bound.
8852 (eshell-gather-process-output): Support systems where async
8853 subprocesses aren't supported.
8854 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8855 variables.
8856
8857 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8858 eshell-do-eval returns t.
8859 (eshell-do-pipelines-synchronously): New defmacro.
8860 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8861 when async subprocesses aren't supported.
8862 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8863 if async subprocesses aren't supported.
8864 (eshell-resume-command): Don't assume STATUS is a string.
8865
8866 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8867
8868 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8869 (eshell-close-target, eshell-get-target): Use eshell-processp.
8870 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8871 fix.
8872 (eshell-get-target, eshell-create-handles): Doc fix.
8873
8874 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8875
8876 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8877 criterion to include commands that output something, as long as it
8878 leaves both the command and the end-of-buffer visible when the
8879 command has exited.
8880 (eshell-review-quick-commands): Adjust the help doc string
8881 accordingly.
8882
8883 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8884
8885 * locate.el (locate): Cleaned up locate command's interactive prompting
8886 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8887
8888 * filecache.el (file-cache-case-fold-search): New variable
8889 (file-cache-assoc-function): New variable
8890 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8891 Use file-cache-case-fold-search variable
8892 (file-cache-add-file): Use file-cache-assoc-function
8893 (file-cache-delete-file): likewise
8894 (file-cache-directory-name): likewise
8895 (file-cache-debug-read-from-minibuffer): likewise
8896
8897 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8898
8899 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8900 (abbrev-table-name): New function.
8901 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8902 If non-nil list local abbrev, only.
8903
8904 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8905
8906 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8907 from Gnus support code, and use special article copy buffer
8908 `(gnus-original-article-buffer)' instead. This allows to get rid
8909 of article-hide-headers usage (which breaks in the latest Gnus
8910 version). Thanks to Detlev Zundel.
8911
8912 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8913
8914 * international/quail.el (quail-use-package): Hide "... loaded"
8915 message.
8916 (quail-start-translation, quail-start-conversion): Likewise.
8917
8918 * international/kkc.el (kkc-region): Hide "... loaded" message.
8919
8920 2000-08-27 Dave Love <fx@gnu.org>
8921
8922 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8923
8924 2000-08-27 Miles Bader <miles@gnu.org>
8925
8926 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8927
8928 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8929
8930 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8931 'ja-dic-cnv), not (require 'skkdic-cnv).
8932
8933 2000-08-26 Miles Bader <miles@gnu.org>
8934
8935 * faces.el (face-x-resources): Add entry for :inherit.
8936 * cus-face.el (custom-face-attributes): Add support for :inherit
8937 attribute. Add support for relative face heights.
8938 (custom-face-attributes-get): Treat `nil' as being a default value
8939 for :inherit (as well as `unspecified').
8940
8941 * faces.el (set-face-attribute): Update doc string.
8942 (face-attribute-name-alist): Add :inherit.
8943 (face-valid-attribute-values): Handle :inherit.
8944 (face-read-string): Rephrase prompt to be less confusing.
8945 Assume that DEFAULT is a string, since we must return a string.
8946 (face-read-integer): Use `format' to turn DEFAULT into an
8947 acceptable default for face-read-string. Match NEW-VALUE against
8948 the string "unspecified", not the symbol `unspecified', since
8949 that's what face-read-string returns.
8950 (read-face-attribute): Lookup a name for old-value in valid, and
8951 use it as a default if we find one. Treat all values from
8952 face-read-string as strings. If the default is used, don't do any
8953 more processing on the value, just use the old value directly.
8954 (read-face-and-attribute, modify-face): Tweak prompt.
8955 (read-face-name): Don't assume prompt ends with a space.
8956
8957 * faces.el (describe-face): Add support for :inherit attribute.
8958
8959 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8960
8961 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8962 concat doesn't accept interger.
8963
8964 * international/kkc.el: Remove SKK from Keywords. Require
8965 ja-dic-utl instead of skkdic-utl.
8966
8967 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8968 Provide ja-dic-cnv instead of skkdic-cnv.
8969 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8970 (iso-2022-7bit-short): Add safe-charsets property.
8971 (skkdic-convert-postfix): Search Japanese chou-on character in
8972 addition to Hiragana character.
8973 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8974 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8975 (batch-skkdic-convert): Likewise.
8976
8977 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8978 Provide ja-dic-utl instead of skkdic-utl.
8979 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8980
8981 2000-08-24 Dave Love <fx@gnu.org>
8982
8983 * disp-table.el (standard-display-default): Make the test of `l'
8984 useful.
8985
8986 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8987 mod sample text.
8988
8989 * international/iso-ascii.el: Make pilcrow convenient string
8990 consistent with section.
8991 (iso-ascii-display): Set up multibyte characters as well as
8992 unibyte.
8993
8994 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/mule-cmds.el (reset-language-environment): Set
8997 default-process-coding-system to '(undecided . iso-latin-1), which
8998 makes process I/O almost consistent with file I/O. Call this
8999 function when mule-cmds.el[c] is loaded.
9000
9001 2000-08-22 Andrew Innes <andrewi@gnu.org>
9002
9003 * makefile.w32-in: New file.
9004
9005 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9006
9007 * comint.el (comint-output-filter): Compare end of
9008 comint-last-output-overlay with the start of the newly inserted
9009 text, not the end, when deciding whether to extend it.
9010 Set saved-point's insertion type to advance after insertion.
9011
9012 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9013 since this is now done independently of font-lock mode.
9014
9015 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9016
9017 * server.el (server-kill-new-buffers): New user option.
9018 (server-existing-buffer): New buffer-local variable.
9019 (server-visit-files): When using an existing buffer, set
9020 server-existing-buffer to t.
9021 (server-buffer-done): If server-kill-new-buffers is t, kill the
9022 buffer, unless it was already present before visiting it with
9023 Emacs server.
9024
9025 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9026
9027 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9028 even if the display doesn't support colors: some displays will
9029 support bold/underline faces.
9030
9031 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9032
9033 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9034
9035 * startup.el (command-line): If user's init file had an error,
9036 add explanatory text to *Messages*.
9037
9038 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9039
9040 * man.el (Man-getpage-in-background): Decode the process output by
9041 the system locale coding system.
9042
9043 2000-08-20 Dave Love <fx@gnu.org>
9044
9045 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9046 Don't test x-popup-menu.
9047 (function) <complete-function>: Complete only fbound symbols.
9048 <validate, value>: New.
9049 (variable) <complete-function>: Complete only bound symbols.
9050 (coding-system): Add :base-only, :complete-function, :validate,
9051 :value, :prompt-match.
9052 (widget-coding-system-prompt-value): Use read-coding-system and
9053 act on :base-only.
9054 (editable-field): Add :help-echo.
9055 (widget-push-button-gui, widget-push-button-cache)
9056 (widget-gui-action, widget-editable-list-gui): COmment out, along
9057 with uses.
9058 (widget-at): Make arg optional.
9059 (widget-echo-help): Adjust for current help-echo calling sequence.
9060 (widget-specify-field, widget-specify-button)
9061 (widget-specify-insert, widget-get-sibling, widget-image-find)
9062 (widget-convert, widget-insert, widget-leave-text)
9063 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9064 (widget-setup, widget-field-find, widget-before-change)
9065 (widget-after-change, widget-default-complete)
9066 (widget-default-create, widget-default-delete)
9067 (widget-push-button-value-create, editable-field)
9068 (widget-field-prompt-value, widget-field-validate)
9069 (widget-choice-value-create, widget-choice-action)
9070 (widget-choice-validate, widget-checklist-add-item)
9071 (widget-radio-add-item, widget-radio-chosen)
9072 (widget-radio-value-inline, widget-editable-list-value-create)
9073 (widget-editable-list-entry-create)
9074 (widget-documentation-link-add)
9075 (widget-documentation-string-value-create)
9076 (widget-regexp-validate, widget-file-complete)
9077 (widget-sexp-validate, widget-plist-convert-widget)
9078 (widget-plist-convert-widget, widget-alist-convert-widget)
9079 (widget-alist-convert-widget, widget-color-complete): Simplify,
9080 particularly to avoid bindings which aren't optimized out.
9081
9082 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9083 Doc fix.
9084 (down-list, backward-up-list, up-list, kill-sexp)
9085 (backward-kill-sexp, mark-sexp): Make arg optional.
9086 (lisp-complete-symbol): Add optional arg PREDICATE.
9087
9088 * cus-start.el: Add display-buffer-reuse-frames,
9089 file-coding-system-alist.
9090
9091 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9092
9093 * startup.el (command-line): Clear realized faces after
9094 modifying TTY color mappings.
9095
9096 2000-08-20 Miles Bader <miles@gnu.org>
9097
9098 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9099 merely a subset of FACE's attributes.
9100
9101 2000-08-19 Miles Bader <miles@gnu.org>
9102
9103 * comint.el (comint-output-filter): Save the point with a marker,
9104 not just a buffer position.
9105
9106 * international/mule.el (set-buffer-process-coding-system): Make
9107 interactive prompt less confusing.
9108
9109 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9110
9111 * hilit-chg.el: General cleanup of doc strings, comments and
9112 code formatting.
9113
9114 2000-08-19 Miles Bader <miles@gnu.org>
9115
9116 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9117 Compiler macro removed; beginning-of-line is no longer always
9118 equivalent to forward-line, in the presence of fields.
9119
9120 * comint.el (comint-output-filter): Remove ad-hoc saving of
9121 restriction, and just use save-restriction, now that it works
9122 correctly. Don't adjust comint-last-input-start to account for
9123 our insertion; it shouldn't have moved because we don't use
9124 insert-before-markers anymore. Comment out call to
9125 `force-mode-line-update'; why is it here?
9126
9127 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9128 while checking for prompt to delete. Use `forward-line 0'
9129 instead of beginning-of-line.
9130 (gud-filter): Temporarily widen gud comint buffer while
9131 examining output.
9132
9133 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9134
9135 * progmodes/sh-script.el: Big bag of typos.
9136
9137 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9138 check since ispell-process is not bound when ispell is not yet loaded.
9139
9140 2000-08-18 Dave Love <fx@gnu.org>
9141
9142 * image.el (find-image): Copy `spec' before using plist-put.
9143
9144 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9145
9146 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9147 `portugues'.
9148
9149 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9150 backward-kill-sexp, analogous to kill-sexp.
9151
9152 * progmodes/icon.el (icon-indent-line)
9153 (icon-is-continuation-line): Handle comments specially.
9154
9155 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9156
9157 * ispell.el: Set to standard author/maintainer/keyword fields.
9158 Fine tuning to menu map appearance and operation, and added help.
9159 Remove `start' and `end' error messages when compiling.
9160 (ispell-choices-win-default-height): Fixed comment string.
9161 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9162 castellano8 dictionaries.
9163 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9164 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9165 dictionary, added italiano dictionary.
9166 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9167 word character
9168 (ispell-tex-skip-alists): Added psfig support.
9169 (ispell-skip-html): Renamed from ispell-skip-sgml.
9170 (ispell-begin-skip-region-regexp, ispell-skip-region)
9171 (ispell-minor-check): Improved html skipping support to skip across
9172 code, and recognize `&' commands without propper `;' syntax;
9173 (ispell-process-line): Fix alignment error when manually
9174 correcting spelling.
9175 (ispell): Fix comment string.
9176 (ispell-add-per-file-word-list): Always put word list on new line.
9177
9178 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9179
9180 * format.el (format-encode-run-method): Fix error message to say
9181 `encode' instead of `decode'. Use save-window-excursion around
9182 shell-command-on-region as in format-decode-run-method because
9183 shell-command-on-region can display a buffer with error output.
9184 (format-decode): Don't record undo information for the decoding.
9185 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9186 that number part of the temporary buffer name so that more than
9187 one decoding using a temporary buffer can happen safely.
9188
9189 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9190 of `A-z' in the regexp.
9191
9192 * hilit-chg.el: Fix typos in commentary.
9193
9194 * help.el (view-emacs-news): Rewritten for new naming scheme
9195 for old NEWS files.
9196
9197 * startup.el (command-line): Pop to *Messages* in case an error
9198 is signaled while loading user-init-file.
9199
9200 2000-08-17 Andreas Schwab <schwab@suse.de>
9201
9202 * files.el (insert-directory): Don't lose original file name,
9203 undoing an undocumented change.
9204
9205 2000-08-17 Alex Schroeder <alex@gnu.org>
9206
9207 * sql.el (sql-magic-go): Use comint-bol.
9208 (sql-copy-column): Use comint-line-beginning-position.
9209 (comint-line-beginning-position): Define a replacement for
9210 comint-line-beginning-position if it is not fboundp.
9211
9212 2000-08-17 Alex Schroeder <alex@gnu.org>
9213
9214 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9215 it didn't have any effect anyway.
9216
9217 2000-08-17 Alex Schroeder <alex@gnu.org>
9218
9219 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9220 --pset and pager=off instead of sending \\o|cat at the beginning
9221 of the session.
9222
9223 2000-08-17 Miles Bader <miles@gnu.org>
9224
9225 * progmodes/octave-inf.el: Add compatibility definition of
9226 comint-line-beginning-position.
9227
9228 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9229
9230 * startup.el (normal-top-level): Look in each dir in load-path for
9231 a leim-list.el file too. This assures of loading leim-list.el
9232 that is created at Emacs installation time even if a user have his
9233 own leim-list.el.
9234
9235 2000-08-17 Miles Bader <miles@gnu.org>
9236
9237 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9238 foreground color to black if the background is dark.
9239
9240 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9241
9242 * loadhist.el (unload-feature): Typo.
9243
9244 * finder.el (finder-compile-keywords):
9245 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9246 to the generated file.
9247
9248 * mail/mh-e.el (mh-make-local-vars):
9249 Replace make-variable-buffer-local with make-local-variable.
9250
9251 * play/landmark.el:
9252 * options.el (Edit-options-{set,toggle,t,nil}):
9253 * mail/mailabbrev.el (mail-abbrevs-mode):
9254 * textmodes/tex-mode.el (tex-expand-files):
9255 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9256
9257 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9258
9259 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9260 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9261 Allow going past the last element.
9262 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9263 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9264 (cvs-mouse-toggle-mark): Don't move point.
9265 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9266
9267 * progmodes/compile.el (grep): Provide a default set of files.
9268 (next-error): Docstring fix.
9269 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9270
9271 * emacs-lisp/easy-mmode.el (define-minor-mode):
9272 Use `symbol-value' to keep the byte-compiler quiet.
9273
9274 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9275 (diff-find-source-location): New fun, extracted from diff-goto-source.
9276 (diff-goto-source): Use it.
9277 (diff-next-complex-hunk, diff-filter-lines): New function.
9278 (diff-apply-hunk): New command.
9279
9280 * smerge-mode.el (smerge-mode-menu): Doc fix.
9281
9282 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9283
9284 2000-08-16 Dave Love <fx@gnu.org>
9285
9286 * windmove.el (windmove) <defgroup>: Add :version.
9287
9288 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9289 (goto-address-fontify-p, goto-address-highlight-p)
9290 (goto-address-url-face, goto-address-url-mouse-face)
9291 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9292 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9293 (goto-address-fontify, goto-address-at-mouse): Simplify,
9294 (goto-address-at-point): browse-url-url-at-point,
9295 goto-address-find-address-at-point can return nil.
9296 (goto-address-find-address-at-point): Return nil on failure.
9297
9298 * align.el (align) <defgroup>: Add :version.
9299
9300 * calculator.el (calculator): Add :version.
9301 (calculator): Use two lines for calculator window if `modeline'
9302 face is boxed.
9303
9304 * play/5x5.el: Doc fixes.
9305 (5x5) <defgroup>: Add :version.
9306
9307 * play/fortune.el (fortune) <defgroup>: Add :version.
9308 (fortune-append): Fix error message.
9309 (fortune-from-region): Doc fix.
9310
9311 * play/pong.el (pong): Doc fix.
9312
9313 * play/morse.el: Keywords, commentary, autoloads.
9314
9315 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * desktop.el (desktop-save): Don't look at symbol-value of a
9318 member of minor-mode-alist, unless it is boundp.
9319
9320 2000-08-16 Sam Steingold <sds@gnu.org>
9321
9322 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9323 `while'; use `with-current-buffer' instead of `save-excursion'.
9324 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9325
9326 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9327
9328 * international/ccl.el (declare-ccl-program): Docstring modified.
9329 (ccl-execute-with-args): Likewise.
9330
9331 2000-08-16 Miles Bader <miles@gnu.org>
9332
9333 * progmodes/sql.el: Add compatibility definition of
9334 comint-line-beginning-position.
9335
9336 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9337
9338 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9339 'buffer-menu' property.
9340 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9341 fails.
9342 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9343 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9344 wasn't killed.
9345
9346 * buff-menu.el (list-buffers-noselect): Don't display the
9347 *Buffer List* buffer.
9348
9349 * font-lock.el: Require jit-lock to prevent a very late
9350 `Loading jit-lock' message.
9351
9352 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9353 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9354 mail address.
9355
9356 2000-08-15 Miles Bader <miles@gnu.org>
9357
9358 * textmodes/ispell.el (ispell-graphic-p): New constant.
9359 (ispell-choices-win-default-height, ispell-help): Use
9360 `ispell-graphic-p' instead of `xemacsp'.
9361
9362 2000-08-15 Dave Love <fx@gnu.org>
9363
9364 * simple.el: Autoload widget-convert when compiling.
9365 (mail-user-agent): Doc fix.
9366
9367 * help.el (function-called-at-point, variable-at-point): Use
9368 with-syntax-table.
9369 (help-manyarg-func-alist): Add insert-and-inherit.
9370
9371 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9372
9373 * delsel.el (delsel-unload-hook): New function.
9374
9375 * find-file.el: Doc fixes. Move provide to end.
9376 (ff) <defgroup>: Add :link.
9377 (ff-goto-click): Deleted.
9378 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9379 Use mouse-set-point.
9380
9381 * textmodes/tildify.el: Doc fixes.
9382 (tildify) <defgroup>: Add:version.
9383
9384 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9385 (glasses-custom-set): Use set-default, not set.
9386 (minor-mode-alist): Propertize the lighter.
9387 (glasses-mode): Provide optional arg.
9388
9389 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9390 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9391 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9392 option. Provide :type.
9393 (cwarn-configuration): Provide :type.
9394 (cwarn-mode): Doc fix.
9395
9396 * add-log.el (change-log-merge): Doc fix.
9397 (change-log-redate): New command.
9398
9399 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9400 Doze and Dog.
9401 (browse-url): Use dolist, not mapcar.
9402 (browse-url-at-point): Check for null url.
9403 (browse-url-event-buffer, browse-url-event-point): Functions
9404 deleted.
9405 (browse-url-at-mouse, browse-url-netscape): Simplify.
9406
9407 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9408 modes.
9409 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9410 Fix previous change to mapcan.
9411 (msb--init-file-alist, msb--add-separators)
9412 (msb--make-keymap-menu): Simplify.
9413 (msb--choose-file-menu): Use copy-sequence.
9414 (msb-mode-map): Add title to keymap.
9415 (msb-unload-hook): New function.
9416
9417 * bs.el: Fix indentation.
9418 (bs) <defgroup>: Add :links.
9419 (bs-show): Doc fix.
9420 (bs-apply-sort-faces): Don't use window-system.
9421 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9422
9423 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * calendar/timeclock.el (timeclock-file): Run .timelog through
9426 convert-standard-filename.
9427
9428 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9429
9430 * emacs-lisp/authors.el: New file.
9431
9432 * paren.el (show-paren-priority): New user option.
9433 (show-paren-function): Set overlay priorities to
9434 show-paren-priority.
9435
9436 2000-08-14 Miles Bader <miles@gnu.org>
9437
9438 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9439 beginning-of-line with inhibit-field-text-motion bound.
9440
9441 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9442
9443 * calendar/timeclock.el: New file.
9444
9445 2000-08-14 David Ponce <david@dponce.com>
9446
9447 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9448 `widget-button-click'. so that one can use left mouse button to
9449 click on dialog buttons.
9450
9451 2000-08-14 Emmanuel Briot <briot@gnat.com>
9452
9453 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9454 identifiers, since XML is case sensitive
9455
9456 2000-08-12 Miles Bader <miles@gnu.org>
9457
9458 * comint.el (comint-output-filter): Don't bother frobbing
9459 window-start, it doesn't seem to be necessary.
9460
9461 * comint.el (comint-send-string, comint-send-region): Make into
9462 real functions. Snapshot the prompt before sending.
9463
9464 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9465
9466 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9467 technique similar to Info-index, instead of relying on specific
9468 names of relevant Index nodes.
9469 (Info-goto-emacs-command-node): Bind Info-history to nil when
9470 going to the first node found by Info-find-emacs-command-nodes.
9471
9472 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9473
9474 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9475
9476 2000-08-10 Miles Bader <miles@gnu.org>
9477
9478 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9479
9480 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9481
9482 * info.el (Info-file-list-for-emacs): More elements for the
9483 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9484 and woman manuals.
9485
9486 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9487
9488 * comint.el (comint-send-input): Make the newline boundary overlay
9489 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9490 (comint-output-filter): Use `insert' instead of
9491 `insert-before-markers'. Extend comint-last-output-overlay when
9492 necessary since we can't rely on insert-before-markers to do it.
9493 * gud.el (gud-filter): Use `with-current-buffer' instead of
9494 save-excursion when inserting the output, so that point gets
9495 updated correctly; the old method relied on a rather dodgy
9496 side-effect of comint-output-filter to avoid the effect of
9497 save-excursion.
9498
9499 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9500
9501 * files.el (recover-file): Call insert-directory instead of
9502 invoking `ls' directly.
9503
9504 2000-08-10 Miles Bader <miles@gnu.org>
9505
9506 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9507 (comint-last-prompt-overlay): New variables.
9508 (comint-output-filter): Implement prompt highlighting.
9509 (comint-snapshot-last-prompt): New function.
9510 (comint-send-input): Snapshot the last prompt.
9511 Use comint-highlight-input-face.
9512 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9513 Use defface instead of defcustom.
9514 (send-invisible, comint-send-eof): Snapshot the last prompt.
9515 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9516 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9517
9518 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9519
9520 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9521 (regexp-opt-group): Use a list of chars for `letters'.
9522 (regexp-opt-charset): `chars' is now a list of chars.
9523 Use a char-table rather than a vector so it works for multibyte chars.
9524
9525 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9526 Set cvs-minor-current-files to the selected fileinfo.
9527 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9528 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9529
9530 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9531
9532 * files.el (insert-directory): Don't call access-file on
9533 directories on DOS and Windows.
9534
9535 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9536
9537 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9538 longer if necessary.
9539 (ccl-embed-code): Call ccl-embed-data to store CODE in
9540 ccl-program-vector.
9541
9542 2000-08-09 Miles Bader <miles@gnu.org>
9543
9544 * comint.el (comint-output-filter): Properly handle the case where
9545 the text surrounded by comint-last-output-overlay was deleted.
9546
9547 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9548
9549 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9550 non-nil.
9551 (Info-file-list-for-emacs): Remove "info" from the list because
9552 that leads to trying to use the documentation from file `info'
9553 in various situations where it isn't appropriate, for instance
9554 C-h C-k C-h i.
9555
9556 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9557 DIR and/or STRING are nil.
9558
9559 * progmodes/compile.el (compilation-setup): Make variable
9560 compilation-error-screen-columns buffer-local, as some comment
9561 in the code suggests it should be.
9562
9563 * files.el (auto-mode-interpreter-regexp): New variable.
9564 (set-auto-mode): Use it.
9565
9566 * indent.el (indent-for-tab-command): Doc fix.
9567
9568 * mouse-sel.el (mouse-sel-mode): Doc fix.
9569
9570 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9571 labels.
9572
9573 * help.el (print-help-return-message): When
9574 display-buffer-reuse-frames is set, let the help window been quit,
9575 instead of deleting it, which might delete a reused frame.
9576
9577 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9578
9579 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9580 rename a directory to a name that differs only by its letter case.
9581
9582 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9583
9584 * international/quail.el (quail-define-rules): Handle Quail decode
9585 map correctly. Add code for supporting annotations.
9586 (quail-install-decode-map): New function.
9587 (quail-defrule-internal): New optional arguments decode-map and
9588 props.
9589 (quail-advice): New function.
9590
9591 2000-08-07 Sam Steingold <sds@gnu.org>
9592
9593 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9594 `defconst', `define-condition', `with-slots'.
9595 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9596
9597 2000-08-03 Miles Bader <miles@gnu.org>
9598
9599 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9600 New variable.
9601 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9602 comint-use-prompt-regexp-instead-of-fields.
9603 (comint-send-input): Add `input' field property to stuff we send to
9604 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9605 (comint-output-filter): Add `output' field property to process
9606 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9607 (comint-replace-by-expanded-history)
9608 (comint-get-old-input-default, comint-show-output)
9609 (comint-backward-matching-input, comint-forward-matching-input)
9610 (comint-next-prompt, comint-previous-prompt): Use field
9611 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9612 (comint-line-beginning-position): New function.
9613 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9614 (comint-replace-by-expanded-history-before-point): Use
9615 comint-line-beginning-position and line-end-position.
9616 (comint-last-output-overlay): New variable.
9617 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9618
9619 * shell.el (shell-prompt-pattern): Doc change.
9620 (shell-backward-command): Use line-beginning-position.
9621
9622 * gud.el (gud-gdb-complete-command): Use
9623 comint-line-beginning-position.
9624
9625 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9626 comint-bol doesn't actually go to the beginning of the line.
9627
9628 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9629 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9630 (try-expand-line-all-buffers): Likewise.
9631
9632 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9633 explicitly matching comint-prompt-regexp.
9634 (sql-copy-column): Use comint-line-beginning-position instead of
9635 explicitly matching comint-prompt-regexp.
9636
9637 * progmodes/octave-inf.el (inferior-octave-complete): Use
9638 comint-line-beginning-position.
9639
9640 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9641
9642 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9643 looking for a prompt, use `forward-line 0' instead of
9644 `beginning-of-line', to avoid getting caught by an input field.
9645
9646 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9647
9648 * files.el (shell-quote-wildcard-pattern): Make sure to return
9649 PATTERN, in the Unix case.
9650
9651 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9652
9653 * play/zone.el (zone): Discard any pending input before running
9654 the randomly-chosen pgm.
9655
9656 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9657
9658 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9659 checking the existence of any multibyte characters.
9660
9661 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9662
9663 * help.el (describe-mode): Test minor-mode symbol for being
9664 bound before testing its value for being nil.
9665
9666 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9667 `first', `second', and `third'.
9668
9669 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9670 (second): Make it an alias for `cadr'.
9671
9672 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9673
9674 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9675 types of display support faces now.
9676
9677 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9678
9679 * pcvs.el (require): Require `cl' during compilation, only.
9680
9681 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9682 (toplevel): Remove `remq' and `remove' from autoloads.
9683 (cl-fake-autoloads): New variable. If set, arrange for an error
9684 when CL functions etc. are autoloaded.
9685
9686 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9687
9688 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9689
9690 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9691 popped up, but the user clicks outside the menu, return an empty
9692 regexp (that causes unhighlight-regexp to have no effect).
9693
9694 * menu-bar.el (menu-bar-games-menu): Add Zone.
9695
9696 * hi-lock.el (toplevel): Require font-lock.
9697
9698 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9699
9700 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9701 (ebnf-8-bit-chars): New var for bug fix.
9702 (ebnf-string): Bug fix.
9703
9704 2000-08-03 Sam Steingold <sds@gnu.org>
9705
9706 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9707 instead of `buffer-string'.
9708 (require 'cl): Always, not just when compiling.
9709 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9710 necessary.
9711
9712 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9713
9714 * international/mule-cmds.el (select-safe-coding-system): Make
9715 the message text about selecting a safe coding system more clear.
9716
9717 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9718
9719 * hi-lock.el: New file.
9720
9721 * play/zone.el: New file.
9722
9723 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9724 value of tab-width in the original buffer. Choose a line number
9725 format that's a multiple of the original buffer's tab width, so
9726 that lines appear right.
9727
9728 * textmodes/ispell.el (ispell): New function, replacing an alias.
9729 Spell-check active region if in transient-mark-mode and mark
9730 is active; otherwise spell-check buffer.
9731
9732 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9733
9734 * ps-mule.el: Fix a customization problem on
9735 ps-mule-font-info-database-default.
9736
9737 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9738
9739 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9740 display-mouse-p instead of window-system.
9741 (ebrowse-member-mode-map): Ditto.
9742
9743 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9744
9745 * progmodes/ebnf2ps.el: Update ps-print functions call.
9746 Indentation fix. Doc fix.
9747 (ebnf-version): New version number (3.2).
9748 (ebnf-format-color, ebnf-begin-job): Code fix.
9749
9750 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9751
9752 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9753 font lock support on window-system.
9754 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9755
9756 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9757 display-color-p, if fboundp, instead of window-system.
9758
9759 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9760
9761 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9762 instead of window-system.
9763
9764 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9765 window-system.
9766 (widget-choice-mouse-down-action): Use display-popup-menus-p
9767 instead of window-system.
9768
9769 * strokes.el (strokes-file): Run the file name through
9770 convert-standard-filename.
9771 (strokes-mode): Call display-mouse-p instead of looking at
9772 window-system. Change the error message accordingly.
9773
9774 * progmodes/cpp.el (toplevel): Support faces on tty's.
9775
9776 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9777 (lm-plot-square, lm-init-display): Don't use window-system.
9778
9779 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9780 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9781
9782 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9783 instead of looking at window-system.
9784
9785 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9786
9787 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9788 of testing if iswitchb-prepost-hooks is bound, because the
9789 latter will always be true when invoking a recursive minibuffer
9790 from an active Iswitchb buffer.
9791
9792 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * files.el (shell-quote-wildcard-pattern): New function.
9795 (insert-directory): Call it. Only prepend "\" to command on Unix
9796 and GNU/Linux systems.
9797
9798 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9799
9800 * eshell/esh-groups.el: Change custom :link file names
9801 from `eshell.info' to `eshell'.
9802
9803 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9804
9805 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9806 correctly in recursive ange-ftp listings.
9807
9808 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9809
9810 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9811 ps-header-font-size-internal and
9812 ps-header-title-font-size-internal variables are not set,
9813 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9814 face text property is (foreground-color . COLOR) or
9815 `(background-color . COLOR)', ps-print crashes. Doc fix.
9816 (ps-print-version): New version number (5.2.4).
9817 (ps-plot-region): Code fix.
9818 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9819 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9820 Bug fix 2.
9821
9822 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9823
9824 * glasses.el (glasses-make-readable): Fix uncapitalization of
9825 identifiers like `myXMLDocument'.
9826
9827 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9828
9829 * mail/mail-hist.el (mail-hist-previous-input)
9830 (mail-hist-next-input): Do the obvious code factorization.
9831 (mail-hist-retrieve-and-insert): New func, contains common
9832 code of above two.
9833 If inserting a message body, leave point at top.
9834
9835 2000-07-28 Sam Steingold <sds@gnu.org>
9836
9837 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9838 Use `<=', not `<' to compare times!
9839 (ange-ftp-ls): Remove.
9840
9841 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9842
9843 * play/cookie1.el: Add explanation of how to make cookie.el
9844 compatible with strfile(1) to comment.
9845
9846 * subr.el (remove, remq): New functions.
9847
9848 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9849 escape `*' in regexps.
9850 (midnight-find): Reverse order of arguments in the funcall of
9851 TEST.
9852
9853 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9854 and `.class'.
9855
9856 * play/meese.el: Add Commentary section.
9857
9858 2000-07-27 Alex Schroeder <alex@gnu.org>
9859
9860 * sql.el (sql-ms): Added autoload cookie.
9861 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9862 (sql-oracle): Ditto.
9863 (sql-help): Doc change.
9864
9865 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9866 types and exceptions.
9867
9868 2000-07-27 Alex Schroeder <alex@gnu.org>
9869
9870 * sql.el (sql-placeholder-history): New variable.
9871 (sql-query-placeholders-and-send): New function that will query
9872 the user and replace placeholders with user input.
9873 (sql-oracle): If running on NT, set comint-input-sender to
9874 sql-query-placeholders-and-send.
9875
9876 (sql-stop): If in the SQLi buffer, insert stop notification, else
9877 present it as a message.
9878
9879 2000-07-27 Alex Schroeder <alex@gnu.org>
9880
9881 * sql.el (sql-input-ring-separator): Doc change.
9882 (sql-input-ring-file-name): Doc change.
9883 (sql-interactive-mode): Use `sql-input-ring-separator' and
9884 `sql-input-ring-file-name' to set the comint-mode equivalents
9885 without making them local variables.
9886 (sql-stop): Don't bind `sql-input-ring-separator' and
9887 `sql-input-ring-file-name' dynamically to their comint-mode
9888 equivalents.
9889
9890 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9891
9892 * international/mule.el (register-char-codings): New function.
9893 (make-coding-system): Handle `safe-chars' specification in the arg
9894 PROPERTY.
9895
9896 * international/mule-cmds.el
9897 (find-coding-systems-region-subset-p): This function deleted.
9898 (sort-coding-systems-predicate): New variable.
9899 (sort-coding-systems): New function.
9900 (find-coding-systems-region): Use
9901 find-coding-systems-region-internal.
9902 (find-coding-systems-string): Use find-coding-systems-region.
9903 (find-coding-systems-for-charsets): Check
9904 char-coding-system-table.
9905 (select-safe-coding-system-accept-default-p): New variable.
9906 (select-safe-coding-system): Mostly rewritten. New argument
9907 ACCEPT-DEFAULT-P.
9908 (select-message-coding-system): Call select-safe-coding-system
9909 with ACCEPT-DEFAULT-P arg.
9910 (reset-language-environment): Reset default-sendmail-coding-system
9911 to the default value iso-latin-1.
9912 (set-language-environment): Don't set the obsolete variable
9913 charset-origin-alist.
9914
9915 * international/codepage.el (cp-coding-system-for-codepage-1):
9916 Give `safe-chars' property to make-coding-system.
9917
9918 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9919 calling select-message-coding-system twice.
9920
9921 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9922 instead of `safe-charsets'.
9923 (cyrillic-alternativnyj): Likewise.
9924 (ccl-encode-alternativnyj): Don't check the charset
9925 cyrillic-iso8859-5.
9926
9927 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9928
9929 * composite.el (compose-chars-after): Preserve match data.
9930
9931 2000-07-26 Sam Steingold <sds@gnu.org>
9932
9933 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9934 (ange-ftp-real-file-newer-than-file-p): New function.
9935 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9936 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9937
9938 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9939 * midnight.el (midnight-float-time): Ditto.
9940
9941 2000-07-26 Andreas Schwab <schwab@suse.de>
9942
9943 * files.el (normal-backup-enable-predicate): Correct
9944 interpretation of the return value of compare-strings.
9945
9946 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9947
9948 * isearch.el (isearch-resume): New function.
9949 (isearch-done): Add something to command-history to resume
9950 the search.
9951 (isearch-yank-line, isearch-yank-word): Use
9952 buffer-substring-no-properties instead of buffer-substring.
9953
9954 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9955 of flyspell-mouse-map.
9956
9957 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9958 duplicate definition.
9959 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9960
9961 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9962 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9963
9964 2000-07-25 Sam Steingold <sds@gnu.org>
9965
9966 * net/ange-ftp.el: Get modtime over the net.
9967 (ange-ftp-file-modtime): New function.
9968 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9969 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9970 Use it.
9971 (ange-ftp-dot-to-slash): New function.
9972 (ange-ftp-fix-name-for-vms): Use it.
9973
9974 * midnight.el (midnight-buffer-display-time): Use
9975 `with-current-buffer'.
9976
9977 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9978
9979 * find-dired.el: Update copyright notice.
9980 (find-dired): Offer to kill a running `find'.
9981
9982 * enriched.el (enriched-face-ans): For a `foreground-color'
9983 property, return '(("x-color" COLOR))' so that COLOR will be
9984 output as a parameter of the x-color annotation. Likewise for the
9985 `background-color' property. In the case of normal face
9986 properties, don't return annotations for unspecified foreground
9987 and background face attributes.
9988
9989 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9990
9991 * language/japan-util.el (japanese-katakana-region): Fix handling
9992 HANKAKU argument.
9993
9994 2000-07-25 Miles Bader <miles@gnu.org>
9995
9996 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9997 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9998 constrain-to-field.
9999
10000 2000-07-24 Andrew Innes <andrewi@gnu.org>
10001
10002 * timer.el (timer-activate-when-idle): Add optional parameter
10003 DONT-WAIT. Update docstring.
10004 (run-with-idle-timer): Specify extra parameter to
10005 timer-activate-when-idle, so that timer will be activated
10006 immediately if Emacs is already idle.
10007
10008 * w32-fns.el (w32-using-nt): Fix docstring.
10009
10010 2000-07-24 Dave Love <fx@gnu.org>
10011
10012 * mouse.el (popup-menu): Set last-command-event.
10013 (mouse-major-mode-menu-prefix): Declare.
10014
10015 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10016
10017 * textmodes/flyspell.el: Update to author's version 1.5d.
10018
10019 * progmodes/hideshow.el: Update copyright notice.
10020
10021 * vcursor.el: Set maintainer to FSF, since author cannot
10022 be reached.
10023
10024 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10025
10026 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10027 the prompt.
10028
10029 * mouse.el (popup-menu): Run the keymap through indirect-function,
10030 in case it was defined with define-prefix-key. If the menu is a
10031 list of keymaps, look up the binding of user's choice in each one
10032 of the keymaps.
10033 (mouse-popup-menubar): If the global and local menu-bar keymaps
10034 don't have a prompt string, create one and insert it into the
10035 keymap. Don't barf if current-local-map returns nil.
10036
10037 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10038
10039 * dired.el (dired-sort-R-check): Added to allow recursive listing
10040 to be undone.
10041 (dired-sort-other): Use it.
10042
10043 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10044
10045 * Release of cc-mode 5.27
10046
10047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10048
10049 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10050 c-beginning-of-statement-1 that caused a bad case of recursion
10051 which could consume a lot of CPU in large classes in languages
10052 that have in-expression classes (i.e. Java and Pike).
10053
10054 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10055 statements before top level constructs (i.e. case 6 is moved
10056 before case 5 and is now case 4) to catch in-expression
10057 classes in top level expressions correctly.
10058
10059 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10060
10061 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10062 objc-method-intro. Case 4 removed and case 5I added.
10063
10064 * cc-langs.el (c-append-paragraph-start): New variable used by
10065 c-common-init to get paragraph-start correct.
10066 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10067 initialize paragraph-start to make it correct both with and
10068 without the javadoc special case.
10069
10070 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10071 initialize paragraph-start for javadoc markup.
10072
10073 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10074 change by defaulting this to t. It's motivated by the
10075 confusing behavior that otherwise arise from the style system
10076 when editing both java and non-java files at the same time
10077 (see the comments about style setting in c-common-init).
10078
10079 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10080
10081 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10082 similar to the one in c-fill-paragraph to check the fill
10083 prefix from the adaptive fill function for sanity.
10084
10085 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10086
10087 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10088 defun block.
10089
10090 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10091
10092 * cc-mode.texi Documented the change of cpp-macro.
10093
10094 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10095
10096 * cc-align.el (c-lineup-multi-inher): Handle lines with
10097 leading comma nicely. Extended to handle member initializers
10098 too.
10099
10100 * cc-engine.el: (c-beginning-of-inheritance-list,
10101 c-guess-basic-syntax): Fixed recognition of inheritance lists
10102 when the lines begins with a comma.
10103
10104 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10105
10106 * cc-vars.el (c-offsets-alist): Changed default for
10107 member-init-cont to c-lineup-multi-inher since it now handles
10108 member initializers and indents better for leading commas.
10109
10110 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10111
10112 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10113 handling that caused class open lines to be recognized as
10114 statement-conts in some cases.
10115
10116 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10117 guessed by the adaptive fill function unless point is on the
10118 first line of a block comment.
10119
10120 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10121 when the buffer ends with a macro continuation char.
10122
10123 * cc-engine.el (c-guess-basic-syntax): Added support for
10124 function definitions as statements in Pike. The first
10125 statement in a lambda block is now labeled defun-block-intro
10126 instead of statement-block-intro.
10127
10128 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10129 so that the class surrounding point is selected, not the one
10130 innermost in the state.
10131
10132 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10133 recognition of switch labels having hanging multiline
10134 statements.
10135
10136 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10137 some code in c-guess-basic-syntax to a separate function.
10138 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10139 recognition of member inits with multiple line arglists.
10140 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10141 member-init-cont when the commas are in funny places.
10142
10143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10144
10145 * cc-defs.el (c-auto-newline): Removed this macro since it's
10146 not used anymore.
10147
10148 * cc-engine.el (c-looking-at-bos): New helper function.
10149 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10150 inexpr and toplevel classes apart in Pike.
10151
10152 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10153 of case 9A.
10154
10155 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10156 constant, since "class" can introduce an in-expression class
10157 in Pike nowadays.
10158
10159 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10160
10161 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10162 indentation on cpp-macro lines.
10163
10164 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10165 a syntax modifier like comment-intro, to make it possible to
10166 get syntactic indentation for preprocessor directives. It's
10167 incompatible wrt to lineup functions on cpp-macro, but it has
10168 no observable effect in the 99.9% common case where cpp-macro
10169 is set to -1000.
10170
10171 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10172
10173 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10174 member-init-cont when the preceding arglist is several lines.
10175
10176 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10177
10178 * cc-styles.el (c-style-alist): The basic offset for the BSD
10179 style corrected to 8.
10180
10181 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10182
10183 * cc-styles.el (c-style-alist): Adjusted the indentation of
10184 brace list openers in the gnu style.
10185
10186 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10187
10188 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10189
10190 * cc-cmds.el (c-electric-brace, c-electric-slash,
10191 c-electric-star, c-electric-semi&comma, c-electric-colon,
10192 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10193 when c-syntactic-indentation is nil.
10194
10195 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10196 we were left at comments preceding the first statement when
10197 reaching the beginning of the buffer.
10198
10199 * cc-vars.el (c-syntactic-indentation): New variable to turn
10200 off all syntactic indentation.
10201
10202 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10203
10204 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10205 between the text and the block comment ender when it hangs,
10206 depending on how many there are before the fill.
10207
10208 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10209
10210 * cc-engine.el (c-beginning-of-closest-statement): New helper
10211 function to go back to the closest preceding statement start,
10212 which could be inside a conditional statement.
10213 * cc-engine.el (c-guess-basic-syntax): Use
10214 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10215
10216 * cc-engine.el (c-guess-basic-syntax): Better handling of
10217 arglist-intro, arglist-cont-nonempty and arglist-close when
10218 the arglist is nested inside parens. Cases 7A, 7C and 7F
10219 changed.
10220
10221 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10222 up-to-date with javadoc 1.2.
10223
10224 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10225
10226 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10227 multiline Pike type decls.
10228
10229 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10230
10231 * cc-cmds.el (c-indent-new-comment-line): Always break
10232 multiline comments in multiline mode, regardless of
10233 comment-multi-line.
10234
10235 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10236
10237 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10238 fully::qualified::names in C++ member init lists. Preamble in
10239 case 5D changed.
10240
10241 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10242
10243 * cc-langs.el (c-common-init): Handling of obsolete variables
10244 moved to c-initialize-cc-mode. More compatible style override
10245 when using global style variables.
10246 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10247 variables moved here.
10248
10249 * cc-mode.texi: Documented the special behavior of
10250 c-special-indent-hook as a style variable. Don't talk about
10251 doing (c-make-styles-buffer-local t) in a mode hook, since
10252 that's already too late to work right.
10253
10254 * cc-styles.el (c-make-styles-buffer-local): Flag style
10255 variable localness in c-style-variables-are-local-p to make
10256 the compatibility measure in c-common-init work well.
10257
10258 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10259 longer contain set-from-style.
10260 * cc-styles.el (c-initialize-builtin-style): Don't check for
10261 set-from-style on c-special-indent-hook.
10262 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10263 copy-alist is sufficient now.
10264
10265 * cc-styles.el (c-set-style, c-set-style-1,
10266 c-get-style-variables): Fixes to variable initialization so
10267 that duplicate entries in styles have the same effect
10268 regardless of DONT-OVERRIDE.
10269
10270 * cc-styles.el (c-set-style-2): Fixed bug where the
10271 initialization of inheriting styles failed when the
10272 dont-override flag is set.
10273
10274 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10275 on this.
10276
10277 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10278
10279 * cc-defs.el (c-forward-comment): Removed the workaround
10280 introduced in 5.38 since it had worse side-effects. If a line
10281 contains the string "//\"", it regarded the // as a comment
10282 start since the \ temporarily doesn't have escape syntax.
10283
10284 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10285
10286 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10287 ada-xref.el before ada-prj.el, so that the Project menu is created
10288 when ada-prj tries to add to it.
10289 (ada-activate-keys-for-case): Suppress the characters that are not
10290 part of the Ada syntax. Better compatibility with else-mode
10291 (ada-adjust-case-interactive): When auto-casing is not active,
10292 correctly insert newlines (used to insert only ^M). Prevent the
10293 syntax table from being changed in case of an error
10294 (or '_' becomes part of a word and some commands are confused).
10295 Do nothing if ada-auto-case is nil.
10296 (ada-after-keyword-p): Ignore keywords that are also attributes
10297 (ada-batch-reformat): Update usage comment
10298 (ada-call-from-contextual-menu): New function
10299 (ada-case-read-exceptions): Reinitialize the casing exception list
10300 first to nil first, so that the casing exception file can be
10301 shared.
10302 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10303 files.
10304 (ada-compile-goto-error): Fix regexp used to detect a file:line
10305 anywhere in the error message
10306 (ada-contextual-menu-last-point): New variable
10307 (ada-create-keymap): If the variable delete-key-deletes-forward is
10308 t on XEmacs, it means that DEL should delete one character
10309 forward.
10310 (ada-create-menu): Use :included instead of :visible for XEmacs.
10311 New submenu "Options".
10312 (ada-end-stmt-re): Correctly indent "select ... then abort"
10313 statements.
10314 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10315 even if they don't match ada-fill-comment-prefix Fix handling of
10316 paragraphs on the first or last line of a file.
10317 (ada-format-paramlist): Fix handling of default parameter values.
10318 (ada-get-body-name): New function.
10319 (ada-get-current-indent): Optimized by searchling directly for an
10320 existing generic part or a statement outside of it. Handle
10321 ada-indent-align-comments when indenting comments Replaced some
10322 regexps by testing directly the next character. This results in a
10323 huge speedup on some files. New indentation scheme for renames
10324 statements. Stop looking for the 'while' or 'for' associated with
10325 a 'loop' at the first semicolon encountered. A "return" can also
10326 match an anonymous access subprogram declaration.
10327 (ada-get-indent-noindent): Ignore strings and comments when
10328 looking for the keywords "record" and "private".
10329 (ada-goto-matching-decl-start): When matching "if", make sure we
10330 are not in fact seeing "end if". Ignore "when" statements except
10331 when initial keyword was "begin". Fix handling of nested
10332 procedures. Add a recursive call to this function to skip over
10333 other 'end' statmts. Fix indentation for "when .. => begin"
10334 (ada-in-open-paren-p): Fix indentation for complex boolean
10335 expressions, where 'and then', 'or else' and parenthesis
10336 statements are mixed up.
10337 (ada-in-paramlist-p): Skip comments while searching for the
10338 beginning Fix handling of operator declarations.
10339 (ada-indent-align-comments): New variable
10340 (ada-indent-current): Change the syntax table only in the
10341 protected section, so that we are sure it is restored correctly.
10342 (ada-indent-on-previous-lines): Use ada-use-indent and
10343 ada-with-indent Correctly indent "select ... then"
10344 (ada-indent-region): Slight speedup.
10345 (ada-indent-renames): New variable.
10346 (ada-last-which-function-subprog, ada-last-which-function-line):
10347 New variables
10348 (ada-looking-at-semi-private): Correctly indent the 'private'
10349 keyword when it is the first word in a package declaration.
10350 (ada-loose-case-word): Stop searching if at the end of the buffer.
10351 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10352 even if point is not initially at the end of the word.
10353 (ada-matching-decl-start-re): Add "when".
10354 (ada-mode): Add support for abbrev-mode, outline-mode and
10355 which-func-mode Override the old find-file.el entry in
10356 ff-special-constructs since it is using the obsolete
10357 ada-spec-suffix variable
10358 (ada-no-auto-case): New function
10359 (ada-scan-paramlist): When parsing the argument type, accept
10360 spaces (as in "X 'Class", generated by Rational Rose).
10361 (ada-other-file-name): No longer loads the other file.
10362 (ada-popup-menu): Save and restore the current buffer and cursor
10363 position before and after displaying the menu.
10364 (ada-search-ignore-complex-boolean): New function.
10365 (ada-uncomment-region): Emacs21 already knows how to delete
10366 comments not starting in the first column.
10367 (ada-use-indent): New variable
10368 (ada-which-function): New function.
10369 (ada-with-indent): New variable
10370 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10371 can be batch-compiled from the command line.
10372
10373 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10374 Add to the menu when the file is loaded, not in ada-mode-hook.
10375 Add -toolbar to the default ddd command Switches moved from
10376 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10377 ada-prj-default-comp-opt
10378 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10379 Reference Manual to the menu
10380 (ada-check-current): rewritten as a call to ada-compile-current
10381 (ada-compile): Removed.
10382 (ada-compile-application, ada-compile-current, ada-check-current):
10383 Set the compilation-search-path so that compile.el automatically
10384 finds the sources in src_dir. Automatic scrollong of the
10385 compilation buffer. C-uC-cC-c asks for confirmation before
10386 compiling
10387 (ada-compile-current): New parameter, prj-field
10388 (ada-complete-identifier): Load the .ali file before doing
10389 processing
10390 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10391 conform to gnatmake's behavior.
10392 (ada-find-file-in-dir): New function
10393 (ada-find-references): Set the environment variables for gnatfind
10394 (ada-find-src-file-in-dir): New function.
10395 (ada-first-non-nil): Removed
10396 (ada-gdb-application): Add support for jdb, the java debugger.
10397 (ada-get-ada-file-name): Load the original-file first if not done
10398 yet.
10399 (ada-get-all-references): Handles the new ali syntax (parent types
10400 are found between <>).
10401 (ada-initialize-runtime-library): New function
10402 (ada-mode-hook): Always load a project file when a file is opened,
10403 so that the casing exceptions are correctly read.
10404 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10405 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10406 to open the project file, since the latter does not work with
10407 speedbar Get default values before loading the prj file, or the
10408 default executable file name is wrong. Use the absolute value of
10409 src_dir to initialize ada-search-directories and
10410 compilation-search-path,... Add the standard runtime library to
10411 the search path for find-file.
10412 (ada-prj-default-debugger): Was missing an opening '{'
10413 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10414 variables.
10415 (ada-prj-default-gnatmake-opt): New variable
10416 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10417 buffers, the project file is the default one Save the windows
10418 configuration before displaying the menu.
10419 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10420 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10421 ...) regexp-quote identifiers names to support operators +,
10422 -,... in regexps.
10423 (ada-remote): New function.
10424 (ada-run-application): Erase the output buffer before starting the
10425 run Support remote execution of the application. Use
10426 call-process, or the arguments are incorrectly parsed
10427 (ada-set-default-project-file): Reread the content of the active
10428 project file, not the one from the current buffer When a project
10429 file is set as the default project, all directories are
10430 automatically associated with it.
10431 (ada-set-environment): New function
10432 (ada-treat-cmd-string): New special variable ${current}
10433 (ada-treat-cmd-string): Revised. The substitution is now done for
10434 any ${...} substring
10435 (ada-xref-current): If no body was found, compiles the spec
10436 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10437 compiler to get rid of command line length limitations.
10438 (ada-xref-get-project-field): New function
10439 (ada-xref-project-files): New variable
10440 (ada-xref-runtime-library-specs-path)
10441 (ada-xref-runtime-library-ali-path): New variables
10442 (ada-xref-set-default-prj-values): Default run command now does a
10443 cd to the build directory. New field: main_unit Provide a default
10444 file name even if the current buffer has no prj file.
10445
10446 * ada-prj.el:
10447 Rewritten to show a tabbed-dialog.
10448 (ada-prj-add-ada-menu): Remove the map and name parameters.
10449 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10450 New function
10451 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10452 (ada-prj-load-from-file): New function
10453 (ada-prj-save): Always save fields that depend on the current buffer
10454 (ada-prj-show-value): New function
10455
10456 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10457 Ada mode. This will allow us to display the Ada menu in any buffer
10458 we want (for project items).
10459 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10460 number of spaces in the header.
10461
10462 2000-07-24 Dave Love <fx@gnu.org>
10463
10464 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10465
10466 2000-07-23 Noah Friedman <friedman@splode.com>
10467
10468 * type-break.el (type-break): perform autosave.
10469 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10470 (type-break-do-query): Cancel query schedule while performing
10471 actual query, to avoid possibility of a second query being made
10472 while first one is already in progress.
10473 (type-break-time-stamp-format): New variable.
10474 (type-break-time-stamp): New function.
10475 (type-break-time-warning): Use it.
10476 (type-break-keystroke-warning): Use it.
10477 (type-break-noninteractive-query): Use it.
10478
10479 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10480 cookie.
10481 Use add-minor-mode to set minor-mode-alist, if available.
10482 (eldoc-echo-area-use-multiline-p): New user option.
10483 (eldoc-echo-area-multiline-supported-p): New variable.
10484 (eldoc-docstring-format-sym-doc): Use them.
10485 (eldoc-mode): If not using idle timers, append to local post and
10486 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10487 (eldoc-display-message-no-interference-p): Don't interfere with
10488 edebug.
10489 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10490 (eldoc-function-arglist): New function.
10491 (eldoc-function-argstring): Use it.
10492
10493 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10494 auto save directory exists before calling directory-files.
10495
10496 2000-07-23 Dave Love <fx@gnu.org>
10497
10498 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10499 ^o, ^u.
10500
10501 2000-07-21 Dave Love <fx@gnu.org>
10502
10503 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10504 now passed to the function. It now works properly.
10505
10506 * smerge-mode.el (smerge-mode-menu): Fill it out.
10507
10508 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10509
10510 * info-look.el (info-lookup): If *info* is shown in another frame
10511 on the same display, select that frame, instead of switching to
10512 the Info buffer in another window of the selected frame.
10513
10514 * simple.el (universal-argument-map): Bind numeric keypad keys
10515 kp-0 to kp-9 and kp-subtract.
10516 (digit-argument): Handle these keys.
10517
10518 2000-07-20 Dave Love <fx@gnu.org>
10519
10520 * net/goto-addr.el (goto-address-fontify): Don't bother with
10521 buffer-modified and read-only stuff -- irrelevant with overlays.
10522 Put an extra property on the overlays and use it to clean up in
10523 case goto-address is re-run.
10524
10525 2000-07-19 Richard M. Stallman <rms@gnu.org>
10526
10527 * timer.el (run-with-idle-timer): Doc fix.
10528
10529 * mail/mail-utils.el (mail-strip-quoted-names):
10530 Handle case where <...> appears inside "...".
10531 Use replace-match to edit the string more simply.
10532 (rmail-dont-reply-to): Cope with an unmatched ".
10533
10534 2000-07-19 Dave Love <fx@gnu.org>
10535
10536 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10537 implementation.
10538
10539 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10540 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10541 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10542
10543 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10544
10545 * textmodes/refer.el: Correct maintainer's email address.
10546
10547 * progmodes/hideif.el: Correct author's email address.
10548 Fix typo in comment.
10549
10550 * xml.el: New file.
10551
10552 * mail/mailheader.el: Correct author's mail address.
10553
10554 * gnus/parse-time.el: Correct author's mail address.
10555
10556 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10557
10558 * comint.el (comint-highlight-input, comint-highlight-face):
10559 New user options.
10560 (comint-input-ring-file-name): Change custom type.
10561 (comint-mode-map): Bind mouse-2.
10562 (comint-insert-clicked-input): New function.
10563 (comint-send-input): Handle input highlighting.
10564
10565 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * mouse.el (popup-menu): New function.
10568 (mouse-major-mode-menu): Use it.
10569
10570 2000-07-18 Dave Love <fx@gnu.org>
10571
10572 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10573 improvements.
10574
10575 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10576
10577 * faces.el (face-font-selection-order)
10578 (face-font-family-alternatives): Add custom type.
10579
10580 2000-07-18 Dave Love <fx@gnu.org>
10581
10582 * cus-edit.el (custom-variable-reset-saved)
10583 (custom-variable-reset-standard): Remove unused bindings.
10584
10585 * rect.el (open-rectangle-line): Remove unused let.
10586
10587 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10588
10589 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10590
10591 * cdl.el: Fix `Maintainer' keyword.
10592
10593 * play/pong.el: Add author's email address.
10594
10595 2000-07-17 Sam Steingold <sds@gnu.org>
10596
10597 * files.el (insert-directory): Call `split-string' instead of
10598 re-implementing it.
10599
10600 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10601
10602 * mail/vms-pmail.el: Change maintainer to FSF.
10603
10604 * net/goto-addr.el: Change maintainer to FSF.
10605
10606 * info.el (Info-title-face-alist): Removed.
10607
10608 2000-07-18 David Ponce <david@dponce.com>
10609
10610 * recentf.el (recentf-open-files): New command that works like
10611 `recentf-open-more-files', but shows the whole list of files (not just
10612 those omitted from the menu). Useful if you don't use a menu-bar!
10613 (recentf-open-more-files) Modified to use `recentf-open-files'.
10614
10615 (recentf-open-files, recentf-open-more-files)
10616 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10617
10618 (recentf-dialog-mode): New mode for dialogs. You can now just type
10619 "q" to cancel the dialogs.
10620
10621 2000-07-18 David Ponce <david@dponce.com>
10622
10623 * recentf.el: This is a major update of recentf.el. It adds new
10624 features to better organize the recentf menu and "More..." buffer.
10625
10626 Using new provided menu filtering functions you can now organize the
10627 recent files list:
10628
10629 - by major modes
10630 - by directories
10631 - by user defined rules
10632
10633 Finally, with the new `recentf-filter-changer' customizable filter you
10634 can define a ring of filters and dynamically (via the menu) cycle on
10635 each menu organization in the ring (a la msb).
10636
10637 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10638
10639 * eshell/eshell.el (eshell): Replace links to eshell.info with
10640 links to eshell, to avoid problems on systems where the manual is
10641 installed as `eshell'.
10642 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10643 * eshell/em-smart.el (eshell-smart): Ditto.
10644 * eshell/em-banner.el (eshell-banner): Ditto.
10645 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10646
10647 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10648 same-file check in the MS-DOS version (it does support inodes).
10649
10650 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10651
10652 * eshell/eshell.el (eshell-directory-name):
10653 Run default directory name through convert-standard-filename.
10654
10655 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10656
10657 * international/mule-cmds.el (select-safe-coding-system):
10658 Fix typo in the comment.
10659
10660 * language/european.el (compound-text):
10661 Force katakana-jisx0201 to be designated to G1.
10662
10663 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10664 Don't translate some national variant characters of latin-jisx0201.
10665 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10666
10667 * international/kkc.el (kkc-after-update-conversion-functions):
10668 New variable.
10669 (kkc-update-conversion): Run functions in it at the tail.
10670
10671 2000-07-16 John Wiegley <johnw@gnu.org>
10672
10673 * lisp/align.el (align-newline-and-indent):
10674 Adding new function. for auto-aligning blocks of code on RET.
10675 (align-region): Fixed badly formatted minibuffer message.
10676
10677 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10678
10679 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10680 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10681 the conversion list at first if appropriate.
10682 (kkc-next): Don't update kkc-next-count here.
10683 (kkc-prev): Don't update kkc-prev-count here.
10684 (kkc-show-conversion-list-update): Fix setting up of conversion
10685 list message.
10686
10687 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10688
10689 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10690
10691 2000-07-16 Dave Love <fx@gnu.org>
10692
10693 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10694 function to be more specific.
10695
10696 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10697 non-string help-echo.
10698 (widget-types-convert-widget): Defsubst it.
10699 (widget-echo-help): Try to cope with a help-echo function of two
10700 possible sorts.
10701
10702 2000-07-15 Jason Rumney <jasonr@gnu.org>
10703
10704 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10705 Declare as obsolete.
10706
10707 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10708
10709 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10710
10711 * hilit-chg.el: Fix typo.
10712
10713 2000-07-14 Dave Love <fx@gnu.org>
10714
10715 * info.el (Info-mode-menu): Fix use of :help, :enable.
10716
10717 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10718
10719 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10720
10721 2000-07-13 Dave Love <fx@gnu.org>
10722
10723 * emacs-lisp/easymenu.el: Doc fixes.
10724 (easy-menu-remove): Defalias to ignore.
10725
10726 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10727 Call throw correctly.
10728
10729 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10730
10731 * faces.el (frame-background-mode): Doc fix.
10732
10733 * simple.el (eval-expression-print-length): Change custom type to
10734 allow entering nil as value.
10735
10736 2000-07-13 Dave Love <fx@gnu.org>
10737
10738 * progmodes/fortran.el (fortran-imenu-generic-expression):
10739 Change definition layout.
10740 (fortran-mode-menu): Reinstate customize entries.
10741
10742 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10743 Use :filter, per old XEmacs code.
10744
10745 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10746
10747 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10748 event when deciding what to send to the terminal.
10749
10750 2000-07-12 Dave Love <fx@gnu.org>
10751
10752 * cus-start.el: Add optional version as 4th element of specs and
10753 use it for several things new in v21. Remove load-path. Fix type
10754 of line-number-display-limit.
10755
10756 2000-07-11 Dave Love <fx@gnu.org>
10757
10758 * progmodes/fortran.el: Don't require easymenu.
10759 Use repeat counts in various regexps.
10760 (fortran-mode-syntax-table): Defvar directly.
10761 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10762 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10763 Use defvar, not defconst.
10764 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10765 (fortran-mode): Set fortran-comment-line-start-skip,
10766 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10767 (fortran-comment-indent): Use defsubst.
10768 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10769 Use fortran-comment-indent, not fortran-comment-indent-function.
10770 (fortran-comment-region, fortran-electric-line-number): Simplify.
10771 (fortran-auto-fill): New function.
10772 (fortran-do-auto-fill): Deleted.
10773 (fortran-find-comment-start-skip):
10774 Check for non-null comment-start-skip.
10775 (fortran-auto-fill-mode, fortran-fill-statement):
10776 Use fortran-auto-fill.
10777 (fortran-fill): Use fortran-auto-fill. Check for null
10778 comment-start-skip. Simplify final clause and use end-of-line finally.
10779
10780 * widget.el (widget-plist-member): New alias.
10781
10782 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10783
10784 * eshell/esh-module.el (toplevel): Reference
10785 byte-compile-current-file only if it is bound.
10786
10787 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10788
10789 * dired.el: Don't require `dired-aux'.
10790
10791 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10792
10793 * dired-aux.el (dired-show-file-type): New function.
10794 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10795 (dired-show-file-type): Add autoload.
10796
10797 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10798
10799 * international/mule-diag.el (describe-font): Adjusted for the
10800 change of fontset-info.
10801 (print-fontset): Likewise.
10802
10803 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10804
10805 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10806
10807 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10808
10809 * bindings.el: Bind `[delete]' to delete-char.
10810
10811 * dired.el (dired-find-alternate-file): New function.
10812 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10813 (toplevel): Require dired-aux when compiling.
10814 (dired-buffers): Move defvar within file to avoid compiler warning.
10815
10816 * info.el (Info-last-search): Variable removed.
10817 (Info-search-history): New variable.
10818 (Info-search): New Info-search-history.
10819
10820 * battery.el, info-look.el: Change author's mail address.
10821
10822 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10823
10824 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10825 if rmail-ignored-headers is nil.
10826 (rmail-retry-failure): Bind rmail-ignored-headers and
10827 rmail-displayed-headers to nil.
10828
10829 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10830
10831 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10832 (print-region-1): Don't hard code `-h' here.
10833
10834 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10835
10836 2000-07-01 Francesco Potorti` <pot@gnu.org>
10837
10838 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10839 exim can use "your message" instead of "the message".
10840
10841 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10842
10843 * facemenu.el: Docstrings fixes.
10844 (facemenu-get-face): Don't use internal-find-face.
10845 (facemenu-iterate): Rename arg to match the docstring.
10846
10847 * newcomment.el (uncomment-region): Be more careful when skipping
10848 backwards over `=' not to bump into BOBP.
10849
10850 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10851
10852 * ediff-diff.el (ediff-wordify): Use syntax table.
10853 * ediff-init.el (ediff-has-face-support-p): Use
10854 ediff-color-display-p.
10855 (ediff-color-display-p): Use display-color-p, changed to defun
10856 from defsubst.
10857 Got rid of special cases for NeXT and OS/2.
10858 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10859 face.
10860
10861 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10862
10863 * emacs-lisp/lucid.el: Require CL.
10864 (copy-tree, remprop): Remove, it's provided by CL.
10865 (map-keymap): Define in terms of cl-map-keymap.
10866 (extent-property, set-extent-end-glyph): New functions.
10867
10868 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10869
10870 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10871
10872 * Makefile.in (DONTCOMPILE): Add comment that the name may
10873 not be changed without changing the make-dist script.
10874
10875 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10876 (cl-mapc): Use mapc instead of cl-old-mapc.
10877
10878 2000-07-05 Andrew Innes <andrewi@gnu.org>
10879
10880 * makefile.nt: Add support for `bootstrap' and related targets.
10881
10882 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10883
10884 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10885 (easy-menu-do-define): Use `menu-item' format.
10886 Handle case where easy-menu-create-menu returns a symbol.
10887 Manually call the potential top-level filter in the function binding.
10888 (easy-menu-filter-return): New arg NAME.
10889 Convert to a keymap if MENU is an XEmacs menu.
10890 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10891 (easy-menu-converted-items-table, easy-menu-convert-item):
10892 New var and fun to memoize easy-menu-convert-item-1.
10893 (easy-menu-do-add-item): Use it.
10894 (easy-menu-create-menu): Use easy-menu-convert-item.
10895 Wrap easy-menu-filter-return around any :filter specification.
10896 Don't convert the menu if a filter was specified.
10897 Tell easy-menu-make-symbol not to check for MENU being an expression.
10898 (easy-menu-make-symbol): New arg NOEXP.
10899
10900 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10901
10902 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10903 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10904 (eval-defun): If called with prefix arg, instrument code for
10905 Edebug.
10906
10907 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10908 similar to that of eval-defun.
10909
10910 2000-07-04 Dave Love <fx@gnu.org>
10911
10912 * hl-line.el (hl-line-overlay): Make it permanent-local.
10913
10914 * calendar/todo-mode.el: Replaced with a working version, based on
10915 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10916
10917 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10918
10919 * paths.el (prune-directory-list): New function.
10920 (Info-default-directory-list): Rewritten to more methodically
10921 enumerate a big list of possible info directories (based on the
10922 list used by the standalone info reader).
10923
10924 * info.el (info-initialize): Use prune-directory-list to remove
10925 non-existent directories from Info-directory-list.
10926
10927 * paths.el (Info-default-directory-list): Try a list of possible
10928 info-directories instead of a single one. Add the possible
10929 info directory "/usr/share/info".
10930
10931 * woman.el (woman-man.conf-path): Explicitly include the debian
10932 man-db config file "/etc/manpath.config".
10933 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10934 are present in `manpath.config'.
10935 (woman-manpath): Include "/usr/share/man".
10936
10937 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10938
10939 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10940
10941 * startup.el (command-line): Initialize blink-cursor based
10942 on window-system.
10943
10944 * frame.el (blink-cursor): Default to nil if not running under
10945 a window-system.
10946
10947 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10948 (face-x-resources): Remove duplicate entry for :font.
10949
10950 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10951 instead of cycling through windows with next-window.
10952
10953 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10954 of cycling through windows with next-window.
10955
10956 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10957 of cycling through windows with next-window.
10958
10959 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10960 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10961 instead of cycling through windows with next-window.
10962
10963 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10964 instead of cycling through windows with next-window.
10965
10966 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10967 of cycling through windows with next-window.
10968
10969 * terminal.el (te-process-output): Use walk-windows instead of
10970 cycling through windows with next-window.
10971
10972 * server.el (server-switch-buffer): Use some-window instead of
10973 cycling through windows with next-window.
10974
10975 * window.el (some-window): New function.
10976 (walk-windows): Remove reference to walk-windows-start.
10977
10978 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10979
10980 2000-07-03 Richard Stallman <rms@gnu.org>
10981
10982 * window.el (walk-windows): Guarantee termination by keeping a list
10983 of all the windows already handled.
10984
10985 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10986
10987 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10988 window-system.
10989
10990 * man.el (Man-notify-when-ready): Don't use window-system. If
10991 Man-notify-method is newframe, and the display is not
10992 multi-frame, select the frame created for the man page.
10993 (Man-init-defvars): Doc fix.
10994
10995 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10996
10997 * faces.el (region): Change background color for light background.
10998
10999 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11000 attribute from mode-line face of Ediff control frame.
11001
11002 * replace.el (query-replace-map): Bind `e' like `E'.
11003
11004 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11005
11006 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11007 Change name to "Select All".
11008
11009 * dos-fns.el (convert-standard-filename): Fix last change.
11010
11011 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11012
11013 * help.el (describe-variable): Don't insert a second `'s' in front
11014 of the string `value is shown below'. Since the syntax-table is
11015 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11016 an existing `'s', so that this won't be deleted.
11017
11018 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11019 * pcmpl-unix.el: New files.
11020
11021 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11022
11023 * wid-edit.el (widget-member): Use the new plist-member.
11024
11025 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11026
11027 * replace.el (perform-replace): Undo change of 2000-04-04.
11028 Instead, move backward 1 character at the end of the loop when
11029 necessary.
11030
11031 * faces.el (fringe): Change face for different backgrounds.
11032
11033 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11034 patch from John.
11035
11036 * eshell/*.el: Change spelling of the Free Software Foundation.
11037
11038 * eshell/esh-toggle.el: Removed.
11039
11040 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11041
11042 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11043 interactively.
11044
11045 2000-06-26 Alex Schroeder <alex@gnu.org>
11046
11047 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11048 `define-key'; instead of checking `(emacs-version)' check for
11049 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11050 for `;' and `o' which might be electric.
11051
11052 (sql-electric-stuff): New user option.
11053 (sql-magic-go): New function which uses `sql-electric-stuff'.
11054 (sql-magic-semicolon): New function which uses
11055 `sql-electric-stuff'.
11056
11057 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11058 is not fboundp.
11059
11060 (sql-oracle-options): New variable.
11061 (sql-oracle): Use it.
11062
11063 (sql-imenu-generic-expression): Doc change.
11064 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11065 is used.
11066
11067 (sql-informix): Added command line parameter "-" to force
11068 sql-informix-program to use stdout.
11069
11070 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11071
11072 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11073 (cp864-decode-table): Doc fix.
11074 (cp720-decode-table): New variable, supports the Arabic OEM
11075 codepage used by Windows.
11076 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11077
11078 2000-06-23 Dave Love <fx@gnu.org>
11079
11080 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11081 (font-lock-fontify-anchored-keywords): Use
11082 line-beginning-position.
11083 (global-font-lock-mode): Use mapc.
11084
11085 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11086
11087 * eshell/esh-module.el: Require CL when compiling.
11088
11089 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11090
11091 * comint.el (comint-substitute-in-file-name): Call replace-match
11092 with second and third arg t.
11093
11094 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11095 Specify foreground color.
11096
11097 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11098 color.
11099
11100 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11101
11102 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11103 cddr instead of cdddr.
11104
11105 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11106 instead of copy-list.
11107
11108 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11109 of copy-list.
11110
11111 * subdirs.el: Add eshell subdirectory.
11112
11113 * eshell: New subdirectory containing the Eshell package.
11114
11115 * pcomplete.el: New file.
11116
11117 2000-06-23 Paul Eggert <eggert@twinsun.com>
11118
11119 * mail/mailpost.el (post-mail-send-it): Make sure file has
11120 proper permissions from birth.
11121
11122 * files.el (basic-save-buffer-2): When temporarily setting
11123 file modes, set them to current modes plus 0200, not to 0777.
11124
11125 * emerge.el (emerge-make-temp-file): Make sure file has proper
11126 permissions from birth.
11127
11128 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11129
11130 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11131 backup file name through convert-standard-filename.
11132
11133 * dos-fns.el (convert-standard-filename): Convert leading
11134 directories as well. When long file names are supported, convert
11135 characters that are invalid in Windows file names.
11136
11137 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11138
11139 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11140 ps-print crashes. New feature: page selection for printing. Create
11141 raw-text-unix coding system for XEmacs. Doc fix.
11142 (ps-print-version): New version number (5.2.3).
11143 (ps-plot-region): Bug fix.
11144 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11145 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11146 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11147 funs.
11148 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11149 (ps-last-page): New vars.
11150
11151 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11152
11153 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11154 empty option string.
11155
11156 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11157
11158 * man.el (man): Doc fix.
11159
11160 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11161
11162 * international/mule-cmds.el (set-language-info-alist): Docstring
11163 fixed.
11164
11165 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11166
11167 * version.el (emacs-version): Use ISO date format.
11168
11169 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11170 instead of `M-backspace'.
11171
11172 * simple.el (turn-off-auto-fill): New function.
11173
11174 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11175
11176 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11177 Renamed from with-buffer-prepared-for-font-lock and use
11178 inhibit-modification-hooks rather than setting *-change-functions.
11179 Update all functions to use the new name.
11180 (jit-lock-first-unfontify-pos): New semantics (and doc).
11181 (jit-lock-mode): Make non-interactive.
11182 Don't automatically turn on font-lock.
11183 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11184 Always use jit-lock-after-change.
11185 Remove and restore font-lock-after-change-function.
11186 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11187 (jit-lock-after-unfontify-buffer): Remove.
11188 (jit-lock-stealth-fontify):
11189 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11190 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11191
11192 2000-06-20 Sam Steingold <sds@gnu.org>
11193
11194 * emacs-lisp/cl-indent.el (toplevel): Indent
11195 `print-unreadable-object' properly. Untabify.
11196
11197 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11198
11199 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11200 Support for bibentry.
11201 (reftex-compile-variables): Fixed problem with end of section-re.
11202
11203 * texmodes/reftex-dcr.el (reftex-view-crossref,
11204 reftex-view-crossref-from-bibtex):
11205 Deal with changed `reftex-find-citation-regexp-format'.
11206 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11207 Replaced `remprop' with `put'.
11208 (reftex-view-crossref, reftex-view-crossref-when-idle):
11209 Support for bibentry.
11210
11211 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11212 New entry for bibentry package.
11213
11214 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11215 Regexp also matches "\nobibliography".
11216
11217 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11218 Call `reftex-ensure-write-access' before doing anything.
11219 (reftex-ensure-write-access): New function.
11220
11221 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11222
11223 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11224
11225 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11226
11227 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11228
11229 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11230
11231
11232 2000-06-20 Dave Love <fx@gnu.org>
11233
11234 * faces.el (frame-background-mode): Use set-default, not set, in
11235 setter.
11236 (frame-update-faces, frame-update-face-colors): Define with
11237 defalias.
11238
11239 * enriched.el (enriched-decode-foreground)
11240 (enriched-decode-background): Don't use internal-find-face.
11241
11242 * apropos.el: Doc fixes.
11243
11244 * cus-edit.el (customize-changed-options): Check arg.
11245 (customize-version-lessp): Don't require decimal point.
11246
11247 * custom.el (defcustom, defgroup): Doc fix.
11248
11249 * newcomment.el (comment) <defgroup>: Add :version.
11250 (comment-multi-line): Doc fix.
11251
11252 * emulation/mlsupport.el (define-hooked-local-abbrev,
11253 define-hooked-global-abbrev): Fix, using define-abbrev.
11254
11255 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11256
11257 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11258 the whole buffer.
11259
11260 2000-06-19 Dave Love <fx@gnu.org>
11261
11262 * menu-bar.el (menu-bar-options-save): New function.
11263 (menu-bar-options-menu): Use it.
11264 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11265 Simplify.
11266
11267 2000-06-19 Andreas Schwab <schwab@suse.de>
11268
11269 * progmodes/etags.el (tags-query-replace): Put new parameters
11270 START and END at the end, for backward compatibility.
11271
11272 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/codepage.el:
11275 (cp-coding-system-for-codepage-1): Delete special codes for
11276 generating xxx-dos coding system because now a CCL based coding
11277 system can handle EOL conversion by default.
11278
11279 * international/mule.el (make-coding-system): Generate subsidiary
11280 coding systems for EOL handling variants even for a CCL based
11281 coding system.
11282
11283 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11284
11285 * international/isearch-x.el (isearch-minibuffer-input-method)
11286 (isearch-minibuffer-input-method-function): These variables
11287 deleted.
11288 (isearch-with-input-method): Don't use the above variables.
11289 (isearch-process-search-multibyte-characters): Likewise. Call
11290 read-string with the arg INHERIT-INPUT-METHOD t.
11291
11292 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * font-lock.el (font-lock-after-fontify-buffer)
11295 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11296
11297 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11298 Use consistent make-local-variable style for font-lock-fontified.
11299 (jit-lock-fontify-buffer):
11300 Don't bother checking for font-lock-mode and jit-lock-mode.
11301
11302 * time.el: Remove trailing ^M that prevent CVS-merging.
11303
11304 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11305
11306 * Makefile.in (distclean): New target.
11307
11308 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11309
11310 * Makefile.in (srcdir): Define for update-subdirs.
11311
11312 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11313
11314 * find-lisp.el: New file.
11315
11316 2000-06-16 Andrew Innes <andrewi@gnu.org>
11317
11318 * time.el (display-time-mail-function): New variable, to allow
11319 external packages to indicate when new mail is available.
11320 (display-time-update): Use it.
11321
11322 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11323
11324 * international/mule.el (mule-version): Change version name to
11325 SAKAKI. AOI has already been used by Meadow.
11326
11327 * international/quail.el (quail-show-guidance-buf): To find the
11328 bottom window (but minibuffer), pay attention to the height of
11329 minibuffer.
11330
11331 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11332
11333 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11334 menu-bar menus. Add help strings. Don't remove the Edit menu
11335 from the menu bar, as the menu bar has enough space now.
11336
11337 * Makefile.in (SHELL): Make sure /bin/sh is used.
11338
11339 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11340 characters, which use series of two ^H characters instead of one.
11341
11342 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11343
11344 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11345 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11346 functions.
11347 (Info-find-node-2): Try a case-sensitive search first, then
11348 do a case-insensitive search.
11349
11350 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11351 tutorials.
11352
11353 * complete.el (PC-env-vars-alist): New variable.
11354 (PC-complete-as-file-name): New function.
11355 (partial-completion-mode): Initialize PC-env-vars-alist from
11356 process-environment.
11357 (PC-do-completion): Handle completion of env vars.
11358
11359 * info.el (Info-set-mode-line): Show file name in mode line,
11360 use `*Info*' instead of `Info:'.
11361
11362 * startup.el (command-line-1): Change copyright messages to year
11363 2000.
11364
11365 2000-06-15 Dave Love <fx@gnu.org>
11366
11367 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11368 not local-map.
11369
11370 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11371
11372 * international/mule.el (set-buffer-file-coding-system): Almost
11373 rewritten to handle `undecided' as no-op.
11374
11375 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11376
11377 * Makefile.in: New file.
11378
11379 * Makefile: Removed.
11380
11381 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11382 (goto-address-highlight-keymap): Bind C-c RET.
11383
11384 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11385
11386 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11387 inherits buffer-file-coding-system of the current buffer.
11388
11389 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11390 0. Give correct argument to set-auto-coding-function.
11391 (tar-expunge): For goto-char, use (point-min), not 0.
11392 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11393 (tar-subfile-save-buffer): Likewize.
11394
11395 * international/mule.el
11396 (after-insert-file-set-buffer-file-coding-system): Call
11397 set-buffer-file-coding-system with the arg FORCE t.
11398
11399 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11400
11401 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11402 nil. Contemporary sendmails issue an X-Authentication-Warning if
11403 the sender is set with `-f'.
11404
11405 2000-06-13 Dave Love <fx@gnu.org>
11406
11407 * help.el (describe-function-1): Kluge around cases of functions
11408 fset to subrs whose doc doesn't match their symbol-name.
11409
11410 * image.el (insert-image): Default STRING to a space.
11411
11412 * info.el Doc fixes.
11413 (Info-build-node-completions): Match Ref tags.
11414
11415 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11416
11417 * frame.el (display-multi-frame-p, display-multi-font-p): New
11418 defaliases for display-graphic-p.
11419
11420 * hl-line.el: Fixed a typo in commentary.
11421
11422 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11423
11424 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11425 fixed.
11426
11427 2000-06-12 Dave Love <fx@gnu.org>
11428
11429 * image.el (insert-image): Save a little consing.
11430
11431 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11432
11433 * language/tibet-util.el: Convert all tibetan-1-column characters
11434 to the corresponding tibetan characters.
11435 (tibetan-add-components): Delete code for the special treatment of
11436 'a chung.
11437
11438 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11439 change.
11440 (tibetan-vowel-transcription-alist): More rules added.
11441 (tibetan-composite-vowel-alist): New variable.
11442 (tibetan-precomposition-rule-alist): More rules added.
11443
11444 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11445
11446 * startup.el (command-line): Only call menu-bar-mode if interactive.
11447
11448 * thingatpt.el (toplevel symbol-properties):
11449 * textmodes/makeinfo.el (makeinfo-compile):
11450 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11451 * progmodes/hideif.el (hif-compress-define-list)
11452 (hide-ifdef-use-define-alist):
11453 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11454 (ange-ftp-vms-add-file-entry):
11455 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11456 * man.el (Man-build-man-command):
11457 * mail/rnewspost.el (news-reply-header-hook):
11458 * info.el (Info-insert-dir):
11459 * emulation/mlconvert.el (backward-word, forward-word, setq):
11460 * emacs-lisp/gulp.el (gulp-send-requests):
11461 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11462 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11463 (byte-optimize-apply, end of file):
11464 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11465 (ad-make-freeze-definition):
11466 * startup.el (command-line, command-line-1): Don't quote lambdas.
11467
11468 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11469 (cvs-cleanup-removed): New function.
11470 (cvs-cleanup-functions): New var.
11471 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11472 some flexibility in specifying additional entries to auto-cleanup.
11473 (cvs-quickdir): New function.
11474 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11475 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11476 (cvs-mode-find-file): Check that we are on a filename or dirname
11477 when invoked through a mouse-click.
11478 (cvs-full-path): Remove.
11479 (cvs-dired-action): Re-introduced.
11480 (cvs-dired-noselect): Use it.
11481 (vc-post-command-functions): use this new hook if available.
11482
11483 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11484 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11485 (cvs-filename-map, cvs-dirname-map): Remove.
11486 (cvs-default-action): Remove.
11487 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11488 if the arg is really a keymap.
11489 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11490 Don't hardcode the mapping from state (aka type) to face, but check
11491 the var cvs-fi-<type>-face instead.
11492 (cvs-fileinfo-from-entries): New function.
11493
11494 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11495 Docstring fix.
11496 (cvs-find-file-and-jump): Change default to be safer.
11497 (cvs-mode-diff-map): Define it as a function as well.
11498 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11499 Bind mouse-2 in this global map rather than with text-properties.
11500
11501 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11502 file to resolve the ambiguity between C(conflict) and C(need-merge).
11503
11504 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11505
11506 * international/mule.el (set-buffer-file-coding-system): If
11507 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11508 unconditionally.
11509
11510 2000-06-12 Dave Love <fx@gnu.org>
11511
11512 * wid-edit.el (widget-specify-button): Really suppress the face if
11513 required.
11514
11515 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11516
11517 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11518
11519 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11520
11521 * imenu.el (imenu-generic-expression): Docstring fix.
11522
11523 * composite.el (composition-function-table): Move the `put'
11524 below the autoload cookie so we can load the file before loaddefs.
11525
11526 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11527
11528 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11529 Handle easy-mmode-define-global-mode.
11530 For complex macros like define-minor-mode that can generate
11531 several autoload entries, try to autoload entries in the
11532 macroexpanded code.
11533
11534 * emacs-lisp/easy-mmode.el (define-minor-mode):
11535 If KEYMAP is a symbol, just use it.
11536 Use byte-compile-current-file and load-file-name to infer the
11537 proper :require to pass to defcustom.
11538 Wrap the hook var into `progn' so as not to autoload it.
11539 Add a :autoload-end cookie.
11540 Be more careful about the evaluation of KEYMAP.
11541 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11542 (define-derived-mode): Move define-abbrev-table outside of defvar.
11543
11544 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11545
11546 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11547 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11548 (backup-compiled-files): Ignore errors during `tar'.
11549 (bootstrap): Make autoloads before elc files.
11550
11551 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11552
11553 * international/mule.el (set-buffer-file-coding-system): If one of
11554 undecided-XXX is specified, change only EOL conversion.
11555
11556 * international/mule-conf.el (unix): New alias for the coding
11557 system undecided-unix.
11558
11559 2000-06-09 Dave Love <fx@gnu.org>
11560
11561 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11562
11563 * progmodes/executable.el: Byte compile dynamic.
11564 (executable-insert): Change custom type.
11565 (executable-find): Add autoload cookie.
11566 (executable-make-buffer-file-executable-if-script-p): New
11567 function. After Noah Friedman.
11568
11569 * files.el (after-save-hook): Customize, with
11570 executable-make-buffer-file-executable-if-script-p as an option.
11571
11572 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11573
11574 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11575 "tib24p-mule.bdf" for Tibetan.
11576
11577 * composite.el (decompose-composite-char): Declare it as obsolete.
11578
11579 * man.el (Man-fontify-manpage): Pay attention to underline and
11580 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11581
11582 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11583
11584 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11585 Set maintainer to FSF since author isn't reachable.
11586
11587 2000-06-08 Dave Love <fx@gnu.org>
11588
11589 * international/mule-cmds.el (select-safe-coding-system): If
11590 DEFAULT-CODING-SYSTEM is not specified, also check the most
11591 preferred coding-system if buffer-file-coding-system is
11592 `undecided'. From Handa.
11593
11594 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11595
11596 * international/mule.el
11597 (after-insert-file-set-buffer-file-coding-system): If the buffer
11598 size is greater than INSERTED, judget that we are not visiting.
11599
11600 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11601
11602 * whitespace.el (defgroup whitespace): Comment out `:version'.
11603 XEmacs 20.4 has problems defining the group with this present.
11604 We'll have this commented out till get resolve the problem.
11605
11606 2000-06-07 John Wiegley <johnw@gnu.org>
11607
11608 * align.el (align-dq-string-modes, align-sq-string-modes)
11609 (align-open-comment-modes): Add pyhton-mode.
11610 (align-rules-list): Use get-text-property instead of
11611 text-properties-at.
11612 (align-rules-list): Add python-assignment.
11613 (align-rules-list): Change perl-comma-delimiter to
11614 basic-comma-delimiter. Use if for Perl modes and python-mode.
11615 (align-rules-list): Add python-chain-logic and
11616 basic-line-continuation.
11617
11618 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11619
11620 * apropos.el (apropos-mode-hook): New user variable.
11621 (apropos-mode): Run apropos-mode-hook.
11622
11623 2000-06-07 David Ponce <david@dponce.com>
11624
11625 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11626 commands. Require `wid-edit' at run-time.
11627
11628 2000-06-07 David Ponce <david@dponce.com>
11629
11630 * recentf.el: Added some "Commentary".
11631 (recentf-open-more-files, recentf-edit-list): Minor changes to
11632 move the point at the top of the file list. This behaviour is
11633 consistent with the menu one when the list contains a lot of
11634 files.
11635 (recentf-cleanup): Now displays the number of items removed from
11636 the list.
11637 (recentf-relative-filter) New menu filter to show filenames
11638 relative to `default-directory'.
11639
11640 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11641
11642 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11643 with/without giving an error if PostScript printer doesn't have this
11644 kind of page size. Zebra Stripe continues or restarts on next page.
11645 Manual/automatic paper feeding. Switch or not the header.
11646 (ps-print-version): New version number (5.2.2).
11647 (ps-windows-system): Include emx as a Windows system.
11648 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11649 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11650 (ps-background-text): Code fix.
11651 (ps-error-handler-message, ps-user-defined-prologue)
11652 (ps-print-prologue-header, ps-printer-name)
11653 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11654 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11655 (ps-use-face-background): Customization fix.
11656 (ps-n-up-database): Data fix.
11657 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11658 (ps-switch-header): New vars.
11659 (ps-xemacs-color-name, ps-face-foreground-name)
11660 (ps-face-background-name, ps-boolean-constant): New funs.
11661
11662 2000-06-07 Dave Love <fx@gnu.org>
11663
11664 * allout.el: New version from Manheimer.
11665
11666 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11667
11668 * textmodes/fill.el (fill-find-break-point): Check the validity of
11669 charset.
11670
11671 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11672
11673 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11674 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11675 Call display-color-p and display-mouse-p instead of looking at
11676 window-system.
11677
11678 2000-06-06 Dave Love <fx@gnu.org>
11679
11680 * image.el (find-image): Doc fix. Return nil if image not found.
11681 (put-image, insert-image): Make STRING arg optional.
11682
11683 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11684
11685 * language/vietnamese.el: Remove eval-when-compile.
11686 (viet-viscii-nonascii-translation-table): Define it as a
11687 translation table made from viet-viscii-decode-table.
11688 (viet-viscii-encode-table): Define it as a translation table made
11689 from the reverse map of above.
11690 (viet-vscii-nonascii-translation-table): Define it as a
11691 translation table made from viet-vscii-decode-table.
11692 (viet-vscii-encode-table): Define it as a translation table made
11693 from the reverse map of above.
11694 (ccl-decode-viscii): Use translate-character.
11695 (ccl-encode-viscii, ccl-encode-viscii-font)
11696 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11697 Likewize.
11698
11699 * language/cyrillic.el: Remove eval-when-compile.
11700 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11701 translation table made from cyrillic-koi8-r-decode-table.
11702 (cyrillic-koi8-r-encode-table): Define it as a translation table
11703 made from the reverse map of above.
11704 (ccl-decode-koi8): Use translate-character.
11705 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11706 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11707 a translation table made from cyrillic-alternativnyj-decode-table.
11708 (cyrillic-alternativnyj-encode-table): Define it as a translation
11709 table made from the reverse map of above.
11710 (ccl-decode-alternativnyj): Use translate-character.
11711 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11712 Likewize
11713
11714 * international/mule-diag.el (non-iso-charset-alist): Specify
11715 translation table symbol instead of translation table itself.
11716 (list-block-of-chars): CHARSET may be a translation table symbol.
11717
11718 * international/mule.el (make-coding-system): If CODING-SYSTEM
11719 already exists, override it.
11720
11721 * international/fontset.el: Use family `proportional' for Tibetan
11722 fonts.
11723
11724 * international/ccl.el (ccl-compile-translate-character): Don't
11725 check if Rrr has property translation-table.
11726 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11727
11728 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11729
11730 * info.el: Bind case-fold-search to t when searching in case
11731 a user sets it to nil in a hook.
11732
11733 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11734
11735 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11736 * hl-line.el (hl-line-mode): Use the new :global key argument.
11737
11738 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11739 (tar-clip-time-string): Prepend a space.
11740 (tar-grind-file-mode): Construct a string rather than modifying one.
11741 (tar-header-block-summarize): Fix docstring.
11742 Use `format' rather than an error-prone set of copy-loops.
11743
11744 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11745 (diff-goto-source, diff-unified->context, diff-context->unified)
11746 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11747 understand the format output by the `-p' argument to diff.
11748
11749 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11750 (sh-re-done): Use defconst.
11751 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11752 (sh-help-string-for-variable, sh-guess-basic-offset):
11753 Don't quote lambdas.
11754 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11755 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11756
11757 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11758 (mh-letter-mode): Derive from text-mode.
11759 This implicitly means that it now calls kill-all-local-variables.
11760 Also remove the Emacs-18 compatibility code.
11761
11762 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11763 Make use of symbol-property doc-string-elt.
11764 Use memq rather than a sequence of eq.
11765 (doc-string-elt): Fix the wrong or missing previously unused values.
11766 (autoload-print-form): New function extracted from
11767 generate-file-autoloads to allow recursion when handling progn
11768 so that defvar's and defun's docstrings are properly printed.
11769 (generate-file-autoloads): Use it.
11770
11771 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11772 Use find-file-hooks in the minor-mode function.
11773 Be careful not to loop indefinitely in the post-command-hook function.
11774
11775 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11776
11777 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11778 tty's.
11779 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11780 differences whenever appropriate.
11781 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11782 * viper.el (find-file, find-file-other-window): Get viper to do
11783 wildcards.
11784
11785 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11786
11787 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11788 (jit-lock-fontify-buffer): New function for JIT refontification.
11789 (jit-lock-mode): Fix docstring.
11790 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11791 Remove jit-lock-after-change from the _local_ hook.
11792 (jit-lock-function-1): Fix docstring.
11793
11794 * info.el (Info-on-current-buffer): Initialize info.
11795
11796 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11797
11798 * progmodes/tcl.el (tcl-indent-for-comment):
11799 Ignore comment-indent-hook.
11800
11801 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11802 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11803 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11804 and improve to use the lighter to guess the capitalization.
11805 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11806 Add keyword arguments to specify global-ness or the custom group.
11807 Add local-map and help-echo properties to the lighter.
11808 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11809 (easy-mmode-define-global-mode): New macro.
11810
11811 2000-06-02 Dave Love <fx@gnu.org>
11812
11813 * wid-edit.el: byte-compile-dynamic since we typically don't use
11814 all the widgets. Don't require cl or widget. Remove
11815 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11816 (widget-read-event): Removed. Callers changed to use read-event.
11817 (widget-button-release-event-p): Renamed from
11818 button-release-event-p.
11819 (widget-field-add-space, widget-field-use-before-change):
11820 Uncustomize.
11821 (widget-specify-field): Use keymap property, not local-map.
11822 (widget-specify-button): Obey :suppress-face.
11823 (widget-specify-insert): Use modern backquote syntax.
11824 (widget-image-directory): Renamed from widget-glyph-directory.
11825 (widget-image-enable): Renamed from widget-glyph-enable.
11826 (widget-image-find): Replaces widget-glyph-find.
11827 (widget-button-pressed-face): Move defvar.
11828 (widget-image-insert): Replaces widget-glyph-insert.
11829 (widget-convert): Use keywordp.
11830 (widget-leave-text, widget-children-value-delete): Use mapc.
11831 (widget-keymap): Remove XEmacs stuff.
11832 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11833 (widget-button-click): Don't set point at the click, but re-centre
11834 if we scroll out of window. Rewritten for images v. glyphs &c.
11835 (widget-tabable-at): Use POS arg, not point.
11836 (widget-beginning-of-line, widget-end-of-line)
11837 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11838 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11839 (widget-default-create): Use widget-image-insert; some rewriting.
11840 (widget-visibility-value-create)
11841 (widget-push-button-value-create, widget-toggle-value-create): Use
11842 widget-image-insert.
11843 (checkbox): Create on and off images dynamically.
11844 (documentation-link): Change :help-echo.
11845 (widget-documentation-link-echo-help): Remove.
11846
11847 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11848
11849 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11850
11851 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11852 (easy-mmode-define-toggle, define-minor-mode): Use it.
11853 (easy-mmode-define-keymap): Docstring fix.
11854 (define-derived-mode): Default PARENT to fundamental-mode.
11855 Add the derived-mode-parent symbol-property.
11856 (easy-mmode-derived-mode-p): New function.
11857
11858 2000-06-02 Dave Love <fx@gnu.org>
11859
11860 * files.el (convert-standard-filename): Doc fix.
11861 (normal-backup-enable-predicate): New function.
11862 (backup-enable-predicate): Use it to replace the lambda form.
11863
11864 * calendar/todo-mode.el: [This needs more work on the outline
11865 stuff.] Doc fixes.
11866 (todo) <defgroup>: Add :version.
11867 (todo-add-category): Don't use pushnew.
11868 (todo-cmd-raise): Fix typo.
11869 (todo-top-priorities): Change temp buffer name.
11870 (todo-category-alist): Avoid redundant lambda.
11871 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11872 Use outline-next-heading.
11873
11874 * autoarg.el: Rewritten to use define-minor-mode.
11875 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11876 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11877
11878 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11879
11880 * isearch.el (isearch-other-meta-char): Fix previous change.
11881
11882 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11883
11884 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11885 (log-edit-done): Only add the comment to the ring if it's different
11886 from the last comment entered.
11887
11888 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11889
11890 2000-06-01 Dave Love <fx@gnu.org>
11891
11892 * hl-line.el: Rewritten using define-minor-mode.
11893
11894 * help.el (describe-function-1): Distinguish special form from
11895 builtin function. Sanity-check presence of arglist for builtins.
11896
11897 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11898
11899 * international/characters.el: Fix syntax/category setting of
11900 Tibetan characters.
11901
11902 * language/tibet-util.el (tibetan-add-components): Fixes for new
11903 encoding of Tibetan characters.
11904 (tibetan-decompose-precomposition-alist): New variable.
11905 (tibetan-decompose-region): Convert precomposed characters to
11906 non-precomposed characters.
11907 (tibetan-decompose-string): Likewise.
11908 (tibetan-composition-function): Fix args to
11909 thibetan-compose-string.
11910
11911 * language/tibetan.el (tibetan-composable-pattern): More
11912 characters included.
11913 (tibetan-consonant-transcription-alist): Rule for "R" added.
11914 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11915 "+R" added.
11916 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11917
11918 * language/lao-util.el (lao-composition-function): Fix args to
11919 compose-string.
11920
11921 * language/thai-util.el (thai-composition-function): Fix args to
11922 compose-string.
11923
11924 * isearch.el (isearch-update): Set disable-point-adjustment to t
11925 to prevent the point moving to the end of a composition when a
11926 part of a composition is searched.
11927 (isearch-other-meta-char): If the key invoking this command can be
11928 mapped by function-key-map to a printing char, call
11929 isearch-process-search-char directly.
11930
11931 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11932
11933 * emacs-lisp/bytecomp.el:
11934 * frame.el:
11935 * international/mule-cmds.el:
11936 * international/mule-util.el:
11937 * international/mule.el:
11938 * mouse.el:
11939 * subr.el:
11940 * faces.el: Update calls to make-obsolete with a WHEN argument.
11941
11942 * byte-run.el (make-obsolete, make-obsolete-variable):
11943 Add an optional WHEN argument and change the format of the
11944 symbol-property information.
11945 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11946 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11947 new obsolete-symbol-property format and print WHEN if it is provided.
11948
11949 2000-05-31 Dave Love <fx@gnu.org>
11950
11951 * loadhist.el (loadhist-hook-functions): Remove
11952 before-change-function, after-change-function.
11953 (unload-feature): Deal with symbols which are both bound and
11954 fbound.
11955
11956 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11957 before-change-function, after-change-function.
11958
11959 * simple.el (newline): Don't bind before-change-function,
11960 after-change-function.
11961
11962 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11963
11964 * whitespace.el (whitespace-rescan-timer-time): Update interval
11965 set to 600 seconds (10 minutes) instead of 60 seconds since
11966 a large number of whitespace buffers causes emacs to `freeze'
11967 for a considerable amount of time.
11968
11969 * whitespace.el: Updated email address
11970
11971 2000-05-31 Dave Love <fx@gnu.org>
11972
11973 * add-log.el (change-log-font-lock-keywords) <function>: Add
11974 pattern for function of change.
11975 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11976 acknowledgements patterns.
11977
11978 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11979
11980 * isearch.el (isearch-printing-char): If keyboard coding system is
11981 being used, call isearch-process-search-multibyte-characters.
11982
11983 * international/isearch-x.el: Mostly rewritten.
11984
11985 * international/quail.el (quail-start-conversion): Don't include
11986 unhandled events in the returned events, but set them in
11987 unread-command-events. Exit if all inputs are deleted.
11988
11989 2000-05-30 Jason Rumney <jasonr@gnu.org>
11990
11991 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11992
11993 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11994 Reenable code to create initial fontsets.
11995 Use set-fontset-font in place of put-charset-property.
11996
11997 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11998
11999 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12000 label, ensure that the first colon isn't followed by another.
12001
12002 * paths.el (Info-default-directory-list): Doc fix.
12003
12004 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12005 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12006 send a query containing USER only, not USER@HOST.
12007
12008 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12009 and rmail-msgend to compute the restriction at the end, instead of
12010 computing it.
12011
12012 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12013
12014 * dabbrev.el (dabbrev-expand): Don't display messages in the
12015 echo area if the minibuffer window is active.
12016
12017 * jit-lock.el (jit-lock-mode): Add after change function to
12018 local hook.
12019
12020 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12021
12022 * antlr-mode.el: New commands: hide/unhide actions,
12023 upcase/downcase literals.
12024 (antlr-tiny-action-length): New user option.
12025 (antlr-hide-actions): New command. Suggested by
12026 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12027 (antlr-mode-map): New binding [C-c C-v].
12028 (antlr-mode-menu): New entries.
12029 (antlr-downcase-literals): New command.
12030 (antlr-upcase-literals): Ditto.
12031
12032 * antlr-mode.el: Minor changes: indendation, mode-name.
12033 (antlr-indent-line): Indent cpp directive at column 0.
12034 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12035
12036 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12037 (antlr-font-lock-additional-keywords): Workaround for intentional
12038 bug in XEmacs version of font-lock.
12039 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12040 be used by a smarter version of `buffers-menu-grouping-function'.
12041
12042 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12043
12044 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12045 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12046
12047 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12048
12049 * international/encoded-kb.el
12050 (encoded-kbd-iso2022-designation-map): Pay attention to that
12051 charset-iso-final-char return -1 for eight-bit-control and
12052 eight-bit-graphic.
12053
12054 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12055
12056 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12057 (speedbar-easymenu-definition-base): Use display-graphic-p where
12058 available, instead of window-system.
12059
12060 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12061
12062 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12063 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12064 coding systems.
12065
12066 2000-05-26 Dave Love <fx@gnu.org>
12067
12068 * disp-table.el (standard-display-underline): Don't use
12069 internal-find-face.
12070
12071 * mail/reporter.el: Maintainer change. Doc fixes.
12072 (reporter-version): Deleted.
12073
12074 * emacs-lisp/elp.el: Maintainer change.
12075 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12076
12077 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12078
12079 * add-log.el (add-change-log-entry): Merge the current entry with the
12080 previous one if the previous one is empty.
12081
12082 2000-05-26 Dave Love <fx@gnu.org>
12083
12084 * loadhist.el (unload-feature): Fix interactive spec [from
12085 lijnzaad@ebi.ac.uk].
12086
12087 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12088 subr-arity to check primitives.
12089 (byte-compile-flush-pending, byte-compile-file-form-progn)
12090 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12091 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12092 mapcar.
12093
12094 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12095
12096 * international/fontset.el: Set family names of non-latin charsets
12097 in default fontset to "*".
12098
12099 * international/mule-diag.el (print-fontset): Combine family part
12100 and registry part of the fontname by "-*-" instead of "-".
12101
12102 * international/mule-cmds.el (encode-coding-char): Make strings
12103 multibyte before calling encode-coding-string.
12104
12105 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12106
12107 * derived.el: Fix keywords.
12108 (define-derived-mode): Only define if needed.
12109
12110 * simple.el (fill-comment, comment-column, comment-start)
12111 (comment-start-skip, comment-end, comment-indent-function)
12112 (block-comment-start, block-comment-end, indent-for-comment)
12113 (set-comment-column, kill-comment, comment-padding, comment-region)
12114 (comment-multi-line, indent-new-comment-line): Remove.
12115
12116 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12117 function names for comment operations.
12118
12119 * newcomment.el: Add abundant autoload cookies.
12120 (comment-style): Don't depend on runtime data at compile-time.
12121 (comment-indent-hook): Remove.
12122 (comment-indent): Check if comment-indent-hook is bound.
12123 (comment-region): Docstring fix.
12124
12125 2000-05-25 Dave Love <fx@gnu.org>
12126
12127 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12128 byte-code-function-p.
12129
12130 * mail/rmailsum.el: Add provide.
12131
12132 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12133
12134 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12135 defcustom.
12136
12137 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12138
12139 * ediff-diff.el (ediff-exec-process): delete --binary option from
12140 non-buffer ediff jobs.
12141
12142 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12143
12144 * hilit-chg.el (highlight-changes-mode): Ask about color or
12145 grayscale support, not about window-system.
12146
12147 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12148 window-system.
12149 (ffap-highlight): Always default to t.
12150
12151 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12152 display-popup-menus-p instead of looking at window-system.
12153
12154 * disp-table.el (standard-display-g1, standard-display-graphic):
12155 Only refuse to use string glyphs on X and MS-Windows.
12156
12157 * avoid.el: Remove window-system from commentary, suggest to use
12158 display-*-p instead.
12159
12160 * apropos.el (apropos-print): Use display-mouse-p instead of
12161 window-system.
12162
12163 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12164
12165 * international/codepage.el (cp-decoding-vector-for-codepage):
12166 Fill up unsupported characters with their own codes. From Kenichi
12167 Handa.
12168
12169 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12170
12171 * international/mule-diag.el (describe-char-after): Use
12172 display-graphic-p instead of window-system, so that this function
12173 works on MS-DOS.
12174
12175 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12176
12177 * international/codepage.el (cp-make-coding-systems-for-codepage):
12178 Remove the eight-bit-graphic and eight-bit-control charsets from
12179 the list of charsets which we convert into `?'.
12180
12181 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12182
12183 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12184 private charsets.
12185 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12186 japanese-jisx0213-2): New charsets.
12187
12188 * international/fontset.el: Setup default fontset for new charsets.
12189
12190 2000-05-24 Dave Love <fx@gnu.org>
12191
12192 * info.el (Info-find-node-2): Restructure [following "Vadim
12193 S. Solomin" <sovs@uic.nnov.ru>].
12194
12195 * icomplete.el: Fix header for Finder.
12196
12197 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12198
12199 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12200 STAY.
12201
12202 * rmail.el (rmail-automatic-folder-directives): New user variable.
12203 (rmail-show-message): Add call to `rmail-auto-file' during
12204 display.
12205 (rmail-auto-file): New function.
12206
12207 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12208
12209 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12210 account.
12211 (ediff-test-utility,ediff-diff-mandatory-option)
12212 (ediff-reset-diff-options): Utilities for proper initialization of
12213 ediff-diff-options and ediff-diff3-options on Windows.
12214
12215 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12216 variable.
12217
12218 * ediff-mult.el (ediff-filegroup-action): Use
12219 ediff-merge-filename-prefix.
12220
12221 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12222
12223 * viper-ex.el (ex-write): Set selective display to nil.
12224
12225 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12226
12227 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12228 aliases for hebrew-iso-8bit.
12229
12230 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12231
12232 * woman.el: New version from Francis J. Wright
12233 <F.J.Wright@Maths.QMW.ac.uk>.
12234 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12235 names in environment variables regardless of the path separator.
12236 (woman-topic-all-completions-1): Don't call file-name-directory-p
12237 on all files, since woman-file-regexp already filters out any
12238 directories.
12239
12240 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12241
12242 * international/quail.el (quail-start-translation): Don't change
12243 modified-p of the current buffer.
12244 (quail-start-conversion): Likewise.
12245
12246 * international/kkc.el (kkc-region): Don't change modified-p of
12247 the current buffer.
12248
12249 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12250 conform to RFC1468.
12251 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12252
12253 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12254
12255 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12256 (speedbar-insert-button): Invisible text property fix.
12257 (speedbar-directory-plus): Renamed from speedbar-directory-+
12258 (speedbar-directory-minus): Renamed from speedbar-directory--
12259 (speedbar-page-plus): Renamed from speedbar-file-+
12260 (speedbar-page-minus): Renamed from speedbar-file--
12261 (speedbar-page): Renamed from speedbar-file-
12262 (speedbar-tag): Renamed from speedbar-tag-
12263 (speedbar-tag-plus): Renamed from speedbar-tag-+
12264 (speedbar-tag-minus): Renamed from speedbar-tag--
12265 (speedbar-expand-image-button-alist): Use above renames.
12266
12267 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12268 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12269 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12270 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12271 * sb-pg.xpm: Renamed from sb-file.xpm
12272 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12273 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12274
12275 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12276
12277 * international/quail.el (quail-show-guidance-buf): Set
12278 current-input-method of the guidance buffer to the name of the
12279 curren input method.
12280
12281 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12282
12283 * progmodes/compile.el (compile-internal): Style typo.
12284
12285 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12286 quote vars and functions in the docstring.
12287
12288 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12289
12290 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12291 Don't quote lambdas.
12292
12293 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12294
12295 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12296
12297 * startup.el (command-line): Determine source file of compiled
12298 user init file differently. Warn if compiled user init file
12299 is older than its source file.
12300
12301 * ffap.el (ffap-url-regexp): Add `https'.
12302
12303 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12304
12305 * files.el (make-backup-file-name-1): Replace slashes with `!'
12306 rather than `|' (which is not allowed on Windows). Replace the
12307 drive letters with a string "drive_X".
12308
12309 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12310
12311 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12312
12313 * files.el (interpreter-mode-alist): Add `bash2'.
12314
12315 2000-05-22 Dave Love <fx@gnu.org>
12316
12317 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12318 mapc.
12319 (feature-file): Avoid calling symbol-name. Doc fix.
12320 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12321 (loadhist-hook-functions): Add mouse-position-function.
12322 (unload-feature): Change uses of mapcar.
12323
12324 * files.el (parse-colon-path): Doc fix.
12325 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12326 (set-auto-mode): Use mapc.
12327
12328 * complete.el (PC-look-for-include-file): Use :alnum: character
12329 class.
12330 (partial-completion-mode): Add autoload cookie.
12331
12332 2000-05-22 Sam Steingold <sds@gnu.org>
12333
12334 * info.el (Info-fontify-node): Fixed the call to
12335 `add-text-properties' (bug introduced on 2000-05-18).
12336
12337 2000-05-22 Dave Love <fx@gnu.org>
12338
12339 * bindings.el: Remove debug-ignored-errors set in other files.
12340
12341 * progmodes/etags.el: Add to debug-ignored-errors.
12342 (visit-tags-table-buffer): Clear out buffers holding old tables
12343 when making a new list.
12344 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12345 mapc.
12346
12347 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12348 quote keywords.
12349 (cmpl-string-case-type): Use character classes.
12350
12351 * comint.el:
12352 * textmodes/ispell.el:
12353 * imenu.el:
12354 * mail/mh-e.el:
12355 * progmodes/compile.el: Add to debug-ignored-errors.
12356
12357 * dabbrev.el: Add to debug-ignored-errors.
12358 (dabbrev-completion): Use mapc.
12359
12360 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12361
12362 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12363 (woman-mapcan, woman-parse-man.conf)
12364 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12365 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12366 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12367 path syntax better.
12368 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12369 (woman-manpath): Call woman-parse-man.conf.
12370 (woman-emulation): New defcustom, defaults to nroff.
12371 (woman-font-support): New defconst.
12372 (woman-use-symbol-font): New defcustom.
12373 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12374 "Emulation".
12375 Many functions: Doc fix.
12376
12377 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12378
12379 * international/quail.el (quail-simple-translation-keymap): Map
12380 128..255 to quail-self-insert-command.
12381 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12382
12383 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12384
12385 * help.el (help-manyarg-func-alist): Typo.
12386
12387 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12388 intervals which makes it heaps simpler.
12389
12390 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12391 the nested comment markers.
12392
12393 * subr.el (remove-hook): Don't turn the hook's value into a list.
12394
12395 2000-05-21 Dave Love <fx@gnu.org>
12396
12397 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12398 are invalid characters.
12399
12400 * international/mule-util.el (detect-coding-with-priority): Use
12401 mapc. Remove redundant lambda.
12402
12403 * international/mule-diag.el (list-non-iso-charset-chars)
12404 (describe-fontset): Remove redundant lambda.
12405
12406 * emulation/crisp.el (brief-mode): New alias.
12407
12408 * emacs-lisp/ring.el (ring-elements): New function.
12409
12410 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12411 (easy-menu-do-add-item): Use keywordp.
12412
12413 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12414
12415 * replace.el: Doc and error message fixes.
12416 (replace-highlight): Use facep, not internal-find-face.
12417
12418 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12419
12420 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12421
12422 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12423 (log-edit-insert-changelog): Drop `:' as well.
12424
12425 * log-view.el: Fix file description.
12426 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12427 available.
12428 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12429 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12430
12431 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12432 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12433 Print a status message if the toggle is called interactively.
12434 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12435 for global minor modes and use `defcustom' for them.
12436 Use add-minor-mode.
12437 (easy-mmode-define-derived-mode): Remove.
12438 (define-derived-mode): Fancier default docstring.
12439 (easy-mmode-define-navigation): Signal an error rather than (ding).
12440
12441 * newcomment.el (comment-styles): New `box-multi'.
12442 (comment-normalize-vars): Better default for comment-continue to
12443 avoid whitespace-only continuations.
12444 (comment-search-forward): Always move even in the no-syntax case.
12445 (comment-padright): Only obey N if it's only obeyed for padleft.
12446 (comment-make-extra-lines): Better handling of empty continuations.
12447 Use `=' for the filler if comment-start has only one character.
12448 (uncomment-region): Try handling the special `=' filler.
12449 (comment-region): Allow LINES even if MULTI is nil.
12450 (comment-box): Choose box style based on comment-style.
12451
12452 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12453
12454 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12455 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12456
12457 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12458
12459 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12460 and insert, not subst-char-in-region.
12461
12462 * international/mule-diag.el (list-character-sets-1): Handle
12463 charsets eight-bit-control and eight-bit-graphic.
12464 (list-iso-charset-chars): Likewise.
12465 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12466 charactes as is. Use indent-to to align characters.
12467
12468 * international/mule-cmds.el (find-multibyte-characters): Never
12469 exclude charsets eight-bit-control and eight-bit-graphic.
12470
12471 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12472
12473 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12474 Don't quote lambdas.
12475
12476 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12477
12478 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12479
12480 * gud.el (gud-jdb-directories): Doc fix.
12481
12482 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12483
12484 * newcomment.el: New file.
12485
12486 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12487
12488 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12489
12490 2000-05-18 Andreas Schwab <schwab@suse.de>
12491
12492 * dired.el (dired-between-files): Also skip lines beginning with
12493 `used'.
12494
12495 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12496
12497 * msb.el (msb-menu-cond): Add choice `user'.
12498
12499 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12500
12501 * ps-print.el: Compatibility, customization and doc fix.
12502 (ps-printer-name-option): Replace defconst by defvar.
12503 (ps-postscript-code-directory): XEmacs compatibility.
12504 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12505 fix.
12506 (ps-user-defined-prologue, ps-print-prologue-header)
12507 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12508 compatibility and code fix.
12509 (ps-print-background-image, ps-print-background-text):
12510 Customization fix.
12511 (ps-line-number-start, ps-n-up-on): New vars.
12512
12513 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12514
12515 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12516 the indent-comment function to just return the appropriate indent.
12517
12518 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12519
12520 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12521 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12522 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12523
12524 2000-05-18 Dave Love <fx@gnu.org>
12525
12526 * info.el (Info-fontify-node): Add intangible property as well as
12527 invisible.
12528
12529 * calendar/appt.el (appt-make-list): Match all lines of entry.
12530 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12531
12532 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12533
12534 * international/mule-diag.el (describe-char-after): Call
12535 internal-char-font, not char-font. If internal-char-font returns
12536 nil, display "-- none --".
12537
12538 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12539
12540 * image.el (image-type-available-p): Don't reference image-types
12541 if it isn't bound.
12542
12543 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12544
12545 * autoarg.el (autoarg-mode): Typo in the :set argument.
12546
12547 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12548
12549 * startup.el (command-line-1): Don't signal an error if the
12550 directory for auto-save-list files does not yet exist.
12551
12552 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12553
12554 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12555
12556 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12557
12558 * subr.el (remove-hook): `setq' hook-value, not `set'.
12559
12560 2000-05-16 Sam Steingold <sds@gnu.org>
12561
12562 * info.el (debug-ignored-errors): More errors to ignore.
12563
12564 2000-05-16 Dave Love <fx@gnu.org>
12565
12566 * cus-edit.el: Don't require cl or easymenu.
12567 (custom-variable-prompt): Test standard-value property, not
12568 user-variable-p.
12569
12570 2000-05-16 Sam Steingold <sds@gnu.org>
12571
12572 * subr.el (add-hook): `setq' hook-value, not `set'.
12573
12574 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12575
12576 * startup.el (command-line-1): Mention the FAQ in the startup
12577 message.
12578
12579 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12580
12581 * progmodes/compile.el (compilation-parse-errors): Collect
12582 `nomessage' regexps last.
12583
12584 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12585
12586 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12587 to the function name.
12588
12589 2000-05-15 Dave Love <fx@gnu.org>
12590
12591 * speedbar.el (speedbar-recenter): Typo.
12592 (speedbar-expand-line): Make arg optional.
12593 (speedbar-mode): Avoid a compiler warning.
12594
12595 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12596
12597 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12598 user-specified option string is empty.
12599
12600 * mouse.el (mouse-yank-at-click): Doc fix.
12601
12602 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12603
12604 * term/internal.el (IT-character-translations): More updates of
12605 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12606 documents.
12607
12608 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12609
12610 * env.el (getenv): New function, interactively callable.
12611 (setenv, getenv): Remove autoload cookies.
12612
12613 * loadup.el: Load `env'.
12614
12615 * progmodes/f90.el: Change author's mail address.
12616
12617 2000-05-14 Dave Love <fx@gnu.org>
12618
12619 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12620 goto-addr as an option.
12621
12622 * help.el (help-xref-stack): Doc fix.
12623 (help-xref-following): New variable.
12624 (help-make-xrefs): Use it.
12625 (help-xref-go-back): Use position information from stack element.
12626 (help-follow): Make position in stack element a pair. Use
12627 help-xref-following.
12628
12629 * autoarg.el: New file.
12630
12631 * faces.el: Declare more functions obsolete.
12632
12633 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12634 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12635 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12636 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12637 Remove all the setup-...-environment functions.
12638
12639 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12640
12641 * speedbar.el: Updated the commentary section. xemacs20p now uses
12642 >= when detecting. Require `defimage' safely.
12643 (speedbar-easymenu-definition-base): Add toggle for images.
12644 (speedbar-easymenu-definition-special): Add flush cache & expand.
12645 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12646 (speedbar-reconfigure-keymaps-hook): New variable.
12647 (speedbar-frame-parameters): Updated documentation.
12648 (speedbar-use-imenu-flag): Updated custom tag
12649 (speedbar-dynamic-tags-function-list): New variable.
12650 (speedbar-tag-hierarchy-method): Updated doc & custom.
12651 (speedbar-indentation-width, speedbar-indentation-width) New
12652 variables.
12653 (speedbar-hide-button-brackets-flag): Customizable.
12654 (speedbar-vc-indicator): Doc update.
12655 (speedbar-ignored-path-expressions): Updated default value.
12656 (speedbar-supported-extension-expressions): Updated default value.
12657 (speedbar-syntax-table): Remove {} paren status.
12658 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12659 as "+". Added overlay aliases.
12660 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12661 `force-mode-line-update'.
12662 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12663 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12664 `mouse-set-point'
12665 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12666 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12667 of arbitrary text, and new helper functions.
12668 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12669 filename finder.
12670 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12671 (speedbar-directory-buttons): Update path search/expansion.
12672 (speedbar-make-tag-line): Pay attention to
12673 `speedbar-indentation-width'. Use more care w/ invisible
12674 properties.
12675 (speedbar-change-expand-button-char): Call
12676 `speedbar-insert-image-button-maybe'.
12677 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12678 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12679 (speedbar-trim-words-tag-hierarchy)
12680 (speedbar-simple-group-tag-hierarchy): New functions
12681 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12682 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12683 functions.
12684 (speedbar-mouse-set-point): New function
12685 (speedbar-power-click): Updated documentation.
12686 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12687 of tag prefix text.
12688 (speedbar-expand-line, speedbar-contract-line): Make more robust
12689 to strange text.
12690 (speedbar-expand-line): Takes universal argument to flush the
12691 cache.
12692 (speedbar-flush-expand-line): New function.
12693 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12694 Use new generator insertion method.
12695 (speedbar-fetch-dynamic-tags): New function.
12696 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12697 `speedbar-fetch-dynamic-imenu'.
12698 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12699 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12700 "Revert Buffer" menu items.
12701 (speedbar-buffer-buttons-engine): Be smarter when creating a
12702 filename tag (for expansion purposes.).
12703 (speedbar-highlight-one-tag-line,
12704 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12705 (speedbar-recenter): New functions.
12706 (defimage-speedbar): Image loading abstraction.
12707 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12708 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12709 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12710 (speedbar-tag-type, speedbar-tag-mail): New images.
12711 (speedbar-expand-image-button-alist): New variable.
12712 (speedbar-insert-image-button-maybe): Insert an image over some
12713 buttons.
12714
12715 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12716
12717 * international/mule-cmds.el (encode-coding-char): An ASCII
12718 character is always encodable.
12719
12720 * international/mule-conf.el: Add more information in descriptions
12721 of character sets.
12722
12723 * international/mule-diag.el (describe-char-after): New function.
12724 (describe-font-internal): Adjusted for the change of font-info.
12725 (describe-font): Likewise.
12726 (print-fontset): Rewritten for the new fontset implementation.
12727 (describe-fontset): Include fontset alias names in completion.
12728 (list-fontsets): Adjusted for the change of print-fontset.
12729
12730 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12731 describe-char-after instead of displaying the detail in the echo
12732 area.
12733 (syntax-code-table): Format changed.
12734 (string-to-syntax): Adjusted for the above change.
12735
12736 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12737
12738 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12739
12740 2000-05-12 Dave Love <fx@gnu.org>
12741
12742 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12743 dependence. Use line-{beginning,end}-position, not
12744 point-at{b,e}ol. Some doc fixes.
12745 (todo-position): New function. Fix callers of position to use it.
12746 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12747
12748 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12749
12750 * time.el (display-time-mail-icon): Use `:ascent center'.
12751
12752 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12753 handling FTP security extensions.
12754
12755 2000-05-11 Dave Love <fx@gnu.org>
12756
12757 * calendar/todo-mode.el: New file.
12758
12759 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12760
12761 * comint.el (comint-read-input-ring): Move reference to
12762 comint-input-ring-size outside of the save-excursion. It was
12763 causing the default value to be the only one ever seen.
12764
12765 * font-lock.el: Update copyright. Remove Simon Marshall's email
12766 address on request from him.
12767
12768 * subr.el (substitute-key-definition): Add comment describing
12769 the meaning of PREFIX.
12770
12771 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12772
12773 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12774
12775 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12776 (add-minor-mode): Don't make the variable buffer-local and add a
12777 reference to define-minor-mode in the docstring.
12778
12779 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12780 HEADER/FOOTER and fix bug with trailing empty directory.
12781 (cvs-append-to-ignore): Use vc-editable-p if available.
12782 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12783 (vc-do-command): Tweak advice to handle the new VC.
12784
12785 * log-view.el (log-view-goto-rev): New function for the new VC.
12786 (log-view-minor-wrap): Use mark-active.
12787
12788 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12789 (log-edit-changelog-full-paragraphs): New var.
12790 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12791 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12792 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12793 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12794 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12795 Replace the `cvs' prefix with `log-edit'.
12796
12797 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12798
12799 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12800 (diff-font-lock-defaults): Explicitly turn off multiline.
12801 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12802 (diff-ediff-patch): Fix call to ediff-patch-file.
12803 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12804 Handle comments.
12805
12806 * frame.el (automatic-hscrolling): Typo.
12807
12808 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12809
12810 2000-05-09 Sam Steingold <sds@goems.com>
12811
12812 * apropos.el (apropos-print): use `describe-face' instead of
12813 `customize-face-other-window'.
12814
12815 2000-05-09 Dave Love <fx@gnu.org>
12816
12817 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12818
12819 * help.el (describe-variable): Have customize button pop the
12820 help-xref stack when invoked.
12821 (help-xref-symbol-regexp): Add `face'.
12822 (help-make-xrefs): Check for quoted face names and adapt regexp
12823 submatch numbers to cope.
12824 (help-xref-interned): Maybe insert face doc too. Separate
12825 sections with a line of hyphens.
12826
12827 * faces.el: Some doc fixes. Declare some functions obsolete.
12828 (describe-face): Add customize button. Return the help
12829 text. Fix prompt.
12830
12831 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12832
12833 * term/internal.el (IT-character-translations): Fix last change.
12834
12835 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12836
12837 * woman.el: New file
12838 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12839
12840 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12841
12842 * term/internal.el (IT-character-translations): Update ASCII
12843 simulations for greek-iso8859-7, add latin-iso8859-14 and
12844 latin-iso8859-15.
12845
12846 * international/mule-cmds.el (set-language-info-alist): Call
12847 define-prefix-command with 3 arguments, to make the map suitable
12848 for a menu.
12849
12850 2000-05-07 Dave Love <fx@gnu.org>
12851
12852 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12853
12854 2000-05-05 Dave Love <fx@gnu.org>
12855
12856 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12857 list in doc string. Don't quote keyword symbols.
12858 * emacs-lisp/cl.el: Likewise
12859 * emacs-lisp/cl-seq.el: Likewise
12860
12861 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12862
12863 * abbrev.el (abbrev-mode): Make ARG optional.
12864
12865 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12866
12867 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12868
12869 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12870
12871 * subr.el (substitute-key-definition): Clarify documentation.
12872
12873 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12874
12875 * glasses.el (glasses-convert-to-unreadable): Use
12876 `glasses-separator' instead of the hard-wired "_".
12877 (glasses-mode): Call `glasses-make-unreadable' only in a single
12878 place.
12879
12880 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12881
12882 * term/internal.el (cjk-codepages-alist): Add associations for
12883 Chinese and Korean codepages. Remove FIXME comment.
12884
12885 2000-05-03 Dave Love <fx@gnu.org>
12886
12887 * time.el (display-time-mail-face, display-time-use-mail-icon):
12888 New option.
12889 (display-time-mail-icon): New variable.
12890 (display-time-string-forms): Use the above. Fix the local-map.
12891
12892 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12893
12894 * replace.el (query-replace-map): Add binding for `E'.
12895 (query-replace-help): Extend help text.
12896 (perform-replace): Allow editing the replacement string.
12897
12898 * make-mode.el (makefile-mode-abbrev-table): New variable.
12899 (makefile-mode): Set local abbrev table to
12900 makefile-mode-abbrev-table.
12901 (makefile-font-lock-keywords): Fontify includes and conditionals.
12902
12903 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12904 set TOGGLE's value.
12905
12906 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12907 mail-interactive-insert-alias.
12908 (mail-abbrev-complete-alias): New command.
12909 (mail-mode-map): Bind it to `M-TAB'.
12910
12911 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12912
12913 * language/lao-util.el (lao-compose-region): New function.
12914
12915 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12916
12917 * files.el (recover-session): Make directories as necessary
12918 if they don't exist yet.
12919
12920 * calendar/cal-french.el
12921 (french-calendar-multibyte-special-days-array)
12922 (french-calendar-special-days-array): Change French text.
12923 (calendar-french-date-string): Change output.
12924 (calendar-goto-french-date): Likewise.
12925
12926 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12927
12928 * wid-edit.el (widget-default-active): Obey `:always-active'.
12929 (widget-documentation-string-value-create): Set `:always-active'.
12930
12931 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12932
12933 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12934 default prefix to `~/_emacs.d/auto-save.list/_s'.
12935 (normal-top-level): Create the directory for auto-save files, if
12936 it doesn't already exist (in the ms-dos case only).
12937
12938 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * international/mule-cmds.el (set-language-environment): Don't
12941 concat an integer (dos-codepage), use format instead.
12942
12943 2000-05-02 Dave Love <fx@gnu.org>
12944
12945 * help.el (help-xref-on-pp): Check for constant symbols.
12946
12947 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12948
12949 * startup.el (normal-top-level): Put a condition-case around
12950 the code loading subdirs.el.
12951
12952 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12953
12954 * ps-print.el: Upside-down and face background color printing,
12955 line number step, doc fix.
12956 (ps-print-version): New version number (5.2).
12957 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12958 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12959 (ps-spool-config): Var fix.
12960 (ps-printer-name-option): Const fix.
12961 (ps-print-upside-down, ps-use-face-background)
12962 (ps-line-number-step): New vars.
12963 (ps-window-system, ps-lp-system): New consts.
12964 (ps-face-background): New fun.
12965
12966 2000-04-28 Richard Stallman <rms@gnu.org>
12967
12968 * files.el (make-auto-save-file-name):
12969 Apply auto-save-file-name-transforms to visited file name
12970 before generating auto save file name.
12971 (auto-save-file-name-transforms): New variable.
12972
12973 * files.el (backup-enable-predicate):
12974 Correctly test for a file under a temporary directory.
12975
12976 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12977
12978 * subr.el (add-minor-mode): Rewritten.
12979
12980 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12981
12982 * mail/sendmail.el (sendmail-send-it): Set
12983 buffer-file-coding-system to the selected coding system for MIME
12984 header.
12985
12986 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12987
12988 * dired.el (dired-move-to-filename-regexp): Allow format where
12989 YYYY is followed by two spaces.
12990
12991 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12992 in the second character class of the regexp.
12993
12994 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12995 mh-etc, too.
12996
12997 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12998 nil.
12999
13000 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13001
13002 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13003 argument.
13004
13005 2000-04-27 Sen Nagata <sen@eccosys.com>
13006
13007 * emacs-lisp/crm.el (crm-completion-table): New variable.
13008 (crm-collection-fn, crm-test-completion)
13009 (completing-read-multiple): Use it.
13010
13011 2000-04-27 Dave Love <fx@gnu.org>
13012
13013 * help.el (locate-library): Use mapc.
13014 (help-manyarg-func-alist): Add call-process-region.
13015
13016 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13017
13018 * subr.el (add-minor-mode): Make argument MAP optional.
13019
13020 * desktop.el (desktop-save): Save list of minor modes.
13021 (desktop-create-buffer): Restore minor modes.
13022 (desktop-minor-mode-table): New user-option.
13023
13024 * subr.el (add-minor-mode): New function.
13025
13026 * image.el (find-image): New function.
13027 (defimage): Rewritten to find image at load time.
13028
13029 * startup.el (normal-top-level-add-to-load-path): Handle
13030 case that the default directory is not in load-path.
13031
13032 * help.el: Old patch from Stefan Monnier.
13033 (help-xref-on-pp): New function.
13034 (describe-variable): Use it to display xrefs in a symbol's value.
13035
13036 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13037
13038 * cus-edit.el (custom-face): Fix parenthesis.
13039
13040 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13041
13042 * mail/rmail.el (rmail-expunge): When there are no deleted
13043 messages, do nothing.
13044
13045 2000-04-26 Dave Love <fx@gnu.org>
13046
13047 * international/mule-cmds.el (locale-translation-file-name):
13048 Defvar to nil.
13049 (set-locale-environment): Set it here (at runtime).
13050
13051 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13052
13053 * replace.el (perform-replace): Add parameters START and END. Use
13054 them instead of the check for a region in Transient Mark mode.
13055 (query-replace-read-args): Return two more list elements for the
13056 start and end of the region in Transient Mark mode.
13057 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13058 (map-query-replace-regexp, replace-string, replace-regexp): Add
13059 optional last arguments START and END and pass them to
13060 perform-replace.
13061
13062 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13063 form with additional arguments for perform-replace.
13064
13065 * progmodes/etags.el (tags-query-replace): Add parameters START
13066 and END. Construct a form with additional arguments for
13067 perform-replace.
13068
13069 * simple.el (shell-command): Set default directory for "*Shell
13070 Command Output" buffer.
13071
13072 * language/european.el (iso-latin-4): Fix typo.
13073
13074 * emacs-lisp/crm.el: New file.
13075
13076 2000-04-24 Dave Love <fx@gnu.org>
13077
13078 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13079 (Custom-reset-saved, Custom-reset-standard)
13080 (custom-group-value-create, custom-group-set, custom-group-save)
13081 (custom-group-reset-current, custom-group-reset-saved)
13082 (custom-group-reset-standard): Use mapc.
13083 (custom-buffer-create-internal): Disable undo when creating items.
13084 Use mapc.
13085 (custom-face): Avoid redundant lambda.
13086
13087 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13088
13089 * startup.el (auto-save-list-file-prefix): Set default to
13090 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13091
13092 2000-04-24 Sam Steingold <sds@gnu.org>
13093
13094 * time-stamp.el (time-stamp-string-preprocess): Always convert
13095 `field-result' to a string.
13096
13097 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13098
13099 * frame.el (scrolling): New group.
13100 (automatic-hscrolling): New user-option.
13101
13102 * startup.el (command-line-x-option-alist): Add `-lsp' and
13103 `--line-spacing'.
13104
13105 2000-04-19 Dave Love <fx@gnu.org>
13106
13107 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13108 (cl-mapc): Rename from mapc. Fix the funcall.
13109
13110 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13111
13112 * simple.el (clone-indirect-buffer-other-window): New command.
13113 (clone-indirect-buffer): Add optional arg NORECROD.
13114 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13115
13116 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13117
13118 * window.el (count-screen-lines): New function.
13119 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13120 instead of window-buffer-height.
13121
13122 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13123 non-existing variable comint-input-sentinel.
13124 (inferior-lisp-args-to-list): Removed.
13125 (inferior-lisp): Use split-string instead of
13126 inferior-lisp-args-to-list.
13127
13128 * hexl.el (hexl-insert-hex-string): New command.
13129
13130 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13131 instead of concat.
13132
13133 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13134
13135 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13136 at the start of an existing but empty folder.
13137
13138 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13139
13140 * ps-mule.el: Customization fix, doc fix.
13141 (ps-multibyte-buffer): Customization fix.
13142
13143 2000-04-17 Richard M. Stallman <rms@gnu.org>
13144
13145 * subr.el (read-passwd): Use read-char-exclusive.
13146
13147 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13148
13149 * textmodes/texinfo.el (texinfo-insert-@email)
13150 (texinfo-insert-@emph, texinfo-insert-@quotation)
13151 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13152 (texinfo-mode-map): Add key bindings for them.
13153
13154 * files.el (basic-save-buffer-2): Use a template with `$'
13155 instead of `#' for VMS.
13156
13157 * simple.el (clone-indirect-buffer): New function.
13158
13159 2000-04-16 Stephen Eglen <stephen@gnu.org>
13160
13161 * iswitchb.el (iswitchb-case): New function. If the user input
13162 contains any upper-case characters, the search is made
13163 case-sensitive.
13164
13165 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13166
13167 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13168 comment-end.
13169 (texinfo-font-lock-syntactic-keywords): New var.
13170 (texinfo-font-lock-keywords): Remove comment regexp.
13171 (texinfo-insert-block): New function.
13172 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13173 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13174 and font-lock-defaults. Use regexp-opt for outline-regexp.
13175 (texinfo-environments): New var.
13176 (texinfo-environment-regexp): Use regexp-opt and
13177 texinfo-environments.
13178
13179 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13180 ispell-process is bound since this might be eval'd before ispell
13181 is loaded.
13182 (ispell-message): Use a tiny bit less magic and a bit more hard
13183 data to figure out what kind of sc-cite-regexp to use.
13184
13185 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13186
13187 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13188 (insert-cyclic-diary-entry): Unquote the lambda.
13189
13190 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13191
13192 * files.el (backup-enable-predicate): Unquote the lambda.
13193
13194 * cus-edit.el (custom-face, face): Unquote the lambda.
13195
13196 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13197
13198 * ps-print.el: Check for line-beginning-position definition.
13199
13200 * ps-print.el: Fix counting lines in a region.
13201 (ps-print-version): New version number (5.1.5).
13202 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13203 (ps-printing-region): Fun code fix.
13204
13205 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13206
13207 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13208 to file-directory-p.
13209
13210 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13211
13212 * gud.el (gud-jdb-build-source-files-list): Check that directory
13213 exists before calling directory-files.
13214
13215 2000-04-13 Dave Love <fx@gnu.org>
13216
13217 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13218 syntax.
13219
13220 * emacs-lisp/cl-specs.el: Remove when, unless.
13221
13222 * emacs-lisp/cl-extra.el: Don't quote keywords.
13223 (cl-old-mapc): New variable.
13224 (mapc): Use it.
13225 (cl-map-intervals): Use with-current-buffer. Don't check for
13226 next-property-change.
13227 (cl-map-overlays): Use with-current-buffer.
13228 (cl-expt): Remove.
13229 (copy-tree, remprop): Define unconditionally.
13230
13231 * emacs-lisp/cl-compat.el (keywordp): Remove.
13232
13233 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13234 to use keywordp.
13235 (edebug-spec): Enable keywordp.
13236
13237 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13238 string-lessp.
13239
13240 * cus-start.el: Use keywordp.
13241
13242 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13243
13244 * diary-lib.el (include-other-diary-files): Fix the fix of
13245 2000-02-18 by doing a save-excursion.
13246
13247 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13248
13249 * ps-print.el: Customization fix, doc fix.
13250 (ps-print-version): New version number (5.1.4).
13251 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13252 (ps-print-preprint): Adjust code.
13253 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13254 (ps-print-prologue-header, ps-print-control-characters)
13255 (ps-spool-config): Customization fix.
13256
13257 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13258
13259 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13260 converted to the new menu-item format, names silightly changed,
13261 help strings added.
13262
13263 Support for spelling without async subprocesses:
13264
13265 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13266 (ispell-session-buffer): New variables.
13267 (ispell-start-process, ispell-process-status,
13268 ispell-accept-output, ispell-send-string): New functions, for
13269 Ispell invocation when async subprocesses aren't supported.
13270 (ispell-word, ispell-pdict-save, ispell-command-loop,
13271 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13272 to process-send-string with calls to ispell-send-string, and
13273 accept-process-output with ispell-accept-output.
13274 (ispell-init-process): Call ispell-process-status instead of
13275 process-status with.
13276 (ispell-init-process): Call ispell-start-process. Call
13277 ispell-accept-output and ispell-send-string. Don't call
13278 process-kill-without-query and kill-process if they are unbound.
13279 (ispell-async-processp): New function.
13280
13281 2000-04-12 Dave Love <fx@gnu.org>
13282
13283 * info.el: Add debug-ignored-errors.
13284 (Info-mode-menu): Add some items.
13285 (Info-directory): Add autoload cookie.
13286
13287 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13288 Modify `truncate-lines'. Make `describe-language-environment'
13289 always visible and add help. Modify `describe-key' help. Invoke
13290 Info-directory from `info'. New entry `emacs-manual'.
13291
13292 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13293
13294 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13295 propertized-buffer-identification.
13296 (ebrowse-update-member-buffer-mode-line): Likewise.
13297 (ebrowse--mode-strings): Removed.
13298 (ebrowse--mode-line-props): Removed.
13299
13300 * files.el (auto-mode-alist): Add `EBROWSE'.
13301
13302 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13303 space before testing for end of buffer.
13304 (ebrowse-load): Removed.
13305 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13306 (ebrowse-create-tree-buffer): Rewritten.
13307 (ebrowse-tree-mode): Read tree from buffer.
13308
13309 * progmodes/ebrowse-ffh.el: Removed.
13310
13311 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13312
13313 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13314
13315 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13316
13317 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13318 at the wrong place.
13319
13320 2000-04-09 Dave Love <fx@gnu.org>
13321
13322 * files.el (backup-enable-predicate): Use
13323 temporary-file-directory, small-temporary-file-directory.
13324 (make-backup-file-name-function, backup-directory-alist): New
13325 variables.
13326 (make-backup-file-name-1): New function.
13327 (make-backup-file-name): Use it.
13328 (find-backup-file-name): Likewise. Use format for clarity, not
13329 concat.
13330 (file-newest-backup): Use make-backup-file-name.
13331
13332 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13333
13334 * progmodes/ebrowse-ffh.el: New file.
13335
13336 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13337 to ebrowse-ffh.el.
13338 (ebrowse-load): Add autoload.
13339
13340 * finder.el (finder-commentary): Add autoload cookie.
13341
13342 * mail/rfc2368.el: Correct author's email address.
13343
13344 * progmodes/ebrowse.el: New file.
13345
13346 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13347 item help string.
13348 (easy-menu-do-add-item): Ditto.
13349 (easy-menu-define): Extend doc string.
13350
13351 * jit-lock.el (with-buffer-unmodified): Use
13352 restore-buffer-modified-p.
13353 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13354 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13355 with-buffer-unmodified.
13356
13357 2000-04-08 Dave Love <fx@gnu.org>
13358
13359 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13360 unless, when.
13361
13362 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13363
13364 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13365 (viper-flash-search-pattern): No operation when using Emacs
13366 doesn't support face.
13367 Use `viper-put-on-search-overlay'.
13368
13369 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13370
13371 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13372 like C-r.
13373
13374 * progmodes/make-mode.el: Some doc fixes.
13375 (makefile-mode-abbrev-table): New variable.
13376 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13377 (makefile-font-lock-keywords): Fontify includes and conditionals.
13378 (toplevel): Require `dabbrev' and `add-log' when compiling.
13379
13380 * replace.el (perform-replace): Don't move forward one char
13381 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13382 to do that because it leaves point 1 position after the last
13383 replacement, after everything has been replaced.
13384
13385 * jit-lock.el (with-buffer-unmodified): New macro.
13386 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13387 modified state.
13388 (jit-lock-function-1): Extracted from jit-lock-function; not
13389 preserving buffer's modified state.
13390 (jit-lock-function, jit-lock-stealth-fontify): Call
13391 jit-lock-function-1.
13392
13393 * mail/rfc2368.el: Remove supernumerary copyright line.
13394
13395 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13396
13397 * glasses.el: Provide facilities for inserting space before left
13398 parentheses and uncapitalization of identifiers.
13399 (glasses-mode): Try to remove old overlays in all cases.
13400
13401 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13402
13403 * progmodes/compile.el (compile-internal): Display the compilation
13404 buffer in a different frame, if it's already displayed there.
13405
13406 * mail/rfc2368.el: New file.
13407
13408 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13409 header and insert its value as mail body.
13410
13411 * subr.el (member-ignore-case): New function.
13412
13413 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13414 (dabbrev--find-expansion): Ignore buffers matching a regexp
13415 from dabbrev-ignored-regexps.
13416
13417 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13418 to extensions handled by gzip.
13419
13420 2000-04-03 Richard M. Stallman <rms@gnu.org>
13421
13422 * files.el (insert-directory): List the total free space
13423 along with the used space.
13424
13425 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13426 line is followed by one that matches CITATION-REGEXP, end the
13427 paragraph.
13428
13429 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13430
13431 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13432 (rmail-make-basic-summary-line): Use that option.
13433
13434 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13435
13436 * international/mule-cmds.el (encoded-string-description):
13437 Rewritten. Try pretty description for ISO 2022 escape sequences
13438 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13439 for hexadecimal format.
13440
13441 2000-04-01 Dave Love <fx@gnu.org>
13442
13443 * cpp.el: Change customization group to `c' from `C'.
13444
13445 * vcursor.el (vcursor-move): Use display-color-p.
13446
13447 * international/mule-util.el: Provide mule-utils.
13448 (string-to-sequence): Simplify and speed up.
13449
13450 * international/mule.el (make-coding-system): Purecopy doc-string.
13451
13452 * international/mule-cmds.el: Various menu changes.
13453 (describe-specified-language-support): Handle `Default'.
13454 (set-language-info): Purecopy `info'.
13455
13456 2000-03-31 Andrew Innes <andrewi@gnu.org>
13457
13458 * vc.el (vc-backend-diff): Return the correct status if we had to
13459 retry the rcsdiff command without the --brief option.
13460
13461 2000-03-31 Dave Love <fx@gnu.org>
13462
13463 * help.el (help-manyarg-func-alist): Correct several omissions.
13464
13465 * add-log.el: Don't require cl, fortran.
13466 (add-log-current-defun-function): Doc fix.
13467 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13468 fix.
13469 (change-log-version-rcs): Function deleted.
13470 (change-log-version-number-search): Doc fix. Use
13471 vc-workfile-version. Avoid CL dolist.
13472 (add-change-log-entry): Just call add-log-current-defun to get
13473 defun. Simplify somewhat.
13474 (change-log-get-method-definition-1): Likewise.
13475 (add-log-current-defun): Return nil if calling
13476 add-log-current-defun-function does so. Move Fortran stuff to
13477 fortran.el. Return string without properties.
13478
13479 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13480 and :alpha: char classes.
13481
13482 * mail/supercite.el: Defvar curline when compiling.
13483 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13484 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13485 rather than a-zA-Z0-9 to allow non-ASCII characters.
13486
13487 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13488
13489 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13490
13491 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13492 Re-enable new code.
13493
13494 * lpr.el (print-region-1): Use -d to specify printer name for
13495 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13496
13497 2000-03-31 Dave Love <fx@gnu.org>
13498
13499 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13500 for function definition in symbol's function value slot first
13501 instead of first consulting byte-compile-function-environment.
13502
13503 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13504
13505 * language/european.el ("Polish"): New language environment.
13506 (setup-polish-environment): New function.
13507
13508 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13509
13510 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13511 Disable new code.
13512
13513 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13514 trying to `load' the symbol of an autoload instead of the file
13515 recorded in the autoload. Fix error messages.
13516
13517 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13518
13519 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13520 (ps-print-version): New version number (5.1.3).
13521 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13522 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13523 (ps-generate-postscript-with-faces): Code fix.
13524 (ps-color-values): XEmacs compatibility.
13525 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13526 (ps-default-fg, ps-default-bg): Adjust customization.
13527 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13528 (ps-color-scale): Renaming old ps-color-value fun.
13529 (ps-print-headers): Replace ps-print-header group to avoid conflict
13530 with ps-print-header variable.
13531 (ps-print-miscellany): New group.
13532 (ps-format-color, ps-rgb-color): New funs.
13533 (ps-default-foreground): New var.
13534 (ps-printer-name-option): New const.
13535
13536 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13537
13538 * net/net-utils.el:
13539 (network-connection-host, network-connection-service): New variables
13540 (network-connection-mode): New mode, derived from comint-mode
13541 (network-connection-mode-setup): New function, saves host and
13542 service information in local variables.
13543
13544 * lisp/locate.el:
13545 (locate-word-at-point): Added this function
13546 (locate): Default to using locate-word-at-point as input
13547 Run dired-mode-hook
13548
13549 2000-03-29 Dave Love <fx@gnu.org>
13550
13551 * calendar/appt.el: Doc fixes.
13552 (appt-check): Convert min-to-app to a string before passing to
13553 appt-disp-window-function or concat.
13554 (appt-delete-window): Remove test for frame-root-window.
13555 (appt-select-lowest-window, appt-convert-time): Simplify.
13556
13557 * emacs-lisp/bytecomp.el: Doc fixes.
13558 (byte-compile-file-form-autoload): Update
13559 byte-compile-function-environment.
13560
13561 2000-03-29 Andreas Schwab <schwab@suse.de>
13562
13563 * emacs-lisp/autoload.el: Also print defsubst doc string
13564 specially.
13565
13566 * dired.el (dired-insert-directory): If dired-free-space-program
13567 failed just delete its output.
13568
13569 2000-03-29 Dave Love <fx@gnu.org>
13570
13571 * international/iso-cvt.el: Move provide to end. Doc fixes.
13572 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13573 (iso-iso2sgml, iso-sgml2iso): New functions.
13574 (iso-cvt-define-menu): Fix some entries and use backquote for
13575 clarity.
13576
13577 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13578
13579 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13580
13581 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13582 ISO-DATE. If non-nil, return date in ISO 8601 format.
13583
13584 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13585
13586 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13587 if it ever becomes used.
13588 (log-edit-mode-hook): Default to vc-log-mode-hook.
13589 (log-edit-mode): Fix the docstring.
13590
13591 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13592 the code.
13593
13594 2000-03-26 Dave Love <fx@gnu.org>
13595
13596 * net/browse-url.el (browse-url): Re-fix case of
13597 browse-url-browser-function being an alist.
13598 (browse-url): Add :link to defgroup.
13599
13600 * files.el: Doc fixes.
13601 (file-truename): Include `[' in wildcard characters.
13602 (automount-dir-prefix): Customize.
13603 (find-file-wildcards): Add :version.
13604 (find-file-noselect): Simplify a mapcar call.
13605
13606 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13607 compatible with inf-lisp version.
13608 (eval-defun-1): Fix custom-declare-variable case.
13609
13610 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13611
13612 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13613
13614 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13615
13616 * Makefile (COMPILE_FIRST): New macro.
13617 (compile-files): Compile files from COMPILE_FIRST first.
13618
13619 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13620 code.
13621
13622 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13623 matching open parenthesis in column 0 to defun-prompt-regexp
13624 only if open-paren-in-column-0-is-defun-start is set.
13625
13626 * sun-curs.el: Require CL at compile-time only.
13627
13628 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13629 instead of copy-list which is a function from CL.
13630 (msb--choose-menu, msb--mode-menu-cond)
13631 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13632 (msb--init-file-alist): Use mapcar instead of mapcan.
13633 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13634 `(' in column 0 in doc string.
13635 (msb--add-separators): Use mapcar instead of mapcan.
13636
13637 * cus-dep.el: Require CL at compile-time only.
13638
13639 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13642 (byte-compile-warnings): New warning `noruntime'.
13643 (byte-compile-constants, byte-compile-variables): Fix docstring.
13644 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13645 execute `eval-whenc-compile's body.
13646 (byte-compile-unresolved-functions): Fix docstring.
13647 (byte-compile-eval): New function.
13648 (byte-compile-callargs-warn): Check if the function will be available
13649 at runtime (via property `byte-compile-noruntime').
13650 (byte-compile-print-syms): New function.
13651 (byte-compile-warn-about-unresolved-functions): Also warn about
13652 `noruntime' functions (and use `byte-compile-print-syms').
13653 (byte-compile-file): Capitalize the message.
13654
13655 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13656
13657 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13658 (rmail-expunge): Ask for confirmation depending on the setting
13659 of rmail-confirm-expunge.
13660
13661 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13662
13663 * Makefile (bootstrap-clean): If $(emacs) exists, build
13664 loaddefs.el first. A loaddefs.el that's not up-to-date might
13665 cause a bootstrap failure because things don't autoload as
13666 expected.
13667
13668 2000-03-23 Dave Love <fx@gnu.org>
13669
13670 * net/browse-url.el: Restore previous use of
13671 browse-url-maybe-new-window.
13672
13673 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13674
13675 * ps-print.el: Skip banner page fix.
13676 (ps-print-version): New version number (5.1.2).
13677 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13678
13679 2000-03-23 Dave Pearson <davep@davep.org>
13680
13681 * net/quickurl.el Changed the type of parameter passed to the
13682 function defined by `quickurl-format-function'. Before only the
13683 text of the URL was passed. Now the whole URL structure is passed
13684 and the function is responsible for extracting the parts it
13685 requires. Changed the default of `quickurl-format-function'
13686 accordingly.
13687 (quickurl-insert): Changed the `funcall' of
13688 `quickurl-format-function' to match the above change.
13689 (quickurl-list-insert): Changed the `url' case so that it makes
13690 use of `quickurl-format-function', previous to this the format was
13691 hard wired.
13692
13693 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13694
13695 * startup.el: Change some spellings for the X Window System.
13696
13697 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13698
13699 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13700 up the code and the regexp and make sure the cursor is temporarily
13701 moved to the suspicious line while querying the user.
13702
13703 2000-03-22 Jason Rumney <jasonr@gnu.org>
13704
13705 * w32-fns.el (w32-charset-info-alist): Initialize.
13706
13707 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13708
13709 * ps-print.el: N-up last page fix.
13710 (ps-print-version): New version number (5.1.1).
13711 (ps-end-file, ps-end-job, ps-generate): Code fix.
13712
13713 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13714
13715 * files.el (find-file-run-dired): Update docstring.
13716 (find-directory-functions): New hook.
13717 (find-file-noselect): Run find-directory-functions rather than
13718 calling dired directly.
13719
13720 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13721
13722 * pcvs.el: Add a minimal leading commentary.
13723 (cvs-make-cvs-buffer): Change the header part by removing the startup
13724 message and adding a `Module' entry. Also replace the FOOTER and
13725 HEADER special fileinfos with the new support in ewoc for updating
13726 its own footer and header.
13727 (cvs-update-header): Update to use the header/footer of the ewoc.
13728 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13729 (cvs-is-within-p): New function.
13730 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13731 to only examine some subset of the buffers.
13732
13733 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13734 `format' instead of our own ad-hoc functions.
13735 Remove HEADER and FOOTER cases, now handled in the EWOC.
13736 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13737
13738 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13739 output to avoid scaring the user.
13740 (cvs-parse-table): Catch message for non-up-to-date commits.
13741
13742 * pcvs-defs.el (cvs-startup-message): Remove.
13743 (cvs-global-menu): New autoloaded menu.
13744
13745 * pcvs-util.el (cvs-string-fill): Remove.
13746
13747 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13748 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13749 PP part of it and also make it work for footers and headers.
13750 (ewoc-create): Drop POS and BUFFER arguments.
13751 Use the DLL's dummy node to store the end-of-footer position.
13752 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13753 (ewoc-refresh): Remove unused `header' variable.
13754 (ewoc-(get|set)-hf): New functions.
13755
13756 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13757 log-view-*-(message|file) and use easy-mmode-define-navigation.
13758 (log-view-message-re): Match SCCS format as well.
13759 And match the revision line rather than the dashed separator line.
13760 (log-view-mode): Use the new define-derived-mode.
13761 (log-view-current-tag): Fill in with an actual implementation.
13762
13763 * cvs-status.el (cvs-status-(prev|next)): Rename from
13764 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13765 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13766 to let the output "breathe" a little more (more readable).
13767 (cvs-status-mode): Use the new define-derived-mode.
13768
13769 * smerge-mode.el (smerge-auto-leave): New function and variable.
13770 (smerge-basic-map): Rename from smerge-basic-keymap.
13771 Change the bindings for smerge-diff-*.
13772 (smerge-*-map): Use easy-mmode-defmap.
13773 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13774 (smerge-keep-*): Use smerge-auto-leave.
13775
13776 2000-03-21 Jason Rumney <jasonr@gnu.org>
13777
13778 * cus-edit.el (custom-button-face): Use 3D look for w32.
13779 (custom-button-pressed-face): Likewise.
13780
13781 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13782
13783 * progmodes/etags.el (tags-case-fold-search): New user-option.
13784 (tags-loop-eval): New function. Bind case-fold-search around eval
13785 depending on the value of tags-case-fold-search.
13786 (tags-loop-continue): Use tags-loop-eval.
13787 (find-tag-in-order): Bind case-fold-search depending on the value
13788 of tags-case-fold-search.
13789
13790 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13791
13792 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13793 (diff-end-of-hunk): Return the end position for use in
13794 `easy-mmode-define-navigation'.
13795 (diff-recenter): Remove.
13796 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13797 of `easy-mmode-define-navigation'.
13798 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13799 previous renaming) and fix to use new names.
13800 (diff-merge-strings): Use \n as separator: simpler, faster.
13801 (diff-mode): Use `define-derived-mode'.
13802
13803 * derived.el (define-derived-mode): Don't autoload anymore.
13804 Prefer the macro-only version provided by easy-mmode.el.
13805
13806 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13807 `easy-mmode-define-derived-mode'.
13808 Use `combine-run-hooks'.
13809 (easy-mmode-define-navigation): New macro.
13810
13811 * subr.el (combine-run-hooks): New function.
13812
13813 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13814
13815 * term/x-win.el: Fontsets related initialization is simplified.
13816
13817 * international/mule-diag.el (describe-font): Don't refer to
13818 global-fontset-alist, instead call font-list.
13819 (describe-fontset, list-fontsets, mule-diag): Likewise.
13820 (print-fontset): Adjusted for the change of fontset
13821 implementation.
13822
13823 * international/fontset.el (x-charset-registries): Variable
13824 removed, instead the corresponding data is stored in the default
13825 fontset.
13826 (register-alternate-fontnames): Function removed.
13827 (resolved-ascii-font): Variable removed.
13828 (x-compose-font-name): Ignore the second argument REDOCE.
13829 (x-complement-fontset-spec): Complement only an ASCII font and
13830 element for those charsets than can use that ASCII font.
13831 (generate-fontset-menu): Don't refer to global-fontset-alist,
13832 instead call fontset-list.
13833 (uninstantiated-fontset-alist): Variable removed.
13834 (x-style-funcs-alist): Likewise.
13835 (fontset-default-styles): Likewise.
13836 (x-modify-font-name): Function removed.
13837 (create-fontset-from-fontset-spec): Ignore the argument
13838 STYLE-VARIANT.
13839 (create-fontset-from-ascii-font): Docsting adjusted for the above
13840 change.
13841 (instantiate-fontset, resolve-fontset-name): Functions removed.
13842 (fontset-list): Now implemented by C code.
13843
13844 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13845 (describe-face): Include `font' attribute in the description.
13846
13847 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13848
13849 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13850
13851 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13852
13853 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13854 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13855 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13856
13857 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13858 about behavior of set-buffer-modified-p wrt redisplay.
13859
13860 2000-03-19 Richard M. Stallman <rms@gnu.org>
13861
13862 * view.el (view-mode-disable): Kill local binding of view-read-only.
13863
13864 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13865
13866 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13867 is a string, convert it to a syntax cell using string-to-syntax.
13868
13869 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13870 (string-to-syntax): New function.
13871
13872 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13873 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13874 try to use passive ftp mode.
13875
13876 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13877
13878 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13879
13880 * simple.el (append-to-buffer): Update point of windows after
13881 insertion.
13882
13883 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13884 forward then moving backward. Reindent.
13885
13886 * frame.el (other-frame): Call x-focus-frame only if
13887 focus-follows-mouse is off.
13888
13889 2000-03-17 Dave Love <fx@gnu.org>
13890
13891 * pcvs-util.el (cvs-strings->string): Rename
13892 replace-regexps-in-string.
13893
13894 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13895
13896 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13897 regexp for labels cannot span several lines.
13898
13899 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13900 `(setq :<key> ':<key>)' to the macro expansion.
13901
13902 2000-03-16 Dave Love <fx@gnu.org>
13903
13904 * progmodes/f90.el (f90): Put custom group under `languages', not
13905 `fortran'.
13906 (f90-mode-hook): Customize.
13907 (f90-mode): Set add-log-current-defun-function.
13908 (f90-current-defun): New function.
13909
13910 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13911
13912 * cus-edit.el (custom-variable-tag-face): Handle case that
13913 default face's height is not a number.
13914 (custom-face-tag-face, custom-group-tag-face-1)
13915 (custom-group-tag-face): Ditto.
13916 (custom-group-tag-face-1): Add :group.
13917
13918 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13919
13920 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13921
13922 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13923 requiring easymenu.
13924
13925 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13926
13927 * ps-print.el: PostScript user-defined prologue, PostScript error
13928 handler, doc fix.
13929 (ps-print-version): New version number (5.1).
13930 (ps-user-defined-prologue, ps-error-handler-message)
13931 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13932 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13933 (ps-insert-string): New function.
13934
13935 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13936
13937 * international/ccl.el (ccl-compile-expression): Don't generate
13938 invalid self-assignment code.
13939
13940 2000-03-14 Dave Love <fx@gnu.org>
13941
13942 * subr.el (replace-regexp-in-string): Renamed from
13943 replace-regexps-in-string. Doc fix.
13944
13945 2000-03-12 Dave Love <fx@gnu.org>
13946
13947 * cus-edit.el: Doc fixes.
13948 (customize-set-variable, customize-save-variable): Rename args for
13949 doc.
13950 (custom-variable-tag-face, custom-face-tag-face)
13951 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13952 style which user identify as hyperlink.
13953 (hook): Don't add undefined functions to the hook.
13954 (debug-ignored-errors): Transfer message from bindings.el.
13955
13956 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13957
13958 * recentf.el (recentf-keep-non-readable-files-p): Remove
13959 double/nested definition.
13960
13961 2000-03-12 Dave Love <fx@gnu.org>
13962
13963 * facemenu.el (facemenu-get-face): Use display-color-p.
13964 * enriched.el (enriched-decode-foreground): Likewise.
13965 (enriched-decode-background): Likewise.
13966 * isearch.el (isearch-highlight): Likewise.
13967 * info-look.el (info-lookup): Likewise.
13968 * simple.el (completion-setup-function): Likewise.
13969
13970 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13971 :options.
13972
13973 * bindings.el (mode-line-format): Fix line-number and
13974 column-number items. Add help-echo for the background.
13975 (mode-line-mule-info): Modify help-echo.
13976
13977 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13978
13979 * files.el (load-file): Allow completion to .elc.
13980
13981 * man.el: Doc fixes.
13982 (Man-init-defvars): Use display-color-p to set fontification.
13983
13984 * play/hanoi.el (hanoi-internal): Don't use oddp.
13985
13986 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13987
13988 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13989
13990 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13991
13992 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13993
13994 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13995 Fix comment.
13996
13997 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13998
13999 * font-lock.el (font-lock-keywords): Fix the doc now that
14000 regexp-opt-depth is unnecessary.
14001 (save-buffer-state): Set an edebug spec.
14002 (font-lock-fontify-anchored-keywords): Properly handle the case when
14003 the matcher goes past the limit.
14004
14005 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14006 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14007
14008 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14009 dll.el and cookie.el (from Elib) with heavy renaming and other
14010 massaging.
14011
14012 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14013 Autoload the functions used.
14014 (easy-mmode-define-syntax): Fix CL typo.
14015 (easy-mmode-define-derived-mode): Improve the docstring generation.
14016
14017 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14018
14019 * textmodes/texinfo.el (texinfo-version): Variable and function
14020 removed.
14021
14022 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14023
14024 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14025 allow more flexibility.
14026 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14027 fns.
14028 (easy-mmode-defmap, easy-mmode-defsyntax)
14029 (easy-mmode-define-derived-mode): New macros.
14030
14031 2000-03-09 Didier Verna <didier@xemacs.org>
14032
14033 * rect.el (replace-rectangle): New function.
14034
14035 2000-03-09 Dave Love <fx@gnu.org>
14036
14037 * progmodes/fortran.el (fortran-comment-line-start): Define as
14038 "C".
14039 (fortran-comment-line-start-skip): Don't match cpp stuff.
14040 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14041 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14042 (fortran-mode): Don't set fortran-comment-line-start-skip,
14043 fortran-comment-line-start here. Set comment-start,
14044 add-log-current-defun.
14045 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14046 (fortran-current-defun): New function.
14047
14048 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14049
14050 * emacs-lisp/re-builder.el: New file.
14051
14052 * mouse.el (mouse-drag-region): Don't run up-event handler
14053 if hscroll has changed.
14054
14055 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14056 builtin operators, use `font-lock-builtin-face' for Emacs and
14057 `font-lock-preprocessor-face' otherwise.
14058
14059 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14060 `(defun (setf foo)' differently.
14061
14062 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14063
14064 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14065 (regexp-opt): Update comment and adapt the code the new meaning of
14066 the `paren' argument of regex-opt-group for shy-groups.
14067 (regexp-opt-depth): Handle shy groups as well as backslashed
14068 backslashes.
14069 (regexp-opt-group): Turn the leading comment into a docstring.
14070 Allow `paren' to be a string (the string to use to open a group).
14071 Remove open-presuf and close-presuf. Instead of checking for `all
14072 one-char' and then later on check for `several one-char', handle
14073 both cases close together. Also apply a more generic algorithm
14074 for suffixes (the mirror image of the algorithm used for
14075 prefixes). Use shy-groups. Use nreverse rather than reverse.
14076 (regexp-opt-try-suffix): Removed.
14077
14078 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14079 from comint-mode-map, so we can just inherit from it. Also, move
14080 the initialization into the `defvar' since there's no docstring
14081 anyway and it's fairly short.
14082 (inferior-scheme-mode): Define it as derived-mode: the code is
14083 shorter and this way we inherit from comint-mode-map rather than
14084 copying it.
14085
14086 * subr.el (replace-regexps-in-string): Properly handle the case
14087 where we match an empty string.
14088
14089 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14090 when the command has a directory component (such as "./testml").
14091 Also fix a typo in the comment.
14092
14093 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14094
14095 * Makefile (compile-files): Compile files one by one because
14096 that's the only way to ensure a clean compilation environment for
14097 each individual file.
14098
14099 * frame.el (other-frame): Call x-focus-frame.
14100
14101 2000-03-07 Dave Love <fx@gnu.org>
14102
14103 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14104 :require to defcustom.
14105
14106 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14107 lists.
14108
14109 * files.el (auto-mode-alist): Add configure.in.
14110
14111 * progmodes/autoconf.el: New file.
14112
14113 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14114
14115 * mail/mh-e.el: Change maintainer to `none'.
14116
14117 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14118 to remove-hook and add-hook.
14119
14120 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14121
14122 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14123 it as the default.
14124 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14125 (sendmail-send-it): Conditionally add MIME headers specifying the
14126 used character set.
14127
14128 2000-03-07 Dave Love <fx@gnu.org>
14129
14130 * winner.el: Fix keywords, autoload cookies. Split
14131 eval-when-compile form to avoid compilation failure.
14132
14133 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14134
14135 * international/mule.el: Modify comment about coding system
14136 property `coding-category'.
14137 (make-coding-system): New argument EOL-TYPE. Pay attention to
14138 coding-category property of PROPERTIES.
14139
14140 * international/mule-conf.el (coding-category-utf-8,
14141 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14142 categories. Include them in the argument for set-coding-priority.
14143
14144 * international/mule-cmds.el (reset-language-environment): Include
14145 coding-category-utf-8, coding-category-utf-16-be, and
14146 coding-category-utf-16-le in the argument for set-coding-priority.
14147 (reset-language-environment): Initialize coding-category-utf-8,
14148 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14149
14150 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14151
14152 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14153 code abstracted out of `bookmark-jump-noselect'. Now tries info
14154 extensions as well as compression extensions.
14155 (bookmark-jump-noselect): Use above new func.
14156
14157 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14158
14159 * strokes.el: Change maintainer's mail address.
14160
14161 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14162
14163 * international/mule-diag.el (list-character-sets): Make help-echo
14164 string by substitute-command-keys.
14165 (list-character-sets): Likewise.
14166 (sort-listed-character-sets): Call help-setup-xref.
14167
14168 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14169
14170 * time.el (display-time-mail-file): Add `none' to the list of
14171 choices.
14172
14173 2000-03-01 Dave Love <fx@gnu.org>
14174
14175 * help.el (help-xref-go-back): Don't try to set position.
14176
14177 * international/mule-diag.el (list-character-sets): Call
14178 help-setup-xref. Add help-echo to xrefs.
14179 (list-character-sets-1): Add help-echo to xrefs.
14180
14181 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14182
14183 * frame.el (blink-cursor-mode): Switch cursor on when turning
14184 the mode off.
14185
14186 * add-log.el (add-log-current-defun): Add support for
14187 Autoconf mode.
14188
14189 * mail/rmail.el (rmail-quit-hook): New variable.
14190
14191 2000-03-01 Dave Love <fx@gnu.org>
14192
14193 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14194
14195 * help.el (help-xref-button): Add help-echo arg.
14196 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14197
14198 * faces.el (list-faces-display): Supply help-echo with
14199 help-make-xrefs.
14200
14201 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14202 nil.
14203
14204 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14205
14206 * image.el (defimage): Look for image files in load-path.
14207
14208 * frame.el (busy-cursor-delay-seconds): Change type to
14209 `number'.
14210
14211 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14212
14213 * recentf.el (recentf): Added version tag to the defgroup of
14214 recentf.
14215
14216 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14217
14218 * recentf.el (recentf-cleanup): Changed to remove excluded file
14219 too.
14220 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14221 action to select/unselect a file.
14222 (recentf-edit-list): Code cleanup and improvement.
14223 (recentf-open-more-files-action): `recentf-open-more-files' button
14224 widget action to open a file.
14225 (recentf-open-more-files): No more use standard completion but
14226 widgets.
14227 (recentf-more-collection): Deleted.
14228 (recentf-more-history): Deleted.
14229 (recentf-setup-more-completion): Deleted.
14230
14231 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14232
14233 * recentf.el (recentf-mode): No more needs that Emacs is running
14234 under a window-system.
14235
14236 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14237
14238 * recentf.el (recentf-edit-list): New command to edit the recent
14239 list which allow the user to remove files.
14240 (recentf-edit-selected-items): New global variable, used by
14241 `recentf-edit-list' to hold the list of files to be removed from
14242 the recent list.
14243 (recentf-make-menu-items): Updated to display a "Edit list..."
14244 menu item. Minor code cleanup.
14245
14246 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14247
14248 * recentf.el (recentf-open-more-files): New command to open files
14249 that are not displayed in the menu.
14250 (recentf-more-collection): New global variable holding the set of
14251 permissible completions used by `recentf-open-more-files'.
14252 (recentf-more-history): New global variable holding the history list
14253 used by `recentf-open-more-files' completion.
14254 (recentf-setup-more-completion): New function to setup completion for
14255 `recentf-open-more-files'.
14256 (recentf-make-menu-items): Updated to display a "More..." menu item.
14257
14258 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14259
14260 * recentf.el (recentf-menu-action): Doc fixed.
14261
14262 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14263
14264 * recentf.el (recentf-menu-filter): Doc updated.
14265 (recentf-update-menu-hook): Allow menu filters to force menu update.
14266 (recentf-make-menu-items): New menu filter handling.
14267 (recentf-make-menu-item): New helper function.
14268 (recentf-menu-elements): New menu handling function.
14269 (recentf-sort-ascending): Updated to new menu filter handling.
14270 (recentf-sort-descending): Updated to new menu filter handling.
14271 (recentf-sort-basenames-ascending): New menu filter function.
14272 (recentf-sort-basenames-descending): New menu filter function.
14273 (recentf-show-basenames): New menu filter function.
14274 (recentf-show-basenames-ascending): New menu filter function.
14275 (recentf-show-basenames-descending): New menu filter function.
14276
14277 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14278
14279 * diary-lib.el (list-diary-entries): Don't try to go forward at
14280 the end of the buffer.
14281
14282 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14283
14284 * international/mule-diag.el (list-character-sets): Completely
14285 rewritten.
14286 (sort-listed-character-sets): New function.
14287 (list-character-sets-1): Completely rewritten.
14288 (list-character-sets-2): New function.
14289 (non-iso-charset-alist): New variable.
14290 (decode-codepage-char): New function.
14291 (charset-history): New variable.
14292 (read-charset) (list-block-of-chars)
14293 (list-iso-charset-chars)
14294 (list-non-iso-charset-chars)
14295 (list-charset-chars): New functions.
14296 (mule-diag): Call list-character-sets-2, not
14297 list-character-sets-2.
14298 (dump-charsets): Likewise.
14299
14300 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14301
14302 * dired-x.el (dired-filename-at-point): Add `@' to valid
14303 file name characters.
14304 (dired-filename-at-point): Handle ange-ftp file names.
14305
14306 * frame.el (frame-notice-user-settings): Use assq-delete-all
14307 instead of assoc-delete-all.
14308 (frame-notice-user-settings): Ditto.
14309
14310 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14311 Don't copy alist.
14312
14313 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14314
14315 * calculator.el (calculator-use-menu): New option.
14316 (calculator-initial-bindings): Changed some bindings to work as
14317 macros.
14318 (calculator-forced-input): Removed.
14319 (calculator-restart-other-mode): New variable.
14320 (calculator-mode-map): Set up menu.
14321
14322 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14323
14324 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14325 tags.
14326
14327 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14328
14329 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14330 translate all ESC key sequences.
14331 (viper-goto-mark-subr): restore markers for files for which
14332 they were saved.
14333 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14334 * viper-util.el (viper-set-replace-overlay-glyphs,
14335 viper-set-replace-overlay): always check if the replacement
14336 overlay is live.
14337 * viper.el (viper-vi-state-mode-list): added major modes.
14338 * ediff-wind.el: minor comment changes.
14339 * ediff.el: copyright notice date fix.
14340
14341 2000-02-27 Jason Rumney <jasonr@gnu.org>
14342
14343 * faces.el (face-font-family-alternatives): Add arial to helv.
14344 (mode-line, header-line, tool-bar): Same default as x for w32.
14345 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14346 face-font-family-alternatives from working.
14347 * term/w32-win.el (mouse-set-font): Do not build fontset from
14348 chosen font.
14349
14350 2000-02-25 Sam Steingold <sds@goems.com>
14351
14352 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14353 properly.
14354
14355 2000-02-25 Richard M. Stallman <rms@gnu.org>
14356
14357 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14358
14359 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14360
14361 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14362 writable.
14363
14364 * frame.el (busy-cursor-delay-seconds): New option.
14365
14366 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14367
14368 * frame.el (show-cursor-in-non-selected-windows): New option.
14369
14370 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14371
14372 * diary-lib.el (include-other-diary-files): Undo the selective
14373 display in any included file and don't kill it.
14374
14375 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14376
14377 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14378 bar. Menu items converted to (menu-item format, help strings
14379 added.
14380 [downcase, upcase]: Don't enable on MS-DOS.
14381 [symlink, symlinks]: Don't show if make-symbolic-link is not
14382 bound.
14383 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14384
14385 2000-02-23 Dave Love <fx@gnu.org>
14386
14387 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14388 (backward-kill-word): Revert addition of * to interactive spec --
14389 it's a feature.
14390
14391 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14392 (backward-kill-sentence, kill-sentence): Likewise.
14393
14394 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14395 scratch buffer name.
14396 (gud-format-command): Use int-to-string in ?l case. Simplify
14397 slightly.
14398
14399 * term/w32-win.el (internal-face-interactive): Update prompt for
14400 new read-face-name.
14401
14402 * mail/footnote.el (footnote): Add :version to defgroup.
14403 (footnote-section-tag-regexp): Customize.
14404 (footnote-start-tag, footnote-end-tag): New option.
14405 (footnote-latin-regexp): New variable.
14406 (Footnote-latin): New function.
14407 (footnote-style-alist): Add element for latin style.
14408 (footnote-style): Moved.
14409 (Footnote-goto-footnote): Use eq to test arg.
14410
14411 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14412
14413 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14414 (byte-compile-trueconstp): Include keywords.
14415 (byte-optimize-quote, byte-optimize-lapcode): Use
14416 byte-compile-const-symbol-p.
14417 (byte-optimize-char-before): New optimization.
14418
14419 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14420 (byte-compile-const-symbol-p): New function.
14421 (byte-compile-constp, byte-compile-out-toplevel)
14422 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14423 Use it.
14424
14425 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14426
14427 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14428
14429 * international/encoded-kb.el: Be sure to update minor-mode-alist
14430 and minor-mode-map-alist.
14431 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14432 codes SS2 and SS3 correctly.
14433 (encoded-kbd-self-insert-ccl): New function.
14434 (encoded-kbd-setup-keymap): New function.
14435 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14436 by calling encoded-kbd-setup-keymap.
14437
14438 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14439 characters.
14440 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14441 locally.
14442
14443 2000-02-22 Dave Love <fx@gnu.org>
14444
14445 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14446 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14447 defvar.
14448 (lisp-mode-syntax-table): Set up for #|...|# comments.
14449 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14450 classes. Match `defface'.
14451 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14452 (eval-defun-1): Fix for defcustom.
14453 (lisp-indent-region): Doc fix.
14454
14455 * subr.el (when, unless, split-string): Doc fix.
14456 (read-passwd): Move call of clear-this-command-keys to the right
14457 place.
14458 (replace-regexps-in-string): New function.
14459
14460 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14461
14462 * help.el (describe-variable): Set syntax table to
14463 emacs-lisp-mode-syntax-table when moving forward over the
14464 symbol's name.
14465
14466 2000-02-22 Dave Love <fx@gnu.org>
14467
14468 * xt-mouse.el: Doc fixes.
14469 (xterm-mouse-position-function): New function, replacing advice of
14470 mouse-position.
14471 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14472
14473 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14474
14475 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14476
14477 * format.el (format-annotate-single-property-change): Handle
14478 properties.with dotted-list values.
14479 (format-proper-list-p): New function.
14480
14481 * enriched.el (enriched-face-ans): Handle '(foreground-color
14482 . COLOR) and (background-color . COLOR).
14483
14484 2000-02-20 Dave Love <fx@gnu.org>
14485
14486 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14487 and assignments to it.
14488 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14489 current local map.
14490 (make-flyspell-overlay): Use it.
14491 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14492
14493 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14494 (lm-get-header-re): Defun, not defsubst.
14495 (lm-get-package-name): Defun, not defsubst. Simplify.
14496 (lm-version): Doc fix. Simplify.
14497 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14498 (lm-crack-address, lm-last-modified-date, lm-commentary)
14499 (lm-verify, lm-synopsis): Simplify.
14500 (lm-report-bug): Require emacsbug. Use compose-mail.
14501
14502 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14503
14504 * dired.el (dired-mode): Call propertized-buffer-identification
14505 to set mode-line-buffer-identification to something having
14506 the right text properties.
14507
14508 * bindings.el (propertized-buffer-identification): New function.
14509
14510 2000-02-20 Dave Love <fx@gnu.org>
14511
14512 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14513 check for t-mouse too.
14514
14515 * cus-start.el: Make echo-keystrokes `number'.
14516
14517 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14518
14519 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14520 Don't call ring-empty-p unless tags-location-ring is bound.
14521 From Noah Friedman <friedman@splode.com>.
14522
14523 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14524
14525 * progmodes/hideshow.el (hs-flag-region): No longer use
14526 `intangible' overlay property.
14527
14528 (hs-toggle-hiding): New command.
14529 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14530
14531 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14532 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14533 and deactivation.
14534
14535 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14536
14537 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14538
14539 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14540
14541 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14542
14543 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14544 of `*' to handle `(* ... *)' comments.
14545
14546 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14547
14548 * faces.el (list-faces-display): Use display-mouse-p instead of
14549 window-system.
14550
14551 * menu-bar.el (global-map): Menu-bar items converted to the new
14552 format (menu-item..., rearranged for better CUA compliance, and
14553 their names changed for better clarity. Help strings added.
14554
14555 * international/mule-cmds.el (mule-menu-keymap)
14556 (describe-language-environment-map, set-coding-system-map)
14557 (setup-language-environment-map): Convert to new (menu-item...
14558 form, add help strings. Change names of menu items for better
14559 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14560 submenu).
14561
14562 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14563
14564 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14565 within the code.
14566
14567 2000-02-16 Dave Love <fx@gnu.org>
14568
14569 * faces.el: Don't require custom. Add more specific :groups to
14570 various deffaces.
14571 (set-face-attribute): Purecopy args.
14572 (read-face-name): Default to name at point and use it in prompt.
14573 Remove colon from arg in all callers.
14574 (list-faces-display): Hyperlink to face descriptions and customize
14575 buffers.
14576
14577 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14578
14579 * wid-edit.el (widget-match-inline): An atom never matches a
14580 list.
14581
14582 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14583
14584 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14585 at ':' characters by call to split-string.
14586
14587 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14588
14589 * textmodes/bibtex.el: Added RCS version identification.
14590
14591 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14592
14593 * textmodes/bibtex.el: Some temporary comments removed.
14594 (bibtex-field-name, bibtex-entry-type): Made the relationship
14595 explicit.
14596 (bibtex-field-const): Allow capital letters.
14597 (bibtex-start-of-string): Deleted because unused.
14598
14599 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14600 use the term 'reference' to describe a bibtex entry as a whole.
14601 Further, reference keys are no longer called 'labels'.
14602 (bibtex-keys): Renamed to bibtex-reference-keys.
14603 (bibtex-reformat-previous-labels): Renamed to
14604 bibtex-reformat-previous-reference-keys.
14605 (bibtex-reference-type): Renamed to bibtex-entry-type.
14606 (bibtex-reference-head): Renamed to bibtex-entry-head.
14607 (bibtex-reference-maybe-empty-head): Renamed to
14608 bibtex-entry-maybe-empty-head.
14609 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14610 (bibtex-search-reference): Renamed to bibtex-search-entry.
14611 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14612 bibtex-enclosing-entry-maybe-empty-head.
14613 (bibtex-entry-field-alist, bibtex-entry-head,
14614 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14615 bibtex-map-entries, bibtex-search-entry,
14616 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14617 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14618 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14619 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14620 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14621 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14622 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14623
14624 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14625
14626 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14627 comment.
14628 (bibtex-format-field-delimiters): New function, functionality
14629 extracted from bibtex-format-entry.
14630 (bibtex-autokey-get-yearfield-digits): New function, functionality
14631 extracted from bibtex-autokey-get-yearfield.
14632
14633 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14634 entries in order to avoid stack overflow in the regexp matcher if
14635 field contents become large.
14636 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14637 bibtex-field-string-part-not-braced,
14638 bibtex-field-string-part-no-inner-braces,
14639 bibtex-field-string-part-1-inner-brace,
14640 bibtex-field-string-part-2-inner-braces,
14641 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14642 bibtex-field-string-quoted, bibtex-field-string,
14643 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14644 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14645 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14646 as parsing is now performed by the following functions.
14647 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14648 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14649 bibtex-parse-field-string, bibtex-search-forward-field-string,
14650 bibtex-parse-association, bibtex-field-name-for-parsing,
14651 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14652 bibtex-search-forward-field, bibtex-search-backward-field,
14653 bibtex-start-of-field, bibtex-end-of-field,
14654 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14655 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14656 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14657 bibtex-parse-string, bibtex-search-forward-string,
14658 bibtex-search-backward-string, bibtex-start-of-string,
14659 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14660 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14661 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14662 entries. Instead of reporting the results of the parsing by
14663 match-beginning or match-end, these functions return data structures
14664 that hold the corresponding positions.
14665 (bibtex-enclosing-field): Changed to also report field boundaries by
14666 return values rather than by match-beginning or match-end. The
14667 following functions have been adapted to use the new parsing
14668 functions.
14669 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14670 bibtex-enclosing-field, bibtex-format-entry,
14671 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14672 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14673 bibtex-print-help-message, bibtex-end-of-entry,
14674 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14675 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14676 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14677 method for parsing.
14678 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14679 bibtex-map-entries, bibtex-flash-head,
14680 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14681 bibtex-autokey-change, bibtex-autokey-get-namefield,
14682 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14683 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14684 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14685 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14686 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14687 order to make the new binding of case-fold-search immediately
14688 visible.
14689
14690 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14691
14692 * textmodes/bibtex.el: Copyright notice is up to date.
14693 Added constant 'bibtex-maintainer-salutation.
14694
14695 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14696 than make-temp-name, use match-string-no-properties and eliminate
14697 a quadratic behavior when building bibtex-strings.
14698
14699 * bibtex.el (bibtex-reference-key): Accept string entries whose
14700 reference key contains upper case letters.
14701
14702 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14703
14704 * bibtex.el (bibtex-reference-head): Allow entries to start with
14705 a new line.
14706
14707 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14708
14709 * bibtex.el: Hiding of entry bodies is not longer provided by
14710 bibtex.el directly. Instead the hideshow package can be used.
14711 Added a special bibtex entry to hs-special-modes-alist.
14712 (bibtex-hs-forward-sexp): Added for hideshow.el.
14713
14714 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14715
14716 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14717 at ':' characters by call to split-string.
14718
14719 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14720
14721 * textmodes/bibtex.el: Added RCS version identification.
14722
14723 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14724
14725 * textmodes/bibtex.el: Some temporary comments removed.
14726 (bibtex-field-name, bibtex-entry-type): Made the relationship
14727 explicit.
14728 (bibtex-field-const): Allow capital letters.
14729 (bibtex-start-of-string): Deleted because unused.
14730
14731 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14732 use the term 'reference' to describe a bibtex entry as a whole.
14733 Further, reference keys are no longer called 'labels'.
14734 (bibtex-keys): Renamed to bibtex-reference-keys.
14735 (bibtex-reformat-previous-labels): Renamed to
14736 bibtex-reformat-previous-reference-keys.
14737 (bibtex-reference-type): Renamed to bibtex-entry-type.
14738 (bibtex-reference-head): Renamed to bibtex-entry-head.
14739 (bibtex-reference-maybe-empty-head): Renamed to
14740 bibtex-entry-maybe-empty-head.
14741 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14742 (bibtex-search-reference): Renamed to bibtex-search-entry.
14743 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14744 bibtex-enclosing-entry-maybe-empty-head.
14745 (bibtex-entry-field-alist, bibtex-entry-head,
14746 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14747 bibtex-map-entries, bibtex-search-entry,
14748 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14749 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14750 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14751 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14752 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14753 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14754 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14755
14756 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14757
14758 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14759 comment.
14760 (bibtex-format-field-delimiters): New function, functionality
14761 extracted from bibtex-format-entry.
14762 (bibtex-autokey-get-yearfield-digits): New function, functionality
14763 extracted from bibtex-autokey-get-yearfield.
14764
14765 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14766 entries in order to avoid stack overflow in the regexp matcher if
14767 field contents become large.
14768 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14769 bibtex-field-string-part-not-braced,
14770 bibtex-field-string-part-no-inner-braces,
14771 bibtex-field-string-part-1-inner-brace,
14772 bibtex-field-string-part-2-inner-braces,
14773 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14774 bibtex-field-string-quoted, bibtex-field-string,
14775 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14776 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14777 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14778 as parsing is now performed by the following functions.
14779 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14780 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14781 bibtex-parse-field-string, bibtex-search-forward-field-string,
14782 bibtex-parse-association, bibtex-field-name-for-parsing,
14783 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14784 bibtex-search-forward-field, bibtex-search-backward-field,
14785 bibtex-start-of-field, bibtex-end-of-field,
14786 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14787 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14788 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14789 bibtex-parse-string, bibtex-search-forward-string,
14790 bibtex-search-backward-string, bibtex-start-of-string,
14791 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14792 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14793 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14794 entries. Instead of reporting the results of the parsing by
14795 match-beginning or match-end, these functions return data structures
14796 that hold the corresponding positions.
14797 (bibtex-enclosing-field): Changed to also report field boundaries by
14798 return values rather than by match-beginning or match-end. The
14799 following functions have been adapted to use the new parsing
14800 functions.
14801 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14802 bibtex-enclosing-field, bibtex-format-entry,
14803 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14804 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14805 bibtex-print-help-message, bibtex-end-of-entry,
14806 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14807 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14808 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14809 method for parsing.
14810 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14811 bibtex-map-entries, bibtex-flash-head,
14812 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14813 bibtex-autokey-change, bibtex-autokey-get-namefield,
14814 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14815 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14816 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14817 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14818 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14819 order to make the new binding of case-fold-search immediately
14820 visible.
14821
14822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14823
14824 * textmodes/bibtex.el: Copyright notice is up to date.
14825 Added constant 'bibtex-maintainer-salutation.
14826
14827 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14828 than make-temp-name, use match-string-no-properties and eliminate
14829 a quadratic behavior when building bibtex-strings.
14830
14831 * bibtex.el (bibtex-reference-key): Accept string entries whose
14832 reference key contains upper case letters.
14833
14834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14835
14836 * bibtex.el (bibtex-reference-head): Allow entries to start with
14837 a new line.
14838
14839 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14840
14841 * bibtex.el: Hiding of entry bodies is not longer provided by
14842 bibtex.el directly. Instead the hideshow package can be used.
14843 Added a special bibtex entry to hs-special-modes-alist.
14844 (bibtex-hs-forward-sexp): Added for hideshow.el.
14845
14846 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14847
14848 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14849 proceedings entry type (for cross referencing). Thanks to Wagner
14850 Toledo Correa for the suggestion.
14851
14852 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14853
14854 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14855
14856 * international/characters.el: Setup case table for Vietnamese.
14857
14858 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14859
14860 * uniquify.el (toplevel): Require CL at compile time.
14861 (uniquify-push): Removed.
14862
14863 * shadowfile.el (shadow-when): Removed.
14864
14865 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14866 (tempo-process-and-insert-string): Use dolist instead of
14867 tempo-dolist.
14868
14869 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14870 regexp for paragraph-start.
14871
14872 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14873 commas as well.
14874
14875 2000-02-10 Dave Love <fx@gnu.org>
14876
14877 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14878 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14879 Deleted.
14880 (widget-specify-field, widget-specify-button): Don't use
14881 widget-mouse-help as help-echo property.
14882 (default): Use #'ignore for :validate and :mouse-down-action.
14883 (checkbox): Add help-echo.
14884 (widget-sexp-validate): Rewritten to clarify error messages.
14885 (character): Use char-valid-p in :match function.
14886 (widget-color-complete): Use facemenu-color-alist.
14887 (widget-color-action): Use facemenu-read-color.
14888
14889 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14890 set up `caar' &c that we now have.
14891
14892 2000-02-09 Ray Blaak <blaak@gnu.org>
14893
14894 * delphi.el: Make resourcestring a declaration region, like const
14895 and var.
14896
14897 2000-02-09 Dave Love <fx@gnu.org>
14898
14899 * bindings.el (mode-line-input-method-map): New variable.
14900 (mode-line-mule-info): Use it; fix last change.
14901 (mode-line-mode-menu): Move definition.
14902 (mode-line-mouse-sensitive-p): Deleted.
14903 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14904 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14905 level.
14906
14907 * startup.el (command-line-1): Don't call
14908 make-mode-line-mouse-sensitive.
14909
14910 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14911
14912 * mail/rmail.el (rmail-retry-failure): Use
14913 rmail-beginning-of-message before rmail-toggle-header, because the
14914 former toggles headers.
14915
14916 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14917
14918 * diff-mode.el (diff-kill-junk): New interactive function.
14919 (diff-reverse-direction): Use delete-and-extract-region.
14920 (diff-post-command-hook): Restrict the area so that the hook also works
14921 outside of any diff hunk. This is necessary for the minor-mode.
14922 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14923 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14924
14925 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14926 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14927 so that it can be used more easily in <foo>-mode-hook. Also make sure
14928 to avoid duplicate entries.
14929 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14930 (font-lock-remove-keywords): Just as was done for `add', allow it to
14931 work even if font-lock-mode is nil. Also make sure we don't modify
14932 any pre-existing list by forcing a copy-sequence. Finally rename
14933 `major-mode' to `mode'.
14934 (font-lock-fontify-syntactic-anchored-keywords)
14935 (font-lock-fontify-anchored-keywords)
14936 (font-lock-fontify-keywords-region): Use line-end-position.
14937 Don't make `font-lock-multiline' local (it's now done in
14938 font-lock-set-defaults).
14939 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14940 move the `font-lock-fontified' creation to inside the `unless'.
14941
14942 2000-02-06 Andrew Innes <andrewi@gnu.org>
14943
14944 * term/w32-win.el (x-handle-args): Comment out call to message,
14945 which occurs before window system is initialized.
14946
14947 * makefile.nt: Add support for recompiling lisp code.
14948
14949 2000-02-04 Dave Love <fx@gnu.org>
14950
14951 * bindings.el (mode-line-mule-info): Fix/extend last change.
14952
14953 * completion.el: Replace completion-dolist with dolist.
14954
14955 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14956 dotimes.
14957
14958 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14959
14960 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14961 environment names before they go into the section regexp.
14962
14963 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14964 char class in regexp.
14965
14966 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14967 `case-fold-search' to nil.
14968
14969 * progmodes/idlwave.el (idlwave-template): Respect
14970 `idlwave-abbrev-change-case'.
14971 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14972 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14973 idlwave-while): respect `idlwave-reserved-word-upcase'.
14974 (idlwave-rw-case): New function.
14975 (idlwave-statement-match): Fixed problem with assignment regexp.
14976 (idlwave-font-lock-keywords): Improved regexp for keyword
14977 parameters.
14978 (idlwave-surround): New argument LENGTH to support padding of
14979 operators longer than 1 char.
14980
14981 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14982 idlwave-shell-expression-overlay. Implemented printing of
14983 expressions on higher levels of the calling stack.
14984 (idlwave-shell-display-level-in-calling-stack): Restore stack
14985 level.
14986 (idlwave-retrieve-expression-from-level): New function.
14987 (idlwave-shell-last-calling-stack): Variable removed.
14988 (idlwave-shell-reset): Argument action reversed (`visible' to
14989 `hidden'). Also remove stop-line overlay.
14990 (idlwave-shell-calling-stack-routine): New variable.
14991 (idlwave-shell-parse-stack-and-display): Messages now display
14992 negative level numbers.
14993 (idlwave-shell-mode): Set `modeline-format'.
14994 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14995 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14996 21.
14997 (idlwave-shell-print-expression-function): New option.
14998
14999 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15000 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15001 `tool-bar' instead of `toolbar'.
15002
15003 2000-02-02 Dave Love <fx@gnu.org>
15004
15005 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15006 emacs-lisp-mode-hook. Don't check for defalias being defined.
15007
15008 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15009 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15010 the new builtins directly.
15011
15012 * whitespace.el (whitespace): Add :version to defgroup.
15013
15014 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15015 Doc fix.
15016
15017 * thingatpt.el (sexp-at-point, symbol-at-point)
15018 (number-at-point, list-at-point): Add autoload cookie.
15019
15020 * recentf.el (recentf): Add :version to defgroup.
15021
15022 * quickurl.el (quickurl): Add :version to defgroup.
15023
15024 * elide-head.el (elide-head): Use point-marker more.
15025
15026 * bs.el (bs): Add :version to defgroup.
15027
15028 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15029
15030 * progmodes/delphi.el (delphi): Add :version to defgroup.
15031
15032 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15033
15034 * ange-ftp.el (ange-ftp-write-region): Handle case that
15035 succeeding process operation sets a different coding system.
15036
15037 * calculator.el: New file.
15038
15039 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15040
15041 * frame.el (frames-on-display-list, framep-on-display): New
15042 functions.
15043 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15044 (display-selections-p, display-screens, display-pixel-width)
15045 (display-pixel-height, display-mm-width, display-mm-height)
15046 (display-backing-store, display-save-under, display-planes)
15047 (display-color-cells, display-visual-class): New functions.
15048
15049 * term/tty-colors.el (tty-color-gray-shades): New function.
15050
15051 * faces.el (display-color-p): Use framep-on-display.
15052 (display-grayscale-p): New function.
15053
15054 2000-01-31 Dave Love <fx@gnu.org>
15055
15056 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15057 (create-fontset-from-x-resource): Don't concat integers.
15058
15059 2000-01-31 Inge Frick <inge@nada.kth.se>
15060
15061 * view.el: Some changes in documentation. Removed some trailing
15062 whitespace. Changed some parameter names to agree with
15063 documentation.
15064 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15065 window is not deleted. Modifies change 1998-04-26.
15066
15067 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15068
15069 * windmove.el: New file.
15070
15071 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15072 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15073 progmodes/ebnf-yac.el: Update copyright and license info.
15074
15075 * jit-lock.el (jit-lock-function): Widen before calculating end
15076 position.
15077 (jit-lock-stealth-chunk-start): Rewritten.
15078
15079 * info.el (Info-title-face-alist): Removed.
15080 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15081 faces.
15082 (Info-fontify-node): Use these faces.
15083
15084 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15085
15086 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15087 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15088 `&allow-other-keywords'.
15089
15090 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15091 the list of directories scanned heuristically.
15092
15093 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15094 exist.
15095
15096 2000-01-30 Jason Rumney <jasonr@gnu.org>
15097
15098 * w32-fns.el: Define w32-tty-standard-colors.
15099
15100 * startup.el (command-line): Use w32-tty-standard-colors when in
15101 w32 console mode.
15102
15103 2000-01-30 Dave Love <fx@gnu.org>
15104
15105 * jka-compr.el (jka-compr-load): Fix up load-history.
15106
15107 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15108
15109 * emacs-lisp/cl-macs.el: Revert previous change.
15110
15111 2000-01-29 Dave Love <fx@gnu.org>
15112
15113 * facemenu.el: Purecopy various strings.
15114
15115 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15116 years. Deal with three-digit years.
15117
15118 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15119 defconst, purecopy.
15120 (help-back-label): Purecopy it.
15121
15122 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15123
15124 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15125 variable. If non-nil, order the buffer list according to the
15126 currently selected frame.
15127 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15128 non-nil, pass the selected frame to function buffer-list.
15129
15130 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15131
15132 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15133
15134 2000-01-28 Dave Love <fx@gnu.org>
15135
15136 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15137
15138 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15139 Don't use lisp-indent-hook property.
15140 (cl-abs): Remove.
15141
15142 * subr.el: Move out indent and edebug specs for when and unless.
15143
15144 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15145 when, unless.
15146
15147 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15148 unless, when.
15149
15150 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15151
15152 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15153 `collecting' as synonym for `collect'.
15154
15155 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15156 for the case it contains spaces.
15157
15158 * simple.el (what-cursor-position): Change formatting of
15159 messages.
15160
15161 * frame.el (delete-other-frames): New function.
15162 (toplevel): Bind it to C-x 5 1.
15163
15164 * sort.el (sort-numeric-base): New option.
15165 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15166 interpret it as octal or hexadecimal. Use sort-numeric-base
15167 as default base.
15168
15169 * progmodes/glasses.el: New file.
15170
15171 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15172
15173 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15174 userids differently.
15175
15176 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15177 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15178 progmodes/ebnf-yac.el: New files.
15179
15180 2000-01-26 Dave Love <fx@gnu.org>
15181
15182 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15183 on a function with an empty body. [From Eric Ludlam.]
15184
15185 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15186
15187 * vc.el (vc-version-diff): Make sure file name is expanded.
15188
15189 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15190
15191 * scroll-bar.el (scroll-bar-timer): Variable removed.
15192 (scroll-bar-toolkit-scroll): Don't use a timer.
15193
15194 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15195
15196 * language/thai-util.el (thai-composition-function): Delete
15197 superfluous `a'.
15198
15199 2000-01-24 Dave Love <fx@gnu.org>
15200
15201 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15202 end-of-defun-function.
15203
15204 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15205 &c.
15206
15207 2000-01-22 Jason Rumney <jasonr@gnu.org>
15208
15209 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15210 conflicts with new face support.
15211
15212 2000-01-22 Richard M. Stallman <rms@gnu.org>
15213
15214 * replace.el (query-replace): Rename last arg to DELIMITED.
15215 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15216 (query-replace-regexp): Likewise.
15217
15218 2000-01-20 Richard M. Stallman <rms@gnu.org>
15219
15220 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15221
15222 * emacs-lisp/lisp.el (beginning-of-defun-function):
15223 Variable renamed from beginning-of-defun.
15224 Do not call make-variable-buffer-local.
15225 (beginning-of-defun-raw): Use new variable name; doc fix.
15226 (beginning-of-defun): Doc fix.
15227 (end-of-defun-function): Variable renamed from end-of-defun.
15228 Do not call make-variable-buffer-local.
15229 (end-of-defun): Use new variable name; doc fix.
15230
15231 * subr.el (dolist, dotimes): Copied from cl-macs.el
15232 and made to work.
15233
15234 * mail/undigest.el (rmail-digest-end-regexps):
15235 Variable replaces rmail-digest-end-regexp.
15236 Allows multiple regexps for detecting the end line.
15237 (undigestify-rmail-message): Corresponding changes.
15238
15239 2000-01-19 Dave Love <fx@gnu.org>
15240
15241 * files.el (user-init-file): Don't declare here -- is primitive.
15242
15243 * startup.el (command-line): Check for compiled user-init-file and
15244 set to uncompiled version if necessary.
15245
15246 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15247
15248 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15249 (undigestify-rmail-message): Use it.
15250
15251 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15252
15253 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15254
15255 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15256 of mini-buffer.
15257
15258 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15259
15260 * emacs-lisp/copyright.el (copyright-update): Removed the
15261 requirement for a trailing space from `copyright-regexp', to
15262 support copyrights with owner specified on a separate line..
15263
15264 * align.el: New file.
15265
15266 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15267
15268 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15269
15270 2000-01-13 Dave Love <fx@gnu.org>
15271
15272 * ph.el: Removed. (Obsoleted by EUDC.)
15273
15274 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15275
15276 * net/eudc.el (toplevel): Remove autoloaded code installing
15277 menu with easymenu, because that causes build problems.
15278
15279 * frame.el (frame-notice-user-settings): New variable.
15280 (frame-notice-user-settings): Don't modify frame parameters
15281 if called a second time.
15282
15283 2000-01-13 Richard M. Stallman <rms@gnu.org>
15284
15285 * frame.el (frame-notice-user-settings):
15286 Notice default-frame-parameters even for non-window frames.
15287
15288 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15289
15290 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15291 for Emacs.
15292 (eudc-bob-can-display-inline-images): Extend for Emacs.
15293 (eudc-bob-toggle-inline-display): Ditto.
15294 (eudc-bob-display-jpeg): Ditto.
15295
15296 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15297
15298 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15299 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15300 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15301
15302 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15303 nil)'.
15304
15305 * subdirs.el: Add `net' directory.
15306
15307 * net: New directory.
15308
15309 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15310 eval-last-sexp. Don't bind debug-on-error here.
15311 (eval-last-sexp): New function. Bind debug-on-error if
15312 eval-expression-debug-on-error is non-nil.
15313 (eval-defun-2, eval-defun): Likewise.
15314
15315 * simple.el (eval-expression): Don't bind debug-on-error if
15316 eval-expression-debug-on-error is nil. Detect changed
15317 debug-on-error, and propagate new value to global binding, if
15318 eval-expression-debug-on-error is non-nil,
15319 (eval-expression-debug-on-error): Change doc string.
15320
15321 2000-01-11 Richard M. Stallman <rms@gnu.org>
15322
15323 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15324
15325 * emacs-lisp/lisp-mode.el (with-syntax-table):
15326 Set up lisp-indent-function property.
15327
15328 * subr.el (with-syntax-table): Moved from simple.el.
15329
15330 * simple.el (with-syntax-table): Moved to subr.el.
15331
15332 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15333
15334 * tmm.el (tmm-shortcut): Delete region after prompt instead
15335 of erasing buffer.
15336
15337 * textmodes/fill.el (fill-common-string-prefix): New function.
15338 (fill-context-prefix): Use the longest common prefix of first
15339 and second line fill prefix, if there is one.
15340
15341 2000-01-11 Richard M. Stallman <rms@gnu.org>
15342
15343 * array.el (array-mode): Don't use make-variable-buffer-local.
15344 Use make-local-variable for `truncate-lines'.
15345
15346 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15347
15348 * add-log.el (add-log-current-defun): Handle user-defined
15349 add-log-current-function returning nil,
15350
15351 * add-log.el (add-change-log-entry): Insert version number
15352 if having found a current function
15353
15354 * add-log.el (add-log-current-defun): Call
15355 `add-log-current-defun-function'. Try matches at level 0 and
15356 level 1. Strip whitespace from defun found.
15357
15358 2000-01-10 John Wiegley <johnw@gnu.org>
15359
15360 * allout.el (isearch-done/outline-provisions): Added `edit'
15361 argument to correspond with the current definition of
15362 `isearch-done'.
15363
15364 2000-01-10 Dave Love <fx@gnu.org>
15365
15366 * elide-head.el (elide-head): Use point-marker, not point.
15367
15368 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15369
15370 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15371 before and after the year 2000.
15372
15373 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15374 Add ispell- prefix.
15375
15376 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15377
15378 * ispell.el: Only define dictionaries in menus when they exist.
15379 (version18p): New variable.
15380 (version20p): New variable.
15381 (xemacsp): New variable.
15382 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15383 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15384 (ispell-dictionary-alist6): Russian command lines no longer accept
15385 run-together words.
15386 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15387 (ispell-dictionary-alist): Add koi8-r to customize definition.
15388 (check-ispell-version): Added documentation string. Returns
15389 library path when called non-interactively.
15390 (ispell-menu-map-needed): Uses new variables.
15391 (ispell-library-path): New variable.
15392 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15393 (ispell-word): Improved documentation string. Test for valid
15394 character mappings. Correctly check typed in word changes that can
15395 result in single words split into multiple words. Returns
15396 replacement word.
15397 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15398 replace in recursive query replace mode. Help message for
15399 recursive edit mode.
15400 (ispell-show-choices): Protect against bad framepop bindings.
15401 (ispell-help): Fix to work with XEmacs.
15402 (ispell-highlight-spelling-error): Use new variables.
15403 (ispell-overlay-window): Fix to work with XEmacs.
15404 (ispell-parse-output): Passed and returns location information
15405 tracking spelling corrections. Doesn't recheck same word on
15406 current line.
15407 (ispell-init-process): Protect against bogus XEmacs variable binding.
15408 Fix call to single argument in sleep-for. Use new variables.
15409 (ispell-region): Passed and returns location information tracking
15410 spelling corrections. Doesn't check same word on current line.
15411 Improved documentation string. Doesn't resend a line already
15412 checked to the ispell process - fixes bug in LaTeX parsing.
15413 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15414 (ispell-skip-region): No longer skips <TT> in SGML.
15415 (ispell-process-line): Tracks location information with spelling
15416 corrections. Added documentation string. Accounts for words
15417 already accepted on this line. Don't allow query-replace on line
15418 starting with math characters. Doesn't resend a line already sent
15419 to ispell process. Fixes alignment error bug.
15420
15421 2000-01-10 Richard M. Stallman <rms@gnu.org>
15422
15423 * dired-x.el (dired-guess-shell-alist-default):
15424 Suggest xloadimage, which is free, not xv, which isn't.
15425
15426 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15427 Don't ever include the host name or user name in the value.
15428
15429 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15430
15431 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15432 of a real newline.
15433
15434 2000-01-09 Stephen Eglen <stephen@gnu.org>
15435
15436 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15437 for .png files.
15438
15439 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15440
15441 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15442
15443 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15444
15445 * progmodes/cperl-mode.el: Replace ^F with ^L.
15446
15447 * sendmail.el (toplevel): Provide `sendmail' when compiling
15448 before `require'ing rmail and mailalias to prevent infinite
15449 recursion.
15450
15451 2000-01-08 Dave Love <fx@gnu.org>
15452
15453 * emacs-lisp/backquote.el: Remove inappropriate customization
15454 (allowing custom.el to use backquote).
15455
15456 2000-01-07 Dave Love <fx@gnu.org>
15457
15458 * add-log.el (add-log-debugging): Deleted.
15459 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15460 file. Remove debugging code.
15461 (change-log-get-method-definition, change-log-name): Add doc.
15462 (change-log-sortable-date-at): New function.
15463 (change-log-merge): New command.
15464
15465 * time.el (display-time-string-forms): Make the Mail string active.
15466 (display-time-update): Provide help-echo for load average.
15467
15468 * bindings.el (make-mode-line-mouse2-map): New function.
15469 (mode-line-modified): Use it and simplify.
15470 (mode-line-mule-info): Provide help-echo info.
15471 (minor-mode-alist): Activate the strings.
15472 (make-mode-line-mouse-sensitive): Simplify for
15473 mode-line-buffer-identification.
15474
15475 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15476
15477 * play/pong.el: New file.
15478
15479 2000-01-06 Dave Love <fx@gnu.org>
15480
15481 * array.el: Assorted cleanups for compiler warnings, doc strings,
15482 `array-' prefix for symbols.
15483
15484 2000-01-05 Dave Love <fx@gnu.org>
15485
15486 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15487 outline-headers-as-kill.
15488 (outline-mode): Define imenu-generic-expression.
15489 (outline-headers-as-kill): New command.
15490
15491 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15492 from paragraph-start.
15493 (paragraph-indent-minor-mode): New command.
15494
15495 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15496 M-C-e, M-C-h, C-j, C-xnd, TAB.
15497 (fortran-mode): Set beginning-of-defun, end-of-defun.
15498 (fortran-column-ruler): Simplify.
15499 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15500 (fortran-with-subprogram-narrowing): Likewise.
15501 (fortran-indent-subprogram): Call mark-defun.
15502 (fortran-check-for-matching-do): Change narrowing.
15503
15504 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15505 (cl-lucid-hash-tag): Delete.
15506 (cl-hash-table-p): Correct test for native table.
15507 (cl-hash-table-count): Use hash-table-count.
15508
15509 * browse-url.el (browse-url): Fix case of
15510 browse-url-browser-function being an alist.
15511
15512 2000-01-05 Carsten Dominik <cd@gnu.org>
15513
15514 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15515 (reftex-index-phrase-file-extension): New options.
15516
15517 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15518 Use new option `reftex-index-phrase-file-extension'.
15519
15520 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15521 `reftex-parse-file-extension'.
15522
15523 2000-01-05 Dave Love <fx@gnu.org>
15524
15525 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15526 (beginning-of-defun-raw): Use it.
15527 (end-of-defun): New variable.
15528 (end-of-defun): Use it.
15529 (check-parens): New command.
15530
15531 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15532
15533 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15534 (hs-show-block): Don't use `mapcar' when not accumulating.
15535
15536 Fix buglet in local variables initialization.
15537
15538 2000-01-05 Andreas Schwab <schwab@suse.de>
15539
15540 * hscroll.el (hscroll): Doc fix.
15541
15542 2000-01-05 Carsten Dominik <cd@gnu.org>
15543
15544 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15545 idlw-toolbar.
15546
15547 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15548 file idlw-rinfo.el.
15549 (idlwave-customize): load must read file idlw-shell.el.
15550 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15551
15552 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15553
15554 * progmodes/idlw-shell.el: Also provide idlwave-shell
15555 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15556 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15557
15558 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15559 both reftex-dcr and reftex-vcr.
15560
15561 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15562
15563 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15564
15565 * ps-print.el: PostScript code now is in separate files, doc fix.
15566 (ps-print-version): New version number (5.0.3).
15567 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15568 local.
15569 (ps-spool-config): Initialization fix.
15570 (ps-print-prologue-1, ps-print-prologue-2)
15571 (ps-print-duplex-feature): PostScript code moved to separated file.
15572 (ps-background-image): Little code reformating.
15573 (ps-begin-file, ps-begin-job): Fix code.
15574 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15575 (ps-prologue-file): New fun.
15576
15577 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15578
15579 * ps-vars.el: Eliminated.
15580
15581 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15582 `;;;###autoload'.
15583
15584 * ps-print.el: ps-vars eliminated, doc fix.
15585 (ps-print-version): New version number (5.0.2).
15586 (ps-spool-config): Initialization fix.
15587 (ps-print-customize): New fun.
15588
15589 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15590
15591 * autorevert.el (auto-revert-mode): Return value of
15592 auto-revert-mode.
15593
15594 2000-01-04 Dave Love <fx@gnu.org>
15595
15596 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15597 menu items.
15598
15599 2000-01-03 Dave Love <fx@gnu.org>
15600
15601 * elide-head.el (elide-head) [defgroup]: Add :version.
15602
15603 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15604 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15605 `cl-hash-table-p', not `hash-table-p'.
15606 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15607
15608 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15609
15610 * faces.el (face-read-integer, read-face-attribute)
15611 (color-defined-p, color-values): unspecified-{f,b}g are now
15612 strings.
15613
15614 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15615
15616 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15617 at comment end, and re-insert them after filling.
15618
15619 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15620
15621 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15622 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15623 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15624
15625 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15626
15627 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15628 the new name of face-color-supported-p.
15629
15630 * term/w32-win.el (xw-defined-colors): Likewise.
15631
15632 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15633
15634 * simple.el (completion-setup-function): Count completion-size
15635 from minibuffer-prompt-end, not from point-min.
15636
15637 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15638
15639 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15640 Pass the frame to tty-color-* functions.
15641 (display-color-p, frame-set-background-mode): Pass the frame to
15642 tty-display-color-p.
15643
15644 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15645 tty-color-alist.
15646 (tty-color-alist, tty-modify-color-alist): New functions.
15647 (tty-color-define, tty-color-clear, tty-color-approximate)
15648 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15649 an optional parameter FRAME.
15650
15651 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15652
15653 * image.el (create-image, defimage): Don't assume image data is a
15654 string.
15655
15656 * image.el (defimage): Handle specifications containing :data
15657 instead of :file.
15658 (image-type-from-data): New function.
15659 (image-type-from-file-header): Use it.
15660 (create-image): Add parameter DATA-P.
15661
15662 See ChangeLog.8 for earlier changes.
15663
15664 ;; Local Variables:
15665 ;; coding: iso-2022-7bit
15666 ;; End: