*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-cmds.el (reset-language-environment): Make
4 the priority of coding-category-utf-8 higher than
5 coding-category-binary.
6
7 * international/mule-conf.el (coding-category-utf-8): Initialize
8 to mule-utf-8.
9
10 * loadup.el: Preload international/utf-8.
11
12 * international/utf-8.el: New file.
13
14 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
15
16 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
17
18 2001-01-24 Sam Steingold <sds@gnu.org>
19
20 * dired.el (dired-replace-in-string): Removed.
21 (dired-sort-toggle): Use `replace-regexps-in-string'
22 instead of `dired-replace-in-string'.
23 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir,
24 dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
25 * gs.el (gs-replace-in-string): Removed.
26 (gs-options): Use `replace-regexps-in-string'
27 instead of `gs-replace-in-string'.
28
29 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
32 bug report is mailed to an email list and posted to a news group.
33
34 2001-01-24 Gerd Moellmann <gerd@gnu.org>
35
36 * comint.el (comint-replace-by-expanded-history-before-point): Fix
37 change of 2000-08-03 to move point to the start of the line again.
38
39 * startup.el (tool-bar-images-pixel-height): New variable.
40 (command-line): After loading the user's init file, when
41 tool-bar-mode is on, increase the frame's size by some lines for
42 the tool-bar.
43
44 * frame.el (frame-initialize): Create the initial frame invisible.
45
46 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
47
48 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
49 (chinese-big5): MIME:Big5.
50
51 2001-01-24 Gerd Moellmann <gerd@gnu.org>
52
53 * international/mule-cmds.el (universal-coding-system-argument):
54 Handle commands with prefix args.
55
56 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
57
58 * calendar/diary-lib.el (diary-float): Fix case of MONTH
59 being a list of numbers.
60 (diary-mail-entries): Rewritten.
61
62 2001-01-23 Dave Love <fx@gnu.org>
63
64 * international/mule.el (make-coding-system): Fix typo.
65
66 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
67 backward-paragraph as font-lock-beginning-of-syntax-function.
68
69 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
70
71 * font-lock.el (font-lock-mode): Doc fix.
72
73 2001-01-23 Kenichi Handa <handa@etl.go.jp>
74
75 * international/mule.el (make-translation-table): Fix docstring.
76
77 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
78
79 * mail/rmail.el (rmail-redecode-body): New function.
80
81 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
82
83 2001-01-22 Gerd Moellmann <gerd@gnu.org>
84
85 * isearch.el (isearch-lazy-highlight-case-fold-search)
86 (isearch-lazy-highlight-regexp): New variables.
87 (isearch-lazy-highlight-cleanup): Update lazy highlight if
88 case-fold search or regexp search has been toggled.
89
90 * wid-edit.el (widget-button-click): Avoid a save-excursion
91 around running a global binding.
92
93 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
94 to 0.25.
95
96 2001-01-20 Miles Bader <miles@gnu.org>
97
98 * cus-edit.el (custom-face-save): Do post-processing on the face's
99 new value like `custom-face-set' does.
100
101 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * mail/emacsbug.el (report-emacs-bug): Report the value of
104 LC_CTYPE, not LC_TYPE.
105
106 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
107 isearch-toggle-regexp and isearch-edit-string to doc string.
108
109 2001-01-19 Gerd Moellmann <gerd@gnu.org>
110
111 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
112 as font-lock-beginning-of-syntax-function in font-lock-defaults.
113
114 * jit-lock.el (jit-lock-fontify-now): Don't bind
115 font-lock-beginning-of-syntax-function to nil.
116
117 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
118
119 * mail/emacsbug.el (report-emacs-bug): Report values of
120 locale-coding-system, default-enable-multibyte-characters, and the
121 environment variables LC_ALL, LC_TYPE, and LANG.
122
123 2001-01-19 Gerd Moellmann <gerd@gnu.org>
124
125 * font-lock.el (font-lock-default-fontify-region): Fix last
126 change.
127
128 * font-lock.el (font-lock-multiline): Default to nil.
129 (font-lock-default-fontify-region): If font-lock-multiline is
130 nil, don't check the property `font-lock-multiline'.
131
132 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
133 is nil, don't check the `font-lock-multiline' text property.
134
135 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
136
137 * viper.el: Call initial-major-mode on startup.
138
139 * ediff.el (ediff-patch-file): Use better defaults.
140
141 * ediff-vers.el: Fix for 8+3 DOS file systems.
142
143 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
144
145 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
146 diff mode, if available.
147
148 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
149
150 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
151
152 * ediff-init.el (subst-char-in-string): Define and use it, unless
153 it's already defined.
154
155 2001-01-18 Gerd Moellmann <gerd@gnu.org>
156
157 * tooltip.el (tooltip-hide-delay): New user-option.
158 (tooltip-show): Use tooltip-hide-delay instead of the default.
159
160 2001-01-18 Kenichi Handa <handa@etl.go.jp>
161
162 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
163 kill-local-variable doesn't work for enable-multibyte-characters.
164
165 2001-01-17 Dave Love <fx@gnu.org>
166
167 * ediff-init.el (ediff-before-setup-hook)
168 (ediff-merge-filename-prefix): Add :version.
169
170 * international/latin1-disp.el: Require disp-table.
171 (latin1-display): Fix :set.
172
173 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
174
175 2001-01-17 Gerd Moellmann <gerd@gnu.org>
176
177 * isearch.el (isearch-lazy-highlight-initial-delay)
178 (isearch-lazy-highlight-interval): Default to 0.
179
180 2001-01-17 Bob Glickstein <bobg@zanshin.com>
181
182 * isearch.el (isearch-highlight): Set isearch-overlay priority to
183 1 here rather than each time through
184 isearch-lazy-highlight-new-loop.
185 (isearch-lazy-highlight-max): Variable deleted.
186 (isearch-lazy-highlight-max-at-a-time): New user variable, like
187 isearch-lazy-highlight-max but controls a single invocation of
188 isearch-lazy-highlight-update.
189 (isearch-lazy-highlight-wrapped): Variable recreated.
190 (isearch-lazy-highlight-window-start): New variable.
191 (isearch-lazy-highlight-cleanup): Restored to behavior of
192 before 2-Jan.
193 (isearch-lazy-highlight-remove-overlays): Function deleted;
194 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
195 behavior removed.
196 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
197 isearch-lazy-highlight-update in a loop rather than just once.
198 Test isearch-invalid-regexp here and decide not to start a new
199 loop, rather than testing it each time through
200 isearch-lazy-highlight-update.
201 (isearch-lazy-highlight-search): Function restored.
202 (isearch-lazy-highlight-update): Get called in a timer loop again,
203 but this time highlight more than one match each time through.
204 Only highlight matches in the visible part of the window. Start
205 at point, move in the direction of the search, and wrap around at
206 the edge of the window. Use sit-for to force redisplay and ensure
207 window-start is credible. "Face suppressing" behavior removed;
208 overlay priorities should make it unnecessary, right?
209 (isearch-highlight): Face suppressing behavior removed.
210 (isearch-dehighlight): Face suppressing behavior removed.
211 (isearch-set-lazy-highlight-faces-at): Removed.
212
213 2001-01-17 Kenichi Handa <handa@etl.go.jp>
214
215 * language/european.el ("Latin-1"): Make the format of description
216 about additional language environments same as that of Latin-2.
217
218 2001-01-16 Dave Love <fx@gnu.org>
219
220 * isearch.el (isearch-lazy-highlight): Add :version.
221
222 * simple.el (backward-delete-char-untabify-method)
223 (next-line-add-newlines): Add :version.
224
225 2001-01-16 Gerd Moellmann <gerd@gnu.org>
226
227 * bindings.el: Bind <backspace> and <delete> via function-key-map.
228 Don't bind <delete> otherwise.
229
230 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
231 and <delete> via function-key-map.
232
233 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
234 Subject line only if point is after the `Subject:'.
235
236 2001-01-16 Kenichi Handa <handa@etl.go.jp>
237
238 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
239 japanese-jisx0213-2 in `charset' property of this lang. env.
240
241 * language/european.el ("Latin-1"): Add description for Dutch and
242 Spanish lang. env.
243
244 * international/mule.el (decode-char): Fix conditions.
245 (encode-char): Handle eight-bit-control too.
246 (transform-make-coding-system-args): New function.
247 (make-coding-system): Accept XEmacs style arguments for CCL base
248 coding system.
249
250 2001-01-15 Gerd Moellmann <gerd@gnu.org>
251
252 * progmodes/etags.el (find-tag-noselect): Save the value of
253 tags-file-name before switching buffers, for the case it has a
254 buffer-local value.
255
256 2001-01-15 Alex Schroeder <alex@gnu.org>
257
258 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
259 From Dave Love <fx@gnu.org>.
260 (ansi-color-for-comint-mode): Fix :version.
261
262 2001-01-15 Alex Schroeder <alex@gnu.org>
263
264 * ansi-color.el (ansi-color-unfontify-region): Doc change.
265
266 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
267
268 * dired.el (dired-insert-directory): If file-system-info fails,
269 remove the " free " part, but don't signal an error.
270
271 2001-01-12 Sam Steingold <sds@gnu.org>
272
273 * bookmark.el (bookmark-maybe-historicize-string):
274 Use new backquote syntax.
275
276 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
277
278 * subr.el (last): Handle a list that doesn't end in nil.
279
280 2001-01-12 Sam Steingold <sds@gnu.org>
281
282 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
283 to `backward-delete-char-untabify'.
284
285 2001-01-12 Dave Love <fx@gnu.org>
286
287 * cus-edit.el (customize-menu-create): Fix the :filter following
288 easymenu change.
289
290 * wid-edit.el (function): Add :match-alternatives.
291 (widget-color-action): Doc fix.
292
293 2001-01-12 Gerd Moellmann <gerd@gnu.org>
294
295 * calendar/calendar.el (calendar-basic-setup): Doc fix.
296
297 2001-01-12 Kenichi Handa <handa@etl.go.jp>
298
299 * international/mule-cmds.el (prefer-coding-system): Fix
300 docstring.
301
302 * international/ccl.el (define-ccl-program): Fix docstring.
303
304 2001-01-11 Dave Love <fx@gnu.org>
305
306 * international/mule-cmds.el (standard-display-european-internal):
307 Set display table for 2208 as for 160.
308
309 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
310
311 * progmodes/fortran.el (fortran-mode-map): Modify Customization
312 entry for custom-menu-create change.
313 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
314 don't cons it in the search loop.
315
316 * imenu.el (imenu--truncate-items): Revert last change.
317
318 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * info.el (Info-setup-header-line): If the node header includes
321 either Next: or Prev: links, don't show the File: and Node: parts
322 in the header line.
323
324 2001-01-11 Gerd Moellmann <gerd@gnu.org>
325
326 * comint.el (comint-goto-process-mark): Don't print a message
327 when running in batch mode.
328
329 * isearch.el (isearch-search): In the condition-case handler for
330 `error', set isearch-invalid-regexp to the whole error message.
331
332 * subr.el (eval-after-load): Call load-symbol-file-load-history to
333 ensure that eval-after-load works for files dumped with Emacs.
334
335 * help.el (load-symbol-file-load-history): New function extracted
336 from function symbol-file.
337 (symbol-file): Use it.
338
339 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
340 exit.xpm.
341
342 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
343
344 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
345 behave as if there were no prefix argument.
346 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
347 argument were nil.
348
349 2001-01-11 Richard M. Stallman <rms@gnu.org>
350
351 * isearch.el (isearch-lazy-highlight-update):
352 Don't look for more potential matches once maximum is exceeded.
353 Use overlays-in to check correctly for overlap with current match.
354 Ignore empty matches.
355
356 2001-01-11 Miles Bader <miles@gnu.org>
357
358 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
359 (ispell-overlay-window, ispell-help, ispell-show-choices)
360 (ispell-command-loop): Use it instead of `window-height'.
361
362 2001-01-10 Gerd Moellmann <gerd@gnu.org>
363
364 * files.el (confirm-kill-emacs): New user-option.
365 (save-buffers-kill-emacs): Ask for final confirmation before
366 killing Emacs.
367
368 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
369 to nil.
370
371 2001-01-10 Dave Love <fx@gnu.org>
372
373 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
374
375 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
376 :type.
377
378 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
379
380 * calculator.el (calculator-number-digits): Fix :type.
381
382 * vc-cvs.el (vc-cvs-header): Fix :type.
383 * vc-rcs.el (vc-rcs-header): Fix :type.
384 * vc-sccs.el (vc-sccs-header): Fix :type.
385
386 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
387
388 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
389
390 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
391
392 2001-01-10 Gerd Moellmann <gerd@gnu.org>
393
394 * simple.el (set-variable): Force a thorough redisplay for the
395 case that the variable has an effect on the display, like
396 `tab-width' has.
397
398 2001-01-10 Andre Spiegel <spiegel@gnu.org>
399
400 * vc.el: Add documentation for backend interface.
401
402 2001-01-10 Kenichi Handa <handa@etl.go.jp>
403
404 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
405
406 * international/mule-conf.el (latin-extra-code-table): Set to t
407 for \223 and \224.
408
409 2001-01-09 Kenichi Handa <handa@etl.go.jp>
410
411 * international/mule-cmds.el (locale-language-names): Map "es" to
412 "Spanish" and "nl" to "Dutch".
413
414 2001-01-09 Gerd Moellmann <gerd@gnu.org>
415
416 * bindings.el (global-map): Bind <home> to beginning-of-line,
417 <end> to end-of-line, C-<home> to beginning-of-buffer, and
418 C-<end> to end-of-buffer.
419
420 * language/european.el: Add Dutch and Spanish language info
421 to be able to use the appropriate tutorials.
422
423 2001-01-09 Alex Schroeder <alex@gnu.org>
424
425 * ansi-color.el (ansi-color-process-output): Use markers instead
426 of positions for start and end of region.
427 (ansi-color-apply-on-region): Rewrote code to make it more robust.
428 Previously, occasional mistakes happend when fontifying many
429 chunks of output (eg. ls --color=yes /dev). This happened
430 whenever an overlay was created up to the end of the region, which
431 coincided with the process-mark. New text would then be added
432 within that overlay instead of after it.
433 (ansi-color-make-extent): Overlays are created with the property
434 `modification-hooks' set to '(ansi-color-freeze-overlay).
435 (ansi-color-freeze-overlay): New function. When inserting text at
436 the end of the overlay, the overlay will resize.
437
438 2000-01-09 Alex Schroeder <alex@gnu.org>
439
440 * ansi-color.el (ansi-color-process-output): Doc change.
441 (ansi-color-unfontify-region): Doc change. No longer installed
442 automatically in font-lock-unfontify-region-function.
443 (ansi-color-apply): Doc change.
444 (ansi-color-apply-on-region): Use extents or overlays instead of
445 text-properties.
446 (ansi-color-make-extent): New function.
447 (ansi-color-set-extent-face): New function.
448
449 2000-01-09 Alex Schroeder <alex@gnu.org>
450
451 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
452 both use ansi-color-process-output, now.
453 (ansi-color-process-output): Doesn't return string anymore. It is
454 installed in comint-output-filter-functions for both Emacs and
455 XEmacs, now.
456 (ansi-color-unfontify-region): Simplified code removing variables
457 pos and start-ansi.
458 (ansi-color-apply): Put text-property ansi-color before putting
459 text-property face because ansi-color-unfontify-region is called
460 immediately after the call to put-text-property.
461 (ansi-color-context-region): Doc change.
462 (ansi-color-filter-region): Simplified code.
463 (ansi-color-apply-on-region): Changed start to start-marker, using
464 a marker explicitly. Put text-property ansi-color before putting
465 text-property face because ansi-color-unfontify-region is called
466 immediately after the call to put-text-property.
467
468 2000-01-09 Alex Schroeder <alex@gnu.org>
469
470 * ansi-color.el (ansi-color-faces-vector): Doc change.
471 (ansi-color-for-comint-mode): Changed :type property to choice.
472 (ansi-color-last-context): Removed.
473 (ansi-color-process-output): Don't use ansi-color-last-context, as
474 the main functions will store their context now.
475 (ansi-color-context): Doc change.
476 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
477 Uses ansi-color-context such that repeated calls will strip
478 partial escape sequences, too.
479 (ansi-color-apply): Simplified code. Colorize end of string if
480 face is not null. Store context in new (FACE STRING) format, such
481 that repeated calls will strip partial escape sequences, too.
482 Append faces to face property using ansi-color-apply-sequence such
483 that cumulative mode actually works.
484 (ansi-color-context-region): New variable.
485 (ansi-color-filter-region): Rewrote it based on
486 ansi-color-apply-on-region. Uses ansi-color-context-region such
487 that repeated calls will strip partial escape sequences, too.
488 (ansi-color-apply-on-region): Simplified code. Colorize end of
489 region if face is not null. Store context in new (FACE POS)
490 format, such that repeated calls will strip partial escape
491 sequences, too. Append faces to face property using
492 ansi-color-apply-sequence such that cumulative mode actually
493 works.
494 (ansi-color-apply-sequence): New function.
495 (ansi-color-get-face): When the default face is added to the list
496 of faces, all previous settings are discarded and the list of
497 faces is set to '(default).
498
499 2000-01-09 Alex Schroeder <alex@gnu.org>
500
501 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
502 face, such that ansi-color-apply and ansi-color-apply-on-region
503 will do the right thing.
504 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
505 returns nil, set the list of faces back to nil instead of
506 appending the result of ansi-color-get-face to the front of the
507 list.
508
509 2000-01-09 Alex Schroeder <alex@gnu.org>
510
511 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
512 (ansi-color-process): Doc change.
513 (ansi-color-last-context): New buffer-local variable.
514 (ansi-color-process-output): New function. It is automatically
515 added to comint-output-filter-functions if this is XEmacs.
516 (ansi-color-unfontify-region): New optional parameter for XEmacs
517 compatibility. Check wether font-lock-syntactic-keywords is
518 boundp before removing the syntax table text property, as XEmacs
519 doesn't have it.
520 (ansi-color-filter-region): Doc change.
521 (ansi-color-apply-on-region): Doc change.
522 (ansi-color-make-face): New function. Compatibility layer for
523 XEmacs. Return temporary faces instead of cons cells for XEmacs.
524 (ansi-color-make-color-map): Use ansi-color-make-face.
525 (ansi-color-get-face): Avoid face text property '(nil) as results
526 in an errow for XEmacs.
527
528 2000-01-09 Alex Schroeder <alex@gnu.org>
529
530 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
531 text-property ansi-color in order to preserve fontification by
532 ansi-color. When the package is loaded, a lambda expression is
533 put onto font-lock-mode-hook. This lambda expression will check
534 font-lock-unfontify-region-function and replace
535 font-lock-default-unfontify-region with
536 ansi-color-unfontify-region.
537 (ansi-color-apply): Add text-property ansi-color in addition to
538 text-property face.
539 (ansi-color-apply-on-region): Add text-property ansi-color in
540 addition to text-property face.
541 (save-buffer-state): Copy of the macro that is also used by
542 lazy-lock and font-lock.
543
544 (ansi-color-for-comint-mode): New option.
545 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
546 (ansi-color-for-comint-mode-off): Ditto.
547 (ansi-color-for-comint-mode-filter): Ditto.
548 (ansi-color-process): New function. Uses
549 ansi-color-for-comint-mode to decide what to do. This function is
550 added to comint-preoutput-filter-functions when the package is
551 loaded.
552
553 (ansi-color-for-shell-mode-set): Removed.
554 (ansi-color-for-shell-mode): Removed.
555
556 2000-01-09 Alex Schroeder <alex@gnu.org>
557
558 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
559 the lambda expression from the ansi-color-for-shell-mode :set
560 property. Additionally, modify shell-mode-hook to enable or
561 disable font-lock-mode for future shell buffers.
562 (ansi-color-for-shell-mode): The :set property calls
563 ansi-color-for-shell-mode-set instead of a lambda expression.
564
565 2000-01-09 Alex Schroeder <alex@gnu.org>
566
567 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
568 (ansi-color-context): New variable.
569 (ansi-color-apply): Save context between calls.
570
571 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
572
573 * isearch.el (isearch, isearch-lazy-highlight-face): New
574 definitions for face colors and attributes.
575
576 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
577 of display-mouse-p.
578
579 2001-01-09 Kenichi Handa <handa@etl.go.jp>
580
581 * international/mule.el (make-coding-system): If the coding system
582 accepts extra latin codes, register such codes as safe for the
583 coding system.
584
585 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
586
587 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
588 don't mention the file name or the date here, because they are
589 logged at the start of the file.
590
591 2001-01-08 Richard M. Stallman <rms@gnu.org>
592
593 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
594 Change screen-width to frame-width.
595
596 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
597
598 * info.el (Info-search): Print the default as part of the prompt.
599
600 2001-01-08 Andre Spiegel <spiegel@gnu.org>
601
602 * vc.el (vc-default-latest-on-branch-p): New function, replaces
603 constant implementations in backends.
604
605 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
606 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
607
608 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
609 WRITABLE to EDITABLE.
610
611 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
612 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
613 to EDITABLE.
614
615 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
618 (copyright, copyright-update): Compute the current year at run
619 time.
620
621 2001-01-08 Gerd Moellmann <gerd@gnu.org>
622
623 * isearch.el (isearch-old-signal-hook): Removed.
624 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
625 instead of setting signal-hook-function.
626 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
627
628 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
629
630 * emulation/edt.el: Update to version 4.0. Provide support for
631 EDT scroll margins at top and bottom of the window. Provide an
632 emulation of the EDT SUBS command (bound to GOLD-Enter, by
633 default). Enhance edt-quit, bound to GOLD-q by default, to warn
634 user when file-related buffer modifications exist. Provide
635 support for running EDT Emulation in XEmacs. Provide customize
636 access to some user updatable variables. Add Commentary section
637 to file header. Fixed a few minor bugs and cleaned up some code.
638
639 * emulation/edt-mapper.el: Update to version 4.0. Provide support
640 for detecting a keypress that generates an ASCII key sequence.
641 (Previously, only a keypress that generates a vector was
642 recognized.) Embed Window Manager name into name of the generated
643 EDT Emulation initialization file since the initialization file is
644 Window Manager specific. Add Commentary section to file header.
645
646 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
647
648 * mail/sendmail.el (mail-mode): Doc fix.
649
650 * info.el (Info-goto-emacs-command-node): Doc fix.
651 (Info-goto-emacs-key-command-node): Doc fix.
652
653 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
654
655 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
656 systems without long file-name support.
657
658 2001-01-06 Andrew Innes <andrewi@gnu.org>
659
660 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
661
662 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
663
664 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
665 (isearch-lazy-highlight-update): Doc fix.
666
667 * ffap.el (ffap-bindings): Doc fix.
668
669 * dired-x.el (dired-virtual-guess-dir): Doc fix.
670
671 2001-01-05 Dave Love <fx@gnu.org>
672
673 * emacs-lisp/cl-seq.el (remove, remq): Remove.
674
675 2001-01-05 Gerd Moellmann <gerd@gnu.org>
676
677 * mouse-drag.el (mouse-drag-safe-scroll): Bind
678 scroll-preserve-screen-position to nil.
679
680 * isearch.el (isearch-old-signal-hook): New variable.
681 (isearch-mode): Set signal-hook-function to isearch-done.
682 (isearch-done): Restore old signal-hook-function.
683
684 * info.el (Info-fontify-node): Mark one more char as intangible.
685
686 2000-01-05 Kenichi Handa <handa@etl.go.jp>
687
688 * composite.el (compose-last-chars): New argument COMPONENTS. If
689 it is non-nil, compose preceding characters by compose-region with
690 COMPONENTS.
691
692 * international/quail.el (quail-input-string-to-events): New function.
693 (quail-input-method): Convert input string to events here.
694 (quail-start-translation): Return input string, not event list.
695 (quail-start-conversion): Likewise.
696
697 2001-01-04 Gerd Moellmann <gerd@gnu.org>
698
699 * tooltip.el (tooltip-cancel-delayed-tip)
700 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
701 and tooltip-add-timeout.
702 (tooltip-show): Set border color from faces's foreground.
703 (tooltip-show-help-function): If called with the same help string
704 as last time, do nothing.
705 (tooltip-help-tips): Don't set tooltip-help-message to nil.
706
707 * startup.el (fancy-splash-screens): Don't bind show-help-function
708 to nil.
709
710 * tooltip.el (tooltip-frame-parameters): Remove colors.
711 (tooltip): New face
712 (tooltip-set-param): New function.
713 (tooltip-show): Set up color frame parameters from face `tooltip'.
714 Display the tooltip text in face `tooltip'.
715
716 2001-01-04 Dave Love <fx@gnu.org>
717
718 * whitespace.el (whitespace-global-mode): Fix typo.
719
720 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
721
722 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
723
724 * help.el (help-for-help): Fix a typo in a doc string. From
725 kwzh@gnu.org (Karl Heuer).
726
727 2001-01-03 Dave Love <fx@gnu.org>
728
729 * dired-x.el: Doc fixes. Maintainer change.
730 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
731 :type.
732 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
733 (dired-guess-shell-alist-user): Customize.
734 (dired-x-help-address): Set to bug-gnu-emacs.
735 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
736 (dired-default-directory): Renamed from default-directory.
737
738 * hl-line.el (hl-line): Doc fix.
739
740 2001-01-03 Karl Fogel <kfogel@red-bean.com>
741
742 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
743
744 2001-01-02 Richard M. Stallman <rms@gnu.org>
745
746 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
747 to remove all the current alternative-match highlighting.
748 If nil, remove only what's outside the current window.
749 (isearch-lazy-highlight-remove-overlays): Take optional
750 region within which NOT to remove them.
751 (isearch-lazy-highlight-new-loop): Greatly simplified.
752 (isearch-lazy-highlight-update): Find all the other occurrences
753 visible in the window, in just one call.
754 (isearch-lazy-highlight-start): Now holds start of region to scan.
755 (isearch-lazy-highlight-end): Now holds end of region to scan.
756 (isearch-lazy-highlight-wrapped): Variable deleted.
757 (isearch-lazy-highlight-search): Function deleted.
758
759 2000-01-02 Andrew Innes <andrewi@gnu.org>
760
761 * w32-fns.el (convert-standard-filename): Do length check on name
762 before aref.
763
764 2001-01-02 Dave Love <fx@gnu.org>
765
766 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
767 value.
768 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
769
770 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
771
772 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
773 read syntax.
774
775 * calendar/todo-mode.el (todo): Add :link, :version.
776 (todo-save-top-priorities): Remove autoload cookie.
777 (todo-add-category, todo-add-item-non-interactively)
778 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
779 cookie.
780
781 2001-01-02 Gerd Moellmann <gerd@gnu.org>
782
783 * comint.el (comint-input-history-ignore): New variable.
784 (comint-read-input-ring): Ignore entries matching
785 comint-input-history-ignore.
786
787 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
788
789 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
790 (lm-copyright-mark): New function.
791 (lm-crack-copyright): New function.
792 (lm-verify): Check that the file has a copyright.
793 Check that the file is copyright Free Software Foundation.
794
795 2000-12-30 Kenichi Handa <handa@etl.go.jp>
796
797 * international/mule-diag.el (print-fontset): Indent font name by
798 24 columns, not 25.
799
800 2000-12-29 Gerd Moellmann <gerd@gnu.org>
801
802 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
803 in Subject line.
804
805 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
806 Use mail-mode-hook instead of mail-setup-hook. Otherwise
807 continuing an interrupted message with C-u C-x m for instence,
808 winds up in Mail mode without abbrevs.
809
810 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
811
812 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
813 non-nil. Adding almost all customization variables on ps-setup. Doc
814 fix.
815 (ps-print-version): New version number (6.3.3).
816 (ps-end-with-control-d): Initialization fix.
817 (ps-lines-printed): New var.
818 (ps-skip-newline): New fun.
819 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
820 (ps-next-line, ps-continue-line, ps-plot-region)
821 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
822
823 2000-12-29 Kenichi Handa <handa@etl.go.jp>
824
825 * international/fontset.el (x-complement-fontset-spec): Resolve
826 ASCII font name so that the same family name is used for fonts
827 registered in x-font-name-charset-alist.
828 (create-fontset-from-fontset-spec): Adjusted for the above change.
829 The name of fontset alias should be a unresolved ASCII font name.
830
831 2000-12-28 Gerd Moellmann <gerd@gnu.org>
832
833 * simple.el (delete-key-deletes-forward-mode): Bind backspace
834 and delete in isearch-mode-map.
835
836 2000-12-28 Richard M. Stallman <rms@gnu.org>
837
838 * dired-x.el (dired-guess-shell-alist-default):
839 Use xpdf instead of acroread.
840
841 2000-12-28 Kenichi Handa <handa@etl.go.jp>
842
843 * textmodes/artist.el (artist-butlast): Deleted.
844 (artist-ellipse-mirror-quadrant): Use butlast instead of
845 artist-butlast.
846
847 * subr.el (butlast, nbutlast): Moved from cl.el to here.
848
849 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
850
851 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
852
853 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
854
855 * ls-lisp.el: Better support for the Mac and MS-Windows.
856 (ls-lisp): New defgroup.
857 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
858 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
859 (ls-lisp-support-shell-wildcards): New defcustoms.
860 (ls-lisp-parse-symlink): New function.
861 (insert-directory): Code to convert switches to a list and set up
862 the wildcard argument copied from ls-lisp-insert-directory.
863 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
864 for -C and -R switches.
865 (ls-lisp-column-format): New function.
866 (ls-lisp-delete-matching, ls-lisp-handle-switches)
867 (ls-lisp-format-time): Add doc strings.
868 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
869 Support ls-lisp-dirs-first.
870 (ls-lisp-classify, ls-lisp-extension): New functions.
871 (ls-lisp-format): Optionally support emulation of symlinks.
872 Support -i, -s, and -G switches.
873
874 2000-12-27 Gerd Moellmann <gerd@gnu.org>
875
876 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
877
878 * version.el (emacs-version): Print X scroll bar information.
879
880 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
881 instead of x-toolkit-scroll-bars-p.
882
883 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
884 of x-toolkit-scroll-bars-p.
885
886 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
887
888 * ffap.el (ffap-bindings): Make interactive and add an autoload
889 cookie.
890 (ffap-bindings): Doc fix, to reflect the above change.
891
892 2000-12-27 Kenichi Handa <handa@etl.go.jp>
893
894 * term.el (term-char-mode): Define all non-ascii self-inserting
895 characters to 'term-send-raw in term-raw-map.
896
897 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
898
899 * viper-init (viper-restore-cursor-type): Added condition-case
900 guard.
901
902 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
903 initialization; use add-hook.
904 (ediff-file-remote-p): Use file-local-copy.
905
906 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
907
908 * ediff.el (ediff-patch-buffer): Bug fix.
909 (ediff-revision): Allow selection of the file at the prompt.
910
911 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
912
913 * subr.el (combine-run-hooks): Remove.
914
915 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
916 and remove the rogue second spec.
917
918 2000-12-23 Gerd Moellmann <gerd@gnu.org>
919
920 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
921
922 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
923
924 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
925 Use minibuffer menu prompt for the `=' prefix.
926 (smerge-command-prefix): Change default to C-^.
927 (smerge-mode): Don't assume font-lock doesn't move point.
928
929 * skeleton.el (skeleton-internal-1): Make sure the first line of
930 the region is also re-indented.
931 (skeleton-end-newline): New var.
932 (skeleton-end-hook): Use it.
933
934 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
935
936 * comint.el (comint-password-prompt-regexp): Support CVS.
937
938 2000-12-22 Gerd Moellmann <gerd@gnu.org>
939
940 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
941 backspace key combinations, depending on
942 delete-key-deletes-forward.
943
944 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
945
946 * simple.el (delete-key-deletes-forward): Doc fix.
947
948 2000-08-22 Emmanuel Briot <briot@gnat.com>
949
950 * xml.el (top level comment): Updated to reflect the fact that
951 white spaces are relevant in the XML file.
952 (xml-parse-file): Do not kill an existing Emacs buffer if the file
953 to parse was already edited. This allows for on-the-fly analysis
954 of XML files.
955 (xml-parse-tag): Check that the casing is the same in the start
956 tag and end tag, since XML is case-sensitive. Allows for spaces
957 in the end tag, after the name of the tag.
958 (xml-parse-attlist): Allow for the character '-' in the name of
959 attributes, as in the standard http-equiv attribute Do not save
960 the properties in the XML tree, since they are not relevant.
961
962 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
963
964 * generic.el (generic-read-type): Undo last change, inline into
965 `generic-mode' and then remove.
966 (generic-mode): Inline generic-read-type.
967 (define-generic-mode): Push the symbol name rather than the symbol
968 onto generic-mode-list.
969
970 2000-12-21 Gerd Moellmann <gerd@gnu.org>
971
972 * generic.el (generic-read-type): Build an alist for
973 completing-read as in 20.7.
974
975 * play/landmark.el (lm): Use interactive spec `P'.
976 (toplevel): Don't set debug-on-error.
977
978 * server.el (server-switch-buffer): Choose a window on a visible
979 frame.
980
981 2000-12-21 Dave Pearson <davep@davep.org>
982
983 * quickurl.el: Commentry change, I've moved my web site.
984
985 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
986
987 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
988 ranges like \177-\237, but accepts the character sequence from \177 to
989 \237. Doc fix.
990 (ebnf-version): New version (3.4).
991 (ebnf-setup): Code fix.
992 (ebnf-range-regexp): New fun.
993 (ebnf-8-bit-chars): Const fix.
994
995 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
996 entry. Doc fix.
997 (ebnf-bnf-lex): Code fix.
998 (ebnf-bnf-comment-chars): Const fix.
999
1000 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1001 entry. Doc fix.
1002 (ebnf-iso-comment-chars): Const fix.
1003
1004 * ebnf-otz.el: Doc fix.
1005
1006 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1007 entry. Doc fix.
1008 (ebnf-yac-skip-code): Code fix.
1009 (ebnf-yac-comment-chars): Const fix.
1010
1011 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1012
1013 * files.el (insert-directory-safely): New function.
1014 (recover-file): Use it instead of insert-directory. From Markus
1015 Rost <markus.rost@mathematik.uni-regensburg.de>
1016
1017 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1018
1019 * international/mule-cmds.el (select-safe-coding-system): Check
1020 coding-category-list more rigidly. Improve help message.
1021
1022 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1023
1024 2000-12-21 Miles Bader <miles@gnu.org>
1025
1026 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1027 prefix.
1028
1029 2000-12-21 Kenichi Handa <handa@etl.go.jp>
1030
1031 * international/mule-diag.el (describe-char-after): Make *Help*
1032 buffer inherit multibyteness of the current buffer.
1033
1034 * international/mule.el (make-char): Docstring adjusted for the
1035 change of make-char-internal.
1036
1037 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1038
1039 * international/iso-cvt.el: Docstrings fix.
1040
1041 2000-12-20 Dave Love <fx@gnu.org>
1042
1043 * subr.el (eval-after-load): Doc fix.
1044
1045 2000-12-20 Kenichi Handa <handa@etl.go.jp>
1046
1047 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1048 for numbers.
1049
1050 2000-12-20 Miles Bader <miles@gnu.org>
1051
1052 * international/quail.el (quail-help): Resize the help window
1053 again after it has all its contents. Remove unneeded progn.
1054
1055 2000-12-19 Gerd Moellmann <gerd@gnu.org>
1056
1057 * pcmpl-linux.el: Fix copy/paste error.
1058
1059 2000-12-19 Andrew Innes <andrewi@gnu.org>
1060
1061 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1062 docstring.
1063
1064 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1065
1066 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1067
1068 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1069
1070 * progmodes/idlw-shell.el: Fixed copyright notice.
1071
1072 * progmodes/idlwave.el: Fixed copyright notice.
1073
1074 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1075 TAB as key separators.
1076
1077 2000-12-19 Alex Schroeder <alex@gnu.org>
1078
1079 * sql.el (sql-sybase-options): New option.
1080 (sql-sybase): Use it. Add sql-database to the list of parameters
1081 provided for login. The options -w 2048 -n are not used any more.
1082 (sql-postgres-options): Changed default from "--pset" to "-P".
1083 (sql-mysql-options): Doc change.
1084 (sql-stop): Doc change.
1085
1086 2000-12-19 Kenichi Handa <handa@etl.go.jp>
1087
1088 * international/quail.el (quail-input-method): Always hide
1089 the guidance buffer on exiting.
1090
1091 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1092
1093 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1094 isn't fboundp.
1095
1096 * server.el (server-buffer-done): Bury the buffer before
1097 killing it.
1098
1099 * faces.el (face-spec-set): Interpret a nil in specs for
1100 foreground and background colors as `unspecified', for
1101 compatibility with 20.x.
1102
1103 2000-12-18 Dave Love <fx@gnu.org>
1104
1105 * simple.el (mail-user-agent): Doc fix.
1106 (input-mode-8-bit): Removed.
1107
1108 * international/mule.el (set-keyboard-coding-system): Doc fix.
1109 (keyboard-coding-system): New option.
1110
1111 * mail/sendmail.el (send-mail-function): Customize.
1112
1113 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1114
1115 * international/codepage.el (cp866-decode-table): New table.
1116
1117 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1118
1119 * version.el (emacs-version): Remove `%a' from the time format
1120 because the weekday doesn't fit well into each locale.
1121
1122 2000-12-18 Miles Bader <miles@gnu.org>
1123
1124 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1125
1126 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1127 Check that emacs-major-version is `=' to 20, not `>='.
1128 (artist-replace-chars): Use `make-string' instead of a loop.
1129
1130 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1131
1132 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1133 (cvs-execute-single-file): Don't change directory.
1134 Patch from Per Cederqvist.
1135
1136 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1137
1138 * textmodes/ispell.el (check-ispell-version): If
1139 `ispell-program-name' is "aspell", pass it the -v switch instead
1140 of -vv.
1141
1142 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1143
1144 * international/mule-diag.el (mule-diag): Insert information about
1145 configure options, multibyte awareness, language env.
1146
1147 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1148 regexp to search for candidates.
1149
1150 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1151
1152 * info.el (Info-forward-node): If the node has an
1153 Info-header-line, widen the buffer before searching for "next:"
1154 and "up:" pointers, and set the search limit to stay in the
1155 current node.
1156
1157 2000-12-16 Miles Bader <miles@gnu.org>
1158
1159 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1160
1161 2000-12-15 Miles Bader <miles@gnu.org>
1162
1163 * comint.el (comint-send-string, comint-send-region): Also accept
1164 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1165 process-send-string/region.
1166
1167 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1168
1169 * isearch.el (isearch-lazy-highlight-max): New user-option.
1170 (isearch-lazy-highlight-update): Don't highlight more than
1171 isearch-lazy-highlight-max matches.
1172
1173 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1174
1175 2000-12-15 Richard M. Stallman <rms@gnu.org>
1176
1177 * sort.el (sort-columns): Fix error message.
1178
1179 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1180 `upcase' or `downcase' or nil.
1181 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1182 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1183 (dabbrev--substitute-expansion): New arg record-case-pattern.
1184 If it is non-nil, set dabbrev--last-case-pattern.
1185 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1186
1187 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1188
1189 2000-12-15 Miles Bader <miles@gnu.org>
1190
1191 * paths.el (Info-default-directory-list): Don't delete
1192 configure-info-directory from the list of standard info
1193 directories when appending it to the end -- their order is
1194 important.
1195
1196 * faces.el (read-face-attribute): If there's no entry for the
1197 user's input in VALID, just use it as-is (this will often result
1198 in an error, but it may be OK for e.g. colors using hexadecimal
1199 notation, and at least will yield a better error message).
1200
1201 * window.el (mode-line-window-height-fudge): Function removed.
1202 (height-affecting-face-attributes, mode-line-window-height-fudge):
1203 Variables removed.
1204 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1205 window is really the right size. Use vertical-motion
1206 rather than forward-line.
1207 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1208 (ispell-command-loop, ispell-show-choices): Use the variable
1209 ispell-choices-win-default-height, rather than the function.
1210 (ispell-choices-win-default-height): Function removed.
1211 (ispell-mode-line-window-height-fudge): Function removed.
1212
1213 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1214
1215 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1216
1217 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1218
1219 * paths.el (Info-default-directory-list): If
1220 configure-info-directory is not one of the standard directories,
1221 put it first in the list; otherwise put it last. Doc string
1222 changed accordingly.
1223
1224 * info.el (Info-directory-list): Change doc string to reflect the
1225 change in Info-default-directory-list.
1226
1227 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1228 windows-nt as windowed environments, even under -nw.
1229
1230 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1231 if not fboundp. Switch delete-forward mode for the <delete> key
1232 on all PC platforms, even under -nw.
1233
1234 * term/internal.el ([M-delete]): Remap to M-d.
1235
1236 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1237
1238 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1239
1240 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1241
1242 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1243
1244 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1245
1246 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1247 if appropriate.
1248
1249 * simple.el (delete-key-deletes-forward): New user-option.
1250 (delete-key-deletes-forward-mode): New function.
1251
1252 * bindings.el: Bind `delete' to backward-delete-char.
1253
1254 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1255 if symbol is bound before getting its value.
1256
1257 * tooltip.el (tooltip-show): If an error is signaled in
1258 x-show-tip, display that error, and display the help in the
1259 echo area.
1260
1261 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1262
1263 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1264 "... entries" messages for every 10000 entries, not 10.
1265
1266 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1267
1268 * bookmark.el: Provide a generic exit hook, as suggested by
1269 Ovidiu Predescu <ovidiu@cup.hp.com>:
1270 (bookmark-exit-hook): New var.
1271 (bookmark-exit-hook-internal): New func, replaces
1272 old raw lambda form in `kill-emacs-hook', and runs new
1273 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1274 as logically that feature must have been provided if this function
1275 is running.
1276 Removed ;;;###autoload before the `add-hook' call.
1277
1278 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1279
1280 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1281 (easy-menu-current-active-maps): New function.
1282 (easy-menu-get-map): Use it.
1283 Make a proper menu entry when creating a new keymap.
1284
1285 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1286
1287 * international/characters.el: Fix cases and syntaxes for
1288 mule-unicode-0100-24ff.
1289
1290 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1291 that a Japanese character is not appended after day and year.
1292
1293 * info.el (Info-suffix-list): Change format for a command that
1294 requires arguments.
1295 (info-insert-file-contents): Adjusted for the above change.
1296
1297 2000-12-12 Andreas Schwab <schwab@suse.de>
1298
1299 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1300 on the name of the tar buffer. Verify that the existing buffer is
1301 visiting the same subfile.
1302
1303 2000-12-12 Dave Love <fx@gnu.org>
1304
1305 * subdirs.el: Add obsolete.
1306
1307 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1308
1309 * mail/rmailsum.el (rmail-summary-expunge)
1310 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1311 instead of rmail-confirm-expunge.
1312
1313 * replace.el (perform-replace): Don't use an empty match adjacent
1314 to a non-empty match when computing the next match before the
1315 replacement is performed.
1316
1317 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1318
1319 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1320 definition (patch by Stefan Monnier).
1321 (glasses-mode): Use jit-lock instead of `after-change-functions'
1322 (patch by Stefan Monnier).
1323
1324 2000-12-12 Miles Bader <miles@gnu.org>
1325
1326 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1327 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1328
1329 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1330
1331 * term/mac-win.el: Remove load for ls-lisp.
1332
1333 * loadup.el: Load ls-lisp for system-type `macos'.
1334
1335 2000-12-12 Miles Bader <miles@gnu.org>
1336
1337 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1338 Respect field end too.
1339 (just-one-space): Respect fields as `delete-horizontal-space'.
1340 (newline-and-indent, reindent-then-newline-and-indent): Use
1341 `delete-horizontal-space'.
1342
1343 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1346 (so as to obey the field property in the minibuffer).
1347
1348 * obsolete/c-mode.el: Moved from lisp/progmodes.
1349 * obsolete/auto-show.el: Moved from lisp.
1350 * obsolete/ooutline.el: Moved from lisp/textmodes.
1351
1352 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1353
1354 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1355 changes to list them here.
1356
1357 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1358 many changes to list them here.
1359
1360 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1361 many changes to list them here.
1362
1363 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1364
1365 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1366
1367 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1368 nil.
1369
1370 * cus-edit.el (custom-save-variables, custom-save-faces):
1371 Comment fix.
1372
1373 * hscroll.el: Moved to `obsolete' subdir.
1374
1375 2000-12-11 Miles Bader <miles@gnu.org>
1376
1377 * window.el (window-text-height): Function removed (now in C).
1378
1379 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1380
1381 * log-edit.el (log-edit-parent-buffer): New var.
1382 (log-edit): Set it. Add BUFFER argument.
1383 (log-edit-done): Use char-before.
1384 Don't bother checking validity of vc-comment-ring.
1385 Only bury the buffer if log-edit popped it up.
1386
1387 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1388 (cvs-mode-diff-help): Remove.
1389 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1390 (cvs-mode-marked): Set up the default for CMD manually.
1391
1392 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1393 Remove binding for ? now made unnecessary.
1394
1395 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1396
1397 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1398 function
1399 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1400
1401 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1402 when master file is not open.
1403
1404 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * progmodes/ada-stmt.el: Update `maintainer'.
1407
1408 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1409
1410 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1411 choices to match documentation string.
1412
1413 2000-12-09 Miles Bader <miles@gnu.org>
1414
1415 * minibuf-eldef.el: New file.
1416
1417 * window.el (fit-window-to-buffer): Don't pass last argument to
1418 pos-visible-in-window-p, now that its meaning is inverted.
1419
1420 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1421
1422 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1423 <ceder@lysator.liu.se>.
1424
1425 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1426
1427 * autoinsert.el (auto-insert-alist): Add missing final \n.
1428
1429 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1430 (cvs-menu-map): Remove.
1431 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1432 (cvs-mode-quit): Turn it back into a plain function.
1433
1434 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1435 (texinfo-filter): Remove (move to texinfo.el).
1436
1437 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1438 file where it's more visible.
1439 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1440 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1441 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1442 (texinfo-inside-macro-p): Only catch `scan-error's.
1443 (texinfo-inside-env-p): Make better use of the match info.
1444 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1445 (texinfo-insert-@end): Slight re-organization.
1446 Also remove useless `looking-at' call.
1447
1448 2000-12-08 Andrew Innes <andrewi@gnu.org>
1449
1450 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1451 accessible in -nw mode.
1452
1453 * term/w32-win.el: Remove stuff about selection timeout, which is
1454 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1455 it is accessible in -nw mode.
1456
1457 2000-12-08 Dave Love <fx@gnu.org>
1458
1459 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1460 font-lock-keywords-case-fold-search.
1461
1462 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1463
1464 * textmodes/ispell.el (ispell): Doc fix.
1465
1466 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1467
1468 * international/quail.el (quail-insert-decode-map): Check the
1469 frame width of a window displaying the current buffer, not that of
1470 the selected frame.
1471 (quail-help): Make sure that the help buffer has window before
1472 inserting text in it.
1473
1474 2000-12-07 Sam Steingold <sds@gnu.org>
1475
1476 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1477 Backquote is used in isearch.el, so autoloading saves nothing.
1478
1479 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1480
1481 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1482 the CVS and RCS subdirectories case-insensitively.
1483
1484 * dired.el (dired-insert-directory): If file-system-info is
1485 fboundp, call it instead of invoking dired-free-space-program.
1486
1487 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1488
1489 * server.el (server-visit-files): Push files on file-name-history.
1490
1491 * progmodes/cc-langs.el: Update copyright.
1492
1493 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1494
1495 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1496
1497 * bindings.el (mode-line-mode-menu): Reverse the order
1498 of define-keys so that the menu appears in alphabetical order.
1499
1500 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1501
1502 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1503 of the function.
1504
1505 2000-12-07 Dave Love <fx@gnu.org>
1506
1507 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1508
1509 * facemenu.el (facemenu-unlisted-faces): Fix value.
1510
1511 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1512
1513 * font-lock.el (font-lock-default-fontify-region):
1514 Include the terminating \n (off-by-one error).
1515 (font-lock-set-defaults): Use dolist.
1516
1517 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1518
1519 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1520
1521 * international/mule-cmds.el (describe-language-environment): Fix
1522 for the case that an input method title is not string but a list.
1523
1524 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1525 of wrong SIZE record.
1526
1527 2000-12-06 Dave Love <fx@gnu.org>
1528
1529 * newcomment.el (comment-region, comment-dwim): Doc fix.
1530
1531 * textmodes/texinfo.el: Require tex-mode when compiling.
1532 (texinfo-update-node): Doc fix.
1533 (texinfo-imenu-generic-expression): Add @anchor.
1534 (texinfo-font-lock-keywords): Add @uref.
1535 (texinfo-inside-macro-p): Don't use ignore-errors.
1536 (texinfo-insert-quote): Match more contexts.
1537
1538 * international/mule.el (decode-char, encode-char): Doc fix.
1539 (auto-coding-alist): Customize.
1540
1541 * files.el (load-file): Fix change of 2000-03-12.
1542
1543 * wid-edit.el (widget-text-keymap): Doc fix.
1544
1545 2000-12-06 Andrew Innes <andrewi@gnu.org>
1546
1547 * makefile.w32-in (lisp): Set to an absolute directory, namely
1548 $(CURDIR).
1549
1550 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1551
1552 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1553 read generated-autoload-file, and set buffer-file-coding-system to
1554 raw-text-unix after reading the file.
1555
1556 * international/mule-conf.el (file-coding-system-alist): Use
1557 raw-text for reading loaddefs.el and raw-text-unix for writing
1558 it.
1559
1560 2000-12-06 Gerd Moellmann <gerd@gnu.org>
1561
1562 * replace.el (occur): Make line-number-width 1 smaller for the
1563 colon following the line number.
1564
1565 * startup.el (fancy-splash-text, command-line-1): Use
1566 `File' for the menu name instead of `Files'.
1567
1568 * tmm.el: Update copyright.
1569
1570 * cus-start.el: Add entry for even-window-heights.
1571
1572 2000-12-06 Miles Bader <miles@gnu.org>
1573
1574 * faces.el (frame-set-background-mode): Avoid stomping on
1575 locally modified faces.
1576
1577 2000-12-06 Kenichi Handa <handa@etl.go.jp>
1578
1579 * international/fontset.el: Correct the font registries for
1580 japanese-jisx0213-1 and japanese-jisx0213-2.
1581
1582 2000-12-05 Gerd Moellmann <gerd@gnu.org>
1583
1584 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1585
1586 * iswitchb.el: Update customization commentary.
1587
1588 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1589
1590 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1591 (tpu-search-highlight): Fixed comparison of overlay end positions.
1592 (tpu-trim-line-ends): Implemented trimming logic locally.
1593
1594 * emulation/tpu-extras.el (tpu-write-file-hook)
1595 (tpu-set-cursor-bound): Replaced picture-clean with
1596 tpu-trim-line-ends.
1597
1598 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1599
1600 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1601 to cn-gb.
1602 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1603
1604 2000-12-04 Dave Love <fx@gnu.org>
1605
1606 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1607
1608 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1609
1610 * mail/rmailsum.el (rmail-summary-expunge)
1611 (rmail-summary-expunge-and-save): Ask for confirmation with
1612 rmail-expunge-confirmed.
1613
1614 * mail/rmail.el (rmail-expunge-confirmed): New function.
1615 (rmail-expunge): Use it.
1616
1617 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1618 (etags-recognize-tags-table, find-tag-in-order): New
1619 functionality: interpret file names as tags.
1620
1621 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1624 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1625 visit the first subnode until the bottom of the current node is
1626 visible.
1627
1628 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1629
1630 * format.el (format-decode): Don't change buffer's undo list.
1631
1632 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1633
1634 * faces.el (face-font-registry-alternatives): Add entries for CJK
1635 fonts. Doc-string adjusted for the actual usage of this data.
1636
1637 * international/fontset.el: Change the font registries for CJK
1638 fonts in the default fontset. Don't append '*' to registries.
1639
1640 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * emacs-lisp/easy-mmode.el (define-derived-mode)
1643 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1644
1645 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1646 (derived-mode-p): New function.
1647 (derived-mode-make-docstring): Add `docstring' argument.
1648 Use it if available and complete it if necessary.
1649
1650 2000-12-03 Andreas Schwab <schwab@suse.de>
1651
1652 * type-break.el (type-break): Don't make parent of itself.
1653
1654 2000-12-03 Miles Bader <miles@gnu.org>
1655
1656 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1657
1658 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1659
1660 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1661 (tex-main-file, tex-file): Simplify.
1662 (tex-generate-zap-file-name): Use subst-char-in-string.
1663 (tex-strip-dots): Remove.
1664
1665 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1666
1667 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1668 to check if the match succeeded.
1669
1670 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1671
1672 * startup.el (use-fancy-splash-screens-p): New function.
1673 (command-line-1): Use it to determine whether or not to use
1674 a fancy splash screen.
1675
1676 2000-12-02 Andreas Schwab <schwab@suse.de>
1677
1678 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1679
1680 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * international/mule.el (make-char): Fix last change.
1683
1684 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1685 New defcustoms.
1686 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1687 autoloading tex-mode; instead, do the same manually. Use
1688 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1689 with numeric argument. Docstring fix.
1690 (toplevel): Require cl when compiling.
1691
1692 * international/mule.el (make-char): Doc fix.
1693
1694 2000-12-02 Jason Rumney <jasonr@gnu.org>
1695
1696 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1697 the Emacs Lisp manual)
1698
1699 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1700
1701 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1702
1703 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1704 the Emacs Lisp manual).
1705
1706 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1707
1708 * simple.el (next-line-add-newlines): Change default to nil.
1709
1710 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1711
1712 * files.el (revert-buffer, recover-file): Bind
1713 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1714
1715 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1716
1717 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1718
1719 2000-12-01 Miles Bader <miles@gnu.org>
1720
1721 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1722
1723 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1724
1725 * international/mule-diag.el (describe-char-after): Fix typo.
1726 (describe-character-set, non-iso-charset-alist): Fix typo.
1727
1728 2000-12-01 Miles Bader <miles@gnu.org>
1729
1730 * image-file.el (image-file-name-regexp): Automatically add
1731 upper-case variants of each filename extension in
1732 `image-file-name-extensions', since they seem to be common.
1733
1734 * simple.el (minibuffer-contents)
1735 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1736 New functions.
1737 * filecache.el (file-cache-directory-name)
1738 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1739
1740 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1741
1742 * filecache.el (file-cache-minibuffer-complete): Don't try to
1743 delete the minibuffer prompt.
1744
1745 2000-11-30 Dave Love <fx@gnu.org>
1746
1747 * cus-start.el: Fix read-buffer-function type.
1748
1749 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1750
1751 * md5.el: Removed. There's a built-in function, now.
1752
1753 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1754
1755 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1756 as dummy 0-th char of rmail-deleted-vector.
1757
1758 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * ps-print.el (ps-end-job): Bind case-fold-search only after
1761 switching to ps-spool-buffer.
1762
1763 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1764
1765 * ps-print.el: Line number font customization. PostScript: Lines and
1766 PageCount are initialized on each page. Doc Fix.
1767 (ps-print-version): New version number (6.3.2).
1768 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1769 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1770 (ps-right-header): Customization fix.
1771 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1772 Fix code.
1773 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1774 New vars.
1775
1776 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1777
1778 * bs.el: Fix typos and spelling errors.
1779 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1780 (bs-configuration): Doc fix.
1781
1782 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1783
1784 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1785
1786 * emulation/tpu-edt.el (tpu-version): New version.
1787 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1788 (tpu-original-mode-line): Variable deleted.
1789 (tpu-mark-flag): New initial value.
1790 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1791 tpu-mark-flag to minor-mode-alist.
1792 (tpu-update-mode-line): New mark flag logic.
1793 (tpu-get): Use find-file-wildcards.
1794 (tpu-search-highlight): Move overlay less, reset overlay properly.
1795 (tpu-unselect): Deactivate mark.
1796 (tpu-lm-replace): Reset overlay properly.
1797 (tpu-forward-line): Use forward-visible-line.
1798 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1799
1800 * emulation/tpu-extras.el (tpu-forward-line): Use
1801 forward-visible-line.
1802
1803 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1804
1805 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1806
1807 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1808
1809 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1810 and skip whitespace and newlines.
1811
1812 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1813
1814 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1815
1816 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1817
1818 * help.el (describe-function-1): Regexp-quote function name
1819 when used as part of a regexp.
1820
1821 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1822 face-attribute instead of face-foreground and face-background.
1823 (tool-bar-add-item): Likewise, and handle unspecified colors.
1824
1825 * enriched.el (enriched-face-ans): Use face-attribute instead
1826 of face-foreground and face-background.
1827
1828 * faces.el (face-foreground, face-background, face-stipple):
1829 Return nil if attribute is unspecified, for backward
1830 compatibility.
1831
1832 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1833
1834 * play/5x5.el: Remove version info.
1835
1836 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1837
1838 * frame.el (blink-cursor-mode): Doc fix.
1839
1840 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1841
1842 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1843 to create Makefile rules.
1844 (antlr-tool-command): New user option.
1845 (antlr-ask-about-save): New user option.
1846 (antlr-makefile-specification): New user option.
1847 (antlr-file-formats-alist): New variable.
1848 (antlr-special-file-formats): New variable.
1849 (antlr-unknown-file-formats): New user option.
1850 (antlr-help-unknown-file-text): New variable.
1851 (antlr-help-rules-intro): New variable.
1852 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1853 (antlr-mode-menu): Add entries.
1854 (antlr-file-dependencies): New function.
1855 (antlr-directory-dependencies): New function.
1856 (antlr-superclasses-glibs): New function.
1857 (antlr-run-tool): New command.
1858 (antlr-makefile-insert-variable): New function.
1859 (antlr-insert-makefile-rules): New function.
1860 (antlr-show-makefile-rules): New command.
1861
1862 * antlr-mode.el: More Emacs/XEmacs stuff.
1863 (antlr-no-action-keywords): New constant with value nil.
1864 (antlr-font-lock-keywords-alist): Use it. Old value would break
1865 syntax highlighting in Emacs-21.0.
1866 (antlr-default-directory): Emacs/XEmacs dependend function.
1867 (antlr-read-shell-command): Ditto.
1868 (antlr-with-displaying-help-buffer): Ditto.
1869
1870 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1871
1872 * antlr-mode.el: imenu, parsing and highlighting changes.
1873 (antlr-imenu-create-index-function): Don't create extra submenus
1874 for definitions in different grammar classes. It is not necessary
1875 for the menu and would make command `imenu' awkward to use.
1876 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1877 header actions and more than one.
1878 (antlr-font-lock-tokendef-face): Changed color.
1879 (antlr-font-lock-tokenref-face): Changed color.
1880 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1881 (antlr-mode-syntax-table): New variable.
1882 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1883 (antlr-with-syntax-table): Don't copy syntax table.
1884
1885 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1886
1887 * antlr-mode.el: Minor changes: language setting.
1888 (antlr-language-alist): The value for file option "language" can
1889 be both an identifier and a string.
1890 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1891 (antlr-language-limit-n-regexp): Change accordingly.
1892
1893 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1894
1895 * antlr-mode.el: Minor changes: tabs, hiding.
1896 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1897 (antlr-action-visibility): Also allow value nil to also hide the
1898 braces. Renamed from `antlr-tiny-action-length'.
1899 Suggested by Jay@aol.com.
1900 (antlr-hide-actions): Change accordingly. Hide line if completely
1901 hidden action is on a line of its own.
1902
1903 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1904
1905 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1906
1907 * sort.el (sort-columns): Don't concat strings with numbers.
1908
1909 2000-11-29 Dave Love <fx@gnu.org>
1910
1911 * cus-edit.el (face): Fix :format.
1912
1913 * mail/feedmail.el: Require smtpmail when compiling.
1914 (mail-do-fcc): Autoload.
1915 (feedmail) <defgroup>: Fix :link.
1916 (feedmail-nuke-body-in-fcc): Fix :type.
1917 (feedmail-send-it): Add autoload cookie.
1918
1919 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1920
1921 * newcomment.el (comment-indent): Save excursion around call to
1922 comment-indent-function.
1923
1924 2000-11-29 Miles Bader <miles@gnu.org>
1925
1926 * subr.el (member-ignore-case): Return the tail of the list who's
1927 car matches, like `member', not the matching element itself.
1928
1929 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1930
1931 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1932 should not contain `\n'.
1933
1934 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1935
1936 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1937
1938 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1939
1940 * dired-aux.el (dired-do-create-files): Construct default file
1941 name for dired-mark-read-file-name so that when the user enters
1942 just RET, the target file will end up in the target directory.
1943
1944 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1945 local-abbrev-table before changing buffers because it might
1946 have a buffer-local binding.
1947
1948 2000-11-28 Miles Bader <miles@gnu.org>
1949
1950 * simple.el (delete-horizontal-space): Handle fields more generally.
1951
1952 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1953
1954 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1955
1956 2000-11-28 Dave Love <fx@gnu.org>
1957
1958 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1959 comment-start-skip locally.
1960
1961 * progmodes/fortran.el (fortran-mode): Don't set
1962 fortran-comment-line-start-skip. Set comment-start to
1963 fortran-comment-line-start.
1964 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1965 (fortran-comment-line-start-skip): Simplify slightly.
1966
1967 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1968
1969 * play/5x5.el: Remove RCS keyword.
1970
1971 * bs.el: Mistaken commit, undone 2000-11-30.
1972
1973 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1974
1975 * textmodes/tildify.el (tildify-string-alist): Add
1976 `plain-tex-mode' here.
1977
1978 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1979
1980 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1981 reference.
1982
1983 2000-11-28 Miles Bader <miles@gnu.org>
1984
1985 * cus-face.el (custom-face-attributes): Add post-filter function
1986 for :box. Make pre-filter function for :box handle all cases.
1987
1988 * wid-edit.el (widget-choose): Make sure pop-up window is large
1989 enough to display all the choices, as there's no way to scroll it.
1990
1991 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1992
1993 * international/mule-conf.el: Make the coding system no-conversion
1994 safe for all characters.
1995
1996 2000-11-27 Dave Love <fx@gnu.org>
1997
1998 * net/ldap.el (ldap) <defgroup>: Add :version.
1999
2000 * tooltip.el (tooltip-use-echo-area): Doc fix.
2001
2002 * cus-start.el <minibuffer-prompt-properties>: Add version.
2003 <read-buffer-function>: Add.
2004
2005 * apropos.el (apropos-print): Add help-echo to active text.
2006
2007 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2008
2009 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2010
2011 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2012 type, group and version.
2013
2014 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2015
2016 * select.el (x-get-selection): Docstring fix.
2017
2018 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
2019
2020 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2021
2022 2000-11-27 Andrew Innes <andrewi@gnu.org>
2023
2024 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2025
2026 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2027
2028 2000-11-27 Miles Bader <miles@gnu.org>
2029
2030 * dired.el (dired-get-filename): Return filename verbatim if
2031 LOCALP is `verbatim'.
2032 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2033 `verbatim' so that we don't inadvertently delete a non-existant
2034 directory name.
2035
2036 2000-11-27 Kenichi Handa <handa@etl.go.jp>
2037
2038 * international/characters.el: Specify cases and syntaxes for
2039 mule-unicode-0100-24ff.
2040
2041 2000-11-27 Gerd Moellmann <gerd@gnu.org>
2042
2043 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2044 that foreground and/or background colors of the face `tool-bar'
2045 are unspecified.
2046
2047 2000-11-27 Miles Bader <miles@gnu.org>
2048
2049 * wid-edit.el (widget-field-buffer, widget-field-start)
2050 (widget-field-end): Handle widget field `pseudo-overlays'.
2051 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2052 if it's there instead of in `widget-field-list'.
2053
2054 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2055 (help-make-xrefs): Delete extraneous newlines at the end of the
2056 docstring.
2057
2058 2000-11-25 Jason Rumney <jasonr@gnu.org>
2059
2060 * startup.el (command-line): Call set-locale-environment after
2061 Window System init file is read, as it can result in a call to
2062 redraw-frame.
2063
2064 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2065
2066 * simple.el (shell-command): Mention the effect of the prefix
2067 argument in the doc string.
2068
2069 2000-11-25 Miles Bader <miles@gnu.org>
2070
2071 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2072
2073 * wid-edit.el (widget-field-value-delete): Don't try to delete
2074 overlay when it's the `pseudo-overlay' that exists at some points.
2075
2076 2000-11-24 Jason Rumney <jasonr@gnu.org>
2077
2078 * international/mule-cmds.el (locale-language-names): Add "jp" as
2079 a non-standard alternative for Japanese.
2080
2081 2000-11-24 Andre Spiegel <spiegel@gnu.org>
2082
2083 * vc-hooks.el: Require 'cl during compilation.
2084
2085 2000-11-24 Gerd Moellmann <gerd@gnu.org>
2086
2087 * faces.el (face-set-after-frame-default): Let face attributes
2088 specified for new frames override frame parameters.
2089
2090 * startup.el (command-line): Fix computation of the source file
2091 for user-init-file when user-init-file is a compiled file.
2092
2093 2000-11-24 Miles Bader <miles@gnu.org>
2094
2095 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2096 (custom-post-filter-face-spec): New functions.
2097 (custom-face-set, custom-face-value-create): Filter the face spec
2098 before and after customization.
2099 (custom-face-set): If VALUE specifies a null face, pass a
2100 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2101 * cus-face.el (custom-face-attributes): Remove SET and GET
2102 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2103 cases they're needed.
2104
2105 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2106 that it's distinguishable from the :off-glyph on dark-background
2107 displays. Set its background color too.
2108
2109 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2110 so that people can easily turn it off.
2111
2112 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2113
2114 * ediff-diff.el: Moved variables around to have it compile under NT.
2115
2116 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2117
2118 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2119
2120 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2121 redundant skip-small-frames test.
2122
2123 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2124 (viper-downgrade-to-insert): protect against errors in hooks.
2125
2126 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2127 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2128 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2129 functions.
2130
2131 * viper-util.el (viper-memq-char): Bug fixes.
2132
2133 * viper.el (viper-mode): Fix cursor handling.
2134
2135 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2136
2137 * international/mule-diag.el (list-iso-charset-chars): For
2138 two-byte charset, fix the `while' condition.
2139 (list-non-iso-charset-chars): Fix the `while' condition.
2140
2141 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2144 if the variable is make-variable-buffer-local.
2145
2146 * progmodes/ada-stmt.el (ada-template-map): Initialize
2147 and bind it to C-c t in ada-mode-map.
2148 (ada-stmt-mode-hook): New function extracted from old code.
2149 Only change the buffer-local side of skeleton-*.
2150 (ada-mode-hook): Use it.
2151
2152 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2155 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2156 we expect to be returned by minibuffer-depth once we prompt the
2157 user in the minibuffer.
2158 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2159 as recorded in iswitchb-minibuf-depth, return non-nil.
2160
2161 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2164 (hscroll-window-maybe): Docstring fix.
2165
2166 2000-11-23 Dave Love <fx@gnu.org>
2167
2168 * rect.el (string-rectangle): Don't test delete-selection-mode.
2169
2170 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2171
2172 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2173 is in the tool bar.
2174
2175 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2176 with `no-dir'; we want the directory part to be able to remove
2177 it.
2178
2179 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2180
2181 * textmodes/outline.el (outline-flag-region):
2182 Don't bind inhibit-read-only since we don't modify the buffer.
2183 (outline-isearch-open-invisible): Don't jump to overlay-start
2184 since we're trying to unhide text around point.
2185 (outline-discard-overlays): Use dolist.
2186
2187 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2188
2189 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2190
2191 * mail/rmail.el (rmail-confirm-expunge): Default to
2192 y-or-n-p.
2193
2194 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2195
2196 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2197 Fix ARG regexp to skip quoted braces.
2198 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2199 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2200 are (correctly) handled separately).
2201 Remove `caption' and `footnote' from `citations': they contain text.
2202 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2203 (latex-skeleton-end-hook): New function.
2204 (latex-mode): Use it.
2205 (tex-start-tex-marker): Remove.
2206 (tex-send-tex-command): Don't set tex-start-tex-marker.
2207 (tex-error-parse-syntax-table): New var.
2208 (tex-compilation-parse-errors): Use it.
2209 Ignore tex-start-tex-marker. Don't bother with marker-position.
2210 (tex-validate-buffer): Don't bother with marker-position.
2211
2212 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2213 (flyspell-generic-progmode-verify): Use it.
2214
2215 2000-11-22 Sam Steingold <sds@gnu.org>
2216
2217 * simple.el (delete-trailing-whitespace): New interactive
2218 function.
2219
2220 * progmodes/ada-mode.el (ada-mode): Use it instead of
2221 `ada-remove-trailing-spaces'.
2222 (ada-remove-trailing-spaces): Removed.
2223
2224 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2225
2226 * textmodes/picture.el (picture-clean): Removed.
2227 (picture-mode-exit): Call it instead of `picture-clean'.
2228
2229 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2230
2231 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2232
2233 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2234 jit-lock-fontify-buffer; it should anyway be unneccessary to
2235 do anything special when jit-lock is active.
2236 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2237
2238 2000-11-22 Dave Love <fx@gnu.org>
2239
2240 * calendar/todo-mode.el (todo-top-priorities): Use
2241 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2242
2243 * language/chinese.el, language/cyrillic.el:
2244 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2245 * language/hebrew.el, language/indian.el, language/japanese.el:
2246 * language/korean.el, language/lao.el, language/misc-lang.el:
2247 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2248 Use provide.
2249
2250 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2251 (custom-variable-set): Improve validation error mesage.
2252
2253 * rect.el (string-rectangle): Revert last change.
2254 (string-rectangle-line): New arg DELETE.
2255 (string-rectangle): Check delete-selection-mode.
2256
2257 * emacs-lisp/edebug.el (edebug-version)
2258 (edebug-maintainer-address): Deleted.
2259 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2260 (edebug-read-function): Account for other `'#' read forms.
2261 (edebug-mode-menus): Make some items toggles.
2262 (edebug-outside-unread-command-event, unread-command-event):
2263 Remove these to avoid warnings.
2264
2265 2000-11-22 David Ponce <david@dponce.com>
2266
2267 * recentf.el (recentf-menu-items-for-commands)
2268 (recentf-make-menu-items, recentf-make-menu-item)
2269 (recentf-filter-changer): Added :help and :active menu-item properties.
2270
2271 (recentf-build-dir-rules, recentf-dump-variable)
2272 (recentf-edit-list, recentf-open-files-item)
2273 (recentf-open-files): Replaced unnecessary `mapcar' with new
2274 built-in `mapc'.
2275
2276 2000-11-23 Miles Bader <miles@gnu.org>
2277
2278 * faces.el (menu): Make inverse-video on ttys too.
2279
2280 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2281
2282 * simple.el (comment-line-break-function): Use the new name
2283 indent-new-comment-line -> comment-indent-new-line.
2284 (clone-indirect-buffer): Don't ignore NORECORD.
2285 (next-completion): Properly handle the case where items are adjacent.
2286
2287 * mouse.el (popup-menu): Stupid typo.
2288
2289 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2290
2291 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2292 maintainer, keywords tags.
2293
2294 * rect.el (replace-rectangle): Don't call string-rectangle-line
2295 with too many arguments.
2296
2297 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2298
2299 * ediff-util.el (ediff-file-checked-out-p)
2300 (ediff-file-checked-in-p): Call vc-state instead of
2301 vc-locking-user, which no longer exists.
2302
2303 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2304
2305 2000-11-22 Dave Love <fx@gnu.org>
2306
2307 * md5.el (md5): Provide.
2308 (md5): Fix error call.
2309
2310 2000-11-22 Miles Bader <miles@gnu.org>
2311
2312 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2313 (refill-fill-paragraph-at): Remove debugging code.
2314
2315 * calendar/calendar.el (generate-calendar-window): When we don't
2316 call `fit-window-to-buffer', make sure the top line is fully visible.
2317
2318 * image-file.el (insert-image-file): Don't make `read-only'
2319 property rear-nonsticky.
2320
2321 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2322 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2323 stashing away its original value.
2324 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2325 in the recursive edit.
2326 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2327 (isearch-done): Restore `minibuffer-message-timeout'.
2328
2329 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2330
2331 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2334
2335 * find-lisp.el (find-lisp-find-files-internal):
2336 Use dolist, when and file-name-as-directory.
2337
2338 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2339 (define-derived-mode, define-minor-mode): Add specs.
2340
2341 * window.el: General comment and spacing fixes.
2342 (save-selected-window): Use backquotes.
2343 (window-safely-shrinkable-p): New function.
2344 (shrink-window-if-larger-than-buffer): Use it.
2345
2346 * subr.el (make-local-hook): Docstring fix.
2347
2348 * shell.el (shell-mode): Use define-derived-mode.
2349
2350 * newcomment.el (comment-indent): Insert comment before calling
2351 comment-indent-function. Don't insert in column 0.
2352 (comment-dwim): Indent before inserting comment.
2353
2354 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2355 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2356 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2357 Use mapc rather than map.
2358
2359 * files.el (find-buffer-visiting): Compare all attributes before
2360 declaring two files identical (rather than just their inode-no).
2361 (auto-mode-alist): Use \' rather than $.
2362
2363 * which-func.el: Update maintainer line.
2364
2365 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2366 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2367 (uniquify-buffer-file-name): Use it.
2368
2369 2000-11-22 Miles Bader <miles@gnu.org>
2370
2371 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2372 * simple.el (minibuffer-avoid-prompt): New function.
2373
2374 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2375
2376 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2377
2378 2000-11-21 Miles Bader <miles@gnu.org>
2379
2380 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2381 inclusion of `track-mouse'.
2382
2383 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2384 (refill-adjust-ignorable-overlay): New function.
2385 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2386 only the paragraph's tail if possible.
2387 Update `refill-ignorable-overlay'.
2388 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2389
2390 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2391 point inside the fill-prefix.
2392
2393 * textmodes/refill.el (refill-post-command-function): Don't reset
2394 refill-doit in the case where a self-insertion command doesn't
2395 case a refill. Use `refill-fill-paragraph-at', getting position
2396 from `refill-doit'.
2397 (refill-after-change-function): Set `refill-doit' to END.
2398 (refill-fill-paragraph-at): New function, mostly from old
2399 refill-fill-paragraph.
2400 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2401 (refill-pre-command-function): New function.
2402 (refill-mode): Add it to `pre-command-hook'.
2403
2404 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2405
2406 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2407
2408 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2409 javadoc tags.
2410
2411 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2412
2413 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2414 vc.el).
2415
2416 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2417 require vc.
2418
2419 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2420 checkouts.
2421
2422 2000-11-20 Dave Love <fx@gnu.org>
2423
2424 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2425
2426 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2427
2428 * calculator.el (calculator-paste): Use `if' instead of `and'
2429 and `or'.
2430 (calculator-help): Don't use electric-describe-mode for XEmacs.
2431
2432 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2433
2434 * info.el (info-menu-5): Doc fix.
2435
2436 * textmodes/artist.el: New file.
2437
2438 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2439
2440 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2441 and differentiate according to checkout model.
2442 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2443 since this function is only concerned with master state.
2444
2445 * vc-hooks.el (vc-workfile-unchanged-p,
2446 vc-default-workfile-unchanged-p): Moved here from vc.el.
2447
2448 * vc.el (vc-workfile-unchanged-p,
2449 vc-default-workfile-unchanged-p): See above.
2450
2451 2000-11-19 Miles Bader <miles@gnu.org>
2452
2453 * image-file.el (insert-image-file): Make `intangible' and
2454 `read-only' properties rear-nonsticky too.
2455
2456 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2457
2458 * ps-print.el: Update copyright notice.
2459
2460 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2461 (tooltip-show): Use the offsets.
2462
2463 * bindings.el (mode-line-modified): Fix a typo.
2464 (mode-line-toggle-modified, mode-line-widen)
2465 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2466
2467 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2468
2469 * ps-print.el (toplevel): Test for find-coding-system being
2470 fboundp before calling ps-x-find-coding-system.
2471
2472 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2473
2474 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2475 (vc-version-backup-file): Docstring fix.
2476
2477 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2478
2479 * files.el (basic-save-buffer): Don't add a newline if
2480 find-file-literally is non-nil.
2481 (find-file-literally): Extend doc string.
2482
2483 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2484 sort(1) with the `-f' argument.
2485
2486 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2487
2488 * vc.el: Updated backend documentation.
2489 (vc-default-check-headers): New function.
2490
2491 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2492
2493 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2494 up-to-date.
2495 (vc-do-command): In the asynchronous case, output messages only if
2496 the minibuffer is not active.
2497
2498 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2499 `vc-cvs-use-edit' is on.
2500 (vc-cvs-checkout): When this is used for reverting the workfile,
2501 make a backup of the original contents and revert to that in case
2502 of error.
2503 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2504 remote repositories.
2505
2506 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2507 for both version and ratio in the minibuffer.
2508
2509 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2510 Use vc-do-command to perform the annotation, not call-process.
2511
2512 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2513
2514 * international/quail.el (quail-start-translation): Don't call
2515 `message' before reading key sequence.
2516
2517 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2518
2519 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2520
2521 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2522
2523 * window.el (fit-window-to-buffer): Be sure to acquire at least
2524 one text line even if the buffer is empty.
2525
2526 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2527
2528 * net/ange-ftp.el (ange-ftp-file-writable-p)
2529 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2530 ange-ftp-process-verbose to nil.
2531
2532 2000-11-15 Dave Love <fx@gnu.org>
2533
2534 * wid-edit.el (widget-specify-field, widget-specify-button): If
2535 :help-echo is a function, set help-echo of overlay to
2536 widget-mouse-help.
2537 (widget-mouse-help): New function.
2538 (widget-echo-help): Rewritten for :help-echo functions only taking
2539 a widget arg.
2540
2541 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2542 display-graphic-p.
2543 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2544 and that JPEG is available.
2545 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2546
2547 * international/mule-cmds.el (locale-charset-language-names):
2548 Match @euro.
2549
2550 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2551
2552 * faces.el (face-set-after-frame-default): If
2553 `inhibit-default-face-x-resources' is bound, don't intialize the
2554 default face from X resources.
2555
2556 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2557
2558 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2559 Don't set EMACSLOADPATH.
2560
2561 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2562
2563 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2564 texinfo-insert-@url.
2565 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2566 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2567
2568 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2571 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2572 (checkdoc-minor-keymap): Backward compatibility.
2573 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2574 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2575 (checkdoc-this-string-valid-engine): Be a bit more strict
2576 to avoid matching substrings of `...' quoted vars/funs.
2577 (checkdoc-defun-info): Only look for `interactive' if alone.
2578 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2579
2580 * progmodes/compile.el (grep): `tag-default' can be nil.
2581
2582 * newcomment.el (comment-indent): Paren typo.
2583
2584 2000-11-14 Dave Love <fx@gnu.org>
2585
2586 * calculator.el: New maintainer version.
2587
2588 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2589
2590 * cmuscheme.el: Doc fixes.
2591 (cmuscheme) <defgroup>: Use `scheme' as parent.
2592 (cmuscheme-program-name): Remove. Change uses to
2593 scheme-program-name.
2594
2595 * xscheme.el (scheme-program-name): Don't define here.
2596
2597 * progmodes/scheme.el (scheme-program-name): New variable
2598 (originally in cmuscheme).
2599
2600 2000-11-14 Miles Bader <miles@gnu.org>
2601
2602 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2603 Handle header-lines. Don't loop forever if we can't enlarge the
2604 window anymore. Simplify a bit.
2605
2606 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2607
2608 * window.el (fit-window-to-buffer): Don't check
2609 window-text-height. Assure that the last line is fully visible.
2610
2611 * international/quail.el (quail-show-guidance-buf): Call
2612 fit-window-to-buffer to assure the enough height of the guidance
2613 buffer.
2614 (quail-update-guidance): Avoid making the guidance buffer shorter.
2615
2616 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2617
2618 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2619 rather than `prepend' and add an interesting comment.
2620 (tex-math-face, tex-font-lock-syntactic-face-function):
2621 New face and function to use it.
2622 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2623 than `menu-enable' symbol property.
2624 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2625 (tex-mode): Add some latex-mode commands for auto-selection.
2626 Use tex-font-lock-syntactic-face-function.
2627 (tex-insert-quote): Simplify.
2628 (tex-shell): New mode.
2629 (tex-start-shell): Use it.
2630 (tex-shell-proc, tex-shell-buf): New functions.
2631 (tex-send-command): Use it.
2632 (tex-main-file): Fix the meaning of the new arg REALFILE.
2633 (tex-send-tex-command): New function split from `tex-start-tex'.
2634 Set compilation-last-buffer and compilation-parsing-end.
2635
2636 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2637 when it follows non-comment text on the line.
2638
2639 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2640 Set font-lock-defaults.
2641 (lisp-mode-shared-map): Init inside the defvar.
2642 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2643 Use define-derived-mode.
2644
2645 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2646
2647 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2648
2649 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2650
2651 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2652 recursively optimize body because that can lead to infinite
2653 recursion; see comment there.
2654
2655 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2656
2657 * faces.el (face-spec-set-match-display): Revert the change from
2658 2000-10-24. Add a FIXME for after v21.1.
2659
2660 2000-11-13 Miles Bader <miles@gnu.org>
2661
2662 * textmodes/fill.el (skip-line-prefix): New function.
2663 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2664 (fill-paragraph): Don't leave point inside the fill-prefix.
2665 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2666 point inside the fill-prefix.
2667
2668 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2669
2670 * calendar/calendar.el (generate-calendar-window): Use
2671 `fit-window-to-buffer'.
2672
2673 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2674
2675 * gud.el (gud-minor-mode): New var.
2676 (gud-symbol, gud-val): New functions.
2677 (gud-find-file): Copy gud-minor-mode to the new buffer.
2678 (gud-menu-map): Include entries for commands that are not always
2679 available, using :enable to (de)activate them.
2680 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2681 (gud-mode-map): New map.
2682 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2683 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2684 Don't set up gud's menu (it's done by the minor-mode).
2685 (gud-minibuffer-local-map): New.
2686 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2687 (gud-query-cmdline): New function.
2688 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2689 (gud-mode): Use define-derived-mode.
2690 Don't set up gud's menu (it's done by the minor-mode).
2691 (gud-chop-words): Remove.
2692 (gud-common-init): Use split-string instead.
2693 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2694
2695 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2696 Add keyword arg :name.
2697
2698 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2699 (diff-count-matches, diff-split-hunk): New functions.
2700 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2701
2702 * pcvs-info.el (cvs-fi-conflict-face): New var.
2703
2704 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2705 Make it into a simple syntax-table, shared among all submodes.
2706 (sh-heredoc-face): Re-introduce.
2707 (sh-font-lock-syntactic-face-function): New function.
2708 (sh-mode): Use it. Also use define-derived-mode.
2709 Remove old bogus setting of indent-region-function.
2710 (sh-set-shell): Don't set the syntax-table any more.
2711 (sh-mode-syntax-table) <defun>: Remove.
2712
2713 2000-11-12 Miles Bader <miles@gnu.org>
2714
2715 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2716 message if interactive.
2717
2718 2000-11-12 Dave Love <fx@gnu.org>
2719
2720 * mail/feedmail.el: Fix header,
2721 (feedmail) <defgroup>: Add :link.
2722
2723 * view.el: Use local-map property, not keymap on mode-line string.
2724
2725 * scroll-all.el (scroll-all-mode): Customize variable. Add
2726 autoload cookie to function.
2727
2728 * lazy-lock.el: Remove compatibility code.
2729
2730 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2731 (finder-help-echo): New variable.
2732 (finder-mouse-face-on-line): Add help-echo stuff.
2733 (finder-list-keywords, finder-list-matches): Use mapc.
2734
2735 * faces.el (face-font-registry-alternatives): Add :version.
2736
2737 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2738 tags-table-list.
2739
2740 * net/browse-url.el (browse-url-browser-function): Update :version.
2741
2742 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2743 (mail-mode): Use [:alnum:] in some regexps.
2744
2745 2000-11-10 Dave Love <fx@gnu.org>
2746
2747 * ediff.el (ediff-regions-internal, ediff-documentation):
2748 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2749 fundamental mode.
2750
2751 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2752 buffer into fundamental mode.
2753 (ediff-set-difference): Use copy-sequence if available.
2754
2755 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2756 ediff-patch-map non-nil.
2757 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2758 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2759 buffer into fundamental mode.
2760
2761 * ediff-merg.el (state-or-merge): Defvar when compiling.
2762
2763 2000-11-10 Jason Rumney <jasonr@gnu.org>
2764
2765 * w32-fns.el (w32-add-charset-info): New function.
2766 (w32-charset-info-alist): Use it.
2767
2768 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2769
2770 * faces.el (face-font-registry-alternatives): New user-option.
2771
2772 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2773
2774 * textmodes/texinfo.el (texinfo-block-default): New var.
2775 (texinfo-insert-block): Use it. Insert a newline if needed.
2776
2777 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2778 (fill-region-as-paragraph): Use it.
2779
2780 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2781 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2782 Tweak paragraph regexps to allow a leading [ \t]*.
2783 (tex-latex-block): Insert a newline if necessary.
2784 (latex-insert-item): Only insert a newline if necessary.
2785 (tex-guess-main-file): New function.
2786 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2787 Set tex-main-file if TeX-master is provided.
2788 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2789
2790 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2791
2792 * startup.el (command-line): Set the default tooltip-mode
2793 to t for graphical displays which implement x-show-tip.
2794
2795 * tooltip.el (tooltip-mode): Add a comment about startup.el
2796 setting the default value of this user-option.
2797
2798 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2799
2800 * font-lock.el (font-lock-*-face) <defvar>: Move.
2801 (font-lock-defaults-alist): Mark obsolete.
2802 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2803 (font-lock-mode): Use define-minor-mode.
2804 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2805 (font-lock-turn-off-thing-lock): Be more explicit.
2806 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2807 (font-lock-syntactic-face-function): New var.
2808 (font-lock-fontify-syntactically-region): Use it.
2809 (font-lock-doc-face): New.
2810
2811 * pcvs.el (cvs-enabledp): Ignore errors.
2812 (cvs-commit-filelist): Never query.
2813 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2814 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2815 (cvs-do-removal): Use cvs-partition rather than delete-if.
2816 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2817 cvs-bury-buffer.
2818
2819 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2820 Allow `next' to jump to after the end of the last match.
2821
2822 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2823
2824 * simple.el (byte-compiling-files-p): New function.
2825
2826 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2827 if it is there.
2828
2829 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2830 nil again.
2831
2832 * textmodes/ispell.el (ispell-library-path): Don't call
2833 check-ispell-version when byte-compiling because that starts
2834 an ispell process, and ispell might not be installed.
2835 (toplevel): Don't set up a menu when byte-compiling.
2836
2837 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2838 it, so that a boundp test can be used to determine if we're
2839 currently byte-compiling.
2840
2841 2000-11-09 Dave Love <fx@gnu.org>
2842
2843 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2844 eval-after-load.
2845
2846 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2847
2848 * ps-print.el: Patch for variable initialization when spooling. Doc
2849 fix.
2850 (ps-output-list): Fun eliminated.
2851 (ps-begin-file, ps-begin-job): Code fix.
2852
2853 2000-11-08 Dave Love <fx@gnu.org>
2854
2855 * ediff-wind.el (ediff-control-frame-parameters): Zero
2856 tool-bar-lines.
2857
2858 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2859
2860 * simple.el (shell-command, display-message-or-buffer)
2861 (shell-command-on-region): Mention resize-mini-windows in the doc
2862 string.
2863 (display-message-or-buffer): Take the value of resize-mini-windows
2864 into account.
2865
2866 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2867
2868 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2869
2870 * dired.el (dired-between-files): Add `^. find' as an alternative
2871 to the regular expression, for find-dired.
2872
2873 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2874
2875 * textmodes/texnfo-upd.el: Require texinfo.
2876 (defmacro, defgroup): Remove.
2877 (texinfo-section-to-generic-alist): Remove.
2878 Use texinfo-section-list instead (i.e. level is changed string->int).
2879 (texinfo-filter): New function.
2880 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2881 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2882 Use it. And use regexp-opt.
2883 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2884 (texinfo-update-menu-region-beginning)
2885 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2886 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2887 (texinfo-update-menu-same-level-regexps): Update.
2888 (texinfo-update-node, texinfo-every-node-update)
2889 (texinfo-sequential-node-update): Remove autoload cookie.
2890
2891 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2892 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2893 (texinfo-chapter-level-regexp): Remove.
2894 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2895
2896 2000-11-06 Dave Love <fx@gnu.org>
2897
2898 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2899
2900 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2901 Match defun*.
2902
2903 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2904
2905 * composite.el (composition-function-table): Variable declaration
2906 moved to src/composite.c.
2907 (compose-chars-after): New optional arg object.
2908
2909 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2910
2911 * bindings.el (mode-line-toggle-read-only)
2912 (mode-line-toggle-modified, mode-line-widen)
2913 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2914 (make-mode-line-mouse2-map): Rewritten.
2915 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2916 functions so that C-h k can show something with a doc string.
2917
2918 * startup.el (fancy-splash-delay): Set to 10 seconds.
2919 (fancy-splash-max-time): New user-option.
2920 (fancy-splash-stop-time): New variable.
2921 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2922 (fancy-splash-screens-1): Throw `stop-splashing' when current
2923 time is greater than fancy-splash-stop-time.
2924
2925 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2926
2927 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2928
2929 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2930 Prompt user for a file rather than raising an error.
2931 (cvs-enabledp): Fix call to cvs-mode-marked.
2932 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2933 (cvs-mode-insert): Use it. Change the init prompt' value.
2934 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2935
2936 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2937 Don't pass default arg to ewoc-locate.
2938 (ewoc-collect): Return result in the right order.
2939
2940 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2941
2942 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2943 (cvs-status-get-tags): Fix regexp.
2944 (cvs-status-trees, cvs-status-cvstrees):
2945 Combine after change hooks and don't sit-for.
2946 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2947 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2948 Use make-char rather than hard-coded cryptic data.
2949 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2950
2951 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2952
2953 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2954 (cvs-insert-strings): New function.
2955
2956 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2957
2958 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2959 `mwheel-scroll-amount'.
2960 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2961 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2962 string-matching against the version string.
2963
2964 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2965
2966 * language/thai.el ("Thai"): Set a lisp form that produces
2967 composed string in `sample-text' language info.
2968
2969 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2970 composed string in `sample-text' language info.
2971
2972 * international/mule-cmds.el (describe-language-environment): Eval
2973 `sample-text' data and insert the result.
2974
2975 * international/mule-conf.el (compound-text): Define this coding
2976 system here. Make x-ctext and ctext aliases of it.
2977
2978 * language/european.el (compound-text, ctext): Moved to
2979 international/mule-conf.el.
2980
2981 2000-11-05 Andrew Innes <andrewi@gnu.org>
2982
2983 * w32-fns.el (w32-version): New function.
2984
2985 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2986
2987 * progmodes/awk-mode.el: Update copyright.
2988 (awk-mode-abbrev-table): Remove.
2989 (awk-font-lock-keywords): Use regexp-opt.
2990 (awk-mode): Use define-derived-mode.
2991
2992 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2993 when extracting a suffix.
2994
2995 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2996
2997 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2998 auto-save-mode.
2999
3000 2000-11-04 Jason Rumney <jasonr@gnu.org>
3001
3002 * language/european.el (decode-mac-roman): Test against r1 not r0.
3003
3004 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3005
3006 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3007 (icon-mode): Define indent-line-function.
3008 (icon-comment-indent): Simplify.
3009 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3010
3011 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3012
3013 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3014 Bind change-log-default-mode to defeat the caching done on it.
3015 Don't bother saving excursion any more.
3016
3017 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3018
3019 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3020 (set-frame-font): Use the new name (and the old for compatibility).
3021
3022 * toolbar/tool-bar.el (tool-bar-mode):
3023 * time.el (display-time-mode):
3024 * recentf.el (recentf-mode):
3025 * paren.el (show-paren-mode):
3026 * mwheel.el (mouse-wheel-mode):
3027 * msb.el (msb-mode):
3028 * jka-compr.el (auto-compression-mode):
3029 * image-file.el (auto-image-file-mode):
3030 * hl-line.el (hl-line-mode):
3031 * delsel.el (delete-selection-mode):
3032 * autoinsert.el (auto-insert-mode):
3033 * complete.el (partial-completion-mode): Drop unneeded positional args.
3034
3035 * info.el (Info-mode):
3036 * comint.el (comint-mode): Don't bother with make-local-hook.
3037
3038 * log-edit.el (log-edit-menu): New menu.
3039
3040 2000-11-03 Miles Bader <miles@gnu.org>
3041
3042 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3043 definition, so that trailing spaces are handled properly.
3044 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3045
3046 2000-11-03 Gerd Moellmann <gerd@gnu.org>
3047
3048 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3049 tab character.
3050 (fancy-splash-screens): Set tab-width to 20.
3051
3052 2000-11-03 Dave Love <fx@gnu.org>
3053
3054 * comint.el (comint-completion-addsuffix): Fix custom type.
3055
3056 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * font-lock.el (font-lock-buffers): Remove.
3059 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3060 (font-lock-change-major-mode): Remove.
3061 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3062 (font-lock-default-fontify-region): Extend the multiline
3063 fontification to whole lines.
3064 (font-lock-fontify-anchored-keywords)
3065 (font-lock-fontify-keywords-region): If matching just one
3066 line (with \n) only mark the \n as multiline.
3067
3068 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3069 Correctly handle the case where several :group args are supplied.
3070 Allow :extra-args.
3071 (easy-mmode-define-global-mode): Allow :extra-args.
3072 Correctly handle the case where several :group args are supplied.
3073
3074 2000-11-02 Miles Bader <miles@gnu.org>
3075
3076 * calendar/calendar.el (diary-face, calendar-today-face)
3077 (holiday-face): Remove dependency on `window-system'.
3078
3079 2000-11-02 Ken Raeburn <raeburn@gnu.org>
3080
3081 * Makefile.in (emacs): Set EMACSLOADPATH always.
3082 (update-authors, .el.elc, compile-files): Don't do it explicitly
3083 here.
3084 (compile-files): Bomb out if compilation of a file fails.
3085
3086 2000-11-02 Dave Love <fx@gnu.org>
3087
3088 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3089
3090 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3091
3092 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3093 punctuation in the warning inserted into the *mail* buffer.
3094
3095 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3096
3097 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3098 (authors-public-domain-p): New function.
3099 (authors-print): Use it.
3100
3101 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3102
3103 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3104
3105 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3106
3107 * ps-print.el: Extension for even/odd printing. Doc fix.
3108 (ps-print-version): New version number (6.3.1).
3109 (ps-even-or-odd-pages): Customization fix.
3110 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3111 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3112 (ps-page-count): Var replaced by `ps-page-column'.
3113 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3114 (ps-print-sheet-p): New fun.
3115
3116 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3117
3118 * tooltip.el (tooltip-gud-tips-setup): New function.
3119 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3120 (tooltip-mode): Call tooltip-gud-tips-setup.
3121 (tooltip-gud-tips): Use `gud-basic-call' instead of
3122 process-send-string, so the prompt gets frobbed appropriately.
3123 Handle nil return value from `tooltip-gud-print-command'.
3124
3125 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3126
3127 * comint.el (comint-add-to-input-history): New function.
3128 (comint-send-input): Use `comint-add-to-input-history'.
3129
3130 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3131
3132 * info.el (info-menu-header): New face.
3133 (Info-fontify-menu-headers): New function.
3134 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3135
3136 * info.el (Info-insert-dir): Don't include blank lines at
3137 beginning of additional dir files (one is added automatically).
3138
3139 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3140
3141 * emacs-lisp/easy-mmode.el (define-minor-mode):
3142 Revert the latest changes.
3143 Allow the three positional arguments to be skipped and replaced
3144 by keyword arguments.
3145 Add a :toggle argument to determine whether a nil arg means toggle
3146 or means turn-on. The default is unchanged.
3147 Add a call to force-mode-line-update.
3148
3149 2000-11-01 Dave Love <fx@gnu.org>
3150
3151 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3152 cookie.
3153
3154 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3155
3156 * calendar/calendar.el (diary-face, holiday-face): Add
3157 dark-background variants.
3158
3159 2000-10-31 Sam Steingold <sds@gnu.org>
3160
3161 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3162 `tex-main-file' does not have directory in it.
3163
3164 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3165
3166 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3167
3168 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3169
3170 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3171 functional change.
3172
3173 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3174
3175 * files.el (find-file-noselect): When we expand a wildcard, return
3176 a list of buffers, as we should do according to the doc string.
3177
3178 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3179
3180 * loadup.el (top level): Adjust load path if program name is
3181 "../src/bootstrap-emacs", in case it's not dumped and thus the
3182 load path adjustment hasn't already been done.
3183
3184 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3185
3186 * ps-print.el: Fix bug on selected pages for printing. Use
3187 `color-values' for Emacs 21. Ensure fontification when jit-lock
3188 is on. Try to avoid warning messages when compiling. Doc Fix.
3189 (ps-print-version): New version number (6.3).
3190 (ps-color-device): Use `color-values' to determine if device
3191 supports color.
3192 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3193 (ps-print-page-p): Changed from defsubst to defun.
3194 (ps-page-number): Changed from defmacro to defun.
3195 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3196 printing.
3197 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3198 (ps-end-file, ps-dummy-page): Funs eliminated.
3199 (ps-print-color-scale): Changed default value.
3200 (ps-page-n-up, ps-print-page-p): New internal vars.
3201 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3202 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3203
3204 * delim-col.el: Little programming improvement.
3205 (delimit-columns-str): New macro.
3206 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3207
3208 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3209
3210 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3211 Moved to european.el.
3212 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3213 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3214 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3215 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3216
3217 2000-10-30 Dave Love <fx@gnu.org>
3218
3219 * progmodes/cc-menus.el (imenu-generic-expression)
3220 (imenu-progress-message): Only defvar when compiling.
3221
3222 * emacs-lisp/elp.el (elp-unload-hook): New function.
3223
3224 * loadhist.el (unload-feature): Call elp-restore-function,
3225 checking for symbols; don't use elp-restore-all.
3226 (loadhist-hook-functions): Doc fix.
3227
3228 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * log-edit.el (log-edit-confirm): Fix the default.
3231
3232 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3233
3234 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3235 delimit-columns-format.
3236 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3237
3238 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3239
3240 * comint.el (comint-replace-by-expanded-history): Don't use
3241 comint-get-old-input (we're not looking at *old* input).
3242 (comint-get-old-input-default): If using fields, signal an error
3243 when the point is not in an input field.
3244
3245 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3246
3247 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3248 and mule-unicode-e000-ffff.
3249
3250 * international/mule.el (decode-char, encode-char): New functions.
3251 (make-coding-system): Accept a symbol of translation table as a
3252 value of property `safe-chars'.
3253
3254 * international/mule-cmds.el (encode-coding-char): Check property
3255 safe-chars instead of safe-charsets.
3256
3257 * international/fontset.el (fontset-default): Modified for
3258 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3259 (x-font-name-charset-alist): Likewise.
3260 (ccl-encode-unicode-font): New CCL program. Record it in
3261 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3262
3263 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3264 New translation tables.
3265 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3266 programs are modified and moved from mac-win.el.
3267 (mac-roman): Definition of this coding system is modified and
3268 moved from mac-win.el.
3269
3270 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3271
3272 * ediff-wind.el (ediff-setup-control-frame): Enclose
3273 face-attribute in condition-case to avoid errors in older emacsen.
3274
3275 2000-10-29 Miles Bader <miles@gnu.org>
3276
3277 * custom.el (custom-add-to-group): Allow multiple entries for a
3278 given value OPTION, as long as their widget types are different.
3279 * cus-edit.el (custom-face-value-create): If face name doesn't end
3280 with "face", add such here (similar to custom group widgets).
3281
3282 * comint.el (comint-highlight-prompt): Add :type.
3283
3284 2000-10-28 John Wiegley <johnw@gnu.org>
3285
3286 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3287 Changed this function to operate on a temporary buffer instead of
3288 the main buffer. This not only keeps flyspell from marking a
3289 buffer as changed that wasn't, but it solves the jumpy cursor
3290 problem when attempts are made to edit incorrect words.
3291 (flyspell-maybe-correct-doubling): Same change as for
3292 `flyspell-maybe-correct-transposition'.
3293
3294 * calendar/timeclock.el (timeclock-log): Doc fix.
3295 (timeclock-last-event): Doc fix.
3296 (timeclock-log): Kill the timelog buffer after appending a new
3297 event.
3298 (timeclock-find-discrep): Use a temp buffer to read in the
3299 timelog, instead of visiting the file.
3300 (timeclock-log-data): A new function, along with a host of helper
3301 functions, for the purpose of making timelog data accessible to
3302 programmers.
3303
3304 * eshell/esh-mode.el (window-height test): Make certain that
3305 `eshell-stringify-t' is non-nil.
3306 (eshell-password-prompt-regexp): Changed to a much simpler
3307 password regexp.
3308 (eshell-send-input): If `eshell-invoke-directly' returns t,
3309 directly invoke the parsed command using `eval'. This improves
3310 turn-around time on simple commands by a factor of three or
3311 greater, such as cd, ls, pwd, etc. -- which get used very often.
3312 It also conserves thousands of cons cells per call (since
3313 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3314 in the Pacific Cookie Company).
3315
3316 * eshell/esh-test.el (eshell-test): Whitespace fix.
3317
3318 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3319 `eshell-ls-initial-args' nil when inserting directory contents.
3320
3321 * eshell/em-script.el (eshell-script-initialize): Add names to
3322 `eshell-complex-commands, since `source' and `.' are complex.
3323
3324 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3325 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3326 `eshell-copy-handles'.
3327 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3328 bodies.
3329 (eshell-separate-commands): Whitespace fix.
3330 (eshell-complex-commands): Added a new list of names, for
3331 determining whether a given command is as simple as it looks.
3332 (eshell-invoke-directly): New function. Returns t if a command
3333 should be invoked directly (using `eval'), rather than indirectly
3334 using `eshell-do-eval'.
3335 (eshell-do-eval): Whitespace fix.
3336
3337 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3338 which provides an emulation of the DOS shell behavior of assuming
3339 that cp/mv/ln should copy/move/link to the current directory.
3340 (eshell-remove-entries): Added a doc string.
3341 (eshell-shuffle-files): Removed the check for `target' being null.
3342 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3343 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3344 it to do a smarter check of whether a destination was provided.
3345 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3346 (eshell/ln): Enable `:preserve-args', and use
3347 `eshell-mvcpln-template' to implement the body of the function.
3348 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3349 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3350 list after flattening it. This makes it possible to cat files
3351 with numerical names.
3352 (eshell-unix-initialize): Added several names to
3353 `eshell-complex-commands.
3354 (eshell-unix-command-complex-p): Return t if a given command name
3355 may result in external processes being invoked.
3356
3357 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3358 variable nil by default, since it slows down glob processing by a
3359 factor of two or more, and increases memory consumption.
3360
3361 * eshell/em-smart.el: Added a note about how memory consumptive
3362 smart display mode can be (at least this is true in Emacs 21).
3363 (eshell-smart-initialize): Whitespace fix.
3364 (eshell-refresh-windows): Use `if' instead of `when'.
3365 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3366 not necessary.
3367 (eshell-currently-handling-window): Added a missing global
3368 variable.
3369
3370 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3371 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3372 Whitespace fix.
3373 (eshell-ls-exclude-hidden): Added this variable in addition to
3374 `eshell-ls-exclude-regexp'. This one prevents files beginning
3375 with . from even being read, which can improve memory consumption
3376 quite a bit.
3377 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3378 read file entries beginning with a dot. In home directories with
3379 lots of hidden files, fully two-thirds of the time spent in ls is
3380 used to read directory entries that are immediately thrown away.
3381 (eshell-ls-initial-args): Added back this configuration variable,
3382 for specifying default initial arguments to every call to ls.
3383 Much faster than using an alias to do the same thing.
3384 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3385 (eshell-ls-dir): Whitespace change.
3386
3387 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3388
3389 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3390 available.
3391 (eshell-stringify-t): Added a customization variable, to indicate
3392 whether `t' should be rendered as a string at all. If not, one
3393 can still determine if the result of an expression is true using
3394 "file-exists-p FILE && echo true".
3395 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3396 stringify t!
3397
3398 * eshell/esh-module.el: Whitespace fix.
3399
3400 * eshell/em-alias.el (eshell-alias-initialize): Added
3401 `eshell-command-aliased-p' to `eshell-complex-commands'.
3402 (eshell-command-aliased-p): New function that returns t if a
3403 command name names an aliased.
3404
3405 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3406
3407 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3408 redrawing the screen when changing cursor color.
3409 (viper-insert-state-pre-command-sentinel)
3410 (viper-replace-state-pre-command-sentinel)
3411 (viper-replace-state-post-command-sentinel):
3412 Use viper-preserve-cursor-color.
3413 Many functions changed to use viper= instead of = when comparing
3414 characters.
3415 * viper-util.el (viper-memq-char,viper=): New functions for
3416 working with characters.
3417 (viper-change-cursor-color): Fixed buglet.
3418 Many functions changed to use viper= instead of = when comparing
3419 characters.
3420 * viper.el (viper-insert-state-mode-list): Added eshell.
3421
3422 * ediff-init.el (ediff-before-setup-hook): New hook.
3423 Several typos fixed in various docstrings.
3424 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3425 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3426 hook.
3427 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3428 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3429 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3430 (ediff-get-selected-buffers): New function.
3431 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3432 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3433 save-window-excursion.
3434 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3435 termination check in while loop.
3436 * ediff.el (ediff-get-default-file-name): Better defaults when in
3437 dired buffer.
3438 (ediff-files,ediff-merge-files,ediff-files3)
3439 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3440
3441 2000-10-28 Dave Love <fx@gnu.org>
3442
3443 * info.el (Info-fontify-node): Add help-echo for menu items.
3444
3445 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3446
3447 * startup.el (normal-top-level): If the value of $TERM indicates
3448 we are running from xterm or one of its work-alikes, default to a
3449 light background mode.
3450
3451 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3452 * faces.el (tty-handle-reverse-video): New function.
3453 (tty-create-frame-with-faces): Call it.
3454
3455 * frame.el (frame-notice-user-settings): Don't apply
3456 default-frame-alist and initial-frame-alist to MS-DOS frames.
3457 Call tty-handle-reverse-video, frame-set-background-mode, and
3458 face-set-after-frame-default for non-MS-DOS frames.
3459
3460 * startup.el (tty-long-option-alist): New variable.
3461 (tty-handle-args): New function.
3462 (command-line): Call tty-handle-args.
3463
3464 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3465 startup.el now does that for all character-terminal frames.
3466
3467 2000-10-28 Miles Bader <miles@gnu.org>
3468
3469 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3470 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3471 global. If :global is followed by a non-nil but non-t value,
3472 make the mode buffer-local, but also generate a `global-MODE'
3473 version using `easy-mmode-define-global-mode'. Add
3474 :conditional-turn-on keyword argument.
3475
3476 2000-10-28 Dave Love <fx@gnu.org>
3477
3478 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3479 use window-system.
3480
3481 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3482
3483 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3484 Don't call find-buffer-file-type-coding-system. Instead, just
3485 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3486 if the file is on an untranslated filesystem.
3487 (add-untranslated-filesystem): Use "D" instead of "f" inside
3488 interactive.
3489
3490 2000-10-27 Dave Love <fx@gnu.org>
3491
3492 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3493 (refill-mode): Use it.
3494
3495 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3496
3497 * international/quail.el (quail-activate): Don't make-local-hook.
3498
3499 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3500
3501 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3502 manual backups and file.~<rev>.~ for automatic ones.
3503 (vc-make-version-backup): Don't do it on MS-DOS without long file
3504 names.
3505
3506 * vc.el (vc-version-other-window): If an automatic backup of the
3507 desired version exists, rename it instead of copying it.
3508
3509 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3510 after command. If there's an unexpected error, signal it instead
3511 of being silent.
3512 (vc-cvs-merge-news): Be prepared for no news at all.
3513
3514 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3515
3516 * shell.el (shell): Add BUFFER argument.
3517 * comint.el (make-comint-in-buffer): New function.
3518 (make-comint): Use it.
3519
3520 * faces.el (face-spec-choose): Change syntax so that the list of
3521 attribute-value pairs is now the cdr of each clause, not the cadr.
3522 Detect old-style entries, and handle them. Use pop.
3523
3524 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * cus-edit.el (custom-mode-map): Use a sparse map.
3527 (custom-mode): Don't bother with make-local-hook.
3528
3529 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3530
3531 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3532
3533 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3534
3535 * ps-print.el: Avoid compilation gripes.
3536 (ps-print-version): New version number (6.2.1).
3537
3538 2000-10-26 Dave Love <fx@gnu.org>
3539
3540 * menu-bar.el: Modify some menu item help strings.
3541 (menu-bar-help-menu): Add link to MORE.STUFF.
3542
3543 * cus-edit.el (custom-mode): Add `special' mode-class property.
3544
3545 * wid-browse.el (widget-browse-mode): Likewise.
3546
3547 * wid-edit.el (widget-specify-field): Revert to using local-map
3548 property, not keymap.
3549
3550 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3551
3552 * wid-edit.el (widget-field-end): When checking for a `boundary'
3553 field, do so in the correct buffer.
3554
3555 * simple.el (undo): Correctly distinguish between numeric and
3556 non-numeric prefix args in non-transient-mark-mode, as per the doc
3557 string. When in transient-mark-mode, treat all prefix-args as
3558 numeric.
3559
3560 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3561 Position point on match. Handle N == 0 correctly.
3562
3563 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3564 (comint-mode-map): Reverse order of `comint-write-output' and
3565 `comint-append-output-to-file'.
3566 (comint-append-output-to-file): Reinstate this function, for the
3567 benefit of the menu.
3568
3569 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3570
3571 * vc.el (vc-version-other-window): Bind `file'.
3572
3573 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3574
3575 * Makefile.in (update-authors): New target for maintenance purposes.
3576
3577 * emacs-lisp/authors.el (batch-update-authors): New function.
3578 (authors-fixed-entries): New defconst.
3579 (authors-add-fixed-entries): New function.
3580 (authors): Call it.: Don't process lispref/.
3581
3582 2000-10-25 Jason Rumney <jasonr@gnu.org>
3583
3584 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3585 Merge x w32 and mac definitions.
3586
3587 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3588
3589 * menu-bar.el (menu-bar-options-menu): Add a help string for
3590 `uniquify'.
3591
3592 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3593
3594 * time-stamp.el (time-stamp-string-preprocess):
3595 Fix a wrong type argument error.
3596
3597 2000-10-25 Miles Bader <miles@gnu.org>
3598
3599 * recentf.el (recentf-mode): Variable removed.
3600 (recentf-mode): Use `define-minor-mode'.
3601
3602 * mwheel.el (mouse-wheel-mode): New global minor mode.
3603 (mwheel-install): Use `mouse-wheel-mode'.
3604
3605 2000-10-25 Dave Love <fx@gnu.org>
3606
3607 * progmodes/cperl-mode.el (cperl-mode):
3608 Set normal-auto-fill-function correctly.
3609
3610 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3611 inherit from global-map and don't nullify menu-bar and tool-bar
3612 bindings.
3613
3614 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3615
3616 * wid-edit.el (widget-field-at): New function.
3617 (widget-at, widget-field-activate): Use it.
3618 (widget-tabable-at): Use `widget-at'.
3619 (widget-specify-field): If the terminating character of the widget
3620 field (which is read-only) is a newline, put it into a special
3621 `boundary' field so that C-n/C-p act more naturally.
3622 (widget-field-end): Also don't subtract one if a special
3623 `boundary' field has been added after the widget field.
3624
3625 * comint.el (comint-output-filter, comint-send-input): Don't
3626 bother adding stickiness fields to overlays to fool the field
3627 code, since it should notice the overlay insertion-types now.
3628
3629 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3630 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3631 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3632
3633 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3634
3635 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3636 (authors): Set file coding system to iso-2022-7bit. Add
3637 file-local variables to output buffer.
3638
3639 * files.el (after-find-file): Don't print any warnings if
3640 WARN is nil.
3641
3642 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3643
3644 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3645
3646 * delim-col.el: Now there is a column formatting mechanism.
3647 Modified to customization mechanisms convention. Doc fix.
3648 (columns): New group for delim-col.
3649 (delimit-columns-before, delimit-columns-after)
3650 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3651 (delimit-columns-end): New vars.
3652 (delimit-columns-customize, delimit-columns-format): New funs.
3653 (delimit-columns-region, delimit-columns-rectangle)
3654 (delimit-columns-rectangle-line): Modified to support column
3655 formatting.
3656
3657 2000-10-24 Dave Love <fx@gnu.org>
3658
3659 * log-edit.el (log-edit): Add :version and a :group for vc.
3660
3661 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3662
3663 * files.el (after-find-file): Don't print a message ``New file''
3664 if WARN is nil.
3665
3666 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3667 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3668 get duplicate tool-bar entries because we'll see the global ones
3669 on more than one path through keymaps.
3670
3671 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3672
3673 * progmodes/cmacexp.el: Change Francesco's email address.
3674
3675 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3676
3677 * window.el (fit-window-to-buffer): Adjust point of the window
3678 buffer, not that of the current buffer.
3679
3680 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3681
3682 * progmodes/cmacexp.el: Update the euthor's email address.
3683
3684 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3685
3686 * faces.el (face-spec-set-match-display): Add `graphic' display
3687 type (the inverse of `tty'). Use `display-graphic-p' instead of
3688 the window-system variable.
3689
3690 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3691
3692 * international/isearch-x.el (isearch-with-input-method): Call
3693 input-method-function with the first event in
3694 unread-command-events.
3695
3696 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3697
3698 * faces.el (face-default-spec, face-user-default-spec): Make
3699 defsubsts.
3700
3701 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3702
3703 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3704 New charsets.
3705
3706 * term/mac-win.el: Remove definitions of mac-roman-lower and
3707 mac-roman-upper, require dired, and define instead of set
3708 mac-ready-for-drag-n-drop to avoid compilation error.
3709
3710 2000-10-23 Andrew Innes <andrewi@gnu.org>
3711
3712 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3713 superfluous calls to subst-char-in-string; instead apply
3714 expand-file-name after convert-standard-filename to ensure
3715 expected directory separators are used.
3716
3717 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3718
3719 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3720
3721 2000-10-23 Dave Love <fx@gnu.org>
3722
3723 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3724 (tool-bar-add-item): Set foreground and background for XBM icons.
3725
3726 * international/latin1-disp.el (latin1-char-displayable-p): New
3727 function (from Handa).
3728 (latin1-display-check-font): Use it.
3729
3730 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3731 using :key-sequence, making it much more usable. Use nconc, not
3732 append.
3733 (imenu--create-keymap-1): Avoid append.
3734
3735 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3736
3737 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3738
3739 [the following changes fix a bug where `define-minor-mode' didn't
3740 correctly generate :require clauses for defcustoms in compiled files]
3741 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3742 (byte-compile-log-file, byte-compile-log-1): Don't set
3743 `byte-compile-current-file' to nil. Instead set
3744 `byte-compile-last-logged-file' to it. Test whether
3745 byte-compile-current-file equals byte-compile-last-logged-file
3746 instead of whether its nil.
3747 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3748
3749 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3750
3751 * textmodes/refill.el: Fix var names in doc.
3752 (refill-mode): Don't bother with make-local-hook anymore.
3753
3754 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3755
3756 * faces.el (face-user-default-spec, face-default-spec): New functions.
3757 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3758 (frame-set-background-mode, face-set-after-frame-default):
3759 Use `face-user-default-spec'. Simplify code slightly.
3760
3761 * woman.el (woman-italic-face, woman-bold-face)
3762 (woman-unknown-face): Add dark-background variants.
3763 (woman-default-faces): Renamed from `woman-colour-faces'.
3764 Set using the stored defaults, rather than using hard-wired colors.
3765 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3766 Just make the foreground `unspecified' rather than "black".
3767 (woman-menu): Rename menu entries accordingly.
3768
3769 * faces.el (header-line): Make more reasonable on mono/grayscale
3770 displays.
3771
3772 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3773
3774 * cus-edit.el (custom-button-face): Use 3D look for mac.
3775 (custom-button-pressed-face): Likewise.
3776
3777 * faces.el (set-face-attributes-from-resources): Handle mac frames
3778 in the same way as x and w32 frames.
3779 (face-valid-attribute-values): Likewise.
3780 (read-face-attribute): Likewise.
3781 (defined-colors): Likewise.
3782 (color-defined-p): Likewise.
3783 (color-values): Likewise.
3784 (display-grayscale-p): Likewise.
3785 (face-set-after-frame-default): Likewise.
3786 (mode-line): Same default face as for x and w32.
3787 (tool-bar): Likewise.
3788
3789 * frame.el: Remove call to frame-notice-user-settings at end of
3790 the file.
3791
3792 * info.el (Info-fontify-node): make underlines invisible for mac
3793 as for x, pc, and w32 frame types.
3794
3795 * term/mac-win.el: New file.
3796
3797 2000-10-22 Dave Love <fx@gnu.org>
3798
3799 * textmodes/refill.el: New file.
3800
3801 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3802
3803 * vc-hooks.el (vc-version-backup-file-name): New optional args
3804 MANUAL and REGEXP.
3805 (vc-delete-automatic-version-backups, vc-make-version-backup):
3806 New functions.
3807 (vc-before-save): Use the latter.
3808 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3809 confusion.
3810
3811 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3812 expected by vc[-hooks].el.
3813
3814 * vc.el (vc-checkout): Added `-p' suffix in call to
3815 vc-make-version-backups-p; use vc-make-version-backup to actually
3816 make the backup.
3817 (vc-version-other-window, vc-version-backup-file): Handle both
3818 automatic and manual backups.
3819 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3820 of all of them.
3821
3822 2000-10-22 Miles Bader <miles@gnu.org>
3823
3824 * comint.el (comint-highlight-input, comint-highlight-prompt):
3825 Renamed, `-face' at end removed.
3826 (comint-send-input, comint-output-filter): Use renamed faces.
3827
3828 * window.el (fit-window-to-buffer): Change defaulting of
3829 MAX-HEIGHT slightly.
3830
3831 * faces.el (color-values, color-defined-p): Use `member', not
3832 `memq', because it works correctly for strings.
3833 (frame-set-background-mode): Actually, "unspecified-fg" and
3834 "unspecified-bg" *are* strings. Use `member', not `memq', and
3835 `equal', not `eq', when a string value is possible.
3836
3837 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3838
3839 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3840
3841 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3842
3843 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3844 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3845 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3846 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3847 (sh-font-lock-syntactic-keywords): Use them.
3848 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3849 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3850 (sh-mode): Don't override font-lock-unfontify-region-function.
3851 Use a copy of sh-font-lock-syntactic-keywords.
3852 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3853 Don't call sh-scan-buffer since font-lock does it on the fly.
3854 (sh-get-indent-info): Use `face' rather than `syntax-table'
3855 text-property to detect here-documents.
3856 Replace sh-special-syntax with sh-st-punc.
3857 (sh-prev-line): Use `face' rather than `syntax-table'
3858 text-property to skip over here-documents.
3859 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3860 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3861 (sh-electric-less, sh-set-here-doc-region)
3862 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3863 (sh-scan-buffer, sh-rescan-buffer): Remove.
3864
3865 2000-10-21 Andrew Innes <andrewi@gnu.org>
3866
3867 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3868 remote (ange-ftp) file names.
3869
3870 2000-10-21 Miles Bader <miles@gnu.org>
3871
3872 * window.el (fit-window-to-buffer): New function.
3873 (shrink-window-if-larger-than-buffer): Use it.
3874 (window-text-height): Don't expect minibuffers to have mode-lines.
3875
3876 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3877 * international/quail.el (quail-update-guidance): Use
3878 `fit-window-to-buffer' instead of `set-window-text-height'.
3879
3880 * international/quail.el (quail-show-guidance-buf): Make sure
3881 guidance window really has enough room.
3882 (quail-update-guidance): If quail-guidance-win is already shown,
3883 make sure its height is OK.
3884
3885 * window.el (window-text-height, set-window-text-height):
3886 New functions.
3887 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3888 instead of `window-height' & `mode-line-window-height-fudge'.
3889 (mode-line-window-height-fudge): Add FACE parameter.
3890 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3891 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3892
3893 2000-10-20 Miles Bader <miles@gnu.org>
3894
3895 * window.el (height-affecting-face-attributes): Use `defconst'.
3896
3897 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3898 New function, conditionally aliased to `mode-line-window-height-fudge'.
3899 (ispell-help): Use it.
3900 (ispell-choices-win-default-height): Don't include mode-line fudge.
3901 (ispell-choices-win-default-height): New function.
3902 (ispell-show-choices, ispell-command-loop): Use function
3903 `ispell-choices-win-default-height' instead of variable.
3904
3905 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3906
3907 * window.el (mode-line-window-height-fudge): New variable.
3908 (height-affecting-face-attributes): New variable.
3909 (mode-line-window-height-fudge): New function.
3910 (shrink-window-if-larger-than-buffer): Use it.
3911 * help.el (resize-temp-buffer-window): Likewise.
3912
3913 * info.el (Info-fontify-node): Add support for @subsubsection
3914 titles, which use `Info-title-4-face'.
3915 (Info-title-4-face): New face.
3916 (Info-title-3-face): Inherit from Info-title-4-face instead of
3917 variable-pitch.
3918
3919 2000-10-19 Jason Rumney <jasonr@gnu.org>
3920
3921 * dired.el (dired-insert-directory): Do not let errors signalled by
3922 attempt to run dired-free-space-program prevent dired from working.
3923
3924 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3925
3926 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3927
3928 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3929
3930 * dirtrack.el (dirtrack): Fix call to run-hooks.
3931
3932 * cmuscheme.el (cmuscheme-program-name): Renamed from
3933 scheme-program-name because xscheme.el contains a defcustom with
3934 the same name. As a consequence, customizing group `cmuscheme'
3935 loaded `xscheme' which redefined run-scheme.
3936 (run-scheme): Use cmuscheme-program-name.
3937
3938 * ps-print.el (ps-print-emacs-type): Move into the
3939 eval-and-compile.
3940
3941 * play/doctor.el (doctor-death): Update the Samaritans'
3942 anonymous address, and add a website for Befrienders International.
3943
3944 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3945
3946 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3947 Avoid compilation gripes. Doc fix.
3948 (ps-print-version): New version number (6.2).
3949 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3950 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3951 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3952 (ps-x-extent-priority, ps-x-extent-start-position)
3953 (ps-x-face-font-instance, ps-x-find-coding-system)
3954 (ps-x-font-instance-properties, ps-x-make-color-instance)
3955 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3956 avoid compilation gripes without defining functions.
3957 (ps-e-find-composition): Alias for function find-composition, to have a
3958 suitable function depending on Emacs version.
3959 (ps-color-device, ps-color-values, ps-face-foreground-name)
3960 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3961 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3962 (ps-print-ensure-fontified): Function definitions surrounded by
3963 `eval-and-compile' to avoid compilation gripes.
3964 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3965 by symbol-value to avoid compilation gripes.
3966 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3967 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3968
3969 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3970
3971 * startup.el (normal-top-level): Call `frame-set-background-mode'
3972 after `frame-notice-user-settings' because the latter doesn't call
3973 the former on a tty.
3974
3975 * faces.el (frame-set-background-mode): `unspecified' &c are
3976 symbols, not strings.
3977
3978 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3981 why some "light*" colors are deliberately absent from the alist.
3982
3983 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3984 Change colors for tty's, as suggested by Miles Bader.
3985
3986 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3987
3988 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3989 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3990 for ISO10646-1 fonts.
3991 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3992
3993 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * faces.el (frame-set-background-mode): If a tty frame defines a
3996 background color, use that to compute the background mode, instead
3997 of always defaulting to "dark".
3998
3999 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4000
4001 * comint.el (comint-write-output): New function.
4002 (comint-mode-map): Add it to the menu.
4003 Bind `C-c C-s' to comint-write-output.
4004
4005 2000-10-18 Gerd Moellmann <gerd@gnu.org>
4006
4007 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4008 Use fancy-splash-delay.
4009
4010 2000-10-18 Alex Schroeder <alex@gnu.org>
4011
4012 * progmodes/sql.el (sql-sybase-options): New option.
4013 (sql-sybase): Use it. Add sql-database to the list of parameters
4014 provided for login. The options -w 2048 -n are not used any more.
4015
4016 * comint.el (comint-read-input-ring): Bugfix such that the first
4017 and the last entry of the input ring file are not lost.
4018
4019 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4020
4021 * ps-print.el: Internal variable changes to defcustom,
4022 make-local-hook changes to defvar. Doc fix.
4023 (ps-print-version): New version number (6.1).
4024 (ps-setup, ps-do-despool): Code fix.
4025 (ps-printer-name): Customization fix.
4026 (ps-printer-name-option): Now is a defcustom instead of an
4027 internal variable.
4028 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4029 (ps-print-begin-column-hook): Now are defvar instead of
4030 make-local-hook.
4031
4032 2000-10-18 Miles Bader <miles@gnu.org>
4033
4034 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4035 (comint-kill-output): Changed into an alias for `comint-delete-output',
4036 and made obsolete.
4037 (comint-mode-map): Rename references to comint-kill-output.
4038
4039 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4040
4041 * diff-mode.el (diff-header-face, diff-file-header-face)
4042 (diff-changed-face): Add bold and italic attributes to tty faces.
4043 (diff-function-face): New face.
4044 (diff-font-lock-keywords): Use it.
4045
4046 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4047
4048 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4049 Remove commented-out call to force-mode-line-update.
4050 (comint-kill-output): Use `forward-line 0' instead of
4051 beginning-of-line to make sure we get past the prompt.
4052
4053 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4054
4055 * diff-mode.el (diff-header-face, diff-file-header-face):
4056 Add specific setting for dark background.
4057 (diff-context-face): Renamed from diff-comment-face.
4058 Set explicitly rather than inheriting from font-lock-comment-face.
4059
4060 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4061
4062 * startup.el (command-line): Move the code which sets the default
4063 TTY colors to before before-init-hook.
4064
4065 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4066
4067 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4068
4069 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4072 extensions, for MS-DOS.
4073
4074 * diff-mode.el (diff-header-face, diff-file-header-face)
4075 (diff-changed-face): Define tty-specific colors.
4076
4077 2000-10-17 Gerd Moellmann <gerd@gnu.org>
4078
4079 * startup.el (fancy-splash-text): Realign the text.
4080
4081 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4082
4083 * font-lock.el (font-lock-comment-face): Define a separate default
4084 for dark-background tty's.
4085
4086 2000-10-17 Miles Bader <miles@gnu.org>
4087
4088 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4089 being obscured by whizzy mode-lines on graphics displays.
4090
4091 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4092
4093 * info.el (Info-title-1-face, Info-title-2-face)
4094 (Info-title-3-face): Define colors for tty's.
4095 (info-header-node): Remove unneeded tty-specific definition.
4096
4097 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4098
4099 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4100 reverse from the frame parameters, and don't invert foreground and
4101 background colors.
4102
4103 2000-10-16 Miles Bader <miles@gnu.org>
4104
4105 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4106 string "*Info*". Call propertized-buffer-identification to spruce
4107 up the result.
4108
4109 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4110
4111 * help.el: Provide `help' for the sake of define-minor-mode
4112 which generates defcustoms with requires.
4113
4114 * jit-lock.el (jit-lock-after-change): If we're in text that
4115 matches a multi-line font-lock pattern, make sure the whole text
4116 will be redisplayed.
4117
4118 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4119 author's name is unknown.
4120
4121 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4122 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4123 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4124 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4125 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4126 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4127 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4128 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4129 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4130 Add author information.
4131
4132 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4133
4134 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4135 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4136 full-color version (using the Gimp) to eliminate dithering artifacts.
4137
4138 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4139
4140 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4141
4142 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4143
4144 2000-10-15 Dave Love <fx@gnu.org>
4145
4146 * progmodes/sh-script.el: Require skeleton and comint when
4147 compiling.
4148
4149 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4150
4151 * whitespace.el: Doc fixes.
4152 (top-level): Don't add hooks here.
4153 (whitespace-running-emacs): Deleted.
4154 (timer): Don't require.
4155 (whitespace): Add back :version conditional on xemacs test.
4156 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4157 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4158 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4159 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4160 Avoid specific xemacs test.
4161 (whitespace-global-mode): New option.
4162 (whitespace-global-mode): New command.
4163 (whitespace-unload-hook): New function.
4164
4165 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4166 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4167 (Info-fontify-node): `Goto' goes to `Go to'.
4168 (Info-fontify-node): Add help-echo to xref links.
4169
4170 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4171
4172 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4173
4174 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4175
4176 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4177 Use plist-get and allow :inherit.
4178
4179 * emacs-lisp/cl-macs.el (cl-do-arglist):
4180 Use plist-get and plist-member instead of memq.
4181
4182 * emacs-lisp/ewoc.el (ewoc-location): New function.
4183 (ewoc-enter-after, ewoc-enter-before): Document return value.
4184 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4185 Don't need make-local-hook any more.
4186 (cvs-addto-collection): Return the new tin.
4187 (cvs-mode-insert): Jump to the new line.
4188
4189 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4190
4191 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4192
4193 * font-lock.el (font-lock-syntactically-fontified): New var.
4194 (font-lock-fontify-syntactic-keywords-region): Use it.
4195 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4196
4197 * diff-mode.el (diff-find-file-name): Fix regexp.
4198
4199 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4200 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4201
4202 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4203 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4204 (sh-mode): Don't make all vars local here.
4205 (sh-kw): Reformat.
4206 (sh-set-shell): Use dolist. Don't set indent-region-function.
4207 (sh-mode-syntax-table): Use pop.
4208 (sh-remember-variable): Use push.
4209 (sh-help-string-for-variable): Use memq.
4210 (sh-safe-backward-sexp): Remove.
4211 (sh-safe-forward-sexp): Add ARG.
4212 (sh-get-indent-info, sh-prev-stmt): Use it.
4213 (sh-prev-line): Simplify by using forward-comment.
4214 (sh-this-is-a-continuation): Simplify.
4215 (sh-learn-buffer-indent): Use dolist.
4216 (sh-do-nothing): Remove.
4217 (sh-set-char-syntax, sh-set-here-doc-region):
4218 Use inhibit-modification-hooks.
4219 (sh-name-style): Use mapcar and push.
4220 (sh-load-style): Use dolist.
4221 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4222 (sh-case, sh-while-getopts): Use propertize directly rather
4223 than sh-electric-rparen.
4224
4225 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4226
4227 * textmodes/tex-mode.el: Require CL when compiling.
4228 (tex-mode-syntax-table): Init immediately.
4229 (tex-mode-map): Bind M-RET to latex-insert-item.
4230 (latex-mode): Set indent-line-function to latex-indent.
4231 (tex-common-initialization): Don't setup the syntax-table any more.
4232 (latex-insert-item): New skeleton.
4233 (tex-next-unmatched-end): Fix copy/paste braino.
4234 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4235 (latex-indent, latex-find-indent): New functions.
4236 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4237 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4238 (tex-compilation-parse-errors): Use with-syntax-table.
4239
4240 2000-10-15 Miles Bader <miles@gnu.org>
4241
4242 * font-lock.el (font-lock-comment-face): Change dark-background,
4243 color, non-tty, default to `chocolate1'.
4244
4245 2000-10-13 John Wiegley <johnw@gnu.org>
4246
4247 * eshell/esh-util.el (require): Added a missing `require' form,
4248 needed when compiling (for an ange-ftp macro definition).
4249
4250 2000-10-13 Dave Love <fx@gnu.org>
4251
4252 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4253
4254 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4255
4256 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4257 fix.
4258
4259 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4260 transparent -colors 8).
4261
4262 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4263
4264 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4265 that breaks with old list format timestamps.
4266 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4267 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4268 strings.
4269
4270 2000-10-13 John Wiegley <johnw@gnu.org>
4271
4272 * align.el, pcomplete.el, calendar/timeclock.el,
4273 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4274
4275 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4276 faulty math, where holiday hours were being computing as seconds.
4277
4278 2000-10-13 John Wiegley <johnw@gnu.org>
4279
4280 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4281 specifying what "other" kinds of buffers should be saved. This
4282 used to be hard-coded.
4283 (desktop-buffer-misc-functions): A global for specifying how
4284 auxiliary data should be determined for special buffer types.
4285 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4286 instead of hard-coding the special buffer types.
4287 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4288 auxiliary data, instead of hard-coding for Info buffers and dired.
4289 (desktop-buffer-info-misc-data): Aux function for determining Info
4290 buffer auxiliary info.
4291 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4292 (desktop-buffer-info): Changed this function to use the info
4293 gathered above.
4294 (desktop-create-buffer): Be a little more careful about what
4295 `minor-mode' means before calling it. This is important for some
4296 buffer types.
4297
4298 2000-10-13 John Wiegley <johnw@gnu.org>
4299
4300 * eshell/esh-util.el: Added a global form which declares an
4301 autoload for `parse-time-string', if that function is not already
4302 defined, and if parse-time.el is available on the user's system.
4303
4304 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4305 to be aware of ange-ftp user info.
4306 (eshell-do-ls): Bind `ange-cache'. Also, use
4307 `eshell-file-attributes'.
4308 (eshell-ls-annotate): Use `eshell-file-attributes'.
4309 (eshell-ls-file): Made the user-id printing code a bit smarter.
4310
4311 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4312 allow identification of alias user ids in remote directories.
4313 It's manual, but there's no other way to know when the current
4314 user on the local machine, is also the owning user on the remote
4315 machine.
4316 (fboundp): Bind `ange-cache'.
4317 (eshell-directory-files-and-attributes): Re-organized the logic a
4318 bit to use `eshell-file-attributes' instead of `file-attributes'.
4319 The former is more sensitive to directories that are read via FTP,
4320 and knows how to use ange-ftp to determine full attribute
4321 information, instead of just the name and last modtime.
4322 (eshell-current-ange-uids): Return the current user id when in a
4323 remote directory.
4324 (eshell-parse-ange-ls): Parse a full directory listing that has
4325 been returned by ange-ftp.
4326 (eshell-file-attributes): This beefed up version of
4327 `file-attributes' is only special if the user is currently in a
4328 remote directory, in which case it does a lot of work to find out
4329 what the real attributes of a file are, as they appear on the
4330 remote machine. This makes usage of remote directories (i.e.,
4331 ange-ftp pathnames) much more useful. You can now use Eshell as a
4332 full-fledged FTP client, with much more manipulation ability than
4333 most other clients.
4334
4335 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4336 variable, which means that Eshell's du should always be preferred
4337 in remote directories.
4338 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4339 just `file-attributes'.
4340 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4341 when reading remote directories. This is an Eshell-specific
4342 variable (not part of ange-ftp).
4343 (eshell/ln): Bind `ange-cache'.
4344 (eshell/du): Added some extra logic for determining when to use
4345 Eshell's du (which is slow), and when to use the external version
4346 (which may or may not exist).
4347
4348 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4349 `eshell-interactive-process', rather than using
4350 `get-buffer-process', since backgrounded processes don't count in
4351 the context of this function's logic.
4352
4353 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4354 `forward-char', so that null strings are parsed correctly.
4355
4356 2000-09-13 John Wiegley <johnw@gnu.org>
4357
4358 * eshell/em-pred.el (eshell-pred-file-type,
4359 eshell-pred-file-links, eshell-pred-file-size): Use
4360 `eshell-file-attributes'. This is more correct over ange-ftp.
4361
4362 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4363 that remote file globbing is more efficient.
4364
4365 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4366 gathering the files and attributes within a directory.
4367
4368 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4369 the command line is a special file (not a regular file, directory
4370 or symlink), always attempt to call the external version of cat.
4371
4372 2000-09-13 John Wiegley <johnw@gnu.org>
4373
4374 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4375 Eshell-friendly version of find-tag.
4376
4377 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4378
4379 * image-file.el (image-file-name-extensions)
4380 (image-file-name-regexps): Add autoload cookies.
4381
4382 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4383
4384 * international/mule-cmds.el (select-safe-coding-system): If FROM
4385 is string, show it in *Warning* buffer.
4386
4387 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4388
4389 * startup.el (normal-top-level): Use display-popup-menus-p instead
4390 of window-system.
4391 (command-line): Use display-graphic-p instead of window-system.
4392 (command-line-1): Use display-popup-menus-p and display-mouse-p
4393 instead of window-system.
4394
4395 2000-10-12 Sam Steingold <sds@gnu.org>
4396
4397 * tooltip.el (tooltip-use-echo-area): New user variable.
4398 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4399
4400 2000-10-12 Dave Love <fx@gnu.org>
4401
4402 * recentf.el: Maintainer's checkdoc fixes.
4403
4404 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4405 character class, not ASCII when matching file names.
4406 (fancy-splash-head): Add trailing slash to URL.
4407 (command-line): Don't require XPM support for toolbar.
4408
4409 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4410 (cperl-invalid-face): Revert last change.
4411 (cperl-init-faces): Quote cperl-invalid-face.
4412
4413 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4414
4415 * startup.el (fancy-splash-text): Remove superfluous quote.
4416
4417 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4418
4419 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4420 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4421 (command-line-1): Don't use fancy-splash-pending-command.
4422 (fancy-splash-screens-1): Goto point-min after inserting text.
4423
4424 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4425
4426 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4427 instead of shared-lisp-mode-map.
4428
4429 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4430
4431 * faces.el (header-line): Change tty-variant to use underlining.
4432
4433 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4434 (isearch-highlight): Restore lazy-isearch face properties at old
4435 position, and suppress them at new position.
4436 (isearch-dehighlight): Restore lazy-isearch face properties.
4437 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4438 over the real isearch overlay, but in that case, don't give it a
4439 face property. Use `push'.
4440
4441 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4442
4443 * man.el (Man-getpage-in-background): Fix previous change.
4444 Decode the process output only when we are in multibyte mode.
4445
4446 2000-10-11 Dave Love <fx@gnu.org>
4447
4448 * info.el (Info-mode-menu): Fix some help.
4449 (info-tool-bar-map): Add entry for Info-last.
4450
4451 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4452 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4453 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4454 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4455 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4456 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4457 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4458 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4459 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4460 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4461 Reduce colour requirements to 25 overall. (Probably wants
4462 revisiting from the originals to reduce further.)
4463
4464 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4465
4466 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4467 buffer-file-coding-system, instead of raw-text.
4468 (dehexlify-buffer): Bind coding-system-for-read to
4469 buffer-file-coding-system, instead of raw-text.
4470
4471 2000-10-11 Sam Steingold <sds@gnu.org>
4472
4473 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4474 `underline' - fixes the bug introduced on 2000-09-21.
4475
4476 2000-10-11 Dave Love <fx@gnu.org>
4477
4478 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4479 compiler warnings.
4480 (scheme-mode): Doc fix.
4481 (scheme-font-lock-keywords-1): Match `define-syntax'.
4482
4483 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4484
4485 * faces.el (frame-set-background-mode): Pay attention to saved
4486 face specs as well as default ones. Only do anything if the
4487 bg-mode or display-type has actually changed. Use `dolist'.
4488 (region): Make dark-background `region' face less in-your-face.
4489
4490 2000-10-10 Sam Steingold <sds@gnu.org>
4491
4492 * chistory.el, ielm.el, ledit.el:
4493 * progmodes/inf-lisp.el, progmodes/scheme.el:
4494 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4495
4496 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4497
4498 * textmodes/texinfo.el: Update copyright and fix typo.
4499
4500 * desktop.el (desktop-modes-not-to-save): New var.
4501 (desktop-save-buffer-p): Use it.
4502 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4503 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4504
4505 2000-10-10 Dave Love <fx@gnu.org>
4506
4507 * toolbar/tool-bar.el (tool-bar-add-item)
4508 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4509 display.
4510
4511 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4512 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4513 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4514 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4515 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4516 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4517 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4518 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4519 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4520 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4521 the .xpms; probably need retouching.
4522
4523 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4524
4525 * subr.el (add-to-list): Add optional argument APPEND.
4526 * battery.el (display-battery): Use `add-to-list'.
4527
4528 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4529
4530 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4531 these vars as symbol properties.
4532 (zone, zone-when-idle, zone-leave-me-alone)
4533 (zone-pgm-whack-chars): Use new symbol properties.
4534
4535 * battery.el (display-battery): Doc spelling fix.
4536
4537 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4538 property.
4539
4540 2000-10-09 Dave Love <fx@gnu.org>
4541
4542 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4543 has been initialized before calling tool-bar-setup.
4544 (tool-bar-add-item-from-menu): Add autoload cookie.
4545
4546 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * menu-bar.el (send-mail-item-name): New function.
4549 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4550 of mail-user-agent in the menu. Don't display the "Send Mail"
4551 item if mail-user-agent is nil or its value is ignore.
4552 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4553 if read-mail-command is nil or its value is ignore.
4554
4555 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4556
4557 2000-10-09 Miles Bader <miles@gnu.org>
4558
4559 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4560 Correct image size.
4561 * toolbar/left_arrow.xpm: Correct image size.
4562
4563 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4564 will be done by the definition of `auto-compression-mode' if
4565 necessary. Move code to uninstall existing file-name handler
4566 before definition of `auto-compression-mode'.
4567
4568 * image-file.el (auto-image-file-mode): Move to the end of the
4569 file, because `define-minor-mode' actually calls the mode-function
4570 if the associated variable is non-nil, which requires that all
4571 needed functions be already defined.
4572
4573 * mouse.el (popup-menu): Balance parens.
4574
4575 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4576
4577 * mouse.el (popup-menu): Move the command call outside the loop
4578 so that popup-menu returns whatever the command returns.
4579
4580 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4581 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4582 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4583 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4584
4585 * vc.el (vc-version-diff): diff-switches can be a list.
4586 Use relative filenames for prettier output.
4587
4588 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4589 (vc-post-command-functions): Remove old-VC compatibility code.
4590
4591 * newcomment.el (comment-indent-default): Autoload.
4592
4593 * font-lock.el (font-lock-defaults): Make buffer-local.
4594 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4595 (font-lock-choose-keywords):
4596 Ignore LEVEL unless KEYWORDS is a list of syms.
4597 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4598 Don't wrap regexp-opt things in \(...\) unnecessarily.
4599
4600 * jit-lock.el: Don't require font-lock any more.
4601 (jit-lock-functions): Make buffer-local.
4602 (jit-lock-saved-fontify-buffer-function): Remove.
4603 (jit-lock-mode): Remove autoload cookie.
4604 Remove font-lock specific code.
4605 (jit-lock-unregister): Don't bother handling complex hooks any more.
4606 (jit-lock-refontify): New function.
4607 (jit-lock-fontify-buffer): Use it.
4608 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4609 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4610 Add optional args START and END.
4611 Never call font-lock-fontify-region directly.
4612 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4613
4614 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4615
4616 2000-10-08 Dave Love <fx@gnu.org>
4617
4618 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4619
4620 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4621
4622 * play/studly.el (studlify-region, studlify-word): Add autoload
4623 cookie.
4624
4625 * play/morse.el (morse-region, unmorse-region): Add autoload
4626 cookie.
4627
4628 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4629 concat.
4630
4631 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4632 insist on symbols starting with word syntax.
4633 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4634 (eval-defun-1): Doc fix.
4635 (indent-sexp): Use nconc to build up indent-stack.
4636
4637 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4638 Gnus with little use.
4639 (mail-setup-hook): Add mail-abbrevs-setup to options.
4640
4641 * recentf.el: Doc fixes.
4642
4643 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4644 Clean up remainder.
4645
4646 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4647 without timezone and (8) with timezone to enforce some whitespace.
4648 Simplify code somewhat.
4649
4650 * options.el (list-options): Doc that you should use customize.
4651
4652 * iswitchb.el (iswitchb-mode): Add :require.
4653
4654 * info.el (Info-goto-node, Info-menu): Doc fix.
4655 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4656 (info-tool-bar-map): New variable.
4657 (Info-mode): Use it.
4658 (Info-edit-map): Define all in defvar.
4659 (speedbar-attached-frame): Avoid compiler warning.
4660
4661 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4662 (global-map): Bind [tool-bar] to a filtered map.
4663 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4664 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4665 Allow PBM icons.
4666 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4667
4668 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4669 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4670 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4671 icons, except up_arrow, which is left-arrow rotated.
4672
4673 * imenu.el (imenu-add-to-menubar): Fix last change.
4674
4675 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4676
4677 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4678 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4679
4680 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4683 typos in doc strings.
4684
4685 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4686 the doc strings how to customize Font Lock faces.
4687
4688 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4689 computing growth when dragging the header line.
4690
4691 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * simple.el (kill-line): Doc fix.
4694
4695 2000-10-08 Miles Bader <miles@gnu.org>
4696
4697 * faces.el (secondary-selection): Make foreground visible on tty.
4698
4699 * jka-compr.el (auto-compression-mode): Move to the end of the
4700 file, because `define-minor-mode' actually calls the mode-function
4701 if the associated variable is non-nil, which requires that all
4702 needed functions be already defined.
4703 (with-auto-compression-mode): Add autoload cookie.
4704
4705 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4706
4707 * files.el (find-backup-file-name) [ms-dos]: If support for long
4708 file names is not available, behave as if version-control were set
4709 to never.
4710
4711 2000-10-07 Dave Love <fx@gnu.org>
4712
4713 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4714 (browse-url-gnome-moz): New function.
4715 (browse-url-browser-function): Use it.
4716 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4717
4718 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4719
4720 * indent.el (tab-always-indent): New var.
4721 (indent-for-tab-command): Use it.
4722
4723 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4724 raise an error. This way it can still default to a sane value.
4725
4726 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4727
4728 * startup.el (fancy-splash-screens): Use local rather than global map.
4729 Don't use `update-menu-bindings' any more.
4730 Get rid of assumptions about keymap representation.
4731
4732 2000-10-06 Dave Love <fx@gnu.org>
4733
4734 * textmodes/fill.el (sentence-end-double-space)
4735 (sentence-end-without-period): Doc fix.
4736 (adaptive-fill-regexp): Purecopy.
4737 (unjustify-current-line): Use line-end-position.
4738 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4739
4740 * net/eudc-vars.el (eudc): Add :version, :link.
4741
4742 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4743
4744 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4745 Fix for define-minor-mode.
4746 (function-at-point): Alias to function-called-at-point.
4747
4748 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4749
4750 * simple.el (backward-word): Doc fix.
4751
4752 * image-file.el (image-file-name-regexp): image-file-regexps ->
4753 image-file-name-regexps.
4754 (image-file-name-extensions): Add pbm.
4755
4756 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4759 and add filename to the names so that diff-mode can jump to source.
4760
4761 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4762 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4763 (tex-font-lock-keywords-1): Remove.
4764 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4765 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4766 (font-lock-default-fontify-region):
4767 Expand beg..end correctly when just following a multiline region.
4768 (font-lock-fontify-anchored-keywords):
4769 Include the anchor text as part of the multiline.
4770
4771 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4772
4773 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4774 latter needs the autoloaded define-minor-mode macro during the
4775 bootstrap.
4776
4777 * startup.el (command-line): For now, activate tool-bar-mode only
4778 if XPM images are supported.
4779
4780 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4781 window by dragging a header-line at the top of the frame; that's
4782 confusing because the header-line doesn't move.
4783 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4784 of treating the event as a list. Some cleanup.
4785
4786 2000-10-06 Miles Bader <miles@gnu.org>
4787
4788 * simple.el (display-message-or-buffer): New function.
4789 (shell-command-on-region): Use `display-message-or-buffer'.
4790
4791 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4792 docstring parts.
4793
4794 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4795 (smbclient-prompt-regexp): Add usage note to doc string.
4796 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4797 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4798 Use add-hook for adding the comint filter function, and only do so
4799 if it's not already in the global hook list.
4800 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4801 to `make-local-variable'.
4802 (nslookup-font-lock-keywords): Remove prompt entry.
4803 (nslookup): Don't set the process-filter.
4804 (finger): Exit the loop correctly when the regexps list runs out.
4805 (ftp, smbclient, smbclient-list-shares):
4806 Set the real major mode immediately, not after execing.
4807 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4808
4809 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4810
4811 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4812
4813 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4814
4815 * which-func.el (which-func-format): Remove spurious space.
4816 (which-func-mode): Don't make it permanent-local.
4817 (which-func-ff-hook): Allow which-func-maxout to be nil.
4818 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4819 (which-func-mode): Simplify.
4820 Use post-command-idle-hook rather than post-command-hook.
4821 Go through all buffers and update their state.
4822 (which-function): Also try add-log-current-defun-function.
4823
4824 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4825 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4826 Update call to with-vc-properties accordingly.
4827 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4828 (vc-revert-buffer): More careful about window selection and deletion.
4829 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4830
4831 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4832 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4833 (cvs-dired-action): Change the default to quickdir.
4834
4835 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4836 if comment-indent-function returns nil.
4837 (comment-indent-default): New function.
4838 (comment-indent-function): Use it and document the new semantics.
4839
4840 * image-file.el: Docstring fixes.
4841
4842 * help.el (help-xref-on-pp): Use match-string.
4843 (describe-variable): New arg BUFFER.
4844 Store the current buffer in the help-xref-stack.
4845 (temp-buffer-resize-mode): Use define-minor-mode.
4846
4847 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4848 consistently with its docstring.
4849 Set jit-lock-first-unfontify-pos in an idempotent way.
4850 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4851
4852 2000-10-05 Alex Schroeder <alex@gnu.org>
4853
4854 * sql.el (sql-mysql-options): New variable.
4855 (sql-mysql): Use it.
4856
4857 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4858
4859 * image.el (image): New group.
4860
4861 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4862 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4863
4864 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4865
4866 * net/net-utils.el (nslookup-font-lock-keywords)
4867 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4868 Ignore the value of wqindow-system; always define keywords
4869
4870 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4871
4872 * startup.el (fancy-splash-screens): Remove the code for
4873 debugging; `(trace-to-stderr "EXITTT\n")'.
4874
4875 2000-10-05 Miles Bader <miles@gnu.org>
4876
4877 * diff-mode.el (diff-goto-source): Update call to
4878 `diff-hunk-status-msg' to reflect new REV variable.
4879
4880 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * progmodes/icon.el (icon-mode):
4883 Don't gratuitously override the default for comment-column.
4884
4885 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4886
4887 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4888 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4889 (jit-lock-functions): New var.
4890 (jit-lock-function-1): Use it if non-nil.
4891 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4892 Set the `fontified' property before doing the fontification to avoid
4893 repeatedly going through the same error.
4894 Don't turn errors into messages.
4895 (jit-lock-register, jit-lock-unregister): New functions.
4896
4897 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4898 Use with-current-buffer.
4899
4900 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4901 Turn comment into docstring.
4902
4903 * apropos.el (apropos-mode): Use define-derived-mode.
4904
4905 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4906
4907 * startup.el (fancy-splash-pending-command): New variable.
4908 (fancy-splash-pre-command): New function.
4909 (fancy-splash-screens): Rewritten.
4910 (command-line-1): If fancy-splash-pending-command is set, call it
4911 interactively.
4912
4913 2000-10-04 Dave Love <fx@gnu.org>
4914
4915 * toolbar/tool-bar.el (tool-bar-setup): New function.
4916 (tool-bar-mode): Use it.
4917
4918 * subr.el (substitute-key-definition): Doc fix.
4919 (play-sound-file): New command.
4920
4921 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4922
4923 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4924 vc-version-backup-file-name): New functions.
4925
4926 * files.el (basic-save-buffer): Call vc-before-save before saving.
4927
4928 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4929 vc-cvs-stay-local-p.
4930
4931 * vc.el (vc-revert-buffer): Handle empty diff properly.
4932 (vc-version-backup-file): New function.
4933 (vc-checkout): Create a version backup if necessary.
4934 (vc-checkin): If a version backup file exists, delete it.
4935 (vc-version-diff): Diff locally using version backups, if available.
4936 (vc-revert-file): If there's a version backup, revert locally.
4937 (vc-transfer-file): Use version backup for base version, if
4938 available. If not, ask for confirmation whether to get it from the
4939 server. Update mode line before check-in.
4940
4941 2000-10-04 Dave Love <fx@gnu.org>
4942
4943 * toolbar/tool-bar.el (tool-bar-setup): New function.
4944 (tool-bar-mode): Use it.
4945
4946 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4947
4948 * net/net-utils.el (nslookup-font-lock-keywords)
4949 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4950 Only set if window-system is non-nil
4951 (net-utils-run-program): Returns buffer.
4952 (network-connection-reconnect): Added this function.
4953
4954 * generic.el:
4955 Incorporates extensive cleanup and docfixes by
4956 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4957 Uses cl compile-time macros.
4958 (generic-mode-name, generic-comment-list)
4959 (generic-keywords-list, generic-font-lock-expressions)
4960 (generic-mode-function-list, generic-mode-syntax-table):
4961 Removed variables.
4962 (generic-mode-alist): Renamed to generic-mode-list.
4963 (generic-find-file-regexp): Default changed to "^#".
4964 (generic-read-type): Uses completing read on generic-mode-list.
4965 (generic-mode-sanity-check): removed this function.
4966 (generic-add-to-auto-mode): Removed this function
4967 (generic-mode-internal): Bind mode-specific definitions
4968 into function instead of putting them in alist.
4969 (generic-mode-set-comments): Reworked extensively.
4970 (generic-mode-find-file-hook): Simplified regexp searching
4971 (generic-make-keywords-list): Omit extra pair of parens
4972
4973 * find-lisp.el (find-lisp-find-files-internal):
4974 Make sure directory name ends with "/".
4975
4976 * generic-x.el (apache-conf-generic-mode):
4977 Regexp now allows leading whitespace.
4978 (rc-generic-mode): Added eval-when-compile
4979 around generic-make-keywords-list.
4980 Deleted duplicate regexp
4981 (rul-generic-mode): Added eval-when-compile
4982 around generic-make-keywords-list.
4983 (etc-fstab-generic-mode): New generic mode.
4984 (rul-generic-mode): Removed one eval-when-compile
4985 which caused a max-specpdl-size exceeded error.
4986
4987 2000-10-04 Miles Bader <miles@gnu.org>
4988
4989 * simple.el (minibuffer-temporary-goal-position): New variable.
4990 (next-history-element): Try to keep the position of point in the
4991 input string constant.
4992
4993 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4994 (dired-do-create-files): If there's only one file, pass it in as
4995 the DEFAULT arg to dired-mark-read-file-name.
4996
4997 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4998
4999 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5000 (diff-goto-source): Be smarter when choosing REVERSE or not.
5001
5002 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5003 (texinfo-mode-menu): Add an explicit shortcut for update all.
5004
5005 2000-10-03 Andre Spiegel <spiegel@gnu.org>
5006
5007 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5008 factorize backend-specific code cleanly (this was essentially
5009 conceived by Stefan Monnier).
5010 (vc-unregister): Function removed.
5011 (vc-revert-file): New function.
5012 (vc-revert-buffer): Delegate some of the work to it.
5013
5014 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5015 default branch unconditionally.
5016 (vc-rcs-set-default-branch): New function.
5017 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5018 (vc-rcs-checkin): If an appropriate default branch has been set,
5019 force creation of that branch.
5020 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5021 code (as suggested by Stefan Monnier).
5022
5023 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5024
5025 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5026 highlighting overlay with a different face over the overlay
5027 isearch uses to highlight the current match because that can lead
5028 to bad face combinations.
5029
5030 * loadup.el (toplevel): Load faces before isearch.
5031
5032 * isearch.el (isearch-faces): New custom group.
5033 (isearch): New defface; was already tested for in the code.
5034 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5035 (isearch-highlight): Always use face `isearch'.
5036
5037 2000-10-02 Dave Love <fx@gnu.org>
5038
5039 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5040 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5041 comparison of opcode with operand.
5042
5043 2000-10-03 Miles Bader <miles@gnu.org>
5044
5045 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5046 buffer, since the echo area will now grow to accommodate them.
5047
5048 2000-10-02 Andre Spiegel <spiegel@gnu.org>
5049
5050 * vc-hooks.el (vc-registered): If FILE used to be registered under
5051 a certain backend, try that one first.
5052
5053 * vc.el (vc-responsible-backend): Undo the previous change in the
5054 argument list. Handle multiple backends correctly.
5055 (vc-find-new-backend): Function removed.
5056 (vc-register): Use vc-responsible-backend, as before.
5057 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5058
5059 2000-10-02 Gerd Moellmann <gerd@gnu.org>
5060
5061 * startup.el (fancy-splash-head): Change message below the
5062 logo.
5063
5064 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5065
5066 * diff-mode.el (diff-goto-source): Emit a status message.
5067 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5068 (diff-test-hunk): Fix doc string.
5069 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5070 (diff-advance-after-apply-hunk): New variable.
5071 (diff-apply-hunk): Don't return a value.
5072
5073 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * vc.el (vc-editable-p): Minor optimization.
5076 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5077 (vc-find-new-backend): New function split from vc-responsible-backend.
5078 (vc-register): Use it.
5079 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5080 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5081 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5082 (vc-clear-headers): Don't use find-file.
5083 (vc-revert-buffer): Use `and' again (must have been a braino).
5084 (vc-switch-backend): Only prompt if requested.
5085 Short circuit if nothing is to be done.
5086 Don't use vc-resynch-buffer which could lose unsaved editing.
5087 (vc-default-receive-file): Update call to vc-unregister.
5088 (with-vc-file, vc-next-action-on-file):
5089 Use vc-backend rather than vc-registered.
5090 (vc-next-action-on-file): Use intern-soft.
5091 Deal with read-only *vc-diff* buffer.
5092 (vc-transfer-file): Docstring fix.
5093
5094 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5095 (vc-rcs-receive-file): Avoid with-vc-properties.
5096 Update call to vc-unregister.
5097 Use constant `RCS' rather than (dynamically bound) var `backend'.
5098
5099 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5100
5101 * vc.el (vc-next-action-on-file): Update mode line only if file
5102 is visited.
5103 (vc-start-entry): New argument initial-contents. Don't visit the file
5104 if it isn't already visited. Brought documentation up-to-date.
5105 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5106 (vc-checkin): New optional arg initial-contents, which is passed to
5107 vc-start-entry.
5108 (vc-finish-logentry): Make sure to bury log buffer only if there
5109 really is one. Call `vc-resynch-buffer' on log-file, not
5110 buffer-file-name.
5111 (vc-default-comment-history, vc-default-wash-log): New functions.
5112 (vc-index-of): Removed.
5113 (vc-transfer-file): Make do without the above.
5114 (vc-default-receive-file): Call comment-history unconditionally. Pass
5115 the resulting string to vc-checkin, instead of inserting it into the
5116 comment ring.
5117
5118 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5119 unconditionally. Use the comments as initial contents of the log
5120 entry buffer. Document the trick to force branch creation with no
5121 changes.
5122
5123 2000-10-01 Miles Bader <miles@gnu.org>
5124
5125 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5126 `recenter' with an arg to prevent redrawing the display.
5127
5128 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5129
5130 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5131
5132 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5133
5134 * progmodes/c-mode.el (c-mode):
5135 Don't gratuitously override the default for comment-column.
5136
5137 * textmodes/tex-mode.el (latex-metasection-list): New var.
5138 (latex-imenu-create-index): Use it.
5139 Move the regexp construction outside loops (and use push).
5140 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5141 (tex-font-lock-keywords): Moved from font-lock.el.
5142 (tex-comment-indent): Remove.
5143 (tex-common-initialization): Don't set comment-indent-function.
5144 (latex-block-default): New var.
5145 (tex-latex-block): Use it to provide a default choice.
5146 Add any unknown choice to latex-block-names.
5147 Insert [...] after {...}.
5148 (tex-last-unended-begin): Simplify regexp.
5149 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5150 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5151 (latex-mode): Set forward-sexp-function.
5152
5153 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5154 Add regexp for @ignore ... @end ignore.
5155 (texinfo-heading-face): New face.
5156 (texinfo-font-lock-keywords): Use it.
5157 (texinfo-mode-menu): New menu.
5158 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5159 New functions.
5160 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5161 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5162 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5163 Remove declaration.
5164 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5165
5166 * delsel.el (delete-selection-mode): Use define-minor-mode.
5167
5168 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5169
5170 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5171
5172 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5173
5174 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5175
5176 * replace.el (keep-lines-read-args): New function.
5177 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5178 read arguments interactively. Add parameters RSTART and REND.
5179 Operate on the active region in Transient Mark mode.
5180
5181 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5182
5183 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5184 (authors-obsolete-files-regexps): New variable.
5185 (authors-add): Don't record changes in obsolete files.
5186
5187 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5188
5189 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5190
5191 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5192 (comment-indent): Make sure there's a space between code and comment.
5193 Shift comments left to avoid going past fill-column.
5194
5195 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5196
5197 * startup.el (startup-echo-area-message): New function.
5198 (display-startup-echo-area-message): Use it.
5199 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5200 (fancy-splash-default-action): New function.
5201 (fancy-splash-screens-1): New function.
5202 (fancy-splash-head): Put a help-echo and a keymap under the image.
5203
5204 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5205
5206 * diff-mode.el (diff-add-log-file-name): Remove.
5207 (diff-mode): Use add-log-buffer-file-name-function.
5208
5209 * add-log.el (find-change-log): New arg BUFFER-FILE.
5210 (add-log-file-name): Obey add-log-file-name-function.
5211 (add-log-buffer-file-name-function): New var.
5212 (add-change-log-entry): Use it.
5213
5214 2000-09-29 Miles Bader <miles@gnu.org>
5215
5216 * image-file.el (image-file-name-extensions): New variable.
5217 (image-file-name-regexps): Renamed from `image-file-regexps'.
5218 New default value is nil. Call `auto-image-file-mode'.
5219 (image-file-name-regexp): New function.
5220 (auto-image-file-mode): New minor mode.
5221 (insert-image-file): Don't make conditional on the image-file
5222 handler being enabled.
5223 (image-file-handler): Make the call here conditional instead.
5224 (set-image-file-handler-enabled, enable-image-file-handler)
5225 (disable-image-file-handler): Functions removed.
5226
5227 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5228 string.
5229
5230 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5231
5232 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5233 it's a function from CL.
5234 (latex-imenu-create-index): Replace eval-when-compile with progn
5235 because latex-section-alist is not bound while compiling.
5236
5237 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5238
5239 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5240 (outline-mode): Use define-derived-mode.
5241
5242 * progmodes/perl-mode.el (perl-mode):
5243 * progmodes/awk-mode.el (awk-mode):
5244 * progmodes/asm-mode.el (asm-mode):
5245 Don't gratuitously override the default for comment-column.
5246
5247 * emacs-lisp/lisp.el (lisp-complete-symbol):
5248 Distinguish the let-binding case from the funcall case.
5249 (forward-sexp-function): New variable.
5250 (forward-sexp): Use it.
5251
5252 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5253 (easy-mmode-defmap): Remove the now useless autoload.
5254
5255 * time.el (display-time-mode): Use define-minor-mode.
5256
5257 * subr.el (add-minor-mode): Don't eval NAME.
5258 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5259 Use if rather than cond.
5260
5261 * simple.el (read-expression-map): Define more properly.
5262 (comment-indent-hook): Remove.
5263 (string-to-syntax): Bug fix.
5264
5265 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5266 (cvs-ediff-diff): Fix typo.
5267 (cvs-revert-if-needed): Don't bother preserving read-only.
5268
5269 * paren.el (show-paren-mode): Use define-minor-mode.
5270
5271 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5272 (toggle-auto-compression): Remove.
5273 (jka-compr-build-file-regexp): Remove useless grouping.
5274
5275 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5276 Avoid user-reserved bindings.
5277 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5278 (diff-header-face): Revert to grey85.
5279
5280 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5281
5282 * complete.el (partial-completion-mode) <defcustom>: Remove.
5283 (partial-completion-mode): Use define-minor-mode.
5284 (PC-do-completion): Understand `completion-auto-help = delay'
5285 to mean to popup the completion buffer only the second time.
5286 (PC-include-file-all-completions, PC-include-file-all-completions)
5287 (PC-include-file-all-completions): Don't quote lambda.
5288
5289 * comint.el (comint-mode-hook): Docstring fix.
5290 (comint-mode): Use define-derived-mode.
5291 (comint-mode-map): Remove obsolete comment.
5292 (make-comint): Minor stylistic change.
5293 (comint-insert-clicked-input): Be more careful to find the overlay.
5294 Use this-command-keys rather than hardcoding mouse-2.
5295
5296 * font-lock.el: Replace confusing (,@ with ,
5297 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5298 Don't use regexp-opt-depth. Spice up the regexp for args.
5299 Don't distinguish between cmds that can take an opt arg or not.
5300 Use `append' and `prepend' rather than `keep'.
5301
5302 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5303 (latex-outline-regexp): New var.
5304 (latex-outline-level): New fun.
5305 (latex-section-alist): New var.
5306 (latex-imenu-create-index): Use it. Use `push' as well.
5307 (tex-shell-map): Initialize it properly.
5308 (tex-mode): Minor stylistic change.
5309 (plain-tex-mode): Use define-derived-mode.
5310 (latex-mode): Use define-derived-mode.
5311 Construct the paragraph regexps in a more readable way.
5312 Set the buffer-local outline-{level,regexp} vars.
5313 (slitex-mode): Derive from latex-mode.
5314 (tex-common-initialization): Don't kill-all-vars anymore.
5315 Add setting for comment-add and font-lock-defaults.
5316 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5317 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5318 (tex-start-tex): New arg DIR (and send a chdir command for it).
5319 Also display the shell buffer and save it in tex-last-buffer-texed.
5320 (tex-region): Use expand-file-name rather than concat.
5321 Remove code made useless by changes in tex-start-tex.
5322 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5323
5324 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5325
5326 2000-09-28 Dave Love <fx@gnu.org>
5327
5328 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5329
5330 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5331
5332 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5333 `append'.
5334
5335 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * info.el (Info-extract-pointer): Undo last change.
5338 Instead, fix the position of the `bound' arg to re-search-backward.
5339
5340 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5341
5342 * info.el (Info-extract-pointer):
5343 Widen more carefully, to avoid finding pointers in other nodes.
5344 (Info-index): Use push.
5345
5346 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5347
5348 * frame.el (set-frame-font): Remove call to obsolete function
5349 frame-update-faces.
5350 (set-foreground-color, set-background-color): Likewise for
5351 frame-update-face-colors.
5352
5353 2000-09-27 Miles Bader <miles@gnu.org>
5354
5355 * image-file.el: New file.
5356
5357 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5358
5359 * frame.el (frame-notice-user-settings): Don't call
5360 frame-update-faces, which is a no-op now.
5361
5362 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5363 tool-bar-lines.
5364
5365 2000-09-27 Dave Love <fx@gnu.org>
5366
5367 * mouse.el: Fix last change.
5368
5369 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5370
5371 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5372
5373 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5374
5375 * international/quail.el (quail-help): The output message is
5376 improved.
5377
5378 2000-09-26 Dave Love <fx@gnu.org>
5379
5380 * mouse.el (popup-menu): If POSITION is nil, set it using
5381 mouse-position.
5382
5383 2000-09-25 Sam Steingold <sds@gnu.org>
5384
5385 * net/browse-url.el (browse-url-file-url): Check for null maps.
5386
5387 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5388
5389 * frame.el (frame-notice-user-settings): Don't add a
5390 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5391
5392 * frame.el (frame-notice-user-settings):
5393 Make tool-bar-mode and default-frame-alist consistent.
5394
5395 * toolbar/tool-bar.el (tool-bar-help): New function.
5396
5397 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5398
5399 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5400 current-load-list in top-level forms. Else this leaks a cons cell
5401 every time a defun is called.
5402
5403 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5404
5405 2000-09-25 Dave Love <fx@gnu.org>
5406
5407 * startup.el (fancy-splash-head): Check XPM is available.
5408
5409 * autoinsert.el (auto-insert): Doc fix.
5410 (auto-insert-alist): Following GNU notices, don't say `copyright
5411 _by_'. Use line-beginning-position.
5412 (auto-insert): Check buffer-file-name is non-nil before use.
5413
5414 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5415
5416 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5417 starting with `@def' or `@multitable', in addition to ones
5418 specified by the user in auto-fill-inhibit-regexp.
5419
5420 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5421
5422 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5423 rmail-dont-reply-to-names matches the empty string.
5424
5425 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5426
5427 * startup.el (command-line-1, fancy-splash-text): Change the
5428 text to sound more friendly.
5429
5430 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5431
5432 * progmodes/hideshow.el: Update author email address.
5433 Generally, sync w/ maintainer version 5.22.
5434 (hs-hide-all-non-comment-function): New var.
5435 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5436 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5437 (hs-show-region): Delete this command.
5438 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5439
5440 2000-09-22 Dave Love <fx@gnu.org>
5441
5442 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5443 (hl-line-highlight): Specify buffer when moving overlay.
5444
5445 * progmodes/fortran.el (fortran-mode): Locally set
5446 normal-auto-fill-function.
5447 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5448 (fortran-mode-map): Adjust auto-fill menu entry.
5449
5450 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5451
5452 * vc-rcs.el (toplevel): Require `vc' when compiling.
5453
5454 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5455
5456 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5457
5458 * vc.el (vc-switch-backend): Signal an error if the file is not
5459 registered under the new backend.
5460
5461 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5462 without explicit revision number.
5463
5464 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5465
5466 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5467 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5468 (diff-xor): New function.
5469 (diff-find-source-location): Use it. Fix a stupid name clash.
5470 (diff-hunk-status-msg): New function.
5471 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5472 (diff-test-hunk): Use diff-find-source-location.
5473 (diff-goto-source): Favor the `reverse'.
5474 (diff-hunk-text): Properly handle one-sided context diffs.
5475 (diff-apply-hunk): When done, advance to the next hunk.
5476
5477 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5478
5479 * startup.el (command-line): If frame was created with a non-zero
5480 tool-bar-lines parameter, switch tool-bar-mode on.
5481
5482 * add-log.el (change-log-date-face, change-log-name-face)
5483 (change-log-email-face, change-log-file-face)
5484 (change-log-list-face, change-log-conditionals-face)
5485 (change-log-function-face, change-log-acknowledgement-face):
5486 New faces, inheriting from font-lock faces.
5487 (change-log-font-lock-keywords): Use them.
5488
5489 2000-09-21 Dave Love <fx@gnu.org>
5490
5491 * progmodes/cperl-mode.el (top-level): Clean up
5492 `eval-when-compile's and assorted defvars.
5493 (cperl-invalid-face): Don't double-quote value. Change custom
5494 type.
5495 (cperl-mode): Set normal-auto-fill-function and don't zap
5496 auto-fill-function.
5497 (cperl-imenu--function-name-regexp-perl): Renamed from
5498 imenu-example--function-name-regexp-perl.
5499 (cperl-imenu--create-perl-index): Renamed from
5500 imenu-example--create-perl-index.
5501 (cperl-xsub-scan): Don't require cl.
5502
5503 * msb.el (msb-mode-map): Use substitute-key-definition.
5504 (msb-mode): Use msb-mode-map.
5505
5506 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5507
5508 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5509 New functions.
5510 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5511 (vc-switch-backend): New function.
5512 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5513 (vc-register): Fix prompt.
5514 (vc-unregister, vc-default-unregister): New functions.
5515 (vc-version-diff): Handle empty buffer in sentinel.
5516
5517 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5518 (vc-rcs-state-heuristic): Use it to guess the state of files with
5519 non-strict locking.
5520 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5521 been set with -b, but not created yet.
5522 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5523 contents in order to find the state.
5524 (vc-rcs-checkin): Allow creation of branches with no changes.
5525 (vc-rcs-unregister, vc-rcs-receive-file)
5526 (vc-rcs-set-non-strict-locking): New functions.
5527
5528 * vc-hooks.el (vc-name): Force correct computation of the value
5529 in case it is missing.
5530
5531 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5532
5533 * startup.el (fancy-splash-tail): Use a different foreground
5534 color on a dark frame background.
5535
5536 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5537
5538 * info.el: Use the correct capitalization when making Info-mode
5539 and Info-edit-mode `special' modes.
5540
5541 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5542
5543 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5544 (diff-mode): Add support for add-log.el.
5545 (diff-hunk-text): Use char offsets rather than line offsets.
5546 (diff-find-source-location): Replace LINE with line-offset (nil
5547 if not found) and always set POS to a meaningful position.
5548 Adapt to the new char-offsets.
5549 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5550 Adapt to the new diff-find-source-location.
5551 (diff-goto-source): Adapt to the new diff-find-source-location.
5552
5553 * add-log.el (add-log-file-name): New function (split out of
5554 add-change-log-entry).
5555 (add-change-log-entry): Use it.
5556 Call add-log-file-name-function with the changelog file name if
5557 the current buffer is not associated with any file.
5558 Avoid find-file if the selected window is dedicated.
5559
5560 * diff-mode.el (diff-find-source-location):
5561 Move code from diff-apply-hunk. Return buffer rather than file.
5562 (diff-apply-hunk): Use the new result from diff-find-source-location.
5563 (diff-goto-source): Use the new diff-find-source-location.
5564
5565 2000-09-20 Dave Love <fx@gnu.org>
5566
5567 * iswitchb.el: Some doc fixes.
5568 (iswitchb-mode-map): Define completely initially. Inherit
5569 minibuffer-local-map.
5570 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5571 fundamental-mode.
5572 (iswitchb-global-map): New variable.
5573 (iswitchb-summaries-to-end): Amalgamate regexps.
5574 (iswitchb-mode): New.
5575 (iswitchb-mode-hook): New variable.
5576 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5577 `extensions'.
5578
5579 2000-09-20 Gerd Moellmann <gerd@gnu.org>
5580
5581 * ehelp.el (electric-help): New defgroup.
5582 (electric-help-shrink-window): New user-option.
5583 (with-electric-help): Use it.
5584
5585 * window.el (shrink-window-if-larger-than-buffer): If face
5586 `mode-line' has a :box, and we're on a graphical frame, add 1
5587 to the needed window height.
5588
5589 * frame.el (frame-notice-user-settings): Add a last parameter nil
5590 to a call to `append', because the last list passed to `append' is
5591 not copied, and so subsequent calls to assq-delete-all will modify
5592 default-frame-alist.
5593
5594 * startup.el (fancy-splash-image): Change :type.
5595 (fancy-splash-head): Use an XBM image if appropriate.
5596 (command-line-1): Show splash screens in more cases.
5597
5598 * startup.el (fancy-splash-text): Don't quote faces.
5599
5600 * dired.el (dired-font-lock-keywords): Undo last change.
5601 (dired-readin): Bind indent-tabs-mode to nil.
5602
5603 * startup.el (fancy-splash-head): If frame's background mode
5604 is `dark', change the black background of the image to gray.
5605 (fancy-splash-screens): Display startup echo area message.
5606 (display-startup-echo-area-message): New function.
5607
5608 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5609
5610 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5611
5612 * info.el (info-header-node): Tweak for color ttys.
5613
5614 * faces.el (face-valid-attribute-values): Make sure directories we
5615 search for stipples both exist and are readable before trying to
5616 search them.
5617
5618 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5619 in the dry-run case.
5620
5621 * jka-compr.el (with-auto-compression-mode): New macro.
5622
5623 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5624 (custom-group-tag-face, custom-variable-tag-face): Use relative
5625 :height and inherit from `variable-pitch' face instead of
5626 hardwiring :family.
5627 * hi-lock.el (hi-black-hb): Likewise.
5628
5629 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5630 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5631 toolbar-add-item, if image doesn't have a mask add a `:mask
5632 heuristic'.
5633
5634 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5635
5636 * diff-mode.el: Docstring fixes.
5637 (diff-header-face, diff-comment-face): New faces.
5638 (diff-font-lock-keywords): Highlight a bit differently.
5639 (diff-find-source-location): Don't return SPAN any more.
5640 (diff-hunk-text): Don't bother erasing the temp buffer.
5641 (diff-find-text): Drop argument LINE.
5642 (diff-apply-hunk): Update calls to diff-find-text.
5643 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5644
5645 * calendar/calendar.el: Docstring fixes.
5646 (calendar-make-alist): Don't quote lambda.
5647 (calendar-star-date): Use make-local-variable.
5648
5649 2000-09-19 Dave Love <fx@gnu.org>
5650
5651 * toolbar/tool-bar.el: Renamed from toolbar.el.
5652 Change `toolbar' to `tool-bar' generally in symbols.
5653 Make some items invisible in `special' major modes.
5654 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5655 Add arg PROPS.
5656
5657 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5658 Add :version here.
5659 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5660
5661 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5662
5663 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5664
5665 * files.el (find-file-suppress-same-file-warnings): New user-option.
5666 (find-file-noselect): Use it.
5667
5668 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5669 (fancy-splash-screen): Defgroup.
5670
5671 * add-log.el (change-log-font-lock-keywords): Match names
5672 more exactly for the case that font-lock-constant-face is
5673 underlined.
5674
5675 2000-09-19 Richard M. Stallman <rms@gnu.org>
5676
5677 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5678
5679 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5680
5681 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5682
5683 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5684
5685 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5686 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5687 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5688 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5689 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5690 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5691 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5692 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5693 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5694 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5695 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5696 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5697
5698 * startup.el (fancy-splash-text): New variable.
5699 (fancy-splash-delay, fancy-splash-image): New user-options.
5700 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5701 (fancy-splash-screens): New functions.
5702 (command-line-1): If display has a `display' frame parameter, has
5703 colors, and we have XPM support, show more fancy splash screens.
5704
5705 2000-09-19 Dave Love <fx@gnu.org>
5706
5707 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5708 with null `help'. Use modern backquote syntax.
5709
5710 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5711
5712 * font-lock.el (font-lock-mode): Change message telling the user
5713 that ``the buffer is too big''.
5714
5715 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5716 for instance for the case that tab-width is 2.
5717
5718 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5719
5720 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5721 toolbar-add-item, if image doesn't have a mask add a `:mask
5722 heuristic'.
5723
5724 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5725
5726 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5727 and return a cons if it's non-nil.
5728 (diff-apply-hunk): Try to jump to the line in the source text
5729 corresponding to the position of point in the in the hunk.
5730
5731 * info.el (Info-title-3-face, Info-title-2-face)
5732 (Info-title-1-face): Use face inheritance and relative sizes
5733 instead of hard-wiring things.
5734
5735 * faces.el (secondary-selection): Make dark-background variant sane.
5736
5737 2000-09-16 Andrew Innes <andrewi@gnu.org>
5738
5739 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5740 read-only, since they aren't under VC now.
5741
5742 2000-09-17 Dave Love <fx@gnu.org>
5743
5744 * tmm.el: Replace mapcar with mapc in several places.
5745
5746 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5747 ad-unadvise.
5748
5749 * international/latin1-disp.el: New file.
5750
5751 * calendar/cal-move.el (scroll-calendar-left)
5752 (scroll-calendar-right): Make arg optional (for active mode line).
5753
5754 * calendar/calendar.el (calendar-mode-line-format): Make fields
5755 mouse-sensitive.
5756 (calendar-read-date, calendar-read-date, calendar-window-list):
5757 Unquote lambda.
5758 (calendar-month-name): Use aref, not sref.
5759
5760 * view.el (minor-mode-alist): Propertize the string.
5761
5762 * international/characters.el (standard-case-table): Add entries
5763 for Greek.
5764
5765 2000-09-18 Miles Bader <miles@gnu.org>
5766
5767 * info.el (info-node, info-xref): Add dark-background variants.
5768
5769 * faces.el (header-line): Change defaults to be less confusing
5770 when mixed with mode-lines.
5771
5772 * info.el (Info-fontify-node): Make a few cleanups.
5773 Add extra `help-echo' and `local-map' props to node xrefs.
5774 Use header-specific faces for node-names & xrefs.
5775 (Info-use-header-line): New variable.
5776 (info-header-xref, info-header-node): New faces.
5777 (Info-setup-header-line): New function.
5778 (Info-select-node): Call Info-setup-header-line when enabled.
5779 (Info-extract-pointer): Work even if the header line is hidden.
5780 (Info-header-line): New variable.
5781
5782 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5783
5784 * vms-patch.el (print-region-function): Don't quote lambda.
5785
5786 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5787
5788 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5789 (lm-get-header-re): Allow spaces between the header and the colon.
5790 (lm-header): Allow $ in non-RCS headers.
5791 (lm-header-multiline): Put the strings back into order.
5792 Stop at an empty line. Don't require two space chars if the
5793 line is clearly not another header line.
5794
5795 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5796 (popup-menu-popup): Remove.
5797
5798 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5799
5800 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5801 specification if or if not tool-bar item contains an `:enabled'
5802 property.
5803
5804 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5805 current buffer has no file name.
5806
5807 2000-09-15 Dave Love <fx@gnu.org>
5808
5809 * strokes.el: Sync with maintainer's current version with changes
5810 for Emacs, but avoid runtime cl and levents.
5811 (toplevel): Change autoloads and compilation requires.
5812 (strokes-version, strokes-bug-address, strokes-lift): Values
5813 changed.
5814 (strokes-xpm-header, strokes-insinuated): New variable.
5815 (strokes): Add :link.
5816 (strokes-mode): Customized.
5817 (strokes-while-inhibiting-garbage-collector): New macro.
5818 (strokes-remassoc): Avoid remove-if.
5819 (strokes-fix-button2-command): Don't use ad-do-it.
5820 (strokes-insinuate): New function.
5821 (strokes-button-press-event-p, strokes-button-release-event-p):
5822 New functions, used instead of non-`strokes-' versions..
5823 (strokes-mouse-event-p): Rewritten.
5824 (strokes-event-closest-point): Avoid event-point.
5825 (strokes-get-grid-position): Avoid cdadr, caadr
5826 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5827 functions.
5828 (strokes-help): Use with-output-to-temp-buffer.
5829 (strokes-window-configuration-changed-p): New function.
5830 (strokes-update-window-configuration): Use buffer-live-p,
5831 strokes-window-configuration-changed-p.
5832 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5833 (strokes-char-face): New face.
5834 (strokes-char-table, strokes-base64-chars): New variable.
5835 (strokes-xpm-for-stroke, strokes-list-strokes)
5836 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5837 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5838 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5839 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5840 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5841 functions.
5842
5843 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5844
5845 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5846
5847 * image.el (create-image): Doc fix.
5848
5849 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5850 instead of `:heuristic-mask t'.
5851
5852 2000-09-14 Andrew Innes <andrewi@gnu.org>
5853
5854 * makefile.w32-in: Revert to Unix line endings.
5855
5856 2000-09-14 Andrew Innes <andrewi@gnu.org>
5857
5858 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5859 when installing.
5860
5861 * makefile.nt (DONTCOMPILE): Fix typo.
5862
5863 * shell.el (shell-write-history-on-exit): New function.
5864 (shell-dumb-shell-regexp): New custom variable.
5865 (shell-mode): Make shell-write-history-on-exit the process
5866 sentinel if shell name matches shell-dumb-shell-regexp.
5867
5868 * w32-fns.el: Comment out before-init-hook function which resets
5869 source-directory based; this breaks bootstrap.
5870
5871 2000-09-14 Dave Love <fx@gnu.org>
5872
5873 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5874 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5875 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5876 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5877 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5878 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5879 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5880 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5881 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5882
5883 * toolbar/toolbar.el: New.
5884
5885 * subdirs.el: Add toolbar.
5886
5887 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5888
5889 * indent.el (indent-for-tab-command): Doc fix.
5890
5891 2000-09-14 Alex Schroeder <alex@gnu.org>
5892
5893 * ansi-color.el (ansi-colors): Doc change.
5894 (ansi-color-get-face): Simplified regexp.
5895 (ansi-color-faces-vector): Added more faces, doc change.
5896 (ansi-color-names-vector): Doc change.
5897 (ansi-color-regexp): Simplified regexp.
5898 (ansi-color-parameter-regexp): New regexp.
5899 (ansi-color-filter-apply): Doc change.
5900 (ansi-color-filter-region): Doc change.
5901 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5902 deal with zero length parameters.
5903 (ansi-color-apply-on-region): Doc change.
5904 (ansi-color-map): Doc change.
5905 (ansi-color-map-update): Removed debugging message.
5906 (ansi-color-get-face-1): Added condition-case to trap
5907 args-out-of-range errors.
5908 (ansi-color-get-face): Doc change.
5909 (ansi-color-make-face): Removed.
5910 (ansi-color-for-shell-mode): New option.
5911
5912 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5913
5914 * international/quail.el (quail-start-translation): Translate KEY
5915 if necessary even if it doesn't have any mapping in the current
5916 input method.
5917 (quail-start-conversion): Likewise.
5918 (quail-help): The output message is improved.
5919
5920 2000-09-13 Miles Bader <miles@gnu.org>
5921
5922 * comint.el (comint-output-filter): Revert to using
5923 `insert-before-markers'. Add bletcherous hack to undo damage
5924 caused by `insert-before-markers'. Put `front-sticky' property on
5925 overlays created here so that the field code understands how the
5926 overlay works. Use a let when making comint-last-prompt-overlay,
5927 so that the code is easier to read.
5928
5929 2000-09-13 Dave Love <fx@gnu.org>
5930
5931 * wid-edit.el (widget-default-format-handler): DTRT when
5932 doc-property is a function.
5933
5934 2000-09-12 Francesco Potorti` <pot@gnu.org>
5935
5936 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5937 filed name if it's not there.
5938
5939 2000-09-12 Dave Love <fx@gnu.org>
5940
5941 * simple.el (read-mail-command): Doc fix.
5942 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5943
5944 * vc.el (vc-dired-listing-switches): Fix :version.
5945
5946 * vc-hooks.el: Doc fixes.
5947
5948 * subr.el (add-minor-mode): Use toggle-fun arg.
5949
5950 * speedbar.el: Add :version to several defcustoms.
5951
5952 * imenu.el (imenu--truncate-items, imenu--cleanup)
5953 (imenu--generic-function): Avoid mapcar.
5954 (imenu--replace-spaces): Function removed.
5955 (imenu--completion-buffer): Use subst-char-in-string.
5956 (imenu-add-to-menubar): Use keymap inheritance.
5957
5958 2000-09-12 Miles Bader <miles@gnu.org>
5959
5960 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5961 (diff-mode-map): Bind `diff-test-hunk'.
5962 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5963
5964 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5965
5966 * bytecomp.el (byte-compile-defvar): Undo last change
5967 because it breaks '(make-variable-buffer-local (defvar ...)'
5968 which is used at least in dired.
5969
5970 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5971
5972 * international/quail.el (quail-define-package): Docstring
5973 modified.
5974
5975 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5976
5977 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5978 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5979 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5980 docstring of "chinese-py".
5981
5982 * international/quail.el (quail-translation-docstring): New
5983 variable.
5984 (quail-show-keyboard-layout): Docstring modified.
5985 (quail-select-current): Likewise.
5986 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5987 infinite recursive call.
5988 (quail-help): Check quail-translation-docstring. Format of the
5989 output changed.
5990 (quail-help-insert-keymap-description): Adjusted for the above
5991 change.
5992
5993 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5994
5995 * bytecomp.el (byte-compile-defvar): Only cons onto
5996 current-load-list in top-level forms. Else this leaks a cons cell
5997 every time a defun is called.
5998
5999 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6000
6001 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6002 Now understands non-unified diffs. Some functionality moved into
6003 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6004 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6005 modify anything. Only reposition point in the patched file if the
6006 patch succeeds. Only pop up another window if POPUP is true.
6007 Emit a message describing what happened if successful, and at what
6008 line-offset. Automatically detect reversed hunks and do something
6009 appropriate.
6010 (diff-hunk-text, diff-find-text): New functions.
6011 (diff-filter-lines): Function removed.
6012 (diff-test-hunk): New function.
6013 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6014
6015 2000-09-10 Dave Love <fx@gnu.org>
6016
6017 * textmodes/tildify.el: Minor doc/commentary fixes.
6018 (tildify) <defgroup>: Add :version.
6019
6020 * faces.el (face-x-resources): Make custom type more specific.
6021 (frame-background-mode): Use mapc.
6022 (region) <defcustom>: Add :version.
6023
6024 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * vc-sccs.el (vc-sccs-register):
6027 * vc-rcs.el (vc-rcs-register):
6028 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6029 * vc.el (vc-register): Clear file's properties.
6030
6031 2000-09-08 Gerd Moellmann <gerd@gnu.org>
6032
6033 * faces.el (face-spec-set): Only face-spec-reset-face when
6034 ATTRS is non-nil.
6035
6036 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6037
6038 * help.el (help-insert-xref-button): Fix a typo in doc string.
6039
6040 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6041
6042 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6043 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6044 methods.
6045
6046 * menu-bar.el (read-mail-item-name): New function.
6047 (menu-bar-tools-menu): Use it to compute and display the package
6048 used to read email.
6049 (menu-bar-tools-menu): Fix typo in GUD's help string.
6050
6051 2000-09-07 Dave Love <fx@gnu.org>
6052
6053 * diff-mode.el (diff-mouse-goto-source): New function.
6054
6055 * vc-sccs.el: Doc fixes.
6056 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6057
6058 * vc-rcs.el: Doc fixes.
6059 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6060 (vc-rcs-checkout-switches, vc-rcs-header)
6061 (vc-rcs-master-templates): Add or change :version.
6062
6063 * vc-cvs.el: Doc fixes.
6064 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6065 (vc-cvs-stay-local): Add :version.
6066
6067 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6068
6069 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6070
6071 * international/quail.el (quail-help): Fix previous change.
6072
6073 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6074
6075 * faces.el (color-values): Doc fix.
6076
6077 * faces.el (frame-set-background-mode): Use frame-parameter
6078 instead of frame-parameters.
6079
6080 * frame.el (filtered-frame-list): Reduce consing.
6081 (frames-on-display-list): Call frame-parameter instead of
6082 frame-parameters.
6083
6084 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6085
6086 * language/devan-util.el (devanagari-to-indian-region): In the
6087 loop, change the following char, not preceding char.
6088
6089 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6090
6091 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6092 instead of frame-parameters.
6093
6094 * faces.el (set-face-attribute): Simplify by calling
6095 internal-set-lisp-face-attribute with FRAME being 0.
6096
6097 * vc.el: Remove `Id' version control keyword.
6098
6099 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6100
6101 * help.el (help-make-xrefs): Adjusted for the change of
6102 help-xref-mule-regexp.
6103 (help-insert-xref-button): New function.
6104
6105 * international/mule-cmds.el (help-xref-mule-regexp-template):
6106 Include the pattern for character set.
6107 (leim): New group.
6108
6109 * international/quail.el: Don't require face.
6110 (quail): New group.
6111 (quail-other-command): Dummy command to make quail-help work better.
6112 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6113 (quail-keyboard-layout-substitution): New variable.
6114 (quail-update-keyboard-layout): New function.
6115 (quail-keyboard-layout-type): New customizable variable.
6116 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6117 (quail-keyboard-translate): Pay attention to
6118 quail-keyboard-layout-substitution.
6119 (quail-insert-kbd-layout): New function.
6120 (quail-show-keyboard-layout): New function.
6121 (quail-get-translation): If the definition is a vector of length
6122 1, and the element is a string of length 1, return the character
6123 in that string.
6124 (quail-update-current-translations): Fix the case of
6125 relative-index out of range.
6126 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6127 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6128 Show key sequences for all available characters.
6129 (quail-help-insert-keymap-description): Don't show such verbose
6130 key bindings as quail-self-insert-command.
6131
6132 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6133 Format changed, and each element now have extra documentations.
6134 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6135 Adjusted for the change of quail-cxterm-package-ext-info.
6136
6137 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6138
6139 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6140 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6141 during bootstrap.
6142
6143 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * vc.el: (toplevel): Don't require `dired' at run-time.
6146 (vc-dired-resynch-file): Remove autoload cookie.
6147
6148 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6149
6150 * vc.el: Made several backend functions optional.
6151 (vc-default-responsible-p): New function.
6152 (vc-merge): Use RET for first version to trigger merge-news, not
6153 prefix arg.
6154 (vc-annotate): Handle backends that do not support annotation.
6155 (vc-default-merge-news): Removed. The existence of a merge-news
6156 implementation is now checked on caller sites.
6157
6158 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6159 case.
6160
6161 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6162 special case that has been removed from the default in vc-hooks.el.
6163
6164 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6165
6166 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6167
6168 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6169
6170 * vc-hooks.el: Require vc during compilation.
6171 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6172 macro `with-vc-properties' in vc.el.
6173 (vc-file-getprop): Doc fix.
6174 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6175
6176 * vc.el: Require dired-aux during compilation.
6177 (vc-name-assoc-file): Moved to vc-sccs.el.
6178 (with-vc-properties): New macro.
6179 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6180 vc-finish-steal): Use it.
6181 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6182 to the backend-specific function is now supposed to do the checkout,
6183 too.
6184 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6185
6186 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6187 set file properties; that gets done in the generic code now.
6188
6189 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6190 Changed parameter list, added code from vc.el that does the
6191 checkout, possibly with a double-take.
6192
6193 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6194 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6195 the above under the new name.
6196 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6197 parameter list, added checkout command.
6198 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6199 properties; that gets done in the generic code now.
6200
6201 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6202
6203 * vc.el: Docstring fixes (courtesy of checkdoc).
6204
6205 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6206
6207 * vc.el (vc-checkout-writable-buffer-hook)
6208 (vc-checkout-writable-buffer): Remove.
6209 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6210 (vc-log-mode): Make it into a clean derived major mode.
6211 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6212 vc-log-mode if log-edit is not available.
6213 (vc-dired-mode-map): Don't set-keymap-parent yet.
6214 (vc-dired-mode): Do set-keymap-parent here.
6215 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6216
6217 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6218
6219 * faces.el (set-face-attribute, face-spec-reset-face)
6220 (face-spec-set): Avoid consing by removing calls to `apply'.
6221
6222 * frame.el (frame-parameter): Move to C code.
6223
6224 2000-09-05 Dave Love <fx@gnu.org>
6225
6226 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6227 insert-before-markers-and-inherit. Now checked systematically!
6228
6229 2000-09-05 Alex Schroeder <alex@gnu.org>
6230
6231 * sql.el (sql-postgres): Use sql-postgres-options.
6232 (sql-postgres-options): New variable.
6233
6234 2000-09-05 Alex Schroeder <alex@gnu.org>
6235
6236 * sql.el (sql-mode-menu): Work around missing variable mark-active
6237 in XEmacs.
6238 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6239 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6240 compatibility.
6241
6242 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6243
6244 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6245
6246 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6247
6248 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6249
6250 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6251
6252 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6253 don't support anything else under SCCS yet.
6254
6255 * vc-hooks.el: Minor doc fixes.
6256
6257 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6258
6259 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6260 not necessary. If verbose in state `needs-patch', do the same as
6261 under `up-to-date'. When NOT verbose and `needs-patch', check out
6262 latest version instead of `merge-news'.
6263 (vc-next-action-dired): Don't mess with default-directory here; it
6264 breaks other parts of dired. It is the job of the
6265 backend-specific functions to adjust it temporarily if they need it.
6266 (vc-next-action): Remove a special CVS case.
6267 (vc-clear-headers): New optional arg FILE.
6268 (vc-checkin, vc-checkout): Set properties vc-state and
6269 vc-checkout-time properly.
6270 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6271 (vc-print-log): Use new backend function `show-log-entry'.
6272 (vc-cancel-version): Do the checks in a different order. Added a
6273 FIXME concerning RCS-only code.
6274
6275 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6276 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6277
6278 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6279
6280 * vc-hooks.el (vc-default-mode-line-string): Show state
6281 `needs-patch' as a `-' too.
6282
6283 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6284
6285 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6286 (vc-default-could-register): New function.
6287 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6288 (vc-resynch-buffer): Call vc-dired-resynch-file.
6289 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6290 vc-resynch-buffer instead of vc-resynch-window.
6291 (vc-next-action-dired): Don't redisplay here, that gets done as a
6292 result of the individual file operations.
6293 (vc-retrieve-snapshot): Corrected prompt order.
6294
6295 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6296
6297 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6298 as well.
6299 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6300 hostname regexps. Updated all callers.
6301 (vc-cvs-responsible-p): Handle directories as well.
6302 (vc-cvs-could-register): New function.
6303 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6304 properties up-to-date.
6305
6306 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6307 user whether to create one.
6308
6309 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6310
6311 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6312 check out a non-existing file.
6313
6314 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6315 workfile does not exist.
6316
6317 * vc.el (vc-version-diff): Use `require' to check for existence of
6318 diff-mode.
6319
6320 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6321
6322 * vc-cvs.el (vc-cvs-registered): Use new function
6323 vc-cvs-parse-entry to do the actual work.
6324
6325 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6326
6327 * vc-hooks.el (vc-find-backend-function): If function doesn't
6328 exist, return nil instead of error.
6329 (vc-call-backend): Doc fix.
6330
6331 * vc.el (vc-do-command): Doc fix.
6332 (vc-finish-logentry): When checking in from vc-dired, choose the
6333 right backend for logentry check.
6334 (vc-dired-mode-map): Inherit from dired-mode-map.
6335 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6336 simplified.
6337 (vc-dired-state-info): Removed, updated caller.
6338 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6339 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6340 (vc-dired-listing-switches): New variable.
6341 (vc-directory): Use it, instead of dired-listing-switches.
6342
6343 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6344 (vc-cvs-dir-state): New function.
6345 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6346 (vc-cvs-parse-entry): New function, also to be used in
6347 vc-cvs-registered.
6348
6349 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6350
6351 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6352 *or* single-window-frames.
6353
6354 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6355
6356 * vc.el (vc-update-changelog): Split into generic part and default
6357 implementation. Doc string adapted.
6358 (vc-default-update-changelog): New function. Call the `rcs2log'
6359 script in exec-directory, to fix a long-standing nuisance.
6360
6361 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6362 simply signals an error.
6363
6364 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6367 control-flow more clear and to avoid running `cvs' twice.
6368
6369 * vc.el (vc-next-action-on-file): Doc fix.
6370 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6371 (vc-print-log): Eval `file' before constructing the continuation.
6372
6373 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6374
6375 * vc.el (vc-next-action-on-file): Corrected several messages.
6376 (vc-merge): Add prefix arg `merge-news'; handle it.
6377
6378 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6379 is not reached. It is.
6380 (vc-cvs-merge): Set state to 'edited after merge.
6381 (vc-cvs-merge-news): Set workfile version to nil if not known.
6382 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6383
6384 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6385 via stdout. (Merge from main line.)
6386
6387 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6388
6389 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6390 detection.
6391
6392 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6393
6394 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6395 against kill-all-local-variables.
6396 (vc-log-edit): Don't save vc-parent-buffer any more.
6397 (vc-last-comment-match): Initialize to an empty string.
6398 (vc-post-command-functions): New hook.
6399 (vc-do-command): Run it.
6400 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6401 (vc-finish-logentry): Only add the comment to the ring if it's
6402 different from the last comment entered.
6403 (vc-new-comment-index): New function.
6404 (vc-previous-comment): Use it. Make the minibuffer message
6405 slightly less terse.
6406 (vc-comment-search-reverse): Make it work forward as well. Don't
6407 set vc-comment-ring-index if no match is found. Use
6408 vc-new-comment-index.
6409 (vc-comment-search-forward): Use vc-comment-search-reverse.
6410 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6411 define-derived-mode will do it for us. Bind `v' to a keymap that
6412 inherits from vc-prefix-map so that we can bind `vt' without
6413 binding C-x v t.
6414 (vc-retrieve-snapshot): Parenthesis typo.
6415
6416 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6417 to 1. Make sure to switch to *vc* before looking for an error
6418 message. Use vc-parse-buffer.
6419
6420 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6421
6422 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6423 and NAME.
6424 (vc-retrieve-snapshot): Split into two parts.
6425 (vc-default-retrieve-snapshot): New function.
6426
6427 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6428 (vc-cvs-retrieve-snapshot): New function (untested).
6429 (vc-cvs-stay-local): Default to t.
6430 (vc-cvs-remote-p): New function and property.
6431 (vc-cvs-state): Stay local only if the above is t.
6432 (vc-handle-cvs): Removed.
6433 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6434 done via vc-handled-backends now.
6435 (vc-cvs-header): Escape Id.
6436
6437 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6438
6439 * vc.el (vc-do-command): Remove unused commands.
6440 (vc-version-diff): Make sure default-directory ends with a slash.
6441 Move the window commands into a vc-exec-after.
6442 (vc-print-log): Move more of the code into the `vc-exec-after'.
6443
6444 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6445
6446 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6447 (vc-print-log): Search current revision from beginning of buffer.
6448 (vc-revert-buffer): Clear echo area after the diff is finished.
6449 (vc-prefix-map): Removed definition of "t" for terse display in vc
6450 dired.
6451 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6452 definition of "vt" for terse display.
6453 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6454
6455 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * vc.el (vc-exec-after): Avoid caddr.
6458
6459 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6460
6461 * vc.el (vc-exec-after): New function.
6462 (vc-do-command): Use it to add a termination message for async
6463 procs.
6464 (vc-checkout): Try to handle a missing-backend situation.
6465 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6466 of a directory with a backend using async diffs.
6467 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6468 present.
6469
6470 * vc-sccs.el (vc-sccs-state-heuristic): Use
6471 file-ownership-preserved-p.
6472
6473 * vc-rcs.el (vc-rcs-state-heuristic): Use
6474 file-ownership-preserved-p.
6475 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6476
6477 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6478
6479 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6480 vc-do-command.
6481
6482 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6483 when there are no changes.
6484
6485 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6486
6487 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6488
6489 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6490
6491 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6492
6493 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6494
6495 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6496 the `fset' outside of the defvar so that it works even if
6497 vc-prefix-map was already defined.
6498 (vc-setup-buffer): New function, split out of vc-do-command.
6499 (vc-do-command): Allow BUFFER to be t to mean `just use the
6500 current buffer without any fuss'.
6501 (vc-version-diff): Change the `diff' backend operation to just put
6502 the diff in the current buffer without erasing it. Always use
6503 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6504 shrink-window-if-larger-than-buffer.
6505 (vc-print-log): Change the `print-log' backend operation to just
6506 put the log in the current buffer without erasing it. Protect
6507 shrink-window-if-larger-than-buffer.
6508 (vc-update-change-log): Fix setd typo.
6509
6510 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6511 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6512
6513 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6514 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6515 CMP.
6516
6517 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6518 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6519 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6520
6521 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6522
6523 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6524 not possible, use vc-BACKEND-workfile-unchanged-p.
6525 (vc-default-workfile-unchanged-p): New function. Delegates to a
6526 full vc-BACKEND-diff.
6527
6528 * vc-hooks.el (vc-simple-command): Removed.
6529
6530 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6531 instead of vc-simple-command.
6532 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6533 avoid doing a diff when opening a file.
6534 (vc-rcs-state): Added check for unlocked-changes.
6535 (vc-rcs-header): Escape Id.
6536 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6537 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6538 version.
6539
6540 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6541 (vc-sccs-diff): Remove optional arg CMP.
6542 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6543 SCCS-specific function.
6544
6545 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6546 vc-simple-command.
6547
6548 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6549
6550 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6551 (with-vc-file, vc-merge): Use vc-editable-p.
6552 (vc-do-command): Remove unused var vc-file and fix the
6553 doubly-defined `status' var. Add a user message when starting an
6554 async command.
6555 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6556 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6557 Use with-current-buffer.
6558 (vc-buffer-sync): Use unless.
6559 (vc-next-action-on-file): If the file is 'edited by read-only,
6560 make it read-write instead of trying to commit.
6561 (vc-version-diff, vc-update-change-log): Use `setq
6562 default-directory' rather than `cd'.
6563 (vc-log-edit): Don't forget to set default-directory in the
6564 buffer.
6565
6566 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6567 (vc-sccs-state-heuristic): Use file-writable-p instead of
6568 comparing userids.
6569 (vc-sccs-checkout): Use `unless'.
6570
6571 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6572 of comparing userids.
6573 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6574 Simplify the logic by eliminating unreachable code.
6575 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6576 just do a recursive call if we need to retry.
6577 (vc-rcs-checkout): Handle the case where rcs is missing by making
6578 the buffer read-write if requested and re-signalling the error.
6579
6580 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6581
6582 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6583
6584 * vc-hooks.el (vc-handled-backends): Docstring change.
6585 (vc-ignore-vc-files): Mark obsolete.
6586 (vc-registered): Check vc-ignore-vc-files.
6587 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6588 vc-ignore-vc-files.
6589
6590 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6591
6592 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6593
6594 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6595 files since ange-ftp already has vc-registered return nil.
6596
6597 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6598 (vc-sccs-workfile-version): Use with-temp-buffer and new
6599 vc-parse-buffer and don't bother setting the property.
6600 (vc-sccs-add-triple): Use with-current-buffer and
6601 find-file-noselect.
6602 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6603
6604 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6605 derives from the old vc-parse-buffer but uses the revision number
6606 rather than the date (much easier to compare robustly).
6607 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6608 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6609 locking-user more directly. Check strict locking and set
6610 checkout-model appropriately.
6611 (vc-rcs-parse-locks): Remove.
6612 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6613 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6614 (vc-rcs-system-release): Use with-current-buffer and
6615 vc-parse-buffer.
6616 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6617
6618 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6619 (vc-simple-command): Docstring fix.
6620 (vc-registered): Align the way the file-handler is called with the
6621 way the function itself works.
6622 (vc-file-owner): Remove.
6623
6624 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6625 extraction of fields and call to file-attributes because of a
6626 temporary bug in rcp.el.
6627 (vc-cvs-fetch-status): Use with-current-buffer.
6628
6629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6630
6631 * vc.el (vc-do-command): Use file-relative-name.
6632 (vc-responsible-backend): Use vc-backend if possible.
6633 (vc-create-snapshot): Improve the `interactive' spec. Add support
6634 for branches and dispatch to backend-specific `create-snapshot'.
6635 (vc-default-create-snapshot): New function, containing the bulk of
6636 the old vc-create-snapshot.
6637 (vc-retrieve-snapshot): Improve the interactive spec.
6638
6639 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6640 (vc-backend-hook-functions): Remove.
6641 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6642 (vc-backend): Reintroduce the test for `file = nil' now that I
6643 know why it was there (and added a comment to better remember).
6644
6645 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6646 code from vc-sccs-hooks.el.
6647 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6648 'vc anymore.
6649 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6650 and file-directory-p instead of file-exists-p.
6651 (vc-sccs-check-headers): Simplify the regexp.
6652
6653 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6654 from vc-rcs-hooks.el. Don't require 'vc anymore.
6655 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6656 file-directory-p instead of file-exists-p.
6657
6658 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6659 from vc-cvs-hooks.el.
6660 (proto vc-cvs-registered): Require 'vc-cvs instead of
6661 'vc-cvs-hooks. Don't require 'vc anymore.
6662 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6663 file-directory-p instead of file-exists-p.
6664 (vc-cvs-create-snapshot): New function, replacing
6665 vc-cvs-assign-name.
6666 (vc-cvs-assign-name): Remove.
6667
6668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6669
6670 * vc-cvs.el (vc-cvs-header): New var.
6671
6672 * vc-rcs.el (vc-rcs-exists): Remove.
6673 (vc-rcs-header): New var.
6674
6675 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6676 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6677 (vc-sccs-header): New var.
6678
6679 * vc.el (vc-do-command): Get rid of the `last' argument.
6680 (vc-header-alist): Remove, replaced by vc-X-header.
6681 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6682 (vc-dired-hook): Use expand-file-name instead of concat.
6683 (vc-directory): Use file-name-as-directory.
6684 (vc-snapshot-precondition, vc-create-snapshot)
6685 (vc-retrieve-snapshot): Allow the command to operate on any
6686 directory.
6687
6688 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6689 just removing the 'WORKFILE argument or by removing the 'MASTER
6690 argument and replacing `file' with (vc-name file).
6691
6692 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6693
6694 * vc.el: Update Copyright and add a crude list of backend funs.
6695 (vc-writable-p): New function.
6696 (with-vc-file): Use vc-writable-p.
6697 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6698 (vc-register): Avoid vc-name.
6699 (vc-locking-user): Remove.
6700 (vc-steal-lock): Make the `owner' arg non-optional.
6701 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6702 vc-checkout-model.
6703 (vc-default-dired-state-info): Use vc-state instead of
6704 vc-locking-user and return special strings for special states.
6705 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6706 and get rid of one of the special CVS cases.
6707 (vc-cancel-version): prettify error message with \\[...].
6708 (vc-rename-master): New function.
6709 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6710 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6711 the CVS special case generic.
6712 (vc-default-record-rename): Remove.
6713 (vc-file-tree-walk-internal): Only call FUNC for files that are
6714 under control of some VC backend and replace `concat' with
6715 expand-file-name.
6716 (vc-file-tree-walk): Update docstring.
6717 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6718 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6719
6720 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6721 vc-sccs-record-rename. Use `find-file-noselect' rather than
6722 `find-file' and call `vc-rename-master' to do the actual move.
6723 (vc-sccs-diff): Remove unused `backend' variable.
6724
6725 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6726 to delay loading of vc-sccs until it is really used.
6727 (vc-sccs-master-templates): Preload.
6728 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6729 (vc-sccs-project-dir): Remove (merged into
6730 vc-sccs-search-project-dir).
6731 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6732 rather than `concat', make sure it is preloaded and don't bother
6733 to check that the file actually exists.
6734 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6735 `locks' argument (use buffer's content instead) and eliminate n^2
6736 behavior.
6737
6738 * vc-rcs.el: Update Copyright.
6739 (vc-rcs-rename-file): New function.
6740 (vc-rcs-diff): Remove unused `backend' variable.
6741
6742 * vc-hooks.el: Update Copyright.
6743 (vc-backend): Don't accept a nil argument any more.
6744 (vc-up-to-date-p): Turn into a defsubst.
6745 (vc-possible-master): New function.
6746 (vc-check-master-templates): Use `vc-possible-master' and allow
6747 funs in vc-X-master-templates to return a non-existent file.
6748
6749 * vc-cvs.el: Update Copyright.
6750 (vc-cvs-diff): Remove unused `backend' variable.
6751 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6752
6753 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6754
6755 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6756
6757 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6758 since it can be called from vc-rcs.el.
6759 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6760
6761 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6762
6763 * vc.el (vc-version-diff): Expand file name read from the
6764 minibuffer. Handle the case when a previous version number can't
6765 be guessed. Give suitable messages when there were no differences
6766 found.
6767 (vc-clear-headers): Call backend-specific implementation, if one
6768 exists.
6769 (vc-cancel-version): Made error checks generic. When done, clear
6770 headers generically, too.
6771
6772 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6773 from vc-clear-headers in vc.el.
6774
6775 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6776 correctly.
6777 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6778 optional. Handle the case when it's not there.
6779
6780 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6781
6782 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6783
6784 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6785
6786 * vc-hooks.el (vc-loadup): Remove.
6787 (vc-find-backend-function): Use `require'. Also, handle the case
6788 where vc-BACKEND-hooks.el doesn't exist.
6789 (vc-call-backend): Cleanup.
6790
6791 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6792
6793 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6794 vc-rcs-grab-templates)
6795 (vc-rcs-registered): Remove. The default function works as well.
6796 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6797 vc-sccs-grab-templates)
6798 (vc-sccs-registered): Remove. The default function works as well.
6799
6800 * vc.el (vc-version-diff): Left out a vc- in call to
6801 vc-call-backend.
6802 (vc-default-dired-state-info, vc-default-record-rename)
6803 (vc-default-merge-news): Update for the new backend argument.
6804
6805 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6806 using the default function.
6807 (vc-call-backend): If calling the default function, pass it the
6808 backend as first argument. Update the docstring accordingly.
6809 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6810 for the new backend argument.
6811 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6812 (vc-find-backend-function): Use the new name.
6813 (vc-default-registered): New function.
6814
6815 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6816
6817 * vc.el (vc-merge): Use vc-find-backend-function.
6818
6819 * vc-hooks.el (vc-backend-functions): Remove.
6820 (vc-loadup): Don't setup 'vc-functions.
6821 (vc-find-backend-function): New function.
6822 (vc-call-backend): Use above fun and populate 'vc-functions
6823 lazily.
6824 (vc-backend-defines): Remove.
6825
6826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6827
6828 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6829 Call vc-call-backend without the leading vc-.
6830 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6831 (vc-check-headers): Call vc-call-backend without the leading vc-.
6832 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6833 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6834 Call vc-call-backend without the leading vc-.
6835
6836 * vc-cvs.el (tail): Provide vc-cvs.
6837 * vc-sccs.el (tail): Provide vc-sccs.
6838 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6839
6840 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6841 (vc-make-backend-function, vc-call): Pass names without leading
6842 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6843 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6844 (vc-call-backend): Always try to load vc-X-hooks.
6845 (vc-registered): Remove vc- in call to vc-call-backend.
6846
6847 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6848
6849 * vc.el (vc-process-filter): New function.
6850 (vc-do-command): Setup `vc-process-filter' for the async process.
6851 (vc-maybe-resolve-conflicts): New function to reduce
6852 code-duplication. Additionally, it puts the buffer in
6853 `smerge-mode' if applicable.
6854 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6855 calling `merge-news'.
6856 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6857 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6858 interfacing to log-edit.el.
6859 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6860 log-edit is available.
6861 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6862
6863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6864
6865 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6866 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6867 defvar and the initialization.
6868 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6869
6870 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6871 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6872
6873 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6874
6875 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6876
6877 * vc.el (vc-file-clear-masterprops): Removed.
6878 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6879 (vc-version-diff): Use buffer-size without argument.
6880 (vc-register): Heed vc-initial-comment.
6881
6882 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6883 default branch.
6884
6885 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6886 file name and workfile version.
6887 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6888
6889 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6890 vc-file-clear-masterprops.
6891
6892 * vc-sccs.el (vc-sccs-checkout): Removed call to
6893 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6894 rather than user login name.
6895
6896
6897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6898
6899 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6900 `want-differences-if-changed' and simplify.
6901 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6902 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6903 output (which is invalid for async vc-diff) to decide whether to
6904 do the revert silently or not.
6905
6906 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6907
6908 * vc-hooks.el (vc-loadup): Load files quietly.
6909 (vc-call-backend): Oops, brain fart.
6910
6911 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6912
6913 * vc-cvs.el (vc-cvs-state): Typo.
6914 (vc-cvs-merge-news): Return the status code rather than the error msg.
6915
6916 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6917
6918 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6919 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6920 vc-state or vc-up-to-date-p.
6921 (vc-merge): Use vc-backend-defines to check whether merging is
6922 possible. Set state to 'edited after successful merge.
6923
6924 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6925 return that name. Redocumented.
6926
6927 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6928
6929 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6930 new `vc-state' semantics.
6931 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6932 'vc-locking-user to the current user.
6933 (vc-merge): Inline vc-backend-merge. Comment out code that I
6934 don't understand and hence can't adapt to the new `vc-state' and
6935 `vc-locking-user' semantics.
6936 (vc-backend-merge): Remove.
6937
6938 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6939 rather than 'vc-locking-user.
6940
6941 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6942
6943 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6944 (vc-state): Don't use 'reserved any more. Just use the same
6945 convention as the one used for vc-<backend>-state where the
6946 locking user (as a string) is returned.
6947 (vc-locking-user): Update, based on the above convention. The
6948 'vc-locking-user property has disappeared.
6949 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6950
6951 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6952 with a heuristic one.
6953 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6954 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6955 error. That allows us to get to 'needs-merge even in the
6956 stay-local case. There's still no way to detect 'needs-patch in
6957 such a setup (or to force an update for that matter).
6958 (vc-cvs-logentry-check): Remove, the default works as well.
6959
6960 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6961
6962 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6963
6964 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6965 major-mode in which the buffer might have been put earlier. Use
6966 `remove' and `when'. Allow `okstatus' to be `async' and use
6967 `start-process' in this case.
6968 (vc-version-diff): Handle the case where the diff looks empty
6969 because of the use of an async process.
6970
6971 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6972
6973 * vc.el (vc-next-action-on-file): Removed optional parameter
6974 `simple'. Recompute state unconditionally.
6975 (vc-default-toggle-read-only): Removed.
6976
6977 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6978 (vc-toggle-read-only): Undid prev change.
6979
6980 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6981 vc-cvs-simple-toggle. Redocumented.
6982 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6983 (vc-cvs-toggle-read-only): Removed.
6984
6985 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6986
6987 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6988 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6989 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6990 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6991 still is. So maybe it should be removed.
6992 (vc-head-version, vc-find-binary): Remove.
6993 (vc-recompute-state): Move from vc-hooks.el.
6994 (vc-next-action-on-file): Add a `simple' argument to allow
6995 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6996 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6997 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6998 (vc-dired-mode-map): Properly defvar it.
6999 (vc-print-log): Call log-view-mode if available.
7000 (small-temporary-file-directory): defvar instead of use boundp.
7001 (vc-merge-news): Moved to vc-cvs.el.
7002 (vc-default-merge-news): New function.
7003
7004 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7005 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7006 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7007 unknown `vc-latest-version' function. It should probably refer to
7008 vc-workfile-version or somesuch, but it's very unclear to me and I
7009 don't have SCCS to test things.
7010
7011 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7012 (vc-sccs-state-heuristic): Fix typo.
7013 (vc-sccs-workfile-unchanged-p): Add missing argument.
7014
7015 * vc-rcs.el: Require vc and vc-rcs-hooks.
7016 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7017 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7018 (vc-release-greater-or-equal-p): Move from vc.
7019 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7020 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7021 (vc-rcs-checkout): Add a missing `new-version' argument in the
7022 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7023
7024 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7025 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7026 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7027 than the apparently unbound `workfile-version'.
7028
7029 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7030 (vc-file-prop-obarray): Use `make-vector'.
7031 (vc-backend-functions): Add new hookable functions
7032 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7033 (vc-loadup): If neither backend nor default functions exist, use
7034 the backend function rather than nil.
7035 (vc-call-backend): If the function if not bound yet, try to load
7036 the non-hook file to see if it provides it.
7037 (vc-call): New macro plus use it wherever possible.
7038 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7039 nor `vc-find-binary' since it's only called from
7040 vc-mistrust-permission which is only used once the backend is known.
7041 (vc-checkout-model): Fix parenthesis.
7042 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7043
7044 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7045 (vc-cvs-release, vc-cvs-system-release): Remove.
7046 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7047 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7048 status symbols.
7049 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7050 (vc-cvs-toggle-read-only): First cut at a function to allow a
7051 cvs-status-free vc-toggle-read-only.
7052 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7053 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7054 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7055 (vc-cvs-checkout): Modify access rights directly if the user
7056 requested not to use `cvs edit'. And refresh the mode line.
7057
7058 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7059 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7060
7061 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7062
7063 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7064 workfile' that got lost when the code was extracted from vc.el.
7065 And merged the tail with the rest of the code (not possible in the
7066 old vc.el where the tail was shared among all backends). And
7067 explicitly set the state to 'edited if `writable' is set.
7068
7069 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7070 (vc-cvs-state): Be careful to return the value from
7071 vc-cvs-parse-state.
7072 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7073 property but return it instead. Also be careful to handle a nil
7074 or "" `rev' when workfile is non-nil (it was handled properly when
7075 workfile was nil).
7076
7077 * vc.el: Removed those pesky unnecessary `(function' quotes.
7078 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7079 directly in the defvar.
7080 (vc-do-command): Bind inhibit-read-only so as to properly handle
7081 the case where the destination buffer has been made read-only.
7082 (vc-diff): Delegate to vc-version-diff in all cases.
7083 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7084 (vc-annotate-mode-variables): Removed (code moved partly to
7085 defvars and partly to vc-annotate-add-menu).
7086 (vc-annotate-mode): Turned into a derived-mode.
7087 (vc-annotate-add-menu): Moved in code in
7088 vc-annotate-mode-variables.
7089 (vc-update-change-log): Use make-temp-file if available.
7090
7091 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7092
7093 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7094 `vc-checkout-model' updated to `vc-cvs-update-model'.
7095
7096 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7097
7098 * vc.el (vc-next-action-on-file): Added handling of state
7099 `unlocked-changes'.
7100 (vc-checkout-carefully): Is now practically obsolete, unless the
7101 above is too slow to be enabled unconditionally.
7102 (vc-update-change-log): Fixed typo.
7103
7104 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7105
7106 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7107 Now handles state `unlocked-changes'.
7108 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7109
7110 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7111
7112 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7113 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7114 `unlocked-changes'.
7115 (vc-rcs-workfile-unchanged-p): Renamed from
7116 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7117 function yet, but supposed to become one soon.
7118
7119 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7120 `vc-steal-lock'.
7121 (vc-call-backend): Changed error message.
7122 (vc-state): Added description of state `unlocked-changes'.
7123
7124 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7125
7126 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7127 always return t in CVS-controlled directories.
7128
7129 * vc.el (vc-responsible-backend): New function.
7130 (vc-register): Largely rewritten.
7131 (vc-admin): Removed (implementation moved into vc-register).
7132 (vc-checkin): Redocumented.
7133 (vc-finish-logentry): If no backend defined yet (because we are in
7134 the process of registering), use the responsible backend.
7135
7136 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7137 Updated function lists.
7138 (vc-call-backend): Fixed typo.
7139
7140 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7141 New functions.
7142 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7143 Removed query option. Redocumented.
7144
7145 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7146
7147 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7148
7149 * vc.el: Updated callers of `vc-checkout-required' to use
7150 `vc-checkout-model'.
7151
7152 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7153
7154 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7155 stuff updated to reference this function instead of the old
7156 `vc-backend-release-p'.
7157
7158 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7159
7160 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7161 vc-checkout-model. Return appropriate values. Updated callers.
7162
7163 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7164
7165 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7166 (vc-backend-revert): Function moved into `vc-revert';
7167 `vc-next-action' must be updated to accomodate this change.
7168 (vc-backend-steal): Function moved into `vc-finish-steal'.
7169 (vc-backend-logentry-check): Function moved into
7170 `vc-finish-logentry'.
7171 (vc-backend-printlog): Function moved into `vc-print-log'.
7172 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7173 (vc-backend-assign-name): Function moved into
7174 `vc-create-snapshot'.
7175
7176 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7177
7178 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7179 Rename to vc-checkout-model. Return appropriate values.
7180 Update callers.
7181
7182 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7183 to vc-checkout-model.
7184 (vc-checkout-required): Rename to vc-checkout-model.
7185 Re-implement and re-comment.
7186 (vc-after-save): Use vc-checkout-model.
7187
7188 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7189
7190 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7191 Update to use the vc-BACKEND-diff functions instead.
7192 `vc-diff' is now working.
7193
7194 * vc-rcs.el (vc-rcs-logentry-check): New function.
7195
7196 * vc-cvs.el (vc-cvs-logentry-check): New function.
7197
7198 * vc-sccs.el (vc-sccs-diff): Function changed name from
7199 `vc-backend-diff'. This makes `vc-diff' work.
7200
7201 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7202 of functions possibly implemented in a vc-BACKEND library.
7203 (vc-checkout-required): Fix bug that caused an error to be
7204 signaled during `vc-after-save'.
7205
7206 * vc.el: Fix typo.
7207 This checkin is made with our new VC code base for the very first time.
7208 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7209
7210 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7211 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7212
7213 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7214 updated to `vc-uses-locking'.
7215 (vc-checkout-required): Call to backend function.
7216 `vc-checkout-required' updated to `vc-uses-locking' instead.
7217
7218 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7219 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7220
7221 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7222 to match the split into various backends.
7223 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7224 (vc-retrieve-snapshot): Bug fix.
7225
7226 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7227
7228 * vc-sccs.el (vc-sccs-release): Doc fix.
7229
7230 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7231
7232 * vc.el (vc-next-action-on-file): Bug found and fixed.
7233 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7234 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7235
7236 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7237 (vc-rcs-checkout): Name space cleaned up. No more revision number
7238 crunching function names that are not prefixed with vc-rcs.
7239 (vc-rcs-checkout-model): Function added. References to
7240 `vc-checkout-model' replaced.
7241
7242 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7243
7244 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7245 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7246 still need to be split, and implemented for RCS).
7247
7248 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7249
7250 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7251
7252 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7253 required by the vc.el file.
7254
7255 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7256 required by the vc.el file.
7257 (vc-rcs-exists): Function added.
7258
7259 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7260 required by the vc.el file.
7261
7262 * vc.el (vc-admin): Updated to handle selection of appropriate
7263 backend. Current implementation is crufty and need re-thinking.
7264
7265 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7266
7267 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7268
7269 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7270 beginning of annotate buffers correctly.
7271
7272 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7273 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7274 functionality updated quite a lot to support multiple backends.
7275 Variables `vc-annotate-mode', `vc-annotate-buffers',
7276 `vc-annotate-backend' added.
7277
7278 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7279 `vc-annotate-difference' added to supported backend functions.
7280
7281 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7282
7283 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7284 Use with-temp-file instead of /bin/sh. Merged from mainline
7285
7286 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7287
7288 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7289
7290 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7291
7292 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7293
7294 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7295
7296 * vc-hooks.el: vc-state-heuristic added to
7297 vc-backend-hook-functions.
7298
7299 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7300
7301 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7302
7303 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7304 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7305 state to `reserved'.
7306
7307 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7308 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7309
7310 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7311
7312 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7313 untouched.
7314
7315 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7316
7317 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7318 if defined. (Merged from main line, slightly adapted.)
7319
7320 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7321 millenium problem (merged from mainline).
7322
7323 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7324
7325 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7326 part and moved the non-BACKEND stuff to vc.el.
7327
7328 * vc.el: Split the annotate feature into a BACKEND specific part
7329 and moved it from the vc-cvs.el file to this one.
7330
7331 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7332
7333 * vc-hooks.el: Implement new state model.
7334 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7335 (vc-locking-user): Simplify. Now only needed if the file is
7336 locked by somebody else.
7337 (vc-lock-from-permissions): Remove. Functionality is in
7338 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7339 (vc-mode-line-string): New name for former vc-status. Adapted.
7340 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7341
7342 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7343 Various simplifications and adaptations all over the place.
7344
7345 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7346 Simplify and adapt the rest.
7347
7348 * vc.el (vc-resynch-window): Add TODO comment: check for
7349 interaction with view mode according to recent RCS change.
7350 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7351
7352 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7353
7354 * vc.el: Convert the remaining function comments to docstrings.
7355
7356 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7357
7358 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7359 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7360 (vc-minor-part, vc-previous-version): Functions that operate and
7361 compare revision numbers got proper documentation. Comments added
7362 about their possible removal.
7363
7364 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7365
7366 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7367 the vc-backend.el files.
7368
7369 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7370
7371 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7372 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7373 (vc-rcs-previous-version): Functions added.
7374
7375 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7376
7377 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7378
7379 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7380
7381 * vc-hooks.el (vc-master-templates): Is really obsolete.
7382 Comment out the definition for now. What is the right procedure
7383 to get rid of it?
7384 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7385 rewritten.
7386 (vc-default-registered): Remove.
7387 (vc-check-master-templates): New function; does mostly what the
7388 above did before.
7389 (vc-locking-user): Don't rely on the backend to set the property.
7390
7391 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7392 Rewrite documentation.
7393 (vc-rcs-templates-grabbed): New variable.
7394 (vc-rcs-grab-templates): New function.
7395 (vc-rcs-registered): Rewrite to use above mechanism.
7396
7397 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7398 Rewrite documentation.
7399 (vc-sccs-templates-grabbed): New variable.
7400 (vc-sccs-grab-templates): New function.
7401 (vc-sccs-registered): Rewrite to use above mechanism.
7402 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7403 Don't throw the result, simply return it.
7404
7405 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7406 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7407 (vc-cvs-registered): Does the check itself now. Simplify.
7408
7409 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7410 from main line.
7411
7412 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7413
7414 * vc-cvs.el (vc-cvs-diff): New function.
7415
7416 * vc-sccs.el (vc-sccs-diff): New function.
7417
7418 * vc-rcs.el (vc-rcs-diff): New function.
7419 (vc-rcs-checkout): Bug (typo) found and fixed.
7420 (vc-rcs-register-switches): New variable.
7421
7422 * vc.el (vc-backend-diff): Function removed and placed in the
7423 backend files.
7424
7425 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7426
7427 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7428
7429 * vc.el (vc-backend-checkout): Function removed and replaced in
7430 the vc-backend.el files.
7431
7432 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7433
7434 * vc.el (vc-backend-admin): Removed and replaced in the
7435 vc-backend.el files.
7436
7437 * vc.el (Martin): Removed all the annotate functionality since it
7438 is CVS backend specific.
7439
7440 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7441
7442 * spec.txt: Added specification of vc-state.
7443
7444 * vc-sccs-hooks.el (vc-sccs-master-properties):
7445 Remove handling of vc-latest-version and
7446 vc-your-latest-version. What used to be vc-latest-version, is now
7447 returned as vc-workfile-version.
7448 (vc-sccs-workfile-version): Adapt.
7449
7450 2000-09-04 Dave Love <fx@gnu.org>
7451
7452 * vc.el: [Merged from mainline.]
7453 (vc-dired-mode): Make the dired-move-to-filename-regexp
7454 regexp match the date, to avoid treating date as file size.
7455 Add YYYY S option to WESTERN/
7456
7457 2000-09-04 Dave Love <fx@gnu.org>
7458
7459 * vc.el: Require `compile' when compiling.
7460 (vc-logentry-check-hook): New option.
7461 (vc-steal-lock): Use compose-mail.
7462 (vc-dired-mode-map): Defvar when compiling.
7463 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7464 vc-sccs.el and renamed. Callers changed.
7465 (vc-backend-checkout, vc-backend-logentry-check)
7466 (vc-backend-merge-news): Doc fix.
7467 (vc-default-logentry-check): New function.
7468 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7469 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7470 (vc-backend-merge): Doc fix. Use backend functions.
7471 (vc-check-headers): Use backend functions.
7472
7473 * vc-cvs.el: Require vc when compiling.
7474 (vc-cvs-register-switches): Doc fix.
7475 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7476 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7477 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7478 New functions (code from vc.el).
7479 (vc-annotate-display-default): Fix interactive spec.
7480 (vc-annotate-time-span): Doc fix.
7481
7482 * vc-rcs.el: Require vc when compiling.
7483 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7484 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7485 (vc-rcs-checkin): New functions (code from vc.el).
7486 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7487 Doc fix.
7488 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7489
7490 * vc-sccs.el: Require vc when compiling.
7491 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7492 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7493 (vc-sccs-revert)
7494 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7495 from vc.el).
7496 (vc-sccs-add-triple, vc-sccs-record-rename)
7497 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7498 (vc-sccs-admin): Doc fix.
7499
7500 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7501
7502 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7503 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7504 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7505 from vc.el.
7506
7507 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7508
7509 * vc-cvs.el: Moved the annotate functionality from vc.el.
7510 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7511
7512 2000-09-04 Dave Love <fx@gnu.org>
7513
7514 * vc.el (vc-backend-release): Call vc-system-release.
7515
7516 * vc-sccs.el (vc-sccs-system-release):
7517 Renamed from vc-sccs-backend-release.
7518
7519 * vc-rcs.el (vc-rcs-system-release):
7520 Renamed from vc-rcs-backend-release.
7521
7522 * vc-cvs.el (vc-cvs-system-release):
7523 Renamed from vc-cvs-backend-release.
7524
7525 2000-09-04 Dave Love <fx@gnu.org>
7526
7527 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7528 backend files.
7529 (vc-backend-release): Dispatch to backend functions.
7530 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7531 probably needs attention.]
7532
7533 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7534 (vc-sccs-backend-release): New function.
7535
7536 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7537 (vc-cvs-backend-release): New function.
7538
7539 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7540 Doc fix.
7541 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7542 (vc-default-dired-state-info): New function.
7543 (vc-dired-state-info): Dispatch to backends.
7544 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7545
7546 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7547 from vc.el and renamed.
7548
7549 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7550
7551 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7552 (vc-version-other-window, vc-backend-assign-name): Removed
7553 references to vc-latest-version; sometimes changed into
7554 vc-workfile-version.
7555
7556 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7557 vc-rcs-master-workfile-version.
7558 (vc-rcs-workfile-version): Use the above. Don't call
7559 vc-latest-version (that was unreachable code, anyway).
7560 (vc-rcs-fetch-master-properties): Doc fix.
7561
7562 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7563 (vc-backend-hook-functions): Removed them from this list, too.
7564 (vc-fetch-properties): Removed.
7565 (vc-workfile-version): Doc fix.
7566
7567 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7568 (vc-rcs-workfile-version, vc-rcs-locking-user)
7569 (vc-rcs-uses-locking): Use it.
7570
7571 * vc-hooks.el (vc-consult-rcs-headers):
7572 Moved into vc-rcs-hooks.el, under the name
7573 vc-rcs-consult-headers.
7574
7575 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7576 headers.
7577 (vc-cvs-find-master): Use this name only; correct different
7578 versions of the name.
7579
7580 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7581 New functions.
7582 (vc-sccs-locking-user): Use the latter.
7583
7584 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7585 New functions.
7586
7587 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7588 Moved into both
7589 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7590 functions are implementation details of those two backends.
7591
7592 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7593
7594 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7595 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7596
7597 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7598 (vc-sccs-parse-locks): SCCS-specific code moved here from
7599 vc-hooks.
7600
7601 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7602 code moved here from vc-hooks.
7603
7604 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7605 into back-end specific parts and removed. Callers not updated
7606 yet; because I guess these callers will disappear into back-end
7607 specific files anyway.
7608
7609 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7610
7611 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7612 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7613 `vc-uses-locking'.
7614
7615 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7616 Store yes/no in the property, and return t/nil. Updated all
7617 callers.
7618
7619 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7620 vc-sccs-uses-locking. Don't set property.
7621 (vc-sccs-locking-user): Don't set property.
7622
7623 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7624 vc-cvs-uses-locking. Don't set property here; leave that to
7625 vc-hooks.
7626 (vc-cvs-locking-user): Reflect above change. Streamlined.
7627
7628 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7629 vc-rcs-uses-locking.
7630 (vc-rcs-locking-user): Reflect above change.
7631
7632 2000-09-04 Dave Love <fx@gnu.org>
7633
7634 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7635
7636 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7637
7638 * vc-hooks.el (vc-checkout-model): Punt to backends.
7639
7640 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7641
7642 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7643
7644 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7645 New functions.
7646
7647 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7648 New functions.
7649
7650 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7651 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7652
7653 * vc-hooks.el (vc-default-locking-user): New function.
7654 (vc-locking-user, vc-workfile-version): Punt to backends.
7655
7656 2000-09-04 Dave Love <fx@gnu.org>
7657
7658 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7659 (vc-master-workfile-version): Moved from vc-hooks.
7660
7661 * vc-rcs-hooks.el: Fix duplicate code in last change.
7662
7663 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7664 (vc-rcs-master-templates): Improve :type.
7665 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7666 vc-master-workfile-version): Moved from vc-hooks.
7667
7668 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7669 (vc-sccs-master-templates): Improve :type.
7670 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7671
7672 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7673
7674 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7675 (vc-cvs-master-templates): Improve :type. Use
7676 vc-cvs-find-cvs-master.
7677 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7678 from vc-hooks.
7679 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7680
7681 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7682 Moved to vc-cvs-hooks.
7683
7684 * vc-hooks.el: Add doc strings in various places. Simplify the
7685 minor mode setup.
7686 (vc-handled-backends): New user variable.
7687 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7688 simplification.
7689
7690 2000-09-04 Dave Love <fx@gnu.org>
7691
7692 * vc.el: Some doc fixes for autoloaded and interactive functions.
7693 Fix compilation warnings from ediff stuff.
7694 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7695
7696 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7697
7698 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7699
7700 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7701
7702 2000-09-04 Dave Love <fx@gnu.org>
7703
7704 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7705 New variable.
7706 (vc-make-backend-function, vc-loadup, vc-call-backend)
7707 (vc-backend-defines): New functions.
7708
7709 * vc-hooks.el: Various doc fixes.
7710 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7711 (vc-match-substring): Function removed. Callers changed to use
7712 match-string.
7713 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7714 Simplify.
7715
7716 2000-09-04 Dave Love <fx@gnu.org>
7717
7718 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7719 type.
7720 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7721 (vc-sccs-registered): Doc fix.
7722
7723 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7724 (vc-cvs-registered): Doc fix.
7725
7726 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7727 (vc-rcs-registered): Doc fix.
7728
7729 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7730
7731 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7732
7733 * vc-hooks.el: vc-registered has been renamed
7734 vc-default-registered. Some functions have been moved to the
7735 backend specific files. they all support the
7736 vc-BACKEND-registered functions.
7737
7738 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7739
7740 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7741
7742 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7743
7744 2000-09-04 Dave Love <fx@gnu.org>
7745
7746 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7747 menu-bar-update-hook.
7748
7749 * help.el (help-manyarg-func-alist): Add
7750 find-operation-coding-system.
7751
7752 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7753
7754 * custom.el (custom-set-variables): Print message about errors in
7755 setting.
7756
7757 2000-09-03 Andrew Innes <andrewi@gnu.org>
7758
7759 * makefile.w32-in: Change to DOS line endings.
7760
7761 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7762
7763 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7764 minor-mode keymaps, if they don't have one.
7765
7766 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7767
7768 * eshell/esh-module.el (eval-when-compile): Don't lose if
7769 esh-module.el's file name is truncated to DOS 8+3 limits.
7770
7771 2000-09-01 John Wiegley <johnw@gnu.org>
7772
7773 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7774 predicate, which caused entries in the completion list to be
7775 doubled.
7776
7777 2000-08-30 John Wiegley <johnw@gnu.org>
7778
7779 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7780 sending to subprocesses. Also, hook pre-command-hook if
7781 `eshell-send-direct-to-subprocesses' is non-nil.
7782 (eshell-send-direct-to-subprocesses): New config variable. If t,
7783 subprocess input is send immediately.
7784 (eshell-toggle-direct-send): New function.
7785 (eshell-self-insert-command): New function.
7786 (eshell-intercept-commands): New function.
7787 (eshell-send-input): If direct subprocess sending is enabled,
7788 don't echo any input to the Eshell buffer. Let the subprocess
7789 handle that. This requires "stty echo" in bash, for example.
7790
7791 2000-08-28 John Wiegley <johnw@gnu.org>
7792
7793 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7794 completion function for Eshell's implementation of `unset'.
7795
7796 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * info.el (Info-directory-list): Doc fix.
7799
7800 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7801
7802 * filecache.el (file-cache-add-directory-using-find): Don't quote
7803 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7804
7805 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7806
7807 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7808 coding systems.
7809
7810 2000-08-30 Andrew Innes <andrewi@gnu.org>
7811
7812 * timer.el (run-with-idle-timer): Undo last change, so that timer
7813 is not activated immediately if Emacs is already idle. Some
7814 existing code relies on this behaviour.
7815
7816 2000-08-30 Miles Bader <miles@gnu.org>
7817
7818 * frame.el (set-frame-font): Do completion of font-name for
7819 interactive use.
7820
7821 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7822
7823 * international/quail.el (quail-start-translation): Bind locally
7824 last-command-event, last-command, and this-command.
7825 (quail-start-conversion): Likewise.
7826 (quail-self-insert-command): Fix docstring.
7827
7828 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7829
7830 * progmodes/executable.el
7831 (executable-make-buffer-file-executable-if-script-p): Check that
7832 buffer contains at least 2 characters.
7833
7834 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7835
7836 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7837
7838 2000-08-29 Dave Love <fx@gnu.org>
7839
7840 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7841 (diff-mode-shared-map): Bind mouse-2.
7842 (diff-imenu-generic-expression): New variable.
7843 (diff-mode): Use it.
7844
7845 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7846 (mouse-popup-menubar): Add minor mode menus.
7847 (popup-menu): Check for lookup-key returning number.
7848
7849 2000-08-29 Miles Bader <miles@gnu.org>
7850
7851 * comint.el (comint-send-input): Create overlays using the proper
7852 front/read-advance arguments.
7853
7854 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7855
7856 * ps-print.el: Even/odd pages printing. Doc fix.
7857 (ps-print-version): New version number (6.0).
7858 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7859 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7860 (ps-print-duplex-feature): Variable eliminated.
7861 (ps-even-or-odd-pages): New variable.
7862
7863 * progmodes/ebnf2ps.el: Doc fix.
7864 (ebnf-version): New version (3.3).
7865 (ebnf-user-arrow): Change variable customization to sexp.
7866 (ebnf-user-arrow): Function eliminated.
7867 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7868
7869 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7870
7871 * help.el (help-xref-mule-regexp): New variable.
7872 (help-make-xrefs): Handle help-xref-mule-regexp.
7873
7874 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7875 variable.
7876 (describe-input-method): Temporarily activate the specfied input
7877 method to display the information.
7878 (describe-language-environment): Hyperlinks to mule related items.
7879
7880 * international/mule-diag.el (charset-multibyte-form-string): New
7881 function.
7882 (list-character-sets-1): Use charset-multibyte-form-string.
7883 (describe-character-set): New function.
7884 (describe-coding-system): Hyperlinks to safe character sets.
7885
7886 * international/quail.el (quail-help): New arg PACKAGE.
7887 Hyperlinks to mule related items.
7888 (quail-help-insert-keymap-description): Use
7889 substitute-command-keys instead of describe-bindings.
7890 (quail-translation-help): Hyperlinks to mule related items.
7891
7892 2000-08-28 John Wiegley <johnw@gnu.org>
7893
7894 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7895 have a defsubst call itself. Made `eshell-flatten-list' back into
7896 a function again.
7897
7898 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7899 catch, in case re-centering point at bottom messes up the display.
7900 This happens frequently in Emacs 21, due I believe to variable
7901 line heights.
7902
7903 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7904 to call `find-tag-interactive'.
7905
7906 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7907 the list of remember directories.
7908
7909 2000-08-28 John Wiegley <johnw@gnu.org>
7910
7911 * align.el: Test align-region-separate to see if it's a symbol.
7912
7913 2000-08-28 John Wiegley <johnw@gnu.org>
7914
7915 * eshell/esh-util.el (eshell-flatten-list): Made this function
7916 into a defsubst form. It gets used very frequently, although
7917 calls don't occur all that often.
7918
7919 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7920 examining it.
7921
7922 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7923 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7924 `eshell-protect'.
7925 (eshell-copy-handles): Created a new macro for duplicating the
7926 current set of open handles. This is needed by the looping
7927 functions.
7928 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7929 is not incorrectly stomped on.
7930
7931 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7932 declaration for pcomplete-use-paring.
7933 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7934 value of eshell-cmpl-use-paring.
7935 * pcomplete.el (pcomplete-use-paring): New config variable, to
7936 indicate whether paring should be used.
7937 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7938 completion alternatives that have already been used.
7939
7940 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7941 bound to C-c C-y, which will repeat the previous N arguments
7942 (based on prefix argument).
7943 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7944
7945 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7946 if there is no *Help* buffer. This is for XEmacs, which renames
7947 its help buffers uniquely. TODO: Find out what the current buffer
7948 name to delete is.
7949
7950 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7951 first entry that correlates to a passwd/group number. Later
7952 entries (used for group/user name aliasing to multiple IDs) are
7953 ignored.
7954
7955 * eshell/em-xtra.el (eshell/expr):
7956 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7957 (eshell-grep, eshell/diff, eshell/locate):
7958 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7959 argument list, before passing it to the system command.
7960
7961 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7962 `find-tag' for use at final position in Eshell buffers (which
7963 otherwise triggers an error on Emacs 21).
7964 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7965 buffer, if it is currently bound to `find-tag'.
7966
7967 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7968 in the list of matched Makefile names.
7969 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7970 directory, prefer its contents to Makefile.
7971
7972 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7973 directory parts (like "cd old new", or "cd =regexp"), are now case
7974 sensitive on non-Windows/DOS platforms.
7975
7976 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7977 types RET after an open delimiter (like "), display a message
7978 indicating that Eshell is waiting for the closing delimiter.
7979
7980 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7981 environment variables.
7982
7983 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7984 gracefully if the user enters incorrect arguments.
7985
7986 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7987 Eshell buffers.
7988
7989 * eshell/esh-var.el (eshell-interpolate-variable):
7990 * eshell/esh-mode.el (eshell-move-argument):
7991 * eshell/em-unix.el (eshell-du-sum-directory):
7992 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7993 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7994 (not (= ...)).
7995
7996 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7997 to ensure the `preserve' flag gets propagated when doing recursive
7998 directory copies.
7999
8000 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8001
8002 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8003 Don't convert \n into \0177 in memory.
8004 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8005 and back again, when reading and writing.
8006
8007 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8008
8009 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8010 testing of `fboundp' on `processp'.
8011
8012 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8013 (eshell/jobs): Don't call process-list if it is not bound.
8014 (eshell-gather-process-output): Support systems where async
8015 subprocesses aren't supported.
8016 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8017 variables.
8018
8019 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8020 eshell-do-eval returns t.
8021 (eshell-do-pipelines-synchronously): New defmacro.
8022 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8023 when async subprocesses aren't supported.
8024 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8025 if async subprocesses aren't supported.
8026 (eshell-resume-command): Don't assume STATUS is a string.
8027
8028 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8029
8030 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8031 (eshell-close-target, eshell-get-target): Use eshell-processp.
8032 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8033 fix.
8034 (eshell-get-target, eshell-create-handles): Doc fix.
8035
8036 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8037
8038 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8039 criterion to include commands that output something, as long as it
8040 leaves both the command and the end-of-buffer visible when the
8041 command has exited.
8042 (eshell-review-quick-commands): Adjust the help doc string
8043 accordingly.
8044
8045 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8046
8047 * locate.el (locate): Cleaned up locate command's interactive prompting
8048 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8049
8050 * filecache.el (file-cache-case-fold-search): New variable
8051 (file-cache-assoc-function): New variable
8052 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8053 Use file-cache-case-fold-search variable
8054 (file-cache-add-file): Use file-cache-assoc-function
8055 (file-cache-delete-file): likewise
8056 (file-cache-directory-name): likewise
8057 (file-cache-debug-read-from-minibuffer): likewise
8058
8059 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8060
8061 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8062 (abbrev-table-name): New function.
8063 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8064 If non-nil list local abbrev, only.
8065
8066 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8067
8068 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8069 from Gnus support code, and use special article copy buffer
8070 `(gnus-original-article-buffer)' instead. This allows to get rid
8071 of article-hide-headers usage (which breaks in the latest Gnus
8072 version). Thanks to Detlev Zundel.
8073
8074 2000-08-28 Kenichi Handa <handa@etl.go.jp>
8075
8076 * international/quail.el (quail-use-package): Hide "... loaded"
8077 message.
8078 (quail-start-translation, quail-start-conversion): Likewise.
8079
8080 * international/kkc.el (kkc-region): Hide "... loaded" message.
8081
8082 2000-08-27 Dave Love <fx@gnu.org>
8083
8084 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8085
8086 2000-08-27 Miles Bader <miles@gnu.org>
8087
8088 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8089
8090 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8091
8092 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8093 'ja-dic-cnv), not (require 'skkdic-cnv).
8094
8095 2000-08-26 Miles Bader <miles@gnu.org>
8096
8097 * faces.el (face-x-resources): Add entry for :inherit.
8098 * cus-face.el (custom-face-attributes): Add support for :inherit
8099 attribute. Add support for relative face heights.
8100 (custom-face-attributes-get): Treat `nil' as being a default value
8101 for :inherit (as well as `unspecified').
8102
8103 * faces.el (set-face-attribute): Update doc string.
8104 (face-attribute-name-alist): Add :inherit.
8105 (face-valid-attribute-values): Handle :inherit.
8106 (face-read-string): Rephrase prompt to be less confusing.
8107 Assume that DEFAULT is a string, since we must return a string.
8108 (face-read-integer): Use `format' to turn DEFAULT into an
8109 acceptable default for face-read-string. Match NEW-VALUE against
8110 the string "unspecified", not the symbol `unspecified', since
8111 that's what face-read-string returns.
8112 (read-face-attribute): Lookup a name for old-value in valid, and
8113 use it as a default if we find one. Treat all values from
8114 face-read-string as strings. If the default is used, don't do any
8115 more processing on the value, just use the old value directly.
8116 (read-face-and-attribute, modify-face): Tweak prompt.
8117 (read-face-name): Don't assume prompt ends with a space.
8118
8119 * faces.el (describe-face): Add support for :inherit attribute.
8120
8121 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8122
8123 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8124 concat doesn't accept interger.
8125
8126 * international/kkc.el: Remove SKK from Keywords. Require
8127 ja-dic-utl instead of skkdic-utl.
8128
8129 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8130 Provide ja-dic-cnv instead of skkdic-cnv.
8131 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8132 (iso-2022-7bit-short): Add safe-charsets property.
8133 (skkdic-convert-postfix): Search Japanese chou-on character in
8134 addition to Hiragana character.
8135 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8136 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8137 (batch-skkdic-convert): Likewise.
8138
8139 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8140 Provide ja-dic-utl instead of skkdic-utl.
8141 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8142
8143 2000-08-24 Dave Love <fx@gnu.org>
8144
8145 * disp-table.el (standard-display-default): Make the test of `l'
8146 useful.
8147
8148 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8149 mod sample text.
8150
8151 * international/iso-ascii.el: Make pilcrow convenient string
8152 consistent with section.
8153 (iso-ascii-display): Set up multibyte characters as well as
8154 unibyte.
8155
8156 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8157
8158 * international/mule-cmds.el (reset-language-environment): Set
8159 default-process-coding-system to '(undecided . iso-latin-1), which
8160 makes process I/O almost consistent with file I/O. Call this
8161 function when mule-cmds.el[c] is loaded.
8162
8163 2000-08-22 Andrew Innes <andrewi@gnu.org>
8164
8165 * makefile.w32-in: New file.
8166
8167 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8168
8169 * comint.el (comint-output-filter): Compare end of
8170 comint-last-output-overlay with the start of the newly inserted
8171 text, not the end, when deciding whether to extend it.
8172 Set saved-point's insertion type to advance after insertion.
8173
8174 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8175 since this is now done independently of font-lock mode.
8176
8177 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8178
8179 * server.el (server-kill-new-buffers): New user option.
8180 (server-existing-buffer): New buffer-local variable.
8181 (server-visit-files): When using an existing buffer, set
8182 server-existing-buffer to t.
8183 (server-buffer-done): If server-kill-new-buffers is t, kill the
8184 buffer, unless it was already present before visiting it with
8185 Emacs server.
8186
8187 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8188
8189 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8190 even if the display doesn't support colors: some displays will
8191 support bold/underline faces.
8192
8193 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8194
8195 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8196
8197 * startup.el (command-line): If user's init file had an error,
8198 add explanatory text to *Messages*.
8199
8200 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8201
8202 * man.el (Man-getpage-in-background): Decode the process output by
8203 the system locale coding system.
8204
8205 2000-08-20 Dave Love <fx@gnu.org>
8206
8207 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8208 Don't test x-popup-menu.
8209 (function) <complete-function>: Complete only fbound symbols.
8210 <validate, value>: New.
8211 (variable) <complete-function>: Complete only bound symbols.
8212 (coding-system): Add :base-only, :complete-function, :validate,
8213 :value, :prompt-match.
8214 (widget-coding-system-prompt-value): Use read-coding-system and
8215 act on :base-only.
8216 (editable-field): Add :help-echo.
8217 (widget-push-button-gui, widget-push-button-cache)
8218 (widget-gui-action, widget-editable-list-gui): COmment out, along
8219 with uses.
8220 (widget-at): Make arg optional.
8221 (widget-echo-help): Adjust for current help-echo calling sequence.
8222 (widget-specify-field, widget-specify-button)
8223 (widget-specify-insert, widget-get-sibling, widget-image-find)
8224 (widget-convert, widget-insert, widget-leave-text)
8225 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8226 (widget-setup, widget-field-find, widget-before-change)
8227 (widget-after-change, widget-default-complete)
8228 (widget-default-create, widget-default-delete)
8229 (widget-push-button-value-create, editable-field)
8230 (widget-field-prompt-value, widget-field-validate)
8231 (widget-choice-value-create, widget-choice-action)
8232 (widget-choice-validate, widget-checklist-add-item)
8233 (widget-radio-add-item, widget-radio-chosen)
8234 (widget-radio-value-inline, widget-editable-list-value-create)
8235 (widget-editable-list-entry-create)
8236 (widget-documentation-link-add)
8237 (widget-documentation-string-value-create)
8238 (widget-regexp-validate, widget-file-complete)
8239 (widget-sexp-validate, widget-plist-convert-widget)
8240 (widget-plist-convert-widget, widget-alist-convert-widget)
8241 (widget-alist-convert-widget, widget-color-complete): Simplify,
8242 particularly to avoid bindings which aren't optimized out.
8243
8244 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8245 Doc fix.
8246 (down-list, backward-up-list, up-list, kill-sexp)
8247 (backward-kill-sexp, mark-sexp): Make arg optional.
8248 (lisp-complete-symbol): Add optional arg PREDICATE.
8249
8250 * cus-start.el: Add display-buffer-reuse-frames,
8251 file-coding-system-alist.
8252
8253 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8254
8255 * startup.el (command-line): Clear realized faces after
8256 modifying TTY color mappings.
8257
8258 2000-08-20 Miles Bader <miles@gnu.org>
8259
8260 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8261 merely a subset of FACE's attributes.
8262
8263 2000-08-19 Miles Bader <miles@gnu.org>
8264
8265 * comint.el (comint-output-filter): Save the point with a marker,
8266 not just a buffer position.
8267
8268 * international/mule.el (set-buffer-process-coding-system): Make
8269 interactive prompt less confusing.
8270
8271 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8272
8273 * hilit-chg.el: General cleanup of doc strings, comments and
8274 code formatting.
8275
8276 2000-08-19 Miles Bader <miles@gnu.org>
8277
8278 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8279 Compiler macro removed; beginning-of-line is no longer always
8280 equivalent to forward-line, in the presence of fields.
8281
8282 * comint.el (comint-output-filter): Remove ad-hoc saving of
8283 restriction, and just use save-restriction, now that it works
8284 correctly. Don't adjust comint-last-input-start to account for
8285 our insertion; it shouldn't have moved because we don't use
8286 insert-before-markers anymore. Comment out call to
8287 `force-mode-line-update'; why is it here?
8288
8289 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8290 while checking for prompt to delete. Use `forward-line 0'
8291 instead of beginning-of-line.
8292 (gud-filter): Temporarily widen gud comint buffer while
8293 examining output.
8294
8295 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8296
8297 * progmodes/sh-script.el: Big bag of typos.
8298
8299 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8300 check since ispell-process is not bound when ispell is not yet loaded.
8301
8302 2000-08-18 Dave Love <fx@gnu.org>
8303
8304 * image.el (find-image): Copy `spec' before using plist-put.
8305
8306 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8307
8308 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8309 `portugues'.
8310
8311 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8312 backward-kill-sexp, analogous to kill-sexp.
8313
8314 * progmodes/icon.el (icon-indent-line)
8315 (icon-is-continuation-line): Handle comments specially.
8316
8317 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8318
8319 * ispell.el: Set to standard author/maintainer/keyword fields.
8320 Fine tuning to menu map appearance and operation, and added help.
8321 Remove `start' and `end' error messages when compiling.
8322 (ispell-choices-win-default-height): Fixed comment string.
8323 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8324 castellano8 dictionaries.
8325 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8326 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8327 dictionary, added italiano dictionary.
8328 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8329 word character
8330 (ispell-tex-skip-alists): Added psfig support.
8331 (ispell-skip-html): Renamed from ispell-skip-sgml.
8332 (ispell-begin-skip-region-regexp, ispell-skip-region)
8333 (ispell-minor-check): Improved html skipping support to skip across
8334 code, and recognize `&' commands without propper `;' syntax;
8335 (ispell-process-line): Fix alignment error when manually
8336 correcting spelling.
8337 (ispell): Fix comment string.
8338 (ispell-add-per-file-word-list): Always put word list on new line.
8339
8340 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8341
8342 * format.el (format-encode-run-method): Fix error message to say
8343 `encode' instead of `decode'. Use save-window-excursion around
8344 shell-command-on-region as in format-decode-run-method because
8345 shell-command-on-region can display a buffer with error output.
8346 (format-decode): Don't record undo information for the decoding.
8347 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8348 that number part of the temporary buffer name so that more than
8349 one decoding using a temporary buffer can happen safely.
8350
8351 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8352 of `A-z' in the regexp.
8353
8354 * hilit-chg.el: Fix typos in commentary.
8355
8356 * help.el (view-emacs-news): Rewritten for new naming scheme
8357 for old NEWS files.
8358
8359 * startup.el (command-line): Pop to *Messages* in case an error
8360 is signaled while loading user-init-file.
8361
8362 2000-08-17 Andreas Schwab <schwab@suse.de>
8363
8364 * files.el (insert-directory): Don't lose original file name,
8365 undoing an undocumented change.
8366
8367 2000-08-17 Alex Schroeder <alex@gnu.org>
8368
8369 * sql.el (sql-magic-go): Use comint-bol.
8370 (sql-copy-column): Use comint-line-beginning-position.
8371 (comint-line-beginning-position): Define a replacement for
8372 comint-line-beginning-position if it is not fboundp.
8373
8374 2000-08-17 Alex Schroeder <alex@gnu.org>
8375
8376 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8377 it didn't have any effect anyway.
8378
8379 2000-08-17 Alex Schroeder <alex@gnu.org>
8380
8381 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8382 --pset and pager=off instead of sending \\o|cat at the beginning
8383 of the session.
8384
8385 2000-08-17 Miles Bader <miles@gnu.org>
8386
8387 * progmodes/octave-inf.el: Add compatibility definition of
8388 comint-line-beginning-position.
8389
8390 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8391
8392 * startup.el (normal-top-level): Look in each dir in load-path for
8393 a leim-list.el file too. This assures of loading leim-list.el
8394 that is created at Emacs installation time even if a user have his
8395 own leim-list.el.
8396
8397 2000-08-17 Miles Bader <miles@gnu.org>
8398
8399 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8400 foreground color to black if the background is dark.
8401
8402 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * loadhist.el (unload-feature): Typo.
8405
8406 * finder.el (finder-compile-keywords):
8407 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8408 to the generated file.
8409
8410 * mail/mh-e.el (mh-make-local-vars):
8411 Replace make-variable-buffer-local with make-local-variable.
8412
8413 * play/landmark.el:
8414 * options.el (Edit-options-{set,toggle,t,nil}):
8415 * mail/mailabbrev.el (mail-abbrevs-mode):
8416 * textmodes/tex-mode.el (tex-expand-files):
8417 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8418
8419 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8420
8421 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8422 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8423 Allow going past the last element.
8424 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8425 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8426 (cvs-mouse-toggle-mark): Don't move point.
8427 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8428
8429 * progmodes/compile.el (grep): Provide a default set of files.
8430 (next-error): Docstring fix.
8431 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8432
8433 * emacs-lisp/easy-mmode.el (define-minor-mode):
8434 Use `symbol-value' to keep the byte-compiler quiet.
8435
8436 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8437 (diff-find-source-location): New fun, extracted from diff-goto-source.
8438 (diff-goto-source): Use it.
8439 (diff-next-complex-hunk, diff-filter-lines): New function.
8440 (diff-apply-hunk): New command.
8441
8442 * smerge-mode.el (smerge-mode-menu): Doc fix.
8443
8444 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8445
8446 2000-08-16 Dave Love <fx@gnu.org>
8447
8448 * windmove.el (windmove) <defgroup>: Add :version.
8449
8450 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8451 (goto-address-fontify-p, goto-address-highlight-p)
8452 (goto-address-url-face, goto-address-url-mouse-face)
8453 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8454 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8455 (goto-address-fontify, goto-address-at-mouse): Simplify,
8456 (goto-address-at-point): browse-url-url-at-point,
8457 goto-address-find-address-at-point can return nil.
8458 (goto-address-find-address-at-point): Return nil on failure.
8459
8460 * align.el (align) <defgroup>: Add :version.
8461
8462 * calculator.el (calculator): Add :version.
8463 (calculator): Use two lines for calculator window if `modeline'
8464 face is boxed.
8465
8466 * play/5x5.el: Doc fixes.
8467 (5x5) <defgroup>: Add :version.
8468
8469 * play/fortune.el (fortune) <defgroup>: Add :version.
8470 (fortune-append): Fix error message.
8471 (fortune-from-region): Doc fix.
8472
8473 * play/pong.el (pong): Doc fix.
8474
8475 * play/morse.el: Keywords, commentary, autoloads.
8476
8477 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * desktop.el (desktop-save): Don't look at symbol-value of a
8480 member of minor-mode-alist, unless it is boundp.
8481
8482 2000-08-16 Sam Steingold <sds@gnu.org>
8483
8484 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8485 `while'; use `with-current-buffer' instead of `save-excursion'.
8486 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8487
8488 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8489
8490 * international/ccl.el (declare-ccl-program): Docstring modified.
8491 (ccl-execute-with-args): Likewise.
8492
8493 2000-08-16 Miles Bader <miles@gnu.org>
8494
8495 * progmodes/sql.el: Add compatibility definition of
8496 comint-line-beginning-position.
8497
8498 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8499
8500 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8501 'buffer-menu' property.
8502 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8503 fails.
8504 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8505 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8506 wasn't killed.
8507
8508 * buff-menu.el (list-buffers-noselect): Don't display the
8509 *Buffer List* buffer.
8510
8511 * font-lock.el: Require jit-lock to prevent a very late
8512 `Loading jit-lock' message.
8513
8514 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8515 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8516 mail address.
8517
8518 2000-08-15 Miles Bader <miles@gnu.org>
8519
8520 * textmodes/ispell.el (ispell-graphic-p): New constant.
8521 (ispell-choices-win-default-height, ispell-help): Use
8522 `ispell-graphic-p' instead of `xemacsp'.
8523
8524 2000-08-15 Dave Love <fx@gnu.org>
8525
8526 * simple.el: Autoload widget-convert when compiling.
8527 (mail-user-agent): Doc fix.
8528
8529 * help.el (function-called-at-point, variable-at-point): Use
8530 with-syntax-table.
8531 (help-manyarg-func-alist): Add insert-and-inherit.
8532
8533 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8534
8535 * delsel.el (delsel-unload-hook): New function.
8536
8537 * find-file.el: Doc fixes. Move provide to end.
8538 (ff) <defgroup>: Add :link.
8539 (ff-goto-click): Deleted.
8540 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8541 Use mouse-set-point.
8542
8543 * textmodes/tildify.el: Doc fixes.
8544 (tildify) <defgroup>: Add:version.
8545
8546 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8547 (glasses-custom-set): Use set-default, not set.
8548 (minor-mode-alist): Propertize the lighter.
8549 (glasses-mode): Provide optional arg.
8550
8551 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8552 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8553 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8554 option. Provide :type.
8555 (cwarn-configuration): Provide :type.
8556 (cwarn-mode): Doc fix.
8557
8558 * add-log.el (change-log-merge): Doc fix.
8559 (change-log-redate): New command.
8560
8561 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8562 Doze and Dog.
8563 (browse-url): Use dolist, not mapcar.
8564 (browse-url-at-point): Check for null url.
8565 (browse-url-event-buffer, browse-url-event-point): Functions
8566 deleted.
8567 (browse-url-at-mouse, browse-url-netscape): Simplify.
8568
8569 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8570 modes.
8571 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8572 Fix previous change to mapcan.
8573 (msb--init-file-alist, msb--add-separators)
8574 (msb--make-keymap-menu): Simplify.
8575 (msb--choose-file-menu): Use copy-sequence.
8576 (msb-mode-map): Add title to keymap.
8577 (msb-unload-hook): New function.
8578
8579 * bs.el: Fix indentation.
8580 (bs) <defgroup>: Add :links.
8581 (bs-show): Doc fix.
8582 (bs-apply-sort-faces): Don't use window-system.
8583 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8584
8585 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8586
8587 * calendar/timeclock.el (timeclock-file): Run .timelog through
8588 convert-standard-filename.
8589
8590 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8591
8592 * emacs-lisp/authors.el: New file.
8593
8594 * paren.el (show-paren-priority): New user option.
8595 (show-paren-function): Set overlay priorities to
8596 show-paren-priority.
8597
8598 2000-08-14 Miles Bader <miles@gnu.org>
8599
8600 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8601 beginning-of-line with inhibit-field-text-motion bound.
8602
8603 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8604
8605 * calendar/timeclock.el: New file.
8606
8607 2000-08-14 David Ponce <david@dponce.com>
8608
8609 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8610 `widget-button-click'. so that one can use left mouse button to
8611 click on dialog buttons.
8612
8613 2000-08-14 Emmanuel Briot <briot@gnat.com>
8614
8615 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8616 identifiers, since XML is case sensitive
8617
8618 2000-08-12 Miles Bader <miles@gnu.org>
8619
8620 * comint.el (comint-output-filter): Don't bother frobbing
8621 window-start, it doesn't seem to be necessary.
8622
8623 * comint.el (comint-send-string, comint-send-region): Make into
8624 real functions. Snapshot the prompt before sending.
8625
8626 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8629 technique similar to Info-index, instead of relying on specific
8630 names of relevant Index nodes.
8631 (Info-goto-emacs-command-node): Bind Info-history to nil when
8632 going to the first node found by Info-find-emacs-command-nodes.
8633
8634 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8637
8638 2000-08-10 Miles Bader <miles@gnu.org>
8639
8640 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8641
8642 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8643
8644 * info.el (Info-file-list-for-emacs): More elements for the
8645 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8646 and woman manuals.
8647
8648 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8649
8650 * comint.el (comint-send-input): Make the newline boundary overlay
8651 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8652 (comint-output-filter): Use `insert' instead of
8653 `insert-before-markers'. Extend comint-last-output-overlay when
8654 necessary since we can't rely on insert-before-markers to do it.
8655 * gud.el (gud-filter): Use `with-current-buffer' instead of
8656 save-excursion when inserting the output, so that point gets
8657 updated correctly; the old method relied on a rather dodgy
8658 side-effect of comint-output-filter to avoid the effect of
8659 save-excursion.
8660
8661 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8662
8663 * files.el (recover-file): Call insert-directory instead of
8664 invoking `ls' directly.
8665
8666 2000-08-10 Miles Bader <miles@gnu.org>
8667
8668 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8669 (comint-last-prompt-overlay): New variables.
8670 (comint-output-filter): Implement prompt highlighting.
8671 (comint-snapshot-last-prompt): New function.
8672 (comint-send-input): Snapshot the last prompt.
8673 Use comint-highlight-input-face.
8674 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8675 Use defface instead of defcustom.
8676 (send-invisible, comint-send-eof): Snapshot the last prompt.
8677 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8678 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8679
8680 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8681
8682 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8683 (regexp-opt-group): Use a list of chars for `letters'.
8684 (regexp-opt-charset): `chars' is now a list of chars.
8685 Use a char-table rather than a vector so it works for multibyte chars.
8686
8687 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8688 Set cvs-minor-current-files to the selected fileinfo.
8689 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8690 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8691
8692 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8693
8694 * files.el (insert-directory): Don't call access-file on
8695 directories on DOS and Windows.
8696
8697 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8698
8699 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8700 longer if necessary.
8701 (ccl-embed-code): Call ccl-embed-data to store CODE in
8702 ccl-program-vector.
8703
8704 2000-08-09 Miles Bader <miles@gnu.org>
8705
8706 * comint.el (comint-output-filter): Properly handle the case where
8707 the text surrounded by comint-last-output-overlay was deleted.
8708
8709 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8710
8711 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8712 non-nil.
8713 (Info-file-list-for-emacs): Remove "info" from the list because
8714 that leads to trying to use the documentation from file `info'
8715 in various situations where it isn't appropriate, for instance
8716 C-h C-k C-h i.
8717
8718 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8719 DIR and/or STRING are nil.
8720
8721 * progmodes/compile.el (compilation-setup): Make variable
8722 compilation-error-screen-columns buffer-local, as some comment
8723 in the code suggests it should be.
8724
8725 * files.el (auto-mode-interpreter-regexp): New variable.
8726 (set-auto-mode): Use it.
8727
8728 * indent.el (indent-for-tab-command): Doc fix.
8729
8730 * mouse-sel.el (mouse-sel-mode): Doc fix.
8731
8732 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8733 labels.
8734
8735 * help.el (print-help-return-message): When
8736 display-buffer-reuse-frames is set, let the help window been quit,
8737 instead of deleting it, which might delete a reused frame.
8738
8739 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8740
8741 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8742 rename a directory to a name that differs only by its letter case.
8743
8744 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8745
8746 * international/quail.el (quail-define-rules): Handle Quail decode
8747 map correctly. Add code for supporting annotations.
8748 (quail-install-decode-map): New function.
8749 (quail-defrule-internal): New optional arguments decode-map and
8750 props.
8751 (quail-advice): New function.
8752
8753 2000-08-07 Sam Steingold <sds@gnu.org>
8754
8755 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8756 `defconst', `define-condition', `with-slots'.
8757 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8758
8759 2000-08-03 Miles Bader <miles@gnu.org>
8760
8761 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8762 New variable.
8763 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8764 comint-use-prompt-regexp-instead-of-fields.
8765 (comint-send-input): Add `input' field property to stuff we send to
8766 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8767 (comint-output-filter): Add `output' field property to process
8768 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8769 (comint-replace-by-expanded-history)
8770 (comint-get-old-input-default, comint-show-output)
8771 (comint-backward-matching-input, comint-forward-matching-input)
8772 (comint-next-prompt, comint-previous-prompt): Use field
8773 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8774 (comint-line-beginning-position): New function.
8775 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8776 (comint-replace-by-expanded-history-before-point): Use
8777 comint-line-beginning-position and line-end-position.
8778 (comint-last-output-overlay): New variable.
8779 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8780
8781 * shell.el (shell-prompt-pattern): Doc change.
8782 (shell-backward-command): Use line-beginning-position.
8783
8784 * gud.el (gud-gdb-complete-command): Use
8785 comint-line-beginning-position.
8786
8787 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8788 comint-bol doesn't actually go to the beginning of the line.
8789
8790 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8791 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8792 (try-expand-line-all-buffers): Likewise.
8793
8794 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8795 explicitly matching comint-prompt-regexp.
8796 (sql-copy-column): Use comint-line-beginning-position instead of
8797 explicitly matching comint-prompt-regexp.
8798
8799 * progmodes/octave-inf.el (inferior-octave-complete): Use
8800 comint-line-beginning-position.
8801
8802 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8803
8804 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8805 looking for a prompt, use `forward-line 0' instead of
8806 `beginning-of-line', to avoid getting caught by an input field.
8807
8808 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8809
8810 * files.el (shell-quote-wildcard-pattern): Make sure to return
8811 PATTERN, in the Unix case.
8812
8813 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * play/zone.el (zone): Discard any pending input before running
8816 the randomly-chosen pgm.
8817
8818 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8819
8820 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8821 checking the existence of any multibyte characters.
8822
8823 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8824
8825 * help.el (describe-mode): Test minor-mode symbol for being
8826 bound before testing its value for being nil.
8827
8828 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8829 `first', `second', and `third'.
8830
8831 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8832 (second): Make it an alias for `cadr'.
8833
8834 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8835
8836 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8837 types of display support faces now.
8838
8839 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8840
8841 * pcvs.el (require): Require `cl' during compilation, only.
8842
8843 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8844 (toplevel): Remove `remq' and `remove' from autoloads.
8845 (cl-fake-autoloads): New variable. If set, arrange for an error
8846 when CL functions etc. are autoloaded.
8847
8848 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8851
8852 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8853 popped up, but the user clicks outside the menu, return an empty
8854 regexp (that causes unhighlight-regexp to have no effect).
8855
8856 * menu-bar.el (menu-bar-games-menu): Add Zone.
8857
8858 * hi-lock.el (toplevel): Require font-lock.
8859
8860 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8861
8862 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8863 (ebnf-8-bit-chars): New var for bug fix.
8864 (ebnf-string): Bug fix.
8865
8866 2000-08-03 Sam Steingold <sds@gnu.org>
8867
8868 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8869 instead of `buffer-string'.
8870 (require 'cl): Always, not just when compiling.
8871 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8872 necessary.
8873
8874 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8875
8876 * international/mule-cmds.el (select-safe-coding-system): Make
8877 the message text about selecting a safe coding system more clear.
8878
8879 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8880
8881 * hi-lock.el: New file.
8882
8883 * play/zone.el: New file.
8884
8885 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8886 value of tab-width in the original buffer. Choose a line number
8887 format that's a multiple of the original buffer's tab width, so
8888 that lines appear right.
8889
8890 * textmodes/ispell.el (ispell): New function, replacing an alias.
8891 Spell-check active region if in transient-mark-mode and mark
8892 is active; otherwise spell-check buffer.
8893
8894 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8895
8896 * ps-mule.el: Fix a customization problem on
8897 ps-mule-font-info-database-default.
8898
8899 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8900
8901 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8902 display-mouse-p instead of window-system.
8903 (ebrowse-member-mode-map): Ditto.
8904
8905 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8906
8907 * progmodes/ebnf2ps.el: Update ps-print functions call.
8908 Indentation fix. Doc fix.
8909 (ebnf-version): New version number (3.2).
8910 (ebnf-format-color, ebnf-begin-job): Code fix.
8911
8912 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8915 font lock support on window-system.
8916 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8917
8918 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8919 display-color-p, if fboundp, instead of window-system.
8920
8921 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8924 instead of window-system.
8925
8926 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8927 window-system.
8928 (widget-choice-mouse-down-action): Use display-popup-menus-p
8929 instead of window-system.
8930
8931 * strokes.el (strokes-file): Run the file name through
8932 convert-standard-filename.
8933 (strokes-mode): Call display-mouse-p instead of looking at
8934 window-system. Change the error message accordingly.
8935
8936 * progmodes/cpp.el (toplevel): Support faces on tty's.
8937
8938 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8939 (lm-plot-square, lm-init-display): Don't use window-system.
8940
8941 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8942 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8943
8944 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8945 instead of looking at window-system.
8946
8947 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8948
8949 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8950 of testing if iswitchb-prepost-hooks is bound, because the
8951 latter will always be true when invoking a recursive minibuffer
8952 from an active Iswitchb buffer.
8953
8954 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8955
8956 * files.el (shell-quote-wildcard-pattern): New function.
8957 (insert-directory): Call it. Only prepend "\" to command on Unix
8958 and GNU/Linux systems.
8959
8960 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8961
8962 * eshell/esh-groups.el: Change custom :link file names
8963 from `eshell.info' to `eshell'.
8964
8965 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8966
8967 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8968 correctly in recursive ange-ftp listings.
8969
8970 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8971
8972 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8973 ps-header-font-size-internal and
8974 ps-header-title-font-size-internal variables are not set,
8975 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8976 face text property is (foreground-color . COLOR) or
8977 `(background-color . COLOR)', ps-print crashes. Doc fix.
8978 (ps-print-version): New version number (5.2.4).
8979 (ps-plot-region): Code fix.
8980 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8981 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8982 Bug fix 2.
8983
8984 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8985
8986 * glasses.el (glasses-make-readable): Fix uncapitalization of
8987 identifiers like `myXMLDocument'.
8988
8989 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8990
8991 * mail/mail-hist.el (mail-hist-previous-input)
8992 (mail-hist-next-input): Do the obvious code factorization.
8993 (mail-hist-retrieve-and-insert): New func, contains common
8994 code of above two.
8995 If inserting a message body, leave point at top.
8996
8997 2000-07-28 Sam Steingold <sds@gnu.org>
8998
8999 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9000 Use `<=', not `<' to compare times!
9001 (ange-ftp-ls): Remove.
9002
9003 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9004
9005 * play/cookie1.el: Add explanation of how to make cookie.el
9006 compatible with strfile(1) to comment.
9007
9008 * subr.el (remove, remq): New functions.
9009
9010 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9011 escape `*' in regexps.
9012 (midnight-find): Reverse order of arguments in the funcall of
9013 TEST.
9014
9015 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9016 and `.class'.
9017
9018 * play/meese.el: Add Commentary section.
9019
9020 2000-07-27 Alex Schroeder <alex@gnu.org>
9021
9022 * sql.el (sql-ms): Added autoload cookie.
9023 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9024 (sql-oracle): Ditto.
9025 (sql-help): Doc change.
9026
9027 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9028 types and exceptions.
9029
9030 2000-07-27 Alex Schroeder <alex@gnu.org>
9031
9032 * sql.el (sql-placeholder-history): New variable.
9033 (sql-query-placeholders-and-send): New function that will query
9034 the user and replace placeholders with user input.
9035 (sql-oracle): If running on NT, set comint-input-sender to
9036 sql-query-placeholders-and-send.
9037
9038 (sql-stop): If in the SQLi buffer, insert stop notification, else
9039 present it as a message.
9040
9041 2000-07-27 Alex Schroeder <alex@gnu.org>
9042
9043 * sql.el (sql-input-ring-separator): Doc change.
9044 (sql-input-ring-file-name): Doc change.
9045 (sql-interactive-mode): Use `sql-input-ring-separator' and
9046 `sql-input-ring-file-name' to set the comint-mode equivalents
9047 without making them local variables.
9048 (sql-stop): Don't bind `sql-input-ring-separator' and
9049 `sql-input-ring-file-name' dynamically to their comint-mode
9050 equivalents.
9051
9052 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9053
9054 * international/mule.el (register-char-codings): New function.
9055 (make-coding-system): Handle `safe-chars' specification in the arg
9056 PROPERTY.
9057
9058 * international/mule-cmds.el
9059 (find-coding-systems-region-subset-p): This function deleted.
9060 (sort-coding-systems-predicate): New variable.
9061 (sort-coding-systems): New function.
9062 (find-coding-systems-region): Use
9063 find-coding-systems-region-internal.
9064 (find-coding-systems-string): Use find-coding-systems-region.
9065 (find-coding-systems-for-charsets): Check
9066 char-coding-system-table.
9067 (select-safe-coding-system-accept-default-p): New variable.
9068 (select-safe-coding-system): Mostly rewritten. New argument
9069 ACCEPT-DEFAULT-P.
9070 (select-message-coding-system): Call select-safe-coding-system
9071 with ACCEPT-DEFAULT-P arg.
9072 (reset-language-environment): Reset default-sendmail-coding-system
9073 to the default value iso-latin-1.
9074 (set-language-environment): Don't set the obsolete variable
9075 charset-origin-alist.
9076
9077 * international/codepage.el (cp-coding-system-for-codepage-1):
9078 Give `safe-chars' property to make-coding-system.
9079
9080 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9081 calling select-message-coding-system twice.
9082
9083 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9084 instead of `safe-charsets'.
9085 (cyrillic-alternativnyj): Likewise.
9086 (ccl-encode-alternativnyj): Don't check the charset
9087 cyrillic-iso8859-5.
9088
9089 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9090
9091 * composite.el (compose-chars-after): Preserve match data.
9092
9093 2000-07-26 Sam Steingold <sds@gnu.org>
9094
9095 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9096 (ange-ftp-real-file-newer-than-file-p): New function.
9097 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9098 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9099
9100 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9101 * midnight.el (midnight-float-time): Ditto.
9102
9103 2000-07-26 Andreas Schwab <schwab@suse.de>
9104
9105 * files.el (normal-backup-enable-predicate): Correct
9106 interpretation of the return value of compare-strings.
9107
9108 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9109
9110 * isearch.el (isearch-resume): New function.
9111 (isearch-done): Add something to command-history to resume
9112 the search.
9113 (isearch-yank-line, isearch-yank-word): Use
9114 buffer-substring-no-properties instead of buffer-substring.
9115
9116 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9117 of flyspell-mouse-map.
9118
9119 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9120 duplicate definition.
9121 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9122
9123 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9124 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9125
9126 2000-07-25 Sam Steingold <sds@gnu.org>
9127
9128 * net/ange-ftp.el: Get modtime over the net.
9129 (ange-ftp-file-modtime): New function.
9130 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9131 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9132 Use it.
9133 (ange-ftp-dot-to-slash): New function.
9134 (ange-ftp-fix-name-for-vms): Use it.
9135
9136 * midnight.el (midnight-buffer-display-time): Use
9137 `with-current-buffer'.
9138
9139 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9140
9141 * find-dired.el: Update copyright notice.
9142 (find-dired): Offer to kill a running `find'.
9143
9144 * enriched.el (enriched-face-ans): For a `foreground-color'
9145 property, return '(("x-color" COLOR))' so that COLOR will be
9146 output as a parameter of the x-color annotation. Likewise for the
9147 `background-color' property. In the case of normal face
9148 properties, don't return annotations for unspecified foreground
9149 and background face attributes.
9150
9151 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9152
9153 * language/japan-util.el (japanese-katakana-region): Fix handling
9154 HANKAKU argument.
9155
9156 2000-07-25 Miles Bader <miles@gnu.org>
9157
9158 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9159 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9160 constrain-to-field.
9161
9162 2000-07-24 Andrew Innes <andrewi@gnu.org>
9163
9164 * timer.el (timer-activate-when-idle): Add optional parameter
9165 DONT-WAIT. Update docstring.
9166 (run-with-idle-timer): Specify extra parameter to
9167 timer-activate-when-idle, so that timer will be activated
9168 immediately if Emacs is already idle.
9169
9170 * w32-fns.el (w32-using-nt): Fix docstring.
9171
9172 2000-07-24 Dave Love <fx@gnu.org>
9173
9174 * mouse.el (popup-menu): Set last-command-event.
9175 (mouse-major-mode-menu-prefix): Declare.
9176
9177 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9178
9179 * textmodes/flyspell.el: Update to author's version 1.5d.
9180
9181 * progmodes/hideshow.el: Update copyright notice.
9182
9183 * vcursor.el: Set maintainer to FSF, since author cannot
9184 be reached.
9185
9186 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9187
9188 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9189 the prompt.
9190
9191 * mouse.el (popup-menu): Run the keymap through indirect-function,
9192 in case it was defined with define-prefix-key. If the menu is a
9193 list of keymaps, look up the binding of user's choice in each one
9194 of the keymaps.
9195 (mouse-popup-menubar): If the global and local menu-bar keymaps
9196 don't have a prompt string, create one and insert it into the
9197 keymap. Don't barf if current-local-map returns nil.
9198
9199 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9200
9201 * dired.el (dired-sort-R-check): Added to allow recursive listing
9202 to be undone.
9203 (dired-sort-other): Use it.
9204
9205 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9206
9207 * Release of cc-mode 5.27
9208
9209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9210
9211 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9212 c-beginning-of-statement-1 that caused a bad case of recursion
9213 which could consume a lot of CPU in large classes in languages
9214 that have in-expression classes (i.e. Java and Pike).
9215
9216 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9217 statements before top level constructs (i.e. case 6 is moved
9218 before case 5 and is now case 4) to catch in-expression
9219 classes in top level expressions correctly.
9220
9221 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9222
9223 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9224 objc-method-intro. Case 4 removed and case 5I added.
9225
9226 * cc-langs.el (c-append-paragraph-start): New variable used by
9227 c-common-init to get paragraph-start correct.
9228 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9229 initialize paragraph-start to make it correct both with and
9230 without the javadoc special case.
9231
9232 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9233 initialize paragraph-start for javadoc markup.
9234
9235 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9236 change by defaulting this to t. It's motivated by the
9237 confusing behavior that otherwise arise from the style system
9238 when editing both java and non-java files at the same time
9239 (see the comments about style setting in c-common-init).
9240
9241 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9242
9243 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9244 similar to the one in c-fill-paragraph to check the fill
9245 prefix from the adaptive fill function for sanity.
9246
9247 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9248
9249 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9250 defun block.
9251
9252 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9253
9254 * cc-mode.texi Documented the change of cpp-macro.
9255
9256 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9257
9258 * cc-align.el (c-lineup-multi-inher): Handle lines with
9259 leading comma nicely. Extended to handle member initializers
9260 too.
9261
9262 * cc-engine.el: (c-beginning-of-inheritance-list,
9263 c-guess-basic-syntax): Fixed recognition of inheritance lists
9264 when the lines begins with a comma.
9265
9266 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9267
9268 * cc-vars.el (c-offsets-alist): Changed default for
9269 member-init-cont to c-lineup-multi-inher since it now handles
9270 member initializers and indents better for leading commas.
9271
9272 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9273
9274 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9275 handling that caused class open lines to be recognized as
9276 statement-conts in some cases.
9277
9278 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9279 guessed by the adaptive fill function unless point is on the
9280 first line of a block comment.
9281
9282 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9283 when the buffer ends with a macro continuation char.
9284
9285 * cc-engine.el (c-guess-basic-syntax): Added support for
9286 function definitions as statements in Pike. The first
9287 statement in a lambda block is now labeled defun-block-intro
9288 instead of statement-block-intro.
9289
9290 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9291 so that the class surrounding point is selected, not the one
9292 innermost in the state.
9293
9294 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9295 recognition of switch labels having hanging multiline
9296 statements.
9297
9298 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9299 some code in c-guess-basic-syntax to a separate function.
9300 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9301 recognition of member inits with multiple line arglists.
9302 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9303 member-init-cont when the commas are in funny places.
9304
9305 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9306
9307 * cc-defs.el (c-auto-newline): Removed this macro since it's
9308 not used anymore.
9309
9310 * cc-engine.el (c-looking-at-bos): New helper function.
9311 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9312 inexpr and toplevel classes apart in Pike.
9313
9314 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9315 of case 9A.
9316
9317 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9318 constant, since "class" can introduce an in-expression class
9319 in Pike nowadays.
9320
9321 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9322
9323 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9324 indentation on cpp-macro lines.
9325
9326 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9327 a syntax modifier like comment-intro, to make it possible to
9328 get syntactic indentation for preprocessor directives. It's
9329 incompatible wrt to lineup functions on cpp-macro, but it has
9330 no observable effect in the 99.9% common case where cpp-macro
9331 is set to -1000.
9332
9333 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9334
9335 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9336 member-init-cont when the preceding arglist is several lines.
9337
9338 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9339
9340 * cc-styles.el (c-style-alist): The basic offset for the BSD
9341 style corrected to 8.
9342
9343 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9344
9345 * cc-styles.el (c-style-alist): Adjusted the indentation of
9346 brace list openers in the gnu style.
9347
9348 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9349
9350 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9351
9352 * cc-cmds.el (c-electric-brace, c-electric-slash,
9353 c-electric-star, c-electric-semi&comma, c-electric-colon,
9354 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9355 when c-syntactic-indentation is nil.
9356
9357 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9358 we were left at comments preceding the first statement when
9359 reaching the beginning of the buffer.
9360
9361 * cc-vars.el (c-syntactic-indentation): New variable to turn
9362 off all syntactic indentation.
9363
9364 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9365
9366 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9367 between the text and the block comment ender when it hangs,
9368 depending on how many there are before the fill.
9369
9370 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9371
9372 * cc-engine.el (c-beginning-of-closest-statement): New helper
9373 function to go back to the closest preceding statement start,
9374 which could be inside a conditional statement.
9375 * cc-engine.el (c-guess-basic-syntax): Use
9376 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9377
9378 * cc-engine.el (c-guess-basic-syntax): Better handling of
9379 arglist-intro, arglist-cont-nonempty and arglist-close when
9380 the arglist is nested inside parens. Cases 7A, 7C and 7F
9381 changed.
9382
9383 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9384 up-to-date with javadoc 1.2.
9385
9386 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9387
9388 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9389 multiline Pike type decls.
9390
9391 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9392
9393 * cc-cmds.el (c-indent-new-comment-line): Always break
9394 multiline comments in multiline mode, regardless of
9395 comment-multi-line.
9396
9397 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9398
9399 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9400 fully::qualified::names in C++ member init lists. Preamble in
9401 case 5D changed.
9402
9403 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9404
9405 * cc-langs.el (c-common-init): Handling of obsolete variables
9406 moved to c-initialize-cc-mode. More compatible style override
9407 when using global style variables.
9408 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9409 variables moved here.
9410
9411 * cc-mode.texi: Documented the special behavior of
9412 c-special-indent-hook as a style variable. Don't talk about
9413 doing (c-make-styles-buffer-local t) in a mode hook, since
9414 that's already too late to work right.
9415
9416 * cc-styles.el (c-make-styles-buffer-local): Flag style
9417 variable localness in c-style-variables-are-local-p to make
9418 the compatibility measure in c-common-init work well.
9419
9420 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9421 longer contain set-from-style.
9422 * cc-styles.el (c-initialize-builtin-style): Don't check for
9423 set-from-style on c-special-indent-hook.
9424 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9425 copy-alist is sufficient now.
9426
9427 * cc-styles.el (c-set-style, c-set-style-1,
9428 c-get-style-variables): Fixes to variable initialization so
9429 that duplicate entries in styles have the same effect
9430 regardless of DONT-OVERRIDE.
9431
9432 * cc-styles.el (c-set-style-2): Fixed bug where the
9433 initialization of inheriting styles failed when the
9434 dont-override flag is set.
9435
9436 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9437 on this.
9438
9439 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9440
9441 * cc-defs.el (c-forward-comment): Removed the workaround
9442 introduced in 5.38 since it had worse side-effects. If a line
9443 contains the string "//\"", it regarded the // as a comment
9444 start since the \ temporarily doesn't have escape syntax.
9445
9446 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9447
9448 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9449 ada-xref.el before ada-prj.el, so that the Project menu is created
9450 when ada-prj tries to add to it.
9451 (ada-activate-keys-for-case): Suppress the characters that are not
9452 part of the Ada syntax. Better compatibility with else-mode
9453 (ada-adjust-case-interactive): When auto-casing is not active,
9454 correctly insert newlines (used to insert only ^M). Prevent the
9455 syntax table from being changed in case of an error
9456 (or '_' becomes part of a word and some commands are confused).
9457 Do nothing if ada-auto-case is nil.
9458 (ada-after-keyword-p): Ignore keywords that are also attributes
9459 (ada-batch-reformat): Update usage comment
9460 (ada-call-from-contextual-menu): New function
9461 (ada-case-read-exceptions): Reinitialize the casing exception list
9462 first to nil first, so that the casing exception file can be
9463 shared.
9464 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9465 files.
9466 (ada-compile-goto-error): Fix regexp used to detect a file:line
9467 anywhere in the error message
9468 (ada-contextual-menu-last-point): New variable
9469 (ada-create-keymap): If the variable delete-key-deletes-forward is
9470 t on XEmacs, it means that DEL should delete one character
9471 forward.
9472 (ada-create-menu): Use :included instead of :visible for XEmacs.
9473 New submenu "Options".
9474 (ada-end-stmt-re): Correctly indent "select ... then abort"
9475 statements.
9476 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9477 even if they don't match ada-fill-comment-prefix Fix handling of
9478 paragraphs on the first or last line of a file.
9479 (ada-format-paramlist): Fix handling of default parameter values.
9480 (ada-get-body-name): New function.
9481 (ada-get-current-indent): Optimized by searchling directly for an
9482 existing generic part or a statement outside of it. Handle
9483 ada-indent-align-comments when indenting comments Replaced some
9484 regexps by testing directly the next character. This results in a
9485 huge speedup on some files. New indentation scheme for renames
9486 statements. Stop looking for the 'while' or 'for' associated with
9487 a 'loop' at the first semicolon encountered. A "return" can also
9488 match an anonymous access subprogram declaration.
9489 (ada-get-indent-noindent): Ignore strings and comments when
9490 looking for the keywords "record" and "private".
9491 (ada-goto-matching-decl-start): When matching "if", make sure we
9492 are not in fact seeing "end if". Ignore "when" statements except
9493 when initial keyword was "begin". Fix handling of nested
9494 procedures. Add a recursive call to this function to skip over
9495 other 'end' statmts. Fix indentation for "when .. => begin"
9496 (ada-in-open-paren-p): Fix indentation for complex boolean
9497 expressions, where 'and then', 'or else' and parenthesis
9498 statements are mixed up.
9499 (ada-in-paramlist-p): Skip comments while searching for the
9500 beginning Fix handling of operator declarations.
9501 (ada-indent-align-comments): New variable
9502 (ada-indent-current): Change the syntax table only in the
9503 protected section, so that we are sure it is restored correctly.
9504 (ada-indent-on-previous-lines): Use ada-use-indent and
9505 ada-with-indent Correctly indent "select ... then"
9506 (ada-indent-region): Slight speedup.
9507 (ada-indent-renames): New variable.
9508 (ada-last-which-function-subprog, ada-last-which-function-line):
9509 New variables
9510 (ada-looking-at-semi-private): Correctly indent the 'private'
9511 keyword when it is the first word in a package declaration.
9512 (ada-loose-case-word): Stop searching if at the end of the buffer.
9513 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9514 even if point is not initially at the end of the word.
9515 (ada-matching-decl-start-re): Add "when".
9516 (ada-mode): Add support for abbrev-mode, outline-mode and
9517 which-func-mode Override the old find-file.el entry in
9518 ff-special-constructs since it is using the obsolete
9519 ada-spec-suffix variable
9520 (ada-no-auto-case): New function
9521 (ada-scan-paramlist): When parsing the argument type, accept
9522 spaces (as in "X 'Class", generated by Rational Rose).
9523 (ada-other-file-name): No longer loads the other file.
9524 (ada-popup-menu): Save and restore the current buffer and cursor
9525 position before and after displaying the menu.
9526 (ada-search-ignore-complex-boolean): New function.
9527 (ada-uncomment-region): Emacs21 already knows how to delete
9528 comments not starting in the first column.
9529 (ada-use-indent): New variable
9530 (ada-which-function): New function.
9531 (ada-with-indent): New variable
9532 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9533 can be batch-compiled from the command line.
9534
9535 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9536 Add to the menu when the file is loaded, not in ada-mode-hook.
9537 Add -toolbar to the default ddd command Switches moved from
9538 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9539 ada-prj-default-comp-opt
9540 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9541 Reference Manual to the menu
9542 (ada-check-current): rewritten as a call to ada-compile-current
9543 (ada-compile): Removed.
9544 (ada-compile-application, ada-compile-current, ada-check-current):
9545 Set the compilation-search-path so that compile.el automatically
9546 finds the sources in src_dir. Automatic scrollong of the
9547 compilation buffer. C-uC-cC-c asks for confirmation before
9548 compiling
9549 (ada-compile-current): New parameter, prj-field
9550 (ada-complete-identifier): Load the .ali file before doing
9551 processing
9552 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9553 conform to gnatmake's behavior.
9554 (ada-find-file-in-dir): New function
9555 (ada-find-references): Set the environment variables for gnatfind
9556 (ada-find-src-file-in-dir): New function.
9557 (ada-first-non-nil): Removed
9558 (ada-gdb-application): Add support for jdb, the java debugger.
9559 (ada-get-ada-file-name): Load the original-file first if not done
9560 yet.
9561 (ada-get-all-references): Handles the new ali syntax (parent types
9562 are found between <>).
9563 (ada-initialize-runtime-library): New function
9564 (ada-mode-hook): Always load a project file when a file is opened,
9565 so that the casing exceptions are correctly read.
9566 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9567 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9568 to open the project file, since the latter does not work with
9569 speedbar Get default values before loading the prj file, or the
9570 default executable file name is wrong. Use the absolute value of
9571 src_dir to initialize ada-search-directories and
9572 compilation-search-path,... Add the standard runtime library to
9573 the search path for find-file.
9574 (ada-prj-default-debugger): Was missing an opening '{'
9575 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9576 variables.
9577 (ada-prj-default-gnatmake-opt): New variable
9578 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9579 buffers, the project file is the default one Save the windows
9580 configuration before displaying the menu.
9581 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9582 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9583 ...) regexp-quote identifiers names to support operators +,
9584 -,... in regexps.
9585 (ada-remote): New function.
9586 (ada-run-application): Erase the output buffer before starting the
9587 run Support remote execution of the application. Use
9588 call-process, or the arguments are incorrectly parsed
9589 (ada-set-default-project-file): Reread the content of the active
9590 project file, not the one from the current buffer When a project
9591 file is set as the default project, all directories are
9592 automatically associated with it.
9593 (ada-set-environment): New function
9594 (ada-treat-cmd-string): New special variable ${current}
9595 (ada-treat-cmd-string): Revised. The substitution is now done for
9596 any ${...} substring
9597 (ada-xref-current): If no body was found, compiles the spec
9598 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9599 compiler to get rid of command line length limitations.
9600 (ada-xref-get-project-field): New function
9601 (ada-xref-project-files): New variable
9602 (ada-xref-runtime-library-specs-path)
9603 (ada-xref-runtime-library-ali-path): New variables
9604 (ada-xref-set-default-prj-values): Default run command now does a
9605 cd to the build directory. New field: main_unit Provide a default
9606 file name even if the current buffer has no prj file.
9607
9608 * ada-prj.el:
9609 Rewritten to show a tabbed-dialog.
9610 (ada-prj-add-ada-menu): Remove the map and name parameters.
9611 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9612 New function
9613 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9614 (ada-prj-load-from-file): New function
9615 (ada-prj-save): Always save fields that depend on the current buffer
9616 (ada-prj-show-value): New function
9617
9618 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9619 Ada mode. This will allow us to display the Ada menu in any buffer
9620 we want (for project items).
9621 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9622 number of spaces in the header.
9623
9624 2000-07-24 Dave Love <fx@gnu.org>
9625
9626 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9627
9628 2000-07-23 Noah Friedman <friedman@splode.com>
9629
9630 * type-break.el (type-break): perform autosave.
9631 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9632 (type-break-do-query): Cancel query schedule while performing
9633 actual query, to avoid possibility of a second query being made
9634 while first one is already in progress.
9635 (type-break-time-stamp-format): New variable.
9636 (type-break-time-stamp): New function.
9637 (type-break-time-warning): Use it.
9638 (type-break-keystroke-warning): Use it.
9639 (type-break-noninteractive-query): Use it.
9640
9641 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9642 cookie.
9643 Use add-minor-mode to set minor-mode-alist, if available.
9644 (eldoc-echo-area-use-multiline-p): New user option.
9645 (eldoc-echo-area-multiline-supported-p): New variable.
9646 (eldoc-docstring-format-sym-doc): Use them.
9647 (eldoc-mode): If not using idle timers, append to local post and
9648 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9649 (eldoc-display-message-no-interference-p): Don't interfere with
9650 edebug.
9651 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9652 (eldoc-function-arglist): New function.
9653 (eldoc-function-argstring): Use it.
9654
9655 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9656 auto save directory exists before calling directory-files.
9657
9658 2000-07-23 Dave Love <fx@gnu.org>
9659
9660 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9661 ^o, ^u.
9662
9663 2000-07-21 Dave Love <fx@gnu.org>
9664
9665 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9666 now passed to the function. It now works properly.
9667
9668 * smerge-mode.el (smerge-mode-menu): Fill it out.
9669
9670 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9671
9672 * info-look.el (info-lookup): If *info* is shown in another frame
9673 on the same display, select that frame, instead of switching to
9674 the Info buffer in another window of the selected frame.
9675
9676 * simple.el (universal-argument-map): Bind numeric keypad keys
9677 kp-0 to kp-9 and kp-subtract.
9678 (digit-argument): Handle these keys.
9679
9680 2000-07-20 Dave Love <fx@gnu.org>
9681
9682 * net/goto-addr.el (goto-address-fontify): Don't bother with
9683 buffer-modified and read-only stuff -- irrelevant with overlays.
9684 Put an extra property on the overlays and use it to clean up in
9685 case goto-address is re-run.
9686
9687 2000-07-19 Richard M. Stallman <rms@gnu.org>
9688
9689 * timer.el (run-with-idle-timer): Doc fix.
9690
9691 * mail/mail-utils.el (mail-strip-quoted-names):
9692 Handle case where <...> appears inside "...".
9693 Use replace-match to edit the string more simply.
9694 (rmail-dont-reply-to): Cope with an unmatched ".
9695
9696 2000-07-19 Dave Love <fx@gnu.org>
9697
9698 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9699 implementation.
9700
9701 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9702 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9703 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9704
9705 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9706
9707 * textmodes/refer.el: Correct maintainer's email address.
9708
9709 * progmodes/hideif.el: Correct author's email address.
9710 Fix typo in comment.
9711
9712 * xml.el: New file.
9713
9714 * mail/mailheader.el: Correct author's mail address.
9715
9716 * gnus/parse-time.el: Correct author's mail address.
9717
9718 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9719
9720 * comint.el (comint-highlight-input, comint-highlight-face):
9721 New user options.
9722 (comint-input-ring-file-name): Change custom type.
9723 (comint-mode-map): Bind mouse-2.
9724 (comint-insert-clicked-input): New function.
9725 (comint-send-input): Handle input highlighting.
9726
9727 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * mouse.el (popup-menu): New function.
9730 (mouse-major-mode-menu): Use it.
9731
9732 2000-07-18 Dave Love <fx@gnu.org>
9733
9734 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9735 improvements.
9736
9737 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9738
9739 * faces.el (face-font-selection-order)
9740 (face-font-family-alternatives): Add custom type.
9741
9742 2000-07-18 Dave Love <fx@gnu.org>
9743
9744 * cus-edit.el (custom-variable-reset-saved)
9745 (custom-variable-reset-standard): Remove unused bindings.
9746
9747 * rect.el (open-rectangle-line): Remove unused let.
9748
9749 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9750
9751 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9752
9753 * cdl.el: Fix `Maintainer' keyword.
9754
9755 * play/pong.el: Add author's email address.
9756
9757 2000-07-17 Sam Steingold <sds@gnu.org>
9758
9759 * files.el (insert-directory): Call `split-string' instead of
9760 re-implementing it.
9761
9762 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9763
9764 * mail/vms-pmail.el: Change maintainer to FSF.
9765
9766 * net/goto-addr.el: Change maintainer to FSF.
9767
9768 * info.el (Info-title-face-alist): Removed.
9769
9770 2000-07-18 David Ponce <david@dponce.com>
9771
9772 * recentf.el (recentf-open-files): New command that works like
9773 `recentf-open-more-files', but shows the whole list of files (not just
9774 those omitted from the menu). Useful if you don't use a menu-bar!
9775 (recentf-open-more-files) Modified to use `recentf-open-files'.
9776
9777 (recentf-open-files, recentf-open-more-files)
9778 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9779
9780 (recentf-dialog-mode): New mode for dialogs. You can now just type
9781 "q" to cancel the dialogs.
9782
9783 2000-07-18 David Ponce <david@dponce.com>
9784
9785 * recentf.el: This is a major update of recentf.el. It adds new
9786 features to better organize the recentf menu and "More..." buffer.
9787
9788 Using new provided menu filtering functions you can now organize the
9789 recent files list:
9790
9791 - by major modes
9792 - by directories
9793 - by user defined rules
9794
9795 Finally, with the new `recentf-filter-changer' customizable filter you
9796 can define a ring of filters and dynamically (via the menu) cycle on
9797 each menu organization in the ring (a la msb).
9798
9799 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9800
9801 * eshell/eshell.el (eshell): Replace links to eshell.info with
9802 links to eshell, to avoid problems on systems where the manual is
9803 installed as `eshell'.
9804 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9805 * eshell/em-smart.el (eshell-smart): Ditto.
9806 * eshell/em-banner.el (eshell-banner): Ditto.
9807 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9808
9809 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9810 same-file check in the MS-DOS version (it does support inodes).
9811
9812 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9813
9814 * eshell/eshell.el (eshell-directory-name):
9815 Run default directory name through convert-standard-filename.
9816
9817 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9818
9819 * international/mule-cmds.el (select-safe-coding-system):
9820 Fix typo in the comment.
9821
9822 * language/european.el (compound-text):
9823 Force katakana-jisx0201 to be designated to G1.
9824
9825 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9826 Don't translate some national variant characters of latin-jisx0201.
9827 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9828
9829 * international/kkc.el (kkc-after-update-conversion-functions):
9830 New variable.
9831 (kkc-update-conversion): Run functions in it at the tail.
9832
9833 2000-07-16 John Wiegley <johnw@gnu.org>
9834
9835 * lisp/align.el (align-newline-and-indent):
9836 Adding new function. for auto-aligning blocks of code on RET.
9837 (align-region): Fixed badly formatted minibuffer message.
9838
9839 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9840
9841 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9842 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9843 the conversion list at first if appropriate.
9844 (kkc-next): Don't update kkc-next-count here.
9845 (kkc-prev): Don't update kkc-prev-count here.
9846 (kkc-show-conversion-list-update): Fix setting up of conversion
9847 list message.
9848
9849 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9850
9851 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9852
9853 2000-07-16 Dave Love <fx@gnu.org>
9854
9855 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9856 function to be more specific.
9857
9858 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9859 non-string help-echo.
9860 (widget-types-convert-widget): Defsubst it.
9861 (widget-echo-help): Try to cope with a help-echo function of two
9862 possible sorts.
9863
9864 2000-07-15 Jason Rumney <jasonr@gnu.org>
9865
9866 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9867 Declare as obsolete.
9868
9869 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9870
9871 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9872
9873 * hilit-chg.el: Fix typo.
9874
9875 2000-07-14 Dave Love <fx@gnu.org>
9876
9877 * info.el (Info-mode-menu): Fix use of :help, :enable.
9878
9879 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9880
9881 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9882
9883 2000-07-13 Dave Love <fx@gnu.org>
9884
9885 * emacs-lisp/easymenu.el: Doc fixes.
9886 (easy-menu-remove): Defalias to ignore.
9887
9888 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9889 Call throw correctly.
9890
9891 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9892
9893 * faces.el (frame-background-mode): Doc fix.
9894
9895 * simple.el (eval-expression-print-length): Change custom type to
9896 allow entering nil as value.
9897
9898 2000-07-13 Dave Love <fx@gnu.org>
9899
9900 * progmodes/fortran.el (fortran-imenu-generic-expression):
9901 Change definition layout.
9902 (fortran-mode-menu): Reinstate customize entries.
9903
9904 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9905 Use :filter, per old XEmacs code.
9906
9907 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9908
9909 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9910 event when deciding what to send to the terminal.
9911
9912 2000-07-12 Dave Love <fx@gnu.org>
9913
9914 * cus-start.el: Add optional version as 4th element of specs and
9915 use it for several things new in v21. Remove load-path. Fix type
9916 of line-number-display-limit.
9917
9918 2000-07-11 Dave Love <fx@gnu.org>
9919
9920 * progmodes/fortran.el: Don't require easymenu.
9921 Use repeat counts in various regexps.
9922 (fortran-mode-syntax-table): Defvar directly.
9923 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9924 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9925 Use defvar, not defconst.
9926 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9927 (fortran-mode): Set fortran-comment-line-start-skip,
9928 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9929 (fortran-comment-indent): Use defsubst.
9930 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9931 Use fortran-comment-indent, not fortran-comment-indent-function.
9932 (fortran-comment-region, fortran-electric-line-number): Simplify.
9933 (fortran-auto-fill): New function.
9934 (fortran-do-auto-fill): Deleted.
9935 (fortran-find-comment-start-skip):
9936 Check for non-null comment-start-skip.
9937 (fortran-auto-fill-mode, fortran-fill-statement):
9938 Use fortran-auto-fill.
9939 (fortran-fill): Use fortran-auto-fill. Check for null
9940 comment-start-skip. Simplify final clause and use end-of-line finally.
9941
9942 * widget.el (widget-plist-member): New alias.
9943
9944 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * eshell/esh-module.el (toplevel): Reference
9947 byte-compile-current-file only if it is bound.
9948
9949 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9950
9951 * dired.el: Don't require `dired-aux'.
9952
9953 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9954
9955 * dired-aux.el (dired-show-file-type): New function.
9956 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9957 (dired-show-file-type): Add autoload.
9958
9959 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9960
9961 * international/mule-diag.el (describe-font): Adjusted for the
9962 change of fontset-info.
9963 (print-fontset): Likewise.
9964
9965 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9966
9967 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9968
9969 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9970
9971 * bindings.el: Bind `[delete]' to delete-char.
9972
9973 * dired.el (dired-find-alternate-file): New function.
9974 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9975 (toplevel): Require dired-aux when compiling.
9976 (dired-buffers): Move defvar within file to avoid compiler warning.
9977
9978 * info.el (Info-last-search): Variable removed.
9979 (Info-search-history): New variable.
9980 (Info-search): New Info-search-history.
9981
9982 * battery.el, info-look.el: Change author's mail address.
9983
9984 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9985
9986 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9987 if rmail-ignored-headers is nil.
9988 (rmail-retry-failure): Bind rmail-ignored-headers and
9989 rmail-displayed-headers to nil.
9990
9991 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9992
9993 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9994 (print-region-1): Don't hard code `-h' here.
9995
9996 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9997
9998 2000-07-01 Francesco Potorti` <pot@gnu.org>
9999
10000 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10001 exim can use "your message" instead of "the message".
10002
10003 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10004
10005 * facemenu.el: Docstrings fixes.
10006 (facemenu-get-face): Don't use internal-find-face.
10007 (facemenu-iterate): Rename arg to match the docstring.
10008
10009 * newcomment.el (uncomment-region): Be more careful when skipping
10010 backwards over `=' not to bump into BOBP.
10011
10012 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10013
10014 * ediff-diff.el (ediff-wordify): Use syntax table.
10015 * ediff-init.el (ediff-has-face-support-p): Use
10016 ediff-color-display-p.
10017 (ediff-color-display-p): Use display-color-p, changed to defun
10018 from defsubst.
10019 Got rid of special cases for NeXT and OS/2.
10020 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10021 face.
10022
10023 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10024
10025 * emacs-lisp/lucid.el: Require CL.
10026 (copy-tree, remprop): Remove, it's provided by CL.
10027 (map-keymap): Define in terms of cl-map-keymap.
10028 (extent-property, set-extent-end-glyph): New functions.
10029
10030 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10031
10032 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10033
10034 * Makefile.in (DONTCOMPILE): Add comment that the name may
10035 not be changed without changing the make-dist script.
10036
10037 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10038 (cl-mapc): Use mapc instead of cl-old-mapc.
10039
10040 2000-07-05 Andrew Innes <andrewi@gnu.org>
10041
10042 * makefile.nt: Add support for `bootstrap' and related targets.
10043
10044 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10045
10046 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10047 (easy-menu-do-define): Use `menu-item' format.
10048 Handle case where easy-menu-create-menu returns a symbol.
10049 Manually call the potential top-level filter in the function binding.
10050 (easy-menu-filter-return): New arg NAME.
10051 Convert to a keymap if MENU is an XEmacs menu.
10052 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10053 (easy-menu-converted-items-table, easy-menu-convert-item):
10054 New var and fun to memoize easy-menu-convert-item-1.
10055 (easy-menu-do-add-item): Use it.
10056 (easy-menu-create-menu): Use easy-menu-convert-item.
10057 Wrap easy-menu-filter-return around any :filter specification.
10058 Don't convert the menu if a filter was specified.
10059 Tell easy-menu-make-symbol not to check for MENU being an expression.
10060 (easy-menu-make-symbol): New arg NOEXP.
10061
10062 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10063
10064 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10065 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10066 (eval-defun): If called with prefix arg, instrument code for
10067 Edebug.
10068
10069 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10070 similar to that of eval-defun.
10071
10072 2000-07-04 Dave Love <fx@gnu.org>
10073
10074 * hl-line.el (hl-line-overlay): Make it permanent-local.
10075
10076 * calendar/todo-mode.el: Replaced with a working version, based on
10077 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10078
10079 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10080
10081 * paths.el (prune-directory-list): New function.
10082 (Info-default-directory-list): Rewritten to more methodically
10083 enumerate a big list of possible info directories (based on the
10084 list used by the standalone info reader).
10085
10086 * info.el (info-initialize): Use prune-directory-list to remove
10087 non-existent directories from Info-directory-list.
10088
10089 * paths.el (Info-default-directory-list): Try a list of possible
10090 info-directories instead of a single one. Add the possible
10091 info directory "/usr/share/info".
10092
10093 * woman.el (woman-man.conf-path): Explicitly include the debian
10094 man-db config file "/etc/manpath.config".
10095 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10096 are present in `manpath.config'.
10097 (woman-manpath): Include "/usr/share/man".
10098
10099 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10100
10101 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10102
10103 * startup.el (command-line): Initialize blink-cursor based
10104 on window-system.
10105
10106 * frame.el (blink-cursor): Default to nil if not running under
10107 a window-system.
10108
10109 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10110 (face-x-resources): Remove duplicate entry for :font.
10111
10112 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10113 instead of cycling through windows with next-window.
10114
10115 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10116 of cycling through windows with next-window.
10117
10118 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10119 of cycling through windows with next-window.
10120
10121 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10122 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10123 instead of cycling through windows with next-window.
10124
10125 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10126 instead of cycling through windows with next-window.
10127
10128 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10129 of cycling through windows with next-window.
10130
10131 * terminal.el (te-process-output): Use walk-windows instead of
10132 cycling through windows with next-window.
10133
10134 * server.el (server-switch-buffer): Use some-window instead of
10135 cycling through windows with next-window.
10136
10137 * window.el (some-window): New function.
10138 (walk-windows): Remove reference to walk-windows-start.
10139
10140 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10141
10142 2000-07-03 Richard Stallman <rms@gnu.org>
10143
10144 * window.el (walk-windows): Guarantee termination by keeping a list
10145 of all the windows already handled.
10146
10147 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10148
10149 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10150 window-system.
10151
10152 * man.el (Man-notify-when-ready): Don't use window-system. If
10153 Man-notify-method is newframe, and the display is not
10154 multi-frame, select the frame created for the man page.
10155 (Man-init-defvars): Doc fix.
10156
10157 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10158
10159 * faces.el (region): Change background color for light background.
10160
10161 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10162 attribute from mode-line face of Ediff control frame.
10163
10164 * replace.el (query-replace-map): Bind `e' like `E'.
10165
10166 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10169 Change name to "Select All".
10170
10171 * dos-fns.el (convert-standard-filename): Fix last change.
10172
10173 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10174
10175 * help.el (describe-variable): Don't insert a second `'s' in front
10176 of the string `value is shown below'. Since the syntax-table is
10177 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10178 an existing `'s', so that this won't be deleted.
10179
10180 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10181 * pcmpl-unix.el: New files.
10182
10183 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10184
10185 * wid-edit.el (widget-member): Use the new plist-member.
10186
10187 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10188
10189 * replace.el (perform-replace): Undo change of 2000-04-04.
10190 Instead, move backward 1 character at the end of the loop when
10191 necessary.
10192
10193 * faces.el (fringe): Change face for different backgrounds.
10194
10195 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10196 patch from John.
10197
10198 * eshell/*.el: Change spelling of the Free Software Foundation.
10199
10200 * eshell/esh-toggle.el: Removed.
10201
10202 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10203
10204 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10205 interactively.
10206
10207 2000-06-26 Alex Schroeder <alex@gnu.org>
10208
10209 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10210 `define-key'; instead of checking `(emacs-version)' check for
10211 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10212 for `;' and `o' which might be electric.
10213
10214 (sql-electric-stuff): New user option.
10215 (sql-magic-go): New function which uses `sql-electric-stuff'.
10216 (sql-magic-semicolon): New function which uses
10217 `sql-electric-stuff'.
10218
10219 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10220 is not fboundp.
10221
10222 (sql-oracle-options): New variable.
10223 (sql-oracle): Use it.
10224
10225 (sql-imenu-generic-expression): Doc change.
10226 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10227 is used.
10228
10229 (sql-informix): Added command line parameter "-" to force
10230 sql-informix-program to use stdout.
10231
10232 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10233
10234 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10235 (cp864-decode-table): Doc fix.
10236 (cp720-decode-table): New variable, supports the Arabic OEM
10237 codepage used by Windows.
10238 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10239
10240 2000-06-23 Dave Love <fx@gnu.org>
10241
10242 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10243 (font-lock-fontify-anchored-keywords): Use
10244 line-beginning-position.
10245 (global-font-lock-mode): Use mapc.
10246
10247 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10248
10249 * eshell/esh-module.el: Require CL when compiling.
10250
10251 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10252
10253 * comint.el (comint-substitute-in-file-name): Call replace-match
10254 with second and third arg t.
10255
10256 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10257 Specify foreground color.
10258
10259 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10260 color.
10261
10262 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10263
10264 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10265 cddr instead of cdddr.
10266
10267 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10268 instead of copy-list.
10269
10270 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10271 of copy-list.
10272
10273 * subdirs.el: Add eshell subdirectory.
10274
10275 * eshell: New subdirectory containing the Eshell package.
10276
10277 * pcomplete.el: New file.
10278
10279 2000-06-23 Paul Eggert <eggert@twinsun.com>
10280
10281 * mail/mailpost.el (post-mail-send-it): Make sure file has
10282 proper permissions from birth.
10283
10284 * files.el (basic-save-buffer-2): When temporarily setting
10285 file modes, set them to current modes plus 0200, not to 0777.
10286
10287 * emerge.el (emerge-make-temp-file): Make sure file has proper
10288 permissions from birth.
10289
10290 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10293 backup file name through convert-standard-filename.
10294
10295 * dos-fns.el (convert-standard-filename): Convert leading
10296 directories as well. When long file names are supported, convert
10297 characters that are invalid in Windows file names.
10298
10299 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10300
10301 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10302 ps-print crashes. New feature: page selection for printing. Create
10303 raw-text-unix coding system for XEmacs. Doc fix.
10304 (ps-print-version): New version number (5.2.3).
10305 (ps-plot-region): Bug fix.
10306 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10307 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10308 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10309 funs.
10310 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10311 (ps-last-page): New vars.
10312
10313 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10314
10315 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10316 empty option string.
10317
10318 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10319
10320 * man.el (man): Doc fix.
10321
10322 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10323
10324 * international/mule-cmds.el (set-language-info-alist): Docstring
10325 fixed.
10326
10327 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10328
10329 * version.el (emacs-version): Use ISO date format.
10330
10331 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10332 instead of `M-backspace'.
10333
10334 * simple.el (turn-off-auto-fill): New function.
10335
10336 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10337
10338 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10339 Renamed from with-buffer-prepared-for-font-lock and use
10340 inhibit-modification-hooks rather than setting *-change-functions.
10341 Update all functions to use the new name.
10342 (jit-lock-first-unfontify-pos): New semantics (and doc).
10343 (jit-lock-mode): Make non-interactive.
10344 Don't automatically turn on font-lock.
10345 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10346 Always use jit-lock-after-change.
10347 Remove and restore font-lock-after-change-function.
10348 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10349 (jit-lock-after-unfontify-buffer): Remove.
10350 (jit-lock-stealth-fontify):
10351 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10352 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10353
10354 2000-06-20 Sam Steingold <sds@gnu.org>
10355
10356 * emacs-lisp/cl-indent.el (toplevel): Indent
10357 `print-unreadable-object' properly. Untabify.
10358
10359 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10360
10361 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10362 Support for bibentry.
10363 (reftex-compile-variables): Fixed problem with end of section-re.
10364
10365 * texmodes/reftex-dcr.el (reftex-view-crossref,
10366 reftex-view-crossref-from-bibtex):
10367 Deal with changed `reftex-find-citation-regexp-format'.
10368 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10369 Replaced `remprop' with `put'.
10370 (reftex-view-crossref, reftex-view-crossref-when-idle):
10371 Support for bibentry.
10372
10373 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10374 New entry for bibentry package.
10375
10376 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10377 Regexp also matches "\nobibliography".
10378
10379 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10380 Call `reftex-ensure-write-access' before doing anything.
10381 (reftex-ensure-write-access): New function.
10382
10383 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10384
10385 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10386
10387 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10388
10389 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10390
10391 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10392
10393
10394 2000-06-20 Dave Love <fx@gnu.org>
10395
10396 * faces.el (frame-background-mode): Use set-default, not set, in
10397 setter.
10398 (frame-update-faces, frame-update-face-colors): Define with
10399 defalias.
10400
10401 * enriched.el (enriched-decode-foreground)
10402 (enriched-decode-background): Don't use internal-find-face.
10403
10404 * apropos.el: Doc fixes.
10405
10406 * cus-edit.el (customize-changed-options): Check arg.
10407 (customize-version-lessp): Don't require decimal point.
10408
10409 * custom.el (defcustom, defgroup): Doc fix.
10410
10411 * newcomment.el (comment) <defgroup>: Add :version.
10412 (comment-multi-line): Doc fix.
10413
10414 * emulation/mlsupport.el (define-hooked-local-abbrev,
10415 define-hooked-global-abbrev): Fix, using define-abbrev.
10416
10417 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10418
10419 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10420 the whole buffer.
10421
10422 2000-06-19 Dave Love <fx@gnu.org>
10423
10424 * menu-bar.el (menu-bar-options-save): New function.
10425 (menu-bar-options-menu): Use it.
10426 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10427 Simplify.
10428
10429 2000-06-19 Andreas Schwab <schwab@suse.de>
10430
10431 * progmodes/etags.el (tags-query-replace): Put new parameters
10432 START and END at the end, for backward compatibility.
10433
10434 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10435
10436 * international/codepage.el:
10437 (cp-coding-system-for-codepage-1): Delete special codes for
10438 generating xxx-dos coding system because now a CCL based coding
10439 system can handle EOL conversion by default.
10440
10441 * international/mule.el (make-coding-system): Generate subsidiary
10442 coding systems for EOL handling variants even for a CCL based
10443 coding system.
10444
10445 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10446
10447 * international/isearch-x.el (isearch-minibuffer-input-method)
10448 (isearch-minibuffer-input-method-function): These variables
10449 deleted.
10450 (isearch-with-input-method): Don't use the above variables.
10451 (isearch-process-search-multibyte-characters): Likewise. Call
10452 read-string with the arg INHERIT-INPUT-METHOD t.
10453
10454 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10455
10456 * font-lock.el (font-lock-after-fontify-buffer)
10457 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10458
10459 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10460 Use consistent make-local-variable style for font-lock-fontified.
10461 (jit-lock-fontify-buffer):
10462 Don't bother checking for font-lock-mode and jit-lock-mode.
10463
10464 * time.el: Remove trailing ^M that prevent CVS-merging.
10465
10466 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10467
10468 * Makefile.in (distclean): New target.
10469
10470 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10471
10472 * Makefile.in (srcdir): Define for update-subdirs.
10473
10474 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10475
10476 * find-lisp.el: New file.
10477
10478 2000-06-16 Andrew Innes <andrewi@gnu.org>
10479
10480 * time.el (display-time-mail-function): New variable, to allow
10481 external packages to indicate when new mail is available.
10482 (display-time-update): Use it.
10483
10484 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10485
10486 * international/mule.el (mule-version): Change version name to
10487 SAKAKI. AOI has already been used by Meadow.
10488
10489 * international/quail.el (quail-show-guidance-buf): To find the
10490 bottom window (but minibuffer), pay attention to the height of
10491 minibuffer.
10492
10493 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10494
10495 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10496 menu-bar menus. Add help strings. Don't remove the Edit menu
10497 from the menu bar, as the menu bar has enough space now.
10498
10499 * Makefile.in (SHELL): Make sure /bin/sh is used.
10500
10501 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10502 characters, which use series of two ^H characters instead of one.
10503
10504 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10505
10506 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10507 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10508 functions.
10509 (Info-find-node-2): Try a case-sensitive search first, then
10510 do a case-insensitive search.
10511
10512 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10513 tutorials.
10514
10515 * complete.el (PC-env-vars-alist): New variable.
10516 (PC-complete-as-file-name): New function.
10517 (partial-completion-mode): Initialize PC-env-vars-alist from
10518 process-environment.
10519 (PC-do-completion): Handle completion of env vars.
10520
10521 * info.el (Info-set-mode-line): Show file name in mode line,
10522 use `*Info*' instead of `Info:'.
10523
10524 * startup.el (command-line-1): Change copyright messages to year
10525 2000.
10526
10527 2000-06-15 Dave Love <fx@gnu.org>
10528
10529 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10530 not local-map.
10531
10532 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10533
10534 * international/mule.el (set-buffer-file-coding-system): Almost
10535 rewritten to handle `undecided' as no-op.
10536
10537 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10538
10539 * Makefile.in: New file.
10540
10541 * Makefile: Removed.
10542
10543 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10544 (goto-address-highlight-keymap): Bind C-c RET.
10545
10546 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10547
10548 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10549 inherits buffer-file-coding-system of the current buffer.
10550
10551 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10552 0. Give correct argument to set-auto-coding-function.
10553 (tar-expunge): For goto-char, use (point-min), not 0.
10554 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10555 (tar-subfile-save-buffer): Likewize.
10556
10557 * international/mule.el
10558 (after-insert-file-set-buffer-file-coding-system): Call
10559 set-buffer-file-coding-system with the arg FORCE t.
10560
10561 2000-06-13 Gerd Moellmann <gerd@gnu.org>
10562
10563 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10564 nil. Contemporary sendmails issue an X-Authentication-Warning if
10565 the sender is set with `-f'.
10566
10567 2000-06-13 Dave Love <fx@gnu.org>
10568
10569 * help.el (describe-function-1): Kluge around cases of functions
10570 fset to subrs whose doc doesn't match their symbol-name.
10571
10572 * image.el (insert-image): Default STRING to a space.
10573
10574 * info.el Doc fixes.
10575 (Info-build-node-completions): Match Ref tags.
10576
10577 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * frame.el (display-multi-frame-p, display-multi-font-p): New
10580 defaliases for display-graphic-p.
10581
10582 * hl-line.el: Fixed a typo in commentary.
10583
10584 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10585
10586 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10587 fixed.
10588
10589 2000-06-12 Dave Love <fx@gnu.org>
10590
10591 * image.el (insert-image): Save a little consing.
10592
10593 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10594
10595 * language/tibet-util.el: Convert all tibetan-1-column characters
10596 to the corresponding tibetan characters.
10597 (tibetan-add-components): Delete code for the special treatment of
10598 'a chung.
10599
10600 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10601 change.
10602 (tibetan-vowel-transcription-alist): More rules added.
10603 (tibetan-composite-vowel-alist): New variable.
10604 (tibetan-precomposition-rule-alist): More rules added.
10605
10606 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * startup.el (command-line): Only call menu-bar-mode if interactive.
10609
10610 * thingatpt.el (toplevel symbol-properties):
10611 * textmodes/makeinfo.el (makeinfo-compile):
10612 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10613 * progmodes/hideif.el (hif-compress-define-list)
10614 (hide-ifdef-use-define-alist):
10615 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10616 (ange-ftp-vms-add-file-entry):
10617 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10618 * man.el (Man-build-man-command):
10619 * mail/rnewspost.el (news-reply-header-hook):
10620 * info.el (Info-insert-dir):
10621 * emulation/mlconvert.el (backward-word, forward-word, setq):
10622 * emacs-lisp/gulp.el (gulp-send-requests):
10623 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10624 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10625 (byte-optimize-apply, end of file):
10626 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10627 (ad-make-freeze-definition):
10628 * startup.el (command-line, command-line-1): Don't quote lambdas.
10629
10630 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10631 (cvs-cleanup-removed): New function.
10632 (cvs-cleanup-functions): New var.
10633 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10634 some flexibility in specifying additional entries to auto-cleanup.
10635 (cvs-quickdir): New function.
10636 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10637 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10638 (cvs-mode-find-file): Check that we are on a filename or dirname
10639 when invoked through a mouse-click.
10640 (cvs-full-path): Remove.
10641 (cvs-dired-action): Re-introduced.
10642 (cvs-dired-noselect): Use it.
10643 (vc-post-command-functions): use this new hook if available.
10644
10645 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10646 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10647 (cvs-filename-map, cvs-dirname-map): Remove.
10648 (cvs-default-action): Remove.
10649 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10650 if the arg is really a keymap.
10651 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10652 Don't hardcode the mapping from state (aka type) to face, but check
10653 the var cvs-fi-<type>-face instead.
10654 (cvs-fileinfo-from-entries): New function.
10655
10656 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10657 Docstring fix.
10658 (cvs-find-file-and-jump): Change default to be safer.
10659 (cvs-mode-diff-map): Define it as a function as well.
10660 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10661 Bind mouse-2 in this global map rather than with text-properties.
10662
10663 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10664 file to resolve the ambiguity between C(conflict) and C(need-merge).
10665
10666 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10667
10668 * international/mule.el (set-buffer-file-coding-system): If
10669 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10670 unconditionally.
10671
10672 2000-06-12 Dave Love <fx@gnu.org>
10673
10674 * wid-edit.el (widget-specify-button): Really suppress the face if
10675 required.
10676
10677 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10678
10679 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10680
10681 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10682
10683 * imenu.el (imenu-generic-expression): Docstring fix.
10684
10685 * composite.el (composition-function-table): Move the `put'
10686 below the autoload cookie so we can load the file before loaddefs.
10687
10688 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10689
10690 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10691 Handle easy-mmode-define-global-mode.
10692 For complex macros like define-minor-mode that can generate
10693 several autoload entries, try to autoload entries in the
10694 macroexpanded code.
10695
10696 * emacs-lisp/easy-mmode.el (define-minor-mode):
10697 If KEYMAP is a symbol, just use it.
10698 Use byte-compile-current-file and load-file-name to infer the
10699 proper :require to pass to defcustom.
10700 Wrap the hook var into `progn' so as not to autoload it.
10701 Add a :autoload-end cookie.
10702 Be more careful about the evaluation of KEYMAP.
10703 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10704 (define-derived-mode): Move define-abbrev-table outside of defvar.
10705
10706 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10707
10708 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10709 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10710 (backup-compiled-files): Ignore errors during `tar'.
10711 (bootstrap): Make autoloads before elc files.
10712
10713 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10714
10715 * international/mule.el (set-buffer-file-coding-system): If one of
10716 undecided-XXX is specified, change only EOL conversion.
10717
10718 * international/mule-conf.el (unix): New alias for the coding
10719 system undecided-unix.
10720
10721 2000-06-09 Dave Love <fx@gnu.org>
10722
10723 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10724
10725 * progmodes/executable.el: Byte compile dynamic.
10726 (executable-insert): Change custom type.
10727 (executable-find): Add autoload cookie.
10728 (executable-make-buffer-file-executable-if-script-p): New
10729 function. After Noah Friedman.
10730
10731 * files.el (after-save-hook): Customize, with
10732 executable-make-buffer-file-executable-if-script-p as an option.
10733
10734 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10735
10736 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10737 "tib24p-mule.bdf" for Tibetan.
10738
10739 * composite.el (decompose-composite-char): Declare it as obsolete.
10740
10741 * man.el (Man-fontify-manpage): Pay attention to underline and
10742 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10743
10744 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10745
10746 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10747 Set maintainer to FSF since author isn't reachable.
10748
10749 2000-06-08 Dave Love <fx@gnu.org>
10750
10751 * international/mule-cmds.el (select-safe-coding-system): If
10752 DEFAULT-CODING-SYSTEM is not specified, also check the most
10753 preferred coding-system if buffer-file-coding-system is
10754 `undecided'. From Handa.
10755
10756 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10757
10758 * international/mule.el
10759 (after-insert-file-set-buffer-file-coding-system): If the buffer
10760 size is greater than INSERTED, judget that we are not visiting.
10761
10762 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10763
10764 * whitespace.el (defgroup whitespace): Comment out `:version'.
10765 XEmacs 20.4 has problems defining the group with this present.
10766 We'll have this commented out till get resolve the problem.
10767
10768 2000-06-07 John Wiegley <johnw@gnu.org>
10769
10770 * align.el (align-dq-string-modes, align-sq-string-modes)
10771 (align-open-comment-modes): Add pyhton-mode.
10772 (align-rules-list): Use get-text-property instead of
10773 text-properties-at.
10774 (align-rules-list): Add python-assignment.
10775 (align-rules-list): Change perl-comma-delimiter to
10776 basic-comma-delimiter. Use if for Perl modes and python-mode.
10777 (align-rules-list): Add python-chain-logic and
10778 basic-line-continuation.
10779
10780 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10781
10782 * apropos.el (apropos-mode-hook): New user variable.
10783 (apropos-mode): Run apropos-mode-hook.
10784
10785 2000-06-07 David Ponce <david@dponce.com>
10786
10787 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10788 commands. Require `wid-edit' at run-time.
10789
10790 2000-06-07 David Ponce <david@dponce.com>
10791
10792 * recentf.el: Added some "Commentary".
10793 (recentf-open-more-files, recentf-edit-list): Minor changes to
10794 move the point at the top of the file list. This behaviour is
10795 consistent with the menu one when the list contains a lot of
10796 files.
10797 (recentf-cleanup): Now displays the number of items removed from
10798 the list.
10799 (recentf-relative-filter) New menu filter to show filenames
10800 relative to `default-directory'.
10801
10802 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10803
10804 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10805 with/without giving an error if PostScript printer doesn't have this
10806 kind of page size. Zebra Stripe continues or restarts on next page.
10807 Manual/automatic paper feeding. Switch or not the header.
10808 (ps-print-version): New version number (5.2.2).
10809 (ps-windows-system): Include emx as a Windows system.
10810 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10811 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10812 (ps-background-text): Code fix.
10813 (ps-error-handler-message, ps-user-defined-prologue)
10814 (ps-print-prologue-header, ps-printer-name)
10815 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10816 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10817 (ps-use-face-background): Customization fix.
10818 (ps-n-up-database): Data fix.
10819 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10820 (ps-switch-header): New vars.
10821 (ps-xemacs-color-name, ps-face-foreground-name)
10822 (ps-face-background-name, ps-boolean-constant): New funs.
10823
10824 2000-06-07 Dave Love <fx@gnu.org>
10825
10826 * allout.el: New version from Manheimer.
10827
10828 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10829
10830 * textmodes/fill.el (fill-find-break-point): Check the validity of
10831 charset.
10832
10833 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10834
10835 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10836 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10837 Call display-color-p and display-mouse-p instead of looking at
10838 window-system.
10839
10840 2000-06-06 Dave Love <fx@gnu.org>
10841
10842 * image.el (find-image): Doc fix. Return nil if image not found.
10843 (put-image, insert-image): Make STRING arg optional.
10844
10845 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10846
10847 * language/vietnamese.el: Remove eval-when-compile.
10848 (viet-viscii-nonascii-translation-table): Define it as a
10849 translation table made from viet-viscii-decode-table.
10850 (viet-viscii-encode-table): Define it as a translation table made
10851 from the reverse map of above.
10852 (viet-vscii-nonascii-translation-table): Define it as a
10853 translation table made from viet-vscii-decode-table.
10854 (viet-vscii-encode-table): Define it as a translation table made
10855 from the reverse map of above.
10856 (ccl-decode-viscii): Use translate-character.
10857 (ccl-encode-viscii, ccl-encode-viscii-font)
10858 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10859 Likewize.
10860
10861 * language/cyrillic.el: Remove eval-when-compile.
10862 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10863 translation table made from cyrillic-koi8-r-decode-table.
10864 (cyrillic-koi8-r-encode-table): Define it as a translation table
10865 made from the reverse map of above.
10866 (ccl-decode-koi8): Use translate-character.
10867 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10868 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10869 a translation table made from cyrillic-alternativnyj-decode-table.
10870 (cyrillic-alternativnyj-encode-table): Define it as a translation
10871 table made from the reverse map of above.
10872 (ccl-decode-alternativnyj): Use translate-character.
10873 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10874 Likewize
10875
10876 * international/mule-diag.el (non-iso-charset-alist): Specify
10877 translation table symbol instead of translation table itself.
10878 (list-block-of-chars): CHARSET may be a translation table symbol.
10879
10880 * international/mule.el (make-coding-system): If CODING-SYSTEM
10881 already exists, override it.
10882
10883 * international/fontset.el: Use family `proportional' for Tibetan
10884 fonts.
10885
10886 * international/ccl.el (ccl-compile-translate-character): Don't
10887 check if Rrr has property translation-table.
10888 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10889
10890 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10891
10892 * info.el: Bind case-fold-search to t when searching in case
10893 a user sets it to nil in a hook.
10894
10895 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10896
10897 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10898 * hl-line.el (hl-line-mode): Use the new :global key argument.
10899
10900 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10901 (tar-clip-time-string): Prepend a space.
10902 (tar-grind-file-mode): Construct a string rather than modifying one.
10903 (tar-header-block-summarize): Fix docstring.
10904 Use `format' rather than an error-prone set of copy-loops.
10905
10906 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10907 (diff-goto-source, diff-unified->context, diff-context->unified)
10908 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10909 understand the format output by the `-p' argument to diff.
10910
10911 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10912 (sh-re-done): Use defconst.
10913 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10914 (sh-help-string-for-variable, sh-guess-basic-offset):
10915 Don't quote lambdas.
10916 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10917 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10918
10919 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10920 (mh-letter-mode): Derive from text-mode.
10921 This implicitly means that it now calls kill-all-local-variables.
10922 Also remove the Emacs-18 compatibility code.
10923
10924 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10925 Make use of symbol-property doc-string-elt.
10926 Use memq rather than a sequence of eq.
10927 (doc-string-elt): Fix the wrong or missing previously unused values.
10928 (autoload-print-form): New function extracted from
10929 generate-file-autoloads to allow recursion when handling progn
10930 so that defvar's and defun's docstrings are properly printed.
10931 (generate-file-autoloads): Use it.
10932
10933 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10934 Use find-file-hooks in the minor-mode function.
10935 Be careful not to loop indefinitely in the post-command-hook function.
10936
10937 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10938
10939 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10940 tty's.
10941 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10942 differences whenever appropriate.
10943 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10944 * viper.el (find-file, find-file-other-window): Get viper to do
10945 wildcards.
10946
10947 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10948
10949 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10950 (jit-lock-fontify-buffer): New function for JIT refontification.
10951 (jit-lock-mode): Fix docstring.
10952 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10953 Remove jit-lock-after-change from the _local_ hook.
10954 (jit-lock-function-1): Fix docstring.
10955
10956 * info.el (Info-on-current-buffer): Initialize info.
10957
10958 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10959
10960 * progmodes/tcl.el (tcl-indent-for-comment):
10961 Ignore comment-indent-hook.
10962
10963 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10964 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10965 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10966 and improve to use the lighter to guess the capitalization.
10967 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10968 Add keyword arguments to specify global-ness or the custom group.
10969 Add local-map and help-echo properties to the lighter.
10970 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10971 (easy-mmode-define-global-mode): New macro.
10972
10973 2000-06-02 Dave Love <fx@gnu.org>
10974
10975 * wid-edit.el: byte-compile-dynamic since we typically don't use
10976 all the widgets. Don't require cl or widget. Remove
10977 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10978 (widget-read-event): Removed. Callers changed to use read-event.
10979 (widget-button-release-event-p): Renamed from
10980 button-release-event-p.
10981 (widget-field-add-space, widget-field-use-before-change):
10982 Uncustomize.
10983 (widget-specify-field): Use keymap property, not local-map.
10984 (widget-specify-button): Obey :suppress-face.
10985 (widget-specify-insert): Use modern backquote syntax.
10986 (widget-image-directory): Renamed from widget-glyph-directory.
10987 (widget-image-enable): Renamed from widget-glyph-enable.
10988 (widget-image-find): Replaces widget-glyph-find.
10989 (widget-button-pressed-face): Move defvar.
10990 (widget-image-insert): Replaces widget-glyph-insert.
10991 (widget-convert): Use keywordp.
10992 (widget-leave-text, widget-children-value-delete): Use mapc.
10993 (widget-keymap): Remove XEmacs stuff.
10994 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10995 (widget-button-click): Don't set point at the click, but re-centre
10996 if we scroll out of window. Rewritten for images v. glyphs &c.
10997 (widget-tabable-at): Use POS arg, not point.
10998 (widget-beginning-of-line, widget-end-of-line)
10999 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11000 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11001 (widget-default-create): Use widget-image-insert; some rewriting.
11002 (widget-visibility-value-create)
11003 (widget-push-button-value-create, widget-toggle-value-create): Use
11004 widget-image-insert.
11005 (checkbox): Create on and off images dynamically.
11006 (documentation-link): Change :help-echo.
11007 (widget-documentation-link-echo-help): Remove.
11008
11009 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11010
11011 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11012
11013 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11014 (easy-mmode-define-toggle, define-minor-mode): Use it.
11015 (easy-mmode-define-keymap): Docstring fix.
11016 (define-derived-mode): Default PARENT to fundamental-mode.
11017 Add the derived-mode-parent symbol-property.
11018 (easy-mmode-derived-mode-p): New function.
11019
11020 2000-06-02 Dave Love <fx@gnu.org>
11021
11022 * files.el (convert-standard-filename): Doc fix.
11023 (normal-backup-enable-predicate): New function.
11024 (backup-enable-predicate): Use it to replace the lambda form.
11025
11026 * calendar/todo-mode.el: [This needs more work on the outline
11027 stuff.] Doc fixes.
11028 (todo) <defgroup>: Add :version.
11029 (todo-add-category): Don't use pushnew.
11030 (todo-cmd-raise): Fix typo.
11031 (todo-top-priorities): Change temp buffer name.
11032 (todo-category-alist): Avoid redundant lambda.
11033 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11034 Use outline-next-heading.
11035
11036 * autoarg.el: Rewritten to use define-minor-mode.
11037 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11038 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11039
11040 2000-06-02 Kenichi Handa <handa@etl.go.jp>
11041
11042 * isearch.el (isearch-other-meta-char): Fix previous change.
11043
11044 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11045
11046 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11047 (log-edit-done): Only add the comment to the ring if it's different
11048 from the last comment entered.
11049
11050 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11051
11052 2000-06-01 Dave Love <fx@gnu.org>
11053
11054 * hl-line.el: Rewritten using define-minor-mode.
11055
11056 * help.el (describe-function-1): Distinguish special form from
11057 builtin function. Sanity-check presence of arglist for builtins.
11058
11059 2000-06-01 Kenichi Handa <handa@etl.go.jp>
11060
11061 * international/characters.el: Fix syntax/category setting of
11062 Tibetan characters.
11063
11064 * language/tibet-util.el (tibetan-add-components): Fixes for new
11065 encoding of Tibetan characters.
11066 (tibetan-decompose-precomposition-alist): New variable.
11067 (tibetan-decompose-region): Convert precomposed characters to
11068 non-precomposed characters.
11069 (tibetan-decompose-string): Likewise.
11070 (tibetan-composition-function): Fix args to
11071 thibetan-compose-string.
11072
11073 * language/tibetan.el (tibetan-composable-pattern): More
11074 characters included.
11075 (tibetan-consonant-transcription-alist): Rule for "R" added.
11076 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11077 "+R" added.
11078 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11079
11080 * language/lao-util.el (lao-composition-function): Fix args to
11081 compose-string.
11082
11083 * language/thai-util.el (thai-composition-function): Fix args to
11084 compose-string.
11085
11086 * isearch.el (isearch-update): Set disable-point-adjustment to t
11087 to prevent the point moving to the end of a composition when a
11088 part of a composition is searched.
11089 (isearch-other-meta-char): If the key invoking this command can be
11090 mapped by function-key-map to a printing char, call
11091 isearch-process-search-char directly.
11092
11093 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11094
11095 * emacs-lisp/bytecomp.el:
11096 * frame.el:
11097 * international/mule-cmds.el:
11098 * international/mule-util.el:
11099 * international/mule.el:
11100 * mouse.el:
11101 * subr.el:
11102 * faces.el: Update calls to make-obsolete with a WHEN argument.
11103
11104 * byte-run.el (make-obsolete, make-obsolete-variable):
11105 Add an optional WHEN argument and change the format of the
11106 symbol-property information.
11107 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11108 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11109 new obsolete-symbol-property format and print WHEN if it is provided.
11110
11111 2000-05-31 Dave Love <fx@gnu.org>
11112
11113 * loadhist.el (loadhist-hook-functions): Remove
11114 before-change-function, after-change-function.
11115 (unload-feature): Deal with symbols which are both bound and
11116 fbound.
11117
11118 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11119 before-change-function, after-change-function.
11120
11121 * simple.el (newline): Don't bind before-change-function,
11122 after-change-function.
11123
11124 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11125
11126 * whitespace.el (whitespace-rescan-timer-time): Update interval
11127 set to 600 seconds (10 minutes) instead of 60 seconds since
11128 a large number of whitespace buffers causes emacs to `freeze'
11129 for a considerable amount of time.
11130
11131 * whitespace.el: Updated email address
11132
11133 2000-05-31 Dave Love <fx@gnu.org>
11134
11135 * add-log.el (change-log-font-lock-keywords) <function>: Add
11136 pattern for function of change.
11137 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11138 acknowledgements patterns.
11139
11140 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11141
11142 * isearch.el (isearch-printing-char): If keyboard coding system is
11143 being used, call isearch-process-search-multibyte-characters.
11144
11145 * international/isearch-x.el: Mostly rewritten.
11146
11147 * international/quail.el (quail-start-conversion): Don't include
11148 unhandled events in the returned events, but set them in
11149 unread-command-events. Exit if all inputs are deleted.
11150
11151 2000-05-30 Jason Rumney <jasonr@gnu.org>
11152
11153 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11154
11155 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11156 Reenable code to create initial fontsets.
11157 Use set-fontset-font in place of put-charset-property.
11158
11159 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11160
11161 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11162 label, ensure that the first colon isn't followed by another.
11163
11164 * paths.el (Info-default-directory-list): Doc fix.
11165
11166 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11167 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11168 send a query containing USER only, not USER@HOST.
11169
11170 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11171 and rmail-msgend to compute the restriction at the end, instead of
11172 computing it.
11173
11174 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11175
11176 * dabbrev.el (dabbrev-expand): Don't display messages in the
11177 echo area if the minibuffer window is active.
11178
11179 * jit-lock.el (jit-lock-mode): Add after change function to
11180 local hook.
11181
11182 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11183
11184 * antlr-mode.el: New commands: hide/unhide actions,
11185 upcase/downcase literals.
11186 (antlr-tiny-action-length): New user option.
11187 (antlr-hide-actions): New command. Suggested by
11188 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11189 (antlr-mode-map): New binding [C-c C-v].
11190 (antlr-mode-menu): New entries.
11191 (antlr-downcase-literals): New command.
11192 (antlr-upcase-literals): Ditto.
11193
11194 * antlr-mode.el: Minor changes: indendation, mode-name.
11195 (antlr-indent-line): Indent cpp directive at column 0.
11196 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11197
11198 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11199 (antlr-font-lock-additional-keywords): Workaround for intentional
11200 bug in XEmacs version of font-lock.
11201 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11202 be used by a smarter version of `buffers-menu-grouping-function'.
11203
11204 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11205
11206 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11207 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11208
11209 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11210
11211 * international/encoded-kb.el
11212 (encoded-kbd-iso2022-designation-map): Pay attention to that
11213 charset-iso-final-char return -1 for eight-bit-control and
11214 eight-bit-graphic.
11215
11216 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11217
11218 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11219 (speedbar-easymenu-definition-base): Use display-graphic-p where
11220 available, instead of window-system.
11221
11222 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11223
11224 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11225 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11226 coding systems.
11227
11228 2000-05-26 Dave Love <fx@gnu.org>
11229
11230 * disp-table.el (standard-display-underline): Don't use
11231 internal-find-face.
11232
11233 * mail/reporter.el: Maintainer change. Doc fixes.
11234 (reporter-version): Deleted.
11235
11236 * emacs-lisp/elp.el: Maintainer change.
11237 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11238
11239 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11240
11241 * add-log.el (add-change-log-entry): Merge the current entry with the
11242 previous one if the previous one is empty.
11243
11244 2000-05-26 Dave Love <fx@gnu.org>
11245
11246 * loadhist.el (unload-feature): Fix interactive spec [from
11247 lijnzaad@ebi.ac.uk].
11248
11249 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11250 subr-arity to check primitives.
11251 (byte-compile-flush-pending, byte-compile-file-form-progn)
11252 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11253 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11254 mapcar.
11255
11256 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11257
11258 * international/fontset.el: Set family names of non-latin charsets
11259 in default fontset to "*".
11260
11261 * international/mule-diag.el (print-fontset): Combine family part
11262 and registry part of the fontname by "-*-" instead of "-".
11263
11264 * international/mule-cmds.el (encode-coding-char): Make strings
11265 multibyte before calling encode-coding-string.
11266
11267 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11268
11269 * derived.el: Fix keywords.
11270 (define-derived-mode): Only define if needed.
11271
11272 * simple.el (fill-comment, comment-column, comment-start)
11273 (comment-start-skip, comment-end, comment-indent-function)
11274 (block-comment-start, block-comment-end, indent-for-comment)
11275 (set-comment-column, kill-comment, comment-padding, comment-region)
11276 (comment-multi-line, indent-new-comment-line): Remove.
11277
11278 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11279 function names for comment operations.
11280
11281 * newcomment.el: Add abundant autoload cookies.
11282 (comment-style): Don't depend on runtime data at compile-time.
11283 (comment-indent-hook): Remove.
11284 (comment-indent): Check if comment-indent-hook is bound.
11285 (comment-region): Docstring fix.
11286
11287 2000-05-25 Dave Love <fx@gnu.org>
11288
11289 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11290 byte-code-function-p.
11291
11292 * mail/rmailsum.el: Add provide.
11293
11294 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11295
11296 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11297 defcustom.
11298
11299 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11300
11301 * ediff-diff.el (ediff-exec-process): delete --binary option from
11302 non-buffer ediff jobs.
11303
11304 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11305
11306 * hilit-chg.el (highlight-changes-mode): Ask about color or
11307 grayscale support, not about window-system.
11308
11309 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11310 window-system.
11311 (ffap-highlight): Always default to t.
11312
11313 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11314 display-popup-menus-p instead of looking at window-system.
11315
11316 * disp-table.el (standard-display-g1, standard-display-graphic):
11317 Only refuse to use string glyphs on X and MS-Windows.
11318
11319 * avoid.el: Remove window-system from commentary, suggest to use
11320 display-*-p instead.
11321
11322 * apropos.el (apropos-print): Use display-mouse-p instead of
11323 window-system.
11324
11325 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11326
11327 * international/codepage.el (cp-decoding-vector-for-codepage):
11328 Fill up unsupported characters with their own codes. From Kenichi
11329 Handa.
11330
11331 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11332
11333 * international/mule-diag.el (describe-char-after): Use
11334 display-graphic-p instead of window-system, so that this function
11335 works on MS-DOS.
11336
11337 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11338
11339 * international/codepage.el (cp-make-coding-systems-for-codepage):
11340 Remove the eight-bit-graphic and eight-bit-control charsets from
11341 the list of charsets which we convert into `?'.
11342
11343 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11344
11345 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11346 private charsets.
11347 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11348 japanese-jisx0213-2): New charsets.
11349
11350 * international/fontset.el: Setup default fontset for new charsets.
11351
11352 2000-05-24 Dave Love <fx@gnu.org>
11353
11354 * info.el (Info-find-node-2): Restructure [following "Vadim
11355 S. Solomin" <sovs@uic.nnov.ru>].
11356
11357 * icomplete.el: Fix header for Finder.
11358
11359 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11360
11361 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11362 STAY.
11363
11364 * rmail.el (rmail-automatic-folder-directives): New user variable.
11365 (rmail-show-message): Add call to `rmail-auto-file' during
11366 display.
11367 (rmail-auto-file): New function.
11368
11369 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11370
11371 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11372 account.
11373 (ediff-test-utility,ediff-diff-mandatory-option)
11374 (ediff-reset-diff-options): Utilities for proper initialization of
11375 ediff-diff-options and ediff-diff3-options on Windows.
11376
11377 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11378 variable.
11379
11380 * ediff-mult.el (ediff-filegroup-action): Use
11381 ediff-merge-filename-prefix.
11382
11383 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11384
11385 * viper-ex.el (ex-write): Set selective display to nil.
11386
11387 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11390 aliases for hebrew-iso-8bit.
11391
11392 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11393
11394 * woman.el: New version from Francis J. Wright
11395 <F.J.Wright@Maths.QMW.ac.uk>.
11396 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11397 names in environment variables regardless of the path separator.
11398 (woman-topic-all-completions-1): Don't call file-name-directory-p
11399 on all files, since woman-file-regexp already filters out any
11400 directories.
11401
11402 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11403
11404 * international/quail.el (quail-start-translation): Don't change
11405 modified-p of the current buffer.
11406 (quail-start-conversion): Likewise.
11407
11408 * international/kkc.el (kkc-region): Don't change modified-p of
11409 the current buffer.
11410
11411 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11412 conform to RFC1468.
11413 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11414
11415 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11416
11417 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11418 (speedbar-insert-button): Invisible text property fix.
11419 (speedbar-directory-plus): Renamed from speedbar-directory-+
11420 (speedbar-directory-minus): Renamed from speedbar-directory--
11421 (speedbar-page-plus): Renamed from speedbar-file-+
11422 (speedbar-page-minus): Renamed from speedbar-file--
11423 (speedbar-page): Renamed from speedbar-file-
11424 (speedbar-tag): Renamed from speedbar-tag-
11425 (speedbar-tag-plus): Renamed from speedbar-tag-+
11426 (speedbar-tag-minus): Renamed from speedbar-tag--
11427 (speedbar-expand-image-button-alist): Use above renames.
11428
11429 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11430 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11431 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11432 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11433 * sb-pg.xpm: Renamed from sb-file.xpm
11434 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11435 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11436
11437 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11438
11439 * international/quail.el (quail-show-guidance-buf): Set
11440 current-input-method of the guidance buffer to the name of the
11441 curren input method.
11442
11443 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11444
11445 * progmodes/compile.el (compile-internal): Style typo.
11446
11447 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11448 quote vars and functions in the docstring.
11449
11450 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11451
11452 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11453 Don't quote lambdas.
11454
11455 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11456
11457 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11458
11459 * startup.el (command-line): Determine source file of compiled
11460 user init file differently. Warn if compiled user init file
11461 is older than its source file.
11462
11463 * ffap.el (ffap-url-regexp): Add `https'.
11464
11465 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11466
11467 * files.el (make-backup-file-name-1): Replace slashes with `!'
11468 rather than `|' (which is not allowed on Windows). Replace the
11469 drive letters with a string "drive_X".
11470
11471 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11472
11473 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11474
11475 * files.el (interpreter-mode-alist): Add `bash2'.
11476
11477 2000-05-22 Dave Love <fx@gnu.org>
11478
11479 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11480 mapc.
11481 (feature-file): Avoid calling symbol-name. Doc fix.
11482 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11483 (loadhist-hook-functions): Add mouse-position-function.
11484 (unload-feature): Change uses of mapcar.
11485
11486 * files.el (parse-colon-path): Doc fix.
11487 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11488 (set-auto-mode): Use mapc.
11489
11490 * complete.el (PC-look-for-include-file): Use :alnum: character
11491 class.
11492 (partial-completion-mode): Add autoload cookie.
11493
11494 2000-05-22 Sam Steingold <sds@gnu.org>
11495
11496 * info.el (Info-fontify-node): Fixed the call to
11497 `add-text-properties' (bug introduced on 2000-05-18).
11498
11499 2000-05-22 Dave Love <fx@gnu.org>
11500
11501 * bindings.el: Remove debug-ignored-errors set in other files.
11502
11503 * progmodes/etags.el: Add to debug-ignored-errors.
11504 (visit-tags-table-buffer): Clear out buffers holding old tables
11505 when making a new list.
11506 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11507 mapc.
11508
11509 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11510 quote keywords.
11511 (cmpl-string-case-type): Use character classes.
11512
11513 * comint.el:
11514 * textmodes/ispell.el:
11515 * imenu.el:
11516 * mail/mh-e.el:
11517 * progmodes/compile.el: Add to debug-ignored-errors.
11518
11519 * dabbrev.el: Add to debug-ignored-errors.
11520 (dabbrev-completion): Use mapc.
11521
11522 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11523
11524 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11525 (woman-mapcan, woman-parse-man.conf)
11526 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11527 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11528 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11529 path syntax better.
11530 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11531 (woman-manpath): Call woman-parse-man.conf.
11532 (woman-emulation): New defcustom, defaults to nroff.
11533 (woman-font-support): New defconst.
11534 (woman-use-symbol-font): New defcustom.
11535 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11536 "Emulation".
11537 Many functions: Doc fix.
11538
11539 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11540
11541 * international/quail.el (quail-simple-translation-keymap): Map
11542 128..255 to quail-self-insert-command.
11543 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11544
11545 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11546
11547 * help.el (help-manyarg-func-alist): Typo.
11548
11549 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11550 intervals which makes it heaps simpler.
11551
11552 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11553 the nested comment markers.
11554
11555 * subr.el (remove-hook): Don't turn the hook's value into a list.
11556
11557 2000-05-21 Dave Love <fx@gnu.org>
11558
11559 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11560 are invalid characters.
11561
11562 * international/mule-util.el (detect-coding-with-priority): Use
11563 mapc. Remove redundant lambda.
11564
11565 * international/mule-diag.el (list-non-iso-charset-chars)
11566 (describe-fontset): Remove redundant lambda.
11567
11568 * emulation/crisp.el (brief-mode): New alias.
11569
11570 * emacs-lisp/ring.el (ring-elements): New function.
11571
11572 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11573 (easy-menu-do-add-item): Use keywordp.
11574
11575 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11576
11577 * replace.el: Doc and error message fixes.
11578 (replace-highlight): Use facep, not internal-find-face.
11579
11580 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11581
11582 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11583
11584 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11585 (log-edit-insert-changelog): Drop `:' as well.
11586
11587 * log-view.el: Fix file description.
11588 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11589 available.
11590 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11591 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11592
11593 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11594 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11595 Print a status message if the toggle is called interactively.
11596 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11597 for global minor modes and use `defcustom' for them.
11598 Use add-minor-mode.
11599 (easy-mmode-define-derived-mode): Remove.
11600 (define-derived-mode): Fancier default docstring.
11601 (easy-mmode-define-navigation): Signal an error rather than (ding).
11602
11603 * newcomment.el (comment-styles): New `box-multi'.
11604 (comment-normalize-vars): Better default for comment-continue to
11605 avoid whitespace-only continuations.
11606 (comment-search-forward): Always move even in the no-syntax case.
11607 (comment-padright): Only obey N if it's only obeyed for padleft.
11608 (comment-make-extra-lines): Better handling of empty continuations.
11609 Use `=' for the filler if comment-start has only one character.
11610 (uncomment-region): Try handling the special `=' filler.
11611 (comment-region): Allow LINES even if MULTI is nil.
11612 (comment-box): Choose box style based on comment-style.
11613
11614 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11615
11616 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11617 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11618
11619 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11620
11621 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11622 and insert, not subst-char-in-region.
11623
11624 * international/mule-diag.el (list-character-sets-1): Handle
11625 charsets eight-bit-control and eight-bit-graphic.
11626 (list-iso-charset-chars): Likewise.
11627 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11628 charactes as is. Use indent-to to align characters.
11629
11630 * international/mule-cmds.el (find-multibyte-characters): Never
11631 exclude charsets eight-bit-control and eight-bit-graphic.
11632
11633 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11634
11635 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11636 Don't quote lambdas.
11637
11638 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11639
11640 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11641
11642 * gud.el (gud-jdb-directories): Doc fix.
11643
11644 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11645
11646 * newcomment.el: New file.
11647
11648 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11649
11650 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11651
11652 2000-05-18 Andreas Schwab <schwab@suse.de>
11653
11654 * dired.el (dired-between-files): Also skip lines beginning with
11655 `used'.
11656
11657 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11658
11659 * msb.el (msb-menu-cond): Add choice `user'.
11660
11661 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11662
11663 * ps-print.el: Compatibility, customization and doc fix.
11664 (ps-printer-name-option): Replace defconst by defvar.
11665 (ps-postscript-code-directory): XEmacs compatibility.
11666 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11667 fix.
11668 (ps-user-defined-prologue, ps-print-prologue-header)
11669 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11670 compatibility and code fix.
11671 (ps-print-background-image, ps-print-background-text):
11672 Customization fix.
11673 (ps-line-number-start, ps-n-up-on): New vars.
11674
11675 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11676
11677 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11678 the indent-comment function to just return the appropriate indent.
11679
11680 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11681
11682 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11683 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11684 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11685
11686 2000-05-18 Dave Love <fx@gnu.org>
11687
11688 * info.el (Info-fontify-node): Add intangible property as well as
11689 invisible.
11690
11691 * calendar/appt.el (appt-make-list): Match all lines of entry.
11692 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11693
11694 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11695
11696 * international/mule-diag.el (describe-char-after): Call
11697 internal-char-font, not char-font. If internal-char-font returns
11698 nil, display "-- none --".
11699
11700 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11701
11702 * image.el (image-type-available-p): Don't reference image-types
11703 if it isn't bound.
11704
11705 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * autoarg.el (autoarg-mode): Typo in the :set argument.
11708
11709 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11710
11711 * startup.el (command-line-1): Don't signal an error if the
11712 directory for auto-save-list files does not yet exist.
11713
11714 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11715
11716 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11717
11718 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11719
11720 * subr.el (remove-hook): `setq' hook-value, not `set'.
11721
11722 2000-05-16 Sam Steingold <sds@gnu.org>
11723
11724 * info.el (debug-ignored-errors): More errors to ignore.
11725
11726 2000-05-16 Dave Love <fx@gnu.org>
11727
11728 * cus-edit.el: Don't require cl or easymenu.
11729 (custom-variable-prompt): Test standard-value property, not
11730 user-variable-p.
11731
11732 2000-05-16 Sam Steingold <sds@gnu.org>
11733
11734 * subr.el (add-hook): `setq' hook-value, not `set'.
11735
11736 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11737
11738 * startup.el (command-line-1): Mention the FAQ in the startup
11739 message.
11740
11741 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11742
11743 * progmodes/compile.el (compilation-parse-errors): Collect
11744 `nomessage' regexps last.
11745
11746 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11747
11748 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11749 to the function name.
11750
11751 2000-05-15 Dave Love <fx@gnu.org>
11752
11753 * speedbar.el (speedbar-recenter): Typo.
11754 (speedbar-expand-line): Make arg optional.
11755 (speedbar-mode): Avoid a compiler warning.
11756
11757 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11758
11759 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11760 user-specified option string is empty.
11761
11762 * mouse.el (mouse-yank-at-click): Doc fix.
11763
11764 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11765
11766 * term/internal.el (IT-character-translations): More updates of
11767 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11768 documents.
11769
11770 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11771
11772 * env.el (getenv): New function, interactively callable.
11773 (setenv, getenv): Remove autoload cookies.
11774
11775 * loadup.el: Load `env'.
11776
11777 * progmodes/f90.el: Change author's mail address.
11778
11779 2000-05-14 Dave Love <fx@gnu.org>
11780
11781 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11782 goto-addr as an option.
11783
11784 * help.el (help-xref-stack): Doc fix.
11785 (help-xref-following): New variable.
11786 (help-make-xrefs): Use it.
11787 (help-xref-go-back): Use position information from stack element.
11788 (help-follow): Make position in stack element a pair. Use
11789 help-xref-following.
11790
11791 * autoarg.el: New file.
11792
11793 * faces.el: Declare more functions obsolete.
11794
11795 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11796 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11797 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11798 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11799 Remove all the setup-...-environment functions.
11800
11801 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11802
11803 * speedbar.el: Updated the commentary section. xemacs20p now uses
11804 >= when detecting. Require `defimage' safely.
11805 (speedbar-easymenu-definition-base): Add toggle for images.
11806 (speedbar-easymenu-definition-special): Add flush cache & expand.
11807 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11808 (speedbar-reconfigure-keymaps-hook): New variable.
11809 (speedbar-frame-parameters): Updated documentation.
11810 (speedbar-use-imenu-flag): Updated custom tag
11811 (speedbar-dynamic-tags-function-list): New variable.
11812 (speedbar-tag-hierarchy-method): Updated doc & custom.
11813 (speedbar-indentation-width, speedbar-indentation-width) New
11814 variables.
11815 (speedbar-hide-button-brackets-flag): Customizable.
11816 (speedbar-vc-indicator): Doc update.
11817 (speedbar-ignored-path-expressions): Updated default value.
11818 (speedbar-supported-extension-expressions): Updated default value.
11819 (speedbar-syntax-table): Remove {} paren status.
11820 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11821 as "+". Added overlay aliases.
11822 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11823 `force-mode-line-update'.
11824 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11825 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11826 `mouse-set-point'
11827 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11828 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11829 of arbitrary text, and new helper functions.
11830 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11831 filename finder.
11832 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11833 (speedbar-directory-buttons): Update path search/expansion.
11834 (speedbar-make-tag-line): Pay attention to
11835 `speedbar-indentation-width'. Use more care w/ invisible
11836 properties.
11837 (speedbar-change-expand-button-char): Call
11838 `speedbar-insert-image-button-maybe'.
11839 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11840 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11841 (speedbar-trim-words-tag-hierarchy)
11842 (speedbar-simple-group-tag-hierarchy): New functions
11843 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11844 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11845 functions.
11846 (speedbar-mouse-set-point): New function
11847 (speedbar-power-click): Updated documentation.
11848 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11849 of tag prefix text.
11850 (speedbar-expand-line, speedbar-contract-line): Make more robust
11851 to strange text.
11852 (speedbar-expand-line): Takes universal argument to flush the
11853 cache.
11854 (speedbar-flush-expand-line): New function.
11855 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11856 Use new generator insertion method.
11857 (speedbar-fetch-dynamic-tags): New function.
11858 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11859 `speedbar-fetch-dynamic-imenu'.
11860 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11861 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11862 "Revert Buffer" menu items.
11863 (speedbar-buffer-buttons-engine): Be smarter when creating a
11864 filename tag (for expansion purposes.).
11865 (speedbar-highlight-one-tag-line,
11866 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11867 (speedbar-recenter): New functions.
11868 (defimage-speedbar): Image loading abstraction.
11869 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11870 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11871 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11872 (speedbar-tag-type, speedbar-tag-mail): New images.
11873 (speedbar-expand-image-button-alist): New variable.
11874 (speedbar-insert-image-button-maybe): Insert an image over some
11875 buttons.
11876
11877 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11878
11879 * international/mule-cmds.el (encode-coding-char): An ASCII
11880 character is always encodable.
11881
11882 * international/mule-conf.el: Add more information in descriptions
11883 of character sets.
11884
11885 * international/mule-diag.el (describe-char-after): New function.
11886 (describe-font-internal): Adjusted for the change of font-info.
11887 (describe-font): Likewise.
11888 (print-fontset): Rewritten for the new fontset implementation.
11889 (describe-fontset): Include fontset alias names in completion.
11890 (list-fontsets): Adjusted for the change of print-fontset.
11891
11892 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11893 describe-char-after instead of displaying the detail in the echo
11894 area.
11895 (syntax-code-table): Format changed.
11896 (string-to-syntax): Adjusted for the above change.
11897
11898 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11899
11900 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11901
11902 2000-05-12 Dave Love <fx@gnu.org>
11903
11904 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11905 dependence. Use line-{beginning,end}-position, not
11906 point-at{b,e}ol. Some doc fixes.
11907 (todo-position): New function. Fix callers of position to use it.
11908 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11909
11910 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11911
11912 * time.el (display-time-mail-icon): Use `:ascent center'.
11913
11914 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11915 handling FTP security extensions.
11916
11917 2000-05-11 Dave Love <fx@gnu.org>
11918
11919 * calendar/todo-mode.el: New file.
11920
11921 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11922
11923 * comint.el (comint-read-input-ring): Move reference to
11924 comint-input-ring-size outside of the save-excursion. It was
11925 causing the default value to be the only one ever seen.
11926
11927 * font-lock.el: Update copyright. Remove Simon Marshall's email
11928 address on request from him.
11929
11930 * subr.el (substitute-key-definition): Add comment describing
11931 the meaning of PREFIX.
11932
11933 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11934
11935 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11936
11937 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11938 (add-minor-mode): Don't make the variable buffer-local and add a
11939 reference to define-minor-mode in the docstring.
11940
11941 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11942 HEADER/FOOTER and fix bug with trailing empty directory.
11943 (cvs-append-to-ignore): Use vc-editable-p if available.
11944 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11945 (vc-do-command): Tweak advice to handle the new VC.
11946
11947 * log-view.el (log-view-goto-rev): New function for the new VC.
11948 (log-view-minor-wrap): Use mark-active.
11949
11950 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11951 (log-edit-changelog-full-paragraphs): New var.
11952 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11953 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11954 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11955 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11956 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11957 Replace the `cvs' prefix with `log-edit'.
11958
11959 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11960
11961 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11962 (diff-font-lock-defaults): Explicitly turn off multiline.
11963 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11964 (diff-ediff-patch): Fix call to ediff-patch-file.
11965 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11966 Handle comments.
11967
11968 * frame.el (automatic-hscrolling): Typo.
11969
11970 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11971
11972 2000-05-09 Sam Steingold <sds@goems.com>
11973
11974 * apropos.el (apropos-print): use `describe-face' instead of
11975 `customize-face-other-window'.
11976
11977 2000-05-09 Dave Love <fx@gnu.org>
11978
11979 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11980
11981 * help.el (describe-variable): Have customize button pop the
11982 help-xref stack when invoked.
11983 (help-xref-symbol-regexp): Add `face'.
11984 (help-make-xrefs): Check for quoted face names and adapt regexp
11985 submatch numbers to cope.
11986 (help-xref-interned): Maybe insert face doc too. Separate
11987 sections with a line of hyphens.
11988
11989 * faces.el: Some doc fixes. Declare some functions obsolete.
11990 (describe-face): Add customize button. Return the help
11991 text. Fix prompt.
11992
11993 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11994
11995 * term/internal.el (IT-character-translations): Fix last change.
11996
11997 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11998
11999 * woman.el: New file
12000 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12001
12002 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12003
12004 * term/internal.el (IT-character-translations): Update ASCII
12005 simulations for greek-iso8859-7, add latin-iso8859-14 and
12006 latin-iso8859-15.
12007
12008 * international/mule-cmds.el (set-language-info-alist): Call
12009 define-prefix-command with 3 arguments, to make the map suitable
12010 for a menu.
12011
12012 2000-05-07 Dave Love <fx@gnu.org>
12013
12014 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12015
12016 2000-05-05 Dave Love <fx@gnu.org>
12017
12018 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12019 list in doc string. Don't quote keyword symbols.
12020 * emacs-lisp/cl.el: Likewise
12021 * emacs-lisp/cl-seq.el: Likewise
12022
12023 2000-05-05 Gerd Moellmann <gerd@gnu.org>
12024
12025 * abbrev.el (abbrev-mode): Make ARG optional.
12026
12027 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12028
12029 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12030
12031 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12032
12033 * subr.el (substitute-key-definition): Clarify documentation.
12034
12035 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
12036
12037 * glasses.el (glasses-convert-to-unreadable): Use
12038 `glasses-separator' instead of the hard-wired "_".
12039 (glasses-mode): Call `glasses-make-unreadable' only in a single
12040 place.
12041
12042 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12043
12044 * term/internal.el (cjk-codepages-alist): Add associations for
12045 Chinese and Korean codepages. Remove FIXME comment.
12046
12047 2000-05-03 Dave Love <fx@gnu.org>
12048
12049 * time.el (display-time-mail-face, display-time-use-mail-icon):
12050 New option.
12051 (display-time-mail-icon): New variable.
12052 (display-time-string-forms): Use the above. Fix the local-map.
12053
12054 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12055
12056 * replace.el (query-replace-map): Add binding for `E'.
12057 (query-replace-help): Extend help text.
12058 (perform-replace): Allow editing the replacement string.
12059
12060 * make-mode.el (makefile-mode-abbrev-table): New variable.
12061 (makefile-mode): Set local abbrev table to
12062 makefile-mode-abbrev-table.
12063 (makefile-font-lock-keywords): Fontify includes and conditionals.
12064
12065 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12066 set TOGGLE's value.
12067
12068 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12069 mail-interactive-insert-alias.
12070 (mail-abbrev-complete-alias): New command.
12071 (mail-mode-map): Bind it to `M-TAB'.
12072
12073 2000-05-03 Kenichi Handa <handa@etl.go.jp>
12074
12075 * language/lao-util.el (lao-compose-region): New function.
12076
12077 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12078
12079 * files.el (recover-session): Make directories as necessary
12080 if they don't exist yet.
12081
12082 * calendar/cal-french.el
12083 (french-calendar-multibyte-special-days-array)
12084 (french-calendar-special-days-array): Change French text.
12085 (calendar-french-date-string): Change output.
12086 (calendar-goto-french-date): Likewise.
12087
12088 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12089
12090 * wid-edit.el (widget-default-active): Obey `:always-active'.
12091 (widget-documentation-string-value-create): Set `:always-active'.
12092
12093 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12094
12095 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12096 default prefix to `~/_emacs.d/auto-save.list/_s'.
12097 (normal-top-level): Create the directory for auto-save files, if
12098 it doesn't already exist (in the ms-dos case only).
12099
12100 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12101
12102 * international/mule-cmds.el (set-language-environment): Don't
12103 concat an integer (dos-codepage), use format instead.
12104
12105 2000-05-02 Dave Love <fx@gnu.org>
12106
12107 * help.el (help-xref-on-pp): Check for constant symbols.
12108
12109 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12110
12111 * startup.el (normal-top-level): Put a condition-case around
12112 the code loading subdirs.el.
12113
12114 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12115
12116 * ps-print.el: Upside-down and face background color printing,
12117 line number step, doc fix.
12118 (ps-print-version): New version number (5.2).
12119 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12120 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12121 (ps-spool-config): Var fix.
12122 (ps-printer-name-option): Const fix.
12123 (ps-print-upside-down, ps-use-face-background)
12124 (ps-line-number-step): New vars.
12125 (ps-window-system, ps-lp-system): New consts.
12126 (ps-face-background): New fun.
12127
12128 2000-04-28 Richard Stallman <rms@gnu.org>
12129
12130 * files.el (make-auto-save-file-name):
12131 Apply auto-save-file-name-transforms to visited file name
12132 before generating auto save file name.
12133 (auto-save-file-name-transforms): New variable.
12134
12135 * files.el (backup-enable-predicate):
12136 Correctly test for a file under a temporary directory.
12137
12138 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12139
12140 * subr.el (add-minor-mode): Rewritten.
12141
12142 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12143
12144 * mail/sendmail.el (sendmail-send-it): Set
12145 buffer-file-coding-system to the selected coding system for MIME
12146 header.
12147
12148 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12149
12150 * dired.el (dired-move-to-filename-regexp): Allow format where
12151 YYYY is followed by two spaces.
12152
12153 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12154 in the second character class of the regexp.
12155
12156 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12157 mh-etc, too.
12158
12159 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12160 nil.
12161
12162 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12163
12164 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12165 argument.
12166
12167 2000-04-27 Sen Nagata <sen@eccosys.com>
12168
12169 * emacs-lisp/crm.el (crm-completion-table): New variable.
12170 (crm-collection-fn, crm-test-completion)
12171 (completing-read-multiple): Use it.
12172
12173 2000-04-27 Dave Love <fx@gnu.org>
12174
12175 * help.el (locate-library): Use mapc.
12176 (help-manyarg-func-alist): Add call-process-region.
12177
12178 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12179
12180 * subr.el (add-minor-mode): Make argument MAP optional.
12181
12182 * desktop.el (desktop-save): Save list of minor modes.
12183 (desktop-create-buffer): Restore minor modes.
12184 (desktop-minor-mode-table): New user-option.
12185
12186 * subr.el (add-minor-mode): New function.
12187
12188 * image.el (find-image): New function.
12189 (defimage): Rewritten to find image at load time.
12190
12191 * startup.el (normal-top-level-add-to-load-path): Handle
12192 case that the default directory is not in load-path.
12193
12194 * help.el: Old patch from Stefan Monnier.
12195 (help-xref-on-pp): New function.
12196 (describe-variable): Use it to display xrefs in a symbol's value.
12197
12198 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12199
12200 * cus-edit.el (custom-face): Fix parenthesis.
12201
12202 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12203
12204 * mail/rmail.el (rmail-expunge): When there are no deleted
12205 messages, do nothing.
12206
12207 2000-04-26 Dave Love <fx@gnu.org>
12208
12209 * international/mule-cmds.el (locale-translation-file-name):
12210 Defvar to nil.
12211 (set-locale-environment): Set it here (at runtime).
12212
12213 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12214
12215 * replace.el (perform-replace): Add parameters START and END. Use
12216 them instead of the check for a region in Transient Mark mode.
12217 (query-replace-read-args): Return two more list elements for the
12218 start and end of the region in Transient Mark mode.
12219 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12220 (map-query-replace-regexp, replace-string, replace-regexp): Add
12221 optional last arguments START and END and pass them to
12222 perform-replace.
12223
12224 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12225 form with additional arguments for perform-replace.
12226
12227 * progmodes/etags.el (tags-query-replace): Add parameters START
12228 and END. Construct a form with additional arguments for
12229 perform-replace.
12230
12231 * simple.el (shell-command): Set default directory for "*Shell
12232 Command Output" buffer.
12233
12234 * language/european.el (iso-latin-4): Fix typo.
12235
12236 * emacs-lisp/crm.el: New file.
12237
12238 2000-04-24 Dave Love <fx@gnu.org>
12239
12240 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12241 (Custom-reset-saved, Custom-reset-standard)
12242 (custom-group-value-create, custom-group-set, custom-group-save)
12243 (custom-group-reset-current, custom-group-reset-saved)
12244 (custom-group-reset-standard): Use mapc.
12245 (custom-buffer-create-internal): Disable undo when creating items.
12246 Use mapc.
12247 (custom-face): Avoid redundant lambda.
12248
12249 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12250
12251 * startup.el (auto-save-list-file-prefix): Set default to
12252 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12253
12254 2000-04-24 Sam Steingold <sds@gnu.org>
12255
12256 * time-stamp.el (time-stamp-string-preprocess): Always convert
12257 `field-result' to a string.
12258
12259 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12260
12261 * frame.el (scrolling): New group.
12262 (automatic-hscrolling): New user-option.
12263
12264 * startup.el (command-line-x-option-alist): Add `-lsp' and
12265 `--line-spacing'.
12266
12267 2000-04-19 Dave Love <fx@gnu.org>
12268
12269 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12270 (cl-mapc): Rename from mapc. Fix the funcall.
12271
12272 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12273
12274 * simple.el (clone-indirect-buffer-other-window): New command.
12275 (clone-indirect-buffer): Add optional arg NORECROD.
12276 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12277
12278 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12279
12280 * window.el (count-screen-lines): New function.
12281 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12282 instead of window-buffer-height.
12283
12284 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12285 non-existing variable comint-input-sentinel.
12286 (inferior-lisp-args-to-list): Removed.
12287 (inferior-lisp): Use split-string instead of
12288 inferior-lisp-args-to-list.
12289
12290 * hexl.el (hexl-insert-hex-string): New command.
12291
12292 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12293 instead of concat.
12294
12295 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12296
12297 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12298 at the start of an existing but empty folder.
12299
12300 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12301
12302 * ps-mule.el: Customization fix, doc fix.
12303 (ps-multibyte-buffer): Customization fix.
12304
12305 2000-04-17 Richard M. Stallman <rms@gnu.org>
12306
12307 * subr.el (read-passwd): Use read-char-exclusive.
12308
12309 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12310
12311 * textmodes/texinfo.el (texinfo-insert-@email)
12312 (texinfo-insert-@emph, texinfo-insert-@quotation)
12313 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12314 (texinfo-mode-map): Add key bindings for them.
12315
12316 * files.el (basic-save-buffer-2): Use a template with `$'
12317 instead of `#' for VMS.
12318
12319 * simple.el (clone-indirect-buffer): New function.
12320
12321 2000-04-16 Stephen Eglen <stephen@gnu.org>
12322
12323 * iswitchb.el (iswitchb-case): New function. If the user input
12324 contains any upper-case characters, the search is made
12325 case-sensitive.
12326
12327 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12330 comment-end.
12331 (texinfo-font-lock-syntactic-keywords): New var.
12332 (texinfo-font-lock-keywords): Remove comment regexp.
12333 (texinfo-insert-block): New function.
12334 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12335 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12336 and font-lock-defaults. Use regexp-opt for outline-regexp.
12337 (texinfo-environments): New var.
12338 (texinfo-environment-regexp): Use regexp-opt and
12339 texinfo-environments.
12340
12341 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12342 ispell-process is bound since this might be eval'd before ispell
12343 is loaded.
12344 (ispell-message): Use a tiny bit less magic and a bit more hard
12345 data to figure out what kind of sc-cite-regexp to use.
12346
12347 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12348
12349 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12350 (insert-cyclic-diary-entry): Unquote the lambda.
12351
12352 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12353
12354 * files.el (backup-enable-predicate): Unquote the lambda.
12355
12356 * cus-edit.el (custom-face, face): Unquote the lambda.
12357
12358 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12359
12360 * ps-print.el: Check for line-beginning-position definition.
12361
12362 * ps-print.el: Fix counting lines in a region.
12363 (ps-print-version): New version number (5.1.5).
12364 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12365 (ps-printing-region): Fun code fix.
12366
12367 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12368
12369 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12370 to file-directory-p.
12371
12372 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12373
12374 * gud.el (gud-jdb-build-source-files-list): Check that directory
12375 exists before calling directory-files.
12376
12377 2000-04-13 Dave Love <fx@gnu.org>
12378
12379 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12380 syntax.
12381
12382 * emacs-lisp/cl-specs.el: Remove when, unless.
12383
12384 * emacs-lisp/cl-extra.el: Don't quote keywords.
12385 (cl-old-mapc): New variable.
12386 (mapc): Use it.
12387 (cl-map-intervals): Use with-current-buffer. Don't check for
12388 next-property-change.
12389 (cl-map-overlays): Use with-current-buffer.
12390 (cl-expt): Remove.
12391 (copy-tree, remprop): Define unconditionally.
12392
12393 * emacs-lisp/cl-compat.el (keywordp): Remove.
12394
12395 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12396 to use keywordp.
12397 (edebug-spec): Enable keywordp.
12398
12399 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12400 string-lessp.
12401
12402 * cus-start.el: Use keywordp.
12403
12404 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12405
12406 * diary-lib.el (include-other-diary-files): Fix the fix of
12407 2000-02-18 by doing a save-excursion.
12408
12409 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12410
12411 * ps-print.el: Customization fix, doc fix.
12412 (ps-print-version): New version number (5.1.4).
12413 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12414 (ps-print-preprint): Adjust code.
12415 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12416 (ps-print-prologue-header, ps-print-control-characters)
12417 (ps-spool-config): Customization fix.
12418
12419 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12420
12421 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12422 converted to the new menu-item format, names silightly changed,
12423 help strings added.
12424
12425 Support for spelling without async subprocesses:
12426
12427 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12428 (ispell-session-buffer): New variables.
12429 (ispell-start-process, ispell-process-status,
12430 ispell-accept-output, ispell-send-string): New functions, for
12431 Ispell invocation when async subprocesses aren't supported.
12432 (ispell-word, ispell-pdict-save, ispell-command-loop,
12433 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12434 to process-send-string with calls to ispell-send-string, and
12435 accept-process-output with ispell-accept-output.
12436 (ispell-init-process): Call ispell-process-status instead of
12437 process-status with.
12438 (ispell-init-process): Call ispell-start-process. Call
12439 ispell-accept-output and ispell-send-string. Don't call
12440 process-kill-without-query and kill-process if they are unbound.
12441 (ispell-async-processp): New function.
12442
12443 2000-04-12 Dave Love <fx@gnu.org>
12444
12445 * info.el: Add debug-ignored-errors.
12446 (Info-mode-menu): Add some items.
12447 (Info-directory): Add autoload cookie.
12448
12449 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12450 Modify `truncate-lines'. Make `describe-language-environment'
12451 always visible and add help. Modify `describe-key' help. Invoke
12452 Info-directory from `info'. New entry `emacs-manual'.
12453
12454 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12455
12456 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12457 propertized-buffer-identification.
12458 (ebrowse-update-member-buffer-mode-line): Likewise.
12459 (ebrowse--mode-strings): Removed.
12460 (ebrowse--mode-line-props): Removed.
12461
12462 * files.el (auto-mode-alist): Add `EBROWSE'.
12463
12464 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12465 space before testing for end of buffer.
12466 (ebrowse-load): Removed.
12467 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12468 (ebrowse-create-tree-buffer): Rewritten.
12469 (ebrowse-tree-mode): Read tree from buffer.
12470
12471 * progmodes/ebrowse-ffh.el: Removed.
12472
12473 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12474
12475 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12476
12477 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12478
12479 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12480 at the wrong place.
12481
12482 2000-04-09 Dave Love <fx@gnu.org>
12483
12484 * files.el (backup-enable-predicate): Use
12485 temporary-file-directory, small-temporary-file-directory.
12486 (make-backup-file-name-function, backup-directory-alist): New
12487 variables.
12488 (make-backup-file-name-1): New function.
12489 (make-backup-file-name): Use it.
12490 (find-backup-file-name): Likewise. Use format for clarity, not
12491 concat.
12492 (file-newest-backup): Use make-backup-file-name.
12493
12494 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12495
12496 * progmodes/ebrowse-ffh.el: New file.
12497
12498 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12499 to ebrowse-ffh.el.
12500 (ebrowse-load): Add autoload.
12501
12502 * finder.el (finder-commentary): Add autoload cookie.
12503
12504 * mail/rfc2368.el: Correct author's email address.
12505
12506 * progmodes/ebrowse.el: New file.
12507
12508 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12509 item help string.
12510 (easy-menu-do-add-item): Ditto.
12511 (easy-menu-define): Extend doc string.
12512
12513 * jit-lock.el (with-buffer-unmodified): Use
12514 restore-buffer-modified-p.
12515 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12516 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12517 with-buffer-unmodified.
12518
12519 2000-04-08 Dave Love <fx@gnu.org>
12520
12521 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12522 unless, when.
12523
12524 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12525
12526 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12527 (viper-flash-search-pattern): No operation when using Emacs
12528 doesn't support face.
12529 Use `viper-put-on-search-overlay'.
12530
12531 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12532
12533 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12534 like C-r.
12535
12536 * progmodes/make-mode.el: Some doc fixes.
12537 (makefile-mode-abbrev-table): New variable.
12538 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12539 (makefile-font-lock-keywords): Fontify includes and conditionals.
12540 (toplevel): Require `dabbrev' and `add-log' when compiling.
12541
12542 * replace.el (perform-replace): Don't move forward one char
12543 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12544 to do that because it leaves point 1 position after the last
12545 replacement, after everything has been replaced.
12546
12547 * jit-lock.el (with-buffer-unmodified): New macro.
12548 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12549 modified state.
12550 (jit-lock-function-1): Extracted from jit-lock-function; not
12551 preserving buffer's modified state.
12552 (jit-lock-function, jit-lock-stealth-fontify): Call
12553 jit-lock-function-1.
12554
12555 * mail/rfc2368.el: Remove supernumerary copyright line.
12556
12557 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12558
12559 * glasses.el: Provide facilities for inserting space before left
12560 parentheses and uncapitalization of identifiers.
12561 (glasses-mode): Try to remove old overlays in all cases.
12562
12563 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12564
12565 * progmodes/compile.el (compile-internal): Display the compilation
12566 buffer in a different frame, if it's already displayed there.
12567
12568 * mail/rfc2368.el: New file.
12569
12570 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12571 header and insert its value as mail body.
12572
12573 * subr.el (member-ignore-case): New function.
12574
12575 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12576 (dabbrev--find-expansion): Ignore buffers matching a regexp
12577 from dabbrev-ignored-regexps.
12578
12579 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12580 to extensions handled by gzip.
12581
12582 2000-04-03 Richard M. Stallman <rms@gnu.org>
12583
12584 * files.el (insert-directory): List the total free space
12585 along with the used space.
12586
12587 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12588 line is followed by one that matches CITATION-REGEXP, end the
12589 paragraph.
12590
12591 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12592
12593 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12594 (rmail-make-basic-summary-line): Use that option.
12595
12596 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12597
12598 * international/mule-cmds.el (encoded-string-description):
12599 Rewritten. Try pretty description for ISO 2022 escape sequences
12600 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12601 for hexadecimal format.
12602
12603 2000-04-01 Dave Love <fx@gnu.org>
12604
12605 * cpp.el: Change customization group to `c' from `C'.
12606
12607 * vcursor.el (vcursor-move): Use display-color-p.
12608
12609 * international/mule-util.el: Provide mule-utils.
12610 (string-to-sequence): Simplify and speed up.
12611
12612 * international/mule.el (make-coding-system): Purecopy doc-string.
12613
12614 * international/mule-cmds.el: Various menu changes.
12615 (describe-specified-language-support): Handle `Default'.
12616 (set-language-info): Purecopy `info'.
12617
12618 2000-03-31 Andrew Innes <andrewi@gnu.org>
12619
12620 * vc.el (vc-backend-diff): Return the correct status if we had to
12621 retry the rcsdiff command without the --brief option.
12622
12623 2000-03-31 Dave Love <fx@gnu.org>
12624
12625 * help.el (help-manyarg-func-alist): Correct several omissions.
12626
12627 * add-log.el: Don't require cl, fortran.
12628 (add-log-current-defun-function): Doc fix.
12629 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12630 fix.
12631 (change-log-version-rcs): Function deleted.
12632 (change-log-version-number-search): Doc fix. Use
12633 vc-workfile-version. Avoid CL dolist.
12634 (add-change-log-entry): Just call add-log-current-defun to get
12635 defun. Simplify somewhat.
12636 (change-log-get-method-definition-1): Likewise.
12637 (add-log-current-defun): Return nil if calling
12638 add-log-current-defun-function does so. Move Fortran stuff to
12639 fortran.el. Return string without properties.
12640
12641 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12642 and :alpha: char classes.
12643
12644 * mail/supercite.el: Defvar curline when compiling.
12645 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12646 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12647 rather than a-zA-Z0-9 to allow non-ASCII characters.
12648
12649 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12650
12651 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12652
12653 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12654 Re-enable new code.
12655
12656 * lpr.el (print-region-1): Use -d to specify printer name for
12657 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12658
12659 2000-03-31 Dave Love <fx@gnu.org>
12660
12661 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12662 for function definition in symbol's function value slot first
12663 instead of first consulting byte-compile-function-environment.
12664
12665 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12666
12667 * language/european.el ("Polish"): New language environment.
12668 (setup-polish-environment): New function.
12669
12670 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12671
12672 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12673 Disable new code.
12674
12675 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12676 trying to `load' the symbol of an autoload instead of the file
12677 recorded in the autoload. Fix error messages.
12678
12679 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12680
12681 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12682 (ps-print-version): New version number (5.1.3).
12683 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12684 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12685 (ps-generate-postscript-with-faces): Code fix.
12686 (ps-color-values): XEmacs compatibility.
12687 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12688 (ps-default-fg, ps-default-bg): Adjust customization.
12689 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12690 (ps-color-scale): Renaming old ps-color-value fun.
12691 (ps-print-headers): Replace ps-print-header group to avoid conflict
12692 with ps-print-header variable.
12693 (ps-print-miscellany): New group.
12694 (ps-format-color, ps-rgb-color): New funs.
12695 (ps-default-foreground): New var.
12696 (ps-printer-name-option): New const.
12697
12698 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12699
12700 * net/net-utils.el:
12701 (network-connection-host, network-connection-service): New variables
12702 (network-connection-mode): New mode, derived from comint-mode
12703 (network-connection-mode-setup): New function, saves host and
12704 service information in local variables.
12705
12706 * lisp/locate.el:
12707 (locate-word-at-point): Added this function
12708 (locate): Default to using locate-word-at-point as input
12709 Run dired-mode-hook
12710
12711 2000-03-29 Dave Love <fx@gnu.org>
12712
12713 * calendar/appt.el: Doc fixes.
12714 (appt-check): Convert min-to-app to a string before passing to
12715 appt-disp-window-function or concat.
12716 (appt-delete-window): Remove test for frame-root-window.
12717 (appt-select-lowest-window, appt-convert-time): Simplify.
12718
12719 * emacs-lisp/bytecomp.el: Doc fixes.
12720 (byte-compile-file-form-autoload): Update
12721 byte-compile-function-environment.
12722
12723 2000-03-29 Andreas Schwab <schwab@suse.de>
12724
12725 * emacs-lisp/autoload.el: Also print defsubst doc string
12726 specially.
12727
12728 * dired.el (dired-insert-directory): If dired-free-space-program
12729 failed just delete its output.
12730
12731 2000-03-29 Dave Love <fx@gnu.org>
12732
12733 * international/iso-cvt.el: Move provide to end. Doc fixes.
12734 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12735 (iso-iso2sgml, iso-sgml2iso): New functions.
12736 (iso-cvt-define-menu): Fix some entries and use backquote for
12737 clarity.
12738
12739 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12740
12741 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12742
12743 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12744 ISO-DATE. If non-nil, return date in ISO 8601 format.
12745
12746 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12749 if it ever becomes used.
12750 (log-edit-mode-hook): Default to vc-log-mode-hook.
12751 (log-edit-mode): Fix the docstring.
12752
12753 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12754 the code.
12755
12756 2000-03-26 Dave Love <fx@gnu.org>
12757
12758 * net/browse-url.el (browse-url): Re-fix case of
12759 browse-url-browser-function being an alist.
12760 (browse-url): Add :link to defgroup.
12761
12762 * files.el: Doc fixes.
12763 (file-truename): Include `[' in wildcard characters.
12764 (automount-dir-prefix): Customize.
12765 (find-file-wildcards): Add :version.
12766 (find-file-noselect): Simplify a mapcar call.
12767
12768 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12769 compatible with inf-lisp version.
12770 (eval-defun-1): Fix custom-declare-variable case.
12771
12772 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12773
12774 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12775
12776 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12777
12778 * Makefile (COMPILE_FIRST): New macro.
12779 (compile-files): Compile files from COMPILE_FIRST first.
12780
12781 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12782 code.
12783
12784 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12785 matching open parenthesis in column 0 to defun-prompt-regexp
12786 only if open-paren-in-column-0-is-defun-start is set.
12787
12788 * sun-curs.el: Require CL at compile-time only.
12789
12790 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12791 instead of copy-list which is a function from CL.
12792 (msb--choose-menu, msb--mode-menu-cond)
12793 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12794 (msb--init-file-alist): Use mapcar instead of mapcan.
12795 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12796 `(' in column 0 in doc string.
12797 (msb--add-separators): Use mapcar instead of mapcan.
12798
12799 * cus-dep.el: Require CL at compile-time only.
12800
12801 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12802
12803 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12804 (byte-compile-warnings): New warning `noruntime'.
12805 (byte-compile-constants, byte-compile-variables): Fix docstring.
12806 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12807 execute `eval-whenc-compile's body.
12808 (byte-compile-unresolved-functions): Fix docstring.
12809 (byte-compile-eval): New function.
12810 (byte-compile-callargs-warn): Check if the function will be available
12811 at runtime (via property `byte-compile-noruntime').
12812 (byte-compile-print-syms): New function.
12813 (byte-compile-warn-about-unresolved-functions): Also warn about
12814 `noruntime' functions (and use `byte-compile-print-syms').
12815 (byte-compile-file): Capitalize the message.
12816
12817 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12818
12819 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12820 (rmail-expunge): Ask for confirmation depending on the setting
12821 of rmail-confirm-expunge.
12822
12823 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12824
12825 * Makefile (bootstrap-clean): If $(emacs) exists, build
12826 loaddefs.el first. A loaddefs.el that's not up-to-date might
12827 cause a bootstrap failure because things don't autoload as
12828 expected.
12829
12830 2000-03-23 Dave Love <fx@gnu.org>
12831
12832 * net/browse-url.el: Restore previous use of
12833 browse-url-maybe-new-window.
12834
12835 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12836
12837 * ps-print.el: Skip banner page fix.
12838 (ps-print-version): New version number (5.1.2).
12839 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12840
12841 2000-03-23 Dave Pearson <davep@davep.org>
12842
12843 * net/quickurl.el Changed the type of parameter passed to the
12844 function defined by `quickurl-format-function'. Before only the
12845 text of the URL was passed. Now the whole URL structure is passed
12846 and the function is responsible for extracting the parts it
12847 requires. Changed the default of `quickurl-format-function'
12848 accordingly.
12849 (quickurl-insert): Changed the `funcall' of
12850 `quickurl-format-function' to match the above change.
12851 (quickurl-list-insert): Changed the `url' case so that it makes
12852 use of `quickurl-format-function', previous to this the format was
12853 hard wired.
12854
12855 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12856
12857 * startup.el: Change some spellings for the X Window System.
12858
12859 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12860
12861 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12862 up the code and the regexp and make sure the cursor is temporarily
12863 moved to the suspicious line while querying the user.
12864
12865 2000-03-22 Jason Rumney <jasonr@gnu.org>
12866
12867 * w32-fns.el (w32-charset-info-alist): Initialize.
12868
12869 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12870
12871 * ps-print.el: N-up last page fix.
12872 (ps-print-version): New version number (5.1.1).
12873 (ps-end-file, ps-end-job, ps-generate): Code fix.
12874
12875 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12876
12877 * files.el (find-file-run-dired): Update docstring.
12878 (find-directory-functions): New hook.
12879 (find-file-noselect): Run find-directory-functions rather than
12880 calling dired directly.
12881
12882 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12883
12884 * pcvs.el: Add a minimal leading commentary.
12885 (cvs-make-cvs-buffer): Change the header part by removing the startup
12886 message and adding a `Module' entry. Also replace the FOOTER and
12887 HEADER special fileinfos with the new support in ewoc for updating
12888 its own footer and header.
12889 (cvs-update-header): Update to use the header/footer of the ewoc.
12890 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12891 (cvs-is-within-p): New function.
12892 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12893 to only examine some subset of the buffers.
12894
12895 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12896 `format' instead of our own ad-hoc functions.
12897 Remove HEADER and FOOTER cases, now handled in the EWOC.
12898 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12899
12900 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12901 output to avoid scaring the user.
12902 (cvs-parse-table): Catch message for non-up-to-date commits.
12903
12904 * pcvs-defs.el (cvs-startup-message): Remove.
12905 (cvs-global-menu): New autoloaded menu.
12906
12907 * pcvs-util.el (cvs-string-fill): Remove.
12908
12909 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12910 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12911 PP part of it and also make it work for footers and headers.
12912 (ewoc-create): Drop POS and BUFFER arguments.
12913 Use the DLL's dummy node to store the end-of-footer position.
12914 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12915 (ewoc-refresh): Remove unused `header' variable.
12916 (ewoc-(get|set)-hf): New functions.
12917
12918 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12919 log-view-*-(message|file) and use easy-mmode-define-navigation.
12920 (log-view-message-re): Match SCCS format as well.
12921 And match the revision line rather than the dashed separator line.
12922 (log-view-mode): Use the new define-derived-mode.
12923 (log-view-current-tag): Fill in with an actual implementation.
12924
12925 * cvs-status.el (cvs-status-(prev|next)): Rename from
12926 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12927 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12928 to let the output "breathe" a little more (more readable).
12929 (cvs-status-mode): Use the new define-derived-mode.
12930
12931 * smerge-mode.el (smerge-auto-leave): New function and variable.
12932 (smerge-basic-map): Rename from smerge-basic-keymap.
12933 Change the bindings for smerge-diff-*.
12934 (smerge-*-map): Use easy-mmode-defmap.
12935 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12936 (smerge-keep-*): Use smerge-auto-leave.
12937
12938 2000-03-21 Jason Rumney <jasonr@gnu.org>
12939
12940 * cus-edit.el (custom-button-face): Use 3D look for w32.
12941 (custom-button-pressed-face): Likewise.
12942
12943 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12944
12945 * progmodes/etags.el (tags-case-fold-search): New user-option.
12946 (tags-loop-eval): New function. Bind case-fold-search around eval
12947 depending on the value of tags-case-fold-search.
12948 (tags-loop-continue): Use tags-loop-eval.
12949 (find-tag-in-order): Bind case-fold-search depending on the value
12950 of tags-case-fold-search.
12951
12952 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12953
12954 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12955 (diff-end-of-hunk): Return the end position for use in
12956 `easy-mmode-define-navigation'.
12957 (diff-recenter): Remove.
12958 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12959 of `easy-mmode-define-navigation'.
12960 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12961 previous renaming) and fix to use new names.
12962 (diff-merge-strings): Use \n as separator: simpler, faster.
12963 (diff-mode): Use `define-derived-mode'.
12964
12965 * derived.el (define-derived-mode): Don't autoload anymore.
12966 Prefer the macro-only version provided by easy-mmode.el.
12967
12968 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12969 `easy-mmode-define-derived-mode'.
12970 Use `combine-run-hooks'.
12971 (easy-mmode-define-navigation): New macro.
12972
12973 * subr.el (combine-run-hooks): New function.
12974
12975 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12976
12977 * term/x-win.el: Fontsets related initialization is simplified.
12978
12979 * international/mule-diag.el (describe-font): Don't refer to
12980 global-fontset-alist, instead call font-list.
12981 (describe-fontset, list-fontsets, mule-diag): Likewise.
12982 (print-fontset): Adjusted for the change of fontset
12983 implementation.
12984
12985 * international/fontset.el (x-charset-registries): Variable
12986 removed, instead the corresponding data is stored in the default
12987 fontset.
12988 (register-alternate-fontnames): Function removed.
12989 (resolved-ascii-font): Variable removed.
12990 (x-compose-font-name): Ignore the second argument REDOCE.
12991 (x-complement-fontset-spec): Complement only an ASCII font and
12992 element for those charsets than can use that ASCII font.
12993 (generate-fontset-menu): Don't refer to global-fontset-alist,
12994 instead call fontset-list.
12995 (uninstantiated-fontset-alist): Variable removed.
12996 (x-style-funcs-alist): Likewise.
12997 (fontset-default-styles): Likewise.
12998 (x-modify-font-name): Function removed.
12999 (create-fontset-from-fontset-spec): Ignore the argument
13000 STYLE-VARIANT.
13001 (create-fontset-from-ascii-font): Docsting adjusted for the above
13002 change.
13003 (instantiate-fontset, resolve-fontset-name): Functions removed.
13004 (fontset-list): Now implemented by C code.
13005
13006 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13007 (describe-face): Include `font' attribute in the description.
13008
13009 2000-03-21 Kenichi Handa <handa@etl.go.jp>
13010
13011 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13012
13013 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13014
13015 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13016 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13017 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13018
13019 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13020 about behavior of set-buffer-modified-p wrt redisplay.
13021
13022 2000-03-19 Richard M. Stallman <rms@gnu.org>
13023
13024 * view.el (view-mode-disable): Kill local binding of view-read-only.
13025
13026 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13027
13028 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13029 is a string, convert it to a syntax cell using string-to-syntax.
13030
13031 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13032 (string-to-syntax): New function.
13033
13034 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13035 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13036 try to use passive ftp mode.
13037
13038 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13039
13040 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13041
13042 * simple.el (append-to-buffer): Update point of windows after
13043 insertion.
13044
13045 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13046 forward then moving backward. Reindent.
13047
13048 * frame.el (other-frame): Call x-focus-frame only if
13049 focus-follows-mouse is off.
13050
13051 2000-03-17 Dave Love <fx@gnu.org>
13052
13053 * pcvs-util.el (cvs-strings->string): Rename
13054 replace-regexps-in-string.
13055
13056 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13057
13058 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13059 regexp for labels cannot span several lines.
13060
13061 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13062 `(setq :<key> ':<key>)' to the macro expansion.
13063
13064 2000-03-16 Dave Love <fx@gnu.org>
13065
13066 * progmodes/f90.el (f90): Put custom group under `languages', not
13067 `fortran'.
13068 (f90-mode-hook): Customize.
13069 (f90-mode): Set add-log-current-defun-function.
13070 (f90-current-defun): New function.
13071
13072 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13073
13074 * cus-edit.el (custom-variable-tag-face): Handle case that
13075 default face's height is not a number.
13076 (custom-face-tag-face, custom-group-tag-face-1)
13077 (custom-group-tag-face): Ditto.
13078 (custom-group-tag-face-1): Add :group.
13079
13080 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13081
13082 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13083
13084 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13085 requiring easymenu.
13086
13087 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13088
13089 * ps-print.el: PostScript user-defined prologue, PostScript error
13090 handler, doc fix.
13091 (ps-print-version): New version number (5.1).
13092 (ps-user-defined-prologue, ps-error-handler-message)
13093 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13094 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13095 (ps-insert-string): New function.
13096
13097 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13098
13099 * international/ccl.el (ccl-compile-expression): Don't generate
13100 invalid self-assignment code.
13101
13102 2000-03-14 Dave Love <fx@gnu.org>
13103
13104 * subr.el (replace-regexp-in-string): Renamed from
13105 replace-regexps-in-string. Doc fix.
13106
13107 2000-03-12 Dave Love <fx@gnu.org>
13108
13109 * cus-edit.el: Doc fixes.
13110 (customize-set-variable, customize-save-variable): Rename args for
13111 doc.
13112 (custom-variable-tag-face, custom-face-tag-face)
13113 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13114 style which user identify as hyperlink.
13115 (hook): Don't add undefined functions to the hook.
13116 (debug-ignored-errors): Transfer message from bindings.el.
13117
13118 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13119
13120 * recentf.el (recentf-keep-non-readable-files-p): Remove
13121 double/nested definition.
13122
13123 2000-03-12 Dave Love <fx@gnu.org>
13124
13125 * facemenu.el (facemenu-get-face): Use display-color-p.
13126 * enriched.el (enriched-decode-foreground): Likewise.
13127 (enriched-decode-background): Likewise.
13128 * isearch.el (isearch-highlight): Likewise.
13129 * info-look.el (info-lookup): Likewise.
13130 * simple.el (completion-setup-function): Likewise.
13131
13132 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13133 :options.
13134
13135 * bindings.el (mode-line-format): Fix line-number and
13136 column-number items. Add help-echo for the background.
13137 (mode-line-mule-info): Modify help-echo.
13138
13139 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13140
13141 * files.el (load-file): Allow completion to .elc.
13142
13143 * man.el: Doc fixes.
13144 (Man-init-defvars): Use display-color-p to set fontification.
13145
13146 * play/hanoi.el (hanoi-internal): Don't use oddp.
13147
13148 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13149
13150 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13151
13152 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13153
13154 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13155
13156 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13157 Fix comment.
13158
13159 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13160
13161 * font-lock.el (font-lock-keywords): Fix the doc now that
13162 regexp-opt-depth is unnecessary.
13163 (save-buffer-state): Set an edebug spec.
13164 (font-lock-fontify-anchored-keywords): Properly handle the case when
13165 the matcher goes past the limit.
13166
13167 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13168 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13169
13170 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13171 dll.el and cookie.el (from Elib) with heavy renaming and other
13172 massaging.
13173
13174 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13175 Autoload the functions used.
13176 (easy-mmode-define-syntax): Fix CL typo.
13177 (easy-mmode-define-derived-mode): Improve the docstring generation.
13178
13179 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13180
13181 * textmodes/texinfo.el (texinfo-version): Variable and function
13182 removed.
13183
13184 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13185
13186 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13187 allow more flexibility.
13188 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13189 fns.
13190 (easy-mmode-defmap, easy-mmode-defsyntax)
13191 (easy-mmode-define-derived-mode): New macros.
13192
13193 2000-03-09 Didier Verna <didier@xemacs.org>
13194
13195 * rect.el (replace-rectangle): New function.
13196
13197 2000-03-09 Dave Love <fx@gnu.org>
13198
13199 * progmodes/fortran.el (fortran-comment-line-start): Define as
13200 "C".
13201 (fortran-comment-line-start-skip): Don't match cpp stuff.
13202 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13203 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13204 (fortran-mode): Don't set fortran-comment-line-start-skip,
13205 fortran-comment-line-start here. Set comment-start,
13206 add-log-current-defun.
13207 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13208 (fortran-current-defun): New function.
13209
13210 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13211
13212 * emacs-lisp/re-builder.el: New file.
13213
13214 * mouse.el (mouse-drag-region): Don't run up-event handler
13215 if hscroll has changed.
13216
13217 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13218 builtin operators, use `font-lock-builtin-face' for Emacs and
13219 `font-lock-preprocessor-face' otherwise.
13220
13221 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13222 `(defun (setf foo)' differently.
13223
13224 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13225
13226 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13227 (regexp-opt): Update comment and adapt the code the new meaning of
13228 the `paren' argument of regex-opt-group for shy-groups.
13229 (regexp-opt-depth): Handle shy groups as well as backslashed
13230 backslashes.
13231 (regexp-opt-group): Turn the leading comment into a docstring.
13232 Allow `paren' to be a string (the string to use to open a group).
13233 Remove open-presuf and close-presuf. Instead of checking for `all
13234 one-char' and then later on check for `several one-char', handle
13235 both cases close together. Also apply a more generic algorithm
13236 for suffixes (the mirror image of the algorithm used for
13237 prefixes). Use shy-groups. Use nreverse rather than reverse.
13238 (regexp-opt-try-suffix): Removed.
13239
13240 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13241 from comint-mode-map, so we can just inherit from it. Also, move
13242 the initialization into the `defvar' since there's no docstring
13243 anyway and it's fairly short.
13244 (inferior-scheme-mode): Define it as derived-mode: the code is
13245 shorter and this way we inherit from comint-mode-map rather than
13246 copying it.
13247
13248 * subr.el (replace-regexps-in-string): Properly handle the case
13249 where we match an empty string.
13250
13251 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13252 when the command has a directory component (such as "./testml").
13253 Also fix a typo in the comment.
13254
13255 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13256
13257 * Makefile (compile-files): Compile files one by one because
13258 that's the only way to ensure a clean compilation environment for
13259 each individual file.
13260
13261 * frame.el (other-frame): Call x-focus-frame.
13262
13263 2000-03-07 Dave Love <fx@gnu.org>
13264
13265 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13266 :require to defcustom.
13267
13268 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13269 lists.
13270
13271 * files.el (auto-mode-alist): Add configure.in.
13272
13273 * progmodes/autoconf.el: New file.
13274
13275 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13276
13277 * mail/mh-e.el: Change maintainer to `none'.
13278
13279 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13280 to remove-hook and add-hook.
13281
13282 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13283
13284 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13285 it as the default.
13286 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13287 (sendmail-send-it): Conditionally add MIME headers specifying the
13288 used character set.
13289
13290 2000-03-07 Dave Love <fx@gnu.org>
13291
13292 * winner.el: Fix keywords, autoload cookies. Split
13293 eval-when-compile form to avoid compilation failure.
13294
13295 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13296
13297 * international/mule.el: Modify comment about coding system
13298 property `coding-category'.
13299 (make-coding-system): New argument EOL-TYPE. Pay attention to
13300 coding-category property of PROPERTIES.
13301
13302 * international/mule-conf.el (coding-category-utf-8,
13303 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13304 categories. Include them in the argument for set-coding-priority.
13305
13306 * international/mule-cmds.el (reset-language-environment): Include
13307 coding-category-utf-8, coding-category-utf-16-be, and
13308 coding-category-utf-16-le in the argument for set-coding-priority.
13309 (reset-language-environment): Initialize coding-category-utf-8,
13310 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13311
13312 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13313
13314 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13315 code abstracted out of `bookmark-jump-noselect'. Now tries info
13316 extensions as well as compression extensions.
13317 (bookmark-jump-noselect): Use above new func.
13318
13319 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13320
13321 * strokes.el: Change maintainer's mail address.
13322
13323 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13324
13325 * international/mule-diag.el (list-character-sets): Make help-echo
13326 string by substitute-command-keys.
13327 (list-character-sets): Likewise.
13328 (sort-listed-character-sets): Call help-setup-xref.
13329
13330 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13331
13332 * time.el (display-time-mail-file): Add `none' to the list of
13333 choices.
13334
13335 2000-03-01 Dave Love <fx@gnu.org>
13336
13337 * help.el (help-xref-go-back): Don't try to set position.
13338
13339 * international/mule-diag.el (list-character-sets): Call
13340 help-setup-xref. Add help-echo to xrefs.
13341 (list-character-sets-1): Add help-echo to xrefs.
13342
13343 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13344
13345 * frame.el (blink-cursor-mode): Switch cursor on when turning
13346 the mode off.
13347
13348 * add-log.el (add-log-current-defun): Add support for
13349 Autoconf mode.
13350
13351 * mail/rmail.el (rmail-quit-hook): New variable.
13352
13353 2000-03-01 Dave Love <fx@gnu.org>
13354
13355 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13356
13357 * help.el (help-xref-button): Add help-echo arg.
13358 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13359
13360 * faces.el (list-faces-display): Supply help-echo with
13361 help-make-xrefs.
13362
13363 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13364 nil.
13365
13366 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13367
13368 * image.el (defimage): Look for image files in load-path.
13369
13370 * frame.el (busy-cursor-delay-seconds): Change type to
13371 `number'.
13372
13373 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13374
13375 * recentf.el (recentf): Added version tag to the defgroup of
13376 recentf.
13377
13378 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13379
13380 * recentf.el (recentf-cleanup): Changed to remove excluded file
13381 too.
13382 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13383 action to select/unselect a file.
13384 (recentf-edit-list): Code cleanup and improvement.
13385 (recentf-open-more-files-action): `recentf-open-more-files' button
13386 widget action to open a file.
13387 (recentf-open-more-files): No more use standard completion but
13388 widgets.
13389 (recentf-more-collection): Deleted.
13390 (recentf-more-history): Deleted.
13391 (recentf-setup-more-completion): Deleted.
13392
13393 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13394
13395 * recentf.el (recentf-mode): No more needs that Emacs is running
13396 under a window-system.
13397
13398 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13399
13400 * recentf.el (recentf-edit-list): New command to edit the recent
13401 list which allow the user to remove files.
13402 (recentf-edit-selected-items): New global variable, used by
13403 `recentf-edit-list' to hold the list of files to be removed from
13404 the recent list.
13405 (recentf-make-menu-items): Updated to display a "Edit list..."
13406 menu item. Minor code cleanup.
13407
13408 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13409
13410 * recentf.el (recentf-open-more-files): New command to open files
13411 that are not displayed in the menu.
13412 (recentf-more-collection): New global variable holding the set of
13413 permissible completions used by `recentf-open-more-files'.
13414 (recentf-more-history): New global variable holding the history list
13415 used by `recentf-open-more-files' completion.
13416 (recentf-setup-more-completion): New function to setup completion for
13417 `recentf-open-more-files'.
13418 (recentf-make-menu-items): Updated to display a "More..." menu item.
13419
13420 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13421
13422 * recentf.el (recentf-menu-action): Doc fixed.
13423
13424 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13425
13426 * recentf.el (recentf-menu-filter): Doc updated.
13427 (recentf-update-menu-hook): Allow menu filters to force menu update.
13428 (recentf-make-menu-items): New menu filter handling.
13429 (recentf-make-menu-item): New helper function.
13430 (recentf-menu-elements): New menu handling function.
13431 (recentf-sort-ascending): Updated to new menu filter handling.
13432 (recentf-sort-descending): Updated to new menu filter handling.
13433 (recentf-sort-basenames-ascending): New menu filter function.
13434 (recentf-sort-basenames-descending): New menu filter function.
13435 (recentf-show-basenames): New menu filter function.
13436 (recentf-show-basenames-ascending): New menu filter function.
13437 (recentf-show-basenames-descending): New menu filter function.
13438
13439 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13440
13441 * diary-lib.el (list-diary-entries): Don't try to go forward at
13442 the end of the buffer.
13443
13444 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13445
13446 * international/mule-diag.el (list-character-sets): Completely
13447 rewritten.
13448 (sort-listed-character-sets): New function.
13449 (list-character-sets-1): Completely rewritten.
13450 (list-character-sets-2): New function.
13451 (non-iso-charset-alist): New variable.
13452 (decode-codepage-char): New function.
13453 (charset-history): New variable.
13454 (read-charset) (list-block-of-chars)
13455 (list-iso-charset-chars)
13456 (list-non-iso-charset-chars)
13457 (list-charset-chars): New functions.
13458 (mule-diag): Call list-character-sets-2, not
13459 list-character-sets-2.
13460 (dump-charsets): Likewise.
13461
13462 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13463
13464 * dired-x.el (dired-filename-at-point): Add `@' to valid
13465 file name characters.
13466 (dired-filename-at-point): Handle ange-ftp file names.
13467
13468 * frame.el (frame-notice-user-settings): Use assq-delete-all
13469 instead of assoc-delete-all.
13470 (frame-notice-user-settings): Ditto.
13471
13472 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13473 Don't copy alist.
13474
13475 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13476
13477 * calculator.el (calculator-use-menu): New option.
13478 (calculator-initial-bindings): Changed some bindings to work as
13479 macros.
13480 (calculator-forced-input): Removed.
13481 (calculator-restart-other-mode): New variable.
13482 (calculator-mode-map): Set up menu.
13483
13484 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13485
13486 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13487 tags.
13488
13489 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13490
13491 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13492 translate all ESC key sequences.
13493 (viper-goto-mark-subr): restore markers for files for which
13494 they were saved.
13495 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13496 * viper-util.el (viper-set-replace-overlay-glyphs,
13497 viper-set-replace-overlay): always check if the replacement
13498 overlay is live.
13499 * viper.el (viper-vi-state-mode-list): added major modes.
13500 * ediff-wind.el: minor comment changes.
13501 * ediff.el: copyright notice date fix.
13502
13503 2000-02-27 Jason Rumney <jasonr@gnu.org>
13504
13505 * faces.el (face-font-family-alternatives): Add arial to helv.
13506 (mode-line, header-line, tool-bar): Same default as x for w32.
13507 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13508 face-font-family-alternatives from working.
13509 * term/w32-win.el (mouse-set-font): Do not build fontset from
13510 chosen font.
13511
13512 2000-02-25 Sam Steingold <sds@goems.com>
13513
13514 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13515 properly.
13516
13517 2000-02-25 Richard M. Stallman <rms@gnu.org>
13518
13519 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13520
13521 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13522
13523 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13524 writable.
13525
13526 * frame.el (busy-cursor-delay-seconds): New option.
13527
13528 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13529
13530 * frame.el (show-cursor-in-non-selected-windows): New option.
13531
13532 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13533
13534 * diary-lib.el (include-other-diary-files): Undo the selective
13535 display in any included file and don't kill it.
13536
13537 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13538
13539 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13540 bar. Menu items converted to (menu-item format, help strings
13541 added.
13542 [downcase, upcase]: Don't enable on MS-DOS.
13543 [symlink, symlinks]: Don't show if make-symbolic-link is not
13544 bound.
13545 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13546
13547 2000-02-23 Dave Love <fx@gnu.org>
13548
13549 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13550 (backward-kill-word): Revert addition of * to interactive spec --
13551 it's a feature.
13552
13553 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13554 (backward-kill-sentence, kill-sentence): Likewise.
13555
13556 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13557 scratch buffer name.
13558 (gud-format-command): Use int-to-string in ?l case. Simplify
13559 slightly.
13560
13561 * term/w32-win.el (internal-face-interactive): Update prompt for
13562 new read-face-name.
13563
13564 * mail/footnote.el (footnote): Add :version to defgroup.
13565 (footnote-section-tag-regexp): Customize.
13566 (footnote-start-tag, footnote-end-tag): New option.
13567 (footnote-latin-regexp): New variable.
13568 (Footnote-latin): New function.
13569 (footnote-style-alist): Add element for latin style.
13570 (footnote-style): Moved.
13571 (Footnote-goto-footnote): Use eq to test arg.
13572
13573 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13574
13575 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13576 (byte-compile-trueconstp): Include keywords.
13577 (byte-optimize-quote, byte-optimize-lapcode): Use
13578 byte-compile-const-symbol-p.
13579 (byte-optimize-char-before): New optimization.
13580
13581 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13582 (byte-compile-const-symbol-p): New function.
13583 (byte-compile-constp, byte-compile-out-toplevel)
13584 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13585 Use it.
13586
13587 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13588
13589 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13590
13591 * international/encoded-kb.el: Be sure to update minor-mode-alist
13592 and minor-mode-map-alist.
13593 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13594 codes SS2 and SS3 correctly.
13595 (encoded-kbd-self-insert-ccl): New function.
13596 (encoded-kbd-setup-keymap): New function.
13597 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13598 by calling encoded-kbd-setup-keymap.
13599
13600 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13601 characters.
13602 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13603 locally.
13604
13605 2000-02-22 Dave Love <fx@gnu.org>
13606
13607 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13608 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13609 defvar.
13610 (lisp-mode-syntax-table): Set up for #|...|# comments.
13611 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13612 classes. Match `defface'.
13613 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13614 (eval-defun-1): Fix for defcustom.
13615 (lisp-indent-region): Doc fix.
13616
13617 * subr.el (when, unless, split-string): Doc fix.
13618 (read-passwd): Move call of clear-this-command-keys to the right
13619 place.
13620 (replace-regexps-in-string): New function.
13621
13622 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13623
13624 * help.el (describe-variable): Set syntax table to
13625 emacs-lisp-mode-syntax-table when moving forward over the
13626 symbol's name.
13627
13628 2000-02-22 Dave Love <fx@gnu.org>
13629
13630 * xt-mouse.el: Doc fixes.
13631 (xterm-mouse-position-function): New function, replacing advice of
13632 mouse-position.
13633 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13634
13635 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13636
13637 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13638
13639 * format.el (format-annotate-single-property-change): Handle
13640 properties.with dotted-list values.
13641 (format-proper-list-p): New function.
13642
13643 * enriched.el (enriched-face-ans): Handle '(foreground-color
13644 . COLOR) and (background-color . COLOR).
13645
13646 2000-02-20 Dave Love <fx@gnu.org>
13647
13648 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13649 and assignments to it.
13650 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13651 current local map.
13652 (make-flyspell-overlay): Use it.
13653 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13654
13655 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13656 (lm-get-header-re): Defun, not defsubst.
13657 (lm-get-package-name): Defun, not defsubst. Simplify.
13658 (lm-version): Doc fix. Simplify.
13659 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13660 (lm-crack-address, lm-last-modified-date, lm-commentary)
13661 (lm-verify, lm-synopsis): Simplify.
13662 (lm-report-bug): Require emacsbug. Use compose-mail.
13663
13664 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13665
13666 * dired.el (dired-mode): Call propertized-buffer-identification
13667 to set mode-line-buffer-identification to something having
13668 the right text properties.
13669
13670 * bindings.el (propertized-buffer-identification): New function.
13671
13672 2000-02-20 Dave Love <fx@gnu.org>
13673
13674 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13675 check for t-mouse too.
13676
13677 * cus-start.el: Make echo-keystrokes `number'.
13678
13679 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13680
13681 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13682 Don't call ring-empty-p unless tags-location-ring is bound.
13683 From Noah Friedman <friedman@splode.com>.
13684
13685 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13686
13687 * progmodes/hideshow.el (hs-flag-region): No longer use
13688 `intangible' overlay property.
13689
13690 (hs-toggle-hiding): New command.
13691 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13692
13693 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13694 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13695 and deactivation.
13696
13697 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13698
13699 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13700
13701 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13702
13703 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13704
13705 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13706 of `*' to handle `(* ... *)' comments.
13707
13708 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13709
13710 * faces.el (list-faces-display): Use display-mouse-p instead of
13711 window-system.
13712
13713 * menu-bar.el (global-map): Menu-bar items converted to the new
13714 format (menu-item..., rearranged for better CUA compliance, and
13715 their names changed for better clarity. Help strings added.
13716
13717 * international/mule-cmds.el (mule-menu-keymap)
13718 (describe-language-environment-map, set-coding-system-map)
13719 (setup-language-environment-map): Convert to new (menu-item...
13720 form, add help strings. Change names of menu items for better
13721 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13722 submenu).
13723
13724 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13725
13726 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13727 within the code.
13728
13729 2000-02-16 Dave Love <fx@gnu.org>
13730
13731 * faces.el: Don't require custom. Add more specific :groups to
13732 various deffaces.
13733 (set-face-attribute): Purecopy args.
13734 (read-face-name): Default to name at point and use it in prompt.
13735 Remove colon from arg in all callers.
13736 (list-faces-display): Hyperlink to face descriptions and customize
13737 buffers.
13738
13739 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13740
13741 * wid-edit.el (widget-match-inline): An atom never matches a
13742 list.
13743
13744 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13745
13746 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13747 at ':' characters by call to split-string.
13748
13749 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13750
13751 * textmodes/bibtex.el: Added RCS version identification.
13752
13753 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13754
13755 * textmodes/bibtex.el: Some temporary comments removed.
13756 (bibtex-field-name, bibtex-entry-type): Made the relationship
13757 explicit.
13758 (bibtex-field-const): Allow capital letters.
13759 (bibtex-start-of-string): Deleted because unused.
13760
13761 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13762 use the term 'reference' to describe a bibtex entry as a whole.
13763 Further, reference keys are no longer called 'labels'.
13764 (bibtex-keys): Renamed to bibtex-reference-keys.
13765 (bibtex-reformat-previous-labels): Renamed to
13766 bibtex-reformat-previous-reference-keys.
13767 (bibtex-reference-type): Renamed to bibtex-entry-type.
13768 (bibtex-reference-head): Renamed to bibtex-entry-head.
13769 (bibtex-reference-maybe-empty-head): Renamed to
13770 bibtex-entry-maybe-empty-head.
13771 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13772 (bibtex-search-reference): Renamed to bibtex-search-entry.
13773 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13774 bibtex-enclosing-entry-maybe-empty-head.
13775 (bibtex-entry-field-alist, bibtex-entry-head,
13776 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13777 bibtex-map-entries, bibtex-search-entry,
13778 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13779 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13780 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13781 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13782 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13783 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13784 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13785
13786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13787
13788 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13789 comment.
13790 (bibtex-format-field-delimiters): New function, functionality
13791 extracted from bibtex-format-entry.
13792 (bibtex-autokey-get-yearfield-digits): New function, functionality
13793 extracted from bibtex-autokey-get-yearfield.
13794
13795 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13796 entries in order to avoid stack overflow in the regexp matcher if
13797 field contents become large.
13798 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13799 bibtex-field-string-part-not-braced,
13800 bibtex-field-string-part-no-inner-braces,
13801 bibtex-field-string-part-1-inner-brace,
13802 bibtex-field-string-part-2-inner-braces,
13803 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13804 bibtex-field-string-quoted, bibtex-field-string,
13805 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13806 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13807 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13808 as parsing is now performed by the following functions.
13809 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13810 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13811 bibtex-parse-field-string, bibtex-search-forward-field-string,
13812 bibtex-parse-association, bibtex-field-name-for-parsing,
13813 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13814 bibtex-search-forward-field, bibtex-search-backward-field,
13815 bibtex-start-of-field, bibtex-end-of-field,
13816 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13817 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13818 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13819 bibtex-parse-string, bibtex-search-forward-string,
13820 bibtex-search-backward-string, bibtex-start-of-string,
13821 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13822 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13823 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13824 entries. Instead of reporting the results of the parsing by
13825 match-beginning or match-end, these functions return data structures
13826 that hold the corresponding positions.
13827 (bibtex-enclosing-field): Changed to also report field boundaries by
13828 return values rather than by match-beginning or match-end. The
13829 following functions have been adapted to use the new parsing
13830 functions.
13831 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13832 bibtex-enclosing-field, bibtex-format-entry,
13833 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13834 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13835 bibtex-print-help-message, bibtex-end-of-entry,
13836 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13837 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13838 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13839 method for parsing.
13840 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13841 bibtex-map-entries, bibtex-flash-head,
13842 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13843 bibtex-autokey-change, bibtex-autokey-get-namefield,
13844 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13845 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13846 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13847 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13848 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13849 order to make the new binding of case-fold-search immediately
13850 visible.
13851
13852 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13853
13854 * textmodes/bibtex.el: Copyright notice is up to date.
13855 Added constant 'bibtex-maintainer-salutation.
13856
13857 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13858 than make-temp-name, use match-string-no-properties and eliminate
13859 a quadratic behavior when building bibtex-strings.
13860
13861 * bibtex.el (bibtex-reference-key): Accept string entries whose
13862 reference key contains upper case letters.
13863
13864 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13865
13866 * bibtex.el (bibtex-reference-head): Allow entries to start with
13867 a new line.
13868
13869 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13870
13871 * bibtex.el: Hiding of entry bodies is not longer provided by
13872 bibtex.el directly. Instead the hideshow package can be used.
13873 Added a special bibtex entry to hs-special-modes-alist.
13874 (bibtex-hs-forward-sexp): Added for hideshow.el.
13875
13876 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13877
13878 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13879 at ':' characters by call to split-string.
13880
13881 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13882
13883 * textmodes/bibtex.el: Added RCS version identification.
13884
13885 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13886
13887 * textmodes/bibtex.el: Some temporary comments removed.
13888 (bibtex-field-name, bibtex-entry-type): Made the relationship
13889 explicit.
13890 (bibtex-field-const): Allow capital letters.
13891 (bibtex-start-of-string): Deleted because unused.
13892
13893 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13894 use the term 'reference' to describe a bibtex entry as a whole.
13895 Further, reference keys are no longer called 'labels'.
13896 (bibtex-keys): Renamed to bibtex-reference-keys.
13897 (bibtex-reformat-previous-labels): Renamed to
13898 bibtex-reformat-previous-reference-keys.
13899 (bibtex-reference-type): Renamed to bibtex-entry-type.
13900 (bibtex-reference-head): Renamed to bibtex-entry-head.
13901 (bibtex-reference-maybe-empty-head): Renamed to
13902 bibtex-entry-maybe-empty-head.
13903 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13904 (bibtex-search-reference): Renamed to bibtex-search-entry.
13905 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13906 bibtex-enclosing-entry-maybe-empty-head.
13907 (bibtex-entry-field-alist, bibtex-entry-head,
13908 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13909 bibtex-map-entries, bibtex-search-entry,
13910 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13911 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13912 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13913 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13914 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13915 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13916 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13917
13918 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13919
13920 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13921 comment.
13922 (bibtex-format-field-delimiters): New function, functionality
13923 extracted from bibtex-format-entry.
13924 (bibtex-autokey-get-yearfield-digits): New function, functionality
13925 extracted from bibtex-autokey-get-yearfield.
13926
13927 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13928 entries in order to avoid stack overflow in the regexp matcher if
13929 field contents become large.
13930 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13931 bibtex-field-string-part-not-braced,
13932 bibtex-field-string-part-no-inner-braces,
13933 bibtex-field-string-part-1-inner-brace,
13934 bibtex-field-string-part-2-inner-braces,
13935 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13936 bibtex-field-string-quoted, bibtex-field-string,
13937 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13938 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13939 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13940 as parsing is now performed by the following functions.
13941 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13942 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13943 bibtex-parse-field-string, bibtex-search-forward-field-string,
13944 bibtex-parse-association, bibtex-field-name-for-parsing,
13945 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13946 bibtex-search-forward-field, bibtex-search-backward-field,
13947 bibtex-start-of-field, bibtex-end-of-field,
13948 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13949 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13950 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13951 bibtex-parse-string, bibtex-search-forward-string,
13952 bibtex-search-backward-string, bibtex-start-of-string,
13953 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13954 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13955 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13956 entries. Instead of reporting the results of the parsing by
13957 match-beginning or match-end, these functions return data structures
13958 that hold the corresponding positions.
13959 (bibtex-enclosing-field): Changed to also report field boundaries by
13960 return values rather than by match-beginning or match-end. The
13961 following functions have been adapted to use the new parsing
13962 functions.
13963 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13964 bibtex-enclosing-field, bibtex-format-entry,
13965 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13966 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13967 bibtex-print-help-message, bibtex-end-of-entry,
13968 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13969 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13970 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13971 method for parsing.
13972 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13973 bibtex-map-entries, bibtex-flash-head,
13974 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13975 bibtex-autokey-change, bibtex-autokey-get-namefield,
13976 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13977 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13978 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13979 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13980 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13981 order to make the new binding of case-fold-search immediately
13982 visible.
13983
13984 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13985
13986 * textmodes/bibtex.el: Copyright notice is up to date.
13987 Added constant 'bibtex-maintainer-salutation.
13988
13989 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13990 than make-temp-name, use match-string-no-properties and eliminate
13991 a quadratic behavior when building bibtex-strings.
13992
13993 * bibtex.el (bibtex-reference-key): Accept string entries whose
13994 reference key contains upper case letters.
13995
13996 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13997
13998 * bibtex.el (bibtex-reference-head): Allow entries to start with
13999 a new line.
14000
14001 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14002
14003 * bibtex.el: Hiding of entry bodies is not longer provided by
14004 bibtex.el directly. Instead the hideshow package can be used.
14005 Added a special bibtex entry to hs-special-modes-alist.
14006 (bibtex-hs-forward-sexp): Added for hideshow.el.
14007
14008 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14009
14010 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14011 proceedings entry type (for cross referencing). Thanks to Wagner
14012 Toledo Correa for the suggestion.
14013
14014 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14015
14016 2000-02-14 Kenichi Handa <handa@etl.go.jp>
14017
14018 * international/characters.el: Setup case table for Vietnamese.
14019
14020 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14021
14022 * uniquify.el (toplevel): Require CL at compile time.
14023 (uniquify-push): Removed.
14024
14025 * shadowfile.el (shadow-when): Removed.
14026
14027 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14028 (tempo-process-and-insert-string): Use dolist instead of
14029 tempo-dolist.
14030
14031 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14032 regexp for paragraph-start.
14033
14034 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14035 commas as well.
14036
14037 2000-02-10 Dave Love <fx@gnu.org>
14038
14039 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14040 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14041 Deleted.
14042 (widget-specify-field, widget-specify-button): Don't use
14043 widget-mouse-help as help-echo property.
14044 (default): Use #'ignore for :validate and :mouse-down-action.
14045 (checkbox): Add help-echo.
14046 (widget-sexp-validate): Rewritten to clarify error messages.
14047 (character): Use char-valid-p in :match function.
14048 (widget-color-complete): Use facemenu-color-alist.
14049 (widget-color-action): Use facemenu-read-color.
14050
14051 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14052 set up `caar' &c that we now have.
14053
14054 2000-02-09 Ray Blaak <blaak@gnu.org>
14055
14056 * delphi.el: Make resourcestring a declaration region, like const
14057 and var.
14058
14059 2000-02-09 Dave Love <fx@gnu.org>
14060
14061 * bindings.el (mode-line-input-method-map): New variable.
14062 (mode-line-mule-info): Use it; fix last change.
14063 (mode-line-mode-menu): Move definition.
14064 (mode-line-mouse-sensitive-p): Deleted.
14065 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14066 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14067 level.
14068
14069 * startup.el (command-line-1): Don't call
14070 make-mode-line-mouse-sensitive.
14071
14072 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14073
14074 * mail/rmail.el (rmail-retry-failure): Use
14075 rmail-beginning-of-message before rmail-toggle-header, because the
14076 former toggles headers.
14077
14078 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14079
14080 * diff-mode.el (diff-kill-junk): New interactive function.
14081 (diff-reverse-direction): Use delete-and-extract-region.
14082 (diff-post-command-hook): Restrict the area so that the hook also works
14083 outside of any diff hunk. This is necessary for the minor-mode.
14084 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14085 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14086
14087 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14088 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14089 so that it can be used more easily in <foo>-mode-hook. Also make sure
14090 to avoid duplicate entries.
14091 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14092 (font-lock-remove-keywords): Just as was done for `add', allow it to
14093 work even if font-lock-mode is nil. Also make sure we don't modify
14094 any pre-existing list by forcing a copy-sequence. Finally rename
14095 `major-mode' to `mode'.
14096 (font-lock-fontify-syntactic-anchored-keywords)
14097 (font-lock-fontify-anchored-keywords)
14098 (font-lock-fontify-keywords-region): Use line-end-position.
14099 Don't make `font-lock-multiline' local (it's now done in
14100 font-lock-set-defaults).
14101 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14102 move the `font-lock-fontified' creation to inside the `unless'.
14103
14104 2000-02-06 Andrew Innes <andrewi@gnu.org>
14105
14106 * term/w32-win.el (x-handle-args): Comment out call to message,
14107 which occurs before window system is initialized.
14108
14109 * makefile.nt: Add support for recompiling lisp code.
14110
14111 2000-02-04 Dave Love <fx@gnu.org>
14112
14113 * bindings.el (mode-line-mule-info): Fix/extend last change.
14114
14115 * completion.el: Replace completion-dolist with dolist.
14116
14117 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14118 dotimes.
14119
14120 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14121
14122 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14123 environment names before they go into the section regexp.
14124
14125 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14126 char class in regexp.
14127
14128 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14129 `case-fold-search' to nil.
14130
14131 * progmodes/idlwave.el (idlwave-template): Respect
14132 `idlwave-abbrev-change-case'.
14133 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14134 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14135 idlwave-while): respect `idlwave-reserved-word-upcase'.
14136 (idlwave-rw-case): New function.
14137 (idlwave-statement-match): Fixed problem with assignment regexp.
14138 (idlwave-font-lock-keywords): Improved regexp for keyword
14139 parameters.
14140 (idlwave-surround): New argument LENGTH to support padding of
14141 operators longer than 1 char.
14142
14143 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14144 idlwave-shell-expression-overlay. Implemented printing of
14145 expressions on higher levels of the calling stack.
14146 (idlwave-shell-display-level-in-calling-stack): Restore stack
14147 level.
14148 (idlwave-retrieve-expression-from-level): New function.
14149 (idlwave-shell-last-calling-stack): Variable removed.
14150 (idlwave-shell-reset): Argument action reversed (`visible' to
14151 `hidden'). Also remove stop-line overlay.
14152 (idlwave-shell-calling-stack-routine): New variable.
14153 (idlwave-shell-parse-stack-and-display): Messages now display
14154 negative level numbers.
14155 (idlwave-shell-mode): Set `modeline-format'.
14156 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14157 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14158 21.
14159 (idlwave-shell-print-expression-function): New option.
14160
14161 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14162 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14163 `tool-bar' instead of `toolbar'.
14164
14165 2000-02-02 Dave Love <fx@gnu.org>
14166
14167 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14168 emacs-lisp-mode-hook. Don't check for defalias being defined.
14169
14170 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14171 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14172 the new builtins directly.
14173
14174 * whitespace.el (whitespace): Add :version to defgroup.
14175
14176 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14177 Doc fix.
14178
14179 * thingatpt.el (sexp-at-point, symbol-at-point)
14180 (number-at-point, list-at-point): Add autoload cookie.
14181
14182 * recentf.el (recentf): Add :version to defgroup.
14183
14184 * quickurl.el (quickurl): Add :version to defgroup.
14185
14186 * elide-head.el (elide-head): Use point-marker more.
14187
14188 * bs.el (bs): Add :version to defgroup.
14189
14190 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14191
14192 * progmodes/delphi.el (delphi): Add :version to defgroup.
14193
14194 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14195
14196 * ange-ftp.el (ange-ftp-write-region): Handle case that
14197 succeeding process operation sets a different coding system.
14198
14199 * calculator.el: New file.
14200
14201 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14202
14203 * frame.el (frames-on-display-list, framep-on-display): New
14204 functions.
14205 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14206 (display-selections-p, display-screens, display-pixel-width)
14207 (display-pixel-height, display-mm-width, display-mm-height)
14208 (display-backing-store, display-save-under, display-planes)
14209 (display-color-cells, display-visual-class): New functions.
14210
14211 * term/tty-colors.el (tty-color-gray-shades): New function.
14212
14213 * faces.el (display-color-p): Use framep-on-display.
14214 (display-grayscale-p): New function.
14215
14216 2000-01-31 Dave Love <fx@gnu.org>
14217
14218 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14219 (create-fontset-from-x-resource): Don't concat integers.
14220
14221 2000-01-31 Inge Frick <inge@nada.kth.se>
14222
14223 * view.el: Some changes in documentation. Removed some trailing
14224 whitespace. Changed some parameter names to agree with
14225 documentation.
14226 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14227 window is not deleted. Modifies change 1998-04-26.
14228
14229 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14230
14231 * windmove.el: New file.
14232
14233 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14234 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14235 progmodes/ebnf-yac.el: Update copyright and license info.
14236
14237 * jit-lock.el (jit-lock-function): Widen before calculating end
14238 position.
14239 (jit-lock-stealth-chunk-start): Rewritten.
14240
14241 * info.el (Info-title-face-alist): Removed.
14242 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14243 faces.
14244 (Info-fontify-node): Use these faces.
14245
14246 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14247
14248 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14249 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14250 `&allow-other-keywords'.
14251
14252 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14253 the list of directories scanned heuristically.
14254
14255 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14256 exist.
14257
14258 2000-01-30 Jason Rumney <jasonr@gnu.org>
14259
14260 * w32-fns.el: Define w32-tty-standard-colors.
14261
14262 * startup.el (command-line): Use w32-tty-standard-colors when in
14263 w32 console mode.
14264
14265 2000-01-30 Dave Love <fx@gnu.org>
14266
14267 * jka-compr.el (jka-compr-load): Fix up load-history.
14268
14269 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14270
14271 * emacs-lisp/cl-macs.el: Revert previous change.
14272
14273 2000-01-29 Dave Love <fx@gnu.org>
14274
14275 * facemenu.el: Purecopy various strings.
14276
14277 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14278 years. Deal with three-digit years.
14279
14280 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14281 defconst, purecopy.
14282 (help-back-label): Purecopy it.
14283
14284 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14285
14286 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14287 variable. If non-nil, order the buffer list according to the
14288 currently selected frame.
14289 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14290 non-nil, pass the selected frame to function buffer-list.
14291
14292 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14293
14294 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14295
14296 2000-01-28 Dave Love <fx@gnu.org>
14297
14298 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14299
14300 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14301 Don't use lisp-indent-hook property.
14302 (cl-abs): Remove.
14303
14304 * subr.el: Move out indent and edebug specs for when and unless.
14305
14306 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14307 when, unless.
14308
14309 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14310 unless, when.
14311
14312 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14313
14314 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14315 `collecting' as synonym for `collect'.
14316
14317 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14318 for the case it contains spaces.
14319
14320 * simple.el (what-cursor-position): Change formatting of
14321 messages.
14322
14323 * frame.el (delete-other-frames): New function.
14324 (toplevel): Bind it to C-x 5 1.
14325
14326 * sort.el (sort-numeric-base): New option.
14327 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14328 interpret it as octal or hexadecimal. Use sort-numeric-base
14329 as default base.
14330
14331 * progmodes/glasses.el: New file.
14332
14333 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14334
14335 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14336 userids differently.
14337
14338 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14339 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14340 progmodes/ebnf-yac.el: New files.
14341
14342 2000-01-26 Dave Love <fx@gnu.org>
14343
14344 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14345 on a function with an empty body. [From Eric Ludlam.]
14346
14347 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14348
14349 * vc.el (vc-version-diff): Make sure file name is expanded.
14350
14351 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14352
14353 * scroll-bar.el (scroll-bar-timer): Variable removed.
14354 (scroll-bar-toolkit-scroll): Don't use a timer.
14355
14356 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14357
14358 * language/thai-util.el (thai-composition-function): Delete
14359 superfluous `a'.
14360
14361 2000-01-24 Dave Love <fx@gnu.org>
14362
14363 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14364 end-of-defun-function.
14365
14366 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14367 &c.
14368
14369 2000-01-22 Jason Rumney <jasonr@gnu.org>
14370
14371 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14372 conflicts with new face support.
14373
14374 2000-01-22 Richard M. Stallman <rms@gnu.org>
14375
14376 * replace.el (query-replace): Rename last arg to DELIMITED.
14377 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14378 (query-replace-regexp): Likewise.
14379
14380 2000-01-20 Richard M. Stallman <rms@gnu.org>
14381
14382 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14383
14384 * emacs-lisp/lisp.el (beginning-of-defun-function):
14385 Variable renamed from beginning-of-defun.
14386 Do not call make-variable-buffer-local.
14387 (beginning-of-defun-raw): Use new variable name; doc fix.
14388 (beginning-of-defun): Doc fix.
14389 (end-of-defun-function): Variable renamed from end-of-defun.
14390 Do not call make-variable-buffer-local.
14391 (end-of-defun): Use new variable name; doc fix.
14392
14393 * subr.el (dolist, dotimes): Copied from cl-macs.el
14394 and made to work.
14395
14396 * mail/undigest.el (rmail-digest-end-regexps):
14397 Variable replaces rmail-digest-end-regexp.
14398 Allows multiple regexps for detecting the end line.
14399 (undigestify-rmail-message): Corresponding changes.
14400
14401 2000-01-19 Dave Love <fx@gnu.org>
14402
14403 * files.el (user-init-file): Don't declare here -- is primitive.
14404
14405 * startup.el (command-line): Check for compiled user-init-file and
14406 set to uncompiled version if necessary.
14407
14408 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14409
14410 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14411 (undigestify-rmail-message): Use it.
14412
14413 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14414
14415 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14416
14417 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14418 of mini-buffer.
14419
14420 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14421
14422 * emacs-lisp/copyright.el (copyright-update): Removed the
14423 requirement for a trailing space from `copyright-regexp', to
14424 support copyrights with owner specified on a separate line..
14425
14426 * align.el: New file.
14427
14428 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14429
14430 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14431
14432 2000-01-13 Dave Love <fx@gnu.org>
14433
14434 * ph.el: Removed. (Obsoleted by EUDC.)
14435
14436 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14437
14438 * net/eudc.el (toplevel): Remove autoloaded code installing
14439 menu with easymenu, because that causes build problems.
14440
14441 * frame.el (frame-notice-user-settings): New variable.
14442 (frame-notice-user-settings): Don't modify frame parameters
14443 if called a second time.
14444
14445 2000-01-13 Richard M. Stallman <rms@gnu.org>
14446
14447 * frame.el (frame-notice-user-settings):
14448 Notice default-frame-parameters even for non-window frames.
14449
14450 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14451
14452 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14453 for Emacs.
14454 (eudc-bob-can-display-inline-images): Extend for Emacs.
14455 (eudc-bob-toggle-inline-display): Ditto.
14456 (eudc-bob-display-jpeg): Ditto.
14457
14458 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14459
14460 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14461 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14462 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14463
14464 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14465 nil)'.
14466
14467 * subdirs.el: Add `net' directory.
14468
14469 * net: New directory.
14470
14471 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14472 eval-last-sexp. Don't bind debug-on-error here.
14473 (eval-last-sexp): New function. Bind debug-on-error if
14474 eval-expression-debug-on-error is non-nil.
14475 (eval-defun-2, eval-defun): Likewise.
14476
14477 * simple.el (eval-expression): Don't bind debug-on-error if
14478 eval-expression-debug-on-error is nil. Detect changed
14479 debug-on-error, and propagate new value to global binding, if
14480 eval-expression-debug-on-error is non-nil,
14481 (eval-expression-debug-on-error): Change doc string.
14482
14483 2000-01-11 Richard M. Stallman <rms@gnu.org>
14484
14485 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14486
14487 * emacs-lisp/lisp-mode.el (with-syntax-table):
14488 Set up lisp-indent-function property.
14489
14490 * subr.el (with-syntax-table): Moved from simple.el.
14491
14492 * simple.el (with-syntax-table): Moved to subr.el.
14493
14494 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14495
14496 * tmm.el (tmm-shortcut): Delete region after prompt instead
14497 of erasing buffer.
14498
14499 * textmodes/fill.el (fill-common-string-prefix): New function.
14500 (fill-context-prefix): Use the longest common prefix of first
14501 and second line fill prefix, if there is one.
14502
14503 2000-01-11 Richard M. Stallman <rms@gnu.org>
14504
14505 * array.el (array-mode): Don't use make-variable-buffer-local.
14506 Use make-local-variable for `truncate-lines'.
14507
14508 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14509
14510 * add-log.el (add-log-current-defun): Handle user-defined
14511 add-log-current-function returning nil,
14512
14513 * add-log.el (add-change-log-entry): Insert version number
14514 if having found a current function
14515
14516 * add-log.el (add-log-current-defun): Call
14517 `add-log-current-defun-function'. Try matches at level 0 and
14518 level 1. Strip whitespace from defun found.
14519
14520 2000-01-10 John Wiegley <johnw@gnu.org>
14521
14522 * allout.el (isearch-done/outline-provisions): Added `edit'
14523 argument to correspond with the current definition of
14524 `isearch-done'.
14525
14526 2000-01-10 Dave Love <fx@gnu.org>
14527
14528 * elide-head.el (elide-head): Use point-marker, not point.
14529
14530 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14531
14532 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14533 before and after the year 2000.
14534
14535 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14536 Add ispell- prefix.
14537
14538 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14539
14540 * ispell.el: Only define dictionaries in menus when they exist.
14541 (version18p): New variable.
14542 (version20p): New variable.
14543 (xemacsp): New variable.
14544 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14545 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14546 (ispell-dictionary-alist6): Russian command lines no longer accept
14547 run-together words.
14548 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14549 (ispell-dictionary-alist): Add koi8-r to customize definition.
14550 (check-ispell-version): Added documentation string. Returns
14551 library path when called non-interactively.
14552 (ispell-menu-map-needed): Uses new variables.
14553 (ispell-library-path): New variable.
14554 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14555 (ispell-word): Improved documentation string. Test for valid
14556 character mappings. Correctly check typed in word changes that can
14557 result in single words split into multiple words. Returns
14558 replacement word.
14559 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14560 replace in recursive query replace mode. Help message for
14561 recursive edit mode.
14562 (ispell-show-choices): Protect against bad framepop bindings.
14563 (ispell-help): Fix to work with XEmacs.
14564 (ispell-highlight-spelling-error): Use new variables.
14565 (ispell-overlay-window): Fix to work with XEmacs.
14566 (ispell-parse-output): Passed and returns location information
14567 tracking spelling corrections. Doesn't recheck same word on
14568 current line.
14569 (ispell-init-process): Protect against bogus XEmacs variable binding.
14570 Fix call to single argument in sleep-for. Use new variables.
14571 (ispell-region): Passed and returns location information tracking
14572 spelling corrections. Doesn't check same word on current line.
14573 Improved documentation string. Doesn't resend a line already
14574 checked to the ispell process - fixes bug in LaTeX parsing.
14575 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14576 (ispell-skip-region): No longer skips <TT> in SGML.
14577 (ispell-process-line): Tracks location information with spelling
14578 corrections. Added documentation string. Accounts for words
14579 already accepted on this line. Don't allow query-replace on line
14580 starting with math characters. Doesn't resend a line already sent
14581 to ispell process. Fixes alignment error bug.
14582
14583 2000-01-10 Richard M. Stallman <rms@gnu.org>
14584
14585 * dired-x.el (dired-guess-shell-alist-default):
14586 Suggest xloadimage, which is free, not xv, which isn't.
14587
14588 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14589 Don't ever include the host name or user name in the value.
14590
14591 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14592
14593 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14594 of a real newline.
14595
14596 2000-01-09 Stephen Eglen <stephen@gnu.org>
14597
14598 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14599 for .png files.
14600
14601 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14602
14603 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14604
14605 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14606
14607 * progmodes/cperl-mode.el: Replace ^F with ^L.
14608
14609 * sendmail.el (toplevel): Provide `sendmail' when compiling
14610 before `require'ing rmail and mailalias to prevent infinite
14611 recursion.
14612
14613 2000-01-08 Dave Love <fx@gnu.org>
14614
14615 * emacs-lisp/backquote.el: Remove inappropriate customization
14616 (allowing custom.el to use backquote).
14617
14618 2000-01-07 Dave Love <fx@gnu.org>
14619
14620 * add-log.el (add-log-debugging): Deleted.
14621 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14622 file. Remove debugging code.
14623 (change-log-get-method-definition, change-log-name): Add doc.
14624 (change-log-sortable-date-at): New function.
14625 (change-log-merge): New command.
14626
14627 * time.el (display-time-string-forms): Make the Mail string active.
14628 (display-time-update): Provide help-echo for load average.
14629
14630 * bindings.el (make-mode-line-mouse2-map): New function.
14631 (mode-line-modified): Use it and simplify.
14632 (mode-line-mule-info): Provide help-echo info.
14633 (minor-mode-alist): Activate the strings.
14634 (make-mode-line-mouse-sensitive): Simplify for
14635 mode-line-buffer-identification.
14636
14637 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14638
14639 * play/pong.el: New file.
14640
14641 2000-01-06 Dave Love <fx@gnu.org>
14642
14643 * array.el: Assorted cleanups for compiler warnings, doc strings,
14644 `array-' prefix for symbols.
14645
14646 2000-01-05 Dave Love <fx@gnu.org>
14647
14648 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14649 outline-headers-as-kill.
14650 (outline-mode): Define imenu-generic-expression.
14651 (outline-headers-as-kill): New command.
14652
14653 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14654 from paragraph-start.
14655 (paragraph-indent-minor-mode): New command.
14656
14657 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14658 M-C-e, M-C-h, C-j, C-xnd, TAB.
14659 (fortran-mode): Set beginning-of-defun, end-of-defun.
14660 (fortran-column-ruler): Simplify.
14661 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14662 (fortran-with-subprogram-narrowing): Likewise.
14663 (fortran-indent-subprogram): Call mark-defun.
14664 (fortran-check-for-matching-do): Change narrowing.
14665
14666 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14667 (cl-lucid-hash-tag): Delete.
14668 (cl-hash-table-p): Correct test for native table.
14669 (cl-hash-table-count): Use hash-table-count.
14670
14671 * browse-url.el (browse-url): Fix case of
14672 browse-url-browser-function being an alist.
14673
14674 2000-01-05 Carsten Dominik <cd@gnu.org>
14675
14676 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14677 (reftex-index-phrase-file-extension): New options.
14678
14679 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14680 Use new option `reftex-index-phrase-file-extension'.
14681
14682 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14683 `reftex-parse-file-extension'.
14684
14685 2000-01-05 Dave Love <fx@gnu.org>
14686
14687 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14688 (beginning-of-defun-raw): Use it.
14689 (end-of-defun): New variable.
14690 (end-of-defun): Use it.
14691 (check-parens): New command.
14692
14693 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14694
14695 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14696 (hs-show-block): Don't use `mapcar' when not accumulating.
14697
14698 Fix buglet in local variables initialization.
14699
14700 2000-01-05 Andreas Schwab <schwab@suse.de>
14701
14702 * hscroll.el (hscroll): Doc fix.
14703
14704 2000-01-05 Carsten Dominik <cd@gnu.org>
14705
14706 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14707 idlw-toolbar.
14708
14709 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14710 file idlw-rinfo.el.
14711 (idlwave-customize): load must read file idlw-shell.el.
14712 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14713
14714 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14715
14716 * progmodes/idlw-shell.el: Also provide idlwave-shell
14717 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14718 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14719
14720 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14721 both reftex-dcr and reftex-vcr.
14722
14723 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14724
14725 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14726
14727 * ps-print.el: PostScript code now is in separate files, doc fix.
14728 (ps-print-version): New version number (5.0.3).
14729 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14730 local.
14731 (ps-spool-config): Initialization fix.
14732 (ps-print-prologue-1, ps-print-prologue-2)
14733 (ps-print-duplex-feature): PostScript code moved to separated file.
14734 (ps-background-image): Little code reformating.
14735 (ps-begin-file, ps-begin-job): Fix code.
14736 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14737 (ps-prologue-file): New fun.
14738
14739 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14740
14741 * ps-vars.el: Eliminated.
14742
14743 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14744 `;;;###autoload'.
14745
14746 * ps-print.el: ps-vars eliminated, doc fix.
14747 (ps-print-version): New version number (5.0.2).
14748 (ps-spool-config): Initialization fix.
14749 (ps-print-customize): New fun.
14750
14751 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14752
14753 * autorevert.el (auto-revert-mode): Return value of
14754 auto-revert-mode.
14755
14756 2000-01-04 Dave Love <fx@gnu.org>
14757
14758 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14759 menu items.
14760
14761 2000-01-03 Dave Love <fx@gnu.org>
14762
14763 * elide-head.el (elide-head) [defgroup]: Add :version.
14764
14765 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14766 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14767 `cl-hash-table-p', not `hash-table-p'.
14768 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14769
14770 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14771
14772 * faces.el (face-read-integer, read-face-attribute)
14773 (color-defined-p, color-values): unspecified-{f,b}g are now
14774 strings.
14775
14776 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14777
14778 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14779 at comment end, and re-insert them after filling.
14780
14781 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14782
14783 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14784 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14785 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14786
14787 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14788
14789 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14790 the new name of face-color-supported-p.
14791
14792 * term/w32-win.el (xw-defined-colors): Likewise.
14793
14794 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14795
14796 * simple.el (completion-setup-function): Count completion-size
14797 from minibuffer-prompt-end, not from point-min.
14798
14799 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14802 Pass the frame to tty-color-* functions.
14803 (display-color-p, frame-set-background-mode): Pass the frame to
14804 tty-display-color-p.
14805
14806 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14807 tty-color-alist.
14808 (tty-color-alist, tty-modify-color-alist): New functions.
14809 (tty-color-define, tty-color-clear, tty-color-approximate)
14810 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14811 an optional parameter FRAME.
14812
14813 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14814
14815 * image.el (create-image, defimage): Don't assume image data is a
14816 string.
14817
14818 * image.el (defimage): Handle specifications containing :data
14819 instead of :file.
14820 (image-type-from-data): New function.
14821 (image-type-from-file-header): Use it.
14822 (create-image): Add parameter DATA-P.
14823
14824 See ChangeLog.8 for earlier changes.
14825
14826 ;; Local Variables:
14827 ;; coding: iso-2022-7bit
14828 ;; End: