]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
replaced require with autoloads
[gnu-emacs] / lisp / ChangeLog
1 2001-01-29 Sam Steingold <sds@gnu.org>
2
3 * vc-cvs.el: replaced (require 'vc) with a bunch of
4 `autoload' statements.
5
6 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * files.el (confirm-kill-emacs): Doc fix.
9
10 * frame.el (frame-initialize): Doc fix.
11
12 * time-stamp.el (time-stamp-string): Doc fix.
13
14 * woman.el (WoMan-log-1): Make the log buffer writable. From
15 Markus Rost <rost@math.ohio-state.edu>.
16
17 2001-01-29 Gerd Moellmann <gerd@gnu.org>
18
19 * imenu.el (imenu-syntax-alist): Add autoload cookie for
20 the `make-variable-buffer-local'.
21
22 2001-01-29 Dave Love <fx@gnu.org>
23
24 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
25 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
26 autoload cookie.
27 (ansi-color-apply-sequence): Fix typo.
28
29 2001-01-29 Gerd Moellmann <gerd@gnu.org>
30
31 * menu-bar.el (menu-bar-files-menu): Add menu items for
32 Postscript printing in black and white.
33
34 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
35 X-Mailman-Version, Precedence, List-Help, List-Post,
36 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
37 Content-Type, Content-Length.
38
39 2001-01-29 Dave Love <fx@gnu.org>
40
41 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
42 fix.
43
44 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
45
46 * isearch.el (isearch-highlight): Don't punt if the display
47 doesn't support colors, since isearch faces are defined for
48 monochrome displays as well.
49
50 2001-01-27 Sam Steingold <sds@gnu.org>
51
52 * shell.el (shell-write-history-on-exit): Make sure that we are in
53 the shell buffer (M-x tex-file RET inserted the error message into
54 the TeX buffer).
55
56 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
57
58 * simple.el (transient-mark-mode): Doc fix.
59
60 2001-01-27 Gerd Moellmann <gerd@gnu.org>
61
62 * progmodes/etags.el (find-tag-noselect): Don't bind
63 tags-file-name.
64
65 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * shell.el (shell-unquote-argument): If the shell is one of the
68 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
69 quote character.
70 (shell-dumb-shell-regexp): Document that the shells which match
71 this regexp are supposed to not treat a backslash as a quote
72 character.
73
74 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
75 from 2001-01-12. It is not needed, since backspace is mapped into
76 DEL.
77
78 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
79
80 * dabbrev.el (dabbrev--substitute-expansion):
81 Treat a one-capital-letter abbrev as "not all upper case",
82 so as to force preservation of the expansion's pattern
83 if the expansion starts with a capital letter.
84
85 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
86
87 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
88 Doc fix.
89
90 * simple.el (transient-mark-mode): Document the fact that many
91 commands act on the region when mark is active.
92
93 2001-01-27 Kenichi Handa <handa@etl.go.jp>
94
95 * international/quail.el (quail-setup-completion-buf): Make the
96 multibyteness of current buffer inherited to Quail completion
97 buffer.
98 (quail-show-guidance-buf): Make the multibyteness of current
99 buffer inherited to Quail guidance buffer.
100 (quail-help): Make the multibyteness of current buffer inherited
101 to Quail help buffer.
102
103 2001-01-26 Dave Love <fx@gnu.org>
104
105 * time-stamp.el: Doc fixes.
106
107 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
108 (delphi-keyword-face, delphi-other-face): Fix :type.
109
110 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
111
112 * mail/feedmail.el (feedmail): Add :link.
113 (feedmail-send-it): Doc fix.
114
115 * mail/sendmail.el: Doc fixes.
116 (sendmail-send-it): Fix the non-ASCII regexp and use
117 rfc2047-encode-string.
118
119 * dired.el, dired-aux.el: Revert last change.
120
121 2001-01-26 Gerd Moellmann <gerd@gnu.org>
122
123 * makefile.w32-in (DONTCOMPILE): Add various term files.
124
125 2001-01-26 Dave Love <fx@gnu.org>
126
127 * Makefile.in (DONTCOMPILE): Add various term files.
128
129 2001-01-26 Gerd Moellmann <gerd@gnu.org>
130
131 * man.el (Man-default-man-entry, Man-mode): Doc fix.
132
133 * startup.el (display-startup-echo-area-message): Make sure
134 the echo area is resized to fit the size of the startup
135 message.
136
137 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
138 part of which is a constant.
139
140 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
143 twice.
144
145 2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
146
147 * simple.el (next-line): Don't let `newline' expand abbrevs.
148 Simplify slightly.
149 (open-line): Don't let `newline' expand abbrevs.
150
151 2001-01-25 John Wiegley <johnw@gnu.org>
152
153 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
154 to `repeat' in the :type field.
155
156 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
157 allow a choice of regexp or nil.
158 (pcomplete-dir-ignore): Same.
159
160 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
161 a command) to always fail.
162
163 2001-01-25 Gerd Moellmann <gerd@gnu.org>
164
165 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
166 discard the result.
167 (iswitchb-to-end): Likewise.
168
169 2001-01-25 Sam Steingold <sds@gnu.org>
170
171 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
172 Require vc.
173
174 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
175
176 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
177
178 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
179
180 2001-01-25 Dave Love <fx@gnu.org>
181
182 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
183 (describe-coding-system): Tweak the English text.
184
185 * loadup.el: Preload international/ccl for utf-8.
186
187 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * mail/rmail.el (rmail-redecode-body): Doc fix.
190
191 2001-01-25 Kenichi Handa <handa@etl.go.jp>
192
193 * international/mule-cmds.el (reset-language-environment): Reset
194 coding-category-utf-8 to mule-utf-8.
195
196 * international/mule-conf.el (coding-category-utf-8): Initialize
197 to mule-utf-8.
198
199 * loadup.el: Preload international/utf-8.
200
201 * international/utf-8.el: New file.
202
203 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
204
205 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
206
207 2001-01-24 Sam Steingold <sds@gnu.org>
208
209 * dired.el (dired-replace-in-string): Removed.
210 (dired-sort-toggle): Use `replace-regexps-in-string'
211 instead of `dired-replace-in-string'.
212
213 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
214 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
215
216 * gs.el (gs-replace-in-string): Removed.
217 (gs-options): Use `replace-regexps-in-string'
218 instead of `gs-replace-in-string'.
219
220 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
221
222 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
223 bug report is mailed to an email list and posted to a news group.
224
225 2001-01-24 Gerd Moellmann <gerd@gnu.org>
226
227 * comint.el (comint-replace-by-expanded-history-before-point): Fix
228 change of 2000-08-03 to move point to the start of the line again.
229
230 * startup.el (tool-bar-images-pixel-height): New variable.
231 (command-line): After loading the user's init file, when
232 tool-bar-mode is on, increase the frame's size by some lines for
233 the tool-bar.
234
235 * frame.el (frame-initialize): Create the initial frame invisible.
236
237 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
238
239 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
240 (chinese-big5): MIME:Big5.
241
242 2001-01-24 Gerd Moellmann <gerd@gnu.org>
243
244 * international/mule-cmds.el (universal-coding-system-argument):
245 Handle commands with prefix args.
246
247 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
248
249 * calendar/diary-lib.el (diary-float): Fix case of MONTH
250 being a list of numbers.
251 (diary-mail-entries): Rewritten.
252
253 2001-01-23 Dave Love <fx@gnu.org>
254
255 * international/mule.el (make-coding-system): Fix typo.
256
257 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
258 backward-paragraph as font-lock-beginning-of-syntax-function.
259
260 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * font-lock.el (font-lock-mode): Doc fix.
263
264 2001-01-23 Kenichi Handa <handa@etl.go.jp>
265
266 * international/mule.el (make-translation-table): Fix docstring.
267
268 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
269
270 * mail/rmail.el (rmail-redecode-body): New function.
271
272 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
273
274 2001-01-22 Gerd Moellmann <gerd@gnu.org>
275
276 * isearch.el (isearch-lazy-highlight-case-fold-search)
277 (isearch-lazy-highlight-regexp): New variables.
278 (isearch-lazy-highlight-cleanup): Update lazy highlight if
279 case-fold search or regexp search has been toggled.
280
281 * wid-edit.el (widget-button-click): Avoid a save-excursion
282 around running a global binding.
283
284 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
285 to 0.25.
286
287 2001-01-20 Miles Bader <miles@gnu.org>
288
289 * cus-edit.el (custom-face-save): Do post-processing on the face's
290 new value like `custom-face-set' does.
291
292 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * mail/emacsbug.el (report-emacs-bug): Report the value of
295 LC_CTYPE, not LC_TYPE.
296
297 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
298 isearch-toggle-regexp and isearch-edit-string to doc string.
299
300 2001-01-19 Gerd Moellmann <gerd@gnu.org>
301
302 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
303 as font-lock-beginning-of-syntax-function in font-lock-defaults.
304
305 * jit-lock.el (jit-lock-fontify-now): Don't bind
306 font-lock-beginning-of-syntax-function to nil.
307
308 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * mail/emacsbug.el (report-emacs-bug): Report values of
311 locale-coding-system, default-enable-multibyte-characters, and the
312 environment variables LC_ALL, LC_TYPE, and LANG.
313
314 2001-01-19 Gerd Moellmann <gerd@gnu.org>
315
316 * font-lock.el (font-lock-default-fontify-region): Fix last
317 change.
318
319 * font-lock.el (font-lock-multiline): Default to nil.
320 (font-lock-default-fontify-region): If font-lock-multiline is
321 nil, don't check the property `font-lock-multiline'.
322
323 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
324 is nil, don't check the `font-lock-multiline' text property.
325
326 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
327
328 * viper.el: Call initial-major-mode on startup.
329
330 * ediff.el (ediff-patch-file): Use better defaults.
331
332 * ediff-vers.el: Fix for 8+3 DOS file systems.
333
334 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
335
336 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
337 diff mode, if available.
338
339 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
340
341 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
342
343 * ediff-init.el (subst-char-in-string): Define and use it, unless
344 it's already defined.
345
346 2001-01-18 Gerd Moellmann <gerd@gnu.org>
347
348 * tooltip.el (tooltip-hide-delay): New user-option.
349 (tooltip-show): Use tooltip-hide-delay instead of the default.
350
351 2001-01-18 Kenichi Handa <handa@etl.go.jp>
352
353 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
354 kill-local-variable doesn't work for enable-multibyte-characters.
355
356 2001-01-17 Dave Love <fx@gnu.org>
357
358 * ediff-init.el (ediff-before-setup-hook)
359 (ediff-merge-filename-prefix): Add :version.
360
361 * international/latin1-disp.el: Require disp-table.
362 (latin1-display): Fix :set.
363
364 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
365
366 2001-01-17 Gerd Moellmann <gerd@gnu.org>
367
368 * isearch.el (isearch-lazy-highlight-initial-delay)
369 (isearch-lazy-highlight-interval): Default to 0.
370
371 2001-01-17 Bob Glickstein <bobg@zanshin.com>
372
373 * isearch.el (isearch-highlight): Set isearch-overlay priority to
374 1 here rather than each time through
375 isearch-lazy-highlight-new-loop.
376 (isearch-lazy-highlight-max): Variable deleted.
377 (isearch-lazy-highlight-max-at-a-time): New user variable, like
378 isearch-lazy-highlight-max but controls a single invocation of
379 isearch-lazy-highlight-update.
380 (isearch-lazy-highlight-wrapped): Variable recreated.
381 (isearch-lazy-highlight-window-start): New variable.
382 (isearch-lazy-highlight-cleanup): Restored to behavior of
383 before 2-Jan.
384 (isearch-lazy-highlight-remove-overlays): Function deleted;
385 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
386 behavior removed.
387 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
388 isearch-lazy-highlight-update in a loop rather than just once.
389 Test isearch-invalid-regexp here and decide not to start a new
390 loop, rather than testing it each time through
391 isearch-lazy-highlight-update.
392 (isearch-lazy-highlight-search): Function restored.
393 (isearch-lazy-highlight-update): Get called in a timer loop again,
394 but this time highlight more than one match each time through.
395 Only highlight matches in the visible part of the window. Start
396 at point, move in the direction of the search, and wrap around at
397 the edge of the window. Use sit-for to force redisplay and ensure
398 window-start is credible. "Face suppressing" behavior removed;
399 overlay priorities should make it unnecessary, right?
400 (isearch-highlight): Face suppressing behavior removed.
401 (isearch-dehighlight): Face suppressing behavior removed.
402 (isearch-set-lazy-highlight-faces-at): Removed.
403
404 2001-01-17 Kenichi Handa <handa@etl.go.jp>
405
406 * language/european.el ("Latin-1"): Make the format of description
407 about additional language environments same as that of Latin-2.
408
409 2001-01-16 Dave Love <fx@gnu.org>
410
411 * isearch.el (isearch-lazy-highlight): Add :version.
412
413 * simple.el (backward-delete-char-untabify-method)
414 (next-line-add-newlines): Add :version.
415
416 2001-01-16 Gerd Moellmann <gerd@gnu.org>
417
418 * bindings.el: Bind <backspace> and <delete> via function-key-map.
419 Don't bind <delete> otherwise.
420
421 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
422 and <delete> via function-key-map.
423
424 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
425 Subject line only if point is after the `Subject:'.
426
427 2001-01-16 Kenichi Handa <handa@etl.go.jp>
428
429 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
430 japanese-jisx0213-2 in `charset' property of this lang. env.
431
432 * language/european.el ("Latin-1"): Add description for Dutch and
433 Spanish lang. env.
434
435 * international/mule.el (decode-char): Fix conditions.
436 (encode-char): Handle eight-bit-control too.
437 (transform-make-coding-system-args): New function.
438 (make-coding-system): Accept XEmacs style arguments for CCL base
439 coding system.
440
441 2001-01-15 Gerd Moellmann <gerd@gnu.org>
442
443 * progmodes/etags.el (find-tag-noselect): Save the value of
444 tags-file-name before switching buffers, for the case it has a
445 buffer-local value.
446
447 2001-01-15 Alex Schroeder <alex@gnu.org>
448
449 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
450 From Dave Love <fx@gnu.org>.
451 (ansi-color-for-comint-mode): Fix :version.
452
453 2001-01-15 Alex Schroeder <alex@gnu.org>
454
455 * ansi-color.el (ansi-color-unfontify-region): Doc change.
456
457 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
458
459 * dired.el (dired-insert-directory): If file-system-info fails,
460 remove the " free " part, but don't signal an error.
461
462 2001-01-12 Sam Steingold <sds@gnu.org>
463
464 * bookmark.el (bookmark-maybe-historicize-string):
465 Use new backquote syntax.
466
467 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
468
469 * subr.el (last): Handle a list that doesn't end in nil.
470
471 2001-01-12 Sam Steingold <sds@gnu.org>
472
473 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
474 to `backward-delete-char-untabify'.
475
476 2001-01-12 Dave Love <fx@gnu.org>
477
478 * cus-edit.el (customize-menu-create): Fix the :filter following
479 easymenu change.
480
481 * wid-edit.el (function): Add :match-alternatives.
482 (widget-color-action): Doc fix.
483
484 2001-01-12 Gerd Moellmann <gerd@gnu.org>
485
486 * calendar/calendar.el (calendar-basic-setup): Doc fix.
487
488 2001-01-12 Kenichi Handa <handa@etl.go.jp>
489
490 * international/mule-cmds.el (prefer-coding-system): Fix
491 docstring.
492
493 * international/ccl.el (define-ccl-program): Fix docstring.
494
495 2001-01-11 Dave Love <fx@gnu.org>
496
497 * international/mule-cmds.el (standard-display-european-internal):
498 Set display table for 2208 as for 160.
499
500 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
501
502 * progmodes/fortran.el (fortran-mode-map): Modify Customization
503 entry for custom-menu-create change.
504 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
505 don't cons it in the search loop.
506
507 * imenu.el (imenu--truncate-items): Revert last change.
508
509 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
510
511 * info.el (Info-setup-header-line): If the node header includes
512 either Next: or Prev: links, don't show the File: and Node: parts
513 in the header line.
514
515 2001-01-11 Gerd Moellmann <gerd@gnu.org>
516
517 * comint.el (comint-goto-process-mark): Don't print a message
518 when running in batch mode.
519
520 * isearch.el (isearch-search): In the condition-case handler for
521 `error', set isearch-invalid-regexp to the whole error message.
522
523 * subr.el (eval-after-load): Call load-symbol-file-load-history to
524 ensure that eval-after-load works for files dumped with Emacs.
525
526 * help.el (load-symbol-file-load-history): New function extracted
527 from function symbol-file.
528 (symbol-file): Use it.
529
530 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
531 exit.xpm.
532
533 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
536 behave as if there were no prefix argument.
537 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
538 argument were nil.
539
540 2001-01-11 Richard M. Stallman <rms@gnu.org>
541
542 * isearch.el (isearch-lazy-highlight-update):
543 Don't look for more potential matches once maximum is exceeded.
544 Use overlays-in to check correctly for overlap with current match.
545 Ignore empty matches.
546
547 2001-01-11 Miles Bader <miles@gnu.org>
548
549 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
550 (ispell-overlay-window, ispell-help, ispell-show-choices)
551 (ispell-command-loop): Use it instead of `window-height'.
552
553 2001-01-10 Gerd Moellmann <gerd@gnu.org>
554
555 * files.el (confirm-kill-emacs): New user-option.
556 (save-buffers-kill-emacs): Ask for final confirmation before
557 killing Emacs.
558
559 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
560 to nil.
561
562 2001-01-10 Dave Love <fx@gnu.org>
563
564 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
565
566 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
567 :type.
568
569 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
570
571 * calculator.el (calculator-number-digits): Fix :type.
572
573 * vc-cvs.el (vc-cvs-header): Fix :type.
574 * vc-rcs.el (vc-rcs-header): Fix :type.
575 * vc-sccs.el (vc-sccs-header): Fix :type.
576
577 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
578
579 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
580
581 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
582
583 2001-01-10 Gerd Moellmann <gerd@gnu.org>
584
585 * simple.el (set-variable): Force a thorough redisplay for the
586 case that the variable has an effect on the display, like
587 `tab-width' has.
588
589 2001-01-10 Andre Spiegel <spiegel@gnu.org>
590
591 * vc.el: Add documentation for backend interface.
592
593 2001-01-10 Kenichi Handa <handa@etl.go.jp>
594
595 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
596
597 * international/mule-conf.el (latin-extra-code-table): Set to t
598 for \223 and \224.
599
600 2001-01-09 Kenichi Handa <handa@etl.go.jp>
601
602 * international/mule-cmds.el (locale-language-names): Map "es" to
603 "Spanish" and "nl" to "Dutch".
604
605 2001-01-09 Gerd Moellmann <gerd@gnu.org>
606
607 * bindings.el (global-map): Bind <home> to beginning-of-line,
608 <end> to end-of-line, C-<home> to beginning-of-buffer, and
609 C-<end> to end-of-buffer.
610
611 * language/european.el: Add Dutch and Spanish language info
612 to be able to use the appropriate tutorials.
613
614 2001-01-09 Alex Schroeder <alex@gnu.org>
615
616 * ansi-color.el (ansi-color-process-output): Use markers instead
617 of positions for start and end of region.
618 (ansi-color-apply-on-region): Rewrote code to make it more robust.
619 Previously, occasional mistakes happend when fontifying many
620 chunks of output (eg. ls --color=yes /dev). This happened
621 whenever an overlay was created up to the end of the region, which
622 coincided with the process-mark. New text would then be added
623 within that overlay instead of after it.
624 (ansi-color-make-extent): Overlays are created with the property
625 `modification-hooks' set to '(ansi-color-freeze-overlay).
626 (ansi-color-freeze-overlay): New function. When inserting text at
627 the end of the overlay, the overlay will resize.
628
629 2000-01-09 Alex Schroeder <alex@gnu.org>
630
631 * ansi-color.el (ansi-color-process-output): Doc change.
632 (ansi-color-unfontify-region): Doc change. No longer installed
633 automatically in font-lock-unfontify-region-function.
634 (ansi-color-apply): Doc change.
635 (ansi-color-apply-on-region): Use extents or overlays instead of
636 text-properties.
637 (ansi-color-make-extent): New function.
638 (ansi-color-set-extent-face): New function.
639
640 2000-01-09 Alex Schroeder <alex@gnu.org>
641
642 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
643 both use ansi-color-process-output, now.
644 (ansi-color-process-output): Doesn't return string anymore. It is
645 installed in comint-output-filter-functions for both Emacs and
646 XEmacs, now.
647 (ansi-color-unfontify-region): Simplified code removing variables
648 pos and start-ansi.
649 (ansi-color-apply): Put text-property ansi-color before putting
650 text-property face because ansi-color-unfontify-region is called
651 immediately after the call to put-text-property.
652 (ansi-color-context-region): Doc change.
653 (ansi-color-filter-region): Simplified code.
654 (ansi-color-apply-on-region): Changed start to start-marker, using
655 a marker explicitly. Put text-property ansi-color before putting
656 text-property face because ansi-color-unfontify-region is called
657 immediately after the call to put-text-property.
658
659 2000-01-09 Alex Schroeder <alex@gnu.org>
660
661 * ansi-color.el (ansi-color-faces-vector): Doc change.
662 (ansi-color-for-comint-mode): Changed :type property to choice.
663 (ansi-color-last-context): Removed.
664 (ansi-color-process-output): Don't use ansi-color-last-context, as
665 the main functions will store their context now.
666 (ansi-color-context): Doc change.
667 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
668 Uses ansi-color-context such that repeated calls will strip
669 partial escape sequences, too.
670 (ansi-color-apply): Simplified code. Colorize end of string if
671 face is not null. Store context in new (FACE STRING) format, such
672 that repeated calls will strip partial escape sequences, too.
673 Append faces to face property using ansi-color-apply-sequence such
674 that cumulative mode actually works.
675 (ansi-color-context-region): New variable.
676 (ansi-color-filter-region): Rewrote it based on
677 ansi-color-apply-on-region. Uses ansi-color-context-region such
678 that repeated calls will strip partial escape sequences, too.
679 (ansi-color-apply-on-region): Simplified code. Colorize end of
680 region if face is not null. Store context in new (FACE POS)
681 format, such that repeated calls will strip partial escape
682 sequences, too. Append faces to face property using
683 ansi-color-apply-sequence such that cumulative mode actually
684 works.
685 (ansi-color-apply-sequence): New function.
686 (ansi-color-get-face): When the default face is added to the list
687 of faces, all previous settings are discarded and the list of
688 faces is set to '(default).
689
690 2000-01-09 Alex Schroeder <alex@gnu.org>
691
692 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
693 face, such that ansi-color-apply and ansi-color-apply-on-region
694 will do the right thing.
695 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
696 returns nil, set the list of faces back to nil instead of
697 appending the result of ansi-color-get-face to the front of the
698 list.
699
700 2000-01-09 Alex Schroeder <alex@gnu.org>
701
702 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
703 (ansi-color-process): Doc change.
704 (ansi-color-last-context): New buffer-local variable.
705 (ansi-color-process-output): New function. It is automatically
706 added to comint-output-filter-functions if this is XEmacs.
707 (ansi-color-unfontify-region): New optional parameter for XEmacs
708 compatibility. Check wether font-lock-syntactic-keywords is
709 boundp before removing the syntax table text property, as XEmacs
710 doesn't have it.
711 (ansi-color-filter-region): Doc change.
712 (ansi-color-apply-on-region): Doc change.
713 (ansi-color-make-face): New function. Compatibility layer for
714 XEmacs. Return temporary faces instead of cons cells for XEmacs.
715 (ansi-color-make-color-map): Use ansi-color-make-face.
716 (ansi-color-get-face): Avoid face text property '(nil) as results
717 in an errow for XEmacs.
718
719 2000-01-09 Alex Schroeder <alex@gnu.org>
720
721 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
722 text-property ansi-color in order to preserve fontification by
723 ansi-color. When the package is loaded, a lambda expression is
724 put onto font-lock-mode-hook. This lambda expression will check
725 font-lock-unfontify-region-function and replace
726 font-lock-default-unfontify-region with
727 ansi-color-unfontify-region.
728 (ansi-color-apply): Add text-property ansi-color in addition to
729 text-property face.
730 (ansi-color-apply-on-region): Add text-property ansi-color in
731 addition to text-property face.
732 (save-buffer-state): Copy of the macro that is also used by
733 lazy-lock and font-lock.
734
735 (ansi-color-for-comint-mode): New option.
736 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
737 (ansi-color-for-comint-mode-off): Ditto.
738 (ansi-color-for-comint-mode-filter): Ditto.
739 (ansi-color-process): New function. Uses
740 ansi-color-for-comint-mode to decide what to do. This function is
741 added to comint-preoutput-filter-functions when the package is
742 loaded.
743
744 (ansi-color-for-shell-mode-set): Removed.
745 (ansi-color-for-shell-mode): Removed.
746
747 2000-01-09 Alex Schroeder <alex@gnu.org>
748
749 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
750 the lambda expression from the ansi-color-for-shell-mode :set
751 property. Additionally, modify shell-mode-hook to enable or
752 disable font-lock-mode for future shell buffers.
753 (ansi-color-for-shell-mode): The :set property calls
754 ansi-color-for-shell-mode-set instead of a lambda expression.
755
756 2000-01-09 Alex Schroeder <alex@gnu.org>
757
758 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
759 (ansi-color-context): New variable.
760 (ansi-color-apply): Save context between calls.
761
762 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
763
764 * isearch.el (isearch, isearch-lazy-highlight-face): New
765 definitions for face colors and attributes.
766
767 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
768 of display-mouse-p.
769
770 2001-01-09 Kenichi Handa <handa@etl.go.jp>
771
772 * international/mule.el (make-coding-system): If the coding system
773 accepts extra latin codes, register such codes as safe for the
774 coding system.
775
776 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
777
778 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
779 don't mention the file name or the date here, because they are
780 logged at the start of the file.
781
782 2001-01-08 Richard M. Stallman <rms@gnu.org>
783
784 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
785 Change screen-width to frame-width.
786
787 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * info.el (Info-search): Print the default as part of the prompt.
790
791 2001-01-08 Andre Spiegel <spiegel@gnu.org>
792
793 * vc.el (vc-default-latest-on-branch-p): New function, replaces
794 constant implementations in backends.
795
796 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
797 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
798
799 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
800 WRITABLE to EDITABLE.
801
802 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
803 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
804 to EDITABLE.
805
806 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
809 (copyright, copyright-update): Compute the current year at run
810 time.
811
812 2001-01-08 Gerd Moellmann <gerd@gnu.org>
813
814 * isearch.el (isearch-old-signal-hook): Removed.
815 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
816 instead of setting signal-hook-function.
817 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
818
819 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
820
821 * emulation/edt.el: Update to version 4.0. Provide support for
822 EDT scroll margins at top and bottom of the window. Provide an
823 emulation of the EDT SUBS command (bound to GOLD-Enter, by
824 default). Enhance edt-quit, bound to GOLD-q by default, to warn
825 user when file-related buffer modifications exist. Provide
826 support for running EDT Emulation in XEmacs. Provide customize
827 access to some user updatable variables. Add Commentary section
828 to file header. Fixed a few minor bugs and cleaned up some code.
829
830 * emulation/edt-mapper.el: Update to version 4.0. Provide support
831 for detecting a keypress that generates an ASCII key sequence.
832 (Previously, only a keypress that generates a vector was
833 recognized.) Embed Window Manager name into name of the generated
834 EDT Emulation initialization file since the initialization file is
835 Window Manager specific. Add Commentary section to file header.
836
837 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
838
839 * mail/sendmail.el (mail-mode): Doc fix.
840
841 * info.el (Info-goto-emacs-command-node): Doc fix.
842 (Info-goto-emacs-key-command-node): Doc fix.
843
844 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
845
846 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
847 systems without long file-name support.
848
849 2001-01-06 Andrew Innes <andrewi@gnu.org>
850
851 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
852
853 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
856 (isearch-lazy-highlight-update): Doc fix.
857
858 * ffap.el (ffap-bindings): Doc fix.
859
860 * dired-x.el (dired-virtual-guess-dir): Doc fix.
861
862 2001-01-05 Dave Love <fx@gnu.org>
863
864 * emacs-lisp/cl-seq.el (remove, remq): Remove.
865
866 2001-01-05 Gerd Moellmann <gerd@gnu.org>
867
868 * mouse-drag.el (mouse-drag-safe-scroll): Bind
869 scroll-preserve-screen-position to nil.
870
871 * isearch.el (isearch-old-signal-hook): New variable.
872 (isearch-mode): Set signal-hook-function to isearch-done.
873 (isearch-done): Restore old signal-hook-function.
874
875 * info.el (Info-fontify-node): Mark one more char as intangible.
876
877 2000-01-05 Kenichi Handa <handa@etl.go.jp>
878
879 * composite.el (compose-last-chars): New argument COMPONENTS. If
880 it is non-nil, compose preceding characters by compose-region with
881 COMPONENTS.
882
883 * international/quail.el (quail-input-string-to-events): New function.
884 (quail-input-method): Convert input string to events here.
885 (quail-start-translation): Return input string, not event list.
886 (quail-start-conversion): Likewise.
887
888 2001-01-04 Gerd Moellmann <gerd@gnu.org>
889
890 * tooltip.el (tooltip-cancel-delayed-tip)
891 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
892 and tooltip-add-timeout.
893 (tooltip-show): Set border color from faces's foreground.
894 (tooltip-show-help-function): If called with the same help string
895 as last time, do nothing.
896 (tooltip-help-tips): Don't set tooltip-help-message to nil.
897
898 * startup.el (fancy-splash-screens): Don't bind show-help-function
899 to nil.
900
901 * tooltip.el (tooltip-frame-parameters): Remove colors.
902 (tooltip): New face
903 (tooltip-set-param): New function.
904 (tooltip-show): Set up color frame parameters from face `tooltip'.
905 Display the tooltip text in face `tooltip'.
906
907 2001-01-04 Dave Love <fx@gnu.org>
908
909 * whitespace.el (whitespace-global-mode): Fix typo.
910
911 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
912
913 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
914
915 * help.el (help-for-help): Fix a typo in a doc string. From
916 kwzh@gnu.org (Karl Heuer).
917
918 2001-01-03 Dave Love <fx@gnu.org>
919
920 * dired-x.el: Doc fixes. Maintainer change.
921 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
922 :type.
923 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
924 (dired-guess-shell-alist-user): Customize.
925 (dired-x-help-address): Set to bug-gnu-emacs.
926 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
927 (dired-default-directory): Renamed from default-directory.
928
929 * hl-line.el (hl-line): Doc fix.
930
931 2001-01-03 Karl Fogel <kfogel@red-bean.com>
932
933 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
934
935 2001-01-02 Richard M. Stallman <rms@gnu.org>
936
937 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
938 to remove all the current alternative-match highlighting.
939 If nil, remove only what's outside the current window.
940 (isearch-lazy-highlight-remove-overlays): Take optional
941 region within which NOT to remove them.
942 (isearch-lazy-highlight-new-loop): Greatly simplified.
943 (isearch-lazy-highlight-update): Find all the other occurrences
944 visible in the window, in just one call.
945 (isearch-lazy-highlight-start): Now holds start of region to scan.
946 (isearch-lazy-highlight-end): Now holds end of region to scan.
947 (isearch-lazy-highlight-wrapped): Variable deleted.
948 (isearch-lazy-highlight-search): Function deleted.
949
950 2000-01-02 Andrew Innes <andrewi@gnu.org>
951
952 * w32-fns.el (convert-standard-filename): Do length check on name
953 before aref.
954
955 2001-01-02 Dave Love <fx@gnu.org>
956
957 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
958 value.
959 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
960
961 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
962
963 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
964 read syntax.
965
966 * calendar/todo-mode.el (todo): Add :link, :version.
967 (todo-save-top-priorities): Remove autoload cookie.
968 (todo-add-category, todo-add-item-non-interactively)
969 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
970 cookie.
971
972 2001-01-02 Gerd Moellmann <gerd@gnu.org>
973
974 * comint.el (comint-input-history-ignore): New variable.
975 (comint-read-input-ring): Ignore entries matching
976 comint-input-history-ignore.
977
978 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
979
980 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
981 (lm-copyright-mark): New function.
982 (lm-crack-copyright): New function.
983 (lm-verify): Check that the file has a copyright.
984 Check that the file is copyright Free Software Foundation.
985
986 2000-12-30 Kenichi Handa <handa@etl.go.jp>
987
988 * international/mule-diag.el (print-fontset): Indent font name by
989 24 columns, not 25.
990
991 2000-12-29 Gerd Moellmann <gerd@gnu.org>
992
993 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
994 in Subject line.
995
996 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
997 Use mail-mode-hook instead of mail-setup-hook. Otherwise
998 continuing an interrupted message with C-u C-x m for instence,
999 winds up in Mail mode without abbrevs.
1000
1001 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1002
1003 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1004 non-nil. Adding almost all customization variables on ps-setup. Doc
1005 fix.
1006 (ps-print-version): New version number (6.3.3).
1007 (ps-end-with-control-d): Initialization fix.
1008 (ps-lines-printed): New var.
1009 (ps-skip-newline): New fun.
1010 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1011 (ps-next-line, ps-continue-line, ps-plot-region)
1012 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
1013
1014 2000-12-29 Kenichi Handa <handa@etl.go.jp>
1015
1016 * international/fontset.el (x-complement-fontset-spec): Resolve
1017 ASCII font name so that the same family name is used for fonts
1018 registered in x-font-name-charset-alist.
1019 (create-fontset-from-fontset-spec): Adjusted for the above change.
1020 The name of fontset alias should be a unresolved ASCII font name.
1021
1022 2000-12-28 Gerd Moellmann <gerd@gnu.org>
1023
1024 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1025 and delete in isearch-mode-map.
1026
1027 2000-12-28 Richard M. Stallman <rms@gnu.org>
1028
1029 * dired-x.el (dired-guess-shell-alist-default):
1030 Use xpdf instead of acroread.
1031
1032 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1033
1034 * textmodes/artist.el (artist-butlast): Deleted.
1035 (artist-ellipse-mirror-quadrant): Use butlast instead of
1036 artist-butlast.
1037
1038 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1039
1040 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1041
1042 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1045
1046 * ls-lisp.el: Better support for the Mac and MS-Windows.
1047 (ls-lisp): New defgroup.
1048 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1049 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1050 (ls-lisp-support-shell-wildcards): New defcustoms.
1051 (ls-lisp-parse-symlink): New function.
1052 (insert-directory): Code to convert switches to a list and set up
1053 the wildcard argument copied from ls-lisp-insert-directory.
1054 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1055 for -C and -R switches.
1056 (ls-lisp-column-format): New function.
1057 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1058 (ls-lisp-format-time): Add doc strings.
1059 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1060 Support ls-lisp-dirs-first.
1061 (ls-lisp-classify, ls-lisp-extension): New functions.
1062 (ls-lisp-format): Optionally support emulation of symlinks.
1063 Support -i, -s, and -G switches.
1064
1065 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1066
1067 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1068
1069 * version.el (emacs-version): Print X scroll bar information.
1070
1071 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1072 instead of x-toolkit-scroll-bars-p.
1073
1074 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1075 of x-toolkit-scroll-bars-p.
1076
1077 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1078
1079 * ffap.el (ffap-bindings): Make interactive and add an autoload
1080 cookie.
1081 (ffap-bindings): Doc fix, to reflect the above change.
1082
1083 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1084
1085 * term.el (term-char-mode): Define all non-ascii self-inserting
1086 characters to 'term-send-raw in term-raw-map.
1087
1088 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1089
1090 * viper-init (viper-restore-cursor-type): Added condition-case
1091 guard.
1092
1093 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1094 initialization; use add-hook.
1095 (ediff-file-remote-p): Use file-local-copy.
1096
1097 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1098
1099 * ediff.el (ediff-patch-buffer): Bug fix.
1100 (ediff-revision): Allow selection of the file at the prompt.
1101
1102 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * subr.el (combine-run-hooks): Remove.
1105
1106 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1107 and remove the rogue second spec.
1108
1109 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1110
1111 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1112
1113 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1114
1115 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1116 Use minibuffer menu prompt for the `=' prefix.
1117 (smerge-command-prefix): Change default to C-^.
1118 (smerge-mode): Don't assume font-lock doesn't move point.
1119
1120 * skeleton.el (skeleton-internal-1): Make sure the first line of
1121 the region is also re-indented.
1122 (skeleton-end-newline): New var.
1123 (skeleton-end-hook): Use it.
1124
1125 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1126
1127 * comint.el (comint-password-prompt-regexp): Support CVS.
1128
1129 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1130
1131 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1132 backspace key combinations, depending on
1133 delete-key-deletes-forward.
1134
1135 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1136
1137 * simple.el (delete-key-deletes-forward): Doc fix.
1138
1139 2000-08-22 Emmanuel Briot <briot@gnat.com>
1140
1141 * xml.el (top level comment): Updated to reflect the fact that
1142 white spaces are relevant in the XML file.
1143 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1144 to parse was already edited. This allows for on-the-fly analysis
1145 of XML files.
1146 (xml-parse-tag): Check that the casing is the same in the start
1147 tag and end tag, since XML is case-sensitive. Allows for spaces
1148 in the end tag, after the name of the tag.
1149 (xml-parse-attlist): Allow for the character '-' in the name of
1150 attributes, as in the standard http-equiv attribute Do not save
1151 the properties in the XML tree, since they are not relevant.
1152
1153 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1154
1155 * generic.el (generic-read-type): Undo last change, inline into
1156 `generic-mode' and then remove.
1157 (generic-mode): Inline generic-read-type.
1158 (define-generic-mode): Push the symbol name rather than the symbol
1159 onto generic-mode-list.
1160
1161 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1162
1163 * generic.el (generic-read-type): Build an alist for
1164 completing-read as in 20.7.
1165
1166 * play/landmark.el (lm): Use interactive spec `P'.
1167 (toplevel): Don't set debug-on-error.
1168
1169 * server.el (server-switch-buffer): Choose a window on a visible
1170 frame.
1171
1172 2000-12-21 Dave Pearson <davep@davep.org>
1173
1174 * quickurl.el: Commentry change, I've moved my web site.
1175
1176 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1177
1178 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1179 ranges like \177-\237, but accepts the character sequence from \177 to
1180 \237. Doc fix.
1181 (ebnf-version): New version (3.4).
1182 (ebnf-setup): Code fix.
1183 (ebnf-range-regexp): New fun.
1184 (ebnf-8-bit-chars): Const fix.
1185
1186 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1187 entry. Doc fix.
1188 (ebnf-bnf-lex): Code fix.
1189 (ebnf-bnf-comment-chars): Const fix.
1190
1191 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1192 entry. Doc fix.
1193 (ebnf-iso-comment-chars): Const fix.
1194
1195 * ebnf-otz.el: Doc fix.
1196
1197 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1198 entry. Doc fix.
1199 (ebnf-yac-skip-code): Code fix.
1200 (ebnf-yac-comment-chars): Const fix.
1201
1202 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * files.el (insert-directory-safely): New function.
1205 (recover-file): Use it instead of insert-directory. From Markus
1206 Rost <markus.rost@mathematik.uni-regensburg.de>
1207
1208 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1209
1210 * international/mule-cmds.el (select-safe-coding-system): Check
1211 coding-category-list more rigidly. Improve help message.
1212
1213 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1214
1215 2000-12-21 Miles Bader <miles@gnu.org>
1216
1217 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1218 prefix.
1219
1220 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1221
1222 * international/mule-diag.el (describe-char-after): Make *Help*
1223 buffer inherit multibyteness of the current buffer.
1224
1225 * international/mule.el (make-char): Docstring adjusted for the
1226 change of make-char-internal.
1227
1228 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * international/iso-cvt.el: Docstrings fix.
1231
1232 2000-12-20 Dave Love <fx@gnu.org>
1233
1234 * subr.el (eval-after-load): Doc fix.
1235
1236 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1237
1238 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1239 for numbers.
1240
1241 2000-12-20 Miles Bader <miles@gnu.org>
1242
1243 * international/quail.el (quail-help): Resize the help window
1244 again after it has all its contents. Remove unneeded progn.
1245
1246 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1247
1248 * pcmpl-linux.el: Fix copy/paste error.
1249
1250 2000-12-19 Andrew Innes <andrewi@gnu.org>
1251
1252 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1253 docstring.
1254
1255 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1256
1257 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1258
1259 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1260
1261 * progmodes/idlw-shell.el: Fixed copyright notice.
1262
1263 * progmodes/idlwave.el: Fixed copyright notice.
1264
1265 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1266 TAB as key separators.
1267
1268 2000-12-19 Alex Schroeder <alex@gnu.org>
1269
1270 * sql.el (sql-sybase-options): New option.
1271 (sql-sybase): Use it. Add sql-database to the list of parameters
1272 provided for login. The options -w 2048 -n are not used any more.
1273 (sql-postgres-options): Changed default from "--pset" to "-P".
1274 (sql-mysql-options): Doc change.
1275 (sql-stop): Doc change.
1276
1277 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1278
1279 * international/quail.el (quail-input-method): Always hide
1280 the guidance buffer on exiting.
1281
1282 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1283
1284 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1285 isn't fboundp.
1286
1287 * server.el (server-buffer-done): Bury the buffer before
1288 killing it.
1289
1290 * faces.el (face-spec-set): Interpret a nil in specs for
1291 foreground and background colors as `unspecified', for
1292 compatibility with 20.x.
1293
1294 2000-12-18 Dave Love <fx@gnu.org>
1295
1296 * simple.el (mail-user-agent): Doc fix.
1297 (input-mode-8-bit): Removed.
1298
1299 * international/mule.el (set-keyboard-coding-system): Doc fix.
1300 (keyboard-coding-system): New option.
1301
1302 * mail/sendmail.el (send-mail-function): Customize.
1303
1304 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1305
1306 * international/codepage.el (cp866-decode-table): New table.
1307
1308 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1309
1310 * version.el (emacs-version): Remove `%a' from the time format
1311 because the weekday doesn't fit well into each locale.
1312
1313 2000-12-18 Miles Bader <miles@gnu.org>
1314
1315 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1316
1317 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1318 Check that emacs-major-version is `=' to 20, not `>='.
1319 (artist-replace-chars): Use `make-string' instead of a loop.
1320
1321 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1322
1323 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1324 (cvs-execute-single-file): Don't change directory.
1325 Patch from Per Cederqvist.
1326
1327 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * textmodes/ispell.el (check-ispell-version): If
1330 `ispell-program-name' is "aspell", pass it the -v switch instead
1331 of -vv.
1332
1333 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1334
1335 * international/mule-diag.el (mule-diag): Insert information about
1336 configure options, multibyte awareness, language env.
1337
1338 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1339 regexp to search for candidates.
1340
1341 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1342
1343 * info.el (Info-forward-node): If the node has an
1344 Info-header-line, widen the buffer before searching for "next:"
1345 and "up:" pointers, and set the search limit to stay in the
1346 current node.
1347
1348 2000-12-16 Miles Bader <miles@gnu.org>
1349
1350 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1351
1352 2000-12-15 Miles Bader <miles@gnu.org>
1353
1354 * comint.el (comint-send-string, comint-send-region): Also accept
1355 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1356 process-send-string/region.
1357
1358 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1359
1360 * isearch.el (isearch-lazy-highlight-max): New user-option.
1361 (isearch-lazy-highlight-update): Don't highlight more than
1362 isearch-lazy-highlight-max matches.
1363
1364 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1365
1366 2000-12-15 Richard M. Stallman <rms@gnu.org>
1367
1368 * sort.el (sort-columns): Fix error message.
1369
1370 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1371 `upcase' or `downcase' or nil.
1372 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1373 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1374 (dabbrev--substitute-expansion): New arg record-case-pattern.
1375 If it is non-nil, set dabbrev--last-case-pattern.
1376 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1377
1378 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1379
1380 2000-12-15 Miles Bader <miles@gnu.org>
1381
1382 * paths.el (Info-default-directory-list): Don't delete
1383 configure-info-directory from the list of standard info
1384 directories when appending it to the end -- their order is
1385 important.
1386
1387 * faces.el (read-face-attribute): If there's no entry for the
1388 user's input in VALID, just use it as-is (this will often result
1389 in an error, but it may be OK for e.g. colors using hexadecimal
1390 notation, and at least will yield a better error message).
1391
1392 * window.el (mode-line-window-height-fudge): Function removed.
1393 (height-affecting-face-attributes, mode-line-window-height-fudge):
1394 Variables removed.
1395 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1396 window is really the right size. Use vertical-motion
1397 rather than forward-line.
1398 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1399 (ispell-command-loop, ispell-show-choices): Use the variable
1400 ispell-choices-win-default-height, rather than the function.
1401 (ispell-choices-win-default-height): Function removed.
1402 (ispell-mode-line-window-height-fudge): Function removed.
1403
1404 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1407
1408 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * paths.el (Info-default-directory-list): If
1411 configure-info-directory is not one of the standard directories,
1412 put it first in the list; otherwise put it last. Doc string
1413 changed accordingly.
1414
1415 * info.el (Info-directory-list): Change doc string to reflect the
1416 change in Info-default-directory-list.
1417
1418 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1419 windows-nt as windowed environments, even under -nw.
1420
1421 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1422 if not fboundp. Switch delete-forward mode for the <delete> key
1423 on all PC platforms, even under -nw.
1424
1425 * term/internal.el ([M-delete]): Remap to M-d.
1426
1427 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1428
1429 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1430
1431 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1434
1435 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1436
1437 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1438 if appropriate.
1439
1440 * simple.el (delete-key-deletes-forward): New user-option.
1441 (delete-key-deletes-forward-mode): New function.
1442
1443 * bindings.el: Bind `delete' to backward-delete-char.
1444
1445 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1446 if symbol is bound before getting its value.
1447
1448 * tooltip.el (tooltip-show): If an error is signaled in
1449 x-show-tip, display that error, and display the help in the
1450 echo area.
1451
1452 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1453
1454 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1455 "... entries" messages for every 10000 entries, not 10.
1456
1457 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1458
1459 * bookmark.el: Provide a generic exit hook, as suggested by
1460 Ovidiu Predescu <ovidiu@cup.hp.com>:
1461 (bookmark-exit-hook): New var.
1462 (bookmark-exit-hook-internal): New func, replaces
1463 old raw lambda form in `kill-emacs-hook', and runs new
1464 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1465 as logically that feature must have been provided if this function
1466 is running.
1467 Removed ;;;###autoload before the `add-hook' call.
1468
1469 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1472 (easy-menu-current-active-maps): New function.
1473 (easy-menu-get-map): Use it.
1474 Make a proper menu entry when creating a new keymap.
1475
1476 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1477
1478 * international/characters.el: Fix cases and syntaxes for
1479 mule-unicode-0100-24ff.
1480
1481 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1482 that a Japanese character is not appended after day and year.
1483
1484 * info.el (Info-suffix-list): Change format for a command that
1485 requires arguments.
1486 (info-insert-file-contents): Adjusted for the above change.
1487
1488 2000-12-12 Andreas Schwab <schwab@suse.de>
1489
1490 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1491 on the name of the tar buffer. Verify that the existing buffer is
1492 visiting the same subfile.
1493
1494 2000-12-12 Dave Love <fx@gnu.org>
1495
1496 * subdirs.el: Add obsolete.
1497
1498 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1499
1500 * mail/rmailsum.el (rmail-summary-expunge)
1501 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1502 instead of rmail-confirm-expunge.
1503
1504 * replace.el (perform-replace): Don't use an empty match adjacent
1505 to a non-empty match when computing the next match before the
1506 replacement is performed.
1507
1508 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1509
1510 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1511 definition (patch by Stefan Monnier).
1512 (glasses-mode): Use jit-lock instead of `after-change-functions'
1513 (patch by Stefan Monnier).
1514
1515 2000-12-12 Miles Bader <miles@gnu.org>
1516
1517 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1518 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1519
1520 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1521
1522 * term/mac-win.el: Remove load for ls-lisp.
1523
1524 * loadup.el: Load ls-lisp for system-type `macos'.
1525
1526 2000-12-12 Miles Bader <miles@gnu.org>
1527
1528 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1529 Respect field end too.
1530 (just-one-space): Respect fields as `delete-horizontal-space'.
1531 (newline-and-indent, reindent-then-newline-and-indent): Use
1532 `delete-horizontal-space'.
1533
1534 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1537 (so as to obey the field property in the minibuffer).
1538
1539 * obsolete/c-mode.el: Moved from lisp/progmodes.
1540 * obsolete/auto-show.el: Moved from lisp.
1541 * obsolete/ooutline.el: Moved from lisp/textmodes.
1542
1543 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1544
1545 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1546 changes to list them here.
1547
1548 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1549 many changes to list them here.
1550
1551 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1552 many changes to list them here.
1553
1554 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1555
1556 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1557
1558 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1559 nil.
1560
1561 * cus-edit.el (custom-save-variables, custom-save-faces):
1562 Comment fix.
1563
1564 * hscroll.el: Moved to `obsolete' subdir.
1565
1566 2000-12-11 Miles Bader <miles@gnu.org>
1567
1568 * window.el (window-text-height): Function removed (now in C).
1569
1570 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * log-edit.el (log-edit-parent-buffer): New var.
1573 (log-edit): Set it. Add BUFFER argument.
1574 (log-edit-done): Use char-before.
1575 Don't bother checking validity of vc-comment-ring.
1576 Only bury the buffer if log-edit popped it up.
1577
1578 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1579 (cvs-mode-diff-help): Remove.
1580 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1581 (cvs-mode-marked): Set up the default for CMD manually.
1582
1583 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1584 Remove binding for ? now made unnecessary.
1585
1586 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1587
1588 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1589 function
1590 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1591
1592 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1593 when master file is not open.
1594
1595 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1596
1597 * progmodes/ada-stmt.el: Update `maintainer'.
1598
1599 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1600
1601 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1602 choices to match documentation string.
1603
1604 2000-12-09 Miles Bader <miles@gnu.org>
1605
1606 * minibuf-eldef.el: New file.
1607
1608 * window.el (fit-window-to-buffer): Don't pass last argument to
1609 pos-visible-in-window-p, now that its meaning is inverted.
1610
1611 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1612
1613 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1614 <ceder@lysator.liu.se>.
1615
1616 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1617
1618 * autoinsert.el (auto-insert-alist): Add missing final \n.
1619
1620 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1621 (cvs-menu-map): Remove.
1622 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1623 (cvs-mode-quit): Turn it back into a plain function.
1624
1625 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1626 (texinfo-filter): Remove (move to texinfo.el).
1627
1628 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1629 file where it's more visible.
1630 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1631 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1632 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1633 (texinfo-inside-macro-p): Only catch `scan-error's.
1634 (texinfo-inside-env-p): Make better use of the match info.
1635 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1636 (texinfo-insert-@end): Slight re-organization.
1637 Also remove useless `looking-at' call.
1638
1639 2000-12-08 Andrew Innes <andrewi@gnu.org>
1640
1641 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1642 accessible in -nw mode.
1643
1644 * term/w32-win.el: Remove stuff about selection timeout, which is
1645 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1646 it is accessible in -nw mode.
1647
1648 2000-12-08 Dave Love <fx@gnu.org>
1649
1650 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1651 font-lock-keywords-case-fold-search.
1652
1653 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1654
1655 * textmodes/ispell.el (ispell): Doc fix.
1656
1657 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1658
1659 * international/quail.el (quail-insert-decode-map): Check the
1660 frame width of a window displaying the current buffer, not that of
1661 the selected frame.
1662 (quail-help): Make sure that the help buffer has window before
1663 inserting text in it.
1664
1665 2000-12-07 Sam Steingold <sds@gnu.org>
1666
1667 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1668 Backquote is used in isearch.el, so autoloading saves nothing.
1669
1670 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1671
1672 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1673 the CVS and RCS subdirectories case-insensitively.
1674
1675 * dired.el (dired-insert-directory): If file-system-info is
1676 fboundp, call it instead of invoking dired-free-space-program.
1677
1678 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1679
1680 * server.el (server-visit-files): Push files on file-name-history.
1681
1682 * progmodes/cc-langs.el: Update copyright.
1683
1684 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1685
1686 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1687
1688 * bindings.el (mode-line-mode-menu): Reverse the order
1689 of define-keys so that the menu appears in alphabetical order.
1690
1691 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1692
1693 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1694 of the function.
1695
1696 2000-12-07 Dave Love <fx@gnu.org>
1697
1698 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1699
1700 * facemenu.el (facemenu-unlisted-faces): Fix value.
1701
1702 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1703
1704 * font-lock.el (font-lock-default-fontify-region):
1705 Include the terminating \n (off-by-one error).
1706 (font-lock-set-defaults): Use dolist.
1707
1708 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1709
1710 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1711
1712 * international/mule-cmds.el (describe-language-environment): Fix
1713 for the case that an input method title is not string but a list.
1714
1715 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1716 of wrong SIZE record.
1717
1718 2000-12-06 Dave Love <fx@gnu.org>
1719
1720 * newcomment.el (comment-region, comment-dwim): Doc fix.
1721
1722 * textmodes/texinfo.el: Require tex-mode when compiling.
1723 (texinfo-update-node): Doc fix.
1724 (texinfo-imenu-generic-expression): Add @anchor.
1725 (texinfo-font-lock-keywords): Add @uref.
1726 (texinfo-inside-macro-p): Don't use ignore-errors.
1727 (texinfo-insert-quote): Match more contexts.
1728
1729 * international/mule.el (decode-char, encode-char): Doc fix.
1730 (auto-coding-alist): Customize.
1731
1732 * files.el (load-file): Fix change of 2000-03-12.
1733
1734 * wid-edit.el (widget-text-keymap): Doc fix.
1735
1736 2000-12-06 Andrew Innes <andrewi@gnu.org>
1737
1738 * makefile.w32-in (lisp): Set to an absolute directory, namely
1739 $(CURDIR).
1740
1741 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1742
1743 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1744 read generated-autoload-file, and set buffer-file-coding-system to
1745 raw-text-unix after reading the file.
1746
1747 * international/mule-conf.el (file-coding-system-alist): Use
1748 raw-text for reading loaddefs.el and raw-text-unix for writing
1749 it.
1750
1751 2000-12-06 Gerd Moellmann <gerd@gnu.org>
1752
1753 * replace.el (occur): Make line-number-width 1 smaller for the
1754 colon following the line number.
1755
1756 * startup.el (fancy-splash-text, command-line-1): Use
1757 `File' for the menu name instead of `Files'.
1758
1759 * tmm.el: Update copyright.
1760
1761 * cus-start.el: Add entry for even-window-heights.
1762
1763 2000-12-06 Miles Bader <miles@gnu.org>
1764
1765 * faces.el (frame-set-background-mode): Avoid stomping on
1766 locally modified faces.
1767
1768 2000-12-06 Kenichi Handa <handa@etl.go.jp>
1769
1770 * international/fontset.el: Correct the font registries for
1771 japanese-jisx0213-1 and japanese-jisx0213-2.
1772
1773 2000-12-05 Gerd Moellmann <gerd@gnu.org>
1774
1775 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1776
1777 * iswitchb.el: Update customization commentary.
1778
1779 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1780
1781 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1782 (tpu-search-highlight): Fixed comparison of overlay end positions.
1783 (tpu-trim-line-ends): Implemented trimming logic locally.
1784
1785 * emulation/tpu-extras.el (tpu-write-file-hook)
1786 (tpu-set-cursor-bound): Replaced picture-clean with
1787 tpu-trim-line-ends.
1788
1789 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1790
1791 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1792 to cn-gb.
1793 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1794
1795 2000-12-04 Dave Love <fx@gnu.org>
1796
1797 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1798
1799 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1800
1801 * mail/rmailsum.el (rmail-summary-expunge)
1802 (rmail-summary-expunge-and-save): Ask for confirmation with
1803 rmail-expunge-confirmed.
1804
1805 * mail/rmail.el (rmail-expunge-confirmed): New function.
1806 (rmail-expunge): Use it.
1807
1808 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1809 (etags-recognize-tags-table, find-tag-in-order): New
1810 functionality: interpret file names as tags.
1811
1812 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1815 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1816 visit the first subnode until the bottom of the current node is
1817 visible.
1818
1819 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1820
1821 * format.el (format-decode): Don't change buffer's undo list.
1822
1823 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1824
1825 * faces.el (face-font-registry-alternatives): Add entries for CJK
1826 fonts. Doc-string adjusted for the actual usage of this data.
1827
1828 * international/fontset.el: Change the font registries for CJK
1829 fonts in the default fontset. Don't append '*' to registries.
1830
1831 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1832
1833 * emacs-lisp/easy-mmode.el (define-derived-mode)
1834 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1835
1836 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1837 (derived-mode-p): New function.
1838 (derived-mode-make-docstring): Add `docstring' argument.
1839 Use it if available and complete it if necessary.
1840
1841 2000-12-03 Andreas Schwab <schwab@suse.de>
1842
1843 * type-break.el (type-break): Don't make parent of itself.
1844
1845 2000-12-03 Miles Bader <miles@gnu.org>
1846
1847 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1848
1849 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1850
1851 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1852 (tex-main-file, tex-file): Simplify.
1853 (tex-generate-zap-file-name): Use subst-char-in-string.
1854 (tex-strip-dots): Remove.
1855
1856 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1857
1858 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1859 to check if the match succeeded.
1860
1861 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1862
1863 * startup.el (use-fancy-splash-screens-p): New function.
1864 (command-line-1): Use it to determine whether or not to use
1865 a fancy splash screen.
1866
1867 2000-12-02 Andreas Schwab <schwab@suse.de>
1868
1869 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1870
1871 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1872
1873 * international/mule.el (make-char): Fix last change.
1874
1875 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1876 New defcustoms.
1877 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1878 autoloading tex-mode; instead, do the same manually. Use
1879 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1880 with numeric argument. Docstring fix.
1881 (toplevel): Require cl when compiling.
1882
1883 * international/mule.el (make-char): Doc fix.
1884
1885 2000-12-02 Jason Rumney <jasonr@gnu.org>
1886
1887 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1888 the Emacs Lisp manual)
1889
1890 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1891
1892 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1893
1894 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1895 the Emacs Lisp manual).
1896
1897 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1898
1899 * simple.el (next-line-add-newlines): Change default to nil.
1900
1901 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1902
1903 * files.el (revert-buffer, recover-file): Bind
1904 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1905
1906 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1907
1908 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1909
1910 2000-12-01 Miles Bader <miles@gnu.org>
1911
1912 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1913
1914 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1915
1916 * international/mule-diag.el (describe-char-after): Fix typo.
1917 (describe-character-set, non-iso-charset-alist): Fix typo.
1918
1919 2000-12-01 Miles Bader <miles@gnu.org>
1920
1921 * image-file.el (image-file-name-regexp): Automatically add
1922 upper-case variants of each filename extension in
1923 `image-file-name-extensions', since they seem to be common.
1924
1925 * simple.el (minibuffer-contents)
1926 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1927 New functions.
1928 * filecache.el (file-cache-directory-name)
1929 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1930
1931 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1932
1933 * filecache.el (file-cache-minibuffer-complete): Don't try to
1934 delete the minibuffer prompt.
1935
1936 2000-11-30 Dave Love <fx@gnu.org>
1937
1938 * cus-start.el: Fix read-buffer-function type.
1939
1940 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1941
1942 * md5.el: Removed. There's a built-in function, now.
1943
1944 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1945
1946 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1947 as dummy 0-th char of rmail-deleted-vector.
1948
1949 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1950
1951 * ps-print.el (ps-end-job): Bind case-fold-search only after
1952 switching to ps-spool-buffer.
1953
1954 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1955
1956 * ps-print.el: Line number font customization. PostScript: Lines and
1957 PageCount are initialized on each page. Doc Fix.
1958 (ps-print-version): New version number (6.3.2).
1959 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1960 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1961 (ps-right-header): Customization fix.
1962 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1963 Fix code.
1964 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1965 New vars.
1966
1967 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1968
1969 * bs.el: Fix typos and spelling errors.
1970 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1971 (bs-configuration): Doc fix.
1972
1973 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1974
1975 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1976
1977 * emulation/tpu-edt.el (tpu-version): New version.
1978 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1979 (tpu-original-mode-line): Variable deleted.
1980 (tpu-mark-flag): New initial value.
1981 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1982 tpu-mark-flag to minor-mode-alist.
1983 (tpu-update-mode-line): New mark flag logic.
1984 (tpu-get): Use find-file-wildcards.
1985 (tpu-search-highlight): Move overlay less, reset overlay properly.
1986 (tpu-unselect): Deactivate mark.
1987 (tpu-lm-replace): Reset overlay properly.
1988 (tpu-forward-line): Use forward-visible-line.
1989 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1990
1991 * emulation/tpu-extras.el (tpu-forward-line): Use
1992 forward-visible-line.
1993
1994 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1995
1996 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1997
1998 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1999
2000 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2001 and skip whitespace and newlines.
2002
2003 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2004
2005 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2006
2007 2000-11-29 Gerd Moellmann <gerd@gnu.org>
2008
2009 * help.el (describe-function-1): Regexp-quote function name
2010 when used as part of a regexp.
2011
2012 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2013 face-attribute instead of face-foreground and face-background.
2014 (tool-bar-add-item): Likewise, and handle unspecified colors.
2015
2016 * enriched.el (enriched-face-ans): Use face-attribute instead
2017 of face-foreground and face-background.
2018
2019 * faces.el (face-foreground, face-background, face-stipple):
2020 Return nil if attribute is unspecified, for backward
2021 compatibility.
2022
2023 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2024
2025 * play/5x5.el: Remove version info.
2026
2027 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2028
2029 * frame.el (blink-cursor-mode): Doc fix.
2030
2031 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2032
2033 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2034 to create Makefile rules.
2035 (antlr-tool-command): New user option.
2036 (antlr-ask-about-save): New user option.
2037 (antlr-makefile-specification): New user option.
2038 (antlr-file-formats-alist): New variable.
2039 (antlr-special-file-formats): New variable.
2040 (antlr-unknown-file-formats): New user option.
2041 (antlr-help-unknown-file-text): New variable.
2042 (antlr-help-rules-intro): New variable.
2043 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2044 (antlr-mode-menu): Add entries.
2045 (antlr-file-dependencies): New function.
2046 (antlr-directory-dependencies): New function.
2047 (antlr-superclasses-glibs): New function.
2048 (antlr-run-tool): New command.
2049 (antlr-makefile-insert-variable): New function.
2050 (antlr-insert-makefile-rules): New function.
2051 (antlr-show-makefile-rules): New command.
2052
2053 * antlr-mode.el: More Emacs/XEmacs stuff.
2054 (antlr-no-action-keywords): New constant with value nil.
2055 (antlr-font-lock-keywords-alist): Use it. Old value would break
2056 syntax highlighting in Emacs-21.0.
2057 (antlr-default-directory): Emacs/XEmacs dependend function.
2058 (antlr-read-shell-command): Ditto.
2059 (antlr-with-displaying-help-buffer): Ditto.
2060
2061 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2062
2063 * antlr-mode.el: imenu, parsing and highlighting changes.
2064 (antlr-imenu-create-index-function): Don't create extra submenus
2065 for definitions in different grammar classes. It is not necessary
2066 for the menu and would make command `imenu' awkward to use.
2067 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2068 header actions and more than one.
2069 (antlr-font-lock-tokendef-face): Changed color.
2070 (antlr-font-lock-tokenref-face): Changed color.
2071 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2072 (antlr-mode-syntax-table): New variable.
2073 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2074 (antlr-with-syntax-table): Don't copy syntax table.
2075
2076 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2077
2078 * antlr-mode.el: Minor changes: language setting.
2079 (antlr-language-alist): The value for file option "language" can
2080 be both an identifier and a string.
2081 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2082 (antlr-language-limit-n-regexp): Change accordingly.
2083
2084 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2085
2086 * antlr-mode.el: Minor changes: tabs, hiding.
2087 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2088 (antlr-action-visibility): Also allow value nil to also hide the
2089 braces. Renamed from `antlr-tiny-action-length'.
2090 Suggested by Jay@aol.com.
2091 (antlr-hide-actions): Change accordingly. Hide line if completely
2092 hidden action is on a line of its own.
2093
2094 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2095
2096 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2097
2098 * sort.el (sort-columns): Don't concat strings with numbers.
2099
2100 2000-11-29 Dave Love <fx@gnu.org>
2101
2102 * cus-edit.el (face): Fix :format.
2103
2104 * mail/feedmail.el: Require smtpmail when compiling.
2105 (mail-do-fcc): Autoload.
2106 (feedmail) <defgroup>: Fix :link.
2107 (feedmail-nuke-body-in-fcc): Fix :type.
2108 (feedmail-send-it): Add autoload cookie.
2109
2110 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2111
2112 * newcomment.el (comment-indent): Save excursion around call to
2113 comment-indent-function.
2114
2115 2000-11-29 Miles Bader <miles@gnu.org>
2116
2117 * subr.el (member-ignore-case): Return the tail of the list who's
2118 car matches, like `member', not the matching element itself.
2119
2120 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2121
2122 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2123 should not contain `\n'.
2124
2125 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2126
2127 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2128
2129 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2130
2131 * dired-aux.el (dired-do-create-files): Construct default file
2132 name for dired-mark-read-file-name so that when the user enters
2133 just RET, the target file will end up in the target directory.
2134
2135 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2136 local-abbrev-table before changing buffers because it might
2137 have a buffer-local binding.
2138
2139 2000-11-28 Miles Bader <miles@gnu.org>
2140
2141 * simple.el (delete-horizontal-space): Handle fields more generally.
2142
2143 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2144
2145 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2146
2147 2000-11-28 Dave Love <fx@gnu.org>
2148
2149 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2150 comment-start-skip locally.
2151
2152 * progmodes/fortran.el (fortran-mode): Don't set
2153 fortran-comment-line-start-skip. Set comment-start to
2154 fortran-comment-line-start.
2155 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2156 (fortran-comment-line-start-skip): Simplify slightly.
2157
2158 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2159
2160 * play/5x5.el: Remove RCS keyword.
2161
2162 * bs.el: Mistaken commit, undone 2000-11-30.
2163
2164 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2165
2166 * textmodes/tildify.el (tildify-string-alist): Add
2167 `plain-tex-mode' here.
2168
2169 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2170
2171 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2172 reference.
2173
2174 2000-11-28 Miles Bader <miles@gnu.org>
2175
2176 * cus-face.el (custom-face-attributes): Add post-filter function
2177 for :box. Make pre-filter function for :box handle all cases.
2178
2179 * wid-edit.el (widget-choose): Make sure pop-up window is large
2180 enough to display all the choices, as there's no way to scroll it.
2181
2182 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2183
2184 * international/mule-conf.el: Make the coding system no-conversion
2185 safe for all characters.
2186
2187 2000-11-27 Dave Love <fx@gnu.org>
2188
2189 * net/ldap.el (ldap) <defgroup>: Add :version.
2190
2191 * tooltip.el (tooltip-use-echo-area): Doc fix.
2192
2193 * cus-start.el <minibuffer-prompt-properties>: Add version.
2194 <read-buffer-function>: Add.
2195
2196 * apropos.el (apropos-print): Add help-echo to active text.
2197
2198 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2199
2200 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2201
2202 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2203 type, group and version.
2204
2205 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 * select.el (x-get-selection): Docstring fix.
2208
2209 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2210
2211 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2212
2213 2000-11-27 Andrew Innes <andrewi@gnu.org>
2214
2215 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2216
2217 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2218
2219 2000-11-27 Miles Bader <miles@gnu.org>
2220
2221 * dired.el (dired-get-filename): Return filename verbatim if
2222 LOCALP is `verbatim'.
2223 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2224 `verbatim' so that we don't inadvertently delete a non-existant
2225 directory name.
2226
2227 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2228
2229 * international/characters.el: Specify cases and syntaxes for
2230 mule-unicode-0100-24ff.
2231
2232 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2233
2234 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2235 that foreground and/or background colors of the face `tool-bar'
2236 are unspecified.
2237
2238 2000-11-27 Miles Bader <miles@gnu.org>
2239
2240 * wid-edit.el (widget-field-buffer, widget-field-start)
2241 (widget-field-end): Handle widget field `pseudo-overlays'.
2242 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2243 if it's there instead of in `widget-field-list'.
2244
2245 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2246 (help-make-xrefs): Delete extraneous newlines at the end of the
2247 docstring.
2248
2249 2000-11-25 Jason Rumney <jasonr@gnu.org>
2250
2251 * startup.el (command-line): Call set-locale-environment after
2252 Window System init file is read, as it can result in a call to
2253 redraw-frame.
2254
2255 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2256
2257 * simple.el (shell-command): Mention the effect of the prefix
2258 argument in the doc string.
2259
2260 2000-11-25 Miles Bader <miles@gnu.org>
2261
2262 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2263
2264 * wid-edit.el (widget-field-value-delete): Don't try to delete
2265 overlay when it's the `pseudo-overlay' that exists at some points.
2266
2267 2000-11-24 Jason Rumney <jasonr@gnu.org>
2268
2269 * international/mule-cmds.el (locale-language-names): Add "jp" as
2270 a non-standard alternative for Japanese.
2271
2272 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2273
2274 * vc-hooks.el: Require 'cl during compilation.
2275
2276 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2277
2278 * faces.el (face-set-after-frame-default): Let face attributes
2279 specified for new frames override frame parameters.
2280
2281 * startup.el (command-line): Fix computation of the source file
2282 for user-init-file when user-init-file is a compiled file.
2283
2284 2000-11-24 Miles Bader <miles@gnu.org>
2285
2286 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2287 (custom-post-filter-face-spec): New functions.
2288 (custom-face-set, custom-face-value-create): Filter the face spec
2289 before and after customization.
2290 (custom-face-set): If VALUE specifies a null face, pass a
2291 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2292 * cus-face.el (custom-face-attributes): Remove SET and GET
2293 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2294 cases they're needed.
2295
2296 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2297 that it's distinguishable from the :off-glyph on dark-background
2298 displays. Set its background color too.
2299
2300 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2301 so that people can easily turn it off.
2302
2303 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2304
2305 * ediff-diff.el: Moved variables around to have it compile under NT.
2306
2307 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2308
2309 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2310
2311 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2312 redundant skip-small-frames test.
2313
2314 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2315 (viper-downgrade-to-insert): protect against errors in hooks.
2316
2317 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2318 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2319 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2320 functions.
2321
2322 * viper-util.el (viper-memq-char): Bug fixes.
2323
2324 * viper.el (viper-mode): Fix cursor handling.
2325
2326 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2327
2328 * international/mule-diag.el (list-iso-charset-chars): For
2329 two-byte charset, fix the `while' condition.
2330 (list-non-iso-charset-chars): Fix the `while' condition.
2331
2332 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2333
2334 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2335 if the variable is make-variable-buffer-local.
2336
2337 * progmodes/ada-stmt.el (ada-template-map): Initialize
2338 and bind it to C-c t in ada-mode-map.
2339 (ada-stmt-mode-hook): New function extracted from old code.
2340 Only change the buffer-local side of skeleton-*.
2341 (ada-mode-hook): Use it.
2342
2343 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2344
2345 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2346 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2347 we expect to be returned by minibuffer-depth once we prompt the
2348 user in the minibuffer.
2349 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2350 as recorded in iswitchb-minibuf-depth, return non-nil.
2351
2352 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2353
2354 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2355 (hscroll-window-maybe): Docstring fix.
2356
2357 2000-11-23 Dave Love <fx@gnu.org>
2358
2359 * rect.el (string-rectangle): Don't test delete-selection-mode.
2360
2361 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2362
2363 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2364 is in the tool bar.
2365
2366 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2367 with `no-dir'; we want the directory part to be able to remove
2368 it.
2369
2370 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * textmodes/outline.el (outline-flag-region):
2373 Don't bind inhibit-read-only since we don't modify the buffer.
2374 (outline-isearch-open-invisible): Don't jump to overlay-start
2375 since we're trying to unhide text around point.
2376 (outline-discard-overlays): Use dolist.
2377
2378 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2379
2380 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2381
2382 * mail/rmail.el (rmail-confirm-expunge): Default to
2383 y-or-n-p.
2384
2385 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2386
2387 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2388 Fix ARG regexp to skip quoted braces.
2389 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2390 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2391 are (correctly) handled separately).
2392 Remove `caption' and `footnote' from `citations': they contain text.
2393 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2394 (latex-skeleton-end-hook): New function.
2395 (latex-mode): Use it.
2396 (tex-start-tex-marker): Remove.
2397 (tex-send-tex-command): Don't set tex-start-tex-marker.
2398 (tex-error-parse-syntax-table): New var.
2399 (tex-compilation-parse-errors): Use it.
2400 Ignore tex-start-tex-marker. Don't bother with marker-position.
2401 (tex-validate-buffer): Don't bother with marker-position.
2402
2403 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2404 (flyspell-generic-progmode-verify): Use it.
2405
2406 2000-11-22 Sam Steingold <sds@gnu.org>
2407
2408 * simple.el (delete-trailing-whitespace): New interactive
2409 function.
2410
2411 * progmodes/ada-mode.el (ada-mode): Use it instead of
2412 `ada-remove-trailing-spaces'.
2413 (ada-remove-trailing-spaces): Removed.
2414
2415 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2416
2417 * textmodes/picture.el (picture-clean): Removed.
2418 (picture-mode-exit): Call it instead of `picture-clean'.
2419
2420 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2421
2422 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2423
2424 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2425 jit-lock-fontify-buffer; it should anyway be unneccessary to
2426 do anything special when jit-lock is active.
2427 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2428
2429 2000-11-22 Dave Love <fx@gnu.org>
2430
2431 * calendar/todo-mode.el (todo-top-priorities): Use
2432 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2433
2434 * language/chinese.el, language/cyrillic.el:
2435 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2436 * language/hebrew.el, language/indian.el, language/japanese.el:
2437 * language/korean.el, language/lao.el, language/misc-lang.el:
2438 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2439 Use provide.
2440
2441 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2442 (custom-variable-set): Improve validation error mesage.
2443
2444 * rect.el (string-rectangle): Revert last change.
2445 (string-rectangle-line): New arg DELETE.
2446 (string-rectangle): Check delete-selection-mode.
2447
2448 * emacs-lisp/edebug.el (edebug-version)
2449 (edebug-maintainer-address): Deleted.
2450 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2451 (edebug-read-function): Account for other `'#' read forms.
2452 (edebug-mode-menus): Make some items toggles.
2453 (edebug-outside-unread-command-event, unread-command-event):
2454 Remove these to avoid warnings.
2455
2456 2000-11-22 David Ponce <david@dponce.com>
2457
2458 * recentf.el (recentf-menu-items-for-commands)
2459 (recentf-make-menu-items, recentf-make-menu-item)
2460 (recentf-filter-changer): Added :help and :active menu-item properties.
2461
2462 (recentf-build-dir-rules, recentf-dump-variable)
2463 (recentf-edit-list, recentf-open-files-item)
2464 (recentf-open-files): Replaced unnecessary `mapcar' with new
2465 built-in `mapc'.
2466
2467 2000-11-23 Miles Bader <miles@gnu.org>
2468
2469 * faces.el (menu): Make inverse-video on ttys too.
2470
2471 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2472
2473 * simple.el (comment-line-break-function): Use the new name
2474 indent-new-comment-line -> comment-indent-new-line.
2475 (clone-indirect-buffer): Don't ignore NORECORD.
2476 (next-completion): Properly handle the case where items are adjacent.
2477
2478 * mouse.el (popup-menu): Stupid typo.
2479
2480 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2481
2482 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2483 maintainer, keywords tags.
2484
2485 * rect.el (replace-rectangle): Don't call string-rectangle-line
2486 with too many arguments.
2487
2488 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2489
2490 * ediff-util.el (ediff-file-checked-out-p)
2491 (ediff-file-checked-in-p): Call vc-state instead of
2492 vc-locking-user, which no longer exists.
2493
2494 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2495
2496 2000-11-22 Dave Love <fx@gnu.org>
2497
2498 * md5.el (md5): Provide.
2499 (md5): Fix error call.
2500
2501 2000-11-22 Miles Bader <miles@gnu.org>
2502
2503 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2504 (refill-fill-paragraph-at): Remove debugging code.
2505
2506 * calendar/calendar.el (generate-calendar-window): When we don't
2507 call `fit-window-to-buffer', make sure the top line is fully visible.
2508
2509 * image-file.el (insert-image-file): Don't make `read-only'
2510 property rear-nonsticky.
2511
2512 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2513 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2514 stashing away its original value.
2515 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2516 in the recursive edit.
2517 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2518 (isearch-done): Restore `minibuffer-message-timeout'.
2519
2520 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2521
2522 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2523
2524 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2525
2526 * find-lisp.el (find-lisp-find-files-internal):
2527 Use dolist, when and file-name-as-directory.
2528
2529 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2530 (define-derived-mode, define-minor-mode): Add specs.
2531
2532 * window.el: General comment and spacing fixes.
2533 (save-selected-window): Use backquotes.
2534 (window-safely-shrinkable-p): New function.
2535 (shrink-window-if-larger-than-buffer): Use it.
2536
2537 * subr.el (make-local-hook): Docstring fix.
2538
2539 * shell.el (shell-mode): Use define-derived-mode.
2540
2541 * newcomment.el (comment-indent): Insert comment before calling
2542 comment-indent-function. Don't insert in column 0.
2543 (comment-dwim): Indent before inserting comment.
2544
2545 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2546 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2547 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2548 Use mapc rather than map.
2549
2550 * files.el (find-buffer-visiting): Compare all attributes before
2551 declaring two files identical (rather than just their inode-no).
2552 (auto-mode-alist): Use \' rather than $.
2553
2554 * which-func.el: Update maintainer line.
2555
2556 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2557 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2558 (uniquify-buffer-file-name): Use it.
2559
2560 2000-11-22 Miles Bader <miles@gnu.org>
2561
2562 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2563 * simple.el (minibuffer-avoid-prompt): New function.
2564
2565 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2566
2567 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2568
2569 2000-11-21 Miles Bader <miles@gnu.org>
2570
2571 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2572 inclusion of `track-mouse'.
2573
2574 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2575 (refill-adjust-ignorable-overlay): New function.
2576 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2577 only the paragraph's tail if possible.
2578 Update `refill-ignorable-overlay'.
2579 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2580
2581 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2582 point inside the fill-prefix.
2583
2584 * textmodes/refill.el (refill-post-command-function): Don't reset
2585 refill-doit in the case where a self-insertion command doesn't
2586 case a refill. Use `refill-fill-paragraph-at', getting position
2587 from `refill-doit'.
2588 (refill-after-change-function): Set `refill-doit' to END.
2589 (refill-fill-paragraph-at): New function, mostly from old
2590 refill-fill-paragraph.
2591 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2592 (refill-pre-command-function): New function.
2593 (refill-mode): Add it to `pre-command-hook'.
2594
2595 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2596
2597 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2598
2599 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2600 javadoc tags.
2601
2602 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2603
2604 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2605 vc.el).
2606
2607 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2608 require vc.
2609
2610 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2611 checkouts.
2612
2613 2000-11-20 Dave Love <fx@gnu.org>
2614
2615 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2616
2617 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2618
2619 * calculator.el (calculator-paste): Use `if' instead of `and'
2620 and `or'.
2621 (calculator-help): Don't use electric-describe-mode for XEmacs.
2622
2623 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2624
2625 * info.el (info-menu-5): Doc fix.
2626
2627 * textmodes/artist.el: New file.
2628
2629 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2630
2631 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2632 and differentiate according to checkout model.
2633 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2634 since this function is only concerned with master state.
2635
2636 * vc-hooks.el (vc-workfile-unchanged-p,
2637 vc-default-workfile-unchanged-p): Moved here from vc.el.
2638
2639 * vc.el (vc-workfile-unchanged-p,
2640 vc-default-workfile-unchanged-p): See above.
2641
2642 2000-11-19 Miles Bader <miles@gnu.org>
2643
2644 * image-file.el (insert-image-file): Make `intangible' and
2645 `read-only' properties rear-nonsticky too.
2646
2647 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2648
2649 * ps-print.el: Update copyright notice.
2650
2651 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2652 (tooltip-show): Use the offsets.
2653
2654 * bindings.el (mode-line-modified): Fix a typo.
2655 (mode-line-toggle-modified, mode-line-widen)
2656 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2657
2658 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2659
2660 * ps-print.el (toplevel): Test for find-coding-system being
2661 fboundp before calling ps-x-find-coding-system.
2662
2663 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2664
2665 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2666 (vc-version-backup-file): Docstring fix.
2667
2668 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2669
2670 * files.el (basic-save-buffer): Don't add a newline if
2671 find-file-literally is non-nil.
2672 (find-file-literally): Extend doc string.
2673
2674 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2675 sort(1) with the `-f' argument.
2676
2677 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2678
2679 * vc.el: Updated backend documentation.
2680 (vc-default-check-headers): New function.
2681
2682 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2683
2684 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2685 up-to-date.
2686 (vc-do-command): In the asynchronous case, output messages only if
2687 the minibuffer is not active.
2688
2689 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2690 `vc-cvs-use-edit' is on.
2691 (vc-cvs-checkout): When this is used for reverting the workfile,
2692 make a backup of the original contents and revert to that in case
2693 of error.
2694 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2695 remote repositories.
2696
2697 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2698 for both version and ratio in the minibuffer.
2699
2700 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2701 Use vc-do-command to perform the annotation, not call-process.
2702
2703 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2704
2705 * international/quail.el (quail-start-translation): Don't call
2706 `message' before reading key sequence.
2707
2708 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2709
2710 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2711
2712 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2713
2714 * window.el (fit-window-to-buffer): Be sure to acquire at least
2715 one text line even if the buffer is empty.
2716
2717 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2718
2719 * net/ange-ftp.el (ange-ftp-file-writable-p)
2720 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2721 ange-ftp-process-verbose to nil.
2722
2723 2000-11-15 Dave Love <fx@gnu.org>
2724
2725 * wid-edit.el (widget-specify-field, widget-specify-button): If
2726 :help-echo is a function, set help-echo of overlay to
2727 widget-mouse-help.
2728 (widget-mouse-help): New function.
2729 (widget-echo-help): Rewritten for :help-echo functions only taking
2730 a widget arg.
2731
2732 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2733 display-graphic-p.
2734 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2735 and that JPEG is available.
2736 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2737
2738 * international/mule-cmds.el (locale-charset-language-names):
2739 Match @euro.
2740
2741 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2742
2743 * faces.el (face-set-after-frame-default): If
2744 `inhibit-default-face-x-resources' is bound, don't intialize the
2745 default face from X resources.
2746
2747 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2748
2749 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2750 Don't set EMACSLOADPATH.
2751
2752 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2753
2754 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2755 texinfo-insert-@url.
2756 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2757 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2758
2759 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2762 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2763 (checkdoc-minor-keymap): Backward compatibility.
2764 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2765 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2766 (checkdoc-this-string-valid-engine): Be a bit more strict
2767 to avoid matching substrings of `...' quoted vars/funs.
2768 (checkdoc-defun-info): Only look for `interactive' if alone.
2769 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2770
2771 * progmodes/compile.el (grep): `tag-default' can be nil.
2772
2773 * newcomment.el (comment-indent): Paren typo.
2774
2775 2000-11-14 Dave Love <fx@gnu.org>
2776
2777 * calculator.el: New maintainer version.
2778
2779 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2780
2781 * cmuscheme.el: Doc fixes.
2782 (cmuscheme) <defgroup>: Use `scheme' as parent.
2783 (cmuscheme-program-name): Remove. Change uses to
2784 scheme-program-name.
2785
2786 * xscheme.el (scheme-program-name): Don't define here.
2787
2788 * progmodes/scheme.el (scheme-program-name): New variable
2789 (originally in cmuscheme).
2790
2791 2000-11-14 Miles Bader <miles@gnu.org>
2792
2793 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2794 Handle header-lines. Don't loop forever if we can't enlarge the
2795 window anymore. Simplify a bit.
2796
2797 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2798
2799 * window.el (fit-window-to-buffer): Don't check
2800 window-text-height. Assure that the last line is fully visible.
2801
2802 * international/quail.el (quail-show-guidance-buf): Call
2803 fit-window-to-buffer to assure the enough height of the guidance
2804 buffer.
2805 (quail-update-guidance): Avoid making the guidance buffer shorter.
2806
2807 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2808
2809 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2810 rather than `prepend' and add an interesting comment.
2811 (tex-math-face, tex-font-lock-syntactic-face-function):
2812 New face and function to use it.
2813 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2814 than `menu-enable' symbol property.
2815 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2816 (tex-mode): Add some latex-mode commands for auto-selection.
2817 Use tex-font-lock-syntactic-face-function.
2818 (tex-insert-quote): Simplify.
2819 (tex-shell): New mode.
2820 (tex-start-shell): Use it.
2821 (tex-shell-proc, tex-shell-buf): New functions.
2822 (tex-send-command): Use it.
2823 (tex-main-file): Fix the meaning of the new arg REALFILE.
2824 (tex-send-tex-command): New function split from `tex-start-tex'.
2825 Set compilation-last-buffer and compilation-parsing-end.
2826
2827 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2828 when it follows non-comment text on the line.
2829
2830 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2831 Set font-lock-defaults.
2832 (lisp-mode-shared-map): Init inside the defvar.
2833 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2834 Use define-derived-mode.
2835
2836 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2837
2838 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2839
2840 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2841
2842 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2843 recursively optimize body because that can lead to infinite
2844 recursion; see comment there.
2845
2846 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2847
2848 * faces.el (face-spec-set-match-display): Revert the change from
2849 2000-10-24. Add a FIXME for after v21.1.
2850
2851 2000-11-13 Miles Bader <miles@gnu.org>
2852
2853 * textmodes/fill.el (skip-line-prefix): New function.
2854 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2855 (fill-paragraph): Don't leave point inside the fill-prefix.
2856 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2857 point inside the fill-prefix.
2858
2859 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2860
2861 * calendar/calendar.el (generate-calendar-window): Use
2862 `fit-window-to-buffer'.
2863
2864 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2865
2866 * gud.el (gud-minor-mode): New var.
2867 (gud-symbol, gud-val): New functions.
2868 (gud-find-file): Copy gud-minor-mode to the new buffer.
2869 (gud-menu-map): Include entries for commands that are not always
2870 available, using :enable to (de)activate them.
2871 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2872 (gud-mode-map): New map.
2873 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2874 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2875 Don't set up gud's menu (it's done by the minor-mode).
2876 (gud-minibuffer-local-map): New.
2877 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2878 (gud-query-cmdline): New function.
2879 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2880 (gud-mode): Use define-derived-mode.
2881 Don't set up gud's menu (it's done by the minor-mode).
2882 (gud-chop-words): Remove.
2883 (gud-common-init): Use split-string instead.
2884 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2885
2886 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2887 Add keyword arg :name.
2888
2889 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2890 (diff-count-matches, diff-split-hunk): New functions.
2891 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2892
2893 * pcvs-info.el (cvs-fi-conflict-face): New var.
2894
2895 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2896 Make it into a simple syntax-table, shared among all submodes.
2897 (sh-heredoc-face): Re-introduce.
2898 (sh-font-lock-syntactic-face-function): New function.
2899 (sh-mode): Use it. Also use define-derived-mode.
2900 Remove old bogus setting of indent-region-function.
2901 (sh-set-shell): Don't set the syntax-table any more.
2902 (sh-mode-syntax-table) <defun>: Remove.
2903
2904 2000-11-12 Miles Bader <miles@gnu.org>
2905
2906 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2907 message if interactive.
2908
2909 2000-11-12 Dave Love <fx@gnu.org>
2910
2911 * mail/feedmail.el: Fix header,
2912 (feedmail) <defgroup>: Add :link.
2913
2914 * view.el: Use local-map property, not keymap on mode-line string.
2915
2916 * scroll-all.el (scroll-all-mode): Customize variable. Add
2917 autoload cookie to function.
2918
2919 * lazy-lock.el: Remove compatibility code.
2920
2921 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2922 (finder-help-echo): New variable.
2923 (finder-mouse-face-on-line): Add help-echo stuff.
2924 (finder-list-keywords, finder-list-matches): Use mapc.
2925
2926 * faces.el (face-font-registry-alternatives): Add :version.
2927
2928 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2929 tags-table-list.
2930
2931 * net/browse-url.el (browse-url-browser-function): Update :version.
2932
2933 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2934 (mail-mode): Use [:alnum:] in some regexps.
2935
2936 2000-11-10 Dave Love <fx@gnu.org>
2937
2938 * ediff.el (ediff-regions-internal, ediff-documentation):
2939 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2940 fundamental mode.
2941
2942 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2943 buffer into fundamental mode.
2944 (ediff-set-difference): Use copy-sequence if available.
2945
2946 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2947 ediff-patch-map non-nil.
2948 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2949 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2950 buffer into fundamental mode.
2951
2952 * ediff-merg.el (state-or-merge): Defvar when compiling.
2953
2954 2000-11-10 Jason Rumney <jasonr@gnu.org>
2955
2956 * w32-fns.el (w32-add-charset-info): New function.
2957 (w32-charset-info-alist): Use it.
2958
2959 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2960
2961 * faces.el (face-font-registry-alternatives): New user-option.
2962
2963 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2964
2965 * textmodes/texinfo.el (texinfo-block-default): New var.
2966 (texinfo-insert-block): Use it. Insert a newline if needed.
2967
2968 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2969 (fill-region-as-paragraph): Use it.
2970
2971 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2972 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2973 Tweak paragraph regexps to allow a leading [ \t]*.
2974 (tex-latex-block): Insert a newline if necessary.
2975 (latex-insert-item): Only insert a newline if necessary.
2976 (tex-guess-main-file): New function.
2977 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2978 Set tex-main-file if TeX-master is provided.
2979 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2980
2981 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2982
2983 * startup.el (command-line): Set the default tooltip-mode
2984 to t for graphical displays which implement x-show-tip.
2985
2986 * tooltip.el (tooltip-mode): Add a comment about startup.el
2987 setting the default value of this user-option.
2988
2989 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * font-lock.el (font-lock-*-face) <defvar>: Move.
2992 (font-lock-defaults-alist): Mark obsolete.
2993 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2994 (font-lock-mode): Use define-minor-mode.
2995 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2996 (font-lock-turn-off-thing-lock): Be more explicit.
2997 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2998 (font-lock-syntactic-face-function): New var.
2999 (font-lock-fontify-syntactically-region): Use it.
3000 (font-lock-doc-face): New.
3001
3002 * pcvs.el (cvs-enabledp): Ignore errors.
3003 (cvs-commit-filelist): Never query.
3004 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3005 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3006 (cvs-do-removal): Use cvs-partition rather than delete-if.
3007 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3008 cvs-bury-buffer.
3009
3010 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3011 Allow `next' to jump to after the end of the last match.
3012
3013 2000-11-09 Gerd Moellmann <gerd@gnu.org>
3014
3015 * simple.el (byte-compiling-files-p): New function.
3016
3017 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3018 if it is there.
3019
3020 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3021 nil again.
3022
3023 * textmodes/ispell.el (ispell-library-path): Don't call
3024 check-ispell-version when byte-compiling because that starts
3025 an ispell process, and ispell might not be installed.
3026 (toplevel): Don't set up a menu when byte-compiling.
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3029 it, so that a boundp test can be used to determine if we're
3030 currently byte-compiling.
3031
3032 2000-11-09 Dave Love <fx@gnu.org>
3033
3034 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3035 eval-after-load.
3036
3037 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3038
3039 * ps-print.el: Patch for variable initialization when spooling. Doc
3040 fix.
3041 (ps-output-list): Fun eliminated.
3042 (ps-begin-file, ps-begin-job): Code fix.
3043
3044 2000-11-08 Dave Love <fx@gnu.org>
3045
3046 * ediff-wind.el (ediff-control-frame-parameters): Zero
3047 tool-bar-lines.
3048
3049 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3050
3051 * simple.el (shell-command, display-message-or-buffer)
3052 (shell-command-on-region): Mention resize-mini-windows in the doc
3053 string.
3054 (display-message-or-buffer): Take the value of resize-mini-windows
3055 into account.
3056
3057 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3058
3059 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3060
3061 * dired.el (dired-between-files): Add `^. find' as an alternative
3062 to the regular expression, for find-dired.
3063
3064 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * textmodes/texnfo-upd.el: Require texinfo.
3067 (defmacro, defgroup): Remove.
3068 (texinfo-section-to-generic-alist): Remove.
3069 Use texinfo-section-list instead (i.e. level is changed string->int).
3070 (texinfo-filter): New function.
3071 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3072 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3073 Use it. And use regexp-opt.
3074 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3075 (texinfo-update-menu-region-beginning)
3076 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3077 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3078 (texinfo-update-menu-same-level-regexps): Update.
3079 (texinfo-update-node, texinfo-every-node-update)
3080 (texinfo-sequential-node-update): Remove autoload cookie.
3081
3082 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3083 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3084 (texinfo-chapter-level-regexp): Remove.
3085 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3086
3087 2000-11-06 Dave Love <fx@gnu.org>
3088
3089 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3090
3091 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3092 Match defun*.
3093
3094 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3095
3096 * composite.el (composition-function-table): Variable declaration
3097 moved to src/composite.c.
3098 (compose-chars-after): New optional arg object.
3099
3100 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3101
3102 * bindings.el (mode-line-toggle-read-only)
3103 (mode-line-toggle-modified, mode-line-widen)
3104 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3105 (make-mode-line-mouse2-map): Rewritten.
3106 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3107 functions so that C-h k can show something with a doc string.
3108
3109 * startup.el (fancy-splash-delay): Set to 10 seconds.
3110 (fancy-splash-max-time): New user-option.
3111 (fancy-splash-stop-time): New variable.
3112 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3113 (fancy-splash-screens-1): Throw `stop-splashing' when current
3114 time is greater than fancy-splash-stop-time.
3115
3116 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3117
3118 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3119
3120 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3121 Prompt user for a file rather than raising an error.
3122 (cvs-enabledp): Fix call to cvs-mode-marked.
3123 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3124 (cvs-mode-insert): Use it. Change the init prompt' value.
3125 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3126
3127 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3128 Don't pass default arg to ewoc-locate.
3129 (ewoc-collect): Return result in the right order.
3130
3131 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3132
3133 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3134 (cvs-status-get-tags): Fix regexp.
3135 (cvs-status-trees, cvs-status-cvstrees):
3136 Combine after change hooks and don't sit-for.
3137 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3138 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3139 Use make-char rather than hard-coded cryptic data.
3140 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3141
3142 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3143
3144 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3145 (cvs-insert-strings): New function.
3146
3147 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3148
3149 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3150 `mwheel-scroll-amount'.
3151 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3152 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3153 string-matching against the version string.
3154
3155 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3156
3157 * language/thai.el ("Thai"): Set a lisp form that produces
3158 composed string in `sample-text' language info.
3159
3160 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3161 composed string in `sample-text' language info.
3162
3163 * international/mule-cmds.el (describe-language-environment): Eval
3164 `sample-text' data and insert the result.
3165
3166 * international/mule-conf.el (compound-text): Define this coding
3167 system here. Make x-ctext and ctext aliases of it.
3168
3169 * language/european.el (compound-text, ctext): Moved to
3170 international/mule-conf.el.
3171
3172 2000-11-05 Andrew Innes <andrewi@gnu.org>
3173
3174 * w32-fns.el (w32-version): New function.
3175
3176 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3177
3178 * progmodes/awk-mode.el: Update copyright.
3179 (awk-mode-abbrev-table): Remove.
3180 (awk-font-lock-keywords): Use regexp-opt.
3181 (awk-mode): Use define-derived-mode.
3182
3183 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3184 when extracting a suffix.
3185
3186 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3187
3188 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3189 auto-save-mode.
3190
3191 2000-11-04 Jason Rumney <jasonr@gnu.org>
3192
3193 * language/european.el (decode-mac-roman): Test against r1 not r0.
3194
3195 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3198 (icon-mode): Define indent-line-function.
3199 (icon-comment-indent): Simplify.
3200 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3201
3202 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3203
3204 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3205 Bind change-log-default-mode to defeat the caching done on it.
3206 Don't bother saving excursion any more.
3207
3208 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3209
3210 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3211 (set-frame-font): Use the new name (and the old for compatibility).
3212
3213 * toolbar/tool-bar.el (tool-bar-mode):
3214 * time.el (display-time-mode):
3215 * recentf.el (recentf-mode):
3216 * paren.el (show-paren-mode):
3217 * mwheel.el (mouse-wheel-mode):
3218 * msb.el (msb-mode):
3219 * jka-compr.el (auto-compression-mode):
3220 * image-file.el (auto-image-file-mode):
3221 * hl-line.el (hl-line-mode):
3222 * delsel.el (delete-selection-mode):
3223 * autoinsert.el (auto-insert-mode):
3224 * complete.el (partial-completion-mode): Drop unneeded positional args.
3225
3226 * info.el (Info-mode):
3227 * comint.el (comint-mode): Don't bother with make-local-hook.
3228
3229 * log-edit.el (log-edit-menu): New menu.
3230
3231 2000-11-03 Miles Bader <miles@gnu.org>
3232
3233 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3234 definition, so that trailing spaces are handled properly.
3235 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3236
3237 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3238
3239 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3240 tab character.
3241 (fancy-splash-screens): Set tab-width to 20.
3242
3243 2000-11-03 Dave Love <fx@gnu.org>
3244
3245 * comint.el (comint-completion-addsuffix): Fix custom type.
3246
3247 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * font-lock.el (font-lock-buffers): Remove.
3250 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3251 (font-lock-change-major-mode): Remove.
3252 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3253 (font-lock-default-fontify-region): Extend the multiline
3254 fontification to whole lines.
3255 (font-lock-fontify-anchored-keywords)
3256 (font-lock-fontify-keywords-region): If matching just one
3257 line (with \n) only mark the \n as multiline.
3258
3259 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3260 Correctly handle the case where several :group args are supplied.
3261 Allow :extra-args.
3262 (easy-mmode-define-global-mode): Allow :extra-args.
3263 Correctly handle the case where several :group args are supplied.
3264
3265 2000-11-02 Miles Bader <miles@gnu.org>
3266
3267 * calendar/calendar.el (diary-face, calendar-today-face)
3268 (holiday-face): Remove dependency on `window-system'.
3269
3270 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3271
3272 * Makefile.in (emacs): Set EMACSLOADPATH always.
3273 (update-authors, .el.elc, compile-files): Don't do it explicitly
3274 here.
3275 (compile-files): Bomb out if compilation of a file fails.
3276
3277 2000-11-02 Dave Love <fx@gnu.org>
3278
3279 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3280
3281 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3282
3283 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3284 punctuation in the warning inserted into the *mail* buffer.
3285
3286 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3287
3288 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3289 (authors-public-domain-p): New function.
3290 (authors-print): Use it.
3291
3292 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3293
3294 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3295
3296 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3297
3298 * ps-print.el: Extension for even/odd printing. Doc fix.
3299 (ps-print-version): New version number (6.3.1).
3300 (ps-even-or-odd-pages): Customization fix.
3301 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3302 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3303 (ps-page-count): Var replaced by `ps-page-column'.
3304 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3305 (ps-print-sheet-p): New fun.
3306
3307 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3308
3309 * tooltip.el (tooltip-gud-tips-setup): New function.
3310 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3311 (tooltip-mode): Call tooltip-gud-tips-setup.
3312 (tooltip-gud-tips): Use `gud-basic-call' instead of
3313 process-send-string, so the prompt gets frobbed appropriately.
3314 Handle nil return value from `tooltip-gud-print-command'.
3315
3316 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3317
3318 * comint.el (comint-add-to-input-history): New function.
3319 (comint-send-input): Use `comint-add-to-input-history'.
3320
3321 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3322
3323 * info.el (info-menu-header): New face.
3324 (Info-fontify-menu-headers): New function.
3325 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3326
3327 * info.el (Info-insert-dir): Don't include blank lines at
3328 beginning of additional dir files (one is added automatically).
3329
3330 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * emacs-lisp/easy-mmode.el (define-minor-mode):
3333 Revert the latest changes.
3334 Allow the three positional arguments to be skipped and replaced
3335 by keyword arguments.
3336 Add a :toggle argument to determine whether a nil arg means toggle
3337 or means turn-on. The default is unchanged.
3338 Add a call to force-mode-line-update.
3339
3340 2000-11-01 Dave Love <fx@gnu.org>
3341
3342 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3343 cookie.
3344
3345 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3346
3347 * calendar/calendar.el (diary-face, holiday-face): Add
3348 dark-background variants.
3349
3350 2000-10-31 Sam Steingold <sds@gnu.org>
3351
3352 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3353 `tex-main-file' does not have directory in it.
3354
3355 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3358
3359 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3360
3361 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3362 functional change.
3363
3364 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3365
3366 * files.el (find-file-noselect): When we expand a wildcard, return
3367 a list of buffers, as we should do according to the doc string.
3368
3369 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3370
3371 * loadup.el (top level): Adjust load path if program name is
3372 "../src/bootstrap-emacs", in case it's not dumped and thus the
3373 load path adjustment hasn't already been done.
3374
3375 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3376
3377 * ps-print.el: Fix bug on selected pages for printing. Use
3378 `color-values' for Emacs 21. Ensure fontification when jit-lock
3379 is on. Try to avoid warning messages when compiling. Doc Fix.
3380 (ps-print-version): New version number (6.3).
3381 (ps-color-device): Use `color-values' to determine if device
3382 supports color.
3383 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3384 (ps-print-page-p): Changed from defsubst to defun.
3385 (ps-page-number): Changed from defmacro to defun.
3386 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3387 printing.
3388 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3389 (ps-end-file, ps-dummy-page): Funs eliminated.
3390 (ps-print-color-scale): Changed default value.
3391 (ps-page-n-up, ps-print-page-p): New internal vars.
3392 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3393 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3394
3395 * delim-col.el: Little programming improvement.
3396 (delimit-columns-str): New macro.
3397 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3398
3399 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3400
3401 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3402 Moved to european.el.
3403 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3404 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3405 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3406 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3407
3408 2000-10-30 Dave Love <fx@gnu.org>
3409
3410 * progmodes/cc-menus.el (imenu-generic-expression)
3411 (imenu-progress-message): Only defvar when compiling.
3412
3413 * emacs-lisp/elp.el (elp-unload-hook): New function.
3414
3415 * loadhist.el (unload-feature): Call elp-restore-function,
3416 checking for symbols; don't use elp-restore-all.
3417 (loadhist-hook-functions): Doc fix.
3418
3419 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3420
3421 * log-edit.el (log-edit-confirm): Fix the default.
3422
3423 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3424
3425 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3426 delimit-columns-format.
3427 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3428
3429 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3430
3431 * comint.el (comint-replace-by-expanded-history): Don't use
3432 comint-get-old-input (we're not looking at *old* input).
3433 (comint-get-old-input-default): If using fields, signal an error
3434 when the point is not in an input field.
3435
3436 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3437
3438 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3439 and mule-unicode-e000-ffff.
3440
3441 * international/mule.el (decode-char, encode-char): New functions.
3442 (make-coding-system): Accept a symbol of translation table as a
3443 value of property `safe-chars'.
3444
3445 * international/mule-cmds.el (encode-coding-char): Check property
3446 safe-chars instead of safe-charsets.
3447
3448 * international/fontset.el (fontset-default): Modified for
3449 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3450 (x-font-name-charset-alist): Likewise.
3451 (ccl-encode-unicode-font): New CCL program. Record it in
3452 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3453
3454 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3455 New translation tables.
3456 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3457 programs are modified and moved from mac-win.el.
3458 (mac-roman): Definition of this coding system is modified and
3459 moved from mac-win.el.
3460
3461 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3462
3463 * ediff-wind.el (ediff-setup-control-frame): Enclose
3464 face-attribute in condition-case to avoid errors in older emacsen.
3465
3466 2000-10-29 Miles Bader <miles@gnu.org>
3467
3468 * custom.el (custom-add-to-group): Allow multiple entries for a
3469 given value OPTION, as long as their widget types are different.
3470 * cus-edit.el (custom-face-value-create): If face name doesn't end
3471 with "face", add such here (similar to custom group widgets).
3472
3473 * comint.el (comint-highlight-prompt): Add :type.
3474
3475 2000-10-28 John Wiegley <johnw@gnu.org>
3476
3477 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3478 Changed this function to operate on a temporary buffer instead of
3479 the main buffer. This not only keeps flyspell from marking a
3480 buffer as changed that wasn't, but it solves the jumpy cursor
3481 problem when attempts are made to edit incorrect words.
3482 (flyspell-maybe-correct-doubling): Same change as for
3483 `flyspell-maybe-correct-transposition'.
3484
3485 * calendar/timeclock.el (timeclock-log): Doc fix.
3486 (timeclock-last-event): Doc fix.
3487 (timeclock-log): Kill the timelog buffer after appending a new
3488 event.
3489 (timeclock-find-discrep): Use a temp buffer to read in the
3490 timelog, instead of visiting the file.
3491 (timeclock-log-data): A new function, along with a host of helper
3492 functions, for the purpose of making timelog data accessible to
3493 programmers.
3494
3495 * eshell/esh-mode.el (window-height test): Make certain that
3496 `eshell-stringify-t' is non-nil.
3497 (eshell-password-prompt-regexp): Changed to a much simpler
3498 password regexp.
3499 (eshell-send-input): If `eshell-invoke-directly' returns t,
3500 directly invoke the parsed command using `eval'. This improves
3501 turn-around time on simple commands by a factor of three or
3502 greater, such as cd, ls, pwd, etc. -- which get used very often.
3503 It also conserves thousands of cons cells per call (since
3504 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3505 in the Pacific Cookie Company).
3506
3507 * eshell/esh-test.el (eshell-test): Whitespace fix.
3508
3509 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3510 `eshell-ls-initial-args' nil when inserting directory contents.
3511
3512 * eshell/em-script.el (eshell-script-initialize): Add names to
3513 `eshell-complex-commands, since `source' and `.' are complex.
3514
3515 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3516 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3517 `eshell-copy-handles'.
3518 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3519 bodies.
3520 (eshell-separate-commands): Whitespace fix.
3521 (eshell-complex-commands): Added a new list of names, for
3522 determining whether a given command is as simple as it looks.
3523 (eshell-invoke-directly): New function. Returns t if a command
3524 should be invoked directly (using `eval'), rather than indirectly
3525 using `eshell-do-eval'.
3526 (eshell-do-eval): Whitespace fix.
3527
3528 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3529 which provides an emulation of the DOS shell behavior of assuming
3530 that cp/mv/ln should copy/move/link to the current directory.
3531 (eshell-remove-entries): Added a doc string.
3532 (eshell-shuffle-files): Removed the check for `target' being null.
3533 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3534 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3535 it to do a smarter check of whether a destination was provided.
3536 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3537 (eshell/ln): Enable `:preserve-args', and use
3538 `eshell-mvcpln-template' to implement the body of the function.
3539 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3540 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3541 list after flattening it. This makes it possible to cat files
3542 with numerical names.
3543 (eshell-unix-initialize): Added several names to
3544 `eshell-complex-commands.
3545 (eshell-unix-command-complex-p): Return t if a given command name
3546 may result in external processes being invoked.
3547
3548 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3549 variable nil by default, since it slows down glob processing by a
3550 factor of two or more, and increases memory consumption.
3551
3552 * eshell/em-smart.el: Added a note about how memory consumptive
3553 smart display mode can be (at least this is true in Emacs 21).
3554 (eshell-smart-initialize): Whitespace fix.
3555 (eshell-refresh-windows): Use `if' instead of `when'.
3556 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3557 not necessary.
3558 (eshell-currently-handling-window): Added a missing global
3559 variable.
3560
3561 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3562 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3563 Whitespace fix.
3564 (eshell-ls-exclude-hidden): Added this variable in addition to
3565 `eshell-ls-exclude-regexp'. This one prevents files beginning
3566 with . from even being read, which can improve memory consumption
3567 quite a bit.
3568 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3569 read file entries beginning with a dot. In home directories with
3570 lots of hidden files, fully two-thirds of the time spent in ls is
3571 used to read directory entries that are immediately thrown away.
3572 (eshell-ls-initial-args): Added back this configuration variable,
3573 for specifying default initial arguments to every call to ls.
3574 Much faster than using an alias to do the same thing.
3575 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3576 (eshell-ls-dir): Whitespace change.
3577
3578 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3579
3580 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3581 available.
3582 (eshell-stringify-t): Added a customization variable, to indicate
3583 whether `t' should be rendered as a string at all. If not, one
3584 can still determine if the result of an expression is true using
3585 "file-exists-p FILE && echo true".
3586 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3587 stringify t!
3588
3589 * eshell/esh-module.el: Whitespace fix.
3590
3591 * eshell/em-alias.el (eshell-alias-initialize): Added
3592 `eshell-command-aliased-p' to `eshell-complex-commands'.
3593 (eshell-command-aliased-p): New function that returns t if a
3594 command name names an aliased.
3595
3596 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3597
3598 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3599 redrawing the screen when changing cursor color.
3600 (viper-insert-state-pre-command-sentinel)
3601 (viper-replace-state-pre-command-sentinel)
3602 (viper-replace-state-post-command-sentinel):
3603 Use viper-preserve-cursor-color.
3604 Many functions changed to use viper= instead of = when comparing
3605 characters.
3606 * viper-util.el (viper-memq-char,viper=): New functions for
3607 working with characters.
3608 (viper-change-cursor-color): Fixed buglet.
3609 Many functions changed to use viper= instead of = when comparing
3610 characters.
3611 * viper.el (viper-insert-state-mode-list): Added eshell.
3612
3613 * ediff-init.el (ediff-before-setup-hook): New hook.
3614 Several typos fixed in various docstrings.
3615 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3616 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3617 hook.
3618 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3619 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3620 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3621 (ediff-get-selected-buffers): New function.
3622 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3623 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3624 save-window-excursion.
3625 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3626 termination check in while loop.
3627 * ediff.el (ediff-get-default-file-name): Better defaults when in
3628 dired buffer.
3629 (ediff-files,ediff-merge-files,ediff-files3)
3630 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3631
3632 2000-10-28 Dave Love <fx@gnu.org>
3633
3634 * info.el (Info-fontify-node): Add help-echo for menu items.
3635
3636 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3637
3638 * startup.el (normal-top-level): If the value of $TERM indicates
3639 we are running from xterm or one of its work-alikes, default to a
3640 light background mode.
3641
3642 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3643 * faces.el (tty-handle-reverse-video): New function.
3644 (tty-create-frame-with-faces): Call it.
3645
3646 * frame.el (frame-notice-user-settings): Don't apply
3647 default-frame-alist and initial-frame-alist to MS-DOS frames.
3648 Call tty-handle-reverse-video, frame-set-background-mode, and
3649 face-set-after-frame-default for non-MS-DOS frames.
3650
3651 * startup.el (tty-long-option-alist): New variable.
3652 (tty-handle-args): New function.
3653 (command-line): Call tty-handle-args.
3654
3655 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3656 startup.el now does that for all character-terminal frames.
3657
3658 2000-10-28 Miles Bader <miles@gnu.org>
3659
3660 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3661 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3662 global. If :global is followed by a non-nil but non-t value,
3663 make the mode buffer-local, but also generate a `global-MODE'
3664 version using `easy-mmode-define-global-mode'. Add
3665 :conditional-turn-on keyword argument.
3666
3667 2000-10-28 Dave Love <fx@gnu.org>
3668
3669 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3670 use window-system.
3671
3672 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3673
3674 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3675 Don't call find-buffer-file-type-coding-system. Instead, just
3676 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3677 if the file is on an untranslated filesystem.
3678 (add-untranslated-filesystem): Use "D" instead of "f" inside
3679 interactive.
3680
3681 2000-10-27 Dave Love <fx@gnu.org>
3682
3683 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3684 (refill-mode): Use it.
3685
3686 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3687
3688 * international/quail.el (quail-activate): Don't make-local-hook.
3689
3690 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3691
3692 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3693 manual backups and file.~<rev>.~ for automatic ones.
3694 (vc-make-version-backup): Don't do it on MS-DOS without long file
3695 names.
3696
3697 * vc.el (vc-version-other-window): If an automatic backup of the
3698 desired version exists, rename it instead of copying it.
3699
3700 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3701 after command. If there's an unexpected error, signal it instead
3702 of being silent.
3703 (vc-cvs-merge-news): Be prepared for no news at all.
3704
3705 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3706
3707 * shell.el (shell): Add BUFFER argument.
3708 * comint.el (make-comint-in-buffer): New function.
3709 (make-comint): Use it.
3710
3711 * faces.el (face-spec-choose): Change syntax so that the list of
3712 attribute-value pairs is now the cdr of each clause, not the cadr.
3713 Detect old-style entries, and handle them. Use pop.
3714
3715 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3716
3717 * cus-edit.el (custom-mode-map): Use a sparse map.
3718 (custom-mode): Don't bother with make-local-hook.
3719
3720 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3721
3722 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3723
3724 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3725
3726 * ps-print.el: Avoid compilation gripes.
3727 (ps-print-version): New version number (6.2.1).
3728
3729 2000-10-26 Dave Love <fx@gnu.org>
3730
3731 * menu-bar.el: Modify some menu item help strings.
3732 (menu-bar-help-menu): Add link to MORE.STUFF.
3733
3734 * cus-edit.el (custom-mode): Add `special' mode-class property.
3735
3736 * wid-browse.el (widget-browse-mode): Likewise.
3737
3738 * wid-edit.el (widget-specify-field): Revert to using local-map
3739 property, not keymap.
3740
3741 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3742
3743 * wid-edit.el (widget-field-end): When checking for a `boundary'
3744 field, do so in the correct buffer.
3745
3746 * simple.el (undo): Correctly distinguish between numeric and
3747 non-numeric prefix args in non-transient-mark-mode, as per the doc
3748 string. When in transient-mark-mode, treat all prefix-args as
3749 numeric.
3750
3751 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3752 Position point on match. Handle N == 0 correctly.
3753
3754 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3755 (comint-mode-map): Reverse order of `comint-write-output' and
3756 `comint-append-output-to-file'.
3757 (comint-append-output-to-file): Reinstate this function, for the
3758 benefit of the menu.
3759
3760 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3761
3762 * vc.el (vc-version-other-window): Bind `file'.
3763
3764 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3765
3766 * Makefile.in (update-authors): New target for maintenance purposes.
3767
3768 * emacs-lisp/authors.el (batch-update-authors): New function.
3769 (authors-fixed-entries): New defconst.
3770 (authors-add-fixed-entries): New function.
3771 (authors): Call it.: Don't process lispref/.
3772
3773 2000-10-25 Jason Rumney <jasonr@gnu.org>
3774
3775 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3776 Merge x w32 and mac definitions.
3777
3778 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3779
3780 * menu-bar.el (menu-bar-options-menu): Add a help string for
3781 `uniquify'.
3782
3783 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3784
3785 * time-stamp.el (time-stamp-string-preprocess):
3786 Fix a wrong type argument error.
3787
3788 2000-10-25 Miles Bader <miles@gnu.org>
3789
3790 * recentf.el (recentf-mode): Variable removed.
3791 (recentf-mode): Use `define-minor-mode'.
3792
3793 * mwheel.el (mouse-wheel-mode): New global minor mode.
3794 (mwheel-install): Use `mouse-wheel-mode'.
3795
3796 2000-10-25 Dave Love <fx@gnu.org>
3797
3798 * progmodes/cperl-mode.el (cperl-mode):
3799 Set normal-auto-fill-function correctly.
3800
3801 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3802 inherit from global-map and don't nullify menu-bar and tool-bar
3803 bindings.
3804
3805 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3806
3807 * wid-edit.el (widget-field-at): New function.
3808 (widget-at, widget-field-activate): Use it.
3809 (widget-tabable-at): Use `widget-at'.
3810 (widget-specify-field): If the terminating character of the widget
3811 field (which is read-only) is a newline, put it into a special
3812 `boundary' field so that C-n/C-p act more naturally.
3813 (widget-field-end): Also don't subtract one if a special
3814 `boundary' field has been added after the widget field.
3815
3816 * comint.el (comint-output-filter, comint-send-input): Don't
3817 bother adding stickiness fields to overlays to fool the field
3818 code, since it should notice the overlay insertion-types now.
3819
3820 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3821 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3822 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3823
3824 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3825
3826 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3827 (authors): Set file coding system to iso-2022-7bit. Add
3828 file-local variables to output buffer.
3829
3830 * files.el (after-find-file): Don't print any warnings if
3831 WARN is nil.
3832
3833 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3834
3835 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3836
3837 * delim-col.el: Now there is a column formatting mechanism.
3838 Modified to customization mechanisms convention. Doc fix.
3839 (columns): New group for delim-col.
3840 (delimit-columns-before, delimit-columns-after)
3841 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3842 (delimit-columns-end): New vars.
3843 (delimit-columns-customize, delimit-columns-format): New funs.
3844 (delimit-columns-region, delimit-columns-rectangle)
3845 (delimit-columns-rectangle-line): Modified to support column
3846 formatting.
3847
3848 2000-10-24 Dave Love <fx@gnu.org>
3849
3850 * log-edit.el (log-edit): Add :version and a :group for vc.
3851
3852 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3853
3854 * files.el (after-find-file): Don't print a message ``New file''
3855 if WARN is nil.
3856
3857 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3858 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3859 get duplicate tool-bar entries because we'll see the global ones
3860 on more than one path through keymaps.
3861
3862 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3863
3864 * progmodes/cmacexp.el: Change Francesco's email address.
3865
3866 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3867
3868 * window.el (fit-window-to-buffer): Adjust point of the window
3869 buffer, not that of the current buffer.
3870
3871 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3872
3873 * progmodes/cmacexp.el: Update the euthor's email address.
3874
3875 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3876
3877 * faces.el (face-spec-set-match-display): Add `graphic' display
3878 type (the inverse of `tty'). Use `display-graphic-p' instead of
3879 the window-system variable.
3880
3881 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3882
3883 * international/isearch-x.el (isearch-with-input-method): Call
3884 input-method-function with the first event in
3885 unread-command-events.
3886
3887 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3888
3889 * faces.el (face-default-spec, face-user-default-spec): Make
3890 defsubsts.
3891
3892 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3893
3894 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3895 New charsets.
3896
3897 * term/mac-win.el: Remove definitions of mac-roman-lower and
3898 mac-roman-upper, require dired, and define instead of set
3899 mac-ready-for-drag-n-drop to avoid compilation error.
3900
3901 2000-10-23 Andrew Innes <andrewi@gnu.org>
3902
3903 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3904 superfluous calls to subst-char-in-string; instead apply
3905 expand-file-name after convert-standard-filename to ensure
3906 expected directory separators are used.
3907
3908 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3909
3910 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3911
3912 2000-10-23 Dave Love <fx@gnu.org>
3913
3914 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3915 (tool-bar-add-item): Set foreground and background for XBM icons.
3916
3917 * international/latin1-disp.el (latin1-char-displayable-p): New
3918 function (from Handa).
3919 (latin1-display-check-font): Use it.
3920
3921 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3922 using :key-sequence, making it much more usable. Use nconc, not
3923 append.
3924 (imenu--create-keymap-1): Avoid append.
3925
3926 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3927
3928 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3929
3930 [the following changes fix a bug where `define-minor-mode' didn't
3931 correctly generate :require clauses for defcustoms in compiled files]
3932 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3933 (byte-compile-log-file, byte-compile-log-1): Don't set
3934 `byte-compile-current-file' to nil. Instead set
3935 `byte-compile-last-logged-file' to it. Test whether
3936 byte-compile-current-file equals byte-compile-last-logged-file
3937 instead of whether its nil.
3938 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3939
3940 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3941
3942 * textmodes/refill.el: Fix var names in doc.
3943 (refill-mode): Don't bother with make-local-hook anymore.
3944
3945 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3946
3947 * faces.el (face-user-default-spec, face-default-spec): New functions.
3948 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3949 (frame-set-background-mode, face-set-after-frame-default):
3950 Use `face-user-default-spec'. Simplify code slightly.
3951
3952 * woman.el (woman-italic-face, woman-bold-face)
3953 (woman-unknown-face): Add dark-background variants.
3954 (woman-default-faces): Renamed from `woman-colour-faces'.
3955 Set using the stored defaults, rather than using hard-wired colors.
3956 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3957 Just make the foreground `unspecified' rather than "black".
3958 (woman-menu): Rename menu entries accordingly.
3959
3960 * faces.el (header-line): Make more reasonable on mono/grayscale
3961 displays.
3962
3963 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3964
3965 * cus-edit.el (custom-button-face): Use 3D look for mac.
3966 (custom-button-pressed-face): Likewise.
3967
3968 * faces.el (set-face-attributes-from-resources): Handle mac frames
3969 in the same way as x and w32 frames.
3970 (face-valid-attribute-values): Likewise.
3971 (read-face-attribute): Likewise.
3972 (defined-colors): Likewise.
3973 (color-defined-p): Likewise.
3974 (color-values): Likewise.
3975 (display-grayscale-p): Likewise.
3976 (face-set-after-frame-default): Likewise.
3977 (mode-line): Same default face as for x and w32.
3978 (tool-bar): Likewise.
3979
3980 * frame.el: Remove call to frame-notice-user-settings at end of
3981 the file.
3982
3983 * info.el (Info-fontify-node): make underlines invisible for mac
3984 as for x, pc, and w32 frame types.
3985
3986 * term/mac-win.el: New file.
3987
3988 2000-10-22 Dave Love <fx@gnu.org>
3989
3990 * textmodes/refill.el: New file.
3991
3992 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3993
3994 * vc-hooks.el (vc-version-backup-file-name): New optional args
3995 MANUAL and REGEXP.
3996 (vc-delete-automatic-version-backups, vc-make-version-backup):
3997 New functions.
3998 (vc-before-save): Use the latter.
3999 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4000 confusion.
4001
4002 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
4003 expected by vc[-hooks].el.
4004
4005 * vc.el (vc-checkout): Added `-p' suffix in call to
4006 vc-make-version-backups-p; use vc-make-version-backup to actually
4007 make the backup.
4008 (vc-version-other-window, vc-version-backup-file): Handle both
4009 automatic and manual backups.
4010 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4011 of all of them.
4012
4013 2000-10-22 Miles Bader <miles@gnu.org>
4014
4015 * comint.el (comint-highlight-input, comint-highlight-prompt):
4016 Renamed, `-face' at end removed.
4017 (comint-send-input, comint-output-filter): Use renamed faces.
4018
4019 * window.el (fit-window-to-buffer): Change defaulting of
4020 MAX-HEIGHT slightly.
4021
4022 * faces.el (color-values, color-defined-p): Use `member', not
4023 `memq', because it works correctly for strings.
4024 (frame-set-background-mode): Actually, "unspecified-fg" and
4025 "unspecified-bg" *are* strings. Use `member', not `memq', and
4026 `equal', not `eq', when a string value is possible.
4027
4028 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4031
4032 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4035 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4036 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4037 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4038 (sh-font-lock-syntactic-keywords): Use them.
4039 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4040 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4041 (sh-mode): Don't override font-lock-unfontify-region-function.
4042 Use a copy of sh-font-lock-syntactic-keywords.
4043 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4044 Don't call sh-scan-buffer since font-lock does it on the fly.
4045 (sh-get-indent-info): Use `face' rather than `syntax-table'
4046 text-property to detect here-documents.
4047 Replace sh-special-syntax with sh-st-punc.
4048 (sh-prev-line): Use `face' rather than `syntax-table'
4049 text-property to skip over here-documents.
4050 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4051 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4052 (sh-electric-less, sh-set-here-doc-region)
4053 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4054 (sh-scan-buffer, sh-rescan-buffer): Remove.
4055
4056 2000-10-21 Andrew Innes <andrewi@gnu.org>
4057
4058 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4059 remote (ange-ftp) file names.
4060
4061 2000-10-21 Miles Bader <miles@gnu.org>
4062
4063 * window.el (fit-window-to-buffer): New function.
4064 (shrink-window-if-larger-than-buffer): Use it.
4065 (window-text-height): Don't expect minibuffers to have mode-lines.
4066
4067 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4068 * international/quail.el (quail-update-guidance): Use
4069 `fit-window-to-buffer' instead of `set-window-text-height'.
4070
4071 * international/quail.el (quail-show-guidance-buf): Make sure
4072 guidance window really has enough room.
4073 (quail-update-guidance): If quail-guidance-win is already shown,
4074 make sure its height is OK.
4075
4076 * window.el (window-text-height, set-window-text-height):
4077 New functions.
4078 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4079 instead of `window-height' & `mode-line-window-height-fudge'.
4080 (mode-line-window-height-fudge): Add FACE parameter.
4081 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4082 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4083
4084 2000-10-20 Miles Bader <miles@gnu.org>
4085
4086 * window.el (height-affecting-face-attributes): Use `defconst'.
4087
4088 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4089 New function, conditionally aliased to `mode-line-window-height-fudge'.
4090 (ispell-help): Use it.
4091 (ispell-choices-win-default-height): Don't include mode-line fudge.
4092 (ispell-choices-win-default-height): New function.
4093 (ispell-show-choices, ispell-command-loop): Use function
4094 `ispell-choices-win-default-height' instead of variable.
4095
4096 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4097
4098 * window.el (mode-line-window-height-fudge): New variable.
4099 (height-affecting-face-attributes): New variable.
4100 (mode-line-window-height-fudge): New function.
4101 (shrink-window-if-larger-than-buffer): Use it.
4102 * help.el (resize-temp-buffer-window): Likewise.
4103
4104 * info.el (Info-fontify-node): Add support for @subsubsection
4105 titles, which use `Info-title-4-face'.
4106 (Info-title-4-face): New face.
4107 (Info-title-3-face): Inherit from Info-title-4-face instead of
4108 variable-pitch.
4109
4110 2000-10-19 Jason Rumney <jasonr@gnu.org>
4111
4112 * dired.el (dired-insert-directory): Do not let errors signalled by
4113 attempt to run dired-free-space-program prevent dired from working.
4114
4115 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4118
4119 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4120
4121 * dirtrack.el (dirtrack): Fix call to run-hooks.
4122
4123 * cmuscheme.el (cmuscheme-program-name): Renamed from
4124 scheme-program-name because xscheme.el contains a defcustom with
4125 the same name. As a consequence, customizing group `cmuscheme'
4126 loaded `xscheme' which redefined run-scheme.
4127 (run-scheme): Use cmuscheme-program-name.
4128
4129 * ps-print.el (ps-print-emacs-type): Move into the
4130 eval-and-compile.
4131
4132 * play/doctor.el (doctor-death): Update the Samaritans'
4133 anonymous address, and add a website for Befrienders International.
4134
4135 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4136
4137 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4138 Avoid compilation gripes. Doc fix.
4139 (ps-print-version): New version number (6.2).
4140 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4141 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4142 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4143 (ps-x-extent-priority, ps-x-extent-start-position)
4144 (ps-x-face-font-instance, ps-x-find-coding-system)
4145 (ps-x-font-instance-properties, ps-x-make-color-instance)
4146 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4147 avoid compilation gripes without defining functions.
4148 (ps-e-find-composition): Alias for function find-composition, to have a
4149 suitable function depending on Emacs version.
4150 (ps-color-device, ps-color-values, ps-face-foreground-name)
4151 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4152 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4153 (ps-print-ensure-fontified): Function definitions surrounded by
4154 `eval-and-compile' to avoid compilation gripes.
4155 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4156 by symbol-value to avoid compilation gripes.
4157 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4158 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4159
4160 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4161
4162 * startup.el (normal-top-level): Call `frame-set-background-mode'
4163 after `frame-notice-user-settings' because the latter doesn't call
4164 the former on a tty.
4165
4166 * faces.el (frame-set-background-mode): `unspecified' &c are
4167 symbols, not strings.
4168
4169 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4170
4171 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4172 why some "light*" colors are deliberately absent from the alist.
4173
4174 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4175 Change colors for tty's, as suggested by Miles Bader.
4176
4177 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4178
4179 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4180 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4181 for ISO10646-1 fonts.
4182 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4183
4184 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4185
4186 * faces.el (frame-set-background-mode): If a tty frame defines a
4187 background color, use that to compute the background mode, instead
4188 of always defaulting to "dark".
4189
4190 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4191
4192 * comint.el (comint-write-output): New function.
4193 (comint-mode-map): Add it to the menu.
4194 Bind `C-c C-s' to comint-write-output.
4195
4196 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4197
4198 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4199 Use fancy-splash-delay.
4200
4201 2000-10-18 Alex Schroeder <alex@gnu.org>
4202
4203 * progmodes/sql.el (sql-sybase-options): New option.
4204 (sql-sybase): Use it. Add sql-database to the list of parameters
4205 provided for login. The options -w 2048 -n are not used any more.
4206
4207 * comint.el (comint-read-input-ring): Bugfix such that the first
4208 and the last entry of the input ring file are not lost.
4209
4210 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4211
4212 * ps-print.el: Internal variable changes to defcustom,
4213 make-local-hook changes to defvar. Doc fix.
4214 (ps-print-version): New version number (6.1).
4215 (ps-setup, ps-do-despool): Code fix.
4216 (ps-printer-name): Customization fix.
4217 (ps-printer-name-option): Now is a defcustom instead of an
4218 internal variable.
4219 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4220 (ps-print-begin-column-hook): Now are defvar instead of
4221 make-local-hook.
4222
4223 2000-10-18 Miles Bader <miles@gnu.org>
4224
4225 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4226 (comint-kill-output): Changed into an alias for `comint-delete-output',
4227 and made obsolete.
4228 (comint-mode-map): Rename references to comint-kill-output.
4229
4230 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4231
4232 * diff-mode.el (diff-header-face, diff-file-header-face)
4233 (diff-changed-face): Add bold and italic attributes to tty faces.
4234 (diff-function-face): New face.
4235 (diff-font-lock-keywords): Use it.
4236
4237 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4238
4239 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4240 Remove commented-out call to force-mode-line-update.
4241 (comint-kill-output): Use `forward-line 0' instead of
4242 beginning-of-line to make sure we get past the prompt.
4243
4244 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4245
4246 * diff-mode.el (diff-header-face, diff-file-header-face):
4247 Add specific setting for dark background.
4248 (diff-context-face): Renamed from diff-comment-face.
4249 Set explicitly rather than inheriting from font-lock-comment-face.
4250
4251 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4252
4253 * startup.el (command-line): Move the code which sets the default
4254 TTY colors to before before-init-hook.
4255
4256 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4257
4258 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4259
4260 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4261
4262 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4263 extensions, for MS-DOS.
4264
4265 * diff-mode.el (diff-header-face, diff-file-header-face)
4266 (diff-changed-face): Define tty-specific colors.
4267
4268 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4269
4270 * startup.el (fancy-splash-text): Realign the text.
4271
4272 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4273
4274 * font-lock.el (font-lock-comment-face): Define a separate default
4275 for dark-background tty's.
4276
4277 2000-10-17 Miles Bader <miles@gnu.org>
4278
4279 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4280 being obscured by whizzy mode-lines on graphics displays.
4281
4282 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4283
4284 * info.el (Info-title-1-face, Info-title-2-face)
4285 (Info-title-3-face): Define colors for tty's.
4286 (info-header-node): Remove unneeded tty-specific definition.
4287
4288 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4289
4290 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4291 reverse from the frame parameters, and don't invert foreground and
4292 background colors.
4293
4294 2000-10-16 Miles Bader <miles@gnu.org>
4295
4296 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4297 string "*Info*". Call propertized-buffer-identification to spruce
4298 up the result.
4299
4300 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4301
4302 * help.el: Provide `help' for the sake of define-minor-mode
4303 which generates defcustoms with requires.
4304
4305 * jit-lock.el (jit-lock-after-change): If we're in text that
4306 matches a multi-line font-lock pattern, make sure the whole text
4307 will be redisplayed.
4308
4309 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4310 author's name is unknown.
4311
4312 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4313 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4314 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4315 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4316 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4317 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4318 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4319 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4320 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4321 Add author information.
4322
4323 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4324
4325 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4326 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4327 full-color version (using the Gimp) to eliminate dithering artifacts.
4328
4329 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4330
4331 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4332
4333 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4334
4335 2000-10-15 Dave Love <fx@gnu.org>
4336
4337 * progmodes/sh-script.el: Require skeleton and comint when
4338 compiling.
4339
4340 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4341
4342 * whitespace.el: Doc fixes.
4343 (top-level): Don't add hooks here.
4344 (whitespace-running-emacs): Deleted.
4345 (timer): Don't require.
4346 (whitespace): Add back :version conditional on xemacs test.
4347 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4348 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4349 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4350 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4351 Avoid specific xemacs test.
4352 (whitespace-global-mode): New option.
4353 (whitespace-global-mode): New command.
4354 (whitespace-unload-hook): New function.
4355
4356 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4357 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4358 (Info-fontify-node): `Goto' goes to `Go to'.
4359 (Info-fontify-node): Add help-echo to xref links.
4360
4361 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4364
4365 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4366
4367 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4368 Use plist-get and allow :inherit.
4369
4370 * emacs-lisp/cl-macs.el (cl-do-arglist):
4371 Use plist-get and plist-member instead of memq.
4372
4373 * emacs-lisp/ewoc.el (ewoc-location): New function.
4374 (ewoc-enter-after, ewoc-enter-before): Document return value.
4375 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4376 Don't need make-local-hook any more.
4377 (cvs-addto-collection): Return the new tin.
4378 (cvs-mode-insert): Jump to the new line.
4379
4380 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4381
4382 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4383
4384 * font-lock.el (font-lock-syntactically-fontified): New var.
4385 (font-lock-fontify-syntactic-keywords-region): Use it.
4386 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4387
4388 * diff-mode.el (diff-find-file-name): Fix regexp.
4389
4390 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4391 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4392
4393 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4394 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4395 (sh-mode): Don't make all vars local here.
4396 (sh-kw): Reformat.
4397 (sh-set-shell): Use dolist. Don't set indent-region-function.
4398 (sh-mode-syntax-table): Use pop.
4399 (sh-remember-variable): Use push.
4400 (sh-help-string-for-variable): Use memq.
4401 (sh-safe-backward-sexp): Remove.
4402 (sh-safe-forward-sexp): Add ARG.
4403 (sh-get-indent-info, sh-prev-stmt): Use it.
4404 (sh-prev-line): Simplify by using forward-comment.
4405 (sh-this-is-a-continuation): Simplify.
4406 (sh-learn-buffer-indent): Use dolist.
4407 (sh-do-nothing): Remove.
4408 (sh-set-char-syntax, sh-set-here-doc-region):
4409 Use inhibit-modification-hooks.
4410 (sh-name-style): Use mapcar and push.
4411 (sh-load-style): Use dolist.
4412 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4413 (sh-case, sh-while-getopts): Use propertize directly rather
4414 than sh-electric-rparen.
4415
4416 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4417
4418 * textmodes/tex-mode.el: Require CL when compiling.
4419 (tex-mode-syntax-table): Init immediately.
4420 (tex-mode-map): Bind M-RET to latex-insert-item.
4421 (latex-mode): Set indent-line-function to latex-indent.
4422 (tex-common-initialization): Don't setup the syntax-table any more.
4423 (latex-insert-item): New skeleton.
4424 (tex-next-unmatched-end): Fix copy/paste braino.
4425 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4426 (latex-indent, latex-find-indent): New functions.
4427 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4428 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4429 (tex-compilation-parse-errors): Use with-syntax-table.
4430
4431 2000-10-15 Miles Bader <miles@gnu.org>
4432
4433 * font-lock.el (font-lock-comment-face): Change dark-background,
4434 color, non-tty, default to `chocolate1'.
4435
4436 2000-10-13 John Wiegley <johnw@gnu.org>
4437
4438 * eshell/esh-util.el (require): Added a missing `require' form,
4439 needed when compiling (for an ange-ftp macro definition).
4440
4441 2000-10-13 Dave Love <fx@gnu.org>
4442
4443 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4444
4445 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4446
4447 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4448 fix.
4449
4450 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4451 transparent -colors 8).
4452
4453 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4454
4455 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4456 that breaks with old list format timestamps.
4457 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4458 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4459 strings.
4460
4461 2000-10-13 John Wiegley <johnw@gnu.org>
4462
4463 * align.el, pcomplete.el, calendar/timeclock.el,
4464 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4465
4466 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4467 faulty math, where holiday hours were being computing as seconds.
4468
4469 2000-10-13 John Wiegley <johnw@gnu.org>
4470
4471 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4472 specifying what "other" kinds of buffers should be saved. This
4473 used to be hard-coded.
4474 (desktop-buffer-misc-functions): A global for specifying how
4475 auxiliary data should be determined for special buffer types.
4476 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4477 instead of hard-coding the special buffer types.
4478 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4479 auxiliary data, instead of hard-coding for Info buffers and dired.
4480 (desktop-buffer-info-misc-data): Aux function for determining Info
4481 buffer auxiliary info.
4482 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4483 (desktop-buffer-info): Changed this function to use the info
4484 gathered above.
4485 (desktop-create-buffer): Be a little more careful about what
4486 `minor-mode' means before calling it. This is important for some
4487 buffer types.
4488
4489 2000-10-13 John Wiegley <johnw@gnu.org>
4490
4491 * eshell/esh-util.el: Added a global form which declares an
4492 autoload for `parse-time-string', if that function is not already
4493 defined, and if parse-time.el is available on the user's system.
4494
4495 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4496 to be aware of ange-ftp user info.
4497 (eshell-do-ls): Bind `ange-cache'. Also, use
4498 `eshell-file-attributes'.
4499 (eshell-ls-annotate): Use `eshell-file-attributes'.
4500 (eshell-ls-file): Made the user-id printing code a bit smarter.
4501
4502 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4503 allow identification of alias user ids in remote directories.
4504 It's manual, but there's no other way to know when the current
4505 user on the local machine, is also the owning user on the remote
4506 machine.
4507 (fboundp): Bind `ange-cache'.
4508 (eshell-directory-files-and-attributes): Re-organized the logic a
4509 bit to use `eshell-file-attributes' instead of `file-attributes'.
4510 The former is more sensitive to directories that are read via FTP,
4511 and knows how to use ange-ftp to determine full attribute
4512 information, instead of just the name and last modtime.
4513 (eshell-current-ange-uids): Return the current user id when in a
4514 remote directory.
4515 (eshell-parse-ange-ls): Parse a full directory listing that has
4516 been returned by ange-ftp.
4517 (eshell-file-attributes): This beefed up version of
4518 `file-attributes' is only special if the user is currently in a
4519 remote directory, in which case it does a lot of work to find out
4520 what the real attributes of a file are, as they appear on the
4521 remote machine. This makes usage of remote directories (i.e.,
4522 ange-ftp pathnames) much more useful. You can now use Eshell as a
4523 full-fledged FTP client, with much more manipulation ability than
4524 most other clients.
4525
4526 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4527 variable, which means that Eshell's du should always be preferred
4528 in remote directories.
4529 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4530 just `file-attributes'.
4531 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4532 when reading remote directories. This is an Eshell-specific
4533 variable (not part of ange-ftp).
4534 (eshell/ln): Bind `ange-cache'.
4535 (eshell/du): Added some extra logic for determining when to use
4536 Eshell's du (which is slow), and when to use the external version
4537 (which may or may not exist).
4538
4539 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4540 `eshell-interactive-process', rather than using
4541 `get-buffer-process', since backgrounded processes don't count in
4542 the context of this function's logic.
4543
4544 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4545 `forward-char', so that null strings are parsed correctly.
4546
4547 2000-09-13 John Wiegley <johnw@gnu.org>
4548
4549 * eshell/em-pred.el (eshell-pred-file-type,
4550 eshell-pred-file-links, eshell-pred-file-size): Use
4551 `eshell-file-attributes'. This is more correct over ange-ftp.
4552
4553 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4554 that remote file globbing is more efficient.
4555
4556 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4557 gathering the files and attributes within a directory.
4558
4559 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4560 the command line is a special file (not a regular file, directory
4561 or symlink), always attempt to call the external version of cat.
4562
4563 2000-09-13 John Wiegley <johnw@gnu.org>
4564
4565 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4566 Eshell-friendly version of find-tag.
4567
4568 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4569
4570 * image-file.el (image-file-name-extensions)
4571 (image-file-name-regexps): Add autoload cookies.
4572
4573 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4574
4575 * international/mule-cmds.el (select-safe-coding-system): If FROM
4576 is string, show it in *Warning* buffer.
4577
4578 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4579
4580 * startup.el (normal-top-level): Use display-popup-menus-p instead
4581 of window-system.
4582 (command-line): Use display-graphic-p instead of window-system.
4583 (command-line-1): Use display-popup-menus-p and display-mouse-p
4584 instead of window-system.
4585
4586 2000-10-12 Sam Steingold <sds@gnu.org>
4587
4588 * tooltip.el (tooltip-use-echo-area): New user variable.
4589 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4590
4591 2000-10-12 Dave Love <fx@gnu.org>
4592
4593 * recentf.el: Maintainer's checkdoc fixes.
4594
4595 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4596 character class, not ASCII when matching file names.
4597 (fancy-splash-head): Add trailing slash to URL.
4598 (command-line): Don't require XPM support for toolbar.
4599
4600 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4601 (cperl-invalid-face): Revert last change.
4602 (cperl-init-faces): Quote cperl-invalid-face.
4603
4604 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4605
4606 * startup.el (fancy-splash-text): Remove superfluous quote.
4607
4608 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4609
4610 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4611 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4612 (command-line-1): Don't use fancy-splash-pending-command.
4613 (fancy-splash-screens-1): Goto point-min after inserting text.
4614
4615 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4616
4617 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4618 instead of shared-lisp-mode-map.
4619
4620 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4621
4622 * faces.el (header-line): Change tty-variant to use underlining.
4623
4624 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4625 (isearch-highlight): Restore lazy-isearch face properties at old
4626 position, and suppress them at new position.
4627 (isearch-dehighlight): Restore lazy-isearch face properties.
4628 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4629 over the real isearch overlay, but in that case, don't give it a
4630 face property. Use `push'.
4631
4632 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4633
4634 * man.el (Man-getpage-in-background): Fix previous change.
4635 Decode the process output only when we are in multibyte mode.
4636
4637 2000-10-11 Dave Love <fx@gnu.org>
4638
4639 * info.el (Info-mode-menu): Fix some help.
4640 (info-tool-bar-map): Add entry for Info-last.
4641
4642 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4643 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4644 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4645 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4646 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4647 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4648 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4649 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4650 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4651 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4652 Reduce colour requirements to 25 overall. (Probably wants
4653 revisiting from the originals to reduce further.)
4654
4655 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4656
4657 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4658 buffer-file-coding-system, instead of raw-text.
4659 (dehexlify-buffer): Bind coding-system-for-read to
4660 buffer-file-coding-system, instead of raw-text.
4661
4662 2000-10-11 Sam Steingold <sds@gnu.org>
4663
4664 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4665 `underline' - fixes the bug introduced on 2000-09-21.
4666
4667 2000-10-11 Dave Love <fx@gnu.org>
4668
4669 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4670 compiler warnings.
4671 (scheme-mode): Doc fix.
4672 (scheme-font-lock-keywords-1): Match `define-syntax'.
4673
4674 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4675
4676 * faces.el (frame-set-background-mode): Pay attention to saved
4677 face specs as well as default ones. Only do anything if the
4678 bg-mode or display-type has actually changed. Use `dolist'.
4679 (region): Make dark-background `region' face less in-your-face.
4680
4681 2000-10-10 Sam Steingold <sds@gnu.org>
4682
4683 * chistory.el, ielm.el, ledit.el:
4684 * progmodes/inf-lisp.el, progmodes/scheme.el:
4685 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4686
4687 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4688
4689 * textmodes/texinfo.el: Update copyright and fix typo.
4690
4691 * desktop.el (desktop-modes-not-to-save): New var.
4692 (desktop-save-buffer-p): Use it.
4693 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4694 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4695
4696 2000-10-10 Dave Love <fx@gnu.org>
4697
4698 * toolbar/tool-bar.el (tool-bar-add-item)
4699 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4700 display.
4701
4702 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4703 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4704 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4705 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4706 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4707 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4708 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4709 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4710 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4711 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4712 the .xpms; probably need retouching.
4713
4714 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4715
4716 * subr.el (add-to-list): Add optional argument APPEND.
4717 * battery.el (display-battery): Use `add-to-list'.
4718
4719 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4720
4721 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4722 these vars as symbol properties.
4723 (zone, zone-when-idle, zone-leave-me-alone)
4724 (zone-pgm-whack-chars): Use new symbol properties.
4725
4726 * battery.el (display-battery): Doc spelling fix.
4727
4728 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4729 property.
4730
4731 2000-10-09 Dave Love <fx@gnu.org>
4732
4733 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4734 has been initialized before calling tool-bar-setup.
4735 (tool-bar-add-item-from-menu): Add autoload cookie.
4736
4737 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4738
4739 * menu-bar.el (send-mail-item-name): New function.
4740 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4741 of mail-user-agent in the menu. Don't display the "Send Mail"
4742 item if mail-user-agent is nil or its value is ignore.
4743 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4744 if read-mail-command is nil or its value is ignore.
4745
4746 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4747
4748 2000-10-09 Miles Bader <miles@gnu.org>
4749
4750 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4751 Correct image size.
4752 * toolbar/left_arrow.xpm: Correct image size.
4753
4754 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4755 will be done by the definition of `auto-compression-mode' if
4756 necessary. Move code to uninstall existing file-name handler
4757 before definition of `auto-compression-mode'.
4758
4759 * image-file.el (auto-image-file-mode): Move to the end of the
4760 file, because `define-minor-mode' actually calls the mode-function
4761 if the associated variable is non-nil, which requires that all
4762 needed functions be already defined.
4763
4764 * mouse.el (popup-menu): Balance parens.
4765
4766 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4767
4768 * mouse.el (popup-menu): Move the command call outside the loop
4769 so that popup-menu returns whatever the command returns.
4770
4771 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4772 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4773 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4774 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4775
4776 * vc.el (vc-version-diff): diff-switches can be a list.
4777 Use relative filenames for prettier output.
4778
4779 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4780 (vc-post-command-functions): Remove old-VC compatibility code.
4781
4782 * newcomment.el (comment-indent-default): Autoload.
4783
4784 * font-lock.el (font-lock-defaults): Make buffer-local.
4785 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4786 (font-lock-choose-keywords):
4787 Ignore LEVEL unless KEYWORDS is a list of syms.
4788 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4789 Don't wrap regexp-opt things in \(...\) unnecessarily.
4790
4791 * jit-lock.el: Don't require font-lock any more.
4792 (jit-lock-functions): Make buffer-local.
4793 (jit-lock-saved-fontify-buffer-function): Remove.
4794 (jit-lock-mode): Remove autoload cookie.
4795 Remove font-lock specific code.
4796 (jit-lock-unregister): Don't bother handling complex hooks any more.
4797 (jit-lock-refontify): New function.
4798 (jit-lock-fontify-buffer): Use it.
4799 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4800 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4801 Add optional args START and END.
4802 Never call font-lock-fontify-region directly.
4803 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4804
4805 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4806
4807 2000-10-08 Dave Love <fx@gnu.org>
4808
4809 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4810
4811 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4812
4813 * play/studly.el (studlify-region, studlify-word): Add autoload
4814 cookie.
4815
4816 * play/morse.el (morse-region, unmorse-region): Add autoload
4817 cookie.
4818
4819 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4820 concat.
4821
4822 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4823 insist on symbols starting with word syntax.
4824 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4825 (eval-defun-1): Doc fix.
4826 (indent-sexp): Use nconc to build up indent-stack.
4827
4828 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4829 Gnus with little use.
4830 (mail-setup-hook): Add mail-abbrevs-setup to options.
4831
4832 * recentf.el: Doc fixes.
4833
4834 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4835 Clean up remainder.
4836
4837 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4838 without timezone and (8) with timezone to enforce some whitespace.
4839 Simplify code somewhat.
4840
4841 * options.el (list-options): Doc that you should use customize.
4842
4843 * iswitchb.el (iswitchb-mode): Add :require.
4844
4845 * info.el (Info-goto-node, Info-menu): Doc fix.
4846 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4847 (info-tool-bar-map): New variable.
4848 (Info-mode): Use it.
4849 (Info-edit-map): Define all in defvar.
4850 (speedbar-attached-frame): Avoid compiler warning.
4851
4852 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4853 (global-map): Bind [tool-bar] to a filtered map.
4854 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4855 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4856 Allow PBM icons.
4857 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4858
4859 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4860 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4861 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4862 icons, except up_arrow, which is left-arrow rotated.
4863
4864 * imenu.el (imenu-add-to-menubar): Fix last change.
4865
4866 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4867
4868 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4869 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4870
4871 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4874 typos in doc strings.
4875
4876 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4877 the doc strings how to customize Font Lock faces.
4878
4879 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4880 computing growth when dragging the header line.
4881
4882 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4883
4884 * simple.el (kill-line): Doc fix.
4885
4886 2000-10-08 Miles Bader <miles@gnu.org>
4887
4888 * faces.el (secondary-selection): Make foreground visible on tty.
4889
4890 * jka-compr.el (auto-compression-mode): Move to the end of the
4891 file, because `define-minor-mode' actually calls the mode-function
4892 if the associated variable is non-nil, which requires that all
4893 needed functions be already defined.
4894 (with-auto-compression-mode): Add autoload cookie.
4895
4896 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * files.el (find-backup-file-name) [ms-dos]: If support for long
4899 file names is not available, behave as if version-control were set
4900 to never.
4901
4902 2000-10-07 Dave Love <fx@gnu.org>
4903
4904 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4905 (browse-url-gnome-moz): New function.
4906 (browse-url-browser-function): Use it.
4907 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4908
4909 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4910
4911 * indent.el (tab-always-indent): New var.
4912 (indent-for-tab-command): Use it.
4913
4914 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4915 raise an error. This way it can still default to a sane value.
4916
4917 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4918
4919 * startup.el (fancy-splash-screens): Use local rather than global map.
4920 Don't use `update-menu-bindings' any more.
4921 Get rid of assumptions about keymap representation.
4922
4923 2000-10-06 Dave Love <fx@gnu.org>
4924
4925 * textmodes/fill.el (sentence-end-double-space)
4926 (sentence-end-without-period): Doc fix.
4927 (adaptive-fill-regexp): Purecopy.
4928 (unjustify-current-line): Use line-end-position.
4929 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4930
4931 * net/eudc-vars.el (eudc): Add :version, :link.
4932
4933 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4934
4935 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4936 Fix for define-minor-mode.
4937 (function-at-point): Alias to function-called-at-point.
4938
4939 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4940
4941 * simple.el (backward-word): Doc fix.
4942
4943 * image-file.el (image-file-name-regexp): image-file-regexps ->
4944 image-file-name-regexps.
4945 (image-file-name-extensions): Add pbm.
4946
4947 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4948
4949 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4950 and add filename to the names so that diff-mode can jump to source.
4951
4952 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4953 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4954 (tex-font-lock-keywords-1): Remove.
4955 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4956 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4957 (font-lock-default-fontify-region):
4958 Expand beg..end correctly when just following a multiline region.
4959 (font-lock-fontify-anchored-keywords):
4960 Include the anchor text as part of the multiline.
4961
4962 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4963
4964 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4965 latter needs the autoloaded define-minor-mode macro during the
4966 bootstrap.
4967
4968 * startup.el (command-line): For now, activate tool-bar-mode only
4969 if XPM images are supported.
4970
4971 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4972 window by dragging a header-line at the top of the frame; that's
4973 confusing because the header-line doesn't move.
4974 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4975 of treating the event as a list. Some cleanup.
4976
4977 2000-10-06 Miles Bader <miles@gnu.org>
4978
4979 * simple.el (display-message-or-buffer): New function.
4980 (shell-command-on-region): Use `display-message-or-buffer'.
4981
4982 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4983 docstring parts.
4984
4985 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4986 (smbclient-prompt-regexp): Add usage note to doc string.
4987 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4988 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4989 Use add-hook for adding the comint filter function, and only do so
4990 if it's not already in the global hook list.
4991 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4992 to `make-local-variable'.
4993 (nslookup-font-lock-keywords): Remove prompt entry.
4994 (nslookup): Don't set the process-filter.
4995 (finger): Exit the loop correctly when the regexps list runs out.
4996 (ftp, smbclient, smbclient-list-shares):
4997 Set the real major mode immediately, not after execing.
4998 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4999
5000 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5001
5002 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5003
5004 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5005
5006 * which-func.el (which-func-format): Remove spurious space.
5007 (which-func-mode): Don't make it permanent-local.
5008 (which-func-ff-hook): Allow which-func-maxout to be nil.
5009 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5010 (which-func-mode): Simplify.
5011 Use post-command-idle-hook rather than post-command-hook.
5012 Go through all buffers and update their state.
5013 (which-function): Also try add-log-current-defun-function.
5014
5015 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5016 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5017 Update call to with-vc-properties accordingly.
5018 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5019 (vc-revert-buffer): More careful about window selection and deletion.
5020 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5021
5022 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5023 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5024 (cvs-dired-action): Change the default to quickdir.
5025
5026 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5027 if comment-indent-function returns nil.
5028 (comment-indent-default): New function.
5029 (comment-indent-function): Use it and document the new semantics.
5030
5031 * image-file.el: Docstring fixes.
5032
5033 * help.el (help-xref-on-pp): Use match-string.
5034 (describe-variable): New arg BUFFER.
5035 Store the current buffer in the help-xref-stack.
5036 (temp-buffer-resize-mode): Use define-minor-mode.
5037
5038 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5039 consistently with its docstring.
5040 Set jit-lock-first-unfontify-pos in an idempotent way.
5041 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5042
5043 2000-10-05 Alex Schroeder <alex@gnu.org>
5044
5045 * sql.el (sql-mysql-options): New variable.
5046 (sql-mysql): Use it.
5047
5048 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5049
5050 * image.el (image): New group.
5051
5052 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5053 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5054
5055 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5056
5057 * net/net-utils.el (nslookup-font-lock-keywords)
5058 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5059 Ignore the value of wqindow-system; always define keywords
5060
5061 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5062
5063 * startup.el (fancy-splash-screens): Remove the code for
5064 debugging; `(trace-to-stderr "EXITTT\n")'.
5065
5066 2000-10-05 Miles Bader <miles@gnu.org>
5067
5068 * diff-mode.el (diff-goto-source): Update call to
5069 `diff-hunk-status-msg' to reflect new REV variable.
5070
5071 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5072
5073 * progmodes/icon.el (icon-mode):
5074 Don't gratuitously override the default for comment-column.
5075
5076 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5077
5078 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5079 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5080 (jit-lock-functions): New var.
5081 (jit-lock-function-1): Use it if non-nil.
5082 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5083 Set the `fontified' property before doing the fontification to avoid
5084 repeatedly going through the same error.
5085 Don't turn errors into messages.
5086 (jit-lock-register, jit-lock-unregister): New functions.
5087
5088 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5089 Use with-current-buffer.
5090
5091 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5092 Turn comment into docstring.
5093
5094 * apropos.el (apropos-mode): Use define-derived-mode.
5095
5096 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5097
5098 * startup.el (fancy-splash-pending-command): New variable.
5099 (fancy-splash-pre-command): New function.
5100 (fancy-splash-screens): Rewritten.
5101 (command-line-1): If fancy-splash-pending-command is set, call it
5102 interactively.
5103
5104 2000-10-04 Dave Love <fx@gnu.org>
5105
5106 * toolbar/tool-bar.el (tool-bar-setup): New function.
5107 (tool-bar-mode): Use it.
5108
5109 * subr.el (substitute-key-definition): Doc fix.
5110 (play-sound-file): New command.
5111
5112 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5113
5114 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5115 vc-version-backup-file-name): New functions.
5116
5117 * files.el (basic-save-buffer): Call vc-before-save before saving.
5118
5119 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5120 vc-cvs-stay-local-p.
5121
5122 * vc.el (vc-revert-buffer): Handle empty diff properly.
5123 (vc-version-backup-file): New function.
5124 (vc-checkout): Create a version backup if necessary.
5125 (vc-checkin): If a version backup file exists, delete it.
5126 (vc-version-diff): Diff locally using version backups, if available.
5127 (vc-revert-file): If there's a version backup, revert locally.
5128 (vc-transfer-file): Use version backup for base version, if
5129 available. If not, ask for confirmation whether to get it from the
5130 server. Update mode line before check-in.
5131
5132 2000-10-04 Dave Love <fx@gnu.org>
5133
5134 * toolbar/tool-bar.el (tool-bar-setup): New function.
5135 (tool-bar-mode): Use it.
5136
5137 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5138
5139 * net/net-utils.el (nslookup-font-lock-keywords)
5140 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5141 Only set if window-system is non-nil
5142 (net-utils-run-program): Returns buffer.
5143 (network-connection-reconnect): Added this function.
5144
5145 * generic.el:
5146 Incorporates extensive cleanup and docfixes by
5147 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5148 Uses cl compile-time macros.
5149 (generic-mode-name, generic-comment-list)
5150 (generic-keywords-list, generic-font-lock-expressions)
5151 (generic-mode-function-list, generic-mode-syntax-table):
5152 Removed variables.
5153 (generic-mode-alist): Renamed to generic-mode-list.
5154 (generic-find-file-regexp): Default changed to "^#".
5155 (generic-read-type): Uses completing read on generic-mode-list.
5156 (generic-mode-sanity-check): removed this function.
5157 (generic-add-to-auto-mode): Removed this function
5158 (generic-mode-internal): Bind mode-specific definitions
5159 into function instead of putting them in alist.
5160 (generic-mode-set-comments): Reworked extensively.
5161 (generic-mode-find-file-hook): Simplified regexp searching
5162 (generic-make-keywords-list): Omit extra pair of parens
5163
5164 * find-lisp.el (find-lisp-find-files-internal):
5165 Make sure directory name ends with "/".
5166
5167 * generic-x.el (apache-conf-generic-mode):
5168 Regexp now allows leading whitespace.
5169 (rc-generic-mode): Added eval-when-compile
5170 around generic-make-keywords-list.
5171 Deleted duplicate regexp
5172 (rul-generic-mode): Added eval-when-compile
5173 around generic-make-keywords-list.
5174 (etc-fstab-generic-mode): New generic mode.
5175 (rul-generic-mode): Removed one eval-when-compile
5176 which caused a max-specpdl-size exceeded error.
5177
5178 2000-10-04 Miles Bader <miles@gnu.org>
5179
5180 * simple.el (minibuffer-temporary-goal-position): New variable.
5181 (next-history-element): Try to keep the position of point in the
5182 input string constant.
5183
5184 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5185 (dired-do-create-files): If there's only one file, pass it in as
5186 the DEFAULT arg to dired-mark-read-file-name.
5187
5188 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5189
5190 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5191 (diff-goto-source): Be smarter when choosing REVERSE or not.
5192
5193 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5194 (texinfo-mode-menu): Add an explicit shortcut for update all.
5195
5196 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5197
5198 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5199 factorize backend-specific code cleanly (this was essentially
5200 conceived by Stefan Monnier).
5201 (vc-unregister): Function removed.
5202 (vc-revert-file): New function.
5203 (vc-revert-buffer): Delegate some of the work to it.
5204
5205 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5206 default branch unconditionally.
5207 (vc-rcs-set-default-branch): New function.
5208 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5209 (vc-rcs-checkin): If an appropriate default branch has been set,
5210 force creation of that branch.
5211 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5212 code (as suggested by Stefan Monnier).
5213
5214 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5215
5216 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5217 highlighting overlay with a different face over the overlay
5218 isearch uses to highlight the current match because that can lead
5219 to bad face combinations.
5220
5221 * loadup.el (toplevel): Load faces before isearch.
5222
5223 * isearch.el (isearch-faces): New custom group.
5224 (isearch): New defface; was already tested for in the code.
5225 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5226 (isearch-highlight): Always use face `isearch'.
5227
5228 2000-10-02 Dave Love <fx@gnu.org>
5229
5230 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5231 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5232 comparison of opcode with operand.
5233
5234 2000-10-03 Miles Bader <miles@gnu.org>
5235
5236 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5237 buffer, since the echo area will now grow to accommodate them.
5238
5239 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5240
5241 * vc-hooks.el (vc-registered): If FILE used to be registered under
5242 a certain backend, try that one first.
5243
5244 * vc.el (vc-responsible-backend): Undo the previous change in the
5245 argument list. Handle multiple backends correctly.
5246 (vc-find-new-backend): Function removed.
5247 (vc-register): Use vc-responsible-backend, as before.
5248 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5249
5250 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5251
5252 * startup.el (fancy-splash-head): Change message below the
5253 logo.
5254
5255 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5256
5257 * diff-mode.el (diff-goto-source): Emit a status message.
5258 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5259 (diff-test-hunk): Fix doc string.
5260 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5261 (diff-advance-after-apply-hunk): New variable.
5262 (diff-apply-hunk): Don't return a value.
5263
5264 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5265
5266 * vc.el (vc-editable-p): Minor optimization.
5267 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5268 (vc-find-new-backend): New function split from vc-responsible-backend.
5269 (vc-register): Use it.
5270 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5271 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5272 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5273 (vc-clear-headers): Don't use find-file.
5274 (vc-revert-buffer): Use `and' again (must have been a braino).
5275 (vc-switch-backend): Only prompt if requested.
5276 Short circuit if nothing is to be done.
5277 Don't use vc-resynch-buffer which could lose unsaved editing.
5278 (vc-default-receive-file): Update call to vc-unregister.
5279 (with-vc-file, vc-next-action-on-file):
5280 Use vc-backend rather than vc-registered.
5281 (vc-next-action-on-file): Use intern-soft.
5282 Deal with read-only *vc-diff* buffer.
5283 (vc-transfer-file): Docstring fix.
5284
5285 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5286 (vc-rcs-receive-file): Avoid with-vc-properties.
5287 Update call to vc-unregister.
5288 Use constant `RCS' rather than (dynamically bound) var `backend'.
5289
5290 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5291
5292 * vc.el (vc-next-action-on-file): Update mode line only if file
5293 is visited.
5294 (vc-start-entry): New argument initial-contents. Don't visit the file
5295 if it isn't already visited. Brought documentation up-to-date.
5296 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5297 (vc-checkin): New optional arg initial-contents, which is passed to
5298 vc-start-entry.
5299 (vc-finish-logentry): Make sure to bury log buffer only if there
5300 really is one. Call `vc-resynch-buffer' on log-file, not
5301 buffer-file-name.
5302 (vc-default-comment-history, vc-default-wash-log): New functions.
5303 (vc-index-of): Removed.
5304 (vc-transfer-file): Make do without the above.
5305 (vc-default-receive-file): Call comment-history unconditionally. Pass
5306 the resulting string to vc-checkin, instead of inserting it into the
5307 comment ring.
5308
5309 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5310 unconditionally. Use the comments as initial contents of the log
5311 entry buffer. Document the trick to force branch creation with no
5312 changes.
5313
5314 2000-10-01 Miles Bader <miles@gnu.org>
5315
5316 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5317 `recenter' with an arg to prevent redrawing the display.
5318
5319 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5320
5321 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5322
5323 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5324
5325 * progmodes/c-mode.el (c-mode):
5326 Don't gratuitously override the default for comment-column.
5327
5328 * textmodes/tex-mode.el (latex-metasection-list): New var.
5329 (latex-imenu-create-index): Use it.
5330 Move the regexp construction outside loops (and use push).
5331 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5332 (tex-font-lock-keywords): Moved from font-lock.el.
5333 (tex-comment-indent): Remove.
5334 (tex-common-initialization): Don't set comment-indent-function.
5335 (latex-block-default): New var.
5336 (tex-latex-block): Use it to provide a default choice.
5337 Add any unknown choice to latex-block-names.
5338 Insert [...] after {...}.
5339 (tex-last-unended-begin): Simplify regexp.
5340 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5341 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5342 (latex-mode): Set forward-sexp-function.
5343
5344 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5345 Add regexp for @ignore ... @end ignore.
5346 (texinfo-heading-face): New face.
5347 (texinfo-font-lock-keywords): Use it.
5348 (texinfo-mode-menu): New menu.
5349 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5350 New functions.
5351 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5352 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5353 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5354 Remove declaration.
5355 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5356
5357 * delsel.el (delete-selection-mode): Use define-minor-mode.
5358
5359 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5360
5361 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5362
5363 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5364
5365 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5366
5367 * replace.el (keep-lines-read-args): New function.
5368 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5369 read arguments interactively. Add parameters RSTART and REND.
5370 Operate on the active region in Transient Mark mode.
5371
5372 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5373
5374 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5375 (authors-obsolete-files-regexps): New variable.
5376 (authors-add): Don't record changes in obsolete files.
5377
5378 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5379
5380 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5381
5382 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5383 (comment-indent): Make sure there's a space between code and comment.
5384 Shift comments left to avoid going past fill-column.
5385
5386 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5387
5388 * startup.el (startup-echo-area-message): New function.
5389 (display-startup-echo-area-message): Use it.
5390 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5391 (fancy-splash-default-action): New function.
5392 (fancy-splash-screens-1): New function.
5393 (fancy-splash-head): Put a help-echo and a keymap under the image.
5394
5395 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * diff-mode.el (diff-add-log-file-name): Remove.
5398 (diff-mode): Use add-log-buffer-file-name-function.
5399
5400 * add-log.el (find-change-log): New arg BUFFER-FILE.
5401 (add-log-file-name): Obey add-log-file-name-function.
5402 (add-log-buffer-file-name-function): New var.
5403 (add-change-log-entry): Use it.
5404
5405 2000-09-29 Miles Bader <miles@gnu.org>
5406
5407 * image-file.el (image-file-name-extensions): New variable.
5408 (image-file-name-regexps): Renamed from `image-file-regexps'.
5409 New default value is nil. Call `auto-image-file-mode'.
5410 (image-file-name-regexp): New function.
5411 (auto-image-file-mode): New minor mode.
5412 (insert-image-file): Don't make conditional on the image-file
5413 handler being enabled.
5414 (image-file-handler): Make the call here conditional instead.
5415 (set-image-file-handler-enabled, enable-image-file-handler)
5416 (disable-image-file-handler): Functions removed.
5417
5418 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5419 string.
5420
5421 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5422
5423 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5424 it's a function from CL.
5425 (latex-imenu-create-index): Replace eval-when-compile with progn
5426 because latex-section-alist is not bound while compiling.
5427
5428 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5429
5430 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5431 (outline-mode): Use define-derived-mode.
5432
5433 * progmodes/perl-mode.el (perl-mode):
5434 * progmodes/awk-mode.el (awk-mode):
5435 * progmodes/asm-mode.el (asm-mode):
5436 Don't gratuitously override the default for comment-column.
5437
5438 * emacs-lisp/lisp.el (lisp-complete-symbol):
5439 Distinguish the let-binding case from the funcall case.
5440 (forward-sexp-function): New variable.
5441 (forward-sexp): Use it.
5442
5443 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5444 (easy-mmode-defmap): Remove the now useless autoload.
5445
5446 * time.el (display-time-mode): Use define-minor-mode.
5447
5448 * subr.el (add-minor-mode): Don't eval NAME.
5449 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5450 Use if rather than cond.
5451
5452 * simple.el (read-expression-map): Define more properly.
5453 (comment-indent-hook): Remove.
5454 (string-to-syntax): Bug fix.
5455
5456 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5457 (cvs-ediff-diff): Fix typo.
5458 (cvs-revert-if-needed): Don't bother preserving read-only.
5459
5460 * paren.el (show-paren-mode): Use define-minor-mode.
5461
5462 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5463 (toggle-auto-compression): Remove.
5464 (jka-compr-build-file-regexp): Remove useless grouping.
5465
5466 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5467 Avoid user-reserved bindings.
5468 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5469 (diff-header-face): Revert to grey85.
5470
5471 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5472
5473 * complete.el (partial-completion-mode) <defcustom>: Remove.
5474 (partial-completion-mode): Use define-minor-mode.
5475 (PC-do-completion): Understand `completion-auto-help = delay'
5476 to mean to popup the completion buffer only the second time.
5477 (PC-include-file-all-completions, PC-include-file-all-completions)
5478 (PC-include-file-all-completions): Don't quote lambda.
5479
5480 * comint.el (comint-mode-hook): Docstring fix.
5481 (comint-mode): Use define-derived-mode.
5482 (comint-mode-map): Remove obsolete comment.
5483 (make-comint): Minor stylistic change.
5484 (comint-insert-clicked-input): Be more careful to find the overlay.
5485 Use this-command-keys rather than hardcoding mouse-2.
5486
5487 * font-lock.el: Replace confusing (,@ with ,
5488 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5489 Don't use regexp-opt-depth. Spice up the regexp for args.
5490 Don't distinguish between cmds that can take an opt arg or not.
5491 Use `append' and `prepend' rather than `keep'.
5492
5493 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5494 (latex-outline-regexp): New var.
5495 (latex-outline-level): New fun.
5496 (latex-section-alist): New var.
5497 (latex-imenu-create-index): Use it. Use `push' as well.
5498 (tex-shell-map): Initialize it properly.
5499 (tex-mode): Minor stylistic change.
5500 (plain-tex-mode): Use define-derived-mode.
5501 (latex-mode): Use define-derived-mode.
5502 Construct the paragraph regexps in a more readable way.
5503 Set the buffer-local outline-{level,regexp} vars.
5504 (slitex-mode): Derive from latex-mode.
5505 (tex-common-initialization): Don't kill-all-vars anymore.
5506 Add setting for comment-add and font-lock-defaults.
5507 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5508 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5509 (tex-start-tex): New arg DIR (and send a chdir command for it).
5510 Also display the shell buffer and save it in tex-last-buffer-texed.
5511 (tex-region): Use expand-file-name rather than concat.
5512 Remove code made useless by changes in tex-start-tex.
5513 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5514
5515 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5516
5517 2000-09-28 Dave Love <fx@gnu.org>
5518
5519 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5520
5521 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5522
5523 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5524 `append'.
5525
5526 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * info.el (Info-extract-pointer): Undo last change.
5529 Instead, fix the position of the `bound' arg to re-search-backward.
5530
5531 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5532
5533 * info.el (Info-extract-pointer):
5534 Widen more carefully, to avoid finding pointers in other nodes.
5535 (Info-index): Use push.
5536
5537 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5538
5539 * frame.el (set-frame-font): Remove call to obsolete function
5540 frame-update-faces.
5541 (set-foreground-color, set-background-color): Likewise for
5542 frame-update-face-colors.
5543
5544 2000-09-27 Miles Bader <miles@gnu.org>
5545
5546 * image-file.el: New file.
5547
5548 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5549
5550 * frame.el (frame-notice-user-settings): Don't call
5551 frame-update-faces, which is a no-op now.
5552
5553 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5554 tool-bar-lines.
5555
5556 2000-09-27 Dave Love <fx@gnu.org>
5557
5558 * mouse.el: Fix last change.
5559
5560 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5561
5562 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5563
5564 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5565
5566 * international/quail.el (quail-help): The output message is
5567 improved.
5568
5569 2000-09-26 Dave Love <fx@gnu.org>
5570
5571 * mouse.el (popup-menu): If POSITION is nil, set it using
5572 mouse-position.
5573
5574 2000-09-25 Sam Steingold <sds@gnu.org>
5575
5576 * net/browse-url.el (browse-url-file-url): Check for null maps.
5577
5578 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5579
5580 * frame.el (frame-notice-user-settings): Don't add a
5581 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5582
5583 * frame.el (frame-notice-user-settings):
5584 Make tool-bar-mode and default-frame-alist consistent.
5585
5586 * toolbar/tool-bar.el (tool-bar-help): New function.
5587
5588 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5589
5590 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5591 current-load-list in top-level forms. Else this leaks a cons cell
5592 every time a defun is called.
5593
5594 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5595
5596 2000-09-25 Dave Love <fx@gnu.org>
5597
5598 * startup.el (fancy-splash-head): Check XPM is available.
5599
5600 * autoinsert.el (auto-insert): Doc fix.
5601 (auto-insert-alist): Following GNU notices, don't say `copyright
5602 _by_'. Use line-beginning-position.
5603 (auto-insert): Check buffer-file-name is non-nil before use.
5604
5605 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5606
5607 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5608 starting with `@def' or `@multitable', in addition to ones
5609 specified by the user in auto-fill-inhibit-regexp.
5610
5611 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5612
5613 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5614 rmail-dont-reply-to-names matches the empty string.
5615
5616 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5617
5618 * startup.el (command-line-1, fancy-splash-text): Change the
5619 text to sound more friendly.
5620
5621 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5622
5623 * progmodes/hideshow.el: Update author email address.
5624 Generally, sync w/ maintainer version 5.22.
5625 (hs-hide-all-non-comment-function): New var.
5626 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5627 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5628 (hs-show-region): Delete this command.
5629 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5630
5631 2000-09-22 Dave Love <fx@gnu.org>
5632
5633 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5634 (hl-line-highlight): Specify buffer when moving overlay.
5635
5636 * progmodes/fortran.el (fortran-mode): Locally set
5637 normal-auto-fill-function.
5638 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5639 (fortran-mode-map): Adjust auto-fill menu entry.
5640
5641 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5642
5643 * vc-rcs.el (toplevel): Require `vc' when compiling.
5644
5645 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5646
5647 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5648
5649 * vc.el (vc-switch-backend): Signal an error if the file is not
5650 registered under the new backend.
5651
5652 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5653 without explicit revision number.
5654
5655 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5656
5657 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5658 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5659 (diff-xor): New function.
5660 (diff-find-source-location): Use it. Fix a stupid name clash.
5661 (diff-hunk-status-msg): New function.
5662 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5663 (diff-test-hunk): Use diff-find-source-location.
5664 (diff-goto-source): Favor the `reverse'.
5665 (diff-hunk-text): Properly handle one-sided context diffs.
5666 (diff-apply-hunk): When done, advance to the next hunk.
5667
5668 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5669
5670 * startup.el (command-line): If frame was created with a non-zero
5671 tool-bar-lines parameter, switch tool-bar-mode on.
5672
5673 * add-log.el (change-log-date-face, change-log-name-face)
5674 (change-log-email-face, change-log-file-face)
5675 (change-log-list-face, change-log-conditionals-face)
5676 (change-log-function-face, change-log-acknowledgement-face):
5677 New faces, inheriting from font-lock faces.
5678 (change-log-font-lock-keywords): Use them.
5679
5680 2000-09-21 Dave Love <fx@gnu.org>
5681
5682 * progmodes/cperl-mode.el (top-level): Clean up
5683 `eval-when-compile's and assorted defvars.
5684 (cperl-invalid-face): Don't double-quote value. Change custom
5685 type.
5686 (cperl-mode): Set normal-auto-fill-function and don't zap
5687 auto-fill-function.
5688 (cperl-imenu--function-name-regexp-perl): Renamed from
5689 imenu-example--function-name-regexp-perl.
5690 (cperl-imenu--create-perl-index): Renamed from
5691 imenu-example--create-perl-index.
5692 (cperl-xsub-scan): Don't require cl.
5693
5694 * msb.el (msb-mode-map): Use substitute-key-definition.
5695 (msb-mode): Use msb-mode-map.
5696
5697 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5698
5699 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5700 New functions.
5701 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5702 (vc-switch-backend): New function.
5703 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5704 (vc-register): Fix prompt.
5705 (vc-unregister, vc-default-unregister): New functions.
5706 (vc-version-diff): Handle empty buffer in sentinel.
5707
5708 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5709 (vc-rcs-state-heuristic): Use it to guess the state of files with
5710 non-strict locking.
5711 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5712 been set with -b, but not created yet.
5713 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5714 contents in order to find the state.
5715 (vc-rcs-checkin): Allow creation of branches with no changes.
5716 (vc-rcs-unregister, vc-rcs-receive-file)
5717 (vc-rcs-set-non-strict-locking): New functions.
5718
5719 * vc-hooks.el (vc-name): Force correct computation of the value
5720 in case it is missing.
5721
5722 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5723
5724 * startup.el (fancy-splash-tail): Use a different foreground
5725 color on a dark frame background.
5726
5727 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5728
5729 * info.el: Use the correct capitalization when making Info-mode
5730 and Info-edit-mode `special' modes.
5731
5732 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5735 (diff-mode): Add support for add-log.el.
5736 (diff-hunk-text): Use char offsets rather than line offsets.
5737 (diff-find-source-location): Replace LINE with line-offset (nil
5738 if not found) and always set POS to a meaningful position.
5739 Adapt to the new char-offsets.
5740 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5741 Adapt to the new diff-find-source-location.
5742 (diff-goto-source): Adapt to the new diff-find-source-location.
5743
5744 * add-log.el (add-log-file-name): New function (split out of
5745 add-change-log-entry).
5746 (add-change-log-entry): Use it.
5747 Call add-log-file-name-function with the changelog file name if
5748 the current buffer is not associated with any file.
5749 Avoid find-file if the selected window is dedicated.
5750
5751 * diff-mode.el (diff-find-source-location):
5752 Move code from diff-apply-hunk. Return buffer rather than file.
5753 (diff-apply-hunk): Use the new result from diff-find-source-location.
5754 (diff-goto-source): Use the new diff-find-source-location.
5755
5756 2000-09-20 Dave Love <fx@gnu.org>
5757
5758 * iswitchb.el: Some doc fixes.
5759 (iswitchb-mode-map): Define completely initially. Inherit
5760 minibuffer-local-map.
5761 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5762 fundamental-mode.
5763 (iswitchb-global-map): New variable.
5764 (iswitchb-summaries-to-end): Amalgamate regexps.
5765 (iswitchb-mode): New.
5766 (iswitchb-mode-hook): New variable.
5767 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5768 `extensions'.
5769
5770 2000-09-20 Gerd Moellmann <gerd@gnu.org>
5771
5772 * ehelp.el (electric-help): New defgroup.
5773 (electric-help-shrink-window): New user-option.
5774 (with-electric-help): Use it.
5775
5776 * window.el (shrink-window-if-larger-than-buffer): If face
5777 `mode-line' has a :box, and we're on a graphical frame, add 1
5778 to the needed window height.
5779
5780 * frame.el (frame-notice-user-settings): Add a last parameter nil
5781 to a call to `append', because the last list passed to `append' is
5782 not copied, and so subsequent calls to assq-delete-all will modify
5783 default-frame-alist.
5784
5785 * startup.el (fancy-splash-image): Change :type.
5786 (fancy-splash-head): Use an XBM image if appropriate.
5787 (command-line-1): Show splash screens in more cases.
5788
5789 * startup.el (fancy-splash-text): Don't quote faces.
5790
5791 * dired.el (dired-font-lock-keywords): Undo last change.
5792 (dired-readin): Bind indent-tabs-mode to nil.
5793
5794 * startup.el (fancy-splash-head): If frame's background mode
5795 is `dark', change the black background of the image to gray.
5796 (fancy-splash-screens): Display startup echo area message.
5797 (display-startup-echo-area-message): New function.
5798
5799 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5800
5801 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5802
5803 * info.el (info-header-node): Tweak for color ttys.
5804
5805 * faces.el (face-valid-attribute-values): Make sure directories we
5806 search for stipples both exist and are readable before trying to
5807 search them.
5808
5809 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5810 in the dry-run case.
5811
5812 * jka-compr.el (with-auto-compression-mode): New macro.
5813
5814 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5815 (custom-group-tag-face, custom-variable-tag-face): Use relative
5816 :height and inherit from `variable-pitch' face instead of
5817 hardwiring :family.
5818 * hi-lock.el (hi-black-hb): Likewise.
5819
5820 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5821 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5822 toolbar-add-item, if image doesn't have a mask add a `:mask
5823 heuristic'.
5824
5825 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5826
5827 * diff-mode.el: Docstring fixes.
5828 (diff-header-face, diff-comment-face): New faces.
5829 (diff-font-lock-keywords): Highlight a bit differently.
5830 (diff-find-source-location): Don't return SPAN any more.
5831 (diff-hunk-text): Don't bother erasing the temp buffer.
5832 (diff-find-text): Drop argument LINE.
5833 (diff-apply-hunk): Update calls to diff-find-text.
5834 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5835
5836 * calendar/calendar.el: Docstring fixes.
5837 (calendar-make-alist): Don't quote lambda.
5838 (calendar-star-date): Use make-local-variable.
5839
5840 2000-09-19 Dave Love <fx@gnu.org>
5841
5842 * toolbar/tool-bar.el: Renamed from toolbar.el.
5843 Change `toolbar' to `tool-bar' generally in symbols.
5844 Make some items invisible in `special' major modes.
5845 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5846 Add arg PROPS.
5847
5848 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5849 Add :version here.
5850 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5851
5852 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5853
5854 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5855
5856 * files.el (find-file-suppress-same-file-warnings): New user-option.
5857 (find-file-noselect): Use it.
5858
5859 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5860 (fancy-splash-screen): Defgroup.
5861
5862 * add-log.el (change-log-font-lock-keywords): Match names
5863 more exactly for the case that font-lock-constant-face is
5864 underlined.
5865
5866 2000-09-19 Richard M. Stallman <rms@gnu.org>
5867
5868 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5869
5870 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5871
5872 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5873
5874 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5875
5876 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5877 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5878 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5879 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5880 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5881 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5882 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5883 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5884 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5885 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5886 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5887 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5888
5889 * startup.el (fancy-splash-text): New variable.
5890 (fancy-splash-delay, fancy-splash-image): New user-options.
5891 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5892 (fancy-splash-screens): New functions.
5893 (command-line-1): If display has a `display' frame parameter, has
5894 colors, and we have XPM support, show more fancy splash screens.
5895
5896 2000-09-19 Dave Love <fx@gnu.org>
5897
5898 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5899 with null `help'. Use modern backquote syntax.
5900
5901 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5902
5903 * font-lock.el (font-lock-mode): Change message telling the user
5904 that ``the buffer is too big''.
5905
5906 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5907 for instance for the case that tab-width is 2.
5908
5909 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5910
5911 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5912 toolbar-add-item, if image doesn't have a mask add a `:mask
5913 heuristic'.
5914
5915 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5916
5917 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5918 and return a cons if it's non-nil.
5919 (diff-apply-hunk): Try to jump to the line in the source text
5920 corresponding to the position of point in the in the hunk.
5921
5922 * info.el (Info-title-3-face, Info-title-2-face)
5923 (Info-title-1-face): Use face inheritance and relative sizes
5924 instead of hard-wiring things.
5925
5926 * faces.el (secondary-selection): Make dark-background variant sane.
5927
5928 2000-09-16 Andrew Innes <andrewi@gnu.org>
5929
5930 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5931 read-only, since they aren't under VC now.
5932
5933 2000-09-17 Dave Love <fx@gnu.org>
5934
5935 * tmm.el: Replace mapcar with mapc in several places.
5936
5937 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5938 ad-unadvise.
5939
5940 * international/latin1-disp.el: New file.
5941
5942 * calendar/cal-move.el (scroll-calendar-left)
5943 (scroll-calendar-right): Make arg optional (for active mode line).
5944
5945 * calendar/calendar.el (calendar-mode-line-format): Make fields
5946 mouse-sensitive.
5947 (calendar-read-date, calendar-read-date, calendar-window-list):
5948 Unquote lambda.
5949 (calendar-month-name): Use aref, not sref.
5950
5951 * view.el (minor-mode-alist): Propertize the string.
5952
5953 * international/characters.el (standard-case-table): Add entries
5954 for Greek.
5955
5956 2000-09-18 Miles Bader <miles@gnu.org>
5957
5958 * info.el (info-node, info-xref): Add dark-background variants.
5959
5960 * faces.el (header-line): Change defaults to be less confusing
5961 when mixed with mode-lines.
5962
5963 * info.el (Info-fontify-node): Make a few cleanups.
5964 Add extra `help-echo' and `local-map' props to node xrefs.
5965 Use header-specific faces for node-names & xrefs.
5966 (Info-use-header-line): New variable.
5967 (info-header-xref, info-header-node): New faces.
5968 (Info-setup-header-line): New function.
5969 (Info-select-node): Call Info-setup-header-line when enabled.
5970 (Info-extract-pointer): Work even if the header line is hidden.
5971 (Info-header-line): New variable.
5972
5973 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5974
5975 * vms-patch.el (print-region-function): Don't quote lambda.
5976
5977 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5978
5979 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5980 (lm-get-header-re): Allow spaces between the header and the colon.
5981 (lm-header): Allow $ in non-RCS headers.
5982 (lm-header-multiline): Put the strings back into order.
5983 Stop at an empty line. Don't require two space chars if the
5984 line is clearly not another header line.
5985
5986 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5987 (popup-menu-popup): Remove.
5988
5989 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5990
5991 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5992 specification if or if not tool-bar item contains an `:enabled'
5993 property.
5994
5995 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5996 current buffer has no file name.
5997
5998 2000-09-15 Dave Love <fx@gnu.org>
5999
6000 * strokes.el: Sync with maintainer's current version with changes
6001 for Emacs, but avoid runtime cl and levents.
6002 (toplevel): Change autoloads and compilation requires.
6003 (strokes-version, strokes-bug-address, strokes-lift): Values
6004 changed.
6005 (strokes-xpm-header, strokes-insinuated): New variable.
6006 (strokes): Add :link.
6007 (strokes-mode): Customized.
6008 (strokes-while-inhibiting-garbage-collector): New macro.
6009 (strokes-remassoc): Avoid remove-if.
6010 (strokes-fix-button2-command): Don't use ad-do-it.
6011 (strokes-insinuate): New function.
6012 (strokes-button-press-event-p, strokes-button-release-event-p):
6013 New functions, used instead of non-`strokes-' versions..
6014 (strokes-mouse-event-p): Rewritten.
6015 (strokes-event-closest-point): Avoid event-point.
6016 (strokes-get-grid-position): Avoid cdadr, caadr
6017 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6018 functions.
6019 (strokes-help): Use with-output-to-temp-buffer.
6020 (strokes-window-configuration-changed-p): New function.
6021 (strokes-update-window-configuration): Use buffer-live-p,
6022 strokes-window-configuration-changed-p.
6023 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6024 (strokes-char-face): New face.
6025 (strokes-char-table, strokes-base64-chars): New variable.
6026 (strokes-xpm-for-stroke, strokes-list-strokes)
6027 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6028 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6029 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6030 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6031 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6032 functions.
6033
6034 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6035
6036 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6037
6038 * image.el (create-image): Doc fix.
6039
6040 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6041 instead of `:heuristic-mask t'.
6042
6043 2000-09-14 Andrew Innes <andrewi@gnu.org>
6044
6045 * makefile.w32-in: Revert to Unix line endings.
6046
6047 2000-09-14 Andrew Innes <andrewi@gnu.org>
6048
6049 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6050 when installing.
6051
6052 * makefile.nt (DONTCOMPILE): Fix typo.
6053
6054 * shell.el (shell-write-history-on-exit): New function.
6055 (shell-dumb-shell-regexp): New custom variable.
6056 (shell-mode): Make shell-write-history-on-exit the process
6057 sentinel if shell name matches shell-dumb-shell-regexp.
6058
6059 * w32-fns.el: Comment out before-init-hook function which resets
6060 source-directory based; this breaks bootstrap.
6061
6062 2000-09-14 Dave Love <fx@gnu.org>
6063
6064 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6065 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6066 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6067 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6068 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6069 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6070 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6071 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6072 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6073
6074 * toolbar/toolbar.el: New.
6075
6076 * subdirs.el: Add toolbar.
6077
6078 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6079
6080 * indent.el (indent-for-tab-command): Doc fix.
6081
6082 2000-09-14 Alex Schroeder <alex@gnu.org>
6083
6084 * ansi-color.el (ansi-colors): Doc change.
6085 (ansi-color-get-face): Simplified regexp.
6086 (ansi-color-faces-vector): Added more faces, doc change.
6087 (ansi-color-names-vector): Doc change.
6088 (ansi-color-regexp): Simplified regexp.
6089 (ansi-color-parameter-regexp): New regexp.
6090 (ansi-color-filter-apply): Doc change.
6091 (ansi-color-filter-region): Doc change.
6092 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6093 deal with zero length parameters.
6094 (ansi-color-apply-on-region): Doc change.
6095 (ansi-color-map): Doc change.
6096 (ansi-color-map-update): Removed debugging message.
6097 (ansi-color-get-face-1): Added condition-case to trap
6098 args-out-of-range errors.
6099 (ansi-color-get-face): Doc change.
6100 (ansi-color-make-face): Removed.
6101 (ansi-color-for-shell-mode): New option.
6102
6103 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6104
6105 * international/quail.el (quail-start-translation): Translate KEY
6106 if necessary even if it doesn't have any mapping in the current
6107 input method.
6108 (quail-start-conversion): Likewise.
6109 (quail-help): The output message is improved.
6110
6111 2000-09-13 Miles Bader <miles@gnu.org>
6112
6113 * comint.el (comint-output-filter): Revert to using
6114 `insert-before-markers'. Add bletcherous hack to undo damage
6115 caused by `insert-before-markers'. Put `front-sticky' property on
6116 overlays created here so that the field code understands how the
6117 overlay works. Use a let when making comint-last-prompt-overlay,
6118 so that the code is easier to read.
6119
6120 2000-09-13 Dave Love <fx@gnu.org>
6121
6122 * wid-edit.el (widget-default-format-handler): DTRT when
6123 doc-property is a function.
6124
6125 2000-09-12 Francesco Potorti` <pot@gnu.org>
6126
6127 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6128 filed name if it's not there.
6129
6130 2000-09-12 Dave Love <fx@gnu.org>
6131
6132 * simple.el (read-mail-command): Doc fix.
6133 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6134
6135 * vc.el (vc-dired-listing-switches): Fix :version.
6136
6137 * vc-hooks.el: Doc fixes.
6138
6139 * subr.el (add-minor-mode): Use toggle-fun arg.
6140
6141 * speedbar.el: Add :version to several defcustoms.
6142
6143 * imenu.el (imenu--truncate-items, imenu--cleanup)
6144 (imenu--generic-function): Avoid mapcar.
6145 (imenu--replace-spaces): Function removed.
6146 (imenu--completion-buffer): Use subst-char-in-string.
6147 (imenu-add-to-menubar): Use keymap inheritance.
6148
6149 2000-09-12 Miles Bader <miles@gnu.org>
6150
6151 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6152 (diff-mode-map): Bind `diff-test-hunk'.
6153 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6154
6155 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6156
6157 * bytecomp.el (byte-compile-defvar): Undo last change
6158 because it breaks '(make-variable-buffer-local (defvar ...)'
6159 which is used at least in dired.
6160
6161 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6162
6163 * international/quail.el (quail-define-package): Docstring
6164 modified.
6165
6166 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6167
6168 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6169 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6170 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6171 docstring of "chinese-py".
6172
6173 * international/quail.el (quail-translation-docstring): New
6174 variable.
6175 (quail-show-keyboard-layout): Docstring modified.
6176 (quail-select-current): Likewise.
6177 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6178 infinite recursive call.
6179 (quail-help): Check quail-translation-docstring. Format of the
6180 output changed.
6181 (quail-help-insert-keymap-description): Adjusted for the above
6182 change.
6183
6184 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6185
6186 * bytecomp.el (byte-compile-defvar): Only cons onto
6187 current-load-list in top-level forms. Else this leaks a cons cell
6188 every time a defun is called.
6189
6190 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6191
6192 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6193 Now understands non-unified diffs. Some functionality moved into
6194 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6195 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6196 modify anything. Only reposition point in the patched file if the
6197 patch succeeds. Only pop up another window if POPUP is true.
6198 Emit a message describing what happened if successful, and at what
6199 line-offset. Automatically detect reversed hunks and do something
6200 appropriate.
6201 (diff-hunk-text, diff-find-text): New functions.
6202 (diff-filter-lines): Function removed.
6203 (diff-test-hunk): New function.
6204 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6205
6206 2000-09-10 Dave Love <fx@gnu.org>
6207
6208 * textmodes/tildify.el: Minor doc/commentary fixes.
6209 (tildify) <defgroup>: Add :version.
6210
6211 * faces.el (face-x-resources): Make custom type more specific.
6212 (frame-background-mode): Use mapc.
6213 (region) <defcustom>: Add :version.
6214
6215 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6216
6217 * vc-sccs.el (vc-sccs-register):
6218 * vc-rcs.el (vc-rcs-register):
6219 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6220 * vc.el (vc-register): Clear file's properties.
6221
6222 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6223
6224 * faces.el (face-spec-set): Only face-spec-reset-face when
6225 ATTRS is non-nil.
6226
6227 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6228
6229 * help.el (help-insert-xref-button): Fix a typo in doc string.
6230
6231 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6232
6233 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6234 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6235 methods.
6236
6237 * menu-bar.el (read-mail-item-name): New function.
6238 (menu-bar-tools-menu): Use it to compute and display the package
6239 used to read email.
6240 (menu-bar-tools-menu): Fix typo in GUD's help string.
6241
6242 2000-09-07 Dave Love <fx@gnu.org>
6243
6244 * diff-mode.el (diff-mouse-goto-source): New function.
6245
6246 * vc-sccs.el: Doc fixes.
6247 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6248
6249 * vc-rcs.el: Doc fixes.
6250 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6251 (vc-rcs-checkout-switches, vc-rcs-header)
6252 (vc-rcs-master-templates): Add or change :version.
6253
6254 * vc-cvs.el: Doc fixes.
6255 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6256 (vc-cvs-stay-local): Add :version.
6257
6258 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6259
6260 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6261
6262 * international/quail.el (quail-help): Fix previous change.
6263
6264 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6265
6266 * faces.el (color-values): Doc fix.
6267
6268 * faces.el (frame-set-background-mode): Use frame-parameter
6269 instead of frame-parameters.
6270
6271 * frame.el (filtered-frame-list): Reduce consing.
6272 (frames-on-display-list): Call frame-parameter instead of
6273 frame-parameters.
6274
6275 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6276
6277 * language/devan-util.el (devanagari-to-indian-region): In the
6278 loop, change the following char, not preceding char.
6279
6280 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6281
6282 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6283 instead of frame-parameters.
6284
6285 * faces.el (set-face-attribute): Simplify by calling
6286 internal-set-lisp-face-attribute with FRAME being 0.
6287
6288 * vc.el: Remove `Id' version control keyword.
6289
6290 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6291
6292 * help.el (help-make-xrefs): Adjusted for the change of
6293 help-xref-mule-regexp.
6294 (help-insert-xref-button): New function.
6295
6296 * international/mule-cmds.el (help-xref-mule-regexp-template):
6297 Include the pattern for character set.
6298 (leim): New group.
6299
6300 * international/quail.el: Don't require face.
6301 (quail): New group.
6302 (quail-other-command): Dummy command to make quail-help work better.
6303 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6304 (quail-keyboard-layout-substitution): New variable.
6305 (quail-update-keyboard-layout): New function.
6306 (quail-keyboard-layout-type): New customizable variable.
6307 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6308 (quail-keyboard-translate): Pay attention to
6309 quail-keyboard-layout-substitution.
6310 (quail-insert-kbd-layout): New function.
6311 (quail-show-keyboard-layout): New function.
6312 (quail-get-translation): If the definition is a vector of length
6313 1, and the element is a string of length 1, return the character
6314 in that string.
6315 (quail-update-current-translations): Fix the case of
6316 relative-index out of range.
6317 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6318 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6319 Show key sequences for all available characters.
6320 (quail-help-insert-keymap-description): Don't show such verbose
6321 key bindings as quail-self-insert-command.
6322
6323 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6324 Format changed, and each element now have extra documentations.
6325 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6326 Adjusted for the change of quail-cxterm-package-ext-info.
6327
6328 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6329
6330 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6331 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6332 during bootstrap.
6333
6334 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6335
6336 * vc.el: (toplevel): Don't require `dired' at run-time.
6337 (vc-dired-resynch-file): Remove autoload cookie.
6338
6339 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6340
6341 * vc.el: Made several backend functions optional.
6342 (vc-default-responsible-p): New function.
6343 (vc-merge): Use RET for first version to trigger merge-news, not
6344 prefix arg.
6345 (vc-annotate): Handle backends that do not support annotation.
6346 (vc-default-merge-news): Removed. The existence of a merge-news
6347 implementation is now checked on caller sites.
6348
6349 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6350 case.
6351
6352 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6353 special case that has been removed from the default in vc-hooks.el.
6354
6355 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6356
6357 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6358
6359 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6360
6361 * vc-hooks.el: Require vc during compilation.
6362 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6363 macro `with-vc-properties' in vc.el.
6364 (vc-file-getprop): Doc fix.
6365 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6366
6367 * vc.el: Require dired-aux during compilation.
6368 (vc-name-assoc-file): Moved to vc-sccs.el.
6369 (with-vc-properties): New macro.
6370 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6371 vc-finish-steal): Use it.
6372 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6373 to the backend-specific function is now supposed to do the checkout,
6374 too.
6375 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6376
6377 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6378 set file properties; that gets done in the generic code now.
6379
6380 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6381 Changed parameter list, added code from vc.el that does the
6382 checkout, possibly with a double-take.
6383
6384 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6385 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6386 the above under the new name.
6387 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6388 parameter list, added checkout command.
6389 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6390 properties; that gets done in the generic code now.
6391
6392 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6393
6394 * vc.el: Docstring fixes (courtesy of checkdoc).
6395
6396 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6397
6398 * vc.el (vc-checkout-writable-buffer-hook)
6399 (vc-checkout-writable-buffer): Remove.
6400 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6401 (vc-log-mode): Make it into a clean derived major mode.
6402 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6403 vc-log-mode if log-edit is not available.
6404 (vc-dired-mode-map): Don't set-keymap-parent yet.
6405 (vc-dired-mode): Do set-keymap-parent here.
6406 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6407
6408 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6409
6410 * faces.el (set-face-attribute, face-spec-reset-face)
6411 (face-spec-set): Avoid consing by removing calls to `apply'.
6412
6413 * frame.el (frame-parameter): Move to C code.
6414
6415 2000-09-05 Dave Love <fx@gnu.org>
6416
6417 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6418 insert-before-markers-and-inherit. Now checked systematically!
6419
6420 2000-09-05 Alex Schroeder <alex@gnu.org>
6421
6422 * sql.el (sql-postgres): Use sql-postgres-options.
6423 (sql-postgres-options): New variable.
6424
6425 2000-09-05 Alex Schroeder <alex@gnu.org>
6426
6427 * sql.el (sql-mode-menu): Work around missing variable mark-active
6428 in XEmacs.
6429 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6430 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6431 compatibility.
6432
6433 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6434
6435 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6436
6437 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6438
6439 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6440
6441 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6442
6443 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6444 don't support anything else under SCCS yet.
6445
6446 * vc-hooks.el: Minor doc fixes.
6447
6448 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6449
6450 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6451 not necessary. If verbose in state `needs-patch', do the same as
6452 under `up-to-date'. When NOT verbose and `needs-patch', check out
6453 latest version instead of `merge-news'.
6454 (vc-next-action-dired): Don't mess with default-directory here; it
6455 breaks other parts of dired. It is the job of the
6456 backend-specific functions to adjust it temporarily if they need it.
6457 (vc-next-action): Remove a special CVS case.
6458 (vc-clear-headers): New optional arg FILE.
6459 (vc-checkin, vc-checkout): Set properties vc-state and
6460 vc-checkout-time properly.
6461 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6462 (vc-print-log): Use new backend function `show-log-entry'.
6463 (vc-cancel-version): Do the checks in a different order. Added a
6464 FIXME concerning RCS-only code.
6465
6466 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6467 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6468
6469 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6470
6471 * vc-hooks.el (vc-default-mode-line-string): Show state
6472 `needs-patch' as a `-' too.
6473
6474 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6475
6476 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6477 (vc-default-could-register): New function.
6478 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6479 (vc-resynch-buffer): Call vc-dired-resynch-file.
6480 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6481 vc-resynch-buffer instead of vc-resynch-window.
6482 (vc-next-action-dired): Don't redisplay here, that gets done as a
6483 result of the individual file operations.
6484 (vc-retrieve-snapshot): Corrected prompt order.
6485
6486 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6487
6488 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6489 as well.
6490 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6491 hostname regexps. Updated all callers.
6492 (vc-cvs-responsible-p): Handle directories as well.
6493 (vc-cvs-could-register): New function.
6494 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6495 properties up-to-date.
6496
6497 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6498 user whether to create one.
6499
6500 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6501
6502 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6503 check out a non-existing file.
6504
6505 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6506 workfile does not exist.
6507
6508 * vc.el (vc-version-diff): Use `require' to check for existence of
6509 diff-mode.
6510
6511 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6512
6513 * vc-cvs.el (vc-cvs-registered): Use new function
6514 vc-cvs-parse-entry to do the actual work.
6515
6516 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6517
6518 * vc-hooks.el (vc-find-backend-function): If function doesn't
6519 exist, return nil instead of error.
6520 (vc-call-backend): Doc fix.
6521
6522 * vc.el (vc-do-command): Doc fix.
6523 (vc-finish-logentry): When checking in from vc-dired, choose the
6524 right backend for logentry check.
6525 (vc-dired-mode-map): Inherit from dired-mode-map.
6526 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6527 simplified.
6528 (vc-dired-state-info): Removed, updated caller.
6529 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6530 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6531 (vc-dired-listing-switches): New variable.
6532 (vc-directory): Use it, instead of dired-listing-switches.
6533
6534 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6535 (vc-cvs-dir-state): New function.
6536 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6537 (vc-cvs-parse-entry): New function, also to be used in
6538 vc-cvs-registered.
6539
6540 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6541
6542 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6543 *or* single-window-frames.
6544
6545 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6546
6547 * vc.el (vc-update-changelog): Split into generic part and default
6548 implementation. Doc string adapted.
6549 (vc-default-update-changelog): New function. Call the `rcs2log'
6550 script in exec-directory, to fix a long-standing nuisance.
6551
6552 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6553 simply signals an error.
6554
6555 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6556
6557 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6558 control-flow more clear and to avoid running `cvs' twice.
6559
6560 * vc.el (vc-next-action-on-file): Doc fix.
6561 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6562 (vc-print-log): Eval `file' before constructing the continuation.
6563
6564 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6565
6566 * vc.el (vc-next-action-on-file): Corrected several messages.
6567 (vc-merge): Add prefix arg `merge-news'; handle it.
6568
6569 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6570 is not reached. It is.
6571 (vc-cvs-merge): Set state to 'edited after merge.
6572 (vc-cvs-merge-news): Set workfile version to nil if not known.
6573 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6574
6575 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6576 via stdout. (Merge from main line.)
6577
6578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6579
6580 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6581 detection.
6582
6583 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6584
6585 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6586 against kill-all-local-variables.
6587 (vc-log-edit): Don't save vc-parent-buffer any more.
6588 (vc-last-comment-match): Initialize to an empty string.
6589 (vc-post-command-functions): New hook.
6590 (vc-do-command): Run it.
6591 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6592 (vc-finish-logentry): Only add the comment to the ring if it's
6593 different from the last comment entered.
6594 (vc-new-comment-index): New function.
6595 (vc-previous-comment): Use it. Make the minibuffer message
6596 slightly less terse.
6597 (vc-comment-search-reverse): Make it work forward as well. Don't
6598 set vc-comment-ring-index if no match is found. Use
6599 vc-new-comment-index.
6600 (vc-comment-search-forward): Use vc-comment-search-reverse.
6601 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6602 define-derived-mode will do it for us. Bind `v' to a keymap that
6603 inherits from vc-prefix-map so that we can bind `vt' without
6604 binding C-x v t.
6605 (vc-retrieve-snapshot): Parenthesis typo.
6606
6607 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6608 to 1. Make sure to switch to *vc* before looking for an error
6609 message. Use vc-parse-buffer.
6610
6611 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6612
6613 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6614 and NAME.
6615 (vc-retrieve-snapshot): Split into two parts.
6616 (vc-default-retrieve-snapshot): New function.
6617
6618 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6619 (vc-cvs-retrieve-snapshot): New function (untested).
6620 (vc-cvs-stay-local): Default to t.
6621 (vc-cvs-remote-p): New function and property.
6622 (vc-cvs-state): Stay local only if the above is t.
6623 (vc-handle-cvs): Removed.
6624 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6625 done via vc-handled-backends now.
6626 (vc-cvs-header): Escape Id.
6627
6628 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6629
6630 * vc.el (vc-do-command): Remove unused commands.
6631 (vc-version-diff): Make sure default-directory ends with a slash.
6632 Move the window commands into a vc-exec-after.
6633 (vc-print-log): Move more of the code into the `vc-exec-after'.
6634
6635 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6636
6637 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6638 (vc-print-log): Search current revision from beginning of buffer.
6639 (vc-revert-buffer): Clear echo area after the diff is finished.
6640 (vc-prefix-map): Removed definition of "t" for terse display in vc
6641 dired.
6642 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6643 definition of "vt" for terse display.
6644 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6645
6646 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6647
6648 * vc.el (vc-exec-after): Avoid caddr.
6649
6650 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * vc.el (vc-exec-after): New function.
6653 (vc-do-command): Use it to add a termination message for async
6654 procs.
6655 (vc-checkout): Try to handle a missing-backend situation.
6656 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6657 of a directory with a backend using async diffs.
6658 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6659 present.
6660
6661 * vc-sccs.el (vc-sccs-state-heuristic): Use
6662 file-ownership-preserved-p.
6663
6664 * vc-rcs.el (vc-rcs-state-heuristic): Use
6665 file-ownership-preserved-p.
6666 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6667
6668 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6669
6670 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6671 vc-do-command.
6672
6673 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6674 when there are no changes.
6675
6676 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6677
6678 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6679
6680 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6681
6682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6683
6684 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6685
6686 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6687 the `fset' outside of the defvar so that it works even if
6688 vc-prefix-map was already defined.
6689 (vc-setup-buffer): New function, split out of vc-do-command.
6690 (vc-do-command): Allow BUFFER to be t to mean `just use the
6691 current buffer without any fuss'.
6692 (vc-version-diff): Change the `diff' backend operation to just put
6693 the diff in the current buffer without erasing it. Always use
6694 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6695 shrink-window-if-larger-than-buffer.
6696 (vc-print-log): Change the `print-log' backend operation to just
6697 put the log in the current buffer without erasing it. Protect
6698 shrink-window-if-larger-than-buffer.
6699 (vc-update-change-log): Fix setd typo.
6700
6701 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6702 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6703
6704 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6705 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6706 CMP.
6707
6708 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6709 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6710 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6711
6712 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6713
6714 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6715 not possible, use vc-BACKEND-workfile-unchanged-p.
6716 (vc-default-workfile-unchanged-p): New function. Delegates to a
6717 full vc-BACKEND-diff.
6718
6719 * vc-hooks.el (vc-simple-command): Removed.
6720
6721 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6722 instead of vc-simple-command.
6723 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6724 avoid doing a diff when opening a file.
6725 (vc-rcs-state): Added check for unlocked-changes.
6726 (vc-rcs-header): Escape Id.
6727 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6728 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6729 version.
6730
6731 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6732 (vc-sccs-diff): Remove optional arg CMP.
6733 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6734 SCCS-specific function.
6735
6736 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6737 vc-simple-command.
6738
6739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6740
6741 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6742 (with-vc-file, vc-merge): Use vc-editable-p.
6743 (vc-do-command): Remove unused var vc-file and fix the
6744 doubly-defined `status' var. Add a user message when starting an
6745 async command.
6746 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6747 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6748 Use with-current-buffer.
6749 (vc-buffer-sync): Use unless.
6750 (vc-next-action-on-file): If the file is 'edited by read-only,
6751 make it read-write instead of trying to commit.
6752 (vc-version-diff, vc-update-change-log): Use `setq
6753 default-directory' rather than `cd'.
6754 (vc-log-edit): Don't forget to set default-directory in the
6755 buffer.
6756
6757 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6758 (vc-sccs-state-heuristic): Use file-writable-p instead of
6759 comparing userids.
6760 (vc-sccs-checkout): Use `unless'.
6761
6762 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6763 of comparing userids.
6764 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6765 Simplify the logic by eliminating unreachable code.
6766 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6767 just do a recursive call if we need to retry.
6768 (vc-rcs-checkout): Handle the case where rcs is missing by making
6769 the buffer read-write if requested and re-signalling the error.
6770
6771 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6772
6773 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6774
6775 * vc-hooks.el (vc-handled-backends): Docstring change.
6776 (vc-ignore-vc-files): Mark obsolete.
6777 (vc-registered): Check vc-ignore-vc-files.
6778 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6779 vc-ignore-vc-files.
6780
6781 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6782
6783 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6784
6785 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6786 files since ange-ftp already has vc-registered return nil.
6787
6788 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6789 (vc-sccs-workfile-version): Use with-temp-buffer and new
6790 vc-parse-buffer and don't bother setting the property.
6791 (vc-sccs-add-triple): Use with-current-buffer and
6792 find-file-noselect.
6793 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6794
6795 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6796 derives from the old vc-parse-buffer but uses the revision number
6797 rather than the date (much easier to compare robustly).
6798 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6799 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6800 locking-user more directly. Check strict locking and set
6801 checkout-model appropriately.
6802 (vc-rcs-parse-locks): Remove.
6803 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6804 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6805 (vc-rcs-system-release): Use with-current-buffer and
6806 vc-parse-buffer.
6807 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6808
6809 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6810 (vc-simple-command): Docstring fix.
6811 (vc-registered): Align the way the file-handler is called with the
6812 way the function itself works.
6813 (vc-file-owner): Remove.
6814
6815 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6816 extraction of fields and call to file-attributes because of a
6817 temporary bug in rcp.el.
6818 (vc-cvs-fetch-status): Use with-current-buffer.
6819
6820 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6821
6822 * vc.el (vc-do-command): Use file-relative-name.
6823 (vc-responsible-backend): Use vc-backend if possible.
6824 (vc-create-snapshot): Improve the `interactive' spec. Add support
6825 for branches and dispatch to backend-specific `create-snapshot'.
6826 (vc-default-create-snapshot): New function, containing the bulk of
6827 the old vc-create-snapshot.
6828 (vc-retrieve-snapshot): Improve the interactive spec.
6829
6830 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6831 (vc-backend-hook-functions): Remove.
6832 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6833 (vc-backend): Reintroduce the test for `file = nil' now that I
6834 know why it was there (and added a comment to better remember).
6835
6836 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6837 code from vc-sccs-hooks.el.
6838 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6839 'vc anymore.
6840 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6841 and file-directory-p instead of file-exists-p.
6842 (vc-sccs-check-headers): Simplify the regexp.
6843
6844 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6845 from vc-rcs-hooks.el. Don't require 'vc anymore.
6846 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6847 file-directory-p instead of file-exists-p.
6848
6849 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6850 from vc-cvs-hooks.el.
6851 (proto vc-cvs-registered): Require 'vc-cvs instead of
6852 'vc-cvs-hooks. Don't require 'vc anymore.
6853 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6854 file-directory-p instead of file-exists-p.
6855 (vc-cvs-create-snapshot): New function, replacing
6856 vc-cvs-assign-name.
6857 (vc-cvs-assign-name): Remove.
6858
6859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6860
6861 * vc-cvs.el (vc-cvs-header): New var.
6862
6863 * vc-rcs.el (vc-rcs-exists): Remove.
6864 (vc-rcs-header): New var.
6865
6866 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6867 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6868 (vc-sccs-header): New var.
6869
6870 * vc.el (vc-do-command): Get rid of the `last' argument.
6871 (vc-header-alist): Remove, replaced by vc-X-header.
6872 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6873 (vc-dired-hook): Use expand-file-name instead of concat.
6874 (vc-directory): Use file-name-as-directory.
6875 (vc-snapshot-precondition, vc-create-snapshot)
6876 (vc-retrieve-snapshot): Allow the command to operate on any
6877 directory.
6878
6879 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6880 just removing the 'WORKFILE argument or by removing the 'MASTER
6881 argument and replacing `file' with (vc-name file).
6882
6883 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6884
6885 * vc.el: Update Copyright and add a crude list of backend funs.
6886 (vc-writable-p): New function.
6887 (with-vc-file): Use vc-writable-p.
6888 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6889 (vc-register): Avoid vc-name.
6890 (vc-locking-user): Remove.
6891 (vc-steal-lock): Make the `owner' arg non-optional.
6892 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6893 vc-checkout-model.
6894 (vc-default-dired-state-info): Use vc-state instead of
6895 vc-locking-user and return special strings for special states.
6896 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6897 and get rid of one of the special CVS cases.
6898 (vc-cancel-version): prettify error message with \\[...].
6899 (vc-rename-master): New function.
6900 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6901 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6902 the CVS special case generic.
6903 (vc-default-record-rename): Remove.
6904 (vc-file-tree-walk-internal): Only call FUNC for files that are
6905 under control of some VC backend and replace `concat' with
6906 expand-file-name.
6907 (vc-file-tree-walk): Update docstring.
6908 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6909 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6910
6911 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6912 vc-sccs-record-rename. Use `find-file-noselect' rather than
6913 `find-file' and call `vc-rename-master' to do the actual move.
6914 (vc-sccs-diff): Remove unused `backend' variable.
6915
6916 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6917 to delay loading of vc-sccs until it is really used.
6918 (vc-sccs-master-templates): Preload.
6919 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6920 (vc-sccs-project-dir): Remove (merged into
6921 vc-sccs-search-project-dir).
6922 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6923 rather than `concat', make sure it is preloaded and don't bother
6924 to check that the file actually exists.
6925 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6926 `locks' argument (use buffer's content instead) and eliminate n^2
6927 behavior.
6928
6929 * vc-rcs.el: Update Copyright.
6930 (vc-rcs-rename-file): New function.
6931 (vc-rcs-diff): Remove unused `backend' variable.
6932
6933 * vc-hooks.el: Update Copyright.
6934 (vc-backend): Don't accept a nil argument any more.
6935 (vc-up-to-date-p): Turn into a defsubst.
6936 (vc-possible-master): New function.
6937 (vc-check-master-templates): Use `vc-possible-master' and allow
6938 funs in vc-X-master-templates to return a non-existent file.
6939
6940 * vc-cvs.el: Update Copyright.
6941 (vc-cvs-diff): Remove unused `backend' variable.
6942 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6943
6944 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6945
6946 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6947
6948 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6949 since it can be called from vc-rcs.el.
6950 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6951
6952 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6953
6954 * vc.el (vc-version-diff): Expand file name read from the
6955 minibuffer. Handle the case when a previous version number can't
6956 be guessed. Give suitable messages when there were no differences
6957 found.
6958 (vc-clear-headers): Call backend-specific implementation, if one
6959 exists.
6960 (vc-cancel-version): Made error checks generic. When done, clear
6961 headers generically, too.
6962
6963 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6964 from vc-clear-headers in vc.el.
6965
6966 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6967 correctly.
6968 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6969 optional. Handle the case when it's not there.
6970
6971 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6972
6973 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6974
6975 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6976
6977 * vc-hooks.el (vc-loadup): Remove.
6978 (vc-find-backend-function): Use `require'. Also, handle the case
6979 where vc-BACKEND-hooks.el doesn't exist.
6980 (vc-call-backend): Cleanup.
6981
6982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6983
6984 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6985 vc-rcs-grab-templates)
6986 (vc-rcs-registered): Remove. The default function works as well.
6987 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6988 vc-sccs-grab-templates)
6989 (vc-sccs-registered): Remove. The default function works as well.
6990
6991 * vc.el (vc-version-diff): Left out a vc- in call to
6992 vc-call-backend.
6993 (vc-default-dired-state-info, vc-default-record-rename)
6994 (vc-default-merge-news): Update for the new backend argument.
6995
6996 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6997 using the default function.
6998 (vc-call-backend): If calling the default function, pass it the
6999 backend as first argument. Update the docstring accordingly.
7000 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7001 for the new backend argument.
7002 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7003 (vc-find-backend-function): Use the new name.
7004 (vc-default-registered): New function.
7005
7006 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7007
7008 * vc.el (vc-merge): Use vc-find-backend-function.
7009
7010 * vc-hooks.el (vc-backend-functions): Remove.
7011 (vc-loadup): Don't setup 'vc-functions.
7012 (vc-find-backend-function): New function.
7013 (vc-call-backend): Use above fun and populate 'vc-functions
7014 lazily.
7015 (vc-backend-defines): Remove.
7016
7017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7018
7019 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7020 Call vc-call-backend without the leading vc-.
7021 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7022 (vc-check-headers): Call vc-call-backend without the leading vc-.
7023 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7024 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7025 Call vc-call-backend without the leading vc-.
7026
7027 * vc-cvs.el (tail): Provide vc-cvs.
7028 * vc-sccs.el (tail): Provide vc-sccs.
7029 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7030
7031 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7032 (vc-make-backend-function, vc-call): Pass names without leading
7033 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7034 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7035 (vc-call-backend): Always try to load vc-X-hooks.
7036 (vc-registered): Remove vc- in call to vc-call-backend.
7037
7038 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7039
7040 * vc.el (vc-process-filter): New function.
7041 (vc-do-command): Setup `vc-process-filter' for the async process.
7042 (vc-maybe-resolve-conflicts): New function to reduce
7043 code-duplication. Additionally, it puts the buffer in
7044 `smerge-mode' if applicable.
7045 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7046 calling `merge-news'.
7047 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7048 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7049 interfacing to log-edit.el.
7050 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7051 log-edit is available.
7052 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7053
7054 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7055
7056 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7057 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7058 defvar and the initialization.
7059 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7060
7061 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7062 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7063
7064 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7065
7066 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7067
7068 * vc.el (vc-file-clear-masterprops): Removed.
7069 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7070 (vc-version-diff): Use buffer-size without argument.
7071 (vc-register): Heed vc-initial-comment.
7072
7073 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7074 default branch.
7075
7076 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7077 file name and workfile version.
7078 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7079
7080 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7081 vc-file-clear-masterprops.
7082
7083 * vc-sccs.el (vc-sccs-checkout): Removed call to
7084 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7085 rather than user login name.
7086
7087
7088 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7091 `want-differences-if-changed' and simplify.
7092 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7093 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7094 output (which is invalid for async vc-diff) to decide whether to
7095 do the revert silently or not.
7096
7097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7098
7099 * vc-hooks.el (vc-loadup): Load files quietly.
7100 (vc-call-backend): Oops, brain fart.
7101
7102 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * vc-cvs.el (vc-cvs-state): Typo.
7105 (vc-cvs-merge-news): Return the status code rather than the error msg.
7106
7107 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7108
7109 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7110 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7111 vc-state or vc-up-to-date-p.
7112 (vc-merge): Use vc-backend-defines to check whether merging is
7113 possible. Set state to 'edited after successful merge.
7114
7115 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7116 return that name. Redocumented.
7117
7118 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7121 new `vc-state' semantics.
7122 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7123 'vc-locking-user to the current user.
7124 (vc-merge): Inline vc-backend-merge. Comment out code that I
7125 don't understand and hence can't adapt to the new `vc-state' and
7126 `vc-locking-user' semantics.
7127 (vc-backend-merge): Remove.
7128
7129 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7130 rather than 'vc-locking-user.
7131
7132 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7133
7134 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7135 (vc-state): Don't use 'reserved any more. Just use the same
7136 convention as the one used for vc-<backend>-state where the
7137 locking user (as a string) is returned.
7138 (vc-locking-user): Update, based on the above convention. The
7139 'vc-locking-user property has disappeared.
7140 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7141
7142 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7143 with a heuristic one.
7144 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7145 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7146 error. That allows us to get to 'needs-merge even in the
7147 stay-local case. There's still no way to detect 'needs-patch in
7148 such a setup (or to force an update for that matter).
7149 (vc-cvs-logentry-check): Remove, the default works as well.
7150
7151 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7154
7155 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7156 major-mode in which the buffer might have been put earlier. Use
7157 `remove' and `when'. Allow `okstatus' to be `async' and use
7158 `start-process' in this case.
7159 (vc-version-diff): Handle the case where the diff looks empty
7160 because of the use of an async process.
7161
7162 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7163
7164 * vc.el (vc-next-action-on-file): Removed optional parameter
7165 `simple'. Recompute state unconditionally.
7166 (vc-default-toggle-read-only): Removed.
7167
7168 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7169 (vc-toggle-read-only): Undid prev change.
7170
7171 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7172 vc-cvs-simple-toggle. Redocumented.
7173 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7174 (vc-cvs-toggle-read-only): Removed.
7175
7176 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7177
7178 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7179 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7180 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7181 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7182 still is. So maybe it should be removed.
7183 (vc-head-version, vc-find-binary): Remove.
7184 (vc-recompute-state): Move from vc-hooks.el.
7185 (vc-next-action-on-file): Add a `simple' argument to allow
7186 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7187 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7188 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7189 (vc-dired-mode-map): Properly defvar it.
7190 (vc-print-log): Call log-view-mode if available.
7191 (small-temporary-file-directory): defvar instead of use boundp.
7192 (vc-merge-news): Moved to vc-cvs.el.
7193 (vc-default-merge-news): New function.
7194
7195 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7196 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7197 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7198 unknown `vc-latest-version' function. It should probably refer to
7199 vc-workfile-version or somesuch, but it's very unclear to me and I
7200 don't have SCCS to test things.
7201
7202 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7203 (vc-sccs-state-heuristic): Fix typo.
7204 (vc-sccs-workfile-unchanged-p): Add missing argument.
7205
7206 * vc-rcs.el: Require vc and vc-rcs-hooks.
7207 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7208 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7209 (vc-release-greater-or-equal-p): Move from vc.
7210 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7211 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7212 (vc-rcs-checkout): Add a missing `new-version' argument in the
7213 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7214
7215 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7216 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7217 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7218 than the apparently unbound `workfile-version'.
7219
7220 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7221 (vc-file-prop-obarray): Use `make-vector'.
7222 (vc-backend-functions): Add new hookable functions
7223 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7224 (vc-loadup): If neither backend nor default functions exist, use
7225 the backend function rather than nil.
7226 (vc-call-backend): If the function if not bound yet, try to load
7227 the non-hook file to see if it provides it.
7228 (vc-call): New macro plus use it wherever possible.
7229 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7230 nor `vc-find-binary' since it's only called from
7231 vc-mistrust-permission which is only used once the backend is known.
7232 (vc-checkout-model): Fix parenthesis.
7233 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7234
7235 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7236 (vc-cvs-release, vc-cvs-system-release): Remove.
7237 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7238 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7239 status symbols.
7240 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7241 (vc-cvs-toggle-read-only): First cut at a function to allow a
7242 cvs-status-free vc-toggle-read-only.
7243 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7244 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7245 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7246 (vc-cvs-checkout): Modify access rights directly if the user
7247 requested not to use `cvs edit'. And refresh the mode line.
7248
7249 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7250 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7251
7252 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7253
7254 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7255 workfile' that got lost when the code was extracted from vc.el.
7256 And merged the tail with the rest of the code (not possible in the
7257 old vc.el where the tail was shared among all backends). And
7258 explicitly set the state to 'edited if `writable' is set.
7259
7260 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7261 (vc-cvs-state): Be careful to return the value from
7262 vc-cvs-parse-state.
7263 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7264 property but return it instead. Also be careful to handle a nil
7265 or "" `rev' when workfile is non-nil (it was handled properly when
7266 workfile was nil).
7267
7268 * vc.el: Removed those pesky unnecessary `(function' quotes.
7269 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7270 directly in the defvar.
7271 (vc-do-command): Bind inhibit-read-only so as to properly handle
7272 the case where the destination buffer has been made read-only.
7273 (vc-diff): Delegate to vc-version-diff in all cases.
7274 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7275 (vc-annotate-mode-variables): Removed (code moved partly to
7276 defvars and partly to vc-annotate-add-menu).
7277 (vc-annotate-mode): Turned into a derived-mode.
7278 (vc-annotate-add-menu): Moved in code in
7279 vc-annotate-mode-variables.
7280 (vc-update-change-log): Use make-temp-file if available.
7281
7282 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7283
7284 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7285 `vc-checkout-model' updated to `vc-cvs-update-model'.
7286
7287 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7288
7289 * vc.el (vc-next-action-on-file): Added handling of state
7290 `unlocked-changes'.
7291 (vc-checkout-carefully): Is now practically obsolete, unless the
7292 above is too slow to be enabled unconditionally.
7293 (vc-update-change-log): Fixed typo.
7294
7295 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7296
7297 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7298 Now handles state `unlocked-changes'.
7299 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7300
7301 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7302
7303 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7304 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7305 `unlocked-changes'.
7306 (vc-rcs-workfile-unchanged-p): Renamed from
7307 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7308 function yet, but supposed to become one soon.
7309
7310 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7311 `vc-steal-lock'.
7312 (vc-call-backend): Changed error message.
7313 (vc-state): Added description of state `unlocked-changes'.
7314
7315 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7316
7317 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7318 always return t in CVS-controlled directories.
7319
7320 * vc.el (vc-responsible-backend): New function.
7321 (vc-register): Largely rewritten.
7322 (vc-admin): Removed (implementation moved into vc-register).
7323 (vc-checkin): Redocumented.
7324 (vc-finish-logentry): If no backend defined yet (because we are in
7325 the process of registering), use the responsible backend.
7326
7327 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7328 Updated function lists.
7329 (vc-call-backend): Fixed typo.
7330
7331 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7332 New functions.
7333 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7334 Removed query option. Redocumented.
7335
7336 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7337
7338 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7339
7340 * vc.el: Updated callers of `vc-checkout-required' to use
7341 `vc-checkout-model'.
7342
7343 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7344
7345 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7346 stuff updated to reference this function instead of the old
7347 `vc-backend-release-p'.
7348
7349 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7350
7351 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7352 vc-checkout-model. Return appropriate values. Updated callers.
7353
7354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7355
7356 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7357 (vc-backend-revert): Function moved into `vc-revert';
7358 `vc-next-action' must be updated to accomodate this change.
7359 (vc-backend-steal): Function moved into `vc-finish-steal'.
7360 (vc-backend-logentry-check): Function moved into
7361 `vc-finish-logentry'.
7362 (vc-backend-printlog): Function moved into `vc-print-log'.
7363 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7364 (vc-backend-assign-name): Function moved into
7365 `vc-create-snapshot'.
7366
7367 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7368
7369 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7370 Rename to vc-checkout-model. Return appropriate values.
7371 Update callers.
7372
7373 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7374 to vc-checkout-model.
7375 (vc-checkout-required): Rename to vc-checkout-model.
7376 Re-implement and re-comment.
7377 (vc-after-save): Use vc-checkout-model.
7378
7379 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7380
7381 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7382 Update to use the vc-BACKEND-diff functions instead.
7383 `vc-diff' is now working.
7384
7385 * vc-rcs.el (vc-rcs-logentry-check): New function.
7386
7387 * vc-cvs.el (vc-cvs-logentry-check): New function.
7388
7389 * vc-sccs.el (vc-sccs-diff): Function changed name from
7390 `vc-backend-diff'. This makes `vc-diff' work.
7391
7392 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7393 of functions possibly implemented in a vc-BACKEND library.
7394 (vc-checkout-required): Fix bug that caused an error to be
7395 signaled during `vc-after-save'.
7396
7397 * vc.el: Fix typo.
7398 This checkin is made with our new VC code base for the very first time.
7399 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7400
7401 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7402 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7403
7404 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7405 updated to `vc-uses-locking'.
7406 (vc-checkout-required): Call to backend function.
7407 `vc-checkout-required' updated to `vc-uses-locking' instead.
7408
7409 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7410 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7411
7412 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7413 to match the split into various backends.
7414 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7415 (vc-retrieve-snapshot): Bug fix.
7416
7417 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7418
7419 * vc-sccs.el (vc-sccs-release): Doc fix.
7420
7421 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7422
7423 * vc.el (vc-next-action-on-file): Bug found and fixed.
7424 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7425 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7426
7427 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7428 (vc-rcs-checkout): Name space cleaned up. No more revision number
7429 crunching function names that are not prefixed with vc-rcs.
7430 (vc-rcs-checkout-model): Function added. References to
7431 `vc-checkout-model' replaced.
7432
7433 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7434
7435 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7436 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7437 still need to be split, and implemented for RCS).
7438
7439 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7440
7441 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7442
7443 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7444 required by the vc.el file.
7445
7446 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7447 required by the vc.el file.
7448 (vc-rcs-exists): Function added.
7449
7450 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7451 required by the vc.el file.
7452
7453 * vc.el (vc-admin): Updated to handle selection of appropriate
7454 backend. Current implementation is crufty and need re-thinking.
7455
7456 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7457
7458 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7459
7460 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7461 beginning of annotate buffers correctly.
7462
7463 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7464 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7465 functionality updated quite a lot to support multiple backends.
7466 Variables `vc-annotate-mode', `vc-annotate-buffers',
7467 `vc-annotate-backend' added.
7468
7469 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7470 `vc-annotate-difference' added to supported backend functions.
7471
7472 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7473
7474 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7475 Use with-temp-file instead of /bin/sh. Merged from mainline
7476
7477 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7478
7479 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7480
7481 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7482
7483 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7484
7485 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7486
7487 * vc-hooks.el: vc-state-heuristic added to
7488 vc-backend-hook-functions.
7489
7490 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7491
7492 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7493
7494 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7495 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7496 state to `reserved'.
7497
7498 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7499 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7500
7501 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7502
7503 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7504 untouched.
7505
7506 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7507
7508 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7509 if defined. (Merged from main line, slightly adapted.)
7510
7511 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7512 millenium problem (merged from mainline).
7513
7514 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7515
7516 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7517 part and moved the non-BACKEND stuff to vc.el.
7518
7519 * vc.el: Split the annotate feature into a BACKEND specific part
7520 and moved it from the vc-cvs.el file to this one.
7521
7522 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7523
7524 * vc-hooks.el: Implement new state model.
7525 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7526 (vc-locking-user): Simplify. Now only needed if the file is
7527 locked by somebody else.
7528 (vc-lock-from-permissions): Remove. Functionality is in
7529 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7530 (vc-mode-line-string): New name for former vc-status. Adapted.
7531 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7532
7533 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7534 Various simplifications and adaptations all over the place.
7535
7536 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7537 Simplify and adapt the rest.
7538
7539 * vc.el (vc-resynch-window): Add TODO comment: check for
7540 interaction with view mode according to recent RCS change.
7541 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7542
7543 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7544
7545 * vc.el: Convert the remaining function comments to docstrings.
7546
7547 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7548
7549 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7550 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7551 (vc-minor-part, vc-previous-version): Functions that operate and
7552 compare revision numbers got proper documentation. Comments added
7553 about their possible removal.
7554
7555 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7556
7557 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7558 the vc-backend.el files.
7559
7560 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7561
7562 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7563 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7564 (vc-rcs-previous-version): Functions added.
7565
7566 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7567
7568 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7569
7570 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7571
7572 * vc-hooks.el (vc-master-templates): Is really obsolete.
7573 Comment out the definition for now. What is the right procedure
7574 to get rid of it?
7575 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7576 rewritten.
7577 (vc-default-registered): Remove.
7578 (vc-check-master-templates): New function; does mostly what the
7579 above did before.
7580 (vc-locking-user): Don't rely on the backend to set the property.
7581
7582 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7583 Rewrite documentation.
7584 (vc-rcs-templates-grabbed): New variable.
7585 (vc-rcs-grab-templates): New function.
7586 (vc-rcs-registered): Rewrite to use above mechanism.
7587
7588 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7589 Rewrite documentation.
7590 (vc-sccs-templates-grabbed): New variable.
7591 (vc-sccs-grab-templates): New function.
7592 (vc-sccs-registered): Rewrite to use above mechanism.
7593 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7594 Don't throw the result, simply return it.
7595
7596 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7597 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7598 (vc-cvs-registered): Does the check itself now. Simplify.
7599
7600 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7601 from main line.
7602
7603 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7604
7605 * vc-cvs.el (vc-cvs-diff): New function.
7606
7607 * vc-sccs.el (vc-sccs-diff): New function.
7608
7609 * vc-rcs.el (vc-rcs-diff): New function.
7610 (vc-rcs-checkout): Bug (typo) found and fixed.
7611 (vc-rcs-register-switches): New variable.
7612
7613 * vc.el (vc-backend-diff): Function removed and placed in the
7614 backend files.
7615
7616 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7617
7618 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7619
7620 * vc.el (vc-backend-checkout): Function removed and replaced in
7621 the vc-backend.el files.
7622
7623 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7624
7625 * vc.el (vc-backend-admin): Removed and replaced in the
7626 vc-backend.el files.
7627
7628 * vc.el (Martin): Removed all the annotate functionality since it
7629 is CVS backend specific.
7630
7631 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7632
7633 * spec.txt: Added specification of vc-state.
7634
7635 * vc-sccs-hooks.el (vc-sccs-master-properties):
7636 Remove handling of vc-latest-version and
7637 vc-your-latest-version. What used to be vc-latest-version, is now
7638 returned as vc-workfile-version.
7639 (vc-sccs-workfile-version): Adapt.
7640
7641 2000-09-04 Dave Love <fx@gnu.org>
7642
7643 * vc.el: [Merged from mainline.]
7644 (vc-dired-mode): Make the dired-move-to-filename-regexp
7645 regexp match the date, to avoid treating date as file size.
7646 Add YYYY S option to WESTERN/
7647
7648 2000-09-04 Dave Love <fx@gnu.org>
7649
7650 * vc.el: Require `compile' when compiling.
7651 (vc-logentry-check-hook): New option.
7652 (vc-steal-lock): Use compose-mail.
7653 (vc-dired-mode-map): Defvar when compiling.
7654 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7655 vc-sccs.el and renamed. Callers changed.
7656 (vc-backend-checkout, vc-backend-logentry-check)
7657 (vc-backend-merge-news): Doc fix.
7658 (vc-default-logentry-check): New function.
7659 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7660 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7661 (vc-backend-merge): Doc fix. Use backend functions.
7662 (vc-check-headers): Use backend functions.
7663
7664 * vc-cvs.el: Require vc when compiling.
7665 (vc-cvs-register-switches): Doc fix.
7666 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7667 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7668 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7669 New functions (code from vc.el).
7670 (vc-annotate-display-default): Fix interactive spec.
7671 (vc-annotate-time-span): Doc fix.
7672
7673 * vc-rcs.el: Require vc when compiling.
7674 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7675 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7676 (vc-rcs-checkin): New functions (code from vc.el).
7677 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7678 Doc fix.
7679 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7680
7681 * vc-sccs.el: Require vc when compiling.
7682 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7683 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7684 (vc-sccs-revert)
7685 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7686 from vc.el).
7687 (vc-sccs-add-triple, vc-sccs-record-rename)
7688 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7689 (vc-sccs-admin): Doc fix.
7690
7691 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7692
7693 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7694 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7695 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7696 from vc.el.
7697
7698 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7699
7700 * vc-cvs.el: Moved the annotate functionality from vc.el.
7701 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7702
7703 2000-09-04 Dave Love <fx@gnu.org>
7704
7705 * vc.el (vc-backend-release): Call vc-system-release.
7706
7707 * vc-sccs.el (vc-sccs-system-release):
7708 Renamed from vc-sccs-backend-release.
7709
7710 * vc-rcs.el (vc-rcs-system-release):
7711 Renamed from vc-rcs-backend-release.
7712
7713 * vc-cvs.el (vc-cvs-system-release):
7714 Renamed from vc-cvs-backend-release.
7715
7716 2000-09-04 Dave Love <fx@gnu.org>
7717
7718 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7719 backend files.
7720 (vc-backend-release): Dispatch to backend functions.
7721 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7722 probably needs attention.]
7723
7724 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7725 (vc-sccs-backend-release): New function.
7726
7727 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7728 (vc-cvs-backend-release): New function.
7729
7730 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7731 Doc fix.
7732 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7733 (vc-default-dired-state-info): New function.
7734 (vc-dired-state-info): Dispatch to backends.
7735 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7736
7737 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7738 from vc.el and renamed.
7739
7740 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7741
7742 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7743 (vc-version-other-window, vc-backend-assign-name): Removed
7744 references to vc-latest-version; sometimes changed into
7745 vc-workfile-version.
7746
7747 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7748 vc-rcs-master-workfile-version.
7749 (vc-rcs-workfile-version): Use the above. Don't call
7750 vc-latest-version (that was unreachable code, anyway).
7751 (vc-rcs-fetch-master-properties): Doc fix.
7752
7753 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7754 (vc-backend-hook-functions): Removed them from this list, too.
7755 (vc-fetch-properties): Removed.
7756 (vc-workfile-version): Doc fix.
7757
7758 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7759 (vc-rcs-workfile-version, vc-rcs-locking-user)
7760 (vc-rcs-uses-locking): Use it.
7761
7762 * vc-hooks.el (vc-consult-rcs-headers):
7763 Moved into vc-rcs-hooks.el, under the name
7764 vc-rcs-consult-headers.
7765
7766 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7767 headers.
7768 (vc-cvs-find-master): Use this name only; correct different
7769 versions of the name.
7770
7771 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7772 New functions.
7773 (vc-sccs-locking-user): Use the latter.
7774
7775 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7776 New functions.
7777
7778 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7779 Moved into both
7780 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7781 functions are implementation details of those two backends.
7782
7783 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7784
7785 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7786 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7787
7788 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7789 (vc-sccs-parse-locks): SCCS-specific code moved here from
7790 vc-hooks.
7791
7792 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7793 code moved here from vc-hooks.
7794
7795 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7796 into back-end specific parts and removed. Callers not updated
7797 yet; because I guess these callers will disappear into back-end
7798 specific files anyway.
7799
7800 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7801
7802 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7803 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7804 `vc-uses-locking'.
7805
7806 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7807 Store yes/no in the property, and return t/nil. Updated all
7808 callers.
7809
7810 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7811 vc-sccs-uses-locking. Don't set property.
7812 (vc-sccs-locking-user): Don't set property.
7813
7814 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7815 vc-cvs-uses-locking. Don't set property here; leave that to
7816 vc-hooks.
7817 (vc-cvs-locking-user): Reflect above change. Streamlined.
7818
7819 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7820 vc-rcs-uses-locking.
7821 (vc-rcs-locking-user): Reflect above change.
7822
7823 2000-09-04 Dave Love <fx@gnu.org>
7824
7825 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7826
7827 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7828
7829 * vc-hooks.el (vc-checkout-model): Punt to backends.
7830
7831 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7832
7833 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7834
7835 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7836 New functions.
7837
7838 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7839 New functions.
7840
7841 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7842 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7843
7844 * vc-hooks.el (vc-default-locking-user): New function.
7845 (vc-locking-user, vc-workfile-version): Punt to backends.
7846
7847 2000-09-04 Dave Love <fx@gnu.org>
7848
7849 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7850 (vc-master-workfile-version): Moved from vc-hooks.
7851
7852 * vc-rcs-hooks.el: Fix duplicate code in last change.
7853
7854 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7855 (vc-rcs-master-templates): Improve :type.
7856 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7857 vc-master-workfile-version): Moved from vc-hooks.
7858
7859 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7860 (vc-sccs-master-templates): Improve :type.
7861 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7862
7863 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7864
7865 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7866 (vc-cvs-master-templates): Improve :type. Use
7867 vc-cvs-find-cvs-master.
7868 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7869 from vc-hooks.
7870 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7871
7872 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7873 Moved to vc-cvs-hooks.
7874
7875 * vc-hooks.el: Add doc strings in various places. Simplify the
7876 minor mode setup.
7877 (vc-handled-backends): New user variable.
7878 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7879 simplification.
7880
7881 2000-09-04 Dave Love <fx@gnu.org>
7882
7883 * vc.el: Some doc fixes for autoloaded and interactive functions.
7884 Fix compilation warnings from ediff stuff.
7885 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7886
7887 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7888
7889 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7890
7891 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7892
7893 2000-09-04 Dave Love <fx@gnu.org>
7894
7895 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7896 New variable.
7897 (vc-make-backend-function, vc-loadup, vc-call-backend)
7898 (vc-backend-defines): New functions.
7899
7900 * vc-hooks.el: Various doc fixes.
7901 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7902 (vc-match-substring): Function removed. Callers changed to use
7903 match-string.
7904 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7905 Simplify.
7906
7907 2000-09-04 Dave Love <fx@gnu.org>
7908
7909 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7910 type.
7911 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7912 (vc-sccs-registered): Doc fix.
7913
7914 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7915 (vc-cvs-registered): Doc fix.
7916
7917 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7918 (vc-rcs-registered): Doc fix.
7919
7920 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7921
7922 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7923
7924 * vc-hooks.el: vc-registered has been renamed
7925 vc-default-registered. Some functions have been moved to the
7926 backend specific files. they all support the
7927 vc-BACKEND-registered functions.
7928
7929 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7930
7931 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7932
7933 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7934
7935 2000-09-04 Dave Love <fx@gnu.org>
7936
7937 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7938 menu-bar-update-hook.
7939
7940 * help.el (help-manyarg-func-alist): Add
7941 find-operation-coding-system.
7942
7943 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7944
7945 * custom.el (custom-set-variables): Print message about errors in
7946 setting.
7947
7948 2000-09-03 Andrew Innes <andrewi@gnu.org>
7949
7950 * makefile.w32-in: Change to DOS line endings.
7951
7952 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7953
7954 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7955 minor-mode keymaps, if they don't have one.
7956
7957 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7958
7959 * eshell/esh-module.el (eval-when-compile): Don't lose if
7960 esh-module.el's file name is truncated to DOS 8+3 limits.
7961
7962 2000-09-01 John Wiegley <johnw@gnu.org>
7963
7964 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7965 predicate, which caused entries in the completion list to be
7966 doubled.
7967
7968 2000-08-30 John Wiegley <johnw@gnu.org>
7969
7970 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7971 sending to subprocesses. Also, hook pre-command-hook if
7972 `eshell-send-direct-to-subprocesses' is non-nil.
7973 (eshell-send-direct-to-subprocesses): New config variable. If t,
7974 subprocess input is send immediately.
7975 (eshell-toggle-direct-send): New function.
7976 (eshell-self-insert-command): New function.
7977 (eshell-intercept-commands): New function.
7978 (eshell-send-input): If direct subprocess sending is enabled,
7979 don't echo any input to the Eshell buffer. Let the subprocess
7980 handle that. This requires "stty echo" in bash, for example.
7981
7982 2000-08-28 John Wiegley <johnw@gnu.org>
7983
7984 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7985 completion function for Eshell's implementation of `unset'.
7986
7987 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * info.el (Info-directory-list): Doc fix.
7990
7991 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7992
7993 * filecache.el (file-cache-add-directory-using-find): Don't quote
7994 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7995
7996 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7997
7998 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7999 coding systems.
8000
8001 2000-08-30 Andrew Innes <andrewi@gnu.org>
8002
8003 * timer.el (run-with-idle-timer): Undo last change, so that timer
8004 is not activated immediately if Emacs is already idle. Some
8005 existing code relies on this behaviour.
8006
8007 2000-08-30 Miles Bader <miles@gnu.org>
8008
8009 * frame.el (set-frame-font): Do completion of font-name for
8010 interactive use.
8011
8012 2000-08-30 Kenichi Handa <handa@etl.go.jp>
8013
8014 * international/quail.el (quail-start-translation): Bind locally
8015 last-command-event, last-command, and this-command.
8016 (quail-start-conversion): Likewise.
8017 (quail-self-insert-command): Fix docstring.
8018
8019 2000-08-29 Gerd Moellmann <gerd@gnu.org>
8020
8021 * progmodes/executable.el
8022 (executable-make-buffer-file-executable-if-script-p): Check that
8023 buffer contains at least 2 characters.
8024
8025 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8026
8027 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8028
8029 2000-08-29 Dave Love <fx@gnu.org>
8030
8031 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8032 (diff-mode-shared-map): Bind mouse-2.
8033 (diff-imenu-generic-expression): New variable.
8034 (diff-mode): Use it.
8035
8036 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8037 (mouse-popup-menubar): Add minor mode menus.
8038 (popup-menu): Check for lookup-key returning number.
8039
8040 2000-08-29 Miles Bader <miles@gnu.org>
8041
8042 * comint.el (comint-send-input): Create overlays using the proper
8043 front/read-advance arguments.
8044
8045 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8046
8047 * ps-print.el: Even/odd pages printing. Doc fix.
8048 (ps-print-version): New version number (6.0).
8049 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8050 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8051 (ps-print-duplex-feature): Variable eliminated.
8052 (ps-even-or-odd-pages): New variable.
8053
8054 * progmodes/ebnf2ps.el: Doc fix.
8055 (ebnf-version): New version (3.3).
8056 (ebnf-user-arrow): Change variable customization to sexp.
8057 (ebnf-user-arrow): Function eliminated.
8058 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8059
8060 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8061
8062 * help.el (help-xref-mule-regexp): New variable.
8063 (help-make-xrefs): Handle help-xref-mule-regexp.
8064
8065 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8066 variable.
8067 (describe-input-method): Temporarily activate the specfied input
8068 method to display the information.
8069 (describe-language-environment): Hyperlinks to mule related items.
8070
8071 * international/mule-diag.el (charset-multibyte-form-string): New
8072 function.
8073 (list-character-sets-1): Use charset-multibyte-form-string.
8074 (describe-character-set): New function.
8075 (describe-coding-system): Hyperlinks to safe character sets.
8076
8077 * international/quail.el (quail-help): New arg PACKAGE.
8078 Hyperlinks to mule related items.
8079 (quail-help-insert-keymap-description): Use
8080 substitute-command-keys instead of describe-bindings.
8081 (quail-translation-help): Hyperlinks to mule related items.
8082
8083 2000-08-28 John Wiegley <johnw@gnu.org>
8084
8085 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8086 have a defsubst call itself. Made `eshell-flatten-list' back into
8087 a function again.
8088
8089 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8090 catch, in case re-centering point at bottom messes up the display.
8091 This happens frequently in Emacs 21, due I believe to variable
8092 line heights.
8093
8094 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8095 to call `find-tag-interactive'.
8096
8097 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8098 the list of remember directories.
8099
8100 2000-08-28 John Wiegley <johnw@gnu.org>
8101
8102 * align.el: Test align-region-separate to see if it's a symbol.
8103
8104 2000-08-28 John Wiegley <johnw@gnu.org>
8105
8106 * eshell/esh-util.el (eshell-flatten-list): Made this function
8107 into a defsubst form. It gets used very frequently, although
8108 calls don't occur all that often.
8109
8110 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8111 examining it.
8112
8113 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8114 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8115 `eshell-protect'.
8116 (eshell-copy-handles): Created a new macro for duplicating the
8117 current set of open handles. This is needed by the looping
8118 functions.
8119 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8120 is not incorrectly stomped on.
8121
8122 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8123 declaration for pcomplete-use-paring.
8124 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8125 value of eshell-cmpl-use-paring.
8126 * pcomplete.el (pcomplete-use-paring): New config variable, to
8127 indicate whether paring should be used.
8128 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8129 completion alternatives that have already been used.
8130
8131 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8132 bound to C-c C-y, which will repeat the previous N arguments
8133 (based on prefix argument).
8134 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8135
8136 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8137 if there is no *Help* buffer. This is for XEmacs, which renames
8138 its help buffers uniquely. TODO: Find out what the current buffer
8139 name to delete is.
8140
8141 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8142 first entry that correlates to a passwd/group number. Later
8143 entries (used for group/user name aliasing to multiple IDs) are
8144 ignored.
8145
8146 * eshell/em-xtra.el (eshell/expr):
8147 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8148 (eshell-grep, eshell/diff, eshell/locate):
8149 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8150 argument list, before passing it to the system command.
8151
8152 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8153 `find-tag' for use at final position in Eshell buffers (which
8154 otherwise triggers an error on Emacs 21).
8155 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8156 buffer, if it is currently bound to `find-tag'.
8157
8158 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8159 in the list of matched Makefile names.
8160 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8161 directory, prefer its contents to Makefile.
8162
8163 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8164 directory parts (like "cd old new", or "cd =regexp"), are now case
8165 sensitive on non-Windows/DOS platforms.
8166
8167 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8168 types RET after an open delimiter (like "), display a message
8169 indicating that Eshell is waiting for the closing delimiter.
8170
8171 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8172 environment variables.
8173
8174 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8175 gracefully if the user enters incorrect arguments.
8176
8177 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8178 Eshell buffers.
8179
8180 * eshell/esh-var.el (eshell-interpolate-variable):
8181 * eshell/esh-mode.el (eshell-move-argument):
8182 * eshell/em-unix.el (eshell-du-sum-directory):
8183 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8184 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8185 (not (= ...)).
8186
8187 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8188 to ensure the `preserve' flag gets propagated when doing recursive
8189 directory copies.
8190
8191 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8194 Don't convert \n into \0177 in memory.
8195 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8196 and back again, when reading and writing.
8197
8198 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8199
8200 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8201 testing of `fboundp' on `processp'.
8202
8203 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8204 (eshell/jobs): Don't call process-list if it is not bound.
8205 (eshell-gather-process-output): Support systems where async
8206 subprocesses aren't supported.
8207 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8208 variables.
8209
8210 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8211 eshell-do-eval returns t.
8212 (eshell-do-pipelines-synchronously): New defmacro.
8213 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8214 when async subprocesses aren't supported.
8215 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8216 if async subprocesses aren't supported.
8217 (eshell-resume-command): Don't assume STATUS is a string.
8218
8219 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8220
8221 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8222 (eshell-close-target, eshell-get-target): Use eshell-processp.
8223 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8224 fix.
8225 (eshell-get-target, eshell-create-handles): Doc fix.
8226
8227 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8228
8229 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8230 criterion to include commands that output something, as long as it
8231 leaves both the command and the end-of-buffer visible when the
8232 command has exited.
8233 (eshell-review-quick-commands): Adjust the help doc string
8234 accordingly.
8235
8236 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8237
8238 * locate.el (locate): Cleaned up locate command's interactive prompting
8239 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8240
8241 * filecache.el (file-cache-case-fold-search): New variable
8242 (file-cache-assoc-function): New variable
8243 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8244 Use file-cache-case-fold-search variable
8245 (file-cache-add-file): Use file-cache-assoc-function
8246 (file-cache-delete-file): likewise
8247 (file-cache-directory-name): likewise
8248 (file-cache-debug-read-from-minibuffer): likewise
8249
8250 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8251
8252 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8253 (abbrev-table-name): New function.
8254 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8255 If non-nil list local abbrev, only.
8256
8257 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8258
8259 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8260 from Gnus support code, and use special article copy buffer
8261 `(gnus-original-article-buffer)' instead. This allows to get rid
8262 of article-hide-headers usage (which breaks in the latest Gnus
8263 version). Thanks to Detlev Zundel.
8264
8265 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8266
8267 * international/quail.el (quail-use-package): Hide "... loaded"
8268 message.
8269 (quail-start-translation, quail-start-conversion): Likewise.
8270
8271 * international/kkc.el (kkc-region): Hide "... loaded" message.
8272
8273 2000-08-27 Dave Love <fx@gnu.org>
8274
8275 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8276
8277 2000-08-27 Miles Bader <miles@gnu.org>
8278
8279 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8280
8281 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8282
8283 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8284 'ja-dic-cnv), not (require 'skkdic-cnv).
8285
8286 2000-08-26 Miles Bader <miles@gnu.org>
8287
8288 * faces.el (face-x-resources): Add entry for :inherit.
8289 * cus-face.el (custom-face-attributes): Add support for :inherit
8290 attribute. Add support for relative face heights.
8291 (custom-face-attributes-get): Treat `nil' as being a default value
8292 for :inherit (as well as `unspecified').
8293
8294 * faces.el (set-face-attribute): Update doc string.
8295 (face-attribute-name-alist): Add :inherit.
8296 (face-valid-attribute-values): Handle :inherit.
8297 (face-read-string): Rephrase prompt to be less confusing.
8298 Assume that DEFAULT is a string, since we must return a string.
8299 (face-read-integer): Use `format' to turn DEFAULT into an
8300 acceptable default for face-read-string. Match NEW-VALUE against
8301 the string "unspecified", not the symbol `unspecified', since
8302 that's what face-read-string returns.
8303 (read-face-attribute): Lookup a name for old-value in valid, and
8304 use it as a default if we find one. Treat all values from
8305 face-read-string as strings. If the default is used, don't do any
8306 more processing on the value, just use the old value directly.
8307 (read-face-and-attribute, modify-face): Tweak prompt.
8308 (read-face-name): Don't assume prompt ends with a space.
8309
8310 * faces.el (describe-face): Add support for :inherit attribute.
8311
8312 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8313
8314 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8315 concat doesn't accept interger.
8316
8317 * international/kkc.el: Remove SKK from Keywords. Require
8318 ja-dic-utl instead of skkdic-utl.
8319
8320 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8321 Provide ja-dic-cnv instead of skkdic-cnv.
8322 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8323 (iso-2022-7bit-short): Add safe-charsets property.
8324 (skkdic-convert-postfix): Search Japanese chou-on character in
8325 addition to Hiragana character.
8326 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8327 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8328 (batch-skkdic-convert): Likewise.
8329
8330 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8331 Provide ja-dic-utl instead of skkdic-utl.
8332 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8333
8334 2000-08-24 Dave Love <fx@gnu.org>
8335
8336 * disp-table.el (standard-display-default): Make the test of `l'
8337 useful.
8338
8339 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8340 mod sample text.
8341
8342 * international/iso-ascii.el: Make pilcrow convenient string
8343 consistent with section.
8344 (iso-ascii-display): Set up multibyte characters as well as
8345 unibyte.
8346
8347 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8348
8349 * international/mule-cmds.el (reset-language-environment): Set
8350 default-process-coding-system to '(undecided . iso-latin-1), which
8351 makes process I/O almost consistent with file I/O. Call this
8352 function when mule-cmds.el[c] is loaded.
8353
8354 2000-08-22 Andrew Innes <andrewi@gnu.org>
8355
8356 * makefile.w32-in: New file.
8357
8358 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8359
8360 * comint.el (comint-output-filter): Compare end of
8361 comint-last-output-overlay with the start of the newly inserted
8362 text, not the end, when deciding whether to extend it.
8363 Set saved-point's insertion type to advance after insertion.
8364
8365 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8366 since this is now done independently of font-lock mode.
8367
8368 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8369
8370 * server.el (server-kill-new-buffers): New user option.
8371 (server-existing-buffer): New buffer-local variable.
8372 (server-visit-files): When using an existing buffer, set
8373 server-existing-buffer to t.
8374 (server-buffer-done): If server-kill-new-buffers is t, kill the
8375 buffer, unless it was already present before visiting it with
8376 Emacs server.
8377
8378 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8379
8380 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8381 even if the display doesn't support colors: some displays will
8382 support bold/underline faces.
8383
8384 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8385
8386 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8387
8388 * startup.el (command-line): If user's init file had an error,
8389 add explanatory text to *Messages*.
8390
8391 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8392
8393 * man.el (Man-getpage-in-background): Decode the process output by
8394 the system locale coding system.
8395
8396 2000-08-20 Dave Love <fx@gnu.org>
8397
8398 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8399 Don't test x-popup-menu.
8400 (function) <complete-function>: Complete only fbound symbols.
8401 <validate, value>: New.
8402 (variable) <complete-function>: Complete only bound symbols.
8403 (coding-system): Add :base-only, :complete-function, :validate,
8404 :value, :prompt-match.
8405 (widget-coding-system-prompt-value): Use read-coding-system and
8406 act on :base-only.
8407 (editable-field): Add :help-echo.
8408 (widget-push-button-gui, widget-push-button-cache)
8409 (widget-gui-action, widget-editable-list-gui): COmment out, along
8410 with uses.
8411 (widget-at): Make arg optional.
8412 (widget-echo-help): Adjust for current help-echo calling sequence.
8413 (widget-specify-field, widget-specify-button)
8414 (widget-specify-insert, widget-get-sibling, widget-image-find)
8415 (widget-convert, widget-insert, widget-leave-text)
8416 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8417 (widget-setup, widget-field-find, widget-before-change)
8418 (widget-after-change, widget-default-complete)
8419 (widget-default-create, widget-default-delete)
8420 (widget-push-button-value-create, editable-field)
8421 (widget-field-prompt-value, widget-field-validate)
8422 (widget-choice-value-create, widget-choice-action)
8423 (widget-choice-validate, widget-checklist-add-item)
8424 (widget-radio-add-item, widget-radio-chosen)
8425 (widget-radio-value-inline, widget-editable-list-value-create)
8426 (widget-editable-list-entry-create)
8427 (widget-documentation-link-add)
8428 (widget-documentation-string-value-create)
8429 (widget-regexp-validate, widget-file-complete)
8430 (widget-sexp-validate, widget-plist-convert-widget)
8431 (widget-plist-convert-widget, widget-alist-convert-widget)
8432 (widget-alist-convert-widget, widget-color-complete): Simplify,
8433 particularly to avoid bindings which aren't optimized out.
8434
8435 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8436 Doc fix.
8437 (down-list, backward-up-list, up-list, kill-sexp)
8438 (backward-kill-sexp, mark-sexp): Make arg optional.
8439 (lisp-complete-symbol): Add optional arg PREDICATE.
8440
8441 * cus-start.el: Add display-buffer-reuse-frames,
8442 file-coding-system-alist.
8443
8444 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8445
8446 * startup.el (command-line): Clear realized faces after
8447 modifying TTY color mappings.
8448
8449 2000-08-20 Miles Bader <miles@gnu.org>
8450
8451 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8452 merely a subset of FACE's attributes.
8453
8454 2000-08-19 Miles Bader <miles@gnu.org>
8455
8456 * comint.el (comint-output-filter): Save the point with a marker,
8457 not just a buffer position.
8458
8459 * international/mule.el (set-buffer-process-coding-system): Make
8460 interactive prompt less confusing.
8461
8462 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8463
8464 * hilit-chg.el: General cleanup of doc strings, comments and
8465 code formatting.
8466
8467 2000-08-19 Miles Bader <miles@gnu.org>
8468
8469 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8470 Compiler macro removed; beginning-of-line is no longer always
8471 equivalent to forward-line, in the presence of fields.
8472
8473 * comint.el (comint-output-filter): Remove ad-hoc saving of
8474 restriction, and just use save-restriction, now that it works
8475 correctly. Don't adjust comint-last-input-start to account for
8476 our insertion; it shouldn't have moved because we don't use
8477 insert-before-markers anymore. Comment out call to
8478 `force-mode-line-update'; why is it here?
8479
8480 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8481 while checking for prompt to delete. Use `forward-line 0'
8482 instead of beginning-of-line.
8483 (gud-filter): Temporarily widen gud comint buffer while
8484 examining output.
8485
8486 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8487
8488 * progmodes/sh-script.el: Big bag of typos.
8489
8490 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8491 check since ispell-process is not bound when ispell is not yet loaded.
8492
8493 2000-08-18 Dave Love <fx@gnu.org>
8494
8495 * image.el (find-image): Copy `spec' before using plist-put.
8496
8497 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8498
8499 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8500 `portugues'.
8501
8502 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8503 backward-kill-sexp, analogous to kill-sexp.
8504
8505 * progmodes/icon.el (icon-indent-line)
8506 (icon-is-continuation-line): Handle comments specially.
8507
8508 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8509
8510 * ispell.el: Set to standard author/maintainer/keyword fields.
8511 Fine tuning to menu map appearance and operation, and added help.
8512 Remove `start' and `end' error messages when compiling.
8513 (ispell-choices-win-default-height): Fixed comment string.
8514 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8515 castellano8 dictionaries.
8516 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8517 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8518 dictionary, added italiano dictionary.
8519 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8520 word character
8521 (ispell-tex-skip-alists): Added psfig support.
8522 (ispell-skip-html): Renamed from ispell-skip-sgml.
8523 (ispell-begin-skip-region-regexp, ispell-skip-region)
8524 (ispell-minor-check): Improved html skipping support to skip across
8525 code, and recognize `&' commands without propper `;' syntax;
8526 (ispell-process-line): Fix alignment error when manually
8527 correcting spelling.
8528 (ispell): Fix comment string.
8529 (ispell-add-per-file-word-list): Always put word list on new line.
8530
8531 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8532
8533 * format.el (format-encode-run-method): Fix error message to say
8534 `encode' instead of `decode'. Use save-window-excursion around
8535 shell-command-on-region as in format-decode-run-method because
8536 shell-command-on-region can display a buffer with error output.
8537 (format-decode): Don't record undo information for the decoding.
8538 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8539 that number part of the temporary buffer name so that more than
8540 one decoding using a temporary buffer can happen safely.
8541
8542 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8543 of `A-z' in the regexp.
8544
8545 * hilit-chg.el: Fix typos in commentary.
8546
8547 * help.el (view-emacs-news): Rewritten for new naming scheme
8548 for old NEWS files.
8549
8550 * startup.el (command-line): Pop to *Messages* in case an error
8551 is signaled while loading user-init-file.
8552
8553 2000-08-17 Andreas Schwab <schwab@suse.de>
8554
8555 * files.el (insert-directory): Don't lose original file name,
8556 undoing an undocumented change.
8557
8558 2000-08-17 Alex Schroeder <alex@gnu.org>
8559
8560 * sql.el (sql-magic-go): Use comint-bol.
8561 (sql-copy-column): Use comint-line-beginning-position.
8562 (comint-line-beginning-position): Define a replacement for
8563 comint-line-beginning-position if it is not fboundp.
8564
8565 2000-08-17 Alex Schroeder <alex@gnu.org>
8566
8567 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8568 it didn't have any effect anyway.
8569
8570 2000-08-17 Alex Schroeder <alex@gnu.org>
8571
8572 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8573 --pset and pager=off instead of sending \\o|cat at the beginning
8574 of the session.
8575
8576 2000-08-17 Miles Bader <miles@gnu.org>
8577
8578 * progmodes/octave-inf.el: Add compatibility definition of
8579 comint-line-beginning-position.
8580
8581 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8582
8583 * startup.el (normal-top-level): Look in each dir in load-path for
8584 a leim-list.el file too. This assures of loading leim-list.el
8585 that is created at Emacs installation time even if a user have his
8586 own leim-list.el.
8587
8588 2000-08-17 Miles Bader <miles@gnu.org>
8589
8590 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8591 foreground color to black if the background is dark.
8592
8593 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8594
8595 * loadhist.el (unload-feature): Typo.
8596
8597 * finder.el (finder-compile-keywords):
8598 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8599 to the generated file.
8600
8601 * mail/mh-e.el (mh-make-local-vars):
8602 Replace make-variable-buffer-local with make-local-variable.
8603
8604 * play/landmark.el:
8605 * options.el (Edit-options-{set,toggle,t,nil}):
8606 * mail/mailabbrev.el (mail-abbrevs-mode):
8607 * textmodes/tex-mode.el (tex-expand-files):
8608 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8609
8610 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8611
8612 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8613 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8614 Allow going past the last element.
8615 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8616 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8617 (cvs-mouse-toggle-mark): Don't move point.
8618 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8619
8620 * progmodes/compile.el (grep): Provide a default set of files.
8621 (next-error): Docstring fix.
8622 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8623
8624 * emacs-lisp/easy-mmode.el (define-minor-mode):
8625 Use `symbol-value' to keep the byte-compiler quiet.
8626
8627 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8628 (diff-find-source-location): New fun, extracted from diff-goto-source.
8629 (diff-goto-source): Use it.
8630 (diff-next-complex-hunk, diff-filter-lines): New function.
8631 (diff-apply-hunk): New command.
8632
8633 * smerge-mode.el (smerge-mode-menu): Doc fix.
8634
8635 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8636
8637 2000-08-16 Dave Love <fx@gnu.org>
8638
8639 * windmove.el (windmove) <defgroup>: Add :version.
8640
8641 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8642 (goto-address-fontify-p, goto-address-highlight-p)
8643 (goto-address-url-face, goto-address-url-mouse-face)
8644 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8645 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8646 (goto-address-fontify, goto-address-at-mouse): Simplify,
8647 (goto-address-at-point): browse-url-url-at-point,
8648 goto-address-find-address-at-point can return nil.
8649 (goto-address-find-address-at-point): Return nil on failure.
8650
8651 * align.el (align) <defgroup>: Add :version.
8652
8653 * calculator.el (calculator): Add :version.
8654 (calculator): Use two lines for calculator window if `modeline'
8655 face is boxed.
8656
8657 * play/5x5.el: Doc fixes.
8658 (5x5) <defgroup>: Add :version.
8659
8660 * play/fortune.el (fortune) <defgroup>: Add :version.
8661 (fortune-append): Fix error message.
8662 (fortune-from-region): Doc fix.
8663
8664 * play/pong.el (pong): Doc fix.
8665
8666 * play/morse.el: Keywords, commentary, autoloads.
8667
8668 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * desktop.el (desktop-save): Don't look at symbol-value of a
8671 member of minor-mode-alist, unless it is boundp.
8672
8673 2000-08-16 Sam Steingold <sds@gnu.org>
8674
8675 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8676 `while'; use `with-current-buffer' instead of `save-excursion'.
8677 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8678
8679 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8680
8681 * international/ccl.el (declare-ccl-program): Docstring modified.
8682 (ccl-execute-with-args): Likewise.
8683
8684 2000-08-16 Miles Bader <miles@gnu.org>
8685
8686 * progmodes/sql.el: Add compatibility definition of
8687 comint-line-beginning-position.
8688
8689 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8690
8691 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8692 'buffer-menu' property.
8693 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8694 fails.
8695 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8696 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8697 wasn't killed.
8698
8699 * buff-menu.el (list-buffers-noselect): Don't display the
8700 *Buffer List* buffer.
8701
8702 * font-lock.el: Require jit-lock to prevent a very late
8703 `Loading jit-lock' message.
8704
8705 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8706 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8707 mail address.
8708
8709 2000-08-15 Miles Bader <miles@gnu.org>
8710
8711 * textmodes/ispell.el (ispell-graphic-p): New constant.
8712 (ispell-choices-win-default-height, ispell-help): Use
8713 `ispell-graphic-p' instead of `xemacsp'.
8714
8715 2000-08-15 Dave Love <fx@gnu.org>
8716
8717 * simple.el: Autoload widget-convert when compiling.
8718 (mail-user-agent): Doc fix.
8719
8720 * help.el (function-called-at-point, variable-at-point): Use
8721 with-syntax-table.
8722 (help-manyarg-func-alist): Add insert-and-inherit.
8723
8724 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8725
8726 * delsel.el (delsel-unload-hook): New function.
8727
8728 * find-file.el: Doc fixes. Move provide to end.
8729 (ff) <defgroup>: Add :link.
8730 (ff-goto-click): Deleted.
8731 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8732 Use mouse-set-point.
8733
8734 * textmodes/tildify.el: Doc fixes.
8735 (tildify) <defgroup>: Add:version.
8736
8737 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8738 (glasses-custom-set): Use set-default, not set.
8739 (minor-mode-alist): Propertize the lighter.
8740 (glasses-mode): Provide optional arg.
8741
8742 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8743 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8744 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8745 option. Provide :type.
8746 (cwarn-configuration): Provide :type.
8747 (cwarn-mode): Doc fix.
8748
8749 * add-log.el (change-log-merge): Doc fix.
8750 (change-log-redate): New command.
8751
8752 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8753 Doze and Dog.
8754 (browse-url): Use dolist, not mapcar.
8755 (browse-url-at-point): Check for null url.
8756 (browse-url-event-buffer, browse-url-event-point): Functions
8757 deleted.
8758 (browse-url-at-mouse, browse-url-netscape): Simplify.
8759
8760 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8761 modes.
8762 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8763 Fix previous change to mapcan.
8764 (msb--init-file-alist, msb--add-separators)
8765 (msb--make-keymap-menu): Simplify.
8766 (msb--choose-file-menu): Use copy-sequence.
8767 (msb-mode-map): Add title to keymap.
8768 (msb-unload-hook): New function.
8769
8770 * bs.el: Fix indentation.
8771 (bs) <defgroup>: Add :links.
8772 (bs-show): Doc fix.
8773 (bs-apply-sort-faces): Don't use window-system.
8774 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8775
8776 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8777
8778 * calendar/timeclock.el (timeclock-file): Run .timelog through
8779 convert-standard-filename.
8780
8781 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8782
8783 * emacs-lisp/authors.el: New file.
8784
8785 * paren.el (show-paren-priority): New user option.
8786 (show-paren-function): Set overlay priorities to
8787 show-paren-priority.
8788
8789 2000-08-14 Miles Bader <miles@gnu.org>
8790
8791 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8792 beginning-of-line with inhibit-field-text-motion bound.
8793
8794 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8795
8796 * calendar/timeclock.el: New file.
8797
8798 2000-08-14 David Ponce <david@dponce.com>
8799
8800 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8801 `widget-button-click'. so that one can use left mouse button to
8802 click on dialog buttons.
8803
8804 2000-08-14 Emmanuel Briot <briot@gnat.com>
8805
8806 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8807 identifiers, since XML is case sensitive
8808
8809 2000-08-12 Miles Bader <miles@gnu.org>
8810
8811 * comint.el (comint-output-filter): Don't bother frobbing
8812 window-start, it doesn't seem to be necessary.
8813
8814 * comint.el (comint-send-string, comint-send-region): Make into
8815 real functions. Snapshot the prompt before sending.
8816
8817 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8820 technique similar to Info-index, instead of relying on specific
8821 names of relevant Index nodes.
8822 (Info-goto-emacs-command-node): Bind Info-history to nil when
8823 going to the first node found by Info-find-emacs-command-nodes.
8824
8825 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8826
8827 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8828
8829 2000-08-10 Miles Bader <miles@gnu.org>
8830
8831 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8832
8833 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8834
8835 * info.el (Info-file-list-for-emacs): More elements for the
8836 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8837 and woman manuals.
8838
8839 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8840
8841 * comint.el (comint-send-input): Make the newline boundary overlay
8842 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8843 (comint-output-filter): Use `insert' instead of
8844 `insert-before-markers'. Extend comint-last-output-overlay when
8845 necessary since we can't rely on insert-before-markers to do it.
8846 * gud.el (gud-filter): Use `with-current-buffer' instead of
8847 save-excursion when inserting the output, so that point gets
8848 updated correctly; the old method relied on a rather dodgy
8849 side-effect of comint-output-filter to avoid the effect of
8850 save-excursion.
8851
8852 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * files.el (recover-file): Call insert-directory instead of
8855 invoking `ls' directly.
8856
8857 2000-08-10 Miles Bader <miles@gnu.org>
8858
8859 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8860 (comint-last-prompt-overlay): New variables.
8861 (comint-output-filter): Implement prompt highlighting.
8862 (comint-snapshot-last-prompt): New function.
8863 (comint-send-input): Snapshot the last prompt.
8864 Use comint-highlight-input-face.
8865 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8866 Use defface instead of defcustom.
8867 (send-invisible, comint-send-eof): Snapshot the last prompt.
8868 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8869 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8870
8871 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8872
8873 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8874 (regexp-opt-group): Use a list of chars for `letters'.
8875 (regexp-opt-charset): `chars' is now a list of chars.
8876 Use a char-table rather than a vector so it works for multibyte chars.
8877
8878 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8879 Set cvs-minor-current-files to the selected fileinfo.
8880 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8881 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8882
8883 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8884
8885 * files.el (insert-directory): Don't call access-file on
8886 directories on DOS and Windows.
8887
8888 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8889
8890 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8891 longer if necessary.
8892 (ccl-embed-code): Call ccl-embed-data to store CODE in
8893 ccl-program-vector.
8894
8895 2000-08-09 Miles Bader <miles@gnu.org>
8896
8897 * comint.el (comint-output-filter): Properly handle the case where
8898 the text surrounded by comint-last-output-overlay was deleted.
8899
8900 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8901
8902 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8903 non-nil.
8904 (Info-file-list-for-emacs): Remove "info" from the list because
8905 that leads to trying to use the documentation from file `info'
8906 in various situations where it isn't appropriate, for instance
8907 C-h C-k C-h i.
8908
8909 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8910 DIR and/or STRING are nil.
8911
8912 * progmodes/compile.el (compilation-setup): Make variable
8913 compilation-error-screen-columns buffer-local, as some comment
8914 in the code suggests it should be.
8915
8916 * files.el (auto-mode-interpreter-regexp): New variable.
8917 (set-auto-mode): Use it.
8918
8919 * indent.el (indent-for-tab-command): Doc fix.
8920
8921 * mouse-sel.el (mouse-sel-mode): Doc fix.
8922
8923 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8924 labels.
8925
8926 * help.el (print-help-return-message): When
8927 display-buffer-reuse-frames is set, let the help window been quit,
8928 instead of deleting it, which might delete a reused frame.
8929
8930 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8931
8932 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8933 rename a directory to a name that differs only by its letter case.
8934
8935 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8936
8937 * international/quail.el (quail-define-rules): Handle Quail decode
8938 map correctly. Add code for supporting annotations.
8939 (quail-install-decode-map): New function.
8940 (quail-defrule-internal): New optional arguments decode-map and
8941 props.
8942 (quail-advice): New function.
8943
8944 2000-08-07 Sam Steingold <sds@gnu.org>
8945
8946 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8947 `defconst', `define-condition', `with-slots'.
8948 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8949
8950 2000-08-03 Miles Bader <miles@gnu.org>
8951
8952 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8953 New variable.
8954 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8955 comint-use-prompt-regexp-instead-of-fields.
8956 (comint-send-input): Add `input' field property to stuff we send to
8957 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8958 (comint-output-filter): Add `output' field property to process
8959 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8960 (comint-replace-by-expanded-history)
8961 (comint-get-old-input-default, comint-show-output)
8962 (comint-backward-matching-input, comint-forward-matching-input)
8963 (comint-next-prompt, comint-previous-prompt): Use field
8964 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8965 (comint-line-beginning-position): New function.
8966 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8967 (comint-replace-by-expanded-history-before-point): Use
8968 comint-line-beginning-position and line-end-position.
8969 (comint-last-output-overlay): New variable.
8970 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8971
8972 * shell.el (shell-prompt-pattern): Doc change.
8973 (shell-backward-command): Use line-beginning-position.
8974
8975 * gud.el (gud-gdb-complete-command): Use
8976 comint-line-beginning-position.
8977
8978 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8979 comint-bol doesn't actually go to the beginning of the line.
8980
8981 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8982 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8983 (try-expand-line-all-buffers): Likewise.
8984
8985 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8986 explicitly matching comint-prompt-regexp.
8987 (sql-copy-column): Use comint-line-beginning-position instead of
8988 explicitly matching comint-prompt-regexp.
8989
8990 * progmodes/octave-inf.el (inferior-octave-complete): Use
8991 comint-line-beginning-position.
8992
8993 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8994
8995 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8996 looking for a prompt, use `forward-line 0' instead of
8997 `beginning-of-line', to avoid getting caught by an input field.
8998
8999 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9000
9001 * files.el (shell-quote-wildcard-pattern): Make sure to return
9002 PATTERN, in the Unix case.
9003
9004 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * play/zone.el (zone): Discard any pending input before running
9007 the randomly-chosen pgm.
9008
9009 2000-08-07 Kenichi Handa <handa@etl.go.jp>
9010
9011 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9012 checking the existence of any multibyte characters.
9013
9014 2000-08-06 Gerd Moellmann <gerd@gnu.org>
9015
9016 * help.el (describe-mode): Test minor-mode symbol for being
9017 bound before testing its value for being nil.
9018
9019 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9020 `first', `second', and `third'.
9021
9022 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9023 (second): Make it an alias for `cadr'.
9024
9025 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9026
9027 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9028 types of display support faces now.
9029
9030 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9031
9032 * pcvs.el (require): Require `cl' during compilation, only.
9033
9034 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9035 (toplevel): Remove `remq' and `remove' from autoloads.
9036 (cl-fake-autoloads): New variable. If set, arrange for an error
9037 when CL functions etc. are autoloaded.
9038
9039 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9040
9041 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9042
9043 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9044 popped up, but the user clicks outside the menu, return an empty
9045 regexp (that causes unhighlight-regexp to have no effect).
9046
9047 * menu-bar.el (menu-bar-games-menu): Add Zone.
9048
9049 * hi-lock.el (toplevel): Require font-lock.
9050
9051 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9052
9053 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9054 (ebnf-8-bit-chars): New var for bug fix.
9055 (ebnf-string): Bug fix.
9056
9057 2000-08-03 Sam Steingold <sds@gnu.org>
9058
9059 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9060 instead of `buffer-string'.
9061 (require 'cl): Always, not just when compiling.
9062 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9063 necessary.
9064
9065 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9066
9067 * international/mule-cmds.el (select-safe-coding-system): Make
9068 the message text about selecting a safe coding system more clear.
9069
9070 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9071
9072 * hi-lock.el: New file.
9073
9074 * play/zone.el: New file.
9075
9076 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9077 value of tab-width in the original buffer. Choose a line number
9078 format that's a multiple of the original buffer's tab width, so
9079 that lines appear right.
9080
9081 * textmodes/ispell.el (ispell): New function, replacing an alias.
9082 Spell-check active region if in transient-mark-mode and mark
9083 is active; otherwise spell-check buffer.
9084
9085 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9086
9087 * ps-mule.el: Fix a customization problem on
9088 ps-mule-font-info-database-default.
9089
9090 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9091
9092 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9093 display-mouse-p instead of window-system.
9094 (ebrowse-member-mode-map): Ditto.
9095
9096 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9097
9098 * progmodes/ebnf2ps.el: Update ps-print functions call.
9099 Indentation fix. Doc fix.
9100 (ebnf-version): New version number (3.2).
9101 (ebnf-format-color, ebnf-begin-job): Code fix.
9102
9103 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9104
9105 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9106 font lock support on window-system.
9107 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9108
9109 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9110 display-color-p, if fboundp, instead of window-system.
9111
9112 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9113
9114 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9115 instead of window-system.
9116
9117 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9118 window-system.
9119 (widget-choice-mouse-down-action): Use display-popup-menus-p
9120 instead of window-system.
9121
9122 * strokes.el (strokes-file): Run the file name through
9123 convert-standard-filename.
9124 (strokes-mode): Call display-mouse-p instead of looking at
9125 window-system. Change the error message accordingly.
9126
9127 * progmodes/cpp.el (toplevel): Support faces on tty's.
9128
9129 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9130 (lm-plot-square, lm-init-display): Don't use window-system.
9131
9132 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9133 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9134
9135 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9136 instead of looking at window-system.
9137
9138 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9139
9140 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9141 of testing if iswitchb-prepost-hooks is bound, because the
9142 latter will always be true when invoking a recursive minibuffer
9143 from an active Iswitchb buffer.
9144
9145 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9146
9147 * files.el (shell-quote-wildcard-pattern): New function.
9148 (insert-directory): Call it. Only prepend "\" to command on Unix
9149 and GNU/Linux systems.
9150
9151 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9152
9153 * eshell/esh-groups.el: Change custom :link file names
9154 from `eshell.info' to `eshell'.
9155
9156 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9157
9158 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9159 correctly in recursive ange-ftp listings.
9160
9161 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9162
9163 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9164 ps-header-font-size-internal and
9165 ps-header-title-font-size-internal variables are not set,
9166 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9167 face text property is (foreground-color . COLOR) or
9168 `(background-color . COLOR)', ps-print crashes. Doc fix.
9169 (ps-print-version): New version number (5.2.4).
9170 (ps-plot-region): Code fix.
9171 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9172 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9173 Bug fix 2.
9174
9175 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9176
9177 * glasses.el (glasses-make-readable): Fix uncapitalization of
9178 identifiers like `myXMLDocument'.
9179
9180 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9181
9182 * mail/mail-hist.el (mail-hist-previous-input)
9183 (mail-hist-next-input): Do the obvious code factorization.
9184 (mail-hist-retrieve-and-insert): New func, contains common
9185 code of above two.
9186 If inserting a message body, leave point at top.
9187
9188 2000-07-28 Sam Steingold <sds@gnu.org>
9189
9190 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9191 Use `<=', not `<' to compare times!
9192 (ange-ftp-ls): Remove.
9193
9194 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9195
9196 * play/cookie1.el: Add explanation of how to make cookie.el
9197 compatible with strfile(1) to comment.
9198
9199 * subr.el (remove, remq): New functions.
9200
9201 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9202 escape `*' in regexps.
9203 (midnight-find): Reverse order of arguments in the funcall of
9204 TEST.
9205
9206 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9207 and `.class'.
9208
9209 * play/meese.el: Add Commentary section.
9210
9211 2000-07-27 Alex Schroeder <alex@gnu.org>
9212
9213 * sql.el (sql-ms): Added autoload cookie.
9214 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9215 (sql-oracle): Ditto.
9216 (sql-help): Doc change.
9217
9218 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9219 types and exceptions.
9220
9221 2000-07-27 Alex Schroeder <alex@gnu.org>
9222
9223 * sql.el (sql-placeholder-history): New variable.
9224 (sql-query-placeholders-and-send): New function that will query
9225 the user and replace placeholders with user input.
9226 (sql-oracle): If running on NT, set comint-input-sender to
9227 sql-query-placeholders-and-send.
9228
9229 (sql-stop): If in the SQLi buffer, insert stop notification, else
9230 present it as a message.
9231
9232 2000-07-27 Alex Schroeder <alex@gnu.org>
9233
9234 * sql.el (sql-input-ring-separator): Doc change.
9235 (sql-input-ring-file-name): Doc change.
9236 (sql-interactive-mode): Use `sql-input-ring-separator' and
9237 `sql-input-ring-file-name' to set the comint-mode equivalents
9238 without making them local variables.
9239 (sql-stop): Don't bind `sql-input-ring-separator' and
9240 `sql-input-ring-file-name' dynamically to their comint-mode
9241 equivalents.
9242
9243 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9244
9245 * international/mule.el (register-char-codings): New function.
9246 (make-coding-system): Handle `safe-chars' specification in the arg
9247 PROPERTY.
9248
9249 * international/mule-cmds.el
9250 (find-coding-systems-region-subset-p): This function deleted.
9251 (sort-coding-systems-predicate): New variable.
9252 (sort-coding-systems): New function.
9253 (find-coding-systems-region): Use
9254 find-coding-systems-region-internal.
9255 (find-coding-systems-string): Use find-coding-systems-region.
9256 (find-coding-systems-for-charsets): Check
9257 char-coding-system-table.
9258 (select-safe-coding-system-accept-default-p): New variable.
9259 (select-safe-coding-system): Mostly rewritten. New argument
9260 ACCEPT-DEFAULT-P.
9261 (select-message-coding-system): Call select-safe-coding-system
9262 with ACCEPT-DEFAULT-P arg.
9263 (reset-language-environment): Reset default-sendmail-coding-system
9264 to the default value iso-latin-1.
9265 (set-language-environment): Don't set the obsolete variable
9266 charset-origin-alist.
9267
9268 * international/codepage.el (cp-coding-system-for-codepage-1):
9269 Give `safe-chars' property to make-coding-system.
9270
9271 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9272 calling select-message-coding-system twice.
9273
9274 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9275 instead of `safe-charsets'.
9276 (cyrillic-alternativnyj): Likewise.
9277 (ccl-encode-alternativnyj): Don't check the charset
9278 cyrillic-iso8859-5.
9279
9280 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9281
9282 * composite.el (compose-chars-after): Preserve match data.
9283
9284 2000-07-26 Sam Steingold <sds@gnu.org>
9285
9286 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9287 (ange-ftp-real-file-newer-than-file-p): New function.
9288 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9289 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9290
9291 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9292 * midnight.el (midnight-float-time): Ditto.
9293
9294 2000-07-26 Andreas Schwab <schwab@suse.de>
9295
9296 * files.el (normal-backup-enable-predicate): Correct
9297 interpretation of the return value of compare-strings.
9298
9299 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9300
9301 * isearch.el (isearch-resume): New function.
9302 (isearch-done): Add something to command-history to resume
9303 the search.
9304 (isearch-yank-line, isearch-yank-word): Use
9305 buffer-substring-no-properties instead of buffer-substring.
9306
9307 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9308 of flyspell-mouse-map.
9309
9310 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9311 duplicate definition.
9312 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9313
9314 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9315 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9316
9317 2000-07-25 Sam Steingold <sds@gnu.org>
9318
9319 * net/ange-ftp.el: Get modtime over the net.
9320 (ange-ftp-file-modtime): New function.
9321 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9322 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9323 Use it.
9324 (ange-ftp-dot-to-slash): New function.
9325 (ange-ftp-fix-name-for-vms): Use it.
9326
9327 * midnight.el (midnight-buffer-display-time): Use
9328 `with-current-buffer'.
9329
9330 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9331
9332 * find-dired.el: Update copyright notice.
9333 (find-dired): Offer to kill a running `find'.
9334
9335 * enriched.el (enriched-face-ans): For a `foreground-color'
9336 property, return '(("x-color" COLOR))' so that COLOR will be
9337 output as a parameter of the x-color annotation. Likewise for the
9338 `background-color' property. In the case of normal face
9339 properties, don't return annotations for unspecified foreground
9340 and background face attributes.
9341
9342 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9343
9344 * language/japan-util.el (japanese-katakana-region): Fix handling
9345 HANKAKU argument.
9346
9347 2000-07-25 Miles Bader <miles@gnu.org>
9348
9349 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9350 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9351 constrain-to-field.
9352
9353 2000-07-24 Andrew Innes <andrewi@gnu.org>
9354
9355 * timer.el (timer-activate-when-idle): Add optional parameter
9356 DONT-WAIT. Update docstring.
9357 (run-with-idle-timer): Specify extra parameter to
9358 timer-activate-when-idle, so that timer will be activated
9359 immediately if Emacs is already idle.
9360
9361 * w32-fns.el (w32-using-nt): Fix docstring.
9362
9363 2000-07-24 Dave Love <fx@gnu.org>
9364
9365 * mouse.el (popup-menu): Set last-command-event.
9366 (mouse-major-mode-menu-prefix): Declare.
9367
9368 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9369
9370 * textmodes/flyspell.el: Update to author's version 1.5d.
9371
9372 * progmodes/hideshow.el: Update copyright notice.
9373
9374 * vcursor.el: Set maintainer to FSF, since author cannot
9375 be reached.
9376
9377 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9378
9379 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9380 the prompt.
9381
9382 * mouse.el (popup-menu): Run the keymap through indirect-function,
9383 in case it was defined with define-prefix-key. If the menu is a
9384 list of keymaps, look up the binding of user's choice in each one
9385 of the keymaps.
9386 (mouse-popup-menubar): If the global and local menu-bar keymaps
9387 don't have a prompt string, create one and insert it into the
9388 keymap. Don't barf if current-local-map returns nil.
9389
9390 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9391
9392 * dired.el (dired-sort-R-check): Added to allow recursive listing
9393 to be undone.
9394 (dired-sort-other): Use it.
9395
9396 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9397
9398 * Release of cc-mode 5.27
9399
9400 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9401
9402 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9403 c-beginning-of-statement-1 that caused a bad case of recursion
9404 which could consume a lot of CPU in large classes in languages
9405 that have in-expression classes (i.e. Java and Pike).
9406
9407 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9408 statements before top level constructs (i.e. case 6 is moved
9409 before case 5 and is now case 4) to catch in-expression
9410 classes in top level expressions correctly.
9411
9412 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9413
9414 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9415 objc-method-intro. Case 4 removed and case 5I added.
9416
9417 * cc-langs.el (c-append-paragraph-start): New variable used by
9418 c-common-init to get paragraph-start correct.
9419 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9420 initialize paragraph-start to make it correct both with and
9421 without the javadoc special case.
9422
9423 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9424 initialize paragraph-start for javadoc markup.
9425
9426 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9427 change by defaulting this to t. It's motivated by the
9428 confusing behavior that otherwise arise from the style system
9429 when editing both java and non-java files at the same time
9430 (see the comments about style setting in c-common-init).
9431
9432 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9433
9434 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9435 similar to the one in c-fill-paragraph to check the fill
9436 prefix from the adaptive fill function for sanity.
9437
9438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9439
9440 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9441 defun block.
9442
9443 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9444
9445 * cc-mode.texi Documented the change of cpp-macro.
9446
9447 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9448
9449 * cc-align.el (c-lineup-multi-inher): Handle lines with
9450 leading comma nicely. Extended to handle member initializers
9451 too.
9452
9453 * cc-engine.el: (c-beginning-of-inheritance-list,
9454 c-guess-basic-syntax): Fixed recognition of inheritance lists
9455 when the lines begins with a comma.
9456
9457 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9458
9459 * cc-vars.el (c-offsets-alist): Changed default for
9460 member-init-cont to c-lineup-multi-inher since it now handles
9461 member initializers and indents better for leading commas.
9462
9463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9464
9465 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9466 handling that caused class open lines to be recognized as
9467 statement-conts in some cases.
9468
9469 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9470 guessed by the adaptive fill function unless point is on the
9471 first line of a block comment.
9472
9473 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9474 when the buffer ends with a macro continuation char.
9475
9476 * cc-engine.el (c-guess-basic-syntax): Added support for
9477 function definitions as statements in Pike. The first
9478 statement in a lambda block is now labeled defun-block-intro
9479 instead of statement-block-intro.
9480
9481 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9482 so that the class surrounding point is selected, not the one
9483 innermost in the state.
9484
9485 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9486 recognition of switch labels having hanging multiline
9487 statements.
9488
9489 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9490 some code in c-guess-basic-syntax to a separate function.
9491 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9492 recognition of member inits with multiple line arglists.
9493 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9494 member-init-cont when the commas are in funny places.
9495
9496 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9497
9498 * cc-defs.el (c-auto-newline): Removed this macro since it's
9499 not used anymore.
9500
9501 * cc-engine.el (c-looking-at-bos): New helper function.
9502 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9503 inexpr and toplevel classes apart in Pike.
9504
9505 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9506 of case 9A.
9507
9508 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9509 constant, since "class" can introduce an in-expression class
9510 in Pike nowadays.
9511
9512 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9513
9514 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9515 indentation on cpp-macro lines.
9516
9517 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9518 a syntax modifier like comment-intro, to make it possible to
9519 get syntactic indentation for preprocessor directives. It's
9520 incompatible wrt to lineup functions on cpp-macro, but it has
9521 no observable effect in the 99.9% common case where cpp-macro
9522 is set to -1000.
9523
9524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9525
9526 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9527 member-init-cont when the preceding arglist is several lines.
9528
9529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9530
9531 * cc-styles.el (c-style-alist): The basic offset for the BSD
9532 style corrected to 8.
9533
9534 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9535
9536 * cc-styles.el (c-style-alist): Adjusted the indentation of
9537 brace list openers in the gnu style.
9538
9539 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9540
9541 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9542
9543 * cc-cmds.el (c-electric-brace, c-electric-slash,
9544 c-electric-star, c-electric-semi&comma, c-electric-colon,
9545 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9546 when c-syntactic-indentation is nil.
9547
9548 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9549 we were left at comments preceding the first statement when
9550 reaching the beginning of the buffer.
9551
9552 * cc-vars.el (c-syntactic-indentation): New variable to turn
9553 off all syntactic indentation.
9554
9555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9556
9557 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9558 between the text and the block comment ender when it hangs,
9559 depending on how many there are before the fill.
9560
9561 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9562
9563 * cc-engine.el (c-beginning-of-closest-statement): New helper
9564 function to go back to the closest preceding statement start,
9565 which could be inside a conditional statement.
9566 * cc-engine.el (c-guess-basic-syntax): Use
9567 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9568
9569 * cc-engine.el (c-guess-basic-syntax): Better handling of
9570 arglist-intro, arglist-cont-nonempty and arglist-close when
9571 the arglist is nested inside parens. Cases 7A, 7C and 7F
9572 changed.
9573
9574 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9575 up-to-date with javadoc 1.2.
9576
9577 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9578
9579 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9580 multiline Pike type decls.
9581
9582 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9583
9584 * cc-cmds.el (c-indent-new-comment-line): Always break
9585 multiline comments in multiline mode, regardless of
9586 comment-multi-line.
9587
9588 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9589
9590 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9591 fully::qualified::names in C++ member init lists. Preamble in
9592 case 5D changed.
9593
9594 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9595
9596 * cc-langs.el (c-common-init): Handling of obsolete variables
9597 moved to c-initialize-cc-mode. More compatible style override
9598 when using global style variables.
9599 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9600 variables moved here.
9601
9602 * cc-mode.texi: Documented the special behavior of
9603 c-special-indent-hook as a style variable. Don't talk about
9604 doing (c-make-styles-buffer-local t) in a mode hook, since
9605 that's already too late to work right.
9606
9607 * cc-styles.el (c-make-styles-buffer-local): Flag style
9608 variable localness in c-style-variables-are-local-p to make
9609 the compatibility measure in c-common-init work well.
9610
9611 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9612 longer contain set-from-style.
9613 * cc-styles.el (c-initialize-builtin-style): Don't check for
9614 set-from-style on c-special-indent-hook.
9615 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9616 copy-alist is sufficient now.
9617
9618 * cc-styles.el (c-set-style, c-set-style-1,
9619 c-get-style-variables): Fixes to variable initialization so
9620 that duplicate entries in styles have the same effect
9621 regardless of DONT-OVERRIDE.
9622
9623 * cc-styles.el (c-set-style-2): Fixed bug where the
9624 initialization of inheriting styles failed when the
9625 dont-override flag is set.
9626
9627 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9628 on this.
9629
9630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9631
9632 * cc-defs.el (c-forward-comment): Removed the workaround
9633 introduced in 5.38 since it had worse side-effects. If a line
9634 contains the string "//\"", it regarded the // as a comment
9635 start since the \ temporarily doesn't have escape syntax.
9636
9637 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9638
9639 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9640 ada-xref.el before ada-prj.el, so that the Project menu is created
9641 when ada-prj tries to add to it.
9642 (ada-activate-keys-for-case): Suppress the characters that are not
9643 part of the Ada syntax. Better compatibility with else-mode
9644 (ada-adjust-case-interactive): When auto-casing is not active,
9645 correctly insert newlines (used to insert only ^M). Prevent the
9646 syntax table from being changed in case of an error
9647 (or '_' becomes part of a word and some commands are confused).
9648 Do nothing if ada-auto-case is nil.
9649 (ada-after-keyword-p): Ignore keywords that are also attributes
9650 (ada-batch-reformat): Update usage comment
9651 (ada-call-from-contextual-menu): New function
9652 (ada-case-read-exceptions): Reinitialize the casing exception list
9653 first to nil first, so that the casing exception file can be
9654 shared.
9655 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9656 files.
9657 (ada-compile-goto-error): Fix regexp used to detect a file:line
9658 anywhere in the error message
9659 (ada-contextual-menu-last-point): New variable
9660 (ada-create-keymap): If the variable delete-key-deletes-forward is
9661 t on XEmacs, it means that DEL should delete one character
9662 forward.
9663 (ada-create-menu): Use :included instead of :visible for XEmacs.
9664 New submenu "Options".
9665 (ada-end-stmt-re): Correctly indent "select ... then abort"
9666 statements.
9667 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9668 even if they don't match ada-fill-comment-prefix Fix handling of
9669 paragraphs on the first or last line of a file.
9670 (ada-format-paramlist): Fix handling of default parameter values.
9671 (ada-get-body-name): New function.
9672 (ada-get-current-indent): Optimized by searchling directly for an
9673 existing generic part or a statement outside of it. Handle
9674 ada-indent-align-comments when indenting comments Replaced some
9675 regexps by testing directly the next character. This results in a
9676 huge speedup on some files. New indentation scheme for renames
9677 statements. Stop looking for the 'while' or 'for' associated with
9678 a 'loop' at the first semicolon encountered. A "return" can also
9679 match an anonymous access subprogram declaration.
9680 (ada-get-indent-noindent): Ignore strings and comments when
9681 looking for the keywords "record" and "private".
9682 (ada-goto-matching-decl-start): When matching "if", make sure we
9683 are not in fact seeing "end if". Ignore "when" statements except
9684 when initial keyword was "begin". Fix handling of nested
9685 procedures. Add a recursive call to this function to skip over
9686 other 'end' statmts. Fix indentation for "when .. => begin"
9687 (ada-in-open-paren-p): Fix indentation for complex boolean
9688 expressions, where 'and then', 'or else' and parenthesis
9689 statements are mixed up.
9690 (ada-in-paramlist-p): Skip comments while searching for the
9691 beginning Fix handling of operator declarations.
9692 (ada-indent-align-comments): New variable
9693 (ada-indent-current): Change the syntax table only in the
9694 protected section, so that we are sure it is restored correctly.
9695 (ada-indent-on-previous-lines): Use ada-use-indent and
9696 ada-with-indent Correctly indent "select ... then"
9697 (ada-indent-region): Slight speedup.
9698 (ada-indent-renames): New variable.
9699 (ada-last-which-function-subprog, ada-last-which-function-line):
9700 New variables
9701 (ada-looking-at-semi-private): Correctly indent the 'private'
9702 keyword when it is the first word in a package declaration.
9703 (ada-loose-case-word): Stop searching if at the end of the buffer.
9704 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9705 even if point is not initially at the end of the word.
9706 (ada-matching-decl-start-re): Add "when".
9707 (ada-mode): Add support for abbrev-mode, outline-mode and
9708 which-func-mode Override the old find-file.el entry in
9709 ff-special-constructs since it is using the obsolete
9710 ada-spec-suffix variable
9711 (ada-no-auto-case): New function
9712 (ada-scan-paramlist): When parsing the argument type, accept
9713 spaces (as in "X 'Class", generated by Rational Rose).
9714 (ada-other-file-name): No longer loads the other file.
9715 (ada-popup-menu): Save and restore the current buffer and cursor
9716 position before and after displaying the menu.
9717 (ada-search-ignore-complex-boolean): New function.
9718 (ada-uncomment-region): Emacs21 already knows how to delete
9719 comments not starting in the first column.
9720 (ada-use-indent): New variable
9721 (ada-which-function): New function.
9722 (ada-with-indent): New variable
9723 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9724 can be batch-compiled from the command line.
9725
9726 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9727 Add to the menu when the file is loaded, not in ada-mode-hook.
9728 Add -toolbar to the default ddd command Switches moved from
9729 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9730 ada-prj-default-comp-opt
9731 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9732 Reference Manual to the menu
9733 (ada-check-current): rewritten as a call to ada-compile-current
9734 (ada-compile): Removed.
9735 (ada-compile-application, ada-compile-current, ada-check-current):
9736 Set the compilation-search-path so that compile.el automatically
9737 finds the sources in src_dir. Automatic scrollong of the
9738 compilation buffer. C-uC-cC-c asks for confirmation before
9739 compiling
9740 (ada-compile-current): New parameter, prj-field
9741 (ada-complete-identifier): Load the .ali file before doing
9742 processing
9743 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9744 conform to gnatmake's behavior.
9745 (ada-find-file-in-dir): New function
9746 (ada-find-references): Set the environment variables for gnatfind
9747 (ada-find-src-file-in-dir): New function.
9748 (ada-first-non-nil): Removed
9749 (ada-gdb-application): Add support for jdb, the java debugger.
9750 (ada-get-ada-file-name): Load the original-file first if not done
9751 yet.
9752 (ada-get-all-references): Handles the new ali syntax (parent types
9753 are found between <>).
9754 (ada-initialize-runtime-library): New function
9755 (ada-mode-hook): Always load a project file when a file is opened,
9756 so that the casing exceptions are correctly read.
9757 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9758 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9759 to open the project file, since the latter does not work with
9760 speedbar Get default values before loading the prj file, or the
9761 default executable file name is wrong. Use the absolute value of
9762 src_dir to initialize ada-search-directories and
9763 compilation-search-path,... Add the standard runtime library to
9764 the search path for find-file.
9765 (ada-prj-default-debugger): Was missing an opening '{'
9766 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9767 variables.
9768 (ada-prj-default-gnatmake-opt): New variable
9769 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9770 buffers, the project file is the default one Save the windows
9771 configuration before displaying the menu.
9772 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9773 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9774 ...) regexp-quote identifiers names to support operators +,
9775 -,... in regexps.
9776 (ada-remote): New function.
9777 (ada-run-application): Erase the output buffer before starting the
9778 run Support remote execution of the application. Use
9779 call-process, or the arguments are incorrectly parsed
9780 (ada-set-default-project-file): Reread the content of the active
9781 project file, not the one from the current buffer When a project
9782 file is set as the default project, all directories are
9783 automatically associated with it.
9784 (ada-set-environment): New function
9785 (ada-treat-cmd-string): New special variable ${current}
9786 (ada-treat-cmd-string): Revised. The substitution is now done for
9787 any ${...} substring
9788 (ada-xref-current): If no body was found, compiles the spec
9789 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9790 compiler to get rid of command line length limitations.
9791 (ada-xref-get-project-field): New function
9792 (ada-xref-project-files): New variable
9793 (ada-xref-runtime-library-specs-path)
9794 (ada-xref-runtime-library-ali-path): New variables
9795 (ada-xref-set-default-prj-values): Default run command now does a
9796 cd to the build directory. New field: main_unit Provide a default
9797 file name even if the current buffer has no prj file.
9798
9799 * ada-prj.el:
9800 Rewritten to show a tabbed-dialog.
9801 (ada-prj-add-ada-menu): Remove the map and name parameters.
9802 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9803 New function
9804 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9805 (ada-prj-load-from-file): New function
9806 (ada-prj-save): Always save fields that depend on the current buffer
9807 (ada-prj-show-value): New function
9808
9809 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9810 Ada mode. This will allow us to display the Ada menu in any buffer
9811 we want (for project items).
9812 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9813 number of spaces in the header.
9814
9815 2000-07-24 Dave Love <fx@gnu.org>
9816
9817 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9818
9819 2000-07-23 Noah Friedman <friedman@splode.com>
9820
9821 * type-break.el (type-break): perform autosave.
9822 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9823 (type-break-do-query): Cancel query schedule while performing
9824 actual query, to avoid possibility of a second query being made
9825 while first one is already in progress.
9826 (type-break-time-stamp-format): New variable.
9827 (type-break-time-stamp): New function.
9828 (type-break-time-warning): Use it.
9829 (type-break-keystroke-warning): Use it.
9830 (type-break-noninteractive-query): Use it.
9831
9832 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9833 cookie.
9834 Use add-minor-mode to set minor-mode-alist, if available.
9835 (eldoc-echo-area-use-multiline-p): New user option.
9836 (eldoc-echo-area-multiline-supported-p): New variable.
9837 (eldoc-docstring-format-sym-doc): Use them.
9838 (eldoc-mode): If not using idle timers, append to local post and
9839 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9840 (eldoc-display-message-no-interference-p): Don't interfere with
9841 edebug.
9842 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9843 (eldoc-function-arglist): New function.
9844 (eldoc-function-argstring): Use it.
9845
9846 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9847 auto save directory exists before calling directory-files.
9848
9849 2000-07-23 Dave Love <fx@gnu.org>
9850
9851 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9852 ^o, ^u.
9853
9854 2000-07-21 Dave Love <fx@gnu.org>
9855
9856 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9857 now passed to the function. It now works properly.
9858
9859 * smerge-mode.el (smerge-mode-menu): Fill it out.
9860
9861 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9862
9863 * info-look.el (info-lookup): If *info* is shown in another frame
9864 on the same display, select that frame, instead of switching to
9865 the Info buffer in another window of the selected frame.
9866
9867 * simple.el (universal-argument-map): Bind numeric keypad keys
9868 kp-0 to kp-9 and kp-subtract.
9869 (digit-argument): Handle these keys.
9870
9871 2000-07-20 Dave Love <fx@gnu.org>
9872
9873 * net/goto-addr.el (goto-address-fontify): Don't bother with
9874 buffer-modified and read-only stuff -- irrelevant with overlays.
9875 Put an extra property on the overlays and use it to clean up in
9876 case goto-address is re-run.
9877
9878 2000-07-19 Richard M. Stallman <rms@gnu.org>
9879
9880 * timer.el (run-with-idle-timer): Doc fix.
9881
9882 * mail/mail-utils.el (mail-strip-quoted-names):
9883 Handle case where <...> appears inside "...".
9884 Use replace-match to edit the string more simply.
9885 (rmail-dont-reply-to): Cope with an unmatched ".
9886
9887 2000-07-19 Dave Love <fx@gnu.org>
9888
9889 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9890 implementation.
9891
9892 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9893 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9894 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9895
9896 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9897
9898 * textmodes/refer.el: Correct maintainer's email address.
9899
9900 * progmodes/hideif.el: Correct author's email address.
9901 Fix typo in comment.
9902
9903 * xml.el: New file.
9904
9905 * mail/mailheader.el: Correct author's mail address.
9906
9907 * gnus/parse-time.el: Correct author's mail address.
9908
9909 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9910
9911 * comint.el (comint-highlight-input, comint-highlight-face):
9912 New user options.
9913 (comint-input-ring-file-name): Change custom type.
9914 (comint-mode-map): Bind mouse-2.
9915 (comint-insert-clicked-input): New function.
9916 (comint-send-input): Handle input highlighting.
9917
9918 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9919
9920 * mouse.el (popup-menu): New function.
9921 (mouse-major-mode-menu): Use it.
9922
9923 2000-07-18 Dave Love <fx@gnu.org>
9924
9925 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9926 improvements.
9927
9928 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9929
9930 * faces.el (face-font-selection-order)
9931 (face-font-family-alternatives): Add custom type.
9932
9933 2000-07-18 Dave Love <fx@gnu.org>
9934
9935 * cus-edit.el (custom-variable-reset-saved)
9936 (custom-variable-reset-standard): Remove unused bindings.
9937
9938 * rect.el (open-rectangle-line): Remove unused let.
9939
9940 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9941
9942 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9943
9944 * cdl.el: Fix `Maintainer' keyword.
9945
9946 * play/pong.el: Add author's email address.
9947
9948 2000-07-17 Sam Steingold <sds@gnu.org>
9949
9950 * files.el (insert-directory): Call `split-string' instead of
9951 re-implementing it.
9952
9953 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9954
9955 * mail/vms-pmail.el: Change maintainer to FSF.
9956
9957 * net/goto-addr.el: Change maintainer to FSF.
9958
9959 * info.el (Info-title-face-alist): Removed.
9960
9961 2000-07-18 David Ponce <david@dponce.com>
9962
9963 * recentf.el (recentf-open-files): New command that works like
9964 `recentf-open-more-files', but shows the whole list of files (not just
9965 those omitted from the menu). Useful if you don't use a menu-bar!
9966 (recentf-open-more-files) Modified to use `recentf-open-files'.
9967
9968 (recentf-open-files, recentf-open-more-files)
9969 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9970
9971 (recentf-dialog-mode): New mode for dialogs. You can now just type
9972 "q" to cancel the dialogs.
9973
9974 2000-07-18 David Ponce <david@dponce.com>
9975
9976 * recentf.el: This is a major update of recentf.el. It adds new
9977 features to better organize the recentf menu and "More..." buffer.
9978
9979 Using new provided menu filtering functions you can now organize the
9980 recent files list:
9981
9982 - by major modes
9983 - by directories
9984 - by user defined rules
9985
9986 Finally, with the new `recentf-filter-changer' customizable filter you
9987 can define a ring of filters and dynamically (via the menu) cycle on
9988 each menu organization in the ring (a la msb).
9989
9990 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9991
9992 * eshell/eshell.el (eshell): Replace links to eshell.info with
9993 links to eshell, to avoid problems on systems where the manual is
9994 installed as `eshell'.
9995 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9996 * eshell/em-smart.el (eshell-smart): Ditto.
9997 * eshell/em-banner.el (eshell-banner): Ditto.
9998 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9999
10000 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10001 same-file check in the MS-DOS version (it does support inodes).
10002
10003 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10004
10005 * eshell/eshell.el (eshell-directory-name):
10006 Run default directory name through convert-standard-filename.
10007
10008 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10009
10010 * international/mule-cmds.el (select-safe-coding-system):
10011 Fix typo in the comment.
10012
10013 * language/european.el (compound-text):
10014 Force katakana-jisx0201 to be designated to G1.
10015
10016 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10017 Don't translate some national variant characters of latin-jisx0201.
10018 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10019
10020 * international/kkc.el (kkc-after-update-conversion-functions):
10021 New variable.
10022 (kkc-update-conversion): Run functions in it at the tail.
10023
10024 2000-07-16 John Wiegley <johnw@gnu.org>
10025
10026 * lisp/align.el (align-newline-and-indent):
10027 Adding new function. for auto-aligning blocks of code on RET.
10028 (align-region): Fixed badly formatted minibuffer message.
10029
10030 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10031
10032 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10033 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10034 the conversion list at first if appropriate.
10035 (kkc-next): Don't update kkc-next-count here.
10036 (kkc-prev): Don't update kkc-prev-count here.
10037 (kkc-show-conversion-list-update): Fix setting up of conversion
10038 list message.
10039
10040 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10041
10042 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10043
10044 2000-07-16 Dave Love <fx@gnu.org>
10045
10046 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10047 function to be more specific.
10048
10049 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10050 non-string help-echo.
10051 (widget-types-convert-widget): Defsubst it.
10052 (widget-echo-help): Try to cope with a help-echo function of two
10053 possible sorts.
10054
10055 2000-07-15 Jason Rumney <jasonr@gnu.org>
10056
10057 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10058 Declare as obsolete.
10059
10060 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10061
10062 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10063
10064 * hilit-chg.el: Fix typo.
10065
10066 2000-07-14 Dave Love <fx@gnu.org>
10067
10068 * info.el (Info-mode-menu): Fix use of :help, :enable.
10069
10070 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10071
10072 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10073
10074 2000-07-13 Dave Love <fx@gnu.org>
10075
10076 * emacs-lisp/easymenu.el: Doc fixes.
10077 (easy-menu-remove): Defalias to ignore.
10078
10079 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10080 Call throw correctly.
10081
10082 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10083
10084 * faces.el (frame-background-mode): Doc fix.
10085
10086 * simple.el (eval-expression-print-length): Change custom type to
10087 allow entering nil as value.
10088
10089 2000-07-13 Dave Love <fx@gnu.org>
10090
10091 * progmodes/fortran.el (fortran-imenu-generic-expression):
10092 Change definition layout.
10093 (fortran-mode-menu): Reinstate customize entries.
10094
10095 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10096 Use :filter, per old XEmacs code.
10097
10098 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10099
10100 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10101 event when deciding what to send to the terminal.
10102
10103 2000-07-12 Dave Love <fx@gnu.org>
10104
10105 * cus-start.el: Add optional version as 4th element of specs and
10106 use it for several things new in v21. Remove load-path. Fix type
10107 of line-number-display-limit.
10108
10109 2000-07-11 Dave Love <fx@gnu.org>
10110
10111 * progmodes/fortran.el: Don't require easymenu.
10112 Use repeat counts in various regexps.
10113 (fortran-mode-syntax-table): Defvar directly.
10114 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10115 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10116 Use defvar, not defconst.
10117 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10118 (fortran-mode): Set fortran-comment-line-start-skip,
10119 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10120 (fortran-comment-indent): Use defsubst.
10121 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10122 Use fortran-comment-indent, not fortran-comment-indent-function.
10123 (fortran-comment-region, fortran-electric-line-number): Simplify.
10124 (fortran-auto-fill): New function.
10125 (fortran-do-auto-fill): Deleted.
10126 (fortran-find-comment-start-skip):
10127 Check for non-null comment-start-skip.
10128 (fortran-auto-fill-mode, fortran-fill-statement):
10129 Use fortran-auto-fill.
10130 (fortran-fill): Use fortran-auto-fill. Check for null
10131 comment-start-skip. Simplify final clause and use end-of-line finally.
10132
10133 * widget.el (widget-plist-member): New alias.
10134
10135 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10136
10137 * eshell/esh-module.el (toplevel): Reference
10138 byte-compile-current-file only if it is bound.
10139
10140 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10141
10142 * dired.el: Don't require `dired-aux'.
10143
10144 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10145
10146 * dired-aux.el (dired-show-file-type): New function.
10147 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10148 (dired-show-file-type): Add autoload.
10149
10150 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10151
10152 * international/mule-diag.el (describe-font): Adjusted for the
10153 change of fontset-info.
10154 (print-fontset): Likewise.
10155
10156 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10157
10158 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10159
10160 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10161
10162 * bindings.el: Bind `[delete]' to delete-char.
10163
10164 * dired.el (dired-find-alternate-file): New function.
10165 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10166 (toplevel): Require dired-aux when compiling.
10167 (dired-buffers): Move defvar within file to avoid compiler warning.
10168
10169 * info.el (Info-last-search): Variable removed.
10170 (Info-search-history): New variable.
10171 (Info-search): New Info-search-history.
10172
10173 * battery.el, info-look.el: Change author's mail address.
10174
10175 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10176
10177 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10178 if rmail-ignored-headers is nil.
10179 (rmail-retry-failure): Bind rmail-ignored-headers and
10180 rmail-displayed-headers to nil.
10181
10182 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10183
10184 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10185 (print-region-1): Don't hard code `-h' here.
10186
10187 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10188
10189 2000-07-01 Francesco Potorti` <pot@gnu.org>
10190
10191 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10192 exim can use "your message" instead of "the message".
10193
10194 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10195
10196 * facemenu.el: Docstrings fixes.
10197 (facemenu-get-face): Don't use internal-find-face.
10198 (facemenu-iterate): Rename arg to match the docstring.
10199
10200 * newcomment.el (uncomment-region): Be more careful when skipping
10201 backwards over `=' not to bump into BOBP.
10202
10203 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10204
10205 * ediff-diff.el (ediff-wordify): Use syntax table.
10206 * ediff-init.el (ediff-has-face-support-p): Use
10207 ediff-color-display-p.
10208 (ediff-color-display-p): Use display-color-p, changed to defun
10209 from defsubst.
10210 Got rid of special cases for NeXT and OS/2.
10211 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10212 face.
10213
10214 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10215
10216 * emacs-lisp/lucid.el: Require CL.
10217 (copy-tree, remprop): Remove, it's provided by CL.
10218 (map-keymap): Define in terms of cl-map-keymap.
10219 (extent-property, set-extent-end-glyph): New functions.
10220
10221 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10222
10223 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10224
10225 * Makefile.in (DONTCOMPILE): Add comment that the name may
10226 not be changed without changing the make-dist script.
10227
10228 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10229 (cl-mapc): Use mapc instead of cl-old-mapc.
10230
10231 2000-07-05 Andrew Innes <andrewi@gnu.org>
10232
10233 * makefile.nt: Add support for `bootstrap' and related targets.
10234
10235 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10236
10237 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10238 (easy-menu-do-define): Use `menu-item' format.
10239 Handle case where easy-menu-create-menu returns a symbol.
10240 Manually call the potential top-level filter in the function binding.
10241 (easy-menu-filter-return): New arg NAME.
10242 Convert to a keymap if MENU is an XEmacs menu.
10243 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10244 (easy-menu-converted-items-table, easy-menu-convert-item):
10245 New var and fun to memoize easy-menu-convert-item-1.
10246 (easy-menu-do-add-item): Use it.
10247 (easy-menu-create-menu): Use easy-menu-convert-item.
10248 Wrap easy-menu-filter-return around any :filter specification.
10249 Don't convert the menu if a filter was specified.
10250 Tell easy-menu-make-symbol not to check for MENU being an expression.
10251 (easy-menu-make-symbol): New arg NOEXP.
10252
10253 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10254
10255 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10256 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10257 (eval-defun): If called with prefix arg, instrument code for
10258 Edebug.
10259
10260 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10261 similar to that of eval-defun.
10262
10263 2000-07-04 Dave Love <fx@gnu.org>
10264
10265 * hl-line.el (hl-line-overlay): Make it permanent-local.
10266
10267 * calendar/todo-mode.el: Replaced with a working version, based on
10268 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10269
10270 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10271
10272 * paths.el (prune-directory-list): New function.
10273 (Info-default-directory-list): Rewritten to more methodically
10274 enumerate a big list of possible info directories (based on the
10275 list used by the standalone info reader).
10276
10277 * info.el (info-initialize): Use prune-directory-list to remove
10278 non-existent directories from Info-directory-list.
10279
10280 * paths.el (Info-default-directory-list): Try a list of possible
10281 info-directories instead of a single one. Add the possible
10282 info directory "/usr/share/info".
10283
10284 * woman.el (woman-man.conf-path): Explicitly include the debian
10285 man-db config file "/etc/manpath.config".
10286 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10287 are present in `manpath.config'.
10288 (woman-manpath): Include "/usr/share/man".
10289
10290 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10291
10292 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10293
10294 * startup.el (command-line): Initialize blink-cursor based
10295 on window-system.
10296
10297 * frame.el (blink-cursor): Default to nil if not running under
10298 a window-system.
10299
10300 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10301 (face-x-resources): Remove duplicate entry for :font.
10302
10303 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10304 instead of cycling through windows with next-window.
10305
10306 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10307 of cycling through windows with next-window.
10308
10309 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10310 of cycling through windows with next-window.
10311
10312 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10313 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10314 instead of cycling through windows with next-window.
10315
10316 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10317 instead of cycling through windows with next-window.
10318
10319 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10320 of cycling through windows with next-window.
10321
10322 * terminal.el (te-process-output): Use walk-windows instead of
10323 cycling through windows with next-window.
10324
10325 * server.el (server-switch-buffer): Use some-window instead of
10326 cycling through windows with next-window.
10327
10328 * window.el (some-window): New function.
10329 (walk-windows): Remove reference to walk-windows-start.
10330
10331 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10332
10333 2000-07-03 Richard Stallman <rms@gnu.org>
10334
10335 * window.el (walk-windows): Guarantee termination by keeping a list
10336 of all the windows already handled.
10337
10338 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10339
10340 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10341 window-system.
10342
10343 * man.el (Man-notify-when-ready): Don't use window-system. If
10344 Man-notify-method is newframe, and the display is not
10345 multi-frame, select the frame created for the man page.
10346 (Man-init-defvars): Doc fix.
10347
10348 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10349
10350 * faces.el (region): Change background color for light background.
10351
10352 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10353 attribute from mode-line face of Ediff control frame.
10354
10355 * replace.el (query-replace-map): Bind `e' like `E'.
10356
10357 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10358
10359 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10360 Change name to "Select All".
10361
10362 * dos-fns.el (convert-standard-filename): Fix last change.
10363
10364 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10365
10366 * help.el (describe-variable): Don't insert a second `'s' in front
10367 of the string `value is shown below'. Since the syntax-table is
10368 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10369 an existing `'s', so that this won't be deleted.
10370
10371 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10372 * pcmpl-unix.el: New files.
10373
10374 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10375
10376 * wid-edit.el (widget-member): Use the new plist-member.
10377
10378 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10379
10380 * replace.el (perform-replace): Undo change of 2000-04-04.
10381 Instead, move backward 1 character at the end of the loop when
10382 necessary.
10383
10384 * faces.el (fringe): Change face for different backgrounds.
10385
10386 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10387 patch from John.
10388
10389 * eshell/*.el: Change spelling of the Free Software Foundation.
10390
10391 * eshell/esh-toggle.el: Removed.
10392
10393 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10394
10395 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10396 interactively.
10397
10398 2000-06-26 Alex Schroeder <alex@gnu.org>
10399
10400 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10401 `define-key'; instead of checking `(emacs-version)' check for
10402 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10403 for `;' and `o' which might be electric.
10404
10405 (sql-electric-stuff): New user option.
10406 (sql-magic-go): New function which uses `sql-electric-stuff'.
10407 (sql-magic-semicolon): New function which uses
10408 `sql-electric-stuff'.
10409
10410 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10411 is not fboundp.
10412
10413 (sql-oracle-options): New variable.
10414 (sql-oracle): Use it.
10415
10416 (sql-imenu-generic-expression): Doc change.
10417 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10418 is used.
10419
10420 (sql-informix): Added command line parameter "-" to force
10421 sql-informix-program to use stdout.
10422
10423 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10426 (cp864-decode-table): Doc fix.
10427 (cp720-decode-table): New variable, supports the Arabic OEM
10428 codepage used by Windows.
10429 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10430
10431 2000-06-23 Dave Love <fx@gnu.org>
10432
10433 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10434 (font-lock-fontify-anchored-keywords): Use
10435 line-beginning-position.
10436 (global-font-lock-mode): Use mapc.
10437
10438 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * eshell/esh-module.el: Require CL when compiling.
10441
10442 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10443
10444 * comint.el (comint-substitute-in-file-name): Call replace-match
10445 with second and third arg t.
10446
10447 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10448 Specify foreground color.
10449
10450 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10451 color.
10452
10453 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10454
10455 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10456 cddr instead of cdddr.
10457
10458 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10459 instead of copy-list.
10460
10461 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10462 of copy-list.
10463
10464 * subdirs.el: Add eshell subdirectory.
10465
10466 * eshell: New subdirectory containing the Eshell package.
10467
10468 * pcomplete.el: New file.
10469
10470 2000-06-23 Paul Eggert <eggert@twinsun.com>
10471
10472 * mail/mailpost.el (post-mail-send-it): Make sure file has
10473 proper permissions from birth.
10474
10475 * files.el (basic-save-buffer-2): When temporarily setting
10476 file modes, set them to current modes plus 0200, not to 0777.
10477
10478 * emerge.el (emerge-make-temp-file): Make sure file has proper
10479 permissions from birth.
10480
10481 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10482
10483 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10484 backup file name through convert-standard-filename.
10485
10486 * dos-fns.el (convert-standard-filename): Convert leading
10487 directories as well. When long file names are supported, convert
10488 characters that are invalid in Windows file names.
10489
10490 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10491
10492 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10493 ps-print crashes. New feature: page selection for printing. Create
10494 raw-text-unix coding system for XEmacs. Doc fix.
10495 (ps-print-version): New version number (5.2.3).
10496 (ps-plot-region): Bug fix.
10497 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10498 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10499 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10500 funs.
10501 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10502 (ps-last-page): New vars.
10503
10504 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10505
10506 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10507 empty option string.
10508
10509 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10510
10511 * man.el (man): Doc fix.
10512
10513 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10514
10515 * international/mule-cmds.el (set-language-info-alist): Docstring
10516 fixed.
10517
10518 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10519
10520 * version.el (emacs-version): Use ISO date format.
10521
10522 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10523 instead of `M-backspace'.
10524
10525 * simple.el (turn-off-auto-fill): New function.
10526
10527 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10528
10529 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10530 Renamed from with-buffer-prepared-for-font-lock and use
10531 inhibit-modification-hooks rather than setting *-change-functions.
10532 Update all functions to use the new name.
10533 (jit-lock-first-unfontify-pos): New semantics (and doc).
10534 (jit-lock-mode): Make non-interactive.
10535 Don't automatically turn on font-lock.
10536 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10537 Always use jit-lock-after-change.
10538 Remove and restore font-lock-after-change-function.
10539 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10540 (jit-lock-after-unfontify-buffer): Remove.
10541 (jit-lock-stealth-fontify):
10542 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10543 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10544
10545 2000-06-20 Sam Steingold <sds@gnu.org>
10546
10547 * emacs-lisp/cl-indent.el (toplevel): Indent
10548 `print-unreadable-object' properly. Untabify.
10549
10550 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10551
10552 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10553 Support for bibentry.
10554 (reftex-compile-variables): Fixed problem with end of section-re.
10555
10556 * texmodes/reftex-dcr.el (reftex-view-crossref,
10557 reftex-view-crossref-from-bibtex):
10558 Deal with changed `reftex-find-citation-regexp-format'.
10559 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10560 Replaced `remprop' with `put'.
10561 (reftex-view-crossref, reftex-view-crossref-when-idle):
10562 Support for bibentry.
10563
10564 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10565 New entry for bibentry package.
10566
10567 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10568 Regexp also matches "\nobibliography".
10569
10570 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10571 Call `reftex-ensure-write-access' before doing anything.
10572 (reftex-ensure-write-access): New function.
10573
10574 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10575
10576 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10577
10578 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10579
10580 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10581
10582 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10583
10584
10585 2000-06-20 Dave Love <fx@gnu.org>
10586
10587 * faces.el (frame-background-mode): Use set-default, not set, in
10588 setter.
10589 (frame-update-faces, frame-update-face-colors): Define with
10590 defalias.
10591
10592 * enriched.el (enriched-decode-foreground)
10593 (enriched-decode-background): Don't use internal-find-face.
10594
10595 * apropos.el: Doc fixes.
10596
10597 * cus-edit.el (customize-changed-options): Check arg.
10598 (customize-version-lessp): Don't require decimal point.
10599
10600 * custom.el (defcustom, defgroup): Doc fix.
10601
10602 * newcomment.el (comment) <defgroup>: Add :version.
10603 (comment-multi-line): Doc fix.
10604
10605 * emulation/mlsupport.el (define-hooked-local-abbrev,
10606 define-hooked-global-abbrev): Fix, using define-abbrev.
10607
10608 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10609
10610 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10611 the whole buffer.
10612
10613 2000-06-19 Dave Love <fx@gnu.org>
10614
10615 * menu-bar.el (menu-bar-options-save): New function.
10616 (menu-bar-options-menu): Use it.
10617 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10618 Simplify.
10619
10620 2000-06-19 Andreas Schwab <schwab@suse.de>
10621
10622 * progmodes/etags.el (tags-query-replace): Put new parameters
10623 START and END at the end, for backward compatibility.
10624
10625 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10626
10627 * international/codepage.el:
10628 (cp-coding-system-for-codepage-1): Delete special codes for
10629 generating xxx-dos coding system because now a CCL based coding
10630 system can handle EOL conversion by default.
10631
10632 * international/mule.el (make-coding-system): Generate subsidiary
10633 coding systems for EOL handling variants even for a CCL based
10634 coding system.
10635
10636 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10637
10638 * international/isearch-x.el (isearch-minibuffer-input-method)
10639 (isearch-minibuffer-input-method-function): These variables
10640 deleted.
10641 (isearch-with-input-method): Don't use the above variables.
10642 (isearch-process-search-multibyte-characters): Likewise. Call
10643 read-string with the arg INHERIT-INPUT-METHOD t.
10644
10645 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10646
10647 * font-lock.el (font-lock-after-fontify-buffer)
10648 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10649
10650 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10651 Use consistent make-local-variable style for font-lock-fontified.
10652 (jit-lock-fontify-buffer):
10653 Don't bother checking for font-lock-mode and jit-lock-mode.
10654
10655 * time.el: Remove trailing ^M that prevent CVS-merging.
10656
10657 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10658
10659 * Makefile.in (distclean): New target.
10660
10661 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10662
10663 * Makefile.in (srcdir): Define for update-subdirs.
10664
10665 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10666
10667 * find-lisp.el: New file.
10668
10669 2000-06-16 Andrew Innes <andrewi@gnu.org>
10670
10671 * time.el (display-time-mail-function): New variable, to allow
10672 external packages to indicate when new mail is available.
10673 (display-time-update): Use it.
10674
10675 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10676
10677 * international/mule.el (mule-version): Change version name to
10678 SAKAKI. AOI has already been used by Meadow.
10679
10680 * international/quail.el (quail-show-guidance-buf): To find the
10681 bottom window (but minibuffer), pay attention to the height of
10682 minibuffer.
10683
10684 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10685
10686 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10687 menu-bar menus. Add help strings. Don't remove the Edit menu
10688 from the menu bar, as the menu bar has enough space now.
10689
10690 * Makefile.in (SHELL): Make sure /bin/sh is used.
10691
10692 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10693 characters, which use series of two ^H characters instead of one.
10694
10695 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10696
10697 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10698 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10699 functions.
10700 (Info-find-node-2): Try a case-sensitive search first, then
10701 do a case-insensitive search.
10702
10703 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10704 tutorials.
10705
10706 * complete.el (PC-env-vars-alist): New variable.
10707 (PC-complete-as-file-name): New function.
10708 (partial-completion-mode): Initialize PC-env-vars-alist from
10709 process-environment.
10710 (PC-do-completion): Handle completion of env vars.
10711
10712 * info.el (Info-set-mode-line): Show file name in mode line,
10713 use `*Info*' instead of `Info:'.
10714
10715 * startup.el (command-line-1): Change copyright messages to year
10716 2000.
10717
10718 2000-06-15 Dave Love <fx@gnu.org>
10719
10720 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10721 not local-map.
10722
10723 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10724
10725 * international/mule.el (set-buffer-file-coding-system): Almost
10726 rewritten to handle `undecided' as no-op.
10727
10728 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10729
10730 * Makefile.in: New file.
10731
10732 * Makefile: Removed.
10733
10734 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10735 (goto-address-highlight-keymap): Bind C-c RET.
10736
10737 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10738
10739 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10740 inherits buffer-file-coding-system of the current buffer.
10741
10742 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10743 0. Give correct argument to set-auto-coding-function.
10744 (tar-expunge): For goto-char, use (point-min), not 0.
10745 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10746 (tar-subfile-save-buffer): Likewize.
10747
10748 * international/mule.el
10749 (after-insert-file-set-buffer-file-coding-system): Call
10750 set-buffer-file-coding-system with the arg FORCE t.
10751
10752 2000-06-13 Gerd Moellmann <gerd@gnu.org>
10753
10754 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10755 nil. Contemporary sendmails issue an X-Authentication-Warning if
10756 the sender is set with `-f'.
10757
10758 2000-06-13 Dave Love <fx@gnu.org>
10759
10760 * help.el (describe-function-1): Kluge around cases of functions
10761 fset to subrs whose doc doesn't match their symbol-name.
10762
10763 * image.el (insert-image): Default STRING to a space.
10764
10765 * info.el Doc fixes.
10766 (Info-build-node-completions): Match Ref tags.
10767
10768 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10769
10770 * frame.el (display-multi-frame-p, display-multi-font-p): New
10771 defaliases for display-graphic-p.
10772
10773 * hl-line.el: Fixed a typo in commentary.
10774
10775 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10776
10777 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10778 fixed.
10779
10780 2000-06-12 Dave Love <fx@gnu.org>
10781
10782 * image.el (insert-image): Save a little consing.
10783
10784 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10785
10786 * language/tibet-util.el: Convert all tibetan-1-column characters
10787 to the corresponding tibetan characters.
10788 (tibetan-add-components): Delete code for the special treatment of
10789 'a chung.
10790
10791 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10792 change.
10793 (tibetan-vowel-transcription-alist): More rules added.
10794 (tibetan-composite-vowel-alist): New variable.
10795 (tibetan-precomposition-rule-alist): More rules added.
10796
10797 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10798
10799 * startup.el (command-line): Only call menu-bar-mode if interactive.
10800
10801 * thingatpt.el (toplevel symbol-properties):
10802 * textmodes/makeinfo.el (makeinfo-compile):
10803 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10804 * progmodes/hideif.el (hif-compress-define-list)
10805 (hide-ifdef-use-define-alist):
10806 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10807 (ange-ftp-vms-add-file-entry):
10808 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10809 * man.el (Man-build-man-command):
10810 * mail/rnewspost.el (news-reply-header-hook):
10811 * info.el (Info-insert-dir):
10812 * emulation/mlconvert.el (backward-word, forward-word, setq):
10813 * emacs-lisp/gulp.el (gulp-send-requests):
10814 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10815 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10816 (byte-optimize-apply, end of file):
10817 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10818 (ad-make-freeze-definition):
10819 * startup.el (command-line, command-line-1): Don't quote lambdas.
10820
10821 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10822 (cvs-cleanup-removed): New function.
10823 (cvs-cleanup-functions): New var.
10824 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10825 some flexibility in specifying additional entries to auto-cleanup.
10826 (cvs-quickdir): New function.
10827 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10828 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10829 (cvs-mode-find-file): Check that we are on a filename or dirname
10830 when invoked through a mouse-click.
10831 (cvs-full-path): Remove.
10832 (cvs-dired-action): Re-introduced.
10833 (cvs-dired-noselect): Use it.
10834 (vc-post-command-functions): use this new hook if available.
10835
10836 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10837 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10838 (cvs-filename-map, cvs-dirname-map): Remove.
10839 (cvs-default-action): Remove.
10840 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10841 if the arg is really a keymap.
10842 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10843 Don't hardcode the mapping from state (aka type) to face, but check
10844 the var cvs-fi-<type>-face instead.
10845 (cvs-fileinfo-from-entries): New function.
10846
10847 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10848 Docstring fix.
10849 (cvs-find-file-and-jump): Change default to be safer.
10850 (cvs-mode-diff-map): Define it as a function as well.
10851 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10852 Bind mouse-2 in this global map rather than with text-properties.
10853
10854 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10855 file to resolve the ambiguity between C(conflict) and C(need-merge).
10856
10857 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10858
10859 * international/mule.el (set-buffer-file-coding-system): If
10860 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10861 unconditionally.
10862
10863 2000-06-12 Dave Love <fx@gnu.org>
10864
10865 * wid-edit.el (widget-specify-button): Really suppress the face if
10866 required.
10867
10868 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10869
10870 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10871
10872 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10873
10874 * imenu.el (imenu-generic-expression): Docstring fix.
10875
10876 * composite.el (composition-function-table): Move the `put'
10877 below the autoload cookie so we can load the file before loaddefs.
10878
10879 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10880
10881 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10882 Handle easy-mmode-define-global-mode.
10883 For complex macros like define-minor-mode that can generate
10884 several autoload entries, try to autoload entries in the
10885 macroexpanded code.
10886
10887 * emacs-lisp/easy-mmode.el (define-minor-mode):
10888 If KEYMAP is a symbol, just use it.
10889 Use byte-compile-current-file and load-file-name to infer the
10890 proper :require to pass to defcustom.
10891 Wrap the hook var into `progn' so as not to autoload it.
10892 Add a :autoload-end cookie.
10893 Be more careful about the evaluation of KEYMAP.
10894 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10895 (define-derived-mode): Move define-abbrev-table outside of defvar.
10896
10897 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10898
10899 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10900 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10901 (backup-compiled-files): Ignore errors during `tar'.
10902 (bootstrap): Make autoloads before elc files.
10903
10904 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10905
10906 * international/mule.el (set-buffer-file-coding-system): If one of
10907 undecided-XXX is specified, change only EOL conversion.
10908
10909 * international/mule-conf.el (unix): New alias for the coding
10910 system undecided-unix.
10911
10912 2000-06-09 Dave Love <fx@gnu.org>
10913
10914 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10915
10916 * progmodes/executable.el: Byte compile dynamic.
10917 (executable-insert): Change custom type.
10918 (executable-find): Add autoload cookie.
10919 (executable-make-buffer-file-executable-if-script-p): New
10920 function. After Noah Friedman.
10921
10922 * files.el (after-save-hook): Customize, with
10923 executable-make-buffer-file-executable-if-script-p as an option.
10924
10925 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10926
10927 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10928 "tib24p-mule.bdf" for Tibetan.
10929
10930 * composite.el (decompose-composite-char): Declare it as obsolete.
10931
10932 * man.el (Man-fontify-manpage): Pay attention to underline and
10933 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10934
10935 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10936
10937 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10938 Set maintainer to FSF since author isn't reachable.
10939
10940 2000-06-08 Dave Love <fx@gnu.org>
10941
10942 * international/mule-cmds.el (select-safe-coding-system): If
10943 DEFAULT-CODING-SYSTEM is not specified, also check the most
10944 preferred coding-system if buffer-file-coding-system is
10945 `undecided'. From Handa.
10946
10947 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10948
10949 * international/mule.el
10950 (after-insert-file-set-buffer-file-coding-system): If the buffer
10951 size is greater than INSERTED, judget that we are not visiting.
10952
10953 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10954
10955 * whitespace.el (defgroup whitespace): Comment out `:version'.
10956 XEmacs 20.4 has problems defining the group with this present.
10957 We'll have this commented out till get resolve the problem.
10958
10959 2000-06-07 John Wiegley <johnw@gnu.org>
10960
10961 * align.el (align-dq-string-modes, align-sq-string-modes)
10962 (align-open-comment-modes): Add pyhton-mode.
10963 (align-rules-list): Use get-text-property instead of
10964 text-properties-at.
10965 (align-rules-list): Add python-assignment.
10966 (align-rules-list): Change perl-comma-delimiter to
10967 basic-comma-delimiter. Use if for Perl modes and python-mode.
10968 (align-rules-list): Add python-chain-logic and
10969 basic-line-continuation.
10970
10971 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10972
10973 * apropos.el (apropos-mode-hook): New user variable.
10974 (apropos-mode): Run apropos-mode-hook.
10975
10976 2000-06-07 David Ponce <david@dponce.com>
10977
10978 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10979 commands. Require `wid-edit' at run-time.
10980
10981 2000-06-07 David Ponce <david@dponce.com>
10982
10983 * recentf.el: Added some "Commentary".
10984 (recentf-open-more-files, recentf-edit-list): Minor changes to
10985 move the point at the top of the file list. This behaviour is
10986 consistent with the menu one when the list contains a lot of
10987 files.
10988 (recentf-cleanup): Now displays the number of items removed from
10989 the list.
10990 (recentf-relative-filter) New menu filter to show filenames
10991 relative to `default-directory'.
10992
10993 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10994
10995 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10996 with/without giving an error if PostScript printer doesn't have this
10997 kind of page size. Zebra Stripe continues or restarts on next page.
10998 Manual/automatic paper feeding. Switch or not the header.
10999 (ps-print-version): New version number (5.2.2).
11000 (ps-windows-system): Include emx as a Windows system.
11001 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11002 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11003 (ps-background-text): Code fix.
11004 (ps-error-handler-message, ps-user-defined-prologue)
11005 (ps-print-prologue-header, ps-printer-name)
11006 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11007 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11008 (ps-use-face-background): Customization fix.
11009 (ps-n-up-database): Data fix.
11010 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11011 (ps-switch-header): New vars.
11012 (ps-xemacs-color-name, ps-face-foreground-name)
11013 (ps-face-background-name, ps-boolean-constant): New funs.
11014
11015 2000-06-07 Dave Love <fx@gnu.org>
11016
11017 * allout.el: New version from Manheimer.
11018
11019 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11020
11021 * textmodes/fill.el (fill-find-break-point): Check the validity of
11022 charset.
11023
11024 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11025
11026 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11027 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11028 Call display-color-p and display-mouse-p instead of looking at
11029 window-system.
11030
11031 2000-06-06 Dave Love <fx@gnu.org>
11032
11033 * image.el (find-image): Doc fix. Return nil if image not found.
11034 (put-image, insert-image): Make STRING arg optional.
11035
11036 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11037
11038 * language/vietnamese.el: Remove eval-when-compile.
11039 (viet-viscii-nonascii-translation-table): Define it as a
11040 translation table made from viet-viscii-decode-table.
11041 (viet-viscii-encode-table): Define it as a translation table made
11042 from the reverse map of above.
11043 (viet-vscii-nonascii-translation-table): Define it as a
11044 translation table made from viet-vscii-decode-table.
11045 (viet-vscii-encode-table): Define it as a translation table made
11046 from the reverse map of above.
11047 (ccl-decode-viscii): Use translate-character.
11048 (ccl-encode-viscii, ccl-encode-viscii-font)
11049 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11050 Likewize.
11051
11052 * language/cyrillic.el: Remove eval-when-compile.
11053 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11054 translation table made from cyrillic-koi8-r-decode-table.
11055 (cyrillic-koi8-r-encode-table): Define it as a translation table
11056 made from the reverse map of above.
11057 (ccl-decode-koi8): Use translate-character.
11058 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11059 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11060 a translation table made from cyrillic-alternativnyj-decode-table.
11061 (cyrillic-alternativnyj-encode-table): Define it as a translation
11062 table made from the reverse map of above.
11063 (ccl-decode-alternativnyj): Use translate-character.
11064 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11065 Likewize
11066
11067 * international/mule-diag.el (non-iso-charset-alist): Specify
11068 translation table symbol instead of translation table itself.
11069 (list-block-of-chars): CHARSET may be a translation table symbol.
11070
11071 * international/mule.el (make-coding-system): If CODING-SYSTEM
11072 already exists, override it.
11073
11074 * international/fontset.el: Use family `proportional' for Tibetan
11075 fonts.
11076
11077 * international/ccl.el (ccl-compile-translate-character): Don't
11078 check if Rrr has property translation-table.
11079 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11080
11081 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11082
11083 * info.el: Bind case-fold-search to t when searching in case
11084 a user sets it to nil in a hook.
11085
11086 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11087
11088 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11089 * hl-line.el (hl-line-mode): Use the new :global key argument.
11090
11091 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11092 (tar-clip-time-string): Prepend a space.
11093 (tar-grind-file-mode): Construct a string rather than modifying one.
11094 (tar-header-block-summarize): Fix docstring.
11095 Use `format' rather than an error-prone set of copy-loops.
11096
11097 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11098 (diff-goto-source, diff-unified->context, diff-context->unified)
11099 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11100 understand the format output by the `-p' argument to diff.
11101
11102 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11103 (sh-re-done): Use defconst.
11104 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11105 (sh-help-string-for-variable, sh-guess-basic-offset):
11106 Don't quote lambdas.
11107 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11108 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11109
11110 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11111 (mh-letter-mode): Derive from text-mode.
11112 This implicitly means that it now calls kill-all-local-variables.
11113 Also remove the Emacs-18 compatibility code.
11114
11115 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11116 Make use of symbol-property doc-string-elt.
11117 Use memq rather than a sequence of eq.
11118 (doc-string-elt): Fix the wrong or missing previously unused values.
11119 (autoload-print-form): New function extracted from
11120 generate-file-autoloads to allow recursion when handling progn
11121 so that defvar's and defun's docstrings are properly printed.
11122 (generate-file-autoloads): Use it.
11123
11124 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11125 Use find-file-hooks in the minor-mode function.
11126 Be careful not to loop indefinitely in the post-command-hook function.
11127
11128 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11129
11130 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11131 tty's.
11132 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11133 differences whenever appropriate.
11134 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11135 * viper.el (find-file, find-file-other-window): Get viper to do
11136 wildcards.
11137
11138 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11139
11140 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11141 (jit-lock-fontify-buffer): New function for JIT refontification.
11142 (jit-lock-mode): Fix docstring.
11143 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11144 Remove jit-lock-after-change from the _local_ hook.
11145 (jit-lock-function-1): Fix docstring.
11146
11147 * info.el (Info-on-current-buffer): Initialize info.
11148
11149 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11150
11151 * progmodes/tcl.el (tcl-indent-for-comment):
11152 Ignore comment-indent-hook.
11153
11154 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11155 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11156 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11157 and improve to use the lighter to guess the capitalization.
11158 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11159 Add keyword arguments to specify global-ness or the custom group.
11160 Add local-map and help-echo properties to the lighter.
11161 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11162 (easy-mmode-define-global-mode): New macro.
11163
11164 2000-06-02 Dave Love <fx@gnu.org>
11165
11166 * wid-edit.el: byte-compile-dynamic since we typically don't use
11167 all the widgets. Don't require cl or widget. Remove
11168 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11169 (widget-read-event): Removed. Callers changed to use read-event.
11170 (widget-button-release-event-p): Renamed from
11171 button-release-event-p.
11172 (widget-field-add-space, widget-field-use-before-change):
11173 Uncustomize.
11174 (widget-specify-field): Use keymap property, not local-map.
11175 (widget-specify-button): Obey :suppress-face.
11176 (widget-specify-insert): Use modern backquote syntax.
11177 (widget-image-directory): Renamed from widget-glyph-directory.
11178 (widget-image-enable): Renamed from widget-glyph-enable.
11179 (widget-image-find): Replaces widget-glyph-find.
11180 (widget-button-pressed-face): Move defvar.
11181 (widget-image-insert): Replaces widget-glyph-insert.
11182 (widget-convert): Use keywordp.
11183 (widget-leave-text, widget-children-value-delete): Use mapc.
11184 (widget-keymap): Remove XEmacs stuff.
11185 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11186 (widget-button-click): Don't set point at the click, but re-centre
11187 if we scroll out of window. Rewritten for images v. glyphs &c.
11188 (widget-tabable-at): Use POS arg, not point.
11189 (widget-beginning-of-line, widget-end-of-line)
11190 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11191 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11192 (widget-default-create): Use widget-image-insert; some rewriting.
11193 (widget-visibility-value-create)
11194 (widget-push-button-value-create, widget-toggle-value-create): Use
11195 widget-image-insert.
11196 (checkbox): Create on and off images dynamically.
11197 (documentation-link): Change :help-echo.
11198 (widget-documentation-link-echo-help): Remove.
11199
11200 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11201
11202 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11203
11204 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11205 (easy-mmode-define-toggle, define-minor-mode): Use it.
11206 (easy-mmode-define-keymap): Docstring fix.
11207 (define-derived-mode): Default PARENT to fundamental-mode.
11208 Add the derived-mode-parent symbol-property.
11209 (easy-mmode-derived-mode-p): New function.
11210
11211 2000-06-02 Dave Love <fx@gnu.org>
11212
11213 * files.el (convert-standard-filename): Doc fix.
11214 (normal-backup-enable-predicate): New function.
11215 (backup-enable-predicate): Use it to replace the lambda form.
11216
11217 * calendar/todo-mode.el: [This needs more work on the outline
11218 stuff.] Doc fixes.
11219 (todo) <defgroup>: Add :version.
11220 (todo-add-category): Don't use pushnew.
11221 (todo-cmd-raise): Fix typo.
11222 (todo-top-priorities): Change temp buffer name.
11223 (todo-category-alist): Avoid redundant lambda.
11224 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11225 Use outline-next-heading.
11226
11227 * autoarg.el: Rewritten to use define-minor-mode.
11228 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11229 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11230
11231 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11232
11233 * isearch.el (isearch-other-meta-char): Fix previous change.
11234
11235 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11236
11237 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11238 (log-edit-done): Only add the comment to the ring if it's different
11239 from the last comment entered.
11240
11241 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11242
11243 2000-06-01 Dave Love <fx@gnu.org>
11244
11245 * hl-line.el: Rewritten using define-minor-mode.
11246
11247 * help.el (describe-function-1): Distinguish special form from
11248 builtin function. Sanity-check presence of arglist for builtins.
11249
11250 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11251
11252 * international/characters.el: Fix syntax/category setting of
11253 Tibetan characters.
11254
11255 * language/tibet-util.el (tibetan-add-components): Fixes for new
11256 encoding of Tibetan characters.
11257 (tibetan-decompose-precomposition-alist): New variable.
11258 (tibetan-decompose-region): Convert precomposed characters to
11259 non-precomposed characters.
11260 (tibetan-decompose-string): Likewise.
11261 (tibetan-composition-function): Fix args to
11262 thibetan-compose-string.
11263
11264 * language/tibetan.el (tibetan-composable-pattern): More
11265 characters included.
11266 (tibetan-consonant-transcription-alist): Rule for "R" added.
11267 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11268 "+R" added.
11269 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11270
11271 * language/lao-util.el (lao-composition-function): Fix args to
11272 compose-string.
11273
11274 * language/thai-util.el (thai-composition-function): Fix args to
11275 compose-string.
11276
11277 * isearch.el (isearch-update): Set disable-point-adjustment to t
11278 to prevent the point moving to the end of a composition when a
11279 part of a composition is searched.
11280 (isearch-other-meta-char): If the key invoking this command can be
11281 mapped by function-key-map to a printing char, call
11282 isearch-process-search-char directly.
11283
11284 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11285
11286 * emacs-lisp/bytecomp.el:
11287 * frame.el:
11288 * international/mule-cmds.el:
11289 * international/mule-util.el:
11290 * international/mule.el:
11291 * mouse.el:
11292 * subr.el:
11293 * faces.el: Update calls to make-obsolete with a WHEN argument.
11294
11295 * byte-run.el (make-obsolete, make-obsolete-variable):
11296 Add an optional WHEN argument and change the format of the
11297 symbol-property information.
11298 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11299 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11300 new obsolete-symbol-property format and print WHEN if it is provided.
11301
11302 2000-05-31 Dave Love <fx@gnu.org>
11303
11304 * loadhist.el (loadhist-hook-functions): Remove
11305 before-change-function, after-change-function.
11306 (unload-feature): Deal with symbols which are both bound and
11307 fbound.
11308
11309 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11310 before-change-function, after-change-function.
11311
11312 * simple.el (newline): Don't bind before-change-function,
11313 after-change-function.
11314
11315 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11316
11317 * whitespace.el (whitespace-rescan-timer-time): Update interval
11318 set to 600 seconds (10 minutes) instead of 60 seconds since
11319 a large number of whitespace buffers causes emacs to `freeze'
11320 for a considerable amount of time.
11321
11322 * whitespace.el: Updated email address
11323
11324 2000-05-31 Dave Love <fx@gnu.org>
11325
11326 * add-log.el (change-log-font-lock-keywords) <function>: Add
11327 pattern for function of change.
11328 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11329 acknowledgements patterns.
11330
11331 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11332
11333 * isearch.el (isearch-printing-char): If keyboard coding system is
11334 being used, call isearch-process-search-multibyte-characters.
11335
11336 * international/isearch-x.el: Mostly rewritten.
11337
11338 * international/quail.el (quail-start-conversion): Don't include
11339 unhandled events in the returned events, but set them in
11340 unread-command-events. Exit if all inputs are deleted.
11341
11342 2000-05-30 Jason Rumney <jasonr@gnu.org>
11343
11344 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11345
11346 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11347 Reenable code to create initial fontsets.
11348 Use set-fontset-font in place of put-charset-property.
11349
11350 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11351
11352 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11353 label, ensure that the first colon isn't followed by another.
11354
11355 * paths.el (Info-default-directory-list): Doc fix.
11356
11357 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11358 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11359 send a query containing USER only, not USER@HOST.
11360
11361 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11362 and rmail-msgend to compute the restriction at the end, instead of
11363 computing it.
11364
11365 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11366
11367 * dabbrev.el (dabbrev-expand): Don't display messages in the
11368 echo area if the minibuffer window is active.
11369
11370 * jit-lock.el (jit-lock-mode): Add after change function to
11371 local hook.
11372
11373 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11374
11375 * antlr-mode.el: New commands: hide/unhide actions,
11376 upcase/downcase literals.
11377 (antlr-tiny-action-length): New user option.
11378 (antlr-hide-actions): New command. Suggested by
11379 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11380 (antlr-mode-map): New binding [C-c C-v].
11381 (antlr-mode-menu): New entries.
11382 (antlr-downcase-literals): New command.
11383 (antlr-upcase-literals): Ditto.
11384
11385 * antlr-mode.el: Minor changes: indendation, mode-name.
11386 (antlr-indent-line): Indent cpp directive at column 0.
11387 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11388
11389 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11390 (antlr-font-lock-additional-keywords): Workaround for intentional
11391 bug in XEmacs version of font-lock.
11392 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11393 be used by a smarter version of `buffers-menu-grouping-function'.
11394
11395 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11396
11397 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11398 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11399
11400 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11401
11402 * international/encoded-kb.el
11403 (encoded-kbd-iso2022-designation-map): Pay attention to that
11404 charset-iso-final-char return -1 for eight-bit-control and
11405 eight-bit-graphic.
11406
11407 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11408
11409 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11410 (speedbar-easymenu-definition-base): Use display-graphic-p where
11411 available, instead of window-system.
11412
11413 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11414
11415 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11416 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11417 coding systems.
11418
11419 2000-05-26 Dave Love <fx@gnu.org>
11420
11421 * disp-table.el (standard-display-underline): Don't use
11422 internal-find-face.
11423
11424 * mail/reporter.el: Maintainer change. Doc fixes.
11425 (reporter-version): Deleted.
11426
11427 * emacs-lisp/elp.el: Maintainer change.
11428 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11429
11430 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11431
11432 * add-log.el (add-change-log-entry): Merge the current entry with the
11433 previous one if the previous one is empty.
11434
11435 2000-05-26 Dave Love <fx@gnu.org>
11436
11437 * loadhist.el (unload-feature): Fix interactive spec [from
11438 lijnzaad@ebi.ac.uk].
11439
11440 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11441 subr-arity to check primitives.
11442 (byte-compile-flush-pending, byte-compile-file-form-progn)
11443 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11444 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11445 mapcar.
11446
11447 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11448
11449 * international/fontset.el: Set family names of non-latin charsets
11450 in default fontset to "*".
11451
11452 * international/mule-diag.el (print-fontset): Combine family part
11453 and registry part of the fontname by "-*-" instead of "-".
11454
11455 * international/mule-cmds.el (encode-coding-char): Make strings
11456 multibyte before calling encode-coding-string.
11457
11458 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11459
11460 * derived.el: Fix keywords.
11461 (define-derived-mode): Only define if needed.
11462
11463 * simple.el (fill-comment, comment-column, comment-start)
11464 (comment-start-skip, comment-end, comment-indent-function)
11465 (block-comment-start, block-comment-end, indent-for-comment)
11466 (set-comment-column, kill-comment, comment-padding, comment-region)
11467 (comment-multi-line, indent-new-comment-line): Remove.
11468
11469 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11470 function names for comment operations.
11471
11472 * newcomment.el: Add abundant autoload cookies.
11473 (comment-style): Don't depend on runtime data at compile-time.
11474 (comment-indent-hook): Remove.
11475 (comment-indent): Check if comment-indent-hook is bound.
11476 (comment-region): Docstring fix.
11477
11478 2000-05-25 Dave Love <fx@gnu.org>
11479
11480 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11481 byte-code-function-p.
11482
11483 * mail/rmailsum.el: Add provide.
11484
11485 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11486
11487 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11488 defcustom.
11489
11490 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11491
11492 * ediff-diff.el (ediff-exec-process): delete --binary option from
11493 non-buffer ediff jobs.
11494
11495 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11496
11497 * hilit-chg.el (highlight-changes-mode): Ask about color or
11498 grayscale support, not about window-system.
11499
11500 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11501 window-system.
11502 (ffap-highlight): Always default to t.
11503
11504 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11505 display-popup-menus-p instead of looking at window-system.
11506
11507 * disp-table.el (standard-display-g1, standard-display-graphic):
11508 Only refuse to use string glyphs on X and MS-Windows.
11509
11510 * avoid.el: Remove window-system from commentary, suggest to use
11511 display-*-p instead.
11512
11513 * apropos.el (apropos-print): Use display-mouse-p instead of
11514 window-system.
11515
11516 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11517
11518 * international/codepage.el (cp-decoding-vector-for-codepage):
11519 Fill up unsupported characters with their own codes. From Kenichi
11520 Handa.
11521
11522 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11523
11524 * international/mule-diag.el (describe-char-after): Use
11525 display-graphic-p instead of window-system, so that this function
11526 works on MS-DOS.
11527
11528 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11529
11530 * international/codepage.el (cp-make-coding-systems-for-codepage):
11531 Remove the eight-bit-graphic and eight-bit-control charsets from
11532 the list of charsets which we convert into `?'.
11533
11534 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11535
11536 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11537 private charsets.
11538 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11539 japanese-jisx0213-2): New charsets.
11540
11541 * international/fontset.el: Setup default fontset for new charsets.
11542
11543 2000-05-24 Dave Love <fx@gnu.org>
11544
11545 * info.el (Info-find-node-2): Restructure [following "Vadim
11546 S. Solomin" <sovs@uic.nnov.ru>].
11547
11548 * icomplete.el: Fix header for Finder.
11549
11550 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11551
11552 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11553 STAY.
11554
11555 * rmail.el (rmail-automatic-folder-directives): New user variable.
11556 (rmail-show-message): Add call to `rmail-auto-file' during
11557 display.
11558 (rmail-auto-file): New function.
11559
11560 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11561
11562 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11563 account.
11564 (ediff-test-utility,ediff-diff-mandatory-option)
11565 (ediff-reset-diff-options): Utilities for proper initialization of
11566 ediff-diff-options and ediff-diff3-options on Windows.
11567
11568 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11569 variable.
11570
11571 * ediff-mult.el (ediff-filegroup-action): Use
11572 ediff-merge-filename-prefix.
11573
11574 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11575
11576 * viper-ex.el (ex-write): Set selective display to nil.
11577
11578 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11579
11580 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11581 aliases for hebrew-iso-8bit.
11582
11583 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11584
11585 * woman.el: New version from Francis J. Wright
11586 <F.J.Wright@Maths.QMW.ac.uk>.
11587 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11588 names in environment variables regardless of the path separator.
11589 (woman-topic-all-completions-1): Don't call file-name-directory-p
11590 on all files, since woman-file-regexp already filters out any
11591 directories.
11592
11593 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11594
11595 * international/quail.el (quail-start-translation): Don't change
11596 modified-p of the current buffer.
11597 (quail-start-conversion): Likewise.
11598
11599 * international/kkc.el (kkc-region): Don't change modified-p of
11600 the current buffer.
11601
11602 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11603 conform to RFC1468.
11604 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11605
11606 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11607
11608 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11609 (speedbar-insert-button): Invisible text property fix.
11610 (speedbar-directory-plus): Renamed from speedbar-directory-+
11611 (speedbar-directory-minus): Renamed from speedbar-directory--
11612 (speedbar-page-plus): Renamed from speedbar-file-+
11613 (speedbar-page-minus): Renamed from speedbar-file--
11614 (speedbar-page): Renamed from speedbar-file-
11615 (speedbar-tag): Renamed from speedbar-tag-
11616 (speedbar-tag-plus): Renamed from speedbar-tag-+
11617 (speedbar-tag-minus): Renamed from speedbar-tag--
11618 (speedbar-expand-image-button-alist): Use above renames.
11619
11620 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11621 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11622 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11623 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11624 * sb-pg.xpm: Renamed from sb-file.xpm
11625 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11626 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11627
11628 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11629
11630 * international/quail.el (quail-show-guidance-buf): Set
11631 current-input-method of the guidance buffer to the name of the
11632 curren input method.
11633
11634 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11635
11636 * progmodes/compile.el (compile-internal): Style typo.
11637
11638 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11639 quote vars and functions in the docstring.
11640
11641 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11642
11643 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11644 Don't quote lambdas.
11645
11646 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11647
11648 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11649
11650 * startup.el (command-line): Determine source file of compiled
11651 user init file differently. Warn if compiled user init file
11652 is older than its source file.
11653
11654 * ffap.el (ffap-url-regexp): Add `https'.
11655
11656 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11657
11658 * files.el (make-backup-file-name-1): Replace slashes with `!'
11659 rather than `|' (which is not allowed on Windows). Replace the
11660 drive letters with a string "drive_X".
11661
11662 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11663
11664 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11665
11666 * files.el (interpreter-mode-alist): Add `bash2'.
11667
11668 2000-05-22 Dave Love <fx@gnu.org>
11669
11670 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11671 mapc.
11672 (feature-file): Avoid calling symbol-name. Doc fix.
11673 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11674 (loadhist-hook-functions): Add mouse-position-function.
11675 (unload-feature): Change uses of mapcar.
11676
11677 * files.el (parse-colon-path): Doc fix.
11678 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11679 (set-auto-mode): Use mapc.
11680
11681 * complete.el (PC-look-for-include-file): Use :alnum: character
11682 class.
11683 (partial-completion-mode): Add autoload cookie.
11684
11685 2000-05-22 Sam Steingold <sds@gnu.org>
11686
11687 * info.el (Info-fontify-node): Fixed the call to
11688 `add-text-properties' (bug introduced on 2000-05-18).
11689
11690 2000-05-22 Dave Love <fx@gnu.org>
11691
11692 * bindings.el: Remove debug-ignored-errors set in other files.
11693
11694 * progmodes/etags.el: Add to debug-ignored-errors.
11695 (visit-tags-table-buffer): Clear out buffers holding old tables
11696 when making a new list.
11697 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11698 mapc.
11699
11700 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11701 quote keywords.
11702 (cmpl-string-case-type): Use character classes.
11703
11704 * comint.el:
11705 * textmodes/ispell.el:
11706 * imenu.el:
11707 * mail/mh-e.el:
11708 * progmodes/compile.el: Add to debug-ignored-errors.
11709
11710 * dabbrev.el: Add to debug-ignored-errors.
11711 (dabbrev-completion): Use mapc.
11712
11713 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11714
11715 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11716 (woman-mapcan, woman-parse-man.conf)
11717 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11718 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11719 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11720 path syntax better.
11721 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11722 (woman-manpath): Call woman-parse-man.conf.
11723 (woman-emulation): New defcustom, defaults to nroff.
11724 (woman-font-support): New defconst.
11725 (woman-use-symbol-font): New defcustom.
11726 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11727 "Emulation".
11728 Many functions: Doc fix.
11729
11730 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11731
11732 * international/quail.el (quail-simple-translation-keymap): Map
11733 128..255 to quail-self-insert-command.
11734 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11735
11736 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11737
11738 * help.el (help-manyarg-func-alist): Typo.
11739
11740 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11741 intervals which makes it heaps simpler.
11742
11743 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11744 the nested comment markers.
11745
11746 * subr.el (remove-hook): Don't turn the hook's value into a list.
11747
11748 2000-05-21 Dave Love <fx@gnu.org>
11749
11750 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11751 are invalid characters.
11752
11753 * international/mule-util.el (detect-coding-with-priority): Use
11754 mapc. Remove redundant lambda.
11755
11756 * international/mule-diag.el (list-non-iso-charset-chars)
11757 (describe-fontset): Remove redundant lambda.
11758
11759 * emulation/crisp.el (brief-mode): New alias.
11760
11761 * emacs-lisp/ring.el (ring-elements): New function.
11762
11763 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11764 (easy-menu-do-add-item): Use keywordp.
11765
11766 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11767
11768 * replace.el: Doc and error message fixes.
11769 (replace-highlight): Use facep, not internal-find-face.
11770
11771 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11772
11773 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11774
11775 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11776 (log-edit-insert-changelog): Drop `:' as well.
11777
11778 * log-view.el: Fix file description.
11779 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11780 available.
11781 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11782 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11783
11784 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11785 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11786 Print a status message if the toggle is called interactively.
11787 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11788 for global minor modes and use `defcustom' for them.
11789 Use add-minor-mode.
11790 (easy-mmode-define-derived-mode): Remove.
11791 (define-derived-mode): Fancier default docstring.
11792 (easy-mmode-define-navigation): Signal an error rather than (ding).
11793
11794 * newcomment.el (comment-styles): New `box-multi'.
11795 (comment-normalize-vars): Better default for comment-continue to
11796 avoid whitespace-only continuations.
11797 (comment-search-forward): Always move even in the no-syntax case.
11798 (comment-padright): Only obey N if it's only obeyed for padleft.
11799 (comment-make-extra-lines): Better handling of empty continuations.
11800 Use `=' for the filler if comment-start has only one character.
11801 (uncomment-region): Try handling the special `=' filler.
11802 (comment-region): Allow LINES even if MULTI is nil.
11803 (comment-box): Choose box style based on comment-style.
11804
11805 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11806
11807 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11808 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11809
11810 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11811
11812 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11813 and insert, not subst-char-in-region.
11814
11815 * international/mule-diag.el (list-character-sets-1): Handle
11816 charsets eight-bit-control and eight-bit-graphic.
11817 (list-iso-charset-chars): Likewise.
11818 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11819 charactes as is. Use indent-to to align characters.
11820
11821 * international/mule-cmds.el (find-multibyte-characters): Never
11822 exclude charsets eight-bit-control and eight-bit-graphic.
11823
11824 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11825
11826 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11827 Don't quote lambdas.
11828
11829 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11830
11831 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11832
11833 * gud.el (gud-jdb-directories): Doc fix.
11834
11835 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11836
11837 * newcomment.el: New file.
11838
11839 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11840
11841 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11842
11843 2000-05-18 Andreas Schwab <schwab@suse.de>
11844
11845 * dired.el (dired-between-files): Also skip lines beginning with
11846 `used'.
11847
11848 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11849
11850 * msb.el (msb-menu-cond): Add choice `user'.
11851
11852 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11853
11854 * ps-print.el: Compatibility, customization and doc fix.
11855 (ps-printer-name-option): Replace defconst by defvar.
11856 (ps-postscript-code-directory): XEmacs compatibility.
11857 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11858 fix.
11859 (ps-user-defined-prologue, ps-print-prologue-header)
11860 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11861 compatibility and code fix.
11862 (ps-print-background-image, ps-print-background-text):
11863 Customization fix.
11864 (ps-line-number-start, ps-n-up-on): New vars.
11865
11866 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11867
11868 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11869 the indent-comment function to just return the appropriate indent.
11870
11871 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11872
11873 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11874 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11875 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11876
11877 2000-05-18 Dave Love <fx@gnu.org>
11878
11879 * info.el (Info-fontify-node): Add intangible property as well as
11880 invisible.
11881
11882 * calendar/appt.el (appt-make-list): Match all lines of entry.
11883 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11884
11885 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11886
11887 * international/mule-diag.el (describe-char-after): Call
11888 internal-char-font, not char-font. If internal-char-font returns
11889 nil, display "-- none --".
11890
11891 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11892
11893 * image.el (image-type-available-p): Don't reference image-types
11894 if it isn't bound.
11895
11896 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11897
11898 * autoarg.el (autoarg-mode): Typo in the :set argument.
11899
11900 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11901
11902 * startup.el (command-line-1): Don't signal an error if the
11903 directory for auto-save-list files does not yet exist.
11904
11905 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11906
11907 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11908
11909 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11910
11911 * subr.el (remove-hook): `setq' hook-value, not `set'.
11912
11913 2000-05-16 Sam Steingold <sds@gnu.org>
11914
11915 * info.el (debug-ignored-errors): More errors to ignore.
11916
11917 2000-05-16 Dave Love <fx@gnu.org>
11918
11919 * cus-edit.el: Don't require cl or easymenu.
11920 (custom-variable-prompt): Test standard-value property, not
11921 user-variable-p.
11922
11923 2000-05-16 Sam Steingold <sds@gnu.org>
11924
11925 * subr.el (add-hook): `setq' hook-value, not `set'.
11926
11927 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11928
11929 * startup.el (command-line-1): Mention the FAQ in the startup
11930 message.
11931
11932 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11933
11934 * progmodes/compile.el (compilation-parse-errors): Collect
11935 `nomessage' regexps last.
11936
11937 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11938
11939 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11940 to the function name.
11941
11942 2000-05-15 Dave Love <fx@gnu.org>
11943
11944 * speedbar.el (speedbar-recenter): Typo.
11945 (speedbar-expand-line): Make arg optional.
11946 (speedbar-mode): Avoid a compiler warning.
11947
11948 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11949
11950 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11951 user-specified option string is empty.
11952
11953 * mouse.el (mouse-yank-at-click): Doc fix.
11954
11955 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11956
11957 * term/internal.el (IT-character-translations): More updates of
11958 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11959 documents.
11960
11961 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11962
11963 * env.el (getenv): New function, interactively callable.
11964 (setenv, getenv): Remove autoload cookies.
11965
11966 * loadup.el: Load `env'.
11967
11968 * progmodes/f90.el: Change author's mail address.
11969
11970 2000-05-14 Dave Love <fx@gnu.org>
11971
11972 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11973 goto-addr as an option.
11974
11975 * help.el (help-xref-stack): Doc fix.
11976 (help-xref-following): New variable.
11977 (help-make-xrefs): Use it.
11978 (help-xref-go-back): Use position information from stack element.
11979 (help-follow): Make position in stack element a pair. Use
11980 help-xref-following.
11981
11982 * autoarg.el: New file.
11983
11984 * faces.el: Declare more functions obsolete.
11985
11986 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11987 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11988 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11989 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11990 Remove all the setup-...-environment functions.
11991
11992 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11993
11994 * speedbar.el: Updated the commentary section. xemacs20p now uses
11995 >= when detecting. Require `defimage' safely.
11996 (speedbar-easymenu-definition-base): Add toggle for images.
11997 (speedbar-easymenu-definition-special): Add flush cache & expand.
11998 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11999 (speedbar-reconfigure-keymaps-hook): New variable.
12000 (speedbar-frame-parameters): Updated documentation.
12001 (speedbar-use-imenu-flag): Updated custom tag
12002 (speedbar-dynamic-tags-function-list): New variable.
12003 (speedbar-tag-hierarchy-method): Updated doc & custom.
12004 (speedbar-indentation-width, speedbar-indentation-width) New
12005 variables.
12006 (speedbar-hide-button-brackets-flag): Customizable.
12007 (speedbar-vc-indicator): Doc update.
12008 (speedbar-ignored-path-expressions): Updated default value.
12009 (speedbar-supported-extension-expressions): Updated default value.
12010 (speedbar-syntax-table): Remove {} paren status.
12011 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12012 as "+". Added overlay aliases.
12013 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12014 `force-mode-line-update'.
12015 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12016 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12017 `mouse-set-point'
12018 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12019 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12020 of arbitrary text, and new helper functions.
12021 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12022 filename finder.
12023 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12024 (speedbar-directory-buttons): Update path search/expansion.
12025 (speedbar-make-tag-line): Pay attention to
12026 `speedbar-indentation-width'. Use more care w/ invisible
12027 properties.
12028 (speedbar-change-expand-button-char): Call
12029 `speedbar-insert-image-button-maybe'.
12030 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12031 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12032 (speedbar-trim-words-tag-hierarchy)
12033 (speedbar-simple-group-tag-hierarchy): New functions
12034 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12035 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12036 functions.
12037 (speedbar-mouse-set-point): New function
12038 (speedbar-power-click): Updated documentation.
12039 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12040 of tag prefix text.
12041 (speedbar-expand-line, speedbar-contract-line): Make more robust
12042 to strange text.
12043 (speedbar-expand-line): Takes universal argument to flush the
12044 cache.
12045 (speedbar-flush-expand-line): New function.
12046 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12047 Use new generator insertion method.
12048 (speedbar-fetch-dynamic-tags): New function.
12049 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12050 `speedbar-fetch-dynamic-imenu'.
12051 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12052 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12053 "Revert Buffer" menu items.
12054 (speedbar-buffer-buttons-engine): Be smarter when creating a
12055 filename tag (for expansion purposes.).
12056 (speedbar-highlight-one-tag-line,
12057 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12058 (speedbar-recenter): New functions.
12059 (defimage-speedbar): Image loading abstraction.
12060 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12061 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12062 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12063 (speedbar-tag-type, speedbar-tag-mail): New images.
12064 (speedbar-expand-image-button-alist): New variable.
12065 (speedbar-insert-image-button-maybe): Insert an image over some
12066 buttons.
12067
12068 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12069
12070 * international/mule-cmds.el (encode-coding-char): An ASCII
12071 character is always encodable.
12072
12073 * international/mule-conf.el: Add more information in descriptions
12074 of character sets.
12075
12076 * international/mule-diag.el (describe-char-after): New function.
12077 (describe-font-internal): Adjusted for the change of font-info.
12078 (describe-font): Likewise.
12079 (print-fontset): Rewritten for the new fontset implementation.
12080 (describe-fontset): Include fontset alias names in completion.
12081 (list-fontsets): Adjusted for the change of print-fontset.
12082
12083 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12084 describe-char-after instead of displaying the detail in the echo
12085 area.
12086 (syntax-code-table): Format changed.
12087 (string-to-syntax): Adjusted for the above change.
12088
12089 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12090
12091 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12092
12093 2000-05-12 Dave Love <fx@gnu.org>
12094
12095 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12096 dependence. Use line-{beginning,end}-position, not
12097 point-at{b,e}ol. Some doc fixes.
12098 (todo-position): New function. Fix callers of position to use it.
12099 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12100
12101 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12102
12103 * time.el (display-time-mail-icon): Use `:ascent center'.
12104
12105 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12106 handling FTP security extensions.
12107
12108 2000-05-11 Dave Love <fx@gnu.org>
12109
12110 * calendar/todo-mode.el: New file.
12111
12112 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12113
12114 * comint.el (comint-read-input-ring): Move reference to
12115 comint-input-ring-size outside of the save-excursion. It was
12116 causing the default value to be the only one ever seen.
12117
12118 * font-lock.el: Update copyright. Remove Simon Marshall's email
12119 address on request from him.
12120
12121 * subr.el (substitute-key-definition): Add comment describing
12122 the meaning of PREFIX.
12123
12124 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12125
12126 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12127
12128 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12129 (add-minor-mode): Don't make the variable buffer-local and add a
12130 reference to define-minor-mode in the docstring.
12131
12132 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12133 HEADER/FOOTER and fix bug with trailing empty directory.
12134 (cvs-append-to-ignore): Use vc-editable-p if available.
12135 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12136 (vc-do-command): Tweak advice to handle the new VC.
12137
12138 * log-view.el (log-view-goto-rev): New function for the new VC.
12139 (log-view-minor-wrap): Use mark-active.
12140
12141 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12142 (log-edit-changelog-full-paragraphs): New var.
12143 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12144 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12145 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12146 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12147 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12148 Replace the `cvs' prefix with `log-edit'.
12149
12150 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12151
12152 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12153 (diff-font-lock-defaults): Explicitly turn off multiline.
12154 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12155 (diff-ediff-patch): Fix call to ediff-patch-file.
12156 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12157 Handle comments.
12158
12159 * frame.el (automatic-hscrolling): Typo.
12160
12161 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12162
12163 2000-05-09 Sam Steingold <sds@goems.com>
12164
12165 * apropos.el (apropos-print): use `describe-face' instead of
12166 `customize-face-other-window'.
12167
12168 2000-05-09 Dave Love <fx@gnu.org>
12169
12170 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12171
12172 * help.el (describe-variable): Have customize button pop the
12173 help-xref stack when invoked.
12174 (help-xref-symbol-regexp): Add `face'.
12175 (help-make-xrefs): Check for quoted face names and adapt regexp
12176 submatch numbers to cope.
12177 (help-xref-interned): Maybe insert face doc too. Separate
12178 sections with a line of hyphens.
12179
12180 * faces.el: Some doc fixes. Declare some functions obsolete.
12181 (describe-face): Add customize button. Return the help
12182 text. Fix prompt.
12183
12184 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12185
12186 * term/internal.el (IT-character-translations): Fix last change.
12187
12188 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12189
12190 * woman.el: New file
12191 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12192
12193 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12194
12195 * term/internal.el (IT-character-translations): Update ASCII
12196 simulations for greek-iso8859-7, add latin-iso8859-14 and
12197 latin-iso8859-15.
12198
12199 * international/mule-cmds.el (set-language-info-alist): Call
12200 define-prefix-command with 3 arguments, to make the map suitable
12201 for a menu.
12202
12203 2000-05-07 Dave Love <fx@gnu.org>
12204
12205 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12206
12207 2000-05-05 Dave Love <fx@gnu.org>
12208
12209 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12210 list in doc string. Don't quote keyword symbols.
12211 * emacs-lisp/cl.el: Likewise
12212 * emacs-lisp/cl-seq.el: Likewise
12213
12214 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12215
12216 * abbrev.el (abbrev-mode): Make ARG optional.
12217
12218 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12219
12220 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12221
12222 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12223
12224 * subr.el (substitute-key-definition): Clarify documentation.
12225
12226 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12227
12228 * glasses.el (glasses-convert-to-unreadable): Use
12229 `glasses-separator' instead of the hard-wired "_".
12230 (glasses-mode): Call `glasses-make-unreadable' only in a single
12231 place.
12232
12233 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12234
12235 * term/internal.el (cjk-codepages-alist): Add associations for
12236 Chinese and Korean codepages. Remove FIXME comment.
12237
12238 2000-05-03 Dave Love <fx@gnu.org>
12239
12240 * time.el (display-time-mail-face, display-time-use-mail-icon):
12241 New option.
12242 (display-time-mail-icon): New variable.
12243 (display-time-string-forms): Use the above. Fix the local-map.
12244
12245 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12246
12247 * replace.el (query-replace-map): Add binding for `E'.
12248 (query-replace-help): Extend help text.
12249 (perform-replace): Allow editing the replacement string.
12250
12251 * make-mode.el (makefile-mode-abbrev-table): New variable.
12252 (makefile-mode): Set local abbrev table to
12253 makefile-mode-abbrev-table.
12254 (makefile-font-lock-keywords): Fontify includes and conditionals.
12255
12256 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12257 set TOGGLE's value.
12258
12259 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12260 mail-interactive-insert-alias.
12261 (mail-abbrev-complete-alias): New command.
12262 (mail-mode-map): Bind it to `M-TAB'.
12263
12264 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12265
12266 * language/lao-util.el (lao-compose-region): New function.
12267
12268 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12269
12270 * files.el (recover-session): Make directories as necessary
12271 if they don't exist yet.
12272
12273 * calendar/cal-french.el
12274 (french-calendar-multibyte-special-days-array)
12275 (french-calendar-special-days-array): Change French text.
12276 (calendar-french-date-string): Change output.
12277 (calendar-goto-french-date): Likewise.
12278
12279 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12280
12281 * wid-edit.el (widget-default-active): Obey `:always-active'.
12282 (widget-documentation-string-value-create): Set `:always-active'.
12283
12284 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12285
12286 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12287 default prefix to `~/_emacs.d/auto-save.list/_s'.
12288 (normal-top-level): Create the directory for auto-save files, if
12289 it doesn't already exist (in the ms-dos case only).
12290
12291 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12292
12293 * international/mule-cmds.el (set-language-environment): Don't
12294 concat an integer (dos-codepage), use format instead.
12295
12296 2000-05-02 Dave Love <fx@gnu.org>
12297
12298 * help.el (help-xref-on-pp): Check for constant symbols.
12299
12300 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12301
12302 * startup.el (normal-top-level): Put a condition-case around
12303 the code loading subdirs.el.
12304
12305 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12306
12307 * ps-print.el: Upside-down and face background color printing,
12308 line number step, doc fix.
12309 (ps-print-version): New version number (5.2).
12310 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12311 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12312 (ps-spool-config): Var fix.
12313 (ps-printer-name-option): Const fix.
12314 (ps-print-upside-down, ps-use-face-background)
12315 (ps-line-number-step): New vars.
12316 (ps-window-system, ps-lp-system): New consts.
12317 (ps-face-background): New fun.
12318
12319 2000-04-28 Richard Stallman <rms@gnu.org>
12320
12321 * files.el (make-auto-save-file-name):
12322 Apply auto-save-file-name-transforms to visited file name
12323 before generating auto save file name.
12324 (auto-save-file-name-transforms): New variable.
12325
12326 * files.el (backup-enable-predicate):
12327 Correctly test for a file under a temporary directory.
12328
12329 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12330
12331 * subr.el (add-minor-mode): Rewritten.
12332
12333 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12334
12335 * mail/sendmail.el (sendmail-send-it): Set
12336 buffer-file-coding-system to the selected coding system for MIME
12337 header.
12338
12339 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12340
12341 * dired.el (dired-move-to-filename-regexp): Allow format where
12342 YYYY is followed by two spaces.
12343
12344 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12345 in the second character class of the regexp.
12346
12347 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12348 mh-etc, too.
12349
12350 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12351 nil.
12352
12353 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12354
12355 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12356 argument.
12357
12358 2000-04-27 Sen Nagata <sen@eccosys.com>
12359
12360 * emacs-lisp/crm.el (crm-completion-table): New variable.
12361 (crm-collection-fn, crm-test-completion)
12362 (completing-read-multiple): Use it.
12363
12364 2000-04-27 Dave Love <fx@gnu.org>
12365
12366 * help.el (locate-library): Use mapc.
12367 (help-manyarg-func-alist): Add call-process-region.
12368
12369 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12370
12371 * subr.el (add-minor-mode): Make argument MAP optional.
12372
12373 * desktop.el (desktop-save): Save list of minor modes.
12374 (desktop-create-buffer): Restore minor modes.
12375 (desktop-minor-mode-table): New user-option.
12376
12377 * subr.el (add-minor-mode): New function.
12378
12379 * image.el (find-image): New function.
12380 (defimage): Rewritten to find image at load time.
12381
12382 * startup.el (normal-top-level-add-to-load-path): Handle
12383 case that the default directory is not in load-path.
12384
12385 * help.el: Old patch from Stefan Monnier.
12386 (help-xref-on-pp): New function.
12387 (describe-variable): Use it to display xrefs in a symbol's value.
12388
12389 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12390
12391 * cus-edit.el (custom-face): Fix parenthesis.
12392
12393 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12394
12395 * mail/rmail.el (rmail-expunge): When there are no deleted
12396 messages, do nothing.
12397
12398 2000-04-26 Dave Love <fx@gnu.org>
12399
12400 * international/mule-cmds.el (locale-translation-file-name):
12401 Defvar to nil.
12402 (set-locale-environment): Set it here (at runtime).
12403
12404 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12405
12406 * replace.el (perform-replace): Add parameters START and END. Use
12407 them instead of the check for a region in Transient Mark mode.
12408 (query-replace-read-args): Return two more list elements for the
12409 start and end of the region in Transient Mark mode.
12410 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12411 (map-query-replace-regexp, replace-string, replace-regexp): Add
12412 optional last arguments START and END and pass them to
12413 perform-replace.
12414
12415 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12416 form with additional arguments for perform-replace.
12417
12418 * progmodes/etags.el (tags-query-replace): Add parameters START
12419 and END. Construct a form with additional arguments for
12420 perform-replace.
12421
12422 * simple.el (shell-command): Set default directory for "*Shell
12423 Command Output" buffer.
12424
12425 * language/european.el (iso-latin-4): Fix typo.
12426
12427 * emacs-lisp/crm.el: New file.
12428
12429 2000-04-24 Dave Love <fx@gnu.org>
12430
12431 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12432 (Custom-reset-saved, Custom-reset-standard)
12433 (custom-group-value-create, custom-group-set, custom-group-save)
12434 (custom-group-reset-current, custom-group-reset-saved)
12435 (custom-group-reset-standard): Use mapc.
12436 (custom-buffer-create-internal): Disable undo when creating items.
12437 Use mapc.
12438 (custom-face): Avoid redundant lambda.
12439
12440 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12441
12442 * startup.el (auto-save-list-file-prefix): Set default to
12443 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12444
12445 2000-04-24 Sam Steingold <sds@gnu.org>
12446
12447 * time-stamp.el (time-stamp-string-preprocess): Always convert
12448 `field-result' to a string.
12449
12450 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12451
12452 * frame.el (scrolling): New group.
12453 (automatic-hscrolling): New user-option.
12454
12455 * startup.el (command-line-x-option-alist): Add `-lsp' and
12456 `--line-spacing'.
12457
12458 2000-04-19 Dave Love <fx@gnu.org>
12459
12460 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12461 (cl-mapc): Rename from mapc. Fix the funcall.
12462
12463 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12464
12465 * simple.el (clone-indirect-buffer-other-window): New command.
12466 (clone-indirect-buffer): Add optional arg NORECROD.
12467 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12468
12469 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12470
12471 * window.el (count-screen-lines): New function.
12472 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12473 instead of window-buffer-height.
12474
12475 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12476 non-existing variable comint-input-sentinel.
12477 (inferior-lisp-args-to-list): Removed.
12478 (inferior-lisp): Use split-string instead of
12479 inferior-lisp-args-to-list.
12480
12481 * hexl.el (hexl-insert-hex-string): New command.
12482
12483 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12484 instead of concat.
12485
12486 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12487
12488 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12489 at the start of an existing but empty folder.
12490
12491 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12492
12493 * ps-mule.el: Customization fix, doc fix.
12494 (ps-multibyte-buffer): Customization fix.
12495
12496 2000-04-17 Richard M. Stallman <rms@gnu.org>
12497
12498 * subr.el (read-passwd): Use read-char-exclusive.
12499
12500 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12501
12502 * textmodes/texinfo.el (texinfo-insert-@email)
12503 (texinfo-insert-@emph, texinfo-insert-@quotation)
12504 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12505 (texinfo-mode-map): Add key bindings for them.
12506
12507 * files.el (basic-save-buffer-2): Use a template with `$'
12508 instead of `#' for VMS.
12509
12510 * simple.el (clone-indirect-buffer): New function.
12511
12512 2000-04-16 Stephen Eglen <stephen@gnu.org>
12513
12514 * iswitchb.el (iswitchb-case): New function. If the user input
12515 contains any upper-case characters, the search is made
12516 case-sensitive.
12517
12518 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12519
12520 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12521 comment-end.
12522 (texinfo-font-lock-syntactic-keywords): New var.
12523 (texinfo-font-lock-keywords): Remove comment regexp.
12524 (texinfo-insert-block): New function.
12525 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12526 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12527 and font-lock-defaults. Use regexp-opt for outline-regexp.
12528 (texinfo-environments): New var.
12529 (texinfo-environment-regexp): Use regexp-opt and
12530 texinfo-environments.
12531
12532 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12533 ispell-process is bound since this might be eval'd before ispell
12534 is loaded.
12535 (ispell-message): Use a tiny bit less magic and a bit more hard
12536 data to figure out what kind of sc-cite-regexp to use.
12537
12538 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12539
12540 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12541 (insert-cyclic-diary-entry): Unquote the lambda.
12542
12543 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12544
12545 * files.el (backup-enable-predicate): Unquote the lambda.
12546
12547 * cus-edit.el (custom-face, face): Unquote the lambda.
12548
12549 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12550
12551 * ps-print.el: Check for line-beginning-position definition.
12552
12553 * ps-print.el: Fix counting lines in a region.
12554 (ps-print-version): New version number (5.1.5).
12555 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12556 (ps-printing-region): Fun code fix.
12557
12558 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12559
12560 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12561 to file-directory-p.
12562
12563 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12564
12565 * gud.el (gud-jdb-build-source-files-list): Check that directory
12566 exists before calling directory-files.
12567
12568 2000-04-13 Dave Love <fx@gnu.org>
12569
12570 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12571 syntax.
12572
12573 * emacs-lisp/cl-specs.el: Remove when, unless.
12574
12575 * emacs-lisp/cl-extra.el: Don't quote keywords.
12576 (cl-old-mapc): New variable.
12577 (mapc): Use it.
12578 (cl-map-intervals): Use with-current-buffer. Don't check for
12579 next-property-change.
12580 (cl-map-overlays): Use with-current-buffer.
12581 (cl-expt): Remove.
12582 (copy-tree, remprop): Define unconditionally.
12583
12584 * emacs-lisp/cl-compat.el (keywordp): Remove.
12585
12586 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12587 to use keywordp.
12588 (edebug-spec): Enable keywordp.
12589
12590 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12591 string-lessp.
12592
12593 * cus-start.el: Use keywordp.
12594
12595 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12596
12597 * diary-lib.el (include-other-diary-files): Fix the fix of
12598 2000-02-18 by doing a save-excursion.
12599
12600 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12601
12602 * ps-print.el: Customization fix, doc fix.
12603 (ps-print-version): New version number (5.1.4).
12604 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12605 (ps-print-preprint): Adjust code.
12606 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12607 (ps-print-prologue-header, ps-print-control-characters)
12608 (ps-spool-config): Customization fix.
12609
12610 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12611
12612 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12613 converted to the new menu-item format, names silightly changed,
12614 help strings added.
12615
12616 Support for spelling without async subprocesses:
12617
12618 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12619 (ispell-session-buffer): New variables.
12620 (ispell-start-process, ispell-process-status,
12621 ispell-accept-output, ispell-send-string): New functions, for
12622 Ispell invocation when async subprocesses aren't supported.
12623 (ispell-word, ispell-pdict-save, ispell-command-loop,
12624 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12625 to process-send-string with calls to ispell-send-string, and
12626 accept-process-output with ispell-accept-output.
12627 (ispell-init-process): Call ispell-process-status instead of
12628 process-status with.
12629 (ispell-init-process): Call ispell-start-process. Call
12630 ispell-accept-output and ispell-send-string. Don't call
12631 process-kill-without-query and kill-process if they are unbound.
12632 (ispell-async-processp): New function.
12633
12634 2000-04-12 Dave Love <fx@gnu.org>
12635
12636 * info.el: Add debug-ignored-errors.
12637 (Info-mode-menu): Add some items.
12638 (Info-directory): Add autoload cookie.
12639
12640 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12641 Modify `truncate-lines'. Make `describe-language-environment'
12642 always visible and add help. Modify `describe-key' help. Invoke
12643 Info-directory from `info'. New entry `emacs-manual'.
12644
12645 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12646
12647 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12648 propertized-buffer-identification.
12649 (ebrowse-update-member-buffer-mode-line): Likewise.
12650 (ebrowse--mode-strings): Removed.
12651 (ebrowse--mode-line-props): Removed.
12652
12653 * files.el (auto-mode-alist): Add `EBROWSE'.
12654
12655 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12656 space before testing for end of buffer.
12657 (ebrowse-load): Removed.
12658 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12659 (ebrowse-create-tree-buffer): Rewritten.
12660 (ebrowse-tree-mode): Read tree from buffer.
12661
12662 * progmodes/ebrowse-ffh.el: Removed.
12663
12664 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12665
12666 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12667
12668 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12669
12670 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12671 at the wrong place.
12672
12673 2000-04-09 Dave Love <fx@gnu.org>
12674
12675 * files.el (backup-enable-predicate): Use
12676 temporary-file-directory, small-temporary-file-directory.
12677 (make-backup-file-name-function, backup-directory-alist): New
12678 variables.
12679 (make-backup-file-name-1): New function.
12680 (make-backup-file-name): Use it.
12681 (find-backup-file-name): Likewise. Use format for clarity, not
12682 concat.
12683 (file-newest-backup): Use make-backup-file-name.
12684
12685 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12686
12687 * progmodes/ebrowse-ffh.el: New file.
12688
12689 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12690 to ebrowse-ffh.el.
12691 (ebrowse-load): Add autoload.
12692
12693 * finder.el (finder-commentary): Add autoload cookie.
12694
12695 * mail/rfc2368.el: Correct author's email address.
12696
12697 * progmodes/ebrowse.el: New file.
12698
12699 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12700 item help string.
12701 (easy-menu-do-add-item): Ditto.
12702 (easy-menu-define): Extend doc string.
12703
12704 * jit-lock.el (with-buffer-unmodified): Use
12705 restore-buffer-modified-p.
12706 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12707 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12708 with-buffer-unmodified.
12709
12710 2000-04-08 Dave Love <fx@gnu.org>
12711
12712 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12713 unless, when.
12714
12715 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12716
12717 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12718 (viper-flash-search-pattern): No operation when using Emacs
12719 doesn't support face.
12720 Use `viper-put-on-search-overlay'.
12721
12722 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12723
12724 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12725 like C-r.
12726
12727 * progmodes/make-mode.el: Some doc fixes.
12728 (makefile-mode-abbrev-table): New variable.
12729 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12730 (makefile-font-lock-keywords): Fontify includes and conditionals.
12731 (toplevel): Require `dabbrev' and `add-log' when compiling.
12732
12733 * replace.el (perform-replace): Don't move forward one char
12734 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12735 to do that because it leaves point 1 position after the last
12736 replacement, after everything has been replaced.
12737
12738 * jit-lock.el (with-buffer-unmodified): New macro.
12739 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12740 modified state.
12741 (jit-lock-function-1): Extracted from jit-lock-function; not
12742 preserving buffer's modified state.
12743 (jit-lock-function, jit-lock-stealth-fontify): Call
12744 jit-lock-function-1.
12745
12746 * mail/rfc2368.el: Remove supernumerary copyright line.
12747
12748 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12749
12750 * glasses.el: Provide facilities for inserting space before left
12751 parentheses and uncapitalization of identifiers.
12752 (glasses-mode): Try to remove old overlays in all cases.
12753
12754 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12755
12756 * progmodes/compile.el (compile-internal): Display the compilation
12757 buffer in a different frame, if it's already displayed there.
12758
12759 * mail/rfc2368.el: New file.
12760
12761 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12762 header and insert its value as mail body.
12763
12764 * subr.el (member-ignore-case): New function.
12765
12766 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12767 (dabbrev--find-expansion): Ignore buffers matching a regexp
12768 from dabbrev-ignored-regexps.
12769
12770 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12771 to extensions handled by gzip.
12772
12773 2000-04-03 Richard M. Stallman <rms@gnu.org>
12774
12775 * files.el (insert-directory): List the total free space
12776 along with the used space.
12777
12778 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12779 line is followed by one that matches CITATION-REGEXP, end the
12780 paragraph.
12781
12782 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12783
12784 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12785 (rmail-make-basic-summary-line): Use that option.
12786
12787 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12788
12789 * international/mule-cmds.el (encoded-string-description):
12790 Rewritten. Try pretty description for ISO 2022 escape sequences
12791 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12792 for hexadecimal format.
12793
12794 2000-04-01 Dave Love <fx@gnu.org>
12795
12796 * cpp.el: Change customization group to `c' from `C'.
12797
12798 * vcursor.el (vcursor-move): Use display-color-p.
12799
12800 * international/mule-util.el: Provide mule-utils.
12801 (string-to-sequence): Simplify and speed up.
12802
12803 * international/mule.el (make-coding-system): Purecopy doc-string.
12804
12805 * international/mule-cmds.el: Various menu changes.
12806 (describe-specified-language-support): Handle `Default'.
12807 (set-language-info): Purecopy `info'.
12808
12809 2000-03-31 Andrew Innes <andrewi@gnu.org>
12810
12811 * vc.el (vc-backend-diff): Return the correct status if we had to
12812 retry the rcsdiff command without the --brief option.
12813
12814 2000-03-31 Dave Love <fx@gnu.org>
12815
12816 * help.el (help-manyarg-func-alist): Correct several omissions.
12817
12818 * add-log.el: Don't require cl, fortran.
12819 (add-log-current-defun-function): Doc fix.
12820 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12821 fix.
12822 (change-log-version-rcs): Function deleted.
12823 (change-log-version-number-search): Doc fix. Use
12824 vc-workfile-version. Avoid CL dolist.
12825 (add-change-log-entry): Just call add-log-current-defun to get
12826 defun. Simplify somewhat.
12827 (change-log-get-method-definition-1): Likewise.
12828 (add-log-current-defun): Return nil if calling
12829 add-log-current-defun-function does so. Move Fortran stuff to
12830 fortran.el. Return string without properties.
12831
12832 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12833 and :alpha: char classes.
12834
12835 * mail/supercite.el: Defvar curline when compiling.
12836 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12837 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12838 rather than a-zA-Z0-9 to allow non-ASCII characters.
12839
12840 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12841
12842 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12843
12844 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12845 Re-enable new code.
12846
12847 * lpr.el (print-region-1): Use -d to specify printer name for
12848 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12849
12850 2000-03-31 Dave Love <fx@gnu.org>
12851
12852 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12853 for function definition in symbol's function value slot first
12854 instead of first consulting byte-compile-function-environment.
12855
12856 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12857
12858 * language/european.el ("Polish"): New language environment.
12859 (setup-polish-environment): New function.
12860
12861 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12862
12863 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12864 Disable new code.
12865
12866 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12867 trying to `load' the symbol of an autoload instead of the file
12868 recorded in the autoload. Fix error messages.
12869
12870 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12871
12872 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12873 (ps-print-version): New version number (5.1.3).
12874 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12875 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12876 (ps-generate-postscript-with-faces): Code fix.
12877 (ps-color-values): XEmacs compatibility.
12878 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12879 (ps-default-fg, ps-default-bg): Adjust customization.
12880 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12881 (ps-color-scale): Renaming old ps-color-value fun.
12882 (ps-print-headers): Replace ps-print-header group to avoid conflict
12883 with ps-print-header variable.
12884 (ps-print-miscellany): New group.
12885 (ps-format-color, ps-rgb-color): New funs.
12886 (ps-default-foreground): New var.
12887 (ps-printer-name-option): New const.
12888
12889 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12890
12891 * net/net-utils.el:
12892 (network-connection-host, network-connection-service): New variables
12893 (network-connection-mode): New mode, derived from comint-mode
12894 (network-connection-mode-setup): New function, saves host and
12895 service information in local variables.
12896
12897 * lisp/locate.el:
12898 (locate-word-at-point): Added this function
12899 (locate): Default to using locate-word-at-point as input
12900 Run dired-mode-hook
12901
12902 2000-03-29 Dave Love <fx@gnu.org>
12903
12904 * calendar/appt.el: Doc fixes.
12905 (appt-check): Convert min-to-app to a string before passing to
12906 appt-disp-window-function or concat.
12907 (appt-delete-window): Remove test for frame-root-window.
12908 (appt-select-lowest-window, appt-convert-time): Simplify.
12909
12910 * emacs-lisp/bytecomp.el: Doc fixes.
12911 (byte-compile-file-form-autoload): Update
12912 byte-compile-function-environment.
12913
12914 2000-03-29 Andreas Schwab <schwab@suse.de>
12915
12916 * emacs-lisp/autoload.el: Also print defsubst doc string
12917 specially.
12918
12919 * dired.el (dired-insert-directory): If dired-free-space-program
12920 failed just delete its output.
12921
12922 2000-03-29 Dave Love <fx@gnu.org>
12923
12924 * international/iso-cvt.el: Move provide to end. Doc fixes.
12925 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12926 (iso-iso2sgml, iso-sgml2iso): New functions.
12927 (iso-cvt-define-menu): Fix some entries and use backquote for
12928 clarity.
12929
12930 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12931
12932 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12933
12934 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12935 ISO-DATE. If non-nil, return date in ISO 8601 format.
12936
12937 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12938
12939 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12940 if it ever becomes used.
12941 (log-edit-mode-hook): Default to vc-log-mode-hook.
12942 (log-edit-mode): Fix the docstring.
12943
12944 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12945 the code.
12946
12947 2000-03-26 Dave Love <fx@gnu.org>
12948
12949 * net/browse-url.el (browse-url): Re-fix case of
12950 browse-url-browser-function being an alist.
12951 (browse-url): Add :link to defgroup.
12952
12953 * files.el: Doc fixes.
12954 (file-truename): Include `[' in wildcard characters.
12955 (automount-dir-prefix): Customize.
12956 (find-file-wildcards): Add :version.
12957 (find-file-noselect): Simplify a mapcar call.
12958
12959 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12960 compatible with inf-lisp version.
12961 (eval-defun-1): Fix custom-declare-variable case.
12962
12963 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12964
12965 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12966
12967 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12968
12969 * Makefile (COMPILE_FIRST): New macro.
12970 (compile-files): Compile files from COMPILE_FIRST first.
12971
12972 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12973 code.
12974
12975 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12976 matching open parenthesis in column 0 to defun-prompt-regexp
12977 only if open-paren-in-column-0-is-defun-start is set.
12978
12979 * sun-curs.el: Require CL at compile-time only.
12980
12981 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12982 instead of copy-list which is a function from CL.
12983 (msb--choose-menu, msb--mode-menu-cond)
12984 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12985 (msb--init-file-alist): Use mapcar instead of mapcan.
12986 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12987 `(' in column 0 in doc string.
12988 (msb--add-separators): Use mapcar instead of mapcan.
12989
12990 * cus-dep.el: Require CL at compile-time only.
12991
12992 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12993
12994 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12995 (byte-compile-warnings): New warning `noruntime'.
12996 (byte-compile-constants, byte-compile-variables): Fix docstring.
12997 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12998 execute `eval-whenc-compile's body.
12999 (byte-compile-unresolved-functions): Fix docstring.
13000 (byte-compile-eval): New function.
13001 (byte-compile-callargs-warn): Check if the function will be available
13002 at runtime (via property `byte-compile-noruntime').
13003 (byte-compile-print-syms): New function.
13004 (byte-compile-warn-about-unresolved-functions): Also warn about
13005 `noruntime' functions (and use `byte-compile-print-syms').
13006 (byte-compile-file): Capitalize the message.
13007
13008 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13009
13010 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13011 (rmail-expunge): Ask for confirmation depending on the setting
13012 of rmail-confirm-expunge.
13013
13014 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13015
13016 * Makefile (bootstrap-clean): If $(emacs) exists, build
13017 loaddefs.el first. A loaddefs.el that's not up-to-date might
13018 cause a bootstrap failure because things don't autoload as
13019 expected.
13020
13021 2000-03-23 Dave Love <fx@gnu.org>
13022
13023 * net/browse-url.el: Restore previous use of
13024 browse-url-maybe-new-window.
13025
13026 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13027
13028 * ps-print.el: Skip banner page fix.
13029 (ps-print-version): New version number (5.1.2).
13030 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13031
13032 2000-03-23 Dave Pearson <davep@davep.org>
13033
13034 * net/quickurl.el Changed the type of parameter passed to the
13035 function defined by `quickurl-format-function'. Before only the
13036 text of the URL was passed. Now the whole URL structure is passed
13037 and the function is responsible for extracting the parts it
13038 requires. Changed the default of `quickurl-format-function'
13039 accordingly.
13040 (quickurl-insert): Changed the `funcall' of
13041 `quickurl-format-function' to match the above change.
13042 (quickurl-list-insert): Changed the `url' case so that it makes
13043 use of `quickurl-format-function', previous to this the format was
13044 hard wired.
13045
13046 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13047
13048 * startup.el: Change some spellings for the X Window System.
13049
13050 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13051
13052 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13053 up the code and the regexp and make sure the cursor is temporarily
13054 moved to the suspicious line while querying the user.
13055
13056 2000-03-22 Jason Rumney <jasonr@gnu.org>
13057
13058 * w32-fns.el (w32-charset-info-alist): Initialize.
13059
13060 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13061
13062 * ps-print.el: N-up last page fix.
13063 (ps-print-version): New version number (5.1.1).
13064 (ps-end-file, ps-end-job, ps-generate): Code fix.
13065
13066 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13067
13068 * files.el (find-file-run-dired): Update docstring.
13069 (find-directory-functions): New hook.
13070 (find-file-noselect): Run find-directory-functions rather than
13071 calling dired directly.
13072
13073 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13074
13075 * pcvs.el: Add a minimal leading commentary.
13076 (cvs-make-cvs-buffer): Change the header part by removing the startup
13077 message and adding a `Module' entry. Also replace the FOOTER and
13078 HEADER special fileinfos with the new support in ewoc for updating
13079 its own footer and header.
13080 (cvs-update-header): Update to use the header/footer of the ewoc.
13081 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13082 (cvs-is-within-p): New function.
13083 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13084 to only examine some subset of the buffers.
13085
13086 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13087 `format' instead of our own ad-hoc functions.
13088 Remove HEADER and FOOTER cases, now handled in the EWOC.
13089 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13090
13091 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13092 output to avoid scaring the user.
13093 (cvs-parse-table): Catch message for non-up-to-date commits.
13094
13095 * pcvs-defs.el (cvs-startup-message): Remove.
13096 (cvs-global-menu): New autoloaded menu.
13097
13098 * pcvs-util.el (cvs-string-fill): Remove.
13099
13100 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13101 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13102 PP part of it and also make it work for footers and headers.
13103 (ewoc-create): Drop POS and BUFFER arguments.
13104 Use the DLL's dummy node to store the end-of-footer position.
13105 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13106 (ewoc-refresh): Remove unused `header' variable.
13107 (ewoc-(get|set)-hf): New functions.
13108
13109 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13110 log-view-*-(message|file) and use easy-mmode-define-navigation.
13111 (log-view-message-re): Match SCCS format as well.
13112 And match the revision line rather than the dashed separator line.
13113 (log-view-mode): Use the new define-derived-mode.
13114 (log-view-current-tag): Fill in with an actual implementation.
13115
13116 * cvs-status.el (cvs-status-(prev|next)): Rename from
13117 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13118 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13119 to let the output "breathe" a little more (more readable).
13120 (cvs-status-mode): Use the new define-derived-mode.
13121
13122 * smerge-mode.el (smerge-auto-leave): New function and variable.
13123 (smerge-basic-map): Rename from smerge-basic-keymap.
13124 Change the bindings for smerge-diff-*.
13125 (smerge-*-map): Use easy-mmode-defmap.
13126 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13127 (smerge-keep-*): Use smerge-auto-leave.
13128
13129 2000-03-21 Jason Rumney <jasonr@gnu.org>
13130
13131 * cus-edit.el (custom-button-face): Use 3D look for w32.
13132 (custom-button-pressed-face): Likewise.
13133
13134 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13135
13136 * progmodes/etags.el (tags-case-fold-search): New user-option.
13137 (tags-loop-eval): New function. Bind case-fold-search around eval
13138 depending on the value of tags-case-fold-search.
13139 (tags-loop-continue): Use tags-loop-eval.
13140 (find-tag-in-order): Bind case-fold-search depending on the value
13141 of tags-case-fold-search.
13142
13143 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13146 (diff-end-of-hunk): Return the end position for use in
13147 `easy-mmode-define-navigation'.
13148 (diff-recenter): Remove.
13149 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13150 of `easy-mmode-define-navigation'.
13151 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13152 previous renaming) and fix to use new names.
13153 (diff-merge-strings): Use \n as separator: simpler, faster.
13154 (diff-mode): Use `define-derived-mode'.
13155
13156 * derived.el (define-derived-mode): Don't autoload anymore.
13157 Prefer the macro-only version provided by easy-mmode.el.
13158
13159 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13160 `easy-mmode-define-derived-mode'.
13161 Use `combine-run-hooks'.
13162 (easy-mmode-define-navigation): New macro.
13163
13164 * subr.el (combine-run-hooks): New function.
13165
13166 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13167
13168 * term/x-win.el: Fontsets related initialization is simplified.
13169
13170 * international/mule-diag.el (describe-font): Don't refer to
13171 global-fontset-alist, instead call font-list.
13172 (describe-fontset, list-fontsets, mule-diag): Likewise.
13173 (print-fontset): Adjusted for the change of fontset
13174 implementation.
13175
13176 * international/fontset.el (x-charset-registries): Variable
13177 removed, instead the corresponding data is stored in the default
13178 fontset.
13179 (register-alternate-fontnames): Function removed.
13180 (resolved-ascii-font): Variable removed.
13181 (x-compose-font-name): Ignore the second argument REDOCE.
13182 (x-complement-fontset-spec): Complement only an ASCII font and
13183 element for those charsets than can use that ASCII font.
13184 (generate-fontset-menu): Don't refer to global-fontset-alist,
13185 instead call fontset-list.
13186 (uninstantiated-fontset-alist): Variable removed.
13187 (x-style-funcs-alist): Likewise.
13188 (fontset-default-styles): Likewise.
13189 (x-modify-font-name): Function removed.
13190 (create-fontset-from-fontset-spec): Ignore the argument
13191 STYLE-VARIANT.
13192 (create-fontset-from-ascii-font): Docsting adjusted for the above
13193 change.
13194 (instantiate-fontset, resolve-fontset-name): Functions removed.
13195 (fontset-list): Now implemented by C code.
13196
13197 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13198 (describe-face): Include `font' attribute in the description.
13199
13200 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13201
13202 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13203
13204 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13205
13206 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13207 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13208 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13209
13210 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13211 about behavior of set-buffer-modified-p wrt redisplay.
13212
13213 2000-03-19 Richard M. Stallman <rms@gnu.org>
13214
13215 * view.el (view-mode-disable): Kill local binding of view-read-only.
13216
13217 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13218
13219 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13220 is a string, convert it to a syntax cell using string-to-syntax.
13221
13222 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13223 (string-to-syntax): New function.
13224
13225 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13226 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13227 try to use passive ftp mode.
13228
13229 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13230
13231 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13232
13233 * simple.el (append-to-buffer): Update point of windows after
13234 insertion.
13235
13236 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13237 forward then moving backward. Reindent.
13238
13239 * frame.el (other-frame): Call x-focus-frame only if
13240 focus-follows-mouse is off.
13241
13242 2000-03-17 Dave Love <fx@gnu.org>
13243
13244 * pcvs-util.el (cvs-strings->string): Rename
13245 replace-regexps-in-string.
13246
13247 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13248
13249 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13250 regexp for labels cannot span several lines.
13251
13252 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13253 `(setq :<key> ':<key>)' to the macro expansion.
13254
13255 2000-03-16 Dave Love <fx@gnu.org>
13256
13257 * progmodes/f90.el (f90): Put custom group under `languages', not
13258 `fortran'.
13259 (f90-mode-hook): Customize.
13260 (f90-mode): Set add-log-current-defun-function.
13261 (f90-current-defun): New function.
13262
13263 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13264
13265 * cus-edit.el (custom-variable-tag-face): Handle case that
13266 default face's height is not a number.
13267 (custom-face-tag-face, custom-group-tag-face-1)
13268 (custom-group-tag-face): Ditto.
13269 (custom-group-tag-face-1): Add :group.
13270
13271 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13272
13273 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13274
13275 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13276 requiring easymenu.
13277
13278 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13279
13280 * ps-print.el: PostScript user-defined prologue, PostScript error
13281 handler, doc fix.
13282 (ps-print-version): New version number (5.1).
13283 (ps-user-defined-prologue, ps-error-handler-message)
13284 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13285 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13286 (ps-insert-string): New function.
13287
13288 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13289
13290 * international/ccl.el (ccl-compile-expression): Don't generate
13291 invalid self-assignment code.
13292
13293 2000-03-14 Dave Love <fx@gnu.org>
13294
13295 * subr.el (replace-regexp-in-string): Renamed from
13296 replace-regexps-in-string. Doc fix.
13297
13298 2000-03-12 Dave Love <fx@gnu.org>
13299
13300 * cus-edit.el: Doc fixes.
13301 (customize-set-variable, customize-save-variable): Rename args for
13302 doc.
13303 (custom-variable-tag-face, custom-face-tag-face)
13304 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13305 style which user identify as hyperlink.
13306 (hook): Don't add undefined functions to the hook.
13307 (debug-ignored-errors): Transfer message from bindings.el.
13308
13309 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13310
13311 * recentf.el (recentf-keep-non-readable-files-p): Remove
13312 double/nested definition.
13313
13314 2000-03-12 Dave Love <fx@gnu.org>
13315
13316 * facemenu.el (facemenu-get-face): Use display-color-p.
13317 * enriched.el (enriched-decode-foreground): Likewise.
13318 (enriched-decode-background): Likewise.
13319 * isearch.el (isearch-highlight): Likewise.
13320 * info-look.el (info-lookup): Likewise.
13321 * simple.el (completion-setup-function): Likewise.
13322
13323 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13324 :options.
13325
13326 * bindings.el (mode-line-format): Fix line-number and
13327 column-number items. Add help-echo for the background.
13328 (mode-line-mule-info): Modify help-echo.
13329
13330 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13331
13332 * files.el (load-file): Allow completion to .elc.
13333
13334 * man.el: Doc fixes.
13335 (Man-init-defvars): Use display-color-p to set fontification.
13336
13337 * play/hanoi.el (hanoi-internal): Don't use oddp.
13338
13339 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13340
13341 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13342
13343 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13344
13345 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13346
13347 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13348 Fix comment.
13349
13350 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13351
13352 * font-lock.el (font-lock-keywords): Fix the doc now that
13353 regexp-opt-depth is unnecessary.
13354 (save-buffer-state): Set an edebug spec.
13355 (font-lock-fontify-anchored-keywords): Properly handle the case when
13356 the matcher goes past the limit.
13357
13358 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13359 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13360
13361 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13362 dll.el and cookie.el (from Elib) with heavy renaming and other
13363 massaging.
13364
13365 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13366 Autoload the functions used.
13367 (easy-mmode-define-syntax): Fix CL typo.
13368 (easy-mmode-define-derived-mode): Improve the docstring generation.
13369
13370 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13371
13372 * textmodes/texinfo.el (texinfo-version): Variable and function
13373 removed.
13374
13375 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13376
13377 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13378 allow more flexibility.
13379 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13380 fns.
13381 (easy-mmode-defmap, easy-mmode-defsyntax)
13382 (easy-mmode-define-derived-mode): New macros.
13383
13384 2000-03-09 Didier Verna <didier@xemacs.org>
13385
13386 * rect.el (replace-rectangle): New function.
13387
13388 2000-03-09 Dave Love <fx@gnu.org>
13389
13390 * progmodes/fortran.el (fortran-comment-line-start): Define as
13391 "C".
13392 (fortran-comment-line-start-skip): Don't match cpp stuff.
13393 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13394 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13395 (fortran-mode): Don't set fortran-comment-line-start-skip,
13396 fortran-comment-line-start here. Set comment-start,
13397 add-log-current-defun.
13398 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13399 (fortran-current-defun): New function.
13400
13401 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13402
13403 * emacs-lisp/re-builder.el: New file.
13404
13405 * mouse.el (mouse-drag-region): Don't run up-event handler
13406 if hscroll has changed.
13407
13408 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13409 builtin operators, use `font-lock-builtin-face' for Emacs and
13410 `font-lock-preprocessor-face' otherwise.
13411
13412 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13413 `(defun (setf foo)' differently.
13414
13415 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13416
13417 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13418 (regexp-opt): Update comment and adapt the code the new meaning of
13419 the `paren' argument of regex-opt-group for shy-groups.
13420 (regexp-opt-depth): Handle shy groups as well as backslashed
13421 backslashes.
13422 (regexp-opt-group): Turn the leading comment into a docstring.
13423 Allow `paren' to be a string (the string to use to open a group).
13424 Remove open-presuf and close-presuf. Instead of checking for `all
13425 one-char' and then later on check for `several one-char', handle
13426 both cases close together. Also apply a more generic algorithm
13427 for suffixes (the mirror image of the algorithm used for
13428 prefixes). Use shy-groups. Use nreverse rather than reverse.
13429 (regexp-opt-try-suffix): Removed.
13430
13431 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13432 from comint-mode-map, so we can just inherit from it. Also, move
13433 the initialization into the `defvar' since there's no docstring
13434 anyway and it's fairly short.
13435 (inferior-scheme-mode): Define it as derived-mode: the code is
13436 shorter and this way we inherit from comint-mode-map rather than
13437 copying it.
13438
13439 * subr.el (replace-regexps-in-string): Properly handle the case
13440 where we match an empty string.
13441
13442 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13443 when the command has a directory component (such as "./testml").
13444 Also fix a typo in the comment.
13445
13446 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13447
13448 * Makefile (compile-files): Compile files one by one because
13449 that's the only way to ensure a clean compilation environment for
13450 each individual file.
13451
13452 * frame.el (other-frame): Call x-focus-frame.
13453
13454 2000-03-07 Dave Love <fx@gnu.org>
13455
13456 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13457 :require to defcustom.
13458
13459 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13460 lists.
13461
13462 * files.el (auto-mode-alist): Add configure.in.
13463
13464 * progmodes/autoconf.el: New file.
13465
13466 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13467
13468 * mail/mh-e.el: Change maintainer to `none'.
13469
13470 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13471 to remove-hook and add-hook.
13472
13473 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13474
13475 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13476 it as the default.
13477 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13478 (sendmail-send-it): Conditionally add MIME headers specifying the
13479 used character set.
13480
13481 2000-03-07 Dave Love <fx@gnu.org>
13482
13483 * winner.el: Fix keywords, autoload cookies. Split
13484 eval-when-compile form to avoid compilation failure.
13485
13486 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13487
13488 * international/mule.el: Modify comment about coding system
13489 property `coding-category'.
13490 (make-coding-system): New argument EOL-TYPE. Pay attention to
13491 coding-category property of PROPERTIES.
13492
13493 * international/mule-conf.el (coding-category-utf-8,
13494 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13495 categories. Include them in the argument for set-coding-priority.
13496
13497 * international/mule-cmds.el (reset-language-environment): Include
13498 coding-category-utf-8, coding-category-utf-16-be, and
13499 coding-category-utf-16-le in the argument for set-coding-priority.
13500 (reset-language-environment): Initialize coding-category-utf-8,
13501 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13502
13503 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13504
13505 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13506 code abstracted out of `bookmark-jump-noselect'. Now tries info
13507 extensions as well as compression extensions.
13508 (bookmark-jump-noselect): Use above new func.
13509
13510 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13511
13512 * strokes.el: Change maintainer's mail address.
13513
13514 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13515
13516 * international/mule-diag.el (list-character-sets): Make help-echo
13517 string by substitute-command-keys.
13518 (list-character-sets): Likewise.
13519 (sort-listed-character-sets): Call help-setup-xref.
13520
13521 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13522
13523 * time.el (display-time-mail-file): Add `none' to the list of
13524 choices.
13525
13526 2000-03-01 Dave Love <fx@gnu.org>
13527
13528 * help.el (help-xref-go-back): Don't try to set position.
13529
13530 * international/mule-diag.el (list-character-sets): Call
13531 help-setup-xref. Add help-echo to xrefs.
13532 (list-character-sets-1): Add help-echo to xrefs.
13533
13534 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13535
13536 * frame.el (blink-cursor-mode): Switch cursor on when turning
13537 the mode off.
13538
13539 * add-log.el (add-log-current-defun): Add support for
13540 Autoconf mode.
13541
13542 * mail/rmail.el (rmail-quit-hook): New variable.
13543
13544 2000-03-01 Dave Love <fx@gnu.org>
13545
13546 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13547
13548 * help.el (help-xref-button): Add help-echo arg.
13549 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13550
13551 * faces.el (list-faces-display): Supply help-echo with
13552 help-make-xrefs.
13553
13554 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13555 nil.
13556
13557 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13558
13559 * image.el (defimage): Look for image files in load-path.
13560
13561 * frame.el (busy-cursor-delay-seconds): Change type to
13562 `number'.
13563
13564 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13565
13566 * recentf.el (recentf): Added version tag to the defgroup of
13567 recentf.
13568
13569 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13570
13571 * recentf.el (recentf-cleanup): Changed to remove excluded file
13572 too.
13573 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13574 action to select/unselect a file.
13575 (recentf-edit-list): Code cleanup and improvement.
13576 (recentf-open-more-files-action): `recentf-open-more-files' button
13577 widget action to open a file.
13578 (recentf-open-more-files): No more use standard completion but
13579 widgets.
13580 (recentf-more-collection): Deleted.
13581 (recentf-more-history): Deleted.
13582 (recentf-setup-more-completion): Deleted.
13583
13584 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13585
13586 * recentf.el (recentf-mode): No more needs that Emacs is running
13587 under a window-system.
13588
13589 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13590
13591 * recentf.el (recentf-edit-list): New command to edit the recent
13592 list which allow the user to remove files.
13593 (recentf-edit-selected-items): New global variable, used by
13594 `recentf-edit-list' to hold the list of files to be removed from
13595 the recent list.
13596 (recentf-make-menu-items): Updated to display a "Edit list..."
13597 menu item. Minor code cleanup.
13598
13599 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13600
13601 * recentf.el (recentf-open-more-files): New command to open files
13602 that are not displayed in the menu.
13603 (recentf-more-collection): New global variable holding the set of
13604 permissible completions used by `recentf-open-more-files'.
13605 (recentf-more-history): New global variable holding the history list
13606 used by `recentf-open-more-files' completion.
13607 (recentf-setup-more-completion): New function to setup completion for
13608 `recentf-open-more-files'.
13609 (recentf-make-menu-items): Updated to display a "More..." menu item.
13610
13611 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13612
13613 * recentf.el (recentf-menu-action): Doc fixed.
13614
13615 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13616
13617 * recentf.el (recentf-menu-filter): Doc updated.
13618 (recentf-update-menu-hook): Allow menu filters to force menu update.
13619 (recentf-make-menu-items): New menu filter handling.
13620 (recentf-make-menu-item): New helper function.
13621 (recentf-menu-elements): New menu handling function.
13622 (recentf-sort-ascending): Updated to new menu filter handling.
13623 (recentf-sort-descending): Updated to new menu filter handling.
13624 (recentf-sort-basenames-ascending): New menu filter function.
13625 (recentf-sort-basenames-descending): New menu filter function.
13626 (recentf-show-basenames): New menu filter function.
13627 (recentf-show-basenames-ascending): New menu filter function.
13628 (recentf-show-basenames-descending): New menu filter function.
13629
13630 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13631
13632 * diary-lib.el (list-diary-entries): Don't try to go forward at
13633 the end of the buffer.
13634
13635 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13636
13637 * international/mule-diag.el (list-character-sets): Completely
13638 rewritten.
13639 (sort-listed-character-sets): New function.
13640 (list-character-sets-1): Completely rewritten.
13641 (list-character-sets-2): New function.
13642 (non-iso-charset-alist): New variable.
13643 (decode-codepage-char): New function.
13644 (charset-history): New variable.
13645 (read-charset) (list-block-of-chars)
13646 (list-iso-charset-chars)
13647 (list-non-iso-charset-chars)
13648 (list-charset-chars): New functions.
13649 (mule-diag): Call list-character-sets-2, not
13650 list-character-sets-2.
13651 (dump-charsets): Likewise.
13652
13653 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13654
13655 * dired-x.el (dired-filename-at-point): Add `@' to valid
13656 file name characters.
13657 (dired-filename-at-point): Handle ange-ftp file names.
13658
13659 * frame.el (frame-notice-user-settings): Use assq-delete-all
13660 instead of assoc-delete-all.
13661 (frame-notice-user-settings): Ditto.
13662
13663 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13664 Don't copy alist.
13665
13666 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13667
13668 * calculator.el (calculator-use-menu): New option.
13669 (calculator-initial-bindings): Changed some bindings to work as
13670 macros.
13671 (calculator-forced-input): Removed.
13672 (calculator-restart-other-mode): New variable.
13673 (calculator-mode-map): Set up menu.
13674
13675 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13676
13677 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13678 tags.
13679
13680 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13681
13682 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13683 translate all ESC key sequences.
13684 (viper-goto-mark-subr): restore markers for files for which
13685 they were saved.
13686 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13687 * viper-util.el (viper-set-replace-overlay-glyphs,
13688 viper-set-replace-overlay): always check if the replacement
13689 overlay is live.
13690 * viper.el (viper-vi-state-mode-list): added major modes.
13691 * ediff-wind.el: minor comment changes.
13692 * ediff.el: copyright notice date fix.
13693
13694 2000-02-27 Jason Rumney <jasonr@gnu.org>
13695
13696 * faces.el (face-font-family-alternatives): Add arial to helv.
13697 (mode-line, header-line, tool-bar): Same default as x for w32.
13698 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13699 face-font-family-alternatives from working.
13700 * term/w32-win.el (mouse-set-font): Do not build fontset from
13701 chosen font.
13702
13703 2000-02-25 Sam Steingold <sds@goems.com>
13704
13705 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13706 properly.
13707
13708 2000-02-25 Richard M. Stallman <rms@gnu.org>
13709
13710 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13711
13712 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13713
13714 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13715 writable.
13716
13717 * frame.el (busy-cursor-delay-seconds): New option.
13718
13719 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13720
13721 * frame.el (show-cursor-in-non-selected-windows): New option.
13722
13723 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13724
13725 * diary-lib.el (include-other-diary-files): Undo the selective
13726 display in any included file and don't kill it.
13727
13728 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13729
13730 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13731 bar. Menu items converted to (menu-item format, help strings
13732 added.
13733 [downcase, upcase]: Don't enable on MS-DOS.
13734 [symlink, symlinks]: Don't show if make-symbolic-link is not
13735 bound.
13736 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13737
13738 2000-02-23 Dave Love <fx@gnu.org>
13739
13740 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13741 (backward-kill-word): Revert addition of * to interactive spec --
13742 it's a feature.
13743
13744 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13745 (backward-kill-sentence, kill-sentence): Likewise.
13746
13747 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13748 scratch buffer name.
13749 (gud-format-command): Use int-to-string in ?l case. Simplify
13750 slightly.
13751
13752 * term/w32-win.el (internal-face-interactive): Update prompt for
13753 new read-face-name.
13754
13755 * mail/footnote.el (footnote): Add :version to defgroup.
13756 (footnote-section-tag-regexp): Customize.
13757 (footnote-start-tag, footnote-end-tag): New option.
13758 (footnote-latin-regexp): New variable.
13759 (Footnote-latin): New function.
13760 (footnote-style-alist): Add element for latin style.
13761 (footnote-style): Moved.
13762 (Footnote-goto-footnote): Use eq to test arg.
13763
13764 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13765
13766 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13767 (byte-compile-trueconstp): Include keywords.
13768 (byte-optimize-quote, byte-optimize-lapcode): Use
13769 byte-compile-const-symbol-p.
13770 (byte-optimize-char-before): New optimization.
13771
13772 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13773 (byte-compile-const-symbol-p): New function.
13774 (byte-compile-constp, byte-compile-out-toplevel)
13775 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13776 Use it.
13777
13778 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13779
13780 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13781
13782 * international/encoded-kb.el: Be sure to update minor-mode-alist
13783 and minor-mode-map-alist.
13784 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13785 codes SS2 and SS3 correctly.
13786 (encoded-kbd-self-insert-ccl): New function.
13787 (encoded-kbd-setup-keymap): New function.
13788 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13789 by calling encoded-kbd-setup-keymap.
13790
13791 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13792 characters.
13793 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13794 locally.
13795
13796 2000-02-22 Dave Love <fx@gnu.org>
13797
13798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13799 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13800 defvar.
13801 (lisp-mode-syntax-table): Set up for #|...|# comments.
13802 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13803 classes. Match `defface'.
13804 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13805 (eval-defun-1): Fix for defcustom.
13806 (lisp-indent-region): Doc fix.
13807
13808 * subr.el (when, unless, split-string): Doc fix.
13809 (read-passwd): Move call of clear-this-command-keys to the right
13810 place.
13811 (replace-regexps-in-string): New function.
13812
13813 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13814
13815 * help.el (describe-variable): Set syntax table to
13816 emacs-lisp-mode-syntax-table when moving forward over the
13817 symbol's name.
13818
13819 2000-02-22 Dave Love <fx@gnu.org>
13820
13821 * xt-mouse.el: Doc fixes.
13822 (xterm-mouse-position-function): New function, replacing advice of
13823 mouse-position.
13824 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13825
13826 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13827
13828 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13829
13830 * format.el (format-annotate-single-property-change): Handle
13831 properties.with dotted-list values.
13832 (format-proper-list-p): New function.
13833
13834 * enriched.el (enriched-face-ans): Handle '(foreground-color
13835 . COLOR) and (background-color . COLOR).
13836
13837 2000-02-20 Dave Love <fx@gnu.org>
13838
13839 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13840 and assignments to it.
13841 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13842 current local map.
13843 (make-flyspell-overlay): Use it.
13844 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13845
13846 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13847 (lm-get-header-re): Defun, not defsubst.
13848 (lm-get-package-name): Defun, not defsubst. Simplify.
13849 (lm-version): Doc fix. Simplify.
13850 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13851 (lm-crack-address, lm-last-modified-date, lm-commentary)
13852 (lm-verify, lm-synopsis): Simplify.
13853 (lm-report-bug): Require emacsbug. Use compose-mail.
13854
13855 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13856
13857 * dired.el (dired-mode): Call propertized-buffer-identification
13858 to set mode-line-buffer-identification to something having
13859 the right text properties.
13860
13861 * bindings.el (propertized-buffer-identification): New function.
13862
13863 2000-02-20 Dave Love <fx@gnu.org>
13864
13865 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13866 check for t-mouse too.
13867
13868 * cus-start.el: Make echo-keystrokes `number'.
13869
13870 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13871
13872 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13873 Don't call ring-empty-p unless tags-location-ring is bound.
13874 From Noah Friedman <friedman@splode.com>.
13875
13876 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13877
13878 * progmodes/hideshow.el (hs-flag-region): No longer use
13879 `intangible' overlay property.
13880
13881 (hs-toggle-hiding): New command.
13882 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13883
13884 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13885 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13886 and deactivation.
13887
13888 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13889
13890 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13891
13892 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13893
13894 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13895
13896 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13897 of `*' to handle `(* ... *)' comments.
13898
13899 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13900
13901 * faces.el (list-faces-display): Use display-mouse-p instead of
13902 window-system.
13903
13904 * menu-bar.el (global-map): Menu-bar items converted to the new
13905 format (menu-item..., rearranged for better CUA compliance, and
13906 their names changed for better clarity. Help strings added.
13907
13908 * international/mule-cmds.el (mule-menu-keymap)
13909 (describe-language-environment-map, set-coding-system-map)
13910 (setup-language-environment-map): Convert to new (menu-item...
13911 form, add help strings. Change names of menu items for better
13912 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13913 submenu).
13914
13915 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13916
13917 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13918 within the code.
13919
13920 2000-02-16 Dave Love <fx@gnu.org>
13921
13922 * faces.el: Don't require custom. Add more specific :groups to
13923 various deffaces.
13924 (set-face-attribute): Purecopy args.
13925 (read-face-name): Default to name at point and use it in prompt.
13926 Remove colon from arg in all callers.
13927 (list-faces-display): Hyperlink to face descriptions and customize
13928 buffers.
13929
13930 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13931
13932 * wid-edit.el (widget-match-inline): An atom never matches a
13933 list.
13934
13935 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13936
13937 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13938 at ':' characters by call to split-string.
13939
13940 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13941
13942 * textmodes/bibtex.el: Added RCS version identification.
13943
13944 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13945
13946 * textmodes/bibtex.el: Some temporary comments removed.
13947 (bibtex-field-name, bibtex-entry-type): Made the relationship
13948 explicit.
13949 (bibtex-field-const): Allow capital letters.
13950 (bibtex-start-of-string): Deleted because unused.
13951
13952 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13953 use the term 'reference' to describe a bibtex entry as a whole.
13954 Further, reference keys are no longer called 'labels'.
13955 (bibtex-keys): Renamed to bibtex-reference-keys.
13956 (bibtex-reformat-previous-labels): Renamed to
13957 bibtex-reformat-previous-reference-keys.
13958 (bibtex-reference-type): Renamed to bibtex-entry-type.
13959 (bibtex-reference-head): Renamed to bibtex-entry-head.
13960 (bibtex-reference-maybe-empty-head): Renamed to
13961 bibtex-entry-maybe-empty-head.
13962 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13963 (bibtex-search-reference): Renamed to bibtex-search-entry.
13964 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13965 bibtex-enclosing-entry-maybe-empty-head.
13966 (bibtex-entry-field-alist, bibtex-entry-head,
13967 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13968 bibtex-map-entries, bibtex-search-entry,
13969 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13970 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13971 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13972 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13973 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13974 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13975 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13976
13977 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13978
13979 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13980 comment.
13981 (bibtex-format-field-delimiters): New function, functionality
13982 extracted from bibtex-format-entry.
13983 (bibtex-autokey-get-yearfield-digits): New function, functionality
13984 extracted from bibtex-autokey-get-yearfield.
13985
13986 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13987 entries in order to avoid stack overflow in the regexp matcher if
13988 field contents become large.
13989 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13990 bibtex-field-string-part-not-braced,
13991 bibtex-field-string-part-no-inner-braces,
13992 bibtex-field-string-part-1-inner-brace,
13993 bibtex-field-string-part-2-inner-braces,
13994 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13995 bibtex-field-string-quoted, bibtex-field-string,
13996 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13997 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13998 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13999 as parsing is now performed by the following functions.
14000 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14001 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14002 bibtex-parse-field-string, bibtex-search-forward-field-string,
14003 bibtex-parse-association, bibtex-field-name-for-parsing,
14004 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14005 bibtex-search-forward-field, bibtex-search-backward-field,
14006 bibtex-start-of-field, bibtex-end-of-field,
14007 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14008 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14009 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14010 bibtex-parse-string, bibtex-search-forward-string,
14011 bibtex-search-backward-string, bibtex-start-of-string,
14012 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14013 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14014 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14015 entries. Instead of reporting the results of the parsing by
14016 match-beginning or match-end, these functions return data structures
14017 that hold the corresponding positions.
14018 (bibtex-enclosing-field): Changed to also report field boundaries by
14019 return values rather than by match-beginning or match-end. The
14020 following functions have been adapted to use the new parsing
14021 functions.
14022 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14023 bibtex-enclosing-field, bibtex-format-entry,
14024 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14025 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14026 bibtex-print-help-message, bibtex-end-of-entry,
14027 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14028 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14029 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14030 method for parsing.
14031 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14032 bibtex-map-entries, bibtex-flash-head,
14033 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14034 bibtex-autokey-change, bibtex-autokey-get-namefield,
14035 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14036 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14037 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14038 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14039 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14040 order to make the new binding of case-fold-search immediately
14041 visible.
14042
14043 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14044
14045 * textmodes/bibtex.el: Copyright notice is up to date.
14046 Added constant 'bibtex-maintainer-salutation.
14047
14048 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14049 than make-temp-name, use match-string-no-properties and eliminate
14050 a quadratic behavior when building bibtex-strings.
14051
14052 * bibtex.el (bibtex-reference-key): Accept string entries whose
14053 reference key contains upper case letters.
14054
14055 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14056
14057 * bibtex.el (bibtex-reference-head): Allow entries to start with
14058 a new line.
14059
14060 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14061
14062 * bibtex.el: Hiding of entry bodies is not longer provided by
14063 bibtex.el directly. Instead the hideshow package can be used.
14064 Added a special bibtex entry to hs-special-modes-alist.
14065 (bibtex-hs-forward-sexp): Added for hideshow.el.
14066
14067 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14068
14069 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14070 at ':' characters by call to split-string.
14071
14072 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14073
14074 * textmodes/bibtex.el: Added RCS version identification.
14075
14076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14077
14078 * textmodes/bibtex.el: Some temporary comments removed.
14079 (bibtex-field-name, bibtex-entry-type): Made the relationship
14080 explicit.
14081 (bibtex-field-const): Allow capital letters.
14082 (bibtex-start-of-string): Deleted because unused.
14083
14084 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14085 use the term 'reference' to describe a bibtex entry as a whole.
14086 Further, reference keys are no longer called 'labels'.
14087 (bibtex-keys): Renamed to bibtex-reference-keys.
14088 (bibtex-reformat-previous-labels): Renamed to
14089 bibtex-reformat-previous-reference-keys.
14090 (bibtex-reference-type): Renamed to bibtex-entry-type.
14091 (bibtex-reference-head): Renamed to bibtex-entry-head.
14092 (bibtex-reference-maybe-empty-head): Renamed to
14093 bibtex-entry-maybe-empty-head.
14094 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14095 (bibtex-search-reference): Renamed to bibtex-search-entry.
14096 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14097 bibtex-enclosing-entry-maybe-empty-head.
14098 (bibtex-entry-field-alist, bibtex-entry-head,
14099 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14100 bibtex-map-entries, bibtex-search-entry,
14101 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14102 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14103 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14104 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14105 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14106 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14107 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14108
14109 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14110
14111 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14112 comment.
14113 (bibtex-format-field-delimiters): New function, functionality
14114 extracted from bibtex-format-entry.
14115 (bibtex-autokey-get-yearfield-digits): New function, functionality
14116 extracted from bibtex-autokey-get-yearfield.
14117
14118 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14119 entries in order to avoid stack overflow in the regexp matcher if
14120 field contents become large.
14121 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14122 bibtex-field-string-part-not-braced,
14123 bibtex-field-string-part-no-inner-braces,
14124 bibtex-field-string-part-1-inner-brace,
14125 bibtex-field-string-part-2-inner-braces,
14126 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14127 bibtex-field-string-quoted, bibtex-field-string,
14128 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14129 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14130 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14131 as parsing is now performed by the following functions.
14132 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14133 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14134 bibtex-parse-field-string, bibtex-search-forward-field-string,
14135 bibtex-parse-association, bibtex-field-name-for-parsing,
14136 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14137 bibtex-search-forward-field, bibtex-search-backward-field,
14138 bibtex-start-of-field, bibtex-end-of-field,
14139 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14140 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14141 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14142 bibtex-parse-string, bibtex-search-forward-string,
14143 bibtex-search-backward-string, bibtex-start-of-string,
14144 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14145 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14146 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14147 entries. Instead of reporting the results of the parsing by
14148 match-beginning or match-end, these functions return data structures
14149 that hold the corresponding positions.
14150 (bibtex-enclosing-field): Changed to also report field boundaries by
14151 return values rather than by match-beginning or match-end. The
14152 following functions have been adapted to use the new parsing
14153 functions.
14154 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14155 bibtex-enclosing-field, bibtex-format-entry,
14156 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14157 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14158 bibtex-print-help-message, bibtex-end-of-entry,
14159 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14160 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14161 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14162 method for parsing.
14163 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14164 bibtex-map-entries, bibtex-flash-head,
14165 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14166 bibtex-autokey-change, bibtex-autokey-get-namefield,
14167 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14168 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14169 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14170 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14171 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14172 order to make the new binding of case-fold-search immediately
14173 visible.
14174
14175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14176
14177 * textmodes/bibtex.el: Copyright notice is up to date.
14178 Added constant 'bibtex-maintainer-salutation.
14179
14180 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14181 than make-temp-name, use match-string-no-properties and eliminate
14182 a quadratic behavior when building bibtex-strings.
14183
14184 * bibtex.el (bibtex-reference-key): Accept string entries whose
14185 reference key contains upper case letters.
14186
14187 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14188
14189 * bibtex.el (bibtex-reference-head): Allow entries to start with
14190 a new line.
14191
14192 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14193
14194 * bibtex.el: Hiding of entry bodies is not longer provided by
14195 bibtex.el directly. Instead the hideshow package can be used.
14196 Added a special bibtex entry to hs-special-modes-alist.
14197 (bibtex-hs-forward-sexp): Added for hideshow.el.
14198
14199 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14200
14201 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14202 proceedings entry type (for cross referencing). Thanks to Wagner
14203 Toledo Correa for the suggestion.
14204
14205 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14206
14207 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14208
14209 * international/characters.el: Setup case table for Vietnamese.
14210
14211 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14212
14213 * uniquify.el (toplevel): Require CL at compile time.
14214 (uniquify-push): Removed.
14215
14216 * shadowfile.el (shadow-when): Removed.
14217
14218 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14219 (tempo-process-and-insert-string): Use dolist instead of
14220 tempo-dolist.
14221
14222 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14223 regexp for paragraph-start.
14224
14225 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14226 commas as well.
14227
14228 2000-02-10 Dave Love <fx@gnu.org>
14229
14230 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14231 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14232 Deleted.
14233 (widget-specify-field, widget-specify-button): Don't use
14234 widget-mouse-help as help-echo property.
14235 (default): Use #'ignore for :validate and :mouse-down-action.
14236 (checkbox): Add help-echo.
14237 (widget-sexp-validate): Rewritten to clarify error messages.
14238 (character): Use char-valid-p in :match function.
14239 (widget-color-complete): Use facemenu-color-alist.
14240 (widget-color-action): Use facemenu-read-color.
14241
14242 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14243 set up `caar' &c that we now have.
14244
14245 2000-02-09 Ray Blaak <blaak@gnu.org>
14246
14247 * delphi.el: Make resourcestring a declaration region, like const
14248 and var.
14249
14250 2000-02-09 Dave Love <fx@gnu.org>
14251
14252 * bindings.el (mode-line-input-method-map): New variable.
14253 (mode-line-mule-info): Use it; fix last change.
14254 (mode-line-mode-menu): Move definition.
14255 (mode-line-mouse-sensitive-p): Deleted.
14256 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14257 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14258 level.
14259
14260 * startup.el (command-line-1): Don't call
14261 make-mode-line-mouse-sensitive.
14262
14263 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14264
14265 * mail/rmail.el (rmail-retry-failure): Use
14266 rmail-beginning-of-message before rmail-toggle-header, because the
14267 former toggles headers.
14268
14269 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14270
14271 * diff-mode.el (diff-kill-junk): New interactive function.
14272 (diff-reverse-direction): Use delete-and-extract-region.
14273 (diff-post-command-hook): Restrict the area so that the hook also works
14274 outside of any diff hunk. This is necessary for the minor-mode.
14275 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14276 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14277
14278 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14279 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14280 so that it can be used more easily in <foo>-mode-hook. Also make sure
14281 to avoid duplicate entries.
14282 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14283 (font-lock-remove-keywords): Just as was done for `add', allow it to
14284 work even if font-lock-mode is nil. Also make sure we don't modify
14285 any pre-existing list by forcing a copy-sequence. Finally rename
14286 `major-mode' to `mode'.
14287 (font-lock-fontify-syntactic-anchored-keywords)
14288 (font-lock-fontify-anchored-keywords)
14289 (font-lock-fontify-keywords-region): Use line-end-position.
14290 Don't make `font-lock-multiline' local (it's now done in
14291 font-lock-set-defaults).
14292 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14293 move the `font-lock-fontified' creation to inside the `unless'.
14294
14295 2000-02-06 Andrew Innes <andrewi@gnu.org>
14296
14297 * term/w32-win.el (x-handle-args): Comment out call to message,
14298 which occurs before window system is initialized.
14299
14300 * makefile.nt: Add support for recompiling lisp code.
14301
14302 2000-02-04 Dave Love <fx@gnu.org>
14303
14304 * bindings.el (mode-line-mule-info): Fix/extend last change.
14305
14306 * completion.el: Replace completion-dolist with dolist.
14307
14308 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14309 dotimes.
14310
14311 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14312
14313 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14314 environment names before they go into the section regexp.
14315
14316 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14317 char class in regexp.
14318
14319 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14320 `case-fold-search' to nil.
14321
14322 * progmodes/idlwave.el (idlwave-template): Respect
14323 `idlwave-abbrev-change-case'.
14324 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14325 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14326 idlwave-while): respect `idlwave-reserved-word-upcase'.
14327 (idlwave-rw-case): New function.
14328 (idlwave-statement-match): Fixed problem with assignment regexp.
14329 (idlwave-font-lock-keywords): Improved regexp for keyword
14330 parameters.
14331 (idlwave-surround): New argument LENGTH to support padding of
14332 operators longer than 1 char.
14333
14334 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14335 idlwave-shell-expression-overlay. Implemented printing of
14336 expressions on higher levels of the calling stack.
14337 (idlwave-shell-display-level-in-calling-stack): Restore stack
14338 level.
14339 (idlwave-retrieve-expression-from-level): New function.
14340 (idlwave-shell-last-calling-stack): Variable removed.
14341 (idlwave-shell-reset): Argument action reversed (`visible' to
14342 `hidden'). Also remove stop-line overlay.
14343 (idlwave-shell-calling-stack-routine): New variable.
14344 (idlwave-shell-parse-stack-and-display): Messages now display
14345 negative level numbers.
14346 (idlwave-shell-mode): Set `modeline-format'.
14347 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14348 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14349 21.
14350 (idlwave-shell-print-expression-function): New option.
14351
14352 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14353 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14354 `tool-bar' instead of `toolbar'.
14355
14356 2000-02-02 Dave Love <fx@gnu.org>
14357
14358 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14359 emacs-lisp-mode-hook. Don't check for defalias being defined.
14360
14361 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14362 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14363 the new builtins directly.
14364
14365 * whitespace.el (whitespace): Add :version to defgroup.
14366
14367 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14368 Doc fix.
14369
14370 * thingatpt.el (sexp-at-point, symbol-at-point)
14371 (number-at-point, list-at-point): Add autoload cookie.
14372
14373 * recentf.el (recentf): Add :version to defgroup.
14374
14375 * quickurl.el (quickurl): Add :version to defgroup.
14376
14377 * elide-head.el (elide-head): Use point-marker more.
14378
14379 * bs.el (bs): Add :version to defgroup.
14380
14381 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14382
14383 * progmodes/delphi.el (delphi): Add :version to defgroup.
14384
14385 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14386
14387 * ange-ftp.el (ange-ftp-write-region): Handle case that
14388 succeeding process operation sets a different coding system.
14389
14390 * calculator.el: New file.
14391
14392 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14393
14394 * frame.el (frames-on-display-list, framep-on-display): New
14395 functions.
14396 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14397 (display-selections-p, display-screens, display-pixel-width)
14398 (display-pixel-height, display-mm-width, display-mm-height)
14399 (display-backing-store, display-save-under, display-planes)
14400 (display-color-cells, display-visual-class): New functions.
14401
14402 * term/tty-colors.el (tty-color-gray-shades): New function.
14403
14404 * faces.el (display-color-p): Use framep-on-display.
14405 (display-grayscale-p): New function.
14406
14407 2000-01-31 Dave Love <fx@gnu.org>
14408
14409 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14410 (create-fontset-from-x-resource): Don't concat integers.
14411
14412 2000-01-31 Inge Frick <inge@nada.kth.se>
14413
14414 * view.el: Some changes in documentation. Removed some trailing
14415 whitespace. Changed some parameter names to agree with
14416 documentation.
14417 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14418 window is not deleted. Modifies change 1998-04-26.
14419
14420 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14421
14422 * windmove.el: New file.
14423
14424 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14425 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14426 progmodes/ebnf-yac.el: Update copyright and license info.
14427
14428 * jit-lock.el (jit-lock-function): Widen before calculating end
14429 position.
14430 (jit-lock-stealth-chunk-start): Rewritten.
14431
14432 * info.el (Info-title-face-alist): Removed.
14433 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14434 faces.
14435 (Info-fontify-node): Use these faces.
14436
14437 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14438
14439 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14440 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14441 `&allow-other-keywords'.
14442
14443 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14444 the list of directories scanned heuristically.
14445
14446 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14447 exist.
14448
14449 2000-01-30 Jason Rumney <jasonr@gnu.org>
14450
14451 * w32-fns.el: Define w32-tty-standard-colors.
14452
14453 * startup.el (command-line): Use w32-tty-standard-colors when in
14454 w32 console mode.
14455
14456 2000-01-30 Dave Love <fx@gnu.org>
14457
14458 * jka-compr.el (jka-compr-load): Fix up load-history.
14459
14460 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14461
14462 * emacs-lisp/cl-macs.el: Revert previous change.
14463
14464 2000-01-29 Dave Love <fx@gnu.org>
14465
14466 * facemenu.el: Purecopy various strings.
14467
14468 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14469 years. Deal with three-digit years.
14470
14471 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14472 defconst, purecopy.
14473 (help-back-label): Purecopy it.
14474
14475 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14476
14477 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14478 variable. If non-nil, order the buffer list according to the
14479 currently selected frame.
14480 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14481 non-nil, pass the selected frame to function buffer-list.
14482
14483 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14484
14485 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14486
14487 2000-01-28 Dave Love <fx@gnu.org>
14488
14489 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14490
14491 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14492 Don't use lisp-indent-hook property.
14493 (cl-abs): Remove.
14494
14495 * subr.el: Move out indent and edebug specs for when and unless.
14496
14497 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14498 when, unless.
14499
14500 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14501 unless, when.
14502
14503 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14504
14505 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14506 `collecting' as synonym for `collect'.
14507
14508 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14509 for the case it contains spaces.
14510
14511 * simple.el (what-cursor-position): Change formatting of
14512 messages.
14513
14514 * frame.el (delete-other-frames): New function.
14515 (toplevel): Bind it to C-x 5 1.
14516
14517 * sort.el (sort-numeric-base): New option.
14518 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14519 interpret it as octal or hexadecimal. Use sort-numeric-base
14520 as default base.
14521
14522 * progmodes/glasses.el: New file.
14523
14524 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14525
14526 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14527 userids differently.
14528
14529 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14530 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14531 progmodes/ebnf-yac.el: New files.
14532
14533 2000-01-26 Dave Love <fx@gnu.org>
14534
14535 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14536 on a function with an empty body. [From Eric Ludlam.]
14537
14538 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14539
14540 * vc.el (vc-version-diff): Make sure file name is expanded.
14541
14542 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14543
14544 * scroll-bar.el (scroll-bar-timer): Variable removed.
14545 (scroll-bar-toolkit-scroll): Don't use a timer.
14546
14547 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14548
14549 * language/thai-util.el (thai-composition-function): Delete
14550 superfluous `a'.
14551
14552 2000-01-24 Dave Love <fx@gnu.org>
14553
14554 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14555 end-of-defun-function.
14556
14557 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14558 &c.
14559
14560 2000-01-22 Jason Rumney <jasonr@gnu.org>
14561
14562 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14563 conflicts with new face support.
14564
14565 2000-01-22 Richard M. Stallman <rms@gnu.org>
14566
14567 * replace.el (query-replace): Rename last arg to DELIMITED.
14568 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14569 (query-replace-regexp): Likewise.
14570
14571 2000-01-20 Richard M. Stallman <rms@gnu.org>
14572
14573 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14574
14575 * emacs-lisp/lisp.el (beginning-of-defun-function):
14576 Variable renamed from beginning-of-defun.
14577 Do not call make-variable-buffer-local.
14578 (beginning-of-defun-raw): Use new variable name; doc fix.
14579 (beginning-of-defun): Doc fix.
14580 (end-of-defun-function): Variable renamed from end-of-defun.
14581 Do not call make-variable-buffer-local.
14582 (end-of-defun): Use new variable name; doc fix.
14583
14584 * subr.el (dolist, dotimes): Copied from cl-macs.el
14585 and made to work.
14586
14587 * mail/undigest.el (rmail-digest-end-regexps):
14588 Variable replaces rmail-digest-end-regexp.
14589 Allows multiple regexps for detecting the end line.
14590 (undigestify-rmail-message): Corresponding changes.
14591
14592 2000-01-19 Dave Love <fx@gnu.org>
14593
14594 * files.el (user-init-file): Don't declare here -- is primitive.
14595
14596 * startup.el (command-line): Check for compiled user-init-file and
14597 set to uncompiled version if necessary.
14598
14599 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14600
14601 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14602 (undigestify-rmail-message): Use it.
14603
14604 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14605
14606 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14607
14608 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14609 of mini-buffer.
14610
14611 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14612
14613 * emacs-lisp/copyright.el (copyright-update): Removed the
14614 requirement for a trailing space from `copyright-regexp', to
14615 support copyrights with owner specified on a separate line..
14616
14617 * align.el: New file.
14618
14619 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14620
14621 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14622
14623 2000-01-13 Dave Love <fx@gnu.org>
14624
14625 * ph.el: Removed. (Obsoleted by EUDC.)
14626
14627 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14628
14629 * net/eudc.el (toplevel): Remove autoloaded code installing
14630 menu with easymenu, because that causes build problems.
14631
14632 * frame.el (frame-notice-user-settings): New variable.
14633 (frame-notice-user-settings): Don't modify frame parameters
14634 if called a second time.
14635
14636 2000-01-13 Richard M. Stallman <rms@gnu.org>
14637
14638 * frame.el (frame-notice-user-settings):
14639 Notice default-frame-parameters even for non-window frames.
14640
14641 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14642
14643 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14644 for Emacs.
14645 (eudc-bob-can-display-inline-images): Extend for Emacs.
14646 (eudc-bob-toggle-inline-display): Ditto.
14647 (eudc-bob-display-jpeg): Ditto.
14648
14649 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14650
14651 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14652 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14653 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14654
14655 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14656 nil)'.
14657
14658 * subdirs.el: Add `net' directory.
14659
14660 * net: New directory.
14661
14662 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14663 eval-last-sexp. Don't bind debug-on-error here.
14664 (eval-last-sexp): New function. Bind debug-on-error if
14665 eval-expression-debug-on-error is non-nil.
14666 (eval-defun-2, eval-defun): Likewise.
14667
14668 * simple.el (eval-expression): Don't bind debug-on-error if
14669 eval-expression-debug-on-error is nil. Detect changed
14670 debug-on-error, and propagate new value to global binding, if
14671 eval-expression-debug-on-error is non-nil,
14672 (eval-expression-debug-on-error): Change doc string.
14673
14674 2000-01-11 Richard M. Stallman <rms@gnu.org>
14675
14676 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14677
14678 * emacs-lisp/lisp-mode.el (with-syntax-table):
14679 Set up lisp-indent-function property.
14680
14681 * subr.el (with-syntax-table): Moved from simple.el.
14682
14683 * simple.el (with-syntax-table): Moved to subr.el.
14684
14685 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14686
14687 * tmm.el (tmm-shortcut): Delete region after prompt instead
14688 of erasing buffer.
14689
14690 * textmodes/fill.el (fill-common-string-prefix): New function.
14691 (fill-context-prefix): Use the longest common prefix of first
14692 and second line fill prefix, if there is one.
14693
14694 2000-01-11 Richard M. Stallman <rms@gnu.org>
14695
14696 * array.el (array-mode): Don't use make-variable-buffer-local.
14697 Use make-local-variable for `truncate-lines'.
14698
14699 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14700
14701 * add-log.el (add-log-current-defun): Handle user-defined
14702 add-log-current-function returning nil,
14703
14704 * add-log.el (add-change-log-entry): Insert version number
14705 if having found a current function
14706
14707 * add-log.el (add-log-current-defun): Call
14708 `add-log-current-defun-function'. Try matches at level 0 and
14709 level 1. Strip whitespace from defun found.
14710
14711 2000-01-10 John Wiegley <johnw@gnu.org>
14712
14713 * allout.el (isearch-done/outline-provisions): Added `edit'
14714 argument to correspond with the current definition of
14715 `isearch-done'.
14716
14717 2000-01-10 Dave Love <fx@gnu.org>
14718
14719 * elide-head.el (elide-head): Use point-marker, not point.
14720
14721 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14722
14723 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14724 before and after the year 2000.
14725
14726 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14727 Add ispell- prefix.
14728
14729 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14730
14731 * ispell.el: Only define dictionaries in menus when they exist.
14732 (version18p): New variable.
14733 (version20p): New variable.
14734 (xemacsp): New variable.
14735 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14736 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14737 (ispell-dictionary-alist6): Russian command lines no longer accept
14738 run-together words.
14739 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14740 (ispell-dictionary-alist): Add koi8-r to customize definition.
14741 (check-ispell-version): Added documentation string. Returns
14742 library path when called non-interactively.
14743 (ispell-menu-map-needed): Uses new variables.
14744 (ispell-library-path): New variable.
14745 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14746 (ispell-word): Improved documentation string. Test for valid
14747 character mappings. Correctly check typed in word changes that can
14748 result in single words split into multiple words. Returns
14749 replacement word.
14750 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14751 replace in recursive query replace mode. Help message for
14752 recursive edit mode.
14753 (ispell-show-choices): Protect against bad framepop bindings.
14754 (ispell-help): Fix to work with XEmacs.
14755 (ispell-highlight-spelling-error): Use new variables.
14756 (ispell-overlay-window): Fix to work with XEmacs.
14757 (ispell-parse-output): Passed and returns location information
14758 tracking spelling corrections. Doesn't recheck same word on
14759 current line.
14760 (ispell-init-process): Protect against bogus XEmacs variable binding.
14761 Fix call to single argument in sleep-for. Use new variables.
14762 (ispell-region): Passed and returns location information tracking
14763 spelling corrections. Doesn't check same word on current line.
14764 Improved documentation string. Doesn't resend a line already
14765 checked to the ispell process - fixes bug in LaTeX parsing.
14766 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14767 (ispell-skip-region): No longer skips <TT> in SGML.
14768 (ispell-process-line): Tracks location information with spelling
14769 corrections. Added documentation string. Accounts for words
14770 already accepted on this line. Don't allow query-replace on line
14771 starting with math characters. Doesn't resend a line already sent
14772 to ispell process. Fixes alignment error bug.
14773
14774 2000-01-10 Richard M. Stallman <rms@gnu.org>
14775
14776 * dired-x.el (dired-guess-shell-alist-default):
14777 Suggest xloadimage, which is free, not xv, which isn't.
14778
14779 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14780 Don't ever include the host name or user name in the value.
14781
14782 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14783
14784 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14785 of a real newline.
14786
14787 2000-01-09 Stephen Eglen <stephen@gnu.org>
14788
14789 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14790 for .png files.
14791
14792 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14793
14794 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14795
14796 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14797
14798 * progmodes/cperl-mode.el: Replace ^F with ^L.
14799
14800 * sendmail.el (toplevel): Provide `sendmail' when compiling
14801 before `require'ing rmail and mailalias to prevent infinite
14802 recursion.
14803
14804 2000-01-08 Dave Love <fx@gnu.org>
14805
14806 * emacs-lisp/backquote.el: Remove inappropriate customization
14807 (allowing custom.el to use backquote).
14808
14809 2000-01-07 Dave Love <fx@gnu.org>
14810
14811 * add-log.el (add-log-debugging): Deleted.
14812 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14813 file. Remove debugging code.
14814 (change-log-get-method-definition, change-log-name): Add doc.
14815 (change-log-sortable-date-at): New function.
14816 (change-log-merge): New command.
14817
14818 * time.el (display-time-string-forms): Make the Mail string active.
14819 (display-time-update): Provide help-echo for load average.
14820
14821 * bindings.el (make-mode-line-mouse2-map): New function.
14822 (mode-line-modified): Use it and simplify.
14823 (mode-line-mule-info): Provide help-echo info.
14824 (minor-mode-alist): Activate the strings.
14825 (make-mode-line-mouse-sensitive): Simplify for
14826 mode-line-buffer-identification.
14827
14828 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14829
14830 * play/pong.el: New file.
14831
14832 2000-01-06 Dave Love <fx@gnu.org>
14833
14834 * array.el: Assorted cleanups for compiler warnings, doc strings,
14835 `array-' prefix for symbols.
14836
14837 2000-01-05 Dave Love <fx@gnu.org>
14838
14839 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14840 outline-headers-as-kill.
14841 (outline-mode): Define imenu-generic-expression.
14842 (outline-headers-as-kill): New command.
14843
14844 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14845 from paragraph-start.
14846 (paragraph-indent-minor-mode): New command.
14847
14848 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14849 M-C-e, M-C-h, C-j, C-xnd, TAB.
14850 (fortran-mode): Set beginning-of-defun, end-of-defun.
14851 (fortran-column-ruler): Simplify.
14852 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14853 (fortran-with-subprogram-narrowing): Likewise.
14854 (fortran-indent-subprogram): Call mark-defun.
14855 (fortran-check-for-matching-do): Change narrowing.
14856
14857 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14858 (cl-lucid-hash-tag): Delete.
14859 (cl-hash-table-p): Correct test for native table.
14860 (cl-hash-table-count): Use hash-table-count.
14861
14862 * browse-url.el (browse-url): Fix case of
14863 browse-url-browser-function being an alist.
14864
14865 2000-01-05 Carsten Dominik <cd@gnu.org>
14866
14867 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14868 (reftex-index-phrase-file-extension): New options.
14869
14870 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14871 Use new option `reftex-index-phrase-file-extension'.
14872
14873 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14874 `reftex-parse-file-extension'.
14875
14876 2000-01-05 Dave Love <fx@gnu.org>
14877
14878 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14879 (beginning-of-defun-raw): Use it.
14880 (end-of-defun): New variable.
14881 (end-of-defun): Use it.
14882 (check-parens): New command.
14883
14884 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14885
14886 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14887 (hs-show-block): Don't use `mapcar' when not accumulating.
14888
14889 Fix buglet in local variables initialization.
14890
14891 2000-01-05 Andreas Schwab <schwab@suse.de>
14892
14893 * hscroll.el (hscroll): Doc fix.
14894
14895 2000-01-05 Carsten Dominik <cd@gnu.org>
14896
14897 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14898 idlw-toolbar.
14899
14900 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14901 file idlw-rinfo.el.
14902 (idlwave-customize): load must read file idlw-shell.el.
14903 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14904
14905 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14906
14907 * progmodes/idlw-shell.el: Also provide idlwave-shell
14908 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14909 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14910
14911 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14912 both reftex-dcr and reftex-vcr.
14913
14914 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14915
14916 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14917
14918 * ps-print.el: PostScript code now is in separate files, doc fix.
14919 (ps-print-version): New version number (5.0.3).
14920 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14921 local.
14922 (ps-spool-config): Initialization fix.
14923 (ps-print-prologue-1, ps-print-prologue-2)
14924 (ps-print-duplex-feature): PostScript code moved to separated file.
14925 (ps-background-image): Little code reformating.
14926 (ps-begin-file, ps-begin-job): Fix code.
14927 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14928 (ps-prologue-file): New fun.
14929
14930 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14931
14932 * ps-vars.el: Eliminated.
14933
14934 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14935 `;;;###autoload'.
14936
14937 * ps-print.el: ps-vars eliminated, doc fix.
14938 (ps-print-version): New version number (5.0.2).
14939 (ps-spool-config): Initialization fix.
14940 (ps-print-customize): New fun.
14941
14942 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14943
14944 * autorevert.el (auto-revert-mode): Return value of
14945 auto-revert-mode.
14946
14947 2000-01-04 Dave Love <fx@gnu.org>
14948
14949 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14950 menu items.
14951
14952 2000-01-03 Dave Love <fx@gnu.org>
14953
14954 * elide-head.el (elide-head) [defgroup]: Add :version.
14955
14956 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14957 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14958 `cl-hash-table-p', not `hash-table-p'.
14959 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14960
14961 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14962
14963 * faces.el (face-read-integer, read-face-attribute)
14964 (color-defined-p, color-values): unspecified-{f,b}g are now
14965 strings.
14966
14967 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14968
14969 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14970 at comment end, and re-insert them after filling.
14971
14972 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14973
14974 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14975 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14976 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14977
14978 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14979
14980 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14981 the new name of face-color-supported-p.
14982
14983 * term/w32-win.el (xw-defined-colors): Likewise.
14984
14985 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14986
14987 * simple.el (completion-setup-function): Count completion-size
14988 from minibuffer-prompt-end, not from point-min.
14989
14990 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14991
14992 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14993 Pass the frame to tty-color-* functions.
14994 (display-color-p, frame-set-background-mode): Pass the frame to
14995 tty-display-color-p.
14996
14997 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14998 tty-color-alist.
14999 (tty-color-alist, tty-modify-color-alist): New functions.
15000 (tty-color-define, tty-color-clear, tty-color-approximate)
15001 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15002 an optional parameter FRAME.
15003
15004 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15005
15006 * image.el (create-image, defimage): Don't assume image data is a
15007 string.
15008
15009 * image.el (defimage): Handle specifications containing :data
15010 instead of :file.
15011 (image-type-from-data): New function.
15012 (image-type-from-file-header): Use it.
15013 (create-image): Add parameter DATA-P.
15014
15015 See ChangeLog.8 for earlier changes.
15016
15017 ;; Local Variables:
15018 ;; coding: iso-2022-7bit
15019 ;; End: