*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-03-05 Richard M. Stallman <rms@gnu.org>
2
3 * mail/rmail.el (rmail-retry-failure):
4 Don't call rmail-beginning-of-message.
5 Don't discard From: field. Do discard Received: field.
6 Use unwind-protect to re-prune.
7 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
8
9 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10
11 * international/quail.el (quail-title): Add autoload cookie.
12
13 2001-03-05 Dave Love <fx@gnu.org>
14
15 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
16 new defs.
17
18 2001-03-05 Kenichi Handa <handa@etl.go.jp>
19
20 * language/ethio-util.el (ethio-toggle-space): Update
21 current-input-method-title if necessary.
22 (ethio-toggle-punctuation): Likewise.
23
24 * international/quail.el (quail-title): Fix for the case that a
25 title of an input method is specified by a list of the same form
26 as used in mode-line-format.
27
28 * international/mule-cmds.el (activate-input-method): If
29 current-input-method-title is set by activating INPUT-METHOD,
30 respect that value.
31
32 2001-03-05 Gerd Moellmann <gerd@gnu.org>
33
34 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
35
36 2001-03-05 Alex Schroeder <alex@gnu.org>
37
38 * sql.el (sql-sybase): Fix typo (was: query user about server two
39 times instead of server and database).
40
41 * sql.el (sql-sybase): Doc change.
42 (sql-mysql): Doc change.
43 (sql-postgres): Doc change.
44
45 2001-03-05 Kenichi Handa <handa@etl.go.jp>
46
47 * international/mule-conf.el (emacs-mule, raw-text): Docstring
48 modified.
49
50 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * term/internal.el: Update copyright notice.
53
54 * term/pc-win.el: Update copyright notice.
55
56 2001-03-02 Dave Love <fx@gnu.org>
57
58 * files.el (insert-file-contents-literally): Bind
59 inhibit-file-name-handlers and inhibit-file-name-operation, not
60 jka-compr-compression-info-list.
61
62 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
63
64 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
65 spaces in default comment-start-skip settings rather than \s-.
66
67 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
70 default-frame-alist as well.
71
72 2001-03-01 Dave Love <fx@gnu.org>
73
74 * textmodes/reftex.el (defvar): Wrap some defvars in
75 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
76
77 * subr.el (event-basic-type): Doc fix.
78
79 * international/quail.el: Doc fixes.
80
81 * international/utf-8.el: Doc fixes.
82
83 * international/mule-cmds.el: Doc fixes.
84 (leim-list-header): Fix header text.
85
86 * international/mule.el (coding-system-category): Doc fix.
87
88 * international/ccl.el (ccl-compile): Doc fix.
89
90 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
91
92 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
93 rather than (before|after)-change-functions.
94
95 2001-03-01 Gerd Moellmann <gerd@gnu.org>
96
97 * ediff-util.el (ediff-scroll-horizontally): Arrange for
98 scroll-left and scroll-right being called interactively so that
99 they set the window's min_hscroll.
100
101 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * info.el (info-insert-file-contents-1): Accept an additional
104 argument `lfn': if it is non-nil, concatenate `filename' and
105 `suffix'; otherwise use the complicated MS-DOS code. All callers
106 changed.
107 (info-insert-file-contents, Info-find-node): If the MS-DOS port
108 can access long file names, try the long file-name version of
109 `info-insert-file-contents-1', then the short file-name version.
110
111 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
112
113 * language/ethio-util.el (setup-ethiopic-environment-internal):
114 Change bindings of functions keys to conform to "Emacs Lisp Coding
115 Convention".
116
117 * language/ethiopic.el ("Ethiopic"): Add documentation.
118
119 2001-02-28 Kenichi Handa <handa@etl.go.jp>
120
121 * international/utf-8.el (mule-utf-8): Set coding-category
122 property to coding-category-utf-8.
123
124 2001-02-27 Richard M. Stallman <rms@gnu.org>
125
126 * lpr.el (lpr-page-header-switches, print-region-1):
127 Undo 2000-07-06 change.
128 (lpr-add-switches): Default to t on gnu/linux.
129
130 2001-02-27 Gerd Moellmann <gerd@gnu.org>
131
132 * bs.el (bs-attributes-list): Doc fix.
133
134 2001-02-26 Gerd Moellmann <gerd@gnu.org>
135
136 * help.el (describe-project): Display the file THE-GNU-PROJECT.
137
138 * help.el (view-order-manuals): Use goto-address.
139
140 * startup.el (command-line-1): Add info about ordering manuals
141 to the not so fancy splash screens.
142
143 2001-02-26 Andre Spiegel <spiegel@gnu.org>
144
145 * vc.el (vc-default-workfile-unchanged-p)
146 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
147
148 2001-02-26 Gerd Moellmann <gerd@gnu.org>
149
150 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
151 fontify in the right buffer.
152
153 * allout.el (outline-flag-region): Move macro in front of first
154 use to avoid a run-time error.
155
156 2001-02-24 Andrew Innes <andrewi@gnu.org>
157
158 * makefile.w32-in: Fix copyright notice.
159
160 2001-02-24 Kenichi Handa <handa@etl.go.jp>
161
162 * international/utf-8.el (mule-utf-8): Set correct value for
163 valid-codes property.
164
165 * international/fontset.el (x-complement-fontset-spec): In the
166 case that we use ASCII font for the other charsets, use only
167 family and registry part of it.
168
169 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
172 (shrink-window-if-larger-than-buffer): Doc fix.
173
174 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
175
176 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
177 predicate passed to completing-read.
178
179 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
180
181 * startup.el (command-line): Fix last change.
182
183 2001-02-23 Jason Rumney <jasonr@gnu.org>
184
185 * startup.el (tool-bar-originally-present): New variable.
186 (command-line): Set it if the tool-bar is switched on at startup.
187
188 * frame.el (frame-notice-user-settings): Only adjust frame height
189 for no tool-bar case if tool-bar was originally switched on.
190 From E. Jay Berkenbilt.
191
192 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
193
194 * server.el (server-switch-buffer): Only switch window if the
195 current one is dedicated.
196
197 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
198 rather than using (match-beginning 0) when searching for break point.
199
200 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
201
202 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
203 @ follows an accent command such as @'. Support optional braces
204 in commands that insert accents, like makeinfo does.
205
206 2001-02-22 Gerd Moellmann <gerd@gnu.org>
207
208 * startup.el (fancy-splash-text): Add a line for ordering
209 manuals. Reverse order of splash screens shown.
210 (use-fancy-splash-screens-p): Adapt to the text line added.
211
212 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
213 manuals from the FSF.
214
215 * help.el (view-order-manuals): New function.
216 (toplevel): Bind C-h C-m to this function.
217
218 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
219
220 * newcomment.el (comment-forward): Skip the comment-start before
221 searching for the comment-end.
222
223 2001-02-21 Dave Love <fx@gnu.org>
224
225 * custom.el (custom-initialize-changed, defcustom): Doc fix.
226
227 * international/mule-cmds.el, international/mule.el: Doc fixes.
228
229 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
230 (fortune) <defgroup>: Add :link.
231 (fortune-from-region): Use eq, not eql.
232
233 2001-02-21 Gerd Moellmann <gerd@gnu.org>
234
235 * startup.el (fancy-splash-screens): Use display-hourglass
236 instead of display-busy-cursor.
237
238 * frame.el (display-hourglass): Renamed from busy-cursor.
239 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
240 (show-cursor-in-non-selected-windows): Doc fix.
241
242 2001-02-20 Dave Love <fx@gnu.org>
243
244 * international/utf-8.el: Doc and commentary fixes.
245
246 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
247
248 * ehelp.el (with-electric-help): Doc fix.
249
250 2001-02-20 Gerd Moellmann <gerd@gnu.org>
251
252 * msb.el (msb-mode): Call the update-buffers function explicitly
253 with a FORCE argument.
254
255 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
256 FORCE. If set, update the menu even if frame-or-buffer-changed-p
257 returns nil.
258
259 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
260
261 * ps-print.el: Timestamp package replacement. Some enhancements.
262 Some XEmacs compatibility. Doc fix.
263 (ps-print-version): New version number (6.4).
264 (ps-printer-name): Initialization fix.
265 (ps-zebra-stripe-follow): Funcionality enhancement.
266 (ps-prologue-file): Code enhancement.
267 (ps-right-header): Timestamp package replacement.
268 (ps-setup, ps-face-bold-p, ps-face-italic-p,
269 ps-get-page-dimensions)
270 (ps-generate-header, ps-begin-file, ps-begin-job)
271 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
272 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
273 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
274 (coding-system-for-write): Var declaration (XEmacs compatibility).
275
276 2001-02-20 Miles Bader <miles@gnu.org>
277
278 * image-file.el (image-file-name-extensions): Add "tif".
279
280 2001-02-19 Gerd Moellmann <gerd@gnu.org>
281
282 * wid-edit.el (widget-button-click): Save the selected window
283 around the code handling clicks on buttons.
284
285 2001-02-18 Dave Love <fx@gnu.org>
286
287 * imenu.el (imenu--generic-function): Use mapc to iterate over
288 syntax characters.
289
290 2001-02-17 Richard M. Stallman <rms@gnu.org>
291
292 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
293
294 * uniquify.el (uniquify-buffer-name-style): Doc fix.
295
296 2001-02-16 Gerd Moellmann <gerd@gnu.org>
297
298 * mouse.el (mouse-save-then-kill): If the distance from the new
299 point to the mark is equal to the distance of point from the new
300 point, move point instead of the mark.
301
302 2001-02-16 Dave Love <fx@gnu.org>
303
304 * textmodes/flyspell.el (flyspell-get-word): Return string without
305 properties.
306
307 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * generic.el (generic-find-file-regexp): Doc fix.
310 (generic-ignore-files-regexp): New defcustom.
311 (generic-mode-find-file-hook): If the file's name matches the
312 regexp in `generic-ignore-files-regexp', don't enter
313 default-generic-mode. Doc fix.
314
315 2001-02-16 Gerd Moellmann <gerd@gnu.org>
316
317 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
318 Add autoload cookies.
319
320 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
321 of cal-tex-24.
322
323 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
326
327 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
328 the character class after the (optional) drive, to support file
329 names with embedded blanks.
330
331 2001-02-15 Sam Steingold <sds@gnu.org>
332
333 * textmodes/tex-mode.el (tex-shell-running):
334 Check the process buffer too.
335
336 2001-02-15 Dave Love <fx@gnu.org>
337
338 * battery.el (battery-status-function): Fix doc, :type.
339
340 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
341
342 2001-02-15 Gerd Moellmann <gerd@gnu.org>
343
344 * subr.el (read-passwd): Clear Lisp memory holding password.
345
346 2001-02-15 Miles Bader <miles@gnu.org>
347
348 * info.el (Info-copy-current-node-name): New function.
349 (Info-mode-menu): Add it to the menu.
350
351 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
352
353 * international/mule-cmds.el (toggle-input-method): Doc fix.
354
355 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
356
357 * replace.el (occur): Stop at end of buffer.
358
359 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * international/mule-cmds.el (set-input-method): Another doc fix.
362
363 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
364
365 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
366
367 2001-02-13 Miles Bader <miles@gnu.org>
368
369 * faces.el (set-face-background, set-face-foreground)
370 (set-face-stipple): Treat a value of nil as being `unspecified'.
371
372 2001-02-12 Dave Love <d.love@dl.ac.uk>
373
374 * international/latin1-disp.el: Doc fixes.
375 (latin1-display) <defgroup>: Add :link.
376 (latin1-display) <function>: Set variable latin1-display.
377
378 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
379
380 * international/mule-cmds.el (set-input-method): Doc fix.
381
382 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
383
384 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
385 (speedbar-line-file): Return nil if not a file.
386 (speedbar-buffers-line-path): Return file for tags, and dir for files.
387
388 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
389
390 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
391 for remote files.
392 (ediff-coding-system-for-read): Replaced the no-conversion default
393 with raw-text.
394
395 * ediff-init.el: Removed :version from defcustom vars.
396
397 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
398 handling of the diff mode
399
400 * ediff.texi: Added ediff-coding-system-for-read.
401
402 * viper.texi: Fix typos.
403
404 2001-02-11 Dave Love <fx@gnu.org>
405
406 * shadowfile.el: Doc fixes.
407 (shadow) <defgroup>: Add :link.
408 (shadowfile-unload-hook): New function.
409 (shadow-initialize): Use defalias, not fset.
410 (shadow-define-cluster, shadow-define-literal-group)
411 (shadow-define-regexp-group, shadow-initialize): Add autoload
412 cookie.
413
414 * international/mule.el: Doc and message fixes.
415
416 * international/ccl.el (define-ccl-program): Doc fix.
417
418 2001-02-11 Kenichi Handa <handa@etl.go.jp>
419
420 * faces.el (mode-line): Set :line-width property to -1.
421
422 2001-02-10 Richard M. Stallman <rms@gnu.org>
423
424 * complete.el (partial-completion-mode): Doc fix.
425
426 * simple.el (delete-key-deletes-forward-mode):
427 Change `let' to `let*' to fix gross bug in last change.
428
429 * repeat.el (repeat): Don't let execute-kbd-macro alter
430 real-last-command.
431
432 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * simple.el (eval-expression): Doc fix.
435
436 2001-02-09 Dave Love <fx@gnu.org>
437
438 * imenu.el (imenu-generic-expression): Doc fix.
439
440 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
441 Juanma Barranquero.
442
443 * emacs-lisp/authors.el (authors): Expand `root' before running find.
444
445 2001-02-09 Kenichi Handa <handa@etl.go.jp>
446
447 * faces.el (set-face-attribute): Describe the case of a negative
448 value specified for :line-width.
449
450 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
451
452 * which-func.el (which-func-mode): Invert which-func-mode-global.
453 Fix from Juanma Barranquero <lektu@uol.com.br>.
454
455 2001-02-08 Dave Love <fx@gnu.org>
456
457 * wid-edit.el (widget-plist-convert-widget): Replace binding of
458 widget-plist-value-type.
459 (widget-alist-convert-widget): Replace binding of
460 widget-alist-value-type.
461
462 * textmodes/paragraphs.el (sentence-end): Doc fix.
463
464 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
465 `backward-line'.
466
467 * play/pong.el (pong-blank-color, pong-bat-color)
468 (pong-ball-color, pong-border-color, pong-left-key)
469 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
470 (pong-pause-key, pong-resume-key, pong-timer-delay):
471 * mail/mh-comp.el (mh-compose-letter-function):
472 * eshell/esh-mode.el (eshell-skip-prompt-function):
473 * emulation/viper-ex.el (ex-unix-type-shell-options):
474 * recentf.el (recentf-menu-filter):
475 * ps-print.el (ps-print-region-function):
476 * lpr.el (print-region-function):
477 * forms.el (forms-mode-hooks):
478 * dirtrack.el (dirtrack-directory-change-hook):
479 * cus-start.el (temp-buffer-show-function, display-buffer-function):
480 * textmodes/spell.el (spell-filter):
481 * textmodes/fill.el (adaptive-fill-function):
482 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
483 * progmodes/etags.el (find-tag-default-function):
484 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
485 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
486
487 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * emulation/viper-init.el (viper-fast-keyseq-timeout)
490 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
491 Meyering <jim@meyering.net>.
492
493 * loadup.el: Revert last change.
494
495 2001-02-07 Kenichi Handa <handa@etl.go.jp>
496
497 * international/mule.el (transform-make-coding-system-args): Make
498 it work also for coding systems not using CCL.
499
500 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
501
502 * simple.el (previous-matching-history-element)
503 (next-matching-history-element): Doc fix.
504
505 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
506 specific part.
507
508 2001-02-06 Dave Love <fx@gnu.org>
509
510 * add-log.el (add-log-current-defun-function)
511 (add-log-buffer-file-name-function, add-log-file-name-function):
512 Fix :type.
513 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
514
515 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
516
517 * info.el (info-initialize): Remove the test for system-type when
518 invocation-directory is non-nil.
519
520 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
521 of `font-lock-defaults' to `backward-paragraph' rather than nil.
522
523 2001-02-06 Andrew Innes <andrewi@gnu.org>
524
525 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
526 absolute.
527
528 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
529
530 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
531 buffers. When hi-lock turned on rather than only checking current
532 buffer for regexps, all buffers are checked. Moved activation of
533 font-lock to hi-lock-refontify. When font-lock turned off rather
534 than removing added highlighting just in current buffer, remove it
535 in all buffers. Changed edit menu text from "Automatic
536 Highlighting" to "Regexp Highlighting" Documentation for
537 highlighting phrases, minor documentation changes.
538 (hi-lock-set-file-patterns): Execute only if there are new or
539 existing file patterns.
540 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
541 unfontify and, if a support mode is active, will not refontify the
542 whole buffer. If necessary, turn on font lock. (Removed
543 font-lock-unfontify and font-lock support-mode-specific calls,
544 such as lazy-lock-fontify-window.)
545 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
546 patterns are found. Not useful now since find-file-hook is removed
547 if hi-lock is off, but may be needed for per-buffer hi-lock
548 activation.
549 (hi-lock-face-phrase-buffer): New function. Also added related
550 menu item and keybinding.
551 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
552 (hi-lock-process-phrase): New function.
553 (hi-lock-line-face-buffer): Doc fixes.
554 (hi-lock-face-buffer): Doc fixes.
555 (hi-lock-unface-buffer): Doc fixes.
556
557 2001-02-06 Gerd Moellmann <gerd@gnu.org>
558
559 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
560 dabbrev-ignored-regexps.
561
562 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
563
564 * simple.el (kill-line): Doc fix.
565
566 2001-02-05 Dave Love <fx@gnu.org>
567
568 * loadup.el: Revert last two changes -- bootstrapping works with
569 regenerated loaddefs.
570
571 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
572
573 * isearch.el (isearch-forward): Doc fix.
574
575 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
576 of font-lock-defaults to backward-paragraph.
577
578 2001-02-05 Gerd Moellmann <gerd@gnu.org>
579
580 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
581 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
582
583 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
584
585 * ebnf2ps.el: Eliminate time-stamp functions.
586 (ebnf-version): New version (3.5).
587 (ebnf-eps-finish-and-write): Replace time-stamp functions by
588 format-time-string.
589
590 2001-02-05 Gerd Moellmann <gerd@gnu.org>
591
592 * simple.el (next-line): Goto end-of-line before inserting a newline.
593
594 2001-02-05 Miles Bader <miles@gnu.org>
595
596 * image-file.el (insert-image-file): When visiting an image, also
597 set `truncate-lines' to t so that any fringe arrow looks correct.
598
599 2001-02-05 Kenichi Handa <handa@etl.go.jp>
600
601 * isearch.el (isearch-forward): Add description about input method
602 in the docsting.
603
604 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
605
606 * skeleton.el (skeleton-internal-1): Always push the mark for @.
607
608 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
609
610 * info.el (info-initialize): If installation-directory is nil, for
611 DOS/Windows systems try looking in a sibling of
612 invocation-directory.
613
614 2001-02-02 Gerd Moellmann <gerd@gnu.org>
615
616 * wid-edit.el (widget-button-click): Fix last change.
617
618 * frame.el (frame-notice-user-settings): When resizing the initial
619 frame because the tool bar is off, also change the frame's top
620 position if a negative top position was specified.
621
622 2001-02-02 Miles Bader <miles@gnu.org>
623
624 * image-file.el (insert-image-file): When visiting an image,
625 suppress the cursor in the image buffer.
626
627 2001-02-01 Dave Love <fx@gnu.org>
628
629 * progmodes/f90.el (f90-mode): Remove startup message.
630
631 * vc-cvs.el: Remove autoloads. Require vc when compiling.
632
633 2001-02-01 Gerd Moellmann <gerd@gnu.org>
634
635 * startup.el (command-line): Fix code determining whether or not
636 to use delete-key-deletes-forward-mode.
637
638 2001-02-01 Andre Spiegel <spiegel@gnu.org>
639
640 * vc.el (vc-diff-switches): New user option.
641 (vc-version-diff): Use it.
642 (vc-diff-switches-list): New macro.
643
644 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
645 customization options.
646 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
647
648 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
649
650 2001-02-01 Gerd Moellmann <gerd@gnu.org>
651
652 * msb.el (toplevel): Quote hook symbols.
653
654 2001-02-01 Kenichi Handa <handa@etl.go.jp>
655
656 * international/mule.el (make-coding-system): Add description
657 about recognized properties in the docstring.
658
659 * international/mule-conf.el: Remove unused charsets
660 mac-roman-lower and mac-roman-upper.
661
662 2001-01-31 Gerd Moellmann <gerd@gnu.org>
663
664 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
665 is in front of the left-margin, if any.
666
667 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
668 like `delete'.
669
670 * bindings.el: Define `kp-delete' like `delete' in
671 function-key-map.
672
673 * term/w32-win.el (mouse-set-font): Doc fix.
674
675 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
676
677 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
678 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
679 on already.
680
681 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
682
683 * files.el (save-buffer): Don't give message if (buffer-file-name)
684 returns nil.
685
686 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
689
690 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
691 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
692
693 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
694 display problems.
695
696 2001-01-31 Kenichi Handa <handa@etl.go.jp>
697
698 * international/mule.el (charset-info): Fix docstring.
699
700 * international/mule-diag.el (describe-character-set): Check final
701 char valid before printing it.
702
703 2001-01-30 Gerd Moellmann <gerd@gnu.org>
704
705 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
706
707 * frame.el (frame-notice-user-settings): Do the tool-bar
708 stuff only for graphical displays. Fix a braino.
709
710 * frame.el (frame-initialize): Create initial frame visible.
711 (frame-notice-user-settings): When tool-bar has been switched off,
712 correct the frame size and sync tool-bar-mode.
713
714 * startup.el (command-line): Remove manipulation of frame
715 height for tool bars.
716
717 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
718
719 * lpr.el: Compatibility with XEmacs and doc fixes.
720 (lpr-windows-system, lpr-lp-system): New vars.
721 (lpr-printer-switch): New defcustom.
722 (printer-name, lpr-command): Customization fix.
723 (print-region-1): Code fix.
724 (print-region-new-buffer, printify-region): Indentation fix.
725 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
726 functions.
727
728 2001-01-29 Gerd Moellmann <gerd@gnu.org>
729
730 * msb.el (toplevel): Fix the eval-after-load.
731
732 2001-01-29 Dave Love <fx@gnu.org>
733
734 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
735
736 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
737
738 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
739 compiling.
740 (tcl-using-emacs-19-23): Consider Emacs 21+.
741 (tcl-help-directory-list, tcl-command-switches): Fix :type.
742 (tcl-add-emacs-menu): Supply menu name.
743 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
744
745 2001-01-29 Gerd Moellmann <gerd@gnu.org>
746
747 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
748
749 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
750
751 * pcvs.el (cvs-mark-fis-dead): New function.
752 (cvs-mode-add): Use it.
753 (cvs-mode-add-change-log-entry-other-window):
754 Rebind change-log-default-name to itself rather than to nil.
755
756 2001-01-29 Sam Steingold <sds@gnu.org>
757
758 * vc-cvs.el: Replaced (require 'vc) with a bunch of
759 `autoload' statements.
760
761 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
762
763 * files.el (confirm-kill-emacs): Doc fix.
764
765 * frame.el (frame-initialize): Doc fix.
766
767 * time-stamp.el (time-stamp-string): Doc fix.
768
769 * woman.el (WoMan-log-1): Make the log buffer writable. From
770 Markus Rost <rost@math.ohio-state.edu>.
771
772 2001-01-29 Gerd Moellmann <gerd@gnu.org>
773
774 * imenu.el (imenu-syntax-alist): Add autoload cookie for
775 the `make-variable-buffer-local'.
776
777 2001-01-29 Dave Love <fx@gnu.org>
778
779 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
780 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
781 autoload cookie.
782 (ansi-color-apply-sequence): Fix typo.
783
784 2001-01-29 Gerd Moellmann <gerd@gnu.org>
785
786 * menu-bar.el (menu-bar-files-menu): Add menu items for
787 Postscript printing in black and white.
788
789 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
790 X-Mailman-Version, Precedence, List-Help, List-Post,
791 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
792 Content-Type, Content-Length.
793
794 2001-01-29 Dave Love <fx@gnu.org>
795
796 * elide-head.el (elide-head): Make overlay evaporate.
797
798 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
799 fix.
800
801 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
802
803 * isearch.el (isearch-highlight): Don't punt if the display
804 doesn't support colors, since isearch faces are defined for
805 monochrome displays as well.
806
807 2001-01-27 Sam Steingold <sds@gnu.org>
808
809 * shell.el (shell-write-history-on-exit): Make sure that we are in
810 the shell buffer (M-x tex-file RET inserted the error message into
811 the TeX buffer).
812
813 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
814
815 * simple.el (transient-mark-mode): Doc fix.
816
817 2001-01-27 Gerd Moellmann <gerd@gnu.org>
818
819 * progmodes/etags.el (find-tag-noselect): Don't bind
820 tags-file-name.
821
822 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
823
824 * shell.el (shell-unquote-argument): If the shell is one of the
825 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
826 quote character.
827 (shell-dumb-shell-regexp): Document that the shells which match
828 this regexp are supposed to not treat a backslash as a quote
829 character.
830
831 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
832 from 2001-01-12. It is not needed, since backspace is mapped into
833 DEL.
834
835 2001-01-27 Richard M. Stallman <rms@gnu.org>
836
837 * dabbrev.el (dabbrev--substitute-expansion):
838 Treat a one-capital-letter abbrev as "not all upper case",
839 so as to force preservation of the expansion's pattern
840 if the expansion starts with a capital letter.
841
842 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
843
844 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
845 Doc fix.
846
847 * simple.el (transient-mark-mode): Document the fact that many
848 commands act on the region when mark is active.
849
850 2001-01-27 Kenichi Handa <handa@etl.go.jp>
851
852 * international/quail.el (quail-setup-completion-buf): Make the
853 multibyteness of current buffer inherited to Quail completion
854 buffer.
855 (quail-show-guidance-buf): Make the multibyteness of current
856 buffer inherited to Quail guidance buffer.
857 (quail-help): Make the multibyteness of current buffer inherited
858 to Quail help buffer.
859
860 2001-01-26 Dave Love <fx@gnu.org>
861
862 * time-stamp.el: Doc fixes.
863
864 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
865 (delphi-keyword-face, delphi-other-face): Fix :type.
866
867 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
868
869 * mail/feedmail.el (feedmail): Add :link.
870 (feedmail-send-it): Doc fix.
871
872 * mail/sendmail.el: Doc fixes.
873 (sendmail-send-it): Fix the non-ASCII regexp and use
874 rfc2047-encode-string.
875
876 * dired.el, dired-aux.el: Revert last change.
877
878 2001-01-26 Gerd Moellmann <gerd@gnu.org>
879
880 * makefile.w32-in (DONTCOMPILE): Add various term files.
881
882 2001-01-26 Dave Love <fx@gnu.org>
883
884 * Makefile.in (DONTCOMPILE): Add various term files.
885
886 2001-01-26 Gerd Moellmann <gerd@gnu.org>
887
888 * man.el (Man-default-man-entry, Man-mode): Doc fix.
889
890 * startup.el (display-startup-echo-area-message): Make sure
891 the echo area is resized to fit the size of the startup
892 message.
893
894 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
895 part of which is a constant.
896
897 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
900 twice.
901
902 2001-01-26 Richard M. Stallman <rms@gnu.org>
903
904 * simple.el (next-line): Don't let `newline' expand abbrevs.
905 Simplify slightly.
906 (open-line): Don't let `newline' expand abbrevs.
907
908 2001-01-25 John Wiegley <johnw@gnu.org>
909
910 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
911 to `repeat' in the :type field.
912
913 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
914 allow a choice of regexp or nil.
915 (pcomplete-dir-ignore): Same.
916
917 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
918 a command) to always fail.
919
920 2001-01-25 Gerd Moellmann <gerd@gnu.org>
921
922 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
923 discard the result.
924 (iswitchb-to-end): Likewise.
925
926 2001-01-25 Sam Steingold <sds@gnu.org>
927
928 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
929 Require vc.
930
931 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
932
933 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
934
935 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
936
937 2001-01-25 Dave Love <fx@gnu.org>
938
939 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
940 (describe-coding-system): Tweak the English text.
941
942 * loadup.el: Preload international/ccl for utf-8.
943
944 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * mail/rmail.el (rmail-redecode-body): Doc fix.
947
948 2001-01-25 Kenichi Handa <handa@etl.go.jp>
949
950 * international/mule-cmds.el (reset-language-environment): Reset
951 coding-category-utf-8 to mule-utf-8.
952
953 * international/mule-conf.el (coding-category-utf-8): Initialize
954 to mule-utf-8.
955
956 * loadup.el: Preload international/utf-8.
957
958 * international/utf-8.el: New file.
959
960 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
961
962 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
963
964 2001-01-24 Sam Steingold <sds@gnu.org>
965
966 * dired.el (dired-replace-in-string): Removed.
967 (dired-sort-toggle): Use `replace-regexps-in-string'
968 instead of `dired-replace-in-string'.
969
970 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
971 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
972
973 * gs.el (gs-replace-in-string): Removed.
974 (gs-options): Use `replace-regexps-in-string'
975 instead of `gs-replace-in-string'.
976
977 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
980 bug report is mailed to an email list and posted to a news group.
981
982 2001-01-24 Gerd Moellmann <gerd@gnu.org>
983
984 * comint.el (comint-replace-by-expanded-history-before-point): Fix
985 change of 2000-08-03 to move point to the start of the line again.
986
987 * startup.el (tool-bar-images-pixel-height): New variable.
988 (command-line): After loading the user's init file, when
989 tool-bar-mode is on, increase the frame's size by some lines for
990 the tool-bar.
991
992 * frame.el (frame-initialize): Create the initial frame invisible.
993
994 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
995
996 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
997 (chinese-big5): MIME:Big5.
998
999 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1000
1001 * international/mule-cmds.el (universal-coding-system-argument):
1002 Handle commands with prefix args.
1003
1004 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1005
1006 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1007 being a list of numbers.
1008 (diary-mail-entries): Rewritten.
1009
1010 2001-01-23 Dave Love <fx@gnu.org>
1011
1012 * international/mule.el (make-coding-system): Fix typo.
1013
1014 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1015 backward-paragraph as font-lock-beginning-of-syntax-function.
1016
1017 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * font-lock.el (font-lock-mode): Doc fix.
1020
1021 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1022
1023 * international/mule.el (make-translation-table): Fix docstring.
1024
1025 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1026
1027 * mail/rmail.el (rmail-redecode-body): New function.
1028
1029 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1030
1031 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1032
1033 * isearch.el (isearch-lazy-highlight-case-fold-search)
1034 (isearch-lazy-highlight-regexp): New variables.
1035 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1036 case-fold search or regexp search has been toggled.
1037
1038 * wid-edit.el (widget-button-click): Avoid a save-excursion
1039 around running a global binding.
1040
1041 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1042 to 0.25.
1043
1044 2001-01-20 Miles Bader <miles@gnu.org>
1045
1046 * cus-edit.el (custom-face-save): Do post-processing on the face's
1047 new value like `custom-face-set' does.
1048
1049 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * mail/emacsbug.el (report-emacs-bug): Report the value of
1052 LC_CTYPE, not LC_TYPE.
1053
1054 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1055 isearch-toggle-regexp and isearch-edit-string to doc string.
1056
1057 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1058
1059 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1060 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1061
1062 * jit-lock.el (jit-lock-fontify-now): Don't bind
1063 font-lock-beginning-of-syntax-function to nil.
1064
1065 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1066
1067 * mail/emacsbug.el (report-emacs-bug): Report values of
1068 locale-coding-system, default-enable-multibyte-characters, and the
1069 environment variables LC_ALL, LC_TYPE, and LANG.
1070
1071 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1072
1073 * font-lock.el (font-lock-default-fontify-region): Fix last
1074 change.
1075
1076 * font-lock.el (font-lock-multiline): Default to nil.
1077 (font-lock-default-fontify-region): If font-lock-multiline is
1078 nil, don't check the property `font-lock-multiline'.
1079
1080 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1081 is nil, don't check the `font-lock-multiline' text property.
1082
1083 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1084
1085 * viper.el: Call initial-major-mode on startup.
1086
1087 * ediff.el (ediff-patch-file): Use better defaults.
1088
1089 * ediff-vers.el: Fix for 8+3 DOS file systems.
1090
1091 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1092
1093 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1094 diff mode, if available.
1095
1096 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1097
1098 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1099
1100 * ediff-init.el (subst-char-in-string): Define and use it, unless
1101 it's already defined.
1102
1103 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1104
1105 * tooltip.el (tooltip-hide-delay): New user-option.
1106 (tooltip-show): Use tooltip-hide-delay instead of the default.
1107
1108 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1109
1110 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1111 kill-local-variable doesn't work for enable-multibyte-characters.
1112
1113 2001-01-17 Dave Love <fx@gnu.org>
1114
1115 * ediff-init.el (ediff-before-setup-hook)
1116 (ediff-merge-filename-prefix): Add :version.
1117
1118 * international/latin1-disp.el: Require disp-table.
1119 (latin1-display): Fix :set.
1120
1121 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1122
1123 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1124
1125 * isearch.el (isearch-lazy-highlight-initial-delay)
1126 (isearch-lazy-highlight-interval): Default to 0.
1127
1128 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1129
1130 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1131 1 here rather than each time through
1132 isearch-lazy-highlight-new-loop.
1133 (isearch-lazy-highlight-max): Variable deleted.
1134 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1135 isearch-lazy-highlight-max but controls a single invocation of
1136 isearch-lazy-highlight-update.
1137 (isearch-lazy-highlight-wrapped): Variable recreated.
1138 (isearch-lazy-highlight-window-start): New variable.
1139 (isearch-lazy-highlight-cleanup): Restored to behavior of
1140 before 2-Jan.
1141 (isearch-lazy-highlight-remove-overlays): Function deleted;
1142 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1143 behavior removed.
1144 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1145 isearch-lazy-highlight-update in a loop rather than just once.
1146 Test isearch-invalid-regexp here and decide not to start a new
1147 loop, rather than testing it each time through
1148 isearch-lazy-highlight-update.
1149 (isearch-lazy-highlight-search): Function restored.
1150 (isearch-lazy-highlight-update): Get called in a timer loop again,
1151 but this time highlight more than one match each time through.
1152 Only highlight matches in the visible part of the window. Start
1153 at point, move in the direction of the search, and wrap around at
1154 the edge of the window. Use sit-for to force redisplay and ensure
1155 window-start is credible. "Face suppressing" behavior removed;
1156 overlay priorities should make it unnecessary, right?
1157 (isearch-highlight): Face suppressing behavior removed.
1158 (isearch-dehighlight): Face suppressing behavior removed.
1159 (isearch-set-lazy-highlight-faces-at): Removed.
1160
1161 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1162
1163 * language/european.el ("Latin-1"): Make the format of description
1164 about additional language environments same as that of Latin-2.
1165
1166 2001-01-16 Dave Love <fx@gnu.org>
1167
1168 * isearch.el (isearch-lazy-highlight): Add :version.
1169
1170 * simple.el (backward-delete-char-untabify-method)
1171 (next-line-add-newlines): Add :version.
1172
1173 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1174
1175 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1176 Don't bind <delete> otherwise.
1177
1178 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1179 and <delete> via function-key-map.
1180
1181 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1182 Subject line only if point is after the `Subject:'.
1183
1184 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1185
1186 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1187 japanese-jisx0213-2 in `charset' property of this lang. env.
1188
1189 * language/european.el ("Latin-1"): Add description for Dutch and
1190 Spanish lang. env.
1191
1192 * international/mule.el (decode-char): Fix conditions.
1193 (encode-char): Handle eight-bit-control too.
1194 (transform-make-coding-system-args): New function.
1195 (make-coding-system): Accept XEmacs style arguments for CCL base
1196 coding system.
1197
1198 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1199
1200 * progmodes/etags.el (find-tag-noselect): Save the value of
1201 tags-file-name before switching buffers, for the case it has a
1202 buffer-local value.
1203
1204 2001-01-15 Alex Schroeder <alex@gnu.org>
1205
1206 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1207 From Dave Love <fx@gnu.org>.
1208 (ansi-color-for-comint-mode): Fix :version.
1209
1210 2001-01-15 Alex Schroeder <alex@gnu.org>
1211
1212 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1213
1214 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1215
1216 * dired.el (dired-insert-directory): If file-system-info fails,
1217 remove the " free " part, but don't signal an error.
1218
1219 2001-01-12 Sam Steingold <sds@gnu.org>
1220
1221 * bookmark.el (bookmark-maybe-historicize-string):
1222 Use new backquote syntax.
1223
1224 2001-01-12 Richard M. Stallman <rms@gnu.org>
1225
1226 * subr.el (last): Handle a list that doesn't end in nil.
1227
1228 2001-01-12 Sam Steingold <sds@gnu.org>
1229
1230 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1231 to `backward-delete-char-untabify'.
1232
1233 2001-01-12 Dave Love <fx@gnu.org>
1234
1235 * cus-edit.el (customize-menu-create): Fix the :filter following
1236 easymenu change.
1237
1238 * wid-edit.el (function): Add :match-alternatives.
1239 (widget-color-action): Doc fix.
1240
1241 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1242
1243 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1244
1245 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1246
1247 * international/mule-cmds.el (prefer-coding-system): Fix
1248 docstring.
1249
1250 * international/ccl.el (define-ccl-program): Fix docstring.
1251
1252 2001-01-11 Dave Love <fx@gnu.org>
1253
1254 * international/mule-cmds.el (standard-display-european-internal):
1255 Set display table for 2208 as for 160.
1256
1257 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1258
1259 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1260 entry for custom-menu-create change.
1261 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1262 don't cons it in the search loop.
1263
1264 * imenu.el (imenu--truncate-items): Revert last change.
1265
1266 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1267
1268 * info.el (Info-setup-header-line): If the node header includes
1269 either Next: or Prev: links, don't show the File: and Node: parts
1270 in the header line.
1271
1272 2001-01-11 Gerd Moellmann <gerd@gnu.org>
1273
1274 * comint.el (comint-goto-process-mark): Don't print a message
1275 when running in batch mode.
1276
1277 * isearch.el (isearch-search): In the condition-case handler for
1278 `error', set isearch-invalid-regexp to the whole error message.
1279
1280 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1281 ensure that eval-after-load works for files dumped with Emacs.
1282
1283 * help.el (load-symbol-file-load-history): New function extracted
1284 from function symbol-file.
1285 (symbol-file): Use it.
1286
1287 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1288 exit.xpm.
1289
1290 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1291
1292 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1293 behave as if there were no prefix argument.
1294 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1295 argument were nil.
1296
1297 2001-01-11 Richard M. Stallman <rms@gnu.org>
1298
1299 * isearch.el (isearch-lazy-highlight-update):
1300 Don't look for more potential matches once maximum is exceeded.
1301 Use overlays-in to check correctly for overlap with current match.
1302 Ignore empty matches.
1303
1304 2001-01-11 Miles Bader <miles@gnu.org>
1305
1306 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1307 (ispell-overlay-window, ispell-help, ispell-show-choices)
1308 (ispell-command-loop): Use it instead of `window-height'.
1309
1310 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1311
1312 * files.el (confirm-kill-emacs): New user-option.
1313 (save-buffers-kill-emacs): Ask for final confirmation before
1314 killing Emacs.
1315
1316 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1317 to nil.
1318
1319 2001-01-10 Dave Love <fx@gnu.org>
1320
1321 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1322
1323 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1324 :type.
1325
1326 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1327
1328 * calculator.el (calculator-number-digits): Fix :type.
1329
1330 * vc-cvs.el (vc-cvs-header): Fix :type.
1331 * vc-rcs.el (vc-rcs-header): Fix :type.
1332 * vc-sccs.el (vc-sccs-header): Fix :type.
1333
1334 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1335
1336 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1337
1338 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1339
1340 2001-01-10 Gerd Moellmann <gerd@gnu.org>
1341
1342 * simple.el (set-variable): Force a thorough redisplay for the
1343 case that the variable has an effect on the display, like
1344 `tab-width' has.
1345
1346 2001-01-10 Andre Spiegel <spiegel@gnu.org>
1347
1348 * vc.el: Add documentation for backend interface.
1349
1350 2001-01-10 Kenichi Handa <handa@etl.go.jp>
1351
1352 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1353
1354 * international/mule-conf.el (latin-extra-code-table): Set to t
1355 for \223 and \224.
1356
1357 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1358
1359 * international/mule-cmds.el (locale-language-names): Map "es" to
1360 "Spanish" and "nl" to "Dutch".
1361
1362 2001-01-09 Gerd Moellmann <gerd@gnu.org>
1363
1364 * bindings.el (global-map): Bind <home> to beginning-of-line,
1365 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1366 C-<end> to end-of-buffer.
1367
1368 * language/european.el: Add Dutch and Spanish language info
1369 to be able to use the appropriate tutorials.
1370
1371 2001-01-09 Alex Schroeder <alex@gnu.org>
1372
1373 * ansi-color.el (ansi-color-process-output): Use markers instead
1374 of positions for start and end of region.
1375 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1376 Previously, occasional mistakes happend when fontifying many
1377 chunks of output (eg. ls --color=yes /dev). This happened
1378 whenever an overlay was created up to the end of the region, which
1379 coincided with the process-mark. New text would then be added
1380 within that overlay instead of after it.
1381 (ansi-color-make-extent): Overlays are created with the property
1382 `modification-hooks' set to '(ansi-color-freeze-overlay).
1383 (ansi-color-freeze-overlay): New function. When inserting text at
1384 the end of the overlay, the overlay will resize.
1385
1386 2000-01-09 Alex Schroeder <alex@gnu.org>
1387
1388 * ansi-color.el (ansi-color-process-output): Doc change.
1389 (ansi-color-unfontify-region): Doc change. No longer installed
1390 automatically in font-lock-unfontify-region-function.
1391 (ansi-color-apply): Doc change.
1392 (ansi-color-apply-on-region): Use extents or overlays instead of
1393 text-properties.
1394 (ansi-color-make-extent): New function.
1395 (ansi-color-set-extent-face): New function.
1396
1397 2000-01-09 Alex Schroeder <alex@gnu.org>
1398
1399 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1400 both use ansi-color-process-output, now.
1401 (ansi-color-process-output): Doesn't return string anymore. It is
1402 installed in comint-output-filter-functions for both Emacs and
1403 XEmacs, now.
1404 (ansi-color-unfontify-region): Simplified code removing variables
1405 pos and start-ansi.
1406 (ansi-color-apply): Put text-property ansi-color before putting
1407 text-property face because ansi-color-unfontify-region is called
1408 immediately after the call to put-text-property.
1409 (ansi-color-context-region): Doc change.
1410 (ansi-color-filter-region): Simplified code.
1411 (ansi-color-apply-on-region): Changed start to start-marker, using
1412 a marker explicitly. Put text-property ansi-color before putting
1413 text-property face because ansi-color-unfontify-region is called
1414 immediately after the call to put-text-property.
1415
1416 2000-01-09 Alex Schroeder <alex@gnu.org>
1417
1418 * ansi-color.el (ansi-color-faces-vector): Doc change.
1419 (ansi-color-for-comint-mode): Changed :type property to choice.
1420 (ansi-color-last-context): Removed.
1421 (ansi-color-process-output): Don't use ansi-color-last-context, as
1422 the main functions will store their context now.
1423 (ansi-color-context): Doc change.
1424 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1425 Uses ansi-color-context such that repeated calls will strip
1426 partial escape sequences, too.
1427 (ansi-color-apply): Simplified code. Colorize end of string if
1428 face is not null. Store context in new (FACE STRING) format, such
1429 that repeated calls will strip partial escape sequences, too.
1430 Append faces to face property using ansi-color-apply-sequence such
1431 that cumulative mode actually works.
1432 (ansi-color-context-region): New variable.
1433 (ansi-color-filter-region): Rewrote it based on
1434 ansi-color-apply-on-region. Uses ansi-color-context-region such
1435 that repeated calls will strip partial escape sequences, too.
1436 (ansi-color-apply-on-region): Simplified code. Colorize end of
1437 region if face is not null. Store context in new (FACE POS)
1438 format, such that repeated calls will strip partial escape
1439 sequences, too. Append faces to face property using
1440 ansi-color-apply-sequence such that cumulative mode actually
1441 works.
1442 (ansi-color-apply-sequence): New function.
1443 (ansi-color-get-face): When the default face is added to the list
1444 of faces, all previous settings are discarded and the list of
1445 faces is set to '(default).
1446
1447 2000-01-09 Alex Schroeder <alex@gnu.org>
1448
1449 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1450 face, such that ansi-color-apply and ansi-color-apply-on-region
1451 will do the right thing.
1452 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1453 returns nil, set the list of faces back to nil instead of
1454 appending the result of ansi-color-get-face to the front of the
1455 list.
1456
1457 2000-01-09 Alex Schroeder <alex@gnu.org>
1458
1459 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1460 (ansi-color-process): Doc change.
1461 (ansi-color-last-context): New buffer-local variable.
1462 (ansi-color-process-output): New function. It is automatically
1463 added to comint-output-filter-functions if this is XEmacs.
1464 (ansi-color-unfontify-region): New optional parameter for XEmacs
1465 compatibility. Check wether font-lock-syntactic-keywords is
1466 boundp before removing the syntax table text property, as XEmacs
1467 doesn't have it.
1468 (ansi-color-filter-region): Doc change.
1469 (ansi-color-apply-on-region): Doc change.
1470 (ansi-color-make-face): New function. Compatibility layer for
1471 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1472 (ansi-color-make-color-map): Use ansi-color-make-face.
1473 (ansi-color-get-face): Avoid face text property '(nil) as results
1474 in an errow for XEmacs.
1475
1476 2000-01-09 Alex Schroeder <alex@gnu.org>
1477
1478 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1479 text-property ansi-color in order to preserve fontification by
1480 ansi-color. When the package is loaded, a lambda expression is
1481 put onto font-lock-mode-hook. This lambda expression will check
1482 font-lock-unfontify-region-function and replace
1483 font-lock-default-unfontify-region with
1484 ansi-color-unfontify-region.
1485 (ansi-color-apply): Add text-property ansi-color in addition to
1486 text-property face.
1487 (ansi-color-apply-on-region): Add text-property ansi-color in
1488 addition to text-property face.
1489 (save-buffer-state): Copy of the macro that is also used by
1490 lazy-lock and font-lock.
1491
1492 (ansi-color-for-comint-mode): New option.
1493 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1494 (ansi-color-for-comint-mode-off): Ditto.
1495 (ansi-color-for-comint-mode-filter): Ditto.
1496 (ansi-color-process): New function. Uses
1497 ansi-color-for-comint-mode to decide what to do. This function is
1498 added to comint-preoutput-filter-functions when the package is
1499 loaded.
1500
1501 (ansi-color-for-shell-mode-set): Removed.
1502 (ansi-color-for-shell-mode): Removed.
1503
1504 2000-01-09 Alex Schroeder <alex@gnu.org>
1505
1506 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1507 the lambda expression from the ansi-color-for-shell-mode :set
1508 property. Additionally, modify shell-mode-hook to enable or
1509 disable font-lock-mode for future shell buffers.
1510 (ansi-color-for-shell-mode): The :set property calls
1511 ansi-color-for-shell-mode-set instead of a lambda expression.
1512
1513 2000-01-09 Alex Schroeder <alex@gnu.org>
1514
1515 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1516 (ansi-color-context): New variable.
1517 (ansi-color-apply): Save context between calls.
1518
1519 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * isearch.el (isearch, isearch-lazy-highlight-face): New
1522 definitions for face colors and attributes.
1523
1524 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1525 of display-mouse-p.
1526
1527 2001-01-09 Kenichi Handa <handa@etl.go.jp>
1528
1529 * international/mule.el (make-coding-system): If the coding system
1530 accepts extra latin codes, register such codes as safe for the
1531 coding system.
1532
1533 2001-01-08 Richard M. Stallman <rms@gnu.org>
1534
1535 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1536 don't mention the file name or the date here, because they are
1537 logged at the start of the file.
1538
1539 2001-01-08 Richard M. Stallman <rms@gnu.org>
1540
1541 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1542 Change screen-width to frame-width.
1543
1544 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * info.el (Info-search): Print the default as part of the prompt.
1547
1548 2001-01-08 Andre Spiegel <spiegel@gnu.org>
1549
1550 * vc.el (vc-default-latest-on-branch-p): New function, replaces
1551 constant implementations in backends.
1552
1553 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1554 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1555
1556 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1557 WRITABLE to EDITABLE.
1558
1559 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1560 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1561 to EDITABLE.
1562
1563 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1564
1565 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1566 (copyright, copyright-update): Compute the current year at run
1567 time.
1568
1569 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1570
1571 * isearch.el (isearch-old-signal-hook): Removed.
1572 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1573 instead of setting signal-hook-function.
1574 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1575
1576 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1577
1578 * emulation/edt.el: Update to version 4.0. Provide support for
1579 EDT scroll margins at top and bottom of the window. Provide an
1580 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1581 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1582 user when file-related buffer modifications exist. Provide
1583 support for running EDT Emulation in XEmacs. Provide customize
1584 access to some user updatable variables. Add Commentary section
1585 to file header. Fixed a few minor bugs and cleaned up some code.
1586
1587 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1588 for detecting a keypress that generates an ASCII key sequence.
1589 (Previously, only a keypress that generates a vector was
1590 recognized.) Embed Window Manager name into name of the generated
1591 EDT Emulation initialization file since the initialization file is
1592 Window Manager specific. Add Commentary section to file header.
1593
1594 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1595
1596 * mail/sendmail.el (mail-mode): Doc fix.
1597
1598 * info.el (Info-goto-emacs-command-node): Doc fix.
1599 (Info-goto-emacs-key-command-node): Doc fix.
1600
1601 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
1604 systems without long file-name support.
1605
1606 2001-01-06 Andrew Innes <andrewi@gnu.org>
1607
1608 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1609
1610 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1613 (isearch-lazy-highlight-update): Doc fix.
1614
1615 * ffap.el (ffap-bindings): Doc fix.
1616
1617 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1618
1619 2001-01-05 Dave Love <fx@gnu.org>
1620
1621 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1622
1623 2001-01-05 Gerd Moellmann <gerd@gnu.org>
1624
1625 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1626 scroll-preserve-screen-position to nil.
1627
1628 * isearch.el (isearch-old-signal-hook): New variable.
1629 (isearch-mode): Set signal-hook-function to isearch-done.
1630 (isearch-done): Restore old signal-hook-function.
1631
1632 * info.el (Info-fontify-node): Mark one more char as intangible.
1633
1634 2000-01-05 Kenichi Handa <handa@etl.go.jp>
1635
1636 * composite.el (compose-last-chars): New argument COMPONENTS. If
1637 it is non-nil, compose preceding characters by compose-region with
1638 COMPONENTS.
1639
1640 * international/quail.el (quail-input-string-to-events): New function.
1641 (quail-input-method): Convert input string to events here.
1642 (quail-start-translation): Return input string, not event list.
1643 (quail-start-conversion): Likewise.
1644
1645 2001-01-04 Gerd Moellmann <gerd@gnu.org>
1646
1647 * tooltip.el (tooltip-cancel-delayed-tip)
1648 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1649 and tooltip-add-timeout.
1650 (tooltip-show): Set border color from faces's foreground.
1651 (tooltip-show-help-function): If called with the same help string
1652 as last time, do nothing.
1653 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1654
1655 * startup.el (fancy-splash-screens): Don't bind show-help-function
1656 to nil.
1657
1658 * tooltip.el (tooltip-frame-parameters): Remove colors.
1659 (tooltip): New face
1660 (tooltip-set-param): New function.
1661 (tooltip-show): Set up color frame parameters from face `tooltip'.
1662 Display the tooltip text in face `tooltip'.
1663
1664 2001-01-04 Dave Love <fx@gnu.org>
1665
1666 * whitespace.el (whitespace-global-mode): Fix typo.
1667
1668 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1669
1670 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1671
1672 * help.el (help-for-help): Fix a typo in a doc string. From
1673 kwzh@gnu.org (Karl Heuer).
1674
1675 2001-01-03 Dave Love <fx@gnu.org>
1676
1677 * dired-x.el: Doc fixes. Maintainer change.
1678 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1679 :type.
1680 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1681 (dired-guess-shell-alist-user): Customize.
1682 (dired-x-help-address): Set to bug-gnu-emacs.
1683 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1684 (dired-default-directory): Renamed from default-directory.
1685
1686 * hl-line.el (hl-line): Doc fix.
1687
1688 2001-01-03 Karl Fogel <kfogel@red-bean.com>
1689
1690 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
1691
1692 2001-01-02 Richard M. Stallman <rms@gnu.org>
1693
1694 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1695 to remove all the current alternative-match highlighting.
1696 If nil, remove only what's outside the current window.
1697 (isearch-lazy-highlight-remove-overlays): Take optional
1698 region within which NOT to remove them.
1699 (isearch-lazy-highlight-new-loop): Greatly simplified.
1700 (isearch-lazy-highlight-update): Find all the other occurrences
1701 visible in the window, in just one call.
1702 (isearch-lazy-highlight-start): Now holds start of region to scan.
1703 (isearch-lazy-highlight-end): Now holds end of region to scan.
1704 (isearch-lazy-highlight-wrapped): Variable deleted.
1705 (isearch-lazy-highlight-search): Function deleted.
1706
1707 2000-01-02 Andrew Innes <andrewi@gnu.org>
1708
1709 * w32-fns.el (convert-standard-filename): Do length check on name
1710 before aref.
1711
1712 2001-01-02 Dave Love <fx@gnu.org>
1713
1714 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1715 value.
1716 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1717
1718 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1719
1720 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1721 read syntax.
1722
1723 * calendar/todo-mode.el (todo): Add :link, :version.
1724 (todo-save-top-priorities): Remove autoload cookie.
1725 (todo-add-category, todo-add-item-non-interactively)
1726 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1727 cookie.
1728
1729 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1730
1731 * comint.el (comint-input-history-ignore): New variable.
1732 (comint-read-input-ring): Ignore entries matching
1733 comint-input-history-ignore.
1734
1735 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
1736
1737 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1738 (lm-copyright-mark): New function.
1739 (lm-crack-copyright): New function.
1740 (lm-verify): Check that the file has a copyright.
1741 Check that the file is copyright Free Software Foundation.
1742
1743 2000-12-30 Kenichi Handa <handa@etl.go.jp>
1744
1745 * international/mule-diag.el (print-fontset): Indent font name by
1746 24 columns, not 25.
1747
1748 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1749
1750 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1751 in Subject line.
1752
1753 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1754 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1755 continuing an interrupted message with C-u C-x m for instence,
1756 winds up in Mail mode without abbrevs.
1757
1758 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1759
1760 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1761 non-nil. Adding almost all customization variables on ps-setup. Doc
1762 fix.
1763 (ps-print-version): New version number (6.3.3).
1764 (ps-end-with-control-d): Initialization fix.
1765 (ps-lines-printed): New var.
1766 (ps-skip-newline): New fun.
1767 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1768 (ps-next-line, ps-continue-line, ps-plot-region)
1769 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1770
1771 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1772
1773 * international/fontset.el (x-complement-fontset-spec): Resolve
1774 ASCII font name so that the same family name is used for fonts
1775 registered in x-font-name-charset-alist.
1776 (create-fontset-from-fontset-spec): Adjusted for the above change.
1777 The name of fontset alias should be a unresolved ASCII font name.
1778
1779 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1780
1781 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1782 and delete in isearch-mode-map.
1783
1784 2000-12-28 Richard M. Stallman <rms@gnu.org>
1785
1786 * dired-x.el (dired-guess-shell-alist-default):
1787 Use xpdf instead of acroread.
1788
1789 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1790
1791 * textmodes/artist.el (artist-butlast): Deleted.
1792 (artist-ellipse-mirror-quadrant): Use butlast instead of
1793 artist-butlast.
1794
1795 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1796
1797 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1798
1799 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1800
1801 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1802
1803 * ls-lisp.el: Better support for the Mac and MS-Windows.
1804 (ls-lisp): New defgroup.
1805 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1806 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1807 (ls-lisp-support-shell-wildcards): New defcustoms.
1808 (ls-lisp-parse-symlink): New function.
1809 (insert-directory): Code to convert switches to a list and set up
1810 the wildcard argument copied from ls-lisp-insert-directory.
1811 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1812 for -C and -R switches.
1813 (ls-lisp-column-format): New function.
1814 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1815 (ls-lisp-format-time): Add doc strings.
1816 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1817 Support ls-lisp-dirs-first.
1818 (ls-lisp-classify, ls-lisp-extension): New functions.
1819 (ls-lisp-format): Optionally support emulation of symlinks.
1820 Support -i, -s, and -G switches.
1821
1822 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1823
1824 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1825
1826 * version.el (emacs-version): Print X scroll bar information.
1827
1828 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1829 instead of x-toolkit-scroll-bars-p.
1830
1831 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1832 of x-toolkit-scroll-bars-p.
1833
1834 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1835
1836 * ffap.el (ffap-bindings): Make interactive and add an autoload
1837 cookie.
1838 (ffap-bindings): Doc fix, to reflect the above change.
1839
1840 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1841
1842 * term.el (term-char-mode): Define all non-ascii self-inserting
1843 characters to 'term-send-raw in term-raw-map.
1844
1845 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1846
1847 * viper-init (viper-restore-cursor-type): Added condition-case
1848 guard.
1849
1850 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1851 initialization; use add-hook.
1852 (ediff-file-remote-p): Use file-local-copy.
1853
1854 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1855
1856 * ediff.el (ediff-patch-buffer): Bug fix.
1857 (ediff-revision): Allow selection of the file at the prompt.
1858
1859 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1860
1861 * subr.el (combine-run-hooks): Remove.
1862
1863 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1864 and remove the rogue second spec.
1865
1866 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1867
1868 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1869
1870 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1871
1872 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1873 Use minibuffer menu prompt for the `=' prefix.
1874 (smerge-command-prefix): Change default to C-^.
1875 (smerge-mode): Don't assume font-lock doesn't move point.
1876
1877 * skeleton.el (skeleton-internal-1): Make sure the first line of
1878 the region is also re-indented.
1879 (skeleton-end-newline): New var.
1880 (skeleton-end-hook): Use it.
1881
1882 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1883
1884 * comint.el (comint-password-prompt-regexp): Support CVS.
1885
1886 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1887
1888 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1889 backspace key combinations, depending on
1890 delete-key-deletes-forward.
1891
1892 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1893
1894 * simple.el (delete-key-deletes-forward): Doc fix.
1895
1896 2000-08-22 Emmanuel Briot <briot@gnat.com>
1897
1898 * xml.el (top level comment): Updated to reflect the fact that
1899 white spaces are relevant in the XML file.
1900 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1901 to parse was already edited. This allows for on-the-fly analysis
1902 of XML files.
1903 (xml-parse-tag): Check that the casing is the same in the start
1904 tag and end tag, since XML is case-sensitive. Allows for spaces
1905 in the end tag, after the name of the tag.
1906 (xml-parse-attlist): Allow for the character '-' in the name of
1907 attributes, as in the standard http-equiv attribute Do not save
1908 the properties in the XML tree, since they are not relevant.
1909
1910 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1911
1912 * generic.el (generic-read-type): Undo last change, inline into
1913 `generic-mode' and then remove.
1914 (generic-mode): Inline generic-read-type.
1915 (define-generic-mode): Push the symbol name rather than the symbol
1916 onto generic-mode-list.
1917
1918 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1919
1920 * generic.el (generic-read-type): Build an alist for
1921 completing-read as in 20.7.
1922
1923 * play/landmark.el (lm): Use interactive spec `P'.
1924 (toplevel): Don't set debug-on-error.
1925
1926 * server.el (server-switch-buffer): Choose a window on a visible
1927 frame.
1928
1929 2000-12-21 Dave Pearson <davep@davep.org>
1930
1931 * quickurl.el: Commentry change, I've moved my web site.
1932
1933 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1934
1935 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1936 ranges like \177-\237, but accepts the character sequence from \177 to
1937 \237. Doc fix.
1938 (ebnf-version): New version (3.4).
1939 (ebnf-setup): Code fix.
1940 (ebnf-range-regexp): New fun.
1941 (ebnf-8-bit-chars): Const fix.
1942
1943 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1944 entry. Doc fix.
1945 (ebnf-bnf-lex): Code fix.
1946 (ebnf-bnf-comment-chars): Const fix.
1947
1948 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1949 entry. Doc fix.
1950 (ebnf-iso-comment-chars): Const fix.
1951
1952 * ebnf-otz.el: Doc fix.
1953
1954 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1955 entry. Doc fix.
1956 (ebnf-yac-skip-code): Code fix.
1957 (ebnf-yac-comment-chars): Const fix.
1958
1959 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1960
1961 * files.el (insert-directory-safely): New function.
1962 (recover-file): Use it instead of insert-directory. From Markus
1963 Rost <markus.rost@mathematik.uni-regensburg.de>
1964
1965 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1966
1967 * international/mule-cmds.el (select-safe-coding-system): Check
1968 coding-category-list more rigidly. Improve help message.
1969
1970 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1971
1972 2000-12-21 Miles Bader <miles@gnu.org>
1973
1974 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1975 prefix.
1976
1977 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1978
1979 * international/mule-diag.el (describe-char-after): Make *Help*
1980 buffer inherit multibyteness of the current buffer.
1981
1982 * international/mule.el (make-char): Docstring adjusted for the
1983 change of make-char-internal.
1984
1985 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * international/iso-cvt.el: Docstrings fix.
1988
1989 2000-12-20 Dave Love <fx@gnu.org>
1990
1991 * subr.el (eval-after-load): Doc fix.
1992
1993 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1994
1995 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1996 for numbers.
1997
1998 2000-12-20 Miles Bader <miles@gnu.org>
1999
2000 * international/quail.el (quail-help): Resize the help window
2001 again after it has all its contents. Remove unneeded progn.
2002
2003 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2004
2005 * pcmpl-linux.el: Fix copy/paste error.
2006
2007 2000-12-19 Andrew Innes <andrewi@gnu.org>
2008
2009 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2010 docstring.
2011
2012 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2013
2014 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2015
2016 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2017
2018 * progmodes/idlw-shell.el: Fixed copyright notice.
2019
2020 * progmodes/idlwave.el: Fixed copyright notice.
2021
2022 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2023 TAB as key separators.
2024
2025 2000-12-19 Alex Schroeder <alex@gnu.org>
2026
2027 * sql.el (sql-sybase-options): New option.
2028 (sql-sybase): Use it. Add sql-database to the list of parameters
2029 provided for login. The options -w 2048 -n are not used any more.
2030 (sql-postgres-options): Changed default from "--pset" to "-P".
2031 (sql-mysql-options): Doc change.
2032 (sql-stop): Doc change.
2033
2034 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2035
2036 * international/quail.el (quail-input-method): Always hide
2037 the guidance buffer on exiting.
2038
2039 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2040
2041 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2042 isn't fboundp.
2043
2044 * server.el (server-buffer-done): Bury the buffer before
2045 killing it.
2046
2047 * faces.el (face-spec-set): Interpret a nil in specs for
2048 foreground and background colors as `unspecified', for
2049 compatibility with 20.x.
2050
2051 2000-12-18 Dave Love <fx@gnu.org>
2052
2053 * simple.el (mail-user-agent): Doc fix.
2054 (input-mode-8-bit): Removed.
2055
2056 * international/mule.el (set-keyboard-coding-system): Doc fix.
2057 (keyboard-coding-system): New option.
2058
2059 * mail/sendmail.el (send-mail-function): Customize.
2060
2061 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2062
2063 * international/codepage.el (cp866-decode-table): New table.
2064
2065 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2066
2067 * version.el (emacs-version): Remove `%a' from the time format
2068 because the weekday doesn't fit well into each locale.
2069
2070 2000-12-18 Miles Bader <miles@gnu.org>
2071
2072 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2073
2074 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2075 Check that emacs-major-version is `=' to 20, not `>='.
2076 (artist-replace-chars): Use `make-string' instead of a loop.
2077
2078 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2079
2080 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2081 (cvs-execute-single-file): Don't change directory.
2082 Patch from Per Cederqvist.
2083
2084 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * textmodes/ispell.el (check-ispell-version): If
2087 `ispell-program-name' is "aspell", pass it the -v switch instead
2088 of -vv.
2089
2090 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2091
2092 * international/mule-diag.el (mule-diag): Insert information about
2093 configure options, multibyte awareness, language env.
2094
2095 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2096 regexp to search for candidates.
2097
2098 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2099
2100 * info.el (Info-forward-node): If the node has an
2101 Info-header-line, widen the buffer before searching for "next:"
2102 and "up:" pointers, and set the search limit to stay in the
2103 current node.
2104
2105 2000-12-16 Miles Bader <miles@gnu.org>
2106
2107 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2108
2109 2000-12-15 Miles Bader <miles@gnu.org>
2110
2111 * comint.el (comint-send-string, comint-send-region): Also accept
2112 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2113 process-send-string/region.
2114
2115 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2116
2117 * isearch.el (isearch-lazy-highlight-max): New user-option.
2118 (isearch-lazy-highlight-update): Don't highlight more than
2119 isearch-lazy-highlight-max matches.
2120
2121 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2122
2123 2000-12-15 Richard M. Stallman <rms@gnu.org>
2124
2125 * sort.el (sort-columns): Fix error message.
2126
2127 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2128 `upcase' or `downcase' or nil.
2129 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2130 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2131 (dabbrev--substitute-expansion): New arg record-case-pattern.
2132 If it is non-nil, set dabbrev--last-case-pattern.
2133 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2134
2135 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2136
2137 2000-12-15 Miles Bader <miles@gnu.org>
2138
2139 * paths.el (Info-default-directory-list): Don't delete
2140 configure-info-directory from the list of standard info
2141 directories when appending it to the end -- their order is
2142 important.
2143
2144 * faces.el (read-face-attribute): If there's no entry for the
2145 user's input in VALID, just use it as-is (this will often result
2146 in an error, but it may be OK for e.g. colors using hexadecimal
2147 notation, and at least will yield a better error message).
2148
2149 * window.el (mode-line-window-height-fudge): Function removed.
2150 (height-affecting-face-attributes, mode-line-window-height-fudge):
2151 Variables removed.
2152 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2153 window is really the right size. Use vertical-motion
2154 rather than forward-line.
2155 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2156 (ispell-command-loop, ispell-show-choices): Use the variable
2157 ispell-choices-win-default-height, rather than the function.
2158 (ispell-choices-win-default-height): Function removed.
2159 (ispell-mode-line-window-height-fudge): Function removed.
2160
2161 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2162
2163 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2164
2165 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2166
2167 * paths.el (Info-default-directory-list): If
2168 configure-info-directory is not one of the standard directories,
2169 put it first in the list; otherwise put it last. Doc string
2170 changed accordingly.
2171
2172 * info.el (Info-directory-list): Change doc string to reflect the
2173 change in Info-default-directory-list.
2174
2175 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2176 windows-nt as windowed environments, even under -nw.
2177
2178 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2179 if not fboundp. Switch delete-forward mode for the <delete> key
2180 on all PC platforms, even under -nw.
2181
2182 * term/internal.el ([M-delete]): Remap to M-d.
2183
2184 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2185
2186 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2187
2188 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2189
2190 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2191
2192 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2193
2194 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2195 if appropriate.
2196
2197 * simple.el (delete-key-deletes-forward): New user-option.
2198 (delete-key-deletes-forward-mode): New function.
2199
2200 * bindings.el: Bind `delete' to backward-delete-char.
2201
2202 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2203 if symbol is bound before getting its value.
2204
2205 * tooltip.el (tooltip-show): If an error is signaled in
2206 x-show-tip, display that error, and display the help in the
2207 echo area.
2208
2209 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2210
2211 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2212 "... entries" messages for every 10000 entries, not 10.
2213
2214 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2215
2216 * bookmark.el: Provide a generic exit hook, as suggested by
2217 Ovidiu Predescu <ovidiu@cup.hp.com>:
2218 (bookmark-exit-hook): New var.
2219 (bookmark-exit-hook-internal): New func, replaces
2220 old raw lambda form in `kill-emacs-hook', and runs new
2221 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2222 as logically that feature must have been provided if this function
2223 is running.
2224 Removed ;;;###autoload before the `add-hook' call.
2225
2226 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2227
2228 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2229 (easy-menu-current-active-maps): New function.
2230 (easy-menu-get-map): Use it.
2231 Make a proper menu entry when creating a new keymap.
2232
2233 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2234
2235 * international/characters.el: Fix cases and syntaxes for
2236 mule-unicode-0100-24ff.
2237
2238 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2239 that a Japanese character is not appended after day and year.
2240
2241 * info.el (Info-suffix-list): Change format for a command that
2242 requires arguments.
2243 (info-insert-file-contents): Adjusted for the above change.
2244
2245 2000-12-12 Andreas Schwab <schwab@suse.de>
2246
2247 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2248 on the name of the tar buffer. Verify that the existing buffer is
2249 visiting the same subfile.
2250
2251 2000-12-12 Dave Love <fx@gnu.org>
2252
2253 * subdirs.el: Add obsolete.
2254
2255 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2256
2257 * mail/rmailsum.el (rmail-summary-expunge)
2258 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2259 instead of rmail-confirm-expunge.
2260
2261 * replace.el (perform-replace): Don't use an empty match adjacent
2262 to a non-empty match when computing the next match before the
2263 replacement is performed.
2264
2265 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
2266
2267 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2268 definition (patch by Stefan Monnier).
2269 (glasses-mode): Use jit-lock instead of `after-change-functions'
2270 (patch by Stefan Monnier).
2271
2272 2000-12-12 Miles Bader <miles@gnu.org>
2273
2274 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2275 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2276
2277 2000-12-12 Andrew Choi <akochoi@i-cable.com>
2278
2279 * term/mac-win.el: Remove load for ls-lisp.
2280
2281 * loadup.el: Load ls-lisp for system-type `macos'.
2282
2283 2000-12-12 Miles Bader <miles@gnu.org>
2284
2285 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2286 Respect field end too.
2287 (just-one-space): Respect fields as `delete-horizontal-space'.
2288 (newline-and-indent, reindent-then-newline-and-indent): Use
2289 `delete-horizontal-space'.
2290
2291 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2294 (so as to obey the field property in the minibuffer).
2295
2296 * obsolete/c-mode.el: Moved from lisp/progmodes.
2297 * obsolete/auto-show.el: Moved from lisp.
2298 * obsolete/ooutline.el: Moved from lisp/textmodes.
2299
2300 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2301
2302 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
2303 changes to list them here.
2304
2305 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2306 many changes to list them here.
2307
2308 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2309 many changes to list them here.
2310
2311 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2312
2313 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2314
2315 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2316 nil.
2317
2318 * cus-edit.el (custom-save-variables, custom-save-faces):
2319 Comment fix.
2320
2321 * hscroll.el: Moved to `obsolete' subdir.
2322
2323 2000-12-11 Miles Bader <miles@gnu.org>
2324
2325 * window.el (window-text-height): Function removed (now in C).
2326
2327 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2328
2329 * log-edit.el (log-edit-parent-buffer): New var.
2330 (log-edit): Set it. Add BUFFER argument.
2331 (log-edit-done): Use char-before.
2332 Don't bother checking validity of vc-comment-ring.
2333 Only bury the buffer if log-edit popped it up.
2334
2335 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2336 (cvs-mode-diff-help): Remove.
2337 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
2338 (cvs-mode-marked): Set up the default for CMD manually.
2339
2340 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2341 Remove binding for ? now made unnecessary.
2342
2343 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2344
2345 * textmodes/reftex.el (reftex-scanning-info-available-p): New
2346 function
2347 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2348
2349 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2350 when master file is not open.
2351
2352 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2353
2354 * progmodes/ada-stmt.el: Update `maintainer'.
2355
2356 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2357
2358 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2359 choices to match documentation string.
2360
2361 2000-12-09 Miles Bader <miles@gnu.org>
2362
2363 * minibuf-eldef.el: New file.
2364
2365 * window.el (fit-window-to-buffer): Don't pass last argument to
2366 pos-visible-in-window-p, now that its meaning is inverted.
2367
2368 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2371 <ceder@lysator.liu.se>.
2372
2373 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2374
2375 * autoinsert.el (auto-insert-alist): Add missing final \n.
2376
2377 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2378 (cvs-menu-map): Remove.
2379 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2380 (cvs-mode-quit): Turn it back into a plain function.
2381
2382 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
2383 (texinfo-filter): Remove (move to texinfo.el).
2384
2385 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2386 file where it's more visible.
2387 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2388 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2389 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2390 (texinfo-inside-macro-p): Only catch `scan-error's.
2391 (texinfo-inside-env-p): Make better use of the match info.
2392 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2393 (texinfo-insert-@end): Slight re-organization.
2394 Also remove useless `looking-at' call.
2395
2396 2000-12-08 Andrew Innes <andrewi@gnu.org>
2397
2398 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2399 accessible in -nw mode.
2400
2401 * term/w32-win.el: Remove stuff about selection timeout, which is
2402 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2403 it is accessible in -nw mode.
2404
2405 2000-12-08 Dave Love <fx@gnu.org>
2406
2407 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2408 font-lock-keywords-case-fold-search.
2409
2410 2000-12-08 Gerd Moellmann <gerd@gnu.org>
2411
2412 * textmodes/ispell.el (ispell): Doc fix.
2413
2414 2000-12-08 Kenichi Handa <handa@etl.go.jp>
2415
2416 * international/quail.el (quail-insert-decode-map): Check the
2417 frame width of a window displaying the current buffer, not that of
2418 the selected frame.
2419 (quail-help): Make sure that the help buffer has window before
2420 inserting text in it.
2421
2422 2000-12-07 Sam Steingold <sds@gnu.org>
2423
2424 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2425 Backquote is used in isearch.el, so autoloading saves nothing.
2426
2427 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2428
2429 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2430 the CVS and RCS subdirectories case-insensitively.
2431
2432 * dired.el (dired-insert-directory): If file-system-info is
2433 fboundp, call it instead of invoking dired-free-space-program.
2434
2435 2000-12-07 Gerd Moellmann <gerd@gnu.org>
2436
2437 * server.el (server-visit-files): Push files on file-name-history.
2438
2439 * progmodes/cc-langs.el: Update copyright.
2440
2441 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2442
2443 * bindings.el (mode-line-mode-menu): Add glasses-mode.
2444
2445 * bindings.el (mode-line-mode-menu): Reverse the order
2446 of define-keys so that the menu appears in alphabetical order.
2447
2448 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
2449
2450 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2451 of the function.
2452
2453 2000-12-07 Dave Love <fx@gnu.org>
2454
2455 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2456
2457 * facemenu.el (facemenu-unlisted-faces): Fix value.
2458
2459 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2460
2461 * font-lock.el (font-lock-default-fontify-region):
2462 Include the terminating \n (off-by-one error).
2463 (font-lock-set-defaults): Use dolist.
2464
2465 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2466
2467 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2468
2469 * international/mule-cmds.el (describe-language-environment): Fix
2470 for the case that an input method title is not string but a list.
2471
2472 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2473 of wrong SIZE record.
2474
2475 2000-12-06 Dave Love <fx@gnu.org>
2476
2477 * newcomment.el (comment-region, comment-dwim): Doc fix.
2478
2479 * textmodes/texinfo.el: Require tex-mode when compiling.
2480 (texinfo-update-node): Doc fix.
2481 (texinfo-imenu-generic-expression): Add @anchor.
2482 (texinfo-font-lock-keywords): Add @uref.
2483 (texinfo-inside-macro-p): Don't use ignore-errors.
2484 (texinfo-insert-quote): Match more contexts.
2485
2486 * international/mule.el (decode-char, encode-char): Doc fix.
2487 (auto-coding-alist): Customize.
2488
2489 * files.el (load-file): Fix change of 2000-03-12.
2490
2491 * wid-edit.el (widget-text-keymap): Doc fix.
2492
2493 2000-12-06 Andrew Innes <andrewi@gnu.org>
2494
2495 * makefile.w32-in (lisp): Set to an absolute directory, namely
2496 $(CURDIR).
2497
2498 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2501 read generated-autoload-file, and set buffer-file-coding-system to
2502 raw-text-unix after reading the file.
2503
2504 * international/mule-conf.el (file-coding-system-alist): Use
2505 raw-text for reading loaddefs.el and raw-text-unix for writing
2506 it.
2507
2508 2000-12-06 Gerd Moellmann <gerd@gnu.org>
2509
2510 * replace.el (occur): Make line-number-width 1 smaller for the
2511 colon following the line number.
2512
2513 * startup.el (fancy-splash-text, command-line-1): Use
2514 `File' for the menu name instead of `Files'.
2515
2516 * tmm.el: Update copyright.
2517
2518 * cus-start.el: Add entry for even-window-heights.
2519
2520 2000-12-06 Miles Bader <miles@gnu.org>
2521
2522 * faces.el (frame-set-background-mode): Avoid stomping on
2523 locally modified faces.
2524
2525 2000-12-06 Kenichi Handa <handa@etl.go.jp>
2526
2527 * international/fontset.el: Correct the font registries for
2528 japanese-jisx0213-1 and japanese-jisx0213-2.
2529
2530 2000-12-05 Gerd Moellmann <gerd@gnu.org>
2531
2532 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2533
2534 * iswitchb.el: Update customization commentary.
2535
2536 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
2537
2538 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2539 (tpu-search-highlight): Fixed comparison of overlay end positions.
2540 (tpu-trim-line-ends): Implemented trimming logic locally.
2541
2542 * emulation/tpu-extras.el (tpu-write-file-hook)
2543 (tpu-set-cursor-bound): Replaced picture-clean with
2544 tpu-trim-line-ends.
2545
2546 2000-12-05 Kenichi Handa <handa@etl.go.jp>
2547
2548 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2549 to cn-gb.
2550 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2551
2552 2000-12-04 Dave Love <fx@gnu.org>
2553
2554 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2555
2556 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2557
2558 * mail/rmailsum.el (rmail-summary-expunge)
2559 (rmail-summary-expunge-and-save): Ask for confirmation with
2560 rmail-expunge-confirmed.
2561
2562 * mail/rmail.el (rmail-expunge-confirmed): New function.
2563 (rmail-expunge): Use it.
2564
2565 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2566 (etags-recognize-tags-table, find-tag-in-order): New
2567 functionality: interpret file names as tags.
2568
2569 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2572 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2573 visit the first subnode until the bottom of the current node is
2574 visible.
2575
2576 2000-12-04 Gerd Moellmann <gerd@gnu.org>
2577
2578 * format.el (format-decode): Don't change buffer's undo list.
2579
2580 2000-12-04 Kenichi Handa <handa@etl.go.jp>
2581
2582 * faces.el (face-font-registry-alternatives): Add entries for CJK
2583 fonts. Doc-string adjusted for the actual usage of this data.
2584
2585 * international/fontset.el: Change the font registries for CJK
2586 fonts in the default fontset. Don't append '*' to registries.
2587
2588 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2589
2590 * emacs-lisp/easy-mmode.el (define-derived-mode)
2591 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2592
2593 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2594 (derived-mode-p): New function.
2595 (derived-mode-make-docstring): Add `docstring' argument.
2596 Use it if available and complete it if necessary.
2597
2598 2000-12-03 Andreas Schwab <schwab@suse.de>
2599
2600 * type-break.el (type-break): Don't make parent of itself.
2601
2602 2000-12-03 Miles Bader <miles@gnu.org>
2603
2604 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2605
2606 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2609 (tex-main-file, tex-file): Simplify.
2610 (tex-generate-zap-file-name): Use subst-char-in-string.
2611 (tex-strip-dots): Remove.
2612
2613 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2614
2615 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2616 to check if the match succeeded.
2617
2618 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2619
2620 * startup.el (use-fancy-splash-screens-p): New function.
2621 (command-line-1): Use it to determine whether or not to use
2622 a fancy splash screen.
2623
2624 2000-12-02 Andreas Schwab <schwab@suse.de>
2625
2626 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2627
2628 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2629
2630 * international/mule.el (make-char): Fix last change.
2631
2632 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2633 New defcustoms.
2634 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2635 autoloading tex-mode; instead, do the same manually. Use
2636 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2637 with numeric argument. Docstring fix.
2638 (toplevel): Require cl when compiling.
2639
2640 * international/mule.el (make-char): Doc fix.
2641
2642 2000-12-02 Jason Rumney <jasonr@gnu.org>
2643
2644 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2645 the Emacs Lisp manual)
2646
2647 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2650
2651 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2652 the Emacs Lisp manual).
2653
2654 2000-12-02 Gerd Moellmann <gerd@gnu.org>
2655
2656 * simple.el (next-line-add-newlines): Change default to nil.
2657
2658 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * files.el (revert-buffer, recover-file): Bind
2661 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2662
2663 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2664
2665 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2666
2667 2000-12-01 Miles Bader <miles@gnu.org>
2668
2669 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2670
2671 2000-12-01 Kenichi Handa <handa@etl.go.jp>
2672
2673 * international/mule-diag.el (describe-char-after): Fix typo.
2674 (describe-character-set, non-iso-charset-alist): Fix typo.
2675
2676 2000-12-01 Miles Bader <miles@gnu.org>
2677
2678 * image-file.el (image-file-name-regexp): Automatically add
2679 upper-case variants of each filename extension in
2680 `image-file-name-extensions', since they seem to be common.
2681
2682 * simple.el (minibuffer-contents)
2683 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2684 New functions.
2685 * filecache.el (file-cache-directory-name)
2686 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2687
2688 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
2689
2690 * filecache.el (file-cache-minibuffer-complete): Don't try to
2691 delete the minibuffer prompt.
2692
2693 2000-11-30 Dave Love <fx@gnu.org>
2694
2695 * cus-start.el: Fix read-buffer-function type.
2696
2697 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2698
2699 * md5.el: Removed. There's a built-in function, now.
2700
2701 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
2702
2703 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2704 as dummy 0-th char of rmail-deleted-vector.
2705
2706 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2707
2708 * ps-print.el (ps-end-job): Bind case-fold-search only after
2709 switching to ps-spool-buffer.
2710
2711 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2712
2713 * ps-print.el: Line number font customization. PostScript: Lines and
2714 PageCount are initialized on each page. Doc Fix.
2715 (ps-print-version): New version number (6.3.2).
2716 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2717 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2718 (ps-right-header): Customization fix.
2719 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2720 Fix code.
2721 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2722 New vars.
2723
2724 2000-11-30 Gerd Moellmann <gerd@gnu.org>
2725
2726 * bs.el: Fix typos and spelling errors.
2727 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2728 (bs-configuration): Doc fix.
2729
2730 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2731
2732 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
2733
2734 * emulation/tpu-edt.el (tpu-version): New version.
2735 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2736 (tpu-original-mode-line): Variable deleted.
2737 (tpu-mark-flag): New initial value.
2738 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2739 tpu-mark-flag to minor-mode-alist.
2740 (tpu-update-mode-line): New mark flag logic.
2741 (tpu-get): Use find-file-wildcards.
2742 (tpu-search-highlight): Move overlay less, reset overlay properly.
2743 (tpu-unselect): Deactivate mark.
2744 (tpu-lm-replace): Reset overlay properly.
2745 (tpu-forward-line): Use forward-visible-line.
2746 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2747
2748 * emulation/tpu-extras.el (tpu-forward-line): Use
2749 forward-visible-line.
2750
2751 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2752
2753 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2754
2755 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2756
2757 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2758 and skip whitespace and newlines.
2759
2760 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2761
2762 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2763
2764 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2765
2766 * help.el (describe-function-1): Regexp-quote function name
2767 when used as part of a regexp.
2768
2769 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2770 face-attribute instead of face-foreground and face-background.
2771 (tool-bar-add-item): Likewise, and handle unspecified colors.
2772
2773 * enriched.el (enriched-face-ans): Use face-attribute instead
2774 of face-foreground and face-background.
2775
2776 * faces.el (face-foreground, face-background, face-stipple):
2777 Return nil if attribute is unspecified, for backward
2778 compatibility.
2779
2780 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2781
2782 * play/5x5.el: Remove version info.
2783
2784 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2785
2786 * frame.el (blink-cursor-mode): Doc fix.
2787
2788 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2789
2790 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2791 to create Makefile rules.
2792 (antlr-tool-command): New user option.
2793 (antlr-ask-about-save): New user option.
2794 (antlr-makefile-specification): New user option.
2795 (antlr-file-formats-alist): New variable.
2796 (antlr-special-file-formats): New variable.
2797 (antlr-unknown-file-formats): New user option.
2798 (antlr-help-unknown-file-text): New variable.
2799 (antlr-help-rules-intro): New variable.
2800 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2801 (antlr-mode-menu): Add entries.
2802 (antlr-file-dependencies): New function.
2803 (antlr-directory-dependencies): New function.
2804 (antlr-superclasses-glibs): New function.
2805 (antlr-run-tool): New command.
2806 (antlr-makefile-insert-variable): New function.
2807 (antlr-insert-makefile-rules): New function.
2808 (antlr-show-makefile-rules): New command.
2809
2810 * antlr-mode.el: More Emacs/XEmacs stuff.
2811 (antlr-no-action-keywords): New constant with value nil.
2812 (antlr-font-lock-keywords-alist): Use it. Old value would break
2813 syntax highlighting in Emacs-21.0.
2814 (antlr-default-directory): Emacs/XEmacs dependend function.
2815 (antlr-read-shell-command): Ditto.
2816 (antlr-with-displaying-help-buffer): Ditto.
2817
2818 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2819
2820 * antlr-mode.el: imenu, parsing and highlighting changes.
2821 (antlr-imenu-create-index-function): Don't create extra submenus
2822 for definitions in different grammar classes. It is not necessary
2823 for the menu and would make command `imenu' awkward to use.
2824 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2825 header actions and more than one.
2826 (antlr-font-lock-tokendef-face): Changed color.
2827 (antlr-font-lock-tokenref-face): Changed color.
2828 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2829 (antlr-mode-syntax-table): New variable.
2830 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2831 (antlr-with-syntax-table): Don't copy syntax table.
2832
2833 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2834
2835 * antlr-mode.el: Minor changes: language setting.
2836 (antlr-language-alist): The value for file option "language" can
2837 be both an identifier and a string.
2838 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2839 (antlr-language-limit-n-regexp): Change accordingly.
2840
2841 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2842
2843 * antlr-mode.el: Minor changes: tabs, hiding.
2844 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2845 (antlr-action-visibility): Also allow value nil to also hide the
2846 braces. Renamed from `antlr-tiny-action-length'.
2847 Suggested by Jay@aol.com.
2848 (antlr-hide-actions): Change accordingly. Hide line if completely
2849 hidden action is on a line of its own.
2850
2851 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2852
2853 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2854
2855 * sort.el (sort-columns): Don't concat strings with numbers.
2856
2857 2000-11-29 Dave Love <fx@gnu.org>
2858
2859 * cus-edit.el (face): Fix :format.
2860
2861 * mail/feedmail.el: Require smtpmail when compiling.
2862 (mail-do-fcc): Autoload.
2863 (feedmail) <defgroup>: Fix :link.
2864 (feedmail-nuke-body-in-fcc): Fix :type.
2865 (feedmail-send-it): Add autoload cookie.
2866
2867 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2868
2869 * newcomment.el (comment-indent): Save excursion around call to
2870 comment-indent-function.
2871
2872 2000-11-29 Miles Bader <miles@gnu.org>
2873
2874 * subr.el (member-ignore-case): Return the tail of the list who's
2875 car matches, like `member', not the matching element itself.
2876
2877 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2878
2879 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2880 should not contain `\n'.
2881
2882 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2883
2884 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2885
2886 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2887
2888 * dired-aux.el (dired-do-create-files): Construct default file
2889 name for dired-mark-read-file-name so that when the user enters
2890 just RET, the target file will end up in the target directory.
2891
2892 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2893 local-abbrev-table before changing buffers because it might
2894 have a buffer-local binding.
2895
2896 2000-11-28 Miles Bader <miles@gnu.org>
2897
2898 * simple.el (delete-horizontal-space): Handle fields more generally.
2899
2900 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2901
2902 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2903
2904 2000-11-28 Dave Love <fx@gnu.org>
2905
2906 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2907 comment-start-skip locally.
2908
2909 * progmodes/fortran.el (fortran-mode): Don't set
2910 fortran-comment-line-start-skip. Set comment-start to
2911 fortran-comment-line-start.
2912 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2913 (fortran-comment-line-start-skip): Simplify slightly.
2914
2915 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2916
2917 * play/5x5.el: Remove RCS keyword.
2918
2919 * bs.el: Mistaken commit, undone 2000-11-30.
2920
2921 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2922
2923 * textmodes/tildify.el (tildify-string-alist): Add
2924 `plain-tex-mode' here.
2925
2926 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2927
2928 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2929 reference.
2930
2931 2000-11-28 Miles Bader <miles@gnu.org>
2932
2933 * cus-face.el (custom-face-attributes): Add post-filter function
2934 for :box. Make pre-filter function for :box handle all cases.
2935
2936 * wid-edit.el (widget-choose): Make sure pop-up window is large
2937 enough to display all the choices, as there's no way to scroll it.
2938
2939 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2940
2941 * international/mule-conf.el: Make the coding system no-conversion
2942 safe for all characters.
2943
2944 2000-11-27 Dave Love <fx@gnu.org>
2945
2946 * net/ldap.el (ldap) <defgroup>: Add :version.
2947
2948 * tooltip.el (tooltip-use-echo-area): Doc fix.
2949
2950 * cus-start.el <minibuffer-prompt-properties>: Add version.
2951 <read-buffer-function>: Add.
2952
2953 * apropos.el (apropos-print): Add help-echo to active text.
2954
2955 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2956
2957 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2958
2959 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2960 type, group and version.
2961
2962 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2963
2964 * select.el (x-get-selection): Docstring fix.
2965
2966 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2967
2968 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2969
2970 2000-11-27 Andrew Innes <andrewi@gnu.org>
2971
2972 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2973
2974 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2975
2976 2000-11-27 Miles Bader <miles@gnu.org>
2977
2978 * dired.el (dired-get-filename): Return filename verbatim if
2979 LOCALP is `verbatim'.
2980 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2981 `verbatim' so that we don't inadvertently delete a non-existant
2982 directory name.
2983
2984 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2985
2986 * international/characters.el: Specify cases and syntaxes for
2987 mule-unicode-0100-24ff.
2988
2989 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2990
2991 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2992 that foreground and/or background colors of the face `tool-bar'
2993 are unspecified.
2994
2995 2000-11-27 Miles Bader <miles@gnu.org>
2996
2997 * wid-edit.el (widget-field-buffer, widget-field-start)
2998 (widget-field-end): Handle widget field `pseudo-overlays'.
2999 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3000 if it's there instead of in `widget-field-list'.
3001
3002 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3003 (help-make-xrefs): Delete extraneous newlines at the end of the
3004 docstring.
3005
3006 2000-11-25 Jason Rumney <jasonr@gnu.org>
3007
3008 * startup.el (command-line): Call set-locale-environment after
3009 Window System init file is read, as it can result in a call to
3010 redraw-frame.
3011
3012 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3013
3014 * simple.el (shell-command): Mention the effect of the prefix
3015 argument in the doc string.
3016
3017 2000-11-25 Miles Bader <miles@gnu.org>
3018
3019 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3020
3021 * wid-edit.el (widget-field-value-delete): Don't try to delete
3022 overlay when it's the `pseudo-overlay' that exists at some points.
3023
3024 2000-11-24 Jason Rumney <jasonr@gnu.org>
3025
3026 * international/mule-cmds.el (locale-language-names): Add "jp" as
3027 a non-standard alternative for Japanese.
3028
3029 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3030
3031 * vc-hooks.el: Require 'cl during compilation.
3032
3033 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3034
3035 * faces.el (face-set-after-frame-default): Let face attributes
3036 specified for new frames override frame parameters.
3037
3038 * startup.el (command-line): Fix computation of the source file
3039 for user-init-file when user-init-file is a compiled file.
3040
3041 2000-11-24 Miles Bader <miles@gnu.org>
3042
3043 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3044 (custom-post-filter-face-spec): New functions.
3045 (custom-face-set, custom-face-value-create): Filter the face spec
3046 before and after customization.
3047 (custom-face-set): If VALUE specifies a null face, pass a
3048 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3049 * cus-face.el (custom-face-attributes): Remove SET and GET
3050 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3051 cases they're needed.
3052
3053 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3054 that it's distinguishable from the :off-glyph on dark-background
3055 displays. Set its background color too.
3056
3057 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3058 so that people can easily turn it off.
3059
3060 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3061
3062 * ediff-diff.el: Moved variables around to have it compile under NT.
3063
3064 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3065
3066 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3067
3068 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3069 redundant skip-small-frames test.
3070
3071 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3072 (viper-downgrade-to-insert): protect against errors in hooks.
3073
3074 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3075 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3076 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
3077 functions.
3078
3079 * viper-util.el (viper-memq-char): Bug fixes.
3080
3081 * viper.el (viper-mode): Fix cursor handling.
3082
3083 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3084
3085 * international/mule-diag.el (list-iso-charset-chars): For
3086 two-byte charset, fix the `while' condition.
3087 (list-non-iso-charset-chars): Fix the `while' condition.
3088
3089 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3090
3091 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3092 if the variable is make-variable-buffer-local.
3093
3094 * progmodes/ada-stmt.el (ada-template-map): Initialize
3095 and bind it to C-c t in ada-mode-map.
3096 (ada-stmt-mode-hook): New function extracted from old code.
3097 Only change the buffer-local side of skeleton-*.
3098 (ada-mode-hook): Use it.
3099
3100 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3103 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3104 we expect to be returned by minibuffer-depth once we prompt the
3105 user in the minibuffer.
3106 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3107 as recorded in iswitchb-minibuf-depth, return non-nil.
3108
3109 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3112 (hscroll-window-maybe): Docstring fix.
3113
3114 2000-11-23 Dave Love <fx@gnu.org>
3115
3116 * rect.el (string-rectangle): Don't test delete-selection-mode.
3117
3118 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3119
3120 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3121 is in the tool bar.
3122
3123 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3124 with `no-dir'; we want the directory part to be able to remove
3125 it.
3126
3127 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3128
3129 * textmodes/outline.el (outline-flag-region):
3130 Don't bind inhibit-read-only since we don't modify the buffer.
3131 (outline-isearch-open-invisible): Don't jump to overlay-start
3132 since we're trying to unhide text around point.
3133 (outline-discard-overlays): Use dolist.
3134
3135 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3136
3137 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3138
3139 * mail/rmail.el (rmail-confirm-expunge): Default to
3140 y-or-n-p.
3141
3142 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3143
3144 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3145 Fix ARG regexp to skip quoted braces.
3146 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3147 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3148 are (correctly) handled separately).
3149 Remove `caption' and `footnote' from `citations': they contain text.
3150 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3151 (latex-skeleton-end-hook): New function.
3152 (latex-mode): Use it.
3153 (tex-start-tex-marker): Remove.
3154 (tex-send-tex-command): Don't set tex-start-tex-marker.
3155 (tex-error-parse-syntax-table): New var.
3156 (tex-compilation-parse-errors): Use it.
3157 Ignore tex-start-tex-marker. Don't bother with marker-position.
3158 (tex-validate-buffer): Don't bother with marker-position.
3159
3160 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3161 (flyspell-generic-progmode-verify): Use it.
3162
3163 2000-11-22 Sam Steingold <sds@gnu.org>
3164
3165 * simple.el (delete-trailing-whitespace): New interactive
3166 function.
3167
3168 * progmodes/ada-mode.el (ada-mode): Use it instead of
3169 `ada-remove-trailing-spaces'.
3170 (ada-remove-trailing-spaces): Removed.
3171
3172 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3173
3174 * textmodes/picture.el (picture-clean): Removed.
3175 (picture-mode-exit): Call it instead of `picture-clean'.
3176
3177 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3178
3179 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3180
3181 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3182 jit-lock-fontify-buffer; it should anyway be unneccessary to
3183 do anything special when jit-lock is active.
3184 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3185
3186 2000-11-22 Dave Love <fx@gnu.org>
3187
3188 * calendar/todo-mode.el (todo-top-priorities): Use
3189 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3190
3191 * language/chinese.el, language/cyrillic.el:
3192 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3193 * language/hebrew.el, language/indian.el, language/japanese.el:
3194 * language/korean.el, language/lao.el, language/misc-lang.el:
3195 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3196 Use provide.
3197
3198 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3199 (custom-variable-set): Improve validation error mesage.
3200
3201 * rect.el (string-rectangle): Revert last change.
3202 (string-rectangle-line): New arg DELETE.
3203 (string-rectangle): Check delete-selection-mode.
3204
3205 * emacs-lisp/edebug.el (edebug-version)
3206 (edebug-maintainer-address): Deleted.
3207 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3208 (edebug-read-function): Account for other `'#' read forms.
3209 (edebug-mode-menus): Make some items toggles.
3210 (edebug-outside-unread-command-event, unread-command-event):
3211 Remove these to avoid warnings.
3212
3213 2000-11-22 David Ponce <david@dponce.com>
3214
3215 * recentf.el (recentf-menu-items-for-commands)
3216 (recentf-make-menu-items, recentf-make-menu-item)
3217 (recentf-filter-changer): Added :help and :active menu-item properties.
3218
3219 (recentf-build-dir-rules, recentf-dump-variable)
3220 (recentf-edit-list, recentf-open-files-item)
3221 (recentf-open-files): Replaced unnecessary `mapcar' with new
3222 built-in `mapc'.
3223
3224 2000-11-23 Miles Bader <miles@gnu.org>
3225
3226 * faces.el (menu): Make inverse-video on ttys too.
3227
3228 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * simple.el (comment-line-break-function): Use the new name
3231 indent-new-comment-line -> comment-indent-new-line.
3232 (clone-indirect-buffer): Don't ignore NORECORD.
3233 (next-completion): Properly handle the case where items are adjacent.
3234
3235 * mouse.el (popup-menu): Stupid typo.
3236
3237 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3238
3239 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3240 maintainer, keywords tags.
3241
3242 * rect.el (replace-rectangle): Don't call string-rectangle-line
3243 with too many arguments.
3244
3245 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3246
3247 * ediff-util.el (ediff-file-checked-out-p)
3248 (ediff-file-checked-in-p): Call vc-state instead of
3249 vc-locking-user, which no longer exists.
3250
3251 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3252
3253 2000-11-22 Dave Love <fx@gnu.org>
3254
3255 * md5.el (md5): Provide.
3256 (md5): Fix error call.
3257
3258 2000-11-22 Miles Bader <miles@gnu.org>
3259
3260 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3261 (refill-fill-paragraph-at): Remove debugging code.
3262
3263 * calendar/calendar.el (generate-calendar-window): When we don't
3264 call `fit-window-to-buffer', make sure the top line is fully visible.
3265
3266 * image-file.el (insert-image-file): Don't make `read-only'
3267 property rear-nonsticky.
3268
3269 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3270 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3271 stashing away its original value.
3272 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3273 in the recursive edit.
3274 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3275 (isearch-done): Restore `minibuffer-message-timeout'.
3276
3277 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3278
3279 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3280
3281 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3282
3283 * find-lisp.el (find-lisp-find-files-internal):
3284 Use dolist, when and file-name-as-directory.
3285
3286 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3287 (define-derived-mode, define-minor-mode): Add specs.
3288
3289 * window.el: General comment and spacing fixes.
3290 (save-selected-window): Use backquotes.
3291 (window-safely-shrinkable-p): New function.
3292 (shrink-window-if-larger-than-buffer): Use it.
3293
3294 * subr.el (make-local-hook): Docstring fix.
3295
3296 * shell.el (shell-mode): Use define-derived-mode.
3297
3298 * newcomment.el (comment-indent): Insert comment before calling
3299 comment-indent-function. Don't insert in column 0.
3300 (comment-dwim): Indent before inserting comment.
3301
3302 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3303 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3304 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3305 Use mapc rather than map.
3306
3307 * files.el (find-buffer-visiting): Compare all attributes before
3308 declaring two files identical (rather than just their inode-no).
3309 (auto-mode-alist): Use \' rather than $.
3310
3311 * which-func.el: Update maintainer line.
3312
3313 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3314 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3315 (uniquify-buffer-file-name): Use it.
3316
3317 2000-11-22 Miles Bader <miles@gnu.org>
3318
3319 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3320 * simple.el (minibuffer-avoid-prompt): New function.
3321
3322 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3323
3324 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3325
3326 2000-11-21 Miles Bader <miles@gnu.org>
3327
3328 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3329 inclusion of `track-mouse'.
3330
3331 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3332 (refill-adjust-ignorable-overlay): New function.
3333 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3334 only the paragraph's tail if possible.
3335 Update `refill-ignorable-overlay'.
3336 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3337
3338 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3339 point inside the fill-prefix.
3340
3341 * textmodes/refill.el (refill-post-command-function): Don't reset
3342 refill-doit in the case where a self-insertion command doesn't
3343 case a refill. Use `refill-fill-paragraph-at', getting position
3344 from `refill-doit'.
3345 (refill-after-change-function): Set `refill-doit' to END.
3346 (refill-fill-paragraph-at): New function, mostly from old
3347 refill-fill-paragraph.
3348 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3349 (refill-pre-command-function): New function.
3350 (refill-mode): Add it to `pre-command-hook'.
3351
3352 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3353
3354 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3355
3356 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3357 javadoc tags.
3358
3359 2000-11-20 Andre Spiegel <spiegel@gnu.org>
3360
3361 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3362 vc.el).
3363
3364 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
3365 require vc.
3366
3367 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
3368 checkouts.
3369
3370 2000-11-20 Dave Love <fx@gnu.org>
3371
3372 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3373
3374 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
3375
3376 * calculator.el (calculator-paste): Use `if' instead of `and'
3377 and `or'.
3378 (calculator-help): Don't use electric-describe-mode for XEmacs.
3379
3380 2000-11-19 Gerd Moellmann <gerd@gnu.org>
3381
3382 * info.el (info-menu-5): Doc fix.
3383
3384 * textmodes/artist.el: New file.
3385
3386 2000-11-19 Andre Spiegel <spiegel@gnu.org>
3387
3388 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
3389 and differentiate according to checkout model.
3390 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3391 since this function is only concerned with master state.
3392
3393 * vc-hooks.el (vc-workfile-unchanged-p,
3394 vc-default-workfile-unchanged-p): Moved here from vc.el.
3395
3396 * vc.el (vc-workfile-unchanged-p,
3397 vc-default-workfile-unchanged-p): See above.
3398
3399 2000-11-19 Miles Bader <miles@gnu.org>
3400
3401 * image-file.el (insert-image-file): Make `intangible' and
3402 `read-only' properties rear-nonsticky too.
3403
3404 2000-11-18 Gerd Moellmann <gerd@gnu.org>
3405
3406 * ps-print.el: Update copyright notice.
3407
3408 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3409 (tooltip-show): Use the offsets.
3410
3411 * bindings.el (mode-line-modified): Fix a typo.
3412 (mode-line-toggle-modified, mode-line-widen)
3413 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3414
3415 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3416
3417 * ps-print.el (toplevel): Test for find-coding-system being
3418 fboundp before calling ps-x-find-coding-system.
3419
3420 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3421
3422 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3423 (vc-version-backup-file): Docstring fix.
3424
3425 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3426
3427 * files.el (basic-save-buffer): Don't add a newline if
3428 find-file-literally is non-nil.
3429 (find-file-literally): Extend doc string.
3430
3431 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3432 sort(1) with the `-f' argument.
3433
3434 2000-11-16 Andre Spiegel <spiegel@gnu.org>
3435
3436 * vc.el: Updated backend documentation.
3437 (vc-default-check-headers): New function.
3438
3439 * vc-{cvs,rcs,sccs}.el: Functions reordered.
3440
3441 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
3442 up-to-date.
3443 (vc-do-command): In the asynchronous case, output messages only if
3444 the minibuffer is not active.
3445
3446 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
3447 `vc-cvs-use-edit' is on.
3448 (vc-cvs-checkout): When this is used for reverting the workfile,
3449 make a backup of the original contents and revert to that in case
3450 of error.
3451 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
3452 remote repositories.
3453
3454 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3455 for both version and ratio in the minibuffer.
3456
3457 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
3458 Use vc-do-command to perform the annotation, not call-process.
3459
3460 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3461
3462 * international/quail.el (quail-start-translation): Don't call
3463 `message' before reading key sequence.
3464
3465 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3466
3467 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3468
3469 2000-11-16 Kenichi Handa <handa@etl.go.jp>
3470
3471 * window.el (fit-window-to-buffer): Be sure to acquire at least
3472 one text line even if the buffer is empty.
3473
3474 2000-11-16 Gerd Moellmann <gerd@gnu.org>
3475
3476 * net/ange-ftp.el (ange-ftp-file-writable-p)
3477 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3478 ange-ftp-process-verbose to nil.
3479
3480 2000-11-15 Dave Love <fx@gnu.org>
3481
3482 * wid-edit.el (widget-specify-field, widget-specify-button): If
3483 :help-echo is a function, set help-echo of overlay to
3484 widget-mouse-help.
3485 (widget-mouse-help): New function.
3486 (widget-echo-help): Rewritten for :help-echo functions only taking
3487 a widget arg.
3488
3489 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3490 display-graphic-p.
3491 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3492 and that JPEG is available.
3493 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3494
3495 * international/mule-cmds.el (locale-charset-language-names):
3496 Match @euro.
3497
3498 2000-11-15 Gerd Moellmann <gerd@gnu.org>
3499
3500 * faces.el (face-set-after-frame-default): If
3501 `inhibit-default-face-x-resources' is bound, don't intialize the
3502 default face from X resources.
3503
3504 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3505
3506 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3507 Don't set EMACSLOADPATH.
3508
3509 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3510
3511 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3512 texinfo-insert-@url.
3513 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3514 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3515
3516 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3517
3518 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3519 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3520 (checkdoc-minor-keymap): Backward compatibility.
3521 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3522 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3523 (checkdoc-this-string-valid-engine): Be a bit more strict
3524 to avoid matching substrings of `...' quoted vars/funs.
3525 (checkdoc-defun-info): Only look for `interactive' if alone.
3526 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3527
3528 * progmodes/compile.el (grep): `tag-default' can be nil.
3529
3530 * newcomment.el (comment-indent): Paren typo.
3531
3532 2000-11-14 Dave Love <fx@gnu.org>
3533
3534 * calculator.el: New maintainer version.
3535
3536 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
3537
3538 * cmuscheme.el: Doc fixes.
3539 (cmuscheme) <defgroup>: Use `scheme' as parent.
3540 (cmuscheme-program-name): Remove. Change uses to
3541 scheme-program-name.
3542
3543 * xscheme.el (scheme-program-name): Don't define here.
3544
3545 * progmodes/scheme.el (scheme-program-name): New variable
3546 (originally in cmuscheme).
3547
3548 2000-11-14 Miles Bader <miles@gnu.org>
3549
3550 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3551 Handle header-lines. Don't loop forever if we can't enlarge the
3552 window anymore. Simplify a bit.
3553
3554 2000-11-14 Kenichi Handa <handa@etl.go.jp>
3555
3556 * window.el (fit-window-to-buffer): Don't check
3557 window-text-height. Assure that the last line is fully visible.
3558
3559 * international/quail.el (quail-show-guidance-buf): Call
3560 fit-window-to-buffer to assure the enough height of the guidance
3561 buffer.
3562 (quail-update-guidance): Avoid making the guidance buffer shorter.
3563
3564 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3565
3566 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3567 rather than `prepend' and add an interesting comment.
3568 (tex-math-face, tex-font-lock-syntactic-face-function):
3569 New face and function to use it.
3570 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3571 than `menu-enable' symbol property.
3572 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3573 (tex-mode): Add some latex-mode commands for auto-selection.
3574 Use tex-font-lock-syntactic-face-function.
3575 (tex-insert-quote): Simplify.
3576 (tex-shell): New mode.
3577 (tex-start-shell): Use it.
3578 (tex-shell-proc, tex-shell-buf): New functions.
3579 (tex-send-command): Use it.
3580 (tex-main-file): Fix the meaning of the new arg REALFILE.
3581 (tex-send-tex-command): New function split from `tex-start-tex'.
3582 Set compilation-last-buffer and compilation-parsing-end.
3583
3584 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3585 when it follows non-comment text on the line.
3586
3587 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3588 Set font-lock-defaults.
3589 (lisp-mode-shared-map): Init inside the defvar.
3590 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3591 Use define-derived-mode.
3592
3593 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3594
3595 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3596
3597 2000-11-14 Gerd Moellmann <gerd@gnu.org>
3598
3599 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3600 recursively optimize body because that can lead to infinite
3601 recursion; see comment there.
3602
3603 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3604
3605 * faces.el (face-spec-set-match-display): Revert the change from
3606 2000-10-24. Add a FIXME for after v21.1.
3607
3608 2000-11-13 Miles Bader <miles@gnu.org>
3609
3610 * textmodes/fill.el (skip-line-prefix): New function.
3611 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3612 (fill-paragraph): Don't leave point inside the fill-prefix.
3613 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3614 point inside the fill-prefix.
3615
3616 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3617
3618 * calendar/calendar.el (generate-calendar-window): Use
3619 `fit-window-to-buffer'.
3620
3621 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * gud.el (gud-minor-mode): New var.
3624 (gud-symbol, gud-val): New functions.
3625 (gud-find-file): Copy gud-minor-mode to the new buffer.
3626 (gud-menu-map): Include entries for commands that are not always
3627 available, using :enable to (de)activate them.
3628 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3629 (gud-mode-map): New map.
3630 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
3631 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3632 Don't set up gud's menu (it's done by the minor-mode).
3633 (gud-minibuffer-local-map): New.
3634 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3635 (gud-query-cmdline): New function.
3636 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3637 (gud-mode): Use define-derived-mode.
3638 Don't set up gud's menu (it's done by the minor-mode).
3639 (gud-chop-words): Remove.
3640 (gud-common-init): Use split-string instead.
3641 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3642
3643 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3644 Add keyword arg :name.
3645
3646 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3647 (diff-count-matches, diff-split-hunk): New functions.
3648 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3649
3650 * pcvs-info.el (cvs-fi-conflict-face): New var.
3651
3652 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3653 Make it into a simple syntax-table, shared among all submodes.
3654 (sh-heredoc-face): Re-introduce.
3655 (sh-font-lock-syntactic-face-function): New function.
3656 (sh-mode): Use it. Also use define-derived-mode.
3657 Remove old bogus setting of indent-region-function.
3658 (sh-set-shell): Don't set the syntax-table any more.
3659 (sh-mode-syntax-table) <defun>: Remove.
3660
3661 2000-11-12 Miles Bader <miles@gnu.org>
3662
3663 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3664 message if interactive.
3665
3666 2000-11-12 Dave Love <fx@gnu.org>
3667
3668 * mail/feedmail.el: Fix header,
3669 (feedmail) <defgroup>: Add :link.
3670
3671 * view.el: Use local-map property, not keymap on mode-line string.
3672
3673 * scroll-all.el (scroll-all-mode): Customize variable. Add
3674 autoload cookie to function.
3675
3676 * lazy-lock.el: Remove compatibility code.
3677
3678 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3679 (finder-help-echo): New variable.
3680 (finder-mouse-face-on-line): Add help-echo stuff.
3681 (finder-list-keywords, finder-list-matches): Use mapc.
3682
3683 * faces.el (face-font-registry-alternatives): Add :version.
3684
3685 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3686 tags-table-list.
3687
3688 * net/browse-url.el (browse-url-browser-function): Update :version.
3689
3690 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
3691 (mail-mode): Use [:alnum:] in some regexps.
3692
3693 2000-11-10 Dave Love <fx@gnu.org>
3694
3695 * ediff.el (ediff-regions-internal, ediff-documentation):
3696 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3697 fundamental mode.
3698
3699 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3700 buffer into fundamental mode.
3701 (ediff-set-difference): Use copy-sequence if available.
3702
3703 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3704 ediff-patch-map non-nil.
3705 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3706 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3707 buffer into fundamental mode.
3708
3709 * ediff-merg.el (state-or-merge): Defvar when compiling.
3710
3711 2000-11-10 Jason Rumney <jasonr@gnu.org>
3712
3713 * w32-fns.el (w32-add-charset-info): New function.
3714 (w32-charset-info-alist): Use it.
3715
3716 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3717
3718 * faces.el (face-font-registry-alternatives): New user-option.
3719
3720 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3721
3722 * textmodes/texinfo.el (texinfo-block-default): New var.
3723 (texinfo-insert-block): Use it. Insert a newline if needed.
3724
3725 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3726 (fill-region-as-paragraph): Use it.
3727
3728 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3729 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3730 Tweak paragraph regexps to allow a leading [ \t]*.
3731 (tex-latex-block): Insert a newline if necessary.
3732 (latex-insert-item): Only insert a newline if necessary.
3733 (tex-guess-main-file): New function.
3734 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3735 Set tex-main-file if TeX-master is provided.
3736 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3737
3738 2000-11-10 Gerd Moellmann <gerd@gnu.org>
3739
3740 * startup.el (command-line): Set the default tooltip-mode
3741 to t for graphical displays which implement x-show-tip.
3742
3743 * tooltip.el (tooltip-mode): Add a comment about startup.el
3744 setting the default value of this user-option.
3745
3746 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3747
3748 * font-lock.el (font-lock-*-face) <defvar>: Move.
3749 (font-lock-defaults-alist): Mark obsolete.
3750 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3751 (font-lock-mode): Use define-minor-mode.
3752 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3753 (font-lock-turn-off-thing-lock): Be more explicit.
3754 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3755 (font-lock-syntactic-face-function): New var.
3756 (font-lock-fontify-syntactically-region): Use it.
3757 (font-lock-doc-face): New.
3758
3759 * pcvs.el (cvs-enabledp): Ignore errors.
3760 (cvs-commit-filelist): Never query.
3761 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3762 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3763 (cvs-do-removal): Use cvs-partition rather than delete-if.
3764 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3765 cvs-bury-buffer.
3766
3767 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3768 Allow `next' to jump to after the end of the last match.
3769
3770 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3771
3772 * simple.el (byte-compiling-files-p): New function.
3773
3774 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3775 if it is there.
3776
3777 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3778 nil again.
3779
3780 * textmodes/ispell.el (ispell-library-path): Don't call
3781 check-ispell-version when byte-compiling because that starts
3782 an ispell process, and ispell might not be installed.
3783 (toplevel): Don't set up a menu when byte-compiling.
3784
3785 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3786 it, so that a boundp test can be used to determine if we're
3787 currently byte-compiling.
3788
3789 2000-11-09 Dave Love <fx@gnu.org>
3790
3791 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3792 eval-after-load.
3793
3794 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3795
3796 * ps-print.el: Patch for variable initialization when spooling. Doc
3797 fix.
3798 (ps-output-list): Fun eliminated.
3799 (ps-begin-file, ps-begin-job): Code fix.
3800
3801 2000-11-08 Dave Love <fx@gnu.org>
3802
3803 * ediff-wind.el (ediff-control-frame-parameters): Zero
3804 tool-bar-lines.
3805
3806 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3807
3808 * simple.el (shell-command, display-message-or-buffer)
3809 (shell-command-on-region): Mention resize-mini-windows in the doc
3810 string.
3811 (display-message-or-buffer): Take the value of resize-mini-windows
3812 into account.
3813
3814 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3815
3816 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3817
3818 * dired.el (dired-between-files): Add `^. find' as an alternative
3819 to the regular expression, for find-dired.
3820
3821 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * textmodes/texnfo-upd.el: Require texinfo.
3824 (defmacro, defgroup): Remove.
3825 (texinfo-section-to-generic-alist): Remove.
3826 Use texinfo-section-list instead (i.e. level is changed string->int).
3827 (texinfo-filter): New function.
3828 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3829 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3830 Use it. And use regexp-opt.
3831 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3832 (texinfo-update-menu-region-beginning)
3833 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3834 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3835 (texinfo-update-menu-same-level-regexps): Update.
3836 (texinfo-update-node, texinfo-every-node-update)
3837 (texinfo-sequential-node-update): Remove autoload cookie.
3838
3839 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3840 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3841 (texinfo-chapter-level-regexp): Remove.
3842 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3843
3844 2000-11-06 Dave Love <fx@gnu.org>
3845
3846 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3847
3848 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3849 Match defun*.
3850
3851 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3852
3853 * composite.el (composition-function-table): Variable declaration
3854 moved to src/composite.c.
3855 (compose-chars-after): New optional arg object.
3856
3857 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3858
3859 * bindings.el (mode-line-toggle-read-only)
3860 (mode-line-toggle-modified, mode-line-widen)
3861 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3862 (make-mode-line-mouse2-map): Rewritten.
3863 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3864 functions so that C-h k can show something with a doc string.
3865
3866 * startup.el (fancy-splash-delay): Set to 10 seconds.
3867 (fancy-splash-max-time): New user-option.
3868 (fancy-splash-stop-time): New variable.
3869 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3870 (fancy-splash-screens-1): Throw `stop-splashing' when current
3871 time is greater than fancy-splash-stop-time.
3872
3873 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3876
3877 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3878 Prompt user for a file rather than raising an error.
3879 (cvs-enabledp): Fix call to cvs-mode-marked.
3880 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3881 (cvs-mode-insert): Use it. Change the init prompt' value.
3882 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3883
3884 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3885 Don't pass default arg to ewoc-locate.
3886 (ewoc-collect): Return result in the right order.
3887
3888 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3889
3890 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3891 (cvs-status-get-tags): Fix regexp.
3892 (cvs-status-trees, cvs-status-cvstrees):
3893 Combine after change hooks and don't sit-for.
3894 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3895 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3896 Use make-char rather than hard-coded cryptic data.
3897 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3898
3899 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3900
3901 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3902 (cvs-insert-strings): New function.
3903
3904 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3905
3906 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3907 `mwheel-scroll-amount'.
3908 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3909 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3910 string-matching against the version string.
3911
3912 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3913
3914 * language/thai.el ("Thai"): Set a lisp form that produces
3915 composed string in `sample-text' language info.
3916
3917 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3918 composed string in `sample-text' language info.
3919
3920 * international/mule-cmds.el (describe-language-environment): Eval
3921 `sample-text' data and insert the result.
3922
3923 * international/mule-conf.el (compound-text): Define this coding
3924 system here. Make x-ctext and ctext aliases of it.
3925
3926 * language/european.el (compound-text, ctext): Moved to
3927 international/mule-conf.el.
3928
3929 2000-11-05 Andrew Innes <andrewi@gnu.org>
3930
3931 * w32-fns.el (w32-version): New function.
3932
3933 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3934
3935 * progmodes/awk-mode.el: Update copyright.
3936 (awk-mode-abbrev-table): Remove.
3937 (awk-font-lock-keywords): Use regexp-opt.
3938 (awk-mode): Use define-derived-mode.
3939
3940 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3941 when extracting a suffix.
3942
3943 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3944
3945 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3946 auto-save-mode.
3947
3948 2000-11-04 Jason Rumney <jasonr@gnu.org>
3949
3950 * language/european.el (decode-mac-roman): Test against r1 not r0.
3951
3952 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3953
3954 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3955 (icon-mode): Define indent-line-function.
3956 (icon-comment-indent): Simplify.
3957 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3958
3959 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3960
3961 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3962 Bind change-log-default-mode to defeat the caching done on it.
3963 Don't bother saving excursion any more.
3964
3965 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3966
3967 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3968 (set-frame-font): Use the new name (and the old for compatibility).
3969
3970 * toolbar/tool-bar.el (tool-bar-mode):
3971 * time.el (display-time-mode):
3972 * recentf.el (recentf-mode):
3973 * paren.el (show-paren-mode):
3974 * mwheel.el (mouse-wheel-mode):
3975 * msb.el (msb-mode):
3976 * jka-compr.el (auto-compression-mode):
3977 * image-file.el (auto-image-file-mode):
3978 * hl-line.el (hl-line-mode):
3979 * delsel.el (delete-selection-mode):
3980 * autoinsert.el (auto-insert-mode):
3981 * complete.el (partial-completion-mode): Drop unneeded positional args.
3982
3983 * info.el (Info-mode):
3984 * comint.el (comint-mode): Don't bother with make-local-hook.
3985
3986 * log-edit.el (log-edit-menu): New menu.
3987
3988 2000-11-03 Miles Bader <miles@gnu.org>
3989
3990 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3991 definition, so that trailing spaces are handled properly.
3992 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3993
3994 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3995
3996 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3997 tab character.
3998 (fancy-splash-screens): Set tab-width to 20.
3999
4000 2000-11-03 Dave Love <fx@gnu.org>
4001
4002 * comint.el (comint-completion-addsuffix): Fix custom type.
4003
4004 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4005
4006 * font-lock.el (font-lock-buffers): Remove.
4007 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4008 (font-lock-change-major-mode): Remove.
4009 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4010 (font-lock-default-fontify-region): Extend the multiline
4011 fontification to whole lines.
4012 (font-lock-fontify-anchored-keywords)
4013 (font-lock-fontify-keywords-region): If matching just one
4014 line (with \n) only mark the \n as multiline.
4015
4016 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4017 Correctly handle the case where several :group args are supplied.
4018 Allow :extra-args.
4019 (easy-mmode-define-global-mode): Allow :extra-args.
4020 Correctly handle the case where several :group args are supplied.
4021
4022 2000-11-02 Miles Bader <miles@gnu.org>
4023
4024 * calendar/calendar.el (diary-face, calendar-today-face)
4025 (holiday-face): Remove dependency on `window-system'.
4026
4027 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4028
4029 * Makefile.in (emacs): Set EMACSLOADPATH always.
4030 (update-authors, .el.elc, compile-files): Don't do it explicitly
4031 here.
4032 (compile-files): Bomb out if compilation of a file fails.
4033
4034 2000-11-02 Dave Love <fx@gnu.org>
4035
4036 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4037
4038 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4039
4040 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4041 punctuation in the warning inserted into the *mail* buffer.
4042
4043 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4044
4045 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4046 (authors-public-domain-p): New function.
4047 (authors-print): Use it.
4048
4049 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4050
4051 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4052
4053 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4054
4055 * ps-print.el: Extension for even/odd printing. Doc fix.
4056 (ps-print-version): New version number (6.3.1).
4057 (ps-even-or-odd-pages): Customization fix.
4058 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4059 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4060 (ps-page-count): Var replaced by `ps-page-column'.
4061 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4062 (ps-print-sheet-p): New fun.
4063
4064 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4065
4066 * tooltip.el (tooltip-gud-tips-setup): New function.
4067 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4068 (tooltip-mode): Call tooltip-gud-tips-setup.
4069 (tooltip-gud-tips): Use `gud-basic-call' instead of
4070 process-send-string, so the prompt gets frobbed appropriately.
4071 Handle nil return value from `tooltip-gud-print-command'.
4072
4073 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4074
4075 * comint.el (comint-add-to-input-history): New function.
4076 (comint-send-input): Use `comint-add-to-input-history'.
4077
4078 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4079
4080 * info.el (info-menu-header): New face.
4081 (Info-fontify-menu-headers): New function.
4082 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4083
4084 * info.el (Info-insert-dir): Don't include blank lines at
4085 beginning of additional dir files (one is added automatically).
4086
4087 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4088
4089 * emacs-lisp/easy-mmode.el (define-minor-mode):
4090 Revert the latest changes.
4091 Allow the three positional arguments to be skipped and replaced
4092 by keyword arguments.
4093 Add a :toggle argument to determine whether a nil arg means toggle
4094 or means turn-on. The default is unchanged.
4095 Add a call to force-mode-line-update.
4096
4097 2000-11-01 Dave Love <fx@gnu.org>
4098
4099 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4100 cookie.
4101
4102 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4103
4104 * calendar/calendar.el (diary-face, holiday-face): Add
4105 dark-background variants.
4106
4107 2000-10-31 Sam Steingold <sds@gnu.org>
4108
4109 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4110 `tex-main-file' does not have directory in it.
4111
4112 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4113
4114 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4115
4116 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4117
4118 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4119 functional change.
4120
4121 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4122
4123 * files.el (find-file-noselect): When we expand a wildcard, return
4124 a list of buffers, as we should do according to the doc string.
4125
4126 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4127
4128 * loadup.el (top level): Adjust load path if program name is
4129 "../src/bootstrap-emacs", in case it's not dumped and thus the
4130 load path adjustment hasn't already been done.
4131
4132 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4133
4134 * ps-print.el: Fix bug on selected pages for printing. Use
4135 `color-values' for Emacs 21. Ensure fontification when jit-lock
4136 is on. Try to avoid warning messages when compiling. Doc Fix.
4137 (ps-print-version): New version number (6.3).
4138 (ps-color-device): Use `color-values' to determine if device
4139 supports color.
4140 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4141 (ps-print-page-p): Changed from defsubst to defun.
4142 (ps-page-number): Changed from defmacro to defun.
4143 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4144 printing.
4145 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4146 (ps-end-file, ps-dummy-page): Funs eliminated.
4147 (ps-print-color-scale): Changed default value.
4148 (ps-page-n-up, ps-print-page-p): New internal vars.
4149 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4150 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4151
4152 * delim-col.el: Little programming improvement.
4153 (delimit-columns-str): New macro.
4154 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4155
4156 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4157
4158 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4159 Moved to european.el.
4160 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4161 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4162 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4163 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4164
4165 2000-10-30 Dave Love <fx@gnu.org>
4166
4167 * progmodes/cc-menus.el (imenu-generic-expression)
4168 (imenu-progress-message): Only defvar when compiling.
4169
4170 * emacs-lisp/elp.el (elp-unload-hook): New function.
4171
4172 * loadhist.el (unload-feature): Call elp-restore-function,
4173 checking for symbols; don't use elp-restore-all.
4174 (loadhist-hook-functions): Doc fix.
4175
4176 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4177
4178 * log-edit.el (log-edit-confirm): Fix the default.
4179
4180 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4181
4182 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4183 delimit-columns-format.
4184 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4185
4186 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4187
4188 * comint.el (comint-replace-by-expanded-history): Don't use
4189 comint-get-old-input (we're not looking at *old* input).
4190 (comint-get-old-input-default): If using fields, signal an error
4191 when the point is not in an input field.
4192
4193 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4194
4195 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4196 and mule-unicode-e000-ffff.
4197
4198 * international/mule.el (decode-char, encode-char): New functions.
4199 (make-coding-system): Accept a symbol of translation table as a
4200 value of property `safe-chars'.
4201
4202 * international/mule-cmds.el (encode-coding-char): Check property
4203 safe-chars instead of safe-charsets.
4204
4205 * international/fontset.el (fontset-default): Modified for
4206 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4207 (x-font-name-charset-alist): Likewise.
4208 (ccl-encode-unicode-font): New CCL program. Record it in
4209 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4210
4211 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4212 New translation tables.
4213 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4214 programs are modified and moved from mac-win.el.
4215 (mac-roman): Definition of this coding system is modified and
4216 moved from mac-win.el.
4217
4218 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4219
4220 * ediff-wind.el (ediff-setup-control-frame): Enclose
4221 face-attribute in condition-case to avoid errors in older emacsen.
4222
4223 2000-10-29 Miles Bader <miles@gnu.org>
4224
4225 * custom.el (custom-add-to-group): Allow multiple entries for a
4226 given value OPTION, as long as their widget types are different.
4227 * cus-edit.el (custom-face-value-create): If face name doesn't end
4228 with "face", add such here (similar to custom group widgets).
4229
4230 * comint.el (comint-highlight-prompt): Add :type.
4231
4232 2000-10-28 John Wiegley <johnw@gnu.org>
4233
4234 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4235 Changed this function to operate on a temporary buffer instead of
4236 the main buffer. This not only keeps flyspell from marking a
4237 buffer as changed that wasn't, but it solves the jumpy cursor
4238 problem when attempts are made to edit incorrect words.
4239 (flyspell-maybe-correct-doubling): Same change as for
4240 `flyspell-maybe-correct-transposition'.
4241
4242 * calendar/timeclock.el (timeclock-log): Doc fix.
4243 (timeclock-last-event): Doc fix.
4244 (timeclock-log): Kill the timelog buffer after appending a new
4245 event.
4246 (timeclock-find-discrep): Use a temp buffer to read in the
4247 timelog, instead of visiting the file.
4248 (timeclock-log-data): A new function, along with a host of helper
4249 functions, for the purpose of making timelog data accessible to
4250 programmers.
4251
4252 * eshell/esh-mode.el (window-height test): Make certain that
4253 `eshell-stringify-t' is non-nil.
4254 (eshell-password-prompt-regexp): Changed to a much simpler
4255 password regexp.
4256 (eshell-send-input): If `eshell-invoke-directly' returns t,
4257 directly invoke the parsed command using `eval'. This improves
4258 turn-around time on simple commands by a factor of three or
4259 greater, such as cd, ls, pwd, etc. -- which get used very often.
4260 It also conserves thousands of cons cells per call (since
4261 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4262 in the Pacific Cookie Company).
4263
4264 * eshell/esh-test.el (eshell-test): Whitespace fix.
4265
4266 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4267 `eshell-ls-initial-args' nil when inserting directory contents.
4268
4269 * eshell/em-script.el (eshell-script-initialize): Add names to
4270 `eshell-complex-commands, since `source' and `.' are complex.
4271
4272 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4273 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4274 `eshell-copy-handles'.
4275 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4276 bodies.
4277 (eshell-separate-commands): Whitespace fix.
4278 (eshell-complex-commands): Added a new list of names, for
4279 determining whether a given command is as simple as it looks.
4280 (eshell-invoke-directly): New function. Returns t if a command
4281 should be invoked directly (using `eval'), rather than indirectly
4282 using `eshell-do-eval'.
4283 (eshell-do-eval): Whitespace fix.
4284
4285 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4286 which provides an emulation of the DOS shell behavior of assuming
4287 that cp/mv/ln should copy/move/link to the current directory.
4288 (eshell-remove-entries): Added a doc string.
4289 (eshell-shuffle-files): Removed the check for `target' being null.
4290 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4291 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4292 it to do a smarter check of whether a destination was provided.
4293 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4294 (eshell/ln): Enable `:preserve-args', and use
4295 `eshell-mvcpln-template' to implement the body of the function.
4296 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4297 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
4298 list after flattening it. This makes it possible to cat files
4299 with numerical names.
4300 (eshell-unix-initialize): Added several names to
4301 `eshell-complex-commands.
4302 (eshell-unix-command-complex-p): Return t if a given command name
4303 may result in external processes being invoked.
4304
4305 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4306 variable nil by default, since it slows down glob processing by a
4307 factor of two or more, and increases memory consumption.
4308
4309 * eshell/em-smart.el: Added a note about how memory consumptive
4310 smart display mode can be (at least this is true in Emacs 21).
4311 (eshell-smart-initialize): Whitespace fix.
4312 (eshell-refresh-windows): Use `if' instead of `when'.
4313 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4314 not necessary.
4315 (eshell-currently-handling-window): Added a missing global
4316 variable.
4317
4318 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4319 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4320 Whitespace fix.
4321 (eshell-ls-exclude-hidden): Added this variable in addition to
4322 `eshell-ls-exclude-regexp'. This one prevents files beginning
4323 with . from even being read, which can improve memory consumption
4324 quite a bit.
4325 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4326 read file entries beginning with a dot. In home directories with
4327 lots of hidden files, fully two-thirds of the time spent in ls is
4328 used to read directory entries that are immediately thrown away.
4329 (eshell-ls-initial-args): Added back this configuration variable,
4330 for specifying default initial arguments to every call to ls.
4331 Much faster than using an alias to do the same thing.
4332 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4333 (eshell-ls-dir): Whitespace change.
4334
4335 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4336
4337 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4338 available.
4339 (eshell-stringify-t): Added a customization variable, to indicate
4340 whether `t' should be rendered as a string at all. If not, one
4341 can still determine if the result of an expression is true using
4342 "file-exists-p FILE && echo true".
4343 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4344 stringify t!
4345
4346 * eshell/esh-module.el: Whitespace fix.
4347
4348 * eshell/em-alias.el (eshell-alias-initialize): Added
4349 `eshell-command-aliased-p' to `eshell-complex-commands'.
4350 (eshell-command-aliased-p): New function that returns t if a
4351 command name names an aliased.
4352
4353 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4354
4355 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
4356 redrawing the screen when changing cursor color.
4357 (viper-insert-state-pre-command-sentinel)
4358 (viper-replace-state-pre-command-sentinel)
4359 (viper-replace-state-post-command-sentinel):
4360 Use viper-preserve-cursor-color.
4361 Many functions changed to use viper= instead of = when comparing
4362 characters.
4363 * viper-util.el (viper-memq-char,viper=): New functions for
4364 working with characters.
4365 (viper-change-cursor-color): Fixed buglet.
4366 Many functions changed to use viper= instead of = when comparing
4367 characters.
4368 * viper.el (viper-insert-state-mode-list): Added eshell.
4369
4370 * ediff-init.el (ediff-before-setup-hook): New hook.
4371 Several typos fixed in various docstrings.
4372 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4373 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
4374 hook.
4375 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4376 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4377 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4378 (ediff-get-selected-buffers): New function.
4379 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4380 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
4381 save-window-excursion.
4382 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
4383 termination check in while loop.
4384 * ediff.el (ediff-get-default-file-name): Better defaults when in
4385 dired buffer.
4386 (ediff-files,ediff-merge-files,ediff-files3)
4387 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4388
4389 2000-10-28 Dave Love <fx@gnu.org>
4390
4391 * info.el (Info-fontify-node): Add help-echo for menu items.
4392
4393 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4394
4395 * startup.el (normal-top-level): If the value of $TERM indicates
4396 we are running from xterm or one of its work-alikes, default to a
4397 light background mode.
4398
4399 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4400 * faces.el (tty-handle-reverse-video): New function.
4401 (tty-create-frame-with-faces): Call it.
4402
4403 * frame.el (frame-notice-user-settings): Don't apply
4404 default-frame-alist and initial-frame-alist to MS-DOS frames.
4405 Call tty-handle-reverse-video, frame-set-background-mode, and
4406 face-set-after-frame-default for non-MS-DOS frames.
4407
4408 * startup.el (tty-long-option-alist): New variable.
4409 (tty-handle-args): New function.
4410 (command-line): Call tty-handle-args.
4411
4412 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4413 startup.el now does that for all character-terminal frames.
4414
4415 2000-10-28 Miles Bader <miles@gnu.org>
4416
4417 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4418 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4419 global. If :global is followed by a non-nil but non-t value,
4420 make the mode buffer-local, but also generate a `global-MODE'
4421 version using `easy-mmode-define-global-mode'. Add
4422 :conditional-turn-on keyword argument.
4423
4424 2000-10-28 Dave Love <fx@gnu.org>
4425
4426 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4427 use window-system.
4428
4429 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4430
4431 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4432 Don't call find-buffer-file-type-coding-system. Instead, just
4433 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4434 if the file is on an untranslated filesystem.
4435 (add-untranslated-filesystem): Use "D" instead of "f" inside
4436 interactive.
4437
4438 2000-10-27 Dave Love <fx@gnu.org>
4439
4440 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
4441 (refill-mode): Use it.
4442
4443 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4444
4445 * international/quail.el (quail-activate): Don't make-local-hook.
4446
4447 2000-10-27 Andre Spiegel <spiegel@gnu.org>
4448
4449 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
4450 manual backups and file.~<rev>.~ for automatic ones.
4451 (vc-make-version-backup): Don't do it on MS-DOS without long file
4452 names.
4453
4454 * vc.el (vc-version-other-window): If an automatic backup of the
4455 desired version exists, rename it instead of copying it.
4456
4457 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4458 after command. If there's an unexpected error, signal it instead
4459 of being silent.
4460 (vc-cvs-merge-news): Be prepared for no news at all.
4461
4462 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4463
4464 * shell.el (shell): Add BUFFER argument.
4465 * comint.el (make-comint-in-buffer): New function.
4466 (make-comint): Use it.
4467
4468 * faces.el (face-spec-choose): Change syntax so that the list of
4469 attribute-value pairs is now the cdr of each clause, not the cadr.
4470 Detect old-style entries, and handle them. Use pop.
4471
4472 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * cus-edit.el (custom-mode-map): Use a sparse map.
4475 (custom-mode): Don't bother with make-local-hook.
4476
4477 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4478
4479 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4480
4481 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4482
4483 * ps-print.el: Avoid compilation gripes.
4484 (ps-print-version): New version number (6.2.1).
4485
4486 2000-10-26 Dave Love <fx@gnu.org>
4487
4488 * menu-bar.el: Modify some menu item help strings.
4489 (menu-bar-help-menu): Add link to MORE.STUFF.
4490
4491 * cus-edit.el (custom-mode): Add `special' mode-class property.
4492
4493 * wid-browse.el (widget-browse-mode): Likewise.
4494
4495 * wid-edit.el (widget-specify-field): Revert to using local-map
4496 property, not keymap.
4497
4498 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4499
4500 * wid-edit.el (widget-field-end): When checking for a `boundary'
4501 field, do so in the correct buffer.
4502
4503 * simple.el (undo): Correctly distinguish between numeric and
4504 non-numeric prefix args in non-transient-mark-mode, as per the doc
4505 string. When in transient-mark-mode, treat all prefix-args as
4506 numeric.
4507
4508 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4509 Position point on match. Handle N == 0 correctly.
4510
4511 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4512 (comint-mode-map): Reverse order of `comint-write-output' and
4513 `comint-append-output-to-file'.
4514 (comint-append-output-to-file): Reinstate this function, for the
4515 benefit of the menu.
4516
4517 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * vc.el (vc-version-other-window): Bind `file'.
4520
4521 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4522
4523 * Makefile.in (update-authors): New target for maintenance purposes.
4524
4525 * emacs-lisp/authors.el (batch-update-authors): New function.
4526 (authors-fixed-entries): New defconst.
4527 (authors-add-fixed-entries): New function.
4528 (authors): Call it.: Don't process lispref/.
4529
4530 2000-10-25 Jason Rumney <jasonr@gnu.org>
4531
4532 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4533 Merge x w32 and mac definitions.
4534
4535 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4536
4537 * menu-bar.el (menu-bar-options-menu): Add a help string for
4538 `uniquify'.
4539
4540 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4541
4542 * time-stamp.el (time-stamp-string-preprocess):
4543 Fix a wrong type argument error.
4544
4545 2000-10-25 Miles Bader <miles@gnu.org>
4546
4547 * recentf.el (recentf-mode): Variable removed.
4548 (recentf-mode): Use `define-minor-mode'.
4549
4550 * mwheel.el (mouse-wheel-mode): New global minor mode.
4551 (mwheel-install): Use `mouse-wheel-mode'.
4552
4553 2000-10-25 Dave Love <fx@gnu.org>
4554
4555 * progmodes/cperl-mode.el (cperl-mode):
4556 Set normal-auto-fill-function correctly.
4557
4558 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4559 inherit from global-map and don't nullify menu-bar and tool-bar
4560 bindings.
4561
4562 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4563
4564 * wid-edit.el (widget-field-at): New function.
4565 (widget-at, widget-field-activate): Use it.
4566 (widget-tabable-at): Use `widget-at'.
4567 (widget-specify-field): If the terminating character of the widget
4568 field (which is read-only) is a newline, put it into a special
4569 `boundary' field so that C-n/C-p act more naturally.
4570 (widget-field-end): Also don't subtract one if a special
4571 `boundary' field has been added after the widget field.
4572
4573 * comint.el (comint-output-filter, comint-send-input): Don't
4574 bother adding stickiness fields to overlays to fool the field
4575 code, since it should notice the overlay insertion-types now.
4576
4577 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4578 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4579 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4580
4581 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4582
4583 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4584 (authors): Set file coding system to iso-2022-7bit. Add
4585 file-local variables to output buffer.
4586
4587 * files.el (after-find-file): Don't print any warnings if
4588 WARN is nil.
4589
4590 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4591
4592 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4593
4594 * delim-col.el: Now there is a column formatting mechanism.
4595 Modified to customization mechanisms convention. Doc fix.
4596 (columns): New group for delim-col.
4597 (delimit-columns-before, delimit-columns-after)
4598 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4599 (delimit-columns-end): New vars.
4600 (delimit-columns-customize, delimit-columns-format): New funs.
4601 (delimit-columns-region, delimit-columns-rectangle)
4602 (delimit-columns-rectangle-line): Modified to support column
4603 formatting.
4604
4605 2000-10-24 Dave Love <fx@gnu.org>
4606
4607 * log-edit.el (log-edit): Add :version and a :group for vc.
4608
4609 2000-10-24 Gerd Moellmann <gerd@gnu.org>
4610
4611 * files.el (after-find-file): Don't print a message ``New file''
4612 if WARN is nil.
4613
4614 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4615 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4616 get duplicate tool-bar entries because we'll see the global ones
4617 on more than one path through keymaps.
4618
4619 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4620
4621 * progmodes/cmacexp.el: Change Francesco's email address.
4622
4623 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4624
4625 * window.el (fit-window-to-buffer): Adjust point of the window
4626 buffer, not that of the current buffer.
4627
4628 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * progmodes/cmacexp.el: Update the euthor's email address.
4631
4632 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4633
4634 * faces.el (face-spec-set-match-display): Add `graphic' display
4635 type (the inverse of `tty'). Use `display-graphic-p' instead of
4636 the window-system variable.
4637
4638 2000-10-24 Kenichi Handa <handa@etl.go.jp>
4639
4640 * international/isearch-x.el (isearch-with-input-method): Call
4641 input-method-function with the first event in
4642 unread-command-events.
4643
4644 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4645
4646 * faces.el (face-default-spec, face-user-default-spec): Make
4647 defsubsts.
4648
4649 2000-10-24 Andrew Choi <akochoi@i-cable.com>
4650
4651 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4652 New charsets.
4653
4654 * term/mac-win.el: Remove definitions of mac-roman-lower and
4655 mac-roman-upper, require dired, and define instead of set
4656 mac-ready-for-drag-n-drop to avoid compilation error.
4657
4658 2000-10-23 Andrew Innes <andrewi@gnu.org>
4659
4660 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4661 superfluous calls to subst-char-in-string; instead apply
4662 expand-file-name after convert-standard-filename to ensure
4663 expected directory separators are used.
4664
4665 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4666
4667 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4668
4669 2000-10-23 Dave Love <fx@gnu.org>
4670
4671 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4672 (tool-bar-add-item): Set foreground and background for XBM icons.
4673
4674 * international/latin1-disp.el (latin1-char-displayable-p): New
4675 function (from Handa).
4676 (latin1-display-check-font): Use it.
4677
4678 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4679 using :key-sequence, making it much more usable. Use nconc, not
4680 append.
4681 (imenu--create-keymap-1): Avoid append.
4682
4683 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4684
4685 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4686
4687 [the following changes fix a bug where `define-minor-mode' didn't
4688 correctly generate :require clauses for defcustoms in compiled files]
4689 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4690 (byte-compile-log-file, byte-compile-log-1): Don't set
4691 `byte-compile-current-file' to nil. Instead set
4692 `byte-compile-last-logged-file' to it. Test whether
4693 byte-compile-current-file equals byte-compile-last-logged-file
4694 instead of whether its nil.
4695 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
4696
4697 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * textmodes/refill.el: Fix var names in doc.
4700 (refill-mode): Don't bother with make-local-hook anymore.
4701
4702 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4703
4704 * faces.el (face-user-default-spec, face-default-spec): New functions.
4705 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4706 (frame-set-background-mode, face-set-after-frame-default):
4707 Use `face-user-default-spec'. Simplify code slightly.
4708
4709 * woman.el (woman-italic-face, woman-bold-face)
4710 (woman-unknown-face): Add dark-background variants.
4711 (woman-default-faces): Renamed from `woman-colour-faces'.
4712 Set using the stored defaults, rather than using hard-wired colors.
4713 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4714 Just make the foreground `unspecified' rather than "black".
4715 (woman-menu): Rename menu entries accordingly.
4716
4717 * faces.el (header-line): Make more reasonable on mono/grayscale
4718 displays.
4719
4720 2000-10-23 Andrew Choi <akochoi@i-cable.com>
4721
4722 * cus-edit.el (custom-button-face): Use 3D look for mac.
4723 (custom-button-pressed-face): Likewise.
4724
4725 * faces.el (set-face-attributes-from-resources): Handle mac frames
4726 in the same way as x and w32 frames.
4727 (face-valid-attribute-values): Likewise.
4728 (read-face-attribute): Likewise.
4729 (defined-colors): Likewise.
4730 (color-defined-p): Likewise.
4731 (color-values): Likewise.
4732 (display-grayscale-p): Likewise.
4733 (face-set-after-frame-default): Likewise.
4734 (mode-line): Same default face as for x and w32.
4735 (tool-bar): Likewise.
4736
4737 * frame.el: Remove call to frame-notice-user-settings at end of
4738 the file.
4739
4740 * info.el (Info-fontify-node): make underlines invisible for mac
4741 as for x, pc, and w32 frame types.
4742
4743 * term/mac-win.el: New file.
4744
4745 2000-10-22 Dave Love <fx@gnu.org>
4746
4747 * textmodes/refill.el: New file.
4748
4749 2000-10-22 Andre Spiegel <spiegel@gnu.org>
4750
4751 * vc-hooks.el (vc-version-backup-file-name): New optional args
4752 MANUAL and REGEXP.
4753 (vc-delete-automatic-version-backups, vc-make-version-backup):
4754 New functions.
4755 (vc-before-save): Use the latter.
4756 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4757 confusion.
4758
4759 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4760 expected by vc[-hooks].el.
4761
4762 * vc.el (vc-checkout): Added `-p' suffix in call to
4763 vc-make-version-backups-p; use vc-make-version-backup to actually
4764 make the backup.
4765 (vc-version-other-window, vc-version-backup-file): Handle both
4766 automatic and manual backups.
4767 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4768 of all of them.
4769
4770 2000-10-22 Miles Bader <miles@gnu.org>
4771
4772 * comint.el (comint-highlight-input, comint-highlight-prompt):
4773 Renamed, `-face' at end removed.
4774 (comint-send-input, comint-output-filter): Use renamed faces.
4775
4776 * window.el (fit-window-to-buffer): Change defaulting of
4777 MAX-HEIGHT slightly.
4778
4779 * faces.el (color-values, color-defined-p): Use `member', not
4780 `memq', because it works correctly for strings.
4781 (frame-set-background-mode): Actually, "unspecified-fg" and
4782 "unspecified-bg" *are* strings. Use `member', not `memq', and
4783 `equal', not `eq', when a string value is possible.
4784
4785 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4786
4787 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4788
4789 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4790
4791 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4792 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4793 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4794 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4795 (sh-font-lock-syntactic-keywords): Use them.
4796 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4797 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4798 (sh-mode): Don't override font-lock-unfontify-region-function.
4799 Use a copy of sh-font-lock-syntactic-keywords.
4800 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4801 Don't call sh-scan-buffer since font-lock does it on the fly.
4802 (sh-get-indent-info): Use `face' rather than `syntax-table'
4803 text-property to detect here-documents.
4804 Replace sh-special-syntax with sh-st-punc.
4805 (sh-prev-line): Use `face' rather than `syntax-table'
4806 text-property to skip over here-documents.
4807 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4808 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4809 (sh-electric-less, sh-set-here-doc-region)
4810 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4811 (sh-scan-buffer, sh-rescan-buffer): Remove.
4812
4813 2000-10-21 Andrew Innes <andrewi@gnu.org>
4814
4815 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4816 remote (ange-ftp) file names.
4817
4818 2000-10-21 Miles Bader <miles@gnu.org>
4819
4820 * window.el (fit-window-to-buffer): New function.
4821 (shrink-window-if-larger-than-buffer): Use it.
4822 (window-text-height): Don't expect minibuffers to have mode-lines.
4823
4824 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4825 * international/quail.el (quail-update-guidance): Use
4826 `fit-window-to-buffer' instead of `set-window-text-height'.
4827
4828 * international/quail.el (quail-show-guidance-buf): Make sure
4829 guidance window really has enough room.
4830 (quail-update-guidance): If quail-guidance-win is already shown,
4831 make sure its height is OK.
4832
4833 * window.el (window-text-height, set-window-text-height):
4834 New functions.
4835 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4836 instead of `window-height' & `mode-line-window-height-fudge'.
4837 (mode-line-window-height-fudge): Add FACE parameter.
4838 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4839 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4840
4841 2000-10-20 Miles Bader <miles@gnu.org>
4842
4843 * window.el (height-affecting-face-attributes): Use `defconst'.
4844
4845 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4846 New function, conditionally aliased to `mode-line-window-height-fudge'.
4847 (ispell-help): Use it.
4848 (ispell-choices-win-default-height): Don't include mode-line fudge.
4849 (ispell-choices-win-default-height): New function.
4850 (ispell-show-choices, ispell-command-loop): Use function
4851 `ispell-choices-win-default-height' instead of variable.
4852
4853 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4854
4855 * window.el (mode-line-window-height-fudge): New variable.
4856 (height-affecting-face-attributes): New variable.
4857 (mode-line-window-height-fudge): New function.
4858 (shrink-window-if-larger-than-buffer): Use it.
4859 * help.el (resize-temp-buffer-window): Likewise.
4860
4861 * info.el (Info-fontify-node): Add support for @subsubsection
4862 titles, which use `Info-title-4-face'.
4863 (Info-title-4-face): New face.
4864 (Info-title-3-face): Inherit from Info-title-4-face instead of
4865 variable-pitch.
4866
4867 2000-10-19 Jason Rumney <jasonr@gnu.org>
4868
4869 * dired.el (dired-insert-directory): Do not let errors signalled by
4870 attempt to run dired-free-space-program prevent dired from working.
4871
4872 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4873
4874 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4875
4876 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4877
4878 * dirtrack.el (dirtrack): Fix call to run-hooks.
4879
4880 * cmuscheme.el (cmuscheme-program-name): Renamed from
4881 scheme-program-name because xscheme.el contains a defcustom with
4882 the same name. As a consequence, customizing group `cmuscheme'
4883 loaded `xscheme' which redefined run-scheme.
4884 (run-scheme): Use cmuscheme-program-name.
4885
4886 * ps-print.el (ps-print-emacs-type): Move into the
4887 eval-and-compile.
4888
4889 * play/doctor.el (doctor-death): Update the Samaritans'
4890 anonymous address, and add a website for Befrienders International.
4891
4892 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4893
4894 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4895 Avoid compilation gripes. Doc fix.
4896 (ps-print-version): New version number (6.2).
4897 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4898 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4899 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4900 (ps-x-extent-priority, ps-x-extent-start-position)
4901 (ps-x-face-font-instance, ps-x-find-coding-system)
4902 (ps-x-font-instance-properties, ps-x-make-color-instance)
4903 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4904 avoid compilation gripes without defining functions.
4905 (ps-e-find-composition): Alias for function find-composition, to have a
4906 suitable function depending on Emacs version.
4907 (ps-color-device, ps-color-values, ps-face-foreground-name)
4908 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4909 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4910 (ps-print-ensure-fontified): Function definitions surrounded by
4911 `eval-and-compile' to avoid compilation gripes.
4912 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4913 by symbol-value to avoid compilation gripes.
4914 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4915 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4916
4917 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4918
4919 * startup.el (normal-top-level): Call `frame-set-background-mode'
4920 after `frame-notice-user-settings' because the latter doesn't call
4921 the former on a tty.
4922
4923 * faces.el (frame-set-background-mode): `unspecified' &c are
4924 symbols, not strings.
4925
4926 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4929 why some "light*" colors are deliberately absent from the alist.
4930
4931 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4932 Change colors for tty's, as suggested by Miles Bader.
4933
4934 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4935
4936 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4937 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4938 for ISO10646-1 fonts.
4939 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4940
4941 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4942
4943 * faces.el (frame-set-background-mode): If a tty frame defines a
4944 background color, use that to compute the background mode, instead
4945 of always defaulting to "dark".
4946
4947 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4948
4949 * comint.el (comint-write-output): New function.
4950 (comint-mode-map): Add it to the menu.
4951 Bind `C-c C-s' to comint-write-output.
4952
4953 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4954
4955 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4956 Use fancy-splash-delay.
4957
4958 2000-10-18 Alex Schroeder <alex@gnu.org>
4959
4960 * progmodes/sql.el (sql-sybase-options): New option.
4961 (sql-sybase): Use it. Add sql-database to the list of parameters
4962 provided for login. The options -w 2048 -n are not used any more.
4963
4964 * comint.el (comint-read-input-ring): Bugfix such that the first
4965 and the last entry of the input ring file are not lost.
4966
4967 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4968
4969 * ps-print.el: Internal variable changes to defcustom,
4970 make-local-hook changes to defvar. Doc fix.
4971 (ps-print-version): New version number (6.1).
4972 (ps-setup, ps-do-despool): Code fix.
4973 (ps-printer-name): Customization fix.
4974 (ps-printer-name-option): Now is a defcustom instead of an
4975 internal variable.
4976 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4977 (ps-print-begin-column-hook): Now are defvar instead of
4978 make-local-hook.
4979
4980 2000-10-18 Miles Bader <miles@gnu.org>
4981
4982 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4983 (comint-kill-output): Changed into an alias for `comint-delete-output',
4984 and made obsolete.
4985 (comint-mode-map): Rename references to comint-kill-output.
4986
4987 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4988
4989 * diff-mode.el (diff-header-face, diff-file-header-face)
4990 (diff-changed-face): Add bold and italic attributes to tty faces.
4991 (diff-function-face): New face.
4992 (diff-font-lock-keywords): Use it.
4993
4994 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4995
4996 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4997 Remove commented-out call to force-mode-line-update.
4998 (comint-kill-output): Use `forward-line 0' instead of
4999 beginning-of-line to make sure we get past the prompt.
5000
5001 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5002
5003 * diff-mode.el (diff-header-face, diff-file-header-face):
5004 Add specific setting for dark background.
5005 (diff-context-face): Renamed from diff-comment-face.
5006 Set explicitly rather than inheriting from font-lock-comment-face.
5007
5008 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * startup.el (command-line): Move the code which sets the default
5011 TTY colors to before before-init-hook.
5012
5013 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5014
5015 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5016
5017 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5018
5019 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5020 extensions, for MS-DOS.
5021
5022 * diff-mode.el (diff-header-face, diff-file-header-face)
5023 (diff-changed-face): Define tty-specific colors.
5024
5025 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5026
5027 * startup.el (fancy-splash-text): Realign the text.
5028
5029 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * font-lock.el (font-lock-comment-face): Define a separate default
5032 for dark-background tty's.
5033
5034 2000-10-17 Miles Bader <miles@gnu.org>
5035
5036 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5037 being obscured by whizzy mode-lines on graphics displays.
5038
5039 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * info.el (Info-title-1-face, Info-title-2-face)
5042 (Info-title-3-face): Define colors for tty's.
5043 (info-header-node): Remove unneeded tty-specific definition.
5044
5045 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5048 reverse from the frame parameters, and don't invert foreground and
5049 background colors.
5050
5051 2000-10-16 Miles Bader <miles@gnu.org>
5052
5053 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5054 string "*Info*". Call propertized-buffer-identification to spruce
5055 up the result.
5056
5057 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5058
5059 * help.el: Provide `help' for the sake of define-minor-mode
5060 which generates defcustoms with requires.
5061
5062 * jit-lock.el (jit-lock-after-change): If we're in text that
5063 matches a multi-line font-lock pattern, make sure the whole text
5064 will be redisplayed.
5065
5066 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5067 author's name is unknown.
5068
5069 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5070 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5071 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5072 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5073 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5074 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5075 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5076 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5077 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5078 Add author information.
5079
5080 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5081
5082 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5083 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5084 full-color version (using the Gimp) to eliminate dithering artifacts.
5085
5086 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5087
5088 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5089
5090 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5091
5092 2000-10-15 Dave Love <fx@gnu.org>
5093
5094 * progmodes/sh-script.el: Require skeleton and comint when
5095 compiling.
5096
5097 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5098
5099 * whitespace.el: Doc fixes.
5100 (top-level): Don't add hooks here.
5101 (whitespace-running-emacs): Deleted.
5102 (timer): Don't require.
5103 (whitespace): Add back :version conditional on xemacs test.
5104 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5105 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5106 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5107 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5108 Avoid specific xemacs test.
5109 (whitespace-global-mode): New option.
5110 (whitespace-global-mode): New command.
5111 (whitespace-unload-hook): New function.
5112
5113 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5114 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5115 (Info-fontify-node): `Goto' goes to `Go to'.
5116 (Info-fontify-node): Add help-echo to xref links.
5117
5118 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5119
5120 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5121
5122 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5123
5124 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5125 Use plist-get and allow :inherit.
5126
5127 * emacs-lisp/cl-macs.el (cl-do-arglist):
5128 Use plist-get and plist-member instead of memq.
5129
5130 * emacs-lisp/ewoc.el (ewoc-location): New function.
5131 (ewoc-enter-after, ewoc-enter-before): Document return value.
5132 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5133 Don't need make-local-hook any more.
5134 (cvs-addto-collection): Return the new tin.
5135 (cvs-mode-insert): Jump to the new line.
5136
5137 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5138
5139 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5140
5141 * font-lock.el (font-lock-syntactically-fontified): New var.
5142 (font-lock-fontify-syntactic-keywords-region): Use it.
5143 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5144
5145 * diff-mode.el (diff-find-file-name): Fix regexp.
5146
5147 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5148 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5149
5150 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5151 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5152 (sh-mode): Don't make all vars local here.
5153 (sh-kw): Reformat.
5154 (sh-set-shell): Use dolist. Don't set indent-region-function.
5155 (sh-mode-syntax-table): Use pop.
5156 (sh-remember-variable): Use push.
5157 (sh-help-string-for-variable): Use memq.
5158 (sh-safe-backward-sexp): Remove.
5159 (sh-safe-forward-sexp): Add ARG.
5160 (sh-get-indent-info, sh-prev-stmt): Use it.
5161 (sh-prev-line): Simplify by using forward-comment.
5162 (sh-this-is-a-continuation): Simplify.
5163 (sh-learn-buffer-indent): Use dolist.
5164 (sh-do-nothing): Remove.
5165 (sh-set-char-syntax, sh-set-here-doc-region):
5166 Use inhibit-modification-hooks.
5167 (sh-name-style): Use mapcar and push.
5168 (sh-load-style): Use dolist.
5169 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5170 (sh-case, sh-while-getopts): Use propertize directly rather
5171 than sh-electric-rparen.
5172
5173 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * textmodes/tex-mode.el: Require CL when compiling.
5176 (tex-mode-syntax-table): Init immediately.
5177 (tex-mode-map): Bind M-RET to latex-insert-item.
5178 (latex-mode): Set indent-line-function to latex-indent.
5179 (tex-common-initialization): Don't setup the syntax-table any more.
5180 (latex-insert-item): New skeleton.
5181 (tex-next-unmatched-end): Fix copy/paste braino.
5182 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5183 (latex-indent, latex-find-indent): New functions.
5184 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5185 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5186 (tex-compilation-parse-errors): Use with-syntax-table.
5187
5188 2000-10-15 Miles Bader <miles@gnu.org>
5189
5190 * font-lock.el (font-lock-comment-face): Change dark-background,
5191 color, non-tty, default to `chocolate1'.
5192
5193 2000-10-13 John Wiegley <johnw@gnu.org>
5194
5195 * eshell/esh-util.el (require): Added a missing `require' form,
5196 needed when compiling (for an ange-ftp macro definition).
5197
5198 2000-10-13 Dave Love <fx@gnu.org>
5199
5200 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5201
5202 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5203
5204 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5205 fix.
5206
5207 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5208 transparent -colors 8).
5209
5210 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5211
5212 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5213 that breaks with old list format timestamps.
5214 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5215 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5216 strings.
5217
5218 2000-10-13 John Wiegley <johnw@gnu.org>
5219
5220 * align.el, pcomplete.el, calendar/timeclock.el,
5221 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5222
5223 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5224 faulty math, where holiday hours were being computing as seconds.
5225
5226 2000-10-13 John Wiegley <johnw@gnu.org>
5227
5228 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5229 specifying what "other" kinds of buffers should be saved. This
5230 used to be hard-coded.
5231 (desktop-buffer-misc-functions): A global for specifying how
5232 auxiliary data should be determined for special buffer types.
5233 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5234 instead of hard-coding the special buffer types.
5235 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5236 auxiliary data, instead of hard-coding for Info buffers and dired.
5237 (desktop-buffer-info-misc-data): Aux function for determining Info
5238 buffer auxiliary info.
5239 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5240 (desktop-buffer-info): Changed this function to use the info
5241 gathered above.
5242 (desktop-create-buffer): Be a little more careful about what
5243 `minor-mode' means before calling it. This is important for some
5244 buffer types.
5245
5246 2000-10-13 John Wiegley <johnw@gnu.org>
5247
5248 * eshell/esh-util.el: Added a global form which declares an
5249 autoload for `parse-time-string', if that function is not already
5250 defined, and if parse-time.el is available on the user's system.
5251
5252 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5253 to be aware of ange-ftp user info.
5254 (eshell-do-ls): Bind `ange-cache'. Also, use
5255 `eshell-file-attributes'.
5256 (eshell-ls-annotate): Use `eshell-file-attributes'.
5257 (eshell-ls-file): Made the user-id printing code a bit smarter.
5258
5259 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5260 allow identification of alias user ids in remote directories.
5261 It's manual, but there's no other way to know when the current
5262 user on the local machine, is also the owning user on the remote
5263 machine.
5264 (fboundp): Bind `ange-cache'.
5265 (eshell-directory-files-and-attributes): Re-organized the logic a
5266 bit to use `eshell-file-attributes' instead of `file-attributes'.
5267 The former is more sensitive to directories that are read via FTP,
5268 and knows how to use ange-ftp to determine full attribute
5269 information, instead of just the name and last modtime.
5270 (eshell-current-ange-uids): Return the current user id when in a
5271 remote directory.
5272 (eshell-parse-ange-ls): Parse a full directory listing that has
5273 been returned by ange-ftp.
5274 (eshell-file-attributes): This beefed up version of
5275 `file-attributes' is only special if the user is currently in a
5276 remote directory, in which case it does a lot of work to find out
5277 what the real attributes of a file are, as they appear on the
5278 remote machine. This makes usage of remote directories (i.e.,
5279 ange-ftp pathnames) much more useful. You can now use Eshell as a
5280 full-fledged FTP client, with much more manipulation ability than
5281 most other clients.
5282
5283 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5284 variable, which means that Eshell's du should always be preferred
5285 in remote directories.
5286 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5287 just `file-attributes'.
5288 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5289 when reading remote directories. This is an Eshell-specific
5290 variable (not part of ange-ftp).
5291 (eshell/ln): Bind `ange-cache'.
5292 (eshell/du): Added some extra logic for determining when to use
5293 Eshell's du (which is slow), and when to use the external version
5294 (which may or may not exist).
5295
5296 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5297 `eshell-interactive-process', rather than using
5298 `get-buffer-process', since backgrounded processes don't count in
5299 the context of this function's logic.
5300
5301 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5302 `forward-char', so that null strings are parsed correctly.
5303
5304 2000-09-13 John Wiegley <johnw@gnu.org>
5305
5306 * eshell/em-pred.el (eshell-pred-file-type,
5307 eshell-pred-file-links, eshell-pred-file-size): Use
5308 `eshell-file-attributes'. This is more correct over ange-ftp.
5309
5310 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5311 that remote file globbing is more efficient.
5312
5313 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5314 gathering the files and attributes within a directory.
5315
5316 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5317 the command line is a special file (not a regular file, directory
5318 or symlink), always attempt to call the external version of cat.
5319
5320 2000-09-13 John Wiegley <johnw@gnu.org>
5321
5322 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5323 Eshell-friendly version of find-tag.
5324
5325 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5326
5327 * image-file.el (image-file-name-extensions)
5328 (image-file-name-regexps): Add autoload cookies.
5329
5330 2000-10-13 Kenichi Handa <handa@etl.go.jp>
5331
5332 * international/mule-cmds.el (select-safe-coding-system): If FROM
5333 is string, show it in *Warning* buffer.
5334
5335 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5336
5337 * startup.el (normal-top-level): Use display-popup-menus-p instead
5338 of window-system.
5339 (command-line): Use display-graphic-p instead of window-system.
5340 (command-line-1): Use display-popup-menus-p and display-mouse-p
5341 instead of window-system.
5342
5343 2000-10-12 Sam Steingold <sds@gnu.org>
5344
5345 * tooltip.el (tooltip-use-echo-area): New user variable.
5346 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5347
5348 2000-10-12 Dave Love <fx@gnu.org>
5349
5350 * recentf.el: Maintainer's checkdoc fixes.
5351
5352 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5353 character class, not ASCII when matching file names.
5354 (fancy-splash-head): Add trailing slash to URL.
5355 (command-line): Don't require XPM support for toolbar.
5356
5357 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5358 (cperl-invalid-face): Revert last change.
5359 (cperl-init-faces): Quote cperl-invalid-face.
5360
5361 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5362
5363 * startup.el (fancy-splash-text): Remove superfluous quote.
5364
5365 2000-10-12 Gerd Moellmann <gerd@gnu.org>
5366
5367 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5368 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5369 (command-line-1): Don't use fancy-splash-pending-command.
5370 (fancy-splash-screens-1): Goto point-min after inserting text.
5371
5372 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5373
5374 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5375 instead of shared-lisp-mode-map.
5376
5377 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5378
5379 * faces.el (header-line): Change tty-variant to use underlining.
5380
5381 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5382 (isearch-highlight): Restore lazy-isearch face properties at old
5383 position, and suppress them at new position.
5384 (isearch-dehighlight): Restore lazy-isearch face properties.
5385 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5386 over the real isearch overlay, but in that case, don't give it a
5387 face property. Use `push'.
5388
5389 2000-10-12 Kenichi Handa <handa@etl.go.jp>
5390
5391 * man.el (Man-getpage-in-background): Fix previous change.
5392 Decode the process output only when we are in multibyte mode.
5393
5394 2000-10-11 Dave Love <fx@gnu.org>
5395
5396 * info.el (Info-mode-menu): Fix some help.
5397 (info-tool-bar-map): Add entry for Info-last.
5398
5399 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5400 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5401 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5402 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5403 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5404 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5405 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5406 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5407 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5408 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5409 Reduce colour requirements to 25 overall. (Probably wants
5410 revisiting from the originals to reduce further.)
5411
5412 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5413
5414 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5415 buffer-file-coding-system, instead of raw-text.
5416 (dehexlify-buffer): Bind coding-system-for-read to
5417 buffer-file-coding-system, instead of raw-text.
5418
5419 2000-10-11 Sam Steingold <sds@gnu.org>
5420
5421 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5422 `underline' - fixes the bug introduced on 2000-09-21.
5423
5424 2000-10-11 Dave Love <fx@gnu.org>
5425
5426 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5427 compiler warnings.
5428 (scheme-mode): Doc fix.
5429 (scheme-font-lock-keywords-1): Match `define-syntax'.
5430
5431 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
5432
5433 * faces.el (frame-set-background-mode): Pay attention to saved
5434 face specs as well as default ones. Only do anything if the
5435 bg-mode or display-type has actually changed. Use `dolist'.
5436 (region): Make dark-background `region' face less in-your-face.
5437
5438 2000-10-10 Sam Steingold <sds@gnu.org>
5439
5440 * chistory.el, ielm.el, ledit.el:
5441 * progmodes/inf-lisp.el, progmodes/scheme.el:
5442 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5443
5444 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5445
5446 * textmodes/texinfo.el: Update copyright and fix typo.
5447
5448 * desktop.el (desktop-modes-not-to-save): New var.
5449 (desktop-save-buffer-p): Use it.
5450 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5451 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5452
5453 2000-10-10 Dave Love <fx@gnu.org>
5454
5455 * toolbar/tool-bar.el (tool-bar-add-item)
5456 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5457 display.
5458
5459 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5460 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5461 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5462 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5463 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5464 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5465 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5466 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5467 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5468 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5469 the .xpms; probably need retouching.
5470
5471 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5472
5473 * subr.el (add-to-list): Add optional argument APPEND.
5474 * battery.el (display-battery): Use `add-to-list'.
5475
5476 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5477
5478 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5479 these vars as symbol properties.
5480 (zone, zone-when-idle, zone-leave-me-alone)
5481 (zone-pgm-whack-chars): Use new symbol properties.
5482
5483 * battery.el (display-battery): Doc spelling fix.
5484
5485 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5486 property.
5487
5488 2000-10-09 Dave Love <fx@gnu.org>
5489
5490 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5491 has been initialized before calling tool-bar-setup.
5492 (tool-bar-add-item-from-menu): Add autoload cookie.
5493
5494 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5495
5496 * menu-bar.el (send-mail-item-name): New function.
5497 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5498 of mail-user-agent in the menu. Don't display the "Send Mail"
5499 item if mail-user-agent is nil or its value is ignore.
5500 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5501 if read-mail-command is nil or its value is ignore.
5502
5503 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5504
5505 2000-10-09 Miles Bader <miles@gnu.org>
5506
5507 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5508 Correct image size.
5509 * toolbar/left_arrow.xpm: Correct image size.
5510
5511 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5512 will be done by the definition of `auto-compression-mode' if
5513 necessary. Move code to uninstall existing file-name handler
5514 before definition of `auto-compression-mode'.
5515
5516 * image-file.el (auto-image-file-mode): Move to the end of the
5517 file, because `define-minor-mode' actually calls the mode-function
5518 if the associated variable is non-nil, which requires that all
5519 needed functions be already defined.
5520
5521 * mouse.el (popup-menu): Balance parens.
5522
5523 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5524
5525 * mouse.el (popup-menu): Move the command call outside the loop
5526 so that popup-menu returns whatever the command returns.
5527
5528 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5529 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5530 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5531 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5532
5533 * vc.el (vc-version-diff): diff-switches can be a list.
5534 Use relative filenames for prettier output.
5535
5536 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5537 (vc-post-command-functions): Remove old-VC compatibility code.
5538
5539 * newcomment.el (comment-indent-default): Autoload.
5540
5541 * font-lock.el (font-lock-defaults): Make buffer-local.
5542 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5543 (font-lock-choose-keywords):
5544 Ignore LEVEL unless KEYWORDS is a list of syms.
5545 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5546 Don't wrap regexp-opt things in \(...\) unnecessarily.
5547
5548 * jit-lock.el: Don't require font-lock any more.
5549 (jit-lock-functions): Make buffer-local.
5550 (jit-lock-saved-fontify-buffer-function): Remove.
5551 (jit-lock-mode): Remove autoload cookie.
5552 Remove font-lock specific code.
5553 (jit-lock-unregister): Don't bother handling complex hooks any more.
5554 (jit-lock-refontify): New function.
5555 (jit-lock-fontify-buffer): Use it.
5556 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5557 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5558 Add optional args START and END.
5559 Never call font-lock-fontify-region directly.
5560 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5561
5562 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5563
5564 2000-10-08 Dave Love <fx@gnu.org>
5565
5566 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5567
5568 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5569
5570 * play/studly.el (studlify-region, studlify-word): Add autoload
5571 cookie.
5572
5573 * play/morse.el (morse-region, unmorse-region): Add autoload
5574 cookie.
5575
5576 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5577 concat.
5578
5579 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5580 insist on symbols starting with word syntax.
5581 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5582 (eval-defun-1): Doc fix.
5583 (indent-sexp): Use nconc to build up indent-stack.
5584
5585 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5586 Gnus with little use.
5587 (mail-setup-hook): Add mail-abbrevs-setup to options.
5588
5589 * recentf.el: Doc fixes.
5590
5591 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5592 Clean up remainder.
5593
5594 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5595 without timezone and (8) with timezone to enforce some whitespace.
5596 Simplify code somewhat.
5597
5598 * options.el (list-options): Doc that you should use customize.
5599
5600 * iswitchb.el (iswitchb-mode): Add :require.
5601
5602 * info.el (Info-goto-node, Info-menu): Doc fix.
5603 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5604 (info-tool-bar-map): New variable.
5605 (Info-mode): Use it.
5606 (Info-edit-map): Define all in defvar.
5607 (speedbar-attached-frame): Avoid compiler warning.
5608
5609 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5610 (global-map): Bind [tool-bar] to a filtered map.
5611 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5612 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5613 Allow PBM icons.
5614 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5615
5616 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5617 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5618 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5619 icons, except up_arrow, which is left-arrow rotated.
5620
5621 * imenu.el (imenu-add-to-menubar): Fix last change.
5622
5623 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5624
5625 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5626 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5627
5628 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5629
5630 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5631 typos in doc strings.
5632
5633 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5634 the doc strings how to customize Font Lock faces.
5635
5636 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5637 computing growth when dragging the header line.
5638
5639 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * simple.el (kill-line): Doc fix.
5642
5643 2000-10-08 Miles Bader <miles@gnu.org>
5644
5645 * faces.el (secondary-selection): Make foreground visible on tty.
5646
5647 * jka-compr.el (auto-compression-mode): Move to the end of the
5648 file, because `define-minor-mode' actually calls the mode-function
5649 if the associated variable is non-nil, which requires that all
5650 needed functions be already defined.
5651 (with-auto-compression-mode): Add autoload cookie.
5652
5653 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * files.el (find-backup-file-name) [ms-dos]: If support for long
5656 file names is not available, behave as if version-control were set
5657 to never.
5658
5659 2000-10-07 Dave Love <fx@gnu.org>
5660
5661 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5662 (browse-url-gnome-moz): New function.
5663 (browse-url-browser-function): Use it.
5664 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5665
5666 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5667
5668 * indent.el (tab-always-indent): New var.
5669 (indent-for-tab-command): Use it.
5670
5671 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5672 raise an error. This way it can still default to a sane value.
5673
5674 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5675
5676 * startup.el (fancy-splash-screens): Use local rather than global map.
5677 Don't use `update-menu-bindings' any more.
5678 Get rid of assumptions about keymap representation.
5679
5680 2000-10-06 Dave Love <fx@gnu.org>
5681
5682 * textmodes/fill.el (sentence-end-double-space)
5683 (sentence-end-without-period): Doc fix.
5684 (adaptive-fill-regexp): Purecopy.
5685 (unjustify-current-line): Use line-end-position.
5686 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5687
5688 * net/eudc-vars.el (eudc): Add :version, :link.
5689
5690 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5691
5692 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5693 Fix for define-minor-mode.
5694 (function-at-point): Alias to function-called-at-point.
5695
5696 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5697
5698 * simple.el (backward-word): Doc fix.
5699
5700 * image-file.el (image-file-name-regexp): image-file-regexps ->
5701 image-file-name-regexps.
5702 (image-file-name-extensions): Add pbm.
5703
5704 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5705
5706 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5707 and add filename to the names so that diff-mode can jump to source.
5708
5709 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5710 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5711 (tex-font-lock-keywords-1): Remove.
5712 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5713 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5714 (font-lock-default-fontify-region):
5715 Expand beg..end correctly when just following a multiline region.
5716 (font-lock-fontify-anchored-keywords):
5717 Include the anchor text as part of the multiline.
5718
5719 2000-10-06 Gerd Moellmann <gerd@gnu.org>
5720
5721 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5722 latter needs the autoloaded define-minor-mode macro during the
5723 bootstrap.
5724
5725 * startup.el (command-line): For now, activate tool-bar-mode only
5726 if XPM images are supported.
5727
5728 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5729 window by dragging a header-line at the top of the frame; that's
5730 confusing because the header-line doesn't move.
5731 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5732 of treating the event as a list. Some cleanup.
5733
5734 2000-10-06 Miles Bader <miles@gnu.org>
5735
5736 * simple.el (display-message-or-buffer): New function.
5737 (shell-command-on-region): Use `display-message-or-buffer'.
5738
5739 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5740 docstring parts.
5741
5742 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5743 (smbclient-prompt-regexp): Add usage note to doc string.
5744 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5745 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5746 Use add-hook for adding the comint filter function, and only do so
5747 if it's not already in the global hook list.
5748 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5749 to `make-local-variable'.
5750 (nslookup-font-lock-keywords): Remove prompt entry.
5751 (nslookup): Don't set the process-filter.
5752 (finger): Exit the loop correctly when the regexps list runs out.
5753 (ftp, smbclient, smbclient-list-shares):
5754 Set the real major mode immediately, not after execing.
5755 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5756
5757 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5758
5759 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5762
5763 * which-func.el (which-func-format): Remove spurious space.
5764 (which-func-mode): Don't make it permanent-local.
5765 (which-func-ff-hook): Allow which-func-maxout to be nil.
5766 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5767 (which-func-mode): Simplify.
5768 Use post-command-idle-hook rather than post-command-hook.
5769 Go through all buffers and update their state.
5770 (which-function): Also try add-log-current-defun-function.
5771
5772 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5773 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5774 Update call to with-vc-properties accordingly.
5775 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5776 (vc-revert-buffer): More careful about window selection and deletion.
5777 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5778
5779 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5780 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5781 (cvs-dired-action): Change the default to quickdir.
5782
5783 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5784 if comment-indent-function returns nil.
5785 (comment-indent-default): New function.
5786 (comment-indent-function): Use it and document the new semantics.
5787
5788 * image-file.el: Docstring fixes.
5789
5790 * help.el (help-xref-on-pp): Use match-string.
5791 (describe-variable): New arg BUFFER.
5792 Store the current buffer in the help-xref-stack.
5793 (temp-buffer-resize-mode): Use define-minor-mode.
5794
5795 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5796 consistently with its docstring.
5797 Set jit-lock-first-unfontify-pos in an idempotent way.
5798 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5799
5800 2000-10-05 Alex Schroeder <alex@gnu.org>
5801
5802 * sql.el (sql-mysql-options): New variable.
5803 (sql-mysql): Use it.
5804
5805 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5806
5807 * image.el (image): New group.
5808
5809 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5810 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5811
5812 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5813
5814 * net/net-utils.el (nslookup-font-lock-keywords)
5815 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5816 Ignore the value of wqindow-system; always define keywords
5817
5818 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5819
5820 * startup.el (fancy-splash-screens): Remove the code for
5821 debugging; `(trace-to-stderr "EXITTT\n")'.
5822
5823 2000-10-05 Miles Bader <miles@gnu.org>
5824
5825 * diff-mode.el (diff-goto-source): Update call to
5826 `diff-hunk-status-msg' to reflect new REV variable.
5827
5828 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5829
5830 * progmodes/icon.el (icon-mode):
5831 Don't gratuitously override the default for comment-column.
5832
5833 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5834
5835 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5836 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5837 (jit-lock-functions): New var.
5838 (jit-lock-function-1): Use it if non-nil.
5839 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5840 Set the `fontified' property before doing the fontification to avoid
5841 repeatedly going through the same error.
5842 Don't turn errors into messages.
5843 (jit-lock-register, jit-lock-unregister): New functions.
5844
5845 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5846 Use with-current-buffer.
5847
5848 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5849 Turn comment into docstring.
5850
5851 * apropos.el (apropos-mode): Use define-derived-mode.
5852
5853 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5854
5855 * startup.el (fancy-splash-pending-command): New variable.
5856 (fancy-splash-pre-command): New function.
5857 (fancy-splash-screens): Rewritten.
5858 (command-line-1): If fancy-splash-pending-command is set, call it
5859 interactively.
5860
5861 2000-10-04 Dave Love <fx@gnu.org>
5862
5863 * toolbar/tool-bar.el (tool-bar-setup): New function.
5864 (tool-bar-mode): Use it.
5865
5866 * subr.el (substitute-key-definition): Doc fix.
5867 (play-sound-file): New command.
5868
5869 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5870
5871 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5872 vc-version-backup-file-name): New functions.
5873
5874 * files.el (basic-save-buffer): Call vc-before-save before saving.
5875
5876 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5877 vc-cvs-stay-local-p.
5878
5879 * vc.el (vc-revert-buffer): Handle empty diff properly.
5880 (vc-version-backup-file): New function.
5881 (vc-checkout): Create a version backup if necessary.
5882 (vc-checkin): If a version backup file exists, delete it.
5883 (vc-version-diff): Diff locally using version backups, if available.
5884 (vc-revert-file): If there's a version backup, revert locally.
5885 (vc-transfer-file): Use version backup for base version, if
5886 available. If not, ask for confirmation whether to get it from the
5887 server. Update mode line before check-in.
5888
5889 2000-10-04 Dave Love <fx@gnu.org>
5890
5891 * toolbar/tool-bar.el (tool-bar-setup): New function.
5892 (tool-bar-mode): Use it.
5893
5894 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5895
5896 * net/net-utils.el (nslookup-font-lock-keywords)
5897 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5898 Only set if window-system is non-nil
5899 (net-utils-run-program): Returns buffer.
5900 (network-connection-reconnect): Added this function.
5901
5902 * generic.el:
5903 Incorporates extensive cleanup and docfixes by
5904 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5905 Uses cl compile-time macros.
5906 (generic-mode-name, generic-comment-list)
5907 (generic-keywords-list, generic-font-lock-expressions)
5908 (generic-mode-function-list, generic-mode-syntax-table):
5909 Removed variables.
5910 (generic-mode-alist): Renamed to generic-mode-list.
5911 (generic-find-file-regexp): Default changed to "^#".
5912 (generic-read-type): Uses completing read on generic-mode-list.
5913 (generic-mode-sanity-check): removed this function.
5914 (generic-add-to-auto-mode): Removed this function
5915 (generic-mode-internal): Bind mode-specific definitions
5916 into function instead of putting them in alist.
5917 (generic-mode-set-comments): Reworked extensively.
5918 (generic-mode-find-file-hook): Simplified regexp searching
5919 (generic-make-keywords-list): Omit extra pair of parens
5920
5921 * find-lisp.el (find-lisp-find-files-internal):
5922 Make sure directory name ends with "/".
5923
5924 * generic-x.el (apache-conf-generic-mode):
5925 Regexp now allows leading whitespace.
5926 (rc-generic-mode): Added eval-when-compile
5927 around generic-make-keywords-list.
5928 Deleted duplicate regexp
5929 (rul-generic-mode): Added eval-when-compile
5930 around generic-make-keywords-list.
5931 (etc-fstab-generic-mode): New generic mode.
5932 (rul-generic-mode): Removed one eval-when-compile
5933 which caused a max-specpdl-size exceeded error.
5934
5935 2000-10-04 Miles Bader <miles@gnu.org>
5936
5937 * simple.el (minibuffer-temporary-goal-position): New variable.
5938 (next-history-element): Try to keep the position of point in the
5939 input string constant.
5940
5941 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5942 (dired-do-create-files): If there's only one file, pass it in as
5943 the DEFAULT arg to dired-mark-read-file-name.
5944
5945 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5946
5947 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5948 (diff-goto-source): Be smarter when choosing REVERSE or not.
5949
5950 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5951 (texinfo-mode-menu): Add an explicit shortcut for update all.
5952
5953 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5954
5955 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5956 factorize backend-specific code cleanly (this was essentially
5957 conceived by Stefan Monnier).
5958 (vc-unregister): Function removed.
5959 (vc-revert-file): New function.
5960 (vc-revert-buffer): Delegate some of the work to it.
5961
5962 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5963 default branch unconditionally.
5964 (vc-rcs-set-default-branch): New function.
5965 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5966 (vc-rcs-checkin): If an appropriate default branch has been set,
5967 force creation of that branch.
5968 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5969 code (as suggested by Stefan Monnier).
5970
5971 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5972
5973 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5974 highlighting overlay with a different face over the overlay
5975 isearch uses to highlight the current match because that can lead
5976 to bad face combinations.
5977
5978 * loadup.el (toplevel): Load faces before isearch.
5979
5980 * isearch.el (isearch-faces): New custom group.
5981 (isearch): New defface; was already tested for in the code.
5982 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5983 (isearch-highlight): Always use face `isearch'.
5984
5985 2000-10-02 Dave Love <fx@gnu.org>
5986
5987 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5988 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5989 comparison of opcode with operand.
5990
5991 2000-10-03 Miles Bader <miles@gnu.org>
5992
5993 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5994 buffer, since the echo area will now grow to accommodate them.
5995
5996 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5997
5998 * vc-hooks.el (vc-registered): If FILE used to be registered under
5999 a certain backend, try that one first.
6000
6001 * vc.el (vc-responsible-backend): Undo the previous change in the
6002 argument list. Handle multiple backends correctly.
6003 (vc-find-new-backend): Function removed.
6004 (vc-register): Use vc-responsible-backend, as before.
6005 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6006
6007 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6008
6009 * startup.el (fancy-splash-head): Change message below the
6010 logo.
6011
6012 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6013
6014 * diff-mode.el (diff-goto-source): Emit a status message.
6015 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6016 (diff-test-hunk): Fix doc string.
6017 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6018 (diff-advance-after-apply-hunk): New variable.
6019 (diff-apply-hunk): Don't return a value.
6020
6021 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * vc.el (vc-editable-p): Minor optimization.
6024 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6025 (vc-find-new-backend): New function split from vc-responsible-backend.
6026 (vc-register): Use it.
6027 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6028 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6029 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6030 (vc-clear-headers): Don't use find-file.
6031 (vc-revert-buffer): Use `and' again (must have been a braino).
6032 (vc-switch-backend): Only prompt if requested.
6033 Short circuit if nothing is to be done.
6034 Don't use vc-resynch-buffer which could lose unsaved editing.
6035 (vc-default-receive-file): Update call to vc-unregister.
6036 (with-vc-file, vc-next-action-on-file):
6037 Use vc-backend rather than vc-registered.
6038 (vc-next-action-on-file): Use intern-soft.
6039 Deal with read-only *vc-diff* buffer.
6040 (vc-transfer-file): Docstring fix.
6041
6042 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6043 (vc-rcs-receive-file): Avoid with-vc-properties.
6044 Update call to vc-unregister.
6045 Use constant `RCS' rather than (dynamically bound) var `backend'.
6046
6047 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6048
6049 * vc.el (vc-next-action-on-file): Update mode line only if file
6050 is visited.
6051 (vc-start-entry): New argument initial-contents. Don't visit the file
6052 if it isn't already visited. Brought documentation up-to-date.
6053 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6054 (vc-checkin): New optional arg initial-contents, which is passed to
6055 vc-start-entry.
6056 (vc-finish-logentry): Make sure to bury log buffer only if there
6057 really is one. Call `vc-resynch-buffer' on log-file, not
6058 buffer-file-name.
6059 (vc-default-comment-history, vc-default-wash-log): New functions.
6060 (vc-index-of): Removed.
6061 (vc-transfer-file): Make do without the above.
6062 (vc-default-receive-file): Call comment-history unconditionally. Pass
6063 the resulting string to vc-checkin, instead of inserting it into the
6064 comment ring.
6065
6066 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6067 unconditionally. Use the comments as initial contents of the log
6068 entry buffer. Document the trick to force branch creation with no
6069 changes.
6070
6071 2000-10-01 Miles Bader <miles@gnu.org>
6072
6073 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6074 `recenter' with an arg to prevent redrawing the display.
6075
6076 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6077
6078 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6079
6080 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6081
6082 * progmodes/c-mode.el (c-mode):
6083 Don't gratuitously override the default for comment-column.
6084
6085 * textmodes/tex-mode.el (latex-metasection-list): New var.
6086 (latex-imenu-create-index): Use it.
6087 Move the regexp construction outside loops (and use push).
6088 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6089 (tex-font-lock-keywords): Moved from font-lock.el.
6090 (tex-comment-indent): Remove.
6091 (tex-common-initialization): Don't set comment-indent-function.
6092 (latex-block-default): New var.
6093 (tex-latex-block): Use it to provide a default choice.
6094 Add any unknown choice to latex-block-names.
6095 Insert [...] after {...}.
6096 (tex-last-unended-begin): Simplify regexp.
6097 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6098 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6099 (latex-mode): Set forward-sexp-function.
6100
6101 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6102 Add regexp for @ignore ... @end ignore.
6103 (texinfo-heading-face): New face.
6104 (texinfo-font-lock-keywords): Use it.
6105 (texinfo-mode-menu): New menu.
6106 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6107 New functions.
6108 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6109 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6110 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6111 Remove declaration.
6112 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6113
6114 * delsel.el (delete-selection-mode): Use define-minor-mode.
6115
6116 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6117
6118 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6119
6120 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6121
6122 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6123
6124 * replace.el (keep-lines-read-args): New function.
6125 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6126 read arguments interactively. Add parameters RSTART and REND.
6127 Operate on the active region in Transient Mark mode.
6128
6129 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6130
6131 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6132 (authors-obsolete-files-regexps): New variable.
6133 (authors-add): Don't record changes in obsolete files.
6134
6135 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6136
6137 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6138
6139 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6140 (comment-indent): Make sure there's a space between code and comment.
6141 Shift comments left to avoid going past fill-column.
6142
6143 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6144
6145 * startup.el (startup-echo-area-message): New function.
6146 (display-startup-echo-area-message): Use it.
6147 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6148 (fancy-splash-default-action): New function.
6149 (fancy-splash-screens-1): New function.
6150 (fancy-splash-head): Put a help-echo and a keymap under the image.
6151
6152 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * diff-mode.el (diff-add-log-file-name): Remove.
6155 (diff-mode): Use add-log-buffer-file-name-function.
6156
6157 * add-log.el (find-change-log): New arg BUFFER-FILE.
6158 (add-log-file-name): Obey add-log-file-name-function.
6159 (add-log-buffer-file-name-function): New var.
6160 (add-change-log-entry): Use it.
6161
6162 2000-09-29 Miles Bader <miles@gnu.org>
6163
6164 * image-file.el (image-file-name-extensions): New variable.
6165 (image-file-name-regexps): Renamed from `image-file-regexps'.
6166 New default value is nil. Call `auto-image-file-mode'.
6167 (image-file-name-regexp): New function.
6168 (auto-image-file-mode): New minor mode.
6169 (insert-image-file): Don't make conditional on the image-file
6170 handler being enabled.
6171 (image-file-handler): Make the call here conditional instead.
6172 (set-image-file-handler-enabled, enable-image-file-handler)
6173 (disable-image-file-handler): Functions removed.
6174
6175 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6176 string.
6177
6178 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6179
6180 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6181 it's a function from CL.
6182 (latex-imenu-create-index): Replace eval-when-compile with progn
6183 because latex-section-alist is not bound while compiling.
6184
6185 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6188 (outline-mode): Use define-derived-mode.
6189
6190 * progmodes/perl-mode.el (perl-mode):
6191 * progmodes/awk-mode.el (awk-mode):
6192 * progmodes/asm-mode.el (asm-mode):
6193 Don't gratuitously override the default for comment-column.
6194
6195 * emacs-lisp/lisp.el (lisp-complete-symbol):
6196 Distinguish the let-binding case from the funcall case.
6197 (forward-sexp-function): New variable.
6198 (forward-sexp): Use it.
6199
6200 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6201 (easy-mmode-defmap): Remove the now useless autoload.
6202
6203 * time.el (display-time-mode): Use define-minor-mode.
6204
6205 * subr.el (add-minor-mode): Don't eval NAME.
6206 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6207 Use if rather than cond.
6208
6209 * simple.el (read-expression-map): Define more properly.
6210 (comment-indent-hook): Remove.
6211 (string-to-syntax): Bug fix.
6212
6213 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6214 (cvs-ediff-diff): Fix typo.
6215 (cvs-revert-if-needed): Don't bother preserving read-only.
6216
6217 * paren.el (show-paren-mode): Use define-minor-mode.
6218
6219 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6220 (toggle-auto-compression): Remove.
6221 (jka-compr-build-file-regexp): Remove useless grouping.
6222
6223 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6224 Avoid user-reserved bindings.
6225 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6226 (diff-header-face): Revert to grey85.
6227
6228 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6229
6230 * complete.el (partial-completion-mode) <defcustom>: Remove.
6231 (partial-completion-mode): Use define-minor-mode.
6232 (PC-do-completion): Understand `completion-auto-help = delay'
6233 to mean to popup the completion buffer only the second time.
6234 (PC-include-file-all-completions, PC-include-file-all-completions)
6235 (PC-include-file-all-completions): Don't quote lambda.
6236
6237 * comint.el (comint-mode-hook): Docstring fix.
6238 (comint-mode): Use define-derived-mode.
6239 (comint-mode-map): Remove obsolete comment.
6240 (make-comint): Minor stylistic change.
6241 (comint-insert-clicked-input): Be more careful to find the overlay.
6242 Use this-command-keys rather than hardcoding mouse-2.
6243
6244 * font-lock.el: Replace confusing (,@ with ,
6245 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6246 Don't use regexp-opt-depth. Spice up the regexp for args.
6247 Don't distinguish between cmds that can take an opt arg or not.
6248 Use `append' and `prepend' rather than `keep'.
6249
6250 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6251 (latex-outline-regexp): New var.
6252 (latex-outline-level): New fun.
6253 (latex-section-alist): New var.
6254 (latex-imenu-create-index): Use it. Use `push' as well.
6255 (tex-shell-map): Initialize it properly.
6256 (tex-mode): Minor stylistic change.
6257 (plain-tex-mode): Use define-derived-mode.
6258 (latex-mode): Use define-derived-mode.
6259 Construct the paragraph regexps in a more readable way.
6260 Set the buffer-local outline-{level,regexp} vars.
6261 (slitex-mode): Derive from latex-mode.
6262 (tex-common-initialization): Don't kill-all-vars anymore.
6263 Add setting for comment-add and font-lock-defaults.
6264 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6265 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6266 (tex-start-tex): New arg DIR (and send a chdir command for it).
6267 Also display the shell buffer and save it in tex-last-buffer-texed.
6268 (tex-region): Use expand-file-name rather than concat.
6269 Remove code made useless by changes in tex-start-tex.
6270 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6271
6272 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6273
6274 2000-09-28 Dave Love <fx@gnu.org>
6275
6276 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6277
6278 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6279
6280 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6281 `append'.
6282
6283 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6284
6285 * info.el (Info-extract-pointer): Undo last change.
6286 Instead, fix the position of the `bound' arg to re-search-backward.
6287
6288 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6289
6290 * info.el (Info-extract-pointer):
6291 Widen more carefully, to avoid finding pointers in other nodes.
6292 (Info-index): Use push.
6293
6294 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6295
6296 * frame.el (set-frame-font): Remove call to obsolete function
6297 frame-update-faces.
6298 (set-foreground-color, set-background-color): Likewise for
6299 frame-update-face-colors.
6300
6301 2000-09-27 Miles Bader <miles@gnu.org>
6302
6303 * image-file.el: New file.
6304
6305 2000-09-27 Gerd Moellmann <gerd@gnu.org>
6306
6307 * frame.el (frame-notice-user-settings): Don't call
6308 frame-update-faces, which is a no-op now.
6309
6310 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6311 tool-bar-lines.
6312
6313 2000-09-27 Dave Love <fx@gnu.org>
6314
6315 * mouse.el: Fix last change.
6316
6317 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6318
6319 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6320
6321 2000-09-22 Kenichi Handa <handa@etl.go.jp>
6322
6323 * international/quail.el (quail-help): The output message is
6324 improved.
6325
6326 2000-09-26 Dave Love <fx@gnu.org>
6327
6328 * mouse.el (popup-menu): If POSITION is nil, set it using
6329 mouse-position.
6330
6331 2000-09-25 Sam Steingold <sds@gnu.org>
6332
6333 * net/browse-url.el (browse-url-file-url): Check for null maps.
6334
6335 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6336
6337 * frame.el (frame-notice-user-settings): Don't add a
6338 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6339
6340 * frame.el (frame-notice-user-settings):
6341 Make tool-bar-mode and default-frame-alist consistent.
6342
6343 * toolbar/tool-bar.el (tool-bar-help): New function.
6344
6345 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6346
6347 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6348 current-load-list in top-level forms. Else this leaks a cons cell
6349 every time a defun is called.
6350
6351 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6352
6353 2000-09-25 Dave Love <fx@gnu.org>
6354
6355 * startup.el (fancy-splash-head): Check XPM is available.
6356
6357 * autoinsert.el (auto-insert): Doc fix.
6358 (auto-insert-alist): Following GNU notices, don't say `copyright
6359 _by_'. Use line-beginning-position.
6360 (auto-insert): Check buffer-file-name is non-nil before use.
6361
6362 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6363
6364 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6365 starting with `@def' or `@multitable', in addition to ones
6366 specified by the user in auto-fill-inhibit-regexp.
6367
6368 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
6369
6370 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6371 rmail-dont-reply-to-names matches the empty string.
6372
6373 2000-09-25 Gerd Moellmann <gerd@gnu.org>
6374
6375 * startup.el (command-line-1, fancy-splash-text): Change the
6376 text to sound more friendly.
6377
6378 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6379
6380 * progmodes/hideshow.el: Update author email address.
6381 Generally, sync w/ maintainer version 5.22.
6382 (hs-hide-all-non-comment-function): New var.
6383 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6384 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6385 (hs-show-region): Delete this command.
6386 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6387
6388 2000-09-22 Dave Love <fx@gnu.org>
6389
6390 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6391 (hl-line-highlight): Specify buffer when moving overlay.
6392
6393 * progmodes/fortran.el (fortran-mode): Locally set
6394 normal-auto-fill-function.
6395 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6396 (fortran-mode-map): Adjust auto-fill menu entry.
6397
6398 2000-09-22 Gerd Moellmann <gerd@gnu.org>
6399
6400 * vc-rcs.el (toplevel): Require `vc' when compiling.
6401
6402 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6403
6404 2000-09-22 Andre Spiegel <spiegel@gnu.org>
6405
6406 * vc.el (vc-switch-backend): Signal an error if the file is not
6407 registered under the new backend.
6408
6409 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6410 without explicit revision number.
6411
6412 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6415 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6416 (diff-xor): New function.
6417 (diff-find-source-location): Use it. Fix a stupid name clash.
6418 (diff-hunk-status-msg): New function.
6419 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6420 (diff-test-hunk): Use diff-find-source-location.
6421 (diff-goto-source): Favor the `reverse'.
6422 (diff-hunk-text): Properly handle one-sided context diffs.
6423 (diff-apply-hunk): When done, advance to the next hunk.
6424
6425 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6426
6427 * startup.el (command-line): If frame was created with a non-zero
6428 tool-bar-lines parameter, switch tool-bar-mode on.
6429
6430 * add-log.el (change-log-date-face, change-log-name-face)
6431 (change-log-email-face, change-log-file-face)
6432 (change-log-list-face, change-log-conditionals-face)
6433 (change-log-function-face, change-log-acknowledgement-face):
6434 New faces, inheriting from font-lock faces.
6435 (change-log-font-lock-keywords): Use them.
6436
6437 2000-09-21 Dave Love <fx@gnu.org>
6438
6439 * progmodes/cperl-mode.el (top-level): Clean up
6440 `eval-when-compile's and assorted defvars.
6441 (cperl-invalid-face): Don't double-quote value. Change custom
6442 type.
6443 (cperl-mode): Set normal-auto-fill-function and don't zap
6444 auto-fill-function.
6445 (cperl-imenu--function-name-regexp-perl): Renamed from
6446 imenu-example--function-name-regexp-perl.
6447 (cperl-imenu--create-perl-index): Renamed from
6448 imenu-example--create-perl-index.
6449 (cperl-xsub-scan): Don't require cl.
6450
6451 * msb.el (msb-mode-map): Use substitute-key-definition.
6452 (msb-mode): Use msb-mode-map.
6453
6454 2000-09-21 Andre Spiegel <spiegel@gnu.org>
6455
6456 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6457 New functions.
6458 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6459 (vc-switch-backend): New function.
6460 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6461 (vc-register): Fix prompt.
6462 (vc-unregister, vc-default-unregister): New functions.
6463 (vc-version-diff): Handle empty buffer in sentinel.
6464
6465 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6466 (vc-rcs-state-heuristic): Use it to guess the state of files with
6467 non-strict locking.
6468 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6469 been set with -b, but not created yet.
6470 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6471 contents in order to find the state.
6472 (vc-rcs-checkin): Allow creation of branches with no changes.
6473 (vc-rcs-unregister, vc-rcs-receive-file)
6474 (vc-rcs-set-non-strict-locking): New functions.
6475
6476 * vc-hooks.el (vc-name): Force correct computation of the value
6477 in case it is missing.
6478
6479 2000-09-21 Gerd Moellmann <gerd@gnu.org>
6480
6481 * startup.el (fancy-splash-tail): Use a different foreground
6482 color on a dark frame background.
6483
6484 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6485
6486 * info.el: Use the correct capitalization when making Info-mode
6487 and Info-edit-mode `special' modes.
6488
6489 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6490
6491 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6492 (diff-mode): Add support for add-log.el.
6493 (diff-hunk-text): Use char offsets rather than line offsets.
6494 (diff-find-source-location): Replace LINE with line-offset (nil
6495 if not found) and always set POS to a meaningful position.
6496 Adapt to the new char-offsets.
6497 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6498 Adapt to the new diff-find-source-location.
6499 (diff-goto-source): Adapt to the new diff-find-source-location.
6500
6501 * add-log.el (add-log-file-name): New function (split out of
6502 add-change-log-entry).
6503 (add-change-log-entry): Use it.
6504 Call add-log-file-name-function with the changelog file name if
6505 the current buffer is not associated with any file.
6506 Avoid find-file if the selected window is dedicated.
6507
6508 * diff-mode.el (diff-find-source-location):
6509 Move code from diff-apply-hunk. Return buffer rather than file.
6510 (diff-apply-hunk): Use the new result from diff-find-source-location.
6511 (diff-goto-source): Use the new diff-find-source-location.
6512
6513 2000-09-20 Dave Love <fx@gnu.org>
6514
6515 * iswitchb.el: Some doc fixes.
6516 (iswitchb-mode-map): Define completely initially. Inherit
6517 minibuffer-local-map.
6518 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6519 fundamental-mode.
6520 (iswitchb-global-map): New variable.
6521 (iswitchb-summaries-to-end): Amalgamate regexps.
6522 (iswitchb-mode): New.
6523 (iswitchb-mode-hook): New variable.
6524 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6525 `extensions'.
6526
6527 2000-09-20 Gerd Moellmann <gerd@gnu.org>
6528
6529 * ehelp.el (electric-help): New defgroup.
6530 (electric-help-shrink-window): New user-option.
6531 (with-electric-help): Use it.
6532
6533 * window.el (shrink-window-if-larger-than-buffer): If face
6534 `mode-line' has a :box, and we're on a graphical frame, add 1
6535 to the needed window height.
6536
6537 * frame.el (frame-notice-user-settings): Add a last parameter nil
6538 to a call to `append', because the last list passed to `append' is
6539 not copied, and so subsequent calls to assq-delete-all will modify
6540 default-frame-alist.
6541
6542 * startup.el (fancy-splash-image): Change :type.
6543 (fancy-splash-head): Use an XBM image if appropriate.
6544 (command-line-1): Show splash screens in more cases.
6545
6546 * startup.el (fancy-splash-text): Don't quote faces.
6547
6548 * dired.el (dired-font-lock-keywords): Undo last change.
6549 (dired-readin): Bind indent-tabs-mode to nil.
6550
6551 * startup.el (fancy-splash-head): If frame's background mode
6552 is `dark', change the black background of the image to gray.
6553 (fancy-splash-screens): Display startup echo area message.
6554 (display-startup-echo-area-message): New function.
6555
6556 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6557
6558 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6559
6560 * info.el (info-header-node): Tweak for color ttys.
6561
6562 * faces.el (face-valid-attribute-values): Make sure directories we
6563 search for stipples both exist and are readable before trying to
6564 search them.
6565
6566 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6567 in the dry-run case.
6568
6569 * jka-compr.el (with-auto-compression-mode): New macro.
6570
6571 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6572 (custom-group-tag-face, custom-variable-tag-face): Use relative
6573 :height and inherit from `variable-pitch' face instead of
6574 hardwiring :family.
6575 * hi-lock.el (hi-black-hb): Likewise.
6576
6577 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6578 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6579 toolbar-add-item, if image doesn't have a mask add a `:mask
6580 heuristic'.
6581
6582 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6583
6584 * diff-mode.el: Docstring fixes.
6585 (diff-header-face, diff-comment-face): New faces.
6586 (diff-font-lock-keywords): Highlight a bit differently.
6587 (diff-find-source-location): Don't return SPAN any more.
6588 (diff-hunk-text): Don't bother erasing the temp buffer.
6589 (diff-find-text): Drop argument LINE.
6590 (diff-apply-hunk): Update calls to diff-find-text.
6591 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6592
6593 * calendar/calendar.el: Docstring fixes.
6594 (calendar-make-alist): Don't quote lambda.
6595 (calendar-star-date): Use make-local-variable.
6596
6597 2000-09-19 Dave Love <fx@gnu.org>
6598
6599 * toolbar/tool-bar.el: Renamed from toolbar.el.
6600 Change `toolbar' to `tool-bar' generally in symbols.
6601 Make some items invisible in `special' major modes.
6602 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6603 Add arg PROPS.
6604
6605 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6606 Add :version here.
6607 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6608
6609 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6610
6611 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6612
6613 * files.el (find-file-suppress-same-file-warnings): New user-option.
6614 (find-file-noselect): Use it.
6615
6616 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6617 (fancy-splash-screen): Defgroup.
6618
6619 * add-log.el (change-log-font-lock-keywords): Match names
6620 more exactly for the case that font-lock-constant-face is
6621 underlined.
6622
6623 2000-09-19 Richard M. Stallman <rms@gnu.org>
6624
6625 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6626
6627 2000-09-19 Andre Spiegel <spiegel@gnu.org>
6628
6629 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6630
6631 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6632
6633 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6634 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6635 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6636 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6637 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6638 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6639 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6640 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6641 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6642 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6643 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6644 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6645
6646 * startup.el (fancy-splash-text): New variable.
6647 (fancy-splash-delay, fancy-splash-image): New user-options.
6648 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6649 (fancy-splash-screens): New functions.
6650 (command-line-1): If display has a `display' frame parameter, has
6651 colors, and we have XPM support, show more fancy splash screens.
6652
6653 2000-09-19 Dave Love <fx@gnu.org>
6654
6655 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6656 with null `help'. Use modern backquote syntax.
6657
6658 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6659
6660 * font-lock.el (font-lock-mode): Change message telling the user
6661 that ``the buffer is too big''.
6662
6663 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6664 for instance for the case that tab-width is 2.
6665
6666 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6667
6668 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6669 toolbar-add-item, if image doesn't have a mask add a `:mask
6670 heuristic'.
6671
6672 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6673
6674 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6675 and return a cons if it's non-nil.
6676 (diff-apply-hunk): Try to jump to the line in the source text
6677 corresponding to the position of point in the in the hunk.
6678
6679 * info.el (Info-title-3-face, Info-title-2-face)
6680 (Info-title-1-face): Use face inheritance and relative sizes
6681 instead of hard-wiring things.
6682
6683 * faces.el (secondary-selection): Make dark-background variant sane.
6684
6685 2000-09-16 Andrew Innes <andrewi@gnu.org>
6686
6687 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6688 read-only, since they aren't under VC now.
6689
6690 2000-09-17 Dave Love <fx@gnu.org>
6691
6692 * tmm.el: Replace mapcar with mapc in several places.
6693
6694 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6695 ad-unadvise.
6696
6697 * international/latin1-disp.el: New file.
6698
6699 * calendar/cal-move.el (scroll-calendar-left)
6700 (scroll-calendar-right): Make arg optional (for active mode line).
6701
6702 * calendar/calendar.el (calendar-mode-line-format): Make fields
6703 mouse-sensitive.
6704 (calendar-read-date, calendar-read-date, calendar-window-list):
6705 Unquote lambda.
6706 (calendar-month-name): Use aref, not sref.
6707
6708 * view.el (minor-mode-alist): Propertize the string.
6709
6710 * international/characters.el (standard-case-table): Add entries
6711 for Greek.
6712
6713 2000-09-18 Miles Bader <miles@gnu.org>
6714
6715 * info.el (info-node, info-xref): Add dark-background variants.
6716
6717 * faces.el (header-line): Change defaults to be less confusing
6718 when mixed with mode-lines.
6719
6720 * info.el (Info-fontify-node): Make a few cleanups.
6721 Add extra `help-echo' and `local-map' props to node xrefs.
6722 Use header-specific faces for node-names & xrefs.
6723 (Info-use-header-line): New variable.
6724 (info-header-xref, info-header-node): New faces.
6725 (Info-setup-header-line): New function.
6726 (Info-select-node): Call Info-setup-header-line when enabled.
6727 (Info-extract-pointer): Work even if the header line is hidden.
6728 (Info-header-line): New variable.
6729
6730 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6731
6732 * vms-patch.el (print-region-function): Don't quote lambda.
6733
6734 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6735
6736 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6737 (lm-get-header-re): Allow spaces between the header and the colon.
6738 (lm-header): Allow $ in non-RCS headers.
6739 (lm-header-multiline): Put the strings back into order.
6740 Stop at an empty line. Don't require two space chars if the
6741 line is clearly not another header line.
6742
6743 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6744 (popup-menu-popup): Remove.
6745
6746 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6747
6748 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6749 specification if or if not tool-bar item contains an `:enabled'
6750 property.
6751
6752 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6753 current buffer has no file name.
6754
6755 2000-09-15 Dave Love <fx@gnu.org>
6756
6757 * strokes.el: Sync with maintainer's current version with changes
6758 for Emacs, but avoid runtime cl and levents.
6759 (toplevel): Change autoloads and compilation requires.
6760 (strokes-version, strokes-bug-address, strokes-lift): Values
6761 changed.
6762 (strokes-xpm-header, strokes-insinuated): New variable.
6763 (strokes): Add :link.
6764 (strokes-mode): Customized.
6765 (strokes-while-inhibiting-garbage-collector): New macro.
6766 (strokes-remassoc): Avoid remove-if.
6767 (strokes-fix-button2-command): Don't use ad-do-it.
6768 (strokes-insinuate): New function.
6769 (strokes-button-press-event-p, strokes-button-release-event-p):
6770 New functions, used instead of non-`strokes-' versions..
6771 (strokes-mouse-event-p): Rewritten.
6772 (strokes-event-closest-point): Avoid event-point.
6773 (strokes-get-grid-position): Avoid cdadr, caadr
6774 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6775 functions.
6776 (strokes-help): Use with-output-to-temp-buffer.
6777 (strokes-window-configuration-changed-p): New function.
6778 (strokes-update-window-configuration): Use buffer-live-p,
6779 strokes-window-configuration-changed-p.
6780 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6781 (strokes-char-face): New face.
6782 (strokes-char-table, strokes-base64-chars): New variable.
6783 (strokes-xpm-for-stroke, strokes-list-strokes)
6784 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6785 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6786 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6787 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6788 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6789 functions.
6790
6791 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6792
6793 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6794
6795 * image.el (create-image): Doc fix.
6796
6797 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6798 instead of `:heuristic-mask t'.
6799
6800 2000-09-14 Andrew Innes <andrewi@gnu.org>
6801
6802 * makefile.w32-in: Revert to Unix line endings.
6803
6804 2000-09-14 Andrew Innes <andrewi@gnu.org>
6805
6806 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6807 when installing.
6808
6809 * makefile.nt (DONTCOMPILE): Fix typo.
6810
6811 * shell.el (shell-write-history-on-exit): New function.
6812 (shell-dumb-shell-regexp): New custom variable.
6813 (shell-mode): Make shell-write-history-on-exit the process
6814 sentinel if shell name matches shell-dumb-shell-regexp.
6815
6816 * w32-fns.el: Comment out before-init-hook function which resets
6817 source-directory based; this breaks bootstrap.
6818
6819 2000-09-14 Dave Love <fx@gnu.org>
6820
6821 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6822 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6823 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6824 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6825 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6826 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6827 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6828 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6829 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6830
6831 * toolbar/toolbar.el: New.
6832
6833 * subdirs.el: Add toolbar.
6834
6835 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6836
6837 * indent.el (indent-for-tab-command): Doc fix.
6838
6839 2000-09-14 Alex Schroeder <alex@gnu.org>
6840
6841 * ansi-color.el (ansi-colors): Doc change.
6842 (ansi-color-get-face): Simplified regexp.
6843 (ansi-color-faces-vector): Added more faces, doc change.
6844 (ansi-color-names-vector): Doc change.
6845 (ansi-color-regexp): Simplified regexp.
6846 (ansi-color-parameter-regexp): New regexp.
6847 (ansi-color-filter-apply): Doc change.
6848 (ansi-color-filter-region): Doc change.
6849 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6850 deal with zero length parameters.
6851 (ansi-color-apply-on-region): Doc change.
6852 (ansi-color-map): Doc change.
6853 (ansi-color-map-update): Removed debugging message.
6854 (ansi-color-get-face-1): Added condition-case to trap
6855 args-out-of-range errors.
6856 (ansi-color-get-face): Doc change.
6857 (ansi-color-make-face): Removed.
6858 (ansi-color-for-shell-mode): New option.
6859
6860 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6861
6862 * international/quail.el (quail-start-translation): Translate KEY
6863 if necessary even if it doesn't have any mapping in the current
6864 input method.
6865 (quail-start-conversion): Likewise.
6866 (quail-help): The output message is improved.
6867
6868 2000-09-13 Miles Bader <miles@gnu.org>
6869
6870 * comint.el (comint-output-filter): Revert to using
6871 `insert-before-markers'. Add bletcherous hack to undo damage
6872 caused by `insert-before-markers'. Put `front-sticky' property on
6873 overlays created here so that the field code understands how the
6874 overlay works. Use a let when making comint-last-prompt-overlay,
6875 so that the code is easier to read.
6876
6877 2000-09-13 Dave Love <fx@gnu.org>
6878
6879 * wid-edit.el (widget-default-format-handler): DTRT when
6880 doc-property is a function.
6881
6882 2000-09-12 Francesco Potorti` <pot@gnu.org>
6883
6884 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6885 filed name if it's not there.
6886
6887 2000-09-12 Dave Love <fx@gnu.org>
6888
6889 * simple.el (read-mail-command): Doc fix.
6890 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6891
6892 * vc.el (vc-dired-listing-switches): Fix :version.
6893
6894 * vc-hooks.el: Doc fixes.
6895
6896 * subr.el (add-minor-mode): Use toggle-fun arg.
6897
6898 * speedbar.el: Add :version to several defcustoms.
6899
6900 * imenu.el (imenu--truncate-items, imenu--cleanup)
6901 (imenu--generic-function): Avoid mapcar.
6902 (imenu--replace-spaces): Function removed.
6903 (imenu--completion-buffer): Use subst-char-in-string.
6904 (imenu-add-to-menubar): Use keymap inheritance.
6905
6906 2000-09-12 Miles Bader <miles@gnu.org>
6907
6908 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6909 (diff-mode-map): Bind `diff-test-hunk'.
6910 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6911
6912 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6913
6914 * bytecomp.el (byte-compile-defvar): Undo last change
6915 because it breaks '(make-variable-buffer-local (defvar ...)'
6916 which is used at least in dired.
6917
6918 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6919
6920 * international/quail.el (quail-define-package): Docstring
6921 modified.
6922
6923 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6924
6925 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6926 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6927 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6928 docstring of "chinese-py".
6929
6930 * international/quail.el (quail-translation-docstring): New
6931 variable.
6932 (quail-show-keyboard-layout): Docstring modified.
6933 (quail-select-current): Likewise.
6934 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6935 infinite recursive call.
6936 (quail-help): Check quail-translation-docstring. Format of the
6937 output changed.
6938 (quail-help-insert-keymap-description): Adjusted for the above
6939 change.
6940
6941 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6942
6943 * bytecomp.el (byte-compile-defvar): Only cons onto
6944 current-load-list in top-level forms. Else this leaks a cons cell
6945 every time a defun is called.
6946
6947 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6948
6949 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6950 Now understands non-unified diffs. Some functionality moved into
6951 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6952 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6953 modify anything. Only reposition point in the patched file if the
6954 patch succeeds. Only pop up another window if POPUP is true.
6955 Emit a message describing what happened if successful, and at what
6956 line-offset. Automatically detect reversed hunks and do something
6957 appropriate.
6958 (diff-hunk-text, diff-find-text): New functions.
6959 (diff-filter-lines): Function removed.
6960 (diff-test-hunk): New function.
6961 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6962
6963 2000-09-10 Dave Love <fx@gnu.org>
6964
6965 * textmodes/tildify.el: Minor doc/commentary fixes.
6966 (tildify) <defgroup>: Add :version.
6967
6968 * faces.el (face-x-resources): Make custom type more specific.
6969 (frame-background-mode): Use mapc.
6970 (region) <defcustom>: Add :version.
6971
6972 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6973
6974 * vc-sccs.el (vc-sccs-register):
6975 * vc-rcs.el (vc-rcs-register):
6976 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6977 * vc.el (vc-register): Clear file's properties.
6978
6979 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6980
6981 * faces.el (face-spec-set): Only face-spec-reset-face when
6982 ATTRS is non-nil.
6983
6984 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6985
6986 * help.el (help-insert-xref-button): Fix a typo in doc string.
6987
6988 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6989
6990 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6991 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6992 methods.
6993
6994 * menu-bar.el (read-mail-item-name): New function.
6995 (menu-bar-tools-menu): Use it to compute and display the package
6996 used to read email.
6997 (menu-bar-tools-menu): Fix typo in GUD's help string.
6998
6999 2000-09-07 Dave Love <fx@gnu.org>
7000
7001 * diff-mode.el (diff-mouse-goto-source): New function.
7002
7003 * vc-sccs.el: Doc fixes.
7004 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7005
7006 * vc-rcs.el: Doc fixes.
7007 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7008 (vc-rcs-checkout-switches, vc-rcs-header)
7009 (vc-rcs-master-templates): Add or change :version.
7010
7011 * vc-cvs.el: Doc fixes.
7012 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7013 (vc-cvs-stay-local): Add :version.
7014
7015 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7016
7017 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7018
7019 * international/quail.el (quail-help): Fix previous change.
7020
7021 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7022
7023 * faces.el (color-values): Doc fix.
7024
7025 * faces.el (frame-set-background-mode): Use frame-parameter
7026 instead of frame-parameters.
7027
7028 * frame.el (filtered-frame-list): Reduce consing.
7029 (frames-on-display-list): Call frame-parameter instead of
7030 frame-parameters.
7031
7032 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7033
7034 * language/devan-util.el (devanagari-to-indian-region): In the
7035 loop, change the following char, not preceding char.
7036
7037 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7038
7039 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7040 instead of frame-parameters.
7041
7042 * faces.el (set-face-attribute): Simplify by calling
7043 internal-set-lisp-face-attribute with FRAME being 0.
7044
7045 * vc.el: Remove `Id' version control keyword.
7046
7047 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7048
7049 * help.el (help-make-xrefs): Adjusted for the change of
7050 help-xref-mule-regexp.
7051 (help-insert-xref-button): New function.
7052
7053 * international/mule-cmds.el (help-xref-mule-regexp-template):
7054 Include the pattern for character set.
7055 (leim): New group.
7056
7057 * international/quail.el: Don't require face.
7058 (quail): New group.
7059 (quail-other-command): Dummy command to make quail-help work better.
7060 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7061 (quail-keyboard-layout-substitution): New variable.
7062 (quail-update-keyboard-layout): New function.
7063 (quail-keyboard-layout-type): New customizable variable.
7064 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7065 (quail-keyboard-translate): Pay attention to
7066 quail-keyboard-layout-substitution.
7067 (quail-insert-kbd-layout): New function.
7068 (quail-show-keyboard-layout): New function.
7069 (quail-get-translation): If the definition is a vector of length
7070 1, and the element is a string of length 1, return the character
7071 in that string.
7072 (quail-update-current-translations): Fix the case of
7073 relative-index out of range.
7074 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7075 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7076 Show key sequences for all available characters.
7077 (quail-help-insert-keymap-description): Don't show such verbose
7078 key bindings as quail-self-insert-command.
7079
7080 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7081 Format changed, and each element now have extra documentations.
7082 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7083 Adjusted for the change of quail-cxterm-package-ext-info.
7084
7085 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7086
7087 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7088 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7089 during bootstrap.
7090
7091 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7092
7093 * vc.el: (toplevel): Don't require `dired' at run-time.
7094 (vc-dired-resynch-file): Remove autoload cookie.
7095
7096 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7097
7098 * vc.el: Made several backend functions optional.
7099 (vc-default-responsible-p): New function.
7100 (vc-merge): Use RET for first version to trigger merge-news, not
7101 prefix arg.
7102 (vc-annotate): Handle backends that do not support annotation.
7103 (vc-default-merge-news): Removed. The existence of a merge-news
7104 implementation is now checked on caller sites.
7105
7106 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7107 case.
7108
7109 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7110 special case that has been removed from the default in vc-hooks.el.
7111
7112 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7115
7116 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7117
7118 * vc-hooks.el: Require vc during compilation.
7119 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7120 macro `with-vc-properties' in vc.el.
7121 (vc-file-getprop): Doc fix.
7122 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7123
7124 * vc.el: Require dired-aux during compilation.
7125 (vc-name-assoc-file): Moved to vc-sccs.el.
7126 (with-vc-properties): New macro.
7127 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7128 vc-finish-steal): Use it.
7129 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7130 to the backend-specific function is now supposed to do the checkout,
7131 too.
7132 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7133
7134 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7135 set file properties; that gets done in the generic code now.
7136
7137 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7138 Changed parameter list, added code from vc.el that does the
7139 checkout, possibly with a double-take.
7140
7141 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7142 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7143 the above under the new name.
7144 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7145 parameter list, added checkout command.
7146 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7147 properties; that gets done in the generic code now.
7148
7149 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7150
7151 * vc.el: Docstring fixes (courtesy of checkdoc).
7152
7153 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7154
7155 * vc.el (vc-checkout-writable-buffer-hook)
7156 (vc-checkout-writable-buffer): Remove.
7157 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7158 (vc-log-mode): Make it into a clean derived major mode.
7159 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7160 vc-log-mode if log-edit is not available.
7161 (vc-dired-mode-map): Don't set-keymap-parent yet.
7162 (vc-dired-mode): Do set-keymap-parent here.
7163 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7164
7165 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7166
7167 * faces.el (set-face-attribute, face-spec-reset-face)
7168 (face-spec-set): Avoid consing by removing calls to `apply'.
7169
7170 * frame.el (frame-parameter): Move to C code.
7171
7172 2000-09-05 Dave Love <fx@gnu.org>
7173
7174 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7175 insert-before-markers-and-inherit. Now checked systematically!
7176
7177 2000-09-05 Alex Schroeder <alex@gnu.org>
7178
7179 * sql.el (sql-postgres): Use sql-postgres-options.
7180 (sql-postgres-options): New variable.
7181
7182 2000-09-05 Alex Schroeder <alex@gnu.org>
7183
7184 * sql.el (sql-mode-menu): Work around missing variable mark-active
7185 in XEmacs.
7186 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7187 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7188 compatibility.
7189
7190 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7191
7192 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7193
7194 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7195
7196 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7197
7198 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7199
7200 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7201 don't support anything else under SCCS yet.
7202
7203 * vc-hooks.el: Minor doc fixes.
7204
7205 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7206
7207 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7208 not necessary. If verbose in state `needs-patch', do the same as
7209 under `up-to-date'. When NOT verbose and `needs-patch', check out
7210 latest version instead of `merge-news'.
7211 (vc-next-action-dired): Don't mess with default-directory here; it
7212 breaks other parts of dired. It is the job of the
7213 backend-specific functions to adjust it temporarily if they need it.
7214 (vc-next-action): Remove a special CVS case.
7215 (vc-clear-headers): New optional arg FILE.
7216 (vc-checkin, vc-checkout): Set properties vc-state and
7217 vc-checkout-time properly.
7218 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7219 (vc-print-log): Use new backend function `show-log-entry'.
7220 (vc-cancel-version): Do the checks in a different order. Added a
7221 FIXME concerning RCS-only code.
7222
7223 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7224 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7225
7226 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7227
7228 * vc-hooks.el (vc-default-mode-line-string): Show state
7229 `needs-patch' as a `-' too.
7230
7231 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7232
7233 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7234 (vc-default-could-register): New function.
7235 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7236 (vc-resynch-buffer): Call vc-dired-resynch-file.
7237 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7238 vc-resynch-buffer instead of vc-resynch-window.
7239 (vc-next-action-dired): Don't redisplay here, that gets done as a
7240 result of the individual file operations.
7241 (vc-retrieve-snapshot): Corrected prompt order.
7242
7243 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7244
7245 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7246 as well.
7247 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7248 hostname regexps. Updated all callers.
7249 (vc-cvs-responsible-p): Handle directories as well.
7250 (vc-cvs-could-register): New function.
7251 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7252 properties up-to-date.
7253
7254 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7255 user whether to create one.
7256
7257 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7258
7259 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7260 check out a non-existing file.
7261
7262 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7263 workfile does not exist.
7264
7265 * vc.el (vc-version-diff): Use `require' to check for existence of
7266 diff-mode.
7267
7268 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7269
7270 * vc-cvs.el (vc-cvs-registered): Use new function
7271 vc-cvs-parse-entry to do the actual work.
7272
7273 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7274
7275 * vc-hooks.el (vc-find-backend-function): If function doesn't
7276 exist, return nil instead of error.
7277 (vc-call-backend): Doc fix.
7278
7279 * vc.el (vc-do-command): Doc fix.
7280 (vc-finish-logentry): When checking in from vc-dired, choose the
7281 right backend for logentry check.
7282 (vc-dired-mode-map): Inherit from dired-mode-map.
7283 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7284 simplified.
7285 (vc-dired-state-info): Removed, updated caller.
7286 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7287 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7288 (vc-dired-listing-switches): New variable.
7289 (vc-directory): Use it, instead of dired-listing-switches.
7290
7291 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7292 (vc-cvs-dir-state): New function.
7293 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7294 (vc-cvs-parse-entry): New function, also to be used in
7295 vc-cvs-registered.
7296
7297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7298
7299 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7300 *or* single-window-frames.
7301
7302 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7303
7304 * vc.el (vc-update-changelog): Split into generic part and default
7305 implementation. Doc string adapted.
7306 (vc-default-update-changelog): New function. Call the `rcs2log'
7307 script in exec-directory, to fix a long-standing nuisance.
7308
7309 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7310 simply signals an error.
7311
7312 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7315 control-flow more clear and to avoid running `cvs' twice.
7316
7317 * vc.el (vc-next-action-on-file): Doc fix.
7318 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7319 (vc-print-log): Eval `file' before constructing the continuation.
7320
7321 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7322
7323 * vc.el (vc-next-action-on-file): Corrected several messages.
7324 (vc-merge): Add prefix arg `merge-news'; handle it.
7325
7326 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7327 is not reached. It is.
7328 (vc-cvs-merge): Set state to 'edited after merge.
7329 (vc-cvs-merge-news): Set workfile version to nil if not known.
7330 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7331
7332 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7333 via stdout. (Merge from main line.)
7334
7335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7336
7337 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7338 detection.
7339
7340 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7341
7342 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7343 against kill-all-local-variables.
7344 (vc-log-edit): Don't save vc-parent-buffer any more.
7345 (vc-last-comment-match): Initialize to an empty string.
7346 (vc-post-command-functions): New hook.
7347 (vc-do-command): Run it.
7348 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7349 (vc-finish-logentry): Only add the comment to the ring if it's
7350 different from the last comment entered.
7351 (vc-new-comment-index): New function.
7352 (vc-previous-comment): Use it. Make the minibuffer message
7353 slightly less terse.
7354 (vc-comment-search-reverse): Make it work forward as well. Don't
7355 set vc-comment-ring-index if no match is found. Use
7356 vc-new-comment-index.
7357 (vc-comment-search-forward): Use vc-comment-search-reverse.
7358 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7359 define-derived-mode will do it for us. Bind `v' to a keymap that
7360 inherits from vc-prefix-map so that we can bind `vt' without
7361 binding C-x v t.
7362 (vc-retrieve-snapshot): Parenthesis typo.
7363
7364 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7365 to 1. Make sure to switch to *vc* before looking for an error
7366 message. Use vc-parse-buffer.
7367
7368 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7369
7370 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7371 and NAME.
7372 (vc-retrieve-snapshot): Split into two parts.
7373 (vc-default-retrieve-snapshot): New function.
7374
7375 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7376 (vc-cvs-retrieve-snapshot): New function (untested).
7377 (vc-cvs-stay-local): Default to t.
7378 (vc-cvs-remote-p): New function and property.
7379 (vc-cvs-state): Stay local only if the above is t.
7380 (vc-handle-cvs): Removed.
7381 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7382 done via vc-handled-backends now.
7383 (vc-cvs-header): Escape Id.
7384
7385 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * vc.el (vc-do-command): Remove unused commands.
7388 (vc-version-diff): Make sure default-directory ends with a slash.
7389 Move the window commands into a vc-exec-after.
7390 (vc-print-log): Move more of the code into the `vc-exec-after'.
7391
7392 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7393
7394 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7395 (vc-print-log): Search current revision from beginning of buffer.
7396 (vc-revert-buffer): Clear echo area after the diff is finished.
7397 (vc-prefix-map): Removed definition of "t" for terse display in vc
7398 dired.
7399 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7400 definition of "vt" for terse display.
7401 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7402
7403 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7404
7405 * vc.el (vc-exec-after): Avoid caddr.
7406
7407 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7408
7409 * vc.el (vc-exec-after): New function.
7410 (vc-do-command): Use it to add a termination message for async
7411 procs.
7412 (vc-checkout): Try to handle a missing-backend situation.
7413 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7414 of a directory with a backend using async diffs.
7415 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7416 present.
7417
7418 * vc-sccs.el (vc-sccs-state-heuristic): Use
7419 file-ownership-preserved-p.
7420
7421 * vc-rcs.el (vc-rcs-state-heuristic): Use
7422 file-ownership-preserved-p.
7423 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7424
7425 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7426
7427 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7428 vc-do-command.
7429
7430 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7431 when there are no changes.
7432
7433 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7434
7435 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7436
7437 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7438
7439 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7442
7443 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7444 the `fset' outside of the defvar so that it works even if
7445 vc-prefix-map was already defined.
7446 (vc-setup-buffer): New function, split out of vc-do-command.
7447 (vc-do-command): Allow BUFFER to be t to mean `just use the
7448 current buffer without any fuss'.
7449 (vc-version-diff): Change the `diff' backend operation to just put
7450 the diff in the current buffer without erasing it. Always use
7451 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7452 shrink-window-if-larger-than-buffer.
7453 (vc-print-log): Change the `print-log' backend operation to just
7454 put the log in the current buffer without erasing it. Protect
7455 shrink-window-if-larger-than-buffer.
7456 (vc-update-change-log): Fix setd typo.
7457
7458 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7459 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7460
7461 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7462 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7463 CMP.
7464
7465 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7466 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7467 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7468
7469 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7470
7471 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7472 not possible, use vc-BACKEND-workfile-unchanged-p.
7473 (vc-default-workfile-unchanged-p): New function. Delegates to a
7474 full vc-BACKEND-diff.
7475
7476 * vc-hooks.el (vc-simple-command): Removed.
7477
7478 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7479 instead of vc-simple-command.
7480 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7481 avoid doing a diff when opening a file.
7482 (vc-rcs-state): Added check for unlocked-changes.
7483 (vc-rcs-header): Escape Id.
7484 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7485 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7486 version.
7487
7488 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7489 (vc-sccs-diff): Remove optional arg CMP.
7490 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7491 SCCS-specific function.
7492
7493 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7494 vc-simple-command.
7495
7496 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7499 (with-vc-file, vc-merge): Use vc-editable-p.
7500 (vc-do-command): Remove unused var vc-file and fix the
7501 doubly-defined `status' var. Add a user message when starting an
7502 async command.
7503 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7504 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7505 Use with-current-buffer.
7506 (vc-buffer-sync): Use unless.
7507 (vc-next-action-on-file): If the file is 'edited by read-only,
7508 make it read-write instead of trying to commit.
7509 (vc-version-diff, vc-update-change-log): Use `setq
7510 default-directory' rather than `cd'.
7511 (vc-log-edit): Don't forget to set default-directory in the
7512 buffer.
7513
7514 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7515 (vc-sccs-state-heuristic): Use file-writable-p instead of
7516 comparing userids.
7517 (vc-sccs-checkout): Use `unless'.
7518
7519 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7520 of comparing userids.
7521 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7522 Simplify the logic by eliminating unreachable code.
7523 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7524 just do a recursive call if we need to retry.
7525 (vc-rcs-checkout): Handle the case where rcs is missing by making
7526 the buffer read-write if requested and re-signalling the error.
7527
7528 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7529
7530 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * vc-hooks.el (vc-handled-backends): Docstring change.
7533 (vc-ignore-vc-files): Mark obsolete.
7534 (vc-registered): Check vc-ignore-vc-files.
7535 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7536 vc-ignore-vc-files.
7537
7538 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7539
7540 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7541
7542 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7543 files since ange-ftp already has vc-registered return nil.
7544
7545 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7546 (vc-sccs-workfile-version): Use with-temp-buffer and new
7547 vc-parse-buffer and don't bother setting the property.
7548 (vc-sccs-add-triple): Use with-current-buffer and
7549 find-file-noselect.
7550 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7551
7552 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7553 derives from the old vc-parse-buffer but uses the revision number
7554 rather than the date (much easier to compare robustly).
7555 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7556 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7557 locking-user more directly. Check strict locking and set
7558 checkout-model appropriately.
7559 (vc-rcs-parse-locks): Remove.
7560 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7561 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7562 (vc-rcs-system-release): Use with-current-buffer and
7563 vc-parse-buffer.
7564 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7565
7566 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7567 (vc-simple-command): Docstring fix.
7568 (vc-registered): Align the way the file-handler is called with the
7569 way the function itself works.
7570 (vc-file-owner): Remove.
7571
7572 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7573 extraction of fields and call to file-attributes because of a
7574 temporary bug in rcp.el.
7575 (vc-cvs-fetch-status): Use with-current-buffer.
7576
7577 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7578
7579 * vc.el (vc-do-command): Use file-relative-name.
7580 (vc-responsible-backend): Use vc-backend if possible.
7581 (vc-create-snapshot): Improve the `interactive' spec. Add support
7582 for branches and dispatch to backend-specific `create-snapshot'.
7583 (vc-default-create-snapshot): New function, containing the bulk of
7584 the old vc-create-snapshot.
7585 (vc-retrieve-snapshot): Improve the interactive spec.
7586
7587 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7588 (vc-backend-hook-functions): Remove.
7589 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7590 (vc-backend): Reintroduce the test for `file = nil' now that I
7591 know why it was there (and added a comment to better remember).
7592
7593 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7594 code from vc-sccs-hooks.el.
7595 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7596 'vc anymore.
7597 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7598 and file-directory-p instead of file-exists-p.
7599 (vc-sccs-check-headers): Simplify the regexp.
7600
7601 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7602 from vc-rcs-hooks.el. Don't require 'vc anymore.
7603 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7604 file-directory-p instead of file-exists-p.
7605
7606 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7607 from vc-cvs-hooks.el.
7608 (proto vc-cvs-registered): Require 'vc-cvs instead of
7609 'vc-cvs-hooks. Don't require 'vc anymore.
7610 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7611 file-directory-p instead of file-exists-p.
7612 (vc-cvs-create-snapshot): New function, replacing
7613 vc-cvs-assign-name.
7614 (vc-cvs-assign-name): Remove.
7615
7616 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7617
7618 * vc-cvs.el (vc-cvs-header): New var.
7619
7620 * vc-rcs.el (vc-rcs-exists): Remove.
7621 (vc-rcs-header): New var.
7622
7623 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7624 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7625 (vc-sccs-header): New var.
7626
7627 * vc.el (vc-do-command): Get rid of the `last' argument.
7628 (vc-header-alist): Remove, replaced by vc-X-header.
7629 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7630 (vc-dired-hook): Use expand-file-name instead of concat.
7631 (vc-directory): Use file-name-as-directory.
7632 (vc-snapshot-precondition, vc-create-snapshot)
7633 (vc-retrieve-snapshot): Allow the command to operate on any
7634 directory.
7635
7636 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7637 just removing the 'WORKFILE argument or by removing the 'MASTER
7638 argument and replacing `file' with (vc-name file).
7639
7640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7641
7642 * vc.el: Update Copyright and add a crude list of backend funs.
7643 (vc-writable-p): New function.
7644 (with-vc-file): Use vc-writable-p.
7645 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7646 (vc-register): Avoid vc-name.
7647 (vc-locking-user): Remove.
7648 (vc-steal-lock): Make the `owner' arg non-optional.
7649 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7650 vc-checkout-model.
7651 (vc-default-dired-state-info): Use vc-state instead of
7652 vc-locking-user and return special strings for special states.
7653 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7654 and get rid of one of the special CVS cases.
7655 (vc-cancel-version): prettify error message with \\[...].
7656 (vc-rename-master): New function.
7657 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7658 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7659 the CVS special case generic.
7660 (vc-default-record-rename): Remove.
7661 (vc-file-tree-walk-internal): Only call FUNC for files that are
7662 under control of some VC backend and replace `concat' with
7663 expand-file-name.
7664 (vc-file-tree-walk): Update docstring.
7665 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7666 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7667
7668 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7669 vc-sccs-record-rename. Use `find-file-noselect' rather than
7670 `find-file' and call `vc-rename-master' to do the actual move.
7671 (vc-sccs-diff): Remove unused `backend' variable.
7672
7673 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7674 to delay loading of vc-sccs until it is really used.
7675 (vc-sccs-master-templates): Preload.
7676 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7677 (vc-sccs-project-dir): Remove (merged into
7678 vc-sccs-search-project-dir).
7679 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7680 rather than `concat', make sure it is preloaded and don't bother
7681 to check that the file actually exists.
7682 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7683 `locks' argument (use buffer's content instead) and eliminate n^2
7684 behavior.
7685
7686 * vc-rcs.el: Update Copyright.
7687 (vc-rcs-rename-file): New function.
7688 (vc-rcs-diff): Remove unused `backend' variable.
7689
7690 * vc-hooks.el: Update Copyright.
7691 (vc-backend): Don't accept a nil argument any more.
7692 (vc-up-to-date-p): Turn into a defsubst.
7693 (vc-possible-master): New function.
7694 (vc-check-master-templates): Use `vc-possible-master' and allow
7695 funs in vc-X-master-templates to return a non-existent file.
7696
7697 * vc-cvs.el: Update Copyright.
7698 (vc-cvs-diff): Remove unused `backend' variable.
7699 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7700
7701 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7702
7703 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7704
7705 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7706 since it can be called from vc-rcs.el.
7707 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7708
7709 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7710
7711 * vc.el (vc-version-diff): Expand file name read from the
7712 minibuffer. Handle the case when a previous version number can't
7713 be guessed. Give suitable messages when there were no differences
7714 found.
7715 (vc-clear-headers): Call backend-specific implementation, if one
7716 exists.
7717 (vc-cancel-version): Made error checks generic. When done, clear
7718 headers generically, too.
7719
7720 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7721 from vc-clear-headers in vc.el.
7722
7723 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7724 correctly.
7725 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7726 optional. Handle the case when it's not there.
7727
7728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7731
7732 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7733
7734 * vc-hooks.el (vc-loadup): Remove.
7735 (vc-find-backend-function): Use `require'. Also, handle the case
7736 where vc-BACKEND-hooks.el doesn't exist.
7737 (vc-call-backend): Cleanup.
7738
7739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7740
7741 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7742 vc-rcs-grab-templates)
7743 (vc-rcs-registered): Remove. The default function works as well.
7744 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7745 vc-sccs-grab-templates)
7746 (vc-sccs-registered): Remove. The default function works as well.
7747
7748 * vc.el (vc-version-diff): Left out a vc- in call to
7749 vc-call-backend.
7750 (vc-default-dired-state-info, vc-default-record-rename)
7751 (vc-default-merge-news): Update for the new backend argument.
7752
7753 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7754 using the default function.
7755 (vc-call-backend): If calling the default function, pass it the
7756 backend as first argument. Update the docstring accordingly.
7757 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7758 for the new backend argument.
7759 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7760 (vc-find-backend-function): Use the new name.
7761 (vc-default-registered): New function.
7762
7763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7764
7765 * vc.el (vc-merge): Use vc-find-backend-function.
7766
7767 * vc-hooks.el (vc-backend-functions): Remove.
7768 (vc-loadup): Don't setup 'vc-functions.
7769 (vc-find-backend-function): New function.
7770 (vc-call-backend): Use above fun and populate 'vc-functions
7771 lazily.
7772 (vc-backend-defines): Remove.
7773
7774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7775
7776 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7777 Call vc-call-backend without the leading vc-.
7778 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7779 (vc-check-headers): Call vc-call-backend without the leading vc-.
7780 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7781 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7782 Call vc-call-backend without the leading vc-.
7783
7784 * vc-cvs.el (tail): Provide vc-cvs.
7785 * vc-sccs.el (tail): Provide vc-sccs.
7786 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7787
7788 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7789 (vc-make-backend-function, vc-call): Pass names without leading
7790 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7791 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7792 (vc-call-backend): Always try to load vc-X-hooks.
7793 (vc-registered): Remove vc- in call to vc-call-backend.
7794
7795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7796
7797 * vc.el (vc-process-filter): New function.
7798 (vc-do-command): Setup `vc-process-filter' for the async process.
7799 (vc-maybe-resolve-conflicts): New function to reduce
7800 code-duplication. Additionally, it puts the buffer in
7801 `smerge-mode' if applicable.
7802 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7803 calling `merge-news'.
7804 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7805 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7806 interfacing to log-edit.el.
7807 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7808 log-edit is available.
7809 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7810
7811 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7812
7813 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7814 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7815 defvar and the initialization.
7816 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7817
7818 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7819 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7820
7821 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7822
7823 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7824
7825 * vc.el (vc-file-clear-masterprops): Removed.
7826 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7827 (vc-version-diff): Use buffer-size without argument.
7828 (vc-register): Heed vc-initial-comment.
7829
7830 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7831 default branch.
7832
7833 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7834 file name and workfile version.
7835 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7836
7837 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7838 vc-file-clear-masterprops.
7839
7840 * vc-sccs.el (vc-sccs-checkout): Removed call to
7841 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7842 rather than user login name.
7843
7844
7845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7846
7847 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7848 `want-differences-if-changed' and simplify.
7849 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7850 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7851 output (which is invalid for async vc-diff) to decide whether to
7852 do the revert silently or not.
7853
7854 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7855
7856 * vc-hooks.el (vc-loadup): Load files quietly.
7857 (vc-call-backend): Oops, brain fart.
7858
7859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7860
7861 * vc-cvs.el (vc-cvs-state): Typo.
7862 (vc-cvs-merge-news): Return the status code rather than the error msg.
7863
7864 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7865
7866 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7867 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7868 vc-state or vc-up-to-date-p.
7869 (vc-merge): Use vc-backend-defines to check whether merging is
7870 possible. Set state to 'edited after successful merge.
7871
7872 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7873 return that name. Redocumented.
7874
7875 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7878 new `vc-state' semantics.
7879 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7880 'vc-locking-user to the current user.
7881 (vc-merge): Inline vc-backend-merge. Comment out code that I
7882 don't understand and hence can't adapt to the new `vc-state' and
7883 `vc-locking-user' semantics.
7884 (vc-backend-merge): Remove.
7885
7886 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7887 rather than 'vc-locking-user.
7888
7889 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7890
7891 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7892 (vc-state): Don't use 'reserved any more. Just use the same
7893 convention as the one used for vc-<backend>-state where the
7894 locking user (as a string) is returned.
7895 (vc-locking-user): Update, based on the above convention. The
7896 'vc-locking-user property has disappeared.
7897 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7898
7899 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7900 with a heuristic one.
7901 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7902 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7903 error. That allows us to get to 'needs-merge even in the
7904 stay-local case. There's still no way to detect 'needs-patch in
7905 such a setup (or to force an update for that matter).
7906 (vc-cvs-logentry-check): Remove, the default works as well.
7907
7908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7909
7910 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7911
7912 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7913 major-mode in which the buffer might have been put earlier. Use
7914 `remove' and `when'. Allow `okstatus' to be `async' and use
7915 `start-process' in this case.
7916 (vc-version-diff): Handle the case where the diff looks empty
7917 because of the use of an async process.
7918
7919 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7920
7921 * vc.el (vc-next-action-on-file): Removed optional parameter
7922 `simple'. Recompute state unconditionally.
7923 (vc-default-toggle-read-only): Removed.
7924
7925 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7926 (vc-toggle-read-only): Undid prev change.
7927
7928 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7929 vc-cvs-simple-toggle. Redocumented.
7930 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7931 (vc-cvs-toggle-read-only): Removed.
7932
7933 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7936 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7937 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7938 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7939 still is. So maybe it should be removed.
7940 (vc-head-version, vc-find-binary): Remove.
7941 (vc-recompute-state): Move from vc-hooks.el.
7942 (vc-next-action-on-file): Add a `simple' argument to allow
7943 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7944 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7945 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7946 (vc-dired-mode-map): Properly defvar it.
7947 (vc-print-log): Call log-view-mode if available.
7948 (small-temporary-file-directory): defvar instead of use boundp.
7949 (vc-merge-news): Moved to vc-cvs.el.
7950 (vc-default-merge-news): New function.
7951
7952 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7953 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7954 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7955 unknown `vc-latest-version' function. It should probably refer to
7956 vc-workfile-version or somesuch, but it's very unclear to me and I
7957 don't have SCCS to test things.
7958
7959 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7960 (vc-sccs-state-heuristic): Fix typo.
7961 (vc-sccs-workfile-unchanged-p): Add missing argument.
7962
7963 * vc-rcs.el: Require vc and vc-rcs-hooks.
7964 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7965 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7966 (vc-release-greater-or-equal-p): Move from vc.
7967 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7968 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7969 (vc-rcs-checkout): Add a missing `new-version' argument in the
7970 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7971
7972 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7973 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7974 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7975 than the apparently unbound `workfile-version'.
7976
7977 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7978 (vc-file-prop-obarray): Use `make-vector'.
7979 (vc-backend-functions): Add new hookable functions
7980 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7981 (vc-loadup): If neither backend nor default functions exist, use
7982 the backend function rather than nil.
7983 (vc-call-backend): If the function if not bound yet, try to load
7984 the non-hook file to see if it provides it.
7985 (vc-call): New macro plus use it wherever possible.
7986 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7987 nor `vc-find-binary' since it's only called from
7988 vc-mistrust-permission which is only used once the backend is known.
7989 (vc-checkout-model): Fix parenthesis.
7990 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7991
7992 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7993 (vc-cvs-release, vc-cvs-system-release): Remove.
7994 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7995 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7996 status symbols.
7997 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7998 (vc-cvs-toggle-read-only): First cut at a function to allow a
7999 cvs-status-free vc-toggle-read-only.
8000 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8001 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8002 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8003 (vc-cvs-checkout): Modify access rights directly if the user
8004 requested not to use `cvs edit'. And refresh the mode line.
8005
8006 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8007 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8008
8009 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8010
8011 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8012 workfile' that got lost when the code was extracted from vc.el.
8013 And merged the tail with the rest of the code (not possible in the
8014 old vc.el where the tail was shared among all backends). And
8015 explicitly set the state to 'edited if `writable' is set.
8016
8017 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8018 (vc-cvs-state): Be careful to return the value from
8019 vc-cvs-parse-state.
8020 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8021 property but return it instead. Also be careful to handle a nil
8022 or "" `rev' when workfile is non-nil (it was handled properly when
8023 workfile was nil).
8024
8025 * vc.el: Removed those pesky unnecessary `(function' quotes.
8026 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8027 directly in the defvar.
8028 (vc-do-command): Bind inhibit-read-only so as to properly handle
8029 the case where the destination buffer has been made read-only.
8030 (vc-diff): Delegate to vc-version-diff in all cases.
8031 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8032 (vc-annotate-mode-variables): Removed (code moved partly to
8033 defvars and partly to vc-annotate-add-menu).
8034 (vc-annotate-mode): Turned into a derived-mode.
8035 (vc-annotate-add-menu): Moved in code in
8036 vc-annotate-mode-variables.
8037 (vc-update-change-log): Use make-temp-file if available.
8038
8039 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8040
8041 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8042 `vc-checkout-model' updated to `vc-cvs-update-model'.
8043
8044 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8045
8046 * vc.el (vc-next-action-on-file): Added handling of state
8047 `unlocked-changes'.
8048 (vc-checkout-carefully): Is now practically obsolete, unless the
8049 above is too slow to be enabled unconditionally.
8050 (vc-update-change-log): Fixed typo.
8051
8052 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8053
8054 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8055 Now handles state `unlocked-changes'.
8056 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8057
8058 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8059
8060 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8061 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8062 `unlocked-changes'.
8063 (vc-rcs-workfile-unchanged-p): Renamed from
8064 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8065 function yet, but supposed to become one soon.
8066
8067 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8068 `vc-steal-lock'.
8069 (vc-call-backend): Changed error message.
8070 (vc-state): Added description of state `unlocked-changes'.
8071
8072 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8073
8074 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8075 always return t in CVS-controlled directories.
8076
8077 * vc.el (vc-responsible-backend): New function.
8078 (vc-register): Largely rewritten.
8079 (vc-admin): Removed (implementation moved into vc-register).
8080 (vc-checkin): Redocumented.
8081 (vc-finish-logentry): If no backend defined yet (because we are in
8082 the process of registering), use the responsible backend.
8083
8084 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8085 Updated function lists.
8086 (vc-call-backend): Fixed typo.
8087
8088 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8089 New functions.
8090 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8091 Removed query option. Redocumented.
8092
8093 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8094
8095 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8096
8097 * vc.el: Updated callers of `vc-checkout-required' to use
8098 `vc-checkout-model'.
8099
8100 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8101
8102 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8103 stuff updated to reference this function instead of the old
8104 `vc-backend-release-p'.
8105
8106 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8107
8108 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8109 vc-checkout-model. Return appropriate values. Updated callers.
8110
8111 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8112
8113 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8114 (vc-backend-revert): Function moved into `vc-revert';
8115 `vc-next-action' must be updated to accomodate this change.
8116 (vc-backend-steal): Function moved into `vc-finish-steal'.
8117 (vc-backend-logentry-check): Function moved into
8118 `vc-finish-logentry'.
8119 (vc-backend-printlog): Function moved into `vc-print-log'.
8120 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8121 (vc-backend-assign-name): Function moved into
8122 `vc-create-snapshot'.
8123
8124 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8125
8126 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8127 Rename to vc-checkout-model. Return appropriate values.
8128 Update callers.
8129
8130 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8131 to vc-checkout-model.
8132 (vc-checkout-required): Rename to vc-checkout-model.
8133 Re-implement and re-comment.
8134 (vc-after-save): Use vc-checkout-model.
8135
8136 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8137
8138 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8139 Update to use the vc-BACKEND-diff functions instead.
8140 `vc-diff' is now working.
8141
8142 * vc-rcs.el (vc-rcs-logentry-check): New function.
8143
8144 * vc-cvs.el (vc-cvs-logentry-check): New function.
8145
8146 * vc-sccs.el (vc-sccs-diff): Function changed name from
8147 `vc-backend-diff'. This makes `vc-diff' work.
8148
8149 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8150 of functions possibly implemented in a vc-BACKEND library.
8151 (vc-checkout-required): Fix bug that caused an error to be
8152 signaled during `vc-after-save'.
8153
8154 * vc.el: Fix typo.
8155 This checkin is made with our new VC code base for the very first time.
8156 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8157
8158 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8159 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8160
8161 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8162 updated to `vc-uses-locking'.
8163 (vc-checkout-required): Call to backend function.
8164 `vc-checkout-required' updated to `vc-uses-locking' instead.
8165
8166 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8167 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8168
8169 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8170 to match the split into various backends.
8171 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8172 (vc-retrieve-snapshot): Bug fix.
8173
8174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8175
8176 * vc-sccs.el (vc-sccs-release): Doc fix.
8177
8178 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8179
8180 * vc.el (vc-next-action-on-file): Bug found and fixed.
8181 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8182 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8183
8184 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8185 (vc-rcs-checkout): Name space cleaned up. No more revision number
8186 crunching function names that are not prefixed with vc-rcs.
8187 (vc-rcs-checkout-model): Function added. References to
8188 `vc-checkout-model' replaced.
8189
8190 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8191
8192 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8193 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8194 still need to be split, and implemented for RCS).
8195
8196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8197
8198 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8199
8200 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8201 required by the vc.el file.
8202
8203 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8204 required by the vc.el file.
8205 (vc-rcs-exists): Function added.
8206
8207 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8208 required by the vc.el file.
8209
8210 * vc.el (vc-admin): Updated to handle selection of appropriate
8211 backend. Current implementation is crufty and need re-thinking.
8212
8213 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8214
8215 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8216
8217 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8218 beginning of annotate buffers correctly.
8219
8220 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8221 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8222 functionality updated quite a lot to support multiple backends.
8223 Variables `vc-annotate-mode', `vc-annotate-buffers',
8224 `vc-annotate-backend' added.
8225
8226 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8227 `vc-annotate-difference' added to supported backend functions.
8228
8229 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8230
8231 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8232 Use with-temp-file instead of /bin/sh. Merged from mainline
8233
8234 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8235
8236 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8237
8238 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8239
8240 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8241
8242 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8243
8244 * vc-hooks.el: vc-state-heuristic added to
8245 vc-backend-hook-functions.
8246
8247 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8248
8249 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8250
8251 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8252 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8253 state to `reserved'.
8254
8255 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8256 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8257
8258 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8259
8260 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8261 untouched.
8262
8263 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8264
8265 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8266 if defined. (Merged from main line, slightly adapted.)
8267
8268 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8269 millenium problem (merged from mainline).
8270
8271 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8272
8273 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8274 part and moved the non-BACKEND stuff to vc.el.
8275
8276 * vc.el: Split the annotate feature into a BACKEND specific part
8277 and moved it from the vc-cvs.el file to this one.
8278
8279 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8280
8281 * vc-hooks.el: Implement new state model.
8282 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8283 (vc-locking-user): Simplify. Now only needed if the file is
8284 locked by somebody else.
8285 (vc-lock-from-permissions): Remove. Functionality is in
8286 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8287 (vc-mode-line-string): New name for former vc-status. Adapted.
8288 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8289
8290 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8291 Various simplifications and adaptations all over the place.
8292
8293 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8294 Simplify and adapt the rest.
8295
8296 * vc.el (vc-resynch-window): Add TODO comment: check for
8297 interaction with view mode according to recent RCS change.
8298 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8299
8300 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8301
8302 * vc.el: Convert the remaining function comments to docstrings.
8303
8304 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8305
8306 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8307 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8308 (vc-minor-part, vc-previous-version): Functions that operate and
8309 compare revision numbers got proper documentation. Comments added
8310 about their possible removal.
8311
8312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8313
8314 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8315 the vc-backend.el files.
8316
8317 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8318
8319 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8320 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8321 (vc-rcs-previous-version): Functions added.
8322
8323 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8324
8325 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8326
8327 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8328
8329 * vc-hooks.el (vc-master-templates): Is really obsolete.
8330 Comment out the definition for now. What is the right procedure
8331 to get rid of it?
8332 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8333 rewritten.
8334 (vc-default-registered): Remove.
8335 (vc-check-master-templates): New function; does mostly what the
8336 above did before.
8337 (vc-locking-user): Don't rely on the backend to set the property.
8338
8339 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8340 Rewrite documentation.
8341 (vc-rcs-templates-grabbed): New variable.
8342 (vc-rcs-grab-templates): New function.
8343 (vc-rcs-registered): Rewrite to use above mechanism.
8344
8345 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8346 Rewrite documentation.
8347 (vc-sccs-templates-grabbed): New variable.
8348 (vc-sccs-grab-templates): New function.
8349 (vc-sccs-registered): Rewrite to use above mechanism.
8350 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8351 Don't throw the result, simply return it.
8352
8353 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8354 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8355 (vc-cvs-registered): Does the check itself now. Simplify.
8356
8357 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8358 from main line.
8359
8360 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8361
8362 * vc-cvs.el (vc-cvs-diff): New function.
8363
8364 * vc-sccs.el (vc-sccs-diff): New function.
8365
8366 * vc-rcs.el (vc-rcs-diff): New function.
8367 (vc-rcs-checkout): Bug (typo) found and fixed.
8368 (vc-rcs-register-switches): New variable.
8369
8370 * vc.el (vc-backend-diff): Function removed and placed in the
8371 backend files.
8372
8373 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8374
8375 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8376
8377 * vc.el (vc-backend-checkout): Function removed and replaced in
8378 the vc-backend.el files.
8379
8380 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8381
8382 * vc.el (vc-backend-admin): Removed and replaced in the
8383 vc-backend.el files.
8384
8385 * vc.el (Martin): Removed all the annotate functionality since it
8386 is CVS backend specific.
8387
8388 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8389
8390 * spec.txt: Added specification of vc-state.
8391
8392 * vc-sccs-hooks.el (vc-sccs-master-properties):
8393 Remove handling of vc-latest-version and
8394 vc-your-latest-version. What used to be vc-latest-version, is now
8395 returned as vc-workfile-version.
8396 (vc-sccs-workfile-version): Adapt.
8397
8398 2000-09-04 Dave Love <fx@gnu.org>
8399
8400 * vc.el: [Merged from mainline.]
8401 (vc-dired-mode): Make the dired-move-to-filename-regexp
8402 regexp match the date, to avoid treating date as file size.
8403 Add YYYY S option to WESTERN/
8404
8405 2000-09-04 Dave Love <fx@gnu.org>
8406
8407 * vc.el: Require `compile' when compiling.
8408 (vc-logentry-check-hook): New option.
8409 (vc-steal-lock): Use compose-mail.
8410 (vc-dired-mode-map): Defvar when compiling.
8411 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8412 vc-sccs.el and renamed. Callers changed.
8413 (vc-backend-checkout, vc-backend-logentry-check)
8414 (vc-backend-merge-news): Doc fix.
8415 (vc-default-logentry-check): New function.
8416 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8417 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8418 (vc-backend-merge): Doc fix. Use backend functions.
8419 (vc-check-headers): Use backend functions.
8420
8421 * vc-cvs.el: Require vc when compiling.
8422 (vc-cvs-register-switches): Doc fix.
8423 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8424 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8425 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8426 New functions (code from vc.el).
8427 (vc-annotate-display-default): Fix interactive spec.
8428 (vc-annotate-time-span): Doc fix.
8429
8430 * vc-rcs.el: Require vc when compiling.
8431 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8432 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8433 (vc-rcs-checkin): New functions (code from vc.el).
8434 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8435 Doc fix.
8436 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8437
8438 * vc-sccs.el: Require vc when compiling.
8439 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8440 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8441 (vc-sccs-revert)
8442 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8443 from vc.el).
8444 (vc-sccs-add-triple, vc-sccs-record-rename)
8445 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8446 (vc-sccs-admin): Doc fix.
8447
8448 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8449
8450 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8451 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8452 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8453 from vc.el.
8454
8455 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8456
8457 * vc-cvs.el: Moved the annotate functionality from vc.el.
8458 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8459
8460 2000-09-04 Dave Love <fx@gnu.org>
8461
8462 * vc.el (vc-backend-release): Call vc-system-release.
8463
8464 * vc-sccs.el (vc-sccs-system-release):
8465 Renamed from vc-sccs-backend-release.
8466
8467 * vc-rcs.el (vc-rcs-system-release):
8468 Renamed from vc-rcs-backend-release.
8469
8470 * vc-cvs.el (vc-cvs-system-release):
8471 Renamed from vc-cvs-backend-release.
8472
8473 2000-09-04 Dave Love <fx@gnu.org>
8474
8475 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8476 backend files.
8477 (vc-backend-release): Dispatch to backend functions.
8478 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8479 probably needs attention.]
8480
8481 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8482 (vc-sccs-backend-release): New function.
8483
8484 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8485 (vc-cvs-backend-release): New function.
8486
8487 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8488 Doc fix.
8489 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8490 (vc-default-dired-state-info): New function.
8491 (vc-dired-state-info): Dispatch to backends.
8492 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8493
8494 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8495 from vc.el and renamed.
8496
8497 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8498
8499 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8500 (vc-version-other-window, vc-backend-assign-name): Removed
8501 references to vc-latest-version; sometimes changed into
8502 vc-workfile-version.
8503
8504 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8505 vc-rcs-master-workfile-version.
8506 (vc-rcs-workfile-version): Use the above. Don't call
8507 vc-latest-version (that was unreachable code, anyway).
8508 (vc-rcs-fetch-master-properties): Doc fix.
8509
8510 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8511 (vc-backend-hook-functions): Removed them from this list, too.
8512 (vc-fetch-properties): Removed.
8513 (vc-workfile-version): Doc fix.
8514
8515 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8516 (vc-rcs-workfile-version, vc-rcs-locking-user)
8517 (vc-rcs-uses-locking): Use it.
8518
8519 * vc-hooks.el (vc-consult-rcs-headers):
8520 Moved into vc-rcs-hooks.el, under the name
8521 vc-rcs-consult-headers.
8522
8523 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8524 headers.
8525 (vc-cvs-find-master): Use this name only; correct different
8526 versions of the name.
8527
8528 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8529 New functions.
8530 (vc-sccs-locking-user): Use the latter.
8531
8532 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8533 New functions.
8534
8535 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8536 Moved into both
8537 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8538 functions are implementation details of those two backends.
8539
8540 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8541
8542 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8543 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8544
8545 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8546 (vc-sccs-parse-locks): SCCS-specific code moved here from
8547 vc-hooks.
8548
8549 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8550 code moved here from vc-hooks.
8551
8552 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8553 into back-end specific parts and removed. Callers not updated
8554 yet; because I guess these callers will disappear into back-end
8555 specific files anyway.
8556
8557 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8558
8559 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8560 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8561 `vc-uses-locking'.
8562
8563 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8564 Store yes/no in the property, and return t/nil. Updated all
8565 callers.
8566
8567 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8568 vc-sccs-uses-locking. Don't set property.
8569 (vc-sccs-locking-user): Don't set property.
8570
8571 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8572 vc-cvs-uses-locking. Don't set property here; leave that to
8573 vc-hooks.
8574 (vc-cvs-locking-user): Reflect above change. Streamlined.
8575
8576 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8577 vc-rcs-uses-locking.
8578 (vc-rcs-locking-user): Reflect above change.
8579
8580 2000-09-04 Dave Love <fx@gnu.org>
8581
8582 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8583
8584 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8585
8586 * vc-hooks.el (vc-checkout-model): Punt to backends.
8587
8588 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8589
8590 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8591
8592 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8593 New functions.
8594
8595 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8596 New functions.
8597
8598 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8599 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8600
8601 * vc-hooks.el (vc-default-locking-user): New function.
8602 (vc-locking-user, vc-workfile-version): Punt to backends.
8603
8604 2000-09-04 Dave Love <fx@gnu.org>
8605
8606 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8607 (vc-master-workfile-version): Moved from vc-hooks.
8608
8609 * vc-rcs-hooks.el: Fix duplicate code in last change.
8610
8611 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8612 (vc-rcs-master-templates): Improve :type.
8613 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8614 vc-master-workfile-version): Moved from vc-hooks.
8615
8616 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8617 (vc-sccs-master-templates): Improve :type.
8618 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8619
8620 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8621
8622 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8623 (vc-cvs-master-templates): Improve :type. Use
8624 vc-cvs-find-cvs-master.
8625 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8626 from vc-hooks.
8627 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8628
8629 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8630 Moved to vc-cvs-hooks.
8631
8632 * vc-hooks.el: Add doc strings in various places. Simplify the
8633 minor mode setup.
8634 (vc-handled-backends): New user variable.
8635 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8636 simplification.
8637
8638 2000-09-04 Dave Love <fx@gnu.org>
8639
8640 * vc.el: Some doc fixes for autoloaded and interactive functions.
8641 Fix compilation warnings from ediff stuff.
8642 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8643
8644 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8645
8646 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8647
8648 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8649
8650 2000-09-04 Dave Love <fx@gnu.org>
8651
8652 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8653 New variable.
8654 (vc-make-backend-function, vc-loadup, vc-call-backend)
8655 (vc-backend-defines): New functions.
8656
8657 * vc-hooks.el: Various doc fixes.
8658 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8659 (vc-match-substring): Function removed. Callers changed to use
8660 match-string.
8661 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8662 Simplify.
8663
8664 2000-09-04 Dave Love <fx@gnu.org>
8665
8666 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8667 type.
8668 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8669 (vc-sccs-registered): Doc fix.
8670
8671 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8672 (vc-cvs-registered): Doc fix.
8673
8674 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8675 (vc-rcs-registered): Doc fix.
8676
8677 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8678
8679 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8680
8681 * vc-hooks.el: vc-registered has been renamed
8682 vc-default-registered. Some functions have been moved to the
8683 backend specific files. they all support the
8684 vc-BACKEND-registered functions.
8685
8686 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8687
8688 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8689
8690 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8691
8692 2000-09-04 Dave Love <fx@gnu.org>
8693
8694 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8695 menu-bar-update-hook.
8696
8697 * help.el (help-manyarg-func-alist): Add
8698 find-operation-coding-system.
8699
8700 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8701
8702 * custom.el (custom-set-variables): Print message about errors in
8703 setting.
8704
8705 2000-09-03 Andrew Innes <andrewi@gnu.org>
8706
8707 * makefile.w32-in: Change to DOS line endings.
8708
8709 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8710
8711 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8712 minor-mode keymaps, if they don't have one.
8713
8714 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * eshell/esh-module.el (eval-when-compile): Don't lose if
8717 esh-module.el's file name is truncated to DOS 8+3 limits.
8718
8719 2000-09-01 John Wiegley <johnw@gnu.org>
8720
8721 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8722 predicate, which caused entries in the completion list to be
8723 doubled.
8724
8725 2000-08-30 John Wiegley <johnw@gnu.org>
8726
8727 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8728 sending to subprocesses. Also, hook pre-command-hook if
8729 `eshell-send-direct-to-subprocesses' is non-nil.
8730 (eshell-send-direct-to-subprocesses): New config variable. If t,
8731 subprocess input is send immediately.
8732 (eshell-toggle-direct-send): New function.
8733 (eshell-self-insert-command): New function.
8734 (eshell-intercept-commands): New function.
8735 (eshell-send-input): If direct subprocess sending is enabled,
8736 don't echo any input to the Eshell buffer. Let the subprocess
8737 handle that. This requires "stty echo" in bash, for example.
8738
8739 2000-08-28 John Wiegley <johnw@gnu.org>
8740
8741 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8742 completion function for Eshell's implementation of `unset'.
8743
8744 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8745
8746 * info.el (Info-directory-list): Doc fix.
8747
8748 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8749
8750 * filecache.el (file-cache-add-directory-using-find): Don't quote
8751 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8752
8753 2000-08-31 Kenichi Handa <handa@etl.go.jp>
8754
8755 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8756 coding systems.
8757
8758 2000-08-30 Andrew Innes <andrewi@gnu.org>
8759
8760 * timer.el (run-with-idle-timer): Undo last change, so that timer
8761 is not activated immediately if Emacs is already idle. Some
8762 existing code relies on this behaviour.
8763
8764 2000-08-30 Miles Bader <miles@gnu.org>
8765
8766 * frame.el (set-frame-font): Do completion of font-name for
8767 interactive use.
8768
8769 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8770
8771 * international/quail.el (quail-start-translation): Bind locally
8772 last-command-event, last-command, and this-command.
8773 (quail-start-conversion): Likewise.
8774 (quail-self-insert-command): Fix docstring.
8775
8776 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8777
8778 * progmodes/executable.el
8779 (executable-make-buffer-file-executable-if-script-p): Check that
8780 buffer contains at least 2 characters.
8781
8782 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8783
8784 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8785
8786 2000-08-29 Dave Love <fx@gnu.org>
8787
8788 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8789 (diff-mode-shared-map): Bind mouse-2.
8790 (diff-imenu-generic-expression): New variable.
8791 (diff-mode): Use it.
8792
8793 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8794 (mouse-popup-menubar): Add minor mode menus.
8795 (popup-menu): Check for lookup-key returning number.
8796
8797 2000-08-29 Miles Bader <miles@gnu.org>
8798
8799 * comint.el (comint-send-input): Create overlays using the proper
8800 front/read-advance arguments.
8801
8802 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8803
8804 * ps-print.el: Even/odd pages printing. Doc fix.
8805 (ps-print-version): New version number (6.0).
8806 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8807 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8808 (ps-print-duplex-feature): Variable eliminated.
8809 (ps-even-or-odd-pages): New variable.
8810
8811 * progmodes/ebnf2ps.el: Doc fix.
8812 (ebnf-version): New version (3.3).
8813 (ebnf-user-arrow): Change variable customization to sexp.
8814 (ebnf-user-arrow): Function eliminated.
8815 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8816
8817 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8818
8819 * help.el (help-xref-mule-regexp): New variable.
8820 (help-make-xrefs): Handle help-xref-mule-regexp.
8821
8822 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8823 variable.
8824 (describe-input-method): Temporarily activate the specfied input
8825 method to display the information.
8826 (describe-language-environment): Hyperlinks to mule related items.
8827
8828 * international/mule-diag.el (charset-multibyte-form-string): New
8829 function.
8830 (list-character-sets-1): Use charset-multibyte-form-string.
8831 (describe-character-set): New function.
8832 (describe-coding-system): Hyperlinks to safe character sets.
8833
8834 * international/quail.el (quail-help): New arg PACKAGE.
8835 Hyperlinks to mule related items.
8836 (quail-help-insert-keymap-description): Use
8837 substitute-command-keys instead of describe-bindings.
8838 (quail-translation-help): Hyperlinks to mule related items.
8839
8840 2000-08-28 John Wiegley <johnw@gnu.org>
8841
8842 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8843 have a defsubst call itself. Made `eshell-flatten-list' back into
8844 a function again.
8845
8846 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8847 catch, in case re-centering point at bottom messes up the display.
8848 This happens frequently in Emacs 21, due I believe to variable
8849 line heights.
8850
8851 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8852 to call `find-tag-interactive'.
8853
8854 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8855 the list of remember directories.
8856
8857 2000-08-28 John Wiegley <johnw@gnu.org>
8858
8859 * align.el: Test align-region-separate to see if it's a symbol.
8860
8861 2000-08-28 John Wiegley <johnw@gnu.org>
8862
8863 * eshell/esh-util.el (eshell-flatten-list): Made this function
8864 into a defsubst form. It gets used very frequently, although
8865 calls don't occur all that often.
8866
8867 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8868 examining it.
8869
8870 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8871 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8872 `eshell-protect'.
8873 (eshell-copy-handles): Created a new macro for duplicating the
8874 current set of open handles. This is needed by the looping
8875 functions.
8876 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8877 is not incorrectly stomped on.
8878
8879 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8880 declaration for pcomplete-use-paring.
8881 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8882 value of eshell-cmpl-use-paring.
8883 * pcomplete.el (pcomplete-use-paring): New config variable, to
8884 indicate whether paring should be used.
8885 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8886 completion alternatives that have already been used.
8887
8888 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8889 bound to C-c C-y, which will repeat the previous N arguments
8890 (based on prefix argument).
8891 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8892
8893 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8894 if there is no *Help* buffer. This is for XEmacs, which renames
8895 its help buffers uniquely. TODO: Find out what the current buffer
8896 name to delete is.
8897
8898 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8899 first entry that correlates to a passwd/group number. Later
8900 entries (used for group/user name aliasing to multiple IDs) are
8901 ignored.
8902
8903 * eshell/em-xtra.el (eshell/expr):
8904 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8905 (eshell-grep, eshell/diff, eshell/locate):
8906 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8907 argument list, before passing it to the system command.
8908
8909 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8910 `find-tag' for use at final position in Eshell buffers (which
8911 otherwise triggers an error on Emacs 21).
8912 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8913 buffer, if it is currently bound to `find-tag'.
8914
8915 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8916 in the list of matched Makefile names.
8917 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8918 directory, prefer its contents to Makefile.
8919
8920 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8921 directory parts (like "cd old new", or "cd =regexp"), are now case
8922 sensitive on non-Windows/DOS platforms.
8923
8924 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8925 types RET after an open delimiter (like "), display a message
8926 indicating that Eshell is waiting for the closing delimiter.
8927
8928 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8929 environment variables.
8930
8931 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8932 gracefully if the user enters incorrect arguments.
8933
8934 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8935 Eshell buffers.
8936
8937 * eshell/esh-var.el (eshell-interpolate-variable):
8938 * eshell/esh-mode.el (eshell-move-argument):
8939 * eshell/em-unix.el (eshell-du-sum-directory):
8940 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8941 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8942 (not (= ...)).
8943
8944 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8945 to ensure the `preserve' flag gets propagated when doing recursive
8946 directory copies.
8947
8948 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8949
8950 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8951 Don't convert \n into \0177 in memory.
8952 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8953 and back again, when reading and writing.
8954
8955 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8958 testing of `fboundp' on `processp'.
8959
8960 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8961 (eshell/jobs): Don't call process-list if it is not bound.
8962 (eshell-gather-process-output): Support systems where async
8963 subprocesses aren't supported.
8964 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8965 variables.
8966
8967 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8968 eshell-do-eval returns t.
8969 (eshell-do-pipelines-synchronously): New defmacro.
8970 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8971 when async subprocesses aren't supported.
8972 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8973 if async subprocesses aren't supported.
8974 (eshell-resume-command): Don't assume STATUS is a string.
8975
8976 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8977
8978 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8979 (eshell-close-target, eshell-get-target): Use eshell-processp.
8980 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8981 fix.
8982 (eshell-get-target, eshell-create-handles): Doc fix.
8983
8984 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8985
8986 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8987 criterion to include commands that output something, as long as it
8988 leaves both the command and the end-of-buffer visible when the
8989 command has exited.
8990 (eshell-review-quick-commands): Adjust the help doc string
8991 accordingly.
8992
8993 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8994
8995 * locate.el (locate): Cleaned up locate command's interactive prompting
8996 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8997
8998 * filecache.el (file-cache-case-fold-search): New variable
8999 (file-cache-assoc-function): New variable
9000 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9001 Use file-cache-case-fold-search variable
9002 (file-cache-add-file): Use file-cache-assoc-function
9003 (file-cache-delete-file): likewise
9004 (file-cache-directory-name): likewise
9005 (file-cache-debug-read-from-minibuffer): likewise
9006
9007 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9008
9009 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9010 (abbrev-table-name): New function.
9011 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9012 If non-nil list local abbrev, only.
9013
9014 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9015
9016 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9017 from Gnus support code, and use special article copy buffer
9018 `(gnus-original-article-buffer)' instead. This allows to get rid
9019 of article-hide-headers usage (which breaks in the latest Gnus
9020 version). Thanks to Detlev Zundel.
9021
9022 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9023
9024 * international/quail.el (quail-use-package): Hide "... loaded"
9025 message.
9026 (quail-start-translation, quail-start-conversion): Likewise.
9027
9028 * international/kkc.el (kkc-region): Hide "... loaded" message.
9029
9030 2000-08-27 Dave Love <fx@gnu.org>
9031
9032 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9033
9034 2000-08-27 Miles Bader <miles@gnu.org>
9035
9036 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9037
9038 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9039
9040 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9041 'ja-dic-cnv), not (require 'skkdic-cnv).
9042
9043 2000-08-26 Miles Bader <miles@gnu.org>
9044
9045 * faces.el (face-x-resources): Add entry for :inherit.
9046 * cus-face.el (custom-face-attributes): Add support for :inherit
9047 attribute. Add support for relative face heights.
9048 (custom-face-attributes-get): Treat `nil' as being a default value
9049 for :inherit (as well as `unspecified').
9050
9051 * faces.el (set-face-attribute): Update doc string.
9052 (face-attribute-name-alist): Add :inherit.
9053 (face-valid-attribute-values): Handle :inherit.
9054 (face-read-string): Rephrase prompt to be less confusing.
9055 Assume that DEFAULT is a string, since we must return a string.
9056 (face-read-integer): Use `format' to turn DEFAULT into an
9057 acceptable default for face-read-string. Match NEW-VALUE against
9058 the string "unspecified", not the symbol `unspecified', since
9059 that's what face-read-string returns.
9060 (read-face-attribute): Lookup a name for old-value in valid, and
9061 use it as a default if we find one. Treat all values from
9062 face-read-string as strings. If the default is used, don't do any
9063 more processing on the value, just use the old value directly.
9064 (read-face-and-attribute, modify-face): Tweak prompt.
9065 (read-face-name): Don't assume prompt ends with a space.
9066
9067 * faces.el (describe-face): Add support for :inherit attribute.
9068
9069 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9070
9071 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9072 concat doesn't accept interger.
9073
9074 * international/kkc.el: Remove SKK from Keywords. Require
9075 ja-dic-utl instead of skkdic-utl.
9076
9077 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9078 Provide ja-dic-cnv instead of skkdic-cnv.
9079 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9080 (iso-2022-7bit-short): Add safe-charsets property.
9081 (skkdic-convert-postfix): Search Japanese chou-on character in
9082 addition to Hiragana character.
9083 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9084 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9085 (batch-skkdic-convert): Likewise.
9086
9087 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9088 Provide ja-dic-utl instead of skkdic-utl.
9089 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9090
9091 2000-08-24 Dave Love <fx@gnu.org>
9092
9093 * disp-table.el (standard-display-default): Make the test of `l'
9094 useful.
9095
9096 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9097 mod sample text.
9098
9099 * international/iso-ascii.el: Make pilcrow convenient string
9100 consistent with section.
9101 (iso-ascii-display): Set up multibyte characters as well as
9102 unibyte.
9103
9104 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9105
9106 * international/mule-cmds.el (reset-language-environment): Set
9107 default-process-coding-system to '(undecided . iso-latin-1), which
9108 makes process I/O almost consistent with file I/O. Call this
9109 function when mule-cmds.el[c] is loaded.
9110
9111 2000-08-22 Andrew Innes <andrewi@gnu.org>
9112
9113 * makefile.w32-in: New file.
9114
9115 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9116
9117 * comint.el (comint-output-filter): Compare end of
9118 comint-last-output-overlay with the start of the newly inserted
9119 text, not the end, when deciding whether to extend it.
9120 Set saved-point's insertion type to advance after insertion.
9121
9122 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9123 since this is now done independently of font-lock mode.
9124
9125 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9126
9127 * server.el (server-kill-new-buffers): New user option.
9128 (server-existing-buffer): New buffer-local variable.
9129 (server-visit-files): When using an existing buffer, set
9130 server-existing-buffer to t.
9131 (server-buffer-done): If server-kill-new-buffers is t, kill the
9132 buffer, unless it was already present before visiting it with
9133 Emacs server.
9134
9135 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9138 even if the display doesn't support colors: some displays will
9139 support bold/underline faces.
9140
9141 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9142
9143 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9144
9145 * startup.el (command-line): If user's init file had an error,
9146 add explanatory text to *Messages*.
9147
9148 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9149
9150 * man.el (Man-getpage-in-background): Decode the process output by
9151 the system locale coding system.
9152
9153 2000-08-20 Dave Love <fx@gnu.org>
9154
9155 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9156 Don't test x-popup-menu.
9157 (function) <complete-function>: Complete only fbound symbols.
9158 <validate, value>: New.
9159 (variable) <complete-function>: Complete only bound symbols.
9160 (coding-system): Add :base-only, :complete-function, :validate,
9161 :value, :prompt-match.
9162 (widget-coding-system-prompt-value): Use read-coding-system and
9163 act on :base-only.
9164 (editable-field): Add :help-echo.
9165 (widget-push-button-gui, widget-push-button-cache)
9166 (widget-gui-action, widget-editable-list-gui): COmment out, along
9167 with uses.
9168 (widget-at): Make arg optional.
9169 (widget-echo-help): Adjust for current help-echo calling sequence.
9170 (widget-specify-field, widget-specify-button)
9171 (widget-specify-insert, widget-get-sibling, widget-image-find)
9172 (widget-convert, widget-insert, widget-leave-text)
9173 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9174 (widget-setup, widget-field-find, widget-before-change)
9175 (widget-after-change, widget-default-complete)
9176 (widget-default-create, widget-default-delete)
9177 (widget-push-button-value-create, editable-field)
9178 (widget-field-prompt-value, widget-field-validate)
9179 (widget-choice-value-create, widget-choice-action)
9180 (widget-choice-validate, widget-checklist-add-item)
9181 (widget-radio-add-item, widget-radio-chosen)
9182 (widget-radio-value-inline, widget-editable-list-value-create)
9183 (widget-editable-list-entry-create)
9184 (widget-documentation-link-add)
9185 (widget-documentation-string-value-create)
9186 (widget-regexp-validate, widget-file-complete)
9187 (widget-sexp-validate, widget-plist-convert-widget)
9188 (widget-plist-convert-widget, widget-alist-convert-widget)
9189 (widget-alist-convert-widget, widget-color-complete): Simplify,
9190 particularly to avoid bindings which aren't optimized out.
9191
9192 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9193 Doc fix.
9194 (down-list, backward-up-list, up-list, kill-sexp)
9195 (backward-kill-sexp, mark-sexp): Make arg optional.
9196 (lisp-complete-symbol): Add optional arg PREDICATE.
9197
9198 * cus-start.el: Add display-buffer-reuse-frames,
9199 file-coding-system-alist.
9200
9201 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9202
9203 * startup.el (command-line): Clear realized faces after
9204 modifying TTY color mappings.
9205
9206 2000-08-20 Miles Bader <miles@gnu.org>
9207
9208 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9209 merely a subset of FACE's attributes.
9210
9211 2000-08-19 Miles Bader <miles@gnu.org>
9212
9213 * comint.el (comint-output-filter): Save the point with a marker,
9214 not just a buffer position.
9215
9216 * international/mule.el (set-buffer-process-coding-system): Make
9217 interactive prompt less confusing.
9218
9219 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9220
9221 * hilit-chg.el: General cleanup of doc strings, comments and
9222 code formatting.
9223
9224 2000-08-19 Miles Bader <miles@gnu.org>
9225
9226 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9227 Compiler macro removed; beginning-of-line is no longer always
9228 equivalent to forward-line, in the presence of fields.
9229
9230 * comint.el (comint-output-filter): Remove ad-hoc saving of
9231 restriction, and just use save-restriction, now that it works
9232 correctly. Don't adjust comint-last-input-start to account for
9233 our insertion; it shouldn't have moved because we don't use
9234 insert-before-markers anymore. Comment out call to
9235 `force-mode-line-update'; why is it here?
9236
9237 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9238 while checking for prompt to delete. Use `forward-line 0'
9239 instead of beginning-of-line.
9240 (gud-filter): Temporarily widen gud comint buffer while
9241 examining output.
9242
9243 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9244
9245 * progmodes/sh-script.el: Big bag of typos.
9246
9247 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9248 check since ispell-process is not bound when ispell is not yet loaded.
9249
9250 2000-08-18 Dave Love <fx@gnu.org>
9251
9252 * image.el (find-image): Copy `spec' before using plist-put.
9253
9254 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9255
9256 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9257 `portugues'.
9258
9259 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9260 backward-kill-sexp, analogous to kill-sexp.
9261
9262 * progmodes/icon.el (icon-indent-line)
9263 (icon-is-continuation-line): Handle comments specially.
9264
9265 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9266
9267 * ispell.el: Set to standard author/maintainer/keyword fields.
9268 Fine tuning to menu map appearance and operation, and added help.
9269 Remove `start' and `end' error messages when compiling.
9270 (ispell-choices-win-default-height): Fixed comment string.
9271 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9272 castellano8 dictionaries.
9273 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9274 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9275 dictionary, added italiano dictionary.
9276 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9277 word character
9278 (ispell-tex-skip-alists): Added psfig support.
9279 (ispell-skip-html): Renamed from ispell-skip-sgml.
9280 (ispell-begin-skip-region-regexp, ispell-skip-region)
9281 (ispell-minor-check): Improved html skipping support to skip across
9282 code, and recognize `&' commands without propper `;' syntax;
9283 (ispell-process-line): Fix alignment error when manually
9284 correcting spelling.
9285 (ispell): Fix comment string.
9286 (ispell-add-per-file-word-list): Always put word list on new line.
9287
9288 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9289
9290 * format.el (format-encode-run-method): Fix error message to say
9291 `encode' instead of `decode'. Use save-window-excursion around
9292 shell-command-on-region as in format-decode-run-method because
9293 shell-command-on-region can display a buffer with error output.
9294 (format-decode): Don't record undo information for the decoding.
9295 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9296 that number part of the temporary buffer name so that more than
9297 one decoding using a temporary buffer can happen safely.
9298
9299 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9300 of `A-z' in the regexp.
9301
9302 * hilit-chg.el: Fix typos in commentary.
9303
9304 * help.el (view-emacs-news): Rewritten for new naming scheme
9305 for old NEWS files.
9306
9307 * startup.el (command-line): Pop to *Messages* in case an error
9308 is signaled while loading user-init-file.
9309
9310 2000-08-17 Andreas Schwab <schwab@suse.de>
9311
9312 * files.el (insert-directory): Don't lose original file name,
9313 undoing an undocumented change.
9314
9315 2000-08-17 Alex Schroeder <alex@gnu.org>
9316
9317 * sql.el (sql-magic-go): Use comint-bol.
9318 (sql-copy-column): Use comint-line-beginning-position.
9319 (comint-line-beginning-position): Define a replacement for
9320 comint-line-beginning-position if it is not fboundp.
9321
9322 2000-08-17 Alex Schroeder <alex@gnu.org>
9323
9324 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9325 it didn't have any effect anyway.
9326
9327 2000-08-17 Alex Schroeder <alex@gnu.org>
9328
9329 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9330 --pset and pager=off instead of sending \\o|cat at the beginning
9331 of the session.
9332
9333 2000-08-17 Miles Bader <miles@gnu.org>
9334
9335 * progmodes/octave-inf.el: Add compatibility definition of
9336 comint-line-beginning-position.
9337
9338 2000-08-17 Kenichi Handa <handa@etl.go.jp>
9339
9340 * startup.el (normal-top-level): Look in each dir in load-path for
9341 a leim-list.el file too. This assures of loading leim-list.el
9342 that is created at Emacs installation time even if a user have his
9343 own leim-list.el.
9344
9345 2000-08-17 Miles Bader <miles@gnu.org>
9346
9347 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9348 foreground color to black if the background is dark.
9349
9350 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * loadhist.el (unload-feature): Typo.
9353
9354 * finder.el (finder-compile-keywords):
9355 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9356 to the generated file.
9357
9358 * mail/mh-e.el (mh-make-local-vars):
9359 Replace make-variable-buffer-local with make-local-variable.
9360
9361 * play/landmark.el:
9362 * options.el (Edit-options-{set,toggle,t,nil}):
9363 * mail/mailabbrev.el (mail-abbrevs-mode):
9364 * textmodes/tex-mode.el (tex-expand-files):
9365 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9366
9367 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9368
9369 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9370 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9371 Allow going past the last element.
9372 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9373 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9374 (cvs-mouse-toggle-mark): Don't move point.
9375 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9376
9377 * progmodes/compile.el (grep): Provide a default set of files.
9378 (next-error): Docstring fix.
9379 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9380
9381 * emacs-lisp/easy-mmode.el (define-minor-mode):
9382 Use `symbol-value' to keep the byte-compiler quiet.
9383
9384 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9385 (diff-find-source-location): New fun, extracted from diff-goto-source.
9386 (diff-goto-source): Use it.
9387 (diff-next-complex-hunk, diff-filter-lines): New function.
9388 (diff-apply-hunk): New command.
9389
9390 * smerge-mode.el (smerge-mode-menu): Doc fix.
9391
9392 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9393
9394 2000-08-16 Dave Love <fx@gnu.org>
9395
9396 * windmove.el (windmove) <defgroup>: Add :version.
9397
9398 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9399 (goto-address-fontify-p, goto-address-highlight-p)
9400 (goto-address-url-face, goto-address-url-mouse-face)
9401 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9402 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9403 (goto-address-fontify, goto-address-at-mouse): Simplify,
9404 (goto-address-at-point): browse-url-url-at-point,
9405 goto-address-find-address-at-point can return nil.
9406 (goto-address-find-address-at-point): Return nil on failure.
9407
9408 * align.el (align) <defgroup>: Add :version.
9409
9410 * calculator.el (calculator): Add :version.
9411 (calculator): Use two lines for calculator window if `modeline'
9412 face is boxed.
9413
9414 * play/5x5.el: Doc fixes.
9415 (5x5) <defgroup>: Add :version.
9416
9417 * play/fortune.el (fortune) <defgroup>: Add :version.
9418 (fortune-append): Fix error message.
9419 (fortune-from-region): Doc fix.
9420
9421 * play/pong.el (pong): Doc fix.
9422
9423 * play/morse.el: Keywords, commentary, autoloads.
9424
9425 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9426
9427 * desktop.el (desktop-save): Don't look at symbol-value of a
9428 member of minor-mode-alist, unless it is boundp.
9429
9430 2000-08-16 Sam Steingold <sds@gnu.org>
9431
9432 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9433 `while'; use `with-current-buffer' instead of `save-excursion'.
9434 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9435
9436 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9437
9438 * international/ccl.el (declare-ccl-program): Docstring modified.
9439 (ccl-execute-with-args): Likewise.
9440
9441 2000-08-16 Miles Bader <miles@gnu.org>
9442
9443 * progmodes/sql.el: Add compatibility definition of
9444 comint-line-beginning-position.
9445
9446 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9447
9448 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9449 'buffer-menu' property.
9450 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9451 fails.
9452 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9453 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9454 wasn't killed.
9455
9456 * buff-menu.el (list-buffers-noselect): Don't display the
9457 *Buffer List* buffer.
9458
9459 * font-lock.el: Require jit-lock to prevent a very late
9460 `Loading jit-lock' message.
9461
9462 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9463 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9464 mail address.
9465
9466 2000-08-15 Miles Bader <miles@gnu.org>
9467
9468 * textmodes/ispell.el (ispell-graphic-p): New constant.
9469 (ispell-choices-win-default-height, ispell-help): Use
9470 `ispell-graphic-p' instead of `xemacsp'.
9471
9472 2000-08-15 Dave Love <fx@gnu.org>
9473
9474 * simple.el: Autoload widget-convert when compiling.
9475 (mail-user-agent): Doc fix.
9476
9477 * help.el (function-called-at-point, variable-at-point): Use
9478 with-syntax-table.
9479 (help-manyarg-func-alist): Add insert-and-inherit.
9480
9481 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9482
9483 * delsel.el (delsel-unload-hook): New function.
9484
9485 * find-file.el: Doc fixes. Move provide to end.
9486 (ff) <defgroup>: Add :link.
9487 (ff-goto-click): Deleted.
9488 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9489 Use mouse-set-point.
9490
9491 * textmodes/tildify.el: Doc fixes.
9492 (tildify) <defgroup>: Add:version.
9493
9494 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9495 (glasses-custom-set): Use set-default, not set.
9496 (minor-mode-alist): Propertize the lighter.
9497 (glasses-mode): Provide optional arg.
9498
9499 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9500 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9501 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9502 option. Provide :type.
9503 (cwarn-configuration): Provide :type.
9504 (cwarn-mode): Doc fix.
9505
9506 * add-log.el (change-log-merge): Doc fix.
9507 (change-log-redate): New command.
9508
9509 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9510 Doze and Dog.
9511 (browse-url): Use dolist, not mapcar.
9512 (browse-url-at-point): Check for null url.
9513 (browse-url-event-buffer, browse-url-event-point): Functions
9514 deleted.
9515 (browse-url-at-mouse, browse-url-netscape): Simplify.
9516
9517 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9518 modes.
9519 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9520 Fix previous change to mapcan.
9521 (msb--init-file-alist, msb--add-separators)
9522 (msb--make-keymap-menu): Simplify.
9523 (msb--choose-file-menu): Use copy-sequence.
9524 (msb-mode-map): Add title to keymap.
9525 (msb-unload-hook): New function.
9526
9527 * bs.el: Fix indentation.
9528 (bs) <defgroup>: Add :links.
9529 (bs-show): Doc fix.
9530 (bs-apply-sort-faces): Don't use window-system.
9531 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9532
9533 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * calendar/timeclock.el (timeclock-file): Run .timelog through
9536 convert-standard-filename.
9537
9538 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9539
9540 * emacs-lisp/authors.el: New file.
9541
9542 * paren.el (show-paren-priority): New user option.
9543 (show-paren-function): Set overlay priorities to
9544 show-paren-priority.
9545
9546 2000-08-14 Miles Bader <miles@gnu.org>
9547
9548 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9549 beginning-of-line with inhibit-field-text-motion bound.
9550
9551 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9552
9553 * calendar/timeclock.el: New file.
9554
9555 2000-08-14 David Ponce <david@dponce.com>
9556
9557 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9558 `widget-button-click'. so that one can use left mouse button to
9559 click on dialog buttons.
9560
9561 2000-08-14 Emmanuel Briot <briot@gnat.com>
9562
9563 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9564 identifiers, since XML is case sensitive
9565
9566 2000-08-12 Miles Bader <miles@gnu.org>
9567
9568 * comint.el (comint-output-filter): Don't bother frobbing
9569 window-start, it doesn't seem to be necessary.
9570
9571 * comint.el (comint-send-string, comint-send-region): Make into
9572 real functions. Snapshot the prompt before sending.
9573
9574 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9577 technique similar to Info-index, instead of relying on specific
9578 names of relevant Index nodes.
9579 (Info-goto-emacs-command-node): Bind Info-history to nil when
9580 going to the first node found by Info-find-emacs-command-nodes.
9581
9582 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9583
9584 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9585
9586 2000-08-10 Miles Bader <miles@gnu.org>
9587
9588 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9589
9590 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9591
9592 * info.el (Info-file-list-for-emacs): More elements for the
9593 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9594 and woman manuals.
9595
9596 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9597
9598 * comint.el (comint-send-input): Make the newline boundary overlay
9599 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9600 (comint-output-filter): Use `insert' instead of
9601 `insert-before-markers'. Extend comint-last-output-overlay when
9602 necessary since we can't rely on insert-before-markers to do it.
9603 * gud.el (gud-filter): Use `with-current-buffer' instead of
9604 save-excursion when inserting the output, so that point gets
9605 updated correctly; the old method relied on a rather dodgy
9606 side-effect of comint-output-filter to avoid the effect of
9607 save-excursion.
9608
9609 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9610
9611 * files.el (recover-file): Call insert-directory instead of
9612 invoking `ls' directly.
9613
9614 2000-08-10 Miles Bader <miles@gnu.org>
9615
9616 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9617 (comint-last-prompt-overlay): New variables.
9618 (comint-output-filter): Implement prompt highlighting.
9619 (comint-snapshot-last-prompt): New function.
9620 (comint-send-input): Snapshot the last prompt.
9621 Use comint-highlight-input-face.
9622 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9623 Use defface instead of defcustom.
9624 (send-invisible, comint-send-eof): Snapshot the last prompt.
9625 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9626 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9627
9628 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9629
9630 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9631 (regexp-opt-group): Use a list of chars for `letters'.
9632 (regexp-opt-charset): `chars' is now a list of chars.
9633 Use a char-table rather than a vector so it works for multibyte chars.
9634
9635 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9636 Set cvs-minor-current-files to the selected fileinfo.
9637 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9638 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9639
9640 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9641
9642 * files.el (insert-directory): Don't call access-file on
9643 directories on DOS and Windows.
9644
9645 2000-08-09 Kenichi Handa <handa@etl.go.jp>
9646
9647 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9648 longer if necessary.
9649 (ccl-embed-code): Call ccl-embed-data to store CODE in
9650 ccl-program-vector.
9651
9652 2000-08-09 Miles Bader <miles@gnu.org>
9653
9654 * comint.el (comint-output-filter): Properly handle the case where
9655 the text surrounded by comint-last-output-overlay was deleted.
9656
9657 2000-08-08 Gerd Moellmann <gerd@gnu.org>
9658
9659 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9660 non-nil.
9661 (Info-file-list-for-emacs): Remove "info" from the list because
9662 that leads to trying to use the documentation from file `info'
9663 in various situations where it isn't appropriate, for instance
9664 C-h C-k C-h i.
9665
9666 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9667 DIR and/or STRING are nil.
9668
9669 * progmodes/compile.el (compilation-setup): Make variable
9670 compilation-error-screen-columns buffer-local, as some comment
9671 in the code suggests it should be.
9672
9673 * files.el (auto-mode-interpreter-regexp): New variable.
9674 (set-auto-mode): Use it.
9675
9676 * indent.el (indent-for-tab-command): Doc fix.
9677
9678 * mouse-sel.el (mouse-sel-mode): Doc fix.
9679
9680 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9681 labels.
9682
9683 * help.el (print-help-return-message): When
9684 display-buffer-reuse-frames is set, let the help window been quit,
9685 instead of deleting it, which might delete a reused frame.
9686
9687 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9688
9689 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9690 rename a directory to a name that differs only by its letter case.
9691
9692 2000-08-08 Kenichi Handa <handa@etl.go.jp>
9693
9694 * international/quail.el (quail-define-rules): Handle Quail decode
9695 map correctly. Add code for supporting annotations.
9696 (quail-install-decode-map): New function.
9697 (quail-defrule-internal): New optional arguments decode-map and
9698 props.
9699 (quail-advice): New function.
9700
9701 2000-08-07 Sam Steingold <sds@gnu.org>
9702
9703 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9704 `defconst', `define-condition', `with-slots'.
9705 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9706
9707 2000-08-03 Miles Bader <miles@gnu.org>
9708
9709 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9710 New variable.
9711 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9712 comint-use-prompt-regexp-instead-of-fields.
9713 (comint-send-input): Add `input' field property to stuff we send to
9714 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9715 (comint-output-filter): Add `output' field property to process
9716 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9717 (comint-replace-by-expanded-history)
9718 (comint-get-old-input-default, comint-show-output)
9719 (comint-backward-matching-input, comint-forward-matching-input)
9720 (comint-next-prompt, comint-previous-prompt): Use field
9721 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9722 (comint-line-beginning-position): New function.
9723 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9724 (comint-replace-by-expanded-history-before-point): Use
9725 comint-line-beginning-position and line-end-position.
9726 (comint-last-output-overlay): New variable.
9727 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9728
9729 * shell.el (shell-prompt-pattern): Doc change.
9730 (shell-backward-command): Use line-beginning-position.
9731
9732 * gud.el (gud-gdb-complete-command): Use
9733 comint-line-beginning-position.
9734
9735 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9736 comint-bol doesn't actually go to the beginning of the line.
9737
9738 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9739 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9740 (try-expand-line-all-buffers): Likewise.
9741
9742 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9743 explicitly matching comint-prompt-regexp.
9744 (sql-copy-column): Use comint-line-beginning-position instead of
9745 explicitly matching comint-prompt-regexp.
9746
9747 * progmodes/octave-inf.el (inferior-octave-complete): Use
9748 comint-line-beginning-position.
9749
9750 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9751
9752 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9753 looking for a prompt, use `forward-line 0' instead of
9754 `beginning-of-line', to avoid getting caught by an input field.
9755
9756 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9757
9758 * files.el (shell-quote-wildcard-pattern): Make sure to return
9759 PATTERN, in the Unix case.
9760
9761 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9762
9763 * play/zone.el (zone): Discard any pending input before running
9764 the randomly-chosen pgm.
9765
9766 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9767
9768 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9769 checking the existence of any multibyte characters.
9770
9771 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9772
9773 * help.el (describe-mode): Test minor-mode symbol for being
9774 bound before testing its value for being nil.
9775
9776 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9777 `first', `second', and `third'.
9778
9779 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9780 (second): Make it an alias for `cadr'.
9781
9782 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9783
9784 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9785 types of display support faces now.
9786
9787 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9788
9789 * pcvs.el (require): Require `cl' during compilation, only.
9790
9791 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9792 (toplevel): Remove `remq' and `remove' from autoloads.
9793 (cl-fake-autoloads): New variable. If set, arrange for an error
9794 when CL functions etc. are autoloaded.
9795
9796 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9797
9798 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9799
9800 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9801 popped up, but the user clicks outside the menu, return an empty
9802 regexp (that causes unhighlight-regexp to have no effect).
9803
9804 * menu-bar.el (menu-bar-games-menu): Add Zone.
9805
9806 * hi-lock.el (toplevel): Require font-lock.
9807
9808 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9809
9810 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9811 (ebnf-8-bit-chars): New var for bug fix.
9812 (ebnf-string): Bug fix.
9813
9814 2000-08-03 Sam Steingold <sds@gnu.org>
9815
9816 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9817 instead of `buffer-string'.
9818 (require 'cl): Always, not just when compiling.
9819 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9820 necessary.
9821
9822 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9823
9824 * international/mule-cmds.el (select-safe-coding-system): Make
9825 the message text about selecting a safe coding system more clear.
9826
9827 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9828
9829 * hi-lock.el: New file.
9830
9831 * play/zone.el: New file.
9832
9833 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9834 value of tab-width in the original buffer. Choose a line number
9835 format that's a multiple of the original buffer's tab width, so
9836 that lines appear right.
9837
9838 * textmodes/ispell.el (ispell): New function, replacing an alias.
9839 Spell-check active region if in transient-mark-mode and mark
9840 is active; otherwise spell-check buffer.
9841
9842 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9843
9844 * ps-mule.el: Fix a customization problem on
9845 ps-mule-font-info-database-default.
9846
9847 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9850 display-mouse-p instead of window-system.
9851 (ebrowse-member-mode-map): Ditto.
9852
9853 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9854
9855 * progmodes/ebnf2ps.el: Update ps-print functions call.
9856 Indentation fix. Doc fix.
9857 (ebnf-version): New version number (3.2).
9858 (ebnf-format-color, ebnf-begin-job): Code fix.
9859
9860 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9861
9862 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9863 font lock support on window-system.
9864 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9865
9866 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9867 display-color-p, if fboundp, instead of window-system.
9868
9869 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9870
9871 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9872 instead of window-system.
9873
9874 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9875 window-system.
9876 (widget-choice-mouse-down-action): Use display-popup-menus-p
9877 instead of window-system.
9878
9879 * strokes.el (strokes-file): Run the file name through
9880 convert-standard-filename.
9881 (strokes-mode): Call display-mouse-p instead of looking at
9882 window-system. Change the error message accordingly.
9883
9884 * progmodes/cpp.el (toplevel): Support faces on tty's.
9885
9886 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9887 (lm-plot-square, lm-init-display): Don't use window-system.
9888
9889 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9890 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9891
9892 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9893 instead of looking at window-system.
9894
9895 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9896
9897 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9898 of testing if iswitchb-prepost-hooks is bound, because the
9899 latter will always be true when invoking a recursive minibuffer
9900 from an active Iswitchb buffer.
9901
9902 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9903
9904 * files.el (shell-quote-wildcard-pattern): New function.
9905 (insert-directory): Call it. Only prepend "\" to command on Unix
9906 and GNU/Linux systems.
9907
9908 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9909
9910 * eshell/esh-groups.el: Change custom :link file names
9911 from `eshell.info' to `eshell'.
9912
9913 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9914
9915 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9916 correctly in recursive ange-ftp listings.
9917
9918 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9919
9920 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9921 ps-header-font-size-internal and
9922 ps-header-title-font-size-internal variables are not set,
9923 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9924 face text property is (foreground-color . COLOR) or
9925 `(background-color . COLOR)', ps-print crashes. Doc fix.
9926 (ps-print-version): New version number (5.2.4).
9927 (ps-plot-region): Code fix.
9928 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9929 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9930 Bug fix 2.
9931
9932 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9933
9934 * glasses.el (glasses-make-readable): Fix uncapitalization of
9935 identifiers like `myXMLDocument'.
9936
9937 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9938
9939 * mail/mail-hist.el (mail-hist-previous-input)
9940 (mail-hist-next-input): Do the obvious code factorization.
9941 (mail-hist-retrieve-and-insert): New func, contains common
9942 code of above two.
9943 If inserting a message body, leave point at top.
9944
9945 2000-07-28 Sam Steingold <sds@gnu.org>
9946
9947 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9948 Use `<=', not `<' to compare times!
9949 (ange-ftp-ls): Remove.
9950
9951 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9952
9953 * play/cookie1.el: Add explanation of how to make cookie.el
9954 compatible with strfile(1) to comment.
9955
9956 * subr.el (remove, remq): New functions.
9957
9958 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9959 escape `*' in regexps.
9960 (midnight-find): Reverse order of arguments in the funcall of
9961 TEST.
9962
9963 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9964 and `.class'.
9965
9966 * play/meese.el: Add Commentary section.
9967
9968 2000-07-27 Alex Schroeder <alex@gnu.org>
9969
9970 * sql.el (sql-ms): Added autoload cookie.
9971 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9972 (sql-oracle): Ditto.
9973 (sql-help): Doc change.
9974
9975 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9976 types and exceptions.
9977
9978 2000-07-27 Alex Schroeder <alex@gnu.org>
9979
9980 * sql.el (sql-placeholder-history): New variable.
9981 (sql-query-placeholders-and-send): New function that will query
9982 the user and replace placeholders with user input.
9983 (sql-oracle): If running on NT, set comint-input-sender to
9984 sql-query-placeholders-and-send.
9985
9986 (sql-stop): If in the SQLi buffer, insert stop notification, else
9987 present it as a message.
9988
9989 2000-07-27 Alex Schroeder <alex@gnu.org>
9990
9991 * sql.el (sql-input-ring-separator): Doc change.
9992 (sql-input-ring-file-name): Doc change.
9993 (sql-interactive-mode): Use `sql-input-ring-separator' and
9994 `sql-input-ring-file-name' to set the comint-mode equivalents
9995 without making them local variables.
9996 (sql-stop): Don't bind `sql-input-ring-separator' and
9997 `sql-input-ring-file-name' dynamically to their comint-mode
9998 equivalents.
9999
10000 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10001
10002 * international/mule.el (register-char-codings): New function.
10003 (make-coding-system): Handle `safe-chars' specification in the arg
10004 PROPERTY.
10005
10006 * international/mule-cmds.el
10007 (find-coding-systems-region-subset-p): This function deleted.
10008 (sort-coding-systems-predicate): New variable.
10009 (sort-coding-systems): New function.
10010 (find-coding-systems-region): Use
10011 find-coding-systems-region-internal.
10012 (find-coding-systems-string): Use find-coding-systems-region.
10013 (find-coding-systems-for-charsets): Check
10014 char-coding-system-table.
10015 (select-safe-coding-system-accept-default-p): New variable.
10016 (select-safe-coding-system): Mostly rewritten. New argument
10017 ACCEPT-DEFAULT-P.
10018 (select-message-coding-system): Call select-safe-coding-system
10019 with ACCEPT-DEFAULT-P arg.
10020 (reset-language-environment): Reset default-sendmail-coding-system
10021 to the default value iso-latin-1.
10022 (set-language-environment): Don't set the obsolete variable
10023 charset-origin-alist.
10024
10025 * international/codepage.el (cp-coding-system-for-codepage-1):
10026 Give `safe-chars' property to make-coding-system.
10027
10028 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10029 calling select-message-coding-system twice.
10030
10031 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10032 instead of `safe-charsets'.
10033 (cyrillic-alternativnyj): Likewise.
10034 (ccl-encode-alternativnyj): Don't check the charset
10035 cyrillic-iso8859-5.
10036
10037 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10038
10039 * composite.el (compose-chars-after): Preserve match data.
10040
10041 2000-07-26 Sam Steingold <sds@gnu.org>
10042
10043 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10044 (ange-ftp-real-file-newer-than-file-p): New function.
10045 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10046 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10047
10048 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10049 * midnight.el (midnight-float-time): Ditto.
10050
10051 2000-07-26 Andreas Schwab <schwab@suse.de>
10052
10053 * files.el (normal-backup-enable-predicate): Correct
10054 interpretation of the return value of compare-strings.
10055
10056 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10057
10058 * isearch.el (isearch-resume): New function.
10059 (isearch-done): Add something to command-history to resume
10060 the search.
10061 (isearch-yank-line, isearch-yank-word): Use
10062 buffer-substring-no-properties instead of buffer-substring.
10063
10064 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10065 of flyspell-mouse-map.
10066
10067 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10068 duplicate definition.
10069 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10070
10071 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10072 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10073
10074 2000-07-25 Sam Steingold <sds@gnu.org>
10075
10076 * net/ange-ftp.el: Get modtime over the net.
10077 (ange-ftp-file-modtime): New function.
10078 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10079 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10080 Use it.
10081 (ange-ftp-dot-to-slash): New function.
10082 (ange-ftp-fix-name-for-vms): Use it.
10083
10084 * midnight.el (midnight-buffer-display-time): Use
10085 `with-current-buffer'.
10086
10087 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10088
10089 * find-dired.el: Update copyright notice.
10090 (find-dired): Offer to kill a running `find'.
10091
10092 * enriched.el (enriched-face-ans): For a `foreground-color'
10093 property, return '(("x-color" COLOR))' so that COLOR will be
10094 output as a parameter of the x-color annotation. Likewise for the
10095 `background-color' property. In the case of normal face
10096 properties, don't return annotations for unspecified foreground
10097 and background face attributes.
10098
10099 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10100
10101 * language/japan-util.el (japanese-katakana-region): Fix handling
10102 HANKAKU argument.
10103
10104 2000-07-25 Miles Bader <miles@gnu.org>
10105
10106 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10107 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10108 constrain-to-field.
10109
10110 2000-07-24 Andrew Innes <andrewi@gnu.org>
10111
10112 * timer.el (timer-activate-when-idle): Add optional parameter
10113 DONT-WAIT. Update docstring.
10114 (run-with-idle-timer): Specify extra parameter to
10115 timer-activate-when-idle, so that timer will be activated
10116 immediately if Emacs is already idle.
10117
10118 * w32-fns.el (w32-using-nt): Fix docstring.
10119
10120 2000-07-24 Dave Love <fx@gnu.org>
10121
10122 * mouse.el (popup-menu): Set last-command-event.
10123 (mouse-major-mode-menu-prefix): Declare.
10124
10125 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10126
10127 * textmodes/flyspell.el: Update to author's version 1.5d.
10128
10129 * progmodes/hideshow.el: Update copyright notice.
10130
10131 * vcursor.el: Set maintainer to FSF, since author cannot
10132 be reached.
10133
10134 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10135
10136 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10137 the prompt.
10138
10139 * mouse.el (popup-menu): Run the keymap through indirect-function,
10140 in case it was defined with define-prefix-key. If the menu is a
10141 list of keymaps, look up the binding of user's choice in each one
10142 of the keymaps.
10143 (mouse-popup-menubar): If the global and local menu-bar keymaps
10144 don't have a prompt string, create one and insert it into the
10145 keymap. Don't barf if current-local-map returns nil.
10146
10147 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10148
10149 * dired.el (dired-sort-R-check): Added to allow recursive listing
10150 to be undone.
10151 (dired-sort-other): Use it.
10152
10153 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10154
10155 * Release of cc-mode 5.27
10156
10157 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10158
10159 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10160 c-beginning-of-statement-1 that caused a bad case of recursion
10161 which could consume a lot of CPU in large classes in languages
10162 that have in-expression classes (i.e. Java and Pike).
10163
10164 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10165 statements before top level constructs (i.e. case 6 is moved
10166 before case 5 and is now case 4) to catch in-expression
10167 classes in top level expressions correctly.
10168
10169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10170
10171 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10172 objc-method-intro. Case 4 removed and case 5I added.
10173
10174 * cc-langs.el (c-append-paragraph-start): New variable used by
10175 c-common-init to get paragraph-start correct.
10176 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10177 initialize paragraph-start to make it correct both with and
10178 without the javadoc special case.
10179
10180 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10181 initialize paragraph-start for javadoc markup.
10182
10183 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10184 change by defaulting this to t. It's motivated by the
10185 confusing behavior that otherwise arise from the style system
10186 when editing both java and non-java files at the same time
10187 (see the comments about style setting in c-common-init).
10188
10189 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10190
10191 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10192 similar to the one in c-fill-paragraph to check the fill
10193 prefix from the adaptive fill function for sanity.
10194
10195 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10196
10197 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10198 defun block.
10199
10200 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10201
10202 * cc-mode.texi Documented the change of cpp-macro.
10203
10204 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10205
10206 * cc-align.el (c-lineup-multi-inher): Handle lines with
10207 leading comma nicely. Extended to handle member initializers
10208 too.
10209
10210 * cc-engine.el: (c-beginning-of-inheritance-list,
10211 c-guess-basic-syntax): Fixed recognition of inheritance lists
10212 when the lines begins with a comma.
10213
10214 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10215
10216 * cc-vars.el (c-offsets-alist): Changed default for
10217 member-init-cont to c-lineup-multi-inher since it now handles
10218 member initializers and indents better for leading commas.
10219
10220 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10221
10222 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10223 handling that caused class open lines to be recognized as
10224 statement-conts in some cases.
10225
10226 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10227 guessed by the adaptive fill function unless point is on the
10228 first line of a block comment.
10229
10230 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10231 when the buffer ends with a macro continuation char.
10232
10233 * cc-engine.el (c-guess-basic-syntax): Added support for
10234 function definitions as statements in Pike. The first
10235 statement in a lambda block is now labeled defun-block-intro
10236 instead of statement-block-intro.
10237
10238 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10239 so that the class surrounding point is selected, not the one
10240 innermost in the state.
10241
10242 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10243 recognition of switch labels having hanging multiline
10244 statements.
10245
10246 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10247 some code in c-guess-basic-syntax to a separate function.
10248 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10249 recognition of member inits with multiple line arglists.
10250 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10251 member-init-cont when the commas are in funny places.
10252
10253 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10254
10255 * cc-defs.el (c-auto-newline): Removed this macro since it's
10256 not used anymore.
10257
10258 * cc-engine.el (c-looking-at-bos): New helper function.
10259 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10260 inexpr and toplevel classes apart in Pike.
10261
10262 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10263 of case 9A.
10264
10265 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10266 constant, since "class" can introduce an in-expression class
10267 in Pike nowadays.
10268
10269 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10270
10271 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10272 indentation on cpp-macro lines.
10273
10274 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10275 a syntax modifier like comment-intro, to make it possible to
10276 get syntactic indentation for preprocessor directives. It's
10277 incompatible wrt to lineup functions on cpp-macro, but it has
10278 no observable effect in the 99.9% common case where cpp-macro
10279 is set to -1000.
10280
10281 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10282
10283 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10284 member-init-cont when the preceding arglist is several lines.
10285
10286 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10287
10288 * cc-styles.el (c-style-alist): The basic offset for the BSD
10289 style corrected to 8.
10290
10291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10292
10293 * cc-styles.el (c-style-alist): Adjusted the indentation of
10294 brace list openers in the gnu style.
10295
10296 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10297
10298 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10299
10300 * cc-cmds.el (c-electric-brace, c-electric-slash,
10301 c-electric-star, c-electric-semi&comma, c-electric-colon,
10302 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10303 when c-syntactic-indentation is nil.
10304
10305 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10306 we were left at comments preceding the first statement when
10307 reaching the beginning of the buffer.
10308
10309 * cc-vars.el (c-syntactic-indentation): New variable to turn
10310 off all syntactic indentation.
10311
10312 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10313
10314 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10315 between the text and the block comment ender when it hangs,
10316 depending on how many there are before the fill.
10317
10318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10319
10320 * cc-engine.el (c-beginning-of-closest-statement): New helper
10321 function to go back to the closest preceding statement start,
10322 which could be inside a conditional statement.
10323 * cc-engine.el (c-guess-basic-syntax): Use
10324 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10325
10326 * cc-engine.el (c-guess-basic-syntax): Better handling of
10327 arglist-intro, arglist-cont-nonempty and arglist-close when
10328 the arglist is nested inside parens. Cases 7A, 7C and 7F
10329 changed.
10330
10331 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10332 up-to-date with javadoc 1.2.
10333
10334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10335
10336 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10337 multiline Pike type decls.
10338
10339 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10340
10341 * cc-cmds.el (c-indent-new-comment-line): Always break
10342 multiline comments in multiline mode, regardless of
10343 comment-multi-line.
10344
10345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10346
10347 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10348 fully::qualified::names in C++ member init lists. Preamble in
10349 case 5D changed.
10350
10351 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10352
10353 * cc-langs.el (c-common-init): Handling of obsolete variables
10354 moved to c-initialize-cc-mode. More compatible style override
10355 when using global style variables.
10356 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10357 variables moved here.
10358
10359 * cc-mode.texi: Documented the special behavior of
10360 c-special-indent-hook as a style variable. Don't talk about
10361 doing (c-make-styles-buffer-local t) in a mode hook, since
10362 that's already too late to work right.
10363
10364 * cc-styles.el (c-make-styles-buffer-local): Flag style
10365 variable localness in c-style-variables-are-local-p to make
10366 the compatibility measure in c-common-init work well.
10367
10368 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10369 longer contain set-from-style.
10370 * cc-styles.el (c-initialize-builtin-style): Don't check for
10371 set-from-style on c-special-indent-hook.
10372 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10373 copy-alist is sufficient now.
10374
10375 * cc-styles.el (c-set-style, c-set-style-1,
10376 c-get-style-variables): Fixes to variable initialization so
10377 that duplicate entries in styles have the same effect
10378 regardless of DONT-OVERRIDE.
10379
10380 * cc-styles.el (c-set-style-2): Fixed bug where the
10381 initialization of inheriting styles failed when the
10382 dont-override flag is set.
10383
10384 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10385 on this.
10386
10387 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10388
10389 * cc-defs.el (c-forward-comment): Removed the workaround
10390 introduced in 5.38 since it had worse side-effects. If a line
10391 contains the string "//\"", it regarded the // as a comment
10392 start since the \ temporarily doesn't have escape syntax.
10393
10394 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
10395
10396 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10397 ada-xref.el before ada-prj.el, so that the Project menu is created
10398 when ada-prj tries to add to it.
10399 (ada-activate-keys-for-case): Suppress the characters that are not
10400 part of the Ada syntax. Better compatibility with else-mode
10401 (ada-adjust-case-interactive): When auto-casing is not active,
10402 correctly insert newlines (used to insert only ^M). Prevent the
10403 syntax table from being changed in case of an error
10404 (or '_' becomes part of a word and some commands are confused).
10405 Do nothing if ada-auto-case is nil.
10406 (ada-after-keyword-p): Ignore keywords that are also attributes
10407 (ada-batch-reformat): Update usage comment
10408 (ada-call-from-contextual-menu): New function
10409 (ada-case-read-exceptions): Reinitialize the casing exception list
10410 first to nil first, so that the casing exception file can be
10411 shared.
10412 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10413 files.
10414 (ada-compile-goto-error): Fix regexp used to detect a file:line
10415 anywhere in the error message
10416 (ada-contextual-menu-last-point): New variable
10417 (ada-create-keymap): If the variable delete-key-deletes-forward is
10418 t on XEmacs, it means that DEL should delete one character
10419 forward.
10420 (ada-create-menu): Use :included instead of :visible for XEmacs.
10421 New submenu "Options".
10422 (ada-end-stmt-re): Correctly indent "select ... then abort"
10423 statements.
10424 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10425 even if they don't match ada-fill-comment-prefix Fix handling of
10426 paragraphs on the first or last line of a file.
10427 (ada-format-paramlist): Fix handling of default parameter values.
10428 (ada-get-body-name): New function.
10429 (ada-get-current-indent): Optimized by searchling directly for an
10430 existing generic part or a statement outside of it. Handle
10431 ada-indent-align-comments when indenting comments Replaced some
10432 regexps by testing directly the next character. This results in a
10433 huge speedup on some files. New indentation scheme for renames
10434 statements. Stop looking for the 'while' or 'for' associated with
10435 a 'loop' at the first semicolon encountered. A "return" can also
10436 match an anonymous access subprogram declaration.
10437 (ada-get-indent-noindent): Ignore strings and comments when
10438 looking for the keywords "record" and "private".
10439 (ada-goto-matching-decl-start): When matching "if", make sure we
10440 are not in fact seeing "end if". Ignore "when" statements except
10441 when initial keyword was "begin". Fix handling of nested
10442 procedures. Add a recursive call to this function to skip over
10443 other 'end' statmts. Fix indentation for "when .. => begin"
10444 (ada-in-open-paren-p): Fix indentation for complex boolean
10445 expressions, where 'and then', 'or else' and parenthesis
10446 statements are mixed up.
10447 (ada-in-paramlist-p): Skip comments while searching for the
10448 beginning Fix handling of operator declarations.
10449 (ada-indent-align-comments): New variable
10450 (ada-indent-current): Change the syntax table only in the
10451 protected section, so that we are sure it is restored correctly.
10452 (ada-indent-on-previous-lines): Use ada-use-indent and
10453 ada-with-indent Correctly indent "select ... then"
10454 (ada-indent-region): Slight speedup.
10455 (ada-indent-renames): New variable.
10456 (ada-last-which-function-subprog, ada-last-which-function-line):
10457 New variables
10458 (ada-looking-at-semi-private): Correctly indent the 'private'
10459 keyword when it is the first word in a package declaration.
10460 (ada-loose-case-word): Stop searching if at the end of the buffer.
10461 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10462 even if point is not initially at the end of the word.
10463 (ada-matching-decl-start-re): Add "when".
10464 (ada-mode): Add support for abbrev-mode, outline-mode and
10465 which-func-mode Override the old find-file.el entry in
10466 ff-special-constructs since it is using the obsolete
10467 ada-spec-suffix variable
10468 (ada-no-auto-case): New function
10469 (ada-scan-paramlist): When parsing the argument type, accept
10470 spaces (as in "X 'Class", generated by Rational Rose).
10471 (ada-other-file-name): No longer loads the other file.
10472 (ada-popup-menu): Save and restore the current buffer and cursor
10473 position before and after displaying the menu.
10474 (ada-search-ignore-complex-boolean): New function.
10475 (ada-uncomment-region): Emacs21 already knows how to delete
10476 comments not starting in the first column.
10477 (ada-use-indent): New variable
10478 (ada-which-function): New function.
10479 (ada-with-indent): New variable
10480 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10481 can be batch-compiled from the command line.
10482
10483 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10484 Add to the menu when the file is loaded, not in ada-mode-hook.
10485 Add -toolbar to the default ddd command Switches moved from
10486 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10487 ada-prj-default-comp-opt
10488 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10489 Reference Manual to the menu
10490 (ada-check-current): rewritten as a call to ada-compile-current
10491 (ada-compile): Removed.
10492 (ada-compile-application, ada-compile-current, ada-check-current):
10493 Set the compilation-search-path so that compile.el automatically
10494 finds the sources in src_dir. Automatic scrollong of the
10495 compilation buffer. C-uC-cC-c asks for confirmation before
10496 compiling
10497 (ada-compile-current): New parameter, prj-field
10498 (ada-complete-identifier): Load the .ali file before doing
10499 processing
10500 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10501 conform to gnatmake's behavior.
10502 (ada-find-file-in-dir): New function
10503 (ada-find-references): Set the environment variables for gnatfind
10504 (ada-find-src-file-in-dir): New function.
10505 (ada-first-non-nil): Removed
10506 (ada-gdb-application): Add support for jdb, the java debugger.
10507 (ada-get-ada-file-name): Load the original-file first if not done
10508 yet.
10509 (ada-get-all-references): Handles the new ali syntax (parent types
10510 are found between <>).
10511 (ada-initialize-runtime-library): New function
10512 (ada-mode-hook): Always load a project file when a file is opened,
10513 so that the casing exceptions are correctly read.
10514 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10515 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10516 to open the project file, since the latter does not work with
10517 speedbar Get default values before loading the prj file, or the
10518 default executable file name is wrong. Use the absolute value of
10519 src_dir to initialize ada-search-directories and
10520 compilation-search-path,... Add the standard runtime library to
10521 the search path for find-file.
10522 (ada-prj-default-debugger): Was missing an opening '{'
10523 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10524 variables.
10525 (ada-prj-default-gnatmake-opt): New variable
10526 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10527 buffers, the project file is the default one Save the windows
10528 configuration before displaying the menu.
10529 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10530 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10531 ...) regexp-quote identifiers names to support operators +,
10532 -,... in regexps.
10533 (ada-remote): New function.
10534 (ada-run-application): Erase the output buffer before starting the
10535 run Support remote execution of the application. Use
10536 call-process, or the arguments are incorrectly parsed
10537 (ada-set-default-project-file): Reread the content of the active
10538 project file, not the one from the current buffer When a project
10539 file is set as the default project, all directories are
10540 automatically associated with it.
10541 (ada-set-environment): New function
10542 (ada-treat-cmd-string): New special variable ${current}
10543 (ada-treat-cmd-string): Revised. The substitution is now done for
10544 any ${...} substring
10545 (ada-xref-current): If no body was found, compiles the spec
10546 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10547 compiler to get rid of command line length limitations.
10548 (ada-xref-get-project-field): New function
10549 (ada-xref-project-files): New variable
10550 (ada-xref-runtime-library-specs-path)
10551 (ada-xref-runtime-library-ali-path): New variables
10552 (ada-xref-set-default-prj-values): Default run command now does a
10553 cd to the build directory. New field: main_unit Provide a default
10554 file name even if the current buffer has no prj file.
10555
10556 * ada-prj.el:
10557 Rewritten to show a tabbed-dialog.
10558 (ada-prj-add-ada-menu): Remove the map and name parameters.
10559 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10560 New function
10561 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10562 (ada-prj-load-from-file): New function
10563 (ada-prj-save): Always save fields that depend on the current buffer
10564 (ada-prj-show-value): New function
10565
10566 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10567 Ada mode. This will allow us to display the Ada menu in any buffer
10568 we want (for project items).
10569 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10570 number of spaces in the header.
10571
10572 2000-07-24 Dave Love <fx@gnu.org>
10573
10574 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10575
10576 2000-07-23 Noah Friedman <friedman@splode.com>
10577
10578 * type-break.el (type-break): perform autosave.
10579 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10580 (type-break-do-query): Cancel query schedule while performing
10581 actual query, to avoid possibility of a second query being made
10582 while first one is already in progress.
10583 (type-break-time-stamp-format): New variable.
10584 (type-break-time-stamp): New function.
10585 (type-break-time-warning): Use it.
10586 (type-break-keystroke-warning): Use it.
10587 (type-break-noninteractive-query): Use it.
10588
10589 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10590 cookie.
10591 Use add-minor-mode to set minor-mode-alist, if available.
10592 (eldoc-echo-area-use-multiline-p): New user option.
10593 (eldoc-echo-area-multiline-supported-p): New variable.
10594 (eldoc-docstring-format-sym-doc): Use them.
10595 (eldoc-mode): If not using idle timers, append to local post and
10596 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10597 (eldoc-display-message-no-interference-p): Don't interfere with
10598 edebug.
10599 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10600 (eldoc-function-arglist): New function.
10601 (eldoc-function-argstring): Use it.
10602
10603 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10604 auto save directory exists before calling directory-files.
10605
10606 2000-07-23 Dave Love <fx@gnu.org>
10607
10608 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10609 ^o, ^u.
10610
10611 2000-07-21 Dave Love <fx@gnu.org>
10612
10613 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10614 now passed to the function. It now works properly.
10615
10616 * smerge-mode.el (smerge-mode-menu): Fill it out.
10617
10618 2000-07-20 Gerd Moellmann <gerd@gnu.org>
10619
10620 * info-look.el (info-lookup): If *info* is shown in another frame
10621 on the same display, select that frame, instead of switching to
10622 the Info buffer in another window of the selected frame.
10623
10624 * simple.el (universal-argument-map): Bind numeric keypad keys
10625 kp-0 to kp-9 and kp-subtract.
10626 (digit-argument): Handle these keys.
10627
10628 2000-07-20 Dave Love <fx@gnu.org>
10629
10630 * net/goto-addr.el (goto-address-fontify): Don't bother with
10631 buffer-modified and read-only stuff -- irrelevant with overlays.
10632 Put an extra property on the overlays and use it to clean up in
10633 case goto-address is re-run.
10634
10635 2000-07-19 Richard M. Stallman <rms@gnu.org>
10636
10637 * timer.el (run-with-idle-timer): Doc fix.
10638
10639 * mail/mail-utils.el (mail-strip-quoted-names):
10640 Handle case where <...> appears inside "...".
10641 Use replace-match to edit the string more simply.
10642 (rmail-dont-reply-to): Cope with an unmatched ".
10643
10644 2000-07-19 Dave Love <fx@gnu.org>
10645
10646 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10647 implementation.
10648
10649 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10650 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10651 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10652
10653 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10654
10655 * textmodes/refer.el: Correct maintainer's email address.
10656
10657 * progmodes/hideif.el: Correct author's email address.
10658 Fix typo in comment.
10659
10660 * xml.el: New file.
10661
10662 * mail/mailheader.el: Correct author's mail address.
10663
10664 * gnus/parse-time.el: Correct author's mail address.
10665
10666 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10667
10668 * comint.el (comint-highlight-input, comint-highlight-face):
10669 New user options.
10670 (comint-input-ring-file-name): Change custom type.
10671 (comint-mode-map): Bind mouse-2.
10672 (comint-insert-clicked-input): New function.
10673 (comint-send-input): Handle input highlighting.
10674
10675 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10676
10677 * mouse.el (popup-menu): New function.
10678 (mouse-major-mode-menu): Use it.
10679
10680 2000-07-18 Dave Love <fx@gnu.org>
10681
10682 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10683 improvements.
10684
10685 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10686
10687 * faces.el (face-font-selection-order)
10688 (face-font-family-alternatives): Add custom type.
10689
10690 2000-07-18 Dave Love <fx@gnu.org>
10691
10692 * cus-edit.el (custom-variable-reset-saved)
10693 (custom-variable-reset-standard): Remove unused bindings.
10694
10695 * rect.el (open-rectangle-line): Remove unused let.
10696
10697 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10698
10699 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10700
10701 * cdl.el: Fix `Maintainer' keyword.
10702
10703 * play/pong.el: Add author's email address.
10704
10705 2000-07-17 Sam Steingold <sds@gnu.org>
10706
10707 * files.el (insert-directory): Call `split-string' instead of
10708 re-implementing it.
10709
10710 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10711
10712 * mail/vms-pmail.el: Change maintainer to FSF.
10713
10714 * net/goto-addr.el: Change maintainer to FSF.
10715
10716 * info.el (Info-title-face-alist): Removed.
10717
10718 2000-07-18 David Ponce <david@dponce.com>
10719
10720 * recentf.el (recentf-open-files): New command that works like
10721 `recentf-open-more-files', but shows the whole list of files (not just
10722 those omitted from the menu). Useful if you don't use a menu-bar!
10723 (recentf-open-more-files) Modified to use `recentf-open-files'.
10724
10725 (recentf-open-files, recentf-open-more-files)
10726 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10727
10728 (recentf-dialog-mode): New mode for dialogs. You can now just type
10729 "q" to cancel the dialogs.
10730
10731 2000-07-18 David Ponce <david@dponce.com>
10732
10733 * recentf.el: This is a major update of recentf.el. It adds new
10734 features to better organize the recentf menu and "More..." buffer.
10735
10736 Using new provided menu filtering functions you can now organize the
10737 recent files list:
10738
10739 - by major modes
10740 - by directories
10741 - by user defined rules
10742
10743 Finally, with the new `recentf-filter-changer' customizable filter you
10744 can define a ring of filters and dynamically (via the menu) cycle on
10745 each menu organization in the ring (a la msb).
10746
10747 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10748
10749 * eshell/eshell.el (eshell): Replace links to eshell.info with
10750 links to eshell, to avoid problems on systems where the manual is
10751 installed as `eshell'.
10752 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10753 * eshell/em-smart.el (eshell-smart): Ditto.
10754 * eshell/em-banner.el (eshell-banner): Ditto.
10755 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10756
10757 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10758 same-file check in the MS-DOS version (it does support inodes).
10759
10760 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10761
10762 * eshell/eshell.el (eshell-directory-name):
10763 Run default directory name through convert-standard-filename.
10764
10765 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10766
10767 * international/mule-cmds.el (select-safe-coding-system):
10768 Fix typo in the comment.
10769
10770 * language/european.el (compound-text):
10771 Force katakana-jisx0201 to be designated to G1.
10772
10773 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10774 Don't translate some national variant characters of latin-jisx0201.
10775 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10776
10777 * international/kkc.el (kkc-after-update-conversion-functions):
10778 New variable.
10779 (kkc-update-conversion): Run functions in it at the tail.
10780
10781 2000-07-16 John Wiegley <johnw@gnu.org>
10782
10783 * lisp/align.el (align-newline-and-indent):
10784 Adding new function. for auto-aligning blocks of code on RET.
10785 (align-region): Fixed badly formatted minibuffer message.
10786
10787 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10788
10789 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10790 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10791 the conversion list at first if appropriate.
10792 (kkc-next): Don't update kkc-next-count here.
10793 (kkc-prev): Don't update kkc-prev-count here.
10794 (kkc-show-conversion-list-update): Fix setting up of conversion
10795 list message.
10796
10797 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10798
10799 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10800
10801 2000-07-16 Dave Love <fx@gnu.org>
10802
10803 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10804 function to be more specific.
10805
10806 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10807 non-string help-echo.
10808 (widget-types-convert-widget): Defsubst it.
10809 (widget-echo-help): Try to cope with a help-echo function of two
10810 possible sorts.
10811
10812 2000-07-15 Jason Rumney <jasonr@gnu.org>
10813
10814 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10815 Declare as obsolete.
10816
10817 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10818
10819 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10820
10821 * hilit-chg.el: Fix typo.
10822
10823 2000-07-14 Dave Love <fx@gnu.org>
10824
10825 * info.el (Info-mode-menu): Fix use of :help, :enable.
10826
10827 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10828
10829 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10830
10831 2000-07-13 Dave Love <fx@gnu.org>
10832
10833 * emacs-lisp/easymenu.el: Doc fixes.
10834 (easy-menu-remove): Defalias to ignore.
10835
10836 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10837 Call throw correctly.
10838
10839 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10840
10841 * faces.el (frame-background-mode): Doc fix.
10842
10843 * simple.el (eval-expression-print-length): Change custom type to
10844 allow entering nil as value.
10845
10846 2000-07-13 Dave Love <fx@gnu.org>
10847
10848 * progmodes/fortran.el (fortran-imenu-generic-expression):
10849 Change definition layout.
10850 (fortran-mode-menu): Reinstate customize entries.
10851
10852 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10853 Use :filter, per old XEmacs code.
10854
10855 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10856
10857 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10858 event when deciding what to send to the terminal.
10859
10860 2000-07-12 Dave Love <fx@gnu.org>
10861
10862 * cus-start.el: Add optional version as 4th element of specs and
10863 use it for several things new in v21. Remove load-path. Fix type
10864 of line-number-display-limit.
10865
10866 2000-07-11 Dave Love <fx@gnu.org>
10867
10868 * progmodes/fortran.el: Don't require easymenu.
10869 Use repeat counts in various regexps.
10870 (fortran-mode-syntax-table): Defvar directly.
10871 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10872 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10873 Use defvar, not defconst.
10874 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10875 (fortran-mode): Set fortran-comment-line-start-skip,
10876 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10877 (fortran-comment-indent): Use defsubst.
10878 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10879 Use fortran-comment-indent, not fortran-comment-indent-function.
10880 (fortran-comment-region, fortran-electric-line-number): Simplify.
10881 (fortran-auto-fill): New function.
10882 (fortran-do-auto-fill): Deleted.
10883 (fortran-find-comment-start-skip):
10884 Check for non-null comment-start-skip.
10885 (fortran-auto-fill-mode, fortran-fill-statement):
10886 Use fortran-auto-fill.
10887 (fortran-fill): Use fortran-auto-fill. Check for null
10888 comment-start-skip. Simplify final clause and use end-of-line finally.
10889
10890 * widget.el (widget-plist-member): New alias.
10891
10892 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10893
10894 * eshell/esh-module.el (toplevel): Reference
10895 byte-compile-current-file only if it is bound.
10896
10897 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10898
10899 * dired.el: Don't require `dired-aux'.
10900
10901 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10902
10903 * dired-aux.el (dired-show-file-type): New function.
10904 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10905 (dired-show-file-type): Add autoload.
10906
10907 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10908
10909 * international/mule-diag.el (describe-font): Adjusted for the
10910 change of fontset-info.
10911 (print-fontset): Likewise.
10912
10913 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10914
10915 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10916
10917 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10918
10919 * bindings.el: Bind `[delete]' to delete-char.
10920
10921 * dired.el (dired-find-alternate-file): New function.
10922 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10923 (toplevel): Require dired-aux when compiling.
10924 (dired-buffers): Move defvar within file to avoid compiler warning.
10925
10926 * info.el (Info-last-search): Variable removed.
10927 (Info-search-history): New variable.
10928 (Info-search): New Info-search-history.
10929
10930 * battery.el, info-look.el: Change author's mail address.
10931
10932 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10933
10934 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10935 if rmail-ignored-headers is nil.
10936 (rmail-retry-failure): Bind rmail-ignored-headers and
10937 rmail-displayed-headers to nil.
10938
10939 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10940
10941 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10942 (print-region-1): Don't hard code `-h' here.
10943
10944 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10945
10946 2000-07-01 Francesco Potorti` <pot@gnu.org>
10947
10948 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10949 exim can use "your message" instead of "the message".
10950
10951 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10952
10953 * facemenu.el: Docstrings fixes.
10954 (facemenu-get-face): Don't use internal-find-face.
10955 (facemenu-iterate): Rename arg to match the docstring.
10956
10957 * newcomment.el (uncomment-region): Be more careful when skipping
10958 backwards over `=' not to bump into BOBP.
10959
10960 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10961
10962 * ediff-diff.el (ediff-wordify): Use syntax table.
10963 * ediff-init.el (ediff-has-face-support-p): Use
10964 ediff-color-display-p.
10965 (ediff-color-display-p): Use display-color-p, changed to defun
10966 from defsubst.
10967 Got rid of special cases for NeXT and OS/2.
10968 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10969 face.
10970
10971 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10972
10973 * emacs-lisp/lucid.el: Require CL.
10974 (copy-tree, remprop): Remove, it's provided by CL.
10975 (map-keymap): Define in terms of cl-map-keymap.
10976 (extent-property, set-extent-end-glyph): New functions.
10977
10978 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10979
10980 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10981
10982 * Makefile.in (DONTCOMPILE): Add comment that the name may
10983 not be changed without changing the make-dist script.
10984
10985 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10986 (cl-mapc): Use mapc instead of cl-old-mapc.
10987
10988 2000-07-05 Andrew Innes <andrewi@gnu.org>
10989
10990 * makefile.nt: Add support for `bootstrap' and related targets.
10991
10992 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10993
10994 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10995 (easy-menu-do-define): Use `menu-item' format.
10996 Handle case where easy-menu-create-menu returns a symbol.
10997 Manually call the potential top-level filter in the function binding.
10998 (easy-menu-filter-return): New arg NAME.
10999 Convert to a keymap if MENU is an XEmacs menu.
11000 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11001 (easy-menu-converted-items-table, easy-menu-convert-item):
11002 New var and fun to memoize easy-menu-convert-item-1.
11003 (easy-menu-do-add-item): Use it.
11004 (easy-menu-create-menu): Use easy-menu-convert-item.
11005 Wrap easy-menu-filter-return around any :filter specification.
11006 Don't convert the menu if a filter was specified.
11007 Tell easy-menu-make-symbol not to check for MENU being an expression.
11008 (easy-menu-make-symbol): New arg NOEXP.
11009
11010 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11011
11012 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11013 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11014 (eval-defun): If called with prefix arg, instrument code for
11015 Edebug.
11016
11017 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11018 similar to that of eval-defun.
11019
11020 2000-07-04 Dave Love <fx@gnu.org>
11021
11022 * hl-line.el (hl-line-overlay): Make it permanent-local.
11023
11024 * calendar/todo-mode.el: Replaced with a working version, based on
11025 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11026
11027 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11028
11029 * paths.el (prune-directory-list): New function.
11030 (Info-default-directory-list): Rewritten to more methodically
11031 enumerate a big list of possible info directories (based on the
11032 list used by the standalone info reader).
11033
11034 * info.el (info-initialize): Use prune-directory-list to remove
11035 non-existent directories from Info-directory-list.
11036
11037 * paths.el (Info-default-directory-list): Try a list of possible
11038 info-directories instead of a single one. Add the possible
11039 info directory "/usr/share/info".
11040
11041 * woman.el (woman-man.conf-path): Explicitly include the debian
11042 man-db config file "/etc/manpath.config".
11043 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11044 are present in `manpath.config'.
11045 (woman-manpath): Include "/usr/share/man".
11046
11047 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11048
11049 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11050
11051 * startup.el (command-line): Initialize blink-cursor based
11052 on window-system.
11053
11054 * frame.el (blink-cursor): Default to nil if not running under
11055 a window-system.
11056
11057 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11058 (face-x-resources): Remove duplicate entry for :font.
11059
11060 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11061 instead of cycling through windows with next-window.
11062
11063 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11064 of cycling through windows with next-window.
11065
11066 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11067 of cycling through windows with next-window.
11068
11069 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11070 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11071 instead of cycling through windows with next-window.
11072
11073 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11074 instead of cycling through windows with next-window.
11075
11076 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11077 of cycling through windows with next-window.
11078
11079 * terminal.el (te-process-output): Use walk-windows instead of
11080 cycling through windows with next-window.
11081
11082 * server.el (server-switch-buffer): Use some-window instead of
11083 cycling through windows with next-window.
11084
11085 * window.el (some-window): New function.
11086 (walk-windows): Remove reference to walk-windows-start.
11087
11088 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11089
11090 2000-07-03 Richard Stallman <rms@gnu.org>
11091
11092 * window.el (walk-windows): Guarantee termination by keeping a list
11093 of all the windows already handled.
11094
11095 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11096
11097 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11098 window-system.
11099
11100 * man.el (Man-notify-when-ready): Don't use window-system. If
11101 Man-notify-method is newframe, and the display is not
11102 multi-frame, select the frame created for the man page.
11103 (Man-init-defvars): Doc fix.
11104
11105 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11106
11107 * faces.el (region): Change background color for light background.
11108
11109 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11110 attribute from mode-line face of Ediff control frame.
11111
11112 * replace.el (query-replace-map): Bind `e' like `E'.
11113
11114 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11115
11116 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11117 Change name to "Select All".
11118
11119 * dos-fns.el (convert-standard-filename): Fix last change.
11120
11121 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11122
11123 * help.el (describe-variable): Don't insert a second `'s' in front
11124 of the string `value is shown below'. Since the syntax-table is
11125 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11126 an existing `'s', so that this won't be deleted.
11127
11128 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11129 * pcmpl-unix.el: New files.
11130
11131 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11132
11133 * wid-edit.el (widget-member): Use the new plist-member.
11134
11135 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11136
11137 * replace.el (perform-replace): Undo change of 2000-04-04.
11138 Instead, move backward 1 character at the end of the loop when
11139 necessary.
11140
11141 * faces.el (fringe): Change face for different backgrounds.
11142
11143 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11144 patch from John.
11145
11146 * eshell/*.el: Change spelling of the Free Software Foundation.
11147
11148 * eshell/esh-toggle.el: Removed.
11149
11150 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11151
11152 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11153 interactively.
11154
11155 2000-06-26 Alex Schroeder <alex@gnu.org>
11156
11157 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11158 `define-key'; instead of checking `(emacs-version)' check for
11159 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11160 for `;' and `o' which might be electric.
11161
11162 (sql-electric-stuff): New user option.
11163 (sql-magic-go): New function which uses `sql-electric-stuff'.
11164 (sql-magic-semicolon): New function which uses
11165 `sql-electric-stuff'.
11166
11167 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11168 is not fboundp.
11169
11170 (sql-oracle-options): New variable.
11171 (sql-oracle): Use it.
11172
11173 (sql-imenu-generic-expression): Doc change.
11174 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11175 is used.
11176
11177 (sql-informix): Added command line parameter "-" to force
11178 sql-informix-program to use stdout.
11179
11180 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11181
11182 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11183 (cp864-decode-table): Doc fix.
11184 (cp720-decode-table): New variable, supports the Arabic OEM
11185 codepage used by Windows.
11186 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11187
11188 2000-06-23 Dave Love <fx@gnu.org>
11189
11190 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11191 (font-lock-fontify-anchored-keywords): Use
11192 line-beginning-position.
11193 (global-font-lock-mode): Use mapc.
11194
11195 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11196
11197 * eshell/esh-module.el: Require CL when compiling.
11198
11199 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11200
11201 * comint.el (comint-substitute-in-file-name): Call replace-match
11202 with second and third arg t.
11203
11204 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11205 Specify foreground color.
11206
11207 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11208 color.
11209
11210 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11211
11212 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11213 cddr instead of cdddr.
11214
11215 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11216 instead of copy-list.
11217
11218 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11219 of copy-list.
11220
11221 * subdirs.el: Add eshell subdirectory.
11222
11223 * eshell: New subdirectory containing the Eshell package.
11224
11225 * pcomplete.el: New file.
11226
11227 2000-06-23 Paul Eggert <eggert@twinsun.com>
11228
11229 * mail/mailpost.el (post-mail-send-it): Make sure file has
11230 proper permissions from birth.
11231
11232 * files.el (basic-save-buffer-2): When temporarily setting
11233 file modes, set them to current modes plus 0200, not to 0777.
11234
11235 * emerge.el (emerge-make-temp-file): Make sure file has proper
11236 permissions from birth.
11237
11238 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11239
11240 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11241 backup file name through convert-standard-filename.
11242
11243 * dos-fns.el (convert-standard-filename): Convert leading
11244 directories as well. When long file names are supported, convert
11245 characters that are invalid in Windows file names.
11246
11247 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11248
11249 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11250 ps-print crashes. New feature: page selection for printing. Create
11251 raw-text-unix coding system for XEmacs. Doc fix.
11252 (ps-print-version): New version number (5.2.3).
11253 (ps-plot-region): Bug fix.
11254 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11255 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11256 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11257 funs.
11258 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11259 (ps-last-page): New vars.
11260
11261 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11262
11263 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11264 empty option string.
11265
11266 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11267
11268 * man.el (man): Doc fix.
11269
11270 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11271
11272 * international/mule-cmds.el (set-language-info-alist): Docstring
11273 fixed.
11274
11275 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11276
11277 * version.el (emacs-version): Use ISO date format.
11278
11279 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11280 instead of `M-backspace'.
11281
11282 * simple.el (turn-off-auto-fill): New function.
11283
11284 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11285
11286 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11287 Renamed from with-buffer-prepared-for-font-lock and use
11288 inhibit-modification-hooks rather than setting *-change-functions.
11289 Update all functions to use the new name.
11290 (jit-lock-first-unfontify-pos): New semantics (and doc).
11291 (jit-lock-mode): Make non-interactive.
11292 Don't automatically turn on font-lock.
11293 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11294 Always use jit-lock-after-change.
11295 Remove and restore font-lock-after-change-function.
11296 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11297 (jit-lock-after-unfontify-buffer): Remove.
11298 (jit-lock-stealth-fontify):
11299 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11300 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11301
11302 2000-06-20 Sam Steingold <sds@gnu.org>
11303
11304 * emacs-lisp/cl-indent.el (toplevel): Indent
11305 `print-unreadable-object' properly. Untabify.
11306
11307 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11308
11309 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11310 Support for bibentry.
11311 (reftex-compile-variables): Fixed problem with end of section-re.
11312
11313 * texmodes/reftex-dcr.el (reftex-view-crossref,
11314 reftex-view-crossref-from-bibtex):
11315 Deal with changed `reftex-find-citation-regexp-format'.
11316 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11317 Replaced `remprop' with `put'.
11318 (reftex-view-crossref, reftex-view-crossref-when-idle):
11319 Support for bibentry.
11320
11321 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11322 New entry for bibentry package.
11323
11324 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11325 Regexp also matches "\nobibliography".
11326
11327 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11328 Call `reftex-ensure-write-access' before doing anything.
11329 (reftex-ensure-write-access): New function.
11330
11331 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11332
11333 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11334
11335 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11336
11337 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11338
11339 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11340
11341
11342 2000-06-20 Dave Love <fx@gnu.org>
11343
11344 * faces.el (frame-background-mode): Use set-default, not set, in
11345 setter.
11346 (frame-update-faces, frame-update-face-colors): Define with
11347 defalias.
11348
11349 * enriched.el (enriched-decode-foreground)
11350 (enriched-decode-background): Don't use internal-find-face.
11351
11352 * apropos.el: Doc fixes.
11353
11354 * cus-edit.el (customize-changed-options): Check arg.
11355 (customize-version-lessp): Don't require decimal point.
11356
11357 * custom.el (defcustom, defgroup): Doc fix.
11358
11359 * newcomment.el (comment) <defgroup>: Add :version.
11360 (comment-multi-line): Doc fix.
11361
11362 * emulation/mlsupport.el (define-hooked-local-abbrev,
11363 define-hooked-global-abbrev): Fix, using define-abbrev.
11364
11365 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11366
11367 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11368 the whole buffer.
11369
11370 2000-06-19 Dave Love <fx@gnu.org>
11371
11372 * menu-bar.el (menu-bar-options-save): New function.
11373 (menu-bar-options-menu): Use it.
11374 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11375 Simplify.
11376
11377 2000-06-19 Andreas Schwab <schwab@suse.de>
11378
11379 * progmodes/etags.el (tags-query-replace): Put new parameters
11380 START and END at the end, for backward compatibility.
11381
11382 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11383
11384 * international/codepage.el:
11385 (cp-coding-system-for-codepage-1): Delete special codes for
11386 generating xxx-dos coding system because now a CCL based coding
11387 system can handle EOL conversion by default.
11388
11389 * international/mule.el (make-coding-system): Generate subsidiary
11390 coding systems for EOL handling variants even for a CCL based
11391 coding system.
11392
11393 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11394
11395 * international/isearch-x.el (isearch-minibuffer-input-method)
11396 (isearch-minibuffer-input-method-function): These variables
11397 deleted.
11398 (isearch-with-input-method): Don't use the above variables.
11399 (isearch-process-search-multibyte-characters): Likewise. Call
11400 read-string with the arg INHERIT-INPUT-METHOD t.
11401
11402 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11403
11404 * font-lock.el (font-lock-after-fontify-buffer)
11405 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11406
11407 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11408 Use consistent make-local-variable style for font-lock-fontified.
11409 (jit-lock-fontify-buffer):
11410 Don't bother checking for font-lock-mode and jit-lock-mode.
11411
11412 * time.el: Remove trailing ^M that prevent CVS-merging.
11413
11414 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11415
11416 * Makefile.in (distclean): New target.
11417
11418 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11419
11420 * Makefile.in (srcdir): Define for update-subdirs.
11421
11422 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11423
11424 * find-lisp.el: New file.
11425
11426 2000-06-16 Andrew Innes <andrewi@gnu.org>
11427
11428 * time.el (display-time-mail-function): New variable, to allow
11429 external packages to indicate when new mail is available.
11430 (display-time-update): Use it.
11431
11432 2000-06-16 Kenichi Handa <handa@etl.go.jp>
11433
11434 * international/mule.el (mule-version): Change version name to
11435 SAKAKI. AOI has already been used by Meadow.
11436
11437 * international/quail.el (quail-show-guidance-buf): To find the
11438 bottom window (but minibuffer), pay attention to the height of
11439 minibuffer.
11440
11441 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11442
11443 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11444 menu-bar menus. Add help strings. Don't remove the Edit menu
11445 from the menu bar, as the menu bar has enough space now.
11446
11447 * Makefile.in (SHELL): Make sure /bin/sh is used.
11448
11449 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11450 characters, which use series of two ^H characters instead of one.
11451
11452 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11453
11454 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11455 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11456 functions.
11457 (Info-find-node-2): Try a case-sensitive search first, then
11458 do a case-insensitive search.
11459
11460 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11461 tutorials.
11462
11463 * complete.el (PC-env-vars-alist): New variable.
11464 (PC-complete-as-file-name): New function.
11465 (partial-completion-mode): Initialize PC-env-vars-alist from
11466 process-environment.
11467 (PC-do-completion): Handle completion of env vars.
11468
11469 * info.el (Info-set-mode-line): Show file name in mode line,
11470 use `*Info*' instead of `Info:'.
11471
11472 * startup.el (command-line-1): Change copyright messages to year
11473 2000.
11474
11475 2000-06-15 Dave Love <fx@gnu.org>
11476
11477 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11478 not local-map.
11479
11480 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11481
11482 * international/mule.el (set-buffer-file-coding-system): Almost
11483 rewritten to handle `undecided' as no-op.
11484
11485 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11486
11487 * Makefile.in: New file.
11488
11489 * Makefile: Removed.
11490
11491 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11492 (goto-address-highlight-keymap): Bind C-c RET.
11493
11494 2000-06-14 Kenichi Handa <handa@etl.go.jp>
11495
11496 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11497 inherits buffer-file-coding-system of the current buffer.
11498
11499 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11500 0. Give correct argument to set-auto-coding-function.
11501 (tar-expunge): For goto-char, use (point-min), not 0.
11502 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11503 (tar-subfile-save-buffer): Likewize.
11504
11505 * international/mule.el
11506 (after-insert-file-set-buffer-file-coding-system): Call
11507 set-buffer-file-coding-system with the arg FORCE t.
11508
11509 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11510
11511 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11512 nil. Contemporary sendmails issue an X-Authentication-Warning if
11513 the sender is set with `-f'.
11514
11515 2000-06-13 Dave Love <fx@gnu.org>
11516
11517 * help.el (describe-function-1): Kluge around cases of functions
11518 fset to subrs whose doc doesn't match their symbol-name.
11519
11520 * image.el (insert-image): Default STRING to a space.
11521
11522 * info.el Doc fixes.
11523 (Info-build-node-completions): Match Ref tags.
11524
11525 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11526
11527 * frame.el (display-multi-frame-p, display-multi-font-p): New
11528 defaliases for display-graphic-p.
11529
11530 * hl-line.el: Fixed a typo in commentary.
11531
11532 2000-06-13 Kenichi Handa <handa@etl.go.jp>
11533
11534 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11535 fixed.
11536
11537 2000-06-12 Dave Love <fx@gnu.org>
11538
11539 * image.el (insert-image): Save a little consing.
11540
11541 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11542
11543 * language/tibet-util.el: Convert all tibetan-1-column characters
11544 to the corresponding tibetan characters.
11545 (tibetan-add-components): Delete code for the special treatment of
11546 'a chung.
11547
11548 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11549 change.
11550 (tibetan-vowel-transcription-alist): More rules added.
11551 (tibetan-composite-vowel-alist): New variable.
11552 (tibetan-precomposition-rule-alist): More rules added.
11553
11554 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11555
11556 * startup.el (command-line): Only call menu-bar-mode if interactive.
11557
11558 * thingatpt.el (toplevel symbol-properties):
11559 * textmodes/makeinfo.el (makeinfo-compile):
11560 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11561 * progmodes/hideif.el (hif-compress-define-list)
11562 (hide-ifdef-use-define-alist):
11563 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11564 (ange-ftp-vms-add-file-entry):
11565 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11566 * man.el (Man-build-man-command):
11567 * mail/rnewspost.el (news-reply-header-hook):
11568 * info.el (Info-insert-dir):
11569 * emulation/mlconvert.el (backward-word, forward-word, setq):
11570 * emacs-lisp/gulp.el (gulp-send-requests):
11571 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11572 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11573 (byte-optimize-apply, end of file):
11574 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11575 (ad-make-freeze-definition):
11576 * startup.el (command-line, command-line-1): Don't quote lambdas.
11577
11578 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11579 (cvs-cleanup-removed): New function.
11580 (cvs-cleanup-functions): New var.
11581 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11582 some flexibility in specifying additional entries to auto-cleanup.
11583 (cvs-quickdir): New function.
11584 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11585 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11586 (cvs-mode-find-file): Check that we are on a filename or dirname
11587 when invoked through a mouse-click.
11588 (cvs-full-path): Remove.
11589 (cvs-dired-action): Re-introduced.
11590 (cvs-dired-noselect): Use it.
11591 (vc-post-command-functions): use this new hook if available.
11592
11593 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11594 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11595 (cvs-filename-map, cvs-dirname-map): Remove.
11596 (cvs-default-action): Remove.
11597 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11598 if the arg is really a keymap.
11599 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11600 Don't hardcode the mapping from state (aka type) to face, but check
11601 the var cvs-fi-<type>-face instead.
11602 (cvs-fileinfo-from-entries): New function.
11603
11604 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11605 Docstring fix.
11606 (cvs-find-file-and-jump): Change default to be safer.
11607 (cvs-mode-diff-map): Define it as a function as well.
11608 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11609 Bind mouse-2 in this global map rather than with text-properties.
11610
11611 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11612 file to resolve the ambiguity between C(conflict) and C(need-merge).
11613
11614 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11615
11616 * international/mule.el (set-buffer-file-coding-system): If
11617 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11618 unconditionally.
11619
11620 2000-06-12 Dave Love <fx@gnu.org>
11621
11622 * wid-edit.el (widget-specify-button): Really suppress the face if
11623 required.
11624
11625 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11626
11627 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11628
11629 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11630
11631 * imenu.el (imenu-generic-expression): Docstring fix.
11632
11633 * composite.el (composition-function-table): Move the `put'
11634 below the autoload cookie so we can load the file before loaddefs.
11635
11636 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11637
11638 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11639 Handle easy-mmode-define-global-mode.
11640 For complex macros like define-minor-mode that can generate
11641 several autoload entries, try to autoload entries in the
11642 macroexpanded code.
11643
11644 * emacs-lisp/easy-mmode.el (define-minor-mode):
11645 If KEYMAP is a symbol, just use it.
11646 Use byte-compile-current-file and load-file-name to infer the
11647 proper :require to pass to defcustom.
11648 Wrap the hook var into `progn' so as not to autoload it.
11649 Add a :autoload-end cookie.
11650 Be more careful about the evaluation of KEYMAP.
11651 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11652 (define-derived-mode): Move define-abbrev-table outside of defvar.
11653
11654 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11655
11656 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11657 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11658 (backup-compiled-files): Ignore errors during `tar'.
11659 (bootstrap): Make autoloads before elc files.
11660
11661 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11662
11663 * international/mule.el (set-buffer-file-coding-system): If one of
11664 undecided-XXX is specified, change only EOL conversion.
11665
11666 * international/mule-conf.el (unix): New alias for the coding
11667 system undecided-unix.
11668
11669 2000-06-09 Dave Love <fx@gnu.org>
11670
11671 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11672
11673 * progmodes/executable.el: Byte compile dynamic.
11674 (executable-insert): Change custom type.
11675 (executable-find): Add autoload cookie.
11676 (executable-make-buffer-file-executable-if-script-p): New
11677 function. After Noah Friedman.
11678
11679 * files.el (after-save-hook): Customize, with
11680 executable-make-buffer-file-executable-if-script-p as an option.
11681
11682 2000-06-09 Kenichi Handa <handa@etl.go.jp>
11683
11684 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11685 "tib24p-mule.bdf" for Tibetan.
11686
11687 * composite.el (decompose-composite-char): Declare it as obsolete.
11688
11689 * man.el (Man-fontify-manpage): Pay attention to underline and
11690 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11691
11692 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11693
11694 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11695 Set maintainer to FSF since author isn't reachable.
11696
11697 2000-06-08 Dave Love <fx@gnu.org>
11698
11699 * international/mule-cmds.el (select-safe-coding-system): If
11700 DEFAULT-CODING-SYSTEM is not specified, also check the most
11701 preferred coding-system if buffer-file-coding-system is
11702 `undecided'. From Handa.
11703
11704 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11705
11706 * international/mule.el
11707 (after-insert-file-set-buffer-file-coding-system): If the buffer
11708 size is greater than INSERTED, judget that we are not visiting.
11709
11710 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11711
11712 * whitespace.el (defgroup whitespace): Comment out `:version'.
11713 XEmacs 20.4 has problems defining the group with this present.
11714 We'll have this commented out till get resolve the problem.
11715
11716 2000-06-07 John Wiegley <johnw@gnu.org>
11717
11718 * align.el (align-dq-string-modes, align-sq-string-modes)
11719 (align-open-comment-modes): Add pyhton-mode.
11720 (align-rules-list): Use get-text-property instead of
11721 text-properties-at.
11722 (align-rules-list): Add python-assignment.
11723 (align-rules-list): Change perl-comma-delimiter to
11724 basic-comma-delimiter. Use if for Perl modes and python-mode.
11725 (align-rules-list): Add python-chain-logic and
11726 basic-line-continuation.
11727
11728 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11729
11730 * apropos.el (apropos-mode-hook): New user variable.
11731 (apropos-mode): Run apropos-mode-hook.
11732
11733 2000-06-07 David Ponce <david@dponce.com>
11734
11735 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11736 commands. Require `wid-edit' at run-time.
11737
11738 2000-06-07 David Ponce <david@dponce.com>
11739
11740 * recentf.el: Added some "Commentary".
11741 (recentf-open-more-files, recentf-edit-list): Minor changes to
11742 move the point at the top of the file list. This behaviour is
11743 consistent with the menu one when the list contains a lot of
11744 files.
11745 (recentf-cleanup): Now displays the number of items removed from
11746 the list.
11747 (recentf-relative-filter) New menu filter to show filenames
11748 relative to `default-directory'.
11749
11750 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11751
11752 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11753 with/without giving an error if PostScript printer doesn't have this
11754 kind of page size. Zebra Stripe continues or restarts on next page.
11755 Manual/automatic paper feeding. Switch or not the header.
11756 (ps-print-version): New version number (5.2.2).
11757 (ps-windows-system): Include emx as a Windows system.
11758 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11759 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11760 (ps-background-text): Code fix.
11761 (ps-error-handler-message, ps-user-defined-prologue)
11762 (ps-print-prologue-header, ps-printer-name)
11763 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11764 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11765 (ps-use-face-background): Customization fix.
11766 (ps-n-up-database): Data fix.
11767 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11768 (ps-switch-header): New vars.
11769 (ps-xemacs-color-name, ps-face-foreground-name)
11770 (ps-face-background-name, ps-boolean-constant): New funs.
11771
11772 2000-06-07 Dave Love <fx@gnu.org>
11773
11774 * allout.el: New version from Manheimer.
11775
11776 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11777
11778 * textmodes/fill.el (fill-find-break-point): Check the validity of
11779 charset.
11780
11781 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11782
11783 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11784 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11785 Call display-color-p and display-mouse-p instead of looking at
11786 window-system.
11787
11788 2000-06-06 Dave Love <fx@gnu.org>
11789
11790 * image.el (find-image): Doc fix. Return nil if image not found.
11791 (put-image, insert-image): Make STRING arg optional.
11792
11793 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11794
11795 * language/vietnamese.el: Remove eval-when-compile.
11796 (viet-viscii-nonascii-translation-table): Define it as a
11797 translation table made from viet-viscii-decode-table.
11798 (viet-viscii-encode-table): Define it as a translation table made
11799 from the reverse map of above.
11800 (viet-vscii-nonascii-translation-table): Define it as a
11801 translation table made from viet-vscii-decode-table.
11802 (viet-vscii-encode-table): Define it as a translation table made
11803 from the reverse map of above.
11804 (ccl-decode-viscii): Use translate-character.
11805 (ccl-encode-viscii, ccl-encode-viscii-font)
11806 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11807 Likewize.
11808
11809 * language/cyrillic.el: Remove eval-when-compile.
11810 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11811 translation table made from cyrillic-koi8-r-decode-table.
11812 (cyrillic-koi8-r-encode-table): Define it as a translation table
11813 made from the reverse map of above.
11814 (ccl-decode-koi8): Use translate-character.
11815 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11816 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11817 a translation table made from cyrillic-alternativnyj-decode-table.
11818 (cyrillic-alternativnyj-encode-table): Define it as a translation
11819 table made from the reverse map of above.
11820 (ccl-decode-alternativnyj): Use translate-character.
11821 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11822 Likewize
11823
11824 * international/mule-diag.el (non-iso-charset-alist): Specify
11825 translation table symbol instead of translation table itself.
11826 (list-block-of-chars): CHARSET may be a translation table symbol.
11827
11828 * international/mule.el (make-coding-system): If CODING-SYSTEM
11829 already exists, override it.
11830
11831 * international/fontset.el: Use family `proportional' for Tibetan
11832 fonts.
11833
11834 * international/ccl.el (ccl-compile-translate-character): Don't
11835 check if Rrr has property translation-table.
11836 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11837
11838 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11839
11840 * info.el: Bind case-fold-search to t when searching in case
11841 a user sets it to nil in a hook.
11842
11843 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11844
11845 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11846 * hl-line.el (hl-line-mode): Use the new :global key argument.
11847
11848 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11849 (tar-clip-time-string): Prepend a space.
11850 (tar-grind-file-mode): Construct a string rather than modifying one.
11851 (tar-header-block-summarize): Fix docstring.
11852 Use `format' rather than an error-prone set of copy-loops.
11853
11854 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11855 (diff-goto-source, diff-unified->context, diff-context->unified)
11856 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11857 understand the format output by the `-p' argument to diff.
11858
11859 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11860 (sh-re-done): Use defconst.
11861 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11862 (sh-help-string-for-variable, sh-guess-basic-offset):
11863 Don't quote lambdas.
11864 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11865 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11866
11867 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11868 (mh-letter-mode): Derive from text-mode.
11869 This implicitly means that it now calls kill-all-local-variables.
11870 Also remove the Emacs-18 compatibility code.
11871
11872 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11873 Make use of symbol-property doc-string-elt.
11874 Use memq rather than a sequence of eq.
11875 (doc-string-elt): Fix the wrong or missing previously unused values.
11876 (autoload-print-form): New function extracted from
11877 generate-file-autoloads to allow recursion when handling progn
11878 so that defvar's and defun's docstrings are properly printed.
11879 (generate-file-autoloads): Use it.
11880
11881 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11882 Use find-file-hooks in the minor-mode function.
11883 Be careful not to loop indefinitely in the post-command-hook function.
11884
11885 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11886
11887 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11888 tty's.
11889 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11890 differences whenever appropriate.
11891 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11892 * viper.el (find-file, find-file-other-window): Get viper to do
11893 wildcards.
11894
11895 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11896
11897 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11898 (jit-lock-fontify-buffer): New function for JIT refontification.
11899 (jit-lock-mode): Fix docstring.
11900 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11901 Remove jit-lock-after-change from the _local_ hook.
11902 (jit-lock-function-1): Fix docstring.
11903
11904 * info.el (Info-on-current-buffer): Initialize info.
11905
11906 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11907
11908 * progmodes/tcl.el (tcl-indent-for-comment):
11909 Ignore comment-indent-hook.
11910
11911 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11912 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11913 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11914 and improve to use the lighter to guess the capitalization.
11915 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11916 Add keyword arguments to specify global-ness or the custom group.
11917 Add local-map and help-echo properties to the lighter.
11918 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11919 (easy-mmode-define-global-mode): New macro.
11920
11921 2000-06-02 Dave Love <fx@gnu.org>
11922
11923 * wid-edit.el: byte-compile-dynamic since we typically don't use
11924 all the widgets. Don't require cl or widget. Remove
11925 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11926 (widget-read-event): Removed. Callers changed to use read-event.
11927 (widget-button-release-event-p): Renamed from
11928 button-release-event-p.
11929 (widget-field-add-space, widget-field-use-before-change):
11930 Uncustomize.
11931 (widget-specify-field): Use keymap property, not local-map.
11932 (widget-specify-button): Obey :suppress-face.
11933 (widget-specify-insert): Use modern backquote syntax.
11934 (widget-image-directory): Renamed from widget-glyph-directory.
11935 (widget-image-enable): Renamed from widget-glyph-enable.
11936 (widget-image-find): Replaces widget-glyph-find.
11937 (widget-button-pressed-face): Move defvar.
11938 (widget-image-insert): Replaces widget-glyph-insert.
11939 (widget-convert): Use keywordp.
11940 (widget-leave-text, widget-children-value-delete): Use mapc.
11941 (widget-keymap): Remove XEmacs stuff.
11942 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11943 (widget-button-click): Don't set point at the click, but re-centre
11944 if we scroll out of window. Rewritten for images v. glyphs &c.
11945 (widget-tabable-at): Use POS arg, not point.
11946 (widget-beginning-of-line, widget-end-of-line)
11947 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11948 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11949 (widget-default-create): Use widget-image-insert; some rewriting.
11950 (widget-visibility-value-create)
11951 (widget-push-button-value-create, widget-toggle-value-create): Use
11952 widget-image-insert.
11953 (checkbox): Create on and off images dynamically.
11954 (documentation-link): Change :help-echo.
11955 (widget-documentation-link-echo-help): Remove.
11956
11957 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11958
11959 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11960
11961 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11962 (easy-mmode-define-toggle, define-minor-mode): Use it.
11963 (easy-mmode-define-keymap): Docstring fix.
11964 (define-derived-mode): Default PARENT to fundamental-mode.
11965 Add the derived-mode-parent symbol-property.
11966 (easy-mmode-derived-mode-p): New function.
11967
11968 2000-06-02 Dave Love <fx@gnu.org>
11969
11970 * files.el (convert-standard-filename): Doc fix.
11971 (normal-backup-enable-predicate): New function.
11972 (backup-enable-predicate): Use it to replace the lambda form.
11973
11974 * calendar/todo-mode.el: [This needs more work on the outline
11975 stuff.] Doc fixes.
11976 (todo) <defgroup>: Add :version.
11977 (todo-add-category): Don't use pushnew.
11978 (todo-cmd-raise): Fix typo.
11979 (todo-top-priorities): Change temp buffer name.
11980 (todo-category-alist): Avoid redundant lambda.
11981 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11982 Use outline-next-heading.
11983
11984 * autoarg.el: Rewritten to use define-minor-mode.
11985 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11986 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11987
11988 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11989
11990 * isearch.el (isearch-other-meta-char): Fix previous change.
11991
11992 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11993
11994 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11995 (log-edit-done): Only add the comment to the ring if it's different
11996 from the last comment entered.
11997
11998 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11999
12000 2000-06-01 Dave Love <fx@gnu.org>
12001
12002 * hl-line.el: Rewritten using define-minor-mode.
12003
12004 * help.el (describe-function-1): Distinguish special form from
12005 builtin function. Sanity-check presence of arglist for builtins.
12006
12007 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12008
12009 * international/characters.el: Fix syntax/category setting of
12010 Tibetan characters.
12011
12012 * language/tibet-util.el (tibetan-add-components): Fixes for new
12013 encoding of Tibetan characters.
12014 (tibetan-decompose-precomposition-alist): New variable.
12015 (tibetan-decompose-region): Convert precomposed characters to
12016 non-precomposed characters.
12017 (tibetan-decompose-string): Likewise.
12018 (tibetan-composition-function): Fix args to
12019 thibetan-compose-string.
12020
12021 * language/tibetan.el (tibetan-composable-pattern): More
12022 characters included.
12023 (tibetan-consonant-transcription-alist): Rule for "R" added.
12024 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12025 "+R" added.
12026 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12027
12028 * language/lao-util.el (lao-composition-function): Fix args to
12029 compose-string.
12030
12031 * language/thai-util.el (thai-composition-function): Fix args to
12032 compose-string.
12033
12034 * isearch.el (isearch-update): Set disable-point-adjustment to t
12035 to prevent the point moving to the end of a composition when a
12036 part of a composition is searched.
12037 (isearch-other-meta-char): If the key invoking this command can be
12038 mapped by function-key-map to a printing char, call
12039 isearch-process-search-char directly.
12040
12041 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12042
12043 * emacs-lisp/bytecomp.el:
12044 * frame.el:
12045 * international/mule-cmds.el:
12046 * international/mule-util.el:
12047 * international/mule.el:
12048 * mouse.el:
12049 * subr.el:
12050 * faces.el: Update calls to make-obsolete with a WHEN argument.
12051
12052 * byte-run.el (make-obsolete, make-obsolete-variable):
12053 Add an optional WHEN argument and change the format of the
12054 symbol-property information.
12055 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12056 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12057 new obsolete-symbol-property format and print WHEN if it is provided.
12058
12059 2000-05-31 Dave Love <fx@gnu.org>
12060
12061 * loadhist.el (loadhist-hook-functions): Remove
12062 before-change-function, after-change-function.
12063 (unload-feature): Deal with symbols which are both bound and
12064 fbound.
12065
12066 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12067 before-change-function, after-change-function.
12068
12069 * simple.el (newline): Don't bind before-change-function,
12070 after-change-function.
12071
12072 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12073
12074 * whitespace.el (whitespace-rescan-timer-time): Update interval
12075 set to 600 seconds (10 minutes) instead of 60 seconds since
12076 a large number of whitespace buffers causes emacs to `freeze'
12077 for a considerable amount of time.
12078
12079 * whitespace.el: Updated email address
12080
12081 2000-05-31 Dave Love <fx@gnu.org>
12082
12083 * add-log.el (change-log-font-lock-keywords) <function>: Add
12084 pattern for function of change.
12085 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12086 acknowledgements patterns.
12087
12088 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12089
12090 * isearch.el (isearch-printing-char): If keyboard coding system is
12091 being used, call isearch-process-search-multibyte-characters.
12092
12093 * international/isearch-x.el: Mostly rewritten.
12094
12095 * international/quail.el (quail-start-conversion): Don't include
12096 unhandled events in the returned events, but set them in
12097 unread-command-events. Exit if all inputs are deleted.
12098
12099 2000-05-30 Jason Rumney <jasonr@gnu.org>
12100
12101 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12102
12103 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12104 Reenable code to create initial fontsets.
12105 Use set-fontset-font in place of put-charset-property.
12106
12107 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12108
12109 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12110 label, ensure that the first colon isn't followed by another.
12111
12112 * paths.el (Info-default-directory-list): Doc fix.
12113
12114 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12115 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12116 send a query containing USER only, not USER@HOST.
12117
12118 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12119 and rmail-msgend to compute the restriction at the end, instead of
12120 computing it.
12121
12122 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12123
12124 * dabbrev.el (dabbrev-expand): Don't display messages in the
12125 echo area if the minibuffer window is active.
12126
12127 * jit-lock.el (jit-lock-mode): Add after change function to
12128 local hook.
12129
12130 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12131
12132 * antlr-mode.el: New commands: hide/unhide actions,
12133 upcase/downcase literals.
12134 (antlr-tiny-action-length): New user option.
12135 (antlr-hide-actions): New command. Suggested by
12136 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12137 (antlr-mode-map): New binding [C-c C-v].
12138 (antlr-mode-menu): New entries.
12139 (antlr-downcase-literals): New command.
12140 (antlr-upcase-literals): Ditto.
12141
12142 * antlr-mode.el: Minor changes: indendation, mode-name.
12143 (antlr-indent-line): Indent cpp directive at column 0.
12144 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12145
12146 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12147 (antlr-font-lock-additional-keywords): Workaround for intentional
12148 bug in XEmacs version of font-lock.
12149 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12150 be used by a smarter version of `buffers-menu-grouping-function'.
12151
12152 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12153
12154 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12155 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12156
12157 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12158
12159 * international/encoded-kb.el
12160 (encoded-kbd-iso2022-designation-map): Pay attention to that
12161 charset-iso-final-char return -1 for eight-bit-control and
12162 eight-bit-graphic.
12163
12164 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12165
12166 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12167 (speedbar-easymenu-definition-base): Use display-graphic-p where
12168 available, instead of window-system.
12169
12170 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12171
12172 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12173 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12174 coding systems.
12175
12176 2000-05-26 Dave Love <fx@gnu.org>
12177
12178 * disp-table.el (standard-display-underline): Don't use
12179 internal-find-face.
12180
12181 * mail/reporter.el: Maintainer change. Doc fixes.
12182 (reporter-version): Deleted.
12183
12184 * emacs-lisp/elp.el: Maintainer change.
12185 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12186
12187 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12188
12189 * add-log.el (add-change-log-entry): Merge the current entry with the
12190 previous one if the previous one is empty.
12191
12192 2000-05-26 Dave Love <fx@gnu.org>
12193
12194 * loadhist.el (unload-feature): Fix interactive spec [from
12195 lijnzaad@ebi.ac.uk].
12196
12197 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12198 subr-arity to check primitives.
12199 (byte-compile-flush-pending, byte-compile-file-form-progn)
12200 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12201 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12202 mapcar.
12203
12204 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12205
12206 * international/fontset.el: Set family names of non-latin charsets
12207 in default fontset to "*".
12208
12209 * international/mule-diag.el (print-fontset): Combine family part
12210 and registry part of the fontname by "-*-" instead of "-".
12211
12212 * international/mule-cmds.el (encode-coding-char): Make strings
12213 multibyte before calling encode-coding-string.
12214
12215 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12216
12217 * derived.el: Fix keywords.
12218 (define-derived-mode): Only define if needed.
12219
12220 * simple.el (fill-comment, comment-column, comment-start)
12221 (comment-start-skip, comment-end, comment-indent-function)
12222 (block-comment-start, block-comment-end, indent-for-comment)
12223 (set-comment-column, kill-comment, comment-padding, comment-region)
12224 (comment-multi-line, indent-new-comment-line): Remove.
12225
12226 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12227 function names for comment operations.
12228
12229 * newcomment.el: Add abundant autoload cookies.
12230 (comment-style): Don't depend on runtime data at compile-time.
12231 (comment-indent-hook): Remove.
12232 (comment-indent): Check if comment-indent-hook is bound.
12233 (comment-region): Docstring fix.
12234
12235 2000-05-25 Dave Love <fx@gnu.org>
12236
12237 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12238 byte-code-function-p.
12239
12240 * mail/rmailsum.el: Add provide.
12241
12242 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12243
12244 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12245 defcustom.
12246
12247 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12248
12249 * ediff-diff.el (ediff-exec-process): delete --binary option from
12250 non-buffer ediff jobs.
12251
12252 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12253
12254 * hilit-chg.el (highlight-changes-mode): Ask about color or
12255 grayscale support, not about window-system.
12256
12257 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12258 window-system.
12259 (ffap-highlight): Always default to t.
12260
12261 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12262 display-popup-menus-p instead of looking at window-system.
12263
12264 * disp-table.el (standard-display-g1, standard-display-graphic):
12265 Only refuse to use string glyphs on X and MS-Windows.
12266
12267 * avoid.el: Remove window-system from commentary, suggest to use
12268 display-*-p instead.
12269
12270 * apropos.el (apropos-print): Use display-mouse-p instead of
12271 window-system.
12272
12273 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12274
12275 * international/codepage.el (cp-decoding-vector-for-codepage):
12276 Fill up unsupported characters with their own codes. From Kenichi
12277 Handa.
12278
12279 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12280
12281 * international/mule-diag.el (describe-char-after): Use
12282 display-graphic-p instead of window-system, so that this function
12283 works on MS-DOS.
12284
12285 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12286
12287 * international/codepage.el (cp-make-coding-systems-for-codepage):
12288 Remove the eight-bit-graphic and eight-bit-control charsets from
12289 the list of charsets which we convert into `?'.
12290
12291 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12292
12293 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12294 private charsets.
12295 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12296 japanese-jisx0213-2): New charsets.
12297
12298 * international/fontset.el: Setup default fontset for new charsets.
12299
12300 2000-05-24 Dave Love <fx@gnu.org>
12301
12302 * info.el (Info-find-node-2): Restructure [following "Vadim
12303 S. Solomin" <sovs@uic.nnov.ru>].
12304
12305 * icomplete.el: Fix header for Finder.
12306
12307 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12308
12309 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12310 STAY.
12311
12312 * rmail.el (rmail-automatic-folder-directives): New user variable.
12313 (rmail-show-message): Add call to `rmail-auto-file' during
12314 display.
12315 (rmail-auto-file): New function.
12316
12317 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12318
12319 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12320 account.
12321 (ediff-test-utility,ediff-diff-mandatory-option)
12322 (ediff-reset-diff-options): Utilities for proper initialization of
12323 ediff-diff-options and ediff-diff3-options on Windows.
12324
12325 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12326 variable.
12327
12328 * ediff-mult.el (ediff-filegroup-action): Use
12329 ediff-merge-filename-prefix.
12330
12331 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12332
12333 * viper-ex.el (ex-write): Set selective display to nil.
12334
12335 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12336
12337 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12338 aliases for hebrew-iso-8bit.
12339
12340 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12341
12342 * woman.el: New version from Francis J. Wright
12343 <F.J.Wright@Maths.QMW.ac.uk>.
12344 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12345 names in environment variables regardless of the path separator.
12346 (woman-topic-all-completions-1): Don't call file-name-directory-p
12347 on all files, since woman-file-regexp already filters out any
12348 directories.
12349
12350 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12351
12352 * international/quail.el (quail-start-translation): Don't change
12353 modified-p of the current buffer.
12354 (quail-start-conversion): Likewise.
12355
12356 * international/kkc.el (kkc-region): Don't change modified-p of
12357 the current buffer.
12358
12359 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12360 conform to RFC1468.
12361 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12362
12363 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12364
12365 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12366 (speedbar-insert-button): Invisible text property fix.
12367 (speedbar-directory-plus): Renamed from speedbar-directory-+
12368 (speedbar-directory-minus): Renamed from speedbar-directory--
12369 (speedbar-page-plus): Renamed from speedbar-file-+
12370 (speedbar-page-minus): Renamed from speedbar-file--
12371 (speedbar-page): Renamed from speedbar-file-
12372 (speedbar-tag): Renamed from speedbar-tag-
12373 (speedbar-tag-plus): Renamed from speedbar-tag-+
12374 (speedbar-tag-minus): Renamed from speedbar-tag--
12375 (speedbar-expand-image-button-alist): Use above renames.
12376
12377 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12378 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12379 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12380 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12381 * sb-pg.xpm: Renamed from sb-file.xpm
12382 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12383 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12384
12385 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12386
12387 * international/quail.el (quail-show-guidance-buf): Set
12388 current-input-method of the guidance buffer to the name of the
12389 curren input method.
12390
12391 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12392
12393 * progmodes/compile.el (compile-internal): Style typo.
12394
12395 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12396 quote vars and functions in the docstring.
12397
12398 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12399
12400 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12401 Don't quote lambdas.
12402
12403 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12404
12405 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12406
12407 * startup.el (command-line): Determine source file of compiled
12408 user init file differently. Warn if compiled user init file
12409 is older than its source file.
12410
12411 * ffap.el (ffap-url-regexp): Add `https'.
12412
12413 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * files.el (make-backup-file-name-1): Replace slashes with `!'
12416 rather than `|' (which is not allowed on Windows). Replace the
12417 drive letters with a string "drive_X".
12418
12419 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12420
12421 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12422
12423 * files.el (interpreter-mode-alist): Add `bash2'.
12424
12425 2000-05-22 Dave Love <fx@gnu.org>
12426
12427 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12428 mapc.
12429 (feature-file): Avoid calling symbol-name. Doc fix.
12430 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12431 (loadhist-hook-functions): Add mouse-position-function.
12432 (unload-feature): Change uses of mapcar.
12433
12434 * files.el (parse-colon-path): Doc fix.
12435 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12436 (set-auto-mode): Use mapc.
12437
12438 * complete.el (PC-look-for-include-file): Use :alnum: character
12439 class.
12440 (partial-completion-mode): Add autoload cookie.
12441
12442 2000-05-22 Sam Steingold <sds@gnu.org>
12443
12444 * info.el (Info-fontify-node): Fixed the call to
12445 `add-text-properties' (bug introduced on 2000-05-18).
12446
12447 2000-05-22 Dave Love <fx@gnu.org>
12448
12449 * bindings.el: Remove debug-ignored-errors set in other files.
12450
12451 * progmodes/etags.el: Add to debug-ignored-errors.
12452 (visit-tags-table-buffer): Clear out buffers holding old tables
12453 when making a new list.
12454 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12455 mapc.
12456
12457 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12458 quote keywords.
12459 (cmpl-string-case-type): Use character classes.
12460
12461 * comint.el:
12462 * textmodes/ispell.el:
12463 * imenu.el:
12464 * mail/mh-e.el:
12465 * progmodes/compile.el: Add to debug-ignored-errors.
12466
12467 * dabbrev.el: Add to debug-ignored-errors.
12468 (dabbrev-completion): Use mapc.
12469
12470 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12471
12472 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12473 (woman-mapcan, woman-parse-man.conf)
12474 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12475 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12476 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12477 path syntax better.
12478 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12479 (woman-manpath): Call woman-parse-man.conf.
12480 (woman-emulation): New defcustom, defaults to nroff.
12481 (woman-font-support): New defconst.
12482 (woman-use-symbol-font): New defcustom.
12483 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12484 "Emulation".
12485 Many functions: Doc fix.
12486
12487 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12488
12489 * international/quail.el (quail-simple-translation-keymap): Map
12490 128..255 to quail-self-insert-command.
12491 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12492
12493 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12494
12495 * help.el (help-manyarg-func-alist): Typo.
12496
12497 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12498 intervals which makes it heaps simpler.
12499
12500 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12501 the nested comment markers.
12502
12503 * subr.el (remove-hook): Don't turn the hook's value into a list.
12504
12505 2000-05-21 Dave Love <fx@gnu.org>
12506
12507 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12508 are invalid characters.
12509
12510 * international/mule-util.el (detect-coding-with-priority): Use
12511 mapc. Remove redundant lambda.
12512
12513 * international/mule-diag.el (list-non-iso-charset-chars)
12514 (describe-fontset): Remove redundant lambda.
12515
12516 * emulation/crisp.el (brief-mode): New alias.
12517
12518 * emacs-lisp/ring.el (ring-elements): New function.
12519
12520 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12521 (easy-menu-do-add-item): Use keywordp.
12522
12523 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12524
12525 * replace.el: Doc and error message fixes.
12526 (replace-highlight): Use facep, not internal-find-face.
12527
12528 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12529
12530 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12531
12532 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12533 (log-edit-insert-changelog): Drop `:' as well.
12534
12535 * log-view.el: Fix file description.
12536 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12537 available.
12538 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12539 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12540
12541 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12542 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12543 Print a status message if the toggle is called interactively.
12544 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12545 for global minor modes and use `defcustom' for them.
12546 Use add-minor-mode.
12547 (easy-mmode-define-derived-mode): Remove.
12548 (define-derived-mode): Fancier default docstring.
12549 (easy-mmode-define-navigation): Signal an error rather than (ding).
12550
12551 * newcomment.el (comment-styles): New `box-multi'.
12552 (comment-normalize-vars): Better default for comment-continue to
12553 avoid whitespace-only continuations.
12554 (comment-search-forward): Always move even in the no-syntax case.
12555 (comment-padright): Only obey N if it's only obeyed for padleft.
12556 (comment-make-extra-lines): Better handling of empty continuations.
12557 Use `=' for the filler if comment-start has only one character.
12558 (uncomment-region): Try handling the special `=' filler.
12559 (comment-region): Allow LINES even if MULTI is nil.
12560 (comment-box): Choose box style based on comment-style.
12561
12562 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12563
12564 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12565 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12566
12567 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
12568
12569 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12570 and insert, not subst-char-in-region.
12571
12572 * international/mule-diag.el (list-character-sets-1): Handle
12573 charsets eight-bit-control and eight-bit-graphic.
12574 (list-iso-charset-chars): Likewise.
12575 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12576 charactes as is. Use indent-to to align characters.
12577
12578 * international/mule-cmds.el (find-multibyte-characters): Never
12579 exclude charsets eight-bit-control and eight-bit-graphic.
12580
12581 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12582
12583 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12584 Don't quote lambdas.
12585
12586 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12587
12588 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12589
12590 * gud.el (gud-jdb-directories): Doc fix.
12591
12592 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12593
12594 * newcomment.el: New file.
12595
12596 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12597
12598 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12599
12600 2000-05-18 Andreas Schwab <schwab@suse.de>
12601
12602 * dired.el (dired-between-files): Also skip lines beginning with
12603 `used'.
12604
12605 2000-05-18 Gerd Moellmann <gerd@gnu.org>
12606
12607 * msb.el (msb-menu-cond): Add choice `user'.
12608
12609 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12610
12611 * ps-print.el: Compatibility, customization and doc fix.
12612 (ps-printer-name-option): Replace defconst by defvar.
12613 (ps-postscript-code-directory): XEmacs compatibility.
12614 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12615 fix.
12616 (ps-user-defined-prologue, ps-print-prologue-header)
12617 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12618 compatibility and code fix.
12619 (ps-print-background-image, ps-print-background-text):
12620 Customization fix.
12621 (ps-line-number-start, ps-n-up-on): New vars.
12622
12623 2000-05-18 Espen Skoglund <esk@ira.uka.de>
12624
12625 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12626 the indent-comment function to just return the appropriate indent.
12627
12628 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12629
12630 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12631 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12632 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12633
12634 2000-05-18 Dave Love <fx@gnu.org>
12635
12636 * info.el (Info-fontify-node): Add intangible property as well as
12637 invisible.
12638
12639 * calendar/appt.el (appt-make-list): Match all lines of entry.
12640 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12641
12642 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12643
12644 * international/mule-diag.el (describe-char-after): Call
12645 internal-char-font, not char-font. If internal-char-font returns
12646 nil, display "-- none --".
12647
12648 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12649
12650 * image.el (image-type-available-p): Don't reference image-types
12651 if it isn't bound.
12652
12653 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12654
12655 * autoarg.el (autoarg-mode): Typo in the :set argument.
12656
12657 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12658
12659 * startup.el (command-line-1): Don't signal an error if the
12660 directory for auto-save-list files does not yet exist.
12661
12662 2000-05-17 Kenichi Handa <handa@etl.go.jp>
12663
12664 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12665
12666 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12667
12668 * subr.el (remove-hook): `setq' hook-value, not `set'.
12669
12670 2000-05-16 Sam Steingold <sds@gnu.org>
12671
12672 * info.el (debug-ignored-errors): More errors to ignore.
12673
12674 2000-05-16 Dave Love <fx@gnu.org>
12675
12676 * cus-edit.el: Don't require cl or easymenu.
12677 (custom-variable-prompt): Test standard-value property, not
12678 user-variable-p.
12679
12680 2000-05-16 Sam Steingold <sds@gnu.org>
12681
12682 * subr.el (add-hook): `setq' hook-value, not `set'.
12683
12684 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12685
12686 * startup.el (command-line-1): Mention the FAQ in the startup
12687 message.
12688
12689 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12690
12691 * progmodes/compile.el (compilation-parse-errors): Collect
12692 `nomessage' regexps last.
12693
12694 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12695
12696 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12697 to the function name.
12698
12699 2000-05-15 Dave Love <fx@gnu.org>
12700
12701 * speedbar.el (speedbar-recenter): Typo.
12702 (speedbar-expand-line): Make arg optional.
12703 (speedbar-mode): Avoid a compiler warning.
12704
12705 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12706
12707 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12708 user-specified option string is empty.
12709
12710 * mouse.el (mouse-yank-at-click): Doc fix.
12711
12712 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12713
12714 * term/internal.el (IT-character-translations): More updates of
12715 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12716 documents.
12717
12718 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12719
12720 * env.el (getenv): New function, interactively callable.
12721 (setenv, getenv): Remove autoload cookies.
12722
12723 * loadup.el: Load `env'.
12724
12725 * progmodes/f90.el: Change author's mail address.
12726
12727 2000-05-14 Dave Love <fx@gnu.org>
12728
12729 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12730 goto-addr as an option.
12731
12732 * help.el (help-xref-stack): Doc fix.
12733 (help-xref-following): New variable.
12734 (help-make-xrefs): Use it.
12735 (help-xref-go-back): Use position information from stack element.
12736 (help-follow): Make position in stack element a pair. Use
12737 help-xref-following.
12738
12739 * autoarg.el: New file.
12740
12741 * faces.el: Declare more functions obsolete.
12742
12743 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12744 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12745 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12746 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12747 Remove all the setup-...-environment functions.
12748
12749 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12750
12751 * speedbar.el: Updated the commentary section. xemacs20p now uses
12752 >= when detecting. Require `defimage' safely.
12753 (speedbar-easymenu-definition-base): Add toggle for images.
12754 (speedbar-easymenu-definition-special): Add flush cache & expand.
12755 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12756 (speedbar-reconfigure-keymaps-hook): New variable.
12757 (speedbar-frame-parameters): Updated documentation.
12758 (speedbar-use-imenu-flag): Updated custom tag
12759 (speedbar-dynamic-tags-function-list): New variable.
12760 (speedbar-tag-hierarchy-method): Updated doc & custom.
12761 (speedbar-indentation-width, speedbar-indentation-width) New
12762 variables.
12763 (speedbar-hide-button-brackets-flag): Customizable.
12764 (speedbar-vc-indicator): Doc update.
12765 (speedbar-ignored-path-expressions): Updated default value.
12766 (speedbar-supported-extension-expressions): Updated default value.
12767 (speedbar-syntax-table): Remove {} paren status.
12768 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12769 as "+". Added overlay aliases.
12770 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12771 `force-mode-line-update'.
12772 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12773 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12774 `mouse-set-point'
12775 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12776 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12777 of arbitrary text, and new helper functions.
12778 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12779 filename finder.
12780 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12781 (speedbar-directory-buttons): Update path search/expansion.
12782 (speedbar-make-tag-line): Pay attention to
12783 `speedbar-indentation-width'. Use more care w/ invisible
12784 properties.
12785 (speedbar-change-expand-button-char): Call
12786 `speedbar-insert-image-button-maybe'.
12787 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12788 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12789 (speedbar-trim-words-tag-hierarchy)
12790 (speedbar-simple-group-tag-hierarchy): New functions
12791 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12792 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12793 functions.
12794 (speedbar-mouse-set-point): New function
12795 (speedbar-power-click): Updated documentation.
12796 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12797 of tag prefix text.
12798 (speedbar-expand-line, speedbar-contract-line): Make more robust
12799 to strange text.
12800 (speedbar-expand-line): Takes universal argument to flush the
12801 cache.
12802 (speedbar-flush-expand-line): New function.
12803 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12804 Use new generator insertion method.
12805 (speedbar-fetch-dynamic-tags): New function.
12806 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12807 `speedbar-fetch-dynamic-imenu'.
12808 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12809 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12810 "Revert Buffer" menu items.
12811 (speedbar-buffer-buttons-engine): Be smarter when creating a
12812 filename tag (for expansion purposes.).
12813 (speedbar-highlight-one-tag-line,
12814 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12815 (speedbar-recenter): New functions.
12816 (defimage-speedbar): Image loading abstraction.
12817 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12818 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12819 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12820 (speedbar-tag-type, speedbar-tag-mail): New images.
12821 (speedbar-expand-image-button-alist): New variable.
12822 (speedbar-insert-image-button-maybe): Insert an image over some
12823 buttons.
12824
12825 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12826
12827 * international/mule-cmds.el (encode-coding-char): An ASCII
12828 character is always encodable.
12829
12830 * international/mule-conf.el: Add more information in descriptions
12831 of character sets.
12832
12833 * international/mule-diag.el (describe-char-after): New function.
12834 (describe-font-internal): Adjusted for the change of font-info.
12835 (describe-font): Likewise.
12836 (print-fontset): Rewritten for the new fontset implementation.
12837 (describe-fontset): Include fontset alias names in completion.
12838 (list-fontsets): Adjusted for the change of print-fontset.
12839
12840 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12841 describe-char-after instead of displaying the detail in the echo
12842 area.
12843 (syntax-code-table): Format changed.
12844 (string-to-syntax): Adjusted for the above change.
12845
12846 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12847
12848 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12849
12850 2000-05-12 Dave Love <fx@gnu.org>
12851
12852 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12853 dependence. Use line-{beginning,end}-position, not
12854 point-at{b,e}ol. Some doc fixes.
12855 (todo-position): New function. Fix callers of position to use it.
12856 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12857
12858 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12859
12860 * time.el (display-time-mail-icon): Use `:ascent center'.
12861
12862 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12863 handling FTP security extensions.
12864
12865 2000-05-11 Dave Love <fx@gnu.org>
12866
12867 * calendar/todo-mode.el: New file.
12868
12869 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12870
12871 * comint.el (comint-read-input-ring): Move reference to
12872 comint-input-ring-size outside of the save-excursion. It was
12873 causing the default value to be the only one ever seen.
12874
12875 * font-lock.el: Update copyright. Remove Simon Marshall's email
12876 address on request from him.
12877
12878 * subr.el (substitute-key-definition): Add comment describing
12879 the meaning of PREFIX.
12880
12881 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12882
12883 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12884
12885 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12886 (add-minor-mode): Don't make the variable buffer-local and add a
12887 reference to define-minor-mode in the docstring.
12888
12889 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12890 HEADER/FOOTER and fix bug with trailing empty directory.
12891 (cvs-append-to-ignore): Use vc-editable-p if available.
12892 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12893 (vc-do-command): Tweak advice to handle the new VC.
12894
12895 * log-view.el (log-view-goto-rev): New function for the new VC.
12896 (log-view-minor-wrap): Use mark-active.
12897
12898 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12899 (log-edit-changelog-full-paragraphs): New var.
12900 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12901 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12902 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12903 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12904 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12905 Replace the `cvs' prefix with `log-edit'.
12906
12907 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12908
12909 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12910 (diff-font-lock-defaults): Explicitly turn off multiline.
12911 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12912 (diff-ediff-patch): Fix call to ediff-patch-file.
12913 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12914 Handle comments.
12915
12916 * frame.el (automatic-hscrolling): Typo.
12917
12918 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12919
12920 2000-05-09 Sam Steingold <sds@goems.com>
12921
12922 * apropos.el (apropos-print): use `describe-face' instead of
12923 `customize-face-other-window'.
12924
12925 2000-05-09 Dave Love <fx@gnu.org>
12926
12927 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12928
12929 * help.el (describe-variable): Have customize button pop the
12930 help-xref stack when invoked.
12931 (help-xref-symbol-regexp): Add `face'.
12932 (help-make-xrefs): Check for quoted face names and adapt regexp
12933 submatch numbers to cope.
12934 (help-xref-interned): Maybe insert face doc too. Separate
12935 sections with a line of hyphens.
12936
12937 * faces.el: Some doc fixes. Declare some functions obsolete.
12938 (describe-face): Add customize button. Return the help
12939 text. Fix prompt.
12940
12941 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12942
12943 * term/internal.el (IT-character-translations): Fix last change.
12944
12945 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12946
12947 * woman.el: New file
12948 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12949
12950 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12951
12952 * term/internal.el (IT-character-translations): Update ASCII
12953 simulations for greek-iso8859-7, add latin-iso8859-14 and
12954 latin-iso8859-15.
12955
12956 * international/mule-cmds.el (set-language-info-alist): Call
12957 define-prefix-command with 3 arguments, to make the map suitable
12958 for a menu.
12959
12960 2000-05-07 Dave Love <fx@gnu.org>
12961
12962 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12963
12964 2000-05-05 Dave Love <fx@gnu.org>
12965
12966 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12967 list in doc string. Don't quote keyword symbols.
12968 * emacs-lisp/cl.el: Likewise
12969 * emacs-lisp/cl-seq.el: Likewise
12970
12971 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12972
12973 * abbrev.el (abbrev-mode): Make ARG optional.
12974
12975 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12976
12977 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12978
12979 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12980
12981 * subr.el (substitute-key-definition): Clarify documentation.
12982
12983 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12984
12985 * glasses.el (glasses-convert-to-unreadable): Use
12986 `glasses-separator' instead of the hard-wired "_".
12987 (glasses-mode): Call `glasses-make-unreadable' only in a single
12988 place.
12989
12990 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12991
12992 * term/internal.el (cjk-codepages-alist): Add associations for
12993 Chinese and Korean codepages. Remove FIXME comment.
12994
12995 2000-05-03 Dave Love <fx@gnu.org>
12996
12997 * time.el (display-time-mail-face, display-time-use-mail-icon):
12998 New option.
12999 (display-time-mail-icon): New variable.
13000 (display-time-string-forms): Use the above. Fix the local-map.
13001
13002 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13003
13004 * replace.el (query-replace-map): Add binding for `E'.
13005 (query-replace-help): Extend help text.
13006 (perform-replace): Allow editing the replacement string.
13007
13008 * make-mode.el (makefile-mode-abbrev-table): New variable.
13009 (makefile-mode): Set local abbrev table to
13010 makefile-mode-abbrev-table.
13011 (makefile-font-lock-keywords): Fontify includes and conditionals.
13012
13013 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13014 set TOGGLE's value.
13015
13016 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13017 mail-interactive-insert-alias.
13018 (mail-abbrev-complete-alias): New command.
13019 (mail-mode-map): Bind it to `M-TAB'.
13020
13021 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13022
13023 * language/lao-util.el (lao-compose-region): New function.
13024
13025 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13026
13027 * files.el (recover-session): Make directories as necessary
13028 if they don't exist yet.
13029
13030 * calendar/cal-french.el
13031 (french-calendar-multibyte-special-days-array)
13032 (french-calendar-special-days-array): Change French text.
13033 (calendar-french-date-string): Change output.
13034 (calendar-goto-french-date): Likewise.
13035
13036 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13037
13038 * wid-edit.el (widget-default-active): Obey `:always-active'.
13039 (widget-documentation-string-value-create): Set `:always-active'.
13040
13041 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13042
13043 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13044 default prefix to `~/_emacs.d/auto-save.list/_s'.
13045 (normal-top-level): Create the directory for auto-save files, if
13046 it doesn't already exist (in the ms-dos case only).
13047
13048 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13049
13050 * international/mule-cmds.el (set-language-environment): Don't
13051 concat an integer (dos-codepage), use format instead.
13052
13053 2000-05-02 Dave Love <fx@gnu.org>
13054
13055 * help.el (help-xref-on-pp): Check for constant symbols.
13056
13057 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13058
13059 * startup.el (normal-top-level): Put a condition-case around
13060 the code loading subdirs.el.
13061
13062 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13063
13064 * ps-print.el: Upside-down and face background color printing,
13065 line number step, doc fix.
13066 (ps-print-version): New version number (5.2).
13067 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13068 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13069 (ps-spool-config): Var fix.
13070 (ps-printer-name-option): Const fix.
13071 (ps-print-upside-down, ps-use-face-background)
13072 (ps-line-number-step): New vars.
13073 (ps-window-system, ps-lp-system): New consts.
13074 (ps-face-background): New fun.
13075
13076 2000-04-28 Richard Stallman <rms@gnu.org>
13077
13078 * files.el (make-auto-save-file-name):
13079 Apply auto-save-file-name-transforms to visited file name
13080 before generating auto save file name.
13081 (auto-save-file-name-transforms): New variable.
13082
13083 * files.el (backup-enable-predicate):
13084 Correctly test for a file under a temporary directory.
13085
13086 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13087
13088 * subr.el (add-minor-mode): Rewritten.
13089
13090 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13091
13092 * mail/sendmail.el (sendmail-send-it): Set
13093 buffer-file-coding-system to the selected coding system for MIME
13094 header.
13095
13096 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13097
13098 * dired.el (dired-move-to-filename-regexp): Allow format where
13099 YYYY is followed by two spaces.
13100
13101 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13102 in the second character class of the regexp.
13103
13104 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13105 mh-etc, too.
13106
13107 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13108 nil.
13109
13110 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13111
13112 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13113 argument.
13114
13115 2000-04-27 Sen Nagata <sen@eccosys.com>
13116
13117 * emacs-lisp/crm.el (crm-completion-table): New variable.
13118 (crm-collection-fn, crm-test-completion)
13119 (completing-read-multiple): Use it.
13120
13121 2000-04-27 Dave Love <fx@gnu.org>
13122
13123 * help.el (locate-library): Use mapc.
13124 (help-manyarg-func-alist): Add call-process-region.
13125
13126 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13127
13128 * subr.el (add-minor-mode): Make argument MAP optional.
13129
13130 * desktop.el (desktop-save): Save list of minor modes.
13131 (desktop-create-buffer): Restore minor modes.
13132 (desktop-minor-mode-table): New user-option.
13133
13134 * subr.el (add-minor-mode): New function.
13135
13136 * image.el (find-image): New function.
13137 (defimage): Rewritten to find image at load time.
13138
13139 * startup.el (normal-top-level-add-to-load-path): Handle
13140 case that the default directory is not in load-path.
13141
13142 * help.el: Old patch from Stefan Monnier.
13143 (help-xref-on-pp): New function.
13144 (describe-variable): Use it to display xrefs in a symbol's value.
13145
13146 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13147
13148 * cus-edit.el (custom-face): Fix parenthesis.
13149
13150 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13151
13152 * mail/rmail.el (rmail-expunge): When there are no deleted
13153 messages, do nothing.
13154
13155 2000-04-26 Dave Love <fx@gnu.org>
13156
13157 * international/mule-cmds.el (locale-translation-file-name):
13158 Defvar to nil.
13159 (set-locale-environment): Set it here (at runtime).
13160
13161 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13162
13163 * replace.el (perform-replace): Add parameters START and END. Use
13164 them instead of the check for a region in Transient Mark mode.
13165 (query-replace-read-args): Return two more list elements for the
13166 start and end of the region in Transient Mark mode.
13167 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13168 (map-query-replace-regexp, replace-string, replace-regexp): Add
13169 optional last arguments START and END and pass them to
13170 perform-replace.
13171
13172 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13173 form with additional arguments for perform-replace.
13174
13175 * progmodes/etags.el (tags-query-replace): Add parameters START
13176 and END. Construct a form with additional arguments for
13177 perform-replace.
13178
13179 * simple.el (shell-command): Set default directory for "*Shell
13180 Command Output" buffer.
13181
13182 * language/european.el (iso-latin-4): Fix typo.
13183
13184 * emacs-lisp/crm.el: New file.
13185
13186 2000-04-24 Dave Love <fx@gnu.org>
13187
13188 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13189 (Custom-reset-saved, Custom-reset-standard)
13190 (custom-group-value-create, custom-group-set, custom-group-save)
13191 (custom-group-reset-current, custom-group-reset-saved)
13192 (custom-group-reset-standard): Use mapc.
13193 (custom-buffer-create-internal): Disable undo when creating items.
13194 Use mapc.
13195 (custom-face): Avoid redundant lambda.
13196
13197 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13198
13199 * startup.el (auto-save-list-file-prefix): Set default to
13200 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13201
13202 2000-04-24 Sam Steingold <sds@gnu.org>
13203
13204 * time-stamp.el (time-stamp-string-preprocess): Always convert
13205 `field-result' to a string.
13206
13207 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13208
13209 * frame.el (scrolling): New group.
13210 (automatic-hscrolling): New user-option.
13211
13212 * startup.el (command-line-x-option-alist): Add `-lsp' and
13213 `--line-spacing'.
13214
13215 2000-04-19 Dave Love <fx@gnu.org>
13216
13217 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13218 (cl-mapc): Rename from mapc. Fix the funcall.
13219
13220 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13221
13222 * simple.el (clone-indirect-buffer-other-window): New command.
13223 (clone-indirect-buffer): Add optional arg NORECROD.
13224 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13225
13226 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13227
13228 * window.el (count-screen-lines): New function.
13229 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13230 instead of window-buffer-height.
13231
13232 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13233 non-existing variable comint-input-sentinel.
13234 (inferior-lisp-args-to-list): Removed.
13235 (inferior-lisp): Use split-string instead of
13236 inferior-lisp-args-to-list.
13237
13238 * hexl.el (hexl-insert-hex-string): New command.
13239
13240 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13241 instead of concat.
13242
13243 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13244
13245 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13246 at the start of an existing but empty folder.
13247
13248 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13249
13250 * ps-mule.el: Customization fix, doc fix.
13251 (ps-multibyte-buffer): Customization fix.
13252
13253 2000-04-17 Richard M. Stallman <rms@gnu.org>
13254
13255 * subr.el (read-passwd): Use read-char-exclusive.
13256
13257 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13258
13259 * textmodes/texinfo.el (texinfo-insert-@email)
13260 (texinfo-insert-@emph, texinfo-insert-@quotation)
13261 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13262 (texinfo-mode-map): Add key bindings for them.
13263
13264 * files.el (basic-save-buffer-2): Use a template with `$'
13265 instead of `#' for VMS.
13266
13267 * simple.el (clone-indirect-buffer): New function.
13268
13269 2000-04-16 Stephen Eglen <stephen@gnu.org>
13270
13271 * iswitchb.el (iswitchb-case): New function. If the user input
13272 contains any upper-case characters, the search is made
13273 case-sensitive.
13274
13275 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13278 comment-end.
13279 (texinfo-font-lock-syntactic-keywords): New var.
13280 (texinfo-font-lock-keywords): Remove comment regexp.
13281 (texinfo-insert-block): New function.
13282 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13283 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13284 and font-lock-defaults. Use regexp-opt for outline-regexp.
13285 (texinfo-environments): New var.
13286 (texinfo-environment-regexp): Use regexp-opt and
13287 texinfo-environments.
13288
13289 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13290 ispell-process is bound since this might be eval'd before ispell
13291 is loaded.
13292 (ispell-message): Use a tiny bit less magic and a bit more hard
13293 data to figure out what kind of sc-cite-regexp to use.
13294
13295 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13296
13297 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13298 (insert-cyclic-diary-entry): Unquote the lambda.
13299
13300 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13301
13302 * files.el (backup-enable-predicate): Unquote the lambda.
13303
13304 * cus-edit.el (custom-face, face): Unquote the lambda.
13305
13306 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13307
13308 * ps-print.el: Check for line-beginning-position definition.
13309
13310 * ps-print.el: Fix counting lines in a region.
13311 (ps-print-version): New version number (5.1.5).
13312 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13313 (ps-printing-region): Fun code fix.
13314
13315 2000-04-15 Gerd Moellmann <gerd@gnu.org>
13316
13317 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13318 to file-directory-p.
13319
13320 2000-04-14 Gerd Moellmann <gerd@gnu.org>
13321
13322 * gud.el (gud-jdb-build-source-files-list): Check that directory
13323 exists before calling directory-files.
13324
13325 2000-04-13 Dave Love <fx@gnu.org>
13326
13327 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13328 syntax.
13329
13330 * emacs-lisp/cl-specs.el: Remove when, unless.
13331
13332 * emacs-lisp/cl-extra.el: Don't quote keywords.
13333 (cl-old-mapc): New variable.
13334 (mapc): Use it.
13335 (cl-map-intervals): Use with-current-buffer. Don't check for
13336 next-property-change.
13337 (cl-map-overlays): Use with-current-buffer.
13338 (cl-expt): Remove.
13339 (copy-tree, remprop): Define unconditionally.
13340
13341 * emacs-lisp/cl-compat.el (keywordp): Remove.
13342
13343 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13344 to use keywordp.
13345 (edebug-spec): Enable keywordp.
13346
13347 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13348 string-lessp.
13349
13350 * cus-start.el: Use keywordp.
13351
13352 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13353
13354 * diary-lib.el (include-other-diary-files): Fix the fix of
13355 2000-02-18 by doing a save-excursion.
13356
13357 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13358
13359 * ps-print.el: Customization fix, doc fix.
13360 (ps-print-version): New version number (5.1.4).
13361 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13362 (ps-print-preprint): Adjust code.
13363 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13364 (ps-print-prologue-header, ps-print-control-characters)
13365 (ps-spool-config): Customization fix.
13366
13367 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13368
13369 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13370 converted to the new menu-item format, names silightly changed,
13371 help strings added.
13372
13373 Support for spelling without async subprocesses:
13374
13375 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13376 (ispell-session-buffer): New variables.
13377 (ispell-start-process, ispell-process-status,
13378 ispell-accept-output, ispell-send-string): New functions, for
13379 Ispell invocation when async subprocesses aren't supported.
13380 (ispell-word, ispell-pdict-save, ispell-command-loop,
13381 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13382 to process-send-string with calls to ispell-send-string, and
13383 accept-process-output with ispell-accept-output.
13384 (ispell-init-process): Call ispell-process-status instead of
13385 process-status with.
13386 (ispell-init-process): Call ispell-start-process. Call
13387 ispell-accept-output and ispell-send-string. Don't call
13388 process-kill-without-query and kill-process if they are unbound.
13389 (ispell-async-processp): New function.
13390
13391 2000-04-12 Dave Love <fx@gnu.org>
13392
13393 * info.el: Add debug-ignored-errors.
13394 (Info-mode-menu): Add some items.
13395 (Info-directory): Add autoload cookie.
13396
13397 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13398 Modify `truncate-lines'. Make `describe-language-environment'
13399 always visible and add help. Modify `describe-key' help. Invoke
13400 Info-directory from `info'. New entry `emacs-manual'.
13401
13402 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13403
13404 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13405 propertized-buffer-identification.
13406 (ebrowse-update-member-buffer-mode-line): Likewise.
13407 (ebrowse--mode-strings): Removed.
13408 (ebrowse--mode-line-props): Removed.
13409
13410 * files.el (auto-mode-alist): Add `EBROWSE'.
13411
13412 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13413 space before testing for end of buffer.
13414 (ebrowse-load): Removed.
13415 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13416 (ebrowse-create-tree-buffer): Rewritten.
13417 (ebrowse-tree-mode): Read tree from buffer.
13418
13419 * progmodes/ebrowse-ffh.el: Removed.
13420
13421 2000-04-10 Kenichi Handa <handa@etl.go.jp>
13422
13423 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13424
13425 2000-04-10 Gerd Moellmann <gerd@gnu.org>
13426
13427 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13428 at the wrong place.
13429
13430 2000-04-09 Dave Love <fx@gnu.org>
13431
13432 * files.el (backup-enable-predicate): Use
13433 temporary-file-directory, small-temporary-file-directory.
13434 (make-backup-file-name-function, backup-directory-alist): New
13435 variables.
13436 (make-backup-file-name-1): New function.
13437 (make-backup-file-name): Use it.
13438 (find-backup-file-name): Likewise. Use format for clarity, not
13439 concat.
13440 (file-newest-backup): Use make-backup-file-name.
13441
13442 2000-04-09 Gerd Moellmann <gerd@gnu.org>
13443
13444 * progmodes/ebrowse-ffh.el: New file.
13445
13446 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13447 to ebrowse-ffh.el.
13448 (ebrowse-load): Add autoload.
13449
13450 * finder.el (finder-commentary): Add autoload cookie.
13451
13452 * mail/rfc2368.el: Correct author's email address.
13453
13454 * progmodes/ebrowse.el: New file.
13455
13456 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13457 item help string.
13458 (easy-menu-do-add-item): Ditto.
13459 (easy-menu-define): Extend doc string.
13460
13461 * jit-lock.el (with-buffer-unmodified): Use
13462 restore-buffer-modified-p.
13463 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13464 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13465 with-buffer-unmodified.
13466
13467 2000-04-08 Dave Love <fx@gnu.org>
13468
13469 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13470 unless, when.
13471
13472 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13473
13474 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13475 (viper-flash-search-pattern): No operation when using Emacs
13476 doesn't support face.
13477 Use `viper-put-on-search-overlay'.
13478
13479 2000-04-04 Gerd Moellmann <gerd@gnu.org>
13480
13481 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13482 like C-r.
13483
13484 * progmodes/make-mode.el: Some doc fixes.
13485 (makefile-mode-abbrev-table): New variable.
13486 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13487 (makefile-font-lock-keywords): Fontify includes and conditionals.
13488 (toplevel): Require `dabbrev' and `add-log' when compiling.
13489
13490 * replace.el (perform-replace): Don't move forward one char
13491 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13492 to do that because it leaves point 1 position after the last
13493 replacement, after everything has been replaced.
13494
13495 * jit-lock.el (with-buffer-unmodified): New macro.
13496 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13497 modified state.
13498 (jit-lock-function-1): Extracted from jit-lock-function; not
13499 preserving buffer's modified state.
13500 (jit-lock-function, jit-lock-stealth-fontify): Call
13501 jit-lock-function-1.
13502
13503 * mail/rfc2368.el: Remove supernumerary copyright line.
13504
13505 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
13506
13507 * glasses.el: Provide facilities for inserting space before left
13508 parentheses and uncapitalization of identifiers.
13509 (glasses-mode): Try to remove old overlays in all cases.
13510
13511 2000-04-03 Gerd Moellmann <gerd@gnu.org>
13512
13513 * progmodes/compile.el (compile-internal): Display the compilation
13514 buffer in a different frame, if it's already displayed there.
13515
13516 * mail/rfc2368.el: New file.
13517
13518 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13519 header and insert its value as mail body.
13520
13521 * subr.el (member-ignore-case): New function.
13522
13523 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13524 (dabbrev--find-expansion): Ignore buffers matching a regexp
13525 from dabbrev-ignored-regexps.
13526
13527 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13528 to extensions handled by gzip.
13529
13530 2000-04-03 Richard M. Stallman <rms@gnu.org>
13531
13532 * files.el (insert-directory): List the total free space
13533 along with the used space.
13534
13535 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13536 line is followed by one that matches CITATION-REGEXP, end the
13537 paragraph.
13538
13539 2000-04-03 Markus Rost <rost@delysid.gnu.org>
13540
13541 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13542 (rmail-make-basic-summary-line): Use that option.
13543
13544 2000-04-03 Kenichi Handa <handa@etl.go.jp>
13545
13546 * international/mule-cmds.el (encoded-string-description):
13547 Rewritten. Try pretty description for ISO 2022 escape sequences
13548 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13549 for hexadecimal format.
13550
13551 2000-04-01 Dave Love <fx@gnu.org>
13552
13553 * cpp.el: Change customization group to `c' from `C'.
13554
13555 * vcursor.el (vcursor-move): Use display-color-p.
13556
13557 * international/mule-util.el: Provide mule-utils.
13558 (string-to-sequence): Simplify and speed up.
13559
13560 * international/mule.el (make-coding-system): Purecopy doc-string.
13561
13562 * international/mule-cmds.el: Various menu changes.
13563 (describe-specified-language-support): Handle `Default'.
13564 (set-language-info): Purecopy `info'.
13565
13566 2000-03-31 Andrew Innes <andrewi@gnu.org>
13567
13568 * vc.el (vc-backend-diff): Return the correct status if we had to
13569 retry the rcsdiff command without the --brief option.
13570
13571 2000-03-31 Dave Love <fx@gnu.org>
13572
13573 * help.el (help-manyarg-func-alist): Correct several omissions.
13574
13575 * add-log.el: Don't require cl, fortran.
13576 (add-log-current-defun-function): Doc fix.
13577 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13578 fix.
13579 (change-log-version-rcs): Function deleted.
13580 (change-log-version-number-search): Doc fix. Use
13581 vc-workfile-version. Avoid CL dolist.
13582 (add-change-log-entry): Just call add-log-current-defun to get
13583 defun. Simplify somewhat.
13584 (change-log-get-method-definition-1): Likewise.
13585 (add-log-current-defun): Return nil if calling
13586 add-log-current-defun-function does so. Move Fortran stuff to
13587 fortran.el. Return string without properties.
13588
13589 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13590 and :alpha: char classes.
13591
13592 * mail/supercite.el: Defvar curline when compiling.
13593 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13594 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13595 rather than a-zA-Z0-9 to allow non-ASCII characters.
13596
13597 2000-03-31 Gerd Moellmann <gerd@gnu.org>
13598
13599 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13600
13601 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13602 Re-enable new code.
13603
13604 * lpr.el (print-region-1): Use -d to specify printer name for
13605 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13606
13607 2000-03-31 Dave Love <fx@gnu.org>
13608
13609 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13610 for function definition in symbol's function value slot first
13611 instead of first consulting byte-compile-function-environment.
13612
13613 2000-03-31 Kenichi Handa <handa@etl.go.jp>
13614
13615 * language/european.el ("Polish"): New language environment.
13616 (setup-polish-environment): New function.
13617
13618 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13619
13620 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13621 Disable new code.
13622
13623 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13624 trying to `load' the symbol of an autoload instead of the file
13625 recorded in the autoload. Fix error messages.
13626
13627 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13628
13629 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13630 (ps-print-version): New version number (5.1.3).
13631 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13632 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13633 (ps-generate-postscript-with-faces): Code fix.
13634 (ps-color-values): XEmacs compatibility.
13635 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13636 (ps-default-fg, ps-default-bg): Adjust customization.
13637 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13638 (ps-color-scale): Renaming old ps-color-value fun.
13639 (ps-print-headers): Replace ps-print-header group to avoid conflict
13640 with ps-print-header variable.
13641 (ps-print-miscellany): New group.
13642 (ps-format-color, ps-rgb-color): New funs.
13643 (ps-default-foreground): New var.
13644 (ps-printer-name-option): New const.
13645
13646 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13647
13648 * net/net-utils.el:
13649 (network-connection-host, network-connection-service): New variables
13650 (network-connection-mode): New mode, derived from comint-mode
13651 (network-connection-mode-setup): New function, saves host and
13652 service information in local variables.
13653
13654 * lisp/locate.el:
13655 (locate-word-at-point): Added this function
13656 (locate): Default to using locate-word-at-point as input
13657 Run dired-mode-hook
13658
13659 2000-03-29 Dave Love <fx@gnu.org>
13660
13661 * calendar/appt.el: Doc fixes.
13662 (appt-check): Convert min-to-app to a string before passing to
13663 appt-disp-window-function or concat.
13664 (appt-delete-window): Remove test for frame-root-window.
13665 (appt-select-lowest-window, appt-convert-time): Simplify.
13666
13667 * emacs-lisp/bytecomp.el: Doc fixes.
13668 (byte-compile-file-form-autoload): Update
13669 byte-compile-function-environment.
13670
13671 2000-03-29 Andreas Schwab <schwab@suse.de>
13672
13673 * emacs-lisp/autoload.el: Also print defsubst doc string
13674 specially.
13675
13676 * dired.el (dired-insert-directory): If dired-free-space-program
13677 failed just delete its output.
13678
13679 2000-03-29 Dave Love <fx@gnu.org>
13680
13681 * international/iso-cvt.el: Move provide to end. Doc fixes.
13682 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13683 (iso-iso2sgml, iso-sgml2iso): New functions.
13684 (iso-cvt-define-menu): Fix some entries and use backquote for
13685 clarity.
13686
13687 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13688
13689 2000-03-28 Gerd Moellmann <gerd@gnu.org>
13690
13691 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13692 ISO-DATE. If non-nil, return date in ISO 8601 format.
13693
13694 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13695
13696 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13697 if it ever becomes used.
13698 (log-edit-mode-hook): Default to vc-log-mode-hook.
13699 (log-edit-mode): Fix the docstring.
13700
13701 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13702 the code.
13703
13704 2000-03-26 Dave Love <fx@gnu.org>
13705
13706 * net/browse-url.el (browse-url): Re-fix case of
13707 browse-url-browser-function being an alist.
13708 (browse-url): Add :link to defgroup.
13709
13710 * files.el: Doc fixes.
13711 (file-truename): Include `[' in wildcard characters.
13712 (automount-dir-prefix): Customize.
13713 (find-file-wildcards): Add :version.
13714 (find-file-noselect): Simplify a mapcar call.
13715
13716 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13717 compatible with inf-lisp version.
13718 (eval-defun-1): Fix custom-declare-variable case.
13719
13720 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13721
13722 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13723
13724 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13725
13726 * Makefile (COMPILE_FIRST): New macro.
13727 (compile-files): Compile files from COMPILE_FIRST first.
13728
13729 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13730 code.
13731
13732 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13733 matching open parenthesis in column 0 to defun-prompt-regexp
13734 only if open-paren-in-column-0-is-defun-start is set.
13735
13736 * sun-curs.el: Require CL at compile-time only.
13737
13738 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13739 instead of copy-list which is a function from CL.
13740 (msb--choose-menu, msb--mode-menu-cond)
13741 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13742 (msb--init-file-alist): Use mapcar instead of mapcan.
13743 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13744 `(' in column 0 in doc string.
13745 (msb--add-separators): Use mapcar instead of mapcan.
13746
13747 * cus-dep.el: Require CL at compile-time only.
13748
13749 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13750
13751 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13752 (byte-compile-warnings): New warning `noruntime'.
13753 (byte-compile-constants, byte-compile-variables): Fix docstring.
13754 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13755 execute `eval-whenc-compile's body.
13756 (byte-compile-unresolved-functions): Fix docstring.
13757 (byte-compile-eval): New function.
13758 (byte-compile-callargs-warn): Check if the function will be available
13759 at runtime (via property `byte-compile-noruntime').
13760 (byte-compile-print-syms): New function.
13761 (byte-compile-warn-about-unresolved-functions): Also warn about
13762 `noruntime' functions (and use `byte-compile-print-syms').
13763 (byte-compile-file): Capitalize the message.
13764
13765 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13766
13767 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13768 (rmail-expunge): Ask for confirmation depending on the setting
13769 of rmail-confirm-expunge.
13770
13771 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13772
13773 * Makefile (bootstrap-clean): If $(emacs) exists, build
13774 loaddefs.el first. A loaddefs.el that's not up-to-date might
13775 cause a bootstrap failure because things don't autoload as
13776 expected.
13777
13778 2000-03-23 Dave Love <fx@gnu.org>
13779
13780 * net/browse-url.el: Restore previous use of
13781 browse-url-maybe-new-window.
13782
13783 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13784
13785 * ps-print.el: Skip banner page fix.
13786 (ps-print-version): New version number (5.1.2).
13787 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13788
13789 2000-03-23 Dave Pearson <davep@davep.org>
13790
13791 * net/quickurl.el Changed the type of parameter passed to the
13792 function defined by `quickurl-format-function'. Before only the
13793 text of the URL was passed. Now the whole URL structure is passed
13794 and the function is responsible for extracting the parts it
13795 requires. Changed the default of `quickurl-format-function'
13796 accordingly.
13797 (quickurl-insert): Changed the `funcall' of
13798 `quickurl-format-function' to match the above change.
13799 (quickurl-list-insert): Changed the `url' case so that it makes
13800 use of `quickurl-format-function', previous to this the format was
13801 hard wired.
13802
13803 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13804
13805 * startup.el: Change some spellings for the X Window System.
13806
13807 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13808
13809 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13810 up the code and the regexp and make sure the cursor is temporarily
13811 moved to the suspicious line while querying the user.
13812
13813 2000-03-22 Jason Rumney <jasonr@gnu.org>
13814
13815 * w32-fns.el (w32-charset-info-alist): Initialize.
13816
13817 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13818
13819 * ps-print.el: N-up last page fix.
13820 (ps-print-version): New version number (5.1.1).
13821 (ps-end-file, ps-end-job, ps-generate): Code fix.
13822
13823 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13824
13825 * files.el (find-file-run-dired): Update docstring.
13826 (find-directory-functions): New hook.
13827 (find-file-noselect): Run find-directory-functions rather than
13828 calling dired directly.
13829
13830 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13831
13832 * pcvs.el: Add a minimal leading commentary.
13833 (cvs-make-cvs-buffer): Change the header part by removing the startup
13834 message and adding a `Module' entry. Also replace the FOOTER and
13835 HEADER special fileinfos with the new support in ewoc for updating
13836 its own footer and header.
13837 (cvs-update-header): Update to use the header/footer of the ewoc.
13838 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13839 (cvs-is-within-p): New function.
13840 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13841 to only examine some subset of the buffers.
13842
13843 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13844 `format' instead of our own ad-hoc functions.
13845 Remove HEADER and FOOTER cases, now handled in the EWOC.
13846 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13847
13848 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13849 output to avoid scaring the user.
13850 (cvs-parse-table): Catch message for non-up-to-date commits.
13851
13852 * pcvs-defs.el (cvs-startup-message): Remove.
13853 (cvs-global-menu): New autoloaded menu.
13854
13855 * pcvs-util.el (cvs-string-fill): Remove.
13856
13857 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13858 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13859 PP part of it and also make it work for footers and headers.
13860 (ewoc-create): Drop POS and BUFFER arguments.
13861 Use the DLL's dummy node to store the end-of-footer position.
13862 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13863 (ewoc-refresh): Remove unused `header' variable.
13864 (ewoc-(get|set)-hf): New functions.
13865
13866 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13867 log-view-*-(message|file) and use easy-mmode-define-navigation.
13868 (log-view-message-re): Match SCCS format as well.
13869 And match the revision line rather than the dashed separator line.
13870 (log-view-mode): Use the new define-derived-mode.
13871 (log-view-current-tag): Fill in with an actual implementation.
13872
13873 * cvs-status.el (cvs-status-(prev|next)): Rename from
13874 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13875 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13876 to let the output "breathe" a little more (more readable).
13877 (cvs-status-mode): Use the new define-derived-mode.
13878
13879 * smerge-mode.el (smerge-auto-leave): New function and variable.
13880 (smerge-basic-map): Rename from smerge-basic-keymap.
13881 Change the bindings for smerge-diff-*.
13882 (smerge-*-map): Use easy-mmode-defmap.
13883 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13884 (smerge-keep-*): Use smerge-auto-leave.
13885
13886 2000-03-21 Jason Rumney <jasonr@gnu.org>
13887
13888 * cus-edit.el (custom-button-face): Use 3D look for w32.
13889 (custom-button-pressed-face): Likewise.
13890
13891 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13892
13893 * progmodes/etags.el (tags-case-fold-search): New user-option.
13894 (tags-loop-eval): New function. Bind case-fold-search around eval
13895 depending on the value of tags-case-fold-search.
13896 (tags-loop-continue): Use tags-loop-eval.
13897 (find-tag-in-order): Bind case-fold-search depending on the value
13898 of tags-case-fold-search.
13899
13900 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13901
13902 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13903 (diff-end-of-hunk): Return the end position for use in
13904 `easy-mmode-define-navigation'.
13905 (diff-recenter): Remove.
13906 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13907 of `easy-mmode-define-navigation'.
13908 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13909 previous renaming) and fix to use new names.
13910 (diff-merge-strings): Use \n as separator: simpler, faster.
13911 (diff-mode): Use `define-derived-mode'.
13912
13913 * derived.el (define-derived-mode): Don't autoload anymore.
13914 Prefer the macro-only version provided by easy-mmode.el.
13915
13916 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13917 `easy-mmode-define-derived-mode'.
13918 Use `combine-run-hooks'.
13919 (easy-mmode-define-navigation): New macro.
13920
13921 * subr.el (combine-run-hooks): New function.
13922
13923 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13924
13925 * term/x-win.el: Fontsets related initialization is simplified.
13926
13927 * international/mule-diag.el (describe-font): Don't refer to
13928 global-fontset-alist, instead call font-list.
13929 (describe-fontset, list-fontsets, mule-diag): Likewise.
13930 (print-fontset): Adjusted for the change of fontset
13931 implementation.
13932
13933 * international/fontset.el (x-charset-registries): Variable
13934 removed, instead the corresponding data is stored in the default
13935 fontset.
13936 (register-alternate-fontnames): Function removed.
13937 (resolved-ascii-font): Variable removed.
13938 (x-compose-font-name): Ignore the second argument REDOCE.
13939 (x-complement-fontset-spec): Complement only an ASCII font and
13940 element for those charsets than can use that ASCII font.
13941 (generate-fontset-menu): Don't refer to global-fontset-alist,
13942 instead call fontset-list.
13943 (uninstantiated-fontset-alist): Variable removed.
13944 (x-style-funcs-alist): Likewise.
13945 (fontset-default-styles): Likewise.
13946 (x-modify-font-name): Function removed.
13947 (create-fontset-from-fontset-spec): Ignore the argument
13948 STYLE-VARIANT.
13949 (create-fontset-from-ascii-font): Docsting adjusted for the above
13950 change.
13951 (instantiate-fontset, resolve-fontset-name): Functions removed.
13952 (fontset-list): Now implemented by C code.
13953
13954 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13955 (describe-face): Include `font' attribute in the description.
13956
13957 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13958
13959 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13960
13961 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13962
13963 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13964 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13965 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13966
13967 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13968 about behavior of set-buffer-modified-p wrt redisplay.
13969
13970 2000-03-19 Richard M. Stallman <rms@gnu.org>
13971
13972 * view.el (view-mode-disable): Kill local binding of view-read-only.
13973
13974 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13975
13976 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13977 is a string, convert it to a syntax cell using string-to-syntax.
13978
13979 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13980 (string-to-syntax): New function.
13981
13982 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13983 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13984 try to use passive ftp mode.
13985
13986 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13987
13988 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13989
13990 * simple.el (append-to-buffer): Update point of windows after
13991 insertion.
13992
13993 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13994 forward then moving backward. Reindent.
13995
13996 * frame.el (other-frame): Call x-focus-frame only if
13997 focus-follows-mouse is off.
13998
13999 2000-03-17 Dave Love <fx@gnu.org>
14000
14001 * pcvs-util.el (cvs-strings->string): Rename
14002 replace-regexps-in-string.
14003
14004 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14005
14006 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14007 regexp for labels cannot span several lines.
14008
14009 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14010 `(setq :<key> ':<key>)' to the macro expansion.
14011
14012 2000-03-16 Dave Love <fx@gnu.org>
14013
14014 * progmodes/f90.el (f90): Put custom group under `languages', not
14015 `fortran'.
14016 (f90-mode-hook): Customize.
14017 (f90-mode): Set add-log-current-defun-function.
14018 (f90-current-defun): New function.
14019
14020 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14021
14022 * cus-edit.el (custom-variable-tag-face): Handle case that
14023 default face's height is not a number.
14024 (custom-face-tag-face, custom-group-tag-face-1)
14025 (custom-group-tag-face): Ditto.
14026 (custom-group-tag-face-1): Add :group.
14027
14028 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14029
14030 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14031
14032 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14033 requiring easymenu.
14034
14035 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14036
14037 * ps-print.el: PostScript user-defined prologue, PostScript error
14038 handler, doc fix.
14039 (ps-print-version): New version number (5.1).
14040 (ps-user-defined-prologue, ps-error-handler-message)
14041 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14042 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14043 (ps-insert-string): New function.
14044
14045 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14046
14047 * international/ccl.el (ccl-compile-expression): Don't generate
14048 invalid self-assignment code.
14049
14050 2000-03-14 Dave Love <fx@gnu.org>
14051
14052 * subr.el (replace-regexp-in-string): Renamed from
14053 replace-regexps-in-string. Doc fix.
14054
14055 2000-03-12 Dave Love <fx@gnu.org>
14056
14057 * cus-edit.el: Doc fixes.
14058 (customize-set-variable, customize-save-variable): Rename args for
14059 doc.
14060 (custom-variable-tag-face, custom-face-tag-face)
14061 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14062 style which user identify as hyperlink.
14063 (hook): Don't add undefined functions to the hook.
14064 (debug-ignored-errors): Transfer message from bindings.el.
14065
14066 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14067
14068 * recentf.el (recentf-keep-non-readable-files-p): Remove
14069 double/nested definition.
14070
14071 2000-03-12 Dave Love <fx@gnu.org>
14072
14073 * facemenu.el (facemenu-get-face): Use display-color-p.
14074 * enriched.el (enriched-decode-foreground): Likewise.
14075 (enriched-decode-background): Likewise.
14076 * isearch.el (isearch-highlight): Likewise.
14077 * info-look.el (info-lookup): Likewise.
14078 * simple.el (completion-setup-function): Likewise.
14079
14080 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14081 :options.
14082
14083 * bindings.el (mode-line-format): Fix line-number and
14084 column-number items. Add help-echo for the background.
14085 (mode-line-mule-info): Modify help-echo.
14086
14087 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14088
14089 * files.el (load-file): Allow completion to .elc.
14090
14091 * man.el: Doc fixes.
14092 (Man-init-defvars): Use display-color-p to set fontification.
14093
14094 * play/hanoi.el (hanoi-internal): Don't use oddp.
14095
14096 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14097
14098 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14099
14100 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14101
14102 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14103
14104 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14105 Fix comment.
14106
14107 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * font-lock.el (font-lock-keywords): Fix the doc now that
14110 regexp-opt-depth is unnecessary.
14111 (save-buffer-state): Set an edebug spec.
14112 (font-lock-fontify-anchored-keywords): Properly handle the case when
14113 the matcher goes past the limit.
14114
14115 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14116 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14117
14118 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14119 dll.el and cookie.el (from Elib) with heavy renaming and other
14120 massaging.
14121
14122 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14123 Autoload the functions used.
14124 (easy-mmode-define-syntax): Fix CL typo.
14125 (easy-mmode-define-derived-mode): Improve the docstring generation.
14126
14127 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14128
14129 * textmodes/texinfo.el (texinfo-version): Variable and function
14130 removed.
14131
14132 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14133
14134 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14135 allow more flexibility.
14136 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14137 fns.
14138 (easy-mmode-defmap, easy-mmode-defsyntax)
14139 (easy-mmode-define-derived-mode): New macros.
14140
14141 2000-03-09 Didier Verna <didier@xemacs.org>
14142
14143 * rect.el (replace-rectangle): New function.
14144
14145 2000-03-09 Dave Love <fx@gnu.org>
14146
14147 * progmodes/fortran.el (fortran-comment-line-start): Define as
14148 "C".
14149 (fortran-comment-line-start-skip): Don't match cpp stuff.
14150 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14151 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14152 (fortran-mode): Don't set fortran-comment-line-start-skip,
14153 fortran-comment-line-start here. Set comment-start,
14154 add-log-current-defun.
14155 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14156 (fortran-current-defun): New function.
14157
14158 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14159
14160 * emacs-lisp/re-builder.el: New file.
14161
14162 * mouse.el (mouse-drag-region): Don't run up-event handler
14163 if hscroll has changed.
14164
14165 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14166 builtin operators, use `font-lock-builtin-face' for Emacs and
14167 `font-lock-preprocessor-face' otherwise.
14168
14169 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14170 `(defun (setf foo)' differently.
14171
14172 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14173
14174 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14175 (regexp-opt): Update comment and adapt the code the new meaning of
14176 the `paren' argument of regex-opt-group for shy-groups.
14177 (regexp-opt-depth): Handle shy groups as well as backslashed
14178 backslashes.
14179 (regexp-opt-group): Turn the leading comment into a docstring.
14180 Allow `paren' to be a string (the string to use to open a group).
14181 Remove open-presuf and close-presuf. Instead of checking for `all
14182 one-char' and then later on check for `several one-char', handle
14183 both cases close together. Also apply a more generic algorithm
14184 for suffixes (the mirror image of the algorithm used for
14185 prefixes). Use shy-groups. Use nreverse rather than reverse.
14186 (regexp-opt-try-suffix): Removed.
14187
14188 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14189 from comint-mode-map, so we can just inherit from it. Also, move
14190 the initialization into the `defvar' since there's no docstring
14191 anyway and it's fairly short.
14192 (inferior-scheme-mode): Define it as derived-mode: the code is
14193 shorter and this way we inherit from comint-mode-map rather than
14194 copying it.
14195
14196 * subr.el (replace-regexps-in-string): Properly handle the case
14197 where we match an empty string.
14198
14199 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14200 when the command has a directory component (such as "./testml").
14201 Also fix a typo in the comment.
14202
14203 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14204
14205 * Makefile (compile-files): Compile files one by one because
14206 that's the only way to ensure a clean compilation environment for
14207 each individual file.
14208
14209 * frame.el (other-frame): Call x-focus-frame.
14210
14211 2000-03-07 Dave Love <fx@gnu.org>
14212
14213 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14214 :require to defcustom.
14215
14216 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14217 lists.
14218
14219 * files.el (auto-mode-alist): Add configure.in.
14220
14221 * progmodes/autoconf.el: New file.
14222
14223 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14224
14225 * mail/mh-e.el: Change maintainer to `none'.
14226
14227 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14228 to remove-hook and add-hook.
14229
14230 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14231
14232 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14233 it as the default.
14234 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14235 (sendmail-send-it): Conditionally add MIME headers specifying the
14236 used character set.
14237
14238 2000-03-07 Dave Love <fx@gnu.org>
14239
14240 * winner.el: Fix keywords, autoload cookies. Split
14241 eval-when-compile form to avoid compilation failure.
14242
14243 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14244
14245 * international/mule.el: Modify comment about coding system
14246 property `coding-category'.
14247 (make-coding-system): New argument EOL-TYPE. Pay attention to
14248 coding-category property of PROPERTIES.
14249
14250 * international/mule-conf.el (coding-category-utf-8,
14251 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14252 categories. Include them in the argument for set-coding-priority.
14253
14254 * international/mule-cmds.el (reset-language-environment): Include
14255 coding-category-utf-8, coding-category-utf-16-be, and
14256 coding-category-utf-16-le in the argument for set-coding-priority.
14257 (reset-language-environment): Initialize coding-category-utf-8,
14258 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14259
14260 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14261
14262 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14263 code abstracted out of `bookmark-jump-noselect'. Now tries info
14264 extensions as well as compression extensions.
14265 (bookmark-jump-noselect): Use above new func.
14266
14267 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14268
14269 * strokes.el: Change maintainer's mail address.
14270
14271 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14272
14273 * international/mule-diag.el (list-character-sets): Make help-echo
14274 string by substitute-command-keys.
14275 (list-character-sets): Likewise.
14276 (sort-listed-character-sets): Call help-setup-xref.
14277
14278 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14279
14280 * time.el (display-time-mail-file): Add `none' to the list of
14281 choices.
14282
14283 2000-03-01 Dave Love <fx@gnu.org>
14284
14285 * help.el (help-xref-go-back): Don't try to set position.
14286
14287 * international/mule-diag.el (list-character-sets): Call
14288 help-setup-xref. Add help-echo to xrefs.
14289 (list-character-sets-1): Add help-echo to xrefs.
14290
14291 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14292
14293 * frame.el (blink-cursor-mode): Switch cursor on when turning
14294 the mode off.
14295
14296 * add-log.el (add-log-current-defun): Add support for
14297 Autoconf mode.
14298
14299 * mail/rmail.el (rmail-quit-hook): New variable.
14300
14301 2000-03-01 Dave Love <fx@gnu.org>
14302
14303 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14304
14305 * help.el (help-xref-button): Add help-echo arg.
14306 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14307
14308 * faces.el (list-faces-display): Supply help-echo with
14309 help-make-xrefs.
14310
14311 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14312 nil.
14313
14314 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14315
14316 * image.el (defimage): Look for image files in load-path.
14317
14318 * frame.el (busy-cursor-delay-seconds): Change type to
14319 `number'.
14320
14321 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14322
14323 * recentf.el (recentf): Added version tag to the defgroup of
14324 recentf.
14325
14326 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14327
14328 * recentf.el (recentf-cleanup): Changed to remove excluded file
14329 too.
14330 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14331 action to select/unselect a file.
14332 (recentf-edit-list): Code cleanup and improvement.
14333 (recentf-open-more-files-action): `recentf-open-more-files' button
14334 widget action to open a file.
14335 (recentf-open-more-files): No more use standard completion but
14336 widgets.
14337 (recentf-more-collection): Deleted.
14338 (recentf-more-history): Deleted.
14339 (recentf-setup-more-completion): Deleted.
14340
14341 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
14342
14343 * recentf.el (recentf-mode): No more needs that Emacs is running
14344 under a window-system.
14345
14346 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14347
14348 * recentf.el (recentf-edit-list): New command to edit the recent
14349 list which allow the user to remove files.
14350 (recentf-edit-selected-items): New global variable, used by
14351 `recentf-edit-list' to hold the list of files to be removed from
14352 the recent list.
14353 (recentf-make-menu-items): Updated to display a "Edit list..."
14354 menu item. Minor code cleanup.
14355
14356 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14357
14358 * recentf.el (recentf-open-more-files): New command to open files
14359 that are not displayed in the menu.
14360 (recentf-more-collection): New global variable holding the set of
14361 permissible completions used by `recentf-open-more-files'.
14362 (recentf-more-history): New global variable holding the history list
14363 used by `recentf-open-more-files' completion.
14364 (recentf-setup-more-completion): New function to setup completion for
14365 `recentf-open-more-files'.
14366 (recentf-make-menu-items): Updated to display a "More..." menu item.
14367
14368 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14369
14370 * recentf.el (recentf-menu-action): Doc fixed.
14371
14372 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
14373
14374 * recentf.el (recentf-menu-filter): Doc updated.
14375 (recentf-update-menu-hook): Allow menu filters to force menu update.
14376 (recentf-make-menu-items): New menu filter handling.
14377 (recentf-make-menu-item): New helper function.
14378 (recentf-menu-elements): New menu handling function.
14379 (recentf-sort-ascending): Updated to new menu filter handling.
14380 (recentf-sort-descending): Updated to new menu filter handling.
14381 (recentf-sort-basenames-ascending): New menu filter function.
14382 (recentf-sort-basenames-descending): New menu filter function.
14383 (recentf-show-basenames): New menu filter function.
14384 (recentf-show-basenames-ascending): New menu filter function.
14385 (recentf-show-basenames-descending): New menu filter function.
14386
14387 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14388
14389 * diary-lib.el (list-diary-entries): Don't try to go forward at
14390 the end of the buffer.
14391
14392 2000-02-29 Kenichi Handa <handa@etl.go.jp>
14393
14394 * international/mule-diag.el (list-character-sets): Completely
14395 rewritten.
14396 (sort-listed-character-sets): New function.
14397 (list-character-sets-1): Completely rewritten.
14398 (list-character-sets-2): New function.
14399 (non-iso-charset-alist): New variable.
14400 (decode-codepage-char): New function.
14401 (charset-history): New variable.
14402 (read-charset) (list-block-of-chars)
14403 (list-iso-charset-chars)
14404 (list-non-iso-charset-chars)
14405 (list-charset-chars): New functions.
14406 (mule-diag): Call list-character-sets-2, not
14407 list-character-sets-2.
14408 (dump-charsets): Likewise.
14409
14410 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14411
14412 * dired-x.el (dired-filename-at-point): Add `@' to valid
14413 file name characters.
14414 (dired-filename-at-point): Handle ange-ftp file names.
14415
14416 * frame.el (frame-notice-user-settings): Use assq-delete-all
14417 instead of assoc-delete-all.
14418 (frame-notice-user-settings): Ditto.
14419
14420 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14421 Don't copy alist.
14422
14423 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14424
14425 * calculator.el (calculator-use-menu): New option.
14426 (calculator-initial-bindings): Changed some bindings to work as
14427 macros.
14428 (calculator-forced-input): Removed.
14429 (calculator-restart-other-mode): New variable.
14430 (calculator-mode-map): Set up menu.
14431
14432 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14433
14434 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14435 tags.
14436
14437 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14438
14439 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14440 translate all ESC key sequences.
14441 (viper-goto-mark-subr): restore markers for files for which
14442 they were saved.
14443 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14444 * viper-util.el (viper-set-replace-overlay-glyphs,
14445 viper-set-replace-overlay): always check if the replacement
14446 overlay is live.
14447 * viper.el (viper-vi-state-mode-list): added major modes.
14448 * ediff-wind.el: minor comment changes.
14449 * ediff.el: copyright notice date fix.
14450
14451 2000-02-27 Jason Rumney <jasonr@gnu.org>
14452
14453 * faces.el (face-font-family-alternatives): Add arial to helv.
14454 (mode-line, header-line, tool-bar): Same default as x for w32.
14455 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14456 face-font-family-alternatives from working.
14457 * term/w32-win.el (mouse-set-font): Do not build fontset from
14458 chosen font.
14459
14460 2000-02-25 Sam Steingold <sds@goems.com>
14461
14462 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14463 properly.
14464
14465 2000-02-25 Richard M. Stallman <rms@gnu.org>
14466
14467 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14468
14469 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14470
14471 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14472 writable.
14473
14474 * frame.el (busy-cursor-delay-seconds): New option.
14475
14476 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14477
14478 * frame.el (show-cursor-in-non-selected-windows): New option.
14479
14480 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14481
14482 * diary-lib.el (include-other-diary-files): Undo the selective
14483 display in any included file and don't kill it.
14484
14485 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14486
14487 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14488 bar. Menu items converted to (menu-item format, help strings
14489 added.
14490 [downcase, upcase]: Don't enable on MS-DOS.
14491 [symlink, symlinks]: Don't show if make-symbolic-link is not
14492 bound.
14493 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14494
14495 2000-02-23 Dave Love <fx@gnu.org>
14496
14497 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14498 (backward-kill-word): Revert addition of * to interactive spec --
14499 it's a feature.
14500
14501 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14502 (backward-kill-sentence, kill-sentence): Likewise.
14503
14504 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14505 scratch buffer name.
14506 (gud-format-command): Use int-to-string in ?l case. Simplify
14507 slightly.
14508
14509 * term/w32-win.el (internal-face-interactive): Update prompt for
14510 new read-face-name.
14511
14512 * mail/footnote.el (footnote): Add :version to defgroup.
14513 (footnote-section-tag-regexp): Customize.
14514 (footnote-start-tag, footnote-end-tag): New option.
14515 (footnote-latin-regexp): New variable.
14516 (Footnote-latin): New function.
14517 (footnote-style-alist): Add element for latin style.
14518 (footnote-style): Moved.
14519 (Footnote-goto-footnote): Use eq to test arg.
14520
14521 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14522
14523 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14524 (byte-compile-trueconstp): Include keywords.
14525 (byte-optimize-quote, byte-optimize-lapcode): Use
14526 byte-compile-const-symbol-p.
14527 (byte-optimize-char-before): New optimization.
14528
14529 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14530 (byte-compile-const-symbol-p): New function.
14531 (byte-compile-constp, byte-compile-out-toplevel)
14532 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14533 Use it.
14534
14535 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14536
14537 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14538
14539 * international/encoded-kb.el: Be sure to update minor-mode-alist
14540 and minor-mode-map-alist.
14541 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14542 codes SS2 and SS3 correctly.
14543 (encoded-kbd-self-insert-ccl): New function.
14544 (encoded-kbd-setup-keymap): New function.
14545 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14546 by calling encoded-kbd-setup-keymap.
14547
14548 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14549 characters.
14550 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14551 locally.
14552
14553 2000-02-22 Dave Love <fx@gnu.org>
14554
14555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14556 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14557 defvar.
14558 (lisp-mode-syntax-table): Set up for #|...|# comments.
14559 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14560 classes. Match `defface'.
14561 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14562 (eval-defun-1): Fix for defcustom.
14563 (lisp-indent-region): Doc fix.
14564
14565 * subr.el (when, unless, split-string): Doc fix.
14566 (read-passwd): Move call of clear-this-command-keys to the right
14567 place.
14568 (replace-regexps-in-string): New function.
14569
14570 2000-02-22 Gerd Moellmann <gerd@gnu.org>
14571
14572 * help.el (describe-variable): Set syntax table to
14573 emacs-lisp-mode-syntax-table when moving forward over the
14574 symbol's name.
14575
14576 2000-02-22 Dave Love <fx@gnu.org>
14577
14578 * xt-mouse.el: Doc fixes.
14579 (xterm-mouse-position-function): New function, replacing advice of
14580 mouse-position.
14581 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14582
14583 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14584
14585 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14586
14587 * format.el (format-annotate-single-property-change): Handle
14588 properties.with dotted-list values.
14589 (format-proper-list-p): New function.
14590
14591 * enriched.el (enriched-face-ans): Handle '(foreground-color
14592 . COLOR) and (background-color . COLOR).
14593
14594 2000-02-20 Dave Love <fx@gnu.org>
14595
14596 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14597 and assignments to it.
14598 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14599 current local map.
14600 (make-flyspell-overlay): Use it.
14601 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14602
14603 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14604 (lm-get-header-re): Defun, not defsubst.
14605 (lm-get-package-name): Defun, not defsubst. Simplify.
14606 (lm-version): Doc fix. Simplify.
14607 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14608 (lm-crack-address, lm-last-modified-date, lm-commentary)
14609 (lm-verify, lm-synopsis): Simplify.
14610 (lm-report-bug): Require emacsbug. Use compose-mail.
14611
14612 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14613
14614 * dired.el (dired-mode): Call propertized-buffer-identification
14615 to set mode-line-buffer-identification to something having
14616 the right text properties.
14617
14618 * bindings.el (propertized-buffer-identification): New function.
14619
14620 2000-02-20 Dave Love <fx@gnu.org>
14621
14622 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14623 check for t-mouse too.
14624
14625 * cus-start.el: Make echo-keystrokes `number'.
14626
14627 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14628
14629 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14630 Don't call ring-empty-p unless tags-location-ring is bound.
14631 From Noah Friedman <friedman@splode.com>.
14632
14633 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14634
14635 * progmodes/hideshow.el (hs-flag-region): No longer use
14636 `intangible' overlay property.
14637
14638 (hs-toggle-hiding): New command.
14639 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14640
14641 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14642 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14643 and deactivation.
14644
14645 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14646
14647 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14648
14649 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14650
14651 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14652
14653 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14654 of `*' to handle `(* ... *)' comments.
14655
14656 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14657
14658 * faces.el (list-faces-display): Use display-mouse-p instead of
14659 window-system.
14660
14661 * menu-bar.el (global-map): Menu-bar items converted to the new
14662 format (menu-item..., rearranged for better CUA compliance, and
14663 their names changed for better clarity. Help strings added.
14664
14665 * international/mule-cmds.el (mule-menu-keymap)
14666 (describe-language-environment-map, set-coding-system-map)
14667 (setup-language-environment-map): Convert to new (menu-item...
14668 form, add help strings. Change names of menu items for better
14669 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14670 submenu).
14671
14672 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14673
14674 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14675 within the code.
14676
14677 2000-02-16 Dave Love <fx@gnu.org>
14678
14679 * faces.el: Don't require custom. Add more specific :groups to
14680 various deffaces.
14681 (set-face-attribute): Purecopy args.
14682 (read-face-name): Default to name at point and use it in prompt.
14683 Remove colon from arg in all callers.
14684 (list-faces-display): Hyperlink to face descriptions and customize
14685 buffers.
14686
14687 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14688
14689 * wid-edit.el (widget-match-inline): An atom never matches a
14690 list.
14691
14692 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14693
14694 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14695 at ':' characters by call to split-string.
14696
14697 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14698
14699 * textmodes/bibtex.el: Added RCS version identification.
14700
14701 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14702
14703 * textmodes/bibtex.el: Some temporary comments removed.
14704 (bibtex-field-name, bibtex-entry-type): Made the relationship
14705 explicit.
14706 (bibtex-field-const): Allow capital letters.
14707 (bibtex-start-of-string): Deleted because unused.
14708
14709 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14710 use the term 'reference' to describe a bibtex entry as a whole.
14711 Further, reference keys are no longer called 'labels'.
14712 (bibtex-keys): Renamed to bibtex-reference-keys.
14713 (bibtex-reformat-previous-labels): Renamed to
14714 bibtex-reformat-previous-reference-keys.
14715 (bibtex-reference-type): Renamed to bibtex-entry-type.
14716 (bibtex-reference-head): Renamed to bibtex-entry-head.
14717 (bibtex-reference-maybe-empty-head): Renamed to
14718 bibtex-entry-maybe-empty-head.
14719 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14720 (bibtex-search-reference): Renamed to bibtex-search-entry.
14721 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14722 bibtex-enclosing-entry-maybe-empty-head.
14723 (bibtex-entry-field-alist, bibtex-entry-head,
14724 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14725 bibtex-map-entries, bibtex-search-entry,
14726 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14727 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14728 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14729 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14730 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14731 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14732 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14733
14734 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14735
14736 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14737 comment.
14738 (bibtex-format-field-delimiters): New function, functionality
14739 extracted from bibtex-format-entry.
14740 (bibtex-autokey-get-yearfield-digits): New function, functionality
14741 extracted from bibtex-autokey-get-yearfield.
14742
14743 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14744 entries in order to avoid stack overflow in the regexp matcher if
14745 field contents become large.
14746 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14747 bibtex-field-string-part-not-braced,
14748 bibtex-field-string-part-no-inner-braces,
14749 bibtex-field-string-part-1-inner-brace,
14750 bibtex-field-string-part-2-inner-braces,
14751 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14752 bibtex-field-string-quoted, bibtex-field-string,
14753 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14754 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14755 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14756 as parsing is now performed by the following functions.
14757 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14758 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14759 bibtex-parse-field-string, bibtex-search-forward-field-string,
14760 bibtex-parse-association, bibtex-field-name-for-parsing,
14761 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14762 bibtex-search-forward-field, bibtex-search-backward-field,
14763 bibtex-start-of-field, bibtex-end-of-field,
14764 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14765 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14766 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14767 bibtex-parse-string, bibtex-search-forward-string,
14768 bibtex-search-backward-string, bibtex-start-of-string,
14769 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14770 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14771 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14772 entries. Instead of reporting the results of the parsing by
14773 match-beginning or match-end, these functions return data structures
14774 that hold the corresponding positions.
14775 (bibtex-enclosing-field): Changed to also report field boundaries by
14776 return values rather than by match-beginning or match-end. The
14777 following functions have been adapted to use the new parsing
14778 functions.
14779 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14780 bibtex-enclosing-field, bibtex-format-entry,
14781 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14782 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14783 bibtex-print-help-message, bibtex-end-of-entry,
14784 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14785 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14786 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14787 method for parsing.
14788 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14789 bibtex-map-entries, bibtex-flash-head,
14790 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14791 bibtex-autokey-change, bibtex-autokey-get-namefield,
14792 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14793 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14794 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14795 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14796 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14797 order to make the new binding of case-fold-search immediately
14798 visible.
14799
14800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14801
14802 * textmodes/bibtex.el: Copyright notice is up to date.
14803 Added constant 'bibtex-maintainer-salutation.
14804
14805 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14806 than make-temp-name, use match-string-no-properties and eliminate
14807 a quadratic behavior when building bibtex-strings.
14808
14809 * bibtex.el (bibtex-reference-key): Accept string entries whose
14810 reference key contains upper case letters.
14811
14812 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14813
14814 * bibtex.el (bibtex-reference-head): Allow entries to start with
14815 a new line.
14816
14817 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14818
14819 * bibtex.el: Hiding of entry bodies is not longer provided by
14820 bibtex.el directly. Instead the hideshow package can be used.
14821 Added a special bibtex entry to hs-special-modes-alist.
14822 (bibtex-hs-forward-sexp): Added for hideshow.el.
14823
14824 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14825
14826 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14827 at ':' characters by call to split-string.
14828
14829 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14830
14831 * textmodes/bibtex.el: Added RCS version identification.
14832
14833 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14834
14835 * textmodes/bibtex.el: Some temporary comments removed.
14836 (bibtex-field-name, bibtex-entry-type): Made the relationship
14837 explicit.
14838 (bibtex-field-const): Allow capital letters.
14839 (bibtex-start-of-string): Deleted because unused.
14840
14841 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14842 use the term 'reference' to describe a bibtex entry as a whole.
14843 Further, reference keys are no longer called 'labels'.
14844 (bibtex-keys): Renamed to bibtex-reference-keys.
14845 (bibtex-reformat-previous-labels): Renamed to
14846 bibtex-reformat-previous-reference-keys.
14847 (bibtex-reference-type): Renamed to bibtex-entry-type.
14848 (bibtex-reference-head): Renamed to bibtex-entry-head.
14849 (bibtex-reference-maybe-empty-head): Renamed to
14850 bibtex-entry-maybe-empty-head.
14851 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14852 (bibtex-search-reference): Renamed to bibtex-search-entry.
14853 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14854 bibtex-enclosing-entry-maybe-empty-head.
14855 (bibtex-entry-field-alist, bibtex-entry-head,
14856 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14857 bibtex-map-entries, bibtex-search-entry,
14858 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14859 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14860 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14861 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14862 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14863 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14864 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14865
14866 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14867
14868 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14869 comment.
14870 (bibtex-format-field-delimiters): New function, functionality
14871 extracted from bibtex-format-entry.
14872 (bibtex-autokey-get-yearfield-digits): New function, functionality
14873 extracted from bibtex-autokey-get-yearfield.
14874
14875 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14876 entries in order to avoid stack overflow in the regexp matcher if
14877 field contents become large.
14878 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14879 bibtex-field-string-part-not-braced,
14880 bibtex-field-string-part-no-inner-braces,
14881 bibtex-field-string-part-1-inner-brace,
14882 bibtex-field-string-part-2-inner-braces,
14883 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14884 bibtex-field-string-quoted, bibtex-field-string,
14885 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14886 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14887 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14888 as parsing is now performed by the following functions.
14889 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14890 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14891 bibtex-parse-field-string, bibtex-search-forward-field-string,
14892 bibtex-parse-association, bibtex-field-name-for-parsing,
14893 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14894 bibtex-search-forward-field, bibtex-search-backward-field,
14895 bibtex-start-of-field, bibtex-end-of-field,
14896 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14897 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14898 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14899 bibtex-parse-string, bibtex-search-forward-string,
14900 bibtex-search-backward-string, bibtex-start-of-string,
14901 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14902 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14903 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14904 entries. Instead of reporting the results of the parsing by
14905 match-beginning or match-end, these functions return data structures
14906 that hold the corresponding positions.
14907 (bibtex-enclosing-field): Changed to also report field boundaries by
14908 return values rather than by match-beginning or match-end. The
14909 following functions have been adapted to use the new parsing
14910 functions.
14911 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14912 bibtex-enclosing-field, bibtex-format-entry,
14913 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14914 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14915 bibtex-print-help-message, bibtex-end-of-entry,
14916 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14917 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14918 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14919 method for parsing.
14920 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14921 bibtex-map-entries, bibtex-flash-head,
14922 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14923 bibtex-autokey-change, bibtex-autokey-get-namefield,
14924 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14925 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14926 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14927 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14928 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14929 order to make the new binding of case-fold-search immediately
14930 visible.
14931
14932 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14933
14934 * textmodes/bibtex.el: Copyright notice is up to date.
14935 Added constant 'bibtex-maintainer-salutation.
14936
14937 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14938 than make-temp-name, use match-string-no-properties and eliminate
14939 a quadratic behavior when building bibtex-strings.
14940
14941 * bibtex.el (bibtex-reference-key): Accept string entries whose
14942 reference key contains upper case letters.
14943
14944 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14945
14946 * bibtex.el (bibtex-reference-head): Allow entries to start with
14947 a new line.
14948
14949 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14950
14951 * bibtex.el: Hiding of entry bodies is not longer provided by
14952 bibtex.el directly. Instead the hideshow package can be used.
14953 Added a special bibtex entry to hs-special-modes-alist.
14954 (bibtex-hs-forward-sexp): Added for hideshow.el.
14955
14956 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14957
14958 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14959 proceedings entry type (for cross referencing). Thanks to Wagner
14960 Toledo Correa for the suggestion.
14961
14962 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14963
14964 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14965
14966 * international/characters.el: Setup case table for Vietnamese.
14967
14968 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14969
14970 * uniquify.el (toplevel): Require CL at compile time.
14971 (uniquify-push): Removed.
14972
14973 * shadowfile.el (shadow-when): Removed.
14974
14975 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14976 (tempo-process-and-insert-string): Use dolist instead of
14977 tempo-dolist.
14978
14979 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14980 regexp for paragraph-start.
14981
14982 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14983 commas as well.
14984
14985 2000-02-10 Dave Love <fx@gnu.org>
14986
14987 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14988 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14989 Deleted.
14990 (widget-specify-field, widget-specify-button): Don't use
14991 widget-mouse-help as help-echo property.
14992 (default): Use #'ignore for :validate and :mouse-down-action.
14993 (checkbox): Add help-echo.
14994 (widget-sexp-validate): Rewritten to clarify error messages.
14995 (character): Use char-valid-p in :match function.
14996 (widget-color-complete): Use facemenu-color-alist.
14997 (widget-color-action): Use facemenu-read-color.
14998
14999 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15000 set up `caar' &c that we now have.
15001
15002 2000-02-09 Ray Blaak <blaak@gnu.org>
15003
15004 * delphi.el: Make resourcestring a declaration region, like const
15005 and var.
15006
15007 2000-02-09 Dave Love <fx@gnu.org>
15008
15009 * bindings.el (mode-line-input-method-map): New variable.
15010 (mode-line-mule-info): Use it; fix last change.
15011 (mode-line-mode-menu): Move definition.
15012 (mode-line-mouse-sensitive-p): Deleted.
15013 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15014 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15015 level.
15016
15017 * startup.el (command-line-1): Don't call
15018 make-mode-line-mouse-sensitive.
15019
15020 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15021
15022 * mail/rmail.el (rmail-retry-failure): Use
15023 rmail-beginning-of-message before rmail-toggle-header, because the
15024 former toggles headers.
15025
15026 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15027
15028 * diff-mode.el (diff-kill-junk): New interactive function.
15029 (diff-reverse-direction): Use delete-and-extract-region.
15030 (diff-post-command-hook): Restrict the area so that the hook also works
15031 outside of any diff hunk. This is necessary for the minor-mode.
15032 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15033 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15034
15035 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15036 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15037 so that it can be used more easily in <foo>-mode-hook. Also make sure
15038 to avoid duplicate entries.
15039 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15040 (font-lock-remove-keywords): Just as was done for `add', allow it to
15041 work even if font-lock-mode is nil. Also make sure we don't modify
15042 any pre-existing list by forcing a copy-sequence. Finally rename
15043 `major-mode' to `mode'.
15044 (font-lock-fontify-syntactic-anchored-keywords)
15045 (font-lock-fontify-anchored-keywords)
15046 (font-lock-fontify-keywords-region): Use line-end-position.
15047 Don't make `font-lock-multiline' local (it's now done in
15048 font-lock-set-defaults).
15049 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15050 move the `font-lock-fontified' creation to inside the `unless'.
15051
15052 2000-02-06 Andrew Innes <andrewi@gnu.org>
15053
15054 * term/w32-win.el (x-handle-args): Comment out call to message,
15055 which occurs before window system is initialized.
15056
15057 * makefile.nt: Add support for recompiling lisp code.
15058
15059 2000-02-04 Dave Love <fx@gnu.org>
15060
15061 * bindings.el (mode-line-mule-info): Fix/extend last change.
15062
15063 * completion.el: Replace completion-dolist with dolist.
15064
15065 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15066 dotimes.
15067
15068 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15069
15070 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15071 environment names before they go into the section regexp.
15072
15073 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15074 char class in regexp.
15075
15076 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15077 `case-fold-search' to nil.
15078
15079 * progmodes/idlwave.el (idlwave-template): Respect
15080 `idlwave-abbrev-change-case'.
15081 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15082 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15083 idlwave-while): respect `idlwave-reserved-word-upcase'.
15084 (idlwave-rw-case): New function.
15085 (idlwave-statement-match): Fixed problem with assignment regexp.
15086 (idlwave-font-lock-keywords): Improved regexp for keyword
15087 parameters.
15088 (idlwave-surround): New argument LENGTH to support padding of
15089 operators longer than 1 char.
15090
15091 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15092 idlwave-shell-expression-overlay. Implemented printing of
15093 expressions on higher levels of the calling stack.
15094 (idlwave-shell-display-level-in-calling-stack): Restore stack
15095 level.
15096 (idlwave-retrieve-expression-from-level): New function.
15097 (idlwave-shell-last-calling-stack): Variable removed.
15098 (idlwave-shell-reset): Argument action reversed (`visible' to
15099 `hidden'). Also remove stop-line overlay.
15100 (idlwave-shell-calling-stack-routine): New variable.
15101 (idlwave-shell-parse-stack-and-display): Messages now display
15102 negative level numbers.
15103 (idlwave-shell-mode): Set `modeline-format'.
15104 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15105 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15106 21.
15107 (idlwave-shell-print-expression-function): New option.
15108
15109 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15110 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15111 `tool-bar' instead of `toolbar'.
15112
15113 2000-02-02 Dave Love <fx@gnu.org>
15114
15115 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15116 emacs-lisp-mode-hook. Don't check for defalias being defined.
15117
15118 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15119 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15120 the new builtins directly.
15121
15122 * whitespace.el (whitespace): Add :version to defgroup.
15123
15124 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15125 Doc fix.
15126
15127 * thingatpt.el (sexp-at-point, symbol-at-point)
15128 (number-at-point, list-at-point): Add autoload cookie.
15129
15130 * recentf.el (recentf): Add :version to defgroup.
15131
15132 * quickurl.el (quickurl): Add :version to defgroup.
15133
15134 * elide-head.el (elide-head): Use point-marker more.
15135
15136 * bs.el (bs): Add :version to defgroup.
15137
15138 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15139
15140 * progmodes/delphi.el (delphi): Add :version to defgroup.
15141
15142 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15143
15144 * ange-ftp.el (ange-ftp-write-region): Handle case that
15145 succeeding process operation sets a different coding system.
15146
15147 * calculator.el: New file.
15148
15149 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15150
15151 * frame.el (frames-on-display-list, framep-on-display): New
15152 functions.
15153 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15154 (display-selections-p, display-screens, display-pixel-width)
15155 (display-pixel-height, display-mm-width, display-mm-height)
15156 (display-backing-store, display-save-under, display-planes)
15157 (display-color-cells, display-visual-class): New functions.
15158
15159 * term/tty-colors.el (tty-color-gray-shades): New function.
15160
15161 * faces.el (display-color-p): Use framep-on-display.
15162 (display-grayscale-p): New function.
15163
15164 2000-01-31 Dave Love <fx@gnu.org>
15165
15166 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15167 (create-fontset-from-x-resource): Don't concat integers.
15168
15169 2000-01-31 Inge Frick <inge@nada.kth.se>
15170
15171 * view.el: Some changes in documentation. Removed some trailing
15172 whitespace. Changed some parameter names to agree with
15173 documentation.
15174 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15175 window is not deleted. Modifies change 1998-04-26.
15176
15177 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15178
15179 * windmove.el: New file.
15180
15181 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15182 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15183 progmodes/ebnf-yac.el: Update copyright and license info.
15184
15185 * jit-lock.el (jit-lock-function): Widen before calculating end
15186 position.
15187 (jit-lock-stealth-chunk-start): Rewritten.
15188
15189 * info.el (Info-title-face-alist): Removed.
15190 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15191 faces.
15192 (Info-fontify-node): Use these faces.
15193
15194 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15195
15196 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15197 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15198 `&allow-other-keywords'.
15199
15200 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15201 the list of directories scanned heuristically.
15202
15203 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15204 exist.
15205
15206 2000-01-30 Jason Rumney <jasonr@gnu.org>
15207
15208 * w32-fns.el: Define w32-tty-standard-colors.
15209
15210 * startup.el (command-line): Use w32-tty-standard-colors when in
15211 w32 console mode.
15212
15213 2000-01-30 Dave Love <fx@gnu.org>
15214
15215 * jka-compr.el (jka-compr-load): Fix up load-history.
15216
15217 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15218
15219 * emacs-lisp/cl-macs.el: Revert previous change.
15220
15221 2000-01-29 Dave Love <fx@gnu.org>
15222
15223 * facemenu.el: Purecopy various strings.
15224
15225 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15226 years. Deal with three-digit years.
15227
15228 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15229 defconst, purecopy.
15230 (help-back-label): Purecopy it.
15231
15232 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15233
15234 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15235 variable. If non-nil, order the buffer list according to the
15236 currently selected frame.
15237 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15238 non-nil, pass the selected frame to function buffer-list.
15239
15240 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15241
15242 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15243
15244 2000-01-28 Dave Love <fx@gnu.org>
15245
15246 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15247
15248 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15249 Don't use lisp-indent-hook property.
15250 (cl-abs): Remove.
15251
15252 * subr.el: Move out indent and edebug specs for when and unless.
15253
15254 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15255 when, unless.
15256
15257 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15258 unless, when.
15259
15260 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15261
15262 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15263 `collecting' as synonym for `collect'.
15264
15265 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15266 for the case it contains spaces.
15267
15268 * simple.el (what-cursor-position): Change formatting of
15269 messages.
15270
15271 * frame.el (delete-other-frames): New function.
15272 (toplevel): Bind it to C-x 5 1.
15273
15274 * sort.el (sort-numeric-base): New option.
15275 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15276 interpret it as octal or hexadecimal. Use sort-numeric-base
15277 as default base.
15278
15279 * progmodes/glasses.el: New file.
15280
15281 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15282
15283 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15284 userids differently.
15285
15286 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15287 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15288 progmodes/ebnf-yac.el: New files.
15289
15290 2000-01-26 Dave Love <fx@gnu.org>
15291
15292 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15293 on a function with an empty body. [From Eric Ludlam.]
15294
15295 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15296
15297 * vc.el (vc-version-diff): Make sure file name is expanded.
15298
15299 2000-01-25 Gerd Moellmann <gerd@gnu.org>
15300
15301 * scroll-bar.el (scroll-bar-timer): Variable removed.
15302 (scroll-bar-toolkit-scroll): Don't use a timer.
15303
15304 2000-01-25 Kenichi Handa <handa@etl.go.jp>
15305
15306 * language/thai-util.el (thai-composition-function): Delete
15307 superfluous `a'.
15308
15309 2000-01-24 Dave Love <fx@gnu.org>
15310
15311 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15312 end-of-defun-function.
15313
15314 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15315 &c.
15316
15317 2000-01-22 Jason Rumney <jasonr@gnu.org>
15318
15319 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15320 conflicts with new face support.
15321
15322 2000-01-22 Richard M. Stallman <rms@gnu.org>
15323
15324 * replace.el (query-replace): Rename last arg to DELIMITED.
15325 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15326 (query-replace-regexp): Likewise.
15327
15328 2000-01-20 Richard M. Stallman <rms@gnu.org>
15329
15330 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15331
15332 * emacs-lisp/lisp.el (beginning-of-defun-function):
15333 Variable renamed from beginning-of-defun.
15334 Do not call make-variable-buffer-local.
15335 (beginning-of-defun-raw): Use new variable name; doc fix.
15336 (beginning-of-defun): Doc fix.
15337 (end-of-defun-function): Variable renamed from end-of-defun.
15338 Do not call make-variable-buffer-local.
15339 (end-of-defun): Use new variable name; doc fix.
15340
15341 * subr.el (dolist, dotimes): Copied from cl-macs.el
15342 and made to work.
15343
15344 * mail/undigest.el (rmail-digest-end-regexps):
15345 Variable replaces rmail-digest-end-regexp.
15346 Allows multiple regexps for detecting the end line.
15347 (undigestify-rmail-message): Corresponding changes.
15348
15349 2000-01-19 Dave Love <fx@gnu.org>
15350
15351 * files.el (user-init-file): Don't declare here -- is primitive.
15352
15353 * startup.el (command-line): Check for compiled user-init-file and
15354 set to uncompiled version if necessary.
15355
15356 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15357
15358 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15359 (undigestify-rmail-message): Use it.
15360
15361 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15362
15363 2000-01-17 Gerd Moellmann <gerd@gnu.org>
15364
15365 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15366 of mini-buffer.
15367
15368 2000-01-14 Gerd Moellmann <gerd@gnu.org>
15369
15370 * emacs-lisp/copyright.el (copyright-update): Removed the
15371 requirement for a trailing space from `copyright-regexp', to
15372 support copyrights with owner specified on a separate line..
15373
15374 * align.el: New file.
15375
15376 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15377
15378 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15379
15380 2000-01-13 Dave Love <fx@gnu.org>
15381
15382 * ph.el: Removed. (Obsoleted by EUDC.)
15383
15384 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15385
15386 * net/eudc.el (toplevel): Remove autoloaded code installing
15387 menu with easymenu, because that causes build problems.
15388
15389 * frame.el (frame-notice-user-settings): New variable.
15390 (frame-notice-user-settings): Don't modify frame parameters
15391 if called a second time.
15392
15393 2000-01-13 Richard M. Stallman <rms@gnu.org>
15394
15395 * frame.el (frame-notice-user-settings):
15396 Notice default-frame-parameters even for non-window frames.
15397
15398 2000-01-13 Gerd Moellmann <gerd@gnu.org>
15399
15400 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15401 for Emacs.
15402 (eudc-bob-can-display-inline-images): Extend for Emacs.
15403 (eudc-bob-toggle-inline-display): Ditto.
15404 (eudc-bob-display-jpeg): Ditto.
15405
15406 2000-01-12 Gerd Moellmann <gerd@gnu.org>
15407
15408 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15409 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15410 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15411
15412 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15413 nil)'.
15414
15415 * subdirs.el: Add `net' directory.
15416
15417 * net: New directory.
15418
15419 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15420 eval-last-sexp. Don't bind debug-on-error here.
15421 (eval-last-sexp): New function. Bind debug-on-error if
15422 eval-expression-debug-on-error is non-nil.
15423 (eval-defun-2, eval-defun): Likewise.
15424
15425 * simple.el (eval-expression): Don't bind debug-on-error if
15426 eval-expression-debug-on-error is nil. Detect changed
15427 debug-on-error, and propagate new value to global binding, if
15428 eval-expression-debug-on-error is non-nil,
15429 (eval-expression-debug-on-error): Change doc string.
15430
15431 2000-01-11 Richard M. Stallman <rms@gnu.org>
15432
15433 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15434
15435 * emacs-lisp/lisp-mode.el (with-syntax-table):
15436 Set up lisp-indent-function property.
15437
15438 * subr.el (with-syntax-table): Moved from simple.el.
15439
15440 * simple.el (with-syntax-table): Moved to subr.el.
15441
15442 2000-01-11 Gerd Moellmann <gerd@gnu.org>
15443
15444 * tmm.el (tmm-shortcut): Delete region after prompt instead
15445 of erasing buffer.
15446
15447 * textmodes/fill.el (fill-common-string-prefix): New function.
15448 (fill-context-prefix): Use the longest common prefix of first
15449 and second line fill prefix, if there is one.
15450
15451 2000-01-11 Richard M. Stallman <rms@gnu.org>
15452
15453 * array.el (array-mode): Don't use make-variable-buffer-local.
15454 Use make-local-variable for `truncate-lines'.
15455
15456 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15457
15458 * add-log.el (add-log-current-defun): Handle user-defined
15459 add-log-current-function returning nil,
15460
15461 * add-log.el (add-change-log-entry): Insert version number
15462 if having found a current function
15463
15464 * add-log.el (add-log-current-defun): Call
15465 `add-log-current-defun-function'. Try matches at level 0 and
15466 level 1. Strip whitespace from defun found.
15467
15468 2000-01-10 John Wiegley <johnw@gnu.org>
15469
15470 * allout.el (isearch-done/outline-provisions): Added `edit'
15471 argument to correspond with the current definition of
15472 `isearch-done'.
15473
15474 2000-01-10 Dave Love <fx@gnu.org>
15475
15476 * elide-head.el (elide-head): Use point-marker, not point.
15477
15478 2000-01-10 Gerd Moellmann <gerd@gnu.org>
15479
15480 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15481 before and after the year 2000.
15482
15483 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15484 Add ispell- prefix.
15485
15486 2000-01-10 Ken Stevens <k.stevens@ieee.org>
15487
15488 * ispell.el: Only define dictionaries in menus when they exist.
15489 (version18p): New variable.
15490 (version20p): New variable.
15491 (xemacsp): New variable.
15492 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15493 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15494 (ispell-dictionary-alist6): Russian command lines no longer accept
15495 run-together words.
15496 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15497 (ispell-dictionary-alist): Add koi8-r to customize definition.
15498 (check-ispell-version): Added documentation string. Returns
15499 library path when called non-interactively.
15500 (ispell-menu-map-needed): Uses new variables.
15501 (ispell-library-path): New variable.
15502 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15503 (ispell-word): Improved documentation string. Test for valid
15504 character mappings. Correctly check typed in word changes that can
15505 result in single words split into multiple words. Returns
15506 replacement word.
15507 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15508 replace in recursive query replace mode. Help message for
15509 recursive edit mode.
15510 (ispell-show-choices): Protect against bad framepop bindings.
15511 (ispell-help): Fix to work with XEmacs.
15512 (ispell-highlight-spelling-error): Use new variables.
15513 (ispell-overlay-window): Fix to work with XEmacs.
15514 (ispell-parse-output): Passed and returns location information
15515 tracking spelling corrections. Doesn't recheck same word on
15516 current line.
15517 (ispell-init-process): Protect against bogus XEmacs variable binding.
15518 Fix call to single argument in sleep-for. Use new variables.
15519 (ispell-region): Passed and returns location information tracking
15520 spelling corrections. Doesn't check same word on current line.
15521 Improved documentation string. Doesn't resend a line already
15522 checked to the ispell process - fixes bug in LaTeX parsing.
15523 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15524 (ispell-skip-region): No longer skips <TT> in SGML.
15525 (ispell-process-line): Tracks location information with spelling
15526 corrections. Added documentation string. Accounts for words
15527 already accepted on this line. Don't allow query-replace on line
15528 starting with math characters. Doesn't resend a line already sent
15529 to ispell process. Fixes alignment error bug.
15530
15531 2000-01-10 Richard M. Stallman <rms@gnu.org>
15532
15533 * dired-x.el (dired-guess-shell-alist-default):
15534 Suggest xloadimage, which is free, not xv, which isn't.
15535
15536 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15537 Don't ever include the host name or user name in the value.
15538
15539 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15540
15541 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15542 of a real newline.
15543
15544 2000-01-09 Stephen Eglen <stephen@gnu.org>
15545
15546 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15547 for .png files.
15548
15549 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15550
15551 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15552
15553 2000-01-09 Gerd Moellmann <gerd@gnu.org>
15554
15555 * progmodes/cperl-mode.el: Replace ^F with ^L.
15556
15557 * sendmail.el (toplevel): Provide `sendmail' when compiling
15558 before `require'ing rmail and mailalias to prevent infinite
15559 recursion.
15560
15561 2000-01-08 Dave Love <fx@gnu.org>
15562
15563 * emacs-lisp/backquote.el: Remove inappropriate customization
15564 (allowing custom.el to use backquote).
15565
15566 2000-01-07 Dave Love <fx@gnu.org>
15567
15568 * add-log.el (add-log-debugging): Deleted.
15569 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15570 file. Remove debugging code.
15571 (change-log-get-method-definition, change-log-name): Add doc.
15572 (change-log-sortable-date-at): New function.
15573 (change-log-merge): New command.
15574
15575 * time.el (display-time-string-forms): Make the Mail string active.
15576 (display-time-update): Provide help-echo for load average.
15577
15578 * bindings.el (make-mode-line-mouse2-map): New function.
15579 (mode-line-modified): Use it and simplify.
15580 (mode-line-mule-info): Provide help-echo info.
15581 (minor-mode-alist): Activate the strings.
15582 (make-mode-line-mouse-sensitive): Simplify for
15583 mode-line-buffer-identification.
15584
15585 2000-01-07 Gerd Moellmann <gerd@gnu.org>
15586
15587 * play/pong.el: New file.
15588
15589 2000-01-06 Dave Love <fx@gnu.org>
15590
15591 * array.el: Assorted cleanups for compiler warnings, doc strings,
15592 `array-' prefix for symbols.
15593
15594 2000-01-05 Dave Love <fx@gnu.org>
15595
15596 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15597 outline-headers-as-kill.
15598 (outline-mode): Define imenu-generic-expression.
15599 (outline-headers-as-kill): New command.
15600
15601 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15602 from paragraph-start.
15603 (paragraph-indent-minor-mode): New command.
15604
15605 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15606 M-C-e, M-C-h, C-j, C-xnd, TAB.
15607 (fortran-mode): Set beginning-of-defun, end-of-defun.
15608 (fortran-column-ruler): Simplify.
15609 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15610 (fortran-with-subprogram-narrowing): Likewise.
15611 (fortran-indent-subprogram): Call mark-defun.
15612 (fortran-check-for-matching-do): Change narrowing.
15613
15614 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15615 (cl-lucid-hash-tag): Delete.
15616 (cl-hash-table-p): Correct test for native table.
15617 (cl-hash-table-count): Use hash-table-count.
15618
15619 * browse-url.el (browse-url): Fix case of
15620 browse-url-browser-function being an alist.
15621
15622 2000-01-05 Carsten Dominik <cd@gnu.org>
15623
15624 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15625 (reftex-index-phrase-file-extension): New options.
15626
15627 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15628 Use new option `reftex-index-phrase-file-extension'.
15629
15630 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15631 `reftex-parse-file-extension'.
15632
15633 2000-01-05 Dave Love <fx@gnu.org>
15634
15635 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15636 (beginning-of-defun-raw): Use it.
15637 (end-of-defun): New variable.
15638 (end-of-defun): Use it.
15639 (check-parens): New command.
15640
15641 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15642
15643 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15644 (hs-show-block): Don't use `mapcar' when not accumulating.
15645
15646 Fix buglet in local variables initialization.
15647
15648 2000-01-05 Andreas Schwab <schwab@suse.de>
15649
15650 * hscroll.el (hscroll): Doc fix.
15651
15652 2000-01-05 Carsten Dominik <cd@gnu.org>
15653
15654 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15655 idlw-toolbar.
15656
15657 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15658 file idlw-rinfo.el.
15659 (idlwave-customize): load must read file idlw-shell.el.
15660 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15661
15662 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15663
15664 * progmodes/idlw-shell.el: Also provide idlwave-shell
15665 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15666 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15667
15668 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15669 both reftex-dcr and reftex-vcr.
15670
15671 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15672
15673 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15674
15675 * ps-print.el: PostScript code now is in separate files, doc fix.
15676 (ps-print-version): New version number (5.0.3).
15677 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15678 local.
15679 (ps-spool-config): Initialization fix.
15680 (ps-print-prologue-1, ps-print-prologue-2)
15681 (ps-print-duplex-feature): PostScript code moved to separated file.
15682 (ps-background-image): Little code reformating.
15683 (ps-begin-file, ps-begin-job): Fix code.
15684 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15685 (ps-prologue-file): New fun.
15686
15687 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15688
15689 * ps-vars.el: Eliminated.
15690
15691 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15692 `;;;###autoload'.
15693
15694 * ps-print.el: ps-vars eliminated, doc fix.
15695 (ps-print-version): New version number (5.0.2).
15696 (ps-spool-config): Initialization fix.
15697 (ps-print-customize): New fun.
15698
15699 2000-01-04 Gerd Moellmann <gerd@gnu.org>
15700
15701 * autorevert.el (auto-revert-mode): Return value of
15702 auto-revert-mode.
15703
15704 2000-01-04 Dave Love <fx@gnu.org>
15705
15706 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15707 menu items.
15708
15709 2000-01-03 Dave Love <fx@gnu.org>
15710
15711 * elide-head.el (elide-head) [defgroup]: Add :version.
15712
15713 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15714 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15715 `cl-hash-table-p', not `hash-table-p'.
15716 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15717
15718 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15719
15720 * faces.el (face-read-integer, read-face-attribute)
15721 (color-defined-p, color-values): unspecified-{f,b}g are now
15722 strings.
15723
15724 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15725
15726 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15727 at comment end, and re-insert them after filling.
15728
15729 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15730
15731 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15732 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15733 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15734
15735 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15736
15737 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15738 the new name of face-color-supported-p.
15739
15740 * term/w32-win.el (xw-defined-colors): Likewise.
15741
15742 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15743
15744 * simple.el (completion-setup-function): Count completion-size
15745 from minibuffer-prompt-end, not from point-min.
15746
15747 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15748
15749 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15750 Pass the frame to tty-color-* functions.
15751 (display-color-p, frame-set-background-mode): Pass the frame to
15752 tty-display-color-p.
15753
15754 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15755 tty-color-alist.
15756 (tty-color-alist, tty-modify-color-alist): New functions.
15757 (tty-color-define, tty-color-clear, tty-color-approximate)
15758 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15759 an optional parameter FRAME.
15760
15761 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15762
15763 * image.el (create-image, defimage): Don't assume image data is a
15764 string.
15765
15766 * image.el (defimage): Handle specifications containing :data
15767 instead of :file.
15768 (image-type-from-data): New function.
15769 (image-type-from-file-header): Use it.
15770 (create-image): Add parameter DATA-P.
15771
15772 See ChangeLog.8 for earlier changes.
15773
15774 ;; Local Variables:
15775 ;; coding: iso-2022-7bit
15776 ;; End: