]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(chinese-big5-1, chinese-big5-2): Doc
[gnu-emacs] / lisp / ChangeLog
1 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4 X-Mailman-Version, Precedence, List-Help, List-Post,
5 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
6 Content-Type, Content-Length.
7
8 2001-01-29 Dave Love <fx@gnu.org>
9
10 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
11 fix.
12
13 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
14
15 * isearch.el (isearch-highlight): Don't punt if the display
16 doesn't support colors, since isearch faces are defined for
17 monochrome displays as well.
18
19 2001-01-27 Sam Steingold <sds@gnu.org>
20
21 * shell.el (shell-write-history-on-exit): Make sure that we are in
22 the shell buffer (M-x tex-file RET inserted the error message into
23 the TeX buffer).
24
25 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
26
27 * simple.el (transient-mark-mode): Doc fix.
28
29 2001-01-27 Gerd Moellmann <gerd@gnu.org>
30
31 * progmodes/etags.el (find-tag-noselect): Don't bind
32 tags-file-name.
33
34 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * shell.el (shell-unquote-argument): If the shell is one of the
37 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
38 quote character.
39 (shell-dumb-shell-regexp): Document that the shells which match
40 this regexp are supposed to not treat a backslash as a quote
41 character.
42
43 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
44 from 2001-01-12. It is not needed, since backspace is mapped into
45 DEL.
46
47 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
48
49 * dabbrev.el (dabbrev--substitute-expansion):
50 Treat a one-capital-letter abbrev as "not all upper case",
51 so as to force preservation of the expansion's pattern
52 if the expansion starts with a capital letter.
53
54 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
57 Doc fix.
58
59 * simple.el (transient-mark-mode): Document the fact that many
60 commands act on the region when mark is active.
61
62 2001-01-27 Kenichi Handa <handa@etl.go.jp>
63
64 * international/quail.el (quail-setup-completion-buf): Make the
65 multibyteness of current buffer inherited to Quail completion
66 buffer.
67 (quail-show-guidance-buf): Make the multibyteness of current
68 buffer inherited to Quail guidance buffer.
69 (quail-help): Make the multibyteness of current buffer inherited
70 to Quail help buffer.
71
72 2001-01-26 Dave Love <fx@gnu.org>
73
74 * time-stamp.el: Doc fixes.
75
76 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
77 (delphi-keyword-face, delphi-other-face): Fix :type.
78
79 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
80
81 * mail/feedmail.el (feedmail): Add :link.
82 (feedmail-send-it): Doc fix.
83
84 * mail/sendmail.el: Doc fixes.
85 (sendmail-send-it): Fix the non-ASCII regexp and use
86 rfc2047-encode-string.
87
88 * dired.el, dired-aux.el: Revert last change.
89
90 2001-01-26 Gerd Moellmann <gerd@gnu.org>
91
92 * makefile.w32-in (DONTCOMPILE): Add various term files.
93
94 2001-01-26 Dave Love <fx@gnu.org>
95
96 * Makefile.in (DONTCOMPILE): Add various term files.
97
98 2001-01-26 Gerd Moellmann <gerd@gnu.org>
99
100 * man.el (Man-default-man-entry, Man-mode): Doc fix.
101
102 * startup.el (display-startup-echo-area-message): Make sure
103 the echo area is resized to fit the size of the startup
104 message.
105
106 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
107 part of which is a constant.
108
109 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
110
111 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
112 twice.
113
114 2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
115
116 * simple.el (next-line): Don't let `newline' expand abbrevs.
117 Simplify slightly.
118 (open-line): Don't let `newline' expand abbrevs.
119
120 2001-01-25 John Wiegley <johnw@gnu.org>
121
122 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
123 to `repeat' in the :type field.
124
125 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
126 allow a choice of regexp or nil.
127 (pcomplete-dir-ignore): Same.
128
129 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
130 a command) to always fail.
131
132 2001-01-25 Gerd Moellmann <gerd@gnu.org>
133
134 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
135 discard the result.
136 (iswitchb-to-end): Likewise.
137
138 2001-01-25 Sam Steingold <sds@gnu.org>
139
140 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
141 Require vc.
142
143 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
144
145 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
146
147 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
148
149 2001-01-25 Dave Love <fx@gnu.org>
150
151 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
152 (describe-coding-system): Tweak the English text.
153
154 * loadup.el: Preload international/ccl for utf-8.
155
156 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * mail/rmail.el (rmail-redecode-body): Doc fix.
159
160 2001-01-25 Kenichi Handa <handa@etl.go.jp>
161
162 * international/mule-cmds.el (reset-language-environment): Reset
163 coding-category-utf-8 to mule-utf-8.
164
165 * international/mule-conf.el (coding-category-utf-8): Initialize
166 to mule-utf-8.
167
168 * loadup.el: Preload international/utf-8.
169
170 * international/utf-8.el: New file.
171
172 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
173
174 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
175
176 2001-01-24 Sam Steingold <sds@gnu.org>
177
178 * dired.el (dired-replace-in-string): Removed.
179 (dired-sort-toggle): Use `replace-regexps-in-string'
180 instead of `dired-replace-in-string'.
181
182 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
183 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
184
185 * gs.el (gs-replace-in-string): Removed.
186 (gs-options): Use `replace-regexps-in-string'
187 instead of `gs-replace-in-string'.
188
189 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
192 bug report is mailed to an email list and posted to a news group.
193
194 2001-01-24 Gerd Moellmann <gerd@gnu.org>
195
196 * comint.el (comint-replace-by-expanded-history-before-point): Fix
197 change of 2000-08-03 to move point to the start of the line again.
198
199 * startup.el (tool-bar-images-pixel-height): New variable.
200 (command-line): After loading the user's init file, when
201 tool-bar-mode is on, increase the frame's size by some lines for
202 the tool-bar.
203
204 * frame.el (frame-initialize): Create the initial frame invisible.
205
206 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
207
208 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
209 (chinese-big5): MIME:Big5.
210
211 2001-01-24 Gerd Moellmann <gerd@gnu.org>
212
213 * international/mule-cmds.el (universal-coding-system-argument):
214 Handle commands with prefix args.
215
216 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
217
218 * calendar/diary-lib.el (diary-float): Fix case of MONTH
219 being a list of numbers.
220 (diary-mail-entries): Rewritten.
221
222 2001-01-23 Dave Love <fx@gnu.org>
223
224 * international/mule.el (make-coding-system): Fix typo.
225
226 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
227 backward-paragraph as font-lock-beginning-of-syntax-function.
228
229 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
230
231 * font-lock.el (font-lock-mode): Doc fix.
232
233 2001-01-23 Kenichi Handa <handa@etl.go.jp>
234
235 * international/mule.el (make-translation-table): Fix docstring.
236
237 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * mail/rmail.el (rmail-redecode-body): New function.
240
241 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
242
243 2001-01-22 Gerd Moellmann <gerd@gnu.org>
244
245 * isearch.el (isearch-lazy-highlight-case-fold-search)
246 (isearch-lazy-highlight-regexp): New variables.
247 (isearch-lazy-highlight-cleanup): Update lazy highlight if
248 case-fold search or regexp search has been toggled.
249
250 * wid-edit.el (widget-button-click): Avoid a save-excursion
251 around running a global binding.
252
253 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
254 to 0.25.
255
256 2001-01-20 Miles Bader <miles@gnu.org>
257
258 * cus-edit.el (custom-face-save): Do post-processing on the face's
259 new value like `custom-face-set' does.
260
261 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * mail/emacsbug.el (report-emacs-bug): Report the value of
264 LC_CTYPE, not LC_TYPE.
265
266 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
267 isearch-toggle-regexp and isearch-edit-string to doc string.
268
269 2001-01-19 Gerd Moellmann <gerd@gnu.org>
270
271 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
272 as font-lock-beginning-of-syntax-function in font-lock-defaults.
273
274 * jit-lock.el (jit-lock-fontify-now): Don't bind
275 font-lock-beginning-of-syntax-function to nil.
276
277 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * mail/emacsbug.el (report-emacs-bug): Report values of
280 locale-coding-system, default-enable-multibyte-characters, and the
281 environment variables LC_ALL, LC_TYPE, and LANG.
282
283 2001-01-19 Gerd Moellmann <gerd@gnu.org>
284
285 * font-lock.el (font-lock-default-fontify-region): Fix last
286 change.
287
288 * font-lock.el (font-lock-multiline): Default to nil.
289 (font-lock-default-fontify-region): If font-lock-multiline is
290 nil, don't check the property `font-lock-multiline'.
291
292 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
293 is nil, don't check the `font-lock-multiline' text property.
294
295 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
296
297 * viper.el: Call initial-major-mode on startup.
298
299 * ediff.el (ediff-patch-file): Use better defaults.
300
301 * ediff-vers.el: Fix for 8+3 DOS file systems.
302
303 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
304
305 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
306 diff mode, if available.
307
308 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
309
310 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
311
312 * ediff-init.el (subst-char-in-string): Define and use it, unless
313 it's already defined.
314
315 2001-01-18 Gerd Moellmann <gerd@gnu.org>
316
317 * tooltip.el (tooltip-hide-delay): New user-option.
318 (tooltip-show): Use tooltip-hide-delay instead of the default.
319
320 2001-01-18 Kenichi Handa <handa@etl.go.jp>
321
322 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
323 kill-local-variable doesn't work for enable-multibyte-characters.
324
325 2001-01-17 Dave Love <fx@gnu.org>
326
327 * ediff-init.el (ediff-before-setup-hook)
328 (ediff-merge-filename-prefix): Add :version.
329
330 * international/latin1-disp.el: Require disp-table.
331 (latin1-display): Fix :set.
332
333 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
334
335 2001-01-17 Gerd Moellmann <gerd@gnu.org>
336
337 * isearch.el (isearch-lazy-highlight-initial-delay)
338 (isearch-lazy-highlight-interval): Default to 0.
339
340 2001-01-17 Bob Glickstein <bobg@zanshin.com>
341
342 * isearch.el (isearch-highlight): Set isearch-overlay priority to
343 1 here rather than each time through
344 isearch-lazy-highlight-new-loop.
345 (isearch-lazy-highlight-max): Variable deleted.
346 (isearch-lazy-highlight-max-at-a-time): New user variable, like
347 isearch-lazy-highlight-max but controls a single invocation of
348 isearch-lazy-highlight-update.
349 (isearch-lazy-highlight-wrapped): Variable recreated.
350 (isearch-lazy-highlight-window-start): New variable.
351 (isearch-lazy-highlight-cleanup): Restored to behavior of
352 before 2-Jan.
353 (isearch-lazy-highlight-remove-overlays): Function deleted;
354 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
355 behavior removed.
356 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
357 isearch-lazy-highlight-update in a loop rather than just once.
358 Test isearch-invalid-regexp here and decide not to start a new
359 loop, rather than testing it each time through
360 isearch-lazy-highlight-update.
361 (isearch-lazy-highlight-search): Function restored.
362 (isearch-lazy-highlight-update): Get called in a timer loop again,
363 but this time highlight more than one match each time through.
364 Only highlight matches in the visible part of the window. Start
365 at point, move in the direction of the search, and wrap around at
366 the edge of the window. Use sit-for to force redisplay and ensure
367 window-start is credible. "Face suppressing" behavior removed;
368 overlay priorities should make it unnecessary, right?
369 (isearch-highlight): Face suppressing behavior removed.
370 (isearch-dehighlight): Face suppressing behavior removed.
371 (isearch-set-lazy-highlight-faces-at): Removed.
372
373 2001-01-17 Kenichi Handa <handa@etl.go.jp>
374
375 * language/european.el ("Latin-1"): Make the format of description
376 about additional language environments same as that of Latin-2.
377
378 2001-01-16 Dave Love <fx@gnu.org>
379
380 * isearch.el (isearch-lazy-highlight): Add :version.
381
382 * simple.el (backward-delete-char-untabify-method)
383 (next-line-add-newlines): Add :version.
384
385 2001-01-16 Gerd Moellmann <gerd@gnu.org>
386
387 * bindings.el: Bind <backspace> and <delete> via function-key-map.
388 Don't bind <delete> otherwise.
389
390 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
391 and <delete> via function-key-map.
392
393 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
394 Subject line only if point is after the `Subject:'.
395
396 2001-01-16 Kenichi Handa <handa@etl.go.jp>
397
398 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
399 japanese-jisx0213-2 in `charset' property of this lang. env.
400
401 * language/european.el ("Latin-1"): Add description for Dutch and
402 Spanish lang. env.
403
404 * international/mule.el (decode-char): Fix conditions.
405 (encode-char): Handle eight-bit-control too.
406 (transform-make-coding-system-args): New function.
407 (make-coding-system): Accept XEmacs style arguments for CCL base
408 coding system.
409
410 2001-01-15 Gerd Moellmann <gerd@gnu.org>
411
412 * progmodes/etags.el (find-tag-noselect): Save the value of
413 tags-file-name before switching buffers, for the case it has a
414 buffer-local value.
415
416 2001-01-15 Alex Schroeder <alex@gnu.org>
417
418 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
419 From Dave Love <fx@gnu.org>.
420 (ansi-color-for-comint-mode): Fix :version.
421
422 2001-01-15 Alex Schroeder <alex@gnu.org>
423
424 * ansi-color.el (ansi-color-unfontify-region): Doc change.
425
426 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
427
428 * dired.el (dired-insert-directory): If file-system-info fails,
429 remove the " free " part, but don't signal an error.
430
431 2001-01-12 Sam Steingold <sds@gnu.org>
432
433 * bookmark.el (bookmark-maybe-historicize-string):
434 Use new backquote syntax.
435
436 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
437
438 * subr.el (last): Handle a list that doesn't end in nil.
439
440 2001-01-12 Sam Steingold <sds@gnu.org>
441
442 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
443 to `backward-delete-char-untabify'.
444
445 2001-01-12 Dave Love <fx@gnu.org>
446
447 * cus-edit.el (customize-menu-create): Fix the :filter following
448 easymenu change.
449
450 * wid-edit.el (function): Add :match-alternatives.
451 (widget-color-action): Doc fix.
452
453 2001-01-12 Gerd Moellmann <gerd@gnu.org>
454
455 * calendar/calendar.el (calendar-basic-setup): Doc fix.
456
457 2001-01-12 Kenichi Handa <handa@etl.go.jp>
458
459 * international/mule-cmds.el (prefer-coding-system): Fix
460 docstring.
461
462 * international/ccl.el (define-ccl-program): Fix docstring.
463
464 2001-01-11 Dave Love <fx@gnu.org>
465
466 * international/mule-cmds.el (standard-display-european-internal):
467 Set display table for 2208 as for 160.
468
469 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
470
471 * progmodes/fortran.el (fortran-mode-map): Modify Customization
472 entry for custom-menu-create change.
473 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
474 don't cons it in the search loop.
475
476 * imenu.el (imenu--truncate-items): Revert last change.
477
478 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * info.el (Info-setup-header-line): If the node header includes
481 either Next: or Prev: links, don't show the File: and Node: parts
482 in the header line.
483
484 2001-01-11 Gerd Moellmann <gerd@gnu.org>
485
486 * comint.el (comint-goto-process-mark): Don't print a message
487 when running in batch mode.
488
489 * isearch.el (isearch-search): In the condition-case handler for
490 `error', set isearch-invalid-regexp to the whole error message.
491
492 * subr.el (eval-after-load): Call load-symbol-file-load-history to
493 ensure that eval-after-load works for files dumped with Emacs.
494
495 * help.el (load-symbol-file-load-history): New function extracted
496 from function symbol-file.
497 (symbol-file): Use it.
498
499 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
500 exit.xpm.
501
502 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
505 behave as if there were no prefix argument.
506 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
507 argument were nil.
508
509 2001-01-11 Richard M. Stallman <rms@gnu.org>
510
511 * isearch.el (isearch-lazy-highlight-update):
512 Don't look for more potential matches once maximum is exceeded.
513 Use overlays-in to check correctly for overlap with current match.
514 Ignore empty matches.
515
516 2001-01-11 Miles Bader <miles@gnu.org>
517
518 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
519 (ispell-overlay-window, ispell-help, ispell-show-choices)
520 (ispell-command-loop): Use it instead of `window-height'.
521
522 2001-01-10 Gerd Moellmann <gerd@gnu.org>
523
524 * files.el (confirm-kill-emacs): New user-option.
525 (save-buffers-kill-emacs): Ask for final confirmation before
526 killing Emacs.
527
528 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
529 to nil.
530
531 2001-01-10 Dave Love <fx@gnu.org>
532
533 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
534
535 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
536 :type.
537
538 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
539
540 * calculator.el (calculator-number-digits): Fix :type.
541
542 * vc-cvs.el (vc-cvs-header): Fix :type.
543 * vc-rcs.el (vc-rcs-header): Fix :type.
544 * vc-sccs.el (vc-sccs-header): Fix :type.
545
546 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
547
548 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
549
550 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
551
552 2001-01-10 Gerd Moellmann <gerd@gnu.org>
553
554 * simple.el (set-variable): Force a thorough redisplay for the
555 case that the variable has an effect on the display, like
556 `tab-width' has.
557
558 2001-01-10 Andre Spiegel <spiegel@gnu.org>
559
560 * vc.el: Add documentation for backend interface.
561
562 2001-01-10 Kenichi Handa <handa@etl.go.jp>
563
564 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
565
566 * international/mule-conf.el (latin-extra-code-table): Set to t
567 for \223 and \224.
568
569 2001-01-09 Kenichi Handa <handa@etl.go.jp>
570
571 * international/mule-cmds.el (locale-language-names): Map "es" to
572 "Spanish" and "nl" to "Dutch".
573
574 2001-01-09 Gerd Moellmann <gerd@gnu.org>
575
576 * bindings.el (global-map): Bind <home> to beginning-of-line,
577 <end> to end-of-line, C-<home> to beginning-of-buffer, and
578 C-<end> to end-of-buffer.
579
580 * language/european.el: Add Dutch and Spanish language info
581 to be able to use the appropriate tutorials.
582
583 2001-01-09 Alex Schroeder <alex@gnu.org>
584
585 * ansi-color.el (ansi-color-process-output): Use markers instead
586 of positions for start and end of region.
587 (ansi-color-apply-on-region): Rewrote code to make it more robust.
588 Previously, occasional mistakes happend when fontifying many
589 chunks of output (eg. ls --color=yes /dev). This happened
590 whenever an overlay was created up to the end of the region, which
591 coincided with the process-mark. New text would then be added
592 within that overlay instead of after it.
593 (ansi-color-make-extent): Overlays are created with the property
594 `modification-hooks' set to '(ansi-color-freeze-overlay).
595 (ansi-color-freeze-overlay): New function. When inserting text at
596 the end of the overlay, the overlay will resize.
597
598 2000-01-09 Alex Schroeder <alex@gnu.org>
599
600 * ansi-color.el (ansi-color-process-output): Doc change.
601 (ansi-color-unfontify-region): Doc change. No longer installed
602 automatically in font-lock-unfontify-region-function.
603 (ansi-color-apply): Doc change.
604 (ansi-color-apply-on-region): Use extents or overlays instead of
605 text-properties.
606 (ansi-color-make-extent): New function.
607 (ansi-color-set-extent-face): New function.
608
609 2000-01-09 Alex Schroeder <alex@gnu.org>
610
611 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
612 both use ansi-color-process-output, now.
613 (ansi-color-process-output): Doesn't return string anymore. It is
614 installed in comint-output-filter-functions for both Emacs and
615 XEmacs, now.
616 (ansi-color-unfontify-region): Simplified code removing variables
617 pos and start-ansi.
618 (ansi-color-apply): Put text-property ansi-color before putting
619 text-property face because ansi-color-unfontify-region is called
620 immediately after the call to put-text-property.
621 (ansi-color-context-region): Doc change.
622 (ansi-color-filter-region): Simplified code.
623 (ansi-color-apply-on-region): Changed start to start-marker, using
624 a marker explicitly. Put text-property ansi-color before putting
625 text-property face because ansi-color-unfontify-region is called
626 immediately after the call to put-text-property.
627
628 2000-01-09 Alex Schroeder <alex@gnu.org>
629
630 * ansi-color.el (ansi-color-faces-vector): Doc change.
631 (ansi-color-for-comint-mode): Changed :type property to choice.
632 (ansi-color-last-context): Removed.
633 (ansi-color-process-output): Don't use ansi-color-last-context, as
634 the main functions will store their context now.
635 (ansi-color-context): Doc change.
636 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
637 Uses ansi-color-context such that repeated calls will strip
638 partial escape sequences, too.
639 (ansi-color-apply): Simplified code. Colorize end of string if
640 face is not null. Store context in new (FACE STRING) format, such
641 that repeated calls will strip partial escape sequences, too.
642 Append faces to face property using ansi-color-apply-sequence such
643 that cumulative mode actually works.
644 (ansi-color-context-region): New variable.
645 (ansi-color-filter-region): Rewrote it based on
646 ansi-color-apply-on-region. Uses ansi-color-context-region such
647 that repeated calls will strip partial escape sequences, too.
648 (ansi-color-apply-on-region): Simplified code. Colorize end of
649 region if face is not null. Store context in new (FACE POS)
650 format, such that repeated calls will strip partial escape
651 sequences, too. Append faces to face property using
652 ansi-color-apply-sequence such that cumulative mode actually
653 works.
654 (ansi-color-apply-sequence): New function.
655 (ansi-color-get-face): When the default face is added to the list
656 of faces, all previous settings are discarded and the list of
657 faces is set to '(default).
658
659 2000-01-09 Alex Schroeder <alex@gnu.org>
660
661 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
662 face, such that ansi-color-apply and ansi-color-apply-on-region
663 will do the right thing.
664 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
665 returns nil, set the list of faces back to nil instead of
666 appending the result of ansi-color-get-face to the front of the
667 list.
668
669 2000-01-09 Alex Schroeder <alex@gnu.org>
670
671 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
672 (ansi-color-process): Doc change.
673 (ansi-color-last-context): New buffer-local variable.
674 (ansi-color-process-output): New function. It is automatically
675 added to comint-output-filter-functions if this is XEmacs.
676 (ansi-color-unfontify-region): New optional parameter for XEmacs
677 compatibility. Check wether font-lock-syntactic-keywords is
678 boundp before removing the syntax table text property, as XEmacs
679 doesn't have it.
680 (ansi-color-filter-region): Doc change.
681 (ansi-color-apply-on-region): Doc change.
682 (ansi-color-make-face): New function. Compatibility layer for
683 XEmacs. Return temporary faces instead of cons cells for XEmacs.
684 (ansi-color-make-color-map): Use ansi-color-make-face.
685 (ansi-color-get-face): Avoid face text property '(nil) as results
686 in an errow for XEmacs.
687
688 2000-01-09 Alex Schroeder <alex@gnu.org>
689
690 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
691 text-property ansi-color in order to preserve fontification by
692 ansi-color. When the package is loaded, a lambda expression is
693 put onto font-lock-mode-hook. This lambda expression will check
694 font-lock-unfontify-region-function and replace
695 font-lock-default-unfontify-region with
696 ansi-color-unfontify-region.
697 (ansi-color-apply): Add text-property ansi-color in addition to
698 text-property face.
699 (ansi-color-apply-on-region): Add text-property ansi-color in
700 addition to text-property face.
701 (save-buffer-state): Copy of the macro that is also used by
702 lazy-lock and font-lock.
703
704 (ansi-color-for-comint-mode): New option.
705 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
706 (ansi-color-for-comint-mode-off): Ditto.
707 (ansi-color-for-comint-mode-filter): Ditto.
708 (ansi-color-process): New function. Uses
709 ansi-color-for-comint-mode to decide what to do. This function is
710 added to comint-preoutput-filter-functions when the package is
711 loaded.
712
713 (ansi-color-for-shell-mode-set): Removed.
714 (ansi-color-for-shell-mode): Removed.
715
716 2000-01-09 Alex Schroeder <alex@gnu.org>
717
718 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
719 the lambda expression from the ansi-color-for-shell-mode :set
720 property. Additionally, modify shell-mode-hook to enable or
721 disable font-lock-mode for future shell buffers.
722 (ansi-color-for-shell-mode): The :set property calls
723 ansi-color-for-shell-mode-set instead of a lambda expression.
724
725 2000-01-09 Alex Schroeder <alex@gnu.org>
726
727 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
728 (ansi-color-context): New variable.
729 (ansi-color-apply): Save context between calls.
730
731 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * isearch.el (isearch, isearch-lazy-highlight-face): New
734 definitions for face colors and attributes.
735
736 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
737 of display-mouse-p.
738
739 2001-01-09 Kenichi Handa <handa@etl.go.jp>
740
741 * international/mule.el (make-coding-system): If the coding system
742 accepts extra latin codes, register such codes as safe for the
743 coding system.
744
745 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
746
747 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
748 don't mention the file name or the date here, because they are
749 logged at the start of the file.
750
751 2001-01-08 Richard M. Stallman <rms@gnu.org>
752
753 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
754 Change screen-width to frame-width.
755
756 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
757
758 * info.el (Info-search): Print the default as part of the prompt.
759
760 2001-01-08 Andre Spiegel <spiegel@gnu.org>
761
762 * vc.el (vc-default-latest-on-branch-p): New function, replaces
763 constant implementations in backends.
764
765 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
766 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
767
768 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
769 WRITABLE to EDITABLE.
770
771 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
772 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
773 to EDITABLE.
774
775 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
776
777 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
778 (copyright, copyright-update): Compute the current year at run
779 time.
780
781 2001-01-08 Gerd Moellmann <gerd@gnu.org>
782
783 * isearch.el (isearch-old-signal-hook): Removed.
784 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
785 instead of setting signal-hook-function.
786 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
787
788 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
789
790 * emulation/edt.el: Update to version 4.0. Provide support for
791 EDT scroll margins at top and bottom of the window. Provide an
792 emulation of the EDT SUBS command (bound to GOLD-Enter, by
793 default). Enhance edt-quit, bound to GOLD-q by default, to warn
794 user when file-related buffer modifications exist. Provide
795 support for running EDT Emulation in XEmacs. Provide customize
796 access to some user updatable variables. Add Commentary section
797 to file header. Fixed a few minor bugs and cleaned up some code.
798
799 * emulation/edt-mapper.el: Update to version 4.0. Provide support
800 for detecting a keypress that generates an ASCII key sequence.
801 (Previously, only a keypress that generates a vector was
802 recognized.) Embed Window Manager name into name of the generated
803 EDT Emulation initialization file since the initialization file is
804 Window Manager specific. Add Commentary section to file header.
805
806 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * mail/sendmail.el (mail-mode): Doc fix.
809
810 * info.el (Info-goto-emacs-command-node): Doc fix.
811 (Info-goto-emacs-key-command-node): Doc fix.
812
813 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
814
815 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
816 systems without long file-name support.
817
818 2001-01-06 Andrew Innes <andrewi@gnu.org>
819
820 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
821
822 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
823
824 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
825 (isearch-lazy-highlight-update): Doc fix.
826
827 * ffap.el (ffap-bindings): Doc fix.
828
829 * dired-x.el (dired-virtual-guess-dir): Doc fix.
830
831 2001-01-05 Dave Love <fx@gnu.org>
832
833 * emacs-lisp/cl-seq.el (remove, remq): Remove.
834
835 2001-01-05 Gerd Moellmann <gerd@gnu.org>
836
837 * mouse-drag.el (mouse-drag-safe-scroll): Bind
838 scroll-preserve-screen-position to nil.
839
840 * isearch.el (isearch-old-signal-hook): New variable.
841 (isearch-mode): Set signal-hook-function to isearch-done.
842 (isearch-done): Restore old signal-hook-function.
843
844 * info.el (Info-fontify-node): Mark one more char as intangible.
845
846 2000-01-05 Kenichi Handa <handa@etl.go.jp>
847
848 * composite.el (compose-last-chars): New argument COMPONENTS. If
849 it is non-nil, compose preceding characters by compose-region with
850 COMPONENTS.
851
852 * international/quail.el (quail-input-string-to-events): New function.
853 (quail-input-method): Convert input string to events here.
854 (quail-start-translation): Return input string, not event list.
855 (quail-start-conversion): Likewise.
856
857 2001-01-04 Gerd Moellmann <gerd@gnu.org>
858
859 * tooltip.el (tooltip-cancel-delayed-tip)
860 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
861 and tooltip-add-timeout.
862 (tooltip-show): Set border color from faces's foreground.
863 (tooltip-show-help-function): If called with the same help string
864 as last time, do nothing.
865 (tooltip-help-tips): Don't set tooltip-help-message to nil.
866
867 * startup.el (fancy-splash-screens): Don't bind show-help-function
868 to nil.
869
870 * tooltip.el (tooltip-frame-parameters): Remove colors.
871 (tooltip): New face
872 (tooltip-set-param): New function.
873 (tooltip-show): Set up color frame parameters from face `tooltip'.
874 Display the tooltip text in face `tooltip'.
875
876 2001-01-04 Dave Love <fx@gnu.org>
877
878 * whitespace.el (whitespace-global-mode): Fix typo.
879
880 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
881
882 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
883
884 * help.el (help-for-help): Fix a typo in a doc string. From
885 kwzh@gnu.org (Karl Heuer).
886
887 2001-01-03 Dave Love <fx@gnu.org>
888
889 * dired-x.el: Doc fixes. Maintainer change.
890 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
891 :type.
892 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
893 (dired-guess-shell-alist-user): Customize.
894 (dired-x-help-address): Set to bug-gnu-emacs.
895 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
896 (dired-default-directory): Renamed from default-directory.
897
898 * hl-line.el (hl-line): Doc fix.
899
900 2001-01-03 Karl Fogel <kfogel@red-bean.com>
901
902 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
903
904 2001-01-02 Richard M. Stallman <rms@gnu.org>
905
906 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
907 to remove all the current alternative-match highlighting.
908 If nil, remove only what's outside the current window.
909 (isearch-lazy-highlight-remove-overlays): Take optional
910 region within which NOT to remove them.
911 (isearch-lazy-highlight-new-loop): Greatly simplified.
912 (isearch-lazy-highlight-update): Find all the other occurrences
913 visible in the window, in just one call.
914 (isearch-lazy-highlight-start): Now holds start of region to scan.
915 (isearch-lazy-highlight-end): Now holds end of region to scan.
916 (isearch-lazy-highlight-wrapped): Variable deleted.
917 (isearch-lazy-highlight-search): Function deleted.
918
919 2000-01-02 Andrew Innes <andrewi@gnu.org>
920
921 * w32-fns.el (convert-standard-filename): Do length check on name
922 before aref.
923
924 2001-01-02 Dave Love <fx@gnu.org>
925
926 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
927 value.
928 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
929
930 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
931
932 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
933 read syntax.
934
935 * calendar/todo-mode.el (todo): Add :link, :version.
936 (todo-save-top-priorities): Remove autoload cookie.
937 (todo-add-category, todo-add-item-non-interactively)
938 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
939 cookie.
940
941 2001-01-02 Gerd Moellmann <gerd@gnu.org>
942
943 * comint.el (comint-input-history-ignore): New variable.
944 (comint-read-input-ring): Ignore entries matching
945 comint-input-history-ignore.
946
947 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
948
949 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
950 (lm-copyright-mark): New function.
951 (lm-crack-copyright): New function.
952 (lm-verify): Check that the file has a copyright.
953 Check that the file is copyright Free Software Foundation.
954
955 2000-12-30 Kenichi Handa <handa@etl.go.jp>
956
957 * international/mule-diag.el (print-fontset): Indent font name by
958 24 columns, not 25.
959
960 2000-12-29 Gerd Moellmann <gerd@gnu.org>
961
962 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
963 in Subject line.
964
965 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
966 Use mail-mode-hook instead of mail-setup-hook. Otherwise
967 continuing an interrupted message with C-u C-x m for instence,
968 winds up in Mail mode without abbrevs.
969
970 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
971
972 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
973 non-nil. Adding almost all customization variables on ps-setup. Doc
974 fix.
975 (ps-print-version): New version number (6.3.3).
976 (ps-end-with-control-d): Initialization fix.
977 (ps-lines-printed): New var.
978 (ps-skip-newline): New fun.
979 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
980 (ps-next-line, ps-continue-line, ps-plot-region)
981 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
982
983 2000-12-29 Kenichi Handa <handa@etl.go.jp>
984
985 * international/fontset.el (x-complement-fontset-spec): Resolve
986 ASCII font name so that the same family name is used for fonts
987 registered in x-font-name-charset-alist.
988 (create-fontset-from-fontset-spec): Adjusted for the above change.
989 The name of fontset alias should be a unresolved ASCII font name.
990
991 2000-12-28 Gerd Moellmann <gerd@gnu.org>
992
993 * simple.el (delete-key-deletes-forward-mode): Bind backspace
994 and delete in isearch-mode-map.
995
996 2000-12-28 Richard M. Stallman <rms@gnu.org>
997
998 * dired-x.el (dired-guess-shell-alist-default):
999 Use xpdf instead of acroread.
1000
1001 2000-12-28 Kenichi Handa <handa@etl.go.jp>
1002
1003 * textmodes/artist.el (artist-butlast): Deleted.
1004 (artist-ellipse-mirror-quadrant): Use butlast instead of
1005 artist-butlast.
1006
1007 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1008
1009 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1010
1011 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1012
1013 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1014
1015 * ls-lisp.el: Better support for the Mac and MS-Windows.
1016 (ls-lisp): New defgroup.
1017 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
1018 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
1019 (ls-lisp-support-shell-wildcards): New defcustoms.
1020 (ls-lisp-parse-symlink): New function.
1021 (insert-directory): Code to convert switches to a list and set up
1022 the wildcard argument copied from ls-lisp-insert-directory.
1023 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1024 for -C and -R switches.
1025 (ls-lisp-column-format): New function.
1026 (ls-lisp-delete-matching, ls-lisp-handle-switches)
1027 (ls-lisp-format-time): Add doc strings.
1028 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1029 Support ls-lisp-dirs-first.
1030 (ls-lisp-classify, ls-lisp-extension): New functions.
1031 (ls-lisp-format): Optionally support emulation of symlinks.
1032 Support -i, -s, and -G switches.
1033
1034 2000-12-27 Gerd Moellmann <gerd@gnu.org>
1035
1036 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1037
1038 * version.el (emacs-version): Print X scroll bar information.
1039
1040 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1041 instead of x-toolkit-scroll-bars-p.
1042
1043 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1044 of x-toolkit-scroll-bars-p.
1045
1046 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * ffap.el (ffap-bindings): Make interactive and add an autoload
1049 cookie.
1050 (ffap-bindings): Doc fix, to reflect the above change.
1051
1052 2000-12-27 Kenichi Handa <handa@etl.go.jp>
1053
1054 * term.el (term-char-mode): Define all non-ascii self-inserting
1055 characters to 'term-send-raw in term-raw-map.
1056
1057 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
1058
1059 * viper-init (viper-restore-cursor-type): Added condition-case
1060 guard.
1061
1062 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
1063 initialization; use add-hook.
1064 (ediff-file-remote-p): Use file-local-copy.
1065
1066 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
1067
1068 * ediff.el (ediff-patch-buffer): Bug fix.
1069 (ediff-revision): Allow selection of the file at the prompt.
1070
1071 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1072
1073 * subr.el (combine-run-hooks): Remove.
1074
1075 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1076 and remove the rogue second spec.
1077
1078 2000-12-23 Gerd Moellmann <gerd@gnu.org>
1079
1080 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1081
1082 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1085 Use minibuffer menu prompt for the `=' prefix.
1086 (smerge-command-prefix): Change default to C-^.
1087 (smerge-mode): Don't assume font-lock doesn't move point.
1088
1089 * skeleton.el (skeleton-internal-1): Make sure the first line of
1090 the region is also re-indented.
1091 (skeleton-end-newline): New var.
1092 (skeleton-end-hook): Use it.
1093
1094 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1095
1096 * comint.el (comint-password-prompt-regexp): Support CVS.
1097
1098 2000-12-22 Gerd Moellmann <gerd@gnu.org>
1099
1100 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1101 backspace key combinations, depending on
1102 delete-key-deletes-forward.
1103
1104 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1105
1106 * simple.el (delete-key-deletes-forward): Doc fix.
1107
1108 2000-08-22 Emmanuel Briot <briot@gnat.com>
1109
1110 * xml.el (top level comment): Updated to reflect the fact that
1111 white spaces are relevant in the XML file.
1112 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1113 to parse was already edited. This allows for on-the-fly analysis
1114 of XML files.
1115 (xml-parse-tag): Check that the casing is the same in the start
1116 tag and end tag, since XML is case-sensitive. Allows for spaces
1117 in the end tag, after the name of the tag.
1118 (xml-parse-attlist): Allow for the character '-' in the name of
1119 attributes, as in the standard http-equiv attribute Do not save
1120 the properties in the XML tree, since they are not relevant.
1121
1122 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1123
1124 * generic.el (generic-read-type): Undo last change, inline into
1125 `generic-mode' and then remove.
1126 (generic-mode): Inline generic-read-type.
1127 (define-generic-mode): Push the symbol name rather than the symbol
1128 onto generic-mode-list.
1129
1130 2000-12-21 Gerd Moellmann <gerd@gnu.org>
1131
1132 * generic.el (generic-read-type): Build an alist for
1133 completing-read as in 20.7.
1134
1135 * play/landmark.el (lm): Use interactive spec `P'.
1136 (toplevel): Don't set debug-on-error.
1137
1138 * server.el (server-switch-buffer): Choose a window on a visible
1139 frame.
1140
1141 2000-12-21 Dave Pearson <davep@davep.org>
1142
1143 * quickurl.el: Commentry change, I've moved my web site.
1144
1145 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1146
1147 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1148 ranges like \177-\237, but accepts the character sequence from \177 to
1149 \237. Doc fix.
1150 (ebnf-version): New version (3.4).
1151 (ebnf-setup): Code fix.
1152 (ebnf-range-regexp): New fun.
1153 (ebnf-8-bit-chars): Const fix.
1154
1155 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1156 entry. Doc fix.
1157 (ebnf-bnf-lex): Code fix.
1158 (ebnf-bnf-comment-chars): Const fix.
1159
1160 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1161 entry. Doc fix.
1162 (ebnf-iso-comment-chars): Const fix.
1163
1164 * ebnf-otz.el: Doc fix.
1165
1166 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1167 entry. Doc fix.
1168 (ebnf-yac-skip-code): Code fix.
1169 (ebnf-yac-comment-chars): Const fix.
1170
1171 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1172
1173 * files.el (insert-directory-safely): New function.
1174 (recover-file): Use it instead of insert-directory. From Markus
1175 Rost <markus.rost@mathematik.uni-regensburg.de>
1176
1177 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1178
1179 * international/mule-cmds.el (select-safe-coding-system): Check
1180 coding-category-list more rigidly. Improve help message.
1181
1182 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1183
1184 2000-12-21 Miles Bader <miles@gnu.org>
1185
1186 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1187 prefix.
1188
1189 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1190
1191 * international/mule-diag.el (describe-char-after): Make *Help*
1192 buffer inherit multibyteness of the current buffer.
1193
1194 * international/mule.el (make-char): Docstring adjusted for the
1195 change of make-char-internal.
1196
1197 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1198
1199 * international/iso-cvt.el: Docstrings fix.
1200
1201 2000-12-20 Dave Love <fx@gnu.org>
1202
1203 * subr.el (eval-after-load): Doc fix.
1204
1205 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1206
1207 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1208 for numbers.
1209
1210 2000-12-20 Miles Bader <miles@gnu.org>
1211
1212 * international/quail.el (quail-help): Resize the help window
1213 again after it has all its contents. Remove unneeded progn.
1214
1215 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1216
1217 * pcmpl-linux.el: Fix copy/paste error.
1218
1219 2000-12-19 Andrew Innes <andrewi@gnu.org>
1220
1221 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1222 docstring.
1223
1224 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1225
1226 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1227
1228 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1229
1230 * progmodes/idlw-shell.el: Fixed copyright notice.
1231
1232 * progmodes/idlwave.el: Fixed copyright notice.
1233
1234 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1235 TAB as key separators.
1236
1237 2000-12-19 Alex Schroeder <alex@gnu.org>
1238
1239 * sql.el (sql-sybase-options): New option.
1240 (sql-sybase): Use it. Add sql-database to the list of parameters
1241 provided for login. The options -w 2048 -n are not used any more.
1242 (sql-postgres-options): Changed default from "--pset" to "-P".
1243 (sql-mysql-options): Doc change.
1244 (sql-stop): Doc change.
1245
1246 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1247
1248 * international/quail.el (quail-input-method): Always hide
1249 the guidance buffer on exiting.
1250
1251 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1252
1253 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1254 isn't fboundp.
1255
1256 * server.el (server-buffer-done): Bury the buffer before
1257 killing it.
1258
1259 * faces.el (face-spec-set): Interpret a nil in specs for
1260 foreground and background colors as `unspecified', for
1261 compatibility with 20.x.
1262
1263 2000-12-18 Dave Love <fx@gnu.org>
1264
1265 * simple.el (mail-user-agent): Doc fix.
1266 (input-mode-8-bit): Removed.
1267
1268 * international/mule.el (set-keyboard-coding-system): Doc fix.
1269 (keyboard-coding-system): New option.
1270
1271 * mail/sendmail.el (send-mail-function): Customize.
1272
1273 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1274
1275 * international/codepage.el (cp866-decode-table): New table.
1276
1277 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1278
1279 * version.el (emacs-version): Remove `%a' from the time format
1280 because the weekday doesn't fit well into each locale.
1281
1282 2000-12-18 Miles Bader <miles@gnu.org>
1283
1284 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1285
1286 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1287 Check that emacs-major-version is `=' to 20, not `>='.
1288 (artist-replace-chars): Use `make-string' instead of a loop.
1289
1290 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1291
1292 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1293 (cvs-execute-single-file): Don't change directory.
1294 Patch from Per Cederqvist.
1295
1296 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * textmodes/ispell.el (check-ispell-version): If
1299 `ispell-program-name' is "aspell", pass it the -v switch instead
1300 of -vv.
1301
1302 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1303
1304 * international/mule-diag.el (mule-diag): Insert information about
1305 configure options, multibyte awareness, language env.
1306
1307 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1308 regexp to search for candidates.
1309
1310 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1311
1312 * info.el (Info-forward-node): If the node has an
1313 Info-header-line, widen the buffer before searching for "next:"
1314 and "up:" pointers, and set the search limit to stay in the
1315 current node.
1316
1317 2000-12-16 Miles Bader <miles@gnu.org>
1318
1319 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1320
1321 2000-12-15 Miles Bader <miles@gnu.org>
1322
1323 * comint.el (comint-send-string, comint-send-region): Also accept
1324 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1325 process-send-string/region.
1326
1327 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1328
1329 * isearch.el (isearch-lazy-highlight-max): New user-option.
1330 (isearch-lazy-highlight-update): Don't highlight more than
1331 isearch-lazy-highlight-max matches.
1332
1333 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1334
1335 2000-12-15 Richard M. Stallman <rms@gnu.org>
1336
1337 * sort.el (sort-columns): Fix error message.
1338
1339 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1340 `upcase' or `downcase' or nil.
1341 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1342 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1343 (dabbrev--substitute-expansion): New arg record-case-pattern.
1344 If it is non-nil, set dabbrev--last-case-pattern.
1345 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1346
1347 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1348
1349 2000-12-15 Miles Bader <miles@gnu.org>
1350
1351 * paths.el (Info-default-directory-list): Don't delete
1352 configure-info-directory from the list of standard info
1353 directories when appending it to the end -- their order is
1354 important.
1355
1356 * faces.el (read-face-attribute): If there's no entry for the
1357 user's input in VALID, just use it as-is (this will often result
1358 in an error, but it may be OK for e.g. colors using hexadecimal
1359 notation, and at least will yield a better error message).
1360
1361 * window.el (mode-line-window-height-fudge): Function removed.
1362 (height-affecting-face-attributes, mode-line-window-height-fudge):
1363 Variables removed.
1364 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1365 window is really the right size. Use vertical-motion
1366 rather than forward-line.
1367 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1368 (ispell-command-loop, ispell-show-choices): Use the variable
1369 ispell-choices-win-default-height, rather than the function.
1370 (ispell-choices-win-default-height): Function removed.
1371 (ispell-mode-line-window-height-fudge): Function removed.
1372
1373 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1374
1375 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1376
1377 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1378
1379 * paths.el (Info-default-directory-list): If
1380 configure-info-directory is not one of the standard directories,
1381 put it first in the list; otherwise put it last. Doc string
1382 changed accordingly.
1383
1384 * info.el (Info-directory-list): Change doc string to reflect the
1385 change in Info-default-directory-list.
1386
1387 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1388 windows-nt as windowed environments, even under -nw.
1389
1390 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1391 if not fboundp. Switch delete-forward mode for the <delete> key
1392 on all PC platforms, even under -nw.
1393
1394 * term/internal.el ([M-delete]): Remap to M-d.
1395
1396 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1397
1398 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1399
1400 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1403
1404 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1405
1406 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1407 if appropriate.
1408
1409 * simple.el (delete-key-deletes-forward): New user-option.
1410 (delete-key-deletes-forward-mode): New function.
1411
1412 * bindings.el: Bind `delete' to backward-delete-char.
1413
1414 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1415 if symbol is bound before getting its value.
1416
1417 * tooltip.el (tooltip-show): If an error is signaled in
1418 x-show-tip, display that error, and display the help in the
1419 echo area.
1420
1421 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1422
1423 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1424 "... entries" messages for every 10000 entries, not 10.
1425
1426 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1427
1428 * bookmark.el: Provide a generic exit hook, as suggested by
1429 Ovidiu Predescu <ovidiu@cup.hp.com>:
1430 (bookmark-exit-hook): New var.
1431 (bookmark-exit-hook-internal): New func, replaces
1432 old raw lambda form in `kill-emacs-hook', and runs new
1433 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1434 as logically that feature must have been provided if this function
1435 is running.
1436 Removed ;;;###autoload before the `add-hook' call.
1437
1438 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1439
1440 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1441 (easy-menu-current-active-maps): New function.
1442 (easy-menu-get-map): Use it.
1443 Make a proper menu entry when creating a new keymap.
1444
1445 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1446
1447 * international/characters.el: Fix cases and syntaxes for
1448 mule-unicode-0100-24ff.
1449
1450 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1451 that a Japanese character is not appended after day and year.
1452
1453 * info.el (Info-suffix-list): Change format for a command that
1454 requires arguments.
1455 (info-insert-file-contents): Adjusted for the above change.
1456
1457 2000-12-12 Andreas Schwab <schwab@suse.de>
1458
1459 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1460 on the name of the tar buffer. Verify that the existing buffer is
1461 visiting the same subfile.
1462
1463 2000-12-12 Dave Love <fx@gnu.org>
1464
1465 * subdirs.el: Add obsolete.
1466
1467 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1468
1469 * mail/rmailsum.el (rmail-summary-expunge)
1470 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1471 instead of rmail-confirm-expunge.
1472
1473 * replace.el (perform-replace): Don't use an empty match adjacent
1474 to a non-empty match when computing the next match before the
1475 replacement is performed.
1476
1477 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1478
1479 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1480 definition (patch by Stefan Monnier).
1481 (glasses-mode): Use jit-lock instead of `after-change-functions'
1482 (patch by Stefan Monnier).
1483
1484 2000-12-12 Miles Bader <miles@gnu.org>
1485
1486 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1487 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1488
1489 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1490
1491 * term/mac-win.el: Remove load for ls-lisp.
1492
1493 * loadup.el: Load ls-lisp for system-type `macos'.
1494
1495 2000-12-12 Miles Bader <miles@gnu.org>
1496
1497 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1498 Respect field end too.
1499 (just-one-space): Respect fields as `delete-horizontal-space'.
1500 (newline-and-indent, reindent-then-newline-and-indent): Use
1501 `delete-horizontal-space'.
1502
1503 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1504
1505 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1506 (so as to obey the field property in the minibuffer).
1507
1508 * obsolete/c-mode.el: Moved from lisp/progmodes.
1509 * obsolete/auto-show.el: Moved from lisp.
1510 * obsolete/ooutline.el: Moved from lisp/textmodes.
1511
1512 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1513
1514 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1515 changes to list them here.
1516
1517 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1518 many changes to list them here.
1519
1520 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1521 many changes to list them here.
1522
1523 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1524
1525 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1526
1527 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1528 nil.
1529
1530 * cus-edit.el (custom-save-variables, custom-save-faces):
1531 Comment fix.
1532
1533 * hscroll.el: Moved to `obsolete' subdir.
1534
1535 2000-12-11 Miles Bader <miles@gnu.org>
1536
1537 * window.el (window-text-height): Function removed (now in C).
1538
1539 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1540
1541 * log-edit.el (log-edit-parent-buffer): New var.
1542 (log-edit): Set it. Add BUFFER argument.
1543 (log-edit-done): Use char-before.
1544 Don't bother checking validity of vc-comment-ring.
1545 Only bury the buffer if log-edit popped it up.
1546
1547 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1548 (cvs-mode-diff-help): Remove.
1549 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1550 (cvs-mode-marked): Set up the default for CMD manually.
1551
1552 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1553 Remove binding for ? now made unnecessary.
1554
1555 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1556
1557 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1558 function
1559 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1560
1561 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1562 when master file is not open.
1563
1564 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1565
1566 * progmodes/ada-stmt.el: Update `maintainer'.
1567
1568 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1569
1570 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1571 choices to match documentation string.
1572
1573 2000-12-09 Miles Bader <miles@gnu.org>
1574
1575 * minibuf-eldef.el: New file.
1576
1577 * window.el (fit-window-to-buffer): Don't pass last argument to
1578 pos-visible-in-window-p, now that its meaning is inverted.
1579
1580 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1583 <ceder@lysator.liu.se>.
1584
1585 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1586
1587 * autoinsert.el (auto-insert-alist): Add missing final \n.
1588
1589 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1590 (cvs-menu-map): Remove.
1591 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1592 (cvs-mode-quit): Turn it back into a plain function.
1593
1594 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1595 (texinfo-filter): Remove (move to texinfo.el).
1596
1597 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1598 file where it's more visible.
1599 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1600 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1601 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1602 (texinfo-inside-macro-p): Only catch `scan-error's.
1603 (texinfo-inside-env-p): Make better use of the match info.
1604 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1605 (texinfo-insert-@end): Slight re-organization.
1606 Also remove useless `looking-at' call.
1607
1608 2000-12-08 Andrew Innes <andrewi@gnu.org>
1609
1610 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1611 accessible in -nw mode.
1612
1613 * term/w32-win.el: Remove stuff about selection timeout, which is
1614 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1615 it is accessible in -nw mode.
1616
1617 2000-12-08 Dave Love <fx@gnu.org>
1618
1619 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1620 font-lock-keywords-case-fold-search.
1621
1622 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1623
1624 * textmodes/ispell.el (ispell): Doc fix.
1625
1626 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1627
1628 * international/quail.el (quail-insert-decode-map): Check the
1629 frame width of a window displaying the current buffer, not that of
1630 the selected frame.
1631 (quail-help): Make sure that the help buffer has window before
1632 inserting text in it.
1633
1634 2000-12-07 Sam Steingold <sds@gnu.org>
1635
1636 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1637 Backquote is used in isearch.el, so autoloading saves nothing.
1638
1639 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1640
1641 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1642 the CVS and RCS subdirectories case-insensitively.
1643
1644 * dired.el (dired-insert-directory): If file-system-info is
1645 fboundp, call it instead of invoking dired-free-space-program.
1646
1647 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1648
1649 * server.el (server-visit-files): Push files on file-name-history.
1650
1651 * progmodes/cc-langs.el: Update copyright.
1652
1653 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1654
1655 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1656
1657 * bindings.el (mode-line-mode-menu): Reverse the order
1658 of define-keys so that the menu appears in alphabetical order.
1659
1660 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1661
1662 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1663 of the function.
1664
1665 2000-12-07 Dave Love <fx@gnu.org>
1666
1667 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1668
1669 * facemenu.el (facemenu-unlisted-faces): Fix value.
1670
1671 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1672
1673 * font-lock.el (font-lock-default-fontify-region):
1674 Include the terminating \n (off-by-one error).
1675 (font-lock-set-defaults): Use dolist.
1676
1677 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1678
1679 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1680
1681 * international/mule-cmds.el (describe-language-environment): Fix
1682 for the case that an input method title is not string but a list.
1683
1684 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1685 of wrong SIZE record.
1686
1687 2000-12-06 Dave Love <fx@gnu.org>
1688
1689 * newcomment.el (comment-region, comment-dwim): Doc fix.
1690
1691 * textmodes/texinfo.el: Require tex-mode when compiling.
1692 (texinfo-update-node): Doc fix.
1693 (texinfo-imenu-generic-expression): Add @anchor.
1694 (texinfo-font-lock-keywords): Add @uref.
1695 (texinfo-inside-macro-p): Don't use ignore-errors.
1696 (texinfo-insert-quote): Match more contexts.
1697
1698 * international/mule.el (decode-char, encode-char): Doc fix.
1699 (auto-coding-alist): Customize.
1700
1701 * files.el (load-file): Fix change of 2000-03-12.
1702
1703 * wid-edit.el (widget-text-keymap): Doc fix.
1704
1705 2000-12-06 Andrew Innes <andrewi@gnu.org>
1706
1707 * makefile.w32-in (lisp): Set to an absolute directory, namely
1708 $(CURDIR).
1709
1710 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1711
1712 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1713 read generated-autoload-file, and set buffer-file-coding-system to
1714 raw-text-unix after reading the file.
1715
1716 * international/mule-conf.el (file-coding-system-alist): Use
1717 raw-text for reading loaddefs.el and raw-text-unix for writing
1718 it.
1719
1720 2000-12-06 Gerd Moellmann <gerd@gnu.org>
1721
1722 * replace.el (occur): Make line-number-width 1 smaller for the
1723 colon following the line number.
1724
1725 * startup.el (fancy-splash-text, command-line-1): Use
1726 `File' for the menu name instead of `Files'.
1727
1728 * tmm.el: Update copyright.
1729
1730 * cus-start.el: Add entry for even-window-heights.
1731
1732 2000-12-06 Miles Bader <miles@gnu.org>
1733
1734 * faces.el (frame-set-background-mode): Avoid stomping on
1735 locally modified faces.
1736
1737 2000-12-06 Kenichi Handa <handa@etl.go.jp>
1738
1739 * international/fontset.el: Correct the font registries for
1740 japanese-jisx0213-1 and japanese-jisx0213-2.
1741
1742 2000-12-05 Gerd Moellmann <gerd@gnu.org>
1743
1744 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1745
1746 * iswitchb.el: Update customization commentary.
1747
1748 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1749
1750 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1751 (tpu-search-highlight): Fixed comparison of overlay end positions.
1752 (tpu-trim-line-ends): Implemented trimming logic locally.
1753
1754 * emulation/tpu-extras.el (tpu-write-file-hook)
1755 (tpu-set-cursor-bound): Replaced picture-clean with
1756 tpu-trim-line-ends.
1757
1758 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1759
1760 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1761 to cn-gb.
1762 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1763
1764 2000-12-04 Dave Love <fx@gnu.org>
1765
1766 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1767
1768 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1769
1770 * mail/rmailsum.el (rmail-summary-expunge)
1771 (rmail-summary-expunge-and-save): Ask for confirmation with
1772 rmail-expunge-confirmed.
1773
1774 * mail/rmail.el (rmail-expunge-confirmed): New function.
1775 (rmail-expunge): Use it.
1776
1777 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1778 (etags-recognize-tags-table, find-tag-in-order): New
1779 functionality: interpret file names as tags.
1780
1781 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1782
1783 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1784 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1785 visit the first subnode until the bottom of the current node is
1786 visible.
1787
1788 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1789
1790 * format.el (format-decode): Don't change buffer's undo list.
1791
1792 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1793
1794 * faces.el (face-font-registry-alternatives): Add entries for CJK
1795 fonts. Doc-string adjusted for the actual usage of this data.
1796
1797 * international/fontset.el: Change the font registries for CJK
1798 fonts in the default fontset. Don't append '*' to registries.
1799
1800 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1801
1802 * emacs-lisp/easy-mmode.el (define-derived-mode)
1803 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1804
1805 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1806 (derived-mode-p): New function.
1807 (derived-mode-make-docstring): Add `docstring' argument.
1808 Use it if available and complete it if necessary.
1809
1810 2000-12-03 Andreas Schwab <schwab@suse.de>
1811
1812 * type-break.el (type-break): Don't make parent of itself.
1813
1814 2000-12-03 Miles Bader <miles@gnu.org>
1815
1816 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1817
1818 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1821 (tex-main-file, tex-file): Simplify.
1822 (tex-generate-zap-file-name): Use subst-char-in-string.
1823 (tex-strip-dots): Remove.
1824
1825 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1826
1827 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1828 to check if the match succeeded.
1829
1830 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1831
1832 * startup.el (use-fancy-splash-screens-p): New function.
1833 (command-line-1): Use it to determine whether or not to use
1834 a fancy splash screen.
1835
1836 2000-12-02 Andreas Schwab <schwab@suse.de>
1837
1838 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1839
1840 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1841
1842 * international/mule.el (make-char): Fix last change.
1843
1844 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1845 New defcustoms.
1846 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1847 autoloading tex-mode; instead, do the same manually. Use
1848 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1849 with numeric argument. Docstring fix.
1850 (toplevel): Require cl when compiling.
1851
1852 * international/mule.el (make-char): Doc fix.
1853
1854 2000-12-02 Jason Rumney <jasonr@gnu.org>
1855
1856 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1857 the Emacs Lisp manual)
1858
1859 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1860
1861 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1862
1863 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1864 the Emacs Lisp manual).
1865
1866 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1867
1868 * simple.el (next-line-add-newlines): Change default to nil.
1869
1870 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1871
1872 * files.el (revert-buffer, recover-file): Bind
1873 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1874
1875 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1876
1877 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1878
1879 2000-12-01 Miles Bader <miles@gnu.org>
1880
1881 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1882
1883 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1884
1885 * international/mule-diag.el (describe-char-after): Fix typo.
1886 (describe-character-set, non-iso-charset-alist): Fix typo.
1887
1888 2000-12-01 Miles Bader <miles@gnu.org>
1889
1890 * image-file.el (image-file-name-regexp): Automatically add
1891 upper-case variants of each filename extension in
1892 `image-file-name-extensions', since they seem to be common.
1893
1894 * simple.el (minibuffer-contents)
1895 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1896 New functions.
1897 * filecache.el (file-cache-directory-name)
1898 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1899
1900 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1901
1902 * filecache.el (file-cache-minibuffer-complete): Don't try to
1903 delete the minibuffer prompt.
1904
1905 2000-11-30 Dave Love <fx@gnu.org>
1906
1907 * cus-start.el: Fix read-buffer-function type.
1908
1909 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1910
1911 * md5.el: Removed. There's a built-in function, now.
1912
1913 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1914
1915 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1916 as dummy 0-th char of rmail-deleted-vector.
1917
1918 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * ps-print.el (ps-end-job): Bind case-fold-search only after
1921 switching to ps-spool-buffer.
1922
1923 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1924
1925 * ps-print.el: Line number font customization. PostScript: Lines and
1926 PageCount are initialized on each page. Doc Fix.
1927 (ps-print-version): New version number (6.3.2).
1928 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1929 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1930 (ps-right-header): Customization fix.
1931 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1932 Fix code.
1933 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1934 New vars.
1935
1936 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1937
1938 * bs.el: Fix typos and spelling errors.
1939 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1940 (bs-configuration): Doc fix.
1941
1942 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1943
1944 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1945
1946 * emulation/tpu-edt.el (tpu-version): New version.
1947 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1948 (tpu-original-mode-line): Variable deleted.
1949 (tpu-mark-flag): New initial value.
1950 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1951 tpu-mark-flag to minor-mode-alist.
1952 (tpu-update-mode-line): New mark flag logic.
1953 (tpu-get): Use find-file-wildcards.
1954 (tpu-search-highlight): Move overlay less, reset overlay properly.
1955 (tpu-unselect): Deactivate mark.
1956 (tpu-lm-replace): Reset overlay properly.
1957 (tpu-forward-line): Use forward-visible-line.
1958 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1959
1960 * emulation/tpu-extras.el (tpu-forward-line): Use
1961 forward-visible-line.
1962
1963 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1964
1965 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1966
1967 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1968
1969 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1970 and skip whitespace and newlines.
1971
1972 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1975
1976 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1977
1978 * help.el (describe-function-1): Regexp-quote function name
1979 when used as part of a regexp.
1980
1981 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1982 face-attribute instead of face-foreground and face-background.
1983 (tool-bar-add-item): Likewise, and handle unspecified colors.
1984
1985 * enriched.el (enriched-face-ans): Use face-attribute instead
1986 of face-foreground and face-background.
1987
1988 * faces.el (face-foreground, face-background, face-stipple):
1989 Return nil if attribute is unspecified, for backward
1990 compatibility.
1991
1992 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1993
1994 * play/5x5.el: Remove version info.
1995
1996 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1997
1998 * frame.el (blink-cursor-mode): Doc fix.
1999
2000 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2001
2002 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2003 to create Makefile rules.
2004 (antlr-tool-command): New user option.
2005 (antlr-ask-about-save): New user option.
2006 (antlr-makefile-specification): New user option.
2007 (antlr-file-formats-alist): New variable.
2008 (antlr-special-file-formats): New variable.
2009 (antlr-unknown-file-formats): New user option.
2010 (antlr-help-unknown-file-text): New variable.
2011 (antlr-help-rules-intro): New variable.
2012 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2013 (antlr-mode-menu): Add entries.
2014 (antlr-file-dependencies): New function.
2015 (antlr-directory-dependencies): New function.
2016 (antlr-superclasses-glibs): New function.
2017 (antlr-run-tool): New command.
2018 (antlr-makefile-insert-variable): New function.
2019 (antlr-insert-makefile-rules): New function.
2020 (antlr-show-makefile-rules): New command.
2021
2022 * antlr-mode.el: More Emacs/XEmacs stuff.
2023 (antlr-no-action-keywords): New constant with value nil.
2024 (antlr-font-lock-keywords-alist): Use it. Old value would break
2025 syntax highlighting in Emacs-21.0.
2026 (antlr-default-directory): Emacs/XEmacs dependend function.
2027 (antlr-read-shell-command): Ditto.
2028 (antlr-with-displaying-help-buffer): Ditto.
2029
2030 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2031
2032 * antlr-mode.el: imenu, parsing and highlighting changes.
2033 (antlr-imenu-create-index-function): Don't create extra submenus
2034 for definitions in different grammar classes. It is not necessary
2035 for the menu and would make command `imenu' awkward to use.
2036 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2037 header actions and more than one.
2038 (antlr-font-lock-tokendef-face): Changed color.
2039 (antlr-font-lock-tokenref-face): Changed color.
2040 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2041 (antlr-mode-syntax-table): New variable.
2042 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2043 (antlr-with-syntax-table): Don't copy syntax table.
2044
2045 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2046
2047 * antlr-mode.el: Minor changes: language setting.
2048 (antlr-language-alist): The value for file option "language" can
2049 be both an identifier and a string.
2050 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2051 (antlr-language-limit-n-regexp): Change accordingly.
2052
2053 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2054
2055 * antlr-mode.el: Minor changes: tabs, hiding.
2056 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2057 (antlr-action-visibility): Also allow value nil to also hide the
2058 braces. Renamed from `antlr-tiny-action-length'.
2059 Suggested by Jay@aol.com.
2060 (antlr-hide-actions): Change accordingly. Hide line if completely
2061 hidden action is on a line of its own.
2062
2063 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2066
2067 * sort.el (sort-columns): Don't concat strings with numbers.
2068
2069 2000-11-29 Dave Love <fx@gnu.org>
2070
2071 * cus-edit.el (face): Fix :format.
2072
2073 * mail/feedmail.el: Require smtpmail when compiling.
2074 (mail-do-fcc): Autoload.
2075 (feedmail) <defgroup>: Fix :link.
2076 (feedmail-nuke-body-in-fcc): Fix :type.
2077 (feedmail-send-it): Add autoload cookie.
2078
2079 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * newcomment.el (comment-indent): Save excursion around call to
2082 comment-indent-function.
2083
2084 2000-11-29 Miles Bader <miles@gnu.org>
2085
2086 * subr.el (member-ignore-case): Return the tail of the list who's
2087 car matches, like `member', not the matching element itself.
2088
2089 2000-11-29 Kenichi Handa <handa@etl.go.jp>
2090
2091 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2092 should not contain `\n'.
2093
2094 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2095
2096 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2097
2098 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2099
2100 * dired-aux.el (dired-do-create-files): Construct default file
2101 name for dired-mark-read-file-name so that when the user enters
2102 just RET, the target file will end up in the target directory.
2103
2104 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2105 local-abbrev-table before changing buffers because it might
2106 have a buffer-local binding.
2107
2108 2000-11-28 Miles Bader <miles@gnu.org>
2109
2110 * simple.el (delete-horizontal-space): Handle fields more generally.
2111
2112 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2113
2114 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2115
2116 2000-11-28 Dave Love <fx@gnu.org>
2117
2118 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2119 comment-start-skip locally.
2120
2121 * progmodes/fortran.el (fortran-mode): Don't set
2122 fortran-comment-line-start-skip. Set comment-start to
2123 fortran-comment-line-start.
2124 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2125 (fortran-comment-line-start-skip): Simplify slightly.
2126
2127 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2128
2129 * play/5x5.el: Remove RCS keyword.
2130
2131 * bs.el: Mistaken commit, undone 2000-11-30.
2132
2133 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
2134
2135 * textmodes/tildify.el (tildify-string-alist): Add
2136 `plain-tex-mode' here.
2137
2138 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2139
2140 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2141 reference.
2142
2143 2000-11-28 Miles Bader <miles@gnu.org>
2144
2145 * cus-face.el (custom-face-attributes): Add post-filter function
2146 for :box. Make pre-filter function for :box handle all cases.
2147
2148 * wid-edit.el (widget-choose): Make sure pop-up window is large
2149 enough to display all the choices, as there's no way to scroll it.
2150
2151 2000-11-28 Kenichi Handa <handa@etl.go.jp>
2152
2153 * international/mule-conf.el: Make the coding system no-conversion
2154 safe for all characters.
2155
2156 2000-11-27 Dave Love <fx@gnu.org>
2157
2158 * net/ldap.el (ldap) <defgroup>: Add :version.
2159
2160 * tooltip.el (tooltip-use-echo-area): Doc fix.
2161
2162 * cus-start.el <minibuffer-prompt-properties>: Add version.
2163 <read-buffer-function>: Add.
2164
2165 * apropos.el (apropos-print): Add help-echo to active text.
2166
2167 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2168
2169 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2170
2171 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2172 type, group and version.
2173
2174 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2175
2176 * select.el (x-get-selection): Docstring fix.
2177
2178 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2179
2180 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2181
2182 2000-11-27 Andrew Innes <andrewi@gnu.org>
2183
2184 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2185
2186 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2187
2188 2000-11-27 Miles Bader <miles@gnu.org>
2189
2190 * dired.el (dired-get-filename): Return filename verbatim if
2191 LOCALP is `verbatim'.
2192 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2193 `verbatim' so that we don't inadvertently delete a non-existant
2194 directory name.
2195
2196 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2197
2198 * international/characters.el: Specify cases and syntaxes for
2199 mule-unicode-0100-24ff.
2200
2201 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2202
2203 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2204 that foreground and/or background colors of the face `tool-bar'
2205 are unspecified.
2206
2207 2000-11-27 Miles Bader <miles@gnu.org>
2208
2209 * wid-edit.el (widget-field-buffer, widget-field-start)
2210 (widget-field-end): Handle widget field `pseudo-overlays'.
2211 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2212 if it's there instead of in `widget-field-list'.
2213
2214 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2215 (help-make-xrefs): Delete extraneous newlines at the end of the
2216 docstring.
2217
2218 2000-11-25 Jason Rumney <jasonr@gnu.org>
2219
2220 * startup.el (command-line): Call set-locale-environment after
2221 Window System init file is read, as it can result in a call to
2222 redraw-frame.
2223
2224 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2225
2226 * simple.el (shell-command): Mention the effect of the prefix
2227 argument in the doc string.
2228
2229 2000-11-25 Miles Bader <miles@gnu.org>
2230
2231 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2232
2233 * wid-edit.el (widget-field-value-delete): Don't try to delete
2234 overlay when it's the `pseudo-overlay' that exists at some points.
2235
2236 2000-11-24 Jason Rumney <jasonr@gnu.org>
2237
2238 * international/mule-cmds.el (locale-language-names): Add "jp" as
2239 a non-standard alternative for Japanese.
2240
2241 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2242
2243 * vc-hooks.el: Require 'cl during compilation.
2244
2245 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2246
2247 * faces.el (face-set-after-frame-default): Let face attributes
2248 specified for new frames override frame parameters.
2249
2250 * startup.el (command-line): Fix computation of the source file
2251 for user-init-file when user-init-file is a compiled file.
2252
2253 2000-11-24 Miles Bader <miles@gnu.org>
2254
2255 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2256 (custom-post-filter-face-spec): New functions.
2257 (custom-face-set, custom-face-value-create): Filter the face spec
2258 before and after customization.
2259 (custom-face-set): If VALUE specifies a null face, pass a
2260 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2261 * cus-face.el (custom-face-attributes): Remove SET and GET
2262 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2263 cases they're needed.
2264
2265 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2266 that it's distinguishable from the :off-glyph on dark-background
2267 displays. Set its background color too.
2268
2269 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2270 so that people can easily turn it off.
2271
2272 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2273
2274 * ediff-diff.el: Moved variables around to have it compile under NT.
2275
2276 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2277
2278 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2279
2280 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2281 redundant skip-small-frames test.
2282
2283 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2284 (viper-downgrade-to-insert): protect against errors in hooks.
2285
2286 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2287 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2288 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2289 functions.
2290
2291 * viper-util.el (viper-memq-char): Bug fixes.
2292
2293 * viper.el (viper-mode): Fix cursor handling.
2294
2295 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2296
2297 * international/mule-diag.el (list-iso-charset-chars): For
2298 two-byte charset, fix the `while' condition.
2299 (list-non-iso-charset-chars): Fix the `while' condition.
2300
2301 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2304 if the variable is make-variable-buffer-local.
2305
2306 * progmodes/ada-stmt.el (ada-template-map): Initialize
2307 and bind it to C-c t in ada-mode-map.
2308 (ada-stmt-mode-hook): New function extracted from old code.
2309 Only change the buffer-local side of skeleton-*.
2310 (ada-mode-hook): Use it.
2311
2312 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2313
2314 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2315 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2316 we expect to be returned by minibuffer-depth once we prompt the
2317 user in the minibuffer.
2318 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2319 as recorded in iswitchb-minibuf-depth, return non-nil.
2320
2321 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2324 (hscroll-window-maybe): Docstring fix.
2325
2326 2000-11-23 Dave Love <fx@gnu.org>
2327
2328 * rect.el (string-rectangle): Don't test delete-selection-mode.
2329
2330 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2331
2332 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2333 is in the tool bar.
2334
2335 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2336 with `no-dir'; we want the directory part to be able to remove
2337 it.
2338
2339 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2340
2341 * textmodes/outline.el (outline-flag-region):
2342 Don't bind inhibit-read-only since we don't modify the buffer.
2343 (outline-isearch-open-invisible): Don't jump to overlay-start
2344 since we're trying to unhide text around point.
2345 (outline-discard-overlays): Use dolist.
2346
2347 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2348
2349 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2350
2351 * mail/rmail.el (rmail-confirm-expunge): Default to
2352 y-or-n-p.
2353
2354 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2355
2356 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2357 Fix ARG regexp to skip quoted braces.
2358 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2359 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2360 are (correctly) handled separately).
2361 Remove `caption' and `footnote' from `citations': they contain text.
2362 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2363 (latex-skeleton-end-hook): New function.
2364 (latex-mode): Use it.
2365 (tex-start-tex-marker): Remove.
2366 (tex-send-tex-command): Don't set tex-start-tex-marker.
2367 (tex-error-parse-syntax-table): New var.
2368 (tex-compilation-parse-errors): Use it.
2369 Ignore tex-start-tex-marker. Don't bother with marker-position.
2370 (tex-validate-buffer): Don't bother with marker-position.
2371
2372 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2373 (flyspell-generic-progmode-verify): Use it.
2374
2375 2000-11-22 Sam Steingold <sds@gnu.org>
2376
2377 * simple.el (delete-trailing-whitespace): New interactive
2378 function.
2379
2380 * progmodes/ada-mode.el (ada-mode): Use it instead of
2381 `ada-remove-trailing-spaces'.
2382 (ada-remove-trailing-spaces): Removed.
2383
2384 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2385
2386 * textmodes/picture.el (picture-clean): Removed.
2387 (picture-mode-exit): Call it instead of `picture-clean'.
2388
2389 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2390
2391 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2392
2393 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2394 jit-lock-fontify-buffer; it should anyway be unneccessary to
2395 do anything special when jit-lock is active.
2396 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2397
2398 2000-11-22 Dave Love <fx@gnu.org>
2399
2400 * calendar/todo-mode.el (todo-top-priorities): Use
2401 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2402
2403 * language/chinese.el, language/cyrillic.el:
2404 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2405 * language/hebrew.el, language/indian.el, language/japanese.el:
2406 * language/korean.el, language/lao.el, language/misc-lang.el:
2407 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2408 Use provide.
2409
2410 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2411 (custom-variable-set): Improve validation error mesage.
2412
2413 * rect.el (string-rectangle): Revert last change.
2414 (string-rectangle-line): New arg DELETE.
2415 (string-rectangle): Check delete-selection-mode.
2416
2417 * emacs-lisp/edebug.el (edebug-version)
2418 (edebug-maintainer-address): Deleted.
2419 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2420 (edebug-read-function): Account for other `'#' read forms.
2421 (edebug-mode-menus): Make some items toggles.
2422 (edebug-outside-unread-command-event, unread-command-event):
2423 Remove these to avoid warnings.
2424
2425 2000-11-22 David Ponce <david@dponce.com>
2426
2427 * recentf.el (recentf-menu-items-for-commands)
2428 (recentf-make-menu-items, recentf-make-menu-item)
2429 (recentf-filter-changer): Added :help and :active menu-item properties.
2430
2431 (recentf-build-dir-rules, recentf-dump-variable)
2432 (recentf-edit-list, recentf-open-files-item)
2433 (recentf-open-files): Replaced unnecessary `mapcar' with new
2434 built-in `mapc'.
2435
2436 2000-11-23 Miles Bader <miles@gnu.org>
2437
2438 * faces.el (menu): Make inverse-video on ttys too.
2439
2440 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * simple.el (comment-line-break-function): Use the new name
2443 indent-new-comment-line -> comment-indent-new-line.
2444 (clone-indirect-buffer): Don't ignore NORECORD.
2445 (next-completion): Properly handle the case where items are adjacent.
2446
2447 * mouse.el (popup-menu): Stupid typo.
2448
2449 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2450
2451 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2452 maintainer, keywords tags.
2453
2454 * rect.el (replace-rectangle): Don't call string-rectangle-line
2455 with too many arguments.
2456
2457 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2458
2459 * ediff-util.el (ediff-file-checked-out-p)
2460 (ediff-file-checked-in-p): Call vc-state instead of
2461 vc-locking-user, which no longer exists.
2462
2463 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2464
2465 2000-11-22 Dave Love <fx@gnu.org>
2466
2467 * md5.el (md5): Provide.
2468 (md5): Fix error call.
2469
2470 2000-11-22 Miles Bader <miles@gnu.org>
2471
2472 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2473 (refill-fill-paragraph-at): Remove debugging code.
2474
2475 * calendar/calendar.el (generate-calendar-window): When we don't
2476 call `fit-window-to-buffer', make sure the top line is fully visible.
2477
2478 * image-file.el (insert-image-file): Don't make `read-only'
2479 property rear-nonsticky.
2480
2481 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2482 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2483 stashing away its original value.
2484 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2485 in the recursive edit.
2486 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2487 (isearch-done): Restore `minibuffer-message-timeout'.
2488
2489 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2490
2491 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2492
2493 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2494
2495 * find-lisp.el (find-lisp-find-files-internal):
2496 Use dolist, when and file-name-as-directory.
2497
2498 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2499 (define-derived-mode, define-minor-mode): Add specs.
2500
2501 * window.el: General comment and spacing fixes.
2502 (save-selected-window): Use backquotes.
2503 (window-safely-shrinkable-p): New function.
2504 (shrink-window-if-larger-than-buffer): Use it.
2505
2506 * subr.el (make-local-hook): Docstring fix.
2507
2508 * shell.el (shell-mode): Use define-derived-mode.
2509
2510 * newcomment.el (comment-indent): Insert comment before calling
2511 comment-indent-function. Don't insert in column 0.
2512 (comment-dwim): Indent before inserting comment.
2513
2514 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2515 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2516 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2517 Use mapc rather than map.
2518
2519 * files.el (find-buffer-visiting): Compare all attributes before
2520 declaring two files identical (rather than just their inode-no).
2521 (auto-mode-alist): Use \' rather than $.
2522
2523 * which-func.el: Update maintainer line.
2524
2525 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2526 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2527 (uniquify-buffer-file-name): Use it.
2528
2529 2000-11-22 Miles Bader <miles@gnu.org>
2530
2531 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2532 * simple.el (minibuffer-avoid-prompt): New function.
2533
2534 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2535
2536 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2537
2538 2000-11-21 Miles Bader <miles@gnu.org>
2539
2540 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2541 inclusion of `track-mouse'.
2542
2543 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2544 (refill-adjust-ignorable-overlay): New function.
2545 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2546 only the paragraph's tail if possible.
2547 Update `refill-ignorable-overlay'.
2548 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2549
2550 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2551 point inside the fill-prefix.
2552
2553 * textmodes/refill.el (refill-post-command-function): Don't reset
2554 refill-doit in the case where a self-insertion command doesn't
2555 case a refill. Use `refill-fill-paragraph-at', getting position
2556 from `refill-doit'.
2557 (refill-after-change-function): Set `refill-doit' to END.
2558 (refill-fill-paragraph-at): New function, mostly from old
2559 refill-fill-paragraph.
2560 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2561 (refill-pre-command-function): New function.
2562 (refill-mode): Add it to `pre-command-hook'.
2563
2564 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2565
2566 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2567
2568 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2569 javadoc tags.
2570
2571 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2572
2573 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2574 vc.el).
2575
2576 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2577 require vc.
2578
2579 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2580 checkouts.
2581
2582 2000-11-20 Dave Love <fx@gnu.org>
2583
2584 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2585
2586 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2587
2588 * calculator.el (calculator-paste): Use `if' instead of `and'
2589 and `or'.
2590 (calculator-help): Don't use electric-describe-mode for XEmacs.
2591
2592 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2593
2594 * info.el (info-menu-5): Doc fix.
2595
2596 * textmodes/artist.el: New file.
2597
2598 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2599
2600 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2601 and differentiate according to checkout model.
2602 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2603 since this function is only concerned with master state.
2604
2605 * vc-hooks.el (vc-workfile-unchanged-p,
2606 vc-default-workfile-unchanged-p): Moved here from vc.el.
2607
2608 * vc.el (vc-workfile-unchanged-p,
2609 vc-default-workfile-unchanged-p): See above.
2610
2611 2000-11-19 Miles Bader <miles@gnu.org>
2612
2613 * image-file.el (insert-image-file): Make `intangible' and
2614 `read-only' properties rear-nonsticky too.
2615
2616 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2617
2618 * ps-print.el: Update copyright notice.
2619
2620 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2621 (tooltip-show): Use the offsets.
2622
2623 * bindings.el (mode-line-modified): Fix a typo.
2624 (mode-line-toggle-modified, mode-line-widen)
2625 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2626
2627 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2628
2629 * ps-print.el (toplevel): Test for find-coding-system being
2630 fboundp before calling ps-x-find-coding-system.
2631
2632 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2633
2634 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2635 (vc-version-backup-file): Docstring fix.
2636
2637 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2638
2639 * files.el (basic-save-buffer): Don't add a newline if
2640 find-file-literally is non-nil.
2641 (find-file-literally): Extend doc string.
2642
2643 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2644 sort(1) with the `-f' argument.
2645
2646 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2647
2648 * vc.el: Updated backend documentation.
2649 (vc-default-check-headers): New function.
2650
2651 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2652
2653 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2654 up-to-date.
2655 (vc-do-command): In the asynchronous case, output messages only if
2656 the minibuffer is not active.
2657
2658 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2659 `vc-cvs-use-edit' is on.
2660 (vc-cvs-checkout): When this is used for reverting the workfile,
2661 make a backup of the original contents and revert to that in case
2662 of error.
2663 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2664 remote repositories.
2665
2666 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2667 for both version and ratio in the minibuffer.
2668
2669 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2670 Use vc-do-command to perform the annotation, not call-process.
2671
2672 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2673
2674 * international/quail.el (quail-start-translation): Don't call
2675 `message' before reading key sequence.
2676
2677 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2678
2679 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2680
2681 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2682
2683 * window.el (fit-window-to-buffer): Be sure to acquire at least
2684 one text line even if the buffer is empty.
2685
2686 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2687
2688 * net/ange-ftp.el (ange-ftp-file-writable-p)
2689 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2690 ange-ftp-process-verbose to nil.
2691
2692 2000-11-15 Dave Love <fx@gnu.org>
2693
2694 * wid-edit.el (widget-specify-field, widget-specify-button): If
2695 :help-echo is a function, set help-echo of overlay to
2696 widget-mouse-help.
2697 (widget-mouse-help): New function.
2698 (widget-echo-help): Rewritten for :help-echo functions only taking
2699 a widget arg.
2700
2701 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2702 display-graphic-p.
2703 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2704 and that JPEG is available.
2705 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2706
2707 * international/mule-cmds.el (locale-charset-language-names):
2708 Match @euro.
2709
2710 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2711
2712 * faces.el (face-set-after-frame-default): If
2713 `inhibit-default-face-x-resources' is bound, don't intialize the
2714 default face from X resources.
2715
2716 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2719 Don't set EMACSLOADPATH.
2720
2721 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2722
2723 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2724 texinfo-insert-@url.
2725 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2726 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2727
2728 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2729
2730 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2731 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2732 (checkdoc-minor-keymap): Backward compatibility.
2733 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2734 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2735 (checkdoc-this-string-valid-engine): Be a bit more strict
2736 to avoid matching substrings of `...' quoted vars/funs.
2737 (checkdoc-defun-info): Only look for `interactive' if alone.
2738 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2739
2740 * progmodes/compile.el (grep): `tag-default' can be nil.
2741
2742 * newcomment.el (comment-indent): Paren typo.
2743
2744 2000-11-14 Dave Love <fx@gnu.org>
2745
2746 * calculator.el: New maintainer version.
2747
2748 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2749
2750 * cmuscheme.el: Doc fixes.
2751 (cmuscheme) <defgroup>: Use `scheme' as parent.
2752 (cmuscheme-program-name): Remove. Change uses to
2753 scheme-program-name.
2754
2755 * xscheme.el (scheme-program-name): Don't define here.
2756
2757 * progmodes/scheme.el (scheme-program-name): New variable
2758 (originally in cmuscheme).
2759
2760 2000-11-14 Miles Bader <miles@gnu.org>
2761
2762 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2763 Handle header-lines. Don't loop forever if we can't enlarge the
2764 window anymore. Simplify a bit.
2765
2766 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2767
2768 * window.el (fit-window-to-buffer): Don't check
2769 window-text-height. Assure that the last line is fully visible.
2770
2771 * international/quail.el (quail-show-guidance-buf): Call
2772 fit-window-to-buffer to assure the enough height of the guidance
2773 buffer.
2774 (quail-update-guidance): Avoid making the guidance buffer shorter.
2775
2776 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2779 rather than `prepend' and add an interesting comment.
2780 (tex-math-face, tex-font-lock-syntactic-face-function):
2781 New face and function to use it.
2782 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2783 than `menu-enable' symbol property.
2784 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2785 (tex-mode): Add some latex-mode commands for auto-selection.
2786 Use tex-font-lock-syntactic-face-function.
2787 (tex-insert-quote): Simplify.
2788 (tex-shell): New mode.
2789 (tex-start-shell): Use it.
2790 (tex-shell-proc, tex-shell-buf): New functions.
2791 (tex-send-command): Use it.
2792 (tex-main-file): Fix the meaning of the new arg REALFILE.
2793 (tex-send-tex-command): New function split from `tex-start-tex'.
2794 Set compilation-last-buffer and compilation-parsing-end.
2795
2796 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2797 when it follows non-comment text on the line.
2798
2799 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2800 Set font-lock-defaults.
2801 (lisp-mode-shared-map): Init inside the defvar.
2802 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2803 Use define-derived-mode.
2804
2805 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2806
2807 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2808
2809 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2810
2811 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2812 recursively optimize body because that can lead to infinite
2813 recursion; see comment there.
2814
2815 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2816
2817 * faces.el (face-spec-set-match-display): Revert the change from
2818 2000-10-24. Add a FIXME for after v21.1.
2819
2820 2000-11-13 Miles Bader <miles@gnu.org>
2821
2822 * textmodes/fill.el (skip-line-prefix): New function.
2823 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2824 (fill-paragraph): Don't leave point inside the fill-prefix.
2825 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2826 point inside the fill-prefix.
2827
2828 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2829
2830 * calendar/calendar.el (generate-calendar-window): Use
2831 `fit-window-to-buffer'.
2832
2833 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2834
2835 * gud.el (gud-minor-mode): New var.
2836 (gud-symbol, gud-val): New functions.
2837 (gud-find-file): Copy gud-minor-mode to the new buffer.
2838 (gud-menu-map): Include entries for commands that are not always
2839 available, using :enable to (de)activate them.
2840 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2841 (gud-mode-map): New map.
2842 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2843 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2844 Don't set up gud's menu (it's done by the minor-mode).
2845 (gud-minibuffer-local-map): New.
2846 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2847 (gud-query-cmdline): New function.
2848 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2849 (gud-mode): Use define-derived-mode.
2850 Don't set up gud's menu (it's done by the minor-mode).
2851 (gud-chop-words): Remove.
2852 (gud-common-init): Use split-string instead.
2853 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2854
2855 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2856 Add keyword arg :name.
2857
2858 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2859 (diff-count-matches, diff-split-hunk): New functions.
2860 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2861
2862 * pcvs-info.el (cvs-fi-conflict-face): New var.
2863
2864 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2865 Make it into a simple syntax-table, shared among all submodes.
2866 (sh-heredoc-face): Re-introduce.
2867 (sh-font-lock-syntactic-face-function): New function.
2868 (sh-mode): Use it. Also use define-derived-mode.
2869 Remove old bogus setting of indent-region-function.
2870 (sh-set-shell): Don't set the syntax-table any more.
2871 (sh-mode-syntax-table) <defun>: Remove.
2872
2873 2000-11-12 Miles Bader <miles@gnu.org>
2874
2875 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2876 message if interactive.
2877
2878 2000-11-12 Dave Love <fx@gnu.org>
2879
2880 * mail/feedmail.el: Fix header,
2881 (feedmail) <defgroup>: Add :link.
2882
2883 * view.el: Use local-map property, not keymap on mode-line string.
2884
2885 * scroll-all.el (scroll-all-mode): Customize variable. Add
2886 autoload cookie to function.
2887
2888 * lazy-lock.el: Remove compatibility code.
2889
2890 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2891 (finder-help-echo): New variable.
2892 (finder-mouse-face-on-line): Add help-echo stuff.
2893 (finder-list-keywords, finder-list-matches): Use mapc.
2894
2895 * faces.el (face-font-registry-alternatives): Add :version.
2896
2897 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2898 tags-table-list.
2899
2900 * net/browse-url.el (browse-url-browser-function): Update :version.
2901
2902 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2903 (mail-mode): Use [:alnum:] in some regexps.
2904
2905 2000-11-10 Dave Love <fx@gnu.org>
2906
2907 * ediff.el (ediff-regions-internal, ediff-documentation):
2908 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2909 fundamental mode.
2910
2911 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2912 buffer into fundamental mode.
2913 (ediff-set-difference): Use copy-sequence if available.
2914
2915 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2916 ediff-patch-map non-nil.
2917 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2918 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2919 buffer into fundamental mode.
2920
2921 * ediff-merg.el (state-or-merge): Defvar when compiling.
2922
2923 2000-11-10 Jason Rumney <jasonr@gnu.org>
2924
2925 * w32-fns.el (w32-add-charset-info): New function.
2926 (w32-charset-info-alist): Use it.
2927
2928 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2929
2930 * faces.el (face-font-registry-alternatives): New user-option.
2931
2932 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2933
2934 * textmodes/texinfo.el (texinfo-block-default): New var.
2935 (texinfo-insert-block): Use it. Insert a newline if needed.
2936
2937 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2938 (fill-region-as-paragraph): Use it.
2939
2940 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2941 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2942 Tweak paragraph regexps to allow a leading [ \t]*.
2943 (tex-latex-block): Insert a newline if necessary.
2944 (latex-insert-item): Only insert a newline if necessary.
2945 (tex-guess-main-file): New function.
2946 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2947 Set tex-main-file if TeX-master is provided.
2948 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2949
2950 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2951
2952 * startup.el (command-line): Set the default tooltip-mode
2953 to t for graphical displays which implement x-show-tip.
2954
2955 * tooltip.el (tooltip-mode): Add a comment about startup.el
2956 setting the default value of this user-option.
2957
2958 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * font-lock.el (font-lock-*-face) <defvar>: Move.
2961 (font-lock-defaults-alist): Mark obsolete.
2962 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2963 (font-lock-mode): Use define-minor-mode.
2964 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2965 (font-lock-turn-off-thing-lock): Be more explicit.
2966 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2967 (font-lock-syntactic-face-function): New var.
2968 (font-lock-fontify-syntactically-region): Use it.
2969 (font-lock-doc-face): New.
2970
2971 * pcvs.el (cvs-enabledp): Ignore errors.
2972 (cvs-commit-filelist): Never query.
2973 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2974 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2975 (cvs-do-removal): Use cvs-partition rather than delete-if.
2976 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2977 cvs-bury-buffer.
2978
2979 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2980 Allow `next' to jump to after the end of the last match.
2981
2982 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2983
2984 * simple.el (byte-compiling-files-p): New function.
2985
2986 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2987 if it is there.
2988
2989 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2990 nil again.
2991
2992 * textmodes/ispell.el (ispell-library-path): Don't call
2993 check-ispell-version when byte-compiling because that starts
2994 an ispell process, and ispell might not be installed.
2995 (toplevel): Don't set up a menu when byte-compiling.
2996
2997 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2998 it, so that a boundp test can be used to determine if we're
2999 currently byte-compiling.
3000
3001 2000-11-09 Dave Love <fx@gnu.org>
3002
3003 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3004 eval-after-load.
3005
3006 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3007
3008 * ps-print.el: Patch for variable initialization when spooling. Doc
3009 fix.
3010 (ps-output-list): Fun eliminated.
3011 (ps-begin-file, ps-begin-job): Code fix.
3012
3013 2000-11-08 Dave Love <fx@gnu.org>
3014
3015 * ediff-wind.el (ediff-control-frame-parameters): Zero
3016 tool-bar-lines.
3017
3018 2000-11-08 Gerd Moellmann <gerd@gnu.org>
3019
3020 * simple.el (shell-command, display-message-or-buffer)
3021 (shell-command-on-region): Mention resize-mini-windows in the doc
3022 string.
3023 (display-message-or-buffer): Take the value of resize-mini-windows
3024 into account.
3025
3026 2000-11-07 Gerd Moellmann <gerd@gnu.org>
3027
3028 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3029
3030 * dired.el (dired-between-files): Add `^. find' as an alternative
3031 to the regular expression, for find-dired.
3032
3033 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * textmodes/texnfo-upd.el: Require texinfo.
3036 (defmacro, defgroup): Remove.
3037 (texinfo-section-to-generic-alist): Remove.
3038 Use texinfo-section-list instead (i.e. level is changed string->int).
3039 (texinfo-filter): New function.
3040 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3041 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3042 Use it. And use regexp-opt.
3043 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3044 (texinfo-update-menu-region-beginning)
3045 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3046 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3047 (texinfo-update-menu-same-level-regexps): Update.
3048 (texinfo-update-node, texinfo-every-node-update)
3049 (texinfo-sequential-node-update): Remove autoload cookie.
3050
3051 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3052 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3053 (texinfo-chapter-level-regexp): Remove.
3054 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3055
3056 2000-11-06 Dave Love <fx@gnu.org>
3057
3058 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
3059
3060 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3061 Match defun*.
3062
3063 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3064
3065 * composite.el (composition-function-table): Variable declaration
3066 moved to src/composite.c.
3067 (compose-chars-after): New optional arg object.
3068
3069 2000-11-06 Gerd Moellmann <gerd@gnu.org>
3070
3071 * bindings.el (mode-line-toggle-read-only)
3072 (mode-line-toggle-modified, mode-line-widen)
3073 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3074 (make-mode-line-mouse2-map): Rewritten.
3075 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3076 functions so that C-h k can show something with a doc string.
3077
3078 * startup.el (fancy-splash-delay): Set to 10 seconds.
3079 (fancy-splash-max-time): New user-option.
3080 (fancy-splash-stop-time): New variable.
3081 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3082 (fancy-splash-screens-1): Throw `stop-splashing' when current
3083 time is greater than fancy-splash-stop-time.
3084
3085 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3086
3087 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3088
3089 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3090 Prompt user for a file rather than raising an error.
3091 (cvs-enabledp): Fix call to cvs-mode-marked.
3092 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3093 (cvs-mode-insert): Use it. Change the init prompt' value.
3094 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3095
3096 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3097 Don't pass default arg to ewoc-locate.
3098 (ewoc-collect): Return result in the right order.
3099
3100 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3101
3102 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3103 (cvs-status-get-tags): Fix regexp.
3104 (cvs-status-trees, cvs-status-cvstrees):
3105 Combine after change hooks and don't sit-for.
3106 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3107 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3108 Use make-char rather than hard-coded cryptic data.
3109 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3110
3111 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3112
3113 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3114 (cvs-insert-strings): New function.
3115
3116 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3117
3118 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3119 `mwheel-scroll-amount'.
3120 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3121 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3122 string-matching against the version string.
3123
3124 2000-11-06 Kenichi Handa <handa@etl.go.jp>
3125
3126 * language/thai.el ("Thai"): Set a lisp form that produces
3127 composed string in `sample-text' language info.
3128
3129 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3130 composed string in `sample-text' language info.
3131
3132 * international/mule-cmds.el (describe-language-environment): Eval
3133 `sample-text' data and insert the result.
3134
3135 * international/mule-conf.el (compound-text): Define this coding
3136 system here. Make x-ctext and ctext aliases of it.
3137
3138 * language/european.el (compound-text, ctext): Moved to
3139 international/mule-conf.el.
3140
3141 2000-11-05 Andrew Innes <andrewi@gnu.org>
3142
3143 * w32-fns.el (w32-version): New function.
3144
3145 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3146
3147 * progmodes/awk-mode.el: Update copyright.
3148 (awk-mode-abbrev-table): Remove.
3149 (awk-font-lock-keywords): Use regexp-opt.
3150 (awk-mode): Use define-derived-mode.
3151
3152 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3153 when extracting a suffix.
3154
3155 2000-11-04 Andre Spiegel <spiegel@gnu.org>
3156
3157 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3158 auto-save-mode.
3159
3160 2000-11-04 Jason Rumney <jasonr@gnu.org>
3161
3162 * language/european.el (decode-mac-roman): Test against r1 not r0.
3163
3164 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3165
3166 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3167 (icon-mode): Define indent-line-function.
3168 (icon-comment-indent): Simplify.
3169 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3170
3171 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3172
3173 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3174 Bind change-log-default-mode to defeat the caching done on it.
3175 Don't bother saving excursion any more.
3176
3177 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3178
3179 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3180 (set-frame-font): Use the new name (and the old for compatibility).
3181
3182 * toolbar/tool-bar.el (tool-bar-mode):
3183 * time.el (display-time-mode):
3184 * recentf.el (recentf-mode):
3185 * paren.el (show-paren-mode):
3186 * mwheel.el (mouse-wheel-mode):
3187 * msb.el (msb-mode):
3188 * jka-compr.el (auto-compression-mode):
3189 * image-file.el (auto-image-file-mode):
3190 * hl-line.el (hl-line-mode):
3191 * delsel.el (delete-selection-mode):
3192 * autoinsert.el (auto-insert-mode):
3193 * complete.el (partial-completion-mode): Drop unneeded positional args.
3194
3195 * info.el (Info-mode):
3196 * comint.el (comint-mode): Don't bother with make-local-hook.
3197
3198 * log-edit.el (log-edit-menu): New menu.
3199
3200 2000-11-03 Miles Bader <miles@gnu.org>
3201
3202 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3203 definition, so that trailing spaces are handled properly.
3204 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3205
3206 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3207
3208 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3209 tab character.
3210 (fancy-splash-screens): Set tab-width to 20.
3211
3212 2000-11-03 Dave Love <fx@gnu.org>
3213
3214 * comint.el (comint-completion-addsuffix): Fix custom type.
3215
3216 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3217
3218 * font-lock.el (font-lock-buffers): Remove.
3219 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3220 (font-lock-change-major-mode): Remove.
3221 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3222 (font-lock-default-fontify-region): Extend the multiline
3223 fontification to whole lines.
3224 (font-lock-fontify-anchored-keywords)
3225 (font-lock-fontify-keywords-region): If matching just one
3226 line (with \n) only mark the \n as multiline.
3227
3228 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3229 Correctly handle the case where several :group args are supplied.
3230 Allow :extra-args.
3231 (easy-mmode-define-global-mode): Allow :extra-args.
3232 Correctly handle the case where several :group args are supplied.
3233
3234 2000-11-02 Miles Bader <miles@gnu.org>
3235
3236 * calendar/calendar.el (diary-face, calendar-today-face)
3237 (holiday-face): Remove dependency on `window-system'.
3238
3239 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3240
3241 * Makefile.in (emacs): Set EMACSLOADPATH always.
3242 (update-authors, .el.elc, compile-files): Don't do it explicitly
3243 here.
3244 (compile-files): Bomb out if compilation of a file fails.
3245
3246 2000-11-02 Dave Love <fx@gnu.org>
3247
3248 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3249
3250 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3251
3252 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3253 punctuation in the warning inserted into the *mail* buffer.
3254
3255 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3256
3257 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3258 (authors-public-domain-p): New function.
3259 (authors-print): Use it.
3260
3261 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3262
3263 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3264
3265 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3266
3267 * ps-print.el: Extension for even/odd printing. Doc fix.
3268 (ps-print-version): New version number (6.3.1).
3269 (ps-even-or-odd-pages): Customization fix.
3270 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3271 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3272 (ps-page-count): Var replaced by `ps-page-column'.
3273 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3274 (ps-print-sheet-p): New fun.
3275
3276 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3277
3278 * tooltip.el (tooltip-gud-tips-setup): New function.
3279 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3280 (tooltip-mode): Call tooltip-gud-tips-setup.
3281 (tooltip-gud-tips): Use `gud-basic-call' instead of
3282 process-send-string, so the prompt gets frobbed appropriately.
3283 Handle nil return value from `tooltip-gud-print-command'.
3284
3285 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3286
3287 * comint.el (comint-add-to-input-history): New function.
3288 (comint-send-input): Use `comint-add-to-input-history'.
3289
3290 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3291
3292 * info.el (info-menu-header): New face.
3293 (Info-fontify-menu-headers): New function.
3294 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3295
3296 * info.el (Info-insert-dir): Don't include blank lines at
3297 beginning of additional dir files (one is added automatically).
3298
3299 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3300
3301 * emacs-lisp/easy-mmode.el (define-minor-mode):
3302 Revert the latest changes.
3303 Allow the three positional arguments to be skipped and replaced
3304 by keyword arguments.
3305 Add a :toggle argument to determine whether a nil arg means toggle
3306 or means turn-on. The default is unchanged.
3307 Add a call to force-mode-line-update.
3308
3309 2000-11-01 Dave Love <fx@gnu.org>
3310
3311 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3312 cookie.
3313
3314 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3315
3316 * calendar/calendar.el (diary-face, holiday-face): Add
3317 dark-background variants.
3318
3319 2000-10-31 Sam Steingold <sds@gnu.org>
3320
3321 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3322 `tex-main-file' does not have directory in it.
3323
3324 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3325
3326 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3327
3328 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3329
3330 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3331 functional change.
3332
3333 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3334
3335 * files.el (find-file-noselect): When we expand a wildcard, return
3336 a list of buffers, as we should do according to the doc string.
3337
3338 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3339
3340 * loadup.el (top level): Adjust load path if program name is
3341 "../src/bootstrap-emacs", in case it's not dumped and thus the
3342 load path adjustment hasn't already been done.
3343
3344 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3345
3346 * ps-print.el: Fix bug on selected pages for printing. Use
3347 `color-values' for Emacs 21. Ensure fontification when jit-lock
3348 is on. Try to avoid warning messages when compiling. Doc Fix.
3349 (ps-print-version): New version number (6.3).
3350 (ps-color-device): Use `color-values' to determine if device
3351 supports color.
3352 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3353 (ps-print-page-p): Changed from defsubst to defun.
3354 (ps-page-number): Changed from defmacro to defun.
3355 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3356 printing.
3357 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3358 (ps-end-file, ps-dummy-page): Funs eliminated.
3359 (ps-print-color-scale): Changed default value.
3360 (ps-page-n-up, ps-print-page-p): New internal vars.
3361 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3362 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3363
3364 * delim-col.el: Little programming improvement.
3365 (delimit-columns-str): New macro.
3366 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3367
3368 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3369
3370 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3371 Moved to european.el.
3372 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3373 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3374 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3375 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3376
3377 2000-10-30 Dave Love <fx@gnu.org>
3378
3379 * progmodes/cc-menus.el (imenu-generic-expression)
3380 (imenu-progress-message): Only defvar when compiling.
3381
3382 * emacs-lisp/elp.el (elp-unload-hook): New function.
3383
3384 * loadhist.el (unload-feature): Call elp-restore-function,
3385 checking for symbols; don't use elp-restore-all.
3386 (loadhist-hook-functions): Doc fix.
3387
3388 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3389
3390 * log-edit.el (log-edit-confirm): Fix the default.
3391
3392 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3393
3394 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3395 delimit-columns-format.
3396 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3397
3398 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3399
3400 * comint.el (comint-replace-by-expanded-history): Don't use
3401 comint-get-old-input (we're not looking at *old* input).
3402 (comint-get-old-input-default): If using fields, signal an error
3403 when the point is not in an input field.
3404
3405 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3406
3407 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3408 and mule-unicode-e000-ffff.
3409
3410 * international/mule.el (decode-char, encode-char): New functions.
3411 (make-coding-system): Accept a symbol of translation table as a
3412 value of property `safe-chars'.
3413
3414 * international/mule-cmds.el (encode-coding-char): Check property
3415 safe-chars instead of safe-charsets.
3416
3417 * international/fontset.el (fontset-default): Modified for
3418 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3419 (x-font-name-charset-alist): Likewise.
3420 (ccl-encode-unicode-font): New CCL program. Record it in
3421 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3422
3423 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3424 New translation tables.
3425 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3426 programs are modified and moved from mac-win.el.
3427 (mac-roman): Definition of this coding system is modified and
3428 moved from mac-win.el.
3429
3430 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3431
3432 * ediff-wind.el (ediff-setup-control-frame): Enclose
3433 face-attribute in condition-case to avoid errors in older emacsen.
3434
3435 2000-10-29 Miles Bader <miles@gnu.org>
3436
3437 * custom.el (custom-add-to-group): Allow multiple entries for a
3438 given value OPTION, as long as their widget types are different.
3439 * cus-edit.el (custom-face-value-create): If face name doesn't end
3440 with "face", add such here (similar to custom group widgets).
3441
3442 * comint.el (comint-highlight-prompt): Add :type.
3443
3444 2000-10-28 John Wiegley <johnw@gnu.org>
3445
3446 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3447 Changed this function to operate on a temporary buffer instead of
3448 the main buffer. This not only keeps flyspell from marking a
3449 buffer as changed that wasn't, but it solves the jumpy cursor
3450 problem when attempts are made to edit incorrect words.
3451 (flyspell-maybe-correct-doubling): Same change as for
3452 `flyspell-maybe-correct-transposition'.
3453
3454 * calendar/timeclock.el (timeclock-log): Doc fix.
3455 (timeclock-last-event): Doc fix.
3456 (timeclock-log): Kill the timelog buffer after appending a new
3457 event.
3458 (timeclock-find-discrep): Use a temp buffer to read in the
3459 timelog, instead of visiting the file.
3460 (timeclock-log-data): A new function, along with a host of helper
3461 functions, for the purpose of making timelog data accessible to
3462 programmers.
3463
3464 * eshell/esh-mode.el (window-height test): Make certain that
3465 `eshell-stringify-t' is non-nil.
3466 (eshell-password-prompt-regexp): Changed to a much simpler
3467 password regexp.
3468 (eshell-send-input): If `eshell-invoke-directly' returns t,
3469 directly invoke the parsed command using `eval'. This improves
3470 turn-around time on simple commands by a factor of three or
3471 greater, such as cd, ls, pwd, etc. -- which get used very often.
3472 It also conserves thousands of cons cells per call (since
3473 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3474 in the Pacific Cookie Company).
3475
3476 * eshell/esh-test.el (eshell-test): Whitespace fix.
3477
3478 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3479 `eshell-ls-initial-args' nil when inserting directory contents.
3480
3481 * eshell/em-script.el (eshell-script-initialize): Add names to
3482 `eshell-complex-commands, since `source' and `.' are complex.
3483
3484 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3485 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3486 `eshell-copy-handles'.
3487 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3488 bodies.
3489 (eshell-separate-commands): Whitespace fix.
3490 (eshell-complex-commands): Added a new list of names, for
3491 determining whether a given command is as simple as it looks.
3492 (eshell-invoke-directly): New function. Returns t if a command
3493 should be invoked directly (using `eval'), rather than indirectly
3494 using `eshell-do-eval'.
3495 (eshell-do-eval): Whitespace fix.
3496
3497 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3498 which provides an emulation of the DOS shell behavior of assuming
3499 that cp/mv/ln should copy/move/link to the current directory.
3500 (eshell-remove-entries): Added a doc string.
3501 (eshell-shuffle-files): Removed the check for `target' being null.
3502 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3503 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3504 it to do a smarter check of whether a destination was provided.
3505 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3506 (eshell/ln): Enable `:preserve-args', and use
3507 `eshell-mvcpln-template' to implement the body of the function.
3508 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3509 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3510 list after flattening it. This makes it possible to cat files
3511 with numerical names.
3512 (eshell-unix-initialize): Added several names to
3513 `eshell-complex-commands.
3514 (eshell-unix-command-complex-p): Return t if a given command name
3515 may result in external processes being invoked.
3516
3517 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3518 variable nil by default, since it slows down glob processing by a
3519 factor of two or more, and increases memory consumption.
3520
3521 * eshell/em-smart.el: Added a note about how memory consumptive
3522 smart display mode can be (at least this is true in Emacs 21).
3523 (eshell-smart-initialize): Whitespace fix.
3524 (eshell-refresh-windows): Use `if' instead of `when'.
3525 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3526 not necessary.
3527 (eshell-currently-handling-window): Added a missing global
3528 variable.
3529
3530 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3531 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3532 Whitespace fix.
3533 (eshell-ls-exclude-hidden): Added this variable in addition to
3534 `eshell-ls-exclude-regexp'. This one prevents files beginning
3535 with . from even being read, which can improve memory consumption
3536 quite a bit.
3537 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3538 read file entries beginning with a dot. In home directories with
3539 lots of hidden files, fully two-thirds of the time spent in ls is
3540 used to read directory entries that are immediately thrown away.
3541 (eshell-ls-initial-args): Added back this configuration variable,
3542 for specifying default initial arguments to every call to ls.
3543 Much faster than using an alias to do the same thing.
3544 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3545 (eshell-ls-dir): Whitespace change.
3546
3547 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3548
3549 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3550 available.
3551 (eshell-stringify-t): Added a customization variable, to indicate
3552 whether `t' should be rendered as a string at all. If not, one
3553 can still determine if the result of an expression is true using
3554 "file-exists-p FILE && echo true".
3555 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3556 stringify t!
3557
3558 * eshell/esh-module.el: Whitespace fix.
3559
3560 * eshell/em-alias.el (eshell-alias-initialize): Added
3561 `eshell-command-aliased-p' to `eshell-complex-commands'.
3562 (eshell-command-aliased-p): New function that returns t if a
3563 command name names an aliased.
3564
3565 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3566
3567 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3568 redrawing the screen when changing cursor color.
3569 (viper-insert-state-pre-command-sentinel)
3570 (viper-replace-state-pre-command-sentinel)
3571 (viper-replace-state-post-command-sentinel):
3572 Use viper-preserve-cursor-color.
3573 Many functions changed to use viper= instead of = when comparing
3574 characters.
3575 * viper-util.el (viper-memq-char,viper=): New functions for
3576 working with characters.
3577 (viper-change-cursor-color): Fixed buglet.
3578 Many functions changed to use viper= instead of = when comparing
3579 characters.
3580 * viper.el (viper-insert-state-mode-list): Added eshell.
3581
3582 * ediff-init.el (ediff-before-setup-hook): New hook.
3583 Several typos fixed in various docstrings.
3584 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3585 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3586 hook.
3587 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3588 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3589 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3590 (ediff-get-selected-buffers): New function.
3591 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3592 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3593 save-window-excursion.
3594 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3595 termination check in while loop.
3596 * ediff.el (ediff-get-default-file-name): Better defaults when in
3597 dired buffer.
3598 (ediff-files,ediff-merge-files,ediff-files3)
3599 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3600
3601 2000-10-28 Dave Love <fx@gnu.org>
3602
3603 * info.el (Info-fontify-node): Add help-echo for menu items.
3604
3605 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3606
3607 * startup.el (normal-top-level): If the value of $TERM indicates
3608 we are running from xterm or one of its work-alikes, default to a
3609 light background mode.
3610
3611 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3612 * faces.el (tty-handle-reverse-video): New function.
3613 (tty-create-frame-with-faces): Call it.
3614
3615 * frame.el (frame-notice-user-settings): Don't apply
3616 default-frame-alist and initial-frame-alist to MS-DOS frames.
3617 Call tty-handle-reverse-video, frame-set-background-mode, and
3618 face-set-after-frame-default for non-MS-DOS frames.
3619
3620 * startup.el (tty-long-option-alist): New variable.
3621 (tty-handle-args): New function.
3622 (command-line): Call tty-handle-args.
3623
3624 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3625 startup.el now does that for all character-terminal frames.
3626
3627 2000-10-28 Miles Bader <miles@gnu.org>
3628
3629 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3630 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3631 global. If :global is followed by a non-nil but non-t value,
3632 make the mode buffer-local, but also generate a `global-MODE'
3633 version using `easy-mmode-define-global-mode'. Add
3634 :conditional-turn-on keyword argument.
3635
3636 2000-10-28 Dave Love <fx@gnu.org>
3637
3638 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3639 use window-system.
3640
3641 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3642
3643 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3644 Don't call find-buffer-file-type-coding-system. Instead, just
3645 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3646 if the file is on an untranslated filesystem.
3647 (add-untranslated-filesystem): Use "D" instead of "f" inside
3648 interactive.
3649
3650 2000-10-27 Dave Love <fx@gnu.org>
3651
3652 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3653 (refill-mode): Use it.
3654
3655 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3656
3657 * international/quail.el (quail-activate): Don't make-local-hook.
3658
3659 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3660
3661 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3662 manual backups and file.~<rev>.~ for automatic ones.
3663 (vc-make-version-backup): Don't do it on MS-DOS without long file
3664 names.
3665
3666 * vc.el (vc-version-other-window): If an automatic backup of the
3667 desired version exists, rename it instead of copying it.
3668
3669 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3670 after command. If there's an unexpected error, signal it instead
3671 of being silent.
3672 (vc-cvs-merge-news): Be prepared for no news at all.
3673
3674 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3675
3676 * shell.el (shell): Add BUFFER argument.
3677 * comint.el (make-comint-in-buffer): New function.
3678 (make-comint): Use it.
3679
3680 * faces.el (face-spec-choose): Change syntax so that the list of
3681 attribute-value pairs is now the cdr of each clause, not the cadr.
3682 Detect old-style entries, and handle them. Use pop.
3683
3684 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * cus-edit.el (custom-mode-map): Use a sparse map.
3687 (custom-mode): Don't bother with make-local-hook.
3688
3689 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3690
3691 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3692
3693 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3694
3695 * ps-print.el: Avoid compilation gripes.
3696 (ps-print-version): New version number (6.2.1).
3697
3698 2000-10-26 Dave Love <fx@gnu.org>
3699
3700 * menu-bar.el: Modify some menu item help strings.
3701 (menu-bar-help-menu): Add link to MORE.STUFF.
3702
3703 * cus-edit.el (custom-mode): Add `special' mode-class property.
3704
3705 * wid-browse.el (widget-browse-mode): Likewise.
3706
3707 * wid-edit.el (widget-specify-field): Revert to using local-map
3708 property, not keymap.
3709
3710 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3711
3712 * wid-edit.el (widget-field-end): When checking for a `boundary'
3713 field, do so in the correct buffer.
3714
3715 * simple.el (undo): Correctly distinguish between numeric and
3716 non-numeric prefix args in non-transient-mark-mode, as per the doc
3717 string. When in transient-mark-mode, treat all prefix-args as
3718 numeric.
3719
3720 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3721 Position point on match. Handle N == 0 correctly.
3722
3723 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3724 (comint-mode-map): Reverse order of `comint-write-output' and
3725 `comint-append-output-to-file'.
3726 (comint-append-output-to-file): Reinstate this function, for the
3727 benefit of the menu.
3728
3729 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3730
3731 * vc.el (vc-version-other-window): Bind `file'.
3732
3733 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3734
3735 * Makefile.in (update-authors): New target for maintenance purposes.
3736
3737 * emacs-lisp/authors.el (batch-update-authors): New function.
3738 (authors-fixed-entries): New defconst.
3739 (authors-add-fixed-entries): New function.
3740 (authors): Call it.: Don't process lispref/.
3741
3742 2000-10-25 Jason Rumney <jasonr@gnu.org>
3743
3744 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3745 Merge x w32 and mac definitions.
3746
3747 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3748
3749 * menu-bar.el (menu-bar-options-menu): Add a help string for
3750 `uniquify'.
3751
3752 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3753
3754 * time-stamp.el (time-stamp-string-preprocess):
3755 Fix a wrong type argument error.
3756
3757 2000-10-25 Miles Bader <miles@gnu.org>
3758
3759 * recentf.el (recentf-mode): Variable removed.
3760 (recentf-mode): Use `define-minor-mode'.
3761
3762 * mwheel.el (mouse-wheel-mode): New global minor mode.
3763 (mwheel-install): Use `mouse-wheel-mode'.
3764
3765 2000-10-25 Dave Love <fx@gnu.org>
3766
3767 * progmodes/cperl-mode.el (cperl-mode):
3768 Set normal-auto-fill-function correctly.
3769
3770 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3771 inherit from global-map and don't nullify menu-bar and tool-bar
3772 bindings.
3773
3774 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3775
3776 * wid-edit.el (widget-field-at): New function.
3777 (widget-at, widget-field-activate): Use it.
3778 (widget-tabable-at): Use `widget-at'.
3779 (widget-specify-field): If the terminating character of the widget
3780 field (which is read-only) is a newline, put it into a special
3781 `boundary' field so that C-n/C-p act more naturally.
3782 (widget-field-end): Also don't subtract one if a special
3783 `boundary' field has been added after the widget field.
3784
3785 * comint.el (comint-output-filter, comint-send-input): Don't
3786 bother adding stickiness fields to overlays to fool the field
3787 code, since it should notice the overlay insertion-types now.
3788
3789 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3790 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3791 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3792
3793 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3794
3795 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3796 (authors): Set file coding system to iso-2022-7bit. Add
3797 file-local variables to output buffer.
3798
3799 * files.el (after-find-file): Don't print any warnings if
3800 WARN is nil.
3801
3802 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3803
3804 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3805
3806 * delim-col.el: Now there is a column formatting mechanism.
3807 Modified to customization mechanisms convention. Doc fix.
3808 (columns): New group for delim-col.
3809 (delimit-columns-before, delimit-columns-after)
3810 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3811 (delimit-columns-end): New vars.
3812 (delimit-columns-customize, delimit-columns-format): New funs.
3813 (delimit-columns-region, delimit-columns-rectangle)
3814 (delimit-columns-rectangle-line): Modified to support column
3815 formatting.
3816
3817 2000-10-24 Dave Love <fx@gnu.org>
3818
3819 * log-edit.el (log-edit): Add :version and a :group for vc.
3820
3821 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3822
3823 * files.el (after-find-file): Don't print a message ``New file''
3824 if WARN is nil.
3825
3826 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3827 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3828 get duplicate tool-bar entries because we'll see the global ones
3829 on more than one path through keymaps.
3830
3831 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3832
3833 * progmodes/cmacexp.el: Change Francesco's email address.
3834
3835 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3836
3837 * window.el (fit-window-to-buffer): Adjust point of the window
3838 buffer, not that of the current buffer.
3839
3840 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3841
3842 * progmodes/cmacexp.el: Update the euthor's email address.
3843
3844 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3845
3846 * faces.el (face-spec-set-match-display): Add `graphic' display
3847 type (the inverse of `tty'). Use `display-graphic-p' instead of
3848 the window-system variable.
3849
3850 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3851
3852 * international/isearch-x.el (isearch-with-input-method): Call
3853 input-method-function with the first event in
3854 unread-command-events.
3855
3856 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3857
3858 * faces.el (face-default-spec, face-user-default-spec): Make
3859 defsubsts.
3860
3861 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3862
3863 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3864 New charsets.
3865
3866 * term/mac-win.el: Remove definitions of mac-roman-lower and
3867 mac-roman-upper, require dired, and define instead of set
3868 mac-ready-for-drag-n-drop to avoid compilation error.
3869
3870 2000-10-23 Andrew Innes <andrewi@gnu.org>
3871
3872 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3873 superfluous calls to subst-char-in-string; instead apply
3874 expand-file-name after convert-standard-filename to ensure
3875 expected directory separators are used.
3876
3877 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3878
3879 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3880
3881 2000-10-23 Dave Love <fx@gnu.org>
3882
3883 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3884 (tool-bar-add-item): Set foreground and background for XBM icons.
3885
3886 * international/latin1-disp.el (latin1-char-displayable-p): New
3887 function (from Handa).
3888 (latin1-display-check-font): Use it.
3889
3890 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3891 using :key-sequence, making it much more usable. Use nconc, not
3892 append.
3893 (imenu--create-keymap-1): Avoid append.
3894
3895 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3896
3897 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3898
3899 [the following changes fix a bug where `define-minor-mode' didn't
3900 correctly generate :require clauses for defcustoms in compiled files]
3901 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3902 (byte-compile-log-file, byte-compile-log-1): Don't set
3903 `byte-compile-current-file' to nil. Instead set
3904 `byte-compile-last-logged-file' to it. Test whether
3905 byte-compile-current-file equals byte-compile-last-logged-file
3906 instead of whether its nil.
3907 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3908
3909 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3910
3911 * textmodes/refill.el: Fix var names in doc.
3912 (refill-mode): Don't bother with make-local-hook anymore.
3913
3914 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3915
3916 * faces.el (face-user-default-spec, face-default-spec): New functions.
3917 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3918 (frame-set-background-mode, face-set-after-frame-default):
3919 Use `face-user-default-spec'. Simplify code slightly.
3920
3921 * woman.el (woman-italic-face, woman-bold-face)
3922 (woman-unknown-face): Add dark-background variants.
3923 (woman-default-faces): Renamed from `woman-colour-faces'.
3924 Set using the stored defaults, rather than using hard-wired colors.
3925 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3926 Just make the foreground `unspecified' rather than "black".
3927 (woman-menu): Rename menu entries accordingly.
3928
3929 * faces.el (header-line): Make more reasonable on mono/grayscale
3930 displays.
3931
3932 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3933
3934 * cus-edit.el (custom-button-face): Use 3D look for mac.
3935 (custom-button-pressed-face): Likewise.
3936
3937 * faces.el (set-face-attributes-from-resources): Handle mac frames
3938 in the same way as x and w32 frames.
3939 (face-valid-attribute-values): Likewise.
3940 (read-face-attribute): Likewise.
3941 (defined-colors): Likewise.
3942 (color-defined-p): Likewise.
3943 (color-values): Likewise.
3944 (display-grayscale-p): Likewise.
3945 (face-set-after-frame-default): Likewise.
3946 (mode-line): Same default face as for x and w32.
3947 (tool-bar): Likewise.
3948
3949 * frame.el: Remove call to frame-notice-user-settings at end of
3950 the file.
3951
3952 * info.el (Info-fontify-node): make underlines invisible for mac
3953 as for x, pc, and w32 frame types.
3954
3955 * term/mac-win.el: New file.
3956
3957 2000-10-22 Dave Love <fx@gnu.org>
3958
3959 * textmodes/refill.el: New file.
3960
3961 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3962
3963 * vc-hooks.el (vc-version-backup-file-name): New optional args
3964 MANUAL and REGEXP.
3965 (vc-delete-automatic-version-backups, vc-make-version-backup):
3966 New functions.
3967 (vc-before-save): Use the latter.
3968 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3969 confusion.
3970
3971 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3972 expected by vc[-hooks].el.
3973
3974 * vc.el (vc-checkout): Added `-p' suffix in call to
3975 vc-make-version-backups-p; use vc-make-version-backup to actually
3976 make the backup.
3977 (vc-version-other-window, vc-version-backup-file): Handle both
3978 automatic and manual backups.
3979 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3980 of all of them.
3981
3982 2000-10-22 Miles Bader <miles@gnu.org>
3983
3984 * comint.el (comint-highlight-input, comint-highlight-prompt):
3985 Renamed, `-face' at end removed.
3986 (comint-send-input, comint-output-filter): Use renamed faces.
3987
3988 * window.el (fit-window-to-buffer): Change defaulting of
3989 MAX-HEIGHT slightly.
3990
3991 * faces.el (color-values, color-defined-p): Use `member', not
3992 `memq', because it works correctly for strings.
3993 (frame-set-background-mode): Actually, "unspecified-fg" and
3994 "unspecified-bg" *are* strings. Use `member', not `memq', and
3995 `equal', not `eq', when a string value is possible.
3996
3997 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3998
3999 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4000
4001 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4002
4003 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4004 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4005 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4006 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4007 (sh-font-lock-syntactic-keywords): Use them.
4008 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4009 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4010 (sh-mode): Don't override font-lock-unfontify-region-function.
4011 Use a copy of sh-font-lock-syntactic-keywords.
4012 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4013 Don't call sh-scan-buffer since font-lock does it on the fly.
4014 (sh-get-indent-info): Use `face' rather than `syntax-table'
4015 text-property to detect here-documents.
4016 Replace sh-special-syntax with sh-st-punc.
4017 (sh-prev-line): Use `face' rather than `syntax-table'
4018 text-property to skip over here-documents.
4019 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4020 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4021 (sh-electric-less, sh-set-here-doc-region)
4022 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
4023 (sh-scan-buffer, sh-rescan-buffer): Remove.
4024
4025 2000-10-21 Andrew Innes <andrewi@gnu.org>
4026
4027 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4028 remote (ange-ftp) file names.
4029
4030 2000-10-21 Miles Bader <miles@gnu.org>
4031
4032 * window.el (fit-window-to-buffer): New function.
4033 (shrink-window-if-larger-than-buffer): Use it.
4034 (window-text-height): Don't expect minibuffers to have mode-lines.
4035
4036 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
4037 * international/quail.el (quail-update-guidance): Use
4038 `fit-window-to-buffer' instead of `set-window-text-height'.
4039
4040 * international/quail.el (quail-show-guidance-buf): Make sure
4041 guidance window really has enough room.
4042 (quail-update-guidance): If quail-guidance-win is already shown,
4043 make sure its height is OK.
4044
4045 * window.el (window-text-height, set-window-text-height):
4046 New functions.
4047 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4048 instead of `window-height' & `mode-line-window-height-fudge'.
4049 (mode-line-window-height-fudge): Add FACE parameter.
4050 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4051 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4052
4053 2000-10-20 Miles Bader <miles@gnu.org>
4054
4055 * window.el (height-affecting-face-attributes): Use `defconst'.
4056
4057 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4058 New function, conditionally aliased to `mode-line-window-height-fudge'.
4059 (ispell-help): Use it.
4060 (ispell-choices-win-default-height): Don't include mode-line fudge.
4061 (ispell-choices-win-default-height): New function.
4062 (ispell-show-choices, ispell-command-loop): Use function
4063 `ispell-choices-win-default-height' instead of variable.
4064
4065 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4066
4067 * window.el (mode-line-window-height-fudge): New variable.
4068 (height-affecting-face-attributes): New variable.
4069 (mode-line-window-height-fudge): New function.
4070 (shrink-window-if-larger-than-buffer): Use it.
4071 * help.el (resize-temp-buffer-window): Likewise.
4072
4073 * info.el (Info-fontify-node): Add support for @subsubsection
4074 titles, which use `Info-title-4-face'.
4075 (Info-title-4-face): New face.
4076 (Info-title-3-face): Inherit from Info-title-4-face instead of
4077 variable-pitch.
4078
4079 2000-10-19 Jason Rumney <jasonr@gnu.org>
4080
4081 * dired.el (dired-insert-directory): Do not let errors signalled by
4082 attempt to run dired-free-space-program prevent dired from working.
4083
4084 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4085
4086 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4087
4088 2000-10-19 Gerd Moellmann <gerd@gnu.org>
4089
4090 * dirtrack.el (dirtrack): Fix call to run-hooks.
4091
4092 * cmuscheme.el (cmuscheme-program-name): Renamed from
4093 scheme-program-name because xscheme.el contains a defcustom with
4094 the same name. As a consequence, customizing group `cmuscheme'
4095 loaded `xscheme' which redefined run-scheme.
4096 (run-scheme): Use cmuscheme-program-name.
4097
4098 * ps-print.el (ps-print-emacs-type): Move into the
4099 eval-and-compile.
4100
4101 * play/doctor.el (doctor-death): Update the Samaritans'
4102 anonymous address, and add a website for Befrienders International.
4103
4104 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4105
4106 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4107 Avoid compilation gripes. Doc fix.
4108 (ps-print-version): New version number (6.2).
4109 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4110 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4111 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4112 (ps-x-extent-priority, ps-x-extent-start-position)
4113 (ps-x-face-font-instance, ps-x-find-coding-system)
4114 (ps-x-font-instance-properties, ps-x-make-color-instance)
4115 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4116 avoid compilation gripes without defining functions.
4117 (ps-e-find-composition): Alias for function find-composition, to have a
4118 suitable function depending on Emacs version.
4119 (ps-color-device, ps-color-values, ps-face-foreground-name)
4120 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4121 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4122 (ps-print-ensure-fontified): Function definitions surrounded by
4123 `eval-and-compile' to avoid compilation gripes.
4124 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4125 by symbol-value to avoid compilation gripes.
4126 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4127 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4128
4129 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4130
4131 * startup.el (normal-top-level): Call `frame-set-background-mode'
4132 after `frame-notice-user-settings' because the latter doesn't call
4133 the former on a tty.
4134
4135 * faces.el (frame-set-background-mode): `unspecified' &c are
4136 symbols, not strings.
4137
4138 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4141 why some "light*" colors are deliberately absent from the alist.
4142
4143 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4144 Change colors for tty's, as suggested by Miles Bader.
4145
4146 2000-10-19 Kenichi Handa <handa@etl.go.jp>
4147
4148 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4149 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4150 for ISO10646-1 fonts.
4151 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4152
4153 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4154
4155 * faces.el (frame-set-background-mode): If a tty frame defines a
4156 background color, use that to compute the background mode, instead
4157 of always defaulting to "dark".
4158
4159 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4160
4161 * comint.el (comint-write-output): New function.
4162 (comint-mode-map): Add it to the menu.
4163 Bind `C-c C-s' to comint-write-output.
4164
4165 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4166
4167 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4168 Use fancy-splash-delay.
4169
4170 2000-10-18 Alex Schroeder <alex@gnu.org>
4171
4172 * progmodes/sql.el (sql-sybase-options): New option.
4173 (sql-sybase): Use it. Add sql-database to the list of parameters
4174 provided for login. The options -w 2048 -n are not used any more.
4175
4176 * comint.el (comint-read-input-ring): Bugfix such that the first
4177 and the last entry of the input ring file are not lost.
4178
4179 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4180
4181 * ps-print.el: Internal variable changes to defcustom,
4182 make-local-hook changes to defvar. Doc fix.
4183 (ps-print-version): New version number (6.1).
4184 (ps-setup, ps-do-despool): Code fix.
4185 (ps-printer-name): Customization fix.
4186 (ps-printer-name-option): Now is a defcustom instead of an
4187 internal variable.
4188 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4189 (ps-print-begin-column-hook): Now are defvar instead of
4190 make-local-hook.
4191
4192 2000-10-18 Miles Bader <miles@gnu.org>
4193
4194 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4195 (comint-kill-output): Changed into an alias for `comint-delete-output',
4196 and made obsolete.
4197 (comint-mode-map): Rename references to comint-kill-output.
4198
4199 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * diff-mode.el (diff-header-face, diff-file-header-face)
4202 (diff-changed-face): Add bold and italic attributes to tty faces.
4203 (diff-function-face): New face.
4204 (diff-font-lock-keywords): Use it.
4205
4206 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4207
4208 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4209 Remove commented-out call to force-mode-line-update.
4210 (comint-kill-output): Use `forward-line 0' instead of
4211 beginning-of-line to make sure we get past the prompt.
4212
4213 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4214
4215 * diff-mode.el (diff-header-face, diff-file-header-face):
4216 Add specific setting for dark background.
4217 (diff-context-face): Renamed from diff-comment-face.
4218 Set explicitly rather than inheriting from font-lock-comment-face.
4219
4220 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4221
4222 * startup.el (command-line): Move the code which sets the default
4223 TTY colors to before before-init-hook.
4224
4225 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4226
4227 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4228
4229 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4230
4231 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4232 extensions, for MS-DOS.
4233
4234 * diff-mode.el (diff-header-face, diff-file-header-face)
4235 (diff-changed-face): Define tty-specific colors.
4236
4237 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4238
4239 * startup.el (fancy-splash-text): Realign the text.
4240
4241 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4242
4243 * font-lock.el (font-lock-comment-face): Define a separate default
4244 for dark-background tty's.
4245
4246 2000-10-17 Miles Bader <miles@gnu.org>
4247
4248 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4249 being obscured by whizzy mode-lines on graphics displays.
4250
4251 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4252
4253 * info.el (Info-title-1-face, Info-title-2-face)
4254 (Info-title-3-face): Define colors for tty's.
4255 (info-header-node): Remove unneeded tty-specific definition.
4256
4257 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4258
4259 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4260 reverse from the frame parameters, and don't invert foreground and
4261 background colors.
4262
4263 2000-10-16 Miles Bader <miles@gnu.org>
4264
4265 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4266 string "*Info*". Call propertized-buffer-identification to spruce
4267 up the result.
4268
4269 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4270
4271 * help.el: Provide `help' for the sake of define-minor-mode
4272 which generates defcustoms with requires.
4273
4274 * jit-lock.el (jit-lock-after-change): If we're in text that
4275 matches a multi-line font-lock pattern, make sure the whole text
4276 will be redisplayed.
4277
4278 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4279 author's name is unknown.
4280
4281 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4282 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4283 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4284 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4285 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4286 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4287 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4288 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4289 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4290 Add author information.
4291
4292 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4293
4294 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4295 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4296 full-color version (using the Gimp) to eliminate dithering artifacts.
4297
4298 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4299
4300 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4301
4302 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4303
4304 2000-10-15 Dave Love <fx@gnu.org>
4305
4306 * progmodes/sh-script.el: Require skeleton and comint when
4307 compiling.
4308
4309 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4310
4311 * whitespace.el: Doc fixes.
4312 (top-level): Don't add hooks here.
4313 (whitespace-running-emacs): Deleted.
4314 (timer): Don't require.
4315 (whitespace): Add back :version conditional on xemacs test.
4316 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4317 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4318 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4319 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4320 Avoid specific xemacs test.
4321 (whitespace-global-mode): New option.
4322 (whitespace-global-mode): New command.
4323 (whitespace-unload-hook): New function.
4324
4325 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4326 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4327 (Info-fontify-node): `Goto' goes to `Go to'.
4328 (Info-fontify-node): Add help-echo to xref links.
4329
4330 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4333
4334 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4335
4336 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4337 Use plist-get and allow :inherit.
4338
4339 * emacs-lisp/cl-macs.el (cl-do-arglist):
4340 Use plist-get and plist-member instead of memq.
4341
4342 * emacs-lisp/ewoc.el (ewoc-location): New function.
4343 (ewoc-enter-after, ewoc-enter-before): Document return value.
4344 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4345 Don't need make-local-hook any more.
4346 (cvs-addto-collection): Return the new tin.
4347 (cvs-mode-insert): Jump to the new line.
4348
4349 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4350
4351 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4352
4353 * font-lock.el (font-lock-syntactically-fontified): New var.
4354 (font-lock-fontify-syntactic-keywords-region): Use it.
4355 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4356
4357 * diff-mode.el (diff-find-file-name): Fix regexp.
4358
4359 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4360 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4361
4362 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4363 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4364 (sh-mode): Don't make all vars local here.
4365 (sh-kw): Reformat.
4366 (sh-set-shell): Use dolist. Don't set indent-region-function.
4367 (sh-mode-syntax-table): Use pop.
4368 (sh-remember-variable): Use push.
4369 (sh-help-string-for-variable): Use memq.
4370 (sh-safe-backward-sexp): Remove.
4371 (sh-safe-forward-sexp): Add ARG.
4372 (sh-get-indent-info, sh-prev-stmt): Use it.
4373 (sh-prev-line): Simplify by using forward-comment.
4374 (sh-this-is-a-continuation): Simplify.
4375 (sh-learn-buffer-indent): Use dolist.
4376 (sh-do-nothing): Remove.
4377 (sh-set-char-syntax, sh-set-here-doc-region):
4378 Use inhibit-modification-hooks.
4379 (sh-name-style): Use mapcar and push.
4380 (sh-load-style): Use dolist.
4381 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4382 (sh-case, sh-while-getopts): Use propertize directly rather
4383 than sh-electric-rparen.
4384
4385 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * textmodes/tex-mode.el: Require CL when compiling.
4388 (tex-mode-syntax-table): Init immediately.
4389 (tex-mode-map): Bind M-RET to latex-insert-item.
4390 (latex-mode): Set indent-line-function to latex-indent.
4391 (tex-common-initialization): Don't setup the syntax-table any more.
4392 (latex-insert-item): New skeleton.
4393 (tex-next-unmatched-end): Fix copy/paste braino.
4394 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4395 (latex-indent, latex-find-indent): New functions.
4396 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4397 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4398 (tex-compilation-parse-errors): Use with-syntax-table.
4399
4400 2000-10-15 Miles Bader <miles@gnu.org>
4401
4402 * font-lock.el (font-lock-comment-face): Change dark-background,
4403 color, non-tty, default to `chocolate1'.
4404
4405 2000-10-13 John Wiegley <johnw@gnu.org>
4406
4407 * eshell/esh-util.el (require): Added a missing `require' form,
4408 needed when compiling (for an ange-ftp macro definition).
4409
4410 2000-10-13 Dave Love <fx@gnu.org>
4411
4412 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4413
4414 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4415
4416 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4417 fix.
4418
4419 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4420 transparent -colors 8).
4421
4422 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4423
4424 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4425 that breaks with old list format timestamps.
4426 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4427 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4428 strings.
4429
4430 2000-10-13 John Wiegley <johnw@gnu.org>
4431
4432 * align.el, pcomplete.el, calendar/timeclock.el,
4433 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4434
4435 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4436 faulty math, where holiday hours were being computing as seconds.
4437
4438 2000-10-13 John Wiegley <johnw@gnu.org>
4439
4440 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4441 specifying what "other" kinds of buffers should be saved. This
4442 used to be hard-coded.
4443 (desktop-buffer-misc-functions): A global for specifying how
4444 auxiliary data should be determined for special buffer types.
4445 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4446 instead of hard-coding the special buffer types.
4447 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4448 auxiliary data, instead of hard-coding for Info buffers and dired.
4449 (desktop-buffer-info-misc-data): Aux function for determining Info
4450 buffer auxiliary info.
4451 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4452 (desktop-buffer-info): Changed this function to use the info
4453 gathered above.
4454 (desktop-create-buffer): Be a little more careful about what
4455 `minor-mode' means before calling it. This is important for some
4456 buffer types.
4457
4458 2000-10-13 John Wiegley <johnw@gnu.org>
4459
4460 * eshell/esh-util.el: Added a global form which declares an
4461 autoload for `parse-time-string', if that function is not already
4462 defined, and if parse-time.el is available on the user's system.
4463
4464 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4465 to be aware of ange-ftp user info.
4466 (eshell-do-ls): Bind `ange-cache'. Also, use
4467 `eshell-file-attributes'.
4468 (eshell-ls-annotate): Use `eshell-file-attributes'.
4469 (eshell-ls-file): Made the user-id printing code a bit smarter.
4470
4471 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4472 allow identification of alias user ids in remote directories.
4473 It's manual, but there's no other way to know when the current
4474 user on the local machine, is also the owning user on the remote
4475 machine.
4476 (fboundp): Bind `ange-cache'.
4477 (eshell-directory-files-and-attributes): Re-organized the logic a
4478 bit to use `eshell-file-attributes' instead of `file-attributes'.
4479 The former is more sensitive to directories that are read via FTP,
4480 and knows how to use ange-ftp to determine full attribute
4481 information, instead of just the name and last modtime.
4482 (eshell-current-ange-uids): Return the current user id when in a
4483 remote directory.
4484 (eshell-parse-ange-ls): Parse a full directory listing that has
4485 been returned by ange-ftp.
4486 (eshell-file-attributes): This beefed up version of
4487 `file-attributes' is only special if the user is currently in a
4488 remote directory, in which case it does a lot of work to find out
4489 what the real attributes of a file are, as they appear on the
4490 remote machine. This makes usage of remote directories (i.e.,
4491 ange-ftp pathnames) much more useful. You can now use Eshell as a
4492 full-fledged FTP client, with much more manipulation ability than
4493 most other clients.
4494
4495 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4496 variable, which means that Eshell's du should always be preferred
4497 in remote directories.
4498 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4499 just `file-attributes'.
4500 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4501 when reading remote directories. This is an Eshell-specific
4502 variable (not part of ange-ftp).
4503 (eshell/ln): Bind `ange-cache'.
4504 (eshell/du): Added some extra logic for determining when to use
4505 Eshell's du (which is slow), and when to use the external version
4506 (which may or may not exist).
4507
4508 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4509 `eshell-interactive-process', rather than using
4510 `get-buffer-process', since backgrounded processes don't count in
4511 the context of this function's logic.
4512
4513 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4514 `forward-char', so that null strings are parsed correctly.
4515
4516 2000-09-13 John Wiegley <johnw@gnu.org>
4517
4518 * eshell/em-pred.el (eshell-pred-file-type,
4519 eshell-pred-file-links, eshell-pred-file-size): Use
4520 `eshell-file-attributes'. This is more correct over ange-ftp.
4521
4522 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4523 that remote file globbing is more efficient.
4524
4525 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4526 gathering the files and attributes within a directory.
4527
4528 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4529 the command line is a special file (not a regular file, directory
4530 or symlink), always attempt to call the external version of cat.
4531
4532 2000-09-13 John Wiegley <johnw@gnu.org>
4533
4534 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4535 Eshell-friendly version of find-tag.
4536
4537 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4538
4539 * image-file.el (image-file-name-extensions)
4540 (image-file-name-regexps): Add autoload cookies.
4541
4542 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4543
4544 * international/mule-cmds.el (select-safe-coding-system): If FROM
4545 is string, show it in *Warning* buffer.
4546
4547 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4548
4549 * startup.el (normal-top-level): Use display-popup-menus-p instead
4550 of window-system.
4551 (command-line): Use display-graphic-p instead of window-system.
4552 (command-line-1): Use display-popup-menus-p and display-mouse-p
4553 instead of window-system.
4554
4555 2000-10-12 Sam Steingold <sds@gnu.org>
4556
4557 * tooltip.el (tooltip-use-echo-area): New user variable.
4558 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4559
4560 2000-10-12 Dave Love <fx@gnu.org>
4561
4562 * recentf.el: Maintainer's checkdoc fixes.
4563
4564 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4565 character class, not ASCII when matching file names.
4566 (fancy-splash-head): Add trailing slash to URL.
4567 (command-line): Don't require XPM support for toolbar.
4568
4569 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4570 (cperl-invalid-face): Revert last change.
4571 (cperl-init-faces): Quote cperl-invalid-face.
4572
4573 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4574
4575 * startup.el (fancy-splash-text): Remove superfluous quote.
4576
4577 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4578
4579 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4580 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4581 (command-line-1): Don't use fancy-splash-pending-command.
4582 (fancy-splash-screens-1): Goto point-min after inserting text.
4583
4584 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4585
4586 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4587 instead of shared-lisp-mode-map.
4588
4589 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4590
4591 * faces.el (header-line): Change tty-variant to use underlining.
4592
4593 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4594 (isearch-highlight): Restore lazy-isearch face properties at old
4595 position, and suppress them at new position.
4596 (isearch-dehighlight): Restore lazy-isearch face properties.
4597 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4598 over the real isearch overlay, but in that case, don't give it a
4599 face property. Use `push'.
4600
4601 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4602
4603 * man.el (Man-getpage-in-background): Fix previous change.
4604 Decode the process output only when we are in multibyte mode.
4605
4606 2000-10-11 Dave Love <fx@gnu.org>
4607
4608 * info.el (Info-mode-menu): Fix some help.
4609 (info-tool-bar-map): Add entry for Info-last.
4610
4611 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4612 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4613 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4614 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4615 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4616 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4617 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4618 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4619 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4620 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4621 Reduce colour requirements to 25 overall. (Probably wants
4622 revisiting from the originals to reduce further.)
4623
4624 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4627 buffer-file-coding-system, instead of raw-text.
4628 (dehexlify-buffer): Bind coding-system-for-read to
4629 buffer-file-coding-system, instead of raw-text.
4630
4631 2000-10-11 Sam Steingold <sds@gnu.org>
4632
4633 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4634 `underline' - fixes the bug introduced on 2000-09-21.
4635
4636 2000-10-11 Dave Love <fx@gnu.org>
4637
4638 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4639 compiler warnings.
4640 (scheme-mode): Doc fix.
4641 (scheme-font-lock-keywords-1): Match `define-syntax'.
4642
4643 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4644
4645 * faces.el (frame-set-background-mode): Pay attention to saved
4646 face specs as well as default ones. Only do anything if the
4647 bg-mode or display-type has actually changed. Use `dolist'.
4648 (region): Make dark-background `region' face less in-your-face.
4649
4650 2000-10-10 Sam Steingold <sds@gnu.org>
4651
4652 * chistory.el, ielm.el, ledit.el:
4653 * progmodes/inf-lisp.el, progmodes/scheme.el:
4654 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4655
4656 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4657
4658 * textmodes/texinfo.el: Update copyright and fix typo.
4659
4660 * desktop.el (desktop-modes-not-to-save): New var.
4661 (desktop-save-buffer-p): Use it.
4662 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4663 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4664
4665 2000-10-10 Dave Love <fx@gnu.org>
4666
4667 * toolbar/tool-bar.el (tool-bar-add-item)
4668 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4669 display.
4670
4671 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4672 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4673 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4674 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4675 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4676 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4677 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4678 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4679 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4680 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4681 the .xpms; probably need retouching.
4682
4683 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4684
4685 * subr.el (add-to-list): Add optional argument APPEND.
4686 * battery.el (display-battery): Use `add-to-list'.
4687
4688 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4689
4690 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4691 these vars as symbol properties.
4692 (zone, zone-when-idle, zone-leave-me-alone)
4693 (zone-pgm-whack-chars): Use new symbol properties.
4694
4695 * battery.el (display-battery): Doc spelling fix.
4696
4697 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4698 property.
4699
4700 2000-10-09 Dave Love <fx@gnu.org>
4701
4702 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4703 has been initialized before calling tool-bar-setup.
4704 (tool-bar-add-item-from-menu): Add autoload cookie.
4705
4706 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4707
4708 * menu-bar.el (send-mail-item-name): New function.
4709 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4710 of mail-user-agent in the menu. Don't display the "Send Mail"
4711 item if mail-user-agent is nil or its value is ignore.
4712 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4713 if read-mail-command is nil or its value is ignore.
4714
4715 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4716
4717 2000-10-09 Miles Bader <miles@gnu.org>
4718
4719 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4720 Correct image size.
4721 * toolbar/left_arrow.xpm: Correct image size.
4722
4723 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4724 will be done by the definition of `auto-compression-mode' if
4725 necessary. Move code to uninstall existing file-name handler
4726 before definition of `auto-compression-mode'.
4727
4728 * image-file.el (auto-image-file-mode): Move to the end of the
4729 file, because `define-minor-mode' actually calls the mode-function
4730 if the associated variable is non-nil, which requires that all
4731 needed functions be already defined.
4732
4733 * mouse.el (popup-menu): Balance parens.
4734
4735 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4736
4737 * mouse.el (popup-menu): Move the command call outside the loop
4738 so that popup-menu returns whatever the command returns.
4739
4740 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4741 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4742 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4743 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4744
4745 * vc.el (vc-version-diff): diff-switches can be a list.
4746 Use relative filenames for prettier output.
4747
4748 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4749 (vc-post-command-functions): Remove old-VC compatibility code.
4750
4751 * newcomment.el (comment-indent-default): Autoload.
4752
4753 * font-lock.el (font-lock-defaults): Make buffer-local.
4754 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4755 (font-lock-choose-keywords):
4756 Ignore LEVEL unless KEYWORDS is a list of syms.
4757 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4758 Don't wrap regexp-opt things in \(...\) unnecessarily.
4759
4760 * jit-lock.el: Don't require font-lock any more.
4761 (jit-lock-functions): Make buffer-local.
4762 (jit-lock-saved-fontify-buffer-function): Remove.
4763 (jit-lock-mode): Remove autoload cookie.
4764 Remove font-lock specific code.
4765 (jit-lock-unregister): Don't bother handling complex hooks any more.
4766 (jit-lock-refontify): New function.
4767 (jit-lock-fontify-buffer): Use it.
4768 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4769 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4770 Add optional args START and END.
4771 Never call font-lock-fontify-region directly.
4772 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4773
4774 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4775
4776 2000-10-08 Dave Love <fx@gnu.org>
4777
4778 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4779
4780 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4781
4782 * play/studly.el (studlify-region, studlify-word): Add autoload
4783 cookie.
4784
4785 * play/morse.el (morse-region, unmorse-region): Add autoload
4786 cookie.
4787
4788 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4789 concat.
4790
4791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4792 insist on symbols starting with word syntax.
4793 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4794 (eval-defun-1): Doc fix.
4795 (indent-sexp): Use nconc to build up indent-stack.
4796
4797 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4798 Gnus with little use.
4799 (mail-setup-hook): Add mail-abbrevs-setup to options.
4800
4801 * recentf.el: Doc fixes.
4802
4803 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4804 Clean up remainder.
4805
4806 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4807 without timezone and (8) with timezone to enforce some whitespace.
4808 Simplify code somewhat.
4809
4810 * options.el (list-options): Doc that you should use customize.
4811
4812 * iswitchb.el (iswitchb-mode): Add :require.
4813
4814 * info.el (Info-goto-node, Info-menu): Doc fix.
4815 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4816 (info-tool-bar-map): New variable.
4817 (Info-mode): Use it.
4818 (Info-edit-map): Define all in defvar.
4819 (speedbar-attached-frame): Avoid compiler warning.
4820
4821 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4822 (global-map): Bind [tool-bar] to a filtered map.
4823 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4824 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4825 Allow PBM icons.
4826 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4827
4828 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4829 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4830 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4831 icons, except up_arrow, which is left-arrow rotated.
4832
4833 * imenu.el (imenu-add-to-menubar): Fix last change.
4834
4835 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4836
4837 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4838 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4839
4840 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4843 typos in doc strings.
4844
4845 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4846 the doc strings how to customize Font Lock faces.
4847
4848 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4849 computing growth when dragging the header line.
4850
4851 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4852
4853 * simple.el (kill-line): Doc fix.
4854
4855 2000-10-08 Miles Bader <miles@gnu.org>
4856
4857 * faces.el (secondary-selection): Make foreground visible on tty.
4858
4859 * jka-compr.el (auto-compression-mode): Move to the end of the
4860 file, because `define-minor-mode' actually calls the mode-function
4861 if the associated variable is non-nil, which requires that all
4862 needed functions be already defined.
4863 (with-auto-compression-mode): Add autoload cookie.
4864
4865 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * files.el (find-backup-file-name) [ms-dos]: If support for long
4868 file names is not available, behave as if version-control were set
4869 to never.
4870
4871 2000-10-07 Dave Love <fx@gnu.org>
4872
4873 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4874 (browse-url-gnome-moz): New function.
4875 (browse-url-browser-function): Use it.
4876 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4877
4878 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4879
4880 * indent.el (tab-always-indent): New var.
4881 (indent-for-tab-command): Use it.
4882
4883 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4884 raise an error. This way it can still default to a sane value.
4885
4886 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4887
4888 * startup.el (fancy-splash-screens): Use local rather than global map.
4889 Don't use `update-menu-bindings' any more.
4890 Get rid of assumptions about keymap representation.
4891
4892 2000-10-06 Dave Love <fx@gnu.org>
4893
4894 * textmodes/fill.el (sentence-end-double-space)
4895 (sentence-end-without-period): Doc fix.
4896 (adaptive-fill-regexp): Purecopy.
4897 (unjustify-current-line): Use line-end-position.
4898 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4899
4900 * net/eudc-vars.el (eudc): Add :version, :link.
4901
4902 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4903
4904 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4905 Fix for define-minor-mode.
4906 (function-at-point): Alias to function-called-at-point.
4907
4908 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4909
4910 * simple.el (backward-word): Doc fix.
4911
4912 * image-file.el (image-file-name-regexp): image-file-regexps ->
4913 image-file-name-regexps.
4914 (image-file-name-extensions): Add pbm.
4915
4916 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4917
4918 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4919 and add filename to the names so that diff-mode can jump to source.
4920
4921 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4922 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4923 (tex-font-lock-keywords-1): Remove.
4924 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4925 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4926 (font-lock-default-fontify-region):
4927 Expand beg..end correctly when just following a multiline region.
4928 (font-lock-fontify-anchored-keywords):
4929 Include the anchor text as part of the multiline.
4930
4931 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4932
4933 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4934 latter needs the autoloaded define-minor-mode macro during the
4935 bootstrap.
4936
4937 * startup.el (command-line): For now, activate tool-bar-mode only
4938 if XPM images are supported.
4939
4940 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4941 window by dragging a header-line at the top of the frame; that's
4942 confusing because the header-line doesn't move.
4943 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4944 of treating the event as a list. Some cleanup.
4945
4946 2000-10-06 Miles Bader <miles@gnu.org>
4947
4948 * simple.el (display-message-or-buffer): New function.
4949 (shell-command-on-region): Use `display-message-or-buffer'.
4950
4951 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4952 docstring parts.
4953
4954 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4955 (smbclient-prompt-regexp): Add usage note to doc string.
4956 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4957 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4958 Use add-hook for adding the comint filter function, and only do so
4959 if it's not already in the global hook list.
4960 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4961 to `make-local-variable'.
4962 (nslookup-font-lock-keywords): Remove prompt entry.
4963 (nslookup): Don't set the process-filter.
4964 (finger): Exit the loop correctly when the regexps list runs out.
4965 (ftp, smbclient, smbclient-list-shares):
4966 Set the real major mode immediately, not after execing.
4967 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4968
4969 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4970
4971 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4972
4973 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4974
4975 * which-func.el (which-func-format): Remove spurious space.
4976 (which-func-mode): Don't make it permanent-local.
4977 (which-func-ff-hook): Allow which-func-maxout to be nil.
4978 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4979 (which-func-mode): Simplify.
4980 Use post-command-idle-hook rather than post-command-hook.
4981 Go through all buffers and update their state.
4982 (which-function): Also try add-log-current-defun-function.
4983
4984 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4985 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4986 Update call to with-vc-properties accordingly.
4987 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4988 (vc-revert-buffer): More careful about window selection and deletion.
4989 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4990
4991 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4992 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4993 (cvs-dired-action): Change the default to quickdir.
4994
4995 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4996 if comment-indent-function returns nil.
4997 (comment-indent-default): New function.
4998 (comment-indent-function): Use it and document the new semantics.
4999
5000 * image-file.el: Docstring fixes.
5001
5002 * help.el (help-xref-on-pp): Use match-string.
5003 (describe-variable): New arg BUFFER.
5004 Store the current buffer in the help-xref-stack.
5005 (temp-buffer-resize-mode): Use define-minor-mode.
5006
5007 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5008 consistently with its docstring.
5009 Set jit-lock-first-unfontify-pos in an idempotent way.
5010 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5011
5012 2000-10-05 Alex Schroeder <alex@gnu.org>
5013
5014 * sql.el (sql-mysql-options): New variable.
5015 (sql-mysql): Use it.
5016
5017 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5018
5019 * image.el (image): New group.
5020
5021 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5022 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5023
5024 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5025
5026 * net/net-utils.el (nslookup-font-lock-keywords)
5027 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5028 Ignore the value of wqindow-system; always define keywords
5029
5030 2000-10-05 Kenichi Handa <handa@etl.go.jp>
5031
5032 * startup.el (fancy-splash-screens): Remove the code for
5033 debugging; `(trace-to-stderr "EXITTT\n")'.
5034
5035 2000-10-05 Miles Bader <miles@gnu.org>
5036
5037 * diff-mode.el (diff-goto-source): Update call to
5038 `diff-hunk-status-msg' to reflect new REV variable.
5039
5040 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * progmodes/icon.el (icon-mode):
5043 Don't gratuitously override the default for comment-column.
5044
5045 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5046
5047 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5048 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5049 (jit-lock-functions): New var.
5050 (jit-lock-function-1): Use it if non-nil.
5051 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5052 Set the `fontified' property before doing the fontification to avoid
5053 repeatedly going through the same error.
5054 Don't turn errors into messages.
5055 (jit-lock-register, jit-lock-unregister): New functions.
5056
5057 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5058 Use with-current-buffer.
5059
5060 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5061 Turn comment into docstring.
5062
5063 * apropos.el (apropos-mode): Use define-derived-mode.
5064
5065 2000-10-04 Gerd Moellmann <gerd@gnu.org>
5066
5067 * startup.el (fancy-splash-pending-command): New variable.
5068 (fancy-splash-pre-command): New function.
5069 (fancy-splash-screens): Rewritten.
5070 (command-line-1): If fancy-splash-pending-command is set, call it
5071 interactively.
5072
5073 2000-10-04 Dave Love <fx@gnu.org>
5074
5075 * toolbar/tool-bar.el (tool-bar-setup): New function.
5076 (tool-bar-mode): Use it.
5077
5078 * subr.el (substitute-key-definition): Doc fix.
5079 (play-sound-file): New command.
5080
5081 2000-10-04 Andre Spiegel <spiegel@gnu.org>
5082
5083 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5084 vc-version-backup-file-name): New functions.
5085
5086 * files.el (basic-save-buffer): Call vc-before-save before saving.
5087
5088 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5089 vc-cvs-stay-local-p.
5090
5091 * vc.el (vc-revert-buffer): Handle empty diff properly.
5092 (vc-version-backup-file): New function.
5093 (vc-checkout): Create a version backup if necessary.
5094 (vc-checkin): If a version backup file exists, delete it.
5095 (vc-version-diff): Diff locally using version backups, if available.
5096 (vc-revert-file): If there's a version backup, revert locally.
5097 (vc-transfer-file): Use version backup for base version, if
5098 available. If not, ask for confirmation whether to get it from the
5099 server. Update mode line before check-in.
5100
5101 2000-10-04 Dave Love <fx@gnu.org>
5102
5103 * toolbar/tool-bar.el (tool-bar-setup): New function.
5104 (tool-bar-mode): Use it.
5105
5106 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5107
5108 * net/net-utils.el (nslookup-font-lock-keywords)
5109 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5110 Only set if window-system is non-nil
5111 (net-utils-run-program): Returns buffer.
5112 (network-connection-reconnect): Added this function.
5113
5114 * generic.el:
5115 Incorporates extensive cleanup and docfixes by
5116 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5117 Uses cl compile-time macros.
5118 (generic-mode-name, generic-comment-list)
5119 (generic-keywords-list, generic-font-lock-expressions)
5120 (generic-mode-function-list, generic-mode-syntax-table):
5121 Removed variables.
5122 (generic-mode-alist): Renamed to generic-mode-list.
5123 (generic-find-file-regexp): Default changed to "^#".
5124 (generic-read-type): Uses completing read on generic-mode-list.
5125 (generic-mode-sanity-check): removed this function.
5126 (generic-add-to-auto-mode): Removed this function
5127 (generic-mode-internal): Bind mode-specific definitions
5128 into function instead of putting them in alist.
5129 (generic-mode-set-comments): Reworked extensively.
5130 (generic-mode-find-file-hook): Simplified regexp searching
5131 (generic-make-keywords-list): Omit extra pair of parens
5132
5133 * find-lisp.el (find-lisp-find-files-internal):
5134 Make sure directory name ends with "/".
5135
5136 * generic-x.el (apache-conf-generic-mode):
5137 Regexp now allows leading whitespace.
5138 (rc-generic-mode): Added eval-when-compile
5139 around generic-make-keywords-list.
5140 Deleted duplicate regexp
5141 (rul-generic-mode): Added eval-when-compile
5142 around generic-make-keywords-list.
5143 (etc-fstab-generic-mode): New generic mode.
5144 (rul-generic-mode): Removed one eval-when-compile
5145 which caused a max-specpdl-size exceeded error.
5146
5147 2000-10-04 Miles Bader <miles@gnu.org>
5148
5149 * simple.el (minibuffer-temporary-goal-position): New variable.
5150 (next-history-element): Try to keep the position of point in the
5151 input string constant.
5152
5153 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5154 (dired-do-create-files): If there's only one file, pass it in as
5155 the DEFAULT arg to dired-mark-read-file-name.
5156
5157 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5158
5159 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5160 (diff-goto-source): Be smarter when choosing REVERSE or not.
5161
5162 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5163 (texinfo-mode-menu): Add an explicit shortcut for update all.
5164
5165 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5166
5167 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5168 factorize backend-specific code cleanly (this was essentially
5169 conceived by Stefan Monnier).
5170 (vc-unregister): Function removed.
5171 (vc-revert-file): New function.
5172 (vc-revert-buffer): Delegate some of the work to it.
5173
5174 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5175 default branch unconditionally.
5176 (vc-rcs-set-default-branch): New function.
5177 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5178 (vc-rcs-checkin): If an appropriate default branch has been set,
5179 force creation of that branch.
5180 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5181 code (as suggested by Stefan Monnier).
5182
5183 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5184
5185 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5186 highlighting overlay with a different face over the overlay
5187 isearch uses to highlight the current match because that can lead
5188 to bad face combinations.
5189
5190 * loadup.el (toplevel): Load faces before isearch.
5191
5192 * isearch.el (isearch-faces): New custom group.
5193 (isearch): New defface; was already tested for in the code.
5194 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5195 (isearch-highlight): Always use face `isearch'.
5196
5197 2000-10-02 Dave Love <fx@gnu.org>
5198
5199 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5200 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5201 comparison of opcode with operand.
5202
5203 2000-10-03 Miles Bader <miles@gnu.org>
5204
5205 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5206 buffer, since the echo area will now grow to accommodate them.
5207
5208 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5209
5210 * vc-hooks.el (vc-registered): If FILE used to be registered under
5211 a certain backend, try that one first.
5212
5213 * vc.el (vc-responsible-backend): Undo the previous change in the
5214 argument list. Handle multiple backends correctly.
5215 (vc-find-new-backend): Function removed.
5216 (vc-register): Use vc-responsible-backend, as before.
5217 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5218
5219 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5220
5221 * startup.el (fancy-splash-head): Change message below the
5222 logo.
5223
5224 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5225
5226 * diff-mode.el (diff-goto-source): Emit a status message.
5227 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5228 (diff-test-hunk): Fix doc string.
5229 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5230 (diff-advance-after-apply-hunk): New variable.
5231 (diff-apply-hunk): Don't return a value.
5232
5233 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * vc.el (vc-editable-p): Minor optimization.
5236 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5237 (vc-find-new-backend): New function split from vc-responsible-backend.
5238 (vc-register): Use it.
5239 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5240 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5241 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5242 (vc-clear-headers): Don't use find-file.
5243 (vc-revert-buffer): Use `and' again (must have been a braino).
5244 (vc-switch-backend): Only prompt if requested.
5245 Short circuit if nothing is to be done.
5246 Don't use vc-resynch-buffer which could lose unsaved editing.
5247 (vc-default-receive-file): Update call to vc-unregister.
5248 (with-vc-file, vc-next-action-on-file):
5249 Use vc-backend rather than vc-registered.
5250 (vc-next-action-on-file): Use intern-soft.
5251 Deal with read-only *vc-diff* buffer.
5252 (vc-transfer-file): Docstring fix.
5253
5254 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5255 (vc-rcs-receive-file): Avoid with-vc-properties.
5256 Update call to vc-unregister.
5257 Use constant `RCS' rather than (dynamically bound) var `backend'.
5258
5259 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5260
5261 * vc.el (vc-next-action-on-file): Update mode line only if file
5262 is visited.
5263 (vc-start-entry): New argument initial-contents. Don't visit the file
5264 if it isn't already visited. Brought documentation up-to-date.
5265 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5266 (vc-checkin): New optional arg initial-contents, which is passed to
5267 vc-start-entry.
5268 (vc-finish-logentry): Make sure to bury log buffer only if there
5269 really is one. Call `vc-resynch-buffer' on log-file, not
5270 buffer-file-name.
5271 (vc-default-comment-history, vc-default-wash-log): New functions.
5272 (vc-index-of): Removed.
5273 (vc-transfer-file): Make do without the above.
5274 (vc-default-receive-file): Call comment-history unconditionally. Pass
5275 the resulting string to vc-checkin, instead of inserting it into the
5276 comment ring.
5277
5278 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5279 unconditionally. Use the comments as initial contents of the log
5280 entry buffer. Document the trick to force branch creation with no
5281 changes.
5282
5283 2000-10-01 Miles Bader <miles@gnu.org>
5284
5285 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5286 `recenter' with an arg to prevent redrawing the display.
5287
5288 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5289
5290 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5291
5292 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5293
5294 * progmodes/c-mode.el (c-mode):
5295 Don't gratuitously override the default for comment-column.
5296
5297 * textmodes/tex-mode.el (latex-metasection-list): New var.
5298 (latex-imenu-create-index): Use it.
5299 Move the regexp construction outside loops (and use push).
5300 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5301 (tex-font-lock-keywords): Moved from font-lock.el.
5302 (tex-comment-indent): Remove.
5303 (tex-common-initialization): Don't set comment-indent-function.
5304 (latex-block-default): New var.
5305 (tex-latex-block): Use it to provide a default choice.
5306 Add any unknown choice to latex-block-names.
5307 Insert [...] after {...}.
5308 (tex-last-unended-begin): Simplify regexp.
5309 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5310 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5311 (latex-mode): Set forward-sexp-function.
5312
5313 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5314 Add regexp for @ignore ... @end ignore.
5315 (texinfo-heading-face): New face.
5316 (texinfo-font-lock-keywords): Use it.
5317 (texinfo-mode-menu): New menu.
5318 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5319 New functions.
5320 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5321 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5322 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5323 Remove declaration.
5324 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5325
5326 * delsel.el (delete-selection-mode): Use define-minor-mode.
5327
5328 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5329
5330 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5331
5332 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5333
5334 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5335
5336 * replace.el (keep-lines-read-args): New function.
5337 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5338 read arguments interactively. Add parameters RSTART and REND.
5339 Operate on the active region in Transient Mark mode.
5340
5341 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5342
5343 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5344 (authors-obsolete-files-regexps): New variable.
5345 (authors-add): Don't record changes in obsolete files.
5346
5347 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5348
5349 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5350
5351 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5352 (comment-indent): Make sure there's a space between code and comment.
5353 Shift comments left to avoid going past fill-column.
5354
5355 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5356
5357 * startup.el (startup-echo-area-message): New function.
5358 (display-startup-echo-area-message): Use it.
5359 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5360 (fancy-splash-default-action): New function.
5361 (fancy-splash-screens-1): New function.
5362 (fancy-splash-head): Put a help-echo and a keymap under the image.
5363
5364 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * diff-mode.el (diff-add-log-file-name): Remove.
5367 (diff-mode): Use add-log-buffer-file-name-function.
5368
5369 * add-log.el (find-change-log): New arg BUFFER-FILE.
5370 (add-log-file-name): Obey add-log-file-name-function.
5371 (add-log-buffer-file-name-function): New var.
5372 (add-change-log-entry): Use it.
5373
5374 2000-09-29 Miles Bader <miles@gnu.org>
5375
5376 * image-file.el (image-file-name-extensions): New variable.
5377 (image-file-name-regexps): Renamed from `image-file-regexps'.
5378 New default value is nil. Call `auto-image-file-mode'.
5379 (image-file-name-regexp): New function.
5380 (auto-image-file-mode): New minor mode.
5381 (insert-image-file): Don't make conditional on the image-file
5382 handler being enabled.
5383 (image-file-handler): Make the call here conditional instead.
5384 (set-image-file-handler-enabled, enable-image-file-handler)
5385 (disable-image-file-handler): Functions removed.
5386
5387 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5388 string.
5389
5390 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5391
5392 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5393 it's a function from CL.
5394 (latex-imenu-create-index): Replace eval-when-compile with progn
5395 because latex-section-alist is not bound while compiling.
5396
5397 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5398
5399 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5400 (outline-mode): Use define-derived-mode.
5401
5402 * progmodes/perl-mode.el (perl-mode):
5403 * progmodes/awk-mode.el (awk-mode):
5404 * progmodes/asm-mode.el (asm-mode):
5405 Don't gratuitously override the default for comment-column.
5406
5407 * emacs-lisp/lisp.el (lisp-complete-symbol):
5408 Distinguish the let-binding case from the funcall case.
5409 (forward-sexp-function): New variable.
5410 (forward-sexp): Use it.
5411
5412 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5413 (easy-mmode-defmap): Remove the now useless autoload.
5414
5415 * time.el (display-time-mode): Use define-minor-mode.
5416
5417 * subr.el (add-minor-mode): Don't eval NAME.
5418 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5419 Use if rather than cond.
5420
5421 * simple.el (read-expression-map): Define more properly.
5422 (comment-indent-hook): Remove.
5423 (string-to-syntax): Bug fix.
5424
5425 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5426 (cvs-ediff-diff): Fix typo.
5427 (cvs-revert-if-needed): Don't bother preserving read-only.
5428
5429 * paren.el (show-paren-mode): Use define-minor-mode.
5430
5431 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5432 (toggle-auto-compression): Remove.
5433 (jka-compr-build-file-regexp): Remove useless grouping.
5434
5435 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5436 Avoid user-reserved bindings.
5437 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5438 (diff-header-face): Revert to grey85.
5439
5440 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5441
5442 * complete.el (partial-completion-mode) <defcustom>: Remove.
5443 (partial-completion-mode): Use define-minor-mode.
5444 (PC-do-completion): Understand `completion-auto-help = delay'
5445 to mean to popup the completion buffer only the second time.
5446 (PC-include-file-all-completions, PC-include-file-all-completions)
5447 (PC-include-file-all-completions): Don't quote lambda.
5448
5449 * comint.el (comint-mode-hook): Docstring fix.
5450 (comint-mode): Use define-derived-mode.
5451 (comint-mode-map): Remove obsolete comment.
5452 (make-comint): Minor stylistic change.
5453 (comint-insert-clicked-input): Be more careful to find the overlay.
5454 Use this-command-keys rather than hardcoding mouse-2.
5455
5456 * font-lock.el: Replace confusing (,@ with ,
5457 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5458 Don't use regexp-opt-depth. Spice up the regexp for args.
5459 Don't distinguish between cmds that can take an opt arg or not.
5460 Use `append' and `prepend' rather than `keep'.
5461
5462 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5463 (latex-outline-regexp): New var.
5464 (latex-outline-level): New fun.
5465 (latex-section-alist): New var.
5466 (latex-imenu-create-index): Use it. Use `push' as well.
5467 (tex-shell-map): Initialize it properly.
5468 (tex-mode): Minor stylistic change.
5469 (plain-tex-mode): Use define-derived-mode.
5470 (latex-mode): Use define-derived-mode.
5471 Construct the paragraph regexps in a more readable way.
5472 Set the buffer-local outline-{level,regexp} vars.
5473 (slitex-mode): Derive from latex-mode.
5474 (tex-common-initialization): Don't kill-all-vars anymore.
5475 Add setting for comment-add and font-lock-defaults.
5476 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5477 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5478 (tex-start-tex): New arg DIR (and send a chdir command for it).
5479 Also display the shell buffer and save it in tex-last-buffer-texed.
5480 (tex-region): Use expand-file-name rather than concat.
5481 Remove code made useless by changes in tex-start-tex.
5482 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5483
5484 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5485
5486 2000-09-28 Dave Love <fx@gnu.org>
5487
5488 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5489
5490 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5491
5492 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5493 `append'.
5494
5495 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * info.el (Info-extract-pointer): Undo last change.
5498 Instead, fix the position of the `bound' arg to re-search-backward.
5499
5500 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5501
5502 * info.el (Info-extract-pointer):
5503 Widen more carefully, to avoid finding pointers in other nodes.
5504 (Info-index): Use push.
5505
5506 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5507
5508 * frame.el (set-frame-font): Remove call to obsolete function
5509 frame-update-faces.
5510 (set-foreground-color, set-background-color): Likewise for
5511 frame-update-face-colors.
5512
5513 2000-09-27 Miles Bader <miles@gnu.org>
5514
5515 * image-file.el: New file.
5516
5517 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5518
5519 * frame.el (frame-notice-user-settings): Don't call
5520 frame-update-faces, which is a no-op now.
5521
5522 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5523 tool-bar-lines.
5524
5525 2000-09-27 Dave Love <fx@gnu.org>
5526
5527 * mouse.el: Fix last change.
5528
5529 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5530
5531 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5532
5533 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5534
5535 * international/quail.el (quail-help): The output message is
5536 improved.
5537
5538 2000-09-26 Dave Love <fx@gnu.org>
5539
5540 * mouse.el (popup-menu): If POSITION is nil, set it using
5541 mouse-position.
5542
5543 2000-09-25 Sam Steingold <sds@gnu.org>
5544
5545 * net/browse-url.el (browse-url-file-url): Check for null maps.
5546
5547 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5548
5549 * frame.el (frame-notice-user-settings): Don't add a
5550 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5551
5552 * frame.el (frame-notice-user-settings):
5553 Make tool-bar-mode and default-frame-alist consistent.
5554
5555 * toolbar/tool-bar.el (tool-bar-help): New function.
5556
5557 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5558
5559 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5560 current-load-list in top-level forms. Else this leaks a cons cell
5561 every time a defun is called.
5562
5563 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5564
5565 2000-09-25 Dave Love <fx@gnu.org>
5566
5567 * startup.el (fancy-splash-head): Check XPM is available.
5568
5569 * autoinsert.el (auto-insert): Doc fix.
5570 (auto-insert-alist): Following GNU notices, don't say `copyright
5571 _by_'. Use line-beginning-position.
5572 (auto-insert): Check buffer-file-name is non-nil before use.
5573
5574 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5575
5576 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5577 starting with `@def' or `@multitable', in addition to ones
5578 specified by the user in auto-fill-inhibit-regexp.
5579
5580 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5581
5582 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5583 rmail-dont-reply-to-names matches the empty string.
5584
5585 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5586
5587 * startup.el (command-line-1, fancy-splash-text): Change the
5588 text to sound more friendly.
5589
5590 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5591
5592 * progmodes/hideshow.el: Update author email address.
5593 Generally, sync w/ maintainer version 5.22.
5594 (hs-hide-all-non-comment-function): New var.
5595 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5596 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5597 (hs-show-region): Delete this command.
5598 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5599
5600 2000-09-22 Dave Love <fx@gnu.org>
5601
5602 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5603 (hl-line-highlight): Specify buffer when moving overlay.
5604
5605 * progmodes/fortran.el (fortran-mode): Locally set
5606 normal-auto-fill-function.
5607 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5608 (fortran-mode-map): Adjust auto-fill menu entry.
5609
5610 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5611
5612 * vc-rcs.el (toplevel): Require `vc' when compiling.
5613
5614 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5615
5616 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5617
5618 * vc.el (vc-switch-backend): Signal an error if the file is not
5619 registered under the new backend.
5620
5621 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5622 without explicit revision number.
5623
5624 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5627 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5628 (diff-xor): New function.
5629 (diff-find-source-location): Use it. Fix a stupid name clash.
5630 (diff-hunk-status-msg): New function.
5631 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5632 (diff-test-hunk): Use diff-find-source-location.
5633 (diff-goto-source): Favor the `reverse'.
5634 (diff-hunk-text): Properly handle one-sided context diffs.
5635 (diff-apply-hunk): When done, advance to the next hunk.
5636
5637 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5638
5639 * startup.el (command-line): If frame was created with a non-zero
5640 tool-bar-lines parameter, switch tool-bar-mode on.
5641
5642 * add-log.el (change-log-date-face, change-log-name-face)
5643 (change-log-email-face, change-log-file-face)
5644 (change-log-list-face, change-log-conditionals-face)
5645 (change-log-function-face, change-log-acknowledgement-face):
5646 New faces, inheriting from font-lock faces.
5647 (change-log-font-lock-keywords): Use them.
5648
5649 2000-09-21 Dave Love <fx@gnu.org>
5650
5651 * progmodes/cperl-mode.el (top-level): Clean up
5652 `eval-when-compile's and assorted defvars.
5653 (cperl-invalid-face): Don't double-quote value. Change custom
5654 type.
5655 (cperl-mode): Set normal-auto-fill-function and don't zap
5656 auto-fill-function.
5657 (cperl-imenu--function-name-regexp-perl): Renamed from
5658 imenu-example--function-name-regexp-perl.
5659 (cperl-imenu--create-perl-index): Renamed from
5660 imenu-example--create-perl-index.
5661 (cperl-xsub-scan): Don't require cl.
5662
5663 * msb.el (msb-mode-map): Use substitute-key-definition.
5664 (msb-mode): Use msb-mode-map.
5665
5666 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5667
5668 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5669 New functions.
5670 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5671 (vc-switch-backend): New function.
5672 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5673 (vc-register): Fix prompt.
5674 (vc-unregister, vc-default-unregister): New functions.
5675 (vc-version-diff): Handle empty buffer in sentinel.
5676
5677 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5678 (vc-rcs-state-heuristic): Use it to guess the state of files with
5679 non-strict locking.
5680 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5681 been set with -b, but not created yet.
5682 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5683 contents in order to find the state.
5684 (vc-rcs-checkin): Allow creation of branches with no changes.
5685 (vc-rcs-unregister, vc-rcs-receive-file)
5686 (vc-rcs-set-non-strict-locking): New functions.
5687
5688 * vc-hooks.el (vc-name): Force correct computation of the value
5689 in case it is missing.
5690
5691 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5692
5693 * startup.el (fancy-splash-tail): Use a different foreground
5694 color on a dark frame background.
5695
5696 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5697
5698 * info.el: Use the correct capitalization when making Info-mode
5699 and Info-edit-mode `special' modes.
5700
5701 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5702
5703 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5704 (diff-mode): Add support for add-log.el.
5705 (diff-hunk-text): Use char offsets rather than line offsets.
5706 (diff-find-source-location): Replace LINE with line-offset (nil
5707 if not found) and always set POS to a meaningful position.
5708 Adapt to the new char-offsets.
5709 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5710 Adapt to the new diff-find-source-location.
5711 (diff-goto-source): Adapt to the new diff-find-source-location.
5712
5713 * add-log.el (add-log-file-name): New function (split out of
5714 add-change-log-entry).
5715 (add-change-log-entry): Use it.
5716 Call add-log-file-name-function with the changelog file name if
5717 the current buffer is not associated with any file.
5718 Avoid find-file if the selected window is dedicated.
5719
5720 * diff-mode.el (diff-find-source-location):
5721 Move code from diff-apply-hunk. Return buffer rather than file.
5722 (diff-apply-hunk): Use the new result from diff-find-source-location.
5723 (diff-goto-source): Use the new diff-find-source-location.
5724
5725 2000-09-20 Dave Love <fx@gnu.org>
5726
5727 * iswitchb.el: Some doc fixes.
5728 (iswitchb-mode-map): Define completely initially. Inherit
5729 minibuffer-local-map.
5730 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5731 fundamental-mode.
5732 (iswitchb-global-map): New variable.
5733 (iswitchb-summaries-to-end): Amalgamate regexps.
5734 (iswitchb-mode): New.
5735 (iswitchb-mode-hook): New variable.
5736 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5737 `extensions'.
5738
5739 2000-09-20 Gerd Moellmann <gerd@gnu.org>
5740
5741 * ehelp.el (electric-help): New defgroup.
5742 (electric-help-shrink-window): New user-option.
5743 (with-electric-help): Use it.
5744
5745 * window.el (shrink-window-if-larger-than-buffer): If face
5746 `mode-line' has a :box, and we're on a graphical frame, add 1
5747 to the needed window height.
5748
5749 * frame.el (frame-notice-user-settings): Add a last parameter nil
5750 to a call to `append', because the last list passed to `append' is
5751 not copied, and so subsequent calls to assq-delete-all will modify
5752 default-frame-alist.
5753
5754 * startup.el (fancy-splash-image): Change :type.
5755 (fancy-splash-head): Use an XBM image if appropriate.
5756 (command-line-1): Show splash screens in more cases.
5757
5758 * startup.el (fancy-splash-text): Don't quote faces.
5759
5760 * dired.el (dired-font-lock-keywords): Undo last change.
5761 (dired-readin): Bind indent-tabs-mode to nil.
5762
5763 * startup.el (fancy-splash-head): If frame's background mode
5764 is `dark', change the black background of the image to gray.
5765 (fancy-splash-screens): Display startup echo area message.
5766 (display-startup-echo-area-message): New function.
5767
5768 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5769
5770 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5771
5772 * info.el (info-header-node): Tweak for color ttys.
5773
5774 * faces.el (face-valid-attribute-values): Make sure directories we
5775 search for stipples both exist and are readable before trying to
5776 search them.
5777
5778 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5779 in the dry-run case.
5780
5781 * jka-compr.el (with-auto-compression-mode): New macro.
5782
5783 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5784 (custom-group-tag-face, custom-variable-tag-face): Use relative
5785 :height and inherit from `variable-pitch' face instead of
5786 hardwiring :family.
5787 * hi-lock.el (hi-black-hb): Likewise.
5788
5789 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5790 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5791 toolbar-add-item, if image doesn't have a mask add a `:mask
5792 heuristic'.
5793
5794 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5795
5796 * diff-mode.el: Docstring fixes.
5797 (diff-header-face, diff-comment-face): New faces.
5798 (diff-font-lock-keywords): Highlight a bit differently.
5799 (diff-find-source-location): Don't return SPAN any more.
5800 (diff-hunk-text): Don't bother erasing the temp buffer.
5801 (diff-find-text): Drop argument LINE.
5802 (diff-apply-hunk): Update calls to diff-find-text.
5803 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5804
5805 * calendar/calendar.el: Docstring fixes.
5806 (calendar-make-alist): Don't quote lambda.
5807 (calendar-star-date): Use make-local-variable.
5808
5809 2000-09-19 Dave Love <fx@gnu.org>
5810
5811 * toolbar/tool-bar.el: Renamed from toolbar.el.
5812 Change `toolbar' to `tool-bar' generally in symbols.
5813 Make some items invisible in `special' major modes.
5814 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5815 Add arg PROPS.
5816
5817 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5818 Add :version here.
5819 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5820
5821 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5822
5823 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5824
5825 * files.el (find-file-suppress-same-file-warnings): New user-option.
5826 (find-file-noselect): Use it.
5827
5828 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5829 (fancy-splash-screen): Defgroup.
5830
5831 * add-log.el (change-log-font-lock-keywords): Match names
5832 more exactly for the case that font-lock-constant-face is
5833 underlined.
5834
5835 2000-09-19 Richard M. Stallman <rms@gnu.org>
5836
5837 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5838
5839 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5840
5841 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5842
5843 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5844
5845 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5846 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5847 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5848 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5849 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5850 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5851 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5852 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5853 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5854 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5855 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5856 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5857
5858 * startup.el (fancy-splash-text): New variable.
5859 (fancy-splash-delay, fancy-splash-image): New user-options.
5860 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5861 (fancy-splash-screens): New functions.
5862 (command-line-1): If display has a `display' frame parameter, has
5863 colors, and we have XPM support, show more fancy splash screens.
5864
5865 2000-09-19 Dave Love <fx@gnu.org>
5866
5867 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5868 with null `help'. Use modern backquote syntax.
5869
5870 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5871
5872 * font-lock.el (font-lock-mode): Change message telling the user
5873 that ``the buffer is too big''.
5874
5875 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5876 for instance for the case that tab-width is 2.
5877
5878 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5879
5880 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5881 toolbar-add-item, if image doesn't have a mask add a `:mask
5882 heuristic'.
5883
5884 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5885
5886 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5887 and return a cons if it's non-nil.
5888 (diff-apply-hunk): Try to jump to the line in the source text
5889 corresponding to the position of point in the in the hunk.
5890
5891 * info.el (Info-title-3-face, Info-title-2-face)
5892 (Info-title-1-face): Use face inheritance and relative sizes
5893 instead of hard-wiring things.
5894
5895 * faces.el (secondary-selection): Make dark-background variant sane.
5896
5897 2000-09-16 Andrew Innes <andrewi@gnu.org>
5898
5899 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5900 read-only, since they aren't under VC now.
5901
5902 2000-09-17 Dave Love <fx@gnu.org>
5903
5904 * tmm.el: Replace mapcar with mapc in several places.
5905
5906 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5907 ad-unadvise.
5908
5909 * international/latin1-disp.el: New file.
5910
5911 * calendar/cal-move.el (scroll-calendar-left)
5912 (scroll-calendar-right): Make arg optional (for active mode line).
5913
5914 * calendar/calendar.el (calendar-mode-line-format): Make fields
5915 mouse-sensitive.
5916 (calendar-read-date, calendar-read-date, calendar-window-list):
5917 Unquote lambda.
5918 (calendar-month-name): Use aref, not sref.
5919
5920 * view.el (minor-mode-alist): Propertize the string.
5921
5922 * international/characters.el (standard-case-table): Add entries
5923 for Greek.
5924
5925 2000-09-18 Miles Bader <miles@gnu.org>
5926
5927 * info.el (info-node, info-xref): Add dark-background variants.
5928
5929 * faces.el (header-line): Change defaults to be less confusing
5930 when mixed with mode-lines.
5931
5932 * info.el (Info-fontify-node): Make a few cleanups.
5933 Add extra `help-echo' and `local-map' props to node xrefs.
5934 Use header-specific faces for node-names & xrefs.
5935 (Info-use-header-line): New variable.
5936 (info-header-xref, info-header-node): New faces.
5937 (Info-setup-header-line): New function.
5938 (Info-select-node): Call Info-setup-header-line when enabled.
5939 (Info-extract-pointer): Work even if the header line is hidden.
5940 (Info-header-line): New variable.
5941
5942 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * vms-patch.el (print-region-function): Don't quote lambda.
5945
5946 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5947
5948 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5949 (lm-get-header-re): Allow spaces between the header and the colon.
5950 (lm-header): Allow $ in non-RCS headers.
5951 (lm-header-multiline): Put the strings back into order.
5952 Stop at an empty line. Don't require two space chars if the
5953 line is clearly not another header line.
5954
5955 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5956 (popup-menu-popup): Remove.
5957
5958 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5959
5960 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5961 specification if or if not tool-bar item contains an `:enabled'
5962 property.
5963
5964 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5965 current buffer has no file name.
5966
5967 2000-09-15 Dave Love <fx@gnu.org>
5968
5969 * strokes.el: Sync with maintainer's current version with changes
5970 for Emacs, but avoid runtime cl and levents.
5971 (toplevel): Change autoloads and compilation requires.
5972 (strokes-version, strokes-bug-address, strokes-lift): Values
5973 changed.
5974 (strokes-xpm-header, strokes-insinuated): New variable.
5975 (strokes): Add :link.
5976 (strokes-mode): Customized.
5977 (strokes-while-inhibiting-garbage-collector): New macro.
5978 (strokes-remassoc): Avoid remove-if.
5979 (strokes-fix-button2-command): Don't use ad-do-it.
5980 (strokes-insinuate): New function.
5981 (strokes-button-press-event-p, strokes-button-release-event-p):
5982 New functions, used instead of non-`strokes-' versions..
5983 (strokes-mouse-event-p): Rewritten.
5984 (strokes-event-closest-point): Avoid event-point.
5985 (strokes-get-grid-position): Avoid cdadr, caadr
5986 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5987 functions.
5988 (strokes-help): Use with-output-to-temp-buffer.
5989 (strokes-window-configuration-changed-p): New function.
5990 (strokes-update-window-configuration): Use buffer-live-p,
5991 strokes-window-configuration-changed-p.
5992 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5993 (strokes-char-face): New face.
5994 (strokes-char-table, strokes-base64-chars): New variable.
5995 (strokes-xpm-for-stroke, strokes-list-strokes)
5996 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5997 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5998 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5999 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6000 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6001 functions.
6002
6003 2000-09-15 Gerd Moellmann <gerd@gnu.org>
6004
6005 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6006
6007 * image.el (create-image): Doc fix.
6008
6009 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6010 instead of `:heuristic-mask t'.
6011
6012 2000-09-14 Andrew Innes <andrewi@gnu.org>
6013
6014 * makefile.w32-in: Revert to Unix line endings.
6015
6016 2000-09-14 Andrew Innes <andrewi@gnu.org>
6017
6018 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6019 when installing.
6020
6021 * makefile.nt (DONTCOMPILE): Fix typo.
6022
6023 * shell.el (shell-write-history-on-exit): New function.
6024 (shell-dumb-shell-regexp): New custom variable.
6025 (shell-mode): Make shell-write-history-on-exit the process
6026 sentinel if shell name matches shell-dumb-shell-regexp.
6027
6028 * w32-fns.el: Comment out before-init-hook function which resets
6029 source-directory based; this breaks bootstrap.
6030
6031 2000-09-14 Dave Love <fx@gnu.org>
6032
6033 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6034 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6035 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6036 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6037 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6038 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6039 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6040 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6041 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6042
6043 * toolbar/toolbar.el: New.
6044
6045 * subdirs.el: Add toolbar.
6046
6047 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6048
6049 * indent.el (indent-for-tab-command): Doc fix.
6050
6051 2000-09-14 Alex Schroeder <alex@gnu.org>
6052
6053 * ansi-color.el (ansi-colors): Doc change.
6054 (ansi-color-get-face): Simplified regexp.
6055 (ansi-color-faces-vector): Added more faces, doc change.
6056 (ansi-color-names-vector): Doc change.
6057 (ansi-color-regexp): Simplified regexp.
6058 (ansi-color-parameter-regexp): New regexp.
6059 (ansi-color-filter-apply): Doc change.
6060 (ansi-color-filter-region): Doc change.
6061 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6062 deal with zero length parameters.
6063 (ansi-color-apply-on-region): Doc change.
6064 (ansi-color-map): Doc change.
6065 (ansi-color-map-update): Removed debugging message.
6066 (ansi-color-get-face-1): Added condition-case to trap
6067 args-out-of-range errors.
6068 (ansi-color-get-face): Doc change.
6069 (ansi-color-make-face): Removed.
6070 (ansi-color-for-shell-mode): New option.
6071
6072 2000-09-13 Kenichi Handa <handa@etl.go.jp>
6073
6074 * international/quail.el (quail-start-translation): Translate KEY
6075 if necessary even if it doesn't have any mapping in the current
6076 input method.
6077 (quail-start-conversion): Likewise.
6078 (quail-help): The output message is improved.
6079
6080 2000-09-13 Miles Bader <miles@gnu.org>
6081
6082 * comint.el (comint-output-filter): Revert to using
6083 `insert-before-markers'. Add bletcherous hack to undo damage
6084 caused by `insert-before-markers'. Put `front-sticky' property on
6085 overlays created here so that the field code understands how the
6086 overlay works. Use a let when making comint-last-prompt-overlay,
6087 so that the code is easier to read.
6088
6089 2000-09-13 Dave Love <fx@gnu.org>
6090
6091 * wid-edit.el (widget-default-format-handler): DTRT when
6092 doc-property is a function.
6093
6094 2000-09-12 Francesco Potorti` <pot@gnu.org>
6095
6096 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6097 filed name if it's not there.
6098
6099 2000-09-12 Dave Love <fx@gnu.org>
6100
6101 * simple.el (read-mail-command): Doc fix.
6102 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6103
6104 * vc.el (vc-dired-listing-switches): Fix :version.
6105
6106 * vc-hooks.el: Doc fixes.
6107
6108 * subr.el (add-minor-mode): Use toggle-fun arg.
6109
6110 * speedbar.el: Add :version to several defcustoms.
6111
6112 * imenu.el (imenu--truncate-items, imenu--cleanup)
6113 (imenu--generic-function): Avoid mapcar.
6114 (imenu--replace-spaces): Function removed.
6115 (imenu--completion-buffer): Use subst-char-in-string.
6116 (imenu-add-to-menubar): Use keymap inheritance.
6117
6118 2000-09-12 Miles Bader <miles@gnu.org>
6119
6120 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6121 (diff-mode-map): Bind `diff-test-hunk'.
6122 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6123
6124 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6125
6126 * bytecomp.el (byte-compile-defvar): Undo last change
6127 because it breaks '(make-variable-buffer-local (defvar ...)'
6128 which is used at least in dired.
6129
6130 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6131
6132 * international/quail.el (quail-define-package): Docstring
6133 modified.
6134
6135 2000-09-12 Kenichi Handa <handa@etl.go.jp>
6136
6137 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6138 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6139 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6140 docstring of "chinese-py".
6141
6142 * international/quail.el (quail-translation-docstring): New
6143 variable.
6144 (quail-show-keyboard-layout): Docstring modified.
6145 (quail-select-current): Likewise.
6146 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6147 infinite recursive call.
6148 (quail-help): Check quail-translation-docstring. Format of the
6149 output changed.
6150 (quail-help-insert-keymap-description): Adjusted for the above
6151 change.
6152
6153 2000-09-11 Gerd Moellmann <gerd@gnu.org>
6154
6155 * bytecomp.el (byte-compile-defvar): Only cons onto
6156 current-load-list in top-level forms. Else this leaks a cons cell
6157 every time a defun is called.
6158
6159 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6160
6161 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6162 Now understands non-unified diffs. Some functionality moved into
6163 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6164 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6165 modify anything. Only reposition point in the patched file if the
6166 patch succeeds. Only pop up another window if POPUP is true.
6167 Emit a message describing what happened if successful, and at what
6168 line-offset. Automatically detect reversed hunks and do something
6169 appropriate.
6170 (diff-hunk-text, diff-find-text): New functions.
6171 (diff-filter-lines): Function removed.
6172 (diff-test-hunk): New function.
6173 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6174
6175 2000-09-10 Dave Love <fx@gnu.org>
6176
6177 * textmodes/tildify.el: Minor doc/commentary fixes.
6178 (tildify) <defgroup>: Add :version.
6179
6180 * faces.el (face-x-resources): Make custom type more specific.
6181 (frame-background-mode): Use mapc.
6182 (region) <defcustom>: Add :version.
6183
6184 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6185
6186 * vc-sccs.el (vc-sccs-register):
6187 * vc-rcs.el (vc-rcs-register):
6188 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6189 * vc.el (vc-register): Clear file's properties.
6190
6191 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6192
6193 * faces.el (face-spec-set): Only face-spec-reset-face when
6194 ATTRS is non-nil.
6195
6196 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6197
6198 * help.el (help-insert-xref-button): Fix a typo in doc string.
6199
6200 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6203 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6204 methods.
6205
6206 * menu-bar.el (read-mail-item-name): New function.
6207 (menu-bar-tools-menu): Use it to compute and display the package
6208 used to read email.
6209 (menu-bar-tools-menu): Fix typo in GUD's help string.
6210
6211 2000-09-07 Dave Love <fx@gnu.org>
6212
6213 * diff-mode.el (diff-mouse-goto-source): New function.
6214
6215 * vc-sccs.el: Doc fixes.
6216 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6217
6218 * vc-rcs.el: Doc fixes.
6219 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6220 (vc-rcs-checkout-switches, vc-rcs-header)
6221 (vc-rcs-master-templates): Add or change :version.
6222
6223 * vc-cvs.el: Doc fixes.
6224 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6225 (vc-cvs-stay-local): Add :version.
6226
6227 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6228
6229 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6230
6231 * international/quail.el (quail-help): Fix previous change.
6232
6233 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6234
6235 * faces.el (color-values): Doc fix.
6236
6237 * faces.el (frame-set-background-mode): Use frame-parameter
6238 instead of frame-parameters.
6239
6240 * frame.el (filtered-frame-list): Reduce consing.
6241 (frames-on-display-list): Call frame-parameter instead of
6242 frame-parameters.
6243
6244 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6245
6246 * language/devan-util.el (devanagari-to-indian-region): In the
6247 loop, change the following char, not preceding char.
6248
6249 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6250
6251 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6252 instead of frame-parameters.
6253
6254 * faces.el (set-face-attribute): Simplify by calling
6255 internal-set-lisp-face-attribute with FRAME being 0.
6256
6257 * vc.el: Remove `Id' version control keyword.
6258
6259 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6260
6261 * help.el (help-make-xrefs): Adjusted for the change of
6262 help-xref-mule-regexp.
6263 (help-insert-xref-button): New function.
6264
6265 * international/mule-cmds.el (help-xref-mule-regexp-template):
6266 Include the pattern for character set.
6267 (leim): New group.
6268
6269 * international/quail.el: Don't require face.
6270 (quail): New group.
6271 (quail-other-command): Dummy command to make quail-help work better.
6272 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6273 (quail-keyboard-layout-substitution): New variable.
6274 (quail-update-keyboard-layout): New function.
6275 (quail-keyboard-layout-type): New customizable variable.
6276 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6277 (quail-keyboard-translate): Pay attention to
6278 quail-keyboard-layout-substitution.
6279 (quail-insert-kbd-layout): New function.
6280 (quail-show-keyboard-layout): New function.
6281 (quail-get-translation): If the definition is a vector of length
6282 1, and the element is a string of length 1, return the character
6283 in that string.
6284 (quail-update-current-translations): Fix the case of
6285 relative-index out of range.
6286 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6287 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6288 Show key sequences for all available characters.
6289 (quail-help-insert-keymap-description): Don't show such verbose
6290 key bindings as quail-self-insert-command.
6291
6292 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6293 Format changed, and each element now have extra documentations.
6294 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6295 Adjusted for the change of quail-cxterm-package-ext-info.
6296
6297 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6298
6299 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6300 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6301 during bootstrap.
6302
6303 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6304
6305 * vc.el: (toplevel): Don't require `dired' at run-time.
6306 (vc-dired-resynch-file): Remove autoload cookie.
6307
6308 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6309
6310 * vc.el: Made several backend functions optional.
6311 (vc-default-responsible-p): New function.
6312 (vc-merge): Use RET for first version to trigger merge-news, not
6313 prefix arg.
6314 (vc-annotate): Handle backends that do not support annotation.
6315 (vc-default-merge-news): Removed. The existence of a merge-news
6316 implementation is now checked on caller sites.
6317
6318 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6319 case.
6320
6321 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6322 special case that has been removed from the default in vc-hooks.el.
6323
6324 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6325
6326 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6327
6328 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6329
6330 * vc-hooks.el: Require vc during compilation.
6331 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6332 macro `with-vc-properties' in vc.el.
6333 (vc-file-getprop): Doc fix.
6334 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6335
6336 * vc.el: Require dired-aux during compilation.
6337 (vc-name-assoc-file): Moved to vc-sccs.el.
6338 (with-vc-properties): New macro.
6339 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6340 vc-finish-steal): Use it.
6341 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6342 to the backend-specific function is now supposed to do the checkout,
6343 too.
6344 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6345
6346 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6347 set file properties; that gets done in the generic code now.
6348
6349 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6350 Changed parameter list, added code from vc.el that does the
6351 checkout, possibly with a double-take.
6352
6353 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6354 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6355 the above under the new name.
6356 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6357 parameter list, added checkout command.
6358 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6359 properties; that gets done in the generic code now.
6360
6361 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6362
6363 * vc.el: Docstring fixes (courtesy of checkdoc).
6364
6365 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6366
6367 * vc.el (vc-checkout-writable-buffer-hook)
6368 (vc-checkout-writable-buffer): Remove.
6369 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6370 (vc-log-mode): Make it into a clean derived major mode.
6371 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6372 vc-log-mode if log-edit is not available.
6373 (vc-dired-mode-map): Don't set-keymap-parent yet.
6374 (vc-dired-mode): Do set-keymap-parent here.
6375 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6376
6377 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6378
6379 * faces.el (set-face-attribute, face-spec-reset-face)
6380 (face-spec-set): Avoid consing by removing calls to `apply'.
6381
6382 * frame.el (frame-parameter): Move to C code.
6383
6384 2000-09-05 Dave Love <fx@gnu.org>
6385
6386 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6387 insert-before-markers-and-inherit. Now checked systematically!
6388
6389 2000-09-05 Alex Schroeder <alex@gnu.org>
6390
6391 * sql.el (sql-postgres): Use sql-postgres-options.
6392 (sql-postgres-options): New variable.
6393
6394 2000-09-05 Alex Schroeder <alex@gnu.org>
6395
6396 * sql.el (sql-mode-menu): Work around missing variable mark-active
6397 in XEmacs.
6398 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6399 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6400 compatibility.
6401
6402 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6403
6404 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6405
6406 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6407
6408 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6409
6410 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6411
6412 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6413 don't support anything else under SCCS yet.
6414
6415 * vc-hooks.el: Minor doc fixes.
6416
6417 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6418
6419 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6420 not necessary. If verbose in state `needs-patch', do the same as
6421 under `up-to-date'. When NOT verbose and `needs-patch', check out
6422 latest version instead of `merge-news'.
6423 (vc-next-action-dired): Don't mess with default-directory here; it
6424 breaks other parts of dired. It is the job of the
6425 backend-specific functions to adjust it temporarily if they need it.
6426 (vc-next-action): Remove a special CVS case.
6427 (vc-clear-headers): New optional arg FILE.
6428 (vc-checkin, vc-checkout): Set properties vc-state and
6429 vc-checkout-time properly.
6430 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6431 (vc-print-log): Use new backend function `show-log-entry'.
6432 (vc-cancel-version): Do the checks in a different order. Added a
6433 FIXME concerning RCS-only code.
6434
6435 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6436 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6437
6438 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6439
6440 * vc-hooks.el (vc-default-mode-line-string): Show state
6441 `needs-patch' as a `-' too.
6442
6443 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6444
6445 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6446 (vc-default-could-register): New function.
6447 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6448 (vc-resynch-buffer): Call vc-dired-resynch-file.
6449 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6450 vc-resynch-buffer instead of vc-resynch-window.
6451 (vc-next-action-dired): Don't redisplay here, that gets done as a
6452 result of the individual file operations.
6453 (vc-retrieve-snapshot): Corrected prompt order.
6454
6455 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6456
6457 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6458 as well.
6459 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6460 hostname regexps. Updated all callers.
6461 (vc-cvs-responsible-p): Handle directories as well.
6462 (vc-cvs-could-register): New function.
6463 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6464 properties up-to-date.
6465
6466 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6467 user whether to create one.
6468
6469 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6470
6471 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6472 check out a non-existing file.
6473
6474 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6475 workfile does not exist.
6476
6477 * vc.el (vc-version-diff): Use `require' to check for existence of
6478 diff-mode.
6479
6480 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6481
6482 * vc-cvs.el (vc-cvs-registered): Use new function
6483 vc-cvs-parse-entry to do the actual work.
6484
6485 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6486
6487 * vc-hooks.el (vc-find-backend-function): If function doesn't
6488 exist, return nil instead of error.
6489 (vc-call-backend): Doc fix.
6490
6491 * vc.el (vc-do-command): Doc fix.
6492 (vc-finish-logentry): When checking in from vc-dired, choose the
6493 right backend for logentry check.
6494 (vc-dired-mode-map): Inherit from dired-mode-map.
6495 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6496 simplified.
6497 (vc-dired-state-info): Removed, updated caller.
6498 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6499 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6500 (vc-dired-listing-switches): New variable.
6501 (vc-directory): Use it, instead of dired-listing-switches.
6502
6503 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6504 (vc-cvs-dir-state): New function.
6505 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6506 (vc-cvs-parse-entry): New function, also to be used in
6507 vc-cvs-registered.
6508
6509 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6510
6511 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6512 *or* single-window-frames.
6513
6514 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6515
6516 * vc.el (vc-update-changelog): Split into generic part and default
6517 implementation. Doc string adapted.
6518 (vc-default-update-changelog): New function. Call the `rcs2log'
6519 script in exec-directory, to fix a long-standing nuisance.
6520
6521 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6522 simply signals an error.
6523
6524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6525
6526 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6527 control-flow more clear and to avoid running `cvs' twice.
6528
6529 * vc.el (vc-next-action-on-file): Doc fix.
6530 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6531 (vc-print-log): Eval `file' before constructing the continuation.
6532
6533 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6534
6535 * vc.el (vc-next-action-on-file): Corrected several messages.
6536 (vc-merge): Add prefix arg `merge-news'; handle it.
6537
6538 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6539 is not reached. It is.
6540 (vc-cvs-merge): Set state to 'edited after merge.
6541 (vc-cvs-merge-news): Set workfile version to nil if not known.
6542 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6543
6544 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6545 via stdout. (Merge from main line.)
6546
6547 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6548
6549 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6550 detection.
6551
6552 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6553
6554 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6555 against kill-all-local-variables.
6556 (vc-log-edit): Don't save vc-parent-buffer any more.
6557 (vc-last-comment-match): Initialize to an empty string.
6558 (vc-post-command-functions): New hook.
6559 (vc-do-command): Run it.
6560 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6561 (vc-finish-logentry): Only add the comment to the ring if it's
6562 different from the last comment entered.
6563 (vc-new-comment-index): New function.
6564 (vc-previous-comment): Use it. Make the minibuffer message
6565 slightly less terse.
6566 (vc-comment-search-reverse): Make it work forward as well. Don't
6567 set vc-comment-ring-index if no match is found. Use
6568 vc-new-comment-index.
6569 (vc-comment-search-forward): Use vc-comment-search-reverse.
6570 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6571 define-derived-mode will do it for us. Bind `v' to a keymap that
6572 inherits from vc-prefix-map so that we can bind `vt' without
6573 binding C-x v t.
6574 (vc-retrieve-snapshot): Parenthesis typo.
6575
6576 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6577 to 1. Make sure to switch to *vc* before looking for an error
6578 message. Use vc-parse-buffer.
6579
6580 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6581
6582 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6583 and NAME.
6584 (vc-retrieve-snapshot): Split into two parts.
6585 (vc-default-retrieve-snapshot): New function.
6586
6587 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6588 (vc-cvs-retrieve-snapshot): New function (untested).
6589 (vc-cvs-stay-local): Default to t.
6590 (vc-cvs-remote-p): New function and property.
6591 (vc-cvs-state): Stay local only if the above is t.
6592 (vc-handle-cvs): Removed.
6593 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6594 done via vc-handled-backends now.
6595 (vc-cvs-header): Escape Id.
6596
6597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6598
6599 * vc.el (vc-do-command): Remove unused commands.
6600 (vc-version-diff): Make sure default-directory ends with a slash.
6601 Move the window commands into a vc-exec-after.
6602 (vc-print-log): Move more of the code into the `vc-exec-after'.
6603
6604 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6605
6606 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6607 (vc-print-log): Search current revision from beginning of buffer.
6608 (vc-revert-buffer): Clear echo area after the diff is finished.
6609 (vc-prefix-map): Removed definition of "t" for terse display in vc
6610 dired.
6611 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6612 definition of "vt" for terse display.
6613 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6614
6615 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6616
6617 * vc.el (vc-exec-after): Avoid caddr.
6618
6619 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6620
6621 * vc.el (vc-exec-after): New function.
6622 (vc-do-command): Use it to add a termination message for async
6623 procs.
6624 (vc-checkout): Try to handle a missing-backend situation.
6625 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6626 of a directory with a backend using async diffs.
6627 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6628 present.
6629
6630 * vc-sccs.el (vc-sccs-state-heuristic): Use
6631 file-ownership-preserved-p.
6632
6633 * vc-rcs.el (vc-rcs-state-heuristic): Use
6634 file-ownership-preserved-p.
6635 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6636
6637 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6638
6639 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6640 vc-do-command.
6641
6642 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6643 when there are no changes.
6644
6645 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6646
6647 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6648
6649 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6650
6651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6652
6653 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6654
6655 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6656 the `fset' outside of the defvar so that it works even if
6657 vc-prefix-map was already defined.
6658 (vc-setup-buffer): New function, split out of vc-do-command.
6659 (vc-do-command): Allow BUFFER to be t to mean `just use the
6660 current buffer without any fuss'.
6661 (vc-version-diff): Change the `diff' backend operation to just put
6662 the diff in the current buffer without erasing it. Always use
6663 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6664 shrink-window-if-larger-than-buffer.
6665 (vc-print-log): Change the `print-log' backend operation to just
6666 put the log in the current buffer without erasing it. Protect
6667 shrink-window-if-larger-than-buffer.
6668 (vc-update-change-log): Fix setd typo.
6669
6670 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6671 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6672
6673 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6674 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6675 CMP.
6676
6677 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6678 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6679 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6680
6681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6682
6683 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6684 not possible, use vc-BACKEND-workfile-unchanged-p.
6685 (vc-default-workfile-unchanged-p): New function. Delegates to a
6686 full vc-BACKEND-diff.
6687
6688 * vc-hooks.el (vc-simple-command): Removed.
6689
6690 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6691 instead of vc-simple-command.
6692 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6693 avoid doing a diff when opening a file.
6694 (vc-rcs-state): Added check for unlocked-changes.
6695 (vc-rcs-header): Escape Id.
6696 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6697 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6698 version.
6699
6700 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6701 (vc-sccs-diff): Remove optional arg CMP.
6702 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6703 SCCS-specific function.
6704
6705 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6706 vc-simple-command.
6707
6708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6709
6710 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6711 (with-vc-file, vc-merge): Use vc-editable-p.
6712 (vc-do-command): Remove unused var vc-file and fix the
6713 doubly-defined `status' var. Add a user message when starting an
6714 async command.
6715 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6716 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6717 Use with-current-buffer.
6718 (vc-buffer-sync): Use unless.
6719 (vc-next-action-on-file): If the file is 'edited by read-only,
6720 make it read-write instead of trying to commit.
6721 (vc-version-diff, vc-update-change-log): Use `setq
6722 default-directory' rather than `cd'.
6723 (vc-log-edit): Don't forget to set default-directory in the
6724 buffer.
6725
6726 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6727 (vc-sccs-state-heuristic): Use file-writable-p instead of
6728 comparing userids.
6729 (vc-sccs-checkout): Use `unless'.
6730
6731 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6732 of comparing userids.
6733 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6734 Simplify the logic by eliminating unreachable code.
6735 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6736 just do a recursive call if we need to retry.
6737 (vc-rcs-checkout): Handle the case where rcs is missing by making
6738 the buffer read-write if requested and re-signalling the error.
6739
6740 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6741
6742 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6743
6744 * vc-hooks.el (vc-handled-backends): Docstring change.
6745 (vc-ignore-vc-files): Mark obsolete.
6746 (vc-registered): Check vc-ignore-vc-files.
6747 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6748 vc-ignore-vc-files.
6749
6750 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6751
6752 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6753
6754 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6755 files since ange-ftp already has vc-registered return nil.
6756
6757 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6758 (vc-sccs-workfile-version): Use with-temp-buffer and new
6759 vc-parse-buffer and don't bother setting the property.
6760 (vc-sccs-add-triple): Use with-current-buffer and
6761 find-file-noselect.
6762 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6763
6764 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6765 derives from the old vc-parse-buffer but uses the revision number
6766 rather than the date (much easier to compare robustly).
6767 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6768 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6769 locking-user more directly. Check strict locking and set
6770 checkout-model appropriately.
6771 (vc-rcs-parse-locks): Remove.
6772 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6773 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6774 (vc-rcs-system-release): Use with-current-buffer and
6775 vc-parse-buffer.
6776 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6777
6778 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6779 (vc-simple-command): Docstring fix.
6780 (vc-registered): Align the way the file-handler is called with the
6781 way the function itself works.
6782 (vc-file-owner): Remove.
6783
6784 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6785 extraction of fields and call to file-attributes because of a
6786 temporary bug in rcp.el.
6787 (vc-cvs-fetch-status): Use with-current-buffer.
6788
6789 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6790
6791 * vc.el (vc-do-command): Use file-relative-name.
6792 (vc-responsible-backend): Use vc-backend if possible.
6793 (vc-create-snapshot): Improve the `interactive' spec. Add support
6794 for branches and dispatch to backend-specific `create-snapshot'.
6795 (vc-default-create-snapshot): New function, containing the bulk of
6796 the old vc-create-snapshot.
6797 (vc-retrieve-snapshot): Improve the interactive spec.
6798
6799 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6800 (vc-backend-hook-functions): Remove.
6801 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6802 (vc-backend): Reintroduce the test for `file = nil' now that I
6803 know why it was there (and added a comment to better remember).
6804
6805 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6806 code from vc-sccs-hooks.el.
6807 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6808 'vc anymore.
6809 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6810 and file-directory-p instead of file-exists-p.
6811 (vc-sccs-check-headers): Simplify the regexp.
6812
6813 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6814 from vc-rcs-hooks.el. Don't require 'vc anymore.
6815 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6816 file-directory-p instead of file-exists-p.
6817
6818 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6819 from vc-cvs-hooks.el.
6820 (proto vc-cvs-registered): Require 'vc-cvs instead of
6821 'vc-cvs-hooks. Don't require 'vc anymore.
6822 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6823 file-directory-p instead of file-exists-p.
6824 (vc-cvs-create-snapshot): New function, replacing
6825 vc-cvs-assign-name.
6826 (vc-cvs-assign-name): Remove.
6827
6828 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6829
6830 * vc-cvs.el (vc-cvs-header): New var.
6831
6832 * vc-rcs.el (vc-rcs-exists): Remove.
6833 (vc-rcs-header): New var.
6834
6835 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6836 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6837 (vc-sccs-header): New var.
6838
6839 * vc.el (vc-do-command): Get rid of the `last' argument.
6840 (vc-header-alist): Remove, replaced by vc-X-header.
6841 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6842 (vc-dired-hook): Use expand-file-name instead of concat.
6843 (vc-directory): Use file-name-as-directory.
6844 (vc-snapshot-precondition, vc-create-snapshot)
6845 (vc-retrieve-snapshot): Allow the command to operate on any
6846 directory.
6847
6848 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6849 just removing the 'WORKFILE argument or by removing the 'MASTER
6850 argument and replacing `file' with (vc-name file).
6851
6852 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6853
6854 * vc.el: Update Copyright and add a crude list of backend funs.
6855 (vc-writable-p): New function.
6856 (with-vc-file): Use vc-writable-p.
6857 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6858 (vc-register): Avoid vc-name.
6859 (vc-locking-user): Remove.
6860 (vc-steal-lock): Make the `owner' arg non-optional.
6861 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6862 vc-checkout-model.
6863 (vc-default-dired-state-info): Use vc-state instead of
6864 vc-locking-user and return special strings for special states.
6865 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6866 and get rid of one of the special CVS cases.
6867 (vc-cancel-version): prettify error message with \\[...].
6868 (vc-rename-master): New function.
6869 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6870 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6871 the CVS special case generic.
6872 (vc-default-record-rename): Remove.
6873 (vc-file-tree-walk-internal): Only call FUNC for files that are
6874 under control of some VC backend and replace `concat' with
6875 expand-file-name.
6876 (vc-file-tree-walk): Update docstring.
6877 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6878 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6879
6880 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6881 vc-sccs-record-rename. Use `find-file-noselect' rather than
6882 `find-file' and call `vc-rename-master' to do the actual move.
6883 (vc-sccs-diff): Remove unused `backend' variable.
6884
6885 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6886 to delay loading of vc-sccs until it is really used.
6887 (vc-sccs-master-templates): Preload.
6888 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6889 (vc-sccs-project-dir): Remove (merged into
6890 vc-sccs-search-project-dir).
6891 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6892 rather than `concat', make sure it is preloaded and don't bother
6893 to check that the file actually exists.
6894 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6895 `locks' argument (use buffer's content instead) and eliminate n^2
6896 behavior.
6897
6898 * vc-rcs.el: Update Copyright.
6899 (vc-rcs-rename-file): New function.
6900 (vc-rcs-diff): Remove unused `backend' variable.
6901
6902 * vc-hooks.el: Update Copyright.
6903 (vc-backend): Don't accept a nil argument any more.
6904 (vc-up-to-date-p): Turn into a defsubst.
6905 (vc-possible-master): New function.
6906 (vc-check-master-templates): Use `vc-possible-master' and allow
6907 funs in vc-X-master-templates to return a non-existent file.
6908
6909 * vc-cvs.el: Update Copyright.
6910 (vc-cvs-diff): Remove unused `backend' variable.
6911 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6912
6913 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6914
6915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6916
6917 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6918 since it can be called from vc-rcs.el.
6919 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6920
6921 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6922
6923 * vc.el (vc-version-diff): Expand file name read from the
6924 minibuffer. Handle the case when a previous version number can't
6925 be guessed. Give suitable messages when there were no differences
6926 found.
6927 (vc-clear-headers): Call backend-specific implementation, if one
6928 exists.
6929 (vc-cancel-version): Made error checks generic. When done, clear
6930 headers generically, too.
6931
6932 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6933 from vc-clear-headers in vc.el.
6934
6935 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6936 correctly.
6937 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6938 optional. Handle the case when it's not there.
6939
6940 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6941
6942 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6943
6944 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6945
6946 * vc-hooks.el (vc-loadup): Remove.
6947 (vc-find-backend-function): Use `require'. Also, handle the case
6948 where vc-BACKEND-hooks.el doesn't exist.
6949 (vc-call-backend): Cleanup.
6950
6951 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6952
6953 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6954 vc-rcs-grab-templates)
6955 (vc-rcs-registered): Remove. The default function works as well.
6956 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6957 vc-sccs-grab-templates)
6958 (vc-sccs-registered): Remove. The default function works as well.
6959
6960 * vc.el (vc-version-diff): Left out a vc- in call to
6961 vc-call-backend.
6962 (vc-default-dired-state-info, vc-default-record-rename)
6963 (vc-default-merge-news): Update for the new backend argument.
6964
6965 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6966 using the default function.
6967 (vc-call-backend): If calling the default function, pass it the
6968 backend as first argument. Update the docstring accordingly.
6969 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6970 for the new backend argument.
6971 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6972 (vc-find-backend-function): Use the new name.
6973 (vc-default-registered): New function.
6974
6975 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6976
6977 * vc.el (vc-merge): Use vc-find-backend-function.
6978
6979 * vc-hooks.el (vc-backend-functions): Remove.
6980 (vc-loadup): Don't setup 'vc-functions.
6981 (vc-find-backend-function): New function.
6982 (vc-call-backend): Use above fun and populate 'vc-functions
6983 lazily.
6984 (vc-backend-defines): Remove.
6985
6986 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6987
6988 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6989 Call vc-call-backend without the leading vc-.
6990 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6991 (vc-check-headers): Call vc-call-backend without the leading vc-.
6992 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6993 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6994 Call vc-call-backend without the leading vc-.
6995
6996 * vc-cvs.el (tail): Provide vc-cvs.
6997 * vc-sccs.el (tail): Provide vc-sccs.
6998 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6999
7000 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7001 (vc-make-backend-function, vc-call): Pass names without leading
7002 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7003 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7004 (vc-call-backend): Always try to load vc-X-hooks.
7005 (vc-registered): Remove vc- in call to vc-call-backend.
7006
7007 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7008
7009 * vc.el (vc-process-filter): New function.
7010 (vc-do-command): Setup `vc-process-filter' for the async process.
7011 (vc-maybe-resolve-conflicts): New function to reduce
7012 code-duplication. Additionally, it puts the buffer in
7013 `smerge-mode' if applicable.
7014 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7015 calling `merge-news'.
7016 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7017 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7018 interfacing to log-edit.el.
7019 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7020 log-edit is available.
7021 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7022
7023 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7026 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7027 defvar and the initialization.
7028 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7029
7030 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7031 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7032
7033 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7034
7035 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7036
7037 * vc.el (vc-file-clear-masterprops): Removed.
7038 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7039 (vc-version-diff): Use buffer-size without argument.
7040 (vc-register): Heed vc-initial-comment.
7041
7042 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7043 default branch.
7044
7045 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7046 file name and workfile version.
7047 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7048
7049 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7050 vc-file-clear-masterprops.
7051
7052 * vc-sccs.el (vc-sccs-checkout): Removed call to
7053 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7054 rather than user login name.
7055
7056
7057 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7058
7059 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7060 `want-differences-if-changed' and simplify.
7061 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7062 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7063 output (which is invalid for async vc-diff) to decide whether to
7064 do the revert silently or not.
7065
7066 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7067
7068 * vc-hooks.el (vc-loadup): Load files quietly.
7069 (vc-call-backend): Oops, brain fart.
7070
7071 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7072
7073 * vc-cvs.el (vc-cvs-state): Typo.
7074 (vc-cvs-merge-news): Return the status code rather than the error msg.
7075
7076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7077
7078 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7079 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7080 vc-state or vc-up-to-date-p.
7081 (vc-merge): Use vc-backend-defines to check whether merging is
7082 possible. Set state to 'edited after successful merge.
7083
7084 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7085 return that name. Redocumented.
7086
7087 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7088
7089 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7090 new `vc-state' semantics.
7091 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7092 'vc-locking-user to the current user.
7093 (vc-merge): Inline vc-backend-merge. Comment out code that I
7094 don't understand and hence can't adapt to the new `vc-state' and
7095 `vc-locking-user' semantics.
7096 (vc-backend-merge): Remove.
7097
7098 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7099 rather than 'vc-locking-user.
7100
7101 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7102
7103 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7104 (vc-state): Don't use 'reserved any more. Just use the same
7105 convention as the one used for vc-<backend>-state where the
7106 locking user (as a string) is returned.
7107 (vc-locking-user): Update, based on the above convention. The
7108 'vc-locking-user property has disappeared.
7109 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7110
7111 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7112 with a heuristic one.
7113 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7114 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7115 error. That allows us to get to 'needs-merge even in the
7116 stay-local case. There's still no way to detect 'needs-patch in
7117 such a setup (or to force an update for that matter).
7118 (vc-cvs-logentry-check): Remove, the default works as well.
7119
7120 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7121
7122 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7123
7124 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7125 major-mode in which the buffer might have been put earlier. Use
7126 `remove' and `when'. Allow `okstatus' to be `async' and use
7127 `start-process' in this case.
7128 (vc-version-diff): Handle the case where the diff looks empty
7129 because of the use of an async process.
7130
7131 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7132
7133 * vc.el (vc-next-action-on-file): Removed optional parameter
7134 `simple'. Recompute state unconditionally.
7135 (vc-default-toggle-read-only): Removed.
7136
7137 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7138 (vc-toggle-read-only): Undid prev change.
7139
7140 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7141 vc-cvs-simple-toggle. Redocumented.
7142 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7143 (vc-cvs-toggle-read-only): Removed.
7144
7145 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7146
7147 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7148 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7149 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7150 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7151 still is. So maybe it should be removed.
7152 (vc-head-version, vc-find-binary): Remove.
7153 (vc-recompute-state): Move from vc-hooks.el.
7154 (vc-next-action-on-file): Add a `simple' argument to allow
7155 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7156 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7157 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7158 (vc-dired-mode-map): Properly defvar it.
7159 (vc-print-log): Call log-view-mode if available.
7160 (small-temporary-file-directory): defvar instead of use boundp.
7161 (vc-merge-news): Moved to vc-cvs.el.
7162 (vc-default-merge-news): New function.
7163
7164 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7165 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7166 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7167 unknown `vc-latest-version' function. It should probably refer to
7168 vc-workfile-version or somesuch, but it's very unclear to me and I
7169 don't have SCCS to test things.
7170
7171 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7172 (vc-sccs-state-heuristic): Fix typo.
7173 (vc-sccs-workfile-unchanged-p): Add missing argument.
7174
7175 * vc-rcs.el: Require vc and vc-rcs-hooks.
7176 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7177 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7178 (vc-release-greater-or-equal-p): Move from vc.
7179 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7180 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7181 (vc-rcs-checkout): Add a missing `new-version' argument in the
7182 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7183
7184 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7185 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7186 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7187 than the apparently unbound `workfile-version'.
7188
7189 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7190 (vc-file-prop-obarray): Use `make-vector'.
7191 (vc-backend-functions): Add new hookable functions
7192 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7193 (vc-loadup): If neither backend nor default functions exist, use
7194 the backend function rather than nil.
7195 (vc-call-backend): If the function if not bound yet, try to load
7196 the non-hook file to see if it provides it.
7197 (vc-call): New macro plus use it wherever possible.
7198 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7199 nor `vc-find-binary' since it's only called from
7200 vc-mistrust-permission which is only used once the backend is known.
7201 (vc-checkout-model): Fix parenthesis.
7202 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7203
7204 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7205 (vc-cvs-release, vc-cvs-system-release): Remove.
7206 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7207 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7208 status symbols.
7209 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7210 (vc-cvs-toggle-read-only): First cut at a function to allow a
7211 cvs-status-free vc-toggle-read-only.
7212 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7213 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7214 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7215 (vc-cvs-checkout): Modify access rights directly if the user
7216 requested not to use `cvs edit'. And refresh the mode line.
7217
7218 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7219 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7220
7221 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7224 workfile' that got lost when the code was extracted from vc.el.
7225 And merged the tail with the rest of the code (not possible in the
7226 old vc.el where the tail was shared among all backends). And
7227 explicitly set the state to 'edited if `writable' is set.
7228
7229 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7230 (vc-cvs-state): Be careful to return the value from
7231 vc-cvs-parse-state.
7232 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7233 property but return it instead. Also be careful to handle a nil
7234 or "" `rev' when workfile is non-nil (it was handled properly when
7235 workfile was nil).
7236
7237 * vc.el: Removed those pesky unnecessary `(function' quotes.
7238 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7239 directly in the defvar.
7240 (vc-do-command): Bind inhibit-read-only so as to properly handle
7241 the case where the destination buffer has been made read-only.
7242 (vc-diff): Delegate to vc-version-diff in all cases.
7243 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7244 (vc-annotate-mode-variables): Removed (code moved partly to
7245 defvars and partly to vc-annotate-add-menu).
7246 (vc-annotate-mode): Turned into a derived-mode.
7247 (vc-annotate-add-menu): Moved in code in
7248 vc-annotate-mode-variables.
7249 (vc-update-change-log): Use make-temp-file if available.
7250
7251 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7252
7253 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7254 `vc-checkout-model' updated to `vc-cvs-update-model'.
7255
7256 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7257
7258 * vc.el (vc-next-action-on-file): Added handling of state
7259 `unlocked-changes'.
7260 (vc-checkout-carefully): Is now practically obsolete, unless the
7261 above is too slow to be enabled unconditionally.
7262 (vc-update-change-log): Fixed typo.
7263
7264 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7265
7266 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7267 Now handles state `unlocked-changes'.
7268 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7269
7270 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7271
7272 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7273 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7274 `unlocked-changes'.
7275 (vc-rcs-workfile-unchanged-p): Renamed from
7276 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7277 function yet, but supposed to become one soon.
7278
7279 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7280 `vc-steal-lock'.
7281 (vc-call-backend): Changed error message.
7282 (vc-state): Added description of state `unlocked-changes'.
7283
7284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7285
7286 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7287 always return t in CVS-controlled directories.
7288
7289 * vc.el (vc-responsible-backend): New function.
7290 (vc-register): Largely rewritten.
7291 (vc-admin): Removed (implementation moved into vc-register).
7292 (vc-checkin): Redocumented.
7293 (vc-finish-logentry): If no backend defined yet (because we are in
7294 the process of registering), use the responsible backend.
7295
7296 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7297 Updated function lists.
7298 (vc-call-backend): Fixed typo.
7299
7300 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7301 New functions.
7302 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7303 Removed query option. Redocumented.
7304
7305 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7306
7307 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7308
7309 * vc.el: Updated callers of `vc-checkout-required' to use
7310 `vc-checkout-model'.
7311
7312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7313
7314 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7315 stuff updated to reference this function instead of the old
7316 `vc-backend-release-p'.
7317
7318 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7319
7320 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7321 vc-checkout-model. Return appropriate values. Updated callers.
7322
7323 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7324
7325 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7326 (vc-backend-revert): Function moved into `vc-revert';
7327 `vc-next-action' must be updated to accomodate this change.
7328 (vc-backend-steal): Function moved into `vc-finish-steal'.
7329 (vc-backend-logentry-check): Function moved into
7330 `vc-finish-logentry'.
7331 (vc-backend-printlog): Function moved into `vc-print-log'.
7332 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7333 (vc-backend-assign-name): Function moved into
7334 `vc-create-snapshot'.
7335
7336 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7337
7338 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7339 Rename to vc-checkout-model. Return appropriate values.
7340 Update callers.
7341
7342 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7343 to vc-checkout-model.
7344 (vc-checkout-required): Rename to vc-checkout-model.
7345 Re-implement and re-comment.
7346 (vc-after-save): Use vc-checkout-model.
7347
7348 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7349
7350 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7351 Update to use the vc-BACKEND-diff functions instead.
7352 `vc-diff' is now working.
7353
7354 * vc-rcs.el (vc-rcs-logentry-check): New function.
7355
7356 * vc-cvs.el (vc-cvs-logentry-check): New function.
7357
7358 * vc-sccs.el (vc-sccs-diff): Function changed name from
7359 `vc-backend-diff'. This makes `vc-diff' work.
7360
7361 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7362 of functions possibly implemented in a vc-BACKEND library.
7363 (vc-checkout-required): Fix bug that caused an error to be
7364 signaled during `vc-after-save'.
7365
7366 * vc.el: Fix typo.
7367 This checkin is made with our new VC code base for the very first time.
7368 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7369
7370 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7371 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7372
7373 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7374 updated to `vc-uses-locking'.
7375 (vc-checkout-required): Call to backend function.
7376 `vc-checkout-required' updated to `vc-uses-locking' instead.
7377
7378 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7379 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7380
7381 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7382 to match the split into various backends.
7383 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7384 (vc-retrieve-snapshot): Bug fix.
7385
7386 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7387
7388 * vc-sccs.el (vc-sccs-release): Doc fix.
7389
7390 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7391
7392 * vc.el (vc-next-action-on-file): Bug found and fixed.
7393 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7394 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7395
7396 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7397 (vc-rcs-checkout): Name space cleaned up. No more revision number
7398 crunching function names that are not prefixed with vc-rcs.
7399 (vc-rcs-checkout-model): Function added. References to
7400 `vc-checkout-model' replaced.
7401
7402 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7403
7404 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7405 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7406 still need to be split, and implemented for RCS).
7407
7408 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7409
7410 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7411
7412 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7413 required by the vc.el file.
7414
7415 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7416 required by the vc.el file.
7417 (vc-rcs-exists): Function added.
7418
7419 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7420 required by the vc.el file.
7421
7422 * vc.el (vc-admin): Updated to handle selection of appropriate
7423 backend. Current implementation is crufty and need re-thinking.
7424
7425 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7426
7427 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7428
7429 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7430 beginning of annotate buffers correctly.
7431
7432 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7433 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7434 functionality updated quite a lot to support multiple backends.
7435 Variables `vc-annotate-mode', `vc-annotate-buffers',
7436 `vc-annotate-backend' added.
7437
7438 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7439 `vc-annotate-difference' added to supported backend functions.
7440
7441 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7442
7443 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7444 Use with-temp-file instead of /bin/sh. Merged from mainline
7445
7446 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7447
7448 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7449
7450 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7451
7452 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7453
7454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7455
7456 * vc-hooks.el: vc-state-heuristic added to
7457 vc-backend-hook-functions.
7458
7459 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7460
7461 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7462
7463 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7464 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7465 state to `reserved'.
7466
7467 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7468 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7469
7470 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7471
7472 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7473 untouched.
7474
7475 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7476
7477 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7478 if defined. (Merged from main line, slightly adapted.)
7479
7480 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7481 millenium problem (merged from mainline).
7482
7483 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7484
7485 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7486 part and moved the non-BACKEND stuff to vc.el.
7487
7488 * vc.el: Split the annotate feature into a BACKEND specific part
7489 and moved it from the vc-cvs.el file to this one.
7490
7491 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7492
7493 * vc-hooks.el: Implement new state model.
7494 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7495 (vc-locking-user): Simplify. Now only needed if the file is
7496 locked by somebody else.
7497 (vc-lock-from-permissions): Remove. Functionality is in
7498 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7499 (vc-mode-line-string): New name for former vc-status. Adapted.
7500 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7501
7502 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7503 Various simplifications and adaptations all over the place.
7504
7505 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7506 Simplify and adapt the rest.
7507
7508 * vc.el (vc-resynch-window): Add TODO comment: check for
7509 interaction with view mode according to recent RCS change.
7510 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7511
7512 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7513
7514 * vc.el: Convert the remaining function comments to docstrings.
7515
7516 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7517
7518 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7519 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7520 (vc-minor-part, vc-previous-version): Functions that operate and
7521 compare revision numbers got proper documentation. Comments added
7522 about their possible removal.
7523
7524 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7525
7526 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7527 the vc-backend.el files.
7528
7529 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7530
7531 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7532 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7533 (vc-rcs-previous-version): Functions added.
7534
7535 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7536
7537 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7538
7539 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7540
7541 * vc-hooks.el (vc-master-templates): Is really obsolete.
7542 Comment out the definition for now. What is the right procedure
7543 to get rid of it?
7544 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7545 rewritten.
7546 (vc-default-registered): Remove.
7547 (vc-check-master-templates): New function; does mostly what the
7548 above did before.
7549 (vc-locking-user): Don't rely on the backend to set the property.
7550
7551 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7552 Rewrite documentation.
7553 (vc-rcs-templates-grabbed): New variable.
7554 (vc-rcs-grab-templates): New function.
7555 (vc-rcs-registered): Rewrite to use above mechanism.
7556
7557 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7558 Rewrite documentation.
7559 (vc-sccs-templates-grabbed): New variable.
7560 (vc-sccs-grab-templates): New function.
7561 (vc-sccs-registered): Rewrite to use above mechanism.
7562 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7563 Don't throw the result, simply return it.
7564
7565 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7566 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7567 (vc-cvs-registered): Does the check itself now. Simplify.
7568
7569 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7570 from main line.
7571
7572 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7573
7574 * vc-cvs.el (vc-cvs-diff): New function.
7575
7576 * vc-sccs.el (vc-sccs-diff): New function.
7577
7578 * vc-rcs.el (vc-rcs-diff): New function.
7579 (vc-rcs-checkout): Bug (typo) found and fixed.
7580 (vc-rcs-register-switches): New variable.
7581
7582 * vc.el (vc-backend-diff): Function removed and placed in the
7583 backend files.
7584
7585 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7586
7587 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7588
7589 * vc.el (vc-backend-checkout): Function removed and replaced in
7590 the vc-backend.el files.
7591
7592 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7593
7594 * vc.el (vc-backend-admin): Removed and replaced in the
7595 vc-backend.el files.
7596
7597 * vc.el (Martin): Removed all the annotate functionality since it
7598 is CVS backend specific.
7599
7600 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7601
7602 * spec.txt: Added specification of vc-state.
7603
7604 * vc-sccs-hooks.el (vc-sccs-master-properties):
7605 Remove handling of vc-latest-version and
7606 vc-your-latest-version. What used to be vc-latest-version, is now
7607 returned as vc-workfile-version.
7608 (vc-sccs-workfile-version): Adapt.
7609
7610 2000-09-04 Dave Love <fx@gnu.org>
7611
7612 * vc.el: [Merged from mainline.]
7613 (vc-dired-mode): Make the dired-move-to-filename-regexp
7614 regexp match the date, to avoid treating date as file size.
7615 Add YYYY S option to WESTERN/
7616
7617 2000-09-04 Dave Love <fx@gnu.org>
7618
7619 * vc.el: Require `compile' when compiling.
7620 (vc-logentry-check-hook): New option.
7621 (vc-steal-lock): Use compose-mail.
7622 (vc-dired-mode-map): Defvar when compiling.
7623 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7624 vc-sccs.el and renamed. Callers changed.
7625 (vc-backend-checkout, vc-backend-logentry-check)
7626 (vc-backend-merge-news): Doc fix.
7627 (vc-default-logentry-check): New function.
7628 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7629 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7630 (vc-backend-merge): Doc fix. Use backend functions.
7631 (vc-check-headers): Use backend functions.
7632
7633 * vc-cvs.el: Require vc when compiling.
7634 (vc-cvs-register-switches): Doc fix.
7635 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7636 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7637 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7638 New functions (code from vc.el).
7639 (vc-annotate-display-default): Fix interactive spec.
7640 (vc-annotate-time-span): Doc fix.
7641
7642 * vc-rcs.el: Require vc when compiling.
7643 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7644 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7645 (vc-rcs-checkin): New functions (code from vc.el).
7646 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7647 Doc fix.
7648 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7649
7650 * vc-sccs.el: Require vc when compiling.
7651 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7652 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7653 (vc-sccs-revert)
7654 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7655 from vc.el).
7656 (vc-sccs-add-triple, vc-sccs-record-rename)
7657 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7658 (vc-sccs-admin): Doc fix.
7659
7660 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7661
7662 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7663 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7664 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7665 from vc.el.
7666
7667 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7668
7669 * vc-cvs.el: Moved the annotate functionality from vc.el.
7670 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7671
7672 2000-09-04 Dave Love <fx@gnu.org>
7673
7674 * vc.el (vc-backend-release): Call vc-system-release.
7675
7676 * vc-sccs.el (vc-sccs-system-release):
7677 Renamed from vc-sccs-backend-release.
7678
7679 * vc-rcs.el (vc-rcs-system-release):
7680 Renamed from vc-rcs-backend-release.
7681
7682 * vc-cvs.el (vc-cvs-system-release):
7683 Renamed from vc-cvs-backend-release.
7684
7685 2000-09-04 Dave Love <fx@gnu.org>
7686
7687 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7688 backend files.
7689 (vc-backend-release): Dispatch to backend functions.
7690 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7691 probably needs attention.]
7692
7693 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7694 (vc-sccs-backend-release): New function.
7695
7696 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7697 (vc-cvs-backend-release): New function.
7698
7699 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7700 Doc fix.
7701 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7702 (vc-default-dired-state-info): New function.
7703 (vc-dired-state-info): Dispatch to backends.
7704 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7705
7706 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7707 from vc.el and renamed.
7708
7709 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7710
7711 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7712 (vc-version-other-window, vc-backend-assign-name): Removed
7713 references to vc-latest-version; sometimes changed into
7714 vc-workfile-version.
7715
7716 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7717 vc-rcs-master-workfile-version.
7718 (vc-rcs-workfile-version): Use the above. Don't call
7719 vc-latest-version (that was unreachable code, anyway).
7720 (vc-rcs-fetch-master-properties): Doc fix.
7721
7722 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7723 (vc-backend-hook-functions): Removed them from this list, too.
7724 (vc-fetch-properties): Removed.
7725 (vc-workfile-version): Doc fix.
7726
7727 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7728 (vc-rcs-workfile-version, vc-rcs-locking-user)
7729 (vc-rcs-uses-locking): Use it.
7730
7731 * vc-hooks.el (vc-consult-rcs-headers):
7732 Moved into vc-rcs-hooks.el, under the name
7733 vc-rcs-consult-headers.
7734
7735 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7736 headers.
7737 (vc-cvs-find-master): Use this name only; correct different
7738 versions of the name.
7739
7740 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7741 New functions.
7742 (vc-sccs-locking-user): Use the latter.
7743
7744 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7745 New functions.
7746
7747 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7748 Moved into both
7749 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7750 functions are implementation details of those two backends.
7751
7752 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7753
7754 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7755 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7756
7757 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7758 (vc-sccs-parse-locks): SCCS-specific code moved here from
7759 vc-hooks.
7760
7761 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7762 code moved here from vc-hooks.
7763
7764 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7765 into back-end specific parts and removed. Callers not updated
7766 yet; because I guess these callers will disappear into back-end
7767 specific files anyway.
7768
7769 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7770
7771 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7772 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7773 `vc-uses-locking'.
7774
7775 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7776 Store yes/no in the property, and return t/nil. Updated all
7777 callers.
7778
7779 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7780 vc-sccs-uses-locking. Don't set property.
7781 (vc-sccs-locking-user): Don't set property.
7782
7783 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7784 vc-cvs-uses-locking. Don't set property here; leave that to
7785 vc-hooks.
7786 (vc-cvs-locking-user): Reflect above change. Streamlined.
7787
7788 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7789 vc-rcs-uses-locking.
7790 (vc-rcs-locking-user): Reflect above change.
7791
7792 2000-09-04 Dave Love <fx@gnu.org>
7793
7794 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7795
7796 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7797
7798 * vc-hooks.el (vc-checkout-model): Punt to backends.
7799
7800 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7801
7802 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7803
7804 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7805 New functions.
7806
7807 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7808 New functions.
7809
7810 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7811 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7812
7813 * vc-hooks.el (vc-default-locking-user): New function.
7814 (vc-locking-user, vc-workfile-version): Punt to backends.
7815
7816 2000-09-04 Dave Love <fx@gnu.org>
7817
7818 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7819 (vc-master-workfile-version): Moved from vc-hooks.
7820
7821 * vc-rcs-hooks.el: Fix duplicate code in last change.
7822
7823 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7824 (vc-rcs-master-templates): Improve :type.
7825 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7826 vc-master-workfile-version): Moved from vc-hooks.
7827
7828 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7829 (vc-sccs-master-templates): Improve :type.
7830 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7831
7832 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7833
7834 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7835 (vc-cvs-master-templates): Improve :type. Use
7836 vc-cvs-find-cvs-master.
7837 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7838 from vc-hooks.
7839 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7840
7841 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7842 Moved to vc-cvs-hooks.
7843
7844 * vc-hooks.el: Add doc strings in various places. Simplify the
7845 minor mode setup.
7846 (vc-handled-backends): New user variable.
7847 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7848 simplification.
7849
7850 2000-09-04 Dave Love <fx@gnu.org>
7851
7852 * vc.el: Some doc fixes for autoloaded and interactive functions.
7853 Fix compilation warnings from ediff stuff.
7854 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7855
7856 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7857
7858 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7859
7860 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7861
7862 2000-09-04 Dave Love <fx@gnu.org>
7863
7864 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7865 New variable.
7866 (vc-make-backend-function, vc-loadup, vc-call-backend)
7867 (vc-backend-defines): New functions.
7868
7869 * vc-hooks.el: Various doc fixes.
7870 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7871 (vc-match-substring): Function removed. Callers changed to use
7872 match-string.
7873 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7874 Simplify.
7875
7876 2000-09-04 Dave Love <fx@gnu.org>
7877
7878 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7879 type.
7880 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7881 (vc-sccs-registered): Doc fix.
7882
7883 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7884 (vc-cvs-registered): Doc fix.
7885
7886 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7887 (vc-rcs-registered): Doc fix.
7888
7889 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7890
7891 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7892
7893 * vc-hooks.el: vc-registered has been renamed
7894 vc-default-registered. Some functions have been moved to the
7895 backend specific files. they all support the
7896 vc-BACKEND-registered functions.
7897
7898 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7899
7900 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7901
7902 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7903
7904 2000-09-04 Dave Love <fx@gnu.org>
7905
7906 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7907 menu-bar-update-hook.
7908
7909 * help.el (help-manyarg-func-alist): Add
7910 find-operation-coding-system.
7911
7912 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7913
7914 * custom.el (custom-set-variables): Print message about errors in
7915 setting.
7916
7917 2000-09-03 Andrew Innes <andrewi@gnu.org>
7918
7919 * makefile.w32-in: Change to DOS line endings.
7920
7921 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7924 minor-mode keymaps, if they don't have one.
7925
7926 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * eshell/esh-module.el (eval-when-compile): Don't lose if
7929 esh-module.el's file name is truncated to DOS 8+3 limits.
7930
7931 2000-09-01 John Wiegley <johnw@gnu.org>
7932
7933 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7934 predicate, which caused entries in the completion list to be
7935 doubled.
7936
7937 2000-08-30 John Wiegley <johnw@gnu.org>
7938
7939 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7940 sending to subprocesses. Also, hook pre-command-hook if
7941 `eshell-send-direct-to-subprocesses' is non-nil.
7942 (eshell-send-direct-to-subprocesses): New config variable. If t,
7943 subprocess input is send immediately.
7944 (eshell-toggle-direct-send): New function.
7945 (eshell-self-insert-command): New function.
7946 (eshell-intercept-commands): New function.
7947 (eshell-send-input): If direct subprocess sending is enabled,
7948 don't echo any input to the Eshell buffer. Let the subprocess
7949 handle that. This requires "stty echo" in bash, for example.
7950
7951 2000-08-28 John Wiegley <johnw@gnu.org>
7952
7953 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7954 completion function for Eshell's implementation of `unset'.
7955
7956 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7957
7958 * info.el (Info-directory-list): Doc fix.
7959
7960 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7961
7962 * filecache.el (file-cache-add-directory-using-find): Don't quote
7963 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7964
7965 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7966
7967 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7968 coding systems.
7969
7970 2000-08-30 Andrew Innes <andrewi@gnu.org>
7971
7972 * timer.el (run-with-idle-timer): Undo last change, so that timer
7973 is not activated immediately if Emacs is already idle. Some
7974 existing code relies on this behaviour.
7975
7976 2000-08-30 Miles Bader <miles@gnu.org>
7977
7978 * frame.el (set-frame-font): Do completion of font-name for
7979 interactive use.
7980
7981 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7982
7983 * international/quail.el (quail-start-translation): Bind locally
7984 last-command-event, last-command, and this-command.
7985 (quail-start-conversion): Likewise.
7986 (quail-self-insert-command): Fix docstring.
7987
7988 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7989
7990 * progmodes/executable.el
7991 (executable-make-buffer-file-executable-if-script-p): Check that
7992 buffer contains at least 2 characters.
7993
7994 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7995
7996 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7997
7998 2000-08-29 Dave Love <fx@gnu.org>
7999
8000 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8001 (diff-mode-shared-map): Bind mouse-2.
8002 (diff-imenu-generic-expression): New variable.
8003 (diff-mode): Use it.
8004
8005 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8006 (mouse-popup-menubar): Add minor mode menus.
8007 (popup-menu): Check for lookup-key returning number.
8008
8009 2000-08-29 Miles Bader <miles@gnu.org>
8010
8011 * comint.el (comint-send-input): Create overlays using the proper
8012 front/read-advance arguments.
8013
8014 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8015
8016 * ps-print.el: Even/odd pages printing. Doc fix.
8017 (ps-print-version): New version number (6.0).
8018 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8019 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8020 (ps-print-duplex-feature): Variable eliminated.
8021 (ps-even-or-odd-pages): New variable.
8022
8023 * progmodes/ebnf2ps.el: Doc fix.
8024 (ebnf-version): New version (3.3).
8025 (ebnf-user-arrow): Change variable customization to sexp.
8026 (ebnf-user-arrow): Function eliminated.
8027 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8028
8029 2000-08-29 Kenichi Handa <handa@etl.go.jp>
8030
8031 * help.el (help-xref-mule-regexp): New variable.
8032 (help-make-xrefs): Handle help-xref-mule-regexp.
8033
8034 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8035 variable.
8036 (describe-input-method): Temporarily activate the specfied input
8037 method to display the information.
8038 (describe-language-environment): Hyperlinks to mule related items.
8039
8040 * international/mule-diag.el (charset-multibyte-form-string): New
8041 function.
8042 (list-character-sets-1): Use charset-multibyte-form-string.
8043 (describe-character-set): New function.
8044 (describe-coding-system): Hyperlinks to safe character sets.
8045
8046 * international/quail.el (quail-help): New arg PACKAGE.
8047 Hyperlinks to mule related items.
8048 (quail-help-insert-keymap-description): Use
8049 substitute-command-keys instead of describe-bindings.
8050 (quail-translation-help): Hyperlinks to mule related items.
8051
8052 2000-08-28 John Wiegley <johnw@gnu.org>
8053
8054 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8055 have a defsubst call itself. Made `eshell-flatten-list' back into
8056 a function again.
8057
8058 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8059 catch, in case re-centering point at bottom messes up the display.
8060 This happens frequently in Emacs 21, due I believe to variable
8061 line heights.
8062
8063 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8064 to call `find-tag-interactive'.
8065
8066 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8067 the list of remember directories.
8068
8069 2000-08-28 John Wiegley <johnw@gnu.org>
8070
8071 * align.el: Test align-region-separate to see if it's a symbol.
8072
8073 2000-08-28 John Wiegley <johnw@gnu.org>
8074
8075 * eshell/esh-util.el (eshell-flatten-list): Made this function
8076 into a defsubst form. It gets used very frequently, although
8077 calls don't occur all that often.
8078
8079 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8080 examining it.
8081
8082 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8083 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8084 `eshell-protect'.
8085 (eshell-copy-handles): Created a new macro for duplicating the
8086 current set of open handles. This is needed by the looping
8087 functions.
8088 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8089 is not incorrectly stomped on.
8090
8091 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8092 declaration for pcomplete-use-paring.
8093 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8094 value of eshell-cmpl-use-paring.
8095 * pcomplete.el (pcomplete-use-paring): New config variable, to
8096 indicate whether paring should be used.
8097 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8098 completion alternatives that have already been used.
8099
8100 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8101 bound to C-c C-y, which will repeat the previous N arguments
8102 (based on prefix argument).
8103 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8104
8105 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8106 if there is no *Help* buffer. This is for XEmacs, which renames
8107 its help buffers uniquely. TODO: Find out what the current buffer
8108 name to delete is.
8109
8110 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8111 first entry that correlates to a passwd/group number. Later
8112 entries (used for group/user name aliasing to multiple IDs) are
8113 ignored.
8114
8115 * eshell/em-xtra.el (eshell/expr):
8116 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8117 (eshell-grep, eshell/diff, eshell/locate):
8118 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8119 argument list, before passing it to the system command.
8120
8121 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8122 `find-tag' for use at final position in Eshell buffers (which
8123 otherwise triggers an error on Emacs 21).
8124 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8125 buffer, if it is currently bound to `find-tag'.
8126
8127 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8128 in the list of matched Makefile names.
8129 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8130 directory, prefer its contents to Makefile.
8131
8132 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8133 directory parts (like "cd old new", or "cd =regexp"), are now case
8134 sensitive on non-Windows/DOS platforms.
8135
8136 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8137 types RET after an open delimiter (like "), display a message
8138 indicating that Eshell is waiting for the closing delimiter.
8139
8140 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8141 environment variables.
8142
8143 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8144 gracefully if the user enters incorrect arguments.
8145
8146 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8147 Eshell buffers.
8148
8149 * eshell/esh-var.el (eshell-interpolate-variable):
8150 * eshell/esh-mode.el (eshell-move-argument):
8151 * eshell/em-unix.el (eshell-du-sum-directory):
8152 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8153 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8154 (not (= ...)).
8155
8156 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8157 to ensure the `preserve' flag gets propagated when doing recursive
8158 directory copies.
8159
8160 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8161
8162 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8163 Don't convert \n into \0177 in memory.
8164 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8165 and back again, when reading and writing.
8166
8167 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8168
8169 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8170 testing of `fboundp' on `processp'.
8171
8172 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8173 (eshell/jobs): Don't call process-list if it is not bound.
8174 (eshell-gather-process-output): Support systems where async
8175 subprocesses aren't supported.
8176 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8177 variables.
8178
8179 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8180 eshell-do-eval returns t.
8181 (eshell-do-pipelines-synchronously): New defmacro.
8182 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8183 when async subprocesses aren't supported.
8184 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8185 if async subprocesses aren't supported.
8186 (eshell-resume-command): Don't assume STATUS is a string.
8187
8188 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8189
8190 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8191 (eshell-close-target, eshell-get-target): Use eshell-processp.
8192 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8193 fix.
8194 (eshell-get-target, eshell-create-handles): Doc fix.
8195
8196 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8197
8198 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8199 criterion to include commands that output something, as long as it
8200 leaves both the command and the end-of-buffer visible when the
8201 command has exited.
8202 (eshell-review-quick-commands): Adjust the help doc string
8203 accordingly.
8204
8205 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8206
8207 * locate.el (locate): Cleaned up locate command's interactive prompting
8208 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8209
8210 * filecache.el (file-cache-case-fold-search): New variable
8211 (file-cache-assoc-function): New variable
8212 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8213 Use file-cache-case-fold-search variable
8214 (file-cache-add-file): Use file-cache-assoc-function
8215 (file-cache-delete-file): likewise
8216 (file-cache-directory-name): likewise
8217 (file-cache-debug-read-from-minibuffer): likewise
8218
8219 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8220
8221 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8222 (abbrev-table-name): New function.
8223 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8224 If non-nil list local abbrev, only.
8225
8226 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8227
8228 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8229 from Gnus support code, and use special article copy buffer
8230 `(gnus-original-article-buffer)' instead. This allows to get rid
8231 of article-hide-headers usage (which breaks in the latest Gnus
8232 version). Thanks to Detlev Zundel.
8233
8234 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8235
8236 * international/quail.el (quail-use-package): Hide "... loaded"
8237 message.
8238 (quail-start-translation, quail-start-conversion): Likewise.
8239
8240 * international/kkc.el (kkc-region): Hide "... loaded" message.
8241
8242 2000-08-27 Dave Love <fx@gnu.org>
8243
8244 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8245
8246 2000-08-27 Miles Bader <miles@gnu.org>
8247
8248 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8249
8250 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8251
8252 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8253 'ja-dic-cnv), not (require 'skkdic-cnv).
8254
8255 2000-08-26 Miles Bader <miles@gnu.org>
8256
8257 * faces.el (face-x-resources): Add entry for :inherit.
8258 * cus-face.el (custom-face-attributes): Add support for :inherit
8259 attribute. Add support for relative face heights.
8260 (custom-face-attributes-get): Treat `nil' as being a default value
8261 for :inherit (as well as `unspecified').
8262
8263 * faces.el (set-face-attribute): Update doc string.
8264 (face-attribute-name-alist): Add :inherit.
8265 (face-valid-attribute-values): Handle :inherit.
8266 (face-read-string): Rephrase prompt to be less confusing.
8267 Assume that DEFAULT is a string, since we must return a string.
8268 (face-read-integer): Use `format' to turn DEFAULT into an
8269 acceptable default for face-read-string. Match NEW-VALUE against
8270 the string "unspecified", not the symbol `unspecified', since
8271 that's what face-read-string returns.
8272 (read-face-attribute): Lookup a name for old-value in valid, and
8273 use it as a default if we find one. Treat all values from
8274 face-read-string as strings. If the default is used, don't do any
8275 more processing on the value, just use the old value directly.
8276 (read-face-and-attribute, modify-face): Tweak prompt.
8277 (read-face-name): Don't assume prompt ends with a space.
8278
8279 * faces.el (describe-face): Add support for :inherit attribute.
8280
8281 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8282
8283 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8284 concat doesn't accept interger.
8285
8286 * international/kkc.el: Remove SKK from Keywords. Require
8287 ja-dic-utl instead of skkdic-utl.
8288
8289 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8290 Provide ja-dic-cnv instead of skkdic-cnv.
8291 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8292 (iso-2022-7bit-short): Add safe-charsets property.
8293 (skkdic-convert-postfix): Search Japanese chou-on character in
8294 addition to Hiragana character.
8295 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8296 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8297 (batch-skkdic-convert): Likewise.
8298
8299 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8300 Provide ja-dic-utl instead of skkdic-utl.
8301 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8302
8303 2000-08-24 Dave Love <fx@gnu.org>
8304
8305 * disp-table.el (standard-display-default): Make the test of `l'
8306 useful.
8307
8308 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8309 mod sample text.
8310
8311 * international/iso-ascii.el: Make pilcrow convenient string
8312 consistent with section.
8313 (iso-ascii-display): Set up multibyte characters as well as
8314 unibyte.
8315
8316 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8317
8318 * international/mule-cmds.el (reset-language-environment): Set
8319 default-process-coding-system to '(undecided . iso-latin-1), which
8320 makes process I/O almost consistent with file I/O. Call this
8321 function when mule-cmds.el[c] is loaded.
8322
8323 2000-08-22 Andrew Innes <andrewi@gnu.org>
8324
8325 * makefile.w32-in: New file.
8326
8327 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8328
8329 * comint.el (comint-output-filter): Compare end of
8330 comint-last-output-overlay with the start of the newly inserted
8331 text, not the end, when deciding whether to extend it.
8332 Set saved-point's insertion type to advance after insertion.
8333
8334 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8335 since this is now done independently of font-lock mode.
8336
8337 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8338
8339 * server.el (server-kill-new-buffers): New user option.
8340 (server-existing-buffer): New buffer-local variable.
8341 (server-visit-files): When using an existing buffer, set
8342 server-existing-buffer to t.
8343 (server-buffer-done): If server-kill-new-buffers is t, kill the
8344 buffer, unless it was already present before visiting it with
8345 Emacs server.
8346
8347 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8348
8349 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8350 even if the display doesn't support colors: some displays will
8351 support bold/underline faces.
8352
8353 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8354
8355 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8356
8357 * startup.el (command-line): If user's init file had an error,
8358 add explanatory text to *Messages*.
8359
8360 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8361
8362 * man.el (Man-getpage-in-background): Decode the process output by
8363 the system locale coding system.
8364
8365 2000-08-20 Dave Love <fx@gnu.org>
8366
8367 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8368 Don't test x-popup-menu.
8369 (function) <complete-function>: Complete only fbound symbols.
8370 <validate, value>: New.
8371 (variable) <complete-function>: Complete only bound symbols.
8372 (coding-system): Add :base-only, :complete-function, :validate,
8373 :value, :prompt-match.
8374 (widget-coding-system-prompt-value): Use read-coding-system and
8375 act on :base-only.
8376 (editable-field): Add :help-echo.
8377 (widget-push-button-gui, widget-push-button-cache)
8378 (widget-gui-action, widget-editable-list-gui): COmment out, along
8379 with uses.
8380 (widget-at): Make arg optional.
8381 (widget-echo-help): Adjust for current help-echo calling sequence.
8382 (widget-specify-field, widget-specify-button)
8383 (widget-specify-insert, widget-get-sibling, widget-image-find)
8384 (widget-convert, widget-insert, widget-leave-text)
8385 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8386 (widget-setup, widget-field-find, widget-before-change)
8387 (widget-after-change, widget-default-complete)
8388 (widget-default-create, widget-default-delete)
8389 (widget-push-button-value-create, editable-field)
8390 (widget-field-prompt-value, widget-field-validate)
8391 (widget-choice-value-create, widget-choice-action)
8392 (widget-choice-validate, widget-checklist-add-item)
8393 (widget-radio-add-item, widget-radio-chosen)
8394 (widget-radio-value-inline, widget-editable-list-value-create)
8395 (widget-editable-list-entry-create)
8396 (widget-documentation-link-add)
8397 (widget-documentation-string-value-create)
8398 (widget-regexp-validate, widget-file-complete)
8399 (widget-sexp-validate, widget-plist-convert-widget)
8400 (widget-plist-convert-widget, widget-alist-convert-widget)
8401 (widget-alist-convert-widget, widget-color-complete): Simplify,
8402 particularly to avoid bindings which aren't optimized out.
8403
8404 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8405 Doc fix.
8406 (down-list, backward-up-list, up-list, kill-sexp)
8407 (backward-kill-sexp, mark-sexp): Make arg optional.
8408 (lisp-complete-symbol): Add optional arg PREDICATE.
8409
8410 * cus-start.el: Add display-buffer-reuse-frames,
8411 file-coding-system-alist.
8412
8413 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8414
8415 * startup.el (command-line): Clear realized faces after
8416 modifying TTY color mappings.
8417
8418 2000-08-20 Miles Bader <miles@gnu.org>
8419
8420 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8421 merely a subset of FACE's attributes.
8422
8423 2000-08-19 Miles Bader <miles@gnu.org>
8424
8425 * comint.el (comint-output-filter): Save the point with a marker,
8426 not just a buffer position.
8427
8428 * international/mule.el (set-buffer-process-coding-system): Make
8429 interactive prompt less confusing.
8430
8431 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8432
8433 * hilit-chg.el: General cleanup of doc strings, comments and
8434 code formatting.
8435
8436 2000-08-19 Miles Bader <miles@gnu.org>
8437
8438 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8439 Compiler macro removed; beginning-of-line is no longer always
8440 equivalent to forward-line, in the presence of fields.
8441
8442 * comint.el (comint-output-filter): Remove ad-hoc saving of
8443 restriction, and just use save-restriction, now that it works
8444 correctly. Don't adjust comint-last-input-start to account for
8445 our insertion; it shouldn't have moved because we don't use
8446 insert-before-markers anymore. Comment out call to
8447 `force-mode-line-update'; why is it here?
8448
8449 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8450 while checking for prompt to delete. Use `forward-line 0'
8451 instead of beginning-of-line.
8452 (gud-filter): Temporarily widen gud comint buffer while
8453 examining output.
8454
8455 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8456
8457 * progmodes/sh-script.el: Big bag of typos.
8458
8459 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8460 check since ispell-process is not bound when ispell is not yet loaded.
8461
8462 2000-08-18 Dave Love <fx@gnu.org>
8463
8464 * image.el (find-image): Copy `spec' before using plist-put.
8465
8466 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8467
8468 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8469 `portugues'.
8470
8471 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8472 backward-kill-sexp, analogous to kill-sexp.
8473
8474 * progmodes/icon.el (icon-indent-line)
8475 (icon-is-continuation-line): Handle comments specially.
8476
8477 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8478
8479 * ispell.el: Set to standard author/maintainer/keyword fields.
8480 Fine tuning to menu map appearance and operation, and added help.
8481 Remove `start' and `end' error messages when compiling.
8482 (ispell-choices-win-default-height): Fixed comment string.
8483 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8484 castellano8 dictionaries.
8485 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8486 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8487 dictionary, added italiano dictionary.
8488 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8489 word character
8490 (ispell-tex-skip-alists): Added psfig support.
8491 (ispell-skip-html): Renamed from ispell-skip-sgml.
8492 (ispell-begin-skip-region-regexp, ispell-skip-region)
8493 (ispell-minor-check): Improved html skipping support to skip across
8494 code, and recognize `&' commands without propper `;' syntax;
8495 (ispell-process-line): Fix alignment error when manually
8496 correcting spelling.
8497 (ispell): Fix comment string.
8498 (ispell-add-per-file-word-list): Always put word list on new line.
8499
8500 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8501
8502 * format.el (format-encode-run-method): Fix error message to say
8503 `encode' instead of `decode'. Use save-window-excursion around
8504 shell-command-on-region as in format-decode-run-method because
8505 shell-command-on-region can display a buffer with error output.
8506 (format-decode): Don't record undo information for the decoding.
8507 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8508 that number part of the temporary buffer name so that more than
8509 one decoding using a temporary buffer can happen safely.
8510
8511 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8512 of `A-z' in the regexp.
8513
8514 * hilit-chg.el: Fix typos in commentary.
8515
8516 * help.el (view-emacs-news): Rewritten for new naming scheme
8517 for old NEWS files.
8518
8519 * startup.el (command-line): Pop to *Messages* in case an error
8520 is signaled while loading user-init-file.
8521
8522 2000-08-17 Andreas Schwab <schwab@suse.de>
8523
8524 * files.el (insert-directory): Don't lose original file name,
8525 undoing an undocumented change.
8526
8527 2000-08-17 Alex Schroeder <alex@gnu.org>
8528
8529 * sql.el (sql-magic-go): Use comint-bol.
8530 (sql-copy-column): Use comint-line-beginning-position.
8531 (comint-line-beginning-position): Define a replacement for
8532 comint-line-beginning-position if it is not fboundp.
8533
8534 2000-08-17 Alex Schroeder <alex@gnu.org>
8535
8536 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8537 it didn't have any effect anyway.
8538
8539 2000-08-17 Alex Schroeder <alex@gnu.org>
8540
8541 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8542 --pset and pager=off instead of sending \\o|cat at the beginning
8543 of the session.
8544
8545 2000-08-17 Miles Bader <miles@gnu.org>
8546
8547 * progmodes/octave-inf.el: Add compatibility definition of
8548 comint-line-beginning-position.
8549
8550 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8551
8552 * startup.el (normal-top-level): Look in each dir in load-path for
8553 a leim-list.el file too. This assures of loading leim-list.el
8554 that is created at Emacs installation time even if a user have his
8555 own leim-list.el.
8556
8557 2000-08-17 Miles Bader <miles@gnu.org>
8558
8559 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8560 foreground color to black if the background is dark.
8561
8562 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8563
8564 * loadhist.el (unload-feature): Typo.
8565
8566 * finder.el (finder-compile-keywords):
8567 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8568 to the generated file.
8569
8570 * mail/mh-e.el (mh-make-local-vars):
8571 Replace make-variable-buffer-local with make-local-variable.
8572
8573 * play/landmark.el:
8574 * options.el (Edit-options-{set,toggle,t,nil}):
8575 * mail/mailabbrev.el (mail-abbrevs-mode):
8576 * textmodes/tex-mode.el (tex-expand-files):
8577 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8578
8579 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8580
8581 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8582 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8583 Allow going past the last element.
8584 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8585 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8586 (cvs-mouse-toggle-mark): Don't move point.
8587 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8588
8589 * progmodes/compile.el (grep): Provide a default set of files.
8590 (next-error): Docstring fix.
8591 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8592
8593 * emacs-lisp/easy-mmode.el (define-minor-mode):
8594 Use `symbol-value' to keep the byte-compiler quiet.
8595
8596 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8597 (diff-find-source-location): New fun, extracted from diff-goto-source.
8598 (diff-goto-source): Use it.
8599 (diff-next-complex-hunk, diff-filter-lines): New function.
8600 (diff-apply-hunk): New command.
8601
8602 * smerge-mode.el (smerge-mode-menu): Doc fix.
8603
8604 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8605
8606 2000-08-16 Dave Love <fx@gnu.org>
8607
8608 * windmove.el (windmove) <defgroup>: Add :version.
8609
8610 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8611 (goto-address-fontify-p, goto-address-highlight-p)
8612 (goto-address-url-face, goto-address-url-mouse-face)
8613 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8614 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8615 (goto-address-fontify, goto-address-at-mouse): Simplify,
8616 (goto-address-at-point): browse-url-url-at-point,
8617 goto-address-find-address-at-point can return nil.
8618 (goto-address-find-address-at-point): Return nil on failure.
8619
8620 * align.el (align) <defgroup>: Add :version.
8621
8622 * calculator.el (calculator): Add :version.
8623 (calculator): Use two lines for calculator window if `modeline'
8624 face is boxed.
8625
8626 * play/5x5.el: Doc fixes.
8627 (5x5) <defgroup>: Add :version.
8628
8629 * play/fortune.el (fortune) <defgroup>: Add :version.
8630 (fortune-append): Fix error message.
8631 (fortune-from-region): Doc fix.
8632
8633 * play/pong.el (pong): Doc fix.
8634
8635 * play/morse.el: Keywords, commentary, autoloads.
8636
8637 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8638
8639 * desktop.el (desktop-save): Don't look at symbol-value of a
8640 member of minor-mode-alist, unless it is boundp.
8641
8642 2000-08-16 Sam Steingold <sds@gnu.org>
8643
8644 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8645 `while'; use `with-current-buffer' instead of `save-excursion'.
8646 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8647
8648 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8649
8650 * international/ccl.el (declare-ccl-program): Docstring modified.
8651 (ccl-execute-with-args): Likewise.
8652
8653 2000-08-16 Miles Bader <miles@gnu.org>
8654
8655 * progmodes/sql.el: Add compatibility definition of
8656 comint-line-beginning-position.
8657
8658 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8659
8660 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8661 'buffer-menu' property.
8662 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8663 fails.
8664 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8665 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8666 wasn't killed.
8667
8668 * buff-menu.el (list-buffers-noselect): Don't display the
8669 *Buffer List* buffer.
8670
8671 * font-lock.el: Require jit-lock to prevent a very late
8672 `Loading jit-lock' message.
8673
8674 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8675 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8676 mail address.
8677
8678 2000-08-15 Miles Bader <miles@gnu.org>
8679
8680 * textmodes/ispell.el (ispell-graphic-p): New constant.
8681 (ispell-choices-win-default-height, ispell-help): Use
8682 `ispell-graphic-p' instead of `xemacsp'.
8683
8684 2000-08-15 Dave Love <fx@gnu.org>
8685
8686 * simple.el: Autoload widget-convert when compiling.
8687 (mail-user-agent): Doc fix.
8688
8689 * help.el (function-called-at-point, variable-at-point): Use
8690 with-syntax-table.
8691 (help-manyarg-func-alist): Add insert-and-inherit.
8692
8693 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8694
8695 * delsel.el (delsel-unload-hook): New function.
8696
8697 * find-file.el: Doc fixes. Move provide to end.
8698 (ff) <defgroup>: Add :link.
8699 (ff-goto-click): Deleted.
8700 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8701 Use mouse-set-point.
8702
8703 * textmodes/tildify.el: Doc fixes.
8704 (tildify) <defgroup>: Add:version.
8705
8706 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8707 (glasses-custom-set): Use set-default, not set.
8708 (minor-mode-alist): Propertize the lighter.
8709 (glasses-mode): Provide optional arg.
8710
8711 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8712 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8713 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8714 option. Provide :type.
8715 (cwarn-configuration): Provide :type.
8716 (cwarn-mode): Doc fix.
8717
8718 * add-log.el (change-log-merge): Doc fix.
8719 (change-log-redate): New command.
8720
8721 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8722 Doze and Dog.
8723 (browse-url): Use dolist, not mapcar.
8724 (browse-url-at-point): Check for null url.
8725 (browse-url-event-buffer, browse-url-event-point): Functions
8726 deleted.
8727 (browse-url-at-mouse, browse-url-netscape): Simplify.
8728
8729 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8730 modes.
8731 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8732 Fix previous change to mapcan.
8733 (msb--init-file-alist, msb--add-separators)
8734 (msb--make-keymap-menu): Simplify.
8735 (msb--choose-file-menu): Use copy-sequence.
8736 (msb-mode-map): Add title to keymap.
8737 (msb-unload-hook): New function.
8738
8739 * bs.el: Fix indentation.
8740 (bs) <defgroup>: Add :links.
8741 (bs-show): Doc fix.
8742 (bs-apply-sort-faces): Don't use window-system.
8743 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8744
8745 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * calendar/timeclock.el (timeclock-file): Run .timelog through
8748 convert-standard-filename.
8749
8750 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8751
8752 * emacs-lisp/authors.el: New file.
8753
8754 * paren.el (show-paren-priority): New user option.
8755 (show-paren-function): Set overlay priorities to
8756 show-paren-priority.
8757
8758 2000-08-14 Miles Bader <miles@gnu.org>
8759
8760 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8761 beginning-of-line with inhibit-field-text-motion bound.
8762
8763 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8764
8765 * calendar/timeclock.el: New file.
8766
8767 2000-08-14 David Ponce <david@dponce.com>
8768
8769 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8770 `widget-button-click'. so that one can use left mouse button to
8771 click on dialog buttons.
8772
8773 2000-08-14 Emmanuel Briot <briot@gnat.com>
8774
8775 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8776 identifiers, since XML is case sensitive
8777
8778 2000-08-12 Miles Bader <miles@gnu.org>
8779
8780 * comint.el (comint-output-filter): Don't bother frobbing
8781 window-start, it doesn't seem to be necessary.
8782
8783 * comint.el (comint-send-string, comint-send-region): Make into
8784 real functions. Snapshot the prompt before sending.
8785
8786 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8789 technique similar to Info-index, instead of relying on specific
8790 names of relevant Index nodes.
8791 (Info-goto-emacs-command-node): Bind Info-history to nil when
8792 going to the first node found by Info-find-emacs-command-nodes.
8793
8794 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8795
8796 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8797
8798 2000-08-10 Miles Bader <miles@gnu.org>
8799
8800 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8801
8802 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * info.el (Info-file-list-for-emacs): More elements for the
8805 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8806 and woman manuals.
8807
8808 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8809
8810 * comint.el (comint-send-input): Make the newline boundary overlay
8811 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8812 (comint-output-filter): Use `insert' instead of
8813 `insert-before-markers'. Extend comint-last-output-overlay when
8814 necessary since we can't rely on insert-before-markers to do it.
8815 * gud.el (gud-filter): Use `with-current-buffer' instead of
8816 save-excursion when inserting the output, so that point gets
8817 updated correctly; the old method relied on a rather dodgy
8818 side-effect of comint-output-filter to avoid the effect of
8819 save-excursion.
8820
8821 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8822
8823 * files.el (recover-file): Call insert-directory instead of
8824 invoking `ls' directly.
8825
8826 2000-08-10 Miles Bader <miles@gnu.org>
8827
8828 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8829 (comint-last-prompt-overlay): New variables.
8830 (comint-output-filter): Implement prompt highlighting.
8831 (comint-snapshot-last-prompt): New function.
8832 (comint-send-input): Snapshot the last prompt.
8833 Use comint-highlight-input-face.
8834 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8835 Use defface instead of defcustom.
8836 (send-invisible, comint-send-eof): Snapshot the last prompt.
8837 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8838 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8839
8840 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8841
8842 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8843 (regexp-opt-group): Use a list of chars for `letters'.
8844 (regexp-opt-charset): `chars' is now a list of chars.
8845 Use a char-table rather than a vector so it works for multibyte chars.
8846
8847 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8848 Set cvs-minor-current-files to the selected fileinfo.
8849 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8850 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8851
8852 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * files.el (insert-directory): Don't call access-file on
8855 directories on DOS and Windows.
8856
8857 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8858
8859 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8860 longer if necessary.
8861 (ccl-embed-code): Call ccl-embed-data to store CODE in
8862 ccl-program-vector.
8863
8864 2000-08-09 Miles Bader <miles@gnu.org>
8865
8866 * comint.el (comint-output-filter): Properly handle the case where
8867 the text surrounded by comint-last-output-overlay was deleted.
8868
8869 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8870
8871 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8872 non-nil.
8873 (Info-file-list-for-emacs): Remove "info" from the list because
8874 that leads to trying to use the documentation from file `info'
8875 in various situations where it isn't appropriate, for instance
8876 C-h C-k C-h i.
8877
8878 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8879 DIR and/or STRING are nil.
8880
8881 * progmodes/compile.el (compilation-setup): Make variable
8882 compilation-error-screen-columns buffer-local, as some comment
8883 in the code suggests it should be.
8884
8885 * files.el (auto-mode-interpreter-regexp): New variable.
8886 (set-auto-mode): Use it.
8887
8888 * indent.el (indent-for-tab-command): Doc fix.
8889
8890 * mouse-sel.el (mouse-sel-mode): Doc fix.
8891
8892 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8893 labels.
8894
8895 * help.el (print-help-return-message): When
8896 display-buffer-reuse-frames is set, let the help window been quit,
8897 instead of deleting it, which might delete a reused frame.
8898
8899 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8900
8901 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8902 rename a directory to a name that differs only by its letter case.
8903
8904 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8905
8906 * international/quail.el (quail-define-rules): Handle Quail decode
8907 map correctly. Add code for supporting annotations.
8908 (quail-install-decode-map): New function.
8909 (quail-defrule-internal): New optional arguments decode-map and
8910 props.
8911 (quail-advice): New function.
8912
8913 2000-08-07 Sam Steingold <sds@gnu.org>
8914
8915 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8916 `defconst', `define-condition', `with-slots'.
8917 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8918
8919 2000-08-03 Miles Bader <miles@gnu.org>
8920
8921 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8922 New variable.
8923 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8924 comint-use-prompt-regexp-instead-of-fields.
8925 (comint-send-input): Add `input' field property to stuff we send to
8926 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8927 (comint-output-filter): Add `output' field property to process
8928 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8929 (comint-replace-by-expanded-history)
8930 (comint-get-old-input-default, comint-show-output)
8931 (comint-backward-matching-input, comint-forward-matching-input)
8932 (comint-next-prompt, comint-previous-prompt): Use field
8933 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8934 (comint-line-beginning-position): New function.
8935 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8936 (comint-replace-by-expanded-history-before-point): Use
8937 comint-line-beginning-position and line-end-position.
8938 (comint-last-output-overlay): New variable.
8939 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8940
8941 * shell.el (shell-prompt-pattern): Doc change.
8942 (shell-backward-command): Use line-beginning-position.
8943
8944 * gud.el (gud-gdb-complete-command): Use
8945 comint-line-beginning-position.
8946
8947 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8948 comint-bol doesn't actually go to the beginning of the line.
8949
8950 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8951 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8952 (try-expand-line-all-buffers): Likewise.
8953
8954 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8955 explicitly matching comint-prompt-regexp.
8956 (sql-copy-column): Use comint-line-beginning-position instead of
8957 explicitly matching comint-prompt-regexp.
8958
8959 * progmodes/octave-inf.el (inferior-octave-complete): Use
8960 comint-line-beginning-position.
8961
8962 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8963
8964 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8965 looking for a prompt, use `forward-line 0' instead of
8966 `beginning-of-line', to avoid getting caught by an input field.
8967
8968 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8969
8970 * files.el (shell-quote-wildcard-pattern): Make sure to return
8971 PATTERN, in the Unix case.
8972
8973 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8974
8975 * play/zone.el (zone): Discard any pending input before running
8976 the randomly-chosen pgm.
8977
8978 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8979
8980 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8981 checking the existence of any multibyte characters.
8982
8983 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8984
8985 * help.el (describe-mode): Test minor-mode symbol for being
8986 bound before testing its value for being nil.
8987
8988 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8989 `first', `second', and `third'.
8990
8991 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8992 (second): Make it an alias for `cadr'.
8993
8994 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8995
8996 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8997 types of display support faces now.
8998
8999 2000-08-05 Gerd Moellmann <gerd@gnu.org>
9000
9001 * pcvs.el (require): Require `cl' during compilation, only.
9002
9003 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9004 (toplevel): Remove `remq' and `remove' from autoloads.
9005 (cl-fake-autoloads): New variable. If set, arrange for an error
9006 when CL functions etc. are autoloaded.
9007
9008 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9011
9012 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9013 popped up, but the user clicks outside the menu, return an empty
9014 regexp (that causes unhighlight-regexp to have no effect).
9015
9016 * menu-bar.el (menu-bar-games-menu): Add Zone.
9017
9018 * hi-lock.el (toplevel): Require font-lock.
9019
9020 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9021
9022 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9023 (ebnf-8-bit-chars): New var for bug fix.
9024 (ebnf-string): Bug fix.
9025
9026 2000-08-03 Sam Steingold <sds@gnu.org>
9027
9028 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9029 instead of `buffer-string'.
9030 (require 'cl): Always, not just when compiling.
9031 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9032 necessary.
9033
9034 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * international/mule-cmds.el (select-safe-coding-system): Make
9037 the message text about selecting a safe coding system more clear.
9038
9039 2000-08-02 Gerd Moellmann <gerd@gnu.org>
9040
9041 * hi-lock.el: New file.
9042
9043 * play/zone.el: New file.
9044
9045 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9046 value of tab-width in the original buffer. Choose a line number
9047 format that's a multiple of the original buffer's tab width, so
9048 that lines appear right.
9049
9050 * textmodes/ispell.el (ispell): New function, replacing an alias.
9051 Spell-check active region if in transient-mark-mode and mark
9052 is active; otherwise spell-check buffer.
9053
9054 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9055
9056 * ps-mule.el: Fix a customization problem on
9057 ps-mule-font-info-database-default.
9058
9059 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9060
9061 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9062 display-mouse-p instead of window-system.
9063 (ebrowse-member-mode-map): Ditto.
9064
9065 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9066
9067 * progmodes/ebnf2ps.el: Update ps-print functions call.
9068 Indentation fix. Doc fix.
9069 (ebnf-version): New version number (3.2).
9070 (ebnf-format-color, ebnf-begin-job): Code fix.
9071
9072 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9073
9074 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9075 font lock support on window-system.
9076 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9077
9078 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9079 display-color-p, if fboundp, instead of window-system.
9080
9081 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9082
9083 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9084 instead of window-system.
9085
9086 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9087 window-system.
9088 (widget-choice-mouse-down-action): Use display-popup-menus-p
9089 instead of window-system.
9090
9091 * strokes.el (strokes-file): Run the file name through
9092 convert-standard-filename.
9093 (strokes-mode): Call display-mouse-p instead of looking at
9094 window-system. Change the error message accordingly.
9095
9096 * progmodes/cpp.el (toplevel): Support faces on tty's.
9097
9098 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9099 (lm-plot-square, lm-init-display): Don't use window-system.
9100
9101 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9102 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9103
9104 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9105 instead of looking at window-system.
9106
9107 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9108
9109 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9110 of testing if iswitchb-prepost-hooks is bound, because the
9111 latter will always be true when invoking a recursive minibuffer
9112 from an active Iswitchb buffer.
9113
9114 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9115
9116 * files.el (shell-quote-wildcard-pattern): New function.
9117 (insert-directory): Call it. Only prepend "\" to command on Unix
9118 and GNU/Linux systems.
9119
9120 2000-07-30 Gerd Moellmann <gerd@gnu.org>
9121
9122 * eshell/esh-groups.el: Change custom :link file names
9123 from `eshell.info' to `eshell'.
9124
9125 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9126
9127 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9128 correctly in recursive ange-ftp listings.
9129
9130 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9131
9132 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9133 ps-header-font-size-internal and
9134 ps-header-title-font-size-internal variables are not set,
9135 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9136 face text property is (foreground-color . COLOR) or
9137 `(background-color . COLOR)', ps-print crashes. Doc fix.
9138 (ps-print-version): New version number (5.2.4).
9139 (ps-plot-region): Code fix.
9140 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9141 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9142 Bug fix 2.
9143
9144 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
9145
9146 * glasses.el (glasses-make-readable): Fix uncapitalization of
9147 identifiers like `myXMLDocument'.
9148
9149 2000-07-28 Karl Fogel <kfogel@red-bean.com>
9150
9151 * mail/mail-hist.el (mail-hist-previous-input)
9152 (mail-hist-next-input): Do the obvious code factorization.
9153 (mail-hist-retrieve-and-insert): New func, contains common
9154 code of above two.
9155 If inserting a message body, leave point at top.
9156
9157 2000-07-28 Sam Steingold <sds@gnu.org>
9158
9159 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9160 Use `<=', not `<' to compare times!
9161 (ange-ftp-ls): Remove.
9162
9163 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9164
9165 * play/cookie1.el: Add explanation of how to make cookie.el
9166 compatible with strfile(1) to comment.
9167
9168 * subr.el (remove, remq): New functions.
9169
9170 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9171 escape `*' in regexps.
9172 (midnight-find): Reverse order of arguments in the funcall of
9173 TEST.
9174
9175 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9176 and `.class'.
9177
9178 * play/meese.el: Add Commentary section.
9179
9180 2000-07-27 Alex Schroeder <alex@gnu.org>
9181
9182 * sql.el (sql-ms): Added autoload cookie.
9183 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9184 (sql-oracle): Ditto.
9185 (sql-help): Doc change.
9186
9187 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9188 types and exceptions.
9189
9190 2000-07-27 Alex Schroeder <alex@gnu.org>
9191
9192 * sql.el (sql-placeholder-history): New variable.
9193 (sql-query-placeholders-and-send): New function that will query
9194 the user and replace placeholders with user input.
9195 (sql-oracle): If running on NT, set comint-input-sender to
9196 sql-query-placeholders-and-send.
9197
9198 (sql-stop): If in the SQLi buffer, insert stop notification, else
9199 present it as a message.
9200
9201 2000-07-27 Alex Schroeder <alex@gnu.org>
9202
9203 * sql.el (sql-input-ring-separator): Doc change.
9204 (sql-input-ring-file-name): Doc change.
9205 (sql-interactive-mode): Use `sql-input-ring-separator' and
9206 `sql-input-ring-file-name' to set the comint-mode equivalents
9207 without making them local variables.
9208 (sql-stop): Don't bind `sql-input-ring-separator' and
9209 `sql-input-ring-file-name' dynamically to their comint-mode
9210 equivalents.
9211
9212 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9213
9214 * international/mule.el (register-char-codings): New function.
9215 (make-coding-system): Handle `safe-chars' specification in the arg
9216 PROPERTY.
9217
9218 * international/mule-cmds.el
9219 (find-coding-systems-region-subset-p): This function deleted.
9220 (sort-coding-systems-predicate): New variable.
9221 (sort-coding-systems): New function.
9222 (find-coding-systems-region): Use
9223 find-coding-systems-region-internal.
9224 (find-coding-systems-string): Use find-coding-systems-region.
9225 (find-coding-systems-for-charsets): Check
9226 char-coding-system-table.
9227 (select-safe-coding-system-accept-default-p): New variable.
9228 (select-safe-coding-system): Mostly rewritten. New argument
9229 ACCEPT-DEFAULT-P.
9230 (select-message-coding-system): Call select-safe-coding-system
9231 with ACCEPT-DEFAULT-P arg.
9232 (reset-language-environment): Reset default-sendmail-coding-system
9233 to the default value iso-latin-1.
9234 (set-language-environment): Don't set the obsolete variable
9235 charset-origin-alist.
9236
9237 * international/codepage.el (cp-coding-system-for-codepage-1):
9238 Give `safe-chars' property to make-coding-system.
9239
9240 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9241 calling select-message-coding-system twice.
9242
9243 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9244 instead of `safe-charsets'.
9245 (cyrillic-alternativnyj): Likewise.
9246 (ccl-encode-alternativnyj): Don't check the charset
9247 cyrillic-iso8859-5.
9248
9249 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9250
9251 * composite.el (compose-chars-after): Preserve match data.
9252
9253 2000-07-26 Sam Steingold <sds@gnu.org>
9254
9255 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9256 (ange-ftp-real-file-newer-than-file-p): New function.
9257 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9258 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9259
9260 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9261 * midnight.el (midnight-float-time): Ditto.
9262
9263 2000-07-26 Andreas Schwab <schwab@suse.de>
9264
9265 * files.el (normal-backup-enable-predicate): Correct
9266 interpretation of the return value of compare-strings.
9267
9268 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9269
9270 * isearch.el (isearch-resume): New function.
9271 (isearch-done): Add something to command-history to resume
9272 the search.
9273 (isearch-yank-line, isearch-yank-word): Use
9274 buffer-substring-no-properties instead of buffer-substring.
9275
9276 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9277 of flyspell-mouse-map.
9278
9279 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9280 duplicate definition.
9281 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9282
9283 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9284 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9285
9286 2000-07-25 Sam Steingold <sds@gnu.org>
9287
9288 * net/ange-ftp.el: Get modtime over the net.
9289 (ange-ftp-file-modtime): New function.
9290 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9291 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9292 Use it.
9293 (ange-ftp-dot-to-slash): New function.
9294 (ange-ftp-fix-name-for-vms): Use it.
9295
9296 * midnight.el (midnight-buffer-display-time): Use
9297 `with-current-buffer'.
9298
9299 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9300
9301 * find-dired.el: Update copyright notice.
9302 (find-dired): Offer to kill a running `find'.
9303
9304 * enriched.el (enriched-face-ans): For a `foreground-color'
9305 property, return '(("x-color" COLOR))' so that COLOR will be
9306 output as a parameter of the x-color annotation. Likewise for the
9307 `background-color' property. In the case of normal face
9308 properties, don't return annotations for unspecified foreground
9309 and background face attributes.
9310
9311 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9312
9313 * language/japan-util.el (japanese-katakana-region): Fix handling
9314 HANKAKU argument.
9315
9316 2000-07-25 Miles Bader <miles@gnu.org>
9317
9318 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9319 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9320 constrain-to-field.
9321
9322 2000-07-24 Andrew Innes <andrewi@gnu.org>
9323
9324 * timer.el (timer-activate-when-idle): Add optional parameter
9325 DONT-WAIT. Update docstring.
9326 (run-with-idle-timer): Specify extra parameter to
9327 timer-activate-when-idle, so that timer will be activated
9328 immediately if Emacs is already idle.
9329
9330 * w32-fns.el (w32-using-nt): Fix docstring.
9331
9332 2000-07-24 Dave Love <fx@gnu.org>
9333
9334 * mouse.el (popup-menu): Set last-command-event.
9335 (mouse-major-mode-menu-prefix): Declare.
9336
9337 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9338
9339 * textmodes/flyspell.el: Update to author's version 1.5d.
9340
9341 * progmodes/hideshow.el: Update copyright notice.
9342
9343 * vcursor.el: Set maintainer to FSF, since author cannot
9344 be reached.
9345
9346 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9347
9348 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9349 the prompt.
9350
9351 * mouse.el (popup-menu): Run the keymap through indirect-function,
9352 in case it was defined with define-prefix-key. If the menu is a
9353 list of keymaps, look up the binding of user's choice in each one
9354 of the keymaps.
9355 (mouse-popup-menubar): If the global and local menu-bar keymaps
9356 don't have a prompt string, create one and insert it into the
9357 keymap. Don't barf if current-local-map returns nil.
9358
9359 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9360
9361 * dired.el (dired-sort-R-check): Added to allow recursive listing
9362 to be undone.
9363 (dired-sort-other): Use it.
9364
9365 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9366
9367 * Release of cc-mode 5.27
9368
9369 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9370
9371 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9372 c-beginning-of-statement-1 that caused a bad case of recursion
9373 which could consume a lot of CPU in large classes in languages
9374 that have in-expression classes (i.e. Java and Pike).
9375
9376 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9377 statements before top level constructs (i.e. case 6 is moved
9378 before case 5 and is now case 4) to catch in-expression
9379 classes in top level expressions correctly.
9380
9381 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9382
9383 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9384 objc-method-intro. Case 4 removed and case 5I added.
9385
9386 * cc-langs.el (c-append-paragraph-start): New variable used by
9387 c-common-init to get paragraph-start correct.
9388 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9389 initialize paragraph-start to make it correct both with and
9390 without the javadoc special case.
9391
9392 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9393 initialize paragraph-start for javadoc markup.
9394
9395 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9396 change by defaulting this to t. It's motivated by the
9397 confusing behavior that otherwise arise from the style system
9398 when editing both java and non-java files at the same time
9399 (see the comments about style setting in c-common-init).
9400
9401 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9402
9403 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9404 similar to the one in c-fill-paragraph to check the fill
9405 prefix from the adaptive fill function for sanity.
9406
9407 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9408
9409 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9410 defun block.
9411
9412 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9413
9414 * cc-mode.texi Documented the change of cpp-macro.
9415
9416 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9417
9418 * cc-align.el (c-lineup-multi-inher): Handle lines with
9419 leading comma nicely. Extended to handle member initializers
9420 too.
9421
9422 * cc-engine.el: (c-beginning-of-inheritance-list,
9423 c-guess-basic-syntax): Fixed recognition of inheritance lists
9424 when the lines begins with a comma.
9425
9426 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9427
9428 * cc-vars.el (c-offsets-alist): Changed default for
9429 member-init-cont to c-lineup-multi-inher since it now handles
9430 member initializers and indents better for leading commas.
9431
9432 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9433
9434 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9435 handling that caused class open lines to be recognized as
9436 statement-conts in some cases.
9437
9438 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9439 guessed by the adaptive fill function unless point is on the
9440 first line of a block comment.
9441
9442 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9443 when the buffer ends with a macro continuation char.
9444
9445 * cc-engine.el (c-guess-basic-syntax): Added support for
9446 function definitions as statements in Pike. The first
9447 statement in a lambda block is now labeled defun-block-intro
9448 instead of statement-block-intro.
9449
9450 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9451 so that the class surrounding point is selected, not the one
9452 innermost in the state.
9453
9454 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9455 recognition of switch labels having hanging multiline
9456 statements.
9457
9458 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9459 some code in c-guess-basic-syntax to a separate function.
9460 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9461 recognition of member inits with multiple line arglists.
9462 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9463 member-init-cont when the commas are in funny places.
9464
9465 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9466
9467 * cc-defs.el (c-auto-newline): Removed this macro since it's
9468 not used anymore.
9469
9470 * cc-engine.el (c-looking-at-bos): New helper function.
9471 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9472 inexpr and toplevel classes apart in Pike.
9473
9474 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9475 of case 9A.
9476
9477 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9478 constant, since "class" can introduce an in-expression class
9479 in Pike nowadays.
9480
9481 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9482
9483 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9484 indentation on cpp-macro lines.
9485
9486 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9487 a syntax modifier like comment-intro, to make it possible to
9488 get syntactic indentation for preprocessor directives. It's
9489 incompatible wrt to lineup functions on cpp-macro, but it has
9490 no observable effect in the 99.9% common case where cpp-macro
9491 is set to -1000.
9492
9493 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9494
9495 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9496 member-init-cont when the preceding arglist is several lines.
9497
9498 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9499
9500 * cc-styles.el (c-style-alist): The basic offset for the BSD
9501 style corrected to 8.
9502
9503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9504
9505 * cc-styles.el (c-style-alist): Adjusted the indentation of
9506 brace list openers in the gnu style.
9507
9508 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9509
9510 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9511
9512 * cc-cmds.el (c-electric-brace, c-electric-slash,
9513 c-electric-star, c-electric-semi&comma, c-electric-colon,
9514 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9515 when c-syntactic-indentation is nil.
9516
9517 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9518 we were left at comments preceding the first statement when
9519 reaching the beginning of the buffer.
9520
9521 * cc-vars.el (c-syntactic-indentation): New variable to turn
9522 off all syntactic indentation.
9523
9524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9525
9526 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9527 between the text and the block comment ender when it hangs,
9528 depending on how many there are before the fill.
9529
9530 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9531
9532 * cc-engine.el (c-beginning-of-closest-statement): New helper
9533 function to go back to the closest preceding statement start,
9534 which could be inside a conditional statement.
9535 * cc-engine.el (c-guess-basic-syntax): Use
9536 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9537
9538 * cc-engine.el (c-guess-basic-syntax): Better handling of
9539 arglist-intro, arglist-cont-nonempty and arglist-close when
9540 the arglist is nested inside parens. Cases 7A, 7C and 7F
9541 changed.
9542
9543 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9544 up-to-date with javadoc 1.2.
9545
9546 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9547
9548 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9549 multiline Pike type decls.
9550
9551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9552
9553 * cc-cmds.el (c-indent-new-comment-line): Always break
9554 multiline comments in multiline mode, regardless of
9555 comment-multi-line.
9556
9557 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9558
9559 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9560 fully::qualified::names in C++ member init lists. Preamble in
9561 case 5D changed.
9562
9563 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9564
9565 * cc-langs.el (c-common-init): Handling of obsolete variables
9566 moved to c-initialize-cc-mode. More compatible style override
9567 when using global style variables.
9568 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9569 variables moved here.
9570
9571 * cc-mode.texi: Documented the special behavior of
9572 c-special-indent-hook as a style variable. Don't talk about
9573 doing (c-make-styles-buffer-local t) in a mode hook, since
9574 that's already too late to work right.
9575
9576 * cc-styles.el (c-make-styles-buffer-local): Flag style
9577 variable localness in c-style-variables-are-local-p to make
9578 the compatibility measure in c-common-init work well.
9579
9580 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9581 longer contain set-from-style.
9582 * cc-styles.el (c-initialize-builtin-style): Don't check for
9583 set-from-style on c-special-indent-hook.
9584 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9585 copy-alist is sufficient now.
9586
9587 * cc-styles.el (c-set-style, c-set-style-1,
9588 c-get-style-variables): Fixes to variable initialization so
9589 that duplicate entries in styles have the same effect
9590 regardless of DONT-OVERRIDE.
9591
9592 * cc-styles.el (c-set-style-2): Fixed bug where the
9593 initialization of inheriting styles failed when the
9594 dont-override flag is set.
9595
9596 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9597 on this.
9598
9599 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9600
9601 * cc-defs.el (c-forward-comment): Removed the workaround
9602 introduced in 5.38 since it had worse side-effects. If a line
9603 contains the string "//\"", it regarded the // as a comment
9604 start since the \ temporarily doesn't have escape syntax.
9605
9606 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9607
9608 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9609 ada-xref.el before ada-prj.el, so that the Project menu is created
9610 when ada-prj tries to add to it.
9611 (ada-activate-keys-for-case): Suppress the characters that are not
9612 part of the Ada syntax. Better compatibility with else-mode
9613 (ada-adjust-case-interactive): When auto-casing is not active,
9614 correctly insert newlines (used to insert only ^M). Prevent the
9615 syntax table from being changed in case of an error
9616 (or '_' becomes part of a word and some commands are confused).
9617 Do nothing if ada-auto-case is nil.
9618 (ada-after-keyword-p): Ignore keywords that are also attributes
9619 (ada-batch-reformat): Update usage comment
9620 (ada-call-from-contextual-menu): New function
9621 (ada-case-read-exceptions): Reinitialize the casing exception list
9622 first to nil first, so that the casing exception file can be
9623 shared.
9624 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9625 files.
9626 (ada-compile-goto-error): Fix regexp used to detect a file:line
9627 anywhere in the error message
9628 (ada-contextual-menu-last-point): New variable
9629 (ada-create-keymap): If the variable delete-key-deletes-forward is
9630 t on XEmacs, it means that DEL should delete one character
9631 forward.
9632 (ada-create-menu): Use :included instead of :visible for XEmacs.
9633 New submenu "Options".
9634 (ada-end-stmt-re): Correctly indent "select ... then abort"
9635 statements.
9636 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9637 even if they don't match ada-fill-comment-prefix Fix handling of
9638 paragraphs on the first or last line of a file.
9639 (ada-format-paramlist): Fix handling of default parameter values.
9640 (ada-get-body-name): New function.
9641 (ada-get-current-indent): Optimized by searchling directly for an
9642 existing generic part or a statement outside of it. Handle
9643 ada-indent-align-comments when indenting comments Replaced some
9644 regexps by testing directly the next character. This results in a
9645 huge speedup on some files. New indentation scheme for renames
9646 statements. Stop looking for the 'while' or 'for' associated with
9647 a 'loop' at the first semicolon encountered. A "return" can also
9648 match an anonymous access subprogram declaration.
9649 (ada-get-indent-noindent): Ignore strings and comments when
9650 looking for the keywords "record" and "private".
9651 (ada-goto-matching-decl-start): When matching "if", make sure we
9652 are not in fact seeing "end if". Ignore "when" statements except
9653 when initial keyword was "begin". Fix handling of nested
9654 procedures. Add a recursive call to this function to skip over
9655 other 'end' statmts. Fix indentation for "when .. => begin"
9656 (ada-in-open-paren-p): Fix indentation for complex boolean
9657 expressions, where 'and then', 'or else' and parenthesis
9658 statements are mixed up.
9659 (ada-in-paramlist-p): Skip comments while searching for the
9660 beginning Fix handling of operator declarations.
9661 (ada-indent-align-comments): New variable
9662 (ada-indent-current): Change the syntax table only in the
9663 protected section, so that we are sure it is restored correctly.
9664 (ada-indent-on-previous-lines): Use ada-use-indent and
9665 ada-with-indent Correctly indent "select ... then"
9666 (ada-indent-region): Slight speedup.
9667 (ada-indent-renames): New variable.
9668 (ada-last-which-function-subprog, ada-last-which-function-line):
9669 New variables
9670 (ada-looking-at-semi-private): Correctly indent the 'private'
9671 keyword when it is the first word in a package declaration.
9672 (ada-loose-case-word): Stop searching if at the end of the buffer.
9673 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9674 even if point is not initially at the end of the word.
9675 (ada-matching-decl-start-re): Add "when".
9676 (ada-mode): Add support for abbrev-mode, outline-mode and
9677 which-func-mode Override the old find-file.el entry in
9678 ff-special-constructs since it is using the obsolete
9679 ada-spec-suffix variable
9680 (ada-no-auto-case): New function
9681 (ada-scan-paramlist): When parsing the argument type, accept
9682 spaces (as in "X 'Class", generated by Rational Rose).
9683 (ada-other-file-name): No longer loads the other file.
9684 (ada-popup-menu): Save and restore the current buffer and cursor
9685 position before and after displaying the menu.
9686 (ada-search-ignore-complex-boolean): New function.
9687 (ada-uncomment-region): Emacs21 already knows how to delete
9688 comments not starting in the first column.
9689 (ada-use-indent): New variable
9690 (ada-which-function): New function.
9691 (ada-with-indent): New variable
9692 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9693 can be batch-compiled from the command line.
9694
9695 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9696 Add to the menu when the file is loaded, not in ada-mode-hook.
9697 Add -toolbar to the default ddd command Switches moved from
9698 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9699 ada-prj-default-comp-opt
9700 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9701 Reference Manual to the menu
9702 (ada-check-current): rewritten as a call to ada-compile-current
9703 (ada-compile): Removed.
9704 (ada-compile-application, ada-compile-current, ada-check-current):
9705 Set the compilation-search-path so that compile.el automatically
9706 finds the sources in src_dir. Automatic scrollong of the
9707 compilation buffer. C-uC-cC-c asks for confirmation before
9708 compiling
9709 (ada-compile-current): New parameter, prj-field
9710 (ada-complete-identifier): Load the .ali file before doing
9711 processing
9712 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9713 conform to gnatmake's behavior.
9714 (ada-find-file-in-dir): New function
9715 (ada-find-references): Set the environment variables for gnatfind
9716 (ada-find-src-file-in-dir): New function.
9717 (ada-first-non-nil): Removed
9718 (ada-gdb-application): Add support for jdb, the java debugger.
9719 (ada-get-ada-file-name): Load the original-file first if not done
9720 yet.
9721 (ada-get-all-references): Handles the new ali syntax (parent types
9722 are found between <>).
9723 (ada-initialize-runtime-library): New function
9724 (ada-mode-hook): Always load a project file when a file is opened,
9725 so that the casing exceptions are correctly read.
9726 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9727 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9728 to open the project file, since the latter does not work with
9729 speedbar Get default values before loading the prj file, or the
9730 default executable file name is wrong. Use the absolute value of
9731 src_dir to initialize ada-search-directories and
9732 compilation-search-path,... Add the standard runtime library to
9733 the search path for find-file.
9734 (ada-prj-default-debugger): Was missing an opening '{'
9735 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9736 variables.
9737 (ada-prj-default-gnatmake-opt): New variable
9738 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9739 buffers, the project file is the default one Save the windows
9740 configuration before displaying the menu.
9741 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9742 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9743 ...) regexp-quote identifiers names to support operators +,
9744 -,... in regexps.
9745 (ada-remote): New function.
9746 (ada-run-application): Erase the output buffer before starting the
9747 run Support remote execution of the application. Use
9748 call-process, or the arguments are incorrectly parsed
9749 (ada-set-default-project-file): Reread the content of the active
9750 project file, not the one from the current buffer When a project
9751 file is set as the default project, all directories are
9752 automatically associated with it.
9753 (ada-set-environment): New function
9754 (ada-treat-cmd-string): New special variable ${current}
9755 (ada-treat-cmd-string): Revised. The substitution is now done for
9756 any ${...} substring
9757 (ada-xref-current): If no body was found, compiles the spec
9758 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9759 compiler to get rid of command line length limitations.
9760 (ada-xref-get-project-field): New function
9761 (ada-xref-project-files): New variable
9762 (ada-xref-runtime-library-specs-path)
9763 (ada-xref-runtime-library-ali-path): New variables
9764 (ada-xref-set-default-prj-values): Default run command now does a
9765 cd to the build directory. New field: main_unit Provide a default
9766 file name even if the current buffer has no prj file.
9767
9768 * ada-prj.el:
9769 Rewritten to show a tabbed-dialog.
9770 (ada-prj-add-ada-menu): Remove the map and name parameters.
9771 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9772 New function
9773 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9774 (ada-prj-load-from-file): New function
9775 (ada-prj-save): Always save fields that depend on the current buffer
9776 (ada-prj-show-value): New function
9777
9778 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9779 Ada mode. This will allow us to display the Ada menu in any buffer
9780 we want (for project items).
9781 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9782 number of spaces in the header.
9783
9784 2000-07-24 Dave Love <fx@gnu.org>
9785
9786 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9787
9788 2000-07-23 Noah Friedman <friedman@splode.com>
9789
9790 * type-break.el (type-break): perform autosave.
9791 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9792 (type-break-do-query): Cancel query schedule while performing
9793 actual query, to avoid possibility of a second query being made
9794 while first one is already in progress.
9795 (type-break-time-stamp-format): New variable.
9796 (type-break-time-stamp): New function.
9797 (type-break-time-warning): Use it.
9798 (type-break-keystroke-warning): Use it.
9799 (type-break-noninteractive-query): Use it.
9800
9801 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9802 cookie.
9803 Use add-minor-mode to set minor-mode-alist, if available.
9804 (eldoc-echo-area-use-multiline-p): New user option.
9805 (eldoc-echo-area-multiline-supported-p): New variable.
9806 (eldoc-docstring-format-sym-doc): Use them.
9807 (eldoc-mode): If not using idle timers, append to local post and
9808 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9809 (eldoc-display-message-no-interference-p): Don't interfere with
9810 edebug.
9811 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9812 (eldoc-function-arglist): New function.
9813 (eldoc-function-argstring): Use it.
9814
9815 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9816 auto save directory exists before calling directory-files.
9817
9818 2000-07-23 Dave Love <fx@gnu.org>
9819
9820 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9821 ^o, ^u.
9822
9823 2000-07-21 Dave Love <fx@gnu.org>
9824
9825 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9826 now passed to the function. It now works properly.
9827
9828 * smerge-mode.el (smerge-mode-menu): Fill it out.
9829
9830 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9831
9832 * info-look.el (info-lookup): If *info* is shown in another frame
9833 on the same display, select that frame, instead of switching to
9834 the Info buffer in another window of the selected frame.
9835
9836 * simple.el (universal-argument-map): Bind numeric keypad keys
9837 kp-0 to kp-9 and kp-subtract.
9838 (digit-argument): Handle these keys.
9839
9840 2000-07-20 Dave Love <fx@gnu.org>
9841
9842 * net/goto-addr.el (goto-address-fontify): Don't bother with
9843 buffer-modified and read-only stuff -- irrelevant with overlays.
9844 Put an extra property on the overlays and use it to clean up in
9845 case goto-address is re-run.
9846
9847 2000-07-19 Richard M. Stallman <rms@gnu.org>
9848
9849 * timer.el (run-with-idle-timer): Doc fix.
9850
9851 * mail/mail-utils.el (mail-strip-quoted-names):
9852 Handle case where <...> appears inside "...".
9853 Use replace-match to edit the string more simply.
9854 (rmail-dont-reply-to): Cope with an unmatched ".
9855
9856 2000-07-19 Dave Love <fx@gnu.org>
9857
9858 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9859 implementation.
9860
9861 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9862 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9863 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9864
9865 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9866
9867 * textmodes/refer.el: Correct maintainer's email address.
9868
9869 * progmodes/hideif.el: Correct author's email address.
9870 Fix typo in comment.
9871
9872 * xml.el: New file.
9873
9874 * mail/mailheader.el: Correct author's mail address.
9875
9876 * gnus/parse-time.el: Correct author's mail address.
9877
9878 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9879
9880 * comint.el (comint-highlight-input, comint-highlight-face):
9881 New user options.
9882 (comint-input-ring-file-name): Change custom type.
9883 (comint-mode-map): Bind mouse-2.
9884 (comint-insert-clicked-input): New function.
9885 (comint-send-input): Handle input highlighting.
9886
9887 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9888
9889 * mouse.el (popup-menu): New function.
9890 (mouse-major-mode-menu): Use it.
9891
9892 2000-07-18 Dave Love <fx@gnu.org>
9893
9894 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9895 improvements.
9896
9897 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9898
9899 * faces.el (face-font-selection-order)
9900 (face-font-family-alternatives): Add custom type.
9901
9902 2000-07-18 Dave Love <fx@gnu.org>
9903
9904 * cus-edit.el (custom-variable-reset-saved)
9905 (custom-variable-reset-standard): Remove unused bindings.
9906
9907 * rect.el (open-rectangle-line): Remove unused let.
9908
9909 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9910
9911 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9912
9913 * cdl.el: Fix `Maintainer' keyword.
9914
9915 * play/pong.el: Add author's email address.
9916
9917 2000-07-17 Sam Steingold <sds@gnu.org>
9918
9919 * files.el (insert-directory): Call `split-string' instead of
9920 re-implementing it.
9921
9922 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9923
9924 * mail/vms-pmail.el: Change maintainer to FSF.
9925
9926 * net/goto-addr.el: Change maintainer to FSF.
9927
9928 * info.el (Info-title-face-alist): Removed.
9929
9930 2000-07-18 David Ponce <david@dponce.com>
9931
9932 * recentf.el (recentf-open-files): New command that works like
9933 `recentf-open-more-files', but shows the whole list of files (not just
9934 those omitted from the menu). Useful if you don't use a menu-bar!
9935 (recentf-open-more-files) Modified to use `recentf-open-files'.
9936
9937 (recentf-open-files, recentf-open-more-files)
9938 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9939
9940 (recentf-dialog-mode): New mode for dialogs. You can now just type
9941 "q" to cancel the dialogs.
9942
9943 2000-07-18 David Ponce <david@dponce.com>
9944
9945 * recentf.el: This is a major update of recentf.el. It adds new
9946 features to better organize the recentf menu and "More..." buffer.
9947
9948 Using new provided menu filtering functions you can now organize the
9949 recent files list:
9950
9951 - by major modes
9952 - by directories
9953 - by user defined rules
9954
9955 Finally, with the new `recentf-filter-changer' customizable filter you
9956 can define a ring of filters and dynamically (via the menu) cycle on
9957 each menu organization in the ring (a la msb).
9958
9959 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9960
9961 * eshell/eshell.el (eshell): Replace links to eshell.info with
9962 links to eshell, to avoid problems on systems where the manual is
9963 installed as `eshell'.
9964 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9965 * eshell/em-smart.el (eshell-smart): Ditto.
9966 * eshell/em-banner.el (eshell-banner): Ditto.
9967 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9968
9969 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9970 same-file check in the MS-DOS version (it does support inodes).
9971
9972 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9973
9974 * eshell/eshell.el (eshell-directory-name):
9975 Run default directory name through convert-standard-filename.
9976
9977 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9978
9979 * international/mule-cmds.el (select-safe-coding-system):
9980 Fix typo in the comment.
9981
9982 * language/european.el (compound-text):
9983 Force katakana-jisx0201 to be designated to G1.
9984
9985 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9986 Don't translate some national variant characters of latin-jisx0201.
9987 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9988
9989 * international/kkc.el (kkc-after-update-conversion-functions):
9990 New variable.
9991 (kkc-update-conversion): Run functions in it at the tail.
9992
9993 2000-07-16 John Wiegley <johnw@gnu.org>
9994
9995 * lisp/align.el (align-newline-and-indent):
9996 Adding new function. for auto-aligning blocks of code on RET.
9997 (align-region): Fixed badly formatted minibuffer message.
9998
9999 2000-07-17 Kenichi Handa <handa@etl.go.jp>
10000
10001 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10002 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10003 the conversion list at first if appropriate.
10004 (kkc-next): Don't update kkc-next-count here.
10005 (kkc-prev): Don't update kkc-prev-count here.
10006 (kkc-show-conversion-list-update): Fix setting up of conversion
10007 list message.
10008
10009 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10012
10013 2000-07-16 Dave Love <fx@gnu.org>
10014
10015 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10016 function to be more specific.
10017
10018 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10019 non-string help-echo.
10020 (widget-types-convert-widget): Defsubst it.
10021 (widget-echo-help): Try to cope with a help-echo function of two
10022 possible sorts.
10023
10024 2000-07-15 Jason Rumney <jasonr@gnu.org>
10025
10026 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10027 Declare as obsolete.
10028
10029 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10030
10031 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10032
10033 * hilit-chg.el: Fix typo.
10034
10035 2000-07-14 Dave Love <fx@gnu.org>
10036
10037 * info.el (Info-mode-menu): Fix use of :help, :enable.
10038
10039 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10040
10041 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10042
10043 2000-07-13 Dave Love <fx@gnu.org>
10044
10045 * emacs-lisp/easymenu.el: Doc fixes.
10046 (easy-menu-remove): Defalias to ignore.
10047
10048 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10049 Call throw correctly.
10050
10051 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10052
10053 * faces.el (frame-background-mode): Doc fix.
10054
10055 * simple.el (eval-expression-print-length): Change custom type to
10056 allow entering nil as value.
10057
10058 2000-07-13 Dave Love <fx@gnu.org>
10059
10060 * progmodes/fortran.el (fortran-imenu-generic-expression):
10061 Change definition layout.
10062 (fortran-mode-menu): Reinstate customize entries.
10063
10064 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10065 Use :filter, per old XEmacs code.
10066
10067 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10068
10069 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10070 event when deciding what to send to the terminal.
10071
10072 2000-07-12 Dave Love <fx@gnu.org>
10073
10074 * cus-start.el: Add optional version as 4th element of specs and
10075 use it for several things new in v21. Remove load-path. Fix type
10076 of line-number-display-limit.
10077
10078 2000-07-11 Dave Love <fx@gnu.org>
10079
10080 * progmodes/fortran.el: Don't require easymenu.
10081 Use repeat counts in various regexps.
10082 (fortran-mode-syntax-table): Defvar directly.
10083 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10084 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10085 Use defvar, not defconst.
10086 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10087 (fortran-mode): Set fortran-comment-line-start-skip,
10088 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10089 (fortran-comment-indent): Use defsubst.
10090 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10091 Use fortran-comment-indent, not fortran-comment-indent-function.
10092 (fortran-comment-region, fortran-electric-line-number): Simplify.
10093 (fortran-auto-fill): New function.
10094 (fortran-do-auto-fill): Deleted.
10095 (fortran-find-comment-start-skip):
10096 Check for non-null comment-start-skip.
10097 (fortran-auto-fill-mode, fortran-fill-statement):
10098 Use fortran-auto-fill.
10099 (fortran-fill): Use fortran-auto-fill. Check for null
10100 comment-start-skip. Simplify final clause and use end-of-line finally.
10101
10102 * widget.el (widget-plist-member): New alias.
10103
10104 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10105
10106 * eshell/esh-module.el (toplevel): Reference
10107 byte-compile-current-file only if it is bound.
10108
10109 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10110
10111 * dired.el: Don't require `dired-aux'.
10112
10113 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10114
10115 * dired-aux.el (dired-show-file-type): New function.
10116 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10117 (dired-show-file-type): Add autoload.
10118
10119 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10120
10121 * international/mule-diag.el (describe-font): Adjusted for the
10122 change of fontset-info.
10123 (print-fontset): Likewise.
10124
10125 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10126
10127 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10128
10129 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10130
10131 * bindings.el: Bind `[delete]' to delete-char.
10132
10133 * dired.el (dired-find-alternate-file): New function.
10134 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10135 (toplevel): Require dired-aux when compiling.
10136 (dired-buffers): Move defvar within file to avoid compiler warning.
10137
10138 * info.el (Info-last-search): Variable removed.
10139 (Info-search-history): New variable.
10140 (Info-search): New Info-search-history.
10141
10142 * battery.el, info-look.el: Change author's mail address.
10143
10144 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10145
10146 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10147 if rmail-ignored-headers is nil.
10148 (rmail-retry-failure): Bind rmail-ignored-headers and
10149 rmail-displayed-headers to nil.
10150
10151 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10152
10153 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10154 (print-region-1): Don't hard code `-h' here.
10155
10156 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10157
10158 2000-07-01 Francesco Potorti` <pot@gnu.org>
10159
10160 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10161 exim can use "your message" instead of "the message".
10162
10163 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10164
10165 * facemenu.el: Docstrings fixes.
10166 (facemenu-get-face): Don't use internal-find-face.
10167 (facemenu-iterate): Rename arg to match the docstring.
10168
10169 * newcomment.el (uncomment-region): Be more careful when skipping
10170 backwards over `=' not to bump into BOBP.
10171
10172 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10173
10174 * ediff-diff.el (ediff-wordify): Use syntax table.
10175 * ediff-init.el (ediff-has-face-support-p): Use
10176 ediff-color-display-p.
10177 (ediff-color-display-p): Use display-color-p, changed to defun
10178 from defsubst.
10179 Got rid of special cases for NeXT and OS/2.
10180 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10181 face.
10182
10183 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10184
10185 * emacs-lisp/lucid.el: Require CL.
10186 (copy-tree, remprop): Remove, it's provided by CL.
10187 (map-keymap): Define in terms of cl-map-keymap.
10188 (extent-property, set-extent-end-glyph): New functions.
10189
10190 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10191
10192 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10193
10194 * Makefile.in (DONTCOMPILE): Add comment that the name may
10195 not be changed without changing the make-dist script.
10196
10197 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10198 (cl-mapc): Use mapc instead of cl-old-mapc.
10199
10200 2000-07-05 Andrew Innes <andrewi@gnu.org>
10201
10202 * makefile.nt: Add support for `bootstrap' and related targets.
10203
10204 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10205
10206 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10207 (easy-menu-do-define): Use `menu-item' format.
10208 Handle case where easy-menu-create-menu returns a symbol.
10209 Manually call the potential top-level filter in the function binding.
10210 (easy-menu-filter-return): New arg NAME.
10211 Convert to a keymap if MENU is an XEmacs menu.
10212 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10213 (easy-menu-converted-items-table, easy-menu-convert-item):
10214 New var and fun to memoize easy-menu-convert-item-1.
10215 (easy-menu-do-add-item): Use it.
10216 (easy-menu-create-menu): Use easy-menu-convert-item.
10217 Wrap easy-menu-filter-return around any :filter specification.
10218 Don't convert the menu if a filter was specified.
10219 Tell easy-menu-make-symbol not to check for MENU being an expression.
10220 (easy-menu-make-symbol): New arg NOEXP.
10221
10222 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10223
10224 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10225 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10226 (eval-defun): If called with prefix arg, instrument code for
10227 Edebug.
10228
10229 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10230 similar to that of eval-defun.
10231
10232 2000-07-04 Dave Love <fx@gnu.org>
10233
10234 * hl-line.el (hl-line-overlay): Make it permanent-local.
10235
10236 * calendar/todo-mode.el: Replaced with a working version, based on
10237 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10238
10239 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10240
10241 * paths.el (prune-directory-list): New function.
10242 (Info-default-directory-list): Rewritten to more methodically
10243 enumerate a big list of possible info directories (based on the
10244 list used by the standalone info reader).
10245
10246 * info.el (info-initialize): Use prune-directory-list to remove
10247 non-existent directories from Info-directory-list.
10248
10249 * paths.el (Info-default-directory-list): Try a list of possible
10250 info-directories instead of a single one. Add the possible
10251 info directory "/usr/share/info".
10252
10253 * woman.el (woman-man.conf-path): Explicitly include the debian
10254 man-db config file "/etc/manpath.config".
10255 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10256 are present in `manpath.config'.
10257 (woman-manpath): Include "/usr/share/man".
10258
10259 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10260
10261 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10262
10263 * startup.el (command-line): Initialize blink-cursor based
10264 on window-system.
10265
10266 * frame.el (blink-cursor): Default to nil if not running under
10267 a window-system.
10268
10269 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10270 (face-x-resources): Remove duplicate entry for :font.
10271
10272 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10273 instead of cycling through windows with next-window.
10274
10275 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10276 of cycling through windows with next-window.
10277
10278 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10279 of cycling through windows with next-window.
10280
10281 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10282 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10283 instead of cycling through windows with next-window.
10284
10285 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10286 instead of cycling through windows with next-window.
10287
10288 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10289 of cycling through windows with next-window.
10290
10291 * terminal.el (te-process-output): Use walk-windows instead of
10292 cycling through windows with next-window.
10293
10294 * server.el (server-switch-buffer): Use some-window instead of
10295 cycling through windows with next-window.
10296
10297 * window.el (some-window): New function.
10298 (walk-windows): Remove reference to walk-windows-start.
10299
10300 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10301
10302 2000-07-03 Richard Stallman <rms@gnu.org>
10303
10304 * window.el (walk-windows): Guarantee termination by keeping a list
10305 of all the windows already handled.
10306
10307 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10308
10309 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10310 window-system.
10311
10312 * man.el (Man-notify-when-ready): Don't use window-system. If
10313 Man-notify-method is newframe, and the display is not
10314 multi-frame, select the frame created for the man page.
10315 (Man-init-defvars): Doc fix.
10316
10317 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10318
10319 * faces.el (region): Change background color for light background.
10320
10321 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10322 attribute from mode-line face of Ediff control frame.
10323
10324 * replace.el (query-replace-map): Bind `e' like `E'.
10325
10326 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10327
10328 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10329 Change name to "Select All".
10330
10331 * dos-fns.el (convert-standard-filename): Fix last change.
10332
10333 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10334
10335 * help.el (describe-variable): Don't insert a second `'s' in front
10336 of the string `value is shown below'. Since the syntax-table is
10337 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10338 an existing `'s', so that this won't be deleted.
10339
10340 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10341 * pcmpl-unix.el: New files.
10342
10343 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10344
10345 * wid-edit.el (widget-member): Use the new plist-member.
10346
10347 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10348
10349 * replace.el (perform-replace): Undo change of 2000-04-04.
10350 Instead, move backward 1 character at the end of the loop when
10351 necessary.
10352
10353 * faces.el (fringe): Change face for different backgrounds.
10354
10355 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10356 patch from John.
10357
10358 * eshell/*.el: Change spelling of the Free Software Foundation.
10359
10360 * eshell/esh-toggle.el: Removed.
10361
10362 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10363
10364 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10365 interactively.
10366
10367 2000-06-26 Alex Schroeder <alex@gnu.org>
10368
10369 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10370 `define-key'; instead of checking `(emacs-version)' check for
10371 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10372 for `;' and `o' which might be electric.
10373
10374 (sql-electric-stuff): New user option.
10375 (sql-magic-go): New function which uses `sql-electric-stuff'.
10376 (sql-magic-semicolon): New function which uses
10377 `sql-electric-stuff'.
10378
10379 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10380 is not fboundp.
10381
10382 (sql-oracle-options): New variable.
10383 (sql-oracle): Use it.
10384
10385 (sql-imenu-generic-expression): Doc change.
10386 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10387 is used.
10388
10389 (sql-informix): Added command line parameter "-" to force
10390 sql-informix-program to use stdout.
10391
10392 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10393
10394 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10395 (cp864-decode-table): Doc fix.
10396 (cp720-decode-table): New variable, supports the Arabic OEM
10397 codepage used by Windows.
10398 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10399
10400 2000-06-23 Dave Love <fx@gnu.org>
10401
10402 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10403 (font-lock-fontify-anchored-keywords): Use
10404 line-beginning-position.
10405 (global-font-lock-mode): Use mapc.
10406
10407 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10408
10409 * eshell/esh-module.el: Require CL when compiling.
10410
10411 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10412
10413 * comint.el (comint-substitute-in-file-name): Call replace-match
10414 with second and third arg t.
10415
10416 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10417 Specify foreground color.
10418
10419 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10420 color.
10421
10422 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10423
10424 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10425 cddr instead of cdddr.
10426
10427 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10428 instead of copy-list.
10429
10430 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10431 of copy-list.
10432
10433 * subdirs.el: Add eshell subdirectory.
10434
10435 * eshell: New subdirectory containing the Eshell package.
10436
10437 * pcomplete.el: New file.
10438
10439 2000-06-23 Paul Eggert <eggert@twinsun.com>
10440
10441 * mail/mailpost.el (post-mail-send-it): Make sure file has
10442 proper permissions from birth.
10443
10444 * files.el (basic-save-buffer-2): When temporarily setting
10445 file modes, set them to current modes plus 0200, not to 0777.
10446
10447 * emerge.el (emerge-make-temp-file): Make sure file has proper
10448 permissions from birth.
10449
10450 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10451
10452 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10453 backup file name through convert-standard-filename.
10454
10455 * dos-fns.el (convert-standard-filename): Convert leading
10456 directories as well. When long file names are supported, convert
10457 characters that are invalid in Windows file names.
10458
10459 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10460
10461 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10462 ps-print crashes. New feature: page selection for printing. Create
10463 raw-text-unix coding system for XEmacs. Doc fix.
10464 (ps-print-version): New version number (5.2.3).
10465 (ps-plot-region): Bug fix.
10466 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10467 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10468 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10469 funs.
10470 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10471 (ps-last-page): New vars.
10472
10473 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10474
10475 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10476 empty option string.
10477
10478 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10479
10480 * man.el (man): Doc fix.
10481
10482 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10483
10484 * international/mule-cmds.el (set-language-info-alist): Docstring
10485 fixed.
10486
10487 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10488
10489 * version.el (emacs-version): Use ISO date format.
10490
10491 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10492 instead of `M-backspace'.
10493
10494 * simple.el (turn-off-auto-fill): New function.
10495
10496 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10497
10498 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10499 Renamed from with-buffer-prepared-for-font-lock and use
10500 inhibit-modification-hooks rather than setting *-change-functions.
10501 Update all functions to use the new name.
10502 (jit-lock-first-unfontify-pos): New semantics (and doc).
10503 (jit-lock-mode): Make non-interactive.
10504 Don't automatically turn on font-lock.
10505 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10506 Always use jit-lock-after-change.
10507 Remove and restore font-lock-after-change-function.
10508 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10509 (jit-lock-after-unfontify-buffer): Remove.
10510 (jit-lock-stealth-fontify):
10511 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10512 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10513
10514 2000-06-20 Sam Steingold <sds@gnu.org>
10515
10516 * emacs-lisp/cl-indent.el (toplevel): Indent
10517 `print-unreadable-object' properly. Untabify.
10518
10519 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10520
10521 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10522 Support for bibentry.
10523 (reftex-compile-variables): Fixed problem with end of section-re.
10524
10525 * texmodes/reftex-dcr.el (reftex-view-crossref,
10526 reftex-view-crossref-from-bibtex):
10527 Deal with changed `reftex-find-citation-regexp-format'.
10528 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10529 Replaced `remprop' with `put'.
10530 (reftex-view-crossref, reftex-view-crossref-when-idle):
10531 Support for bibentry.
10532
10533 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10534 New entry for bibentry package.
10535
10536 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10537 Regexp also matches "\nobibliography".
10538
10539 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10540 Call `reftex-ensure-write-access' before doing anything.
10541 (reftex-ensure-write-access): New function.
10542
10543 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10544
10545 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10546
10547 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10548
10549 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10550
10551 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10552
10553
10554 2000-06-20 Dave Love <fx@gnu.org>
10555
10556 * faces.el (frame-background-mode): Use set-default, not set, in
10557 setter.
10558 (frame-update-faces, frame-update-face-colors): Define with
10559 defalias.
10560
10561 * enriched.el (enriched-decode-foreground)
10562 (enriched-decode-background): Don't use internal-find-face.
10563
10564 * apropos.el: Doc fixes.
10565
10566 * cus-edit.el (customize-changed-options): Check arg.
10567 (customize-version-lessp): Don't require decimal point.
10568
10569 * custom.el (defcustom, defgroup): Doc fix.
10570
10571 * newcomment.el (comment) <defgroup>: Add :version.
10572 (comment-multi-line): Doc fix.
10573
10574 * emulation/mlsupport.el (define-hooked-local-abbrev,
10575 define-hooked-global-abbrev): Fix, using define-abbrev.
10576
10577 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10578
10579 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10580 the whole buffer.
10581
10582 2000-06-19 Dave Love <fx@gnu.org>
10583
10584 * menu-bar.el (menu-bar-options-save): New function.
10585 (menu-bar-options-menu): Use it.
10586 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10587 Simplify.
10588
10589 2000-06-19 Andreas Schwab <schwab@suse.de>
10590
10591 * progmodes/etags.el (tags-query-replace): Put new parameters
10592 START and END at the end, for backward compatibility.
10593
10594 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10595
10596 * international/codepage.el:
10597 (cp-coding-system-for-codepage-1): Delete special codes for
10598 generating xxx-dos coding system because now a CCL based coding
10599 system can handle EOL conversion by default.
10600
10601 * international/mule.el (make-coding-system): Generate subsidiary
10602 coding systems for EOL handling variants even for a CCL based
10603 coding system.
10604
10605 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10606
10607 * international/isearch-x.el (isearch-minibuffer-input-method)
10608 (isearch-minibuffer-input-method-function): These variables
10609 deleted.
10610 (isearch-with-input-method): Don't use the above variables.
10611 (isearch-process-search-multibyte-characters): Likewise. Call
10612 read-string with the arg INHERIT-INPUT-METHOD t.
10613
10614 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * font-lock.el (font-lock-after-fontify-buffer)
10617 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10618
10619 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10620 Use consistent make-local-variable style for font-lock-fontified.
10621 (jit-lock-fontify-buffer):
10622 Don't bother checking for font-lock-mode and jit-lock-mode.
10623
10624 * time.el: Remove trailing ^M that prevent CVS-merging.
10625
10626 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10627
10628 * Makefile.in (distclean): New target.
10629
10630 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10631
10632 * Makefile.in (srcdir): Define for update-subdirs.
10633
10634 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10635
10636 * find-lisp.el: New file.
10637
10638 2000-06-16 Andrew Innes <andrewi@gnu.org>
10639
10640 * time.el (display-time-mail-function): New variable, to allow
10641 external packages to indicate when new mail is available.
10642 (display-time-update): Use it.
10643
10644 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10645
10646 * international/mule.el (mule-version): Change version name to
10647 SAKAKI. AOI has already been used by Meadow.
10648
10649 * international/quail.el (quail-show-guidance-buf): To find the
10650 bottom window (but minibuffer), pay attention to the height of
10651 minibuffer.
10652
10653 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10654
10655 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10656 menu-bar menus. Add help strings. Don't remove the Edit menu
10657 from the menu bar, as the menu bar has enough space now.
10658
10659 * Makefile.in (SHELL): Make sure /bin/sh is used.
10660
10661 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10662 characters, which use series of two ^H characters instead of one.
10663
10664 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10665
10666 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10667 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10668 functions.
10669 (Info-find-node-2): Try a case-sensitive search first, then
10670 do a case-insensitive search.
10671
10672 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10673 tutorials.
10674
10675 * complete.el (PC-env-vars-alist): New variable.
10676 (PC-complete-as-file-name): New function.
10677 (partial-completion-mode): Initialize PC-env-vars-alist from
10678 process-environment.
10679 (PC-do-completion): Handle completion of env vars.
10680
10681 * info.el (Info-set-mode-line): Show file name in mode line,
10682 use `*Info*' instead of `Info:'.
10683
10684 * startup.el (command-line-1): Change copyright messages to year
10685 2000.
10686
10687 2000-06-15 Dave Love <fx@gnu.org>
10688
10689 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10690 not local-map.
10691
10692 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10693
10694 * international/mule.el (set-buffer-file-coding-system): Almost
10695 rewritten to handle `undecided' as no-op.
10696
10697 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10698
10699 * Makefile.in: New file.
10700
10701 * Makefile: Removed.
10702
10703 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10704 (goto-address-highlight-keymap): Bind C-c RET.
10705
10706 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10707
10708 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10709 inherits buffer-file-coding-system of the current buffer.
10710
10711 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10712 0. Give correct argument to set-auto-coding-function.
10713 (tar-expunge): For goto-char, use (point-min), not 0.
10714 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10715 (tar-subfile-save-buffer): Likewize.
10716
10717 * international/mule.el
10718 (after-insert-file-set-buffer-file-coding-system): Call
10719 set-buffer-file-coding-system with the arg FORCE t.
10720
10721 2000-06-13 Gerd Moellmann <gerd@gnu.org>
10722
10723 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10724 nil. Contemporary sendmails issue an X-Authentication-Warning if
10725 the sender is set with `-f'.
10726
10727 2000-06-13 Dave Love <fx@gnu.org>
10728
10729 * help.el (describe-function-1): Kluge around cases of functions
10730 fset to subrs whose doc doesn't match their symbol-name.
10731
10732 * image.el (insert-image): Default STRING to a space.
10733
10734 * info.el Doc fixes.
10735 (Info-build-node-completions): Match Ref tags.
10736
10737 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10738
10739 * frame.el (display-multi-frame-p, display-multi-font-p): New
10740 defaliases for display-graphic-p.
10741
10742 * hl-line.el: Fixed a typo in commentary.
10743
10744 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10745
10746 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10747 fixed.
10748
10749 2000-06-12 Dave Love <fx@gnu.org>
10750
10751 * image.el (insert-image): Save a little consing.
10752
10753 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10754
10755 * language/tibet-util.el: Convert all tibetan-1-column characters
10756 to the corresponding tibetan characters.
10757 (tibetan-add-components): Delete code for the special treatment of
10758 'a chung.
10759
10760 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10761 change.
10762 (tibetan-vowel-transcription-alist): More rules added.
10763 (tibetan-composite-vowel-alist): New variable.
10764 (tibetan-precomposition-rule-alist): More rules added.
10765
10766 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10767
10768 * startup.el (command-line): Only call menu-bar-mode if interactive.
10769
10770 * thingatpt.el (toplevel symbol-properties):
10771 * textmodes/makeinfo.el (makeinfo-compile):
10772 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10773 * progmodes/hideif.el (hif-compress-define-list)
10774 (hide-ifdef-use-define-alist):
10775 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10776 (ange-ftp-vms-add-file-entry):
10777 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10778 * man.el (Man-build-man-command):
10779 * mail/rnewspost.el (news-reply-header-hook):
10780 * info.el (Info-insert-dir):
10781 * emulation/mlconvert.el (backward-word, forward-word, setq):
10782 * emacs-lisp/gulp.el (gulp-send-requests):
10783 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10784 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10785 (byte-optimize-apply, end of file):
10786 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10787 (ad-make-freeze-definition):
10788 * startup.el (command-line, command-line-1): Don't quote lambdas.
10789
10790 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10791 (cvs-cleanup-removed): New function.
10792 (cvs-cleanup-functions): New var.
10793 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10794 some flexibility in specifying additional entries to auto-cleanup.
10795 (cvs-quickdir): New function.
10796 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10797 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10798 (cvs-mode-find-file): Check that we are on a filename or dirname
10799 when invoked through a mouse-click.
10800 (cvs-full-path): Remove.
10801 (cvs-dired-action): Re-introduced.
10802 (cvs-dired-noselect): Use it.
10803 (vc-post-command-functions): use this new hook if available.
10804
10805 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10806 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10807 (cvs-filename-map, cvs-dirname-map): Remove.
10808 (cvs-default-action): Remove.
10809 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10810 if the arg is really a keymap.
10811 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10812 Don't hardcode the mapping from state (aka type) to face, but check
10813 the var cvs-fi-<type>-face instead.
10814 (cvs-fileinfo-from-entries): New function.
10815
10816 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10817 Docstring fix.
10818 (cvs-find-file-and-jump): Change default to be safer.
10819 (cvs-mode-diff-map): Define it as a function as well.
10820 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10821 Bind mouse-2 in this global map rather than with text-properties.
10822
10823 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10824 file to resolve the ambiguity between C(conflict) and C(need-merge).
10825
10826 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10827
10828 * international/mule.el (set-buffer-file-coding-system): If
10829 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10830 unconditionally.
10831
10832 2000-06-12 Dave Love <fx@gnu.org>
10833
10834 * wid-edit.el (widget-specify-button): Really suppress the face if
10835 required.
10836
10837 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10838
10839 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10840
10841 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10842
10843 * imenu.el (imenu-generic-expression): Docstring fix.
10844
10845 * composite.el (composition-function-table): Move the `put'
10846 below the autoload cookie so we can load the file before loaddefs.
10847
10848 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10849
10850 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10851 Handle easy-mmode-define-global-mode.
10852 For complex macros like define-minor-mode that can generate
10853 several autoload entries, try to autoload entries in the
10854 macroexpanded code.
10855
10856 * emacs-lisp/easy-mmode.el (define-minor-mode):
10857 If KEYMAP is a symbol, just use it.
10858 Use byte-compile-current-file and load-file-name to infer the
10859 proper :require to pass to defcustom.
10860 Wrap the hook var into `progn' so as not to autoload it.
10861 Add a :autoload-end cookie.
10862 Be more careful about the evaluation of KEYMAP.
10863 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10864 (define-derived-mode): Move define-abbrev-table outside of defvar.
10865
10866 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10869 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10870 (backup-compiled-files): Ignore errors during `tar'.
10871 (bootstrap): Make autoloads before elc files.
10872
10873 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10874
10875 * international/mule.el (set-buffer-file-coding-system): If one of
10876 undecided-XXX is specified, change only EOL conversion.
10877
10878 * international/mule-conf.el (unix): New alias for the coding
10879 system undecided-unix.
10880
10881 2000-06-09 Dave Love <fx@gnu.org>
10882
10883 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10884
10885 * progmodes/executable.el: Byte compile dynamic.
10886 (executable-insert): Change custom type.
10887 (executable-find): Add autoload cookie.
10888 (executable-make-buffer-file-executable-if-script-p): New
10889 function. After Noah Friedman.
10890
10891 * files.el (after-save-hook): Customize, with
10892 executable-make-buffer-file-executable-if-script-p as an option.
10893
10894 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10895
10896 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10897 "tib24p-mule.bdf" for Tibetan.
10898
10899 * composite.el (decompose-composite-char): Declare it as obsolete.
10900
10901 * man.el (Man-fontify-manpage): Pay attention to underline and
10902 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10903
10904 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10905
10906 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10907 Set maintainer to FSF since author isn't reachable.
10908
10909 2000-06-08 Dave Love <fx@gnu.org>
10910
10911 * international/mule-cmds.el (select-safe-coding-system): If
10912 DEFAULT-CODING-SYSTEM is not specified, also check the most
10913 preferred coding-system if buffer-file-coding-system is
10914 `undecided'. From Handa.
10915
10916 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10917
10918 * international/mule.el
10919 (after-insert-file-set-buffer-file-coding-system): If the buffer
10920 size is greater than INSERTED, judget that we are not visiting.
10921
10922 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10923
10924 * whitespace.el (defgroup whitespace): Comment out `:version'.
10925 XEmacs 20.4 has problems defining the group with this present.
10926 We'll have this commented out till get resolve the problem.
10927
10928 2000-06-07 John Wiegley <johnw@gnu.org>
10929
10930 * align.el (align-dq-string-modes, align-sq-string-modes)
10931 (align-open-comment-modes): Add pyhton-mode.
10932 (align-rules-list): Use get-text-property instead of
10933 text-properties-at.
10934 (align-rules-list): Add python-assignment.
10935 (align-rules-list): Change perl-comma-delimiter to
10936 basic-comma-delimiter. Use if for Perl modes and python-mode.
10937 (align-rules-list): Add python-chain-logic and
10938 basic-line-continuation.
10939
10940 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10941
10942 * apropos.el (apropos-mode-hook): New user variable.
10943 (apropos-mode): Run apropos-mode-hook.
10944
10945 2000-06-07 David Ponce <david@dponce.com>
10946
10947 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10948 commands. Require `wid-edit' at run-time.
10949
10950 2000-06-07 David Ponce <david@dponce.com>
10951
10952 * recentf.el: Added some "Commentary".
10953 (recentf-open-more-files, recentf-edit-list): Minor changes to
10954 move the point at the top of the file list. This behaviour is
10955 consistent with the menu one when the list contains a lot of
10956 files.
10957 (recentf-cleanup): Now displays the number of items removed from
10958 the list.
10959 (recentf-relative-filter) New menu filter to show filenames
10960 relative to `default-directory'.
10961
10962 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10963
10964 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10965 with/without giving an error if PostScript printer doesn't have this
10966 kind of page size. Zebra Stripe continues or restarts on next page.
10967 Manual/automatic paper feeding. Switch or not the header.
10968 (ps-print-version): New version number (5.2.2).
10969 (ps-windows-system): Include emx as a Windows system.
10970 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10971 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10972 (ps-background-text): Code fix.
10973 (ps-error-handler-message, ps-user-defined-prologue)
10974 (ps-print-prologue-header, ps-printer-name)
10975 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10976 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10977 (ps-use-face-background): Customization fix.
10978 (ps-n-up-database): Data fix.
10979 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10980 (ps-switch-header): New vars.
10981 (ps-xemacs-color-name, ps-face-foreground-name)
10982 (ps-face-background-name, ps-boolean-constant): New funs.
10983
10984 2000-06-07 Dave Love <fx@gnu.org>
10985
10986 * allout.el: New version from Manheimer.
10987
10988 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10989
10990 * textmodes/fill.el (fill-find-break-point): Check the validity of
10991 charset.
10992
10993 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10994
10995 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10996 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10997 Call display-color-p and display-mouse-p instead of looking at
10998 window-system.
10999
11000 2000-06-06 Dave Love <fx@gnu.org>
11001
11002 * image.el (find-image): Doc fix. Return nil if image not found.
11003 (put-image, insert-image): Make STRING arg optional.
11004
11005 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11006
11007 * language/vietnamese.el: Remove eval-when-compile.
11008 (viet-viscii-nonascii-translation-table): Define it as a
11009 translation table made from viet-viscii-decode-table.
11010 (viet-viscii-encode-table): Define it as a translation table made
11011 from the reverse map of above.
11012 (viet-vscii-nonascii-translation-table): Define it as a
11013 translation table made from viet-vscii-decode-table.
11014 (viet-vscii-encode-table): Define it as a translation table made
11015 from the reverse map of above.
11016 (ccl-decode-viscii): Use translate-character.
11017 (ccl-encode-viscii, ccl-encode-viscii-font)
11018 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11019 Likewize.
11020
11021 * language/cyrillic.el: Remove eval-when-compile.
11022 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11023 translation table made from cyrillic-koi8-r-decode-table.
11024 (cyrillic-koi8-r-encode-table): Define it as a translation table
11025 made from the reverse map of above.
11026 (ccl-decode-koi8): Use translate-character.
11027 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11028 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11029 a translation table made from cyrillic-alternativnyj-decode-table.
11030 (cyrillic-alternativnyj-encode-table): Define it as a translation
11031 table made from the reverse map of above.
11032 (ccl-decode-alternativnyj): Use translate-character.
11033 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11034 Likewize
11035
11036 * international/mule-diag.el (non-iso-charset-alist): Specify
11037 translation table symbol instead of translation table itself.
11038 (list-block-of-chars): CHARSET may be a translation table symbol.
11039
11040 * international/mule.el (make-coding-system): If CODING-SYSTEM
11041 already exists, override it.
11042
11043 * international/fontset.el: Use family `proportional' for Tibetan
11044 fonts.
11045
11046 * international/ccl.el (ccl-compile-translate-character): Don't
11047 check if Rrr has property translation-table.
11048 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11049
11050 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11051
11052 * info.el: Bind case-fold-search to t when searching in case
11053 a user sets it to nil in a hook.
11054
11055 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11056
11057 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11058 * hl-line.el (hl-line-mode): Use the new :global key argument.
11059
11060 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11061 (tar-clip-time-string): Prepend a space.
11062 (tar-grind-file-mode): Construct a string rather than modifying one.
11063 (tar-header-block-summarize): Fix docstring.
11064 Use `format' rather than an error-prone set of copy-loops.
11065
11066 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11067 (diff-goto-source, diff-unified->context, diff-context->unified)
11068 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11069 understand the format output by the `-p' argument to diff.
11070
11071 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11072 (sh-re-done): Use defconst.
11073 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11074 (sh-help-string-for-variable, sh-guess-basic-offset):
11075 Don't quote lambdas.
11076 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11077 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11078
11079 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11080 (mh-letter-mode): Derive from text-mode.
11081 This implicitly means that it now calls kill-all-local-variables.
11082 Also remove the Emacs-18 compatibility code.
11083
11084 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11085 Make use of symbol-property doc-string-elt.
11086 Use memq rather than a sequence of eq.
11087 (doc-string-elt): Fix the wrong or missing previously unused values.
11088 (autoload-print-form): New function extracted from
11089 generate-file-autoloads to allow recursion when handling progn
11090 so that defvar's and defun's docstrings are properly printed.
11091 (generate-file-autoloads): Use it.
11092
11093 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11094 Use find-file-hooks in the minor-mode function.
11095 Be careful not to loop indefinitely in the post-command-hook function.
11096
11097 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11098
11099 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11100 tty's.
11101 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11102 differences whenever appropriate.
11103 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11104 * viper.el (find-file, find-file-other-window): Get viper to do
11105 wildcards.
11106
11107 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11108
11109 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11110 (jit-lock-fontify-buffer): New function for JIT refontification.
11111 (jit-lock-mode): Fix docstring.
11112 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11113 Remove jit-lock-after-change from the _local_ hook.
11114 (jit-lock-function-1): Fix docstring.
11115
11116 * info.el (Info-on-current-buffer): Initialize info.
11117
11118 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11119
11120 * progmodes/tcl.el (tcl-indent-for-comment):
11121 Ignore comment-indent-hook.
11122
11123 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11124 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11125 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11126 and improve to use the lighter to guess the capitalization.
11127 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11128 Add keyword arguments to specify global-ness or the custom group.
11129 Add local-map and help-echo properties to the lighter.
11130 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11131 (easy-mmode-define-global-mode): New macro.
11132
11133 2000-06-02 Dave Love <fx@gnu.org>
11134
11135 * wid-edit.el: byte-compile-dynamic since we typically don't use
11136 all the widgets. Don't require cl or widget. Remove
11137 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11138 (widget-read-event): Removed. Callers changed to use read-event.
11139 (widget-button-release-event-p): Renamed from
11140 button-release-event-p.
11141 (widget-field-add-space, widget-field-use-before-change):
11142 Uncustomize.
11143 (widget-specify-field): Use keymap property, not local-map.
11144 (widget-specify-button): Obey :suppress-face.
11145 (widget-specify-insert): Use modern backquote syntax.
11146 (widget-image-directory): Renamed from widget-glyph-directory.
11147 (widget-image-enable): Renamed from widget-glyph-enable.
11148 (widget-image-find): Replaces widget-glyph-find.
11149 (widget-button-pressed-face): Move defvar.
11150 (widget-image-insert): Replaces widget-glyph-insert.
11151 (widget-convert): Use keywordp.
11152 (widget-leave-text, widget-children-value-delete): Use mapc.
11153 (widget-keymap): Remove XEmacs stuff.
11154 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11155 (widget-button-click): Don't set point at the click, but re-centre
11156 if we scroll out of window. Rewritten for images v. glyphs &c.
11157 (widget-tabable-at): Use POS arg, not point.
11158 (widget-beginning-of-line, widget-end-of-line)
11159 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11160 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11161 (widget-default-create): Use widget-image-insert; some rewriting.
11162 (widget-visibility-value-create)
11163 (widget-push-button-value-create, widget-toggle-value-create): Use
11164 widget-image-insert.
11165 (checkbox): Create on and off images dynamically.
11166 (documentation-link): Change :help-echo.
11167 (widget-documentation-link-echo-help): Remove.
11168
11169 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11170
11171 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11172
11173 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11174 (easy-mmode-define-toggle, define-minor-mode): Use it.
11175 (easy-mmode-define-keymap): Docstring fix.
11176 (define-derived-mode): Default PARENT to fundamental-mode.
11177 Add the derived-mode-parent symbol-property.
11178 (easy-mmode-derived-mode-p): New function.
11179
11180 2000-06-02 Dave Love <fx@gnu.org>
11181
11182 * files.el (convert-standard-filename): Doc fix.
11183 (normal-backup-enable-predicate): New function.
11184 (backup-enable-predicate): Use it to replace the lambda form.
11185
11186 * calendar/todo-mode.el: [This needs more work on the outline
11187 stuff.] Doc fixes.
11188 (todo) <defgroup>: Add :version.
11189 (todo-add-category): Don't use pushnew.
11190 (todo-cmd-raise): Fix typo.
11191 (todo-top-priorities): Change temp buffer name.
11192 (todo-category-alist): Avoid redundant lambda.
11193 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11194 Use outline-next-heading.
11195
11196 * autoarg.el: Rewritten to use define-minor-mode.
11197 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11198 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11199
11200 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11201
11202 * isearch.el (isearch-other-meta-char): Fix previous change.
11203
11204 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11205
11206 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11207 (log-edit-done): Only add the comment to the ring if it's different
11208 from the last comment entered.
11209
11210 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11211
11212 2000-06-01 Dave Love <fx@gnu.org>
11213
11214 * hl-line.el: Rewritten using define-minor-mode.
11215
11216 * help.el (describe-function-1): Distinguish special form from
11217 builtin function. Sanity-check presence of arglist for builtins.
11218
11219 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11220
11221 * international/characters.el: Fix syntax/category setting of
11222 Tibetan characters.
11223
11224 * language/tibet-util.el (tibetan-add-components): Fixes for new
11225 encoding of Tibetan characters.
11226 (tibetan-decompose-precomposition-alist): New variable.
11227 (tibetan-decompose-region): Convert precomposed characters to
11228 non-precomposed characters.
11229 (tibetan-decompose-string): Likewise.
11230 (tibetan-composition-function): Fix args to
11231 thibetan-compose-string.
11232
11233 * language/tibetan.el (tibetan-composable-pattern): More
11234 characters included.
11235 (tibetan-consonant-transcription-alist): Rule for "R" added.
11236 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11237 "+R" added.
11238 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11239
11240 * language/lao-util.el (lao-composition-function): Fix args to
11241 compose-string.
11242
11243 * language/thai-util.el (thai-composition-function): Fix args to
11244 compose-string.
11245
11246 * isearch.el (isearch-update): Set disable-point-adjustment to t
11247 to prevent the point moving to the end of a composition when a
11248 part of a composition is searched.
11249 (isearch-other-meta-char): If the key invoking this command can be
11250 mapped by function-key-map to a printing char, call
11251 isearch-process-search-char directly.
11252
11253 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11254
11255 * emacs-lisp/bytecomp.el:
11256 * frame.el:
11257 * international/mule-cmds.el:
11258 * international/mule-util.el:
11259 * international/mule.el:
11260 * mouse.el:
11261 * subr.el:
11262 * faces.el: Update calls to make-obsolete with a WHEN argument.
11263
11264 * byte-run.el (make-obsolete, make-obsolete-variable):
11265 Add an optional WHEN argument and change the format of the
11266 symbol-property information.
11267 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11268 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11269 new obsolete-symbol-property format and print WHEN if it is provided.
11270
11271 2000-05-31 Dave Love <fx@gnu.org>
11272
11273 * loadhist.el (loadhist-hook-functions): Remove
11274 before-change-function, after-change-function.
11275 (unload-feature): Deal with symbols which are both bound and
11276 fbound.
11277
11278 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11279 before-change-function, after-change-function.
11280
11281 * simple.el (newline): Don't bind before-change-function,
11282 after-change-function.
11283
11284 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11285
11286 * whitespace.el (whitespace-rescan-timer-time): Update interval
11287 set to 600 seconds (10 minutes) instead of 60 seconds since
11288 a large number of whitespace buffers causes emacs to `freeze'
11289 for a considerable amount of time.
11290
11291 * whitespace.el: Updated email address
11292
11293 2000-05-31 Dave Love <fx@gnu.org>
11294
11295 * add-log.el (change-log-font-lock-keywords) <function>: Add
11296 pattern for function of change.
11297 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11298 acknowledgements patterns.
11299
11300 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11301
11302 * isearch.el (isearch-printing-char): If keyboard coding system is
11303 being used, call isearch-process-search-multibyte-characters.
11304
11305 * international/isearch-x.el: Mostly rewritten.
11306
11307 * international/quail.el (quail-start-conversion): Don't include
11308 unhandled events in the returned events, but set them in
11309 unread-command-events. Exit if all inputs are deleted.
11310
11311 2000-05-30 Jason Rumney <jasonr@gnu.org>
11312
11313 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11314
11315 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11316 Reenable code to create initial fontsets.
11317 Use set-fontset-font in place of put-charset-property.
11318
11319 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11320
11321 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11322 label, ensure that the first colon isn't followed by another.
11323
11324 * paths.el (Info-default-directory-list): Doc fix.
11325
11326 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11327 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11328 send a query containing USER only, not USER@HOST.
11329
11330 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11331 and rmail-msgend to compute the restriction at the end, instead of
11332 computing it.
11333
11334 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11335
11336 * dabbrev.el (dabbrev-expand): Don't display messages in the
11337 echo area if the minibuffer window is active.
11338
11339 * jit-lock.el (jit-lock-mode): Add after change function to
11340 local hook.
11341
11342 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11343
11344 * antlr-mode.el: New commands: hide/unhide actions,
11345 upcase/downcase literals.
11346 (antlr-tiny-action-length): New user option.
11347 (antlr-hide-actions): New command. Suggested by
11348 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11349 (antlr-mode-map): New binding [C-c C-v].
11350 (antlr-mode-menu): New entries.
11351 (antlr-downcase-literals): New command.
11352 (antlr-upcase-literals): Ditto.
11353
11354 * antlr-mode.el: Minor changes: indendation, mode-name.
11355 (antlr-indent-line): Indent cpp directive at column 0.
11356 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11357
11358 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11359 (antlr-font-lock-additional-keywords): Workaround for intentional
11360 bug in XEmacs version of font-lock.
11361 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11362 be used by a smarter version of `buffers-menu-grouping-function'.
11363
11364 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11365
11366 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11367 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11368
11369 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11370
11371 * international/encoded-kb.el
11372 (encoded-kbd-iso2022-designation-map): Pay attention to that
11373 charset-iso-final-char return -1 for eight-bit-control and
11374 eight-bit-graphic.
11375
11376 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11377
11378 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11379 (speedbar-easymenu-definition-base): Use display-graphic-p where
11380 available, instead of window-system.
11381
11382 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11383
11384 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11385 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11386 coding systems.
11387
11388 2000-05-26 Dave Love <fx@gnu.org>
11389
11390 * disp-table.el (standard-display-underline): Don't use
11391 internal-find-face.
11392
11393 * mail/reporter.el: Maintainer change. Doc fixes.
11394 (reporter-version): Deleted.
11395
11396 * emacs-lisp/elp.el: Maintainer change.
11397 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11398
11399 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11400
11401 * add-log.el (add-change-log-entry): Merge the current entry with the
11402 previous one if the previous one is empty.
11403
11404 2000-05-26 Dave Love <fx@gnu.org>
11405
11406 * loadhist.el (unload-feature): Fix interactive spec [from
11407 lijnzaad@ebi.ac.uk].
11408
11409 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11410 subr-arity to check primitives.
11411 (byte-compile-flush-pending, byte-compile-file-form-progn)
11412 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11413 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11414 mapcar.
11415
11416 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11417
11418 * international/fontset.el: Set family names of non-latin charsets
11419 in default fontset to "*".
11420
11421 * international/mule-diag.el (print-fontset): Combine family part
11422 and registry part of the fontname by "-*-" instead of "-".
11423
11424 * international/mule-cmds.el (encode-coding-char): Make strings
11425 multibyte before calling encode-coding-string.
11426
11427 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11428
11429 * derived.el: Fix keywords.
11430 (define-derived-mode): Only define if needed.
11431
11432 * simple.el (fill-comment, comment-column, comment-start)
11433 (comment-start-skip, comment-end, comment-indent-function)
11434 (block-comment-start, block-comment-end, indent-for-comment)
11435 (set-comment-column, kill-comment, comment-padding, comment-region)
11436 (comment-multi-line, indent-new-comment-line): Remove.
11437
11438 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11439 function names for comment operations.
11440
11441 * newcomment.el: Add abundant autoload cookies.
11442 (comment-style): Don't depend on runtime data at compile-time.
11443 (comment-indent-hook): Remove.
11444 (comment-indent): Check if comment-indent-hook is bound.
11445 (comment-region): Docstring fix.
11446
11447 2000-05-25 Dave Love <fx@gnu.org>
11448
11449 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11450 byte-code-function-p.
11451
11452 * mail/rmailsum.el: Add provide.
11453
11454 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11455
11456 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11457 defcustom.
11458
11459 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11460
11461 * ediff-diff.el (ediff-exec-process): delete --binary option from
11462 non-buffer ediff jobs.
11463
11464 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11465
11466 * hilit-chg.el (highlight-changes-mode): Ask about color or
11467 grayscale support, not about window-system.
11468
11469 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11470 window-system.
11471 (ffap-highlight): Always default to t.
11472
11473 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11474 display-popup-menus-p instead of looking at window-system.
11475
11476 * disp-table.el (standard-display-g1, standard-display-graphic):
11477 Only refuse to use string glyphs on X and MS-Windows.
11478
11479 * avoid.el: Remove window-system from commentary, suggest to use
11480 display-*-p instead.
11481
11482 * apropos.el (apropos-print): Use display-mouse-p instead of
11483 window-system.
11484
11485 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11486
11487 * international/codepage.el (cp-decoding-vector-for-codepage):
11488 Fill up unsupported characters with their own codes. From Kenichi
11489 Handa.
11490
11491 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11492
11493 * international/mule-diag.el (describe-char-after): Use
11494 display-graphic-p instead of window-system, so that this function
11495 works on MS-DOS.
11496
11497 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11498
11499 * international/codepage.el (cp-make-coding-systems-for-codepage):
11500 Remove the eight-bit-graphic and eight-bit-control charsets from
11501 the list of charsets which we convert into `?'.
11502
11503 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11504
11505 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11506 private charsets.
11507 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11508 japanese-jisx0213-2): New charsets.
11509
11510 * international/fontset.el: Setup default fontset for new charsets.
11511
11512 2000-05-24 Dave Love <fx@gnu.org>
11513
11514 * info.el (Info-find-node-2): Restructure [following "Vadim
11515 S. Solomin" <sovs@uic.nnov.ru>].
11516
11517 * icomplete.el: Fix header for Finder.
11518
11519 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11520
11521 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11522 STAY.
11523
11524 * rmail.el (rmail-automatic-folder-directives): New user variable.
11525 (rmail-show-message): Add call to `rmail-auto-file' during
11526 display.
11527 (rmail-auto-file): New function.
11528
11529 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11530
11531 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11532 account.
11533 (ediff-test-utility,ediff-diff-mandatory-option)
11534 (ediff-reset-diff-options): Utilities for proper initialization of
11535 ediff-diff-options and ediff-diff3-options on Windows.
11536
11537 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11538 variable.
11539
11540 * ediff-mult.el (ediff-filegroup-action): Use
11541 ediff-merge-filename-prefix.
11542
11543 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11544
11545 * viper-ex.el (ex-write): Set selective display to nil.
11546
11547 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11548
11549 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11550 aliases for hebrew-iso-8bit.
11551
11552 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11553
11554 * woman.el: New version from Francis J. Wright
11555 <F.J.Wright@Maths.QMW.ac.uk>.
11556 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11557 names in environment variables regardless of the path separator.
11558 (woman-topic-all-completions-1): Don't call file-name-directory-p
11559 on all files, since woman-file-regexp already filters out any
11560 directories.
11561
11562 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11563
11564 * international/quail.el (quail-start-translation): Don't change
11565 modified-p of the current buffer.
11566 (quail-start-conversion): Likewise.
11567
11568 * international/kkc.el (kkc-region): Don't change modified-p of
11569 the current buffer.
11570
11571 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11572 conform to RFC1468.
11573 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11574
11575 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11576
11577 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11578 (speedbar-insert-button): Invisible text property fix.
11579 (speedbar-directory-plus): Renamed from speedbar-directory-+
11580 (speedbar-directory-minus): Renamed from speedbar-directory--
11581 (speedbar-page-plus): Renamed from speedbar-file-+
11582 (speedbar-page-minus): Renamed from speedbar-file--
11583 (speedbar-page): Renamed from speedbar-file-
11584 (speedbar-tag): Renamed from speedbar-tag-
11585 (speedbar-tag-plus): Renamed from speedbar-tag-+
11586 (speedbar-tag-minus): Renamed from speedbar-tag--
11587 (speedbar-expand-image-button-alist): Use above renames.
11588
11589 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11590 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11591 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11592 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11593 * sb-pg.xpm: Renamed from sb-file.xpm
11594 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11595 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11596
11597 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11598
11599 * international/quail.el (quail-show-guidance-buf): Set
11600 current-input-method of the guidance buffer to the name of the
11601 curren input method.
11602
11603 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * progmodes/compile.el (compile-internal): Style typo.
11606
11607 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11608 quote vars and functions in the docstring.
11609
11610 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11611
11612 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11613 Don't quote lambdas.
11614
11615 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11616
11617 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11618
11619 * startup.el (command-line): Determine source file of compiled
11620 user init file differently. Warn if compiled user init file
11621 is older than its source file.
11622
11623 * ffap.el (ffap-url-regexp): Add `https'.
11624
11625 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11626
11627 * files.el (make-backup-file-name-1): Replace slashes with `!'
11628 rather than `|' (which is not allowed on Windows). Replace the
11629 drive letters with a string "drive_X".
11630
11631 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11632
11633 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11634
11635 * files.el (interpreter-mode-alist): Add `bash2'.
11636
11637 2000-05-22 Dave Love <fx@gnu.org>
11638
11639 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11640 mapc.
11641 (feature-file): Avoid calling symbol-name. Doc fix.
11642 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11643 (loadhist-hook-functions): Add mouse-position-function.
11644 (unload-feature): Change uses of mapcar.
11645
11646 * files.el (parse-colon-path): Doc fix.
11647 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11648 (set-auto-mode): Use mapc.
11649
11650 * complete.el (PC-look-for-include-file): Use :alnum: character
11651 class.
11652 (partial-completion-mode): Add autoload cookie.
11653
11654 2000-05-22 Sam Steingold <sds@gnu.org>
11655
11656 * info.el (Info-fontify-node): Fixed the call to
11657 `add-text-properties' (bug introduced on 2000-05-18).
11658
11659 2000-05-22 Dave Love <fx@gnu.org>
11660
11661 * bindings.el: Remove debug-ignored-errors set in other files.
11662
11663 * progmodes/etags.el: Add to debug-ignored-errors.
11664 (visit-tags-table-buffer): Clear out buffers holding old tables
11665 when making a new list.
11666 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11667 mapc.
11668
11669 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11670 quote keywords.
11671 (cmpl-string-case-type): Use character classes.
11672
11673 * comint.el:
11674 * textmodes/ispell.el:
11675 * imenu.el:
11676 * mail/mh-e.el:
11677 * progmodes/compile.el: Add to debug-ignored-errors.
11678
11679 * dabbrev.el: Add to debug-ignored-errors.
11680 (dabbrev-completion): Use mapc.
11681
11682 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11683
11684 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11685 (woman-mapcan, woman-parse-man.conf)
11686 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11687 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11688 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11689 path syntax better.
11690 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11691 (woman-manpath): Call woman-parse-man.conf.
11692 (woman-emulation): New defcustom, defaults to nroff.
11693 (woman-font-support): New defconst.
11694 (woman-use-symbol-font): New defcustom.
11695 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11696 "Emulation".
11697 Many functions: Doc fix.
11698
11699 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11700
11701 * international/quail.el (quail-simple-translation-keymap): Map
11702 128..255 to quail-self-insert-command.
11703 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11704
11705 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * help.el (help-manyarg-func-alist): Typo.
11708
11709 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11710 intervals which makes it heaps simpler.
11711
11712 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11713 the nested comment markers.
11714
11715 * subr.el (remove-hook): Don't turn the hook's value into a list.
11716
11717 2000-05-21 Dave Love <fx@gnu.org>
11718
11719 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11720 are invalid characters.
11721
11722 * international/mule-util.el (detect-coding-with-priority): Use
11723 mapc. Remove redundant lambda.
11724
11725 * international/mule-diag.el (list-non-iso-charset-chars)
11726 (describe-fontset): Remove redundant lambda.
11727
11728 * emulation/crisp.el (brief-mode): New alias.
11729
11730 * emacs-lisp/ring.el (ring-elements): New function.
11731
11732 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11733 (easy-menu-do-add-item): Use keywordp.
11734
11735 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11736
11737 * replace.el: Doc and error message fixes.
11738 (replace-highlight): Use facep, not internal-find-face.
11739
11740 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11741
11742 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11743
11744 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11745 (log-edit-insert-changelog): Drop `:' as well.
11746
11747 * log-view.el: Fix file description.
11748 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11749 available.
11750 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11751 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11752
11753 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11754 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11755 Print a status message if the toggle is called interactively.
11756 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11757 for global minor modes and use `defcustom' for them.
11758 Use add-minor-mode.
11759 (easy-mmode-define-derived-mode): Remove.
11760 (define-derived-mode): Fancier default docstring.
11761 (easy-mmode-define-navigation): Signal an error rather than (ding).
11762
11763 * newcomment.el (comment-styles): New `box-multi'.
11764 (comment-normalize-vars): Better default for comment-continue to
11765 avoid whitespace-only continuations.
11766 (comment-search-forward): Always move even in the no-syntax case.
11767 (comment-padright): Only obey N if it's only obeyed for padleft.
11768 (comment-make-extra-lines): Better handling of empty continuations.
11769 Use `=' for the filler if comment-start has only one character.
11770 (uncomment-region): Try handling the special `=' filler.
11771 (comment-region): Allow LINES even if MULTI is nil.
11772 (comment-box): Choose box style based on comment-style.
11773
11774 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11775
11776 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11777 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11778
11779 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11780
11781 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11782 and insert, not subst-char-in-region.
11783
11784 * international/mule-diag.el (list-character-sets-1): Handle
11785 charsets eight-bit-control and eight-bit-graphic.
11786 (list-iso-charset-chars): Likewise.
11787 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11788 charactes as is. Use indent-to to align characters.
11789
11790 * international/mule-cmds.el (find-multibyte-characters): Never
11791 exclude charsets eight-bit-control and eight-bit-graphic.
11792
11793 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11794
11795 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11796 Don't quote lambdas.
11797
11798 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11799
11800 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11801
11802 * gud.el (gud-jdb-directories): Doc fix.
11803
11804 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11805
11806 * newcomment.el: New file.
11807
11808 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11809
11810 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11811
11812 2000-05-18 Andreas Schwab <schwab@suse.de>
11813
11814 * dired.el (dired-between-files): Also skip lines beginning with
11815 `used'.
11816
11817 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11818
11819 * msb.el (msb-menu-cond): Add choice `user'.
11820
11821 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11822
11823 * ps-print.el: Compatibility, customization and doc fix.
11824 (ps-printer-name-option): Replace defconst by defvar.
11825 (ps-postscript-code-directory): XEmacs compatibility.
11826 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11827 fix.
11828 (ps-user-defined-prologue, ps-print-prologue-header)
11829 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11830 compatibility and code fix.
11831 (ps-print-background-image, ps-print-background-text):
11832 Customization fix.
11833 (ps-line-number-start, ps-n-up-on): New vars.
11834
11835 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11836
11837 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11838 the indent-comment function to just return the appropriate indent.
11839
11840 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11841
11842 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11843 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11844 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11845
11846 2000-05-18 Dave Love <fx@gnu.org>
11847
11848 * info.el (Info-fontify-node): Add intangible property as well as
11849 invisible.
11850
11851 * calendar/appt.el (appt-make-list): Match all lines of entry.
11852 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11853
11854 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11855
11856 * international/mule-diag.el (describe-char-after): Call
11857 internal-char-font, not char-font. If internal-char-font returns
11858 nil, display "-- none --".
11859
11860 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11861
11862 * image.el (image-type-available-p): Don't reference image-types
11863 if it isn't bound.
11864
11865 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11866
11867 * autoarg.el (autoarg-mode): Typo in the :set argument.
11868
11869 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11870
11871 * startup.el (command-line-1): Don't signal an error if the
11872 directory for auto-save-list files does not yet exist.
11873
11874 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11875
11876 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11877
11878 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11879
11880 * subr.el (remove-hook): `setq' hook-value, not `set'.
11881
11882 2000-05-16 Sam Steingold <sds@gnu.org>
11883
11884 * info.el (debug-ignored-errors): More errors to ignore.
11885
11886 2000-05-16 Dave Love <fx@gnu.org>
11887
11888 * cus-edit.el: Don't require cl or easymenu.
11889 (custom-variable-prompt): Test standard-value property, not
11890 user-variable-p.
11891
11892 2000-05-16 Sam Steingold <sds@gnu.org>
11893
11894 * subr.el (add-hook): `setq' hook-value, not `set'.
11895
11896 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11897
11898 * startup.el (command-line-1): Mention the FAQ in the startup
11899 message.
11900
11901 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11902
11903 * progmodes/compile.el (compilation-parse-errors): Collect
11904 `nomessage' regexps last.
11905
11906 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11907
11908 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11909 to the function name.
11910
11911 2000-05-15 Dave Love <fx@gnu.org>
11912
11913 * speedbar.el (speedbar-recenter): Typo.
11914 (speedbar-expand-line): Make arg optional.
11915 (speedbar-mode): Avoid a compiler warning.
11916
11917 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11918
11919 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11920 user-specified option string is empty.
11921
11922 * mouse.el (mouse-yank-at-click): Doc fix.
11923
11924 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11925
11926 * term/internal.el (IT-character-translations): More updates of
11927 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11928 documents.
11929
11930 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11931
11932 * env.el (getenv): New function, interactively callable.
11933 (setenv, getenv): Remove autoload cookies.
11934
11935 * loadup.el: Load `env'.
11936
11937 * progmodes/f90.el: Change author's mail address.
11938
11939 2000-05-14 Dave Love <fx@gnu.org>
11940
11941 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11942 goto-addr as an option.
11943
11944 * help.el (help-xref-stack): Doc fix.
11945 (help-xref-following): New variable.
11946 (help-make-xrefs): Use it.
11947 (help-xref-go-back): Use position information from stack element.
11948 (help-follow): Make position in stack element a pair. Use
11949 help-xref-following.
11950
11951 * autoarg.el: New file.
11952
11953 * faces.el: Declare more functions obsolete.
11954
11955 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11956 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11957 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11958 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11959 Remove all the setup-...-environment functions.
11960
11961 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11962
11963 * speedbar.el: Updated the commentary section. xemacs20p now uses
11964 >= when detecting. Require `defimage' safely.
11965 (speedbar-easymenu-definition-base): Add toggle for images.
11966 (speedbar-easymenu-definition-special): Add flush cache & expand.
11967 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11968 (speedbar-reconfigure-keymaps-hook): New variable.
11969 (speedbar-frame-parameters): Updated documentation.
11970 (speedbar-use-imenu-flag): Updated custom tag
11971 (speedbar-dynamic-tags-function-list): New variable.
11972 (speedbar-tag-hierarchy-method): Updated doc & custom.
11973 (speedbar-indentation-width, speedbar-indentation-width) New
11974 variables.
11975 (speedbar-hide-button-brackets-flag): Customizable.
11976 (speedbar-vc-indicator): Doc update.
11977 (speedbar-ignored-path-expressions): Updated default value.
11978 (speedbar-supported-extension-expressions): Updated default value.
11979 (speedbar-syntax-table): Remove {} paren status.
11980 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11981 as "+". Added overlay aliases.
11982 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11983 `force-mode-line-update'.
11984 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11985 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11986 `mouse-set-point'
11987 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11988 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11989 of arbitrary text, and new helper functions.
11990 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11991 filename finder.
11992 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11993 (speedbar-directory-buttons): Update path search/expansion.
11994 (speedbar-make-tag-line): Pay attention to
11995 `speedbar-indentation-width'. Use more care w/ invisible
11996 properties.
11997 (speedbar-change-expand-button-char): Call
11998 `speedbar-insert-image-button-maybe'.
11999 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12000 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12001 (speedbar-trim-words-tag-hierarchy)
12002 (speedbar-simple-group-tag-hierarchy): New functions
12003 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12004 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12005 functions.
12006 (speedbar-mouse-set-point): New function
12007 (speedbar-power-click): Updated documentation.
12008 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12009 of tag prefix text.
12010 (speedbar-expand-line, speedbar-contract-line): Make more robust
12011 to strange text.
12012 (speedbar-expand-line): Takes universal argument to flush the
12013 cache.
12014 (speedbar-flush-expand-line): New function.
12015 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12016 Use new generator insertion method.
12017 (speedbar-fetch-dynamic-tags): New function.
12018 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12019 `speedbar-fetch-dynamic-imenu'.
12020 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12021 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12022 "Revert Buffer" menu items.
12023 (speedbar-buffer-buttons-engine): Be smarter when creating a
12024 filename tag (for expansion purposes.).
12025 (speedbar-highlight-one-tag-line,
12026 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12027 (speedbar-recenter): New functions.
12028 (defimage-speedbar): Image loading abstraction.
12029 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12030 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12031 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12032 (speedbar-tag-type, speedbar-tag-mail): New images.
12033 (speedbar-expand-image-button-alist): New variable.
12034 (speedbar-insert-image-button-maybe): Insert an image over some
12035 buttons.
12036
12037 2000-05-13 Kenichi Handa <handa@etl.go.jp>
12038
12039 * international/mule-cmds.el (encode-coding-char): An ASCII
12040 character is always encodable.
12041
12042 * international/mule-conf.el: Add more information in descriptions
12043 of character sets.
12044
12045 * international/mule-diag.el (describe-char-after): New function.
12046 (describe-font-internal): Adjusted for the change of font-info.
12047 (describe-font): Likewise.
12048 (print-fontset): Rewritten for the new fontset implementation.
12049 (describe-fontset): Include fontset alias names in completion.
12050 (list-fontsets): Adjusted for the change of print-fontset.
12051
12052 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12053 describe-char-after instead of displaying the detail in the echo
12054 area.
12055 (syntax-code-table): Format changed.
12056 (string-to-syntax): Adjusted for the above change.
12057
12058 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12059
12060 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12061
12062 2000-05-12 Dave Love <fx@gnu.org>
12063
12064 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12065 dependence. Use line-{beginning,end}-position, not
12066 point-at{b,e}ol. Some doc fixes.
12067 (todo-position): New function. Fix callers of position to use it.
12068 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12069
12070 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12071
12072 * time.el (display-time-mail-icon): Use `:ascent center'.
12073
12074 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12075 handling FTP security extensions.
12076
12077 2000-05-11 Dave Love <fx@gnu.org>
12078
12079 * calendar/todo-mode.el: New file.
12080
12081 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12082
12083 * comint.el (comint-read-input-ring): Move reference to
12084 comint-input-ring-size outside of the save-excursion. It was
12085 causing the default value to be the only one ever seen.
12086
12087 * font-lock.el: Update copyright. Remove Simon Marshall's email
12088 address on request from him.
12089
12090 * subr.el (substitute-key-definition): Add comment describing
12091 the meaning of PREFIX.
12092
12093 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12094
12095 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12096
12097 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12098 (add-minor-mode): Don't make the variable buffer-local and add a
12099 reference to define-minor-mode in the docstring.
12100
12101 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12102 HEADER/FOOTER and fix bug with trailing empty directory.
12103 (cvs-append-to-ignore): Use vc-editable-p if available.
12104 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12105 (vc-do-command): Tweak advice to handle the new VC.
12106
12107 * log-view.el (log-view-goto-rev): New function for the new VC.
12108 (log-view-minor-wrap): Use mark-active.
12109
12110 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12111 (log-edit-changelog-full-paragraphs): New var.
12112 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12113 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12114 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12115 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12116 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12117 Replace the `cvs' prefix with `log-edit'.
12118
12119 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12120
12121 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12122 (diff-font-lock-defaults): Explicitly turn off multiline.
12123 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12124 (diff-ediff-patch): Fix call to ediff-patch-file.
12125 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12126 Handle comments.
12127
12128 * frame.el (automatic-hscrolling): Typo.
12129
12130 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12131
12132 2000-05-09 Sam Steingold <sds@goems.com>
12133
12134 * apropos.el (apropos-print): use `describe-face' instead of
12135 `customize-face-other-window'.
12136
12137 2000-05-09 Dave Love <fx@gnu.org>
12138
12139 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12140
12141 * help.el (describe-variable): Have customize button pop the
12142 help-xref stack when invoked.
12143 (help-xref-symbol-regexp): Add `face'.
12144 (help-make-xrefs): Check for quoted face names and adapt regexp
12145 submatch numbers to cope.
12146 (help-xref-interned): Maybe insert face doc too. Separate
12147 sections with a line of hyphens.
12148
12149 * faces.el: Some doc fixes. Declare some functions obsolete.
12150 (describe-face): Add customize button. Return the help
12151 text. Fix prompt.
12152
12153 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12154
12155 * term/internal.el (IT-character-translations): Fix last change.
12156
12157 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12158
12159 * woman.el: New file
12160 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12161
12162 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12163
12164 * term/internal.el (IT-character-translations): Update ASCII
12165 simulations for greek-iso8859-7, add latin-iso8859-14 and
12166 latin-iso8859-15.
12167
12168 * international/mule-cmds.el (set-language-info-alist): Call
12169 define-prefix-command with 3 arguments, to make the map suitable
12170 for a menu.
12171
12172 2000-05-07 Dave Love <fx@gnu.org>
12173
12174 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12175
12176 2000-05-05 Dave Love <fx@gnu.org>
12177
12178 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12179 list in doc string. Don't quote keyword symbols.
12180 * emacs-lisp/cl.el: Likewise
12181 * emacs-lisp/cl-seq.el: Likewise
12182
12183 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12184
12185 * abbrev.el (abbrev-mode): Make ARG optional.
12186
12187 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12188
12189 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12190
12191 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12192
12193 * subr.el (substitute-key-definition): Clarify documentation.
12194
12195 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12196
12197 * glasses.el (glasses-convert-to-unreadable): Use
12198 `glasses-separator' instead of the hard-wired "_".
12199 (glasses-mode): Call `glasses-make-unreadable' only in a single
12200 place.
12201
12202 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12203
12204 * term/internal.el (cjk-codepages-alist): Add associations for
12205 Chinese and Korean codepages. Remove FIXME comment.
12206
12207 2000-05-03 Dave Love <fx@gnu.org>
12208
12209 * time.el (display-time-mail-face, display-time-use-mail-icon):
12210 New option.
12211 (display-time-mail-icon): New variable.
12212 (display-time-string-forms): Use the above. Fix the local-map.
12213
12214 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12215
12216 * replace.el (query-replace-map): Add binding for `E'.
12217 (query-replace-help): Extend help text.
12218 (perform-replace): Allow editing the replacement string.
12219
12220 * make-mode.el (makefile-mode-abbrev-table): New variable.
12221 (makefile-mode): Set local abbrev table to
12222 makefile-mode-abbrev-table.
12223 (makefile-font-lock-keywords): Fontify includes and conditionals.
12224
12225 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12226 set TOGGLE's value.
12227
12228 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12229 mail-interactive-insert-alias.
12230 (mail-abbrev-complete-alias): New command.
12231 (mail-mode-map): Bind it to `M-TAB'.
12232
12233 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12234
12235 * language/lao-util.el (lao-compose-region): New function.
12236
12237 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12238
12239 * files.el (recover-session): Make directories as necessary
12240 if they don't exist yet.
12241
12242 * calendar/cal-french.el
12243 (french-calendar-multibyte-special-days-array)
12244 (french-calendar-special-days-array): Change French text.
12245 (calendar-french-date-string): Change output.
12246 (calendar-goto-french-date): Likewise.
12247
12248 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12249
12250 * wid-edit.el (widget-default-active): Obey `:always-active'.
12251 (widget-documentation-string-value-create): Set `:always-active'.
12252
12253 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12254
12255 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12256 default prefix to `~/_emacs.d/auto-save.list/_s'.
12257 (normal-top-level): Create the directory for auto-save files, if
12258 it doesn't already exist (in the ms-dos case only).
12259
12260 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12261
12262 * international/mule-cmds.el (set-language-environment): Don't
12263 concat an integer (dos-codepage), use format instead.
12264
12265 2000-05-02 Dave Love <fx@gnu.org>
12266
12267 * help.el (help-xref-on-pp): Check for constant symbols.
12268
12269 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12270
12271 * startup.el (normal-top-level): Put a condition-case around
12272 the code loading subdirs.el.
12273
12274 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12275
12276 * ps-print.el: Upside-down and face background color printing,
12277 line number step, doc fix.
12278 (ps-print-version): New version number (5.2).
12279 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12280 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12281 (ps-spool-config): Var fix.
12282 (ps-printer-name-option): Const fix.
12283 (ps-print-upside-down, ps-use-face-background)
12284 (ps-line-number-step): New vars.
12285 (ps-window-system, ps-lp-system): New consts.
12286 (ps-face-background): New fun.
12287
12288 2000-04-28 Richard Stallman <rms@gnu.org>
12289
12290 * files.el (make-auto-save-file-name):
12291 Apply auto-save-file-name-transforms to visited file name
12292 before generating auto save file name.
12293 (auto-save-file-name-transforms): New variable.
12294
12295 * files.el (backup-enable-predicate):
12296 Correctly test for a file under a temporary directory.
12297
12298 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12299
12300 * subr.el (add-minor-mode): Rewritten.
12301
12302 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12303
12304 * mail/sendmail.el (sendmail-send-it): Set
12305 buffer-file-coding-system to the selected coding system for MIME
12306 header.
12307
12308 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12309
12310 * dired.el (dired-move-to-filename-regexp): Allow format where
12311 YYYY is followed by two spaces.
12312
12313 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12314 in the second character class of the regexp.
12315
12316 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12317 mh-etc, too.
12318
12319 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12320 nil.
12321
12322 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12323
12324 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12325 argument.
12326
12327 2000-04-27 Sen Nagata <sen@eccosys.com>
12328
12329 * emacs-lisp/crm.el (crm-completion-table): New variable.
12330 (crm-collection-fn, crm-test-completion)
12331 (completing-read-multiple): Use it.
12332
12333 2000-04-27 Dave Love <fx@gnu.org>
12334
12335 * help.el (locate-library): Use mapc.
12336 (help-manyarg-func-alist): Add call-process-region.
12337
12338 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12339
12340 * subr.el (add-minor-mode): Make argument MAP optional.
12341
12342 * desktop.el (desktop-save): Save list of minor modes.
12343 (desktop-create-buffer): Restore minor modes.
12344 (desktop-minor-mode-table): New user-option.
12345
12346 * subr.el (add-minor-mode): New function.
12347
12348 * image.el (find-image): New function.
12349 (defimage): Rewritten to find image at load time.
12350
12351 * startup.el (normal-top-level-add-to-load-path): Handle
12352 case that the default directory is not in load-path.
12353
12354 * help.el: Old patch from Stefan Monnier.
12355 (help-xref-on-pp): New function.
12356 (describe-variable): Use it to display xrefs in a symbol's value.
12357
12358 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12359
12360 * cus-edit.el (custom-face): Fix parenthesis.
12361
12362 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12363
12364 * mail/rmail.el (rmail-expunge): When there are no deleted
12365 messages, do nothing.
12366
12367 2000-04-26 Dave Love <fx@gnu.org>
12368
12369 * international/mule-cmds.el (locale-translation-file-name):
12370 Defvar to nil.
12371 (set-locale-environment): Set it here (at runtime).
12372
12373 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12374
12375 * replace.el (perform-replace): Add parameters START and END. Use
12376 them instead of the check for a region in Transient Mark mode.
12377 (query-replace-read-args): Return two more list elements for the
12378 start and end of the region in Transient Mark mode.
12379 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12380 (map-query-replace-regexp, replace-string, replace-regexp): Add
12381 optional last arguments START and END and pass them to
12382 perform-replace.
12383
12384 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12385 form with additional arguments for perform-replace.
12386
12387 * progmodes/etags.el (tags-query-replace): Add parameters START
12388 and END. Construct a form with additional arguments for
12389 perform-replace.
12390
12391 * simple.el (shell-command): Set default directory for "*Shell
12392 Command Output" buffer.
12393
12394 * language/european.el (iso-latin-4): Fix typo.
12395
12396 * emacs-lisp/crm.el: New file.
12397
12398 2000-04-24 Dave Love <fx@gnu.org>
12399
12400 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12401 (Custom-reset-saved, Custom-reset-standard)
12402 (custom-group-value-create, custom-group-set, custom-group-save)
12403 (custom-group-reset-current, custom-group-reset-saved)
12404 (custom-group-reset-standard): Use mapc.
12405 (custom-buffer-create-internal): Disable undo when creating items.
12406 Use mapc.
12407 (custom-face): Avoid redundant lambda.
12408
12409 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12410
12411 * startup.el (auto-save-list-file-prefix): Set default to
12412 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12413
12414 2000-04-24 Sam Steingold <sds@gnu.org>
12415
12416 * time-stamp.el (time-stamp-string-preprocess): Always convert
12417 `field-result' to a string.
12418
12419 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12420
12421 * frame.el (scrolling): New group.
12422 (automatic-hscrolling): New user-option.
12423
12424 * startup.el (command-line-x-option-alist): Add `-lsp' and
12425 `--line-spacing'.
12426
12427 2000-04-19 Dave Love <fx@gnu.org>
12428
12429 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12430 (cl-mapc): Rename from mapc. Fix the funcall.
12431
12432 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12433
12434 * simple.el (clone-indirect-buffer-other-window): New command.
12435 (clone-indirect-buffer): Add optional arg NORECROD.
12436 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12437
12438 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12439
12440 * window.el (count-screen-lines): New function.
12441 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12442 instead of window-buffer-height.
12443
12444 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12445 non-existing variable comint-input-sentinel.
12446 (inferior-lisp-args-to-list): Removed.
12447 (inferior-lisp): Use split-string instead of
12448 inferior-lisp-args-to-list.
12449
12450 * hexl.el (hexl-insert-hex-string): New command.
12451
12452 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12453 instead of concat.
12454
12455 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12456
12457 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12458 at the start of an existing but empty folder.
12459
12460 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12461
12462 * ps-mule.el: Customization fix, doc fix.
12463 (ps-multibyte-buffer): Customization fix.
12464
12465 2000-04-17 Richard M. Stallman <rms@gnu.org>
12466
12467 * subr.el (read-passwd): Use read-char-exclusive.
12468
12469 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12470
12471 * textmodes/texinfo.el (texinfo-insert-@email)
12472 (texinfo-insert-@emph, texinfo-insert-@quotation)
12473 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12474 (texinfo-mode-map): Add key bindings for them.
12475
12476 * files.el (basic-save-buffer-2): Use a template with `$'
12477 instead of `#' for VMS.
12478
12479 * simple.el (clone-indirect-buffer): New function.
12480
12481 2000-04-16 Stephen Eglen <stephen@gnu.org>
12482
12483 * iswitchb.el (iswitchb-case): New function. If the user input
12484 contains any upper-case characters, the search is made
12485 case-sensitive.
12486
12487 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12488
12489 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12490 comment-end.
12491 (texinfo-font-lock-syntactic-keywords): New var.
12492 (texinfo-font-lock-keywords): Remove comment regexp.
12493 (texinfo-insert-block): New function.
12494 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12495 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12496 and font-lock-defaults. Use regexp-opt for outline-regexp.
12497 (texinfo-environments): New var.
12498 (texinfo-environment-regexp): Use regexp-opt and
12499 texinfo-environments.
12500
12501 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12502 ispell-process is bound since this might be eval'd before ispell
12503 is loaded.
12504 (ispell-message): Use a tiny bit less magic and a bit more hard
12505 data to figure out what kind of sc-cite-regexp to use.
12506
12507 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12508
12509 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12510 (insert-cyclic-diary-entry): Unquote the lambda.
12511
12512 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12513
12514 * files.el (backup-enable-predicate): Unquote the lambda.
12515
12516 * cus-edit.el (custom-face, face): Unquote the lambda.
12517
12518 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12519
12520 * ps-print.el: Check for line-beginning-position definition.
12521
12522 * ps-print.el: Fix counting lines in a region.
12523 (ps-print-version): New version number (5.1.5).
12524 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12525 (ps-printing-region): Fun code fix.
12526
12527 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12528
12529 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12530 to file-directory-p.
12531
12532 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12533
12534 * gud.el (gud-jdb-build-source-files-list): Check that directory
12535 exists before calling directory-files.
12536
12537 2000-04-13 Dave Love <fx@gnu.org>
12538
12539 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12540 syntax.
12541
12542 * emacs-lisp/cl-specs.el: Remove when, unless.
12543
12544 * emacs-lisp/cl-extra.el: Don't quote keywords.
12545 (cl-old-mapc): New variable.
12546 (mapc): Use it.
12547 (cl-map-intervals): Use with-current-buffer. Don't check for
12548 next-property-change.
12549 (cl-map-overlays): Use with-current-buffer.
12550 (cl-expt): Remove.
12551 (copy-tree, remprop): Define unconditionally.
12552
12553 * emacs-lisp/cl-compat.el (keywordp): Remove.
12554
12555 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12556 to use keywordp.
12557 (edebug-spec): Enable keywordp.
12558
12559 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12560 string-lessp.
12561
12562 * cus-start.el: Use keywordp.
12563
12564 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12565
12566 * diary-lib.el (include-other-diary-files): Fix the fix of
12567 2000-02-18 by doing a save-excursion.
12568
12569 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12570
12571 * ps-print.el: Customization fix, doc fix.
12572 (ps-print-version): New version number (5.1.4).
12573 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12574 (ps-print-preprint): Adjust code.
12575 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12576 (ps-print-prologue-header, ps-print-control-characters)
12577 (ps-spool-config): Customization fix.
12578
12579 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12580
12581 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12582 converted to the new menu-item format, names silightly changed,
12583 help strings added.
12584
12585 Support for spelling without async subprocesses:
12586
12587 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12588 (ispell-session-buffer): New variables.
12589 (ispell-start-process, ispell-process-status,
12590 ispell-accept-output, ispell-send-string): New functions, for
12591 Ispell invocation when async subprocesses aren't supported.
12592 (ispell-word, ispell-pdict-save, ispell-command-loop,
12593 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12594 to process-send-string with calls to ispell-send-string, and
12595 accept-process-output with ispell-accept-output.
12596 (ispell-init-process): Call ispell-process-status instead of
12597 process-status with.
12598 (ispell-init-process): Call ispell-start-process. Call
12599 ispell-accept-output and ispell-send-string. Don't call
12600 process-kill-without-query and kill-process if they are unbound.
12601 (ispell-async-processp): New function.
12602
12603 2000-04-12 Dave Love <fx@gnu.org>
12604
12605 * info.el: Add debug-ignored-errors.
12606 (Info-mode-menu): Add some items.
12607 (Info-directory): Add autoload cookie.
12608
12609 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12610 Modify `truncate-lines'. Make `describe-language-environment'
12611 always visible and add help. Modify `describe-key' help. Invoke
12612 Info-directory from `info'. New entry `emacs-manual'.
12613
12614 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12615
12616 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12617 propertized-buffer-identification.
12618 (ebrowse-update-member-buffer-mode-line): Likewise.
12619 (ebrowse--mode-strings): Removed.
12620 (ebrowse--mode-line-props): Removed.
12621
12622 * files.el (auto-mode-alist): Add `EBROWSE'.
12623
12624 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12625 space before testing for end of buffer.
12626 (ebrowse-load): Removed.
12627 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12628 (ebrowse-create-tree-buffer): Rewritten.
12629 (ebrowse-tree-mode): Read tree from buffer.
12630
12631 * progmodes/ebrowse-ffh.el: Removed.
12632
12633 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12634
12635 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12636
12637 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12638
12639 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12640 at the wrong place.
12641
12642 2000-04-09 Dave Love <fx@gnu.org>
12643
12644 * files.el (backup-enable-predicate): Use
12645 temporary-file-directory, small-temporary-file-directory.
12646 (make-backup-file-name-function, backup-directory-alist): New
12647 variables.
12648 (make-backup-file-name-1): New function.
12649 (make-backup-file-name): Use it.
12650 (find-backup-file-name): Likewise. Use format for clarity, not
12651 concat.
12652 (file-newest-backup): Use make-backup-file-name.
12653
12654 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12655
12656 * progmodes/ebrowse-ffh.el: New file.
12657
12658 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12659 to ebrowse-ffh.el.
12660 (ebrowse-load): Add autoload.
12661
12662 * finder.el (finder-commentary): Add autoload cookie.
12663
12664 * mail/rfc2368.el: Correct author's email address.
12665
12666 * progmodes/ebrowse.el: New file.
12667
12668 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12669 item help string.
12670 (easy-menu-do-add-item): Ditto.
12671 (easy-menu-define): Extend doc string.
12672
12673 * jit-lock.el (with-buffer-unmodified): Use
12674 restore-buffer-modified-p.
12675 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12676 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12677 with-buffer-unmodified.
12678
12679 2000-04-08 Dave Love <fx@gnu.org>
12680
12681 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12682 unless, when.
12683
12684 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12685
12686 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12687 (viper-flash-search-pattern): No operation when using Emacs
12688 doesn't support face.
12689 Use `viper-put-on-search-overlay'.
12690
12691 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12692
12693 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12694 like C-r.
12695
12696 * progmodes/make-mode.el: Some doc fixes.
12697 (makefile-mode-abbrev-table): New variable.
12698 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12699 (makefile-font-lock-keywords): Fontify includes and conditionals.
12700 (toplevel): Require `dabbrev' and `add-log' when compiling.
12701
12702 * replace.el (perform-replace): Don't move forward one char
12703 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12704 to do that because it leaves point 1 position after the last
12705 replacement, after everything has been replaced.
12706
12707 * jit-lock.el (with-buffer-unmodified): New macro.
12708 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12709 modified state.
12710 (jit-lock-function-1): Extracted from jit-lock-function; not
12711 preserving buffer's modified state.
12712 (jit-lock-function, jit-lock-stealth-fontify): Call
12713 jit-lock-function-1.
12714
12715 * mail/rfc2368.el: Remove supernumerary copyright line.
12716
12717 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12718
12719 * glasses.el: Provide facilities for inserting space before left
12720 parentheses and uncapitalization of identifiers.
12721 (glasses-mode): Try to remove old overlays in all cases.
12722
12723 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12724
12725 * progmodes/compile.el (compile-internal): Display the compilation
12726 buffer in a different frame, if it's already displayed there.
12727
12728 * mail/rfc2368.el: New file.
12729
12730 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12731 header and insert its value as mail body.
12732
12733 * subr.el (member-ignore-case): New function.
12734
12735 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12736 (dabbrev--find-expansion): Ignore buffers matching a regexp
12737 from dabbrev-ignored-regexps.
12738
12739 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12740 to extensions handled by gzip.
12741
12742 2000-04-03 Richard M. Stallman <rms@gnu.org>
12743
12744 * files.el (insert-directory): List the total free space
12745 along with the used space.
12746
12747 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12748 line is followed by one that matches CITATION-REGEXP, end the
12749 paragraph.
12750
12751 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12752
12753 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12754 (rmail-make-basic-summary-line): Use that option.
12755
12756 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12757
12758 * international/mule-cmds.el (encoded-string-description):
12759 Rewritten. Try pretty description for ISO 2022 escape sequences
12760 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12761 for hexadecimal format.
12762
12763 2000-04-01 Dave Love <fx@gnu.org>
12764
12765 * cpp.el: Change customization group to `c' from `C'.
12766
12767 * vcursor.el (vcursor-move): Use display-color-p.
12768
12769 * international/mule-util.el: Provide mule-utils.
12770 (string-to-sequence): Simplify and speed up.
12771
12772 * international/mule.el (make-coding-system): Purecopy doc-string.
12773
12774 * international/mule-cmds.el: Various menu changes.
12775 (describe-specified-language-support): Handle `Default'.
12776 (set-language-info): Purecopy `info'.
12777
12778 2000-03-31 Andrew Innes <andrewi@gnu.org>
12779
12780 * vc.el (vc-backend-diff): Return the correct status if we had to
12781 retry the rcsdiff command without the --brief option.
12782
12783 2000-03-31 Dave Love <fx@gnu.org>
12784
12785 * help.el (help-manyarg-func-alist): Correct several omissions.
12786
12787 * add-log.el: Don't require cl, fortran.
12788 (add-log-current-defun-function): Doc fix.
12789 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12790 fix.
12791 (change-log-version-rcs): Function deleted.
12792 (change-log-version-number-search): Doc fix. Use
12793 vc-workfile-version. Avoid CL dolist.
12794 (add-change-log-entry): Just call add-log-current-defun to get
12795 defun. Simplify somewhat.
12796 (change-log-get-method-definition-1): Likewise.
12797 (add-log-current-defun): Return nil if calling
12798 add-log-current-defun-function does so. Move Fortran stuff to
12799 fortran.el. Return string without properties.
12800
12801 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12802 and :alpha: char classes.
12803
12804 * mail/supercite.el: Defvar curline when compiling.
12805 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12806 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12807 rather than a-zA-Z0-9 to allow non-ASCII characters.
12808
12809 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12810
12811 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12812
12813 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12814 Re-enable new code.
12815
12816 * lpr.el (print-region-1): Use -d to specify printer name for
12817 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12818
12819 2000-03-31 Dave Love <fx@gnu.org>
12820
12821 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12822 for function definition in symbol's function value slot first
12823 instead of first consulting byte-compile-function-environment.
12824
12825 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12826
12827 * language/european.el ("Polish"): New language environment.
12828 (setup-polish-environment): New function.
12829
12830 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12831
12832 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12833 Disable new code.
12834
12835 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12836 trying to `load' the symbol of an autoload instead of the file
12837 recorded in the autoload. Fix error messages.
12838
12839 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12840
12841 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12842 (ps-print-version): New version number (5.1.3).
12843 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12844 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12845 (ps-generate-postscript-with-faces): Code fix.
12846 (ps-color-values): XEmacs compatibility.
12847 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12848 (ps-default-fg, ps-default-bg): Adjust customization.
12849 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12850 (ps-color-scale): Renaming old ps-color-value fun.
12851 (ps-print-headers): Replace ps-print-header group to avoid conflict
12852 with ps-print-header variable.
12853 (ps-print-miscellany): New group.
12854 (ps-format-color, ps-rgb-color): New funs.
12855 (ps-default-foreground): New var.
12856 (ps-printer-name-option): New const.
12857
12858 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12859
12860 * net/net-utils.el:
12861 (network-connection-host, network-connection-service): New variables
12862 (network-connection-mode): New mode, derived from comint-mode
12863 (network-connection-mode-setup): New function, saves host and
12864 service information in local variables.
12865
12866 * lisp/locate.el:
12867 (locate-word-at-point): Added this function
12868 (locate): Default to using locate-word-at-point as input
12869 Run dired-mode-hook
12870
12871 2000-03-29 Dave Love <fx@gnu.org>
12872
12873 * calendar/appt.el: Doc fixes.
12874 (appt-check): Convert min-to-app to a string before passing to
12875 appt-disp-window-function or concat.
12876 (appt-delete-window): Remove test for frame-root-window.
12877 (appt-select-lowest-window, appt-convert-time): Simplify.
12878
12879 * emacs-lisp/bytecomp.el: Doc fixes.
12880 (byte-compile-file-form-autoload): Update
12881 byte-compile-function-environment.
12882
12883 2000-03-29 Andreas Schwab <schwab@suse.de>
12884
12885 * emacs-lisp/autoload.el: Also print defsubst doc string
12886 specially.
12887
12888 * dired.el (dired-insert-directory): If dired-free-space-program
12889 failed just delete its output.
12890
12891 2000-03-29 Dave Love <fx@gnu.org>
12892
12893 * international/iso-cvt.el: Move provide to end. Doc fixes.
12894 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12895 (iso-iso2sgml, iso-sgml2iso): New functions.
12896 (iso-cvt-define-menu): Fix some entries and use backquote for
12897 clarity.
12898
12899 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12900
12901 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12902
12903 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12904 ISO-DATE. If non-nil, return date in ISO 8601 format.
12905
12906 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12907
12908 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12909 if it ever becomes used.
12910 (log-edit-mode-hook): Default to vc-log-mode-hook.
12911 (log-edit-mode): Fix the docstring.
12912
12913 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12914 the code.
12915
12916 2000-03-26 Dave Love <fx@gnu.org>
12917
12918 * net/browse-url.el (browse-url): Re-fix case of
12919 browse-url-browser-function being an alist.
12920 (browse-url): Add :link to defgroup.
12921
12922 * files.el: Doc fixes.
12923 (file-truename): Include `[' in wildcard characters.
12924 (automount-dir-prefix): Customize.
12925 (find-file-wildcards): Add :version.
12926 (find-file-noselect): Simplify a mapcar call.
12927
12928 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12929 compatible with inf-lisp version.
12930 (eval-defun-1): Fix custom-declare-variable case.
12931
12932 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12933
12934 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12935
12936 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12937
12938 * Makefile (COMPILE_FIRST): New macro.
12939 (compile-files): Compile files from COMPILE_FIRST first.
12940
12941 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12942 code.
12943
12944 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12945 matching open parenthesis in column 0 to defun-prompt-regexp
12946 only if open-paren-in-column-0-is-defun-start is set.
12947
12948 * sun-curs.el: Require CL at compile-time only.
12949
12950 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12951 instead of copy-list which is a function from CL.
12952 (msb--choose-menu, msb--mode-menu-cond)
12953 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12954 (msb--init-file-alist): Use mapcar instead of mapcan.
12955 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12956 `(' in column 0 in doc string.
12957 (msb--add-separators): Use mapcar instead of mapcan.
12958
12959 * cus-dep.el: Require CL at compile-time only.
12960
12961 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12962
12963 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12964 (byte-compile-warnings): New warning `noruntime'.
12965 (byte-compile-constants, byte-compile-variables): Fix docstring.
12966 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12967 execute `eval-whenc-compile's body.
12968 (byte-compile-unresolved-functions): Fix docstring.
12969 (byte-compile-eval): New function.
12970 (byte-compile-callargs-warn): Check if the function will be available
12971 at runtime (via property `byte-compile-noruntime').
12972 (byte-compile-print-syms): New function.
12973 (byte-compile-warn-about-unresolved-functions): Also warn about
12974 `noruntime' functions (and use `byte-compile-print-syms').
12975 (byte-compile-file): Capitalize the message.
12976
12977 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12978
12979 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12980 (rmail-expunge): Ask for confirmation depending on the setting
12981 of rmail-confirm-expunge.
12982
12983 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12984
12985 * Makefile (bootstrap-clean): If $(emacs) exists, build
12986 loaddefs.el first. A loaddefs.el that's not up-to-date might
12987 cause a bootstrap failure because things don't autoload as
12988 expected.
12989
12990 2000-03-23 Dave Love <fx@gnu.org>
12991
12992 * net/browse-url.el: Restore previous use of
12993 browse-url-maybe-new-window.
12994
12995 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12996
12997 * ps-print.el: Skip banner page fix.
12998 (ps-print-version): New version number (5.1.2).
12999 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13000
13001 2000-03-23 Dave Pearson <davep@davep.org>
13002
13003 * net/quickurl.el Changed the type of parameter passed to the
13004 function defined by `quickurl-format-function'. Before only the
13005 text of the URL was passed. Now the whole URL structure is passed
13006 and the function is responsible for extracting the parts it
13007 requires. Changed the default of `quickurl-format-function'
13008 accordingly.
13009 (quickurl-insert): Changed the `funcall' of
13010 `quickurl-format-function' to match the above change.
13011 (quickurl-list-insert): Changed the `url' case so that it makes
13012 use of `quickurl-format-function', previous to this the format was
13013 hard wired.
13014
13015 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13016
13017 * startup.el: Change some spellings for the X Window System.
13018
13019 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13020
13021 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13022 up the code and the regexp and make sure the cursor is temporarily
13023 moved to the suspicious line while querying the user.
13024
13025 2000-03-22 Jason Rumney <jasonr@gnu.org>
13026
13027 * w32-fns.el (w32-charset-info-alist): Initialize.
13028
13029 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13030
13031 * ps-print.el: N-up last page fix.
13032 (ps-print-version): New version number (5.1.1).
13033 (ps-end-file, ps-end-job, ps-generate): Code fix.
13034
13035 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * files.el (find-file-run-dired): Update docstring.
13038 (find-directory-functions): New hook.
13039 (find-file-noselect): Run find-directory-functions rather than
13040 calling dired directly.
13041
13042 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13043
13044 * pcvs.el: Add a minimal leading commentary.
13045 (cvs-make-cvs-buffer): Change the header part by removing the startup
13046 message and adding a `Module' entry. Also replace the FOOTER and
13047 HEADER special fileinfos with the new support in ewoc for updating
13048 its own footer and header.
13049 (cvs-update-header): Update to use the header/footer of the ewoc.
13050 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13051 (cvs-is-within-p): New function.
13052 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13053 to only examine some subset of the buffers.
13054
13055 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13056 `format' instead of our own ad-hoc functions.
13057 Remove HEADER and FOOTER cases, now handled in the EWOC.
13058 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13059
13060 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13061 output to avoid scaring the user.
13062 (cvs-parse-table): Catch message for non-up-to-date commits.
13063
13064 * pcvs-defs.el (cvs-startup-message): Remove.
13065 (cvs-global-menu): New autoloaded menu.
13066
13067 * pcvs-util.el (cvs-string-fill): Remove.
13068
13069 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13070 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13071 PP part of it and also make it work for footers and headers.
13072 (ewoc-create): Drop POS and BUFFER arguments.
13073 Use the DLL's dummy node to store the end-of-footer position.
13074 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13075 (ewoc-refresh): Remove unused `header' variable.
13076 (ewoc-(get|set)-hf): New functions.
13077
13078 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13079 log-view-*-(message|file) and use easy-mmode-define-navigation.
13080 (log-view-message-re): Match SCCS format as well.
13081 And match the revision line rather than the dashed separator line.
13082 (log-view-mode): Use the new define-derived-mode.
13083 (log-view-current-tag): Fill in with an actual implementation.
13084
13085 * cvs-status.el (cvs-status-(prev|next)): Rename from
13086 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13087 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13088 to let the output "breathe" a little more (more readable).
13089 (cvs-status-mode): Use the new define-derived-mode.
13090
13091 * smerge-mode.el (smerge-auto-leave): New function and variable.
13092 (smerge-basic-map): Rename from smerge-basic-keymap.
13093 Change the bindings for smerge-diff-*.
13094 (smerge-*-map): Use easy-mmode-defmap.
13095 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13096 (smerge-keep-*): Use smerge-auto-leave.
13097
13098 2000-03-21 Jason Rumney <jasonr@gnu.org>
13099
13100 * cus-edit.el (custom-button-face): Use 3D look for w32.
13101 (custom-button-pressed-face): Likewise.
13102
13103 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13104
13105 * progmodes/etags.el (tags-case-fold-search): New user-option.
13106 (tags-loop-eval): New function. Bind case-fold-search around eval
13107 depending on the value of tags-case-fold-search.
13108 (tags-loop-continue): Use tags-loop-eval.
13109 (find-tag-in-order): Bind case-fold-search depending on the value
13110 of tags-case-fold-search.
13111
13112 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13113
13114 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13115 (diff-end-of-hunk): Return the end position for use in
13116 `easy-mmode-define-navigation'.
13117 (diff-recenter): Remove.
13118 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13119 of `easy-mmode-define-navigation'.
13120 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13121 previous renaming) and fix to use new names.
13122 (diff-merge-strings): Use \n as separator: simpler, faster.
13123 (diff-mode): Use `define-derived-mode'.
13124
13125 * derived.el (define-derived-mode): Don't autoload anymore.
13126 Prefer the macro-only version provided by easy-mmode.el.
13127
13128 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13129 `easy-mmode-define-derived-mode'.
13130 Use `combine-run-hooks'.
13131 (easy-mmode-define-navigation): New macro.
13132
13133 * subr.el (combine-run-hooks): New function.
13134
13135 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13136
13137 * term/x-win.el: Fontsets related initialization is simplified.
13138
13139 * international/mule-diag.el (describe-font): Don't refer to
13140 global-fontset-alist, instead call font-list.
13141 (describe-fontset, list-fontsets, mule-diag): Likewise.
13142 (print-fontset): Adjusted for the change of fontset
13143 implementation.
13144
13145 * international/fontset.el (x-charset-registries): Variable
13146 removed, instead the corresponding data is stored in the default
13147 fontset.
13148 (register-alternate-fontnames): Function removed.
13149 (resolved-ascii-font): Variable removed.
13150 (x-compose-font-name): Ignore the second argument REDOCE.
13151 (x-complement-fontset-spec): Complement only an ASCII font and
13152 element for those charsets than can use that ASCII font.
13153 (generate-fontset-menu): Don't refer to global-fontset-alist,
13154 instead call fontset-list.
13155 (uninstantiated-fontset-alist): Variable removed.
13156 (x-style-funcs-alist): Likewise.
13157 (fontset-default-styles): Likewise.
13158 (x-modify-font-name): Function removed.
13159 (create-fontset-from-fontset-spec): Ignore the argument
13160 STYLE-VARIANT.
13161 (create-fontset-from-ascii-font): Docsting adjusted for the above
13162 change.
13163 (instantiate-fontset, resolve-fontset-name): Functions removed.
13164 (fontset-list): Now implemented by C code.
13165
13166 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13167 (describe-face): Include `font' attribute in the description.
13168
13169 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13170
13171 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13172
13173 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13174
13175 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13176 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13177 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13178
13179 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13180 about behavior of set-buffer-modified-p wrt redisplay.
13181
13182 2000-03-19 Richard M. Stallman <rms@gnu.org>
13183
13184 * view.el (view-mode-disable): Kill local binding of view-read-only.
13185
13186 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13187
13188 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13189 is a string, convert it to a syntax cell using string-to-syntax.
13190
13191 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13192 (string-to-syntax): New function.
13193
13194 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13195 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13196 try to use passive ftp mode.
13197
13198 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13199
13200 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13201
13202 * simple.el (append-to-buffer): Update point of windows after
13203 insertion.
13204
13205 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13206 forward then moving backward. Reindent.
13207
13208 * frame.el (other-frame): Call x-focus-frame only if
13209 focus-follows-mouse is off.
13210
13211 2000-03-17 Dave Love <fx@gnu.org>
13212
13213 * pcvs-util.el (cvs-strings->string): Rename
13214 replace-regexps-in-string.
13215
13216 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13217
13218 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13219 regexp for labels cannot span several lines.
13220
13221 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13222 `(setq :<key> ':<key>)' to the macro expansion.
13223
13224 2000-03-16 Dave Love <fx@gnu.org>
13225
13226 * progmodes/f90.el (f90): Put custom group under `languages', not
13227 `fortran'.
13228 (f90-mode-hook): Customize.
13229 (f90-mode): Set add-log-current-defun-function.
13230 (f90-current-defun): New function.
13231
13232 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13233
13234 * cus-edit.el (custom-variable-tag-face): Handle case that
13235 default face's height is not a number.
13236 (custom-face-tag-face, custom-group-tag-face-1)
13237 (custom-group-tag-face): Ditto.
13238 (custom-group-tag-face-1): Add :group.
13239
13240 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13241
13242 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13243
13244 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13245 requiring easymenu.
13246
13247 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13248
13249 * ps-print.el: PostScript user-defined prologue, PostScript error
13250 handler, doc fix.
13251 (ps-print-version): New version number (5.1).
13252 (ps-user-defined-prologue, ps-error-handler-message)
13253 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13254 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13255 (ps-insert-string): New function.
13256
13257 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13258
13259 * international/ccl.el (ccl-compile-expression): Don't generate
13260 invalid self-assignment code.
13261
13262 2000-03-14 Dave Love <fx@gnu.org>
13263
13264 * subr.el (replace-regexp-in-string): Renamed from
13265 replace-regexps-in-string. Doc fix.
13266
13267 2000-03-12 Dave Love <fx@gnu.org>
13268
13269 * cus-edit.el: Doc fixes.
13270 (customize-set-variable, customize-save-variable): Rename args for
13271 doc.
13272 (custom-variable-tag-face, custom-face-tag-face)
13273 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13274 style which user identify as hyperlink.
13275 (hook): Don't add undefined functions to the hook.
13276 (debug-ignored-errors): Transfer message from bindings.el.
13277
13278 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13279
13280 * recentf.el (recentf-keep-non-readable-files-p): Remove
13281 double/nested definition.
13282
13283 2000-03-12 Dave Love <fx@gnu.org>
13284
13285 * facemenu.el (facemenu-get-face): Use display-color-p.
13286 * enriched.el (enriched-decode-foreground): Likewise.
13287 (enriched-decode-background): Likewise.
13288 * isearch.el (isearch-highlight): Likewise.
13289 * info-look.el (info-lookup): Likewise.
13290 * simple.el (completion-setup-function): Likewise.
13291
13292 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13293 :options.
13294
13295 * bindings.el (mode-line-format): Fix line-number and
13296 column-number items. Add help-echo for the background.
13297 (mode-line-mule-info): Modify help-echo.
13298
13299 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13300
13301 * files.el (load-file): Allow completion to .elc.
13302
13303 * man.el: Doc fixes.
13304 (Man-init-defvars): Use display-color-p to set fontification.
13305
13306 * play/hanoi.el (hanoi-internal): Don't use oddp.
13307
13308 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13309
13310 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13311
13312 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13313
13314 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13315
13316 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13317 Fix comment.
13318
13319 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13320
13321 * font-lock.el (font-lock-keywords): Fix the doc now that
13322 regexp-opt-depth is unnecessary.
13323 (save-buffer-state): Set an edebug spec.
13324 (font-lock-fontify-anchored-keywords): Properly handle the case when
13325 the matcher goes past the limit.
13326
13327 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13328 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13329
13330 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13331 dll.el and cookie.el (from Elib) with heavy renaming and other
13332 massaging.
13333
13334 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13335 Autoload the functions used.
13336 (easy-mmode-define-syntax): Fix CL typo.
13337 (easy-mmode-define-derived-mode): Improve the docstring generation.
13338
13339 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13340
13341 * textmodes/texinfo.el (texinfo-version): Variable and function
13342 removed.
13343
13344 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13345
13346 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13347 allow more flexibility.
13348 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13349 fns.
13350 (easy-mmode-defmap, easy-mmode-defsyntax)
13351 (easy-mmode-define-derived-mode): New macros.
13352
13353 2000-03-09 Didier Verna <didier@xemacs.org>
13354
13355 * rect.el (replace-rectangle): New function.
13356
13357 2000-03-09 Dave Love <fx@gnu.org>
13358
13359 * progmodes/fortran.el (fortran-comment-line-start): Define as
13360 "C".
13361 (fortran-comment-line-start-skip): Don't match cpp stuff.
13362 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13363 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13364 (fortran-mode): Don't set fortran-comment-line-start-skip,
13365 fortran-comment-line-start here. Set comment-start,
13366 add-log-current-defun.
13367 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13368 (fortran-current-defun): New function.
13369
13370 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13371
13372 * emacs-lisp/re-builder.el: New file.
13373
13374 * mouse.el (mouse-drag-region): Don't run up-event handler
13375 if hscroll has changed.
13376
13377 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13378 builtin operators, use `font-lock-builtin-face' for Emacs and
13379 `font-lock-preprocessor-face' otherwise.
13380
13381 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13382 `(defun (setf foo)' differently.
13383
13384 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13385
13386 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13387 (regexp-opt): Update comment and adapt the code the new meaning of
13388 the `paren' argument of regex-opt-group for shy-groups.
13389 (regexp-opt-depth): Handle shy groups as well as backslashed
13390 backslashes.
13391 (regexp-opt-group): Turn the leading comment into a docstring.
13392 Allow `paren' to be a string (the string to use to open a group).
13393 Remove open-presuf and close-presuf. Instead of checking for `all
13394 one-char' and then later on check for `several one-char', handle
13395 both cases close together. Also apply a more generic algorithm
13396 for suffixes (the mirror image of the algorithm used for
13397 prefixes). Use shy-groups. Use nreverse rather than reverse.
13398 (regexp-opt-try-suffix): Removed.
13399
13400 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13401 from comint-mode-map, so we can just inherit from it. Also, move
13402 the initialization into the `defvar' since there's no docstring
13403 anyway and it's fairly short.
13404 (inferior-scheme-mode): Define it as derived-mode: the code is
13405 shorter and this way we inherit from comint-mode-map rather than
13406 copying it.
13407
13408 * subr.el (replace-regexps-in-string): Properly handle the case
13409 where we match an empty string.
13410
13411 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13412 when the command has a directory component (such as "./testml").
13413 Also fix a typo in the comment.
13414
13415 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13416
13417 * Makefile (compile-files): Compile files one by one because
13418 that's the only way to ensure a clean compilation environment for
13419 each individual file.
13420
13421 * frame.el (other-frame): Call x-focus-frame.
13422
13423 2000-03-07 Dave Love <fx@gnu.org>
13424
13425 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13426 :require to defcustom.
13427
13428 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13429 lists.
13430
13431 * files.el (auto-mode-alist): Add configure.in.
13432
13433 * progmodes/autoconf.el: New file.
13434
13435 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13436
13437 * mail/mh-e.el: Change maintainer to `none'.
13438
13439 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13440 to remove-hook and add-hook.
13441
13442 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13443
13444 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13445 it as the default.
13446 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13447 (sendmail-send-it): Conditionally add MIME headers specifying the
13448 used character set.
13449
13450 2000-03-07 Dave Love <fx@gnu.org>
13451
13452 * winner.el: Fix keywords, autoload cookies. Split
13453 eval-when-compile form to avoid compilation failure.
13454
13455 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13456
13457 * international/mule.el: Modify comment about coding system
13458 property `coding-category'.
13459 (make-coding-system): New argument EOL-TYPE. Pay attention to
13460 coding-category property of PROPERTIES.
13461
13462 * international/mule-conf.el (coding-category-utf-8,
13463 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13464 categories. Include them in the argument for set-coding-priority.
13465
13466 * international/mule-cmds.el (reset-language-environment): Include
13467 coding-category-utf-8, coding-category-utf-16-be, and
13468 coding-category-utf-16-le in the argument for set-coding-priority.
13469 (reset-language-environment): Initialize coding-category-utf-8,
13470 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13471
13472 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13473
13474 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13475 code abstracted out of `bookmark-jump-noselect'. Now tries info
13476 extensions as well as compression extensions.
13477 (bookmark-jump-noselect): Use above new func.
13478
13479 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13480
13481 * strokes.el: Change maintainer's mail address.
13482
13483 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13484
13485 * international/mule-diag.el (list-character-sets): Make help-echo
13486 string by substitute-command-keys.
13487 (list-character-sets): Likewise.
13488 (sort-listed-character-sets): Call help-setup-xref.
13489
13490 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13491
13492 * time.el (display-time-mail-file): Add `none' to the list of
13493 choices.
13494
13495 2000-03-01 Dave Love <fx@gnu.org>
13496
13497 * help.el (help-xref-go-back): Don't try to set position.
13498
13499 * international/mule-diag.el (list-character-sets): Call
13500 help-setup-xref. Add help-echo to xrefs.
13501 (list-character-sets-1): Add help-echo to xrefs.
13502
13503 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13504
13505 * frame.el (blink-cursor-mode): Switch cursor on when turning
13506 the mode off.
13507
13508 * add-log.el (add-log-current-defun): Add support for
13509 Autoconf mode.
13510
13511 * mail/rmail.el (rmail-quit-hook): New variable.
13512
13513 2000-03-01 Dave Love <fx@gnu.org>
13514
13515 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13516
13517 * help.el (help-xref-button): Add help-echo arg.
13518 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13519
13520 * faces.el (list-faces-display): Supply help-echo with
13521 help-make-xrefs.
13522
13523 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13524 nil.
13525
13526 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13527
13528 * image.el (defimage): Look for image files in load-path.
13529
13530 * frame.el (busy-cursor-delay-seconds): Change type to
13531 `number'.
13532
13533 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13534
13535 * recentf.el (recentf): Added version tag to the defgroup of
13536 recentf.
13537
13538 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13539
13540 * recentf.el (recentf-cleanup): Changed to remove excluded file
13541 too.
13542 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13543 action to select/unselect a file.
13544 (recentf-edit-list): Code cleanup and improvement.
13545 (recentf-open-more-files-action): `recentf-open-more-files' button
13546 widget action to open a file.
13547 (recentf-open-more-files): No more use standard completion but
13548 widgets.
13549 (recentf-more-collection): Deleted.
13550 (recentf-more-history): Deleted.
13551 (recentf-setup-more-completion): Deleted.
13552
13553 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13554
13555 * recentf.el (recentf-mode): No more needs that Emacs is running
13556 under a window-system.
13557
13558 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13559
13560 * recentf.el (recentf-edit-list): New command to edit the recent
13561 list which allow the user to remove files.
13562 (recentf-edit-selected-items): New global variable, used by
13563 `recentf-edit-list' to hold the list of files to be removed from
13564 the recent list.
13565 (recentf-make-menu-items): Updated to display a "Edit list..."
13566 menu item. Minor code cleanup.
13567
13568 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13569
13570 * recentf.el (recentf-open-more-files): New command to open files
13571 that are not displayed in the menu.
13572 (recentf-more-collection): New global variable holding the set of
13573 permissible completions used by `recentf-open-more-files'.
13574 (recentf-more-history): New global variable holding the history list
13575 used by `recentf-open-more-files' completion.
13576 (recentf-setup-more-completion): New function to setup completion for
13577 `recentf-open-more-files'.
13578 (recentf-make-menu-items): Updated to display a "More..." menu item.
13579
13580 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13581
13582 * recentf.el (recentf-menu-action): Doc fixed.
13583
13584 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13585
13586 * recentf.el (recentf-menu-filter): Doc updated.
13587 (recentf-update-menu-hook): Allow menu filters to force menu update.
13588 (recentf-make-menu-items): New menu filter handling.
13589 (recentf-make-menu-item): New helper function.
13590 (recentf-menu-elements): New menu handling function.
13591 (recentf-sort-ascending): Updated to new menu filter handling.
13592 (recentf-sort-descending): Updated to new menu filter handling.
13593 (recentf-sort-basenames-ascending): New menu filter function.
13594 (recentf-sort-basenames-descending): New menu filter function.
13595 (recentf-show-basenames): New menu filter function.
13596 (recentf-show-basenames-ascending): New menu filter function.
13597 (recentf-show-basenames-descending): New menu filter function.
13598
13599 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13600
13601 * diary-lib.el (list-diary-entries): Don't try to go forward at
13602 the end of the buffer.
13603
13604 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13605
13606 * international/mule-diag.el (list-character-sets): Completely
13607 rewritten.
13608 (sort-listed-character-sets): New function.
13609 (list-character-sets-1): Completely rewritten.
13610 (list-character-sets-2): New function.
13611 (non-iso-charset-alist): New variable.
13612 (decode-codepage-char): New function.
13613 (charset-history): New variable.
13614 (read-charset) (list-block-of-chars)
13615 (list-iso-charset-chars)
13616 (list-non-iso-charset-chars)
13617 (list-charset-chars): New functions.
13618 (mule-diag): Call list-character-sets-2, not
13619 list-character-sets-2.
13620 (dump-charsets): Likewise.
13621
13622 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13623
13624 * dired-x.el (dired-filename-at-point): Add `@' to valid
13625 file name characters.
13626 (dired-filename-at-point): Handle ange-ftp file names.
13627
13628 * frame.el (frame-notice-user-settings): Use assq-delete-all
13629 instead of assoc-delete-all.
13630 (frame-notice-user-settings): Ditto.
13631
13632 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13633 Don't copy alist.
13634
13635 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13636
13637 * calculator.el (calculator-use-menu): New option.
13638 (calculator-initial-bindings): Changed some bindings to work as
13639 macros.
13640 (calculator-forced-input): Removed.
13641 (calculator-restart-other-mode): New variable.
13642 (calculator-mode-map): Set up menu.
13643
13644 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13645
13646 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13647 tags.
13648
13649 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13650
13651 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13652 translate all ESC key sequences.
13653 (viper-goto-mark-subr): restore markers for files for which
13654 they were saved.
13655 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13656 * viper-util.el (viper-set-replace-overlay-glyphs,
13657 viper-set-replace-overlay): always check if the replacement
13658 overlay is live.
13659 * viper.el (viper-vi-state-mode-list): added major modes.
13660 * ediff-wind.el: minor comment changes.
13661 * ediff.el: copyright notice date fix.
13662
13663 2000-02-27 Jason Rumney <jasonr@gnu.org>
13664
13665 * faces.el (face-font-family-alternatives): Add arial to helv.
13666 (mode-line, header-line, tool-bar): Same default as x for w32.
13667 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13668 face-font-family-alternatives from working.
13669 * term/w32-win.el (mouse-set-font): Do not build fontset from
13670 chosen font.
13671
13672 2000-02-25 Sam Steingold <sds@goems.com>
13673
13674 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13675 properly.
13676
13677 2000-02-25 Richard M. Stallman <rms@gnu.org>
13678
13679 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13680
13681 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13682
13683 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13684 writable.
13685
13686 * frame.el (busy-cursor-delay-seconds): New option.
13687
13688 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13689
13690 * frame.el (show-cursor-in-non-selected-windows): New option.
13691
13692 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13693
13694 * diary-lib.el (include-other-diary-files): Undo the selective
13695 display in any included file and don't kill it.
13696
13697 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13698
13699 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13700 bar. Menu items converted to (menu-item format, help strings
13701 added.
13702 [downcase, upcase]: Don't enable on MS-DOS.
13703 [symlink, symlinks]: Don't show if make-symbolic-link is not
13704 bound.
13705 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13706
13707 2000-02-23 Dave Love <fx@gnu.org>
13708
13709 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13710 (backward-kill-word): Revert addition of * to interactive spec --
13711 it's a feature.
13712
13713 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13714 (backward-kill-sentence, kill-sentence): Likewise.
13715
13716 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13717 scratch buffer name.
13718 (gud-format-command): Use int-to-string in ?l case. Simplify
13719 slightly.
13720
13721 * term/w32-win.el (internal-face-interactive): Update prompt for
13722 new read-face-name.
13723
13724 * mail/footnote.el (footnote): Add :version to defgroup.
13725 (footnote-section-tag-regexp): Customize.
13726 (footnote-start-tag, footnote-end-tag): New option.
13727 (footnote-latin-regexp): New variable.
13728 (Footnote-latin): New function.
13729 (footnote-style-alist): Add element for latin style.
13730 (footnote-style): Moved.
13731 (Footnote-goto-footnote): Use eq to test arg.
13732
13733 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13734
13735 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13736 (byte-compile-trueconstp): Include keywords.
13737 (byte-optimize-quote, byte-optimize-lapcode): Use
13738 byte-compile-const-symbol-p.
13739 (byte-optimize-char-before): New optimization.
13740
13741 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13742 (byte-compile-const-symbol-p): New function.
13743 (byte-compile-constp, byte-compile-out-toplevel)
13744 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13745 Use it.
13746
13747 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13748
13749 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13750
13751 * international/encoded-kb.el: Be sure to update minor-mode-alist
13752 and minor-mode-map-alist.
13753 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13754 codes SS2 and SS3 correctly.
13755 (encoded-kbd-self-insert-ccl): New function.
13756 (encoded-kbd-setup-keymap): New function.
13757 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13758 by calling encoded-kbd-setup-keymap.
13759
13760 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13761 characters.
13762 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13763 locally.
13764
13765 2000-02-22 Dave Love <fx@gnu.org>
13766
13767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13768 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13769 defvar.
13770 (lisp-mode-syntax-table): Set up for #|...|# comments.
13771 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13772 classes. Match `defface'.
13773 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13774 (eval-defun-1): Fix for defcustom.
13775 (lisp-indent-region): Doc fix.
13776
13777 * subr.el (when, unless, split-string): Doc fix.
13778 (read-passwd): Move call of clear-this-command-keys to the right
13779 place.
13780 (replace-regexps-in-string): New function.
13781
13782 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13783
13784 * help.el (describe-variable): Set syntax table to
13785 emacs-lisp-mode-syntax-table when moving forward over the
13786 symbol's name.
13787
13788 2000-02-22 Dave Love <fx@gnu.org>
13789
13790 * xt-mouse.el: Doc fixes.
13791 (xterm-mouse-position-function): New function, replacing advice of
13792 mouse-position.
13793 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13794
13795 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13796
13797 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13798
13799 * format.el (format-annotate-single-property-change): Handle
13800 properties.with dotted-list values.
13801 (format-proper-list-p): New function.
13802
13803 * enriched.el (enriched-face-ans): Handle '(foreground-color
13804 . COLOR) and (background-color . COLOR).
13805
13806 2000-02-20 Dave Love <fx@gnu.org>
13807
13808 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13809 and assignments to it.
13810 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13811 current local map.
13812 (make-flyspell-overlay): Use it.
13813 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13814
13815 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13816 (lm-get-header-re): Defun, not defsubst.
13817 (lm-get-package-name): Defun, not defsubst. Simplify.
13818 (lm-version): Doc fix. Simplify.
13819 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13820 (lm-crack-address, lm-last-modified-date, lm-commentary)
13821 (lm-verify, lm-synopsis): Simplify.
13822 (lm-report-bug): Require emacsbug. Use compose-mail.
13823
13824 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13825
13826 * dired.el (dired-mode): Call propertized-buffer-identification
13827 to set mode-line-buffer-identification to something having
13828 the right text properties.
13829
13830 * bindings.el (propertized-buffer-identification): New function.
13831
13832 2000-02-20 Dave Love <fx@gnu.org>
13833
13834 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13835 check for t-mouse too.
13836
13837 * cus-start.el: Make echo-keystrokes `number'.
13838
13839 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13840
13841 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13842 Don't call ring-empty-p unless tags-location-ring is bound.
13843 From Noah Friedman <friedman@splode.com>.
13844
13845 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13846
13847 * progmodes/hideshow.el (hs-flag-region): No longer use
13848 `intangible' overlay property.
13849
13850 (hs-toggle-hiding): New command.
13851 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13852
13853 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13854 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13855 and deactivation.
13856
13857 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13858
13859 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13860
13861 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13862
13863 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13864
13865 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13866 of `*' to handle `(* ... *)' comments.
13867
13868 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13869
13870 * faces.el (list-faces-display): Use display-mouse-p instead of
13871 window-system.
13872
13873 * menu-bar.el (global-map): Menu-bar items converted to the new
13874 format (menu-item..., rearranged for better CUA compliance, and
13875 their names changed for better clarity. Help strings added.
13876
13877 * international/mule-cmds.el (mule-menu-keymap)
13878 (describe-language-environment-map, set-coding-system-map)
13879 (setup-language-environment-map): Convert to new (menu-item...
13880 form, add help strings. Change names of menu items for better
13881 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13882 submenu).
13883
13884 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13885
13886 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13887 within the code.
13888
13889 2000-02-16 Dave Love <fx@gnu.org>
13890
13891 * faces.el: Don't require custom. Add more specific :groups to
13892 various deffaces.
13893 (set-face-attribute): Purecopy args.
13894 (read-face-name): Default to name at point and use it in prompt.
13895 Remove colon from arg in all callers.
13896 (list-faces-display): Hyperlink to face descriptions and customize
13897 buffers.
13898
13899 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13900
13901 * wid-edit.el (widget-match-inline): An atom never matches a
13902 list.
13903
13904 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13905
13906 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13907 at ':' characters by call to split-string.
13908
13909 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13910
13911 * textmodes/bibtex.el: Added RCS version identification.
13912
13913 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13914
13915 * textmodes/bibtex.el: Some temporary comments removed.
13916 (bibtex-field-name, bibtex-entry-type): Made the relationship
13917 explicit.
13918 (bibtex-field-const): Allow capital letters.
13919 (bibtex-start-of-string): Deleted because unused.
13920
13921 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13922 use the term 'reference' to describe a bibtex entry as a whole.
13923 Further, reference keys are no longer called 'labels'.
13924 (bibtex-keys): Renamed to bibtex-reference-keys.
13925 (bibtex-reformat-previous-labels): Renamed to
13926 bibtex-reformat-previous-reference-keys.
13927 (bibtex-reference-type): Renamed to bibtex-entry-type.
13928 (bibtex-reference-head): Renamed to bibtex-entry-head.
13929 (bibtex-reference-maybe-empty-head): Renamed to
13930 bibtex-entry-maybe-empty-head.
13931 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13932 (bibtex-search-reference): Renamed to bibtex-search-entry.
13933 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13934 bibtex-enclosing-entry-maybe-empty-head.
13935 (bibtex-entry-field-alist, bibtex-entry-head,
13936 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13937 bibtex-map-entries, bibtex-search-entry,
13938 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13939 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13940 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13941 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13942 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13943 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13944 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13945
13946 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13947
13948 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13949 comment.
13950 (bibtex-format-field-delimiters): New function, functionality
13951 extracted from bibtex-format-entry.
13952 (bibtex-autokey-get-yearfield-digits): New function, functionality
13953 extracted from bibtex-autokey-get-yearfield.
13954
13955 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13956 entries in order to avoid stack overflow in the regexp matcher if
13957 field contents become large.
13958 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13959 bibtex-field-string-part-not-braced,
13960 bibtex-field-string-part-no-inner-braces,
13961 bibtex-field-string-part-1-inner-brace,
13962 bibtex-field-string-part-2-inner-braces,
13963 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13964 bibtex-field-string-quoted, bibtex-field-string,
13965 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13966 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13967 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13968 as parsing is now performed by the following functions.
13969 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13970 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13971 bibtex-parse-field-string, bibtex-search-forward-field-string,
13972 bibtex-parse-association, bibtex-field-name-for-parsing,
13973 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13974 bibtex-search-forward-field, bibtex-search-backward-field,
13975 bibtex-start-of-field, bibtex-end-of-field,
13976 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13977 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13978 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13979 bibtex-parse-string, bibtex-search-forward-string,
13980 bibtex-search-backward-string, bibtex-start-of-string,
13981 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13982 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13983 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13984 entries. Instead of reporting the results of the parsing by
13985 match-beginning or match-end, these functions return data structures
13986 that hold the corresponding positions.
13987 (bibtex-enclosing-field): Changed to also report field boundaries by
13988 return values rather than by match-beginning or match-end. The
13989 following functions have been adapted to use the new parsing
13990 functions.
13991 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13992 bibtex-enclosing-field, bibtex-format-entry,
13993 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13994 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13995 bibtex-print-help-message, bibtex-end-of-entry,
13996 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13997 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13998 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13999 method for parsing.
14000 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14001 bibtex-map-entries, bibtex-flash-head,
14002 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14003 bibtex-autokey-change, bibtex-autokey-get-namefield,
14004 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14005 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14006 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14007 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14008 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14009 order to make the new binding of case-fold-search immediately
14010 visible.
14011
14012 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14013
14014 * textmodes/bibtex.el: Copyright notice is up to date.
14015 Added constant 'bibtex-maintainer-salutation.
14016
14017 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14018 than make-temp-name, use match-string-no-properties and eliminate
14019 a quadratic behavior when building bibtex-strings.
14020
14021 * bibtex.el (bibtex-reference-key): Accept string entries whose
14022 reference key contains upper case letters.
14023
14024 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14025
14026 * bibtex.el (bibtex-reference-head): Allow entries to start with
14027 a new line.
14028
14029 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14030
14031 * bibtex.el: Hiding of entry bodies is not longer provided by
14032 bibtex.el directly. Instead the hideshow package can be used.
14033 Added a special bibtex entry to hs-special-modes-alist.
14034 (bibtex-hs-forward-sexp): Added for hideshow.el.
14035
14036 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14037
14038 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14039 at ':' characters by call to split-string.
14040
14041 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14042
14043 * textmodes/bibtex.el: Added RCS version identification.
14044
14045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14046
14047 * textmodes/bibtex.el: Some temporary comments removed.
14048 (bibtex-field-name, bibtex-entry-type): Made the relationship
14049 explicit.
14050 (bibtex-field-const): Allow capital letters.
14051 (bibtex-start-of-string): Deleted because unused.
14052
14053 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14054 use the term 'reference' to describe a bibtex entry as a whole.
14055 Further, reference keys are no longer called 'labels'.
14056 (bibtex-keys): Renamed to bibtex-reference-keys.
14057 (bibtex-reformat-previous-labels): Renamed to
14058 bibtex-reformat-previous-reference-keys.
14059 (bibtex-reference-type): Renamed to bibtex-entry-type.
14060 (bibtex-reference-head): Renamed to bibtex-entry-head.
14061 (bibtex-reference-maybe-empty-head): Renamed to
14062 bibtex-entry-maybe-empty-head.
14063 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14064 (bibtex-search-reference): Renamed to bibtex-search-entry.
14065 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14066 bibtex-enclosing-entry-maybe-empty-head.
14067 (bibtex-entry-field-alist, bibtex-entry-head,
14068 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14069 bibtex-map-entries, bibtex-search-entry,
14070 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14071 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14072 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14073 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14074 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14075 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14076 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14077
14078 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14079
14080 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14081 comment.
14082 (bibtex-format-field-delimiters): New function, functionality
14083 extracted from bibtex-format-entry.
14084 (bibtex-autokey-get-yearfield-digits): New function, functionality
14085 extracted from bibtex-autokey-get-yearfield.
14086
14087 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14088 entries in order to avoid stack overflow in the regexp matcher if
14089 field contents become large.
14090 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14091 bibtex-field-string-part-not-braced,
14092 bibtex-field-string-part-no-inner-braces,
14093 bibtex-field-string-part-1-inner-brace,
14094 bibtex-field-string-part-2-inner-braces,
14095 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14096 bibtex-field-string-quoted, bibtex-field-string,
14097 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14098 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14099 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14100 as parsing is now performed by the following functions.
14101 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14102 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14103 bibtex-parse-field-string, bibtex-search-forward-field-string,
14104 bibtex-parse-association, bibtex-field-name-for-parsing,
14105 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14106 bibtex-search-forward-field, bibtex-search-backward-field,
14107 bibtex-start-of-field, bibtex-end-of-field,
14108 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14109 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14110 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14111 bibtex-parse-string, bibtex-search-forward-string,
14112 bibtex-search-backward-string, bibtex-start-of-string,
14113 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14114 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14115 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14116 entries. Instead of reporting the results of the parsing by
14117 match-beginning or match-end, these functions return data structures
14118 that hold the corresponding positions.
14119 (bibtex-enclosing-field): Changed to also report field boundaries by
14120 return values rather than by match-beginning or match-end. The
14121 following functions have been adapted to use the new parsing
14122 functions.
14123 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14124 bibtex-enclosing-field, bibtex-format-entry,
14125 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14126 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14127 bibtex-print-help-message, bibtex-end-of-entry,
14128 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14129 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14130 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14131 method for parsing.
14132 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14133 bibtex-map-entries, bibtex-flash-head,
14134 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14135 bibtex-autokey-change, bibtex-autokey-get-namefield,
14136 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14137 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14138 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14139 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14140 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14141 order to make the new binding of case-fold-search immediately
14142 visible.
14143
14144 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14145
14146 * textmodes/bibtex.el: Copyright notice is up to date.
14147 Added constant 'bibtex-maintainer-salutation.
14148
14149 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14150 than make-temp-name, use match-string-no-properties and eliminate
14151 a quadratic behavior when building bibtex-strings.
14152
14153 * bibtex.el (bibtex-reference-key): Accept string entries whose
14154 reference key contains upper case letters.
14155
14156 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14157
14158 * bibtex.el (bibtex-reference-head): Allow entries to start with
14159 a new line.
14160
14161 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14162
14163 * bibtex.el: Hiding of entry bodies is not longer provided by
14164 bibtex.el directly. Instead the hideshow package can be used.
14165 Added a special bibtex entry to hs-special-modes-alist.
14166 (bibtex-hs-forward-sexp): Added for hideshow.el.
14167
14168 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14169
14170 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14171 proceedings entry type (for cross referencing). Thanks to Wagner
14172 Toledo Correa for the suggestion.
14173
14174 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14175
14176 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14177
14178 * international/characters.el: Setup case table for Vietnamese.
14179
14180 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14181
14182 * uniquify.el (toplevel): Require CL at compile time.
14183 (uniquify-push): Removed.
14184
14185 * shadowfile.el (shadow-when): Removed.
14186
14187 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14188 (tempo-process-and-insert-string): Use dolist instead of
14189 tempo-dolist.
14190
14191 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14192 regexp for paragraph-start.
14193
14194 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14195 commas as well.
14196
14197 2000-02-10 Dave Love <fx@gnu.org>
14198
14199 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14200 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14201 Deleted.
14202 (widget-specify-field, widget-specify-button): Don't use
14203 widget-mouse-help as help-echo property.
14204 (default): Use #'ignore for :validate and :mouse-down-action.
14205 (checkbox): Add help-echo.
14206 (widget-sexp-validate): Rewritten to clarify error messages.
14207 (character): Use char-valid-p in :match function.
14208 (widget-color-complete): Use facemenu-color-alist.
14209 (widget-color-action): Use facemenu-read-color.
14210
14211 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14212 set up `caar' &c that we now have.
14213
14214 2000-02-09 Ray Blaak <blaak@gnu.org>
14215
14216 * delphi.el: Make resourcestring a declaration region, like const
14217 and var.
14218
14219 2000-02-09 Dave Love <fx@gnu.org>
14220
14221 * bindings.el (mode-line-input-method-map): New variable.
14222 (mode-line-mule-info): Use it; fix last change.
14223 (mode-line-mode-menu): Move definition.
14224 (mode-line-mouse-sensitive-p): Deleted.
14225 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14226 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14227 level.
14228
14229 * startup.el (command-line-1): Don't call
14230 make-mode-line-mouse-sensitive.
14231
14232 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14233
14234 * mail/rmail.el (rmail-retry-failure): Use
14235 rmail-beginning-of-message before rmail-toggle-header, because the
14236 former toggles headers.
14237
14238 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14239
14240 * diff-mode.el (diff-kill-junk): New interactive function.
14241 (diff-reverse-direction): Use delete-and-extract-region.
14242 (diff-post-command-hook): Restrict the area so that the hook also works
14243 outside of any diff hunk. This is necessary for the minor-mode.
14244 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14245 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14246
14247 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14248 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14249 so that it can be used more easily in <foo>-mode-hook. Also make sure
14250 to avoid duplicate entries.
14251 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14252 (font-lock-remove-keywords): Just as was done for `add', allow it to
14253 work even if font-lock-mode is nil. Also make sure we don't modify
14254 any pre-existing list by forcing a copy-sequence. Finally rename
14255 `major-mode' to `mode'.
14256 (font-lock-fontify-syntactic-anchored-keywords)
14257 (font-lock-fontify-anchored-keywords)
14258 (font-lock-fontify-keywords-region): Use line-end-position.
14259 Don't make `font-lock-multiline' local (it's now done in
14260 font-lock-set-defaults).
14261 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14262 move the `font-lock-fontified' creation to inside the `unless'.
14263
14264 2000-02-06 Andrew Innes <andrewi@gnu.org>
14265
14266 * term/w32-win.el (x-handle-args): Comment out call to message,
14267 which occurs before window system is initialized.
14268
14269 * makefile.nt: Add support for recompiling lisp code.
14270
14271 2000-02-04 Dave Love <fx@gnu.org>
14272
14273 * bindings.el (mode-line-mule-info): Fix/extend last change.
14274
14275 * completion.el: Replace completion-dolist with dolist.
14276
14277 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14278 dotimes.
14279
14280 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14281
14282 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14283 environment names before they go into the section regexp.
14284
14285 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14286 char class in regexp.
14287
14288 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14289 `case-fold-search' to nil.
14290
14291 * progmodes/idlwave.el (idlwave-template): Respect
14292 `idlwave-abbrev-change-case'.
14293 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14294 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14295 idlwave-while): respect `idlwave-reserved-word-upcase'.
14296 (idlwave-rw-case): New function.
14297 (idlwave-statement-match): Fixed problem with assignment regexp.
14298 (idlwave-font-lock-keywords): Improved regexp for keyword
14299 parameters.
14300 (idlwave-surround): New argument LENGTH to support padding of
14301 operators longer than 1 char.
14302
14303 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14304 idlwave-shell-expression-overlay. Implemented printing of
14305 expressions on higher levels of the calling stack.
14306 (idlwave-shell-display-level-in-calling-stack): Restore stack
14307 level.
14308 (idlwave-retrieve-expression-from-level): New function.
14309 (idlwave-shell-last-calling-stack): Variable removed.
14310 (idlwave-shell-reset): Argument action reversed (`visible' to
14311 `hidden'). Also remove stop-line overlay.
14312 (idlwave-shell-calling-stack-routine): New variable.
14313 (idlwave-shell-parse-stack-and-display): Messages now display
14314 negative level numbers.
14315 (idlwave-shell-mode): Set `modeline-format'.
14316 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14317 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14318 21.
14319 (idlwave-shell-print-expression-function): New option.
14320
14321 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14322 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14323 `tool-bar' instead of `toolbar'.
14324
14325 2000-02-02 Dave Love <fx@gnu.org>
14326
14327 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14328 emacs-lisp-mode-hook. Don't check for defalias being defined.
14329
14330 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14331 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14332 the new builtins directly.
14333
14334 * whitespace.el (whitespace): Add :version to defgroup.
14335
14336 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14337 Doc fix.
14338
14339 * thingatpt.el (sexp-at-point, symbol-at-point)
14340 (number-at-point, list-at-point): Add autoload cookie.
14341
14342 * recentf.el (recentf): Add :version to defgroup.
14343
14344 * quickurl.el (quickurl): Add :version to defgroup.
14345
14346 * elide-head.el (elide-head): Use point-marker more.
14347
14348 * bs.el (bs): Add :version to defgroup.
14349
14350 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14351
14352 * progmodes/delphi.el (delphi): Add :version to defgroup.
14353
14354 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14355
14356 * ange-ftp.el (ange-ftp-write-region): Handle case that
14357 succeeding process operation sets a different coding system.
14358
14359 * calculator.el: New file.
14360
14361 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14362
14363 * frame.el (frames-on-display-list, framep-on-display): New
14364 functions.
14365 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14366 (display-selections-p, display-screens, display-pixel-width)
14367 (display-pixel-height, display-mm-width, display-mm-height)
14368 (display-backing-store, display-save-under, display-planes)
14369 (display-color-cells, display-visual-class): New functions.
14370
14371 * term/tty-colors.el (tty-color-gray-shades): New function.
14372
14373 * faces.el (display-color-p): Use framep-on-display.
14374 (display-grayscale-p): New function.
14375
14376 2000-01-31 Dave Love <fx@gnu.org>
14377
14378 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14379 (create-fontset-from-x-resource): Don't concat integers.
14380
14381 2000-01-31 Inge Frick <inge@nada.kth.se>
14382
14383 * view.el: Some changes in documentation. Removed some trailing
14384 whitespace. Changed some parameter names to agree with
14385 documentation.
14386 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14387 window is not deleted. Modifies change 1998-04-26.
14388
14389 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14390
14391 * windmove.el: New file.
14392
14393 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14394 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14395 progmodes/ebnf-yac.el: Update copyright and license info.
14396
14397 * jit-lock.el (jit-lock-function): Widen before calculating end
14398 position.
14399 (jit-lock-stealth-chunk-start): Rewritten.
14400
14401 * info.el (Info-title-face-alist): Removed.
14402 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14403 faces.
14404 (Info-fontify-node): Use these faces.
14405
14406 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14407
14408 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14409 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14410 `&allow-other-keywords'.
14411
14412 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14413 the list of directories scanned heuristically.
14414
14415 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14416 exist.
14417
14418 2000-01-30 Jason Rumney <jasonr@gnu.org>
14419
14420 * w32-fns.el: Define w32-tty-standard-colors.
14421
14422 * startup.el (command-line): Use w32-tty-standard-colors when in
14423 w32 console mode.
14424
14425 2000-01-30 Dave Love <fx@gnu.org>
14426
14427 * jka-compr.el (jka-compr-load): Fix up load-history.
14428
14429 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14430
14431 * emacs-lisp/cl-macs.el: Revert previous change.
14432
14433 2000-01-29 Dave Love <fx@gnu.org>
14434
14435 * facemenu.el: Purecopy various strings.
14436
14437 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14438 years. Deal with three-digit years.
14439
14440 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14441 defconst, purecopy.
14442 (help-back-label): Purecopy it.
14443
14444 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14445
14446 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14447 variable. If non-nil, order the buffer list according to the
14448 currently selected frame.
14449 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14450 non-nil, pass the selected frame to function buffer-list.
14451
14452 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14453
14454 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14455
14456 2000-01-28 Dave Love <fx@gnu.org>
14457
14458 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14459
14460 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14461 Don't use lisp-indent-hook property.
14462 (cl-abs): Remove.
14463
14464 * subr.el: Move out indent and edebug specs for when and unless.
14465
14466 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14467 when, unless.
14468
14469 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14470 unless, when.
14471
14472 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14473
14474 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14475 `collecting' as synonym for `collect'.
14476
14477 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14478 for the case it contains spaces.
14479
14480 * simple.el (what-cursor-position): Change formatting of
14481 messages.
14482
14483 * frame.el (delete-other-frames): New function.
14484 (toplevel): Bind it to C-x 5 1.
14485
14486 * sort.el (sort-numeric-base): New option.
14487 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14488 interpret it as octal or hexadecimal. Use sort-numeric-base
14489 as default base.
14490
14491 * progmodes/glasses.el: New file.
14492
14493 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14494
14495 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14496 userids differently.
14497
14498 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14499 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14500 progmodes/ebnf-yac.el: New files.
14501
14502 2000-01-26 Dave Love <fx@gnu.org>
14503
14504 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14505 on a function with an empty body. [From Eric Ludlam.]
14506
14507 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14508
14509 * vc.el (vc-version-diff): Make sure file name is expanded.
14510
14511 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14512
14513 * scroll-bar.el (scroll-bar-timer): Variable removed.
14514 (scroll-bar-toolkit-scroll): Don't use a timer.
14515
14516 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14517
14518 * language/thai-util.el (thai-composition-function): Delete
14519 superfluous `a'.
14520
14521 2000-01-24 Dave Love <fx@gnu.org>
14522
14523 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14524 end-of-defun-function.
14525
14526 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14527 &c.
14528
14529 2000-01-22 Jason Rumney <jasonr@gnu.org>
14530
14531 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14532 conflicts with new face support.
14533
14534 2000-01-22 Richard M. Stallman <rms@gnu.org>
14535
14536 * replace.el (query-replace): Rename last arg to DELIMITED.
14537 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14538 (query-replace-regexp): Likewise.
14539
14540 2000-01-20 Richard M. Stallman <rms@gnu.org>
14541
14542 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14543
14544 * emacs-lisp/lisp.el (beginning-of-defun-function):
14545 Variable renamed from beginning-of-defun.
14546 Do not call make-variable-buffer-local.
14547 (beginning-of-defun-raw): Use new variable name; doc fix.
14548 (beginning-of-defun): Doc fix.
14549 (end-of-defun-function): Variable renamed from end-of-defun.
14550 Do not call make-variable-buffer-local.
14551 (end-of-defun): Use new variable name; doc fix.
14552
14553 * subr.el (dolist, dotimes): Copied from cl-macs.el
14554 and made to work.
14555
14556 * mail/undigest.el (rmail-digest-end-regexps):
14557 Variable replaces rmail-digest-end-regexp.
14558 Allows multiple regexps for detecting the end line.
14559 (undigestify-rmail-message): Corresponding changes.
14560
14561 2000-01-19 Dave Love <fx@gnu.org>
14562
14563 * files.el (user-init-file): Don't declare here -- is primitive.
14564
14565 * startup.el (command-line): Check for compiled user-init-file and
14566 set to uncompiled version if necessary.
14567
14568 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14569
14570 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14571 (undigestify-rmail-message): Use it.
14572
14573 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14574
14575 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14576
14577 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14578 of mini-buffer.
14579
14580 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14581
14582 * emacs-lisp/copyright.el (copyright-update): Removed the
14583 requirement for a trailing space from `copyright-regexp', to
14584 support copyrights with owner specified on a separate line..
14585
14586 * align.el: New file.
14587
14588 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14589
14590 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14591
14592 2000-01-13 Dave Love <fx@gnu.org>
14593
14594 * ph.el: Removed. (Obsoleted by EUDC.)
14595
14596 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14597
14598 * net/eudc.el (toplevel): Remove autoloaded code installing
14599 menu with easymenu, because that causes build problems.
14600
14601 * frame.el (frame-notice-user-settings): New variable.
14602 (frame-notice-user-settings): Don't modify frame parameters
14603 if called a second time.
14604
14605 2000-01-13 Richard M. Stallman <rms@gnu.org>
14606
14607 * frame.el (frame-notice-user-settings):
14608 Notice default-frame-parameters even for non-window frames.
14609
14610 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14611
14612 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14613 for Emacs.
14614 (eudc-bob-can-display-inline-images): Extend for Emacs.
14615 (eudc-bob-toggle-inline-display): Ditto.
14616 (eudc-bob-display-jpeg): Ditto.
14617
14618 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14619
14620 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14621 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14622 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14623
14624 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14625 nil)'.
14626
14627 * subdirs.el: Add `net' directory.
14628
14629 * net: New directory.
14630
14631 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14632 eval-last-sexp. Don't bind debug-on-error here.
14633 (eval-last-sexp): New function. Bind debug-on-error if
14634 eval-expression-debug-on-error is non-nil.
14635 (eval-defun-2, eval-defun): Likewise.
14636
14637 * simple.el (eval-expression): Don't bind debug-on-error if
14638 eval-expression-debug-on-error is nil. Detect changed
14639 debug-on-error, and propagate new value to global binding, if
14640 eval-expression-debug-on-error is non-nil,
14641 (eval-expression-debug-on-error): Change doc string.
14642
14643 2000-01-11 Richard M. Stallman <rms@gnu.org>
14644
14645 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14646
14647 * emacs-lisp/lisp-mode.el (with-syntax-table):
14648 Set up lisp-indent-function property.
14649
14650 * subr.el (with-syntax-table): Moved from simple.el.
14651
14652 * simple.el (with-syntax-table): Moved to subr.el.
14653
14654 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14655
14656 * tmm.el (tmm-shortcut): Delete region after prompt instead
14657 of erasing buffer.
14658
14659 * textmodes/fill.el (fill-common-string-prefix): New function.
14660 (fill-context-prefix): Use the longest common prefix of first
14661 and second line fill prefix, if there is one.
14662
14663 2000-01-11 Richard M. Stallman <rms@gnu.org>
14664
14665 * array.el (array-mode): Don't use make-variable-buffer-local.
14666 Use make-local-variable for `truncate-lines'.
14667
14668 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14669
14670 * add-log.el (add-log-current-defun): Handle user-defined
14671 add-log-current-function returning nil,
14672
14673 * add-log.el (add-change-log-entry): Insert version number
14674 if having found a current function
14675
14676 * add-log.el (add-log-current-defun): Call
14677 `add-log-current-defun-function'. Try matches at level 0 and
14678 level 1. Strip whitespace from defun found.
14679
14680 2000-01-10 John Wiegley <johnw@gnu.org>
14681
14682 * allout.el (isearch-done/outline-provisions): Added `edit'
14683 argument to correspond with the current definition of
14684 `isearch-done'.
14685
14686 2000-01-10 Dave Love <fx@gnu.org>
14687
14688 * elide-head.el (elide-head): Use point-marker, not point.
14689
14690 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14691
14692 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14693 before and after the year 2000.
14694
14695 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14696 Add ispell- prefix.
14697
14698 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14699
14700 * ispell.el: Only define dictionaries in menus when they exist.
14701 (version18p): New variable.
14702 (version20p): New variable.
14703 (xemacsp): New variable.
14704 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14705 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14706 (ispell-dictionary-alist6): Russian command lines no longer accept
14707 run-together words.
14708 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14709 (ispell-dictionary-alist): Add koi8-r to customize definition.
14710 (check-ispell-version): Added documentation string. Returns
14711 library path when called non-interactively.
14712 (ispell-menu-map-needed): Uses new variables.
14713 (ispell-library-path): New variable.
14714 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14715 (ispell-word): Improved documentation string. Test for valid
14716 character mappings. Correctly check typed in word changes that can
14717 result in single words split into multiple words. Returns
14718 replacement word.
14719 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14720 replace in recursive query replace mode. Help message for
14721 recursive edit mode.
14722 (ispell-show-choices): Protect against bad framepop bindings.
14723 (ispell-help): Fix to work with XEmacs.
14724 (ispell-highlight-spelling-error): Use new variables.
14725 (ispell-overlay-window): Fix to work with XEmacs.
14726 (ispell-parse-output): Passed and returns location information
14727 tracking spelling corrections. Doesn't recheck same word on
14728 current line.
14729 (ispell-init-process): Protect against bogus XEmacs variable binding.
14730 Fix call to single argument in sleep-for. Use new variables.
14731 (ispell-region): Passed and returns location information tracking
14732 spelling corrections. Doesn't check same word on current line.
14733 Improved documentation string. Doesn't resend a line already
14734 checked to the ispell process - fixes bug in LaTeX parsing.
14735 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14736 (ispell-skip-region): No longer skips <TT> in SGML.
14737 (ispell-process-line): Tracks location information with spelling
14738 corrections. Added documentation string. Accounts for words
14739 already accepted on this line. Don't allow query-replace on line
14740 starting with math characters. Doesn't resend a line already sent
14741 to ispell process. Fixes alignment error bug.
14742
14743 2000-01-10 Richard M. Stallman <rms@gnu.org>
14744
14745 * dired-x.el (dired-guess-shell-alist-default):
14746 Suggest xloadimage, which is free, not xv, which isn't.
14747
14748 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14749 Don't ever include the host name or user name in the value.
14750
14751 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14752
14753 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14754 of a real newline.
14755
14756 2000-01-09 Stephen Eglen <stephen@gnu.org>
14757
14758 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14759 for .png files.
14760
14761 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14762
14763 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14764
14765 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14766
14767 * progmodes/cperl-mode.el: Replace ^F with ^L.
14768
14769 * sendmail.el (toplevel): Provide `sendmail' when compiling
14770 before `require'ing rmail and mailalias to prevent infinite
14771 recursion.
14772
14773 2000-01-08 Dave Love <fx@gnu.org>
14774
14775 * emacs-lisp/backquote.el: Remove inappropriate customization
14776 (allowing custom.el to use backquote).
14777
14778 2000-01-07 Dave Love <fx@gnu.org>
14779
14780 * add-log.el (add-log-debugging): Deleted.
14781 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14782 file. Remove debugging code.
14783 (change-log-get-method-definition, change-log-name): Add doc.
14784 (change-log-sortable-date-at): New function.
14785 (change-log-merge): New command.
14786
14787 * time.el (display-time-string-forms): Make the Mail string active.
14788 (display-time-update): Provide help-echo for load average.
14789
14790 * bindings.el (make-mode-line-mouse2-map): New function.
14791 (mode-line-modified): Use it and simplify.
14792 (mode-line-mule-info): Provide help-echo info.
14793 (minor-mode-alist): Activate the strings.
14794 (make-mode-line-mouse-sensitive): Simplify for
14795 mode-line-buffer-identification.
14796
14797 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14798
14799 * play/pong.el: New file.
14800
14801 2000-01-06 Dave Love <fx@gnu.org>
14802
14803 * array.el: Assorted cleanups for compiler warnings, doc strings,
14804 `array-' prefix for symbols.
14805
14806 2000-01-05 Dave Love <fx@gnu.org>
14807
14808 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14809 outline-headers-as-kill.
14810 (outline-mode): Define imenu-generic-expression.
14811 (outline-headers-as-kill): New command.
14812
14813 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14814 from paragraph-start.
14815 (paragraph-indent-minor-mode): New command.
14816
14817 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14818 M-C-e, M-C-h, C-j, C-xnd, TAB.
14819 (fortran-mode): Set beginning-of-defun, end-of-defun.
14820 (fortran-column-ruler): Simplify.
14821 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14822 (fortran-with-subprogram-narrowing): Likewise.
14823 (fortran-indent-subprogram): Call mark-defun.
14824 (fortran-check-for-matching-do): Change narrowing.
14825
14826 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14827 (cl-lucid-hash-tag): Delete.
14828 (cl-hash-table-p): Correct test for native table.
14829 (cl-hash-table-count): Use hash-table-count.
14830
14831 * browse-url.el (browse-url): Fix case of
14832 browse-url-browser-function being an alist.
14833
14834 2000-01-05 Carsten Dominik <cd@gnu.org>
14835
14836 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14837 (reftex-index-phrase-file-extension): New options.
14838
14839 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14840 Use new option `reftex-index-phrase-file-extension'.
14841
14842 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14843 `reftex-parse-file-extension'.
14844
14845 2000-01-05 Dave Love <fx@gnu.org>
14846
14847 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14848 (beginning-of-defun-raw): Use it.
14849 (end-of-defun): New variable.
14850 (end-of-defun): Use it.
14851 (check-parens): New command.
14852
14853 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14854
14855 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14856 (hs-show-block): Don't use `mapcar' when not accumulating.
14857
14858 Fix buglet in local variables initialization.
14859
14860 2000-01-05 Andreas Schwab <schwab@suse.de>
14861
14862 * hscroll.el (hscroll): Doc fix.
14863
14864 2000-01-05 Carsten Dominik <cd@gnu.org>
14865
14866 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14867 idlw-toolbar.
14868
14869 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14870 file idlw-rinfo.el.
14871 (idlwave-customize): load must read file idlw-shell.el.
14872 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14873
14874 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14875
14876 * progmodes/idlw-shell.el: Also provide idlwave-shell
14877 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14878 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14879
14880 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14881 both reftex-dcr and reftex-vcr.
14882
14883 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14884
14885 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14886
14887 * ps-print.el: PostScript code now is in separate files, doc fix.
14888 (ps-print-version): New version number (5.0.3).
14889 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14890 local.
14891 (ps-spool-config): Initialization fix.
14892 (ps-print-prologue-1, ps-print-prologue-2)
14893 (ps-print-duplex-feature): PostScript code moved to separated file.
14894 (ps-background-image): Little code reformating.
14895 (ps-begin-file, ps-begin-job): Fix code.
14896 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14897 (ps-prologue-file): New fun.
14898
14899 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14900
14901 * ps-vars.el: Eliminated.
14902
14903 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14904 `;;;###autoload'.
14905
14906 * ps-print.el: ps-vars eliminated, doc fix.
14907 (ps-print-version): New version number (5.0.2).
14908 (ps-spool-config): Initialization fix.
14909 (ps-print-customize): New fun.
14910
14911 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14912
14913 * autorevert.el (auto-revert-mode): Return value of
14914 auto-revert-mode.
14915
14916 2000-01-04 Dave Love <fx@gnu.org>
14917
14918 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14919 menu items.
14920
14921 2000-01-03 Dave Love <fx@gnu.org>
14922
14923 * elide-head.el (elide-head) [defgroup]: Add :version.
14924
14925 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14926 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14927 `cl-hash-table-p', not `hash-table-p'.
14928 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14929
14930 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14931
14932 * faces.el (face-read-integer, read-face-attribute)
14933 (color-defined-p, color-values): unspecified-{f,b}g are now
14934 strings.
14935
14936 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14937
14938 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14939 at comment end, and re-insert them after filling.
14940
14941 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14942
14943 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14944 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14945 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14946
14947 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14948
14949 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14950 the new name of face-color-supported-p.
14951
14952 * term/w32-win.el (xw-defined-colors): Likewise.
14953
14954 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14955
14956 * simple.el (completion-setup-function): Count completion-size
14957 from minibuffer-prompt-end, not from point-min.
14958
14959 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14960
14961 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14962 Pass the frame to tty-color-* functions.
14963 (display-color-p, frame-set-background-mode): Pass the frame to
14964 tty-display-color-p.
14965
14966 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14967 tty-color-alist.
14968 (tty-color-alist, tty-modify-color-alist): New functions.
14969 (tty-color-define, tty-color-clear, tty-color-approximate)
14970 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14971 an optional parameter FRAME.
14972
14973 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14974
14975 * image.el (create-image, defimage): Don't assume image data is a
14976 string.
14977
14978 * image.el (defimage): Handle specifications containing :data
14979 instead of :file.
14980 (image-type-from-data): New function.
14981 (image-type-from-file-header): Use it.
14982 (create-image): Add parameter DATA-P.
14983
14984 See ChangeLog.8 for earlier changes.
14985
14986 ;; Local Variables:
14987 ;; coding: iso-2022-7bit
14988 ;; End: